@charset "utf-8";

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


/*------------------------------------------------------------------
	Universal Selector
------------------------------------------------------------------*/
* {
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: left;
	box-sizing: border-box;
}

/*------------------------------------------------------------------
	Base Settings
------------------------------------------------------------------*/


html {
    overflow-y: scroll;
		background: url("images/common/bg01.jpg") no-repeat ;
		background-size:cover;
		background-attachment: fixed;
}
body {
	position: relative;
    color: #333;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
p{
	line-height:1.8;

}
img{
    height: auto;
    max-width: 100% ;
    vertical-align:bottom;
    display: block;
    margin: 0 auto; /* 中央寄せ */
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
/*------------------------------------------------------------------
	Base Link Color Setting
------------------------------------------------------------------*/

a {
    color: #333;
}

a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
a img {
    border: medium none;
}

a:hover .fil,.fil2 a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* マージン・インデント
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.m1b { margin-bottom: 1px !important; }
.m2b { margin-bottom: 2px !important; }
.m3b { margin-bottom: 3px !important; }
.m4b { margin-bottom: 4px !important; }
.m5b { margin-bottom: 5px !important; }
.m6b { margin-bottom: 6px !important; }
.m7b { margin-bottom: 7px !important; }
.m8b { margin-bottom: 8px !important; }
.m9b { margin-bottom: 9px !important; }
.m10b { margin-bottom: 10px !important; }
.m13b { margin-bottom: 13px !important; }
.m15b { margin-bottom: 15px !important; }
.m20b { margin-bottom: 20px !important; }
.m25b { margin-bottom: 25px !important; }
.m30b { margin-bottom: 30px !important; }
.m35b { margin-bottom: 35px !important; }
.m40b { margin-bottom: 40px !important; }
.m45b { margin-bottom: 45px !important; }
.m50b { margin-bottom: 50px !important; }
.m60b { margin-bottom: 60px !important; }
.m80b { margin-bottom: 80px !important; }
.m10r{margin-right: 10px !important;}

.m5t { margin-top: 5px !important; }
.m10t { margin-top: 10px !important; }
.m20t { margin-top: 20px !important; }
.m30t { margin-top: 30px !important; }
.m40t { margin-top: 40px !important; }
.m50t { margin-top: 50px !important; }
.m70t { margin-top: 70px !important; }
.m80t { margin-top: 80px !important; }
.m90t { margin-top: 90px !important; }
.m100t { margin-top: 100px !important; }

/*sp時変更*/
.m10b-s { margin-bottom: 10px !important; }
.m20b-s { margin-bottom: 20px !important; }
.m30b-s { margin-bottom: 30px !important; }
.m40b-s { margin-bottom: 40px !important; }
.m50b-s { margin-bottom: 50px !important; }
.m60b-s { margin-bottom: 60px !important; }
.m70b-s { margin-bottom: 70px !important; }
.m80b-s { margin-bottom: 80px !important; }
.p01-s { padding-top:7%;padding-bottom:7%; }
.p02-s { padding-left:5%;padding-right: 5%; }
.p03-s { padding-top:10%;padding-bottom:10%; }
.p04-s { padding-left:10%;padding-right:10%; }
.p05-s { padding-left:15%;padding-right:15%; }
.p06-s { padding-top:7%;}
.p07-s { padding-top:2%; padding-bottom:7%; }
/* 位置クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.clear { clear: both !important; }
.cen { text-align: center !important; }
.cen-pc{text-align:center !important;}
.left { text-align: left !important; }
.right { text-align: right !important; }
/* 投稿の画像配置 */
.f-left{float:left;}
.f-right{float:right;}
.f-left-pc {float: left;}
.f-right-pc {float: right;}
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */

.pc-dnon{display: none;}
.pc-dnon2{display: none;}

/* テキスト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.bold { font-weight: bold !important; }
.txtRed { color: #ff001a !important; }
.txtBlue { color: #0e328d !important; }
.txtPink { color: #eb6c8b !important; }
.txtGold { color: #8b6c2e !important; }
.txtGray { color: #666666 !important; }
.txtWhite { color: #FFFFFF !important; }
.txtgreen { color: #79a035 !important; }
.txtorenge{color:#fd851b !important;}
.txtBlack{color: #333 !important;}
.txtBlown{color: #603a40 !important}
.txtYellow{color: #fdf131 !important;}

.txt10 { font-size: 77% !important; }
.txt11 { font-size: 92% !important; }
.txt13 { font-size: 109% !important; }
.txt14 { font-size: 117% !important; }
.txt15 { font-size: 125% !important; }
.txt17 { font-size: 142% !important; }
.txt18 { font-size: 150% !important; }
.txt20 { font-size: 167% !important; }

.bg01{
	background: #f7f3f3;
}
.bg02{
	background: #ff001a;
}
.bg03{
	background: #f3f4f8;
}
.bg04{
	background: #0e328d;
}
.inner-s1{
	margin-top: 50px;
	padding:2% 5%;
	position: relative;
	background: #f7f3f3;
}
.inner-s1.top{
	margin-top: 80px;
}
.inner-s1::before{
	content: " ";
	position: absolute;
	top:-50px;
	left: 0;
	width: 100%;
	height: 50px;
	background:url("images/common/bg02.png") no-repeat center top;
	background-size:cover;
}
.inner-s1 .slick-dotted.slick-slider{
	margin-bottom: 10px;
}
.inner-s2{
	margin-top: 50px;
	padding:2% 5%;
	position: relative;
	background: #ff001a;
}
.inner-s2.top{
	margin-top: 80px;
}
.inner-s2::before{
	content: " ";
	position: absolute;
	top:-50px;
	left: 0;
	width: 100%;
	height: 50px;
	background:url("images/common/bg03.png") no-repeat center top;
	background-size:cover;
}
.inner-s2 .slick-dotted.slick-slider{
	margin-bottom: 10px;
}
.lh01{line-height:1 !important;}
.lh02{line-height:2  !important;}
.lh03{line-height:2.5  !important;}
.f-min{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", "メイリオ", Meiryo, serif;
}
.span01{
	padding-bottom: 10px;
	border-bottom: dotted 3px #fff;
}
.span02{
	padding-bottom: 5px;
	border-bottom: solid 2px #ff001a;
}
.tstyle01{
	font-size:110%;
	text-shadow: 1px 1px 0 #ff001a;
}
.tstyle02{
	font-size:110%;
	text-shadow: 1px 1px 0 #0e328d;
}
/* タイトル装飾 */
.hstyle01{
	padding: 15px 10px;
	background: #ff001a;
	font-weight: bold;
	font-size:120%;
	color: #fff;
	border-radius: 5px;
}
.hstyle01.blue{
	background: #0e328d;
}
.hstyle02 .en{
	text-align: center;
	font-size:11vw;
	font-weight: bold;
}
.hstyle02 .ttl{
	text-align: center;
	font-weight: bold;
}
.hstyle03 .icon img{
	height: 30px;
}
.hstyle03 .ttl{
	font-size:140%;
}
.hstyle04{
	position: relative;
	text-align: center;
}
.hstyle04::before{
	content: " ";
	width: 100%;
	height: 1px;
	background: #ff001a;
	position: absolute;
	top:50%;
	left: 0;
	z-index: 1;
}
.hstyle04 span{
	padding: 0 10px;
	position: relative;
	z-index: 2;
	background: #fff;
}
.oh{overflow:hidden;}
.blk{
	display:block;
}
.underline{
	text-decoration: underline;
}
.img100 {
    height: auto;
    width: 100%;
}
table{
	width:100%;
	border-top:solid 1px #ff001a;
	border-left:solid 1px #ff001a;
	background: #fff;
	 border-collapse: separate;/*collapseから変更*/
	border-radius: 5px;
  overflow: hidden;
}

table tr:first-of-type th{
	border-radius: 5px 0 0 0;
}
table tr:first-of-type td{
	border-radius:0 5px 0 0;
}
table tr:last-of-type th{
	border-radius:0 0 0 5px;
}
table tr:last-of-type td{
	border-radius:0 0 5px 0;
}
td,th{
	padding:10px;
	font-weight: normal;
}
table th{
	text-align: center;
	border-right:solid 1px #ff001a;
	border-bottom:solid 1px #ff001a;
	width: 25%;
}
table td{
	border-right:solid 1px #ff001a;
	border-bottom:solid 1px #ff001a;
}

ol li{
	list-style-type: decimal;
	margin-left: 20px;
}
/* 枠装飾 */
.link01 a{
	display: inline-block;
	min-width:150px;
	padding: 10px 30px 10px 20px;
	border: solid 1px #ff001a;
	background: #fff url("images/common/list01.png") no-repeat right 15px center;
	background-size:10px;
	color: #ff001a;
	text-decoration: none;
	text-align: center;
	transition: 0.5s;
	border-radius: 50px;
}
.link01 a:hover{
	background: #fff url("images/common/list01.png") no-repeat right 10px center;
	background-size:10px;
	transform: scale(1.03);
}
.link01.blue a{
	border: solid 1px #0e328d;
	background: #0e328d url("images/common/list02.png") no-repeat right 15px center;
	background-size:10px;
	color: #fff;	
}
.link01.blue a:hover{
	background: #0e328d url("images/common/list02.png") no-repeat right 10px center;
	background-size:10px;
}
.link01.black a{
	border: solid 1px #333;
	background: #333 url("images/common/list02.png") no-repeat right 15px center;
	background-size:10px;
	font-size:90%;
	color: #fff;	
}
.link01.black a:hover{
	background: #333 url("images/common/list02.png") no-repeat right 10px center;
	background-size:10px;
}
.link01.oubo a{
	min-width: 230px;
	background: #ff001a url("images/common/list02.png") no-repeat right 15px center;
	background-size:10px;
	color: #fff;	
}
.link01.oubo a:hover{
	background: #ff001a url("images/common/list02.png") no-repeat right 10px center;
	background-size:10px;
}
.boxstyle01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boxstyle01.rev{
	flex-direction: row-reverse;
}
.boxstyle01.center{
	align-items: center;
}
.ulstyle01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ulstyle01 li{
	width: 48%;
}
.ulstyle02 li{
	margin-left: 20px;
	list-style-type: disc;
}
.ulstyle03 li{
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
	line-height: 1.4;
}
.ulstyle03 li::before{
	content: "＊";
	position: absolute;
	left: 0;
}
.wid01{
	width:48%;
}
.wid02{
	width:50%;
}
.dlstyle01{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffebb1;
}
.dlstyle01 dt{
	width:25%;
	padding: 10px;
}
.dlstyle01 dd{
	width:75%;
	padding: 10px;
	font-size:85%;
}
.box01{
	background: #ffebb1;
	padding: 5px 10px;
	line-height: 1.5;
}
.box02{
	border:solid 1px #ff001a;
	background: #fff;
	border-radius: 5px;
}
.box02 .top{
	border-bottom:solid 1px #ff001a;
	padding:15px;
	text-align: center;
}
.box02 .top .ttl1{
	padding:2px 10px;
	display: inline-block;
	background: #ff001a;
	color: #fff;
	border-radius: 5px;
}
.box02 .boxstyle01 ul{
	width: 50%;
}
.box02 ul:first-of-type{
	border-right:solid 1px #ff001a;
}
.box02 ul li{
	padding: 7px;
	border-bottom:solid 1px #ff001a;
}
.box02 ul li.bor-none{
	border-bottom:none;
}
.box02 ul li dl{
	display: flex;
}
.box02 ul li dl dt,.box02 ul li dl dd{
	width: 50%;
	text-align: center;
}
.box02 .bottom{
	border-top:solid 1px #ff001a;
	padding:10px;
}
.box02.honbustaff ul{
	border-right:none !important;
}
.box02.honbustaff ul dl dt{width: 65%;}
.box02.honbustaff ul dl dd{width: 35%;}
.box03{
	background: #f7f3f3;
	padding:15px;
}
.box03 .en{
	padding:2px 10px;
	display: inline-block;
	background: #ff001a;
	color: #fff;
	border-radius: 5px;
}
/*------------------------------------------------------------------
	全体レイアウト
------------------------------------------------------------------*/
#main .container{
	background: #fff;
	max-width: 500px;
	margin: 0 auto;
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
.header {
  padding:10px;
  background: #fff;
}
.header .site-title{
	margin-bottom: 5px;
}
.header .site-title img {
	width: auto;
	height:40px;
}

/* ========== Footer Accordion ========== */
#contact-sec{
	padding:12% 5%;
}
footer{
	margin-bottom:50px;
}
footer .top{
	padding: 0 5% 10px;
}
footer .bottom {
	/*border-top:solid 1px #fff;*/
	padding: 10px 5% 0;
}
footer .bottom p{
	line-height: 1.4;
	font-size:70%;
}
/* 見出し部分 */
.foot-acc h2 {
	margin-bottom:15px;
  position: relative;
  cursor: pointer;
  color: #fff;
}

/* + / - の表示 */
.foot-acc h2::before {
  content: "＋";
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 1.2em;
  transition: transform .3s;
}
.foot-acc.open h2::before {
  content: "−";
}

/* .inner の開閉アニメーション */
.foot-acc .inner {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .4s ease;
}

.foot-acc.open .inner {
  max-height: 1000px; /* 十分に大きい値 */
  opacity: 1;
}

/* リスト */
.foot-acc .foot-list {
	border: solid 1px #ff001a;
	border-radius: 5px;
}
.foot-acc .foot-list li a {
  display: block;
  padding: 10px;
	border-bottom: solid 1px #ff001a;
  color: #333;
	font-size:90%;
	background: #fff url("images/common/list01.png") no-repeat right 10px center;
	background-size:8px;
  text-decoration: none;
}
.foot-acc .foot-list li:first-of-type a{
	border-radius: 5px 5px 0 0;
}
.foot-acc .foot-list li:last-of-type a{
	border-radius: 0 0 5px 5px;
}
/* リスト */
.foot-acc .foot-list2 {
	border: solid 1px #ff001a;
  display: flex;
	flex-wrap: wrap;
	border-radius: 5px;
}
.foot-acc .foot-list2 li{
	width: 50%;
}
.foot-acc .foot-list2 li a {
  display: block;
  padding: 10px;
	border-bottom: solid 1px #ff001a;
  color: #333;
	font-size:90%;
	background: #fff;
  text-decoration: none;
	text-align: center;
}
.foot-acc .foot-list2 li:nth-of-type(even) a{
	border-left: solid 1px #ff001a;	
} 
.foot-acc .foot-list2 li:first-of-type a{
	border-radius: 5px 0 0 0;
}
.foot-acc .foot-list2 li:nth-of-type(2) a{
	border-radius: 0 5px 0 0;
}
.foot-acc .foot-list2 li:nth-last-child(2) a{
	border-radius: 0 0 0 5px;
}
.foot-acc .foot-list2 li:last-of-type a{
	border-radius: 0 0 5px 0;
}
 /*-----------footer------------*/
.footism{
	border-top:solid 1px #f7f3f3;
	padding: 5px 10px;
	width: 100%;
    position: fixed;
	left: 0;
	bottom:50px;
	background: #fff;
}
.footblog a{
	display: block;
	position: fixed;
	bottom:60px;
	right:10px;
	width: 60px;
	height: 60px;
	padding: 10px;
	background: #333;
	border-radius: 50%;
}
#footerFloatingMenu {
	max-width: 500px;
    width: 100%;
    position: fixed;
    left: 50%;
    bottom: 0px;
	transform: translateX(-50%);
    z-index:8;
    text-align: center;
}
 
