@charset "UTF-8";

/*CSSDocument*/



/*
share ----------------------------------------------------------*/

#contents{
display:block;
}

.is-inner{
 max-width: 1200px;
 width: 100%;
 margin: 0 auto;
 box-sizing: border-box;
}


@media screen and (max-width: 1240px) {
 
.is-inner{
 box-sizing: border-box;
 padding: 0 3%;
}

}


@media screen and (max-width: 768px) {
 

 
}

@media screen and (max-width: 480px) {
 


 
}


/* topic-path */

#topic-path{
background: #afe9f0;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
 padding: .5em;
 text-align: left;
 width:100%;
 box-sizing:border-box;
}
#topic-path ul{
 display: flex;
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
}

.topic-path-inner{ 
 max-width: 1200px;
 margin: 0 auto;
}

#topic-path li{
font-size: calc(1rem + ((1vw - 7.68px) * 0.463));
 padding-right: 1em;
}
#topic-path li:after{
 content: ">";
 padding-left: 1em;
}
#topic-path li:last-child:after{
 content: "";
 padding-left: 1em;
}

@media screen and (min-width: 1200px) {
 
 
#topic-path li{
font-size: 1.4rem;
}
 
}


@media screen and (max-width: 768px) {
 

#topic-path  ul {
 display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
  height:auto;
 }
#topic-path  li {
  display:inline;
 padding-right: 1em;
 }




}


/* title */

.main-title{
 background: #f5f9fd;
 border-bottom: 1px solid #94dce6;
 padding: 2em 0;
}

.main-title h1{
font-size: calc(3.6rem + ((1vw - 7.68px) * 2.3148));
 color:#086e7a;
 position: relative;
 display: inline-block;
 padding: 0 2.5em;
}

.main-title h1:before{
 content: "";
background: #33bfd0;
 height: 5px;
width: 100%;
 position: absolute;
 left: 0;
 bottom: 46%;
 z-index: 1;
}

.main-title h1 span{
background: #f5f9fd;
 position: relative;
 z-index: 2;
 padding: 0 .3em;
}


h2.underline{
 display:inline-block;
 text-align: center;
 border-bottom: 5px solid #33bfd0;
 font-size: calc(2.6rem + ((1vw - 7.68px) * 0.9259));
 margin-bottom: 1.5em;
}

h2.news{
 text-align: left;
 font-size: calc(2.2rem + ((1vw - 7.68px) * 0.9259));
 margin-bottom: 1.5em;
}

h2.seminar{
 text-align: left;
 font-size: calc(2.2rem + ((1vw - 7.68px) * 0.9259));
 margin-bottom: 1.5em;
 display:flex;
align-items:center;
}

h2.seminar span{
width: 60px;
height: 60px;
line-height:1.2;
font-weight:normal;
text-align: center;
color: #fff;
display:flex;
 justify-content: center;
align-items:center;
font-size: calc(1.2rem + ((1vw - 7.68px) * 0.463));
 background:#ff9a18;
 margin-right:1em;;

}

h2.normal{
 background: #24b2c3;
 color: #fff;
 padding: .1em .5em;
 font-size: calc(2.6rem + ((1vw - 7.68px) * 0.9259));
 margin-bottom: 1.5em;
 font-weight: normal;
 text-align: left;
}

h2.user{
 background: url("../images/ico-user-tit.svg") no-repeat left 50%;;
 padding: .1em .5em;
 font-size: calc(2.6rem + ((1vw - 7.68px) * 0.9259));
 margin-bottom: 1.5em;
 font-weight: normal;
 display: inline-block;
 border-bottom: 2px solid #a4a4a4;
 padding-left: 1.7em;
}
h2.user span{
 font-size: 80%;
 font-weight: normal;
}


h3.underline{
 border-bottom: 2px solid #a4a4a4;
 font-size: calc(2.2rem + ((1vw - 7.68px) * 0.9259));
 margin-bottom: 1.5em;
 font-weight: normal;
 text-align: left;
 color: #18858c;
}
h3.underline span{
 font-size: 80%;
}


h3.normal{
 font-size: calc(2.2rem + ((1vw - 7.68px) * 0.9259));
 margin-bottom: 1.5em;
 font-weight: normal;
 text-align: left;
}

h3.normal::before{
 content: "";
 border-left: 10px solid #33bfd0;
 padding-left: .5em;
}

h4{
 color: #18858c;
 margin: 0 0 1em;
 font-size: calc(1.8rem + ((1vw - 7.68px) * 0.463));
}

@media screen and (min-width: 1200px) {
 
 
.main-title h1{
font-size: 4rem;
}
 h2.underline,
 h2.normal{
font-size: 3.2rem;
}

h2.news,
h2.seminar{
font-size: 2.2rem;
}

 h3.normal,
 h3.underline{
font-size: 2.4rem;
 }
h4{
 font-size: 2rem;
}
 h2.seminar span{
 font-size: 1.4rem;
}
 
 
}





@media screen and (max-width: 768px) {
 
.main-title h1{
 padding: 0 2em;
}

.main-title h1:before{
 content: "";
 height: 4px;
}




}

@media screen and (max-width: 480px) {
 
.main-title h1{
 padding: 0 1em;
}

.main-title h1 span {
    display: block;
}

.main-title h1:before{
 content: "";
 height: 3px;
}

}


/*
share 
----------------------------------------------------------*/

.content{
 padding:5% 0;
 max-width: 1200px;
 width: 100%;
 margin: 0 auto;
}

.column-2-wrap{
 display:flex;
 justify-content: space-between;
}

.column-2-left{
 width:75%
}

.column-2-right{
 width:25%;
 padding-left: 4%;
 text-align: left;
 box-sizing: border-box;
}

.column-2-right-side{
 border:1px solid #94dce6;
 margin-bottom:5%;
}

.column-2-right-side h3{
 font-size: calc(1.8rem + ((1vw - 7.68px) * 0.463));
 background: #f5f9fd;
 padding: .2em .5em;
 border-bottom:1px solid #94dce6;
 border-top:1px solid #94dce6;
}
.column-2-right-side h3:first-of-type{
border-top:none;
}


.column-2-right-side nav,
.column-2-right-side figure{
 padding: 5% 8%;
}
.column-2-right-side nav li{
font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
 margin-bottom: .3em;
 background: url("../images/ico-arrow-b.png") no-repeat left .6em;
 padding-left: .7em;
}

.column-2-right-side nav.lvl2{
 padding: 5% 8%;
 border-top:1px solid #94dce6;
}


.submenu{
 border-bottom:1px solid #94dce6;
 width: 100%;
}

.submenu ul{
 max-width:1200px;
 width: 100%;
 display: flex;
 margin: 0 auto;
 padding: .8em 0;
 flex-wrap: wrap;
}
.submenu li a{
 color: #000;
 background: url("../images/ico-arrow-b.png") no-repeat left .5em;
 padding-left: .8em;
 padding-right: 3em;
 margin-right: 3em;
 border-right: 1px solid #94dce6;
}

@media screen and (min-width: 1200px) {
 .column-2-right-side h3{
 font-size: 2rem;
}
 .column-2-right-side nav li{
 font-size: 1.6rem;
 } 
 
}



@media screen and (max-width: 768px) {
 
 
.column-2-wrap{
 display:block;
 justify-content: space-between;
}

.column-2-left{
 width:100%
}

.column-2-right{
 width:100%;
 padding: 0;
}

 .column-2-right-side nav,
  .column-2-right-side nav.lvl2{
 padding: 3% 5%;
}
 
.submenu ul{
  flex-wrap:wrap;
 justify-content: flex-start;
 padding:1em 0;
 } 
 
.submenu li {
 width: 50%;
 padding: 0 .5em;
 margin:0 0 5px;
 text-align: left;
 border-right:1px solid #94dce6;
 box-sizing: border-box;
}
.submenu li:nth-child(even) {
 border-right:none;
 }

 .submenu li a{
 width: 100%;
  border-right: none;
  margin: 0;
  display:block;
  padding: .5em 0 .5em .8em;
 background: url("../images/ico-arrow-b.png") no-repeat left 1em;
}
 
 
}




@media screen and (max-width: 1240px) {

.content{
 box-sizing: border-box;
 padding: 5% 3%;
}
 
 .submenu ul{
 box-sizing: border-box;
 padding: 1% 3%;
}
 
 
}


.txt-area{
 font-size: calc(1.5rem + ((1vw - 7.68px) * 0.463));
 line-height: 1.8;
 padding: 0 3%;
 text-align: left;
 margin-bottom: 5%;
 word-break:break-all;
}
.txt-area::after {
   content: "";
   display: block;
   clear: both;
}

.txt-area p{
 margin: 0 0 1.5em;
}
.txt-area p.lvl2{
 margin: 0 0 .2em;
}
.txt-area p.right{
 text-align: right

}
.txt-area p.date{
 text-align: left;
 font-size:120%;
 margin-top:-2%;

}

.list-type{
 display:flex;
 align-items: flex-start;
}
.list-type span.lvl1{
 width: 4em;
 white-space: nowrap;
 padding-right: 1em;
}
.list-type span.lvl2{
 width: calc(100% - 5em);
}
.list-type span.lvl2 span.list-type span{
 padding-right: 1.5em;
 white-space: nowrap;
}

.list-type span.lvl2 .btn-area{
 display: flex;
 padding-top: 1em;
}
.list-type span.lvl2 .btn-area a{
 margin: 0 1%;
 width: 48%;
}

.list-type span.lvl2 .btn-area a.pdf-btn{
 background:#fff url("../images/ico-pdf.png") no-repeat 5% 50% / 1.4em;
 display: block;
 padding: .7em 2.5em .7em 3em;
 border: 2px solid #33bfd0;
 border-radius: 5px;
 line-height: 1.2;
 transition: ease-in all .2s;
}
.list-type span.lvl2 .btn-area a.pdf-btn:hover{
 background:#33bfd0 url("../images/ico-pdf.png") no-repeat 5% 50% / 1.4em;
 color: #fff;
 text-decoration: none;
}



