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


/*---------------------------------------------
     パンくず
---------------------------------------------*/
#bread-crumb {
	padding: 4px 0;
	text-align: left;
}

#bread-crumb ol span {
	color: #2d3e55;
	font-size: 0.75rem;
	display: inline-block;
}

#bread-crumb ol span a {
	color: #2d3e55;
}


#contents {
	padding: 60px 0 80px 0;
}

#contents a {
	text-decoration: underline;
}
	
#h_contents h2 {
	font-size: 3.375rem;
	font-weight: bold;
	color: #205daf;
	margin-bottom: 50px;
}
#h_contents h2:after {
	display: block;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 50%;
    margin: 20px 0 0 -15px;
    background: #205daf;
}

#h_contents h3 {
	font-size: 1.25rem;
	color: #205daf;
	margin-bottom: 50px;
}
/*---------------------------------------------
     轟とは
---------------------------------------------*/
#about {
	position: relative;
	text-align: left;
	counter-reset: number 0;
	padding-top: 30px; 
}

.a_pro {
	position: relative;
	text-align: center;
	margin: 0 auto 40px auto;
}

#about .man_01 {
	position: absolute;
	bottom: 0;
	left: -10px;
}

#about .woman_02 {
	position: absolute;
	bottom: 0;
	right: -10px;
}


#about .col_3 dl {
	position: relative;
    width: 330px;
    margin-right: 35px;
    float: left;
}

#about .col_3 dl:nth-of-type(3) {
    margin-right: 0;
}

#about .col_3 dl dt {
	background: #205daf;
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	color: #fff;
}

#about .col_3 dl dd {
    padding-top: 20px;
}

#about .col_3 dl dd ol li {
	list-style: decimal inside;
	color: #205daf;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: dotted 1px #205daf; 
}

#about .col_3 dl dt:before {
    counter-increment: number 1;
    content: "0" counter(number) " ";
    font-size: 1.25rem;
    position: absolute;
    top: 0;
	left: 20px;
    color: #fff;
    z-index: 999;
}

/*---------------------------------------------
     選ばれる理由
---------------------------------------------*/
#reason {
	position: relative;
	text-align: left;
	counter-reset: number 0;
	padding-top: 30px; 

}
#reason img {
	text-align: center;
	margin: 0 auto;
}

#reason h2 {
	position: relative;
	font-size: 1.875rem;
	font-weight: bold;
	color:  #205daf;
	padding-left: 100px;
	margin: 100px 0 40px 0;
}

#reason h2 small {
	font-size: 0.875rem;
}

#reason h2:first-child{
	margin: 0 0 40px 0;
}


#reason h2:before {
    counter-increment: number 1;
    content: "理由\a" counter(number) "";
	white-space: pre;
    font-size: 1.25rem;
    position: absolute;
    top: -24px;
	left: 0;
    color: #fff;
    z-index: 999;
	width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #205daf;
	text-align: center;
	padding: 20px;
	line-height: 1.2;
}
#reason h2::after {
	display: none;
    margin: 0;
    background: none;
}

#reason ol li {
	list-style: decimal inside;
	color: #205daf;
	font-weight: bold;
	margin-bottom: 10px;
}

#reason ol li p {
	font-weight: normal;
	color: #2d3e55;
	margin: 10px 0 30px 0; 
}
/*---------------------------------------------
    解決までの流れ
---------------------------------------------*/

#flow {
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
}

#flow h2 {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	margin: 100px 0 40px 0;
	color: #fff;
	background: #205daf;
	padding: 14px 0;
}

#flow h2:first-child{
	margin: 0 0 40px 0;
}

#flow h2::after {
	display: none;
    margin: 0;
    background: none;
}

#flow h2 img {
	position: absolute;
	left: 40%;
}

#flow li {
	position: relative;
	display: inline-block;
	margin-right: 30px;
}

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


#flow li:last-child:after {
	background: none;
}

#flow dl {
	width: 114px;
	background: #fff;
	padding: 14px;
	color: #205daf;
	border: 2px solid #205daf;
}