#footerFloatingMenu ul {
    display: flex;
	background: #519cde;
} 
	#footerFloatingMenu ul li{
		width: 33.3%;
		height: 50px;
		line-height: 1;
	}
	#footerFloatingMenu ul li:first-child{
		border-right:solid 1px #fff;
	background: #f6ab0b;
	}
	#footerFloatingMenu ul li:nth-child(2){
		border-right:solid 1px #fff;
	background: #32d252;
	}
#footerFloatingMenu ul li:nth-child(3){
	background: #519cde;
	}
	#footerFloatingMenu ul li a{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
		text-align: center;
		padding:5px 0;
		color: #fff;
		font-size:11px;
	}

	#footerFloatingMenu ul li:first-of-type img{
		width: 31px;
	}
#footerFloatingMenu ul li:nth-of-type(2) img{
	margin-top: 1px;
		width: 24px;
	}
#footerFloatingMenu ul li:nth-of-type(3) img{
	margin-top: 3px;
		width: 30px;
	}
#footerFloatingMenu ul li div{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;

}

.footerlist {
	display: flex;
	justify-content: center; /* 中央揃え */
	gap: 20px;               /* li 同士の余白（調整可） */
	padding: 0;
	margin: 10px auto;
}

.footerlist li a{
    list-style: none;
    font-size:85%;
}
/*------------モーダル-----------------*/