.txt-area p.num-list{
 display:flex;
 text-align: left;
 margin-bottom: 1em;
}
.txt-area p.num-list span{
 display:flex;
 display: block;
 width:1.5em;
 background: #33bfd0;
 color: #fff;
 height: 1.5em;
 line-height: 1.5em;
 text-align: center;
 margin-right: .5em;
 margin-top: .3em;
}
.txt-area p.num-list em{
font-style: normal;
font-weight:normal;
width:calc(100% - 2em);
}


.txt-area.center{
 margin-bottom: 10%;
 text-align: center;
}

figure.img-left{
 float: left;
 max-width: 30%;
 margin: 0 2em 2em 0;
 text-align: left;
}
figure.img-right{
 float: right;
 max-width: 30%;
 text-align: right;
 margin: 0 0 2em 2em;
}
figure.img-center{
 width: 80%;
 margin: 0 auto 2em;
 text-align: center;
}

figure.img-left figcaption,
figure.img-right figcaption{
 font-size: calc(1.2rem + ((1vw - 7.68px) * 0.463));
 padding-top: .2em;
}
figure.img-center figcaption{
 font-size: calc(1.2rem + ((1vw - 7.68px) * 0.463));
 text-align: center;
}


table.normal{
 width:100%;
 border: solid 2px #fff;
border-collapse: separate;
border-spacing: 2px;
 text-align: left;
 margin-bottom: 5%;
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
}

table.normal th{
 background: #b2eff6;
 padding: 1em;
 width: 30%;
}


table.normal td{
 background: #d5faff;
 padding: 1em;
 word-break:break-all;
}

table.normal.npo_users {
 table-layout: fixed;
}

table.normal.npo_users.lvl2 {
 table-layout:auto;
}
table.normal.npo_users.lvl2 tr td:first-child{
 width: 5em;
}
table.normal.npo_users.lvl2 th{
 width: auto;
}

table.normal.npo_users td{
 background: #f1f1f1;
}

table.normal.users td{
 background: #f1f1f1;
 text-align: center;
}
table.normal.users td.left{
 text-align: left;
}
table.normal.users tr.colcel td{
 background: #eaeaea;
}
table.normal.users td.nocolor{
 background: #fff;
 font-weight: bold;
}
table.normal.users th{
 width: auto;
 white-space: nowrap;
}



table.normal td.col{
 background: #24b2c3;
 color:#fff;
 font-weight:bold;
}
ul.normal,
.txt-area ul{
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
 padding: 0 3%;
 margin-bottom: 5%;
 text-align: left;
}

.txt-area ol{
margin:0 0 1em 2.5em;
}
.txt-area li{
 margin-bottom: .5em;
 line-height: 1.8;
}

ul.normal li,
.txt-area ul li{
 margin-bottom: .5em;
 background: url("../images/ico-list.gif") no-repeat left .5em;
 padding-left: 1em;
 text-align: left;
}

.txt-area ul.seminar-list li{
background: none; 
padding-left: 0;
margin-bottom:5%;

}



.normal-btn{
 margin-bottom: 5%;
}

.box-4-list .user-method.lvl2 .btn-center .normal-btn{
margin-bottom:2%;
}



.normal-btn a{
 display: inline-block;
 background: #33bfd0 url("../images/gmenu-arrow.png") 96% 50% no-repeat;
 border-radius: 5px;
 padding: .7em 4em;
 color: #fff;
 font-size: calc(1.8rem + ((1vw - 7.68px) * 0.463));
 font-weight: bold;
 transition: all ease-in .2s;
}

.normal-btn.lvl2 a{
 padding: .5em 5em;
}

.normal-btn a:hover{
 background: #24b2c3 url("../images/gmenu-arrow.png") 96% 50% no-repeat;
 text-decoration: none;
}
.normal-btn.lvl4{
 margin:0 1% 3%;
 text-align: center;
}

.normal-btn.lvl3 a{
 display: inline-block;
 background: #f5f9fd url("../images/ico-arrow-b.png") 96% 50% no-repeat;
 border-radius: 5px;
 padding: .4em 3em;
 border: 2px solid #33bfd0;
 color: #18858c;
 font-size: calc(1.8rem + ((1vw - 7.68px) * 0.463));
 font-weight: bold;
 transition: all ease-in .2s;
}
.box-4-list .user-method.lvl2 .btn-center .normal-btn.lvl3 a{
 background: #fff url("../images/ico-arrow-b.png") 96% 50% no-repeat;
}
.box-4-list .user-method.lvl2 .btn-center .normal-btn.lvl3 a:hover{
 background: #f5f9fd url("../images/ico-arrow-b.png") 96% 50% no-repeat;
}


.normal-btn.lvl3 a:hover{
 background: #eaf3fb url("../images/ico-arrow-b.png") 96% 50% no-repeat;
 text-decoration: none;
 border: 2px solid #33bfd0;
}


.normal-btn.lvl4 a{
 display: inline-block;
 background: #f5f9fd url("../images/gmenu-arrow-bottom.png") 96% 50% no-repeat;
 border-radius: 5px;
 padding: .7em 4em;
 border: 2px solid #33bfd0;
 color: #18858c;
 font-size: calc(1.8rem + ((1vw - 7.68px) * 0.463));
 font-weight: bold;
 transition: all ease-in .2s;
}

.normal-btn.lvl4 a:hover{
 background: #eaf3fb url("../images/gmenu-arrow-bottom.png") 96% 52% no-repeat;
 text-decoration: none;
 border: 2px solid #33bfd0;
}


.normal-btn.lvl5 a{
 padding: .5em 2em;
}




.btn-line{
 display:flex;
 align-items: center;
}

a.pdf-btn{
 background:#fff url("../images/ico-pdf.png") no-repeat 10% 50% / 1.4em;
 display: inline-block;
 padding: .7em 2.5em .7em 3em;
 border: 2px solid #33bfd0;
 border-radius: 5px;
 margin: 0 0 2%;
 transition: ease-in all .2s;
}
a.pdf-btn:hover{
 background:#33bfd0 url("../images/ico-pdf.png") no-repeat 10% 50% / 1.4em;
 color: #fff;
 text-decoration: none;
}
a.word-btn{
 background:#fff url("../images/ico-word.png") no-repeat 8% 50% / 1.6em;
 display: inline-block;
 padding: .7em 2.5em .7em 3em;
 border: 2px solid #33bfd0;
 border-radius: 5px;
 margin: 0 0 2%;
 transition: ease-in all .2s;
}
a.word-btn:hover{
 background:#33bfd0 url("../images/ico-word.png") no-repeat 8% 50% / 1.6em;
 color: #fff;
 text-decoration: none;
}



@media screen and (min-width: 1200px) {
 
.txt-area,
 table.normal,
 ul.normal,
 .txt-area ul,
 .txt-area ol{
 font-size: 1.6rem;
}
 
figure.img-left figcaption,
figure.img-right figcaption,
figure.img-center figcaption{
 font-size: 1.4rem;
}
 
.normal-btn a,
.normal-btn.lvl2 a,
.normal-btn.lvl3 a,
.normal-btn.lvl4 a{
 font-size: 2rem;
} 
 
}



@media screen and (max-width: 768px) {
 
.txt-area{
 margin-bottom: 8%;
}
 
figure.img-left,
figure.img-right{
 float: none;
 width: 50%;
 max-width: 50%;
 margin: 0 auto 2em auto;
 display: block;
}


 .normal-btn a{
 padding: .7em 2em;
}
 .list-type span.lvl2 .btn-area{
 display: block;
 padding-top: 1em;
}
 
 .list-type span.lvl2 .btn-area a{
 margin: 0 1% 2%;
 width: 98%;
  box-sizing: border-box;
}

.btn-line{
 display:block;
 align-items: center;
}

 .normal-btn.lvl3 a{
 margin: 0 auto 2%;
 width: 88%;
 padding:.5em 0;
}

 
}


@media screen and (max-width: 480px) {

 figure.img-left,
figure.img-right,
figure.img-center{
 float: none;
 width: 90%;
 margin: 0 auto 2em auto;
 display: block;
 text-align: center;
}
 
 .normal-btn {
  text-align: center;
 }
 
  .normal-btn a{
 padding: .5em 1.5em .5em 1em;
   box-sizing: border-box;
   width: 96%;
}
 
 
 
}



.num-list{
display:flex;
margin-bottom:3em;
}

.num-list span{
width:1.5em;
height:1.5em;
color:#fff;
background:#ff9a18;
text-align:center;
line-height:1.5em;
display:block;
font-size:1.8rem;
}

.num-list span + div{
width: calc(100% - 2em);
padding-left:.5em;
}


.npo-users-tb{
display:flex;
}
.npo-users-tb .npo-users-tb-in{
width:calc(100% / 3);
}

.npo-users-tb div h4{
 background: #b2eff6;
 padding: 1em;
 margin:1px;
 color:#000;
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
 text-align:center;
}



.npo-users-tb div.area{
 background: #f1f1f1;
 padding: 1em;
 word-break:break-all;
 margin:1px;
 text-align:center;
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
}



@media screen and (min-width: 1200px) {

.npo-users-tb div h4{
 font-size: 1.6rem;
}



.npo-users-tb div.area{
 font-size: 1.6rem;
}


}

@media screen and (max-width: 768px) {

.npo-users-tb .npo-users-tb-in{
width:calc(100%);
}
.npo-users-tb{
display:block;
}


}






/*
top 
----------------------------------------------------------*/

.top-kv{
 background: url("../images/kv-back.jpg") no-repeat center center / cover;
 min-height: 610px;
}

.top-kv .is-inner{
 display: flex;
 align-items: center;
 min-height: 610px;
}

