@charset "utf-8";
body {
    background: #fff;
    padding: 0;
    margin: 0;
	animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
		 font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#container {
 	width: 100%;
	margin: auto;
	background-color: #f3d924;
	padding-bottom: 1.0em;

	
}


/*nav*/
.header {
    display: none;
    z-index: -100;
	transition-duration:1.0s;
	background-color: #38afb1;
}	
@media screen and (max-width: 900px) {
.header {
    display: block;
    margin: 0 auto;
    width: 40px;
    max-width: 100%;
    box-shadow: none;
    position: fixed;
    height: 40px!important;
    overflow: hidden;
    z-index: 11010;
	right: 0;
	top: 0;
}
}


/* fadein
----------------------------------------------------------- */
.fadein {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

/* sidebarMenu
----------------------------------------------------------- */
#sidebarMenu {
   height: 100%;
    position: fixed;
    right: 0;
    width: 250px;
    margin-top: 40px;
    transform: translateX(250px);
    transition: transform 250ms ease-in-out;
    background: #00A0E9;
	z-index: 1000;
	display: inline;
}
.sidebarIconToggle {
	display: none;
	transition-duration:0.5s;
}
@media screen and (max-width: 900px) {
.sidebarIconToggle {
	display: inline;
}
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
	font-size: 1.6rem;
	letter-spacing: 1px;
  font-weight: 600;
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.80);
	margin-left: 10px;
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.sidebarMenuInner li a:hover{
    color: #E5E338;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 11099;
    height: 100%;
    width: 100%;
     top: 11px;
    right: 8px;
    height: 22px;
    width: 22px;
	position: fixed;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}








/*header*/
header {
  width: 100%;
  height: auto;
  position: relative;
	 transition: all 0.3s;
	margin: auto;
}
header > .head_img {
  width: 100%;
	margin: auto;
  height: auto;
  position: relative;
	margin-bottom: 0;
}
header > .head_img img {
  width: 100%;
  height: auto;
}

header > .head_img img {
  width: 100%;
  height: auto;
}
header > .head_img img.pc_img {
  display: inline-block;
}
header > .head_img img.sp_img {
  display: none;
}
@media screen and (max-width: 600px) {
header > .head_img img.pc_img {
  display: none;
}
header > .head_img img.sp_img {
  display: inline-block;
}
	}