.modal {
  display: none;
  height: 300px;
  position: fixed;
  bottom:50px;
  width: 100%;
  z-index: 999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: absolute;
  width: 100%;
}

.modal__content {
  left: 50%;
  padding:10% 10% 5%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
	height: 100%;
	overflow: auto;
	
}
.modal__content ul{
	max-width:250px;
	margin: 0 auto;
}
.modal__content ul li a {
	position: relative;
  display: block;
  padding: 10px 10%;
  text-decoration: none;
  background: #ff001a;
  color: #fff;
  margin-bottom: 15px;
	text-align: center;
	border-radius: 20px;
	font-size:95%;
}
.modal__content ul li a::before{
	content: " ";
	position: absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	width: 10px;
	height: 15px;
	background: url("images/common/list02.png") no-repeat center center;
	background-size:100%;
}
.modal__content ul.f-tel a {
  background: #f6ab0b url("images/common/c_tel.png") no-repeat 12% center;
  background-size: 15px;

}
.modal__content ul.f-line a {
  background: #59ce6f url("images/common/c_line.png") no-repeat 10px center;
  background-size: 20px;
}
.modal__content ul.f-mail a {
  background: #519cde url("images/common/c_mail.png") no-repeat 15px center;
  background-size: 18px;
}

#modal01 .text,#modal02 .text{
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.close {
  margin: 0 auto;
  margin-top: 30px;
}