.top-kv-area{
 width: 540px;
}
.top-kv-area h1{
 width: 540px;
 color: #086e7a;    
 font-size: calc(4rem + ((1vw - 7.68px) * 1.8519));
font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
 font-weight: normal;
 margin-bottom: .8em;
}
.top-kv-area h2{
 width: 540px;
 color: #086e7a;
 font-size: calc(1.9rem + ((1vw - 7.68px) * 1.1574));
 margin-bottom: .8em;
}
.top-kv-area p{
 text-align: left;
 color: #086e7a;    
 font-size: calc(1.5rem + ((1vw - 7.68px) * 0.463));
}

@media screen and (min-width: 1200px) {
 
 .top-kv-area h1{
 font-size: 4.8rem;
}
 .top-kv-area h2{
 font-size: 2.4rem;
}
.top-kv-area p{
 font-size: 2rem;
}
 
}


@media screen and (max-width: 768px) {


.top-kv{
border-top:2px solid #fff;
 background: url("../images/kv-back-sp.jpg") no-repeat center bottom / cover;
 min-height: 70vh;
 padding-top:3%;
 box-sizing:border-box;
}

.top-kv .is-inner{
 display: flex;
 align-items: center;
 min-height: 100%;
}

.top-kv-area{
 width: 100%;
}
.top-kv-area h1{
 width: 100%;
 margin-bottom:.2em;
}
.top-kv-area h2{
 width: 100%;
}

}





.top-news{
 padding: 5% 0;
}
.top-news h2{
 border-bottom: 5px solid #33bfd0;
 font-size: calc(2rem + ((1vw - 7.68px) * 0.9259));
 margin-bottom: 1em;
 position: relative;
 padding-bottom:.3em;
}
.top-news h2 span{
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.9259));
 margin-bottom: 1em;
 font-weight: normal;
 position: absolute;
 right: 0;
}
.top-news h2 span a{
 display: inline-block;
 color: #33bfd0;
 background: url("../images/ico-arrow-b.png") no-repeat left 50%;
 padding-left: .8em;
}





@media screen and (min-width: 1200px) {
 
 .top-news h2{
 font-size: 2.4rem;
}
  .top-news h2 span{
 font-size: 1.6rem;
}
 
}


.top-first{
 background: url("../images/img-top-first-back.jpg") no-repeat center center / cover;
 padding: 4% 0;
 margin-bottom: 4%;
}

.top-first .is-inner{
 display: flex;
 justify-content: flex-end;
}

.top-first .top-first-content{
 width: 50%;
 box-sizing: border-box;
 padding: 0 2% 0 5%;
 text-align: left;
}
.top-first .top-first-content h3,
.top-second .top-second-content h3,
.top-third .top-third-content h3{
 width: 75%;
 box-sizing: border-box;
 padding: 0 4%;    
 font-size: calc(2.6rem + ((1vw - 7.68px) * 0.9259));
 font-weight: normal;
 border-left: 10px solid #33bfd0;
 padding-left: .6em;
 line-height: 1;
 margin-bottom: 1.5em;
}

.top-first .top-first-content p,
.top-third .top-third-content p,
.top-second .top-second-content p{    
 font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
 margin: 0 0 3em 1em;
}

.top-second .top-second-content p.no-data{
padding:3em 0;
}


.top-btn{
 margin-bottom: 5%;
}
.top-btn a{
 display: inline-block;
 background: #33bfd0 url("../images/gmenu-arrow.png") 96% 50% no-repeat;
 border-radius: 5px;
 padding: .7em 2em;
 color: #fff;
 font-size: calc(1.8rem + ((1vw - 7.68px) * 0.463));
 font-weight: bold;
 transition: all ease-in .2s;
}


.top-btn a:hover{
 background: #24b2c3 url("../images/gmenu-arrow.png") 96% 50% no-repeat;
 text-decoration: none;
}


@media screen and (min-width: 1200px) {
 
.top-first .top-first-content h3,
.top-second .top-second-content h3,
.top-third .top-third-content h3{ 
 font-size: 3rem;
}
 .top-first .top-first-content p,
.top-third .top-third-content p,
.top-second .top-second-content p{    
 font-size: 1.8rem;
}

 
}



@media screen and (max-width: 768px) {

.top-first{
 background: url("../images/img-top-first-back.jpg") no-repeat left top / 200%;
 padding: 76% 0 0;
 margin-bottom: 10%;
}

.top-first .is-inner{
 display: block;
 justify-content: flex-end;
}

.top-first .top-first-content{
 width: 100%;
 box-sizing: border-box;
 padding: 0 2% 0 2%;
 text-align: left;
}

.top-first .top-first-content h3,
.top-second .top-second-content h3,
.top-third .top-third-content h3{
 width: 100%;
}
 
 

.top-btn a{
 padding: .7em 1.5em .7em 1em;
 margin-bottom: 5%;
 text-align: center;
 width:100%;
 box-sizing:border-box;
}



}




.top-second{
 background: url("../images/img-top-second-back.jpg") no-repeat center center / cover;
 padding: 4% 0;
 margin-bottom: 4%;
}


.top-second .is-inner{
 display: flex;
 justify-content: flex-start;
}

.top-second .top-second-content{
 width: 50%;
 box-sizing: border-box;
 padding: 0 5% 0 0;
 text-align: left;
}

.seminar-list{
 padding-bottom:5%;
}

.seminar-list li{
 display: flex;
 align-items: flex-start;
 margin-bottom: 5%;
}
.seminar-list li span.label{
 width: 60px;
 height: 60px;
display:flex;
 justify-content: center;
align-items:center;
 text-align: center;
 line-height:1.2;
 color: #fff;
 font-size: calc(1.2rem + ((1vw - 7.68px) * 0.463));
}
.seminar-list li span.label.is-now{
 background: #ff9a18;
}

.seminar-list li span.detail{
 width: calc(100% - 50px);
 box-sizing: border-box;
 padding-left: 4%;
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
 color: #343434;
}

.seminar-list li span.detail a{
 color: #1cab11;
 font-weight: bold;
 display: block;
}

.seminar-finish-list{
padding:0 !important;
 padding-bottom:5%;
}

.seminar-finish-list li{
background:none !important;
padding:1.5% 0;
 border-bottom:1px solid #f1f1f1;
 display:flex;
 align-items:center;
}

.seminar-finish-list li figure{
width:100px;
display:flex;
justify-content:center;
align-items:center;
margin-right:15px;
}

.seminar-finish-list li report-method{
width:calc(100% - 115px);
}


.seminar-finish-list li a{
display:block;
font-weight:bold;
background: url("../images/ico-page.png") no-repeat left 50% / 1.2em;
padding-left:1.4em;
 font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
}
.seminar-finish-list li span{
display:block;
font-weight:bold;
 font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
}

@media screen and (min-width: 1200px) {
 
 .seminar-list li span.label{
 font-size: 1.4rem;
}
 .seminar-list li span.detail{
 font-size: 1.6rem;
}

.seminar-finish-list li a,
.seminar-finish-list li span{
 font-size: 1.8rem;
}
 
}



@media screen and (max-width: 768px) {


.top-second{
 background: url("../images/img-top-second-back.jpg") no-repeat top right / 200%;
 padding: 80% 0 0;
 margin-bottom: 10%;
}


.top-second .is-inner{
 display: block;
 justify-content: flex-start;
}

.top-second .top-second-content{
 width: 100%;
 box-sizing: border-box;
 padding: 0 2% 0 2%;
 text-align: left;
}


}






.top-third{
 background: url("../images/img-top-third-back.jpg") no-repeat center center / cover;
 padding: 4% 0;
 margin-bottom: 4%;
}


.top-third .is-inner{
 display: flex;
 justify-content: flex-end;
}

.top-third .top-third-content{
 width: 50%;
 box-sizing: border-box;
 padding: 0 2% 0 5%;
 text-align: left;
}


.top-third .top-third-content p{
 line-height: 2;
 margin: 0 0 4em 0;
}



.top-member{
 background: #fcfcfc;
 padding: 5% 0;
}
.top-member h3,
.top-careerup h3{
 border-bottom: 5px solid #33bfd0;
 font-size: calc(2.6rem + ((1vw - 7.68px) * 0.9259));
 display: inline-block;
 padding-bottom: .2em;
 margin-bottom: 1em;
}


.top-btn-member a{
 display: inline-block;
 background: #1cab11 url("../images/ico-user.svg") 10% 50% no-repeat;
 border-radius: 5px;
 padding: .7em 2em .7em 4em;
 color: #fff;
 font-size: calc(1.8rem + ((1vw - 7.68px) * 0.463));
 font-weight: bold;
 transition: all ease-in .2s;
}


.top-btn-member a:hover{
 background: #0f8f05 url("../images/ico-user.svg") 10% 50% no-repeat;
 text-decoration: none;
}

.top-member p{    
 font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
 margin: 0 0 2.5em 0;
}



@media screen and (min-width: 1200px) {
 
.top-member h3{ 
 font-size: 3rem;
}
.top-member p{    
 font-size: 1.6rem;
}

 
}



@media screen and (max-width: 768px) {


.top-third{
 background: url("../images/img-top-third-back.jpg") no-repeat left top / 200%;
 padding: 76% 0 0;
 margin-bottom: 10%;
}


.top-third .is-inner{
 display: block;
 justify-content: flex-end;
}

.top-third .top-third-content{
 width: 100%;
 box-sizing: border-box;
 padding: 0 2% 0 2%;
 text-align: left;
}

}






.top-careerup{
 padding: 5% 0 2%;
}

.top-careerup p{    
 font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
 margin: 0 0 2.5em 0;
 text-align: left;
 padding: 0 5%;
}

.top-careerup figure{
 margin-bottom: 3%;
}


@media screen and (min-width: 1200px) {
 
.top-careerup p{    
 font-size: 1.6rem;
}

 
}


.top-npo-member{
 background: #fcfcfc;
 padding: 3% 0 .2%;
}
.top-npo-member h3{
 border-bottom: 5px solid #33bfd0;
 font-size: calc(2.6rem + ((1vw - 7.68px) * 0.9259));
 display: inline-block;
 padding-bottom: .2em;
 margin-bottom: 1em;
}
.top-npo-member p{    
 font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
 margin: 0 0 2.5em 0;
 text-align: left;
 padding: 0 5%;
}

