@import url(https://fonts.googleapis.com/icon?family=Material+Icons);




@media print, screen and (min-width: 1025px) {

ul.faqspace {
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 15px;
	padding: 35px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 15px;
}
ul.faqspace li{padding-left: 1.5em;} 
ul.faqspace li:before {
	content: "Q";
	padding-right: 0.3em;
	position: absolute;
	left: -0.29em;
	font-size: 23pt;
	color: #3bacb9;
	margin-top: 0px;
	margin-bottom: 5px;
	font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
}
.faqspace li {
	color: #4b4b4b;
	font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 16pt;
	line-height: 40px;
}
.answers {
	padding-right: 15px;
	padding-left: 15px;
}
.answers:not(:last-child) {margin-bottom: 80px;}
.answers .comennt1:not(:last-child) {margin-bottom: 10px;}

.answers .comennt1{
	font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt!important;
	line-height: 30px;
}



.table-scroll{
    width: 100%;
    margin-bottom: 50px;
    padding-top: 50px;
}

.hyogumi {
    width: 100%;
    font-size: 13pt;
    line-height: 30px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.hyogumi th {
    font-weight: normal;
    text-align: center;
    font-size: 12pt;
    line-height: 25px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    padding: 15px;
    box-sizing: border-box;
    background-color: #31adba;
    
    color: #fff;
}
.hyogumi tr .to-col1 {background-color: #81d3dc;}

.hyogumi td {
    padding: 15px;
    box-sizing: border-box;
    background-color: #f6fbfa;
    vertical-align: top;
}
.hyogumi td h4{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 12pt;
    line-height: 25px;
    font-weight: normal;
    text-align: center;
}
.hyogumi td h4 span{
    font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 20pt;
    line-height: 40px;
    margin-right: 3px;
}
.hyogumi td .points2{
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.table-scroll{
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* SPだけ「横に溢れる」条件を作る（列数に応じて調整） */
/*@media (max-width: 768px){
  .hyogumi--single{
    min-width: 720px; 
  }
}
*/

.hyogumi--single .sticky-col{
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #31adba; 
  /*border-right: 1px solid #ccc;*/
}


.hyogumi--single td, .hyogumi--single th{
  background-clip: padding-box;
}



.recruit_table {
	border-collapse:collapse;
	
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 14pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 30px;
}
.recruit_table th, .cp_table  td {width: 100%;}
.recruit_table th {
    font-size: 13pt;
    line-height: 30px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    width: 300px!important;
    padding: 25px!important;
    background-color: #fff;
    /*vertical-align: top;*/
    box-sizing: border-box;
    margin-right: 10px;
    
    /* [disabled]border-bottom-right-radius: 15px; */
    /* [disabled]border-top-right-radius: 15px; */
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    
}
.recruit_table tr {
	display: block;
	width: 100%;
    margin-bottom: 10px;
}

.recruit_table td {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
	font-size: 13pt;
	line-height: 30px;
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	width: 75%!important;
	padding: 25px!important;
	background-color: #fff;
}
.recruit_table h3 {
	font-size: 15pt;
	line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}








.tab__list {}
#tab {
	overflow: hidden;
	position: relative;
	display: flex;
    justify-content: center;
}
#tab li {
	margin-right:10px;
	box-sizing: border-box;
}
#tab li span{
	margin-right:5px;
	font-size: 10pt;
	display: inline-block;
	vertical-align:5%;
}
#tab li a {
    display: block;
    color: #fff;
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 20pt;
    line-height: 40px;
    opacity: 0.6;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
    padding-right: 55px;
    padding-left: 55px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#tab li a:hover {
	color: #fff;
}


#tab li.present a {
	color: #fff;
    opacity: 1;
}

#tab li.present a:hover {
	color: #fff;
}
.ct01{background-color: #61d3de;}
.ct01:hover{background-color: #00a8b8;}
.ct02{background-color: #61d3de;}
.ct02:hover{background-color: #00a8b8;}


.categorys {}
.topicsspace {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background-color: #61d3de;
    box-sizing: border-box;
    border-radius: 15px;
}

.categorys h3{
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.cate-btms #topics_info {
    flex-grow: 1;
}

.cate-btms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cate-btms li{margin: 0.5%;}


.button6 .mysvg {
	width: 6px;
	position: absolute;
	display: block;
	color: #24afbb;
	fill: currentColor;
	margin-right: 10px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.button6:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button6 h3{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 15pt;
    line-height: 30px;
	font-weight: normal;
}
.button6 {
    position: relative;
	display: block;
	text-align: left;
	text-decoration: none;
	outline: none;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 40px;
    padding-left: 20px;
	border-radius: 5px;
}
.button6::before,
.button6::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button6,
.button6::before,
.button6::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button6 {
    color: #4b4b4b;
	background-color: #fff;
}
.button6:hover {
	color: #FFF;
	background-color: #4b4b4b;
}

.kowaku {
    /*padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;*/
}
.flowbox {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 50px;
}
.flowbox li{width: 48%; position: relative;}
.flowbox li img{border-radius: 20px; display: block; line-height: 0; margin-bottom: 10px;}
.flowbox li:nth-child(1){margin-bottom: 60px;}
.flowbox li:nth-child(2){margin-bottom: 60px;}
.flowbox li:nth-child(3){margin-bottom: 60px;}
.flowbox li:nth-child(4){margin-bottom: 60px;}
.flowbox li:nth-child(5){margin-bottom: 60px;}

.flowbox span{
    font-feature-settings: "palt" 1;
    font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 22pt;
	line-height: 40px;
	font-weight: 700;
	font-style: normal;
    text-align: center;
    margin-bottom: 10px;
}

.flowbox p{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 12pt;
	line-height: 30px;
	font-weight: normal;
}
.flowbox span{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    display: block;
    font-size: 20pt;
    line-height: 90px;
    font-weight: normal;
    text-align: center;
    width: 90px;
    height: 90px;
    color: #fff;
    background-image: url("../img/body/maru.svg");
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    background-repeat: no-repeat;
    background-size: contain;
}



.wakugumi-wh {
    position: relative;
    padding: 50px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}

.wakugumi-wh .midashi2 {
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
    z-index: 1;
}

.wakugumi-bl {
    padding: 70px;
    background-color: #f6fbfa;
    box-sizing: border-box;
    border-radius: 20px;
}
.wakugumi-bl:not(:last-child) {margin-bottom: 30px;}


.wakugumi2 {
    position: relative;
    padding: 70px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}

.wakugumi2 .midashi2 {
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    z-index: 1;
}

.threebox {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
    margin-bottom: 80px;
}
.threebox li {
    position: relative;
    width: 32%;
    /*padding: 40px;*/
    box-sizing: border-box;
    padding: 40px;
    /*background-color: #fff;*/
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 10px;
}
.threebox .images {margin-bottom: 25px;}

.threebox li p{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 14pt;
    line-height: 30px;
    font-weight: normal;
}
.threebox li h3{
    text-align: center;
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
     font-size: 35pt;
    line-height: 55px;
    font-weight: 600;
    color: #31adba;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    z-index: 1;
}







.midashi2 span{
    margin-top: 10px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    display: inline-block;
    font-size: 35pt;
	line-height: 60px;
    font-weight: normal;
    color: #31adba;
    vertical-align: -5%;
    margin-right: 5px;
}
.midashi2{
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 25px;
    position: relative;
    color: #4b4b4b;
    /*text-align: center;*/
}



.images2 {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
	text-align: center;
}
.images2 img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	/*-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;*/
	
	border-radius: 62% 38% 61% 39% / 39% 59% 41% 61%  ;
}
.sixs {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.num {
    display: block;
    position: absolute;
    right: 60px;;
    top: -25px;
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 70pt;
    line-height: 90px;
    font-weight: normal;
    color: #61d3de;
}


.sixs li:not(:last-child) {margin-bottom: 40px;}
.sixs li{
    position: relative;
    display: flex;
	justify-content: space-between;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 50px;
}
.sixs .images2 {
    width: 250px;
}
.sixtext{
    width: 70%;
}
.sixtext p{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 12pt;
    line-height: 30px;
    font-weight: normal;
}
.sixtext h3{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 17pt;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 25px;
}



.threes2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 50px;
   
}
.threes2 li{width: 23%;position: relative;}

.threes2 h3{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 13pt;
    line-height: 25px;
	text-align: center;
    font-weight: normal;
}

.threes2 p{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    display: block;
    font-size: 20pt;
    line-height: 90px;
    font-weight: normal;
    text-align: center;
    width: 90px;
    height: 90px;
    color: #fff;
    background-image: url("../img/body/maru.svg");
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    background-repeat: no-repeat;
    background-size: contain;
}





.threes {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 80px;
    width: 98%;
    margin-left: auto;
	margin-right: auto;
}
.threes li{width: 30%;position: relative;}

.threes li:nth-child(1) {margin-bottom: 100px;}
.threes li:nth-child(2) {margin-bottom: 100px;}
.threes li:nth-child(3) {margin-bottom: 100px;}

.threes h3{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 18pt;
    line-height: 33px;
	text-align: center;
    font-weight: normal;
}
.threes h3 span{font-weight: 600;color: #24afbb;}
.threes p{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    display: block;
    font-size: 20pt;
    line-height: 90px;
    font-weight: normal;
    text-align: center;
    width: 90px;
    height: 90px;
    color: #fff;
    background-image: url("../img/body/maru.svg");
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    background-repeat: no-repeat;
    background-size: contain;
}
.images {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 90%;
	overflow: hidden;
	text-align: center;
    margin-bottom: 15px;
}
.images img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	/*-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;*/
	
	border-radius: 62% 38% 61% 39% / 39% 59% 41% 61%  ;
}
.ycenter {align-items: center;}

.wrap-space {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.wrap-space:not(:last-child) {margin-bottom: 50px;}
.wrap-space0 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.wrap-space0:not(:last-child) {margin-bottom: 50px;}
.wrap-space0:nth-child(odd) {flex-direction: row-reverse;}
.wrap-space1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space1:not(:last-child) {margin-bottom: 50px;}
.wrap-space1:nth-child(even) {flex-direction: row-reverse;}
.wrap-space2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space2:not(:last-child) {margin-bottom: 15px;}
.wrap-space2:nth-child(even) {flex-direction: row-reverse;}
.wrap-space3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 20px;
}
.wrap-space3:not(:last-child) {margin-bottom: 50px;}
.wrap-space3:nth-child(odd) {flex-direction: row-reverse;}

.h20 {padding-top: 20%;}
.h25 {padding-top: 25%;}
.h30 {padding-top: 30%;}
.h35 {padding-top: 35%;}
.h40 {padding-top: 40%;}
.h45 {padding-top: 45%;}
.h50 {padding-top: 50%;}
.h55 {padding-top: 55%;}
.h60 {padding-top: 60%;}
.h65 {padding-top: 65%;}


.hanbanner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 50px;
    width: 98%;
    margin-left: auto;
	margin-right: auto;
}
.hanbanner li{
    width: 46%;
    display: flex;
    flex-direction: column;
}
.hanbanner li:nth-child(1){margin-bottom: 70px;}
.hanbanner li:nth-child(2){margin-bottom: 70px;}

.hanbanner li h3{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 24pt;
    line-height: 40px;
	text-align: center;
    font-weight: 600;
    color: #24afbb;
    margin-bottom: 15px;
    position: relative;
}
.hanbanner li h3:before {
    content: "";
    position: absolute;
    top: 50%;
    /*top: 100%;*/
	/*left: 50%;*/
    margin-left: -30px;
    width: 20px;
    height: 4px;
    background-color: #84dae1;
    border-radius: 10px;
}
.hanbanner li p{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 14pt;
    line-height: 33px;
    font-weight: normal;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.tbtm {
    width: 200px;
    margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}


.fullbanner {
    width: 98%;
    margin-left: auto;
	margin-right: auto;
}

.fullbanner li:nth-child(1){margin-bottom: 30px;}
.fullbanner li .han{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    
}
.re {flex-direction: row-reverse;}
.texspace {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 60px;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.ctype_b .texspace p .mysvg{
    width: 30px;
    display: inline-block;
    vertical-align: -28%;
    margin-right: 9px;
    color: #24afbb;
	fill: currentColor;
}
.texspace h3{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 24pt;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    margin-left: 30px;
}
.texspace h3:before {
    content: "";
    position: absolute;
    top: 50%;
    /*top: 100%;*/
	/*left: 50%;*/
    margin-left: -30px;
    width: 20px;
    height: 4px;
    background-color: #fff;
    border-radius: 10px;
}
.texspace h4{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 14pt;
    line-height: 33px;
    font-weight: normal;
    margin-bottom: 20px;
}
.ctype_b .fulltex {
    width: 70%;
    position: relative;
    background-color: #24afbb;
    color: #fff;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 50px;
}
.ctype_b .fullbimage{
    width: 30%;
    display: block;
	position: relative;
}
.ctype_b .fullbimage img {
    display: block;
    width: 100%;
    height: auto;
    height: 320px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
}
.ctype_b .texspace p{
    width: 200px;
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 14pt;
    line-height: 33px;
    font-weight: normal;
    padding: 13px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 40px;
    color: #24afbb;
}
.ctype_b {display: block;}



.ctype_o .fulltex {
    width: 70%;
    position: relative;
    background-color: #f39c56;
    color: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 20px;
    
}
.ctype_o .fullbimage{
    width: 30%;
    display: block;
	position: relative;
}
.ctype_o .fullbimage img {
    display: block;
    width: 100%;
    height: auto;
    height: 320px;
    object-fit: cover;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 20px;
}
.ctype_o .texspace p .mysvg{
    width: 30px;
    display: inline-block;
    vertical-align: -28%;
    margin-right: 9px;
    color: #f39c56;
	fill: currentColor;
}
.ctype_o .texspace p{
    width: 200px;
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 14pt;
    line-height: 33px;
    font-weight: normal;
    padding: 13px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 40px;
    color: #f39c56;
}
.ctype_o {display: block;}




.photos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.photos li:nth-child(1) {margin-bottom: 15px;}
.photos li:nth-child(2) {margin-bottom: 15px;}
.photos li:nth-child(3) {margin-bottom: 15px;}
.photos li{
    display: block;
	position: relative;
	width: 32.3%;
	height: 0;
	overflow: hidden;
    padding-top: 23%;
}
.photos li img{
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	border-radius: 20px;
}

.image-box {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.image-box img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 20px;
}
.image250 img {
	display: block;
	position: relative;
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 20px;
}
.image300 img {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 20px;
}
.image350 {margin-bottom: 15px;}
.image350 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 350px;
	object-fit: cover;
	font-family: "object-fit: cover;";
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 20px;
}
.image400 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 400px;
	object-fit: cover;
	font-family: "object-fit: cover;";
    -webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 20px;
}
.image450 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 450px;
	object-fit: cover;
	font-family: "object-fit: cover;";
    border-radius: 20px;
}
.image500 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 500px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.comennt-box {}
.comennt-box:not(:last-child) {}


.r20 {margin-right: 8%;}
.l20 {margin-left: 8%;}

.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w31 {width: 31%;}
.w32 {width: 32%;}
.w33 {width: 33%;}
.w35 {width: 35%;}
.w36 {width: 36%;}
.w37 {width: 37%;}
.w38 {width: 38%;}
.w39 {width: 39%;}
.w40 {width: 40%;}
.w41 {width: 41%;}
.w42 {width: 42%;}
.w43 {width: 43%;}
.w44 {width: 44%;}
.w45 {width: 45%;}
.w46 {width: 46%;}
.w47 {width: 47%;}
.w48 {width: 48%;}
.w49 {width: 49%;}
.w50 {width: 50%;}
.w51 {width: 51%;}
.w52 {width: 52%;}
.w53 {width: 53%;}
.w54 {width: 54%;}
.w55 {width: 55%;}
.w56 {width: 56%;}
.w57 {width: 57%;}
.w58 {width: 58%;}
.w59 {width: 59%;}
.w60 {width: 60%;}
.w61 {width: 61%;}
.w62 {width: 62%;}
.w63 {width: 63%;}
.w64 {width: 64%;}
.w65 {width: 65%;}
.w66 {width: 66%;}
.w67 {width: 67%;}
.w68 {width: 68%;}
.w69 {width: 69%;}
.w70 {width: 70%;}


#page1,#page2,#page3,#page4,#page5,#page6,#page7,#page8,#page9,#page10,#page11  {scroll-margin-top: 150px;}
#privacy  {scroll-margin-top: 150px;}
#time  {scroll-margin-top: 150px;}

.midashi1 {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 40pt;
	line-height: 57px;
	font-weight: normal;
	margin-bottom: 25px;
    position: relative;
}
.midashi1:before {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	content: "●";
    font-size: 15pt;
	position: absolute;
	top: 0;
	/*left: 0;*/
	margin-top: -10px;
    color: #5ad5df;
    margin-left: -30px;
}
.midashi1 span{
    margin-top: 10px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    display: block;
    font-size: 17pt;
	line-height: 30px;
    font-weight: normal;
}
.cent {text-align: center;}



.to-infos h4 a{color: #040404;}
.to-infos h4 .mysvg{
    display: inline-block;
	width: 20px;
    color: #28a0aa;
	fill: currentColor;
    vertical-align: 2%;
    margin-right: 5px;
}
.to-infos h4{
    padding-top: 20px;
    position: relative;
    font-feature-settings: "palt" 1;
    font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 28pt;
	line-height: 45px;
	font-weight: 700;
	font-style: normal;
    color: #040404;
    margin-bottom: 15px;
}

.midashi3 {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 20pt;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 35px;
}

.comennt {
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}

.yakushoku{
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 13pt;
	font-weight: 600;
    position: relative;
    border-right: 1px dashed #000000;
    padding-right: 20px;
}

.name {margin-bottom: 35px;}
.to-name {
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	font-size: 19pt;
	line-height: 35px;
	font-weight: normal;
    margin-left: 20px;
}


.midashi4{
    padding-top: 20px;
    position: relative;
    font-feature-settings: "palt" 1;
    font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 22pt;
	line-height: 40px;
	font-weight: 700;
	font-style: normal;
    text-align: center;
    margin-bottom: 35px;
}
.comennt1 {
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 35px;
	font-weight: normal;
}

.comennt2 {
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
}

.comennt3 {
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	font-size: 13pt;
	line-height: 28px;
	font-weight: 600;
}
.comennt4 {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #CFD5D5;
}

.map-space {
	position: relative;
	padding-bottom: 35%;/*←高さを変更する*/
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
}
.map-space iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

ul.points1{
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points1 li{padding-left: 0.7em;}
ul.points1 li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points1 li {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 21px;
	text-align: left;
}
.points1:not(:last-child) {margin-bottom: 15px;}


ul.points2 {
	list-style-type: none;
	margin-left: -1.2em;
	overflow: hidden;
}
ul.points2 li{}
ul.points2 li:before {
	font-family: "Material Icons";
	content: "\eb36";
	padding-right: 0.3em;
	position: absolute;
	left: 0;
	color: #3bacb9;
	font-weight: 600;
}
.points2 li {
    padding-left: 1.2em;
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
	font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}

ul.points2p {
	list-style-type: none;
	/*margin-left: -1.2em;*/
	overflow: hidden;
}
ul.points2p li{}
ul.points2p li:before {
	font-family: "Material Icons";
	content: "\eb36";
	padding-right: 0.3em;
	position: absolute;
	left: 0;
	color: #3bacb9;
	font-weight: 600;
}
.points2p li {
    padding-left: 1.2em;
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
	font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}


ul.points3 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points3 li{padding-left: 0.7em;}
ul.points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #61d3de;
}
.points3 li {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 13pt;
	line-height: 26px;
	text-align: left;
}
.points3 li:not(:last-child) {margin-bottom: 5px;}
.points3:not(:last-child) {margin-bottom: 30px;}



ul.points4 {
    display: flex;
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points4 li{padding-left: 0.7em;}
ul.points4 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #3bacb9;
}
.points4 li {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 13pt;
	line-height: 30px;
    margin-right: 30px;
}
.points4 li:not(:last-child) {margin-bottom: 5px;}
.points4:not(:last-child) {margin-bottom: 30px;}

.to-infospace .points3:not(:last-child) {margin-bottom: 5px;margin-top: 5px;}



ol.point-num {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-num li{
	padding-left: 20px;
	position: relative;
}
ol.point-num li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #98D62E;
	color: #FFF;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: 9pt;
	margin-right: 5px;
	vertical-align: 5%;
}
ol.point-num li {
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
	text-align: left;
}
ol.point-num li:not(:last-child) {margin-bottom: 10px;}






.whbk{position: relative;background-color: #FFF;}

.nobk{position: relative;background-color: #f6fbfa;}

.tobk {
    position: relative;
    background-color: #f6fbfa;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
.greetbk {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	background-image: url(../img/body/greetbk.jpg);
	padding-top: 5%;
	padding-bottom: 5%;
}


.textbox {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;	
	
}
.textbox1s {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 60px;
	position: relative;		
}
.textbox1sc {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;		
}
.textbox1s2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 120px;
	position: relative;		
}
.nami {line-height: 0;}

.textbox1 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 30px;
	position: relative;		
}
.textbox2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 120px;
	position: relative;	
}
.textbox3 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;	
}


main {background: linear-gradient(180deg, #fff 0%, #fff 60%, #f6fbfa 60%, #f6fbfa 100%);}

.main-space {
	min-width: 1130px;
	position: relative;
	padding-top:130px;
}
.main-space h1 {
    position: absolute;
    top: 0;
    left: 3%;
    margin-top: 185px;
    margin-left: 50px;
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 35pt;
    line-height: 68px;
    letter-spacing: 1px;
    text-shadow: 2px 3px 20px rgb(85 58 35 / 50%);
}
.main-image {
    width: 94%;
    background-color: #F9F7F3;
    height: 600px;
    /*padding-top:52%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/body/main-image.webp);
    background-position: 82% center;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    border-radius: 30px 100px;
}




.main-text {
    width: 390px;
    position: absolute;
    left: 3%;
    margin-left: 50px;
    bottom: 0;
    margin-bottom: 50px;
}
.main-text li{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(255,255,255,0.8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    margin-bottom: 5px;
    border-radius: 10px;
}
.main-text li:nth-child(1) {
    border-radius: 10px 30px 10px 10px;
}
.main-text li:nth-child(4) {
    border-radius: 10px 10px 10px 30px;
}
.main-text li a{
    display: flex;
    align-items: center;
}

.nolink .mysvg{
    width: 35px!important;
    margin-right: 4px!important;
    position: relative!important;
}
.main-text li h4{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: normal;
    font-size: 15pt;
    line-height: 30px;
    color: #4b4b4b;
}
.main-text li h4 span{
    color: #24afbb;
    font-weight: 600;
}
.tolink a{
    position: relative;
    width: 100%;
    display: block;
}
.tolink a .mysvg{
    width: 15px!important;
    position: absolute;
    top: 20%;
    right: 0;
    margin-right: -5px;
}
.tolink .mysvg:nth-child(1) {
    width: 35px!important;
    margin-right: 4px!important;
    position: relative!important;
}
.tolink .mysvg:nth-child(2) {
    width: 15px!important;
}




.hed-space {
	width: 92%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom:0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
}
.change-color .hed-space {
	width: 94%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom:7px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
}

.logoimage {}
.logoimage a{display: block;}

#logo {
	width: 250px;
	margin-top: -10px;
	transition: all .5s;
}
.change-color #logo {
	width: 220px;
	margin-top: 0px;
	transition: all .5s;
}

#header {}
.header {   
    transition: all .5s;
    position: fixed;
    width: 100%;
    z-index: 100;
    background: rgba(255,255,255,0);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}


.header.change-color {
    background: rgba(255,255,255,0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}


.hed-right {
    transition: all .5s;
    margin-bottom: 0px;
}
.change-color .hed-right {
    transition: all .5s;
    margin-bottom: 0px;
}
.hed-info {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
    transition: all .5s;
}

.hed-info li{ }

.hed-info li .mysvg{
    display: inline-block;
	width: 18px;
	margin-right:3px;
    color: #28a0aa;
	fill: currentColor;
    vertical-align: -12%;
}
.hed-info li{
    position: relative;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	margin-top: 4px;
	font-size: 13pt;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
    color: #040404;
}
.hed-info li:nth-child(1){margin-left: 12px;}

.hed-info li:nth-child(2){margin-left: 12px;}
.hed-info li:nth-child(3){margin-left: 12px;}
.hed-info li:nth-child(4){margin-left: 12px;}
.hed-info li:nth-child(5){margin-left: 2px;}
.hed-info li:nth-child(6){margin-left: 2px;}
/*.hed-info li:nth-child(5){margin-left: 3px;}*/
.hed-info li:nth-child(4) .mysvg{
    display: inline-block;
	width: 22px;
    color: #28a0aa;
	fill: currentColor;
    vertical-align: -10%;
}
.hed-info li:nth-child(5) .mysvg{
    display: inline-block;
	width: 22px;
    color: #333;
	fill: currentColor;
    vertical-align: -10%;
}
.hed-info li:nth-child(6) .mysvg{
    display: inline-block;
	width: 22px;
    color: #28a0aa;
	fill: currentColor;
    vertical-align: -10%;
}
.hed-info li a{display: block;color: #4b4b4b;}
.hed-info li a:hover,
.hed-info li a:focus {}
.hed-info li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #28a0aa;
}
.hed-info li a:hover::after {transform: scale(1, 1);}
.hed-info li:nth-child(7) .mysvg{
    display: inline-block;
	width: 17px;
    color: #28a0aa;
	fill: currentColor;
    vertical-align: -5%;
}
.hed-info li:nth-child(7) {
    margin-left: 10px;
    position: relative;
    font-feature-settings: "palt" 1;
    font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 19pt;
	line-height: 25px;
	font-weight: 700;
	font-style: normal;
    color: #040404;
    margin-top: 2px;
}

.gloval-menu {
    color: #4b4b4b;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    transition: all .5s;
}

.change-color .gloval-menu {
    color: #4b4b4b;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all .5s;
}
.gloval-menu ul {margin: 0;padding: 0;}
.gloval-menu li {list-style: none;}
.gloval-menu a {
    color: #4b4b4b;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	box-sizing:border-box;
}
.gloval-menu > ul > li {margin-right: 1px;text-align: center;}
.gloval-menu li ul {height: 0;width: 0;overflow: hidden;position: absolute;}
.gloval-menu li:hover ul,
.gloval-menu li:focus-within ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 55;
	display:block;
}
.c-menu01 a:hover,
.c-menu01 a:focus {}
.c-menu01 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #28a0aa;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}
.gloval-menu .c-menu01 a:hover{
	color: #28a0aa;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gloval-menu .c-menu02 {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}
.gloval-menu .c-menu02 a.current {color: #28a0aa;position: relative;}
.gloval-menu .c-menu02 .current {color: #28a0aa;position: relative;}
.cnavs .mysvg{
    position: absolute;
    display: block;
	width: 14px;
	margin-right: auto;
    margin-left: auto;
    margin-top: 8px;
    left: 0;
    right: 0;
}
.c-menu02:hover > .cnavs > a > .mysvg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-top: 0px;
}
.c-menu02:hover > .cnavs > .mysvg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-top: 0px;
}
.c-menu02:hover {
    color: #28a0aa;
    -webkit-transition: all .2s;
	transition: all .2s;
}
.cnavs {
	cursor: pointer;
	position: relative;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	margin-top: 5px;
	font-size: 14pt;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
    transition: transform 0.3s;
}
.change-color .cnavs {margin-top: 5px;transition: transform 0.3s;}
.cnavs:hover,
.cnavs:focus {}
.cnavs::after {
	cursor: pointer;
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #28a0aa;
}
.cnavs:hover::after {transform: scale(0, 0);}

.c-menu02:hover > .cnavs > a {
    color: #28a0aa;
    -webkit-transition: all .2s;
	transition: all .2s;
}
.c-menu02:hover > .cnavs > a,
.c-menu02:focus-within > .cnavs > a {
    color: #28a0aa;
    -webkit-transition: all .2s;
	transition: all .2s;
}

.gloval-menu .c-menu01 {
    margin-left: 12px;
    margin-right: 12px;
}
.gloval-menu .c-menu01 a {
	position: relative;
	margin-top: 5px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 15px;
}
.gloval-menu .c-menu01 a.current {color: #28a0aa;position: relative;}
.gloval-menu .c-menu01 a:active {/*background-color: #FF6600;*/}
.c-menu01 a:hover,
.c-menu01 a:focus {}
.c-menu01 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: 4px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #28a0aa;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}
.gloval-menu .c-menu01 a:hover{
	color: #28a0aa;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gloval-menu > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}



.gloval-menu ul li:nth-child(7) {margin-right: 0;}

.gloval-menu .c-menu02 a {
	position: relative;
	padding-bottom: 8px;
}
.level1 a {
	display: block;
	margin-top: 0px!important;
	box-sizing: border-box;
	font-size: 13pt;
	color: #FFF!important;
	text-align: left;
	text-decoration: none;
	background-color: #28a0aa;
	width: 280px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px;
	padding-top: 15px!important;
	padding-right: 15px;
	padding-bottom: 15px!important;
	padding-left: 15px;
}
.level1 a:hover {background-color: #078f9a;}
.level1 a:focus {background-color: #078f9a;}
.level1 a:hover::after {transform: scale(0, 0);}

.gloval-menu ul .cec_01 .level1 {margin-left: -100px;}
.gloval-menu ul .cec_02 .level1 {margin-left: -80px;}
.gloval-menu ul .cec_03 .level1 {margin-left: -100px;}


/*.gloval-menu ul .cec_01 .level1 {margin-left: -85px;}
.gloval-menu ul .cec_02 .level1 {margin-left: 50px;}
.gloval-menu ul .cec_03 .level1 {margin-left: -80px;}
.gloval-menu ul .cec_04 .level1 {margin-left: 30px;}
.gloval-menu ul .cec_05 .level1 {margin-left: 0px;}
.gloval-menu ul .cec_06 .level1 {margin-left: -200px;}
.gloval-menu ul .c-menu02 .level1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 20px;
}
.c-menu02:hover ul,
.c-menu02:focus-within ul {
	height: auto;
	width: auto;
	z-index: 55;
	display:block;
	position: absolute;
	top: 25px;
    left: -240%;
    transform-origin: top;
	margin-top: 16px;
	box-sizing: border-box;
	padding-top: 25px;
	padding-bottom:  25px;
	overflow: hidden;
	transition: all .1s;
    background-color: #28a0aa;
}
.change-color .c-menu02:hover ul,
.change-color .c-menu02:focus-within ul {margin-top: 17px;}

.level1 li {
	box-sizing: border-box;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	padding-bottom: 7px!important;
}
.to700 {min-width: 700px;}
.to600 {min-width: 600px;}
.to500 {min-width: 500px;}
.level1 {margin-top: 10px;}
.level1 a {
    color: #fff!important;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 14pt;
	line-height: 30px;
	font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
	font-style: normal;
    position: relative;
}
.level1 a:hover,
.level1 a:focus {}
.level1 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: top;
	transition: transform 0.3s;
	background-color: #fff;
}
.level1 a:hover::after {transform: scale(1, 1);}*/






body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow-x: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y: hidden;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4b4b4b;
	/*-webkit-text-size-adjust:100%;*/
}



.pankuzu-space {
    width: 92%;
    min-width: 1050px;
    height: 450px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    /*background-color: #f6fbfa;*/
    position: relative;    /*background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/body/pankuzu.webp);*/
    border-radius: 30px 60px;
}
.second-hero {
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}
.second-hero li {
    display: block;
    width: 100%;
}

.second-hero li img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 450px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
/*pankuzu.webp*/

.to-tittle {
    /*width: 46%;*/
    white-space: nowrap; 
    /*background: rgba(90 213 223 / 0.5);*/
    background: rgba(255 255 255 / 25%);
    background: rgba(56 190 204 / 70%);
    padding-left: 75px;
    padding-right: 50px;
    padding-top: 35px;
    padding-bottom: 35px;
   -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    box-sizing:border-box;
    position: absolute;
    border-top-left-radius:  10px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 55px;
    border-bottom-right-radius: 10px;
    left: 0;
    bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #4b4b4b;
    color: #fff;
    /*color: #fff;*/
}
.pankuzu {
	margin-top: 130px;
    background: linear-gradient(180deg, #fff 0%, #fff 60%, #f6fbfa 60%, #f6fbfa 100%);
}
.pankuzu p {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 16pt;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    
    top: -15px;
    position: absolute;
}
.pankuzu h2 {
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	font-size: 40pt;
	line-height: 55px;
    position: relative;
    margin-bottom: 15px;
    /*text-shadow: 2px 3px 20px rgb(85 58 35 / 60%);*/
    color: #31adba;
    color: #fff;
}
.pankuzu h2:before {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	content: "●";
    font-size: 15pt;
	position: absolute;
	top: 0;
	/*left: 0;*/
	margin-top: -8px;
    margin-left: -30px;
    color: #55bdd8;
    color: #62e5f3;
}

.pages {
    letter-spacing: 1px;
	font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	font-size: 10pt;
	line-height: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    text-shadow: 2px 3px 20px rgb(85 58 35 / 60%);
}
.pages li {
	margin-right: 1px;
	margin-left: 1px;
}
.pages li a{
	color: #4b4b4b;
    color: #fff;
}
.pages li a:hover{
	color: #fff;
	text-decoration: underline;
}

.pages li i{
	font-size: 7pt;
	line-height: 18px;
	vertical-align:-2%;
	display:inline-block;
}






#wrapper {}

.bicho-r5 {padding-right: 5px;}
.bicho-l5 {padding-left: 5px;}

.pcdown10 {padding-bottom: 10px;}
.pcdown20 {padding-bottom: 20px;}
.pcdown25 {padding-bottom: 24px;}
.pcdown30 {padding-bottom: 30px;}
.pcdown30s {padding-bottom: 30px;}
.pcdown40 {padding-bottom: 40px;}
.pcdown50 {padding-bottom: 50px;}
.pcdown60 {padding-bottom: 60px;}
.pcdown70 {padding-bottom: 70px;}
.pcdown80 {padding-bottom: 80px;}
.pcdown90 {padding-bottom: 90px;}
.pcdown100 {padding-bottom: 100px;}
.pcup10 {padding-top: 10px;}
.pcup20 {padding-top: 20px;}
.pcup30 {padding-top: 30px;}
.pcup40 {padding-top: 40px;}
.pcup50 {padding-top: 50px;}
.pcup60 {padding-top: 60px;}
.pcup70 {padding-top: 70px;}
.down10 {margin-bottom: 10px;}
.down15 {margin-bottom: 15px;}
.down20 {margin-bottom: 20px;}
.down25 {margin-bottom: 25px;}
.down30 {margin-bottom: 30px;}
.down35 {margin-bottom: 35px;}
.down40 {margin-bottom: 40px;}
.down45 {margin-bottom: 45px;}
.down50 {margin-bottom: 50px;}


.s200 {width: 300px;}
.c-btm {
    width: 400px;
	padding-top: 70px;
	margin-right: auto;
	margin-left: auto;
}
.r-btm {
	display: table;
	padding-top:40px;
	margin-right: 0;
	margin-left: auto;
}
.l-btm {
	padding-top:40px;
}

.btms2 {display: flex;justify-content: space-between;}
.btms2 li{width:49%;}


.button0 .mysvg {
	width:35px;
	vertical-align: -35%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:12px;
}
.button0:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button0 {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	font-size: 13pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
}
.button0::before,
.button0::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button0,
.button0::before,
.button0::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.to-line {
    color: #FFF;
	background-color: #02c65f;
}
.to-line:hover {
	color: #02c65f;
	background-color: #fff;
	box-shadow: 0px 0px 25px rgba(0,0,0,.2);
}
.to-web {
    color: #FFF;
	background-color: #f09c2d;
}
.to-web:hover {
	color: #FFF;
	background-color: #ff9100;
}





.button1 .mysvg {
	width:40px;
	vertical-align: -45%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:12px;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 60px;
	
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1 {
    color: #FFF;
	background-color: #24afbb;
    
}
.button1:hover {
	color: #FFF;
	background-color: #5ad5df;
}






.button2 .mysvg {
	width:40px;
	vertical-align: -45%;
	display: inline-block;
	color: #24afbb;
	fill: currentColor;
	margin-right:12px;
}
.button2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button2 {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	font-size: 15pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 60px;
	
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
    color: #24afbb;
    border: 3px solid #24afbb;
}
.button2:hover {
	color: #FFF;
	background-color: #24afbb;
    border: 3px solid #24afbb;
}






.button3 .mysvg {
	width:40px;
	vertical-align: -20%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:8px;
}
.button3:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button3 h3 {
    font-size: 24pt;
    line-height: 35px;
    font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family:"hiragino-kaku-gothic-pron", sans-serif;
}
.button3 {
    display: block;
    text-align: center;
    text-decoration: none;
    height: 120px;
    box-sizing: border-box;
    outline: none;
    text-transform: uppercase;
    padding-top: 35px;
    padding-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px 0px 0px 20px;
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3 {
    color: #FFF;
    background-color: #ffaa06;
    box-shadow: 1px 1px 25px rgba(12,65,70,.0);
    border: 3px solid #ffaa06;
}
.button3:hover {
	color: #FFF;
	background-color: #ff7b06;
    box-shadow: 1px 1px 25px rgba(12,65,70,.2);
    border: 3px solid #ff7b06;
}



.button4 .mysvg {
	width:60px;
	vertical-align: -55%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:8px;
}
.button4 h3 {
    font-size: 24pt;
    line-height: 35px;
    font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family:"hiragino-kaku-gothic-pron", sans-serif;
}
.button4 {
    display: block;
    text-align: center;
    text-decoration: none;
    height: 120px;
    box-sizing: border-box;
    outline: none;
    text-transform: uppercase;
    padding-top: 27px;
    padding-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0px 20px 20px 0px;
}
.button4::before,
.button4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4,
.button4::before,
.button4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button4 {
    color: #FFF;
	background-color: #06c755;
    box-shadow: 1px 1px 25px rgba(12,65,70,.0);
    border: 3px solid #06c755;
}
.button4:hover {
	color: #06c755;
	background-color: #fff;
    box-shadow: 1px 1px 25px rgba(12,65,70,.2);
    border: 3px solid #06c755;
}





.to-topics {
    margin-left: 7.5%;
    margin-right: 7.5%;
    padding-top: 120px;
    padding-bottom: 0px;
}

.to-topics2 {
    margin-left: 7.5%;
    margin-right: 7.5%;
    padding-top: 50px;
    padding-bottom: 90px;
}










.button5 .mysvg {
	width:25px;
    vertical-align: -18%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right: 10px;
}
.button5:hover .mysvg{
	color: #61d3de;
	fill: currentColor;
}
.button5 {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 15pt;
    line-height: 30px;
    font-weight: normal;
    position: relative;
    display: block;
    text-align: left;
    margin-bottom: 25px;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
    padding-left: 50px;
    border-radius: 70px;
}
.button5::before,
.button5::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button5,
.button5::before,
.button5::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button5 {
    color: #FFF;
    border: 2px solid #ffffff;
    box-sizing: border-box;
}
.button5:hover {
	color: #4b4b4b;
	background-color: #fff;
    border: 2px solid #ffffff;
    box-sizing: border-box;
}




/*.button5s .mysvg {
	width:25px;
    vertical-align: -18%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right: 10px;
}
.button5s:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button5s {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 17pt;
    line-height: 30px;
    font-weight: normal;
    position: relative;
    display: block;
    text-align: left;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 50px;
    padding-left: 50px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.button5s::before,
.button5s::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button5s,
.button5s::before,
.button5s::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button5s {
    color: #FFF;
	background-color: #4cbfda;
}
.button5s:hover {
	color: #FFF;
	background-color: #269ab5;
}
*/






.button6s .mysvg {
	width:5px;
	position: absolute;
	display: block;
	color: #4cbfda;
	fill: currentColor;
	margin-right: 10px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.button6s:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button6s h3{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 11pt;
    line-height: 24px;
	font-weight: normal;
}
.button6s {
    position: relative;
	display: block;
	text-align: left;
	text-decoration: none;
	outline: none;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 30px;
    padding-left: 10px;
	border-radius: 5px;
}
.button6s::before,
.button6s::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button6s,
.button6s::before,
.button6s::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button6s {
    color: #4b4b4b;
	background-color: #fff;
}
.button6s:hover {
	color: #FFF;
	background-color: #4b4b4b;
}




.balloon1 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 13pt;
	height: 60px;
	text-transform: uppercase;
	width: 100%;
	color: #FFF;
	position: relative;
	background: #000;
}

.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
}





.footinfo {
    display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	flex-wrap: wrap;
    margin-bottom: 20px;
}
.info-left {width: 48%;}
.komidashi {}
.komidashi .mysvg{
    display: inline-block;
    width: 35px;
    vertical-align: -30%;
    margin-right: 5px;
    color: #28a0aa;
	fill: currentColor;
}
.komidashi{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 17pt;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.to-logo{
    /*width: 100%;*/
    width: 320px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.info-left p{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 13pt;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 10px;
}


.info-left h4 a{color: #040404;}
.info-left h4 .mysvg{
    display: inline-block;
	width: 20px;
    color: #28a0aa;
	fill: currentColor;
    vertical-align: -5%;
    margin-right: 5px;
}



.info-left h4{
    position: relative;
    font-feature-settings: "palt" 1;
    font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 28pt;
	line-height: 45px;
	font-weight: 700;
	font-style: normal;
    color: #040404;
    margin-bottom: 15px;
}



.to-sns {
    display: flex;
}
.to-sns li {margin-right: 15px;}
.to-sns li a{
    font-size: 11pt;
	line-height: 23px;
    text-decoration: underline;
    color: #4b4b4b;
	transition: all .1s;
}
.to-sns li a:hover{
    color: #147a83;
}

.to-sns li .mysvg{
    display: inline-block;
    width: 20px;
    vertical-align: -22%;
    margin-right: 5px;
}
.info-center {width: 50%;}



.info-center h3 .mysvg{
    display: inline-block;
    width: 35px;
    vertical-align: -30%;
    margin-right: 5px;
    color: #28a0aa;
	fill: currentColor;
}
.info-center h3{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 17pt;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.info-center h4{}

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


.info-right {margin-bottom: 10px;}
.info-right h3 .mysvg{
    display: inline-block;
    width: 35px;
    vertical-align: -30%;
    margin-right: 5px;
    color: #28a0aa;
	fill: currentColor;
}
.info-right h3{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 17pt;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}



footer {
    background-color: #f6fbfa;
    color: #4b4b4b;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 35px;
    border-radius: 30px;
}

.btms {
    width: 80%;
    display: flex;
	justify-content: space-between;
    margin-right: auto;
	margin-left: auto;
    margin-top: -50px;
    position: absolute;
    left: 0;
    right: 0;
}
.btms li{width: 49.5%;}



.foot-text {
	font-size: 11pt;
	line-height: 23px;
	margin-bottom: 17px;
}

.footcontena {
	padding-top: 120px;
	padding-bottom: 60px;
}

.foot-space {
    width: 94%;
    max-width: 1200px;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.foot-space nav{
    width: 94%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    max-width: 1200px;
    margin-right: auto;
	margin-left: auto;
}

/*.fm_01 {width: 19%;}
.fm_02 {width: 17%;}
.fm_03 {width: 20%;}
.fm_04 {width: 18%;}
.fm_05 {width: 20%;}*/


.toh2 {position: relative;margin-left: 20px;}
.toh2:before {
	content: "●";
    font-size: 13pt;
	position: absolute;
	top: 5%;
	/*left: 0;*/
    color: #5ad5df;
    margin-left: -20px;
}
.to-under {
    position: relative;
    margin-left: 55px;
}

.to-under:before {
	content: "-";
    font-size: 13pt;
	position: absolute;
	top: 5%;
	/*left: 0;*/
    color: #5ad5df;
    margin-left: -10px;
}

.foot-left {}

.ftb{margin-bottom: 10px;}

.footlogo {
	width: 330px;
	line-height: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px;
}
.foot-menu {
	/*margin-left: 50px;*/
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}


.foot-menu li {
	position: relative;
    margin-left: 20px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 12pt;
	line-height: 38px;
	color: #4b4b4b;
}

.foot-menu li a{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 12pt;
	line-height: 38px;
	color: #4b4b4b;
	display:block;
}
.foot-menu li a:hover {color: #24afbb;}
.foot-menu li a:hover,
.foot-menu li a:focus {}
.foot-menu li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: 0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #5ad5df;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}

.copy {
    font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 9pt;
	line-height: 16px;
	padding-top: 25px;
	text-align: center;
}

.copy i{
	font-size: 9pt;
	line-height: 16px;
	vertical-align: -7%;
	display: inline-block;
	margin-left:3px;
}



.container .fulltimes {
	width: 500px;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	box-sizing: border-box;
	padding-top: 15px;
    padding-bottom: 15px;
	padding-right: 45px;
	padding-left: 35px;
    line-height: 0;
}
.container {position: relative;}
.container .bnr-left {
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	top: 0;
	margin-top: 435px;
	/*margin-top: 520px;*/
	/*margin-top: 32%;*/
	right: 0px;
	width: 500px;
	background: #FFF;
	z-index: 11;
	box-sizing: border-box;
}
.change-color.container .bnr-left {
	cursor:pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	top: 0;
	right: -500px;
	width: 500px;
	background: #FFF;
	z-index: 100;
	box-sizing: border-box;
}
.change-color.container .bnrtims:hover .bnr-left {
	cursor:pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	top: 0;
	right: 0px;
	width: 500px;
	background: #FFF;
	z-index: 100;
	box-sizing: border-box;
}
.container .bnr-left div {
	position: absolute;
	top: 0px;
	z-index: 1;
	margin: 0px;
	background: #fff;
	height: 320px;
	padding-bottom: 4px;
	box-sizing:border-box;
	border-bottom-left-radius: 15px;
	box-shadow: 1px 1px 25px rgba(0,0,0,.1);
}
.container .bnr-left button {
	position: absolute;
	top: 0px;
	right: 500px;
	width: 70px;
	height: 180px;
	display: block;
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	background-color: #24afbb;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index:1;
}


/*右バナーの診療時間*/


.container2 .fulltimes {
	width: 500px;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	box-sizing: border-box;
	padding-top: 15px;
    padding-bottom: 15px;
	padding-right: 45px;
	padding-left: 35px;
    line-height: 0;
}
.container2 {position: relative;}
.container2 .bnr-left {
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	top: 0;
	margin-top: 435px;
	right: -500px;
	width: 500px;
	background: #FFF;
	z-index: 11;
	box-sizing: border-box;
}

.container2 .bnrtims:hover .bnr-left {
	cursor:pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	top: 0;
	right: 0px;
	width: 500px;
	background: #FFF;
	z-index: 100;
	box-sizing: border-box;
}
.container2 .bnr-left div {
	position: absolute;
	top: 0px;
	z-index: 1;
	margin: 0px;
	background: #fff;
	height: 320px;
	padding-bottom: 4px;
	box-sizing:border-box;
	border-bottom-left-radius: 15px;
	box-shadow: 1px 1px 25px rgba(0,0,0,.1);
}
.container2 .bnr-left button {
	position: absolute;
	top: 0px;
	right: 500px;
	width: 70px;
	height: 180px;
	display: block;
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	background-color: #24afbb;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index:1;
}





/*右バナーの診療時間*/


.bnr-left button h3 {position:relative;}
.bnr-left button h3 .mysvg{
	width: 25px;
	margin-bottom:5px;
    color: #fff;
	fill: currentColor;
}
.bnr-left button h3 span{
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 15pt;
	line-height: 36px;
	font-weight: 700;
	color: #fff;
}
.bnr-left .bnrlist {
	margin-left:50px;
	margin-right:50px;
}
ul.bnrlist {
	list-style-type: none;
	overflow: hidden;
}
ul.bnrlist li{padding-left: 1.2em;}
ul.bnrlist li:before {
	content: "■";
	padding-right: 0.8em;
	position: absolute;
	left: 0;
	color: #f59278;
	font-weight: 600;
}
.bnrlist li {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 500;
	position: relative;
	font-size: 13pt;
	line-height: 25px;
	text-align: left;
	color: #5a5a5a;
}
.futo{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	color: #FF6029;
}

.time01 {margin-bottom: 50px;}
.infoimes-space {padding-top: 50px;}

.tables .yoko {
	text-align: left;
	font-size: 12pt;
	line-height: 22px;
	font-weight: normal;
	padding-left: 10px;
}
.infoimes-space .tables {margin-bottom: 20px;}
.infoimes-space .tables .yoko {
	text-align: left;
	font-size: 14pt;
	line-height: 35px;
	font-weight: normal;
	padding-left: 10px;
}
.infoimes-space .tables th{
	padding: 15px;
	box-sizing: border-box;
}

.infoimes-space .tables .pccenter {
	font-size: 14pt;
	line-height: 35px;
	text-align: center;
	font-weight: normal;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}
.infoimes-space .tables .pccenter2 {
	font-size: 14pt;
	line-height: 35px;
	text-align: center;
	color: #4b4b4b;
	font-weight: normal;
}
.infoimes-space .tables .pccenter3 {
    font-family: dnp-shuei-mgothic-std, sans-serif;
	text-align: left;
	font-size: 14pt;
	line-height: 35px;
	font-weight: 600;
	padding-left: 0px;
    color: #28a0aa;
}
.infoimes-space .tcal2 {color: #28a0aa;font-size: 14pt;font-family: dnp-shuei-mgothic-std, sans-serif;}
.infoimes-space .tcal4 {color: #8d8b87;font-size: 14pt;font-family: dnp-shuei-mgothic-std, sans-serif;}
.infoimes-space .tcal3 {color: #28a0aa;font-size: 12pt;}
.infoimes-space .noday {color: #8d8b87;font-family: "hiragino-kaku-gothic-pron", sans-serif;font-size: 14pt;}



.tables{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	color: #4b4b4b;
	width: 100%;
	border-collapse: collapse;
}
.tables:nth-child(1){margin-bottom: 20px;}
.tables td,
.tables th{
	padding: 8px;
	box-sizing: border-box;
}
.line1:nth-child(2) td {background-color: #f6fbfa;}
.line1:nth-child(4) td {background-color: #f6fbfa;}



.tables .line1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}
.tables .pccenter {
	font-size: 13pt;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}
.tables .pccenter2 span {color: #F00!important;}
.tables .pccenter2 {
	font-size: 13pt;
	text-align: center;
	color: #00A0E9;
	color: #4b4b4b;
	line-height: 22px;
	font-weight: normal;
}
.tables .pccenter3 {
    font-family: dnp-shuei-mgothic-std, sans-serif;
	text-align: left;
	font-size: 13pt;
	line-height: 22px;
	font-weight: 600;
	padding-left: 0px;
    color: #28a0aa;
}
.tcal1 {color: #28a0aa;}
.tcal2 {color: #28a0aa;font-size: 13pt;font-family: dnp-shuei-mgothic-std, sans-serif;}
.tcal4 {color: #8d8b87;font-size: 13pt;font-family: dnp-shuei-mgothic-std, sans-serif;}
.tcal3 {color: #28a0aa;font-size: 10pt;}
.noday {color: #8d8b87;font-family: "hiragino-kaku-gothic-pron", sans-serif;font-size: 13pt;}


.rightbnr {
	width: 70px;
	margin-top: 100px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 101;
	box-sizing: border-box;
}

.right-form2 .mysvg{
	width: 22px;
	margin-bottom:10px;
	color: #fff;
	fill: currentColor;
}
.right-form2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}

.rightbnr span{
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 14pt;
	line-height: 22px;
	font-weight: 700;
}

.right-form2 {
	display: block;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 23px;
	margin-bottom: 4px;
}
.right-form2::before,
.right-form2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.right-form2,
.right-form2::before,
.right-form2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-form2 {
	background-color: #f39800;
	color: #fff;
}
.right-form2:hover {
	color: #FFF;
	background-color: #f37e00;
}


.right-form3 .mysvg{
	width: 26px;
	margin-bottom:10px;
	color: #fff;
	fill: currentColor;
}
.right-form3:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.right-form3 {
	display: block;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 22px;
    margin-bottom: 4px;
}
.right-form3::before,
.right-form3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.right-form3,
.right-form3::before,
.right-form3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-form3 {
	background-color: #06c755;
	color: #fff;
	-webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.0);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.0);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.0);
	box-shadow: 1px 1px 25px rgba(0,0,0,.0);
}
.right-form3:hover {
	color: #06c755;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
	-o-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
	box-shadow: 0px 0px 25px rgba(0,0,0,.2);
}



.right-form4 .mysvg{
	width: 22px;
	margin-bottom:10px;
	color: #fff;
	fill: currentColor;
}
.right-form4:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.right-form4 {
	display: block;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 22px;
}
.right-form4::before,
.right-form4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.right-form4,
.right-form4::before,
.right-form4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-form4 {
	background-color: #31adba;
	color: #fff;
}
.right-form4:hover {
	color: #fff;
	background-color: #0f9cab;
}


}

@media screen and (min-width: 0px) and (max-width: 1024px) {


ul.faqspace {
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 15px;
	padding: 20px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 15px;
}
ul.faqspace li{padding-left: 1.5em;} 
ul.faqspace li:before {
	content: "Q";
	padding-right: 0.3em;
	position: absolute;
	left: -0.29em;
	font-size: 18pt;
	color: #3bacb9;
	margin-top: 0px;
	margin-bottom: 5px;
	font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
}
.faqspace li {
	color: #4b4b4b;
	font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 14pt;
	line-height: 30px;
}
.answers {
	padding-right: 15px;
	padding-left: 15px;
}
.answers:not(:last-child) {margin-bottom: 80px;}
.answers .comennt1:not(:last-child) {margin-bottom: 10px;}

.answers .comennt1{
	font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 12pt!important;
	line-height: 30px;
}



.table-scroll{
    width: 100%;
    margin-bottom: 30px;
    padding-top: 10px;
}

.hyogumi {
    
    width: 100%;
    font-size: 11pt;
    line-height: 22px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.hyogumi th {
    font-weight: normal;
    text-align: center;
    font-size: 11pt;
    line-height: 22px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    padding: 10px;
    box-sizing: border-box;
    background-color: #31adba;
    color: #fff;
}
.hyogumi tr .to-col1 {background-color: #81d3dc;}

.hyogumi td {
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f6fbfa;
    
}
.hyogumi td h4{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 11pt;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
}
.hyogumi td h4 span{
    font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 15pt;
    line-height: 30px;
    margin-right: 3px;
}
.hyogumi td .points2{
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.table-scroll{
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* SPだけ「横に溢れる」条件を作る（列数に応じて調整） */
/*@media (max-width: 768px){
  .hyogumi--single{
    min-width: 720px; 
  }
}
*/
.hyogumi--single{
    min-width: 800px; 
  }
.hyogumi--single .sticky-col{
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #31adba; 
  /*border-right: 1px solid #ccc;*/
}


.hyogumi--single td, .hyogumi--single th{
    background-clip: padding-box;
}





/*.course-table{
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 50px;
}

.hyogumi--fixed{
    border-collapse: collapse;
    flex: 0 0 9.5em; 
    width: 9.5em;
}
.hyogumi--fixed th{
    white-space: nowrap;
    vertical-align: middle;
}
.hyogumi-scroll{flex: 1 1 auto;overflow-x: hidden;}
.hyogumi--scroll{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; 
}
.hyogumi--scroll th,.hyogumi--scroll td{vertical-align: top;}*/


/* SP：右だけ横スクロール可能にする */
/*@media (max-width: 768px){
  .hyogumi--fixed{
    flex-basis: 6.5em;
    width: 6.5em;
  }

  .hyogumi-scroll{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hyogumi--scroll{
    width: auto;
    min-width: 520px;
    table-layout: auto;
  }

  .hyogumi--scroll th,
  .hyogumi--scroll td{
    min-width: 180px; 
  }
}*/

.recruit_table {
	border-collapse:collapse;
	
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 14pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 30px;
}
.recruit_table th, .cp_table  td {width: 100%;}
.recruit_table th {
    font-size: 11pt;
    line-height: 25px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 500;
    display: block;
    padding: 10px!important;
    background-color: #e5f0f1;
    /*vertical-align: top;*/
    box-sizing: border-box;
    margin-right: 10px;
    /* [disabled]border-bottom-right-radius: 15px; */
    border-radius: 10px 10px 0px 0px;
}
.recruit_table tr {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.recruit_table td {
    border-radius: 0px 0px 10px 10px;
	font-size: 11pt;
	line-height: 22px;
    
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	display: block;
	padding: 10px!important;
	background-color: #fff;
}
.recruit_table h3 {
	font-size: 13pt;
	line-height: 30px;
    font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}








.tab__list {}
#tab {
	overflow: hidden;
	position: relative;
	display: flex;
    justify-content: center;
}
#tab li {
	margin-right:5px;
	box-sizing: border-box;
}
#tab li span{
	margin-right:5px;
	font-size: 10pt;
	display: inline-block;
	vertical-align:5%;
}
#tab li a {
    display: block;
    color: #fff;
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 12pt;
    line-height: 21px;
    opacity: 0.6;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    padding-right: 10px;
    padding-left: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#tab li a:hover {
	color: #fff;
}


#tab li.present a {
	color: #fff;
    opacity: 1;
}

#tab li.present a:hover {
	color: #fff;
}
.ct01{background-color: #61d3de;}
.ct01:hover{background-color: #61d3de;}
.ct02{background-color: #61d3de;}
.ct02:hover{background-color: #61d3de;}


.categorys {}
.topicsspace {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #61d3de;
    box-sizing: border-box;
    border-radius: 15px;
}

.categorys h3{
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.cate-btms #topics_info {
    flex-grow: 1;
}

.cate-btms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cate-btms li{margin: 0.5%;}


.button6 .mysvg {
	width: 5px;
	position: absolute;
	display: block;
	color: #24afbb;
	fill: currentColor;
	margin-right: 7px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.button6:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button6 h3{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 11pt;
    line-height: 25px;
	font-weight: normal;
}
.button6 {
    position: relative;
	display: block;
	text-align: left;
	text-decoration: none;
	outline: none;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
    padding-left: 5px;
	border-radius: 5px;
}
.button6::before,
.button6::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button6,
.button6::before,
.button6::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button6 {
    color: #4b4b4b;
	background-color: #fff;
}
.button6:hover {
	color: #FFF;
	background-color: #4b4b4b;
}

.kowaku {
    /*padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;*/
}
.flowbox {
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    padding-top: 20px;
}
.flowbox li{position: relative;}
.flowbox li img{border-radius: 20px; display: block; line-height: 0; margin-bottom: 10px;}
.flowbox li:nth-child(1){margin-bottom: 40px;}
.flowbox li:nth-child(2){margin-bottom: 40px;}
.flowbox li:nth-child(3){margin-bottom: 40px;}
.flowbox li:nth-child(4){margin-bottom: 40px;}
.flowbox li:nth-child(5){margin-bottom: 40px;}

.flowbox span{
    font-feature-settings: "palt" 1;
    font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 22pt;
	line-height: 40px;
	font-weight: 700;
	font-style: normal;
    text-align: center;
    margin-bottom: 10px;
}

.flowbox p{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 12pt;
	line-height: 30px;
	font-weight: normal;
}
.flowbox span{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    display: block;
    font-size: 15pt;
    line-height: 60px;
    font-weight: normal;
    text-align: center;
    width: 60px;
    height: 60px;
    color: #fff;
    background-image: url("../img/body/maru.svg");
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-size: contain;
}



.wakugumi-wh {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}

.wakugumi-wh .midashi2 {
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    z-index: 1;
    white-space: nowrap; 
}

.wakugumi-bl {
    padding: 20px;
    background-color: #f6fbfa;
    box-sizing: border-box;
    border-radius: 20px;
}
.wakugumi-bl:not(:last-child) {margin-bottom: 30px;}


.wakugumi2 {
    position: relative;
    /*padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;*/
}

.wakugumi2 .midashi2 {
    margin-bottom: 20px;
    /*position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    z-index: 1;
    white-space: nowrap; */
}

.threebox {
    /*display: flex;
	justify-content: space-between;
    flex-wrap: wrap;*/
    padding-top: 0px;
    margin-bottom: 60px;
}
.threebox li {
    position: relative;
   
    /*padding: 40px;*/
    box-sizing: border-box;
    padding: 20px;
    /*background-color: #fff;*/
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 10px;
}
.threebox .images {margin-bottom: 15px;}

.threebox li p{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 12pt;
    line-height: 27px;
    font-weight: normal;
}
.threebox li h3{
    text-align: center;
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 28pt;
    line-height: 35px;
    font-weight: 600;
    color: #31adba;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    z-index: 1;
}







.midashi2 span{
    margin-top: 10px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    display: inline-block;
    font-size: 19pt;
	line-height: 30px;
    font-weight: normal;
    color: #31adba;
    vertical-align: -5%;
    margin-right: 5px;
}
.midashi2{
    text-align: center;
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 10px;
    position: relative;
    color: #4b4b4b;
    /*text-align: center;*/
}



.images2 {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
	text-align: center;
}
.images2 img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	/*-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;*/
	
	border-radius: 62% 38% 61% 39% / 39% 59% 41% 61%  ;
}
.sixs {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.num {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 50pt;
    line-height: 70px;
    font-weight: normal;
    color: #61d3de;
    z-index: 2;
}


.sixs li:not(:last-child) {margin-bottom: 40px;}
.sixs li{
    position: relative;
    
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 50px;
}
.sixs .images2 {
    margin-bottom: 15px;
}
.sixtext{
    
}
.sixtext p{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 12pt;
    line-height: 30px;
    font-weight: normal;
}
.sixtext h3{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 14pt;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 15px;text-align: center;
}



.threes2 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    padding-top: 20px;
   
}
.threes2 li{position: relative;}
.threes2 li:nth-child(1) {margin-bottom: 50px;}
.threes2 li:nth-child(2) {margin-bottom: 50px;}
.threes2 li:nth-child(3) {margin-bottom: 50px;}

.threes2 h3{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 12pt;
    line-height: 28px;
	text-align: center;
    font-weight: normal;
}

.threes2 p{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    display: block;
    font-size: 15pt;
    line-height: 60px;
    font-weight: normal;
    text-align: center;
    width: 60px;
    height: 60px;
    color: #fff;
    background-image: url("../img/body/maru.svg");
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-size: contain;
}





.threes {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 30px;
    width: 98%;
    margin-left: auto;
	margin-right: auto;
}
.threes li{width: 47%;position: relative;}

.threes li:nth-child(1) {margin-bottom: 40px;}
.threes li:nth-child(2) {margin-bottom: 40px;}
.threes li:nth-child(3) {margin-bottom: 40px;}
.threes li:nth-child(4) {margin-bottom: 40px;}

.threes h3{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 12pt;
    line-height: 25px;
	text-align: center;
    font-weight: normal;
}
.threes h3 span{font-weight: 600;color: #24afbb;}
.threes p{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    display: block;
    font-size: 15pt;
    line-height: 50px;
    font-weight: normal;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #fff;
    background-image: url("../img/body/maru.svg");
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
    background-repeat: no-repeat;
    background-size: contain;
}
.images {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 90%;
	overflow: hidden;
	text-align: center;
    margin-bottom: 15px;
}
.images img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	/*-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;*/
	
	border-radius: 62% 38% 61% 39% / 39% 59% 41% 61%  ;
}
.ycenter {align-items: center;}

.wrap-space {
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;*/
}
.wrap-space:not(:last-child) {margin-bottom: 20px;}
.wrap-space0 {
	
}
.wrap-space0:not(:last-child) {margin-bottom: 20px;}
.wrap-space0:nth-child(odd) {flex-direction: row-reverse;}
.wrap-space1 {
	
}
.wrap-space1:not(:last-child) {margin-bottom: 20px;}
.wrap-space1:nth-child(even) {flex-direction: row-reverse;}
.wrap-space2 {
	
}
.wrap-space2:not(:last-child) {margin-bottom: 15px;}
.wrap-space2:nth-child(even) {flex-direction: row-reverse;}
.wrap-space3 {
	
    padding-top: 10px;
}
.wrap-space3:not(:last-child) {margin-bottom: 20px;}
.wrap-space3:nth-child(odd) {flex-direction: row-reverse;}

/*.h20 {padding-top: 20%;}
.h25 {padding-top: 25%;}
.h30 {padding-top: 30%;}
.h35 {padding-top: 35%;}
.h40 {padding-top: 40%;}
.h45 {padding-top: 45%;}
.h50 {padding-top: 50%;}
.h55 {padding-top: 55%;}
.h60 {padding-top: 60%;}
.h65 {padding-top: 65%;}*/


.hanbanner {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    padding-top: 10px;
    width: 98%;
    margin-left: auto;
	margin-right: auto;
}
.hanbanner li{
    /*width: 46%;
    display: flex;
    flex-direction: column;*/
}
.hanbanner li:nth-child(1){margin-bottom: 50px;}
.hanbanner li:nth-child(2){margin-bottom: 50px;}
.hanbanner li:nth-child(3){margin-bottom: 50px;}

.hanbanner li h3{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 16pt;
    line-height: 30px;
	text-align: center;
    font-weight: 600;
    color: #24afbb;
    margin-bottom: 10px;
    position: relative;
}
.hanbanner li h3:before {
    content: "";
    position: absolute;
    top: 50%;
    /*top: 100%;*/
	/*left: 50%;*/
    margin-left: -20px;
    width: 10px;
    height: 4px;
    background-color: #84dae1;
    border-radius: 10px;
}
.hanbanner li p{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 12pt;
    line-height: 30px;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.tbtm {
    width: 200px;
    margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}


.fullbanner {
    width: 98%;
    margin-left: auto;
	margin-right: auto;
}

.fullbanner li:nth-child(1){margin-bottom: 10px;}
.fullbanner li .han{
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    
}
.re {flex-direction: row-reverse;}
.texspace {
    /*position: absolute;
    width: 100%;*/
    box-sizing: border-box;
    padding: 20px;
    /*top:50%;
    left:50%;
    transform: translate(-50%, -50%);*/
}
.ctype_b .texspace p .mysvg{
    width: 20px;
    display: inline-block;
    vertical-align: -20%;
    margin-right: 9px;
    color: #24afbb;
	fill: currentColor;
}
.texspace h3{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 17pt;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}
.texspace h3:before {
    content: "";
    position: absolute;
    top: 50%;
    /*top: 100%;*/
	/*left: 50%;*/
    margin-left: -20px;
    width: 10px;
    height: 4px;
    background-color: #fff;
    border-radius: 10px;
}
.texspace h4{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 12pt;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 20px;
}
.ctype_b .fulltex {
    /*width: 70%;*/
    position: relative;
    background-color: #24afbb;
    color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    
}
.ctype_b .fullbimage{
    /*width: 30%;*/
    display: block;
	position: relative;
}
.ctype_b .fullbimage img {
    display: block;
    width: 100%;
    height: auto;
    height: 200px;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.ctype_b .texspace p{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 11pt;
    line-height: 23px;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 40px;
    color: #24afbb;
}
.ctype_b {display: block;}



.ctype_o .fulltex {
    position: relative;
    background-color: #f39c56;
    color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    
}
.ctype_o .fullbimage{
    
    display: block;
	position: relative;
}
.ctype_o .fullbimage img {
    display: block;
    width: 100%;
    height: auto;
    height: 200px;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.ctype_o .texspace p .mysvg{
    width: 20px;
    display: inline-block;
    vertical-align: -20%;
    margin-right: 9px;
    color: #f39c56;
	fill: currentColor;
}
.ctype_o .texspace p{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 11pt;
    line-height: 23px;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 40px;
    color: #24afbb;
    color: #f39c56;
}
.ctype_o {display: block;}




.photos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.photos li:nth-child(1) {margin-bottom: 5px;}
.photos li:nth-child(2) {margin-bottom: 5px;}
.photos li:nth-child(3) {margin-bottom: 5px;}
.photos li:nth-child(4) {margin-bottom: 5px;}
.photos li{
    display: block;
	position: relative;
	width: 49%;
	height: 0;
	overflow: hidden;
    padding-top: 45%;
}
.photos li img{
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	border-radius: 10px;
}

.image-box {
	display: block;
	position: relative;
	width: 100%;
	/*height: 0;
	overflow: hidden;*/
}
.image-box img{
	width: 100%;
	/*height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	border-radius: 20px;
}
.image250 img {
	display: block;
	position: relative;
	width: 100%;
	/*height: 250px;
	object-fit: cover;*/
	border-radius: 20px;
    
}
.image300 img {
	display: block;
	position: relative;
	width: 100%;
	/*height: 300px;
	object-fit: cover;*/
	border-radius: 20px;
    margin-bottom: 10px;
}
.image350 {margin-bottom: 15px;}
.image350 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 350px;
	object-fit: cover;
	font-family: "object-fit: cover;";
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;*/
	border-radius: 20px;
}
.image400 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 400px;
	object-fit: cover;
	font-family: "object-fit: cover;";
    -webkit-border-radius: 40px;
	-moz-border-radius: 40px;*/
	border-radius: 20px;
    margin-bottom: 10px;
}
.image450 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 450px;
	object-fit: cover;
	font-family: "object-fit: cover;";*/
    border-radius: 20px;
    margin-bottom: 10px;
}
.image500 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 500px;
	object-fit: cover;
	font-family: "object-fit: cover;";*/
    margin-bottom: 10px;
}

.comennt-box {}
.comennt-box:not(:last-child) {}


/*.r20 {margin-right: 8%;}
.l20 {margin-left: 8%;}

.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w31 {width: 31%;}
.w32 {width: 32%;}
.w33 {width: 33%;}
.w35 {width: 35%;}
.w36 {width: 36%;}
.w37 {width: 37%;}
.w38 {width: 38%;}
.w39 {width: 39%;}
.w40 {width: 40%;}
.w41 {width: 41%;}
.w42 {width: 42%;}
.w43 {width: 43%;}
.w44 {width: 44%;}
.w45 {width: 45%;}
.w46 {width: 46%;}
.w47 {width: 47%;}
.w48 {width: 48%;}
.w49 {width: 49%;}
.w50 {width: 50%;}
.w51 {width: 51%;}
.w52 {width: 52%;}
.w53 {width: 53%;}
.w54 {width: 54%;}
.w55 {width: 55%;}
.w56 {width: 56%;}
.w57 {width: 57%;}
.w58 {width: 58%;}
.w59 {width: 59%;}
.w60 {width: 60%;}
.w61 {width: 61%;}
.w62 {width: 62%;}
.w63 {width: 63%;}
.w64 {width: 64%;}
.w65 {width: 65%;}
.w66 {width: 66%;}
.w67 {width: 67%;}
.w68 {width: 68%;}
.w69 {width: 69%;}
.w70 {width: 70%;}*/


#page1,#page2,#page3,#page4,#page5,#page6,#page7,#page8,#page9,#page10,#page11  {scroll-margin-top: 80px;}
#privacy  {scroll-margin-top: 80px;}
#time  {scroll-margin-top: 80px;}

.midashi1 {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 18pt;
	line-height: 37px;
	font-weight: normal;
	margin-bottom: 15px;
    position: relative;
    text-align: center;
}
.midashi1:before {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	content: "●";
    font-size: 11pt;
	position: absolute;
	top: 0;
	/*left: 0;*/
	margin-top: -6px;
    color: #5ad5df;
    margin-left: -20px;
}
.midashi1 span{
    margin-top: 0px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    display: block;
    font-size: 10pt;
	line-height: 18px;
    font-weight: normal;
}
.cent {text-align: center;}



.to-infos h4 a{color: #040404;}
.to-infos h4 .mysvg{
    display: inline-block;
	width: 20px;
    color: #28a0aa;
	fill: currentColor;
    vertical-align: 2%;
    margin-right: 5px;
}
.to-infos h4{
    padding-top: 20px;
    position: relative;
    font-feature-settings: "palt" 1;
    font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 25pt;
	line-height: 40px;
	font-weight: 700;
	font-style: normal;
    color: #040404;
    text-align: center;
    margin-bottom: 10px;
}

.midashi3 {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}

.comennt {
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}

.yakushoku{
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 11pt;
	font-weight: 600;
    position: relative;
    border-right: 1px dashed #000000;
    padding-right: 5px;
}

.name {margin-bottom:15px;text-align: center;}
.to-name {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	font-size: 12pt;
	line-height: 25px;
	font-weight: normal;
    margin-left: 5px;
}


.midashi4{
    padding-top: 10px;
    position: relative;
    font-feature-settings: "palt" 1;
    font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 15pt;
	line-height: 35px;
	font-weight: 700;
	font-style: normal;
    text-align: center;
    margin-bottom: 25px;
}
.comennt1 {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 12pt;
	line-height: 30px;
	font-weight: normal;
}

.comennt2 {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 12pt;
	line-height: 30px;
	font-weight: normal;
}

.comennt3 {
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: 600;
}
.comennt4 {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px #CFD5D5;
}
.to-infospace .points3:not(:last-child) {margin-bottom: 5px;margin-top: 5px;}

.map-space {
	position: relative;
	padding-bottom: 75%;/*←高さを変更する*/
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
}
.map-space iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

ul.points1{
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points1 li{padding-left: 0.7em;}
ul.points1 li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points1 li {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 10pt;
	line-height: 21px;
	text-align: left;
}
.points1:not(:last-child) {margin-bottom: 15px;}


ul.points2 {
	list-style-type: none;
	margin-left: -1.2em;
	overflow: hidden;
}
ul.points2 li{}
ul.points2 li:before {
	font-family: "Material Icons";
	content: "\eb36";
	padding-right: 0.3em;
	position: absolute;
	left: 0;
	color: #3bacb9;
	font-weight: 600;
}
.points2 li {
    padding-left: 1.2em;
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}

ul.points2p {
	list-style-type: none;
	/*margin-left: -1.2em;*/
	overflow: hidden;
}
ul.points2p li{}
ul.points2p li:before {
	font-family: "Material Icons";
	content: "\eb36";
	padding-right: 0.3em;
	position: absolute;
	left: 0;
	color: #3bacb9;
	font-weight: 600;
}
.points2p li {
    padding-left: 1.2em;
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}


ul.points3 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points3 li{padding-left: 0.7em;}
ul.points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #61d3de;
}
.points3 li {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 23px;
	text-align: left;
}
.points3 li:not(:last-child) {margin-bottom: 5px;}
.points3:not(:last-child) {margin-bottom: 30px;}



ul.points4 {
    padding-top: 10px;
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points4 li{padding-left: 0.7em;}
ul.points4 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #3bacb9;
}
.points4 li {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 22px;
}

.points4:not(:last-child) {margin-bottom: 0px;}





ol.point-num {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-num li{
	padding-left: 20px;
	position: relative;
}
ol.point-num li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #98D62E;
	color: #FFF;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: 9pt;
	margin-right: 5px;
	vertical-align: 5%;
}
ol.point-num li {
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
	text-align: left;
}
ol.point-num li:not(:last-child) {margin-bottom: 10px;}






.whbk{position: relative;background-color: #FFF;}

.nobk{position: relative;background-color: #f6fbfa;}

.tobk {
    position: relative;
    background-color: #f6fbfa;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.greetbk {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	background-image: url(../img/body/greetbk.jpg);
	padding-top: 5%;
	padding-bottom: 5%;
}


.textbox {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;	
	
}
.textbox1s {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;		
}
.textbox1sc {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;		
}
.textbox1s2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;		
}
.nami {line-height: 0;}

.textbox1 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;		
}
.textbox2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;	
}
.textbox3 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;	
}


main {background: linear-gradient(180deg, #fff 0%, #fff 60%, #f6fbfa 60%, #f6fbfa 100%);}

.main-space {
	
	position: relative;
	padding-top:65px;
}
.main-space h1 {
    /*width: 100%;*/
    white-space: nowrap;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    /*top: 0;
    left: 3%;
    margin-top: 185px;
    margin-left: 50px;*/
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 18pt;
    line-height: 35px;
    text-shadow: 2px 3px 20px rgb(85 58 35 / 60%);
}
.main-image {
    width: 94%;
    background-color: #F9F7F3;
    height: 400px;
    /*padding-top:52%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/body/main-image.webp);
    background-position: 82% center;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
}




.main-text {
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
}
.main-text li{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(255,255,255,0.8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    margin-bottom: 3px;
    border-radius: 6px;
}
.main-text li:nth-child(1) {
    border-radius: 6px;
}
.main-text li:nth-child(4) {
    border-radius: 6px;
}
.main-text li a{
    display: flex;
    align-items: center;
}

.nolink .mysvg{
    width: 20px!important;
    margin-right: 4px!important;
    position: relative!important;
}
.main-text li h4{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: normal;
    font-size: 11pt;
    line-height: 22px;
    color: #4b4b4b;
}
.main-text li h4 span{
    color: #24afbb;
    font-weight: 600;
}
.tolink a{
    position: relative;
    width: 100%;
    display: block;
}
.tolink a .mysvg{
    width: 15px!important;
    position: absolute;
    top: 20%;
    right: 0;
    margin-right: -5px;
}
.tolink .mysvg:nth-child(1) {
    width: 35px!important;
    margin-right: 4px!important;
    position: relative!important;
}
.tolink .mysvg:nth-child(2) {
    width: 15px!important;
}




.hed-space {
	width: 92%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom:0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
}
.change-color .hed-space {
	width: 94%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom:7px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
}

.logoimage {}
.logoimage a{display: block;}

#logo {
	width: 250px;
	margin-top: -10px;
	transition: all .5s;
}
.change-color #logo {
	width: 220px;
	margin-top: 0px;
	transition: all .5s;
}

#header {}
.header {   
    transition: all .5s;
    position: fixed;
    width: 100%;
    z-index: 100;
    background: rgba(255,255,255,0);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}


.header.change-color {
    background: rgba(255,255,255,0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}


.hed-right {
    transition: all .5s;
    margin-bottom: 0px;
}
.change-color .hed-right {
    transition: all .5s;
    margin-bottom: 0px;
}
.hed-info {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
    transition: all .5s;
}

.hed-info li{ }

.hed-info li .mysvg{
    display: inline-block;
	width: 18px;
	margin-right:3px;
    color: #28a0aa;
	fill: currentColor;
    vertical-align: -12%;
}
.hed-info li{
    position: relative;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	margin-top: 4px;
	font-size: 13pt;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
    color: #040404;
}
.hed-info li:nth-child(1){margin-left: 12px;}

.hed-info li:nth-child(2){margin-left: 12px;}
.hed-info li:nth-child(3){margin-left: 12px;}
.hed-info li:nth-child(4){margin-left: 12px;}
.hed-info li:nth-child(5){margin-left: 2px;}
.hed-info li:nth-child(6){margin-left: 2px;}
/*.hed-info li:nth-child(5){margin-left: 3px;}*/
.hed-info li:nth-child(4) .mysvg{
    display: inline-block;
	width: 22px;
    color: #28a0aa;
	fill: currentColor;
    vertical-align: -10%;
}
.hed-info li:nth-child(5) .mysvg{
    display: inline-block;
	width: 22px;
    color: #333;
	fill: currentColor;
    vertical-align: -10%;
}
.hed-info li:nth-child(6) .mysvg{
    display: inline-block;
	width: 22px;
    color: #28a0aa;
	fill: currentColor;
    vertical-align: -10%;
}
.hed-info li a{display: block;color: #4b4b4b;}
.hed-info li a:hover,
.hed-info li a:focus {}
.hed-info li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #28a0aa;
}
.hed-info li a:hover::after {transform: scale(1, 1);}
.hed-info li:nth-child(7) .mysvg{
    display: inline-block;
	width: 17px;
    color: #28a0aa;
	fill: currentColor;
    vertical-align: -5%;
}
.hed-info li:nth-child(7) {
    margin-left: 10px;
    position: relative;
    font-feature-settings: "palt" 1;
    font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 19pt;
	line-height: 25px;
	font-weight: 700;
	font-style: normal;
    color: #040404;
    margin-top: 2px;
}

.gloval-menu {
    color: #4b4b4b;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    transition: all .5s;
}

.change-color .gloval-menu {
    color: #4b4b4b;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all .5s;
}
.gloval-menu ul {margin: 0;padding: 0;}
.gloval-menu li {list-style: none;}
.gloval-menu a {
    color: #4b4b4b;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	box-sizing:border-box;
}
.gloval-menu > ul > li {margin-right: 1px;text-align: center;}
.gloval-menu li ul {height: 0;width: 0;overflow: hidden;position: absolute;}
.gloval-menu li:hover ul,
.gloval-menu li:focus-within ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 55;
	display:block;
}
.c-menu01 a:hover,
.c-menu01 a:focus {}
.c-menu01 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #28a0aa;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}
.gloval-menu .c-menu01 a:hover{
	color: #28a0aa;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gloval-menu .c-menu02 {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}
.gloval-menu .c-menu02 a.current {color: #28a0aa;position: relative;}
.gloval-menu .c-menu02 .current {color: #28a0aa;position: relative;}
.cnavs .mysvg{
    position: absolute;
    display: block;
	width: 14px;
	margin-right: auto;
    margin-left: auto;
    margin-top: 8px;
    left: 0;
    right: 0;
}
.c-menu02:hover > .cnavs > a > .mysvg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-top: 0px;
}
.c-menu02:hover > .cnavs > .mysvg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-top: 0px;
}
.c-menu02:hover {
    color: #28a0aa;
    -webkit-transition: all .2s;
	transition: all .2s;
}
.cnavs {
	cursor: pointer;
	position: relative;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	margin-top: 5px;
	font-size: 14pt;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
    transition: transform 0.3s;
}
.change-color .cnavs {margin-top: 5px;transition: transform 0.3s;}
.cnavs:hover,
.cnavs:focus {}
.cnavs::after {
	cursor: pointer;
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #28a0aa;
}
.cnavs:hover::after {transform: scale(0, 0);}

.c-menu02:hover > .cnavs > a {
    color: #28a0aa;
    -webkit-transition: all .2s;
	transition: all .2s;
}
.c-menu02:hover > .cnavs > a,
.c-menu02:focus-within > .cnavs > a {
    color: #28a0aa;
    -webkit-transition: all .2s;
	transition: all .2s;
}

.gloval-menu .c-menu01 {
    margin-left: 12px;
    margin-right: 12px;
}
.gloval-menu .c-menu01 a {
	position: relative;
	margin-top: 5px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 15px;
}
.gloval-menu .c-menu01 a.current {color: #28a0aa;position: relative;}
.gloval-menu .c-menu01 a:active {/*background-color: #FF6600;*/}
.c-menu01 a:hover,
.c-menu01 a:focus {}
.c-menu01 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: 4px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #28a0aa;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}
.gloval-menu .c-menu01 a:hover{
	color: #28a0aa;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gloval-menu > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}



.gloval-menu ul li:nth-child(7) {margin-right: 0;}

.gloval-menu .c-menu02 a {
	position: relative;
	padding-bottom: 8px;
}
.level1 a {
	display: block;
	margin-top: 0px!important;
	box-sizing: border-box;
	font-size: 13pt;
	color: #FFF!important;
	text-align: left;
	text-decoration: none;
	background-color: #28a0aa;
	width: 280px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px;
	padding-top: 15px!important;
	padding-right: 15px;
	padding-bottom: 15px!important;
	padding-left: 15px;
}
.level1 a:hover {background-color: #078f9a;}
.level1 a:focus {background-color: #078f9a;}
.level1 a:hover::after {transform: scale(0, 0);}

.gloval-menu ul .cec_01 .level1 {margin-left: -100px;}
.gloval-menu ul .cec_02 .level1 {margin-left: -80px;}
.gloval-menu ul .cec_03 .level1 {margin-left: -100px;}


/*.gloval-menu ul .cec_01 .level1 {margin-left: -85px;}
.gloval-menu ul .cec_02 .level1 {margin-left: 50px;}
.gloval-menu ul .cec_03 .level1 {margin-left: -80px;}
.gloval-menu ul .cec_04 .level1 {margin-left: 30px;}
.gloval-menu ul .cec_05 .level1 {margin-left: 0px;}
.gloval-menu ul .cec_06 .level1 {margin-left: -200px;}
.gloval-menu ul .c-menu02 .level1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 20px;
}
.c-menu02:hover ul,
.c-menu02:focus-within ul {
	height: auto;
	width: auto;
	z-index: 55;
	display:block;
	position: absolute;
	top: 25px;
    left: -240%;
    transform-origin: top;
	margin-top: 16px;
	box-sizing: border-box;
	padding-top: 25px;
	padding-bottom:  25px;
	overflow: hidden;
	transition: all .1s;
    background-color: #28a0aa;
}
.change-color .c-menu02:hover ul,
.change-color .c-menu02:focus-within ul {margin-top: 17px;}

.level1 li {
	box-sizing: border-box;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	padding-bottom: 7px!important;
}
.to700 {min-width: 700px;}
.to600 {min-width: 600px;}
.to500 {min-width: 500px;}
.level1 {margin-top: 10px;}
.level1 a {
    color: #fff!important;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 14pt;
	line-height: 30px;
	font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
	font-style: normal;
    position: relative;
}
.level1 a:hover,
.level1 a:focus {}
.level1 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: top;
	transition: transform 0.3s;
	background-color: #fff;
}
.level1 a:hover::after {transform: scale(1, 1);}*/






body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow-x: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y: hidden;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4b4b4b;
	/*-webkit-text-size-adjust:100%;*/
}



.pankuzu-space {
    width: 92%;
    height: 250px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    /*background-color: #f6fbfa;*/
    position: relative;    /*background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/body/pankuzu.webp);*/
    border-radius: 20px;
}
.second-hero {
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}
.second-hero li {
    display: block;
    width: 100%;
}

.second-hero li img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 250px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
/*pankuzu.webp*/

.to-tittle {
    width: 93%;
    white-space: nowrap; 
    /*background: rgba(90 213 223 / 0.5);*/
    background: rgba(255 255 255 / 25%);
    background: rgba(56 190 204 / 70%);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
   -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    box-sizing:border-box;
    position: absolute;
    border-radius:  10px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    color: #4b4b4b;
    color: #fff;
    /*color: #fff;*/
}
.pankuzu {
	margin-top: 65px;
    background: linear-gradient(180deg, #fff 0%, #fff 60%, #f6fbfa 60%, #f6fbfa 100%);
}
.pankuzu p {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 10pt;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    top: -10px;
    position: absolute;
}
.pankuzu h2 {
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	font-size: 21pt;
	line-height: 40px;
    position: relative;
    margin-bottom: 5px;
    /*text-shadow: 2px 3px 20px rgb(85 58 35 / 60%);*/
    color: #31adba;
    color: #fff;
    margin-left: 0px;
}
.pankuzu h2:before {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	content: "●";
    font-size: 9pt;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -5px;
    margin-left: -25px;
    color: #55bdd8;
    color: #62e5f3;
}

.pages {
    letter-spacing: 1px;
	font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	font-size: 9pt;
	line-height: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    text-shadow: 2px 3px 20px rgb(85 58 35 / 60%);
}
.pages li {
	margin-right: 1px;
	margin-left: 1px;
}
.pages li a{
	color: #4b4b4b;
    color: #fff;
}
.pages li a:hover{
	color: #fff;
	text-decoration: underline;
}

.pages li i{
	font-size: 7pt;
	line-height: 18px;
	vertical-align:-2%;
	display:inline-block;
}






#wrapper {}

.bicho-r5 {padding-right: 5px;}
.bicho-l5 {padding-left: 5px;}

.pcdown10 {padding-bottom: 10px;}
.pcdown20 {padding-bottom: 20px;}
.pcdown25 {padding-bottom: 10px;}
.pcdown30 {padding-bottom: 30px;}
.pcdown30s {padding-bottom: 30px;}
.pcdown40 {padding-bottom: 40px;}
.pcdown50 {padding-bottom: 50px;}
.pcdown60 {padding-bottom: 60px;}
.pcdown70 {padding-bottom: 70px;}
.pcdown80 {padding-bottom: 80px;}
.pcdown90 {padding-bottom: 90px;}
.pcdown100 {padding-bottom: 100px;}
.pcup10 {padding-top: 10px;}
.pcup20 {padding-top: 20px;}
.pcup30 {padding-top: 30px;}
.pcup40 {padding-top: 40px;}
.pcup50 {padding-top: 50px;}
.pcup60 {padding-top: 60px;}
.pcup70 {padding-top: 70px;}
.down10 {margin-bottom: 10px;}
.down15 {margin-bottom: 15px;}
.down20 {margin-bottom: 20px;}
.down25 {margin-bottom: 25px;}
.down30 {margin-bottom: 30px;}
.down35 {margin-bottom: 35px;}
.down40 {margin-bottom: 40px;}
.down45 {margin-bottom: 45px;}
.down50 {margin-bottom: 50px;}

.spd {margin-bottom: 15px;}
.s200 {
    width:90%;
    display: table;
	padding-top:20px;
	margin-left: auto;
	margin-right: auto;
    }
    
.topics-box .c-btm {
    width:90%;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.c-btm {
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.r-btm {
	display: table;
	padding-top:20px;
	margin-left: auto;
	margin-right: auto;
}
.l-btm {
	display: table;
	padding-top:20px;
	margin-left: auto;
	margin-right: auto;
}

.btms2 {display: flex;justify-content: space-between;}
.btms2 li{width:49%;}


.button0 .mysvg {
	width:20px;
	vertical-align: -10%;
	display: inline-block;
	color: #24afbb;
	fill: currentColor;
	margin-right:5px;
}
.button0:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button0 {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
}
.button0::before,
.button0::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button0,
.button0::before,
.button0::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.to-line {
    color: #FFF;
	background-color: #02c65f;
}
.to-line:hover {
	color: #FFF;
	background-color: #02c65f;
}
.to-web {
    color: #FFF;
	background-color: #f09c2d;
}
.to-web:hover {
	color: #FFF;
	background-color: #f09c2d;
}





.button1 .mysvg {
	width:20px;
	vertical-align: -20%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:5px;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 60px;
	
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1 {
    color: #FFF;
	background-color: #24afbb;
    
}
.button1:hover {
	color: #FFF;
	background-color: #24afbb;
}






.button2 .mysvg {
	width:20px;
	vertical-align: -20%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:5px;
}
.button2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button2 {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 60px;
	
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
    color: #FFF;
	background-color: #24afbb;
}
.button2:hover {
	color: #FFF;
	background-color: #24afbb;
}






.button3 .mysvg {
	width:20px;
	vertical-align: -10%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:5px;
}
.button3:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button3 h3 {
    font-size: 13pt;
    line-height: 25px;
    font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family:"hiragino-kaku-gothic-pron", sans-serif;
    text-align: center;
}
.button3 {
    display: block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px 0px 0px 10px;
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3 {
    color: #FFF;
    background-color: #ffaa06;
}
.button3:hover {
	color: #FFF;
    background-color: #ffaa06;
}



.button4 .mysvg {
	width:20px;
	vertical-align: -10%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:5px;
}
.button4 h3 {
    font-size: 13pt;
    line-height: 25px;
    font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family:"hiragino-kaku-gothic-pron", sans-serif;
    text-align: center;
}
.button4 {
    display: block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0px 10px 10px 0px;
}
.button4::before,
.button4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4,
.button4::before,
.button4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button4 {
    color: #FFF;
	background-color: #06c755;
}
.button4:hover {
	color: #FFF;
	background-color: #06c755;
}





.to-topics {
    /*margin-left: 7.5%;
    margin-right: 7.5%;*/
    padding-top: 60px;
    padding-bottom: 0px;
}

.to-topics2 {
    /*margin-left: 7.5%;
    margin-right: 7.5%;*/
    padding-top: 30px;
    padding-bottom: 50px;
}










.button5 .mysvg {
	width:25px;
    vertical-align: -18%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right: 10px;
}
.button5:hover .mysvg{
	color: #61d3de;
	fill: currentColor;
}
.button5 {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 15pt;
    line-height: 30px;
    font-weight: normal;
    position: relative;
    display: block;
    text-align: left;
    margin-bottom: 25px;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
    padding-left: 50px;
    border-radius: 70px;
}
.button5::before,
.button5::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button5,
.button5::before,
.button5::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button5 {
    color: #FFF;
    border: 2px solid #ffffff;
    box-sizing: border-box;
}
.button5:hover {
	color: #4b4b4b;
	background-color: #fff;
    border: 2px solid #ffffff;
    box-sizing: border-box;
}




/*.button5s .mysvg {
	width:25px;
    vertical-align: -18%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right: 10px;
}
.button5s:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button5s {
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 17pt;
    line-height: 30px;
    font-weight: normal;
    position: relative;
    display: block;
    text-align: left;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 50px;
    padding-left: 50px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.button5s::before,
.button5s::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button5s,
.button5s::before,
.button5s::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button5s {
    color: #FFF;
	background-color: #4cbfda;
}
.button5s:hover {
	color: #FFF;
	background-color: #269ab5;
}
*/






.button6s .mysvg {
	width:5px;
	position: absolute;
	display: block;
	color: #4cbfda;
	fill: currentColor;
	margin-right: 10px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.button6s:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button6s h3{
    font-feature-settings: "palt" 1;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 11pt;
    line-height: 24px;
	font-weight: normal;
}
.button6s {
    position: relative;
	display: block;
	text-align: left;
	text-decoration: none;
	outline: none;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 30px;
    padding-left: 10px;
	border-radius: 5px;
}
.button6s::before,
.button6s::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button6s,
.button6s::before,
.button6s::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button6s {
    color: #4b4b4b;
	background-color: #fff;
}
.button6s:hover {
	color: #FFF;
	background-color: #4b4b4b;
}




.balloon1 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 13pt;
	height: 60px;
	text-transform: uppercase;
	width: 100%;
	color: #FFF;
	position: relative;
	background: #000;
}

.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
}





.footinfo {
    
    margin-bottom: 10px;
}
.info-left {margin-bottom: 20px;}
.komidashi {}
.komidashi .mysvg{
    display: inline-block;
    width: 25px;
    vertical-align: -15%;
    margin-right: 5px;
    color: #28a0aa;
	fill: currentColor;
}
.komidashi{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 15pt;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}

.to-logo{
    /*width: 100%;*/
    width: 220px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.info-left p{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 11pt;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 0px;
}


.info-left h4 a{color: #040404;}
.info-left h4 .mysvg{
    display: inline-block;
	width: 15px;
    color: #28a0aa;
	fill: currentColor;
    vertical-align: -2%;
    margin-right: 5px;
}



.info-left h4{
    position: relative;
    font-feature-settings: "palt" 1;
    font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 21pt;
	line-height: 35px;
	font-weight: 700;
	font-style: normal;
    color: #040404;
    margin-bottom: 10px;
}



.to-sns {
    /*display: flex;*/
    margin-bottom: 20px;
}
.to-sns li {margin-bottom: 5px;}
.to-sns li a{
    font-size: 11pt;
	line-height: 21px;
    text-decoration: underline;
    color: #4b4b4b;
	transition: all .1s;
}
.to-sns li a:hover{
    color: #147a83;
}

.to-sns li .mysvg{
    display: inline-block;
    width: 20px;
    vertical-align: -22%;
    margin-right: 5px;
}
.info-center {margin-bottom: 20px;}



.info-center h3 .mysvg{
    display: inline-block;
    width: 25px;
    vertical-align: -15%;
    margin-right: 5px;
    color: #28a0aa;
	fill: currentColor;
}
.info-center h3{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 15pt;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.info-center h4{}

.infoimes {
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.infoimes .w48 {margin-bottom: 40px;}

.info-right {margin-bottom: 20px;}
.info-right h3 .mysvg{
    display: inline-block;
    width: 25px;
    vertical-align: -15%;
    margin-right: 5px;
    color: #28a0aa;
	fill: currentColor;
}
.info-right h3{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 15pt;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}



footer {
    background-color: #f6fbfa;
    color: #4b4b4b;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 65px;
    border-radius: 20px;
}

.btms {
    width: 85%;
    display: flex;
	justify-content: space-between;
    margin-right: auto;
	margin-left: auto;
    margin-top: -15px;
    position: absolute;
    left: 0;
    right: 0;
}
.btms li{width: 49.5%;}



.foot-text {
	font-size: 11pt;
	line-height: 23px;
	margin-bottom: 17px;
}

.footcontena {
	padding-top: 60px;
	padding-bottom: 30px;
}

.foot-space {
    
	margin-right: auto;
	margin-left: auto;
}
.foot-space nav{
    width: 86%;
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    max-width: 1200px;*/
    margin-right: auto;
	margin-left: auto;
    
}

/*.fm_01 {width: 19%;}
.fm_02 {width: 17%;}
.fm_03 {width: 20%;}
.fm_04 {width: 18%;}
.fm_05 {width: 20%;}*/

.fm_01 .toh2 {position: relative;}
.fm_01 {margin-bottom: 8px;}
.fm_02 {margin-bottom: 8px;}
    
.toh2 {
    position: relative;
    
    box-sizing: border-box;
    margin-bottom: 3px;
}
.toh2 a{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
}
    


.toh2:before {
	content: "●";
    font-size: 5pt;
	position: absolute;
	top: 6px;
	left: 10px;
    color: #5ad5df;
    
    /*margin-left: -15px;*/
}
.to-under {
    width: 100%;
    margin-right: auto;
	margin-left: auto;
    position: relative;
    margin-bottom: 3px;
}
.fm_01 .foot-menu:nth-child(2) li:nth-child(1) {margin-bottom: 4px;}
.fm_01 .foot-menu .to-under a{
    font-size: 10pt;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #eff7f5;
}
.fm_02 .foot-menu:nth-child(2) li:nth-child(1) {margin-bottom: 4px;}
.fm_02 .foot-menu .to-under a{
    font-size: 10pt;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #eff7f5;
}
.fm_03 .foot-menu:nth-child(2) li:nth-child(1) {margin-bottom: 4px;}
.fm_03 .foot-menu .to-under a{
    font-size: 10pt;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #eff7f5;
}
.to-under:before {
	content: "-";
    font-size: 10pt;
	position: absolute;
	top: 3px;
    left: 10px;
    color: #5ad5df;
}

.foot-left {}

.ftb{margin-bottom: 10px;}


.foot-menu {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*margin-left: 50px;*/
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.toh2{width: 100%;}

.foot-menu li {
    
	position: relative;
    /*margin-left: 15px;*/
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 12pt;
	line-height: 30px;
	color: #4b4b4b;
}

.foot-menu li a{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 12pt;
	line-height: 30px;
	color: #4b4b4b;
	display: block;
}


.copy {
    font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 7pt;
	line-height: 16px;
	padding-top: 25px;
	text-align: center;
}

.copy i{
	font-size: 9pt;
	line-height: 16px;
	vertical-align: -7%;
	display: inline-block;
	margin-left:3px;
}




/*右バナーの診療時間*/


.bnr-left button h3 {position:relative;}
.bnr-left button h3 .mysvg{
	width: 25px;
	margin-bottom:5px;
    color: #fff;
	fill: currentColor;
}
.bnr-left button h3 span{
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 15pt;
	line-height: 36px;
	font-weight: 700;
	color: #fff;
}
.bnr-left .bnrlist {
	margin-left:50px;
	margin-right:50px;
}
ul.bnrlist {
	list-style-type: none;
	overflow: hidden;
}
ul.bnrlist li{padding-left: 1.2em;}
ul.bnrlist li:before {
	content: "■";
	padding-right: 0.8em;
	position: absolute;
	left: 0;
	color: #f59278;
	font-weight: 600;
}
.bnrlist li {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 500;
	position: relative;
	font-size: 13pt;
	line-height: 25px;
	text-align: left;
	color: #5a5a5a;
}
.futo{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	color: #FF6029;
}

.time01 {margin-bottom: 50px;}
.infoimes-space {padding-top: 0px;}

.tables .yoko {
	text-align: left;
	font-size: 9pt;
	line-height: 22px;
	font-weight: normal;
	padding-left: 0px;
}
.infoimes-space .tables {margin-bottom: 20px;}
.infoimes-space .tables .yoko {
	text-align: left;
	font-size: 9pt;
	line-height: 22px;
	font-weight: normal;
	padding-left: 0px;
}
.infoimes-space .tables th{
	padding: 2px;
	box-sizing: border-box;
}

.infoimes-space .tables .pccenter {
	font-size: 9pt;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}
.infoimes-space .tables .pccenter2 {
	font-size: 9pt;
	text-align: center;
	color: #00A0E9;
	color: #4b4b4b;
	line-height: 22px;
	font-weight: normal;
}
.infoimes-space .tables .pccenter3 {
    font-family: dnp-shuei-mgothic-std, sans-serif;
	text-align: left;
	font-size: 9pt;
	line-height: 22px;
	font-weight: 600;
	padding-left: 0px;
    color: #28a0aa;
}
/*.infoimes-space .tcal2 {color: #28a0aa;font-size: 10pt;font-family: dnp-shuei-mgothic-std, sans-serif;}
.infoimes-space .tcal4 {color: #8d8b87;font-size: 10pt;font-family: dnp-shuei-mgothic-std, sans-serif;}
.infoimes-space .tcal3 {color: #28a0aa;font-size: 10pt;}
.infoimes-space .noday {color: #8d8b87;font-family: "hiragino-kaku-gothic-pron", sans-serif;font-size: 10pt;}*/



.tables{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	color: #4b4b4b;
	width: 100%;
	border-collapse: collapse;
}
.tables:nth-child(1){margin-bottom: 20px;}
.tables td,
.tables th{
	padding: 2px;
	box-sizing: border-box;
}
.line1:nth-child(2) td {background-color: #f6fbfa;}
.line1:nth-child(4) td {background-color: #f6fbfa;}



.tables .line1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}
.tables .pccenter {
	font-size: 9pt;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}
.tables .pccenter2 span {color: #F00!important;}
.tables .pccenter2 {
	font-size: 9pt;
	text-align: center;
	color: #00A0E9;
	color: #4b4b4b;
	line-height: 22px;
	font-weight: normal;
}
.tables .pccenter3 {
    font-family: dnp-shuei-mgothic-std, sans-serif;
	text-align: left;
	font-size: 9pt;
	line-height: 22px;
	font-weight: 600;
	padding-left: 0px;
    color: #28a0aa;
}
.tcal1 {color: #28a0aa;}
.tcal2 {color: #28a0aa;font-size: 9pt;font-family: dnp-shuei-mgothic-std, sans-serif;}
.tcal4 {color: #8d8b87;font-size: 9pt;font-family: dnp-shuei-mgothic-std, sans-serif;}
.tcal3 {color: #28a0aa;font-size: 9pt;}
.noday {color: #8d8b87;font-family: "hiragino-kaku-gothic-pron", sans-serif;font-size: 9pt;}


.rightbnr {
	width: 98%;
	margin: 1%;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 101;
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.rightbnr div{width: 100%;}    
.right-form2 .mysvg{
	width: 20px;
	margin-right:4px;
	color: #fff;
	fill: currentColor;
    vertical-align: -18%;
}
.right-form2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}

.rightbnr span{
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: 700;
}

.right-form2 {
	display: block;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
    text-align: center;
}
.right-form2::before,
.right-form2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.right-form2,
.right-form2::before,
.right-form2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-form2 {
	background-color: #f39800;
	color: #fff;
}
.right-form2:hover {
	background-color: #f39800;
	color: #fff;
}


.right-form3 .mysvg{
	width: 20px;
	margin-right:4px;
	color: #fff;
	fill: currentColor;
    vertical-align: -18%;
}
.right-form3:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.right-form3 {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
    text-align: center;
}
.right-form3::before,
.right-form3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.right-form3,
.right-form3::before,
.right-form3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-form3 {
	background-color: #06c755;
	color: #fff;
	-webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.0);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.0);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.0);
	box-shadow: 1px 1px 25px rgba(0,0,0,.0);
}
.right-form3:hover {
	background-color: #06c755;
	color: #fff;
	-webkit-box-shadow: 1px 1px 25px rgba(0,0,0,.0);
	-moz-box-shadow: 1px 1px 25px rgba(0,0,0,.0);
	-o-box-shadow: 1px 1px 25px rgba(0,0,0,.0);
	box-shadow: 1px 1px 25px rgba(0,0,0,.0);
}



.right-form4 .mysvg{
	width: 20px;
	margin-right:4px;
	color: #fff;
	fill: currentColor;
    vertical-align: -18%;
}
.right-form4:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.right-form4 {
	display: block;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
    text-align: center;
}
.right-form4::before,
.right-form4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.right-form4,
.right-form4::before,
.right-form4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-form4 {
	background-color: #31adba;
	color: #fff;
}
.right-form4:hover {
	background-color: #31adba;
	color: #fff;
}


}




.hed-info li:nth-child(6) {display: none;}
.to-sns li:nth-child(3) {display: none;}
.btms li:nth-child(1) {width: 100%; border-bottom-right-radius: 20px;}
.btms li:nth-child(1) .button3{border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}
.btms li:nth-child(2) {display: none;}
.btms2 li:nth-child(2) {display: none;}
.rightbnr div:nth-child(2) {display: none;}


