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

/* ==========================================================

	勧誘方針

========================================================== */

.solicitation .solicitation_info .info {
    width: 53%;
    margin: 0 auto;
    text-align: center;
    background-color: #f5f5f5;
    padding: 15px;
    font-size: 16px;
    color: #0299c4;
}

.lead p {
	margin-bottom: 20px;
}
/** PC **/
@media(min-width: 768px) {}
/** SP **/
@media(min-width: 1px) and (max-width: 767px) { .solicitation .solicitation_info .info { width: auto;}}



/* ==========================================================

	比較・推奨販売方針

========================================================== */

/** PC **/
@media(min-width: 768px) {}
/** SP **/
@media(min-width: 1px) and (max-width: 767px) {}



/* ==========================================================

	プライバシーポリシー

========================================================== */

.policy {}
.policy .__ttl {
    font-size: 25px;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 40px;	
}
.policy .__txt {
    margin-bottom: 20px;
    line-height: 1.8;	
}
.policy ol,
.policy ul {
     padding-left: 20px;
    padding-bottom: 20px;
    line-height: 1.8;	
}
.policy ol {
	list-style: decimal;	
}
.policy ol li {}
.policy ul {
    list-style: disc;	
}
.policy ul li {}


.policy a {color: #018bb2;}

.policy .__info {
    display: inline-block;
    float: right;
    padding-bottom: 20px;
}

/** PC **/
@media(min-width: 768px) {}
/** SP **/
@media(min-width: 1px) and (max-width: 767px) {}


/* ==========================================================

	プライバシーポリシー

========================================================== */

.sitemap {}

.sitemap .__list {
    border-top: 1px solid #ddd;
    padding-top: 10px;	
}

.sitemap .__list li {
    display: inline-block;
    padding: 10px 5px 10px 5px;
    width: 30%;
}

.sitemap .__list li a {}

.sitemap .__list li a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    display: inline-block;
    padding-right: 5px;
    font-size: 20px;
    color: #0299c4;
}


/** PC **/
@media(min-width: 768px) {}
/** SP **/
@media(min-width: 1px) and (max-width: 767px) { .sitemap .__list li {width: 43%;vertical-align: top;}}


/* ==========================================================

	お問い合わせ

========================================================== */

#form {}
#form .step {
	       text-align: center;
    padding: 1em 0 3em;
}
#form .form_table  {
	       width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
#form .form_table tr  {}
#form .form_table tr th, #form .form_table tr td {
	padding: 20px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
#form .form_table tr th  {
    width: 230px;
    background-color: #eeeeee;
    text-align: left;
    vertical-align: top;
}
#form .form_table tr th span {
	    display: inline-block;
    background-color: #688cc3;
    color: #fff;
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 4px;
}
#form .form_table tr th span.hisu {
	background-color: #ef1548;
}
#form .form_table tr td  {}
#form .form_table tr td input  {
	    padding: 10px;
    width: 40%;
    border-radius: 4px;
    border: 1px solid #ddd;
}
#form .form_table tr td #frame_block {
	overflow:auto;
	padding:15px; 
	border:1px solid #ccc; 
	height: 150px;
}
#form .form_table tr td label {
	        text-align: center;
    display: block;
    padding: 2em 0 0;
}
#form .form_table tr td label span {
	    display: inline-block;
    vertical-align: middle;
}
#form .form_table tr td label span input {
	width: auto;
}

#form .form_table tr td textarea {
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 80% !important;
    height: 150px !important;	
}

#form .form_btn {
	    text-align: center;
    padding: 3em 0 1em;
}
#form .form_btn button {
	background: none;
    border: none;
	cursor: pointer;
}

#form .form_btn {}
#form .form_btn .btn01 {
    background-color: #f88f00;
    text-shadow: none;
    width: 300px;
    padding: 15px 20px;
    color: #fff;
    font-size: 24px;	
}

/* サンクスページ
=======================================*/
#form .__thanks {}
#form .__thanks .__txt {
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;	
}

#form .__thanks .__btn {
    text-align: center;
    padding-top: 30px;	
}
#form .__thanks .__btn .btn_type01 {
	width: 20%;
    border: 2px solid #0299c4;	
}

/** PC **/
@media(min-width: 768px) {}
/** SP **/
@media(min-width: 1px) and (max-width: 767px) {
#form .form_table tr th, #form .form_table tr td {
	display: block;
	width: auto;
}
#form .form_table tr th  { width: auto;}	  
#form .form_table tr td input { width: 100%; }
}






/* form-flow（フォームの流れ）
=======================================*/
#form-flow {
	display:flex;
	flex-wrap:wrap; justify-content:center; align-items:stretch;
}

#form-flow p {
	margin-bottom:0;
	border:solid 2px #0299c4;
	color:#000;
	display:flex;
	flex-wrap:wrap; justify-content:center; align-items:center;
	position:relative;
}

#form-flow p:after {
	content:'';
	width:0; height:0;
	border-top:8px solid transparent;
	border-right:0 solid transparent;
	border-bottom:8px solid transparent;
	border-left:8px solid #0299c4;
	position:absolute; top:50%;
	margin-top:-5px;
}

#form-flow p:last-child { margin-right:0;}

#form-flow p:last-child:after { content:normal;}

#form-flow.f_input p:nth-child(1),
#form-flow.f_conf p:nth-child(2),
#form-flow.f_thanks p:nth-child(3) {
    background: #0299c4;
    color: #fff;
}

#form-flow.f_input p:nth-child(1) span,
#form-flow.f_conf p:nth-child(2) span,
#form-flow.f_thanks p:nth-child(3) span {
    color: #fff;
}

/* PC */
@media screen and (min-width: 768px) {
#form-flow { margin-top:60px; margin-bottom:60px;}

#form-flow p {
	width:260px;
	margin-right:40px;
	padding-top:18px; padding-bottom:16px;
	font-size:15px;
}

#form-flow p:after { right:-26px;}

#form-flow p span:first-child { margin-right:20px;}

}

/* SP */
@media screen and (max-width: 767px) {
#form-flow { margin-top:30px; margin-bottom:30px;}

#form-flow p {
	width:27%;
	margin-right:20px;
	padding-top:8px; padding-bottom:6px;
	font-size:13px;
	line-height:1.3;
	flex-direction:column;
}

#form-flow p:after { right:-17px;}
}
