@charset "utf-8";
/* CSS Document */
body{
	color:#222;
}
#subpage #contents{
	margin-top:0;
}


.boxThree{
	overflow:hidden;
}
.boxThree > li{
	float:left;
	margin-right:2%;
	width:32%;
}

.boxThree > li:last-child{
	margin-right:0;
}


body{
/*	padding-top:200px;*/
}
.contentsbox{
	/*width:100%;
	max-width:1000px;
*/
	width:100%;
	margin:0 auto;
	overflow:hidden;
	max-width:1000px;
}
.contentsbox.wide{
    max-width: 1920px;
}


#header{
	width:100%;
/*	position:fixed;
	top:0;
	left:0;
	z-index:50;*/
	background:#fff;
    padding: 10px 0;
/*
	-webkit-box-shadow: #c4d5e3 0px 0px 5px;
	-moz-box-shadow: #c4d5e3 0px 0px 5px;
	box-shadow: #c4d5e3 0px 0px 5px;
	*/
}


#header h1{
    font-size: 1.4em;
    color: #3D1F08;
    display: block;
    width: 48%;
    float: left;
}
#header h1 > span{
	display:block;
	color:#000;
	margin-bottom:15px;
}
#header h1 a > span{
	display:inline-block;
	background:#18a5bf;
	color:#fff;
	letter-spacing:2px;
	font-size:10px;
	padding:8px 12px;
	margin-bottom:1em;
	-moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}
#imgLogo{

}
#imgLogo img{
    display: block;
    margin-bottom: 10px;
    vertical-align: middle;
}


#header #navigation .contentsbox{
	margin:0 auto;
}

#header .float_right{
    width: 52%;
}

#header .float_right a{
    display:inline-block;
    margin-left: 1%;
    width: 48%;
}

#header .float_right a img{
    width: 100%;
}
/*
#imgShopname{
	margin-top:20px;
}
*/
#telnumber{
	margin-top:10px;
}
#navigation{
	background:#f7f7f7;
}

#navigation ul{
	overflow:hidden;
    display: flex;
    flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
    align-items: center;
}
#navigation li {
    width: 100%;
    min-height: 60px;
    display: table;
    border: 1px solid #ddd;
    margin-top: 2.5%;
}
#navigation li a{
	display:table-cell;
	vertical-align:middle;
	width:90%;
    padding-left: 10%;
    position:relative;
	color:#3D1F08;
    background: #fff;
	font-size:1.4em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#navigation li a:hover{
    text-decoration: none;
}

.drawer-nav{
    background: #ddd;
}
/*
#navigation li a:after{
	content:"";
	border-right:1px solid #d8ead2;
    width: 1px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
}
#navigation li#nav1 a:before{
	content:"";
	border-left:1px solid #d8ead2;
    width: 1px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
}

#navigation li a:hover{
	text-decoration:none;
	background:#5db63d;
	color:#fff;
}
*/

#contents{
	line-height:1.5em;
}
#contents p{
	margin-bottom:20px;
}

#contents h3{
}
#privacy #contents ul{
	margin-bottom:2em;
	padding-left:2em;
	list-style:disc;
}


/*
ol{
	list-style-type:decimal;
	list-style-position:inside;
}
ol li{
	margin-bottom:1em;
	padding-left:1em;
	background: url(../img/arrow.png) no-repeat 0 6px;
	border-bottom:1px solid #ccc;
}
ol li h3{
	font-weight:bold;
	margin-bottom:0.5em;
	font-size:1.1em;
}
ol li ol{
	padding-left:2em;
	list-style-position:outside;
}
ol li ol li{
	background:none;
	padding-left:0;
	border-bottom:none;
}*/
p{
	margin-bottom:1em;
}

.wideBox{
	width:66%;
}
.sideBox{
	width:32%;
}


#footer{
    background: #CED4F2;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
}
#footer .float_left{
	font-size: 1.1em;
	line-height: 1.5;
	margin-right: 50px;
}


#footer section{
    margin:0 auto;
    font-size: 1.4em;
    line-height: 1.5;
    text-align: center;
}

