@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Pacifico);
/* reset */
body,
#wrapper {display: flex;flex-direction: column;min-height: 100vh;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul {list-style-type: none}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6,p{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 1rem 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #333;
	background: #fff;
}
a{
	color: #333399;
	text-decoration: none;
}
a:hover, .active{
  text-decoration: none;
}
a:active, a:focus,input:active, input:focus{outline:0;}
a:hover img{ opacity:0.7;}

/* アイコン
------------------------------------------------------------*/
.elink::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d";
	margin-left: 10px;
	color: #333399;
}
.ilink::after{
	content: '\f0c1';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
	color: #333399;
}
.hand::before{
	content: '\f0a4';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
	color: #ffd700;
}
.leaf::before{
	content: '\f06c';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
	color: #3cb371;
}


.pl10 { padding-left:10px !important;}
.pl20 { padding-left:20px !important;}

.mb10 { margin-bottom:10px !important;}
.mb20 { margin-bottom:20px !important;}
.mb30 { margin-bottom:30px !important;}
.mb40 { margin-bottom:40px !important;}
.mb80 { margin-bottom:80px !important;}
.mb200 { margin-bottom:200px !important;}

.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt80 { margin-top:80px !important;}

.right {text-align: right}
.center{text-align: center}

/* ヘッダー
------------------------------------------------------------*/
header {
	height: 80px;
	padding: 0px;
	margin-top: 0px;
	border-top: 20px solid #74c6be; 
}
#headerTop h1 img {
	width: 320px; 
	margin-top: 10px;
	margin-left: 10px;
	height: auto;
}

.head_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head_sub {
	margin-right: 10px;
}
.head_sub img {
	width: 160px;
	height: auto;
}
.box-search {
	margin-top: 5px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}



/* FootLink
------------------------------------------------------------*/

.foot_logo {
	width: 25%;
}


#foot ul {
  padding: 0;
  list-style: none;
}

#foot a {
  color: #2c308f;
  text-decoration: none;
}

#foot a:hover {
  color: #000;
}


#foot .footer {
  padding: 2rem;
  font-size: 15px;
  color: #4b5564;
  background: #fff;
}
a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  position: relative;
  border: 1px solid #2c308f;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #2c308f!important;
  font-size: 0.9em;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
	line-height: 1.3;
}
a.btn_03:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 2px solid #2c308f;
  border-right: 2px solid #2c308f;
  transform: rotate(45deg);
  position: absolute;
  top: 56%;
  right: 25px;
  margin-top: -6px;
}
a.btn_03:hover {
  background: #2c308f;
  color: #fff!important;
}
a.btn_03:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.footer__navi {
	width: 260px;
    list-style-type: none;
}

.footer__navi li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    position: relative;
    padding: .3em .3em .3em 2em;
	font-size: 96%;
}

.footer__navi li::before,
.footer__navi li::after {
    position: absolute;
    content: '';
}

.footer__navi li::before {
    left: 0;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #2c308f;
}

.footer__navi li::after {
    left: .6em;
    transform: translateX(-75%) rotate(-45deg);
    width: .3em;
    height: .3em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}


@media (min-width: 768px) {
  .md-flex {
	  display: flex;
	  justify-content: space-between;
	  }
	
	.footer__navi {
		width: 100%;
	}

}




/* フッター
------------------------------------------------------------*/
#foot {
	background: #e6f0ee;
	margin-top: auto;
}

#copyright{
	clear: both;
	padding: 20px 10px 24px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #74c6be
}
#t-scroll {
    position:fixed;
    bottom:30px;
    right:20px;
}
#t-scroll a {
    background-color:#999;
    color:#fff;
    text-align:center;
    text-decoration:none;
    padding:20px 20px;
}
#t-scroll a:hover {
    background-color:#666;
    text-decoration:none;
}



/* 共通
------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}
.article img {
  float: left;
  max-width: 50%;
  height: auto;
  margin: 0 40px 30px 30px;
}
section {
	clear:both;
	padding-top: 10px;
	padding-bottom: 0px;
}
#main {
	padding: 40px 0;
}
.center{
	text-align: center;
}
.inner {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding-bottom: 0px;
}

.inner h2.center {
	font-size: 150% !important;
	margin: 0 0 1.5em 0em;
	padding: 0;
	text-align: center;
}




/* メインカラムの装飾 */
.main {
	width: 98%;
	margin: 0  auto;
	padding: 10px 0 40px;
   }

