@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */

/* 全体の書式をNoto Sans JPにする */
*{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
}
body {
	color: #222222;
	line-height: 1.6;
	line-height: 2;
}

/* 余白・サイズ設定 */
h1 {
	font-size: 1.5em;
	color: #E60012;
	font-weight: bold;
    padding: 0;
    margin: 0;
}
h2 {
	font-size: 1.5em;
	border-bottom: 3px solid;
	margin-top: 30px;
	color: #E60012;
	font-weight: bold; 
	border-bottom-color: #E60012;
}

p.thx {
	font-size: 1.5em;
}
p.guide {
	margin: inherit;
}
p.notes{
	font-size: 0.8em;
}
div.logo{
	margin-top: 15px;
	margin-bottom: 15px;
}
div.ss_bottomComment,span.ss_rightComment{
	font-size: 0.8em;
	display: block;
}
div.box, .flow{
	margin-top: 15px;
}

div.name{
    margin-right:30px;
}

div.confirm{
	background-color: whitesmoke;
   	padding: 1em;
}

div.confirm-item{
	font-weight:bold; 
   	margin-top: 15px;
}

span.item-name{
	font-weight:bold; 
}

div.Copyright {
	font-size: 0.5em;
	margin-top: 40px;
	tet-align: right;
}

/* ボタンの書式 */
a.btn-top {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  border-bottom: solid 3px #1C4295;
  border-left: solid 3px #1C4295;
  color: #1C4295;
  transition: .4s;
}

a.btn-top:hover {
  padding-left: 0.7em;
  padding-right: 0.3em;
}

div.btn-center{
	text-align:center;
	margin-top: 30px;
}

div.back-btn{
	margin-top: 30px;
	margin-right: 10px;
}

div.send-btn{
	margin-top: 30px;
	margin-left: 10px;
}

span.address{
	margin: 0.5em;
}

/* お申込みフローナビ */
ul.cp_stepflow01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 1em;
	padding: 0;
}
ul.cp_stepflow01 > li {
	position: relative;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	text-overflow: ellipsis;
	color: #989898;
	 -ms-flex: 1;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	     flex: 1;
}
ul.cp_stepflow01 > li .bubble {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto 0.5em;
	border-radius: 1000px;
	background-color: #FFF2F3;
}
ul.cp_stepflow01 > li .bubble::after,
ul.cp_stepflow01 > li .bubble::before {
	position: absolute;
	top: 9px;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	background-color: #FFF2F3;
}
ul.cp_stepflow01 > li.completed,
ul.cp_stepflow01 > li.completed .bubble {
	color: #989898;
}
ul.cp_stepflow01 > li.completed .bubble,
ul.cp_stepflow01 > li.completed .bubble::after,
ul.cp_stepflow01 > li.completed .bubble::before {
	background-color: #989898;
}
ul.cp_stepflow01 > li:last-child .bubble::after,
ul.cp_stepflow01 > li:last-child .bubble::before {
	width: 0%;
	margin-right: 50%;
}
ul.cp_stepflow01 > li.active,
ul.cp_stepflow01 > li.active .bubble {
	color: #222222;
	font-weight: bold;
}
ul.cp_stepflow01 > li.active .bubble,
ul.cp_stepflow01 > li.active .bubble::after,
ul.cp_stepflow01 > li.active .bubble::before {
	background-color: #e60012;
}

/* input-textの書式 */
input[type='text']{
  width: 100%;
  max-width: 374px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;;
}

input[name="Public::Application::Userenquete_D__P__D_zip3"],input[name="Public::Application::Userenquete_D__P__D_tel"]{
  width: 100%;
  max-width: 172px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;;
}

/* テキストエリアの書式 */
textarea{
  width: 100%;
  height: 300px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* セレクトボックスの書式 */
.select-wrap {
  overflow: hidden;
  width: auto;
}
.select-wrap select {
  width: 100%;
  padding-right: 5px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap.cp_select {
  position: relative;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #ffffff;
}
.select-wrap.cp_select::before {
  position: absolute;
  top: 20px;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  pointer-events: none;
}
.select-wrap.cp_select select {
  padding: 8px 38px 8px 8px;
}


/* 都道府県セレクトボックスの書式 */
.select-wrap-ad {
  overflow: hidden;
  width: 	100%;
  max-width: 	250px;
}
.select-wrap-ad select {
  width: 100%;
  padding-right: 5px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.select-wrap-ad select::-ms-expand {
  display: none;
}
.select-wrap-ad.ad_select {
  position: relative;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #ffffff;
}
.select-wrap-ad.ad_select::before {
  position: absolute;
  top: 20px;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  pointer-events: none;
}
.select-wrap-ad.ad_select select {
  padding: 8px 38px 8px 8px;
}
/* input-checkboxの書式 */


/* 個人情報の取り扱いスクロール */
div.scr{
  font-size: 0.5em;
  height: 150px;
  padding-left: 10px;
  padding-top: 5px;
  overflow-y: scroll;
  border-top: solid 1.5px #5d627b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  margin-bottom: 5px;
}
/* スクロールの幅の設定 */
div.scr::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/* スクロールの背景の設定 */
div.scr::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}
/* スクロールのつまみ部分の設定 */
div.scr::-webkit-scrollbar-thumb {
  border-radius: 5px;;
  background: #1959A8;
}

/* エラーメッセージ */
span.label-warning,span.ss_error_msg{
	color: #F35154; 
}