@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-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
}


body {
background:#fff;
font-family: 'Sawarabi Gothic',HalisR-Regular, 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    color: #333333;
    font-size: 18px;
    line-height: 1.8;
}
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;
}

.unei dd{
  text-indent:20px;
}
/*------------------------------------------------------------------
	Base Link Color Setting
------------------------------------------------------------------*/

a {
  color: #4fbcf3;
  text-decoration: none;
}

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);
}
.fil3 a img{
 transition:0.5s all;
}
.fil3 a:hover img{
  transform:scale(1.05);
}

/* マージン・インデント
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.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; }

.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; }

.m-1l{margin-left:-18px !important}
.m5l { margin-left: 5px !important; }
.m10l { margin-left: 10px !important; }
.m15l { margin-left: 15px !important; }
.m20l { margin-left: 20px !important; }
.m25l { margin-left: 25px !important; }
.m30l { margin-left: 30px !important; }

.m5r { margin-right: 5px !important; }
.m10r { margin-right: 10px !important; }
.m15r { margin-right: 15px !important; }
.m20r { margin-right: 20px !important; }
.m25r { margin-right: 25px !important; }
.m30r { margin-right: 30px !important; }
.m40r { margin-right: 40px !important; }
.m50r { margin-right: 50px !important; }

.p5b { padding-bottom: 5px !important; }
.p10b { padding-bottom: 10px !important; }
.p15b { padding-bottom: 15px !important; }
.p20b { padding-bottom: 20px !important; }
.p25b { padding-bottom: 25px !important; }
.p30b { padding-bottom: 30px !important; }
.p40b { padding-bottom: 40px !important; }
.p50b { padding-bottom: 50px !important; }
.p60b { padding-bottom: 60px !important; }
.p70b { padding-bottom: 70px !important; }
.p80b { padding-bottom: 80px !important; }

.p5t { padding-top: 5px !important; }
.p8t { padding-top: 8px !important; }
.p10t { padding-top: 10px !important; }
.p15t { padding-top: 15px !important; }
.p17t { padding-top: 17px !important; }
.p20t { padding-top: 20px !important; }
.p25t { padding-top: 25px !important; }
.p30t { padding-top: 30px !important; }

.p5a { padding: 5px !important; }
.p10a { padding: 10px !important; }
.p20a { padding: 20px !important; }
.p40a { padding: 40px 0 !important; }
.p50a { padding: 50px 0 !important; }

.p0r { padding-right: 0px !important; }
.p5r { padding-right: 5px !important; }
.p10r { padding-right: 10px !important; }
.p20r { padding-right: 20px !important; }
.p15r { padding-right: 15px !important; }
.p25r { padding-right: 25px !important; }
.p30r { padding-right: 30px !important; }
.p40r { padding-right: 40px !important; }
.p50r { padding-right: 50px !important; }
.p55r { padding-right: 55px !important; }
.p60r { padding-right: 60px !important; }
.p70r { padding-right: 70px !important; }
.p75r { padding-right: 75px !important; }
.p90r { padding-right: 90px !important; }
.p100r { padding-right: 100px !important; }
.p110r { padding-right: 110px !important; }
.p120r { padding-right: 120px !important; }

.p0l { padding-left: 0px !important; }
.p10l { padding-left: 10px !important; }
.p15l { padding-left: 15px !important; }
.p20l { padding-left: 20px !important; }
.p25l { padding-left: 25px !important; }
.p30l { padding-left: 30px !important; }
.p200l { padding-left: 200px !important; }

.bNone { border: none !important; }
.bor01{
	border-bottom:solid 2px #ccc;
}
.bor02{
	border-bottom:solid 1px #ccc;
}


/*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; }
.p50t-s { padding-top: 50px !important; }
.m20l-s{margin-left:20px !important}
.m30r-s{margin-right:30px !important}
.m50l-s{margin-left:50px !important}
.p01-s { padding:50px 0px !important; }


/* 位置クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.clear { clear: both !important; }
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.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 !important;}
.pc-dnon2{display: none;}
.se-blk{display: none;}
/* テキスト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.bold { font-weight: bold !important; }
.txtRed { color: #eb5b58 !important; }
.txtBlue { color: #82caeb !important; }
.txtPink { color: #ee3f75 !important; }
.txtGold { color: #8b6c2e !important; }
.txtGray { color: #666666 !important; }
.txtWhite { color: #FFFFFF !important; }
.txtgreen { color: #79a035 !important; }
.txtorenge{color:#fd851b}
.txtBlack{color: #333 !important;}
.txtYellow{color: #e2cc4b !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; }

.lh01{line-height:1 !important;}
.lh02{line-height:2  !important;}
.f-min{
font-family: 'Sawarabi Mincho', sans-serif;
}
.vaMiddle { vertical-align: middle !important; }
.oh{overflow:hidden;}
.blk{
	display:block;
}
.underline{
	text-decoration: underline;
}
.span01{
background:linear-gradient(transparent 40%, rgba(244,178,103,0.26) 0%) ;

}
.img100 {
    height: auto;
    width: 100%;
}

.hstyle01{
font-family: 'Sawarabi Mincho', sans-serif;
	font-size:180%;
	color: #ee3f75;
	padding: 20px 0;
	background: url("images/hstyle01.png") no-repeat left bottom;
	text-align: right;
}
.hstyle02{
	width: 75%;
font-family: 'Sawarabi Mincho', sans-serif;
	font-size:180%;
	color: #edd50b;
	padding: 20px 0;
	background: url("images/hstyle03.png") no-repeat right bottom;
}
.hstyle03{
		width: 75%;
font-family: 'Sawarabi Mincho', sans-serif;
	font-size:180%;
	color: #ee3f75;
	padding: 20px 0;
	margin-left: 25%;
	background: url("images/hstyle04.png") no-repeat left bottom;
	text-align: right;
}
table{
	width:100%;
}
td,th{
	padding:10px;
}
table th,table td{
border:solid 1px #ccc;
}
table th{
	background: #f7f7f7;
}
.ulstyle01{
	display: flex;
	justify-content: space-between;
}
/*------------------------------------------------------------------
	全体レイアウト
------------------------------------------------------------------*/