@media screen and (min-width: 1200px) {
 
.top-npo-member p{    
 font-size: 1.6rem;
}

 
}

.top-npo{
 background: #f0f0f0;
 padding: 3% 0 3%;
 margin-bottom: 1px;
}
.top-npo h3{
 font-size: calc(2.6rem + ((1vw - 7.68px) * 0.9259));
 display: inline-block;
 padding-bottom: .2em;
 margin-bottom: 1em;
}
.top-npo p{    
 font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
 margin: 0 0 2.5em 0;
 text-align: center;
}

.top-npo-list{
 display:flex;
 flex-wrap: wrap;
 justify-content:flex-start;
}
.top-npo-list li{
 margin: 0 5px 10px;
}

.top-npo-ad{
 text-align: right;
 font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
}
.top-npo-ad a{
 background: url("../images/ico-arrow-b.png") no-repeat left 50%;
 display: inline-block;
 padding-left: 1em;
 color: #404040;
}

@media screen and (min-width: 1200px) {
 
.top-npo p{    
 font-size: 1.6rem;
}
.top-npo-ad{
 font-size: 1.6rem;
}
 
}



@media screen and (max-width: 480px) {

.top-npo-list{
 display:flex;
 flex-wrap: wrap;
 justify-content:flex-start;
}
.top-npo-list li{
 margin: 0 5px 10px;
 width:calc((100% / 3) - 10px);
}

}





/*
login ----------------------------------------------------------*/


.login-form{
 width: 70%;
 background: #f5f9fd;
 border: 1px solid #94dce6;
 padding: 2em;
 margin: 0 auto;
}

.login-form dl{
 display:flex;
 justify-content: space-between;
 flex-wrap: wrap;
 text-align: left;
 width: 60%;
 margin: 0 auto;
 align-items: center;
 padding-top: 1em;
}
.login-form dt{
 width: 30%;
 text-align: right;
 margin-bottom: 1em;
 padding-right: 1em;
 box-sizing: border-box;
 font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
 vertical-align: middle;
}

.login-form dd{
 width: 70%;
 margin-bottom: 1em;
 vertical-align: middle;
}

.login-form dd input{
 font-size: 1.8rem;
 padding: .2em .5em;
 border: 1px solid #ddd;
 background: #fff;
 width: 90%;
}

.form-remember{
 text-align: center;
 margin-bottom: 1em;
}
.form-remember input{
 margin-right:.5em;
}

.login-form .login-btn{
 margin-bottom:1em;
}

.login-form .login-btn input{
  display: inline-block;
 background: #18858c url("../images/gmenu-arrow.png") 96% 50% no-repeat;
 border-radius: 5px;
 padding: .5em 5em;
 color: #fff;
 font-size: calc(1.8rem + ((1vw - 7.68px) * 0.463));
 font-weight: bold;
 transition: all ease-in .2s;
 cursor: pointer;
 border: none;
}
.login-form .login-btn input:hover{
 background: #24b2c3 url("../images/gmenu-arrow.png") 96% 50% no-repeat;
 text-decoration: none;
}

.login-remind{
 margin-bottom:1em;
}

.login-form p{
 border-top: 1px solid #94dce6;
 padding-top: 1em;
 width: 70%;
 margin: 0 auto;
 text-align: left;
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
 margin-bottom: 1em;
}


@media screen and (min-width: 1200px) {
 



 .login-form dt{
 font-size: 1.8rem;
}
 
 .login-form .login-btn input{
 font-size: 2rem;
}
 .login-form p{
 font-size: 1.6rem;
}
 
}



@media screen and (max-width: 768px) {
 
 


 
 .login-form p{
 width: 90%;
}
  
 .login-form{
 width: 100%;
 box-sizing:border-box;
 padding:2% 5%;
}

.login-form dl{
 display:block;
 width: 100%;
}
.login-form dt{
 width: 100%;
 text-align: left;
 margin-bottom: .5em;
 padding-right: 0;
}

.login-form dd{
 width: 100%;
 margin-bottom: 1em;
 vertical-align: middle;
}

.login-form dd input{
 width: 100%;
 box-sizing:border-box;
}
 
}



/*
form ----------------------------------------------------------*/

.caution-area{
 color: #ff0000;
}


table.form-tb{
 width:100%;
 border: solid 2px #fff;
border-collapse: separate;
border-spacing: 2px;
 text-align: left;
 margin-bottom: 5%;
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
}

table.form-tb th{
 background: #d5faff;
 padding: 1em;
 width: 30%;
 vertical-align: top;
 box-sizing: border-box;
}
span.required{
 color: #ff0000;
}

table.form-tb td{
 background: #fff;
 padding: 1em;
 border: 1px solid #d5faff;
 vertical-align: top;
 box-sizing: border-box;
}
table.form-tb td span{
 color:#8c8c8c;
}
table.form-tb td span.autoConfirmVal{
 color:#000;
 font-weight: bold;
 font-size: 108%;
}

table.form-tb td input[type="text"],
table.form-tb td input[type="password"],
table.form-tb td textarea{
 font-size: 1.8rem;
 padding: .4em .5em;
 border: 1px solid #ddd;
 background: #fff;
 margin: .1em .3em;
 vertical-align: middle;
 box-sizing: border-box;
}
table.form-tb td input[type="text"].lvl1{
 width: 40%;
}
table.form-tb td input[type="text"].lvl2{
 width: 20%;
}


table.form-tb td input[type="text"].lvl3{
 width: 90%;
}
table.form-tb td textarea{
 width: 90%;
}


table.form-tb td select{
 font-size: 1.8rem;
 padding: .4em .5em;
 border: 1px solid #ddd;
 background: #fff;
 margin: .1em .3em;
 max-width: 90%;
}
table.form-tb td select.max-wd{
 max-width: 100%!important;
}
table.form-tb td input[type="radio"]{
 margin: .1em .3em;
 
}
 
 
table.form-tb td p.caution{
 color: #ff0000;
 font-size: calc(1.2rem + ((1vw - 7.68px) * 0.463));
 margin-bottom: 1em;
}




.form-in-block{
 padding: .3em 0;
 display: flex;
 align-items: center;
 flex-wrap: wrap;
}
.form-in-block.frameBorder{
 border: 1px solid #ddd;
 border-radius: 5px;
 padding: 5px;
 margin: 3px 0;
 box-sizing: border-box;
}

.form-in-block .form-in-block-head{
 width: 100%;
}
.form-in-block .form-in-block-body{
 width: 100%;
 display: flex;
 align-items: center;
 padding-left: 20px;
 box-sizing: border-box;
}
.form-in-block .form-in-block-body div{
 display: flex;
 align-items: center;
 margin-right: 20px;
}

.form-in-block.lvl0,
.form-in-block.lvl2,
.form-in-block.lvl3{
 display: flex;
 max-width: 100%;
 align-items: center;
}
.form-in-block label{
 width: 6em;
}
.form-in-block.lvl0 label{
 width: 6em;
}
.form-in-block.lvl2 label{
 width: 12em;
}
.form-in-block.lvl3 label{
 width: 8em;
}
.form-in-block.list{
 display: flex;
 max-width: 100%;
 align-items: center;
 flex-wrap: wrap;
}
.form-in-block.list span{
 width: calc(100% / 3);
 padding-bottom: .5em;    
 font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
 color: #000;
}
.form-in-block.list span input{
 margin-right: .4em;
}

dl.form-notes{
 text-align:left;
 padding: 1em;
 background: #f5f9fd;
 border: 1px solid #94dce6;
 display: flex;
 box-sizing: border-box;
 width: 80%;
 margin: 0 auto 1em;
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.1736));
}
dl.form-notes.lvl2{
 background: #ffe8d5;
}

dl.form-notes ol{
 margin-left: 1em;
}


dl.form-notes dt{
 width:20%;
 font-weight: bold;
}
dl.form-notes dd{
 width:80%;
}

form.is-confirm dl.form-notes{
 display: none;
}


input.btn-delate{
 font-family: 'Noto Sans CJK JP','游ゴシック体', 'Yu Gothic', YuGothic,"ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
 padding: .2em .5em;
 cursor: pointer;
}
input.btn-plus{
 font-family: 'Noto Sans CJK JP','游ゴシック体', 'Yu Gothic', YuGothic,"ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
 padding: .2em .5em;
 margin: 1em 0 0;
 background: #d5faff;
 border: 1px solid #18858c;
 cursor: pointer;
}


.form-btn{
 margin-bottom:1em;
 text-align:center;
}

.form-btn input{
  display: inline-block;
 background: #18858c url("../images/gmenu-arrow.png") 96% 50% no-repeat;
 border-radius: 5px;
 padding: .5em 5em;
 color: #fff;
 font-size: calc(1.8rem + ((1vw - 7.68px) * 0.463));
 font-weight: bold;
 transition: all ease-in .2s;
 cursor: pointer;
 border: none;
 margin:0 1%;
 font-family: 'Noto Sans CJK JP','游ゴシック体', 'Yu Gothic', YuGothic,"ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
}
.form-btn input:hover{
 background: #24b2c3 url("../images/gmenu-arrow.png") 96% 50% no-repeat;
 text-decoration: none;
}

.form-btn input.back{
  display: inline-block;
 background: #cbcbcb url("../images/gmenu-arrow.png") 96% 50% no-repeat;
 color:#000;
 font-weight:normal;
}
.form-btn input.back:hover{
  display: inline-block;
 background: #a9a9a9 url("../images/gmenu-arrow.png") 96% 50% no-repeat;
 color:#000;
}


form p.confirm-txt{
 display: none;
}

form.is-confirm p{
 display: none;
}


form.is-confirm p.confirm-txt{
 display: block;
}

.form-in-block.lvl3 em{
 font-style: normal;
}