#flow li:after {
	position: absolute;
	top: 50%;
	right: -25px;
	content: "";
	background: url(../images/common/arrow_r_g.png) no-repeat;
	width: 18px;
	height: 30px;
	margin-top: -9px;
	display: inline-block;
}


#flow dl dt {
	position: relative;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.1;
}

#flow dl dt div,
#flow dl dd  {
	font-size: 1rem;
	font-weight: bold;
}

#flow dl dt:after {
    display: block;
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    left: 50%;
    margin: 14px 0 0 -6px;
    background: #205daf;
}

#flow dl dd {
	margin-top: 30px;
}

#flow dl dd div {
	margin-bottom: 14px;
}


/*---------------------------------------------
     事例 / お客様の声
---------------------------------------------*/
#case {
	position: relative;
	text-align: left;
	counter-reset: number 0;
	padding-top: 30px; 
}

#case .col_3 dl {
	position: relative;
    width: 287px;
    margin: 0 12px 35px 12px;
	border: #dcdcdc 1px solid;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 4px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 4px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 4px 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	padding: 20px;
    float: left;
}

#case .col_3 dl dt {
	background: #205daf;
	text-align: center;
	font-size: 0.875rem;
	color: #fff;
	padding: 4px 0;
}

#case .col_3 dl dd {
    padding-top: 20px;
}

#case .col_3 dl dd ol li {
	list-style: decimal inside;
	color: #205daf;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: dotted 1px #205daf; 
}

#case .col_3 dl:before {
    counter-increment: number 1;
    content: "事例" counter(number) " ";
    font-size: 1.25rem;
	font-weight: bold;
    position: absolute;
	width: 80px;
    top: -14px;
	left: 50%;
	margin-left: -40px;
    color: #205daf;
	text-align: center;
    z-index: 999;
}

#case table th {
	min-width: 160px;
	background: #205daf;
	color: #fff;
	text-align: center;
	font-size: 80%;
	padding: 10px 0;
}

#case table th:first-child {
	width: 280px;
}

#case table tr:nth-child(2n+1) {
    background: #d4d9df;
}

#case table td {
	padding: 10px 0;
	text-align: center;
}

#case h3 {
	background: #205daf;
	color: #fff;
	text-align: center;
	font-size: 80%;
	padding: 10px 0;
	margin-bottom: 10px;
}

#case p {
	padding: 0 10px;
}

#case dl {
	position: relative;
}

#case dl dt img {
	width: 700px;
	height: auto;
	padding: 10px;
	background: #d4d9df;
}

#case dl dd {
	margin: 10px 0 40px 0;
}

#case dl::before {
    counter-increment: number 1;
    content: "0" counter(number) " ";
    font-size: 1.6rem;
    position: absolute;
    top: -0.8rem;
    right: 0px;
    color: #205daf;
    z-index: 999;
    font-style: oblique;
	font-weight: bold;
}
/*---------------------------------------------
     自動車保険情報
---------------------------------------------*/
#autoinsurance {
	position: relative;
	text-align: left;
	counter-reset: number 0;
	padding-top: 30px;
}

#autoinsurance ul {
	width: 100%;
    margin-top: -30px;
}
#autoinsurance ul li {
	position: relative;
	text-align: left;
	margin: 1px 0;
	border-bottom: 1px dotted #205daf;
	padding: 20px 20px 20px 60px;
}

#autoinsurance ul li a {
	text-decoration: none;
}

#autoinsurance ul li span {
	font-size: 90%;
	background: #205daf;
	margin-right: 30px;
	color: #fff;
	padding: 3px 10px;
	line-height: 0;
}

#autoinsurance ul li:before {
	position:  absolute;
	content: '';
	top: 28px;
	left: 20px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #205daf;
	border-right: 2px solid #205daf;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#autoinsurance_contemt {
	border-bottom: 1px dotted #205daf;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#autoinsurance_contemt h3 {
    position: relative;
    font-size: 1.875rem;
    font-weight: bold;
    color: #205daf;
    padding: 0 0 40px 100px;
    margin: 80px 0 40px 0;
	border-bottom: 1px dotted #205daf;
}