/*-------------------footer-----------------*/
#pagetop a{
	display: block;
	position: fixed;
	bottom:10px;
	right:25px;
	background: #fff;
	padding:5px 10px;
	width:50px;
	line-height: 1.5;
	text-align: center;
	font-size:28px;
	border-radius:10px;
	box-shadow: 0 0 3px #aaa;
	color: #f2b1c1;
}
#pagetop a:hover{
	background: #6cc4d7;
	color: #fff;
}
footer{
	padding: 20px;
	font-size:80%;
}
footer ul{
	display: flex;
	justify-content: center;
}
footer ul li{
		border-right:solid 1px #ccc;
	padding:0px 20px;
}
footer ul li:last-child{border-right: none;}
#footerFloatingMenu {
	display: none;
}
.modal{
    display: none;
}

.modal{
    display: none;
    height: 340px;
    position: fixed;
    bottom: 25px;
    width: 100%;
	z-index: 998;
}
.modal__bg{
    background: rgba(0,0,0,0.7);
    height: 55vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}
.modal__content h3{
  font-size:125%;
  text-align:center;
  color:#33d728;
  font-weight:bold;
}
.modal__content p{
  text-align:center;
  color:#fff;
}
.modal__content ul li a{
		display: block;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		background: #f94e83;
		color: #fff;
	border-radius: 5px;
	margin-bottom: 7px;
	}
	.modal__content ul.f-tel a{
		background:#fb8e8e url("images/foot_tel2.png") no-repeat 10px center;
		background-size:15px;
	}
	.modal__content ul.f-tel a span{
		margin-right: 10px;
	}
	.modal__content ul.f-line a{
		background:#7abf9e url("images/foot_line2.png") no-repeat 20px center;
		background-size:20px;
	}
	.modal__content ul.f-mail a{
		background: #57c0cd url("images/foot_mail2.png") no-repeat 20px center;
		background-size:18px;
	}
	.close{
		margin: 0 auto;

	}
	.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;
	}
.modal2{
	position: fixed;
	top:50%;
	left:50%;
    display: none;
    height: 500px;
    width: 500px;
	margin-top: -250px;
	margin-left: -250px;
	z-index: 998;
    background: rgba(0,0,0,0.7);
}
.modal__content2{
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}
.modal__content2 ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size:80%;
	margin-bottom: 40px;
}
.modal__content2 ul li{
	background: #7abf9e;
	width: 100%;
	line-height: 1.4;
}
.modal__content2 ul li a{
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px;
}
.modal__content2 ul li a:hover{
	text-decoration: none;
	
}
.modal__content2 ul li img{
	border: solid 5px #fff;
	margin-bottom: 10px;
}
/*-------------------common-----------------*/
.container{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
}

.container2{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}
.container3{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
}
/*その他装飾 */
.link01{
	text-align: center;
}
.link01 a{
	display:inline-block;
	width: 90%;
	max-width: 300px;
	text-align: center;
	font-size:110%;
	text-decoration: none;
	background: #1a1a1a;
	padding: 10px 20px;
	transition: 0.5s;
	border-radius:35px;
	color: #fff;
	text-shadow:1px 1px 3px #333;
	font-weight: bold;
}
.link01 a:hover{
	background: #555;


}
.table01 th{
	padding: 20px 30px;
	width: 30%;
	background: #eddeee;
	text-align: center;
	border:solid 1px #a970ae;
	border-right:none;
}
.table01 td{
	padding: 20px 30px;
	width: 70%;	
	border:solid 1px #a970ae;
	border-left:none;
}
.box-style01{
	display: flex;
	justify-content: space-between;
}
.box-style01.rev{
	flex-direction: row-reverse;
}
.box-style01 .b-left01,.box-style01 .b-right01{
	width: 49%;
}
.box-style01 .b-left02{
	width: 40%;
}
.box-style01 .b-right02{
	width: 60%;
}

