/* CSS Document */
*{
    box-sizing: border-box;
    line-height: 1;
    font-weight: 400;
    text-align: justify;
    font-feature-settings: 'palt';
}
html {
    font-size: 62.5%; /* -> 10px; */
    color: #000;
    letter-spacing: 0.1em;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

body {
    background: url("../images/bg.jpg") repeat ;
}
#top {
    width: 960px;
    margin: auto;
}
#top > [class^="con   tents-"],
#top > [class*="contents-"]{
    margin-top: 175px;
    padding: 110px 60px 60px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    position: relative;
}
[class^="in-con"],
[class*="in-con"]{
    margin-top: 60px;
}
[class^="-english"],
[class*="-english"]{
    font-family: Helvetica, "sans-serif";
}
a:hover {
    opacity: 0.8;
    text-decoration: none!important;
}
.in-con-01 {
    margin-top: 0;
}
.title-sec {
    width: 500px;
    height: 100px;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    background: url("../images/title-bg.png")no-repeat center center / cover;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -250px;
}
.title-sec  .title-sec-inner {
    display: block;
    margin-top: 25px;
    text-align: center;
    
}
.title-sec .-english {
    display: block;
    padding-top: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-align: center;
}
.title-content {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #333;
    border-bottom: 1px solid #aaaaaa;
    
}
.title-content::before {
    display: inline-block;
    width: 5px;
    height: 25px;
    margin-right: 10px;
    content: '';
    background-size: contain;
    background: #f3962b;
    vertical-align: bottom;
}
table th {
    width: 220px;
    padding: 15px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
    color: #333;
    background-color: #f7e4ce;
    border: 1px solid #f3962b;
    vertical-align: middle;
}
table td {
    width: calc(620px);
    padding: 12px 10px 12px 20px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #666666;
    background-color: #fff;
    border: 1px solid #f3962b;
}
table td.link-list {
    padding: 10px 10px 10px 20px;
    line-height: 28px;
}
.button{
    display: block;
    width: 100px;
    height: 26px;
    margin: 20px auto 0;
    padding: 7px 20px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    background: #f3962b;
    position: relative;
}
.button::after {
    display: inline-block;
    width: 11px;
    height: 13px;
    content: '';
    background: url("../images/icon-download.png") ;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 7px;
    margin-right: 20px;
    margin-left: 0px;
}
.button.b-2 {
    padding: 0;
}
.button.b-2 a {
    width: 100%;
    height: 100%;
    padding: 7px 20px;
    color: #fff;
}
figure img {
    width: 100%;
}
/*
##################
##################
      common
##################
##################
*/
/*
##################
##################
      header
##################
##################
*/
.page-header{
    margin-top: 30px;
}
.page-header .nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.page-header .nav ul li {
    width: 176px;
    height: 60px;
    padding: 5px;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    border-radius: 10px;
    background-color: #f3962b ;
}
.page-header .nav ul li.line-2 {
    font-size: 1.6rem;
    line-height: 20px;
}
.page-header .nav ul li a{
    width: 100%;
    height: 100%;
    padding: 5px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.head-img {
     width: 100%;
     height: 500px;
     margin-top: 30px;
     background: url("../images/head.png") no-repeat center center / cover;
     overflow: hidden;
     border-radius: 30px;
}
.head-img .page-titie {
    margin-left: 9999px;

}
/*
##################
##################
      header
##################
##################
*/
/* -- 01 -- */
.contents-01 .text{
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 300;
    
    text-align: center;
    color: #333333;
}
.contents-01 figure {
    width: 350px;
    margin: 30px auto 0;
    text-align: center;
}

/* -- 01 -- */
/* -- 02 -- */
.contents-02 .text {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    color: #333333;
}
.contents-02 figure {
    margin: 30px auto 0;
    text-align: center;
}
.contents-02 .frame {
    width: 420px;
    padding: 10px;
    margin: 30px auto 0;
    background: #dcdcdc;
}
/* -- 02 -- */
/* -- 03 -- */
.contents-03 .text {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #333;
}
.contents-03 .notice {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 24.5px;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #333;
    padding-left:1em;
    text-indent:-1em;;
}
.contents-03 .sample {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.contents-03 .sample figure {
    width: 150px;
    margin-right: 30px;
}
.contents-03 .sample figure img {
    width: 100%;
}
.contents-03 .sample figcaption {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-align: center;
    color: #333;
}
.contents-03 table td a {
    padding-bottom: 1px;
    color: #f3962b;
    border-bottom: 1px solid #f3962b;
}
.contents-03 table td img {
    width: 95%;
    margin-top: 15px;
}
/* -- 03 -- */
/* -- 04 -- */
.contents-04 .bg-img2{
    margin-top: 60px;
}
.contents-04 .boxs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.contents-04 .boxs .box {
    width: calc(50% - 10px);
    margin-top: 30px;
    padding: 25px;
    font-size: 1.4rem;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #666666;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 12px rgba(0,0,0,0.2);
}
.contents-04 .boxs .box .title-box {
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 28px;
    font-weight: 600;
    color: #333;
    border-left: 5px solid  #f3962b;
}
/* -- 04 -- */
/* -- 05 (event) -- */
.contents-05 .event {
    margin-top: 40px;
}
.contents-05 .event2 {
    margin-top: 60px;
}
.contents-05 .title-event {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 27px;
    font-weight: 600;
    color: #333;
    padding-left:1.5em;
    text-indent:-1.5em;
}
.contents-05 .title-event::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 5px;
    background: #f3962b;
    content: '';
    background-size: contain;
    vertical-align: text-top; 
}
.contents-05 .read {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}
.contents-05 table {
    margin-top: 30px;
}
.contents-05 .notice {
    margin-top: 60px;
    padding: 40px;
    border-radius: 30px;
    background: #f6aa00;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contents-05 .notice .title-notice {
    margin-bottom: 40px;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    color: #000;
}
.contents-05 .notice .list li {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 500;
    color: #000;
    padding-left:0.6em;
    text-indent:-0.6em;
}
/* -- 05 (event) -- */
/* -- 06 (download) -- */
.contents-06 .notice {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
    color: #666;
}
.contents-06 .boxs {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.contents-06 .boxs .box {
    width: calc(50% - 10px);   
}
.contents-06 .box img {
    display: block;
    margin: auto ;
}
.contents-06 .boxs-2 {
    margin-top: 60px;
}
.contents-06 .boxs-2 .boxs {
    margin-top: 0;
    justify-content: center;
}
.contents-06 .boxs-2 .boxs .box-2 {
    width: 160px; 
    margin: 0 50px;
}
.contents-06 .boxs-2 .boxs .box-2  img {
    display: block;
    width: 100%;
    margin: auto ;
}
.contents-06 .read {
    font-size: 1.4rem;
    line-height: 1.75;
    font-weight: 400;
    color: #333;
}
.contents-06 .boxs-3 {
    margin-top: 60px;
}
.contents-06 .boxs-3 .read span {
    margin-bottom: 25px;
    font-weight: 600;
}
.contents-06 .boxs-3 .boxs {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contents-06 .boxs-3 .boxs .box-3 {
    width: calc(50% - 25px); 
}
.contents-06 .boxs-3 h4 {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
}
.contents-06 .boxs-3 .button {
    margin: 20px 0 30px;
}
.contents-06 .boxs-3 .text {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.75;
    font-weight: 400;
    color: #333;
}
.contents-06 .boxs-3 .boxs .box-3 img {
    width: 100%;
}
.contents-06 .press-release {
    padding: 3px;
    border: 1px solid  #aaa;
}
/* -- 06 (download) -- */
/* -- 07 (book) -- */
.contents-07 .boxs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contents-07 .boxs .box {
    width: calc(50% - 25px); 
}
.contents-07 .boxs .box img {
    width: 100%;
}
.contents-07 .boxs .box .text {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 300;
    color: #666666;
}
/* -- 07 (book) -- */
/* -- footer -- */
footer {
    margin-top: 120px;
    width: 100%;    
    background: #fff;
}
footer .logo {
    width: 100%;
    padding: 30px;
}
footer img {
    display: block;
    margin: auto;
}
footer .copy {
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #f3962b;
}
footer .copy span {
    font-size: 1.8rem;
    vertical-align: sub;
}
body > .back {
    position: fixed;
    bottom: 0;
    margin-bottom: 30px;
    right: 0;
    margin-right: 30px;
}

/* -- footer -- */










