@charset "utf-8";
/* CSS Document */
body{ background-color: #f5f5f5;}

#main .sub_column p span,
#main .check_column p span{
	color: #cc0000;
	background: linear-gradient(transparent 60%, #fff000 0%);}

#main .sub_column .break{
	color: #000;
	display: inline-block;
	background: none;}

#main .sub_column h2 .break{ color: #1a3970;}

span.box{ display: block;}

span.small_note{
    font-size: 1rem;
    background: inherit !important;
    color: inherit !important;
}



/* ================================================================================

	content

================================================================================ */
#main{
	width: 96%;
	max-width: 1190px;
	margin: 0 auto;
	padding-bottom: 80px;}


/* ---- article -------------------------------------- */
article section{
	position: relative;
	padding: 50px;
	box-sizing: border-box;
	background-color: #FFF;}

article section:nth-of-type(n + 2){ margin-top: 50px;}



/* ================================================================================

	sub_nav

================================================================================ */
#main .sub_nav:before {
    font-family: "icons";
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    padding: 10px 0;
    box-sizing: border-box;
    color: #FFF;
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    border-radius: 6px;}

#main .sub_nav:after {
    position: absolute;
    content: "";
    display: block;
    top: 120px;
    left: 50%;
    border: 8px solid transparent;
    width: 0;
    height: 0;
    margin: 0 0 0 -8px;}


#main .sub_nav h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #1a3970 10%, #1a3970 90%, transparent);
    background-image: linear-gradient(to right, transparent, #1a3970 10%, #1a3970 90%, transparent);
    background-position: center;
    background-repeat: no-repeat;}

#main .sub_nav .nav_list{
	width: 100%;
	margin: 10px auto 0;
	-webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;}

#main .sub_nav .nav_list li{
	position: relative;
	margin: 20px 0 0;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	border: 1px #cccccc solid;
	border-radius: 6px;
	z-index: 0;}

#main .sub_nav .nav_list li:before{
	align-items: center;
	font-family: "icons";
	content: "";
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	top: 0;
	left: 10px;
	right: auto;
	bottom: 0;
	margin: auto;
	color: #FFF;
	font-size: 26px;
	line-height: 1.6em;
	font-weight: normal;
	text-align: center;
	background-color: #cccccc;
	border-radius: 6px;
	transition: all .2s;
	z-index: 1;}

#main .sub_nav .nav_list li:after{
	align-items: center;
	font-family: "icons";
	content: "\e931";
	position: absolute;
	display: inline-block;
	top : 50%;
	transform: translateY(-50%);
	right: 6px;
	margin: 0;
	color: #CCC;
	font-size: 10px;
	transition: all .2s;}

#main .sub_nav .nav_list li a{
	align-items: center;
	height: 100%;
	color: #000;
	padding: 20px 30px 20px 60px;
	box-sizing: border-box;
	letter-spacing: .08em;
	z-index: 2;}



/* ================================================================================

	sub_column

================================================================================ */
/* ----------------------------------------------------

	sub_column Common

---------------------------------------------------- */
#main .sub_column p,
#main .check_column p{ font-size: 16px;}

#main .sub_column p + p,
#main .check_column p + p{ margin-top: 16px;}




/* --------------------------------------------------

	common

-------------------------------------------------- */
#main .sp_contact,
.side_banner_area{ display: none;}






/* ================================================================================

	contact

================================================================================ */
#contact{
	width: 100%;
	margin:0 auto 20px;
	padding: 80px 0;
	background-color: #FFF;}

#contact .inner{
	width: 96%;
	max-width: 1130px;
	float: none;
	margin:0 auto 20px;
	overflow: hidden;
	text-align:center;
	font-size:0;}

#contact .phone,
#contact .investigation{
	display:inline-block;
	width: 47%;
	max-width: 540px;
	margin-bottom:30px;
	vertical-align:top;}
#contact .phone + .investigation{margin-left:6%}



/* ---- phone ------------------------------------ */
#contact .phone .text{
	padding-bottom:5px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	letter-spacing:.15rem;
	border-bottom:2px #000 solid;}

#contact .phone .sp_text{ display: none;}