#footer p.aligncenter{
    font-size: 1.4em;
}

#copyright{
    text-align: center;
    background: #000;
    color: #fff;
    padding: 25px 0;
    margin:0;
}
/*
#footnavi{
	float: left;
}
#footnavi li{
	line-height: 2.5;
}
#footnavi li a{
	color:#000;
	font-size:1.1em; 
}
#copyright{
	float: right;
	text-align:right;
	font-size: 1.2em;
}
*/


#mainimage{
    height: 800px;
    background:  #55b2f8;
}

#mainimage .contentsbox{
    position: relative;
    height: 90%;
    padding-top: 5%;
    overflow: visible;
}
#mainimage .contentsbox.wide{
    padding-top: 0;
    height: 100%;
    background: url(../img/mainimage.jpg) no-repeat 100% 0;
    background-size: auto 100%;
}

#mainimage .contentsbox > h1{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18%;
    display: block;
    width: 52.9%;
}
#mainimage .contentsbox > p{
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -35%;
    display: block;
    width: 29.7%;
}

#mainimage .contentsbox > img{
    position: absolute;
    left: 0;
    top: 45%;
    display: block;
    width: 38.5%;
}


#mainimage .contentsbox > p img,
#mainimage .contentsbox > h1 img{
    width: 100%;
}


#threeReason{
    background: url(../img/bgA.png) fixed;
    padding: 50px 0;
}
#threeReason h1{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 10px 0;
}
#threeReason h1:before{
    content: "";
    display: block;
    width: 80%;
    height: 100%;
    position: absolute;
    top:0;
    left: 50%;
    margin-left: -40%;
    border-radius: 5px;

background: #d9a21a;
background: -moz-linear-gradient(top, #d9a21a 0%, #f6ff87 75%);
background: -webkit-linear-gradient(top, #d9a21a 0%,#f6ff87 75%);
background: linear-gradient(to bottom, #d9a21a 0%,#f6ff87 75%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9a21a', endColorstr='#f6ff87',GradientType=0 );
}

#threeReason h1 img{
    position: relative;
    z-index: 0;
}
#cornerA01 ul{
    display: flex;
    justify-content: space-around;
}

#cornerA01 ul li{
    width: 28%;
}
#cornerA01 .boxMedal{
    background: url(../img/picMedal.png) no-repeat;
    width: 252px;
    height: 252px;
    text-align: center;
    margin: 0 auto 10px;
}

#cornerA01 .boxMedal img{
    margin-top: 40px;
    
}

#cornerA01 ul li h2{
    text-align: center;
    font-size: 2.0em;
    color: #EF4D14;
    font-weight: bold;
    margin-bottom: 0.5em;
}

#cornerA01 ul li p{
    font-size: 1.4em;
    line-height: 1.75;
}

#trouble{
    padding: 50px 0;
    background: url(../img/bgB.jpg) no-repeat bottom center;
    background-size: 100% auto;
}

#trouble h1{
    text-align: center;
    margin-bottom: 30px;
}

#trouble ul{
    background: #fff;
    border:5px solid #3a8bc1;
    padding: 5%;
    border-radius: 15px;
    margin:0 10% 30px;   
}

#trouble ul li{
    padding-left: 60px;
    background: url(../img/icoChecked.png) no-repeat 0 0;
    font-size: 2.4em;
    line-height: 50px;
    margin-bottom: 5px;
    border-bottom: 2px dotted #b1d4ea;
    padding-bottom: 5px;
}

#trouble ul li:last-child{
    margin-bottom:0;
    padding-bottom: 0;
    border-bottom: none;
}

#cornerB01 > p{
    text-align: center;
    font-size: 3em;
    line-height: 1.5;
}

#cornerB01 > p span{
    color: #192fd8;
    font-weight: bold;
}

#result{
    padding: 30px 0; 
    background: #dff7f7;
}

#result h1,
#result p{
    text-align: center;
}
#cornerC01 ul{
    display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

#cornerC01 ul li{
    width: 31%;
    line-height: 1.75;
    font-size: 1.4em;
}
#cornerC01 ul li > img{
    display: block;
    margin: 0 auto 10px;
    width: 300px;
    height: 300px;
    object-fit: contain;
}
#cornerC01 ul li h2{
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #192FD8;
}