/* メインカラムの装飾 */
#cont_2col {
	display: flex;
}
#main {
	width: calc( 100% - 300px );
}
#side {
	width: 300px;
	margin-left: 20px;
}

.date {
	width: 180px;
	font-size: 96% !important;
	background: #e6f0ee;
	padding: 0.5em 1.5em;
	margin: 1rem 1rem 0 auto;

	}

.main h2 {
    position: relative;
	margin-right: 1rem;
    margin-bottom: 0.2rem;
    padding: 0.5rem 2.5rem;
    background: linear-gradient(135deg, #2c308f 0 20px, transparent 25px);
	background-color: rgb(255 255 204 / 0.8);/*背景カラー*/
    color: #2c308f;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}
.main h2.n_title {
    position: relative;
	margin-right: 1rem;
    margin-bottom: 0.2rem;
    padding: 0.5rem 2.5rem;
    background: none;
	background-color: rgb(255 255 204 / 0);/*背景カラー*/
    color: #2c308f;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
	border-bottom: solid 3px #74c6be;/*下線*/
}



.main h3 {
	font-size: 120%;
	color: #2c308f;/*文字色*/
	padding: 0.3em;
	margin: 10px;
}
.main h3.title {
	padding: 0.25em 1em;/*文字周りの余白*/
	color: #3f3f3f;/*文字色*/
	background: rgba(230 240 238,0.2);
	border-bottom: solid 3px #74c6be;/*下線*/
	font-size: 130%;
	height: 60px;
}
.main h3 span.sub {
	display: block;
	font-size: 82%;
	color: #3f3f3f;
	font-weight: normal;
}

.main h4 {
	font-size: 110% !important;
	margin: 1em 0 0.25em;
}
.main p {
	margin: 0 20px 15px;
	line-height: 1.8;
	font-size: 100% !important;
}
.main p span {
	font-size: 92% !important;
	
}
.main p.big {
	font-size: 120% !important;
	margin: 0 0.5em 1em;
}
.main .wak {
	width: 300px;
	border: 1px solid #2c308f;
	margin: 20px 10px 10px;
	font-size: 110% !important;
	font-weight: bold;
}
.main .wak p {
	margin: 5px 10px;
	
}

.cont_title {
	background: #ffffff url("../images/h_bg.png") no-repeat top / cover;
	height: 14vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cont_title h2 {
	text-align: center;
	font-size: 200%!important;
	color: #2c308f;
	padding: 10px 28px;
	
}
.cont_bg {
	background: #f8f8f2;
}


.locus {
	font-size: 14px!important;
	padding: 1em;
}
.locus strong {
	font-weight: normal;
}

.inner_w {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 10px;
	background-color: #ffffff;
}


/* NEWS
------------------------------------------------------------*/
.news_wak {
	border: 1px solid #74c6be;
	min-height: 280px;
	padding: 20px;
	margin-right: 1rem;
	background-color: #fff;
}

/* 
------------------------------------------------------------*/
.col3_box {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}
 .col3_box li {
    list-style: none;
	 width: calc((100% - 20px) / 3);
  }
.col2_box {
	display: flex;
	margin-top: 30px;
	
}
.blue_balloon{
	position: relative;
	padding: 20px;
	background-color: #ffffe0;
	width: 48%;
	margin: 0 10px;
}
/* 三角アイコン - 左右の中心 */
.blue_balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  border-top: 20px solid #333399;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.blue_box {
	width: 96%;
	margin: 40px auto;
	padding: 10px;
	background-color: rgba(78,164,216,0.2);
}
.blue_btn {
	width: 280px;
	background: #333399;
	color: #FFF;
	font-weight: 600;
	margin: 0 auto 20px;
	padding: 0.5em;
	text-align: center;
	border-radius: 25px;
}

ol.ol_box {
  position: relative;
  margin: 0;
  padding: 0 10px 0 6px;
  list-style: none;
}
ol.ol_box li {
  position: relative;
  margin: 12px 20px 0 24px;
  padding: 0;
  line-height: 1.5;
  font-weight: bold;
}
ol.ol_box li span.normal {
  font-weight: 400!important;
}

/* ol デザイン */
 ol {
	 margin-left: 10px;
	 margin-right: 10px;
}
 ol li {
	 margin-left: 30px; /* マーカーの左の空白スペース */
	 margin-bottom: 20px;
     text-indent: 3px; /* マーカーを含まないテキストのインデント */
	 line-height: 2;
    }
.marker {
    background:linear-gradient(transparent 10%,#faff6b 70%);
  }


.col_3btn{
    width: 88%;
    display: flex;
    flex-wrap: wrap;
	margin: 0 auto;
}
.col_3btn > *{
    width: calc( 33.33333% - 12px ) ;
    margin-right: 12px;
    margin-bottom: 12px;
}
.col_3btn > *:nth-child(3n){
    margin-right: auto;
}
.col_3btn .linkitem {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: 5px auto;
	padding: 0.5rem 0;
	font-weight: bold;
	border: 2px solid #4ea4d8;
	color: #333399;
	transition: 0.5s;
}
a.linkitem:hover {
	color: #fff;
	background: #27acd9;
}

.nav_box_c {
	margin: 0 auto;
	display: flex;
	 flex-wrap: wrap; 
	justify-content: center;
}

 .nav_box_c li {
    list-style: none;
	 margin: 20px;
  }
.button_c a {
    background: #2c308f;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 280px;
    padding: 10px 16px;
    line-height: 1.8;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}

.button_c a:hover {
    background: #74c6be;
    color: #FFF;
}
.button_c a:hover:before {
    color: #fff;
}
#side .nav_box_c li {
    list-style: none;
	 margin: 5px 0;
  }
#side .button_c a {
    background: #2c308f;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 260px;
    padding: 10px 16px;
    line-height: 1.8;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
#side .button_c a:hover {
    background: #74c6be;
    color: #FFF;
}
#side .button_c a:hover:before {
    color: #fff;
}