/*------------------------------------------------------------------
	01 トップページ
------------------------------------------------------------------*/

#mainimage{
	position: relative;
	background: url("images/topimage_bg.jpg")no-repeat center center;
	background-size:cover;
	padding: 30px 0 0;
}
#mainimage .logo{
	position: absolute;
	left:0px;
	top:0px;
}
#s01{
	position: relative;
	background:#fefdf1 url("images/s01_bg1.png") no-repeat top left;
	padding: 30px 0;
}
#s01:after{
	content: "";
	background: url("images/s01_bg2.png") no-repeat right bottom;
	width: 50%;
	height: 400px;
	position: absolute;
	right:0;
	bottom:0;
	z-index: 1;
}
#s01 h3{
	position: relative;
	z-index: 2;
}
#s01 .inner{
	padding-left:250px;
}

#s02:before{
	content: "";
	display: block;
	height: 12px;
	width: 100%;
	background: url("images/bg01.png");
	margin-bottom: 30px;
}
#s02 .box-style01{
	align-items: center;
}
#s03{
	background: #fefdf1 url("images/s03_bg1.png") no-repeat left top;
	background-size:50%;
	padding-bottom: 40px;
}
#s03 .inner{
	background: url("images/taikenzengaku.png") no-repeat left top;
	padding: 30px 0;
	padding-left: 40%;
}
#s03 .inner h2{
	margin-left: 25%;
	text-align: center;
	font-size:160%;
}
#s03 .inner h2:after{
	display: block;
	content: "";
	background: url("images/bg02.png");
	width: 100%;
	height: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#s03 .inner h2 div{
	text-align:center; 
}
#s03 .inner p{
	text-align: right;
}
#s03 ul {
	display: flex;
	justify-content: space-around;
}
#s04{
	background: url("images/s04_bg1.jpg") no-repeat center center;
	background-size:cover;
	padding: 30px 20px;
}
#s04 .inner{
	position: relative;
}
#s04 .inner .text{
	position: absolute;
	top:450px;
	left:0;
	padding-right: 40%;
}
#s04 .inner .text h3{
	margin-bottom: 30px;
	padding-bottom: 40px;
	background: url("images/hstyle02.png") no-repeat left bottom;
}
#s05:before{
	content: "";
	display: block;
	height: 12px;
	width: 100%;
	background: url("images/bg01.png");
	margin-bottom: 10px;
}
#s05 h2{
	background: url("images/s05_ttlbg.png") no-repeat center bottom;
	padding: 37px;
	text-align: center;
}
#s05 h3:first-of-type{
	text-align: center;
	font-size:130%;
	padding: 10px;
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
	margin-bottom: 30px;
}
#s05 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#s05 ul li{
	text-align: center;
	width: 33.3%;
}
#s05 h3:last-of-type{
	text-align: center;
	background: url("images/fukugyou_bg.png") no-repeat center center;
}
#s06{
	position: relative;
}
#s06 h2{
	position: absolute;
	left: 0;
	top:-30px;
	text-align: center;
	width: 100%;
}
#s06:before{
	content: "";
	display: block;
	height: 12px;
	width: 100%;
	background: url("images/bg01.png");
}
#s06 .box-style01{
	align-items: center;
}
#s06 section{
	padding: 30px 0;
}
#s06 section#s06-1{
	background: #f6ccde;
	padding-top: 40px;
}
#s06 section#s06-2{
	background: #f6e9b6;
}
#s06 section#s06-3{
	background: #dceaf5;
}
#s06 section#s06-4{
	padding-bottom: 0;
}
#s06-4 .container{
	background: url("images/support_bg.png") no-repeat right bottom;
	padding-bottom: 40px;
}
#s06-4 .container h3{
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
#s06-4 .container h3 .binwan{
	position: absolute;
	left:100px;
	top:0;
}
#s06-4 .container p{
	margin-right: 37%;
}
#s07{
	background: #fefdf1 url("images/s7_bg.png") no-repeat left bottom;
	background-size:50%;
}
#s07 .container{
	position: relative;
	padding-top:30px;
}
#s07 .merit{
	position: absolute;
	top:10px;
	right:0;
}
#s07 .inner{
	background: url("images/meritbg.png") no-repeat center top;
	padding: 50px;
	min-height: 724px;
}
#s07 .inner h2{
	text-align: center;
	margin-bottom:40px;
}
#s07 .inner ul{
	max-width: 720px;
	margin: 0 auto;
}
#s07 .inner ul li{
	font-size:120%;
	background: url("images/checklist.png") no-repeat left 15px;
	padding: 10px;
	padding-left: 50px;
	border-bottom:dotted 2px #333;
}
#s07 .box-style01{
	align-items:center;
}
.contact-sec{
	background: url("images/contact_bg1.png") repeat-x left bottom;
}
.contact-sec:before{
	content: "";
	display: block;
	height: 12px;
	width: 100%;
	background: url("images/bg01.png");
}
.contact-sec .inner{
	max-width: 1440px;
	margin: 0 auto;
	background: url("images/contact_bg2.png") no-repeat left top;
}
.contact-sec .container{
	position: relative;
}
.contact-sec .container .line{
	position: absolute;
	right:0;
	bottom:5px;
	width:220px;
}
.contact-sec .container h2{
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: center;
	padding-left:300px;
	padding-right: 220px;
}
.contact-sec .container h2 div{
	margin-top: 10px;
}
.contact-sec .container ul{
	padding-left:350px;
	padding-right: 280px;
}
.contact-sec .container ul li{
	text-align: center;
	padding:10px;
}
.contact-sec .container ul .ttl{
	background: #fff;
	border-radius: 30px;
	padding: 5px;
	text-align: center;
	margin-bottom: 20px;
}

