@charset "Shift-JIS";

/* --------------------------------------------------
	SiteName : cosmo
	FileName : base.css
	Description : basic styles
	
	== TOC =========================================
	1 : universal reset
	2 : body setting
	3 : default link setting
	4 : print media setting
	
-------------------------------------------------- */


/* 1. universal reset
================================================== */
body,h1,h2,h3,h4,h5,h6,ul,ol,dl,dt,dd,form,fieldset{
	margin:0;
	padding:0;
}
html{
	overflow-y:scroll;
}
fieldset,img{
	border:0;
}
ul,ol{list-style:none;}
hr{
	display:none;
}
h1,h2,h3,h4,h5,h6{  
	font-size:100%;   
}


/* 2. body setting
================================================== */
body{
	background:#fff url(../image/bg_body.gif) repeat-x left top;
	font-size:75%;
/*	font-family:'ＭＳ Ｐゴシック','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;*/
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'MS Sans Serif', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;/*161024変更*/
	line-height:150%;
	color:#181818;
	text-align:center;
	overflow:hidden;
	/*16110↓*/
	position:absolute;width:100%;min-height:100%;padding:0;margin:0;
}


/* 3. default link setting
================================================== */
a:link{
	color:#003366;
	text-decoration:underline;
}
a:visited{
	color:#663399;
	text-decoration:underline;
}
a:hover{
	color:#003366;
	text-decoration:underline;
}
a:active{
	color:#ff3333;
	text-decoration:underline;
}


/* 4. print media setting
================================================== */
@media print{
	*html body{
		zoom:0.7;
	}
}

/*2016/10/20　フォーム改修1
=================================================*/
#nF_Wrap {
    width: 784px;
    /*margin: 24px auto 0px auto;*/
    margin: 0px auto 0px auto;/*1024*/
    text-align: left;/*1025*/
}

#nF_Box {
    max-width: 784px;
    text-align: left;
}

#nF_Box {
    max-width: 784px;
    text-align: left;
    margin: auto;
}


.header-tel {
    margin-left: 447px;
    border-right-width: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    right: 20px;
    width: 314px;
    top: 1px;
}

.inner {
    width: 1000px;
    box-sizing: content-box;
    padding: 0 20px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}


/*================================================

BUTTON

================================================*/

.btn {
	display: inline-block;
	width: 284px;
	color: #fff;
	font-size: 15px;
	background: #6fba2c;
	border-radius: 70px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 12px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	transition: all 0.2s ease;
	cursor: pointer;
  	margin: 10px 0!important;    
	line-height: normal;  
}

.btn:hover {
	box-shadow: none;
	position: relative;
	top: 1px;
}

/*
.btn .icon {
	font-size: 18px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin: 0 6px 0 0;
    float: right;
}*/

.btn-large {
	width: 648px !important;
	padding: 24px;
	font-size: 24px;
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 1.5!important;/*1201?テキスト位置調整*/
}


@media only screen and (max-width: 768px) {
	.btn-large {
		width: 648px !important;
		padding: 12px;
		font-size: 18px;
		letter-spacing: .1em;
		font-weight: bold;
		line-height: 1.5!important;/*1201?テキスト位置調整*/
	}
}

/*1201追加*/
@media only screen and (max-width: 320px) {
.btn-large {
	width: 648px !important;
	padding: 12px;
	/*font-size: 14px;*/
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 30px;
}
}


/*161104========*/
.btn-service {
	width: 350px !important;
	padding: 14px;
	font-size: 16px;
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 30px;
}

@media only screen and (max-width: 768px) {
  .btn-service {
    width: 80%!important;
    padding: 8px 12px 3px 12px;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 1.2;
  }
}
/*==============*/


/*2016/7/5 追加*/
.btn-large-ex {
    width: 588px;
    padding: 18px;
    font-size: 24px;
    letter-spacing: .1em;
}
/*================*/

.btn-large .icon {
	font-size: 22px;
	margin: 0 8px 0 0;
	display: inline-block;
	position: relative;
	float: right;
}

@media only screen and (max-width: 768px) {
.btn-large .icon {
	font-size: 22px;
	margin: 0 8px 0 0;
}
}

.btn-small {
	width: 155px;
}