header > .head_img .subject {
 display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	width: 95%;
	max-width: 1000px;
	margin: auto;
	margin-top: 3em;
	display: none;
}
@media screen and (max-width: 800px) {
header > .head_img .subject {
	display: inline-block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
	}
header > .head_img .subject>dl {
 display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	align-items: center;
	-webkit-box-pack: center;     -ms-flex-pack: center;   justify-content: center;
	 font-size: 2.2rem;
	line-height: 1.7em;
	width: auto;
	margin: auto;
	border: solid 3px #171c61;
	background-color: #FFF;
}
@media screen and (max-width: 1200px) {
header > .head_img .subject>dl {
 font-size: 2.1rem;
}
	}
@media screen and (max-width: 1100px) {
header > .head_img .subject>dl {
 font-size: 2.0rem;
}
	}
@media screen and (max-width: 1000px) {
header > .head_img .subject>dl {
 font-size: 1.8rem;
}
	}
@media screen and (max-width: 800px) {
header > .head_img .subject>dl {
 margin: auto;
	width: 93%;
}
	}
@media screen and (max-width: 800px) {
header > .head_img .subject>dl {
 display: block;
}
	}

header > .head_img .subject>dl>dt {
 font-size: 0.9em;
	background-color: #171c61;
	color: #FFF;
	font-weight: 600;
	padding: 0.2em 0.7em 0.3em;
	white-space: nowrap;
}
@media screen and (max-width: 800px) {
header > .head_img .subject>dl>dt {
	margin-right: auto;
	text-align: center;
	padding: 0.3em 0.7em 0.4em;
	 font-size: 1.0em;
}
}
@media screen and (max-width: 480px) {
header > .head_img .subject>dl>dt {
	 font-size: 0.9em;
}
}
header > .head_img .subject>dl>dd {

	font-weight: 500;
	padding: 0 0.8em;
}
@media screen and (max-width: 800px) {
header > .head_img .subject>dl>dd {
text-align: center;
	padding: 0.8em 0.8em;
	 font-size: 0.9em;
}
	}
@media screen and (max-width: 600px) {
header > .head_img .subject>dl>dd {
	 font-size: 0.8em;
	padding: 0.6em 0.4em;
}
}

.gnav {
		width: 100%;
	max-width: 1100px;
	margin: auto;
	margin-bottom: 3.0em;
}
.gnav ul {
		width: 100%;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
		-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
.gnav ul>li {
		width: 31%;
	position: relative;
}
@media screen and (max-width: 600px) {
.gnav ul>li {
		width: 48.5%;
	position: relative;
}
	}
.gnav ul>li+li {
		margin-left: 2%;
}
@media screen and (max-width: 600px) {
.gnav ul>li+li {
		margin-left: 0;
}
	}
@media screen and (max-width: 600px) {
.gnav ul>li:nth-child(3) ,.gnav ul>li:nth-child(4) {
		margin-top: 10px;
}
	}
.gnav ul>li a {
background-color: #fff;
		color: #000;
	border: solid 3px #2c5787;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 600;
font-style: normal;
	font-size: 1.7rem;
	padding: 0.7em 0;
	box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
}
@media screen and (max-width: 600px) {
.gnav ul>li a {
	font-size: 1.6rem;
	padding: 0.6em 0;
}
	}
.gnav ul>li a:hover {
		background-color: #2c5787;
	color: #FFF;
	position: relative;
	transition: 0.3s;
	transform: translate3d(3px,3px,0);
	box-shadow: none;
}
.gnav ul>li a span {
	display: inline-block;
}


header .head {
	position: relative;
	 width: 92%;
 max-width: 1100px;
	margin: auto;
}

header .head .head_h1 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	justify-content: flex-end;
	
}
header .head .head_h1 h1 {
	position: relative;
	width: 60%;
	max-width:637px; 
	margin-bottom: -22px;
	margin-right: -30px;
}
header .head h1.entry_t {
	width: 70%;
	height: auto;
	margin: auto;
	margin-top: 30px;
}
header .head .head_h2 {
	width: 100%;
}
header .head .head_h2 {
	width: 100%;
}
header .head .head_h2 img {
	width: 100%;
	height: auto;
}
header .head h1.entry_t {
	width: 70%;
	height: auto;
	margin: auto;
	margin-top: 30px;
}

header .head h1 img {
	width: 100%;
	height: auto;
}


/*main*/
main article {
  width: 100%;
 max-width: 560px;
	margin: auto;
	margin-top: 3.0em;
	position: relative;
}
main article .cornner01 {
  position: absolute;
	left: 0;
	top: 0;
	width: 15%;
	height: auto;
	max-width: 115px;
}
main article .cornner02 {
  position: absolute;
	right: 0;
	bottom: 0;
	width: 15%;
	height: auto;
	max-width: 115px;
}
main section {
  width: 100%;
	  padding: 2.5em 4% 3.0em;
	margin: auto;
	position: relative;
	z-index: 10;
		background-color: #FFF;
}
main section div {
	position: relative;
	z-index: 10;
}
main section+section {
	margin-top: 60px;
}
@media screen and (max-width: 600px) {
main section+section {
	margin-top: 50px;
}
}
/*section*/
main section dl.instagram {
	margin: auto;
}
main section dl.instagram dt {
	margin: auto;
	width: 30%;
	max-width: 100px;
	
}
@media screen and (max-width: 400px) {
main section dl.instagram dt {
	margin: auto;
	width: 20%;
	max-width: 100px;
}	
}
main section dl.instagram dd {
	text-align: center;
	margin-top: 0.4em;
	font-size: 2.2rem;
	font-weight: 600;
	
}
@media screen and (max-width:600px) {
main section dl.instagram dd {
	font-size: 3.8vw;
	}
}
main section .catch {
color: #cd131c;
	font-size: 2.7rem;
	font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-style: normal;
	text-align: center;
	margin-bottom: 0.6em;
}
@media screen and (max-width:600px) {
main section .catch {
	font-size: 5.8vw;
}
	}
main section .catch>span{
	display: inline-block;
}
main section .thanks_catch {
color: #FF8A32;
	font-size: 3.6em;
	font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-style: normal;
	text-align: center;
	margin-bottom: 1.0em;
}
@media screen and (max-width:600px) {
main section .thanks_catch {
	font-size: 6.2vw;
}
	}
main section .s_t{
	font-size: 3.2em;
	text-align: center;
	color: #171c61;
		font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width:600px) {
main section .s_t{
	font-size: 5.4vw;

}
}
main section .s_t:after {
	content: "";
	background-image: url("../img/point01.png");
	font-size: 1.8rem;
	display: block;
	margin: auto;
	margin-top: 12px;
	margin-bottom: 2.0em;
	font-weight: 900;
	width: 100px;
	height: 15px;
	background-size: cover;
	background-position: center center;
}
@media screen and (max-width:600px) {
main section .s_t:after {
	margin-bottom: 1.5em;
}
	}
main section .txt+.s_t{
	margin-top: 1.4em;

}
main section .ss_t{
	font-size: 2.0em;
	text-align: center;
	color: #fff;
	background-color: #cd131c;
	padding: 0.3em 0;
		font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-style: normal;
	margin-bottom: 1.2em;
}
@media screen and (max-width:600px) {
main section .ss_t{
	font-size: 3.8vw;

}
}
main section p+.ss_t{
	margin-top: 1.0em;

}
main section .txt {
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	font-size: 1.8rem;
	line-height: 1.8em;
	margin: -((line-height – font-size) / 2)em 0 !important;
}
@media screen and (max-width:600px) {
main section .txt {
	font-size: 3.0vw;
}
	}
@media screen and (max-width:480px) {
main section .txt {
	font-size: 3.6vw;
}
	}
@media screen and (max-width:600px) {
main section .txt .no_br {
	display: none;
}
	}
main section .txt b {
	color: #e37710;
}
main section .txt_s {
	font-size: 1.5rem;
	line-height: 1.6em;
}
@media screen and (max-width:600px) {
main section .txt_s {
	font-size: 2.8vw;
}
	}
@media screen and (max-width: 480px) {
main section .txt_s {
	font-size: 3.4vw;
}
	}
main section .txt_s b {
	color: #FF8A32;
}
main section .txt_s+.txt_s {
	margin-top: 0.4em;
}
main section .txt_flex {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
main section .indent-1 {

}
main section p.align_center {
	text-align: center;
}
main section p.align_justify {
	text-align: center;
}
@media screen and (max-width: 600px) {
main section p.align_justify {
	text-align: justify
}
}
main section.point dl dt {
	margin-bottom: 2.0em;
}
@media screen and (max-width: 600px) {
main section.point dl dt {
	margin-bottom: 1.5em;
}
	}
main section.point dl+dl {
	margin-top: 4.0em;
}
main section .corporate_data {
	border: solid 3px #f3ca1e;
	position: relative;
	z-index: 10;
	background-color: rgba(255,255,255,0.4);
	font-size: 1.7em;
	padding: 1.0em;
	margin-bottom: 2.5em;
}
@media screen and (max-width: 800px) {
	main section .corporate_data {
	font-size: 1.6em;
		padding: 0.8em;
}
	}
@media screen and (max-width: 600px) {
	main section .corporate_data {
	font-size: 1.5em;
		padding: 0.6em;
}
	}
@media screen and (max-width: 480px) {
	main section .corporate_data {
	font-size: 1.4em;
		padding: 0.5em;
}
	}
main section .corporate_data dl.data {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	align-items: center;
}
@media screen and (max-width: 380px) {
main section .corporate_data dl.data {
	display: block;
}
	}
main section .corporate_data dl.data+dl.data {
	margin-top: 0.8em;
}
main section .corporate_data dl.data dt {
	font-weight: 600;
	color: #FFF;
	background-color: #171c61;
	padding: 0.3em 0em;
	border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
	margin-right: 0.7em;
	font-size: 0.8em;
	width: 6em;
	white-space: nowrap;
	text-align: center;
}
@media screen and (max-width: 600px) {
main section .corporate_data dl.data dt {
	margin-bottom: 2px;
}
	}

main section .corporate_data dl.data dd {
	font-weight: 600;
}



main section ul.theme {
	margin-top: 8px;
}
main section ul.theme>li {
	border: solid 5px rgba(251,139,129,0.5);
	position: relative;
	padding: 2.0em;
	
}
main section ul.theme>li:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 86px;
	background-image: url("../img/corner_l.png");
	background-size: cover;
	display: block;
	content: "";
}
main section ul.theme>li:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 86px;
	background-image: url("../img/corner_r.png");
	background-size: cover;
	display: block;
	content: "";
}
main section ul.theme>li+li {
	margin-top: 4.0em;
}