#s08 h2{
	background: url("images/question_bg.png") no-repeat center center;
	padding: 35px 0 50px;
	padding-left: 9%
}
/*--アコーディオン--*/
.accordion{
	background:#f7efdc;
	padding: 20px;
	margin-bottom: 20px;
}
.accordion h3{
	cursor: pointer;
	background:url("images/plus1.png") no-repeat 98% center;
	background-size:16px;
	font-size:120%;
}

.accordion h3.open{
	background: url("images/mainasu1.png") no-repeat 98% center;
	background-size:16px;
}

/* 折り畳み部分を隠す */
.accordion div {
	display:none;
	margin-top: 10px;

}
.accordion dl{
	background: #fff;
	padding:10px;
	margin-bottom: 20px;
}
.accordion dl dt{
	position: relative;
	background:url("images/plus2.png") no-repeat 98% center;
	background-size:16px;
	padding: 10px;
	padding-left: 50px;
}
.accordion dl dt:before{
	position: absolute;
	top:5px;
	left:0px;
	content: "";
	background: url("images/q.png") no-repeat center center;
	background-size:100%;
	width: 40px;
	height: 40px;
}
.accordion dl dt.open{
	background: url("images/mainasu2.png") no-repeat 98% center;
	background-size:16px;	
}
.accordion dl dd{
	display: none;
	border-top:dotted 1px #aaa;
	background: url("images/a.png") no-repeat left 10px;
	background-size:40px;
	padding: 10px;
	padding-left: 60px;
}
#s09{
	border-top:solid 10px #f9e67c;
	background: #fefdf1 url("images/voice_bg1.png") no-repeat right top;
	background-size:50%;
	padding-bottom: 50px;
}
#s09 .container{
	background: url("images/voice_bg2.png") no-repeat 95% top;
}
#s09 section .name{
	background: url("images/voice1_icon.png") no-repeat left top;
	padding: 10px;
	padding-left: 110px;
font-family: 'Sawarabi Mincho', sans-serif;
}
#s09 #voice02 .name{
	background: url("images/voice2_icon.png") no-repeat left top;
}
#s09 #voice03 .name{
	background: url("images/voice3_icon.png") no-repeat left top;
}
#s09 section .name p{
	font-size:130%;
}
#s09 section .name ul{
	display: flex;
	flex-wrap: wrap;
}
#s09 section .name ul li{
	margin-right: 10px;
	font-size:90%;
}
#s09 section .name ul li:after{
	content: "／";

}
#s09 section .name ul li:last-of-type:after{
	content: none;
}
#s09 .voicetext{
	display: inline-block;
	position: relative;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size:140%;
	padding: 10px 15px;
	margin-bottom: 10px;
}
#s09 .voicetext:before{
	content: url("images/voice_b.png");
	position: absolute;
	left:-15px;
	top:0;
}
#s09 .voicetext:after{
	content: url("images/voice_a.png");
	position: absolute;
	right:-20px;
	top:0;
}
#s10{
	border-top:solid 10px #f6dfe4;
	background: #fefdf1 url("images/flow_bg1.png") no-repeat left top;
	background-size:50%;
	padding-bottom: 50px;
}
#s10 .container{
	background: url("images/flow_bg2.png") no-repeat 5% top;
}
#s10 ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: url("images/ya1.png") no-repeat 40% bottom;
	margin-top: -20px;
}
#s10 ul li:nth-child(even){
	flex-direction: row-reverse;
	background: url("images/ya2.png") no-repeat 60% bottom;
}
#s10 ul li:last-of-type{
	background: none;
}
#s10 ul li .step{
	width: 35%;
}
#s10 ul li .text{
	width: 60%;
}
#s11:before{
	content: "";
	display: block;
	height: 12px;
	width: 100%;
	background: url("images/bg01.png");
	margin-bottom: 20px;
}
#s11 .ttl{
	background: #f2b1c1;
	color: #fff;
	text-align: center;
	font-size:120%;
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 20px;
}
#s11 ul{
	background: #fefdf1;
	padding: 10px 20px;
	margin-bottom: 20px;
}
#s11 ul li{
	padding: 5px;
	padding-left: 30px;
	background:url("images/tel1.png") no-repeat left 10px;
}
#s11 ul li:last-of-type{
	background: url("images/map1.png") no-repeat left 10px;
}
#s11 iframe{
	height: 330px;
}
/*-------------------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 */

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
/* Fixed */
#head_wrap.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
	width: 100%;
    height: 76px;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    z-index:9;
	background:rgba(255,255,255,0.9);
}
#head_wrap.fixed ul{
	padding: 20px 0;
}
#head_wrap a {
        text-decoration: none;
     }