#cornerC01 ul li dt{
    display: inline-block;
    padding: 5px 0.75em;
    background: #192fd8;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.5em;
    border-radius: 5px;
}
#cornerC01 ul li dd{
    margin-bottom: 1.5em;
    padding-left: 1em;
}
#cornerC01 ul li dd.result-gaiyou{
    min-height: 8em;    
}
#cornerC01 ul li dd.result-gaiyou span{
    display: inline-block;
    width: 8em;
}
#cornerC01 ul li dd.price {
    font-size: 5em;
    padding-left: 0;
    font-weight: bold;
    color: #EF4D14;
    text-shadow: #fff 5px 5px 0;
    margin-bottom: 0;
}
#cornerC01 ul li dd.price span.small{
    font-size: 2rem;
}

#service{
    padding: 30px;
}
#service h1{
    margin-bottom: 30px;
}
#service h1:before{
    content: url(../img/txtD02.png);
    margin-top: -50px;
    position: absolute;
    left: 50%;
    margin-left: -550px;
}

#service h1 img{
    display:block;
    margin: 0 auto;
}

#service ul{
    display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

#service ul li{
    width: 17%;
    line-height: 1.75;
    font-size: 1.4em;
}
#service ul li > img{
    display: block;
    margin: 0 auto 10px;
    width: 170px;
    height: 170px;
    object-fit: contain;
}


#service ul li h2{
    text-align: center;
    font-weight: bold;
    color: #192FD8;
    margin-bottom: 0.5em;
}



#point {
    padding-bottom: 30px;
}
#point h1{
    text-align: center;
    padding: 10px;
    background: #93d4ff;
    font-size: 3.5em;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
}
#point ul{
    display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

#point ul li{
    width: 17%;
    line-height: 1.75;
    font-size: 1.4em;
}
#point ul li > img{
    display: block;
    margin: 0 auto 10px;
    width: 170px;
    height: 170px;
    object-fit: contain;
}

#point ul li h2{
    text-align: center;
    margin-bottom: 0.5em;
    font-weight: bold;
}
#point ul li h2 span{
    display: block;
}

#point ul li:nth-child(1) h2 span{ color: #192FD8;}
#point ul li:nth-child(2) h2 span{ color: #E95513;}
#point ul li:nth-child(3) h2 span{ color: #8DC21F;}
#point ul li:nth-child(4) h2 span{ color: #E51373;}
#point ul li:nth-child(5) h2 span{ color: #009FE8;}


#works {
    padding: 30px 0 50px;
    background: #dff7f7;
}

#works h1{
    text-align: center;
    font-size: 5em;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
    color: #192FD8;
}
#works ul{
    display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
    margin-bottom: 30px;
}

#works ul li{
    width: 30%;
    line-height: 1.75;
    font-size: 1.4em;
}

#works ul li h2{
    text-align: center;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 1.4em;
}
#works ul li > img{
    display: block;
    margin: 0 auto 10px;
    width: 300px;
    height: 190px;
    object-fit: cover;
}
#cornerF01 > p{
    text-align: center;
    font-size: 2.6em;
    font-weight: bold;
}
#cornerF01 > p span{
    color: #E95513;
}

.boxToContact{
    background: url(../img/bgToContact.jpg) no-repeat center;
    background-size: 100% auto;
}
.boxToContact .contentsbox {
    max-width: 950px;
}
.boxToContact h1{
    text-align: center;
    font-size: 3.5em;
    line-height: 2.5;
    margin-bottom: 0.75em;
    background: #93d4ff;
    font-weight: bold;
}

.boxToContact h1 img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.boxToContact .float_right{
    padding-top: 45px;
    min-height: 250px;
    text-align: right;
    background: url(../img/imgToContact.png) no-repeat  left bottom;
}

.boxToContact .float_right > img{
    margin-right: 20px;
}
.boxToContact .clearfloat a{
    display: inline-block;
    margin: 0 1% 50px;
}

