html{ font-size: 60%; }
img {
	max-width: 100%;
	height: auto;
}


/*---------------------------------------------
     wrapper,bg
---------------------------------------------*/
.wrapperL,
.wrapperM {
	position: relative;
	margin: 0 auto;
}

.bgG {
	background: #d4d9df;
}

.bgB {
	background: #205daf;
}

.bgGB {
	background: -moz-linear-gradient(top, #205caf 0%, #104387 100%);
	background: -webkit-linear-gradient(top, #205caf 0%,#104387 100%);
	background: linear-gradient(to bottom, #205caf 0%,#104387 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205caf', endColorstr='#104387',GradientType=0 );
	color: #fff;
}

/*---------------------------------------------
     header
---------------------------------------------*/
header {
	position: fixed;
	background: -moz-linear-gradient(top, #205caf 0%, #104387 100%);
	background: -webkit-linear-gradient(top, #205caf 0%,#104387 100%);
	background: linear-gradient(to bottom, #205caf 0%,#104387 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205caf', endColorstr='#104387',GradientType=0 );
	width: 95%;
	margin: 0 auto;
	padding: 10px 2.5%;
	text-align: left;
	z-index: 9999;
}

.logo img {
	width: auto;
	height: 30px;
	margin: 5px 0;
}

/* ハンバーガメニュー */
.hm_menu_check {
	display: none;
}
.hm_wrap {
	display: inline-block;
	position :fixed;
	top: 0;
	right: 0;
	width: 70%;
	padding: 10px 0;
}

.hm_btn {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	float: right;
	z-index: 2;
	background-color: transparent;
	padding: 5px;
}
.hm_btn::before {
	-webkit-box-shadow: #fff 0 12px 0;
	box-shadow: #fff 0 12px 0;
}
.hm_btn::after {
	bottom: 5px;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 6px;
	background: #fff;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}

.hm_menu_wrap {
	width :100%;
	height :10000px;
	background-color: rgba(9,52,110,0.9);
	position: absolute;
	right: -100%;
	top: 0;
	-webkit-transition: right 0.4s;
	transition: right 0.4s;
}

.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	right: 0;
}

.hm_list {
	list-style-type: none;
	margin: 50px 0 0;
	padding: 0;
	font-size: 2rem;
}
.hm_list li {
	border-bottom: dotted 1px #619bea;
	padding: 10px 20px;
}
.hm_list li a {
	color: #fff;
	display: block;
	overflow: hidden;
	padding: 8px 22px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	background: #eee;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;
}

#h_nav h1 {
	display: none;
}

#h_nav ul {
	float: right;
	font-size: 0;
}

#h_nav ul li {
	display: inline-block;
	margin-right: 2px;
}

#icn_tel .btn_tel_p {
	display: none;
}

#icn_tel img,
#icn_access img,
#icn_contact img {
	width: 44px;
	height: auto;
}

/*---------------------------------------------
     main
---------------------------------------------*/
#main {
	background: url(../images/main_bg.png) repeat-x;
	margin: 0 auto;
	padding-top: 60px;
}

#main .main_pc {
	display: none;
}

/*---------------------------------------------
     circle
---------------------------------------------*/

#circle {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	text-align: center;
}

#circle:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -50px;
	border: 50px solid transparent;
	border-top: 50px solid #d4d9df;
}

#circle:after {
	content: "悩んでないで";
	position: absolute;
	top: 98%;
	left: 50%;
	width: 324px;
	margin-left: -162px;
	font-size: 2.375rem;
	font-weight: bold;
	text-align: center;
}

#circle ul li {
	background: url(../images/bg_circle.png) no-repeat;
	display: inline-block;
	margin: 0 10px 10px;
	width: 202px;
	height: 129px;
	padding-top: 72px;
	font-size: 1.75rem;
	font-weight: bold;
}

/*---------------------------------------------
    tonikaku
---------------------------------------------*/

#tonikaku {
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0 70px 0;
}

#tonikaku h2 {
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	color: #205daf;
}

#tonikaku h2 div {
	position: relative;
	width: 100%;
	height: 49px;
	font-size: 1.6rem;
	font-weight: nomal;
	font-family: "游明朝", "Yu Mincho","YuMincho","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	margin: 0 auto;
}

#tonikaku h2 div:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../images/common/wline_l.png) no-repeat;
	width: 44px;
	height: 49px;
	display: inline-block;
}

