body {
	min-width:1210px;
}
/*---------------------------------------------
     wrapper,bg
---------------------------------------------*/
.wrapperL {
	position: relative;
	width: 1060px;
	margin: 0 auto;
}

.wrapperM {
	position: relative;
	width: 720px;
	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 {
	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 );
	height: 120px;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	text-align: left;
}
.hm_wrap input,
.hm_wrap label {
	display: none!important;
}

nav {
	margin-top: 30px;
	line-height: 100%;
}

nav ul li {
	display: inline-block;
	margin-right: 1.8rem;
	font-size: 0.875rem;
}

nav ul li a {
	color: #fff;
}


nav ul li a:hover {
	border-bottom: 2px solid #fff;
	padding-bottom: 8px;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

#h_nav {
	position: absolute;
	top: 0;
	right: 0;
}

#h_nav h1 {
	font-size: 0.875rem;
	font-weight: normal;
	color: #fff;
	margin-bottom: 14px;
}

#h_nav ul li {
	display: inline-block;
}

#icn_tel .btn_tel_s {
	display: none;
}
a[href^="tel:"] {
		pointer-events: none;
}


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

#main img {
	width: 100%;
	min-width: 1060px;
	max-width: 1190px;
	max-height: 460px;
	height: auto;
}

#main .main_sp {
	display: none;
}

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

#circle {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

#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: 85%;
	left: 50%;
	width: 324px;
	margin-left: -162px;
	font-size: 3.375rem;
	font-weight: bold;
	text-align: center;
}

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

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

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

#tonikaku {
	position: relative;
	width: 1060px;
	margin: 0 auto;
	padding: 140px 0 100px;
}

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

#tonikaku h2 div {
	position: relative;
	width: 640px;
	height: 49px;
	font-size: 1.875rem;
	font-weight: nomal;
	font-family: "游明朝", "Yu Mincho","YuMincho","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	margin: 0 auto 40px 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 {
	position: absolute;
	bottom: -50px;
	left: -120px;
	z-index: 9;
}

#tonikaku .man_01 {
	position: absolute;
	bottom: 0;
	left: -40px;
}

#tonikaku .woman_01 {
	position: absolute;
	bottom: 0;
	right: -40px;
}

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

#flow_t {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 60px 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: 114px;
	background: #fff;
	padding: 14px;
	color: #205daf;
}

#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 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 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 {
	padding-bottom: 40px;
}
/*---------------------------------------------
    banner
---------------------------------------------*/

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

#banner .wrapperL {
	background: url(../images/common/man_heart.png) no-repeat center;
	height: 290px;
}

#banner ul li {
	position: relative;
	display: inline-block;
	margin: 90px 10px 0 0;
}

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

#banner ul li:before {
	position: absolute;
	content: "";
	background: url(../images/common/arrow_u_b.png) no-repeat;
	top: -9px;
	left: 50%;
	margin-left: -15px;
	display: inline-block;
	width: 30px;
	height: 18px;
	z-index: 9;
}

#banner ul li:hover:before {
	top: 12px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#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;
}

#banner .bnr a:hover {
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}


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

#map {
	position: relative;
	padding-bottom:400px;
	height: 0;
	overflow: hidden;
	}
 
#map iframe,
#map object,
#map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}
/*---------------------------------------------
    footer
---------------------------------------------*/
footer section {
	position: relative;
	text-align: left;
	width: 100%;
	padding: 40px 0;
	font-size: 0.875rem;
}

footer .logo {
	display: inline-block;
	border-right: 1px #fff solid;
	padding-right: 20px;
	margin: 13px 20px 13px 0;
}

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

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

#f_nav {
	position: absolute;
	top: 0;
	right: 0;
}

#f_nav ul li {
	display: inline-block;
}

#f_g_nav {
	text-align: center;
	color: #205daf;
}

#f_g_nav ul li {
	display: inline-block;
	margin: 0 10px;
}

#f_g_nav li:after {
	content: "|";
	color: #205daf;
	padding-left: 10px;
	margin-left: 10px;
}

#f_g_nav li:last-child:after {
	content: "";
}

#copyright {
	font-size: 0.75rem;
	margin-top: 30px;
}