#voice{
    padding: 30px 0;
    background: url(../img/bgA.png) fixed;
}
#voice h1{
    text-align: center;
    margin-bottom: 30px;
}

#voice ul{
    display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
    margin-bottom: 30px;
}

#voice ul li{
    width: 30%;
    padding: 1%;
    background: #fff;
    line-height: 1.75;
    font-size: 1.4em;
    border-radius: 15px;
}

#voice ul li h2{
    text-align: center;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 1.2em;
    min-height: 4em;
    letter-spacing: -1px;
    color: #192FD8;
}
#voice ul li .boxUser{
    position: relative;    
}
#voice ul li .boxUser span{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 0.5em;
    background: rgba(255, 255, 255, 0.4);
    font-size: 0.9em;
    line-height: 1.3;
}
#voice ul li .boxUser img{
    display: block;
    margin: 0 auto 10px;
    width: 300px;
    height: 190px;
    object-fit: contain;
}

#voice ul li p{
    margin: 0 0.5em;
}

#flow{
    padding: 30px 0; 
}
#flow h1{
    text-align: center;
    font-size: 5em;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
    color: #192FD8;
}

#flow ol{
    display: flex;
    flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
    counter-reset: cnt;
}
#flow ol li{
    width:48%; 
    margin-bottom:30px;
    counter-increment: cnt;
    position: relative;
}

#flow ol li:before{
    content: counter(cnt);
    color: #fff;
    font-size: 5em;
    display: block;
    background:url(../img/bgBaloon.png) no-repeat;
    width: 77px;
    height: 76px;
    position: absolute;
    top: 40px;
    left: 0px;
    line-height: 76px;
    text-align: center;
}
#flow ol li:nth-child(1):before{
}
#flow h2{
    text-align: center;
    font-size: 3.6em;
    line-height: 1.5;
    font-weight: bold;
    color: #192FD8;
}

#flow ol li p{
    font-size: 1.8em;
    line-height: 1.5;
}
#flow ol li img{
    display: block;
    margin:  0 auto 15px;
    box-shadow: #ddd 0 0 8px;
}

#question{
    background: url(../img/bgI.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
}


#question h1{
    text-align: center;
    font-size: 5em;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
    color: #192FD8;
    text-shadow: #fff 0 0 20px ,#fff 0 0 20px ,#fff 0 0 20px;
}

#question ol{
    counter-reset: cnt;
}
#question li{
    counter-increment: cnt;
    border:3px solid #192fd8;
    padding: 15px 3%;
    background: #fff;
    margin-bottom: 5px;
    border-radius: 15px;
    font-size: 1.8em;
    line-height: 1.75;
}
#question li h2{
    font-weight: bold;
    font-size: 1.2em;
    color: #192FD8;
    border-bottom: 2px dotted #192fd8;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}
#question li h2:before{
    content: "Q" counter(cnt) ".";
    margin-right: 0.5em;
}
#question li p{
    margin-bottom: 0;
}
#contents section{
	clear: both;
}

#contact{
    background: url(../img/bgGray.png);
    padding: 50px 0;
}

#subpage #contact {
    padding-top: 100px;
}
#contact > div{
    text-align: center;
    width: 60%;
    padding: 25px;
    background: #fff;
    line-height: 1.75;
    font-size: 1.5em;
    margin: 0 auto 50px;
    border-radius: 15px;
}
#contact > div p:last-child{
    margin-bottom: 0;
}
#privacypolicy{
    height: 150px;
    overflow-y: scroll;
    padding: 15px;
    width: 820px;
    font-size: 1.1em;
    background: #fff;
    margin: 0 auto;
    border-radius: 8px;
}
#privacypolicy h1{
    text-align: center;
    font-size: 1.2em;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.5em;
    margin-bottom: 0.75em;
}
#privacypolicy h1,
#privacypolicy h2{
    font-weight: bold;
    color: #487396;
}
#contents #privacypolicy p{
    margin-bottom: 1em;
    text-indent: 1em;
}
#privacypolicy address{
    border:3px double #aabfd0;
    padding: 1em;
    display: inline-block;
}