@media screen and (max-width: 960px) {
    .col_3btn > *{
        width: calc( 50% - 6px ) ;
    }
    .col_3btn > *:nth-child(3n){
        margin-right: 12px;
    }
    .col_3btn > *:nth-child(2n){
        margin-right: auto;
    }
}
@media screen and (max-width: 580px) {
    .col_3btn > *{
        width: 100%;
        margin-right: auto;
    }
    .col_3btn > *:nth-child(3n){
        margin-right: auto;
    }
}

.col_5btn{
    width: 98%;
    display: flex;
    flex-wrap: wrap;
	margin: 0 auto;
}
.col_5btn > *{
    width: calc( 20% - 8px ) ;
    margin-right: 8px;
    margin-bottom: 8px;
}
.col_5btn > *:nth-child(5n){
    margin-right: auto;
}
.col_5btn .linkitem {
	display: grid;
	place-items:center center;
	text-align: center;
	text-decoration: none;
	margin: 5px auto;
	padding: auto 0;
	font-weight: bold;
	border: 2px solid #4ea4d8;
	color: #333399;
	transition: 0.5s;
}
a.linkitem:hover {
	color: #fff;
	background: #27acd9;
}
@media screen and (max-width: 960px) {
    .col_5btn > *{
        width: calc( 40% - 6px ) ;
    }
    .col_5btn > *:nth-child(4n){
        margin-right: 12px;
    }
    .col_5btn > *:nth-child(2n){
        margin-right: auto;
    }
}
@media screen and (max-width: 580px) {
    .col_5btn > *{
        width: 100%;
        margin-right: auto;
    }
    .col_5btn > *:nth-child(3n){
        margin-right: auto;
    }
}





/* 
------------------------------------------------------------*/
.qa dt {
    margin-bottom: 1em;
    color: #333333;
    font-weight: 600;
}

.qa dt::before,
.qa dd::before {
    margin-right: .4em;
}