#head_wrap .inner {
        width: 100%;
        margin: 0 auto;
        position: relative;	
}


/*ナビゲーションを横並びに*/

#global-nav ul * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#global-nav ul{
	display: flex;
	justify-content: center;
	padding: 20px 0 30px;
}
#global-nav ul li {
  list-style: outside none none;
  margin: 0 20px;
  overflow: hidden;
}
#global-nav ul a {
  padding: 0.3em 0;
  color:#333;
  position: relative;
  display: block;
  margin: 0;
font-size:95%;
  text-decoration: none;
}
#global-nav ul a:before,
#global-nav ul a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#global-nav ul a:before {
  bottom: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-color: #d07184;
}
#global-nav ul a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: #333;
  white-space: nowrap;
}
#global-nav ul li:hover a,
#global-nav ul current a {
  transform: translateY(100%);
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 10;
}
#nav-toggle div {
        position: relative;
}
#mobile-head .logo{
	display: none;
}


/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑pcサイズ
----------------------------------
↓タブレットサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
@media screen and (min-width: 1100px) and (max-width: 1400px){
	.contact-sec .inner{
	background: url("images/contact_bg2.png") no-repeat -18% top;
		background-size:45%;
}
}

@media screen and (max-width: 1099px){
	body{
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}
	/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
  nav{
    padding: 0;
  }
  
  nav ul{
    display: block;
  }

#head_wrap {
        top: 0;
        position: fixed;
        margin-top: 0;
        width: 100%;
	     height:65px;
        padding: 0;
		z-index: 8;
	}
 #head_wrap .inner {
            width: 100%;
            padding: 0;
        }
 #head_wrap.fixed {
            padding-top: 0;
	        position: fixed;
            background: transparent;
	        height:65px;
    }
    #mobile-head {
        background: rgba(255,255,255,1);
        width: 100%;
        height:65px;
        position: relative;
		z-index: 8;
    }
	#mobile-head .logo{
	display: block;
}
   #global-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index:9;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color:#1a1a1a;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
	overflow-y: scroll;
	}
 /* #global-nav スライドアニメーション */
    .open #global-nav {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
    }
 #global-nav ul {
	 max-width: 600px;
	 margin: 40px auto 0;
     list-style: none;
     position: static;
     right: 0;
     bottom: 0;
	 flex-wrap: wrap;
	 align-items: center;
	 overflow: hidden;
	padding: 0;
	}

#global-nav ul li {
	width: 100%;
	margin: 0;
            }
    #head_wrap #global-nav ul li a,
    #head_wrap.fixed #global-nav ul li a {
        width: 100%;
		height: inherit;
        display: block;
		padding: 20px;
		color: #fff;
		text-align: center;
}
#global-nav ul a:before,
#global-nav ul a:after {
  position: static;
}
#global-nav ul a:before {
  content: none;
}
#global-nav ul a:after {
  content: none;
}
#global-nav ul li:hover a,
#global-nav ul current a {
  transform:none;
}

    #nav-toggle {
        display: block;
    }
     #nav-toggle span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #666;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
	}
 	#nav-toggle span:nth-child(1) {
            top: 0;
            }
 	#nav-toggle span:nth-child(2) {
            top: 11px;
            }
 	#nav-toggle span:nth-child(3) {
            top: 22px;
            }
	.open #nav-toggle span:nth-child(1) {
                    top: 11px;
                    -webkit-transform: rotate(315deg);
                    -moz-transform: rotate(315deg);
                    transform: rotate(315deg);
                }
	.open #nav-toggle span:nth-child(2) {
                    width: 0;
                    left: 50%;
                }
	.open #nav-toggle span:nth-child(3) {
                    top: 11px;
                    -webkit-transform: rotate(-315deg);
                    -moz-transform: rotate(-315deg);
                    transform: rotate(-315deg);
                }

}
	#s-line{
		display: none;
	}
	.contact-sec .inner{
	background: none;
}
	.contact-sec .container .line{
	width:22%;
}
.contact-sec .container h2{
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: center;
	padding-left:0;
	padding-right: 24%;
	background: #fff;
}
.contact-sec .container ul{
	padding-left:32%;
	padding-right: 25%;
	position: relative;
	background: url("images/contact_bg2.png") no-repeat -10% top;
	background-size:40%;
}
	.contact-sec .container h2 div{
		font-size:1.6vw;
	}
}