@media screen and (min-width: 1200px) {
 
 table.form-tb{
  font-size:1.6rem;
}
 table.form-tb td p.caution{
 font-size: 1.4rem;
}
 
 .form-btn input{ 
 font-size: 2rem;
 }
 dl.form-notes{
 font-size: 1.6rem;
 }
 .form-in-block.list span{
 font-size: 1.8rem;
}
 input.btn-delate,
  input.btn-plus{
 font-size: 1.6rem;
}

}


@media screen and (max-width: 768px) {
 
 table.form-tb{
 width:100%;
 border: solid 4px #fff;
border-collapse: separate;
border-spacing: 4px;
 text-align: left;
 margin:0 auto 5%;
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
 box-sizing:border-box;
}

table.form-tb th{
 background: #d5faff;
 padding: 1em;
 width: 100%;
 display: inline-block;
}
span.required{
 color: #ff0000;
}

table.form-tb td{
 background: #fff;
 padding: 1em;
 border: 1px solid #d5faff;
 vertical-align: top;
 width: 100%;
 display: inline-block;
}

table.form-tb td select{
 width: 90% !important;
}
table.form-tb td select.lvl2{
 width: 85% !important;
}

table.form-tb td input[type="text"].lvl2.datepicker{
 width: 90%;
}
 
 .form-in-block{
 padding: .3em 0;
 display: block;
 align-items: center;
  width: 100%;
}
 .form-in-block.lvl0,
.form-in-block.lvl2,
.form-in-block.lvl3{
 display: block;
}



.form-in-block.lvl0 label,
.form-in-block.lvl2 label,
.form-in-block.lvl3 label{
display:block;
 width: 100%;
 box-siging:border-box;
}
.form-in-block.list{
 display: flex;
 max-width: 100%;
 align-items: center;
 flex-wrap: wrap;
}
.form-in-block.list span{
 width: calc(100% / 2);
 padding-bottom: .5em;    
 font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
 color: #000;
 display: block;
}

 .form-in-block.lvl3 em{
  display: flex;
  color: #000;
 }

dl.form-notes{
 width: 90%;
 display: block;
}

dl.form-notes dt{
 width:100%;
 font-weight: bold;
 margin-bottom: .5em;
}
dl.form-notes dd{
 width:100%;
} 
 .form-btn input{
 margin-bottom:1em;
 text-align:center;
}
 
 .form-in-block .form-in-block-body{
 flex-direction: column;
  align-items: flex-start;
}
 .form-in-block .form-in-block-body div{
  width: 100%;
 margin-right: 0;
}
 .form-in-block .form-in-block-body div select,
  .form-in-block .form-in-block-body div select.lvl2{
  width: auto !important;
  display: inline-block;
 }
 
 
}





/*
news ----------------------------------------------------------*/


ul.news-list{
text-align:left;
margin-bottom:5%;
}


ul.news-list li{
display:flex;
font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
padding:.7em 0;
 align-items: center;
 flex-wrap: wrap;
 border-bottom: 1px solid #94dce6;
}
ul.news-list li .date{
width:7em;
}
ul.news-list li .news-right{
width:calc(100% - 7em);
 display: flex;
 flex-direction: column;
 font-style: normal;
}
ul.news-list li .cat{
display:inline-block;
color:#fff;
}
ul.news-list li .cat em{
display:inline-block;
width:auto;
 padding: .1em 1em;
text-align:center;
color:#fff;
background:#33bfd0;
 font-size: 14px;
 font-style: normal;
}
ul.news-list li .cat em a{
 color: #fff;
 display: block;
background:#33bfd0;
 transition: all ease .4s;
}
ul.news-list li .cat em a:hover{
 color: #fff;
background:#33bfd0;
 opacity: 0.8;
 transition: all ease .4s;
 text-decoration: none;
}
ul.news-list li .txt{
 padding-top: .2em;
 display: block;
}


.news-widget{
margin:0;
border-bottom:1px solid #ddd;
margin-bottom:4%;
box-sizing:border-box;
padding:.5% 0 .5%;
}
.news-widget ul.news-list{
margin-bottom:0;
}
.news-widget ul.news-list li{
 justify-content: flex-end;
 border-bottom: none;
}
.news-widget ul.news-list li .cat{
 width: auto;
}


@media screen and (min-width: 1200px) {

ul.news-list li{
font-size: 1.8rem;
}



}




@media screen and (max-width: 768px) {
 
ul.news-list li{
flex-wrap:wrap;
 flex-direction: column;
padding:.5em 0 1em;
 align-items: flex-start;
}
 ul.news-list li .news-right{
width:calc(100%);
}
 ul.news-list li .txt{
width: calc(100%);
padding-top:.2em;
}
ul.news-list li .date{
width:auto;
 margin-bottom: .2em;
}


}
 
 
 
ul.link-box-list{
 display: flex;
 justify-content: space-between;
 margin-bottom: 5%;
 flex-wrap:wrap;
}
ul.link-box-list li{
 width: 48%;
 border:4px solid #33bfd0;
 background: #e9edf6;
 text-align: left;
 box-sizing:border-box;
 margin-bottom:4%;
}

ul.link-box-list li a{
 padding: 1em 1.5em;
 color: #187376;
 font-size: calc(1.8rem + ((1vw - 7.68px) * 0.463));
 font-weight: bold;
 display: block;
 transition: all ease-in .2s;
 background: url("../images/ico-arrow-blue.svg") no-repeat left 50% / 10px;
}

ul.link-box-list li a:hover{
 text-decoration: none;
 color: #fff;
 background:#33bfd0 url("../images/ico-arrow-blue.svg") no-repeat -10px 50% / 10px;
}



@media screen and (max-width: 768px) {
 
 ul.link-box-list{
 display: block;
 margin-bottom: 8%;
}
ul.link-box-list li{
 width: 100%;
 margin-bottom:5%;
}
 
 
 }
 
 
 


/*
field trip 
----------------------------------------------------------*/

table.field-flow{
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
 margin-bottom: 10%
}

table.field-flow th{
 width: 5%;
 padding: 1em .5em;
 vertical-align: middle;
}
table.field-flow td{
 width: 50%;
 padding: 1em .5em;
 box-sizing: border-box;
 border-left: 1px solid #dcdcdc;
}

table.field-flow h4.beginner{
 background: url("../images/fieldtrip_entries-01.png") no-repeat left 50% / 1.8em;
 padding:.5em 2.2em;
 display: inline-block;
 color: #343434;
}
table.field-flow h4.user{
 background: url("../images/fieldtrip_entries-02.png") no-repeat left 50% / 1.8em;
 padding:.5em 2.4em;
 display: inline-block;
 color: #343434;
}

table.field-flow .field-odd{
 background: #d5faff;
 padding: 1.5em 2em;
 text-align: left;
}
table.field-flow .field-odd strong{
 background: #33bfd0;
 color: #fff;    
 font-size: calc(2.6rem + ((1vw - 7.68px) * 0.9259));
 width: 1.5em;
 height: 1.5em;
 line-height: 1.5em;
 text-align: center;
 display: inline-block;
 font-weight: normal;
 position: relative;
 margin: 0 .2em;
}

table.field-flow .field-even{
 background: #f1f1f1;
 padding: 1.5em 2em;
 text-align: left;
}

table.field-flow p.lvl2{
 padding: 1.5em 0;
 margin: 0;
}

table.field-flow .field-odd.lvl2{
 display: flex;
 align-items: center;
}


table.field-flow p{
 margin: 0 0 1.5em;
}
table.field-flow p:last-child{
 margin: 0;
}

table.field-flow th strong{
 background: #33bfd0;
 color: #fff;    
 font-size: calc(2.6rem + ((1vw - 7.68px) * 0.9259));
 width: 1.5em;
 height: 1.5em;
 line-height: 1.5em;
 text-align: center;
 display: block;
 font-weight: normal;
 position: relative;
}


table.field-flow th strong::after{
 content: "";
 background: url("../images/flow-arrow-b.png") no-repeat top center;
 height: 12px;
 width: 12px;
 position: absolute;
 bottom: -.7em;
 left: 0;
 right: 0;
 margin: auto;
}
table.field-flow th strong.lvl2::after{
 content: "";
 background: none;
 height: 12px;
 width: 12px;
 position: absolute;
 bottom: -.7em;
}

@media screen and (min-width: 1200px) {

table.field-flow{
font-size: 1.6rem;
}
table.field-flow th strong,
 table.field-flow .field-odd strong{
font-size: 3rem;
}



}



/* npo users 
-------------------------------------------------------*/

.entry-list{
 display:flex;
 justify-content: space-around;
 margin-bottom: 5%;
}
.entry-list .entry-content{
 margin: 0 1%;
}


.entry-list .entry-content h3{
 font-size: calc(2.2rem + ((1vw - 7.68px) * 0.9259));
 margin-bottom: 1.5em;
 font-weight: normal;
 text-align: left;
}

.entry-list .entry-content p{
 font-size: calc(1.5rem + ((1vw - 7.68px) * 0.463));
 margin-bottom: 1.5em;
 font-weight: normal;
}

.entry-list .entry-content h3::before{
 content: "";
 border-left: 10px solid #33bfd0;
 padding-left: .5em;
}

.entry-list .entry-content figure{
 margin-bottom:1.5em;
}


.entry-list .entry-content .normal-btn a{
 padding: .5em 3em;
}


.caution-area-txt{
 border: 2px solid #33bfd0;
 padding: 2.5% 3%;
 box-sizing: border-box;
}
.caution-area-txt p{
 margin: 0;
}.caution-area-txt p.margin{
 margin: 0 0 2em;
}
.caution-area-txt .normal-btn{
 margin: 2em 0 0 0;
}


@media screen and (min-width: 1200px) {
 

 .entry-list .entry-content h3{
font-size: 2.4rem;
 }
  .entry-list .entry-content p{
font-size: 1.6rem;
 }
 
 
}



@media screen and (max-width: 768px) {
 
.entry-list{
 display:flex;
 justify-content: space-around;
 margin-bottom: 5%;
 flex-wrap: wrap;
}
 
.entry-list .entry-content{
 margin: 0 1% 3%;
 width: 48%;
} 

 
}