.close a {
  width: 100px;
  margin: 10px auto;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #fff;
  padding: 5px 10px;
  color: #1a1a1a;
  border-radius: 5px;
}


/* ----------------- FAQ Accordion ----------------- */
.faq-sec {
	padding: 15px;
	background: #fff;
	border-radius: 5px;
}

/* 見出し（全体を開閉） */
.faq-sec .ttl {
  cursor: pointer;
  position: relative;
  font-weight: bold;
	font-size:110%;
}
.faq-sec .ttl::after {
  content: " ";
  position: absolute;
	top:3px;
  right: 10px;
	background: url("images/common/open.png") no-repeat center center;
	background-size:100%;
	width:15px;
	height: 15px;
  transition: transform .3s;
}
.faq-sec.open .ttl::after {
	background: url("images/common/close.png") no-repeat center center;
	background-size:100%;
}

/* 内側のアコーディオン（dtクリックでdd開閉） */
.faq-sec .inner {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all .4s ease;
}
.faq-sec.open .inner {
  max-height: 1000px; /* 充分な高さを指定 */
  opacity: 1;
}

.faq-sec dl {
  margin-top:10px;
	padding: 2px 0;
	font-size:90%;
}
.faq-sec dt {
	position: relative;
  cursor: pointer;
	padding: 10px 25px 10px 55px;
	background: url("images/common/q.png")no-repeat left 10px center;
	background-size:35px;
	font-weight: bold;
}
.faq-sec dt::after {
  content: "＋";
  position: absolute;
  right:10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  transition: transform .3s;
	font-size:110%;
	color: #333;
}
.faq-sec dt.open::after {
  content: "−";
}