@media screen and (min-width: 640px) and (max-width: 1099px) {
	body{
		font-size:16px;
	}
	.tb-dnon{
		display:none;
	}
	.pc-dnon2{
		display:block;
	}
	#mainimage .logo{
		width: 10%;
	}
	#s01{
		background-size:50%;
	}
	#s01 .inner{
		padding-left: 10%;
	}
	#s01:after{
		width: 40%;
		background-size:100%;
	}
	#s01 h3{
		padding-left: 10%;
		padding-right:30%;
	}
	#s02 .container
	{padding:0 3%;}
	#s03 .container{
		padding: 0 3%;
	}
	#s03 .inner{
		background-size:45%;
		padding-left: 0;
		padding-bottom: 0;
	}
	#s03 .inner h2{
		margin-left: 40%;
		font-size:140%;
	}
	#s03 .inner h2 img{
		width: 60%;
		margin-bottom: 0;
	}
	#s03 .inner h2:after{
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#s03 ul li{
		padding: 5px;
	}
	#s04 .inner .text{
		top:33%;
	}
	#s04 .inner .text h3{
		margin-bottom: 15px;
		padding-bottom: 20px;
	}
	#s04 .inner .text p{
		font-size:90%;
	}
	#s05 .container{
		padding: 0 3%;
	}
	#s05 h3:last-of-type{
		background-size:100%;
	}
	#s06 section{
		padding: 30px 3%;
	}
	#s06-4 .container h3{
		margin-bottom: 30px;
	}
	#s06-4 .container h3 .binwan{
		top:15%;
		left: 0%;
		width: 18%;
	}
	#s06 section#s06-4{
		padding-top: 0;
	}
	#s06-4 .container{
		background-size:40%;
	}
	#s07 .container{
		padding: 0 3%;
	}
	#s07 .inner{
		background-size:100%;
		min-height: auto;
	}
	#s07 .inner h2{
		margin-bottom: 20px;
	}
	#s08 .container,#s09 .container,#s10 .container,#s11 .container{
		padding: 0 3%;	
	}
	
}
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑タブレットサイズ
----------------------------------
↓spサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/


@media screen and (max-width: 639px) {
	
/*----------共通------------*/

body{
	font-size:14px;

}
.sp-dnon {
    display: none !important;
}
.pc-dnon,.pc-dnon2{
    display:  block !important;
}
.db-sp{
	display:block;
}
	.sp-blk{
		display: block;
		margin: 0 auto !important;
	}


/*margin padding変更*/
.m10b-s { margin-bottom: 5px !important; }
.m20b-s { margin-bottom: 10px !important; }
.m30b-s { margin-bottom: 15px !important; }
.m40b-s { margin-bottom: 20px !important; }
.m50b-s { margin-bottom: 25px !important; }
.m60b-s { margin-bottom: 30px !important; }
.m70b-s { margin-bottom: 35px !important; }
.m80b-s { margin-bottom: 35px !important; }
.m100b-s { margin-bottom: 50px !important; }
.m01-s{margin:0 5px;}
.p01-s { padding:20px 10px !important; }
	
.f-left-pc, .f-right-pc,#m-right,#m-left{
    float: none;
}
.right-pc{
	text-align:left;
}
.cen-pc{text-align: left !important;}
	.hstyle01{
		font-size:130%;
		padding: 10px 0;
	}
.box-style01{
		display: block;
	}
	.box-style01 .b-left01, .box-style01 .b-right01{
		width: 100%;
	}
	.hstyle02{
		padding:3% 0;
		font-size:4.8vw;
	}
	.hstyle03{
		padding:3% 0;
		font-size:4vw;		
	}
	#pagetop a{
		bottom:10%;
		right:10px;
	}
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu ul {
    display: flex;
} 
	#footerFloatingMenu ul li{
		width: 33.3%;
	}
	#footerFloatingMenu ul li:first-child{
		border-right:solid 1px #fff;
		background: #fb8e8e;
	}
	#footerFloatingMenu ul li:nth-child(2){
		border-right:solid 1px #fff;
		background: #7abf9e;
	}
	#footerFloatingMenu ul li:last-child{
		background: #57c0cd;
	}
	#footerFloatingMenu ul li a{
		display: block;
		text-decoration: none;
		text-align: center;
		padding:8px 0;
	}

	#footerFloatingMenu ul li img{
		height: 35px;
	}
	footer{
		padding: 10px;
	}
	#foot-nav{
		display: block;
	position: fixed;
	bottom:0;
	left:0;
	width: 100%;
	z-index: 998;
}
#foot-nav ul{
	display: flex;
}
#foot-nav ul li {
	width: 50%;
}
#foot-nav ul li a{
	display: block;
	text-align: center;
	padding: 15px;
	padding-left: 45px;
	color: #fff;
	font-size:3.8vw;
	height: 50px;
}
	#foot-nav ul li a:hover{
		text-decoration: none;
	}