#contact .phone .time{
	margin-right: 10px;
	padding: 5px;
	color: #FFF;
	text-align: center;
	letter-spacing: .1rem;
	border-radius: 6px;
    background: -webkit-gradient(linear, left top, right bottom, from(#f5a747), to(#ee582d));
    background: -webkit-linear-gradient(left top, #f5a747, #ee582d);
    background: -moz-linear-gradient(left top, #f5a747, #ee582d);
    background: -o-linear-gradient(left top, #f5a747, #ee582d);
    background: linear-gradient(to right bottom, #f5a747, #ee582d);}
   
#contact .phone .free{
	display: inline-block;
	color: #eb8b2d;
	font-size: 25px;
	text-align: center;
	background: -webkit-linear-gradient(#f5a747 40%, #ee5c2f 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}

#contact .number{
	margin: 10px auto 0;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .2rem;
	line-height: 3.5rem;
	box-sizing: border-box;}

#contact .number span{
	font-family: "icons", "Arimo", sans-serif;
	position: relative;}

#contact .number span:before{
	content: "\e91b";
	color: #f48039;
	font-size: 46px;
	font-weight: normal;}

#contact .inner .phone .muryou{
	margin: 5px auto 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 6px;
	background-color: #f48039;}


/* ---- investigation ------------------------------------ */
#contact .investigation .text{
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 27px;
	font-weight: bold;
	text-align:left;
	letter-spacing: .1rem;
	line-height: 1.8rem;
	border-bottom: 2px #000 solid;
	box-sizing: border-box;}

#contact .investigation .credit{
	display: inline-block;
	margin-left: 30px;
	font-size: 11px;
	font-weight: normal;
	line-height: 1rem;
	letter-spacing: 0;
	white-space: nowrap;}

#contact .investigation .credit:before{
	position: relative;
	display: inline-block;
	top: 2px;
	content: "";
	width: 138px;
	height: 30px;
	margin-right: 10px;
	background-image: url(../images/price_card_img.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: top;
	float: left;}

#contact .investigation .price{
	margin-top: 10px;
	color: #21ba9c;
	font-size: 27px;
	text-align: center;
	line-height: 3.5rem;
	letter-spacing: .1rem;
	background: -webkit-linear-gradient(#21ba9c 40%, #21a086 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}

#contact .investigation .money{
	font-size: 54px;
	font-weight: bold;}

#contact .investigation .small{ font-weight: bold;}


#contact .investigation .small .note{
    font-size: 18px;
}

/* ---- btn ------------------------------------ */
#contact .mail,
#contact .line{
	display:inline-block;
	width: 49%;
	text-align:left;
	vertical-align: middle;
	background-color: #22c4ef;
	transition: all .2s;}
#contact .line{
	white-space: nowrap;
	background-color: #00c300;}
#contact .mail + .line{margin-left:2%}

#contact .mail:hover,
#contact .line:hover{ opacity: .7;}

#contact .mail a,
#contact .line a{
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 5rem;
	letter-spacing: .1rem;}

#contact .mail a:before,
#contact .line a:before{
	position: relative;
	font-family: "icons";
	content: "\e914";
	margin: 0 5% 0 20px;
	font-size: 34px;
	font-weight: normal;
	line-height: 0;
	vertical-align: middle;}

#contact .line a:before{ content: "\e901";}






/* ================================================================================

	footer

================================================================================ */
footer{
	width: 100%;
	padding: 30px 0;
	background-color: #3058a0;}

footer .wrap{
	width: 98%;
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	color: #FFF;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom:1px #FFF solid;}

footer .inner{
	margin-top: 6px;
	float: left;}

footer .inner ul{
	width: 100%;
	overflow: hidden;}

footer .inner li{
	width: auto;
	font-size: 13px;
	float: left;}

footer .inner li:nth-of-type(-n + 3){ margin-right: 10px;}

footer .inner p{ font-size: 13px;}


/* ---- logo ------------------------------------ */
footer .logo{
	position: relative;
	margin: 0;
	font-family: "icons";
	content: "";
	width: auto;
	float: right;}

footer .logo:before{
	position: absolute;
	left: 0;
	top: 4px;	
	margin:0;
	display: inline-block;
	content: "\e900";
	font-size: 36px;}

footer .logo dl{ margin: 0;}

footer .logo dt{
	margin: 0 auto;
	display: inline-block;
	width: 180px;
	font-size: 32px;
	letter-spacing:.1em;
	line-height: normal;
	margin-left: 40px;}

footer .logo dt a{ color: #FFF;}

footer .title{
	font-family: "Lora";
	font-size: 38px;
	letter-spacing: .04em;}

footer .title2{
	position: relative;
	bottom: 2px;
	font-family: "Noto Sans Japanese", serif;
	font-size: 32px;
	letter-spacing: .04em;}

footer .logo dd{
	margin: 0 0 0 auto;
	/*width: 220px;*/
}

footer .logo ul{
	/*width: 220px;*/
	font-size: 0;
	text-align: center;}

footer .logo li{
	display: inline-block;
	width: 40px;
	color: #3058a0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2rem;
	background-color: #FFF;
	border-radius: 6px;}

footer .logo li + li{ margin-left: 5px;}



/* ---- links ------------------------------------ */
footer .links{
	width: 94%;
	max-width: 1190px;
	margin: 10px auto 0;
	font-size: 0;
	text-align: center;}

footer .links li{
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 5px;
	box-sizing: border-box;
	font-size: 14px;
	white-space: nowrap;}

footer .links a{
	position: relative;
	color: #FFF;}

footer .links a:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;}

footer .links a:before{
	font-family: "icons";
	content: "";
	display: inline-block;
	margin: 0 4px 0 0;
	font-size: 12px;
	font-weight: normal;}

footer .links .nav01:before{ content: "\e902";}
footer .links .nav02:before{ content: "\e903";}
footer .links .nav03:before{ content: "\e905";}
footer .links .nav04:before{ content: "\e90b";}
footer .links .nav05:before{ content: "\e918";}
footer .links .nav06:before{ content: "\e904";}
footer .links .nav07:before{ content: "\e92d";}
footer .links .nav08:before{ content: "\e906";}
footer .links .nav09:before{ content: "\e961";}



/* ---- copy ------------------------------------ */
#copy{
	width: 100%;
	padding: 5px 0;}

#copy p{
	width: 96%;
	max-width: 1190px;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
	text-align: right;}