.faq-sec dd {
  display: none;
	margin-top: 10px;
	padding:0px 10px 10px 55px;
	background: url("images/common/a.png")no-repeat left 10px top;
	background-size:35px;
  line-height: 1.6;
  color: #333;
}
.faq-sec dd.open {
  display: block;
}


/*-------------------contact-----------------*/

#contact-form {
  position: relative;
  background: #f2efee;
  /*padding-top: 50px;*/
  padding-bottom: 60px;
}


/*---------------------------------------------------
9  contact
-------------------------------------------------*/

#contact-form li {
  padding: 20px 10px;
  border-bottom: solid 1px #ccc;
}

.hissu {
  background: #d07184;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  font-size: 90%;
  padding: 3px 20px;
  float: right;
}

#contact-form li dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#contact-form li dl dt {
  width: 28%;
}

#contact-form li dl dd {
  width: 70%;
}

input[type=text], textarea {
  width: 100%;
  background: #fff;
  padding: 10px;
  border: none;
  border-radius: 3px;
}

input[type=text]#nenrei {
  width: 60px;
  text-align: center;
  margin-right: 10px;
}

.bikou {
  margin-left: 20px;
  font-size: 90%;
  color: #888;
}

textarea {
  height: 200px;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  background: #fff;
  padding: 10px;
  font-size: 90%;
  border: none;
  color: #333;
  border-radius: 3px;
}