#tonikaku h2 div:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background: url(../images/common/wline_r.png) no-repeat;
	width: 44px;
	height: 49px;
	display: inline-block;
}

#tonikaku .smp{
	display: none;
}

#tonikaku .man_01 {
	width: 25%;
	position: absolute;
	bottom: 0;
	left: -10px;
}

#tonikaku .woman_01 {
	width: 30%;
	position: absolute;
	bottom: 0;
	right: -10px;
}

/*---------------------------------------------
    flow_t
---------------------------------------------*/

#flow_t {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

#flow_t h2 {
	font-size: 1.875rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 40px;
}

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

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


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

#flow_t dl {
	width: 60px;
	background: #fff;
	padding: 14px;
	color: #205daf;
	margin: 10px 0;
}

#flow_t 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_t li:last-child,
#flow_t li:nth-child(3n) {
	margin-right: 0;
}

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

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

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

#flow_t li:nth-child(3n):after {
    display: none;
}

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

/*---------------------------------------------
    autoinsurance
---------------------------------------------*/
#autoinsurance h2 {	
	text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
    color: #205daf;
    margin: 20px auto 30px auto;
}

#autoinsurance {
	position: relative;
	text-align: left;
	counter-reset: number 0;
	padding-top: 30px;
	padding-bottom: 40px;
}

#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 40px;
	line-height: 20px;
}

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

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

#autoinsurance ul li:before {
	position:  absolute;
	content: '';
	top: 24px;
	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: 20px;
	margin-bottom: 20px;
}
#autoinsurance_contemt h3 {
	text-align: left;
    position: relative;
    font-size: 1.875rem;
    font-weight: bold;
    color: #205daf;
    padding: 0 0 20px 90px;
    margin: 40px 0 20px 0;
	border-bottom: 1px dotted #205daf;
	line-height: 1.6;
}

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

#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;
}
/*---------------------------------------------
    banner
---------------------------------------------*/

#banner {
	background: #f6f7fb;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}

#banner .wrapperL {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#banner ul li {
	position: relative;
	margin: 10px 0;
}

#banner .bnr {
	width: 328px;
	background-color: #205daf;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fff),color-stop(.75, #fff), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 4px 4px;
	padding: 6px;
	line-height: 1;
}

#banner .bnr a {
	display: block;
	width: 328px;
	background: #fff;
	font-size: 1.875rem;
	font-weight: bold;
	padding: 30px 0;
}


/*---------------------------------------------
    map
---------------------------------------------*/

#map {
	position: relative;
	padding-bottom: 300px;
	height: 0;
	overflow: hidden;
	}
 
#map iframe,
#map object,
#map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
}

/*---------------------------------------------
    footer
---------------------------------------------*/
footer section {
	position: relative;
	text-align: center;
	width: 100%;
	padding: 40px 0;
	font-size: 0.875rem;
}

footer .logo,
#f_nav,
#f_g_nav ul {
	display: none;
}

footer h2 {
	display: inline-block;
	font-weight: normal;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.6;
}

#page_top a {
	display: block;
	background: #205daf;
	position: absolute;
	right: 10px;
	bottom: -20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	padding: 20px;
}


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

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

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


#contents {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}

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

#h_contents h3 {
	font-size: 1.25rem;
	color: #205daf;
	margin: 30px 0;
}

/*---------------------------------------------
     轟とは
---------------------------------------------*/
#about {
	position: relative;
	text-align: left;
	counter-reset: number 0;
	font-size: 140%;
}

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

#about .pro {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

#about .man_01 {
	position: absolute;
	width: 25%;
	top: -80px;
	left: -5px;
	z-index: 99;
}

#about .woman_02 {
	position: absolute;
	width: 30%;
	top: -80px;
	right: -8px;
	z-index: 99;
}


#about .col_3 dl {
	position: relative;
    width: 100%;
    margin: 0 35px 30px 0;
    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.75rem;
	font-weight: bold;
	padding: 10px 0;
	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.75rem;
    position: absolute;
    top: 0;
	left: 20px;
    color: #fff;
    z-index: 999;
	padding: 10px 0;
}

/*---------------------------------------------
     選ばれる理由
---------------------------------------------*/
#reason {
	position: relative;
	text-align: left;
	counter-reset: number 0;
	font-size: 140%;
}
#reason img {
	text-align: center;
	margin: 0 auto 10px auto;
}