@media screen and (max-width: 480px) {
 
.entry-list{
 display:block;
 justify-content: space-around;
 margin-bottom: 5%;
}
 
.entry-list .entry-content{
 margin: 0 1% 10%;
 width: 98%;
} 
 
}





.medical_centers-list,
.materials-list{
margin-bottom:5%;
}
.medical_centers-list li,
.materials-list li{
margin-bottom:5px;
background:#f1f1f1;
text-align:left;
padding: 1em 1.5em;
border:1px solid #d1d1d1;
box-sizing:border-box;
}
.medical_centers-list li:nth-child(even){
margin-bottom:5px;
background:#f8f8f8;
text-align:left;
}
.materials-list li{
margin-bottom:5px;
background:#fff;
text-align:left;
border:1px solid #d1d1d1;
box-sizing:border-box;
padding:0;
}

.materials-list li a.pdf-block{
 background:#fff url("../images/ico-pdf.png") no-repeat 1% 50% / 3em;
padding: 1em 1.5em 1em 4.5em;
display:block;
transition:all ease-in .2s;
}
.materials-list li a.pdf-block:hover{
 background:#33bfd0 url("../images/ico-pdf.png") no-repeat 1% 50% / 3em;
display:block;
color:#fff;
}
.materials-list li a.link-block{
 background:#fff url("../images/ico-page.png") no-repeat 1% 50% / 3em;
padding: 1em 1.5em 1em 4.5em;
display:block;
transition:all ease-in .2s;
}
.materials-list li a.link-block:hover{
 background:#33bfd0 url("../images/ico-page.png") no-repeat 1% 50% / 3em;
display:block;
color:#fff;
}


.medical_centers-list li h3,
.materials-list li h3{
 font-size: calc(1.8rem + ((1vw - 7.68px) * 0.463));
 display:inline-block;
}
.medical_centers-list li h3 .new{
font-weight:normal;
padding-left:1em;
color:#ff0000;
}




.medical_centers-list li .state,
.materials-list li .state{
background: #d1d1d1;
padding:.2em 1em;
line-height:1;
margin-left:2em;
color:#fff;
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
}
.materials-list li .state{
margin-left:0;
margin-right:1em;
}
.materials-list li a:hover{
 text-decoration: none;
}

.materials-list-keywords{
padding-top:1em;
}





.medical_centers-list li .medical_centers-list-upper{
padding: 0 0 1em 0;
}
.medical_centers-list li .medical_centers-list-bottom{
border-top:1px solid #fff;
padding: .8em .2em 0 .2em;
color:#535353;
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
line-height:1.8;
}




.medical_centers-list li a.program{
 display: inline-block;
 background: #33bfd0 url("../images/gmenu-arrow.png") 96% 50% no-repeat;
 border-radius: 5px;
 padding: .2em 1.5em .2em 1.2em;
 color: #fff;
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
 font-weight: bold;
 transition: all ease-in .2s;
 margin-left:1em;
}

.medical_centers-list li a.program:hover{
 background: #24b2c3 url("../images/gmenu-arrow.png") 96% 50% no-repeat;
 text-decoration: none;
}

.medical_centers-list-link{
 display:inline-block;
 margin-left:1em;
}


.youtube-wrap{
     max-width:50%;
     margin:0 auto;
}

.youtube {
		 width: 100%;
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}



@media screen and (min-width: 1200px) {
 
.medical_centers-list li h3,
.materials-list li h3{
 font-size: 2rem;
}
.medical_centers-list li .medical_centers-list-bottom,
.medical_centers-list li a.program,
.medical_centers-list li .state,
.materials-list li .state{
 font-size: 1.6rem;
}


}




@media screen and (max-width: 768px) {
 
  .medical_centers-list li a.program{
 margin:1em 1em 0 0;
}

.medical_centers-list-link{
 display:block; 
 margin:0 1em 0 0;
 
}
.medical_centers-list li h3{
display:block;
}
.medical_centers-list li .state{
margin-left:0;
 margin:1em 1em 0 0;
}

.youtube-wrap{
 max-width:100%;
}

}


#search{
margin-bottom:10%;
}

#search .form-btn{
padding-top:4%;
}




.logout{
 text-align: center;
}
.logout a{
 display: inline-block;
 padding: .7em 3em;
 background: #e40000;
 border-radius: 5px;
 font-size: calc(1.8rem + ((1vw - 7.68px) * 0.463));
 color: #fff;
 font-weight: bold;
 transition: all ease-in .2s;
}
.logout a span{
 background: url("../images/ico-logout.svg") no-repeat left 50% / 1.4em;
 padding-left: 1.8em;
}
.logout a:hover{
 background: #18858c;
 text-decoration: none;
}




@media screen and (min-width: 1200px) {

.logout a{
 font-size: 2rem;
}

}



.user-method{
 background:#f5f9fd;
 border: 1px solid #c2d7eb;
 border-radius: 5px;
 margin-bottom: 1em;
}
.user-method h4{
 background:#d7e3ef;
 color: #18858c;
 padding: .5em 1em;
 font-size: calc(1.7rem + ((1vw - 7.68px) * 0.463));
}

.user-method p{
 margin: 0 1em 1.3em;
}
.user-method ul{
 margin-bottom: 1em;
}

.box-4-list{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.box-4-list .user-method{
 width: 49%;
}
.box-4-list .user-method.lvl2{
 width: 100%;
}
.user-method figure{
 padding:0 1em 1em;
}
.box-4-list .user-method.lvl2 .btn-center{
 text-align:center;
 display:flex;
 justify-content:center;
}


.txt-area p.rgiht{
 text-align: right;
}
.red{
 color: #ff0000;
}

.arrow-position{
 background: url("../images/arrow-flat.png") no-repeat  center center / 250px;
 text-align: center;
 font-size: calc(1.7rem + ((1vw - 7.68px) * 0.463));
 margin-top: -4%;
}
.arrow-position figure{
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 5%;
}

.box-4-list .txt-area{
 text-align: center;
 width: 49%;
 box-sizing: border-box;
}

.step-flow{
 display:flex;
 width: 100%;
 background:#f5f9fd;
 border: 5px solid #008087;
 align-items: center;
 margin-bottom: 1.5em;
}
.step-flow p{
 width: 25%;
 background: url("../images/users-arrow-right.png") no-repeat right 50%;
 padding: 1em 1em 1em;
 box-sizing: border-box;
 margin: 0;
 text-indent: -1.2em;
 margin-left: 1.2em;
}
.step-flow p:last-child{
 background: none;
}


@media screen and (min-width: 1200px) {

.user-method h4{
 font-size: 1.9rem;
}

 .arrow-position{
 font-size: 1.9rem;
}

 
}



@media screen and (max-width: 768px) {
 
 
  .box-4-list{
 display: block;
 flex-wrap: wrap;
 justify-content: space-between;
}
.box-4-list .user-method{
 width: 100%;
}
.box-4-list .user-method.lvl2{
 width: 100%;
}
 
 
 .box-4-list .txt-area{
 text-align: center;
 width: 100%;
 box-sizing: border-box;
}
.arrow-position{
 background: url("../images/arrow-flat.png") no-repeat  center center / contain;
 text-align: center;
 margin-top: -4%;
 margin-bottom: 4%;
}
 .arrow-position figure{
 padding: 8%;
}
 
 
.step-flow{
 display:block;
 width: 100%;
 border: 3px solid #008087;
}
 
 .step-flow p{
 width: 100%;
 background: none;
 border-bottom: 3px solid #008087;
  margin: 0;
  text-indent:0;
}
 .step-flow p:last-child{
 background: none;
  border: none;
}

 
 
}


#warnings{
border:2px solid #ff0000;
color:#ff0000;
padding:1em;
margin-bottom:1em;
font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
}


#warnings span{
font-weight:bold;
}
#warnings ul{
margin-top:1em;
}
#warnings li{
margin-bottom:.5em;
}



@media screen and (min-width: 1200px) {

#warnings{
 font-size: 1.6rem;
}

}



.flow-list{
 padding: 0 5%;
}

.flow-list li{
 border: 2px solid #33bfd0;
 border-radius: 3px;
 background: none !important;
 padding: 0 !important;
 box-sizing: border-box;position: relative;
 margin-bottom: 3em !important;
}

.flow-list li:after{
 content: "";
 background: url("../images/ico-arrow-bottom-flow.png") no-repeat center center / cover;
 width: 3em;
 height: 3em;
 display: block;
 margin: 0 auto;
 position: absolute;
 bottom: -3em;
 left: 0;
 right: 0;
}
.flow-list li:last-child:after{
 display: none;
}
.flow-list li h4{
 display: flex;
 margin: 0 0 .5em 0;
 padding: 2%;
 align-items: center;
 background: #f0f0f0;
}
.flow-list li h4 span.num{
 width: 1.5em;
 height: 1.5em;
 line-height: 1.5em;
 text-align: center;
 color: #fff;
 font-weight: normal;
 background: #ff9a18;
 margin-right: .7em;
 
}
.flow-list li p{
 margin-bottom:0;
 padding: 0 2% 2%;
}


.flow-list .btn-area{
display:flex;
flex-direction:column;
justify-content:center;
}
.flow-list .btn-area .normal-btn.lvl3{
margin:0 auto 2%;
}


@media screen and (max-width:768px){

.flow-list{
 padding: 0 2%;
}

.flow-list .btn-area .normal-btn.lvl3{
width:100%;
}
.flow-list .btn-area .normal-btn.lvl3 a{
font-size:98%;
}

}


.sitemap-wrap{
display:flex;
text-align:left;
}

.sitemap-wrap nav{
padding:0 2%;
width:calc(100% / 3);
box-sizing:border-box;
}

.sitemap-wrap nav dl{
margin-bottom:10%;
}

.sitemap-wrap nav dt{
font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
border-bottom:1px solid #18858c;
margin-bottom:.5em;
}

.sitemap-wrap nav dt a{
font-weight:bold;
 background: #f5f9fd url("../images/ico-arrow-b.png") 2% 50% no-repeat;
 padding:.5em 1.2em;
 display:block;
 transition:all ease-in .2s;
}