input[type="date"] {
  background: #fff;
  padding: 10px;
  font-size: 90%;
  border: none;
  border-radius: 3px;
}

input::placeholder, textarea::placeholder {
  color: #aaa;
}

.btn01 {
  position: relative;
  display: inline-block;
  height: 50px;
  text-align: center;
  font-size: 110%;
  text-decoration: none;
  background: #d07987;
  padding: 10px 50px;
  text-shadow: 1px 1px 2px #333;
  transition: 0.5s;
  color: #fff;
  font-weight: bold;
  box-shadow: 5px 5px 0px #c78f98;
}

.btn01:hover {
  background: #c46271;
}

input[type=checkbox]+label:before {
  content: "\f0c8";
  font-weight: 400;
}


/* unchecked icon */

input[type=checkbox]+label:before {
  letter-spacing: 10px;
}


/* space between checkbox and label */

input[type=checkbox]:checked+label:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
}


/* checked icon */

input[type=checkbox]:checked+label:before {
  letter-spacing: 10px;
}


/* allow space for check mark */

@media (max-width: 320px) {
	body{
		font-size:14px;
	}
	.se-dnon{
		display:none;
	}
}
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑spサイズ
----------------------------------
↓pcサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
@media (min-width: 500px) {

	.header-wrap{
		max-width: 500px;
		margin: 0 auto;
		background: none;
	}
	.header{
		margin-bottom: 0;
	}
	.hstyle02 .en{
		font-size:50px;
	}
	.hstyle03 .ttl{
		font-size:30px;
	}
	.dlstyle01 dd{
		font-size:95%;
	}
	.inner-s1::before,.inner-s2::before{
		background-size:auto;
	}
	.faq-sec dl{
		font-size:100%;
	}
	.modal{
		width: 500px;
		left: 50%;
		margin-left: -250px;
	}
}