.qa dt::before {
    content: "Q.";
	color: #333399;
}

.qa dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: rgba(78,164,216,0.1);
    color: #333333;
}

.qa dd::before {
    content: "A.";
	color: #333399;
    font-weight: 600;
}
a.btn_inq {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 240px;
	margin-top: 60px;
	margin-bottom: 40px;
	padding: 1rem 3rem;
	font-weight: bold;
	border: 2px solid #333399;
	background: #333399;
	color: #fff;
	transition: 0.5s;
}
a.btn_inq:hover {
	color: #333399;
	background: #fff;
}


/* 活動報告
------------------------------------------------------------*/
.box17{
	margin: 20px auto;
	padding: 20px;
	border-top: 3px dotted #4c9ac0;
	border-bottom: 3px dotted #4c9ac0;
}
.box17 p {
	text-align: center;
	font-size: 150%;
	color: #333399;
	padding-top: 10px;
}

ul.list_1 {
    margin: 0 0 18px 20px;
  }
 ul.list_1 li{
    position: relative;
    padding-left: 12px;
  }
 
 ul.list_1 li:before {
    content: "";
    position: absolute;
    top: .7em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #2c308f;
  }

/* リンク
------------------------------------------------------------*/
ul.link_list {
	padding: 1em;
	list-style-type:none;
}
ul.link_list li {
	position:relative;
	padding: 0em 0.5em 0.5em 1.8em;
}
ul.link_list li::before,ul.link_list li::after {
	position: absolute;
	content: '';
	display: inline-block;
}
ul.link_list li::after {
	top: 0.35em;
	left: 0em;
	width: 16px;
	height: 16px;
	background-color: #821031;
	border-radius: 100%;
}
ul.link_list li::before {
	z-index: 2;
	top: 0.65em;
	left: 0.25em;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 1200px){
	.inner{
		width: 1180px;
	}
	.inner2 {
		width: 1180px;
	}
}
@media screen and (min-width: 768px) {/* PC用スタイル */	
	.panel{
		display:block !important;
	}
	.mobile {
		display:none !important;
	}
	.col {
		 display: flex;       
		 flex-direction: row; /* 横並びにする */
   }
	.main {
		width: 96%;
		margin: 0 0 0 auto;
   }
	#gnavi_line {
		width: 100%;
		height: 8px;
		background: rgba(3,18,58,0.9);
		box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	}
	/* footerNav */
	.footNav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-top: 20px;
		margin-bottom: 0;
}
	.footNav ul {
		margin: 6px 0 12px;
}
	.footitle {
		font-size: 120%;
		color: #333399;
	}
	.footNav-menu li a {
		font-size: 80%!important;
		color: #333333;
	}
	.footNav-menu li a:hover {
		color: #999999;
	}
	.footlink {
		display: none;
	}

	

}

@media only screen and (min-width: 767px) and (max-width: 1280px) {/* タブレットスタイル */
}
 
@media screen and (max-width: 767px) {/* モバイル用スタイル */
	header {
		width: 100%;
		z-index: 50;
		height: 90px;
		}
	header h1{
		padding-top: 0px;
		font-size: 150%;
		text-align: center;
		}
	.cont_title {
		margin-top: 10px;
		}
	.cont_title h2 {
		font-size: 130%!important;
	}
	#headerTop h1 img {
		width: 280px; 
		}
	.bl_sizeBtn_wrap {
		display: none!important;
	}
	/* global menu */

	#main {
		padding-top: 0px;
	}
	.inner {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 0px;
	}
	#main {
		width: 100%;
		}
	#cont_2col {
		display: flex;
		flex-direction: column;
		}
	#side {
		width: 100%;
	}
	#side .nav_box_c {
		margin: 0 auto;
	}

	.main {/* メインカラムの装飾 */
		width: 100%;
		margin: 0 0 0 auto;
	}

	.footNav {
		display: none;
	}
	.footlink {
		display: flex;
		justify-content: center;
		}
	.footlink a img {
		width: 160px;
		height: auto;
		margin: 8px;
		}
	 .col3_box li {
		 width: 90%;
		 margin: 0 auto;
  }
		.head_sub {
		display: none;
	}



}
@media screen and (max-width: 481px){/* モバイル縦用スタイル */




	.plan {
		display: flex;
		margin: 0 auto;
		flex-direction: column;
		}
	.ass_box {
		margin: 0 auto;
		background: #f0f8ff;
		width: 90%;
		border: 1px #fff solid;
		}
	.mem_box {
		display: flex;
		width: 96%;
		flex-direction: column;
		}
	.pic_box img {
		width: 50%;
		object-fit: cover;
		margin: 0 auto;
		text-align: center;
		}
	.pic_box {
		flex: 0 0 20px;
		}
	h3.mem {
		font-size: 110% !important;
		}
	.txt_box {
		width: 98%;
		margin: 0 auto;
}
	.inner h2.center {
		font-size: 98% !important;
		text-align: left;
		}
	
	.w1 {max-width: 2.4em;}
	.w2 {max-width: 1.8em;}
	.w3 {max-width: 2em;}
	.w4 {max-width: 1.6em;}
	.w5 {max-width: 7em;}
}

