@charset "utf-8";
/* CSS Document */

learfix::after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}

dt.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;zoom:1;}


img,iframe{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width:100%;
	hegiht:auto;
}

.bold {font-weight: bold;}


.mt3 {margin-top: 3px!important;}
.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}

.mb3 {margin-bottom: 3px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}

.pdg3 {padding: 3px;}
.pdg5 {padding: 5px;}
.pdg10 {padding: 10px;}
.pdg20 {padding: 20px;}
.pdg30 {padding: 30px;}
.pdg40 {padding: 40px;}
.pdg50 {padding: 50px;}

.va--t {vertical-align: top;}
.va--m {vertical-align: middle;}
.va--b {vertical-align: bottom;}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
background:transparent;
-webkit-text-size-adjust:none;
}
textarea {font-family:inherit;font-size:inherit;width:100%;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
li{list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
ins {text-decoration:none;}
mark {font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
header, section, footer, aside, nav, main, article, figure {display: block;}

button[type="submit"]{
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-family:inherit;
vertical-align:baseline;
cursor:pointer;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="date"],
input[type="tel"]{
border:1px solid #ddd;
vertical-align:baseline;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background:#fff;
border-radius:10px;
padding:5px;max-width:650px;
	margin-top:10px;width:100%;
}

textarea{border:1px solid #ddd;
vertical-align:baseline;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background:#fff;
border-radius:10px;	margin-top:10px;

padding:5px;max-width:650px;width:100%;}


input[type="submit"]{cursor:pointer;}

select{
border:1px solid #ddd;
font-family:inherit;
vertical-align:baseline;
-o-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
::-webkit-input-placeholder{
color:#888;
}
::-moz-placeholder {
color:#888;
opacity:1;
}
:-ms-input-placeholder {
color: #888;
}





hr {
color:#EBE4D6;
height:1px;
}


a{outline:none;}
a:link     {color:#333333; text-decoration:none; }
a:visited  {color:#333333; text-decoration:none; }
a:hover    { color:#333333; text-decoration: none;}
a:active   {color:#333333; text-decoration:none; }



/* CSS Document */

*{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
	list-style-type: none;
	font-size: 17px;
	line-height: 1.5em;
}

br{
  line-height: initial;
}

	
ul {
list-style:none;padding:0;
margin:0;
}

body{
font-size:17px;
font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
color:#333333;
position:relative;
width: 100%;    overflow-x: hidden;
}

p{line-height:180%;}

.cl:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.cl {
  min-height: 0px;
  clear:both;
}

* html .cl {
  height: 0px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
@media screen,tv{
.print{
		display:none;
	}}

@media print{
#pagetop {
	display:none;
	}
}

	#pageTop{
	position:fixed;
	bottom:40px;
	right:40px;
	font-family:Palatino Linotype;z-index:10;
	}




/**/
a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

.nopc{display:none;}





/**/
.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex, .flex-st, .flex-cn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;}


/**/



#header{}
.head_l{float: left;
    display: block;    max-width: 100%;
	width: 390px;}
.head_r{ float: right;
    display: block;max-width: 100%;
	width: 380px;}
.head_r .mini{width:90px;display:block;float:left;margin-top: 35px;}
.head_r .mini .fo12{font-size:12px;color:#b3c402;display: block;}
.head_r .tel{display:block;float:left;    margin-top: 25px;}
.head_r .tel a{color:#b3c402;font-size:40px;font-weight:bold;}

#topimage{background-image:url(../images/lp2019/u4btop.jpg);background-size:cover;padding:50px 0;position:relative;z-index:2;}

.woman{z-index:1;position:absolute;bottom:0;right:0;display:block;}

.top_in{z-index:2;position:relative;}
.top_in h2{text-shadow: 0 0 8px #eef6f9;}
.top_in h2 span{text-shadow:none;}
.top_in p{text-shadow: 
    #eef6f9 2px 0px,  #eef6f9 -2px 0px,
    #eef6f9 0px -2px, #eef6f9 0px 2px,
    #eef6f9 2px 2px , #eef6f9 -2px 2px,
    #eef6f9 2px -2px, #eef6f9 -2px -2px,
    #eef6f9 1px 2px,  #eef6f9 -1px 2px,
    #eef6f9 1px -2px, #eef6f9 -1px -2px,
    #eef6f9 2px 1px,  #eef6f9 -2px 1px,
	#eef6f9 2px -1px, #eef6f9 -2px -1px;}
#footer{padding:15px 0;}

.foot_l {
    float: left;
    display: block;
    width: 157px;
}
.text_s{     float: right;
    display: block;
    max-width: 100%;
	width: 360px;
    font-size: 13px;
    line-height: 150%;
    text-align: right;
    word-break: keep-all;
}
.text_s a{font-size:13px;}

.copy{font-size:11px;}

/**/

h2{color:#3f3f3f;font-size:44px;font-weight:bold;line-height:130%;letter-spacing:1px;margin-bottom: 16px;}

h2 .muke{display:block;margin:0 auto;margin-bottom:13px;background:#b3c402;color:#fff;padding:5px;width:290px;box-sizing:border-box;}
h2 .color_yg{color:#b3c402;    font-size: 44px;}

#topimage p{margin-bottom:30px;font-weight:bold;}

.color_yg{color:#b3c402;}
/**/
#nayami{padding-top:45px;background:url(../images/lp2019/komatta.jpg) no-repeat;
background-size:cover;text-align:center;}
#nayami ul{width:700px;margin:0 auto;    margin-bottom: 30px;
    display: inline-block;}

#nayami li{background:url(../images/lp2019/label_nayami.png) no-repeat;width:313px;height:91px;display: block;
    float: left;}

#nayami li{margin: 0 6px;margin-top:30px;}
#nayami li:nth-child(2n+1){margin-top:0px;}

.nayami_in{background:url(../images/lp2019/yazi1.png) no-repeat 50% 0%;height:100px;overflow:hidden;}


#nayami h3{color: #fff;
    text-align: center;
    text-shadow: 0px 2px 3px #000;
    line-height: 1.3;
font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;}

.nayamitext{color: #fff;
    text-align: center;
    text-shadow: 0px 2px 3px #000;
    line-height: 1.3;    font-weight: bold;font-size: 28px;
}

.nayamitext span{color:#b3c402;    font-size: 36px;}

.tb{display:table;    width: 100%;
    height: 100%;}

.tb-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    padding-left: 10px;
    font-weight: bold;    line-height: 15px;
}


.tb2{display:table;    width: 100%;
    height: 100%;}

.tb2-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    text-align: center;
}



/**/

#about{padding-bottom:45px;}
#about h3{margin-bottom:30px;font-weight:bold;}
#about h3.about .line{border-bottom:3px solid #d21577;padding-bottom:5px;font-size:20px;margin-bottom:10px;display:inline-block;}
.fo42{font-size:42px;}
#about h3.about .u4b{background:url(../images/lp2019/u4bicon.png) no-repeat 0 50%;font-size:26px;line-height:60px;display:inline-block;    padding-left: 50px;}
#about .container{max-width:900px;}

/**/
#zenkoku{padding:45px 0;background:#eef6f9;text-align:center;padding-top: 65px;}
#zenkoku h3{line-height:150%;font-size:26px;margin-bottom:60px;}
#zenkoku h4{font-size:20px;}
.zen1{position:relative;    padding-bottom: 20px;    padding-top: 30px}
.asta{position:absolute;left:0;right:0;margin:auto;z-index:1;bottom:30px;}

.zissekibox{font-size:14px;padding:20px;border:1px solid #89b929;background:#fff;text-align:left;}
.zissekibox h4{font-size:16px;font-weight:bold;margin-bottom:15px;text-align:left;}
.zissekibox p{font-size:14px;    margin-bottom: 20px;}
/**/

.rowtable{display:table;width:100%;}

.rowtd{display:table-cell;width:50%;padding: 35px;vertical-align: top;}

.indent-1 {
padding-left:1em;
text-indent:-1em;
}
.case_r{padding:20px;background:#fff;}
.case_r h4{font-size: 20px;
    text-align: left;
    margin-bottom: 18px;}
.case_r h4 span{font-weight:bold;margin-top: 6px;
    display: inline-block;}

.case_r h5{
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 5px 15px;
    margin: 10px auto;color:#fff;background:#e2609e;    text-align: left;
}

.case_r h5:before,.case_r h5:after{content:none;}


.zirei1{background:url(../images/lp2019/zirei1.jpg) no-repeat 50% 50%;background-size:cover;min-height:300px;position:relative;}
.zirei2{background:url(../images/lp2019/zirei2.jpg) no-repeat 50% 50%;background-size:cover;min-height:300px;position:relative;}
.zirei3{background:url(../images/lp2019/zirei3.jpg) no-repeat 50% 50%;background-size:cover;min-height:300px;position:relative;}
.zirei4{background:url(../images/lp2019/zirei4.jpg) no-repeat 50% 50%;background-size:cover;min-height:300px;position:relative;}
.zirei_box p{font-size:15px;line-height: 150%;}

.zirei_maru{position:absolute;z-index:1;top:-52px;left:-52px;}

.b_usu{background:#fdffcd;}
.b_kimi{background:#b3c402;}
.i_event h6{color:#b3c402;margin-bottom:15px;}
.merrit h6{color:#fff;margin-bottom:15px;}
.merrit li{color:#fff;}
.rowtable li{font-size:15px;}

.zirei_box .row{min-height:400px;}
/**/

.button {
  display: inline-block;
  /*width: 226px;
  height: 38px;*/
  text-align: center;
  text-decoration: none;
  line-height: 38px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.more,.mail_btn {
    width: 300px;
    background: #e2609e;
    border: none;
    color: #FFF!important;
    height: 56px;
    font-size: 20px;
    border-radius: 60px;
    box-shadow: 0px 0px 0px 7px rgba(226, 96, 158, 0.2);
    display: inline-block;
    margin:10px;
    line-height: 56px;
    text-decoration: none;
}

.mail_btn{padding-left:50px;background:#e2609e url(../images/lp2019/icon_mail2.png) no-repeat;background-position:20% 50%;}
.more:hover,.mail_btn:hover{background:#fff;color:#e2609e!important;}
.mail_btn:hover{background:#fff url(../images/lp2019/icon_mail.png) no-repeat;background-position:20% 50%;}


/**/


.accordionlist{
/*width: 80%;*/
margin: 10px auto;
    margin: 30px 20px;
}
.accordionlist dt{
    display:block;position:relative;
    padding: 25px 5%;padding-right: 60px;
    border-top: 1px solid #DFDFDF;font-weight:bold;   background:url('../images/lp2019/q1.png') no-repeat 5px 50%;padding-left:100px;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
    padding-left: 10px;
	float: left;
	font-size:22px;padding-top: 0px;
}

.accordionlist dt .title2{
    /*padding-left: 10px;padding-top: 10px;*/
	float: left;
	font-size:22px;width:90%;
}

.mart8{margin-top:8px;}

.accordionlist dd{
    display:none; border-top: 2px solid #DFDFDF;
    padding: 25px 5%;min-height: 104px;
background:#eef6f9 url('../images/lp2019/a1.png') no-repeat 5px 50%;padding-left:100px;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}


.accordion_icon {
	position: absolute;
	width: 50px;
	height: 50px;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	margin-right: 5px;
	background:#fff;
	border-radius:25px;
	border:2px solid #cecece;
}
.accordion_icon span {
	position: absolute;
left:0;right:0;margin:auto;
width: 50%;
    height: 3px;
    background-color: #3f4b51;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 22px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 22px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.accordion_icon:hover{cursor: pointer;}

.accordion_icon.active2 span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active2 span:nth-of-type(2) {
	top: 22px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.accordionlist{
/*width: 80%;*/
margin: 10px auto;
    margin: 30px 20px;    border-top: 1px solid #DFDFDF;    border-bottom: 1px solid #DFDFDF;
/*	    box-shadow: 0px 0px 10px rgba(200,200,200,0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(200,200,200,0.5);
    -moz-box-shadow: 0px 0px 10px (200,200,200,0.5);*/
}

.accordionlist dt:first-child{
    border-top: none !important;
}

.accordionlist dt .title2{
    /*padding-left: 10px;padding-top: 10px;*/
	float: left;
	font-size:22px;width:90%;
}

.mart8{margin-top:8px;}

h3{margin-bottom:28px;}
/**/
.contact{padding:40px 0;background:#e2609e;color:#fff;}
.contact .container{position:relative;}

.contact .col-lg-5,.contact .col-lg-7{text-align:center;}

.footu4b{position:absolute;z-index:1;width:145px;height:315px;right:-110px;bottom:-40px;}

a[href^="tel:"]{cursor:default;}

.contel{margin-top:10px;display: inline-block;position: relative;
    z-index: 3;}
.contel .mini{width:90px;display:block;float:left;margin-top: 10px;}
.contel .mini .fo12{font-size:12px;color:#fff;display: block;}
.contel .tel{display:block;float:left;}
.contel .tel a{color:#fff;font-size:40px;font-weight:bold;}

.mail_btn2,.order_btn{
max-width: 300px;
    width: 100%;
    border: none;
    height: 56px;
    font-size: 20px;
    border-radius: 60px;
    box-shadow: 0px 0px 0px 7px rgba(225, 255, 255, 0.2);
    display: inline-block;
    margin:10px;
    line-height: 56px;
	text-decoration: none;}


.mail_btn2{padding-left:50px;background:#fff url(../images/lp2019/icon_mail.png) no-repeat;background-position:20% 50%;color:#e2609e!important;}
.mail_btn2:hover{background:#fff24e url(../images/lp2019/icon_mail.png) no-repeat;background-position:20% 50%;}

.order_btn{padding-left:50px;background:#fff url(../images/lp2019/icon_order.png) no-repeat;background-position:20% 50%;color:#e2609e!important;}
.order_btn:hover{background:#fff24e url(../images/lp2019/icon_order.png) no-repeat;background-position:20% 50%;}

/**/

#strongth{padding-top:70px;position:relative;}
h3 span.line{font-size: 20px;
	padding-bottom: 5px;margin-bottom: 10px;position:relative;    display: block;
}
h3 span.line:before {
	content:'';
	width:63px;height:2px;
    background:#d21577;
	left:0;
	    right: 0;
	margin:auto;
	bottom:0;display: block;
	position:absolute;z-index:1;
}

h3.about span.line:before {content:none;}

.z_1{margin-top:40px;}

#flow{padding-top:90px;border-top:4px solid #edf5f8;position:relative;padding-bottom:60px;}

#flow:before{position:absolute;z-index:1;left:0;right:0;margin:auto;top:-4px;content: url(../images/lp2019/yazi2.png);text-align:center;    display:-ms-flexbox;
    display:-webkit-box;
    display:flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;}

.serimg1{}


h3.en {
font-size:48px;
    font-weight: bold;text-align:center;display:table;margin:0 auto;    margin-bottom: 40px;
}
h4{font-size:36px;margin-bottom:30px;text-align:center;font-weight:bold;}
#strongth .col-md-5{position:relative;text-align:center;}
#strongth .ab{position:absolute;z-index:1;top:-100px;left:0;}

h5{font-size:28px;display:table;position:relative;padding:0 16px;margin:0 auto;    margin-bottom: 30px;}

h5:before{width:60px;height:1px;background:#e2609e;position:absolute;z-index:1;content:'';left:-60px;top:0;bottom:0;margin:auto;}
h5:after{width:60px;height:1px;background:#e2609e;position:absolute;z-index:1;content:'';right:-60px;top:0;bottom:0;margin:auto;}
#pattern {text-align:center;padding-top: 40px;}
#pattern h6 {
    background: url(../images/lp2019/tool.png) no-repeat;
    padding: 0px 20px;
    padding-top: 26px;
    height: 81px;
    margin: 0 auto;
    margin-top: -20px;
    z-index: 2;
    position: relative;
    text-align: left;
    display: table;
    width: 233px;}

h7{font-size:17px;text-align:center;font-weight:bold;    margin-bottom: 20px;
    display: block;
}

.exabox{padding:40px;border-radius:30px;background:#ffffff;text-align:center;}

#flow .container{max-width:860px;}
#pattern p{text-align:left; 
    font-size: 15px;}
.step{background:#b3c402;color:#fff;width:78px;height:78px;z-index:1;position:absolute;text-align:center;border-radius:40px;left:0;right:0;margin:auto;top:-38px;}
.s_step{font-size:15px;color:#fff;display:block;margin:0 auto;margin-top:10px;}
.s_number{color:#fff;font-size:40px;display:block;margin:0 auto;line-height: 40px;}


.stepbox{background:#fdffcc;position:relative;max-width:390px;width:100%;margin:0 auto;margin-top: 50px;}

#flow li { position: relative;
	margin-top: 120px;    width: 390px;}

#flow li:nth-child(even) {
    float: right;
    margin-top: -120px;
}

#flow ul{margin-top:-50px;}

.stepbox p{padding:10px;}

/**/
#design{background:#eef6f9;padding:70px 0;position:relative;}
#design .ab2{position:absolute;z-index:1;top:0;right:0;}
/**/

#feature{padding:70px 0;position:relative;}

#feature table{max-width:926px;margin:0 auto;width:100%;display:table;}

#feature td{width:33.33%;text-align:center;padding: 6%;display:table-cell;vertical-align:top;
font-weight:bold;
}
#feature td img{margin-bottom:10px;}
#feature td:nth-child(2){border-left:1px solid #ccc;border-right:1px solid #ccc;}
#feature tr:first-child{border-bottom:1px solid #ccc;}
/**/

#case{padding:60px 0;background:#eef6f9;    padding-bottom: 80px;}

#faq{padding:60px 0;}

/**/

.fluid-box{
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);    margin-bottom: 65px;
}
.i_event{
max-width: 520px;width:100%;
    float: right;
}

.merrit{max-width: 520px;width:100%;
    float: left;}

/**/
#contact{padding:60px 0;background:url(../images/lp2019/footback.png) no-repeat 100% 102%;background-size:100%;position:relative;text-align:left;}

.contactbox{padding:50px 8%;position:relative;background:#515c60;border-radius:40px;max-width:900px;width:100%;margin:0 auto;color:#fff;}

.contactbox h3,.contactbox p{color:#fff;text-align:center;}
.contactbox h3{line-height: 130%;}

.contactbox:before{content:url(../images/lp2019/kurippu.png);
top:0;right:0;z-index:1;position:absolute;
}
.required {
    color: #fff;
    background: #b3c402;
    padding: 2px 10px;
    font-size: 12px;
    vertical-align: middle;
	letter-spacing:1px;margin-right:15px;
}

.contactbox label{text-align:left;    max-width: 650px;
margin:0 auto;width:100%;margin-bottom:30px;}




input[type="submit"] {
  display: inline-block;
  /*width: 226px;
  height: 38px;*/
  text-align: center;
  text-decoration: none;
  line-height: 38px;
  outline: none;font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

}
input[type="submit"]::before,
input[type="submit"]::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
input[type="submit"],
input[type="submit"]::before,
input[type="submit"]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}



input[type="submit"] {
    max-width: 300px;width:100%;
    background: #e2609e;
    border: none;
    color: #FFF!important;
    height: 56px;
    font-size: 23px;
    border-radius: 60px;
    box-shadow: 0px 0px 0px 7px rgba(226, 96, 158, 0.2);
    display: inline-block;
    margin:10px;
    line-height: 56px;
    text-decoration: none;
}


input[type="submit"]:hover{background:#fff;color:#e2609e!important;}

@media print{
#pagetop {
	display:none;
	}
}

	#pageTop{
	background:rgba(0,0,0,0.75);
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
	font-family:Palatino Linotype;
	}
#pageTop:hover{
	background:rgba(33,22,19,0.75);
	}

#pageTop img{width:40px;}


@media (max-width:992px) {
	
#flow {
    padding-bottom: 60px;
}
	
#flow ul {
    margin-top: 0px;
}
#flow li:nth-child(even) {
    float:none;
    margin-top:0px;
}

#flow li {
position: relative;
    margin-top: 60px;
    width: auto;
}
	#strongth .ab{
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
}
	#design .ab2{
	    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
}
	
	.top_in{    background: rgba(255,255,255,0.7);padding: 20px 0;padding-bottom: 80px;}
		.woman{width:50%;}
	.top_in h2 span.color_yg{    text-shadow: #eef6f9 2px 0px, #eef6f9 -2px 0px, #eef6f9 0px -2px, #eef6f9 0px 2px, #eef6f9 2px 2px, #eef6f9 -2px 2px, #eef6f9 2px -2px, #eef6f9 -2px -2px, #eef6f9 1px 2px, #eef6f9 -1px 2px, #eef6f9 1px -2px, #eef6f9 -1px -2px, #eef6f9 2px 1px, #eef6f9 -2px 1px, #eef6f9 2px -1px, #eef6f9 -2px -1px;}
	.top_in h2 {
    text-shadow: #eef6f9 2px 0px, #eef6f9 -2px 0px, #eef6f9 0px -2px, #eef6f9 0px 2px, #eef6f9 2px 2px, #eef6f9 -2px 2px, #eef6f9 2px -2px, #eef6f9 -2px -2px, #eef6f9 1px 2px, #eef6f9 -1px 2px, #eef6f9 1px -2px, #eef6f9 -1px -2px, #eef6f9 2px 1px, #eef6f9 -2px 1px, #eef6f9 2px -1px, #eef6f9 -2px -1px;
}
	
	h2{font-size:30px;}
	h3.en {
		font-size: 28px;}
	h3 span.line {
    font-size: 17px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
    display: block;
	}.contactbox h3{    font-size: 23px;
}
	
}
@media (max-width:768px) {
	
	#footer {
    padding: 15px 0;
    padding-bottom: 80px;
}
	
	.accordionlist dt{
		background: url(../images/lp2019/q1.png) no-repeat 5px 50%;
	    background-size: 40px;padding-left: 50px;}
	
	.accordionlist dd{
		background: #eef6f9 url(../images/lp2019/a1.png) no-repeat 5px 50%;
	    background-size: 40px;padding-left: 50px;}


.accordion_icon {
    width: 40px;
    height: 40px;
    float: right;
}


.accordion_icon span:nth-of-type(1) {
    top: 17px;
}
.accordion_icon span:nth-of-type(2) {
    top: 17px;
}

.accordion_icon.active2 span:nth-of-type(2) {
	top: 17px;}
	
	.contact .row{z-index:10;}
	
	h5 {
    font-size: 20px;
    display: table;
    position: relative;
    padding: 0 5px;
    margin: 0 auto;
    margin-bottom: 30px;
}
	
	#zenkoku .row{padding:0 30px}
	.zen1 {
    position: relative;
    padding-bottom: 50px;
    padding-top: 30px;
    border-bottom: 1px dotted #ccc;
}
	
	.z_1 {
    margin-top: 0px;margin-bottom: 30px;
}	.z_2 {margin-bottom: 30px;
}
	
	#zenkoku h4 {
    font-size: 17px;
}
	
	#design .col-md-5{text-align:center;}

	.head_l,.head_r{float:none;width:auto;}

.head_l h1{text-align:center;}
	.head_r{
	    margin: 0 auto;display: inline-block;}
#header .container{text-align:center;}
	h2 .color_yg {
    color: #b3c402;
    font-size: 34px;
}

#nayami h3 {
	font-size: 18px;}

	#nayami ul{maz-width:700px;width:100%;}

	
.more, .mail_btn{display:block;margin:0 auto;margin-bottom:30px;    z-index: 50;
    position: relative;}
.mail_btn2,.order_btn{display:block;margin:0 auto;margin-bottom:30px;    z-index: 50;
    position: relative;}

	
.footu4b {
    position: absolute;
    z-index: 1;
    right: 0px;
bottom: -50px;
    /* top: 0; */
    margin: auto;
    width: 70px;height:auto;
}

	.text_s{float:none;
    display: block;
    max-width: 100%;
    width: auto;}
	
	.foot_l {
    float: left;
    display: block;
    width: 30%;
}
	
}

@media (max-width:700px) {

#nayami li{float:none;margin:0 auto;margin-top:10px;}
#nayami li:nth-child(2n+1){margin-top:10px;}
}

@media (max-width:576px) {
	
.contel .mini {
    width: auto;
    display: block;
    text-align: left;
    float: none;
    margin-top: 0px;
}
	.contel .mini .fo12 {
    font-size: 12px;
    color: #fff;
    display:inline;
}
	
.woman {
width: 130px;
    bottom: -15px;
    z-index: 10;
}
	
	#topimage{overflow:hidden;}
	
	.zirei_box .row{margin:auto;}
	.zirei_maru {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -10px;
}
	.fluid-box {
    width: auto;
    position: relative;
    left: auto;
    transform:none;
    margin-bottom: 65px;}
	
	#pattern h6{padding-top: 30px;}
#pageTop {
    background: rgba(0,0,0,0.75);
    border-radius: 5px;
    color: #FFF;
    padding: 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-family: Palatino Linotype;
}
	#pageTop img {
    width: 30px;
}
	
*{
font-size:14px;
}
.nopc{display:block;}
.nosp{display:none;}

.top_in img{width:100px;height:auto;z-index: 20;
    position: relative;}

.w1000{width:auto;padding:0 10px;}


body{
font-size:14px;line-height:160%;}

p{font-size:14px;}

img{max-width:100%;width:auto;height:auto;vertical-align: middle;/*display: block;
    margin: 0 auto;*/}
	
	.head_r .mini{margin-top:30px;}
	.head_r .tel a{font-size:30px;}
	.top_in h2 span {
    text-shadow: none;
    font-size: 20px;
		
	}
.top_in h2{
    font-size: 20px;    z-index: 100;
    position: relative;
}
	#about h3.about .line {
    border-bottom: 3px solid #d21577;
    padding-bottom: 5px;
		font-size: 16px;}
	#about .col-md-4{text-align:center;}
	
	h3 {
    font-size: 20px;
}h3 span.line {
	font-size: 13px;}
	#zenkoku h3 {
    line-height: 150%;
    font-size: 20px;
    margin-bottom: 20px;
}
	h4 {
    font-size: 17px;font-weight:bold;
    margin-bottom: 30px;
    text-align: center;
}
	#topimage p{font-size:13px;    z-index: 100;
    position: relative;}
	
	.rowtd{display:table;width:100%;}

	nayamitext {    font-size: 17px;}
.nayamitext span {
    font-size: 28px;
}

}