.btn-round-small {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: #6fba2c;
	border-radius: 12px;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	margin: 12px 0 0 0;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

.btn-round-small .icon {
	font-size: 15px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin: 0 6px 0 0;
}

.calc {
	background: #0095e2;
}

.emp {
	background: #ef5619;
}

.weak {
	background: #666;
}

/*フォームの内容が全て入力されていない場合ココカラ　161026*/
.tgray {
	background: #ccc;
    box-shadow: none;
}


.tgray:hover {
	top: 0px;
}
/*フォームの内容が全て入力されていない場合ココマデ　161026*/

/*ボタンの調整　161022*/
.sectionHeaderHeading2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.sectionHeader {
    background-color: #0095e2;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 21px 0 5px;    
}
.logo a {
  display: block;
  width: 332px;
  height: 50px;
  background: url(../img/logo_sitemain.svg) 0 0 no-repeat;
  background-size: 65%;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.header-tel {
  position: absolute;
  right: 20px;
  width: 314px;
  top: 1px;
}
img {
  max-width: 100%;
  height: auto;
}

.btn-Font {
	color: #fff!important;
	text-decoration: none!important;
}

.pageTitle {
  font-size: 24px;
  padding-bottom: 5px;
  line-height: 1.1;
}
/*1205追加*/
.pageTitle_mideum {
  font-size: 20px;
}
.pageTitle_square{
	position: relative;
	font-size: 30px;
	top: 3px;
}
.icon {
  display: inline-block;
  margin: 0px 5px 0 0;
  position: relative;
  vertical-align: text-bottom;
}
div#status {
  padding: 0 10px;
}
.privacy_link{
    text-align: right!important;
}
/*STEP1.2*/
.privacy_linkLeft{
    text-align: left!important;
    margin-top: 5px;
}
.Info{
  margin-top: 0px!important;
}

@media only screen and (max-width: 768px) {
  .logo a {
  width: 203px;
  height: 50px;
    background: url(../img/logo_sitemain.svg) 0 0 no-repeat;
    background-size: 65%;
  background-size: contain;
  }
  .header {
  padding: 6px 0;
  }
	.btn {
	width: 80%!important;
	}
	.sptext20 {
	font-size: 20px!important;
	}
	.sptext18 {
	font-size: 18px!important;
	}
  .inner {
  width: auto;
  padding: 0 10px;
  }
	#nF_Wrap{
		width:auto;
		/*margin: 24px 5px 0px 5px!important;*/
    margin: 0px 5px 0px 5px!important;/*1024*/
	}
  .pageTitle {
    padding-left: 5px;
    font-size: 20px;
    display: inline-block;/*step3*/
  }  
	/*1205追加*/
  .pageTitle_mideum {
	  font-size: 16px;
  }
  .pageTitle_square{
	  position: relative;
	  font-size: 24px;
	  top: 3px;
  }
  .nF_txt_red{
     padding: 0 5px 0 5px;
  }
	.pc {
		display: none!important;
	}
	.sp {
		display: inline-block;
	}
  .icon {
    vertical-align: text-bottom;
  }
}

.btn-large-back {
	font-size: 16px;
	letter-spacing: .1em;
	font-weight: bold;
	background-color: #FFF;
	border-collapse: collapse;
	border: solid 1px #D2D1D1;
	color: #C0BCBC;
	line-height: 1.5;/*1201?テキスト位置調整*/
}
@media only screen and (max-width: 768px) {
	.btn-large-back {
		width: 60% !important;
		line-height: 1.5!important;/*1201?テキスト位置調整*/
	}
}
/*1201追加*/
@media only screen and (max-width: 320px) {
	.btn-large-back {
		width: 60% !important;
		line-height: 1.5!important;/*1201?テキスト位置調整*/
		/*font-size: 15px;*/
	}
}
.btn-Font_gy {
    text-decoration: none !important;
    color: #949494 !important;
}

/*161104===============*/
.icon_with {
	top: 6px;
	float: right;
}


@media only screen and (max-width: 768px) {
  .icon_with {
	top: 6px;  
	float: right;
  }
}
/*=====================*/


/*.icon_wit {
    top: 3px;
}
.icon_wit2 {
    top: 0px;
}

@media only screen and (max-width: 768px) {
  .icon_wit {
      top: 5px;
      width: 18px !important;
  }
  .icon_wit2 {
      top: -11px;
  }
}*/



/*.icon_sml {
    float: left!important;
    width: 18px !important;
}*/
    
@media only screen and (max-width: 350px) {    
    /*.icon_sml {
      float: left!important;
      width: 18px !important;
    }*/
    .pageTitle {
      font-size: 19px;
    } 
    .fontS-18 {
      font-size: 18px!important; 
   }
}
    
.att {
    font-size: 70%!important;
}

.btn_blw {
    padding: 10px 24px 10px!important;
 }
 
 .btn_blw img{
    margin-top: -9px !important;
 }

 @media only screen and (max-width: 768px) {
   .btn_blw {
      padding: 12px!important;
   }
   
   .btn_blw img{
      margin-top: 3px;
   }
  .icon img {
      width: 40px!important;
      height: 40px!important;
  }
  #nF_Step img {
      width: 100%;
      height: auto!important;
  }
  .privacy_link{
    text-align: left!important;
  }
  .spfloatLeft {
	  float: left;
 }
 .sp_mt0 {
    margin-top: 0px !important;
}

}

.btn_line-h{
	line-height: 25px!important;
}
.icon img {
    width: 40px;
    height: 40px;
}
#nF_Step img {
    width: 530px;/*161116*/
    height: 130px;
}

#nF_Step {
    text-align: center;
}
.mt20 {
    margin-top: 20px!important;
}
.nF_introduction_tit {
    margin-bottom: 5px;
}
.mt29 {
    margin-top: 29px;
}

input:focus{
	border:#0095e2 solid 1px!important;
	box-shadow:#0095e2 0px 0px 3px;
}