/*テーブル全体*/


p.cp {
	padding: 0.25rem 2rem 2rem;
}
.w1 {width: 64px;}
.w2 {width: 80px;}
.w3 {width: 60px;}
.w4 {width: 40px;}
.w5 {width: 208px;}

/* navリンク
------------------------------------------------------------*/

#menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
}

#menu-btn {
	display: none;
}
nav .nav_inner {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding-bottom: 0px;
	}

#menu-content {
	margin: 0;
	list-style-type: none;
	display: none;
}

#menu-content > li {
	position: relative;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
	width: 180px;
}

#menu-content > li > a {
	display: block;
	padding: 0 15px;
	line-height: 46px;
	color: #333;
	font-size: 15px;
	text-decoration: none;
}

#menu-content > li > a > .blogicon-chevron-down {
	margin-right: 5px;
}

#menu-content > li > ul.second-content {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	padding-left: 0;
	list-style-type: none;
	-webkit-box-shadow: 1px 1px 5px #bbb;
	box-shadow: 1px 1px 5px #bbb;
}

#menu-content > li:hover > ul.second-content {
	visibility: visible;
	opacity: 10;
	-webkit-transition: opacity 0.2s, visibility 0.2s;
	transition: opacity 0.2s, visibility 0.2s;
	background: #FDFBFB;
	z-index: 9;
}

#menu-content > li > ul.second-content > li {
	text-align: center;
	max-width: 280px;
	width: 180px;
}

#menu-content > li > ul.second-content > li > a {
	display: block;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	}

#menu-content > li > ul.second-content > li > a:hover {
	background: #eee;
	color: #83759a;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	}
#menu-content > li.btn_bl {
	background: #333399;
	}
#menu-content > li.btn_bl a {
	color: #ffffff;
	}
#menu-content > li.btn_bl a:hover {
	color: #83759a!important;
	}
#menu-content > li.btn_bl > ul.second-content > li > a:hover {
	background: #eee;
	color: #83759a;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	}
@media only screen and (min-width: 767px) {
	.toggle_btn p {
		display: none;
		}
	}

@media screen and (max-width: 767px) {
  nav {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 80%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 5;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .nav_inner {
    padding: 20px;
  }
  nav .nav_inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .nav_inner ul li {
    position: relative;
    margin: 0;
  }
  nav .nav_inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
	
  .toggle_btn {
    display: block;
    position: fixed;
    top: 38px;
    right: 10px;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
	border: #74c6be solid 1px;
  }
  .toggle_btn span {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 2px;
    background-color: #74c6be;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .toggle_btn span:nth-child(1) {
    top: 10px;
  }
  .toggle_btn span:nth-child(2) {
    top: 20px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 18px;
  }
  .open .toggle_btn span {
    background-color: #74c6be;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(45deg);
  }
	.toggle_btn p {
	  font-size: 78%;
	  margin-top: 28px;
	  padding: 0;
	  text-align: center;
	  color: #74c6be;
	}
  #mask {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(78,164,216,0.2);
    z-index: 4;
    cursor: pointer;
  }
	#menu-content {
		list-style-type: none;
		display: flex;
		flex-direction:column;
}
  #menu-content > li {
    width: 100%;
    margin-bottom: 15px;
  }
  #menu-content > li:hover {
    background: none;
  }
  #menu-content > li > a {
	  height: 100%;
	  padding-left: 10px;
	  font-size: 100%;
	  border-bottom: 1px solid #74c6be;
	  text-align: left;
  }
  #menu-content > li > ul.second-content {
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #menu-content > li > ul.second-content > li {
    width: 100%;
    text-align-last: left;
  }
  #menu-content > li > ul.second-content > li > a {
    padding-left: 20px;
	  font-size: 94%;
  }
  #menu-content > li > ul.second-content > li > a:hover {
    background: none;
  }
	 #menu-content > li.btn_bl {
		background: #fff;
	}
  #menu-content > li.btn_bl a {
		color: #333399;
	}
  #menu-content > li.btn_bl a:hover {
		color: #83759a!important;
	}