main section ul.theme>li p.day {
	font-size: 2.2rem;
	text-align: center;
		font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-style: normal;
	color: #bf4600;
	margin: auto;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 1.0em;
	border-bottom: solid 3px rgba(0,0,0,0.1);
	width: 80%;
}
@media screen and (max-width: 600px) {
main section ul.theme>li p.day {
	font-size: 4.4vw;
}
	}
main section ul.theme>li h3 {
	font-size: 3.2rem;
	text-align: center;
		font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-style: normal;
	color: #bf4600;
	margin-bottom: 0.6em;
}
@media screen and (max-width: 600px) {
main section ul.theme>li h3 {
	font-size: 5.0vw;
}
	}
main section ul.theme>li>dl>dt {
	width: 75%;
	margin: auto;
}

/* タブ全体を囲むコンテナの設定 */
.tab-switch {
    display: flex; /* タブを横並びに配置 */
    flex-wrap: wrap; /* 幅を超えたら折り返し */
    max-width: 800px; /* コンテナの最大幅を指定 */
    margin: auto; /* コンテナを中央に配置 */
    justify-content: center; /* タブを中央に寄せる */
    gap:0 5px; /* 各タブの間に5pxの余白 */
}



/* 各タブボタンの設定 */
.tab-switch > label {
    flex: 1 1 auto; /* タブボタンが均等に幅をとるが、幅を超えると折り返す */
    min-width: 70px; /* 各タブの最小幅を70pxに設定 */
    order: -1; /* タブボタンを上部に配置 */
    position: relative; /* 子要素の絶対位置指定の基準 */
    padding: .4em 0em .3em; /* 上下に0.7em、左右に1emの内側余白 */
    background-color: #f2f3f4; /* タブボタンの背景色 */
    text-align: center; /* 文字を中央揃え */
    cursor: pointer; /* カーソルをポインターに変更 */
    border-radius: 0 0 0 0; /* 上部角を丸める */
  font-weight: 700;
  font-style: normal;
	font-size: 1.8rem;
	line-height: 1.4em;
		display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: center;     -ms-flex-pack: center;   justify-content: center;
	align-items: center;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 600px) {
.tab-switch > label {
	font-size: 3.2vw;
}
}
/* タブボタンのホバーおよび選択状態のスタイル */
.tab-switch > label:hover,
.tab-switch label:has(:checked) {
    background-color: #FB8B81; /* ホバー/選択時の背景色 */
    color: #fff; /* ホバー/選択時の文字色を白に設定 */
}

/* ラジオボタン自体は非表示 */
.tab-switch input {
    display: none; /* ラジオボタンを見えなくする */
}

/* タブコンテンツのスタイル */
.tab-switch > div {
    display: none; /* 初期状態ではコンテンツを非表示に */
    width: 100%; /* コンテンツの幅を全体に設定 */
    padding: 3.0em 2.0em; /* 上下に1.5em、左右に1emの内側余白 */
	border: #FB8B81 solid 3px;
}

/* 選択されたタブのコンテンツを表示 */
.tab-switch label:has(:checked) + div {
    display: block; /* 選択されたタブのコンテンツを表示 */
}

.corporate {
	 width: 100%; /* コンテンツの幅を全体に設定 */
    padding: 1.5em 1.5em; /* 上下に1.5em、左右に1emの内側余白 */
	border: solid 3px #f3ca1e;
	margin-top: 5px;
	margin-top: 1.5em;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	align-items: center;
}
@media screen and (max-width: 480px) {
.corporate {
	display: block;
}
	}
.corporate>dt {
	width: 30%;
	margin-right: 5%;
	height: auto;
}
.corporate>dd {
	-webkit-flex: 1;  flex: 1;
}
.corporate>dd h4 {
	font-size: 1.9rem;
		font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-style: normal;
	color: #171c61;
}
@media screen and (max-width: 600px) {
.corporate>dd h4 {
	font-size: 3.4vw;
}
	}