#autoinsurance_contemt h3 span {
    font-size: 1rem;
    position: absolute;
    top: -5px;
    left: 0;
    color: #fff;
    z-index: 999;
    width: 100px;
    background: #205daf;
    text-align: center;
    padding: 10px 20px;
    line-height: 20px;
}

#autoinsurance_contemt p {
	text-align: left;
}

.btn a {
	display: block;
	width: 200px;
	border: 2px solid #205daf;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 5px 0;
	text-decoration: none!important;
}
.btn a:hover {
	display: block;
	width: 200px;
	border: 2px solid #205daf;
    background: #205daf;
    color: #fff;
	opacity: 1;
}
/*---------------------------------------------
     よくある質問
---------------------------------------------*/
#faq {
	position: relative;
	text-align: left;
	padding-top: 30px;
	counter-reset: number 0;
}

#contents h3.hrf-title {
	position: relative;
	color: #fff;
	line-height: 1;
	margin: 1px 0;
	padding: 20px 20px 20px 80px;
}

#contents h3.hrf-title:hover {
    background :#3b7edd;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#contents .hrf-title.close-faq span {
	position: absolute!important;
    top: 50%!important;
    right: 0!important;
	left: auto!important;
    margin-top: -15px;
}
#faq article {
	position: relative;
}
#faq article:before {
    counter-increment: number 1;
    content: "Q" counter(number) " ";
    font-size: 1.25rem;
	font-weight: bold;
    position: absolute;
	width: 40px;
	background: #fff;
    top: 20px;
	left: 0;
    color: #205daf;
	padding: 0 10px;
	text-align: center;
    z-index: 999;
	line-height: 1;
}

.hrf-content {
	position: relative;
    padding: 20px 20px 20px 80px!important;
}

.hrf-content p:before {
    content: "A";
    font-size: 1rem;
	font-weight: bold;
    position: absolute;
	width: 40px;
	background: #205daf;
    top: 20px;
	left: 0;
    color: #fff;
	padding: 0 10px;
	text-align: center;
    z-index: 999;
	line-height: 1;
}

#faq ol {
	border-left: 2px solid #205daf;
	margin-left: 100px;
}
#faq ol li {
	list-style: inside decimal;
	margin-bottom: 10px;
	padding-left: 20px; 
}
/*---------------------------------------------
     アクセス
---------------------------------------------*/
#access {
	text-align: left;
}

#access dl {
	border-bottom: solid 1px #d4d9df;
	margin-bottom: 40px;
}

#access dt {
	width: 250px;
	font-weight: bold;
	color: #000;
	float: left;
	text-align: center;
}

#access dl > dt {
    border-top: solid 1px #d4d9df;
    padding: 20px 0;
}

#access dl > dd {
    border-top: solid 1px #d4d9df;
    padding: 20px 0 20px 30px;
}
#access dd {
    width: calc(100% - 30px);
}


/*---------------------------------------------
     お問い合わせ
---------------------------------------------*/
dl#contactForm dl,dt,dd {
	margin: 0;
	padding: 0;
}

.wpcf7c-elm-step1{
	width: 800px;
	margin: 0 auto 15px auto;
	text-align: left;
}

dl#contactForm {
	margin: 0 auto 20px auto;
	border-bottom: 1px solid #d4d9df;
	border-top: none;
	width: 800px;
}

dl#contactForm dt,
dl#contactForm dd {
	vertical-align: middle;
}

dl#contactForm dt {
	border-top: 1px solid #d4d9df;
	clear: left;
	float: left;
	width: 220px;
	padding: 20px;
	line-height: 40px;
}

#confirm dl#contactForm dt {
	line-height: 180%!important;
}

dl#contactForm dd {
	background: #fff;
	border-top: 1px solid #d4d9df;
	margin-left: 260px;
	padding: 20px;
	text-align: left;
}



#contactForm label{
	cursor: pointer;
	margin: 0 15px;
	display:inline-block;
}