#menu-content > li.btn_bl > ul.second-content > li > a {
  color: #333399;
}
#menu-content > li.btn_bl > ul.second-content > li > a:hover {
  color: #83759a;
	}


}
/*# sourceMappingURL=style.css.map */
.search-form-2 {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 3px;
}

.search-form-2 input {
    width: 160px;
    height: 28px;
    padding: 5px 15px;
    border: none;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
    background-color: #f0f0f0;
    font-size: 1em;
    outline: none;
}

.search-form-2 input::placeholder {
    color: #77777f;
}

.search-form-2 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 30px;
    border: none;
    border-radius: 0 3px 3px 0;
    background-color: #333399;
    cursor: pointer;
}

.search-form-2 button::after {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}


#s_menu ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	}
#s_menu li { 
	display: inline;
	padding: 0;
	margin: 0;
	}
#s_menu li a {
	display: block; 
	border-left: 8px solid #74c6be;
	background-color: #f8f8f2;
	padding: 10px 10px;
	text-decoration: none;
	color: #333;
	width: 240px;
	margin: 2px 0px;
	text-align: left;
	font-size: 14px;
	}
#s_menu li a:hover {
border-left: 8px solid #333399;
background-color: #ffffff;
}

.Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.Card {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 798px) {
  .Card {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Card-Item {
  border: 2px solid #fff;
  margin-top: 20px;
  margin-left: 48px;
  padding: 20px;
  width: calc((100% - 48px) / 2);
  max-width: 576px;
  box-sizing: border-box;
	background-color: #fff;
}
.Card-Item:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 798px) {
  .Card-Item:nth-child(2) {
    margin-top: 48px;
  }
}
.Card-Item:nth-child(odd) {
  margin-left: 0;
}
@media screen and (max-width: 798px) {
  .Card-Item {
    margin-left: 0;
    padding: 20px;
    width: 100%;
  }
}
.Card-Item-Title {
  text-align: center;
  color: #333399;
  font-size: 20px;
}
@media screen and (max-width: 798px) {
  .Card-Item-Title {
    font-size: 18px;
  }
}
.Card-Item-Info {
  margin-top: 16px;
  display: flex;
}
@media screen and (max-width: 798px) {
  .Card-Item-Info {
    margin-top: 16px;
    flex-wrap: wrap;
  }
}
.Card-Item-Info-Left {
  width: 50%;
  max-width: 256px;
}
@media screen and (max-width: 798px) {
  .Card-Item-Info-Left {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 200px;
  }
}
.Card-Item-Info-Left-Img {
  width: 100%;
  padding-top: 74.77%;
}
.Card-Item-Info-Right {
  margin-left: 20px;
  flex: 1;
  width: 50%;
}
@media screen and (max-width: 798px) {
  .Card-Item-Info-Right {
    margin-left: 0;
    flex: auto;
    width: 100%;
  }
}
.Card-Item-Info-Right-Text {
  font-size: 16px;
}
@media screen and (max-width: 798px) {
  .Card-Item-Info-Right-Text:nth-child(1) {
    margin-top: 16px;
  }
}
.Card-Item-Info-Right-Text:nth-child(2) {
  margin-top: 16px;
}
.Card-Item-Info-Right-Text:nth-child(3) {
  margin-top: 8px;
}
.Card-Item-Info-Right-Link {
  margin-top: 20px;
  display: block;
  color: #333399;
  font-size: 16px;
}

/* ===============================================
#Card Styling
=============================================== */
.container__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  padding:0 20px;
  gap: 20px;
}