@media screen and (max-width: 480px) {
.corporate>dd h4 {
	font-size: 4.8vw;
	text-align: center;
	margin-top: 1.0em;
}
	}
.corporate>dd p.c_catch {
	font-size: 1.6rem;
		font-family: "M PLUS 1p", serif;
	line-height: 1.6em;
  font-weight: 500;
  font-style: normal;
	margin: 0.5em 0 0.4em;
}
@media screen and (max-width: 600px) {
.corporate>dd p.c_catch {
	font-size: 3.0vw;
}
	}
@media screen and (max-width: 480px) {
.corporate>dd p.c_catch {
	font-size: 3.5vw;
	text-align: center;
}
	}
.corporate+.corporate {
	margin-top: 2.5em;
}
@media screen and (max-width: 480px) {
.corporate+.corporate {
	margin-top: 2.0em;
}
}
.corporate+h3{
	margin-top: 3.0em;
}
@media screen and (max-width: 480px) {
.corporate+h3 {
	margin-top: 2.5em;
}
}
.corporate .txt_s {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
.corporate .data {
	font-size: 1.5rem;
	margin-top: 1.5em;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	border-collapse: collapse;
	width: 100%;
}
@media screen and (max-width: 480px) {
.corporate .data {
	font-size: 1.4rem;
}
	}
 .corporate .data th {
	padding-right: 1.0em;
	white-space: nowrap;
	vertical-align: top;
	padding: 0.7em 2.0em 0.7em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
.corporate .data th {
	display: block;
	width: 100%;
	font-size: 4.0vw;
	border-bottom: none;
	padding: 0.7em 2.0em 0 0;
}
	}
@media screen and (max-width: 480px) {
.corporate .data th br {
display: none;
}
	}
.corporate .data th:before {
	content: "●";
	color: #f9d655;
}
.corporate .data td {
	vertical-align: top;
	text-align: left;
	padding: 0.7em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
.corporate .data td {
	display: block;
	width: 100%;
		font-size: 3.6vw;
	padding: 0.3em 0 0.7em;
	border-top: none;
}
	}

.corporate_list {
	font-size: 1.4em;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
@media screen and (max-width: 480px) {
.corporate_list {
	font-size: 1.3em;
}
	}
@media screen and (max-width: 600px) {
.corporate_list {
	display: block;
}
	}
.corporate_list>li {
	width: 48%;
	padding: 0.5em 0;
}
@media screen and (max-width: 600px) {
.corporate_list>li {
	width: 100%;
	padding: 0.4em 0;
}
	}
.corporate_list>li i {
	margin-right: 3px;
	color: #f3ca1e;
}

.voice_list>li+li {
	margin-top: 2.0em;
}
.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 1.0em;
  border: 3px solid #f3ca1e;
  background-color: #fff;
  text-align: left;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
	width: 100%;
}
@media screen and (max-width: 600px) {
.speechBubble {
  font-size: 1.5em;
}
	}
@media screen and (max-width: 480px) {
.speechBubble {
  font-size: 1.4em;
}
	}
.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #f3ca1e transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.3px 6.6px 0 6.6px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #f3ca1e transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.3px 6.6px 0 6.6px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #f3ca1e transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.3px 6.6px 0 6.6px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}



.entry {
		width: 100%;
	max-width: 1100px;
	margin: auto;
	margin-top: 2.5em;;
}
.entry ul {
		width: 100%;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
		-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
.entry ul>li {
		width: 100%;
	position: relative;
	margin-bottom: 26px;
}
.entry ul>li a {
background-color: #FFF;
	border: solid 5px #2c5787;
		color: #000;
	width: 100%;
	height: 100%;
	display: block;
	text-align: left;
	 font-family: "Noto Sans JP", serif;
font-weight: 700;
font-style: normal;
	font-size: 2.6rem;
	padding: 18px 18px 18px 35px;
	border-radius: 70px;-webkit-border-radius: 70px;-moz-border-radius: 70px;
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.1);
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	align-items: center;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	
}
@media screen and (max-width: 600px) {
.entry ul>li a {
	font-size: 3.0vw;
	padding: 18px 18px 18px 25px;
}
	}
.entry ul>li:last-child a {
background-color: #FFF;
	border: solid 5px #f1a518;
	
}
.entry ul>li a:hover {
		background-color: #2c5787;
	color: #FFF;
	position: relative;
	transition: 0.3s;
	transform: translate3d(4px,4px,0);
	box-shadow: none;
}
.entry ul>li:last-child a:hover {
		background-color: #f1a518;
}
.entry ul>li a span {
	display: inline-block;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	align-items: center;
}
.entry ul>li a span>i {
	font-size: 1.5em;
	color: #2c5787;
	transition: 0.3s;
}
.entry ul>li:last-child a span>i {
	font-size: 1.5em;
	color: #f1a518;
	transition: 0.3s;
}
.entry ul>li a:hover span>i {
	font-size: 1.5em;
	color: #FFF;
	transition: 0.3s;
}
.entry ul>li a span>img {
	width: 1.5em;
	height: auto;
}

main section .faq {
	text-align: left;
}
main section .faq dt {
	font-family: "M PLUS 1p", serif;
  font-weight: 700;
	font-size: 2.0rem;
	margin-bottom: 1.0em;
	color: #bf4600;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	 align-items: center;
}
@media screen and (max-width: 800px) {
main section .faq dt {
	font-size: 1.8rem;
}
	}
@media screen and (max-width: 600px) {
main section .faq dt {
	font-size: 1.6rem;
}
	}
@media screen and (max-width: 480px) {
main section .faq dt {
	font-size: 4.4vw;
}
	}
main section .faq dt>b {
	font-family: "M PLUS 1p", serif;
  font-weight: 700;
	font-size: 3.8rem;
	margin-right: 5px;
	margin-bottom: 10px
}
@media screen and (max-width: 1000px) {
main section .faq dt>b {
	font-size: 3.2rem;
}
	}
@media screen and (max-width: 800px) {
main section .faq dt>b {
	font-size: 3.0rem;
}
	}
@media screen and (max-width: 600px) {
main section .faq dt>b {
	font-size: 2.8rem;
}
	}
@media screen and (max-width: 480px) {
main section .faq dt>b {
	font-size: 2.6rem;
}
	}
main section .faq dd {
	font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.7em;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
@media screen and (max-width: 800px) {
main section .faq dd {
	font-size: 1.6rem;
}
	}
@media screen and (max-width: 600px) {
main section .faq dd {
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 480px) {
main section .faq dd {
	font-size: 3.6vw;
}
	}
main section .faq dd>b {
	font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 700;
    color: #FF8A32;
	font-size: 3.8rem;
	margin-right: 13px;
	position: relative;
	top: -5px;
}
@media screen and (max-width: 1000px) {
main section .faq dd>b {
	font-size: 3.2rem;
}
	}
@media screen and (max-width: 800px) {
main section .faq dd>b {
	font-size: 3.0rem;
}
	}
@media screen and (max-width: 600px) {
main section .faq dd>b {
	font-size: 2.8rem;
}
	}
@media screen and (max-width: 480px) {
main section .faq dd>b {
	font-size: 2.6rem;
}
	}
main section .faq dd+dt {
	margin-top: 1.5em;
	padding-top: 1.0em;
	 background-image : linear-gradient(to right, rgba(0,0,0,0.2) 3px, transparent 3px);
 background-size: 15px 3px;
 background-repeat: repeat-x; 
 background-position: left top;
}
@media screen and (max-width: 800px) {
main section .faq dd+dt {
	margin-top: 1.0em;
	padding-top: 0.8em;
}
	}
	
main section.entry > div {
 padding: 20px 5%;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
main section.entry > div h2 {
color: #EA5514;
	font-size: 3.2em;
	font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 1000px) {
main section.entry > div h2 {
	font-size: 2.8em;
}
	}
@media screen and (max-width: 600px) {
main section.entry > div h2 {
	font-size: 2.2em;
}
	}
@media screen and (max-width: 480px) {
main section.entry > div h2 {
	font-size: 1.8em;
}
	}
main section.entry > div>ul {
 display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 600px) {
main section.entry > div>ul {
 display: block;
}
	}
main section.entry > div>ul>li:first-child,main section.entry > div>ul>li:last-child {
 width: 15%;
}
main section.entry > div>ul>li:first-child {
 margin-right: 20px;
}
@media screen and (max-width: 600px) {
main section.entry > div>ul>li:first-child {
 margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	width: 30%;
}
	}
main section.entry > div>ul>li:last-child {
 margin-left: 20px;
}
main section.entry > div>ul>li img {
 width: 100%;
	height: auto;
}
main section.entry > div .entry_b {
 text-align: center;
	position: relative;
	margin-top: 20px;
}
main section.entry > div .entry_b a {
 	background-color:  #FFF100;
	color: #000;
	width: 100%;
	display: block;
	text-align: center;
	font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 500;
font-style: normal;
	font-size: 2.6rem;
	padding: 0.7em 0;
	border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
	box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 600px) {
main section.entry > div .entry_b a {
	font-size: 1.8rem;
}
	}
@media screen and (max-width: 480px) {
main section.entry > div .entry_b a {
	font-size: 1.6rem;
}
	}
main section.entry > div .entry_b a:hover {
	background-color: #A93E4B;
	color: #fff;
	position: relative;
	transition: 0.3s;
	transform: translate3d(3px,3px,0);
	box-shadow: none;
}
main section.entry > div .entry_b a i {
margin-right: 8px;
}
main section ul.column2 {
		display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-webkit-box-pack: center;     -ms-flex-pack: center;   justify-content: center;
	margin-top: 30px;
}
main section ul.column2>li {
		width: 15%;
	margin-right: 4.5%;
	margin-left: 4.5%;
}
@media screen and (max-width: 480px) {
main section ul.column2>li {
		width: 20%;
	margin-right: 2.5%;
	margin-left: 2.5%;
}
	}
main section ul.column2>li img {
		width: 100%;
	height: auto;
}
main section div.column2_sns {
	border: solid 3px #FB8B81;
	border-top: none;
}
main section div.column2_sns h3 {
	font-size: 2.0rem;
	text-align: center;
	background-color: #FB8B81;
	color: #FFF;
	padding: 0.3em 0;
}
main section div.column2_sns>ul {
		display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	padding: 2.0em;
}
main section div.column2_sns>ul>li {
		width: 50%;
}
main section.entry > div .txt {
 text-align: center;
	position: relative;
	margin-top: 1.0em;
	font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
main section.entry > div .txt {
	font-size: 1.6rem;
}
	}
@media screen and (max-width: 600px) {
main section.entry > div .txt {
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 480px) {
main section.entry > div .txt {
	font-size: 1.3rem;
}
	}
main section > div > div.column2 {
		display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
@media screen and (max-width: 1000px) {
main section > div > div.column2 {
		display: block
}
	}
main section > div > div.column2>div {
		width:100%;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 1000px) {
main section > div > div.column2>div {
		width: 100%;
}
	}
@media screen and (max-width: 1000px) {
main section > div > div.column2>div+div {
  margin-top: 20px;
}
	}
@media screen and (max-width: 600px) {
main section > div > div.column2>div+div {
  margin-top: 15px;
}
	}
@media screen and (max-width: 480px) {
main section > div > div.column2>div+div {
  margin-top: 10px;
}
	}

main section > div > div.column2>div {
		
	padding: 20px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}

@media screen and (max-width: 800px) {
main section > div > div.column2>div {
		
	padding: 15px;
}
}
@media screen and (max-width: 600px) {
main section > div > div.column2>div {
		
	padding: 10px;
}
}
main section > div > div.column2>div p {	
	font-size: 1.6rem;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 600px) {
main section > div > div.column2>div p {
		display: block;
	text-align: left;
	font-size: 1.5rem;
}
}
@media screen and (max-width: 480px) {
main section > div > div.column2>div p {	

	font-size: 1.4rem;
}
}
main section > div > div.column2>div p+p {	
	margin-top: 0.4em;
}
main section > div > div.column2>div p b {	
	color: #008CCB;
	margin-right: 1.5em;
	font-weight: 800;
}
@media screen and (max-width: 600px) {
main section > div > div.column2>div p b {	
	display: block;
}
	}
@media screen and (max-width: 1000px) {
main section > div > div.column2>div p>br {	
	display: none;;
}
}
main section > div > div.time_schedule h3 {
	font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 700;
	text-align: center;
	font-size: 2.4rem;
	color: #A93E4B;
	margin-bottom: 0.8em;
}
@media screen and (max-width: 800px) {
main section > div > div.time_schedule h3 {
	font-size: 2.0rem;

}
}
@media screen and (max-width: 600px) {
main section > div > div.time_schedule h3 {
	font-size: 1.8rem;

}
}
@media screen and (max-width: 480px) {
main section > div > div.time_schedule h3 {
	font-size: 1.6rem;

}
}

main section .section_st {
color: #EA5514;
	font-size: 3.2em;
	font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 700;
	text-align: center;
	margin-bottom: 1.0em;
}
@media screen and (max-width: 1000px) {
main section .section_st {
	font-size: 2.8em;
}
	}
@media screen and (max-width: 600px) {
main section .section_st {
	font-size: 2.2em;
}
	}
@media screen and (max-width: 480px) {
main section .section_st {
	font-size: 1.8em;
}
	}
main section p+.section_st {
	margin-top: 2.0em;
}
main section .section_st>span {
		display: inline-block;
}



/*form*/
main section .entry_form {
	background-color:  #fdeec2;
	padding: 10px 0 30px;
	margin-top: 10px;
}
main section .table01 {
	font-size: 1.5rem;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	border-collapse:collapse; 
	background-color:  #fdeec2;
}
@media screen and (max-width: 800px) {
main section .table01 {
	font-size: 1.4rem;
	line-height: 1.7em;
}
	}
@media screen and (max-width: 480px) {
main section .table01 {
	
	font-size: 1.4rem;
	min-width: 100px;
}
	}
@media screen and (max-width: 480px) {
main section .table01 {
	font-size: 1.4rem;
}
	}
main section .table01.width100 {
	width: 100%;
}
main section .table01.liquid {
	width: auto;
}
main section .table01 th {
  font-weight: 700;
	padding-right: 2em;
	white-space: nowrap;
	padding: 0.5em 1.0em 0.5em 1.0em;
		-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	vertical-align: middle;
}
@media screen and (max-width: 600px) {
main section .table01 th {
	display: block;
	padding: 0.5em;
	width: 100%;
	border: none;
}
	}
main section .table01 th.th_bg {
	background-color: #edede4;
	font-size: 1.1em;
}
main section .table01 th br {
	display: block;
	border: none;
	padding: 0.7em 0.3em 0.0em;
}
main section .table01 th.head,main section .table01 td.head {
	background-color: rgba(0,0,0,0.05);
	border: solid 1px #CCCCCC;
	font-size: 1.4rem;
	
}
@media screen and (max-width: 800px) {
main section .table01 th.head,main section .table01 td.head {
	background-color: rgba(0,0,0,0.05);
	font-size: 1.3rem;
}	
}
@media screen and (max-width: 600px) {
main section .table01 tr.table_head {
	display: none;
}	
}
main section .table01 td {
	padding: 0.7em 3.0em 0.7em 1.0em;
	text-align: left;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	white-space: normal;
	width: auto;
}
@media screen and (max-width: 600px) {
main section .table01 td {
	border-left: none;
	border-right: none;
	display: block;
	padding: 0 0.8em 0.5em 0.8em;
	width: 100%;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
	}
main section .table01 td .flex{
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
main section .table01 td label {
	display: inline-block;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	margin-right: 1.0em;
	white-space: nowrap
}
main section .table01 td label span {
	display: inline-block;
}
main section .table01 input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

main section .table01 input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
	margin-right: 5px;

}
main section .table01 td p.txt_s{
	font-size: 0.95em;
}
main section .table01 td p+p {
	margin-top: 10px;
}
main section .table01 td a {
	text-decoration: underline;
	color: #e4340e;
}
main section .table01 td a:hover {
	color: #f0810d;
}
main section .table01 td b{
	font-size: 1.3em;
	text-decoration: underline;
	font-weight: 700;
}
main section .table01 td>span {
	display: inline-block;
}
main section .table01 td input {
	font-size: 1.5rem;
	line-height: 1.3em;
	background-color: #FFF;
	border: solid 1px rgba(0,0,0,0.4)
}
@media screen and (max-width: 600px) {
main section .table01 td input {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 480px) {
main section .table01 td input {
	font-size: 1.4rem;
}
	}
main section .table01 td input.txt {
	border: solid 1px rgba(0,0,0,0.3);
	width: 100%;
	padding: 4px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
main section .table01 td input.txt_50 {
	border: solid 1px rgba(0,0,0,0.3);
	width:50%  !important;
	max-width:50%  !important;
	padding: 4px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	margin-right: 5px
}
main section .table01 td input.txt_90 {
	border: solid 1px rgba(0,0,0,0.3);
	width:90%  !important;
	max-width:90%  !important;
	padding: 4px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	margin-right: 5px
}
main section .table01 td input.txt_100 {
	border: solid 1px rgba(0,0,0,0.3);
	width:100%  !important;
	max-width:100%  !important;
	padding: 4px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	margin-right: 5px
}
main section .table01 td input.txt_s {
	border: solid 1px rgba(0,0,0,0.3);
	width: 4em;
	padding: 4px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	margin-right: 5px
}
main section .table01 td textarea {
	border: solid 1px rgba(0,0,0,0.3);
	width:100%  !important;
	max-width:100%  !important;
	padding: 4px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
main section p+.table01 {
	margin-top: 20px;
}
main section .table01+p {
	margin-top: 30px;
}


main section .table02 {
	font-size: 1.6rem;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	border-collapse:collapse; 
	background-color:  #FFF;border: solid 3px #f7921e;
	
}
@media screen and (max-width: 800px) {
main section .table02 {
	font-size: 1.5rem;
	line-height: 1.7em;
}
	}
@media screen and (max-width: 480px) {
main section .table02 {
	
	font-size: 1.4rem;
	min-width: 100px;
}
	}
@media screen and (max-width: 480px) {
main section .table02 {
	font-size: 1.4rem;
}
	}
main section .table02.width100 {
	width: 100%;
}
main section .table02.liquid {
	width: auto;
}
main section .table02 th {
  font-weight: 700;
	padding-right: 0;
	padding: 0.5em 1.0em 0em 1.0em;
		-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	color: #D8491C;
}
@media screen and (max-width: 600px) {
main section .table02 th {
	display: block;
	padding: 0.5em;
	width: 100%;
	border: none;
}
	}
main section .table02 th span {
	display: inline-block;
}
main section .table02 th.th_bg {
	background-color: #edede4;
	font-size: 1.1em;
}
main section .table02 th br {
	display: block;
	border: none;
	padding: 0.7em 0.3em 0.0em;
}
main section .table02 th.head,main section .table02 td.head {
	background-color: rgba(0,0,0,0.05);
	border: solid 1px #CCCCCC;
	font-size: 1.4rem;
	
}
@media screen and (max-width: 800px) {
main section .table02 th.head,main section .table02 td.head {
	background-color: rgba(0,0,0,0.05);
	font-size: 1.3rem;
}	
}
@media screen and (max-width: 600px) {
main section .table02 tr.table_head {
	display: none;
}	
}
main section .table02 td {
	padding: 0.7em 1.0em 0.7em 1.0em;
	text-align: center;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	white-space: normal;
	width: auto;
}
@media screen and (max-width: 600px) {
main section .table02 td {
	border-left: none;
	border-right: none;
	display: block;
	padding: 0 0.8em 0.5em 0.8em;
	width: 100%;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
	}
main section .table02 td .flex{
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
main section .table02 td div {
	width: 100%;
}
main section .table02 td label {
	display: inline-block;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	margin-right: 1.0em;
	white-space: nowrap
}
main section .table02 td label span {
	display: inline-block;
}
main section .table02 input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

main section .table02 input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
	margin-right: 5px;

}
main section .table02 td p.txt_s{
	font-size: 0.95em;
}
main section .table02 td p+p {
	margin-top: 10px;
}
main section .table02 td a {
	text-decoration: underline;
	color: #e4340e;
}
main section .table02 td a:hover {
	color: #f0810d;
}
main section .table02 td b{
	font-size: 1.3em;
	text-decoration: underline;
	font-weight: 700;
}
main section .table02 td>span {
	display: inline-block;
}
main section .table02 td input {
	font-size: 1.5rem;
	line-height: 1.3em;
	background-color: #FFF;
	border: solid 1px rgba(0,0,0,0.4)
}
@media screen and (max-width: 600px) {
main section .table02 td input {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 480px) {
main section .table02 td input {
	font-size: 1.4rem;
}
	}
main section .table02 td input.txt {
	border: solid 1px rgba(0,0,0,0.3);
	width: 100%;
	padding: 4px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
main section .table02 td input.txt_50 {
	border: solid 1px rgba(0,0,0,0.3);
	width:50%  !important;
	max-width:50%  !important;
	padding: 4px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	margin-right: 5px
}
main section .table02 td input.txt_90 {
	border: solid 1px rgba(0,0,0,0.3);
	width:90%  !important;
	max-width:90%  !important;
	padding: 4px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	margin-right: 5px
}
main section .table02 td input.txt_100 {
	border: solid 1px rgba(0,0,0,0.3);
	width:100%  !important;
	max-width:100%  !important;
	padding: 4px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	margin-right: 5px
}
main section .table02 td input.txt_s {
	border: solid 1px rgba(0,0,0,0.3);
	width: 4em;
	padding: 4px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	margin-right: 5px
}
main section .table02 td textarea {
	border: solid 1px rgba(0,0,0,0.3);
	width:100%  !important;
	max-width:100%  !important;
	padding: 4px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
main section p+.table02 {
	margin-top: 20px;
}
main section .table02+p {
	margin-top: 30px;
}

input[type="checkbox"] {
  position: relative;
  width: 20px;
  height:20px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid red;
  border-bottom: 2px solid red;
  content: '';
}


main section .form_b {
	margin-top: 25px;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 600px) {
main section .form_b {
	margin-top: 20px;
}
	}
main section .form_b button,main section .form_b a {
	font-size:2.8rem;
  font-weight: 500;
	margin: auto;
    text-align: center;
	padding-top: 0.5em;
	padding-right: 1.0em;
	padding-bottom: 0.5em;
	padding-left: 1.0em;
	line-height: 1.2em;
	border-radius: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	white-space: nowrap;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	background-color: #D8491C;
		color: #FFF;
	display: block;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	width: 80%;
	max-width: 20em;
	box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
}
@media screen and (max-width: 800px) {
main section .form_b button,main section .form_b a {
	font-size:2.2rem;
	padding-right: 1.0em;
	padding-left: 1.0em;
		
}
	}
@media screen and (max-width: 480x) {
main section .form_b button,main section .form_b a {
	font-size:4.6vw;
}
	}
main section .form_b button:hover  {
	background-color: #f7921e;
	color: #FFF;
	transform: translate3d(3px,3px,0);
	box-shadow: none;
}

/*footer*/
main section .organization {
	text-align: center;
	margin-top: 45px;
	
}
@media screen and (max-width: 600px) {
main section .organization {
	display: block;
}
	}
main section .organization>dl {
}
@media screen and (max-width: 600px) {
main section .organization>dl {
	width: 100%;
}
	}
main section .organization>dl+dl {
	margin-top: 4.0em;
}
main section .organization>dl>dt {
	font-size: 1.8rem;
	background-color: #fff;
	border-top: solid 2px #f1a518;
	border-bottom: solid 2px #f1a518;
	padding: 0.2em 1.3em;
	margin: 0 auto 1.0em;
	display: inline-block;
	font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
	text-align: center;
	width: 70%;
}
main section .organization>dl>dd .logo {
	width: 35%;
	margin: auto;
	margin-bottom: 1.0em;
}
@media screen and (max-width: 600px) {
main section .organization>dl>dd .logo {
	width: 50%;
	margin: auto;
}
	}
main section .organization>dl>dd h2{
	font-size: 1.9rem;
	font-family: heisei-kaku-gothic-std, sans-serif;
}
@media screen and (max-width: 600px) {
main section .organization>dl>dd h2{
	font-size: 1.7rem;
}
	}
main section .instagram {
	margin: auto;
	width: 30%;
	max-width: 100px;
	margin-top: 3.0em;
	
}
@media screen and (max-width: 600px) {
main section .instagram {
	margin: auto;
	width: 20%;
	max-width: 100px;
}	
}
main section .tel {
	font-size: 4.0rem;
	color: #bf4600;
	text-align: center;
	font-weight: 700;
		  font-family: heisei-kaku-gothic-std, sans-serif;
  font-optical-sizing: auto;
  font-weight:700;
  font-style: normal;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	
}
@media screen and (max-width: 600px) {
main section .tel {
	font-size: 5.2vw;
	}
}
@media screen and (max-width: 480px) {
main section .tel {
	font-size: 5.4vw;
	}
}
main section  .tel a {
	color: #cd131c;
	}
main section .tel a:hover {
	color: #f1a518;
	}
main section .hosoku {
	font-size: 1.4rem;
	}
main section .hosoku {
	font-size: 1.4rem;
	line-height: 1.6em;
	margin-top: 3.0em;
	}
main section .hosoku>li {
	text-indent: -1.0em;
	padding-left: 1.0em;
	}
main section .hosoku>li+li {
	margin-top: 0.7em;
	}

/*footer*/


footer {
}

footer .copyright {
  font-size: 1.3rem;
  text-align: center;
	color: #000;
	padding: 1.3em 0 0.8em;
	 width: 92%;
 max-width: 560px;
	margin: auto auto 0em;
}
@media screen and (max-width: 480px) {
footer .copyright {
  font-size: 1.1rem;
  text-align: center;
	color: #000;
	padding: 1.3em 0 0.8em;
	 width: 92%;
 max-width: 560px;
	margin: auto auto 0em;
}
	}
footer .copyright>span {
 display: inline-block;
}
#top_b {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 500;
}
#top_b a {
	background-color: #171c61;;
	color: #FFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	  font-size: 2.0rem;
	
}
#top_b a:hover {
   background-color: #f7921e;
	color: #FFF;
}



/*inputを非表示*/
.open-box {
	text-align: center;
	padding: 0;
}
input[type="checkbox"].on-off{
  opacity: 0;
}
/*ラベル（「開く」ボタン）*/
.open-label{
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
	font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
.open-label{
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 600px) {
.open-label{
	font-size: 1.4rem;
}
	}
/*エフェクト*/
.open-label:active{
  box-shadow: 0 0 0 0;
}
.open-label:hover{
	background-color: #A93E4B;
}
/*ラベルに表示するテキスト*/
.open-label::after{
  content:'↓ 詳細を開く'; 
	padding: 0.4em 0.8em;
  display: inline-block;
	background: #FFF100;
  border-radius: 3px;
  color: #000;
	box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
}
.on-off:checked ~ .open-label::after{
  content: '✕ 詳細を閉じる';
	padding: 0.4em 0.8em;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
	background-color: #A93E4B;
}

/*開閉エリア*/
.open{
  padding: 0;
  height: 0;
  opacity: 0;
  transition: .5s;
	padding-left: 0;
	padding-right: 0;
}
/*「開く」をタップで表示*/
.on-off:checked  ~ .open{
  padding:0;
  height: auto;
  opacity: 1;
		margin-top: 20px;
}