.sitemap-wrap nav dt a:hover{
 background: #e8eef5 url("../images/ico-arrow-b.png") 2% 50% no-repeat;
 text-decoration:none;
}


.sitemap-wrap nav dd{
font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
margin-bottom:.5em;
margin-left:1.5em;

 background: url("../images/ico-arrow-b.png") left 50% no-repeat;
 padding-left:1.2em;
}



@media screen and (min-width: 1200px) {

.sitemap-wrap nav dt{
font-size: 1.8rem;
}
.sitemap-wrap nav dd{
font-size: 1.6rem;
}
}



@media screen and (max-width:768px){


.sitemap-wrap{
display:block;
text-align:left;
}


.sitemap-wrap nav{
padding:0 2%;
width:calc(100%);
box-sizing:border-box;
}


}





/* traning 
----------------------------------------------------------------  */




#reg_btn {
    position: absolute;
    right: 0;
    top: 25px;
}

@media screen and (max-width:768px){
#reg_btn {
    display: none;
}
}



#reg_btn a {
    width: 210px;
    height: 60px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ba3434;
    border-radius: 100px;
    border: #ba3434 3px solid;
    transition: all 0.3s ease;
    box-sizing: border-box;
}



#reg_btn a span {
    height: 60px;
    padding-left: 48px;
    background: url("../images/reg_icon.png") 0 50% no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



#reg_btn a:hover {
    color: #ba3434;
    background-color: #fff;
}



#reg_btn a:hover span {
    padding-left: 48px;
    background: url("../images/reg_icon_on.png") 0 50% no-repeat;
}



#guide_btn {
    position: absolute;
    right: 220px;
    top: 25px;
}

@media screen and (max-width:768px){
#guide_btn {
    display: none;
}
}



#guide_btn a {
    width: 280px;
    height: 60px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1192b2;
    border-radius: 100px;
    border: #1192b2 3px solid;
    transition: all 0.3s ease;
    box-sizing: border-box;
}



#guide_btn a span {
    padding-left: 45px;
    background: url("../images/guidebook_icon.png") 0 50% no-repeat;
    display: block;
}



#guide_btn a:hover {
    color: #1192b2;
    background-color: #fff;
}



#guide_btn a:hover span {
    padding-left: 45px;
    background: url("../images/guidebook_icon_on.png") 0 50% no-repeat;
}





#main_img {
    background: url("../images/main_image.jpg") 100% 100% no-repeat;
    background-size: cover;
}

@media screen and (max-width:768px){
#main_img {
    background: url("../images/main_image_sp.jpg") 100% 0 no-repeat;
    background-size: cover;
}
}



#main_img > div {
    width: 1000px;
    height: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width:768px){
#main_img > div {
    width: 100%;
    height: 230px;
    padding: 0 20px;
    background-color: rgba(255,255,255,0.7);
}
}



#main_img h2 {
    margin-bottom: 20px;
    font-size: 3.3rem;
    font-weight: bold;
    line-height: 1.4;
}

@media screen and (max-width:768px){
#main_img h2 {
    margin-bottom: 15px;
    font-size: 5.5vw;
    font-weight: bold;
    line-height: 1.3;
}
}



#main_img p {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.7;
}

@media screen and (max-width:768px){
#main_img p {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.5;
}
}




/***** 地図 *****/
#map {
    margin-bottom: 50px;
    text-align:left;
}

@media screen and (max-width:768px){
#map {
    margin-bottom: 30px;
}
}



#map_box {
    width: 100%;
    height: 895px;
    position: relative;
}

#map_box div {
    display: none;
}


@media screen and (max-width:768px){
#map_box {
    height: 100%;
    position: static;
}

#map_box div p {
    display: none;
}
}



#map_tit {
    margin-bottom: 30px;
    padding: 5px 0 5px 55px;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: url("../images/map_tit_icon.png") 0 50% no-repeat;
}

@media screen and (max-width:768px){
#map_tit {
    margin-bottom: 20px;
    padding: 5px 0 5px 30px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: url("../images/map_tit_icon.png") 0 50% no-repeat;
    background-size: 20px 20px;
}
}



#map figure {
    text-align: center;
}

@media screen and (max-width:768px){
#map figure img {
    width: 100%;
    height: auto;
}
}



#map_detail {
    margin-bottom: 50px;
    letter-spacing: -0.4em;
    text-align:left;
}



#map_detail ul {
    /*width: 48%;*/
	width: 45%;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width:768px){
#map_detail ul {
    width: 100%;
    display: block;
}
}



#map_detail ul:first-child {
    margin-right: 10%;
}

@media screen and (max-width:768px){
#map_detail ul:first-child {
    margin-right: 0;
    margin-bottom: 30px;
}
}



#map_detail ul a {
    color: #000;
    transition: all 0.6s ease;
}



#map_detail ul a:hover {
    font-weight: bold;
    color: #1192b2;
}



#map_detail li {
    /*margin-bottom: 10px;*/
	margin-bottom: 30px;
}

@media screen and (max-width:768px){
#map_detail li {
    margin-bottom: 30px;
}

#map_detail li:last-child {
    margin-bottom: 0;
}
}

#map_detail li a {
}

#map_detail dt {
    /*width: 120px;
    height: 80px;*/
	width: 80%;
    height: auto;
	margin: 0 auto;
    letter-spacing: normal;
    position: relative;
    /*display: inline-block;*/
    vertical-align: bottom;
}

@media screen and (max-width:768px){
#map_detail dt {
    width: 80%;
    height: auto;
    margin: 0 auto 10px;
    position: relative;
    display: block;
}
}



#map_detail dt span {
    /*width: 25px;
    height: 25px;*/
	width: 40px;
    height: 40px;
    /*font-size: 1.4rem;*/
	font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    right: 7px;
    bottom: 7px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

@media screen and (max-width:768px){
#map_detail dt span {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
}
}


#map_detail dt img {
    width: 100%;
}


#map_detail dd {
    /*width: 340px;
    margin-left: 20px;*/
	height: 5em;
	margin: 10px 0 0;
    letter-spacing: normal;
    text-align: center;
    /*display: inline-block;
    vertical-align: bottom;*/
}

@media screen and (max-width:768px){
#map_detail dd {
    width: 100%;
	height: auto;
    margin-left: 0;
    display: block;
}
}



#map_detail dd a {
    color: #000;
    text-decoration: none;
    display: block;
}



.thum_icon_01 {
    color: #fff;
    background-color: #ef8200;
}



.thum_icon_02 {
    color: #fff;
    background-color: #ed193a;
}



.thum_icon_03 {
    color: #fff;
    background-color: #db81b6;
}



.thum_icon_04 {
    color: #fff;
    background-color: #8c63aa;
}



.thum_icon_05 {
    color: #fff;
    background-color: #65ade1;
}



.thum_icon_06 {
    color: #fff;
    background-color: #22b24b;
}



.thum_icon_07 {
    color: #fff;
    background-color: #bb8731;
}



.thum_icon_08 {
    color: #fff;
    background-color: #006d37;
}



.thum_icon_09 {
    color: #fff;
    background-color: #604c3f;
}



#arrow_box_01 {
    position: absolute;
    left: 277px;
    top: 333px;
}

#arrow_box_02 {
    position: absolute;
    left: 342px;
    top: 350px;
}

#arrow_box_03 {
    position: absolute;
    left: 278px;
    top: 360px;
}

#arrow_box_04 {
    position: absolute;
    left: 361px;
    top: 365px;
}

#arrow_box_05 {
    position: absolute;
    left: 328px;
    top: 330px;
}

#arrow_box_06 {
    position: absolute;
    left: 267px;
    top: 350px;
}

#arrow_box_07 {
    position: absolute;
    left: 288px;
    top: 330px;
}


#arrow_box_08 {
    position: absolute;
    left: 196px;
    top: 273px;
}

#arrow_box_09 {
    position: absolute;
    left: 214px;
    top: 278px;
}

#arrow_box_10 {
    position: absolute;
    left: 254px;
    top: 243px;
}

#arrow_box_11 {
    position: absolute;
    left: 246px;
    top: 259px;
}

#arrow_box_12 {
    position: absolute;
    left: 142px;
    top: 277px;
}

#arrow_box_13 {
    position: absolute;
    left: 226px;
    top: 249px;
}

#arrow_box_14 {
    position: absolute;
    left: 156px;
    top: 241px;
}

#arrow_box_15 {
    position: absolute;
    left: 96px;
    top: 241px;
}

#arrow_box_16 {
    position: absolute;
    left: 181px;
    top: 259px;
}

#arrow_box_17 {
    position: absolute;
    left: 158px;
    top: 292px;
}

#arrow_box_18 {
    position: absolute;
    left: 164px;
    top: 310px;
}

#arrow_box_19 {
    position: absolute;
    left: 60px;
    top: 282px;
}


#arrow_box_20 {
    position: absolute;
    left: 175px;
    top: 200px;
}

#arrow_box_21 {
    position: absolute;
    left: 175px;
    top: 197px;
}

#arrow_box_22 {
    position: absolute;
    left: 174px;
    top: 217px;
}

#arrow_box_23 {
    position: absolute;
    left: 145px;
    top: 173px;
}

#arrow_box_24 {
    position: absolute;
    left: 185px;
    top: 150px;
}

#arrow_box_25 {
    position: absolute;
    left: 195px;
    top: 119px;
}

#arrow_box_26 {
    position: absolute;
    left: 137px;
    top: 150px;
}

#arrow_box_27 {
    position: absolute;
    left: 107px;
    top: 34px;
}


#arrow_box_28 {
    position: absolute;
    left: 442px;
    top: 190px;
}

#arrow_box_29 {
    position: absolute;
    left: 348px;
    top: 247px;
}

#arrow_box_30 {
    position: absolute;
    left: 308px;
    top: 228px;
}

#arrow_box_31 {
    position: absolute;
    left: 352px;
    top: 196px;
}


