@charset "UTF-8";
body {
	font-family:"Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
	font-size:1rem;
	color:#222222;
	line-height:1.5;
	background:#fff;
}
html{
    font-size: 16px;
}
* html body {
	font-size:small;
}/* for IE6 */
*:first-child+html body {
	font-size:small;
}/* for IE7 */
.clear {
	clear:both;
}
a{
  color: #467886;
  text-decoration: underline;
}
a:hover{
	color: #467886;
	text-decoration: none;
}
header {
	margin: 0;
	padding: 0;
	background-color: rgba(252, 224, 212, 0.3);
}
#header {	
	padding:10px 0 10px;
}
.txt-gray{
    color: #999;
}
.bg-gray{
    background-color:#e2e2e2;
}
h1{
    margin-bottom: 5px;
    padding: 1rem 0;
    font-weight: normal !important;
}
.h5{
    font-weight: normal;
    line-height: 1.5;
}
ul {
    padding-left: 0;
}
#form {
    margin-bottom: 50px;
}
.form-step {
    margin-bottom: 1.875rem;
    font-size: 1.1rem;
}
.form-step .form-step-inner {
    letter-spacing: -0.4em;
    text-align: center;
    margin: auto;
}
.form-step .form-step-inner li {
    background-color: #e2e2e2;
    color: #000;
    display: inline-block;
    height: 70px;
    letter-spacing: normal;
    line-height: 70px;
    margin-right: 30px;
    position: relative;
    vertical-align: middle;
    width: 284px;
}
.form-step .form-step-inner li::after {
    background-color: #fff;
    border-color: transparent transparent transparent #e2e2e2;
    border-style: solid;
    border-width: 35px 0 35px 20px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -8px;
    top: 0;
    width: 0;
}
.form-step .form-step-inner li.step03 {
    margin-right: 0;
}
.form-step .form-step-inner li.step03::after {
    display: none;
}
.form-step .form-step-inner li.current {
    background-color: #26415F;
    color: #fff;
    position: relative;
}
.form-step .form-step-inner li.current::after {
    border-color: transparent transparent transparent #26415F;
}
.form-step .form-step-inner li .text {
    padding-left: 10px;
}
#end p{
    margin-bottom: 20px;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.centeryose{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
}

/* .footer ******************************************************/
.footer{
    text-align: center;
    font-size:.9rem;
    padding-bottom: 10px;
}
/* repatcha */
.center-yose{
    text-align: center;
    margin: 20px auto 0;
    width:300px;
    display: block;
}
@media (max-width: 991px){
    html{
        font-size: 15px;    
    }
}
@media screen and (max-width: 768px) {
    html {
        font-size: 14px;
    }  
    h1{
        line-height: 1.5;
    }
    h1.h3{
        font-size: 1.5rem;
    }
    .form-step {
        margin-bottom: 1.5rem;
     }
    .form-step .form-step-inner li {
        width: 45%;
        margin-right: 10px;
    }
}
@media screen and (max-width: 575px) {
    html {
        font-size: 13px;
    }
    div.logo{
        width: 160px;
    }
		#end img{
			width: 120px;
		}
    .h5{
        font-size: 1.2rem;
    }
    .form-step .form-step-inner li {
        width: 48%;
        font-size: 1rem;
    }
    .form-step .form-step-inner li .text{
        padding-left: 0;
    }
}