#contact h1{
    text-align: center;
    margin-bottom: 30px;
}
#contact > p{
    text-align: center;
    font-size: 1.8em;
    line-height: 1.5;
}
#contact > p.colorRed{
    color: #E50012;    
}
#tblContact {
    font-size: 1.6em;
	width:96%;
	margin:0 auto;
	max-width: 900px;
    border: 2px dashed #3D1F08;
}


#tblContact .hint{
    color: #aaa;
    display: block;
    line-height: 2;
}

#contact span.hissu{
	color:#fff;
    background: #F40B4E;
    display: inline-block;
    padding: 8px 5px;
    margin: 0 0.5em;
}


#tblContact tr{
    border-bottom: 1px dashed #3D1F08;
}
#tblContact tr:last-child{
    border-bottom:none;
}
#tblContact td,
#tblContact th{
	padding:1em 2em;
}
#tblContact th{
	text-align:left;
	font-weight:bold;
    vertical-align: middle;
	width: 12em;
    background: #EFEDE6;
    border-right: 1px dashed #3D1F08;
}
#tblContact input[type="text"],
#tblContact input[type="number"],
#tblContact input[type="email"] {
    width: 90%;
    padding: 6px;
    border: 1px solid #867b6d;
    background: #fff;
    font-size: 1.6em;
}

#tblContact input[type="text"].p-postal-code{
    width: auto;
    margin-left: 0.5em;
}

#tblContact textarea {
    width: 90%;
	height:150px;
    padding: 6px;
    border: 1px solid #867b6d;
    background: #fff;
    font-size: 1.2em;
    font-family: Arial;
}
.cgi #tblContact textarea {
    background:none;
	height:auto;
    border: none;
    padding: 0;
    font-size: 1em;
}
#tblContact td ul li{
	margin-bottom:0.5em;
}
#tblContact select {
    padding: 8px 4px;
	border: none;
    background: #fff;
}
#tblContact input[type="text"].error,
#tblContact input[type="email"].error,
#tblContact select.error,
#tblContact textarea.error {
    background-color: #fff;
    border: 3px solid #f9d2d2;
}

#error-checktype.error,
#error-contact.error{
	margin-bottom:0.5em;
}


td#btnSubmit{
	text-align:center;
}

input#btnSubmit,
input#btnSend,
#btnSubmit input[type="submit"] {
	margin-top:20px;
	background: #a4cc46;
background: -moz-linear-gradient(top, #a4cc46 0%, #8dc21f 50%, #80b01a 100%);
background: -webkit-linear-gradient(top, #a4cc46 0%,#8dc21f 50%,#80b01a 100%);
background: linear-gradient(to bottom, #a4cc46 0%,#8dc21f 50%,#80b01a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4cc46', endColorstr='#80b01a',GradientType=0 );
	padding:30px;
    width: 600px;
	font-size:2em;
	color:#fff;
    border: none;
	letter-spacing: 2px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
    cursor: pointer;
}
input#btnSubmit:hover,
input#btnSend:hover,
#btnSubmit input[type="submit"]:hover{
	opacity: 0.6;
}

input[readonly]{
	background:#f2f2f2;
	color:#666;
}

label.error{
	display: inherit;
    font-size: 0.8em;
    color: #DC0003;
    background: #f9d2d2;
    padding: 0.5em;
    max-width: 92%;
}


#fixed-contactbanner{
    position: fixed;
    bottom: -100%;
    width: 100%;
    padding: 15px 0;
    z-index: 100;
    background: #fff;
    text-align: center;
    opacity: 0.75;
    transition: all 0.3s;
}

#fixed-contactbanner:hover{
    opacity: 1;
}

#fixed-contactbanner.view{
    bottom: 0;
}


#fixed-contactbanner ul{
    display: flex;
    justify-content: center;
}

#fixed-contactbanner ul li{
    margin: 0 10px;
}
#fixed-contactbanner ul li img {
    max-height: 70px;
}
#fixedTEL{ display: none;}

@media screen and (max-width: 960px){
.contentsbox{
	width:96%;
	margin:0 2%;
}


}

@media screen and (max-width: 400px) {
}