#contactForm select {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	background-color: #fff;
	width: 480px;
	vertical-align: middle;
	padding: 8px;
	border: 2px solid #cecece;
	outline: none;
	color: #333;
	line-height: 1.4;
}

#contactForm input[type=text],
#contactForm input[type=email],
input[type=url] {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	background-color: #fff;
	width: 480px;
	height: 32px;
	vertical-align: middle;
	padding: 8px;
	-webkit-appearance: none;
	border: 1px solid #cecece;
	margin-top: 0;
	outline: none;
	color: #333;
	line-height: 1.4;
}

#contactForm textarea {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	background-color: #fff;
	width: 480px;
	height: 84px;
	vertical-align: middle;
	padding: 8px;
	-webkit-appearance: none;
	border: 1px solid #cecece;
	margin-top: 0;
	outline: none;
	color: #333;
	line-height: 1.4;
}

.require0 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	letter-spacing: 8px;
	color: #fff;
	font-size: 1rem;
	vertical-align: middle;
	display: inline-block;
	padding: 2px 0 2px 8px;
	background: #e85051;
	margin-right: 5px;
	line-height: 160%;
}

.require {
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    letter-spacing: 8px;
    float: right;
    color: #fff;
    font-size: 1rem;
    vertical-align: middle;
    display: inline-block;
    padding: 4px 0 4px 8px;
    background: #e85051;
    margin: 10px 20px 0 20px;
    line-height: 1;
    font-size: 0.75rem;
}

#confirm .require {
	margin: 0 20px 0 20px;
	line-height: 160%;
}

.contactBtn {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding-bottom: 30px;
	position: relative;
}
.wpcf7-not-valid-tip {
	/* display: none; */
	float: none!important;
	text-align: left;
	font-size: 12px!important;
	color: #e85051!important;
	padding-top: 10px;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok,
div.wpcf7-response-output {
	width: 798px;
	margin: 10px auto 20px auto!important;
	padding: 20px 0!important;
	font-size: 14px!important;
	color: #e85051!important;
	background-color: #fff;
	border: 2px solid #e85051!important;
}

.contactBtn img.ajax-loader {
	display: none;
	z-index: 100!important;
	position: absolute!important;
	bottom: 110px!important;
	left: 280px!important;
	float: left;
}

.contactBtn input[type=button] {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	background: #205daf;
	border: 0;
	width: 544px;
	height: 78px;
	font-size: 1.6rem;
	cursor: pointer;
	margin: 10px 0 20px 0!important;
	color: #fff;
}
.contactBtn input[type=submit] {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	background: #205daf;
	border: 0;
	width: 544px;
	height: 78px;
	font-size: 1.6rem;
	cursor: pointer;
	margin: 10px 0 0 0!important;
	color: #fff;
	text-align: center;
}

.contactBtn input[type=submit]:hover {
	color: #fff;
	background: #3b7edd;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.balloon {
	width:1100px;
	position: relative;
	display: inline-block;
	padding: 20px 0;
	margin: 30px 0;
	color: #fff;
	text-align: center;
	background: #636363;
	z-index: 0;
}
.balloon:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #636363 transparent transparent transparent;
}

/*---------------------------------------------
     others
---------------------------------------------*/
a[target="_blank"] {
	display: inline-block;
	background: url(../images/common/icn_blank_b.png) no-repeat right;
	padding-right: 16px;
	margin-right: 4px;
}

.bg_txtB {
	background: #205daf;
	color: #fff;
	padding: 0 4px;
	font-size: 80%;
}

.waku_B {
	width: calc(100% - 44px);
	border: 2px solid #205daf;
	padding: 20px;
	margin-bottom: 30px;
}

.waku_B_s {
	width: calc(100% - 384px);
	border: 2px solid #205daf;
	padding: 20px 20px 0 20px;
	margin-bottom: 30px;
}

#contents .btn_01 a {
	width: 100%;
	display: block;
	border: 2px solid #205daf;
	cursor: pointer;
	text-align: center;
	color: #205daf;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 4px 0;
	border-radius: 4px;
	text-decoration: none;
}

#contents .btn_01 a:hover {
	color: #fff;
	background: #205daf;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