#foot-nav ul li:first-child a{
	background:#1a1a1a url("images/telicon.png") no-repeat 10px center;
	background-size:30px;
	font-size:4vw;
	border-right:solid 1px #fff;
}
#foot-nav ul li:last-child a{
	background:#1a1a1a url("images/mailicon.png") no-repeat 10px center;
	background-size:30px;
}

	footer{
		padding-bottom: 50px;
	}

.caution{
		padding: 5px;
		line-height: 1.4;
		font-size:3vw;
	}
	#mainimage{
		padding-top: 0;
	}
	#mainimage .logo{
		display: none;
	}
	#s01{
		background: #fefdf1 url("images/s01_bg1_sp.png") no-repeat left top;
		background-size:50%;
		padding: 0;
	}
	#s01 .inner{
		padding: 3% 5% 0;
	}
	#s01 .inner p.m60b-s{
		margin-bottom: 20px !important;
	}
	#s01 .inner h2{
		margin-left: 20%;
	}
	#s01:after{background: url("images/s01_bg2_sp.png") no-repeat right bottom;
		background-size: 100%;
	}
	#s01 h3{
		padding: 3% 20% 3% 3%;
	}
	#s02:before{margin-bottom: 10px;
	}
	#s02 .box-style01{
		padding: 0 3%;
		margin-bottom: 10px;
	}
	#s02 .box-style01 .b-left01{
		margin-bottom: 10px;
	}
	#s02 .box-style01 h3{
		padding-right: 20%;
	}
	#s02 .box-style01:nth-of-type(2) h3{
		padding-right: 0;
		padding-left: 20%;
	}
	#s03{
		background:#fefdf1 url("images/s03_bg1_sp.png") no-repeat left top;
		background-size:50%;
			padding:0 3% 3%;
	}
	#s03 .inner{
		position: relative;
	padding: 0;
		padding-top: 160px;
		background-size:80%;
	}
	#s03 .inner h2{
		margin-left: 0;
		font-size:130%;
	}
	#s03 .inner h2:after{
		margin-top: 5px;
		margin-bottom: 10px;
		height: 10px;
	}
	#s03 .inner:after{
		position: absolute;
		top:10px;
		right:0;
		background: url("images/challenge_sp.png") no-repeat right top;
		background-size:100%;
		width: 15%;
		height: 250px;
		content: "";
	}
	#s03 .inner p{
		text-align: left;
	}
	#s03 h2 img{
		display: none;
	}
	#s04{
		padding: 3%
	}
	#s04 .inner .text{
		top:24%;
		padding-right: 45%;
		font-size:3.5vw;
	}
	#s04 .inner .text p{
		line-height: 1.5;
	}
	#s04 .inner .text h3{margin-bottom: 10px;
		padding-bottom: 20px;
		text-align: center;
	}
	#s04 .inner .text h3 img{
		width: 80%;
	}
	#s04 .inner .img1{
		margin-bottom:40px;
	}
	#s05{
		padding-bottom: 20px;
	}
	#s05 h2{
		 padding: 10px;
		background-size:100%;
		padding:3% 33%;
		margin: 0 3%;
	}
	#s05 h3:first-of-type{
		font-size:110%;
		padding: 5px;
			margin: 0 3% 20px;;
		line-height: 1.5;
	}
	#s05 ul li{
		position: relative;
		width: 100%;
		text-align: left;
	}
	#s05 ul li br{
		display: none;
	}
	#s05 ul li img:first-of-type{
		width: 50%;
	}
	#s05 ul li img:last-of-type{
		width: 50%;
		position: absolute;
		right:0;
		top:5%;
	}
	#s05 ul li:nth-of-type(2){
		text-align: right;
	}
	#s05 ul li:nth-of-type(2) img:last-of-type{
		width: 50%;
		position: absolute;
		left:0;
		right:inherit;
		top:5%;
	}
	#s05 h3:last-of-type{padding:0 15%;
	}
	#s05 p{
		margin: 0 3%;
	}
	#s06 h2{
		padding: 0 15%;
		top:-20px;
	}
	#s06 section#s06-1,#s06 section#s06-2,#s06 section#s06-3{
		padding:5% 3%;
	}
	#s06 section#s06-1{padding-top: 40px;}
	#s06 section .b-left01{
		margin-bottom: 20px;
	}
	#s06 section#s06-4{
		padding-top: 15px !important;
	}
	#s06-4 .container h3{
		margin-bottom: 10px;
	}
	#s06-4 .container h3 .binwan{
		left: 5%;
		top:-15px;
		width: 30%;
	}
	#s06-4 .container{
		background: none;
		padding:2% 3% 3%;
	}
	#s06-4 .container p{
		margin-right: 0;
	}
	#s06-4 .container p:first-of-type:before{
		content: "";
		display: inline-block;
		width: 45%;
		height: 150px;
		background: url("images/support_bg.png") no-repeat left top;
		background-size:100%;
		float: right;
	}
	#s07{
		padding:0;
	}
	#s07 .container{
		padding: 70px 5% 0;
	}
	#s07 .merit{
		width: 30%;
	}
	#s07 .inner{
		position: relative;
		padding: 0;
		min-height: inherit;
		background: url("images/merit_bgsp2.png") repeat-y center center;
		background-size:100%;
	}
	#s07 .inner:before{
		content: "";
		background: url("images/merit_bgsp1.png") no-repeat center top;
		background-size:100%;
		width: 100%;
		height: 50px;
		display: block;
		position: absolute;
		top:-50px;
		left:0;
			
	}
	#s07 .inner:after{
		content: "";
		background: url("images/merit_bgsp3.png") no-repeat center top;
		background-size:100%;
		width: 100%;
		height:30px;
		display: block;
		position: absolute;
		bottom:-30px;
		left:0;
			
	}
	#s07 .inner h2 img:first-child{
		width: 30%;
		position: absolute;
		top:-7%;
		left:35%;
	}
	
	#s07 .inner h2{
		padding-top: 10px;
		margin-bottom: 10px;
	}
	#s07 .inner h2 br{
		display: none;
	}
	#s07 .inner ul{
		margin: 0 7%;
	}
	#s07 .inner ul li{
		font-size:100%;
		background-size:20px;
		background-position: center left;
		padding: 5px 10px 5px 30px;
	}
	#s07 .box-style01{
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#s07 .box-style01 .b-left01{
		width: 70%;
		margin: 0 auto;
	}
	.contact-sec .container h2{
		background:#fff url("images/contact_bg2.png") no-repeat -10% top;
		background-size:35%;
		padding:0% 3% 3% 25%;
	}
	.contact-sec .container ul{
		padding: 3%;
		background:#f2b1c1;
	}
	.contact-sec .container h2 div{
		font-size:90%;
		line-height: 1.5
	}
	.contact-sec .container ul li{
		padding: 0;
	}
	.contact-sec .container .line{
		display: none;
	}
	.pc-contact{display: none;}
	.sp-contact{
		display: block;
		
	}
	.sp-contact li a{
		display: block;
		padding: 12px 12px 12px 32px;
		margin-bottom: 10px;
		background: #333;
		text-align: center;
		color: #fff;
		border-radius: 10px;
	}
	.sp-contact li:first-of-type a{
		background: #dd3f6f url("images/foot_tel2.png") no-repeat 20% center;
		background-size:20px;
	}
	.sp-contact li:nth-of-type(2) a{
		background: #3ab734 url("images/foot_line2.png") no-repeat 20% center;
		background-size:20px;
	}
	
	.sp-contact li:last-of-type a{
		background: #138ca5 url("images/foot_mail2.png") no-repeat 20% center;
		background-size:20px;
	}
	.sp-contact li a:hover{
		text-decoration: none;
	}
	#s08{
		padding:0 3%;
	}
	#s08 h2{
	background-size:160%;
	padding: 3% 20% 7% 43%;
	}
	.accordion{
		padding: 10px;
	}
	.accordion dl dt{
		padding:0 20px 5px 5px;
		background-size:12px;
		padding-left: 35px;
	}
	.accordion dl dt:before{
		width: 30px;
		height: 30px;
		top:0;
	}
	.accordion dl dd{
		background-size:30px;
		padding: 5px;
		padding-left: 35px;
	}
	#s09 {
		padding-bottom: 20px;
	}
	#s09 .container{
		padding: 3%;
		background-size:35%;
	}
	#s09 figure{
		margin-bottom: 10px;
	}
	#s09 .voicetext{
		font-size:120%;
		margin-left: 5%;
		margin-bottom: 5px !important;
	}
	#s09 section .name{
		margin-bottom: 5px !important;
	}
	#s10{
		padding-bottom: 20px;
	}
	#s10 .container{
		padding: 3%;
		background-size:25%;		
	}
	#s10 ul li,#s10 ul li:last-of-type{
		display: block;
		margin-top: 0;
		background:url("images/ya2.png") no-repeat 20% 50%;
		background-size:80px;
		margin-bottom: 10px;
	}
	#s10 ul li:nth-child(even){
		background:url("images/ya1.png") no-repeat 80% 50%;
		background-size:80px;
	}
	#s10 ul li .step,#s10 ul li .text{
		width: 100%;
	}
	#s10 ul li .step img{
		width: 60%;
		margin-bottom: 5px;
	}
	#s10 ul li:nth-child(odd) .step{
		text-align: right;
	}
	#s11 .container{
		padding: 0 3%;
	}
	#s11 .b-left01{
		margin-bottom: 10px;
	}
	/*------------------お問い合わせ--------------*/
#contact-form{
	padding: 30px 0;
	}
	select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
select{
	background: #fff;
	padding: 10px;
	font-size:90%;
	border:none;
	color: #333;
	border-radius: 3px;
}

	#contact-form li dl{
	display:block;
}
#contact-form li dl dt{
	width: 100%;
	margin-bottom: 10px;
}
#contact-form li dl dd{
	width: 100%;
}
	.bikou{
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}

	}
@media screen and (max-width: 320px) {
	.se-blk{
	display: block;
	}
	.block{
		height: inherit;
		position: relative;
	}


}