select:focus{
	border:#0095e2 solid 1px!important;
	box-shadow:#0095e2 0px 0px 3px;
}

.btn_login_Smll{
	font-size: 16px;
	letter-spacing: .1em;
	font-weight: bold;
	border-collapse: collapse;
}
/*161116 _スマートビークルボタン内の調整*/
.textCenter {
    text-align: center!important;
}
.clearfix {
    clear: both;
}
.loginBtn {
	display: inline-block;
	width: 200px;
	color: #fff!important;
	font-size: 15px;
	background: #0095e2;
	border-radius: 70px;
	text-decoration: none!important;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	transition: all 0.2s ease;
	cursor: pointer;
	margin: 10px 0 0px 0!important;/*161116*/
}

.loginBtn:hover {
	box-shadow: none;
	position: relative;
	top: 1px;
}
.pdLeft15 {
    padding-left: 15px
}
.updownIcon {
	font-weight: bold;
	margin-right: 12px;
	font-size: 24px;
}
/*.loginIcon_sml {
    float: right!important;
    top: 2px;
}*/

/*.icon_sml2 {
    float: left!important;
	top: 15px;
	width: 20px !important;
}
.ssBtn {
    width: 450px !important;
	line-height: 48px !important;
}*/
.ssBtn2 {
	width: 450px;
    padding: 20px;
}
.icon_wit3 {
    top: -8px;/*7pxより修正1107*/
}

@media only screen and (max-width: 768px) {    
   /* .loginIcon_sml  {
      float: right!important;
      top: 2px;
    }*/
    .sp_mt5 {
        margin-top: 5px;
    }
  .icon_wit3 {
      top: -10px;
  }
  .sptextLeft {
    text-align: left!important;
  }
  .ssBtn {
	width: 80% !important;
	font-size: 15px;
	line-height: 25px !important;
  }

  .ssBtn2 {
	  line-height: 1.2;
      padding: 11px 12px 11px 12px!important;
      width: 80%!important;
      font-size: 12px;
  } 

  /*.icon_sml2 {
	float: left!important;
	top: 15px;
	width: 22px !important;
  }*/

}
@media only screen and (max-width: 320px) { 
  .ssBtn {
      line-height: 1.2;
      padding: 11px 12px 11px 12px;
      width: 80%!important;
      font-size: 13px;
    }  
  .ssBtn2 {
      width: 80%!important;
      font-size: 10px;
  }
}


/*//　ここまで 161116 _スマートビークルボタン内の調整*/

/*アンケート項目追加 161111*/
.qet_lst{
	display: inline-block!important;
}
.qet_lst input[type="radio"] {
    margin-top: -3px;
}
.qet_lst label{
	display: inline-block!important;
	width: 170px!important;
	padding-right: 10px!important;
}

.icon_wit::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arrow3.png) 0 0 no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: relative;
    margin:  3px;
    float: right;
   }

.icon_sml::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arrow4.png) 0 0 no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: relative;
    margin:  3px;
    float: left;
   }
   
.icon_wit2::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arrow3.png) 0 0 no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
	top: 1px;
    position: relative;
    margin:  3px;
    float: right;
   }
   
.icon_sml2::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arrow4.png) 0 0 no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 11px;
    position: relative;
    margin:  3px;
    float: left;
   }
.icon_blw::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arrow3.png) 0 0 no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    top: -14px;
    position: relative;
    margin:  3px;
    float: right;
   }

.loginIcon_sml::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arrow3.png) 0 0 no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: relative;
    float: right;
	}

@media only screen and (max-width: 768px) {
.icon_wit::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arrow3.png) 0 0 no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: relative;
    margin:  3px;
    float: right;
   }
   
.icon_sml::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arrow4.png) 0 0 no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    position: relative;
    float: left;
   }
   
.icon_sml2::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arrow4.png) 0 0 no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: -10px;
    position: relative;
    margin: 3px;
    float: left;
}

.icon_wit2::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arrow3.png) 0 0 no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: -13px;
    position: relative;
    margin:  3px;
    float: right;
   }

.icon_blw::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arrow3.png) 0 0 no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    top: -12px;
    position: relative;
    margin:  3px;
    float: right;
   }
   
.icon_wit2::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arrow3.png) 0 0 no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    top: -14px;
    position: relative;
    margin: 3px;
    float: right;
	}
	
.ssBtn2::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arrow4.png) 0 0 no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -2px;
    position: relative;
    float: left;
	}
}

.btn-large-back2 {
	font-size: 16px;
	letter-spacing: .1em;
	font-weight: bold;
	background-color: #FFF;
	border-collapse: collapse;
	border: solid 1px #D2D1D1;
	color: #C0BCBC;
}
@media only screen and (max-width: 768px) {
.btn-large-back2 {
	width: 75% !important;
	font-size: 11px;
	}
}

.thx_txt{
	width: 650px;
	margin: 0px auto 0px auto;
}

@media only screen and (max-width: 768px) {
	.thx_txt{
		width: auto;
	}
}