#reason h2 {
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	color:  #205daf;
	padding: 5px 0 40px 70px;
	margin-top: 60px;
	line-height: 1.6;
}

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

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

#reason h2:before {
    counter-increment: number 1;
    content: "理由\a" counter(number) "";
	white-space: pre;
    font-size: 1.25rem;
    position: absolute;
    top: -4px;
	left: 0;
    color: #fff;
    z-index: 999;
	width: 20px;
    height: 20px;
    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;
}

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

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

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

#flow h2 img {
	position: absolute;
	left: 10%;
	top: 10px;
}

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

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


#flow li:last-child:after {
	background: none;
}
#flow dl {
	width: 90px;
	background: #fff;
	padding: 14px;
	color: #205daf;
	border: 2px solid #205daf;
	margin: 10px 0;
	padding: 10px 0;
}
#flow li:after {
	position: absolute;
	top: 50%;
	right: -21px;
	content: "";
	background: url(../images/common/arrow_r_g.png) no-repeat;
	width: 18px;
	height: 30px;
	margin-top: -9px;
	display: inline-block;
	z-index: 99;
}

#flow li:last-child,
#flow li:nth-child(3n) {
	margin-right: 0;
}

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

#flow dl dt div,
#flow dl dd  {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: -12px;
}

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

#flow li:nth-child(3n):after {
    display: none;
}

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


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


/*---------------------------------------------
     事例 / お客様の声
---------------------------------------------*/
#case {
	font-size: 140%;
	position: relative;
	text-align: left;
	counter-reset: number 0;
}

#case .col_3 dl {
	position: relative;
    width: 90%;
    margin-bottom: 30px;
	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: 5%;
    float: left;
}

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

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

#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.6rem;
	font-weight: bold;
    position: absolute;
	width: 80px;
    top: -14px;
	left: 50%;
	margin-left: -40px;
    color: #205daf;
	text-align: center;
    z-index: 999;
}

/*---------------------------------------------
     よくある質問
---------------------------------------------*/
#faq {
	position: relative;
	text-align: left;
	counter-reset: number 0;
}

#contents h3.hrf-title {
	position: relative;
	color: #fff;
	font-size: 1.75rem;
	line-height: 1.4;
	margin: 1px 0;
	padding: 20px 30px 20px 50px;
}

#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: -10px!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: 20px;
	background: #fff;
    top: 28px;
	left: 0;
    color: #205daf;
	padding: 10px;
	text-align: center;
    z-index: 999;
	line-height: 1;
}

.hrf-content {
	position: relative;
    padding: 20px 0 20px 50px!important;
	font-size: 1.25rem!important;
}

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

#faq ol {
	border-left: 2px solid #205daf;
	margin-left: 30px;
}
#faq ol li {
	list-style: inside decimal;
	margin-bottom: 10px;
	padding-left: 20px; 
}

/*---------------------------------------------
     アクセス
---------------------------------------------*/
#access {
	text-align: left;
	font-size: 120%;
}

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

#access dt {
	width: 25%;
	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: 100%;
	font-size: 140%;
}

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

dl#contactForm  {
	border-left: 1px solid #d4d9df;
	border-right: 1px solid #d4d9df;
}

dl#contactForm dt {
	border-top: 1px solid #d4d9df;
	width: 90%;
	padding: 5%;
	line-height: 40px;
}

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

dl#contactForm dd {
	background: #fff;
	border-top: 1px solid #d4d9df;
	padding: 5%;
}



#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: 100%;
	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: 90%;
	height: 22px;
	vertical-align: middle;
	padding: 5%;
	-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: 90%;
	height: 44px;
	vertical-align: middle;
	padding: 5%;
	-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!important;
	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!important;
    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;
	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: 90%;
	margin: 10px auto 20px auto!important;
	padding: 5%!important;
	font-size: 14px!important;
	color: #e85051!important;
	background-color: #fff;
	border: 2px solid #e85051!important;
}

.contactBtn img.ajax-loader {
	display: none!important;
}

.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: 100%;
	height: 48px;
	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: 100%;
	height: 48px;
	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: 100%;
	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;
}


/*---------------------------------------------
     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,
.waku_B_s  {
	width:  90%;
	border: 2px solid #205daf;
	padding: 5%;
	margin-bottom: 30px;
}

#contents .btn_01 a {
	width: 100%;
	display: block;
	border: 2px solid #205daf;
	cursor: pointer;
	text-align: center;
	color: #205daf;
	font-size: 1.4rem;
	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;
}

