/* CSS Document */
*{
    box-sizing: border-box;
    line-height: 1;
    font-weight: 400;
    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: 100px 0;
    padding: 0 40px 40px;
    background: #fff;
    FONT-VARIANT: JIS04;
    position: relative;
    border: solid 1px #266e75;
    font-size: 1.3rem;
    line-height: 130%;
    color:#3a3932;
}
[class^="in-con"],
[class*="in-con"]{
    margin-top: 40px;
}
[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: 230px;
    height: 75px;
    font-size: 2.3rem;
    font-weight: 600;
    text-align: left;
    color: #fff;
    background: url(../images/title-bg.png)no-repeat center center / cover;
    position: absolute;
    left: 0;
    border-radius: 0 0 30px 0;
}
.title-sec  .title-sec-inner {
    display: block;
    margin: 0 20px 5px 14px;
    line-height: 150%; 
}
.title-sec .-english {
    display: block;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}
.title-content {
    margin-bottom: 15px;
    padding-bottom: 8px;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 600;
    color: #266e75;
    border-bottom: 1px solid #266e75;
}
.title-contentr {
    margin-bottom: 15px;
    padding-bottom: 8px;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 600;
    color: red;
    border-bottom: 1px solid #266e75;
}

table th {
    width: 220px;
    padding: 15px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
    color: #4b4a42;
    background-color: #deddd9;
    border: 2px solid #fff;
    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: #4b4a42;
    background-color: #fff;
    border: 1px solid #fff;
}
table td.link-list {
    padding: 10px 10px 10px 20px;
    line-height: 28px;
}
.button{
    display: block;
    width: 150px;
    margin: 20px auto 0;
    padding: 10px 20px 10px 20px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    background: #13a3b1;
    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: 12px;
    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;
    margin-top: 3rem;    
}
.page-header .nav ul li {
    width: 176px;
    height: 60px;
    padding: 5px;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    border-radius: 15px;
    background-color: #266e75;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;    
}
.page-header .nav ul li.line-2 {
    font-size: 1.6rem;
    line-height: 20px;
}
.page-header .nav ul li:hover {
    background-color: #5b9fa6;
}

.head-img {
     width: 100%;
     height: 500px;
     margin-top: 30px;
     background: url("../images/head.png") no-repeat center center / cover;
     overflow: hidden;
}
.head-img .page-titie {
    margin-left: 9999px;

}
.contents-01 h3 .title-contentr  {margin-top:20px;}



/*
##################
##################
      header
##################
##################
*/
/* -- 01 -- */
.contents-01 {float:left;width:60%;;border-right:0!important;height: 612px;}
.contents-01 h3 .title-content  {margin-top:20px;}

.contents-01 .text{
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 300;
    color: #3a3932;
    margin-top: 105px;
}
.contents-01 figure {
    width: 350px;
    margin: 30px auto 0;
    text-align: center;
}
/* -- 01 -- */
/* -- 02 -- */
.contents-02 {float:left;width:40%;border-left:0!important;}

.contents-02 h3 {
    margin-top: 40px;
    color: #266e75;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 110%;
    border-bottom: solid 1px #266e75;
}

.contents-02 .text {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    color: #3a3932;
    margin-top:100px;    
}
.contents-02 figure {
    margin: 30px auto 0;
    text-align: center;
}
.contents-02 .frame {
    width: 100%;
    padding: 10px;
    margin: 20px auto 0;
    background: #dcdcdc;
}
/* -- 02 -- */
.l_box {width:48%;float:left;margin-right:2%;}
.r_box {width:48%;float:left;margin-left:2%;}

/* -- 03 -- */
.contents-03 {clear:both;}
.contents-03 a {
padding-bottom: 0;
    color: #92560b;
    border-bottom: 1px dotted #92560b;
}


.contents-03 .text {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 300;
    color: #3a3932;
}
.contents-03 .notice {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 24.5px;
    font-weight: 400;
    color: #3a3932;
    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: #3a3932;
}
.contents-03 table td a {
padding-bottom: 0;
    color: #92560b;
    border-bottom: 1px dotted #92560b;
}
.contents-03 table td img {
    width: 95%;
    margin-top: 15px;
}
/* -- 03 -- */
/* -- 04 -- */
.contents-04 a {
padding-bottom: 0;
    color: #92560b;
    border-bottom: 1px dotted #92560b;
}
.contents-04 .l_box, .contents-04 .r_box {
    margin-top: 50px;   
    padding: 20px;
    font-size: 1.4rem;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #3a3932;
    background-color: #fff;
}
.contents-04 .title-box {
margin-top: 40px;
    margin-bottom: 10px;
    padding: 3px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    background-color: #645d50;
}

figcaption {font-size:0.5rem;margin-bottom: 1rem;}

/* -- 04 -- */
/* -- 05 (event) -- */

.contents-05 a{
padding-bottom: 0;
    color: #92560b;
    border-bottom: 1px dotted #92560b;
}

.contents-05 .event {
    margin-top: 20px;
}
.contents-05 .event2 {
    margin-top: 20px;
}
.contents-05 .title-event {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 27px;
    font-weight: 600;
    color: #3a3932;
    padding-left:1.5em;
    text-indent:-1.5em;
}
.contents-05 .title-event::before {
    display: inline-block;
    width: 7px;
    height: 25px;
    margin-right: 1rem;
    border-radius: 1px;
    background: #83b7c5;
    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: #3a3932;
}
.contents-05 table {
    margin: 20px;
}
.contents-05 .notice {
    margin-top: 60px;
    padding: 40px;
    border-radius: 20px;
    background:#f1e6d3;
    flex-direction: column;
    color:#3a3932;
    font-size:1rem;
}
.contents-05 .notice .title-notice {
margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    color: #3a3932;
}
.contents-05 .notice .list li {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 500;
    color: #3a3932;
    padding-left: 0.6em;
    text-indent: -0.6em;
}
/* -- 05 (event) -- */
/* -- 06 (download) -- */
.contents-06 .title-content {
    margin-top: 0;
}
.contents-01 h3 .title-contentr  {margin-top:20px;}

.contents-06 .notice {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
    color: #3a3932;
    margin-top: 120px;
}

.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: 250px; 
    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: #3a3932;
}
.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: #3a3932;
}
.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: #3a3932;
}
.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;
    margin-top: 120px;
}
.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: #3a3932;
}
.contents-07 a{
padding-bottom: 0;
    color: #92560b;
    border-bottom: 1px dotted #92560b;
}
/* -- 07 (book) -- */
/* -- footer -- */
footer {
    margin-top: 120px;
    width: 100%;    
    background: #fff;
}
footer .logo {
    width: 100%;
    padding: 30px 20px 20px 20px;
    background: #266e75;
}
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: #266e75;
}
footer .copy span {
    font-size: 1.8rem;
    vertical-align: sub;
}
body > .back {
    position: fixed;
    bottom: 0;
    margin-bottom: 15px;
    right: 0;
    margin-right: 30px;
}

/* -- footer -- */

/* -- 共通 -- */

p {margin-top:0.8rem;}

.mts {margin-top:7rem;}

.mtl {margin-top:10rem;}

.point {
    font-size:2.4rem!important;
    line-height: 1.5;
}

.point_l {
    font-size:2.4rem!important;
    color:#266e75;
    font-weight: 600;
}

.point_s {
    font-weight: 600;
    font-size:1.5rem;
    margin-bottom:5px;
}


.annotation {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 24.5px;
    font-weight: 400;
    color: #3a3932;
}


.center {
    text-align:center;
    margin:15px auto;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/* -- 共通 -- */