#arrow_box_32 {
    position: absolute;
    left: 618px;
    top: 256px;
}


#arrow_box_33 {
    position: absolute;
    left: 281px;
    top: 718px;
}


#arrow_box_34 {
    position: absolute;
    left: 177px;
    top: 515px;
}


#arrow_box_35 {
    position: absolute;
    left: 261px;
    top: 408px;
}

#arrow_box_36 {
    position: absolute;
    left: 275px;
    top: 441px;
}



.arrow_box {
  position: absolute;
  padding: 5px 10px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 5px;
  background: #333;
  color: #fff;
}

.arrow_box::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #333;
  border-width: 5px;
  pointer-events: none;
  content: " ";
}



#guidebook {
    margin-bottom: 50px;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    border: #1192b2 3px dotted;
}

@media screen and (max-width:768px){
#guidebook {
    padding: 15px;
}
}



#guidebook h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #1192b2;
}

@media screen and (max-width:768px){
#guidebook h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
}
}



#reg {
    margin-bottom: 50px;
}



#reg_tit {
    margin-bottom: 15px;
    padding: 5px 0 5px 55px;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: url("../images/reg_tit_icon.png") 0 50% no-repeat;
    text-align:left;
}

@media screen and (max-width:768px){
#reg_tit {
    margin-bottom: 10px;
    padding: 5px 0 5px 30px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: url("../images/reg_tit_icon.png") 0 50% no-repeat;
    background-size: 20px 18px;
}
}





/***** ボタン *****/
.btn1 a {
	padding: 20px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #1192b2;
	background-color: #fff;
	border: #1192b2 3px solid;
    border-radius: 100px;
	display: block;
    transition: all 0.4s;
}

@media screen and (max-width:768px){
.btn1 a {
	padding: 15px 0;
	font-size: 1.4rem;
	border: #1192b2 2px solid;
}
}



.btn1 a:hover {
	background-color: #e3f9ff;
	border: #1192b2 3px solid;
	display: block;
}

@media screen and (max-width:768px){
.btn1 a:hover {
	background-color: #e3f9ff;
	border: #1192b2 2px solid;
	display: block;
}
}



.btn2 a {
	padding: 20px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #ba3434;
	background-color: #fff;
	border: #ba3434 3px solid;
    border-radius: 100px;
	display: block;
    transition: all 0.4s;
}

@media screen and (max-width:768px){
.btn2 a {
	padding: 15px 0;
	font-size: 1.4rem;
	border: #ba3434 2px solid;
}
}



.btn2 a:hover {
	background-color: #ffe8e8;
	border: #ba3434 3px solid;
	display: block;
}

@media screen and (max-width:768px){
.btn2 a:hover {
	background-color: #ffe8e8;
	border: #ba3434 2px solid;
	display: block;
}
}



.btn3 a {
	padding: 15px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #5bbfbd;
	background-color: #fff;
	border: #5bbfbd 3px solid;
	display: block;
    transition: all 0.4s;
}

@media screen and (max-width:768px){
.btn3 a {
	font-size: 14px;
	font-size: 1.4rem;
}
}



.btn3 a:hover {
	background-color: #e8f7f7;
	border: #5bbfbd 3px solid;
	display: block;
}



.btn-s {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:768px){
.btn-s {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
}



.btn-m {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:768px){
.btn-m {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
}


.btn-l {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:768px){
.btn-l {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
}



.effect::before,
.effect::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.effect,
.effect::before,
.effect::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}




/**************************/
.deci {
    margin-left: 25px;
    list-style-type: decimal;
}



.disc {
    margin-left: 15px;
    list-style-type: disc;
}



.li_mb5 li {
    margin-bottom: 5px;
}



.li_mb5 li:last-child {
    margin-bottom: 0;
}



#con_tit {
    margin-bottom: 15px;
    padding: 5px 0 5px 55px;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: url("../images/con_tit_icon.png") 0 50% no-repeat;
    text-align:left;
}

@media screen and (max-width:768px){
#con_tit {
    margin-bottom: 10px;
    padding: 5px 0 5px 30px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: url("../images/con_tit_icon.png") 0 50% no-repeat;
    background-size: 20px 14px;
}
}




/***** アイコン *****/
.win_icon {
    margin-right: 5px;
	padding-right: 18px;
	background: url(../images/win_icon.svg) 100% 50% no-repeat;
	background-size: 13px 11px;
}


.pdf_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

@media screen and (max-width:768px){
.pdf_icon {
	padding-right: 20px;
	background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
}



.xls_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/xls_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

@media screen and (max-width:768px){
.xls_icon {
	padding-right: 20px;
	background: url(../images/xls_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
}



.doc_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/doc_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

@media screen and (max-width:768px){
.doc_icon {
	padding-right: 20px;
	background: url(../images/doc_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
}




/***** page_tit *****/
#page_tit {
    width: 1000px;
    height: 200px;
    margin: 0 auto;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url("../images/detail/page_tit_back.jpg") 0 0 no-repeat;
}

@media screen and (max-width:768px){
#page_tit {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("../images/detail/page_tit_back.jpg") 100% 50% no-repeat;
}

#page_tit > div {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.5)
}
}



#page_tit h2 {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}

@media screen and (max-width:768px){
#page_tit h2 {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}
}



#anchor {
    margin-bottom: 50px;
    padding: 20px;
    letter-spacing: -0.4em;
    border: #eee 3px solid;
    text-align:left;
}



#anchor ul {
    width: 50%;
    letter-spacing: normal;
    display: inline-block;
	vertical-align: top;
}






@media screen and (max-width:768px){
#anchor ul {
    width: 100%;
    display: block;
}


#anchor ul:first-child {
    margin-bottom: 5px;
}
}



#anchor li {
    margin-bottom: 5px;
    font-size: calc(1.4rem + ((1vw - 7.68px) * 0.463));
}



#anchor li:last-child {
    margin-bottom: 0;
}



#anchor li::before {
    content: ">";
    padding-right: 7px;
}



#anchor li a {
    color: #333;
}



#anchor li a:hover {
    text-decoration: underline;
}


@media screen and (min-width:1200px){

#anchor ul { 
    font-size: 1.6rem;
}


}


.item {
    margin-bottom: 60px;
    padding-bottom: 70px;
    border-bottom: #eee 3px solid;
    text-align:left;
}

@media screen and (max-width:768px){
.item {
    margin-bottom: 60px;
    padding-bottom: 0;
    border-bottom: none;
}
}



#wrap .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}



.tit {
    margin-bottom: 30px;
    padding-left: 15px;
    font-size: 2.5rem;
    font-weight: bold;
    border-left: #1192b2 5px solid;
}

@media screen and (max-width:768px){
.tit {
    margin-bottom: 30px;
    padding-left: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    border-left: #1192b2 3px solid;
}
}



.thum {
    width: 640px;
    margin: 0 auto;
}

@media screen and (max-width:768px){
.thum {
    width: 100%;
    margin: 0;
}
}



.thum img {
    width: 100%;
}



.thum iframe {
    width: 640px;
    height: 500px;
}

@media screen and (max-width:768px){
.thum iframe {
    width: 100%;
    height: 360px;
}
}



.comment {
    margin-top: 30px;
    padding: 20px;
    border: #ccc 3px dotted;
}

@media screen and (max-width:768px){
.comment {
    margin-top: 30px;
    padding: 10px;
    border: #ccc 2px dotted;
}
}



.link_btn {
    margin-top: 30px;
    letter-spacing: -0.4em;
}



.link_btn li {
    width: 48%;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width:768px){
.link_btn li {
    width: 49%;
}
}



.link_btn li:first-child {
    margin-right: 4%;
}

@media screen and (max-width:768px){
.link_btn li:first-child {
    margin-right: 2%;
}
}



.link_btn li a {
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #1192b2;
    display: block;
    border-radius: 100px;
    background-color: #fff;
    border: #1192b2 3px solid;
    transition: all 0.4s;
}

@media screen and (max-width:768px){
.link_btn li a {
    padding: 5px 0;
    font-size: 1.2rem;
    border: #1192b2 2px solid;
}
}



.link_btn li a:hover {
    color: #1192b2;
	background-color: #e3f9ff;
	border: #1192b2 3px solid;
}

@media screen and (max-width:768px){
.link_btn li a:hover {
	border: #1192b2 2px solid;
}
}



.com_tit {
    margin-bottom: 5px;
    font-weight: bold;
}



.det_dl1 dd {
    margin-bottom: 10px;
    margin-left: 1em;
    text-indent: -1em;
}



.det_dl1 dd:last-child {
    margin-bottom: 0;
}



.det_dl1 dd::before {
    content: "⇒";
}



.det_dl2 dt {
    margin-left: 2em;
    text-indent: -2em;
}



.det_dl2 dt::before {
    content: "Ｑ：";
}



.det_dl2 dd {
    margin-bottom: 10px;
    margin-left: 2em;
    text-indent: -2em;
}



.det_dl2 dd:last-child {
    margin-bottom: 0;
}



.det_dl2 dd::before {
    content: "Ａ：";
}

/***** margin *****/
.mt3 {
	margin-top: 3px;
}


.mt5 {
	margin-top: 5px;
}


.mt10 {
	margin-top: 10px;
}


.mt15 {
	margin-top: 15px;
}


.mt20 {
	margin-top: 20px;
}


.mt25 {
	margin-top: 25px;
}


.mt30 {
	margin-top: 30px;
}


.mt35 {
	margin-top: 35px;
}


.mt40 {
	margin-top: 40px;
}


.mb3 {
	margin-top: 3px;
}


.mb5 {
	margin-bottom: 5px;
}


.mb10 {
	margin-bottom: 10px;
}


.mb15 {
	margin-bottom: 15px;
}


.mb20 {
	margin-bottom: 20px;
}



.mb25 {
	margin-bottom: 25px;
}


.mb30 {
	margin-bottom: 30px;
}


.mb35 {
	margin-bottom: 35px;
}


.mb40 {
	margin-bottom: 40px;
}