.card {
  box-shadow: 1px 1px 3px rgba(106, 131, 152, 0.2);
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 20px * 2 / 3);
  background-color: white;
}

.card a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .card {
    width: calc(50% - 20px / 2);
  }
}
@media (max-width: 414px) {
  .card {
    width: 100%;
  }
}
.card__item {
  padding: 10px 10px 0 10px;
}


.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.flexible {
  flex-grow: 1;
}

h3.easy {
	margin: 2rem 0;
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #ffffff;
	font-size: 140%!important;
}

h3.easy:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #74c6be;
}

.ttl_balloon4 {
  font-weight: bold;
  border: 3px solid #74c6be;
  padding: 1em 1em;
  border-radius: 10px;
  margin: 20px 0;
  position: relative;
}
.ttl_balloon4::before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
.ttl_balloon4::after {
  content: '';
  background-color: #74c6be;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}

.list_triangle {
    padding: 0px;
    margin: 0px 0px 1em 1em;
    list-style: none;
}

.list_triangle > li {
    position: relative;
    padding: 0px 0px 0px 1em;
}
.list_triangle > li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #2c308f;
    content: "";
}

table.ss {
  border-collapse: collapse;
  margin: 10px 0px 20px 30px;
  padding: 0;
  width: 600px;
  table-layout: fixed;
}

table.ss tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
table.ss th,
table.ss td {
  padding: 0.5em 10px 0.5em 1em;
  border-right: 1px solid #bbb;
}
table.ss th {
  font-size: .85em;
}
table.ss thead tr{
  background-color: #eee;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
   text-align: right;
}
@media screen and (max-width: 600px) {
  table.ss {
    border: 0;
    width:100%
  }
  table.ss th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  table.ss thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.ss tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table.ss td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table.ss td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table.ss td:last-child {
    border-bottom: 0;
  }
}

blockquote {
    position: relative;
    padding: 40px 10px 10px 15px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #e6f0ee;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0px;
    content: "“";
    font-family: sans-serif;
    color: #FFF;
    font-size: 90px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/*videoタグ*/
.mov {
	max-width: 100%;
	 margin: 1em 1em;
}

.btn_box {
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
}
.btn_box>div{
    width: 30%;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: 10px;
	margin: 10px;
    background: #ffffff;
}
@media screen and (max-width: 767px) {
	.btn_box>div{
    width: 40%;
	}
}




/********************/
    /* ボタンのスタイル */
    /********************/
    .bl_sizeBtn_wrap {
      display: inline-flex;
      align-items: flex-end;
		margin: 0 12px 0 auto;
    }
    
    .bl_sizeBtn_wrap > span {
      font-size: 14px;
      letter-spacing: 0.05em;
    }
    
    .bl_sizeBtn_wrap > * + * {
      margin-left: 10px;
    }
    
    .bl_sizeBtn {
		background-color: #f0f0f0;
		border: 1px solid #666;
		border-radius: 4px;
		color: #666;
		padding: 5px;
		transition: opacity 0.4s;
    }
    
    .bl_sizeBtn:first-of-type {
      font-size: 14px;
    }
    
    .bl_sizeBtn:nth-of-type(2) {
      font-size: 16px;
    }
    
    .bl_sizeBtn:nth-of-type(3) {
      font-size: 20px;
    }
    
    /* 選択したボタンのスタイル */
    .bl_sizeBtn.is_active {
      background-color: #2c308f;
      color: #fff;
    }

.btn a {
	position: relative;
	display: block;
	width: 280px;
  padding: 15px 0;
  background-color: #2c308f;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

/* アイコンのスタイル */
.btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn a:hover {
	background: #74c6be;
    color: #FFF;
}
    /****************************/
    /* ボタンのスタイルここまで */
    /****************************/
