@charset "UTF-8";
body {
	background-color: #FBFCFD;
    color: #666666;
    margin-bottom: 0px;
}
@media (min-width:768px){
	body {
	background-color: #FBFCFD;
    color: #666666;
    margin-bottom: 0px;
}
}
#header-logo-login {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
}
#logo-login {
	padding-top: 10px;
	padding-bottom: 10px;
}
#title {
	max-width: 350px;
}
h3 {
	color: #004F99;
	font-size: 17px;
	font-weight: bold;
}
.jumbotron {
	background-size: cover;
	background-image: url(/assets/img/bg_login.jpg); /* bg_create.jpg */ 
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	min-height: calc(100vh - 135px);
}
@media (min-width:768px){
.jumbotron {
	background-size: cover;
	background-image: url(/assets/img/bg_login.jpg); /* bg_create.jpg */ 
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 48px;
	padding-bottom: 0px;
	min-height: calc(100vh - 125px);
}
}
.wrapper {
	margin-top: 0px;
	min-height: 370px;
}
@media (min-width:768px){
.wrapper {
	margin-top: 0px;
	min-height: 430px;
}
}
.form-signin {
	max-width: 350px;
	background-color: #F1F1F1;
	border: 1px;
	border-style: solid;
	border-color: #D6D6D6;
	border-radius: 3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 26px;
	padding-left: 35px;
  }

.form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
}

input[type="text"] {
	margin-bottom: 20px;
}

input[type="password"] {
	margin-bottom: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-blue {
	background: rgb(0, 79, 153);
	color: #FFF;
	border: none;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.btn-blue:hover, .btn-blue:focus {
	background: rgb(1, 70, 127);
	color: #FFF;
}
.btn-blue:active {
	background: rgb(0, 54, 119);
	color: #FFF;
}
a {
    color: #3399FF;
    text-decoration: none;
}
a:visited {
	color: #3399FF;
    text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #3399FF;
    text-decoration: underline;
}
.form-signin p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
	text-align: center;
	color: #39A2EA;
}

#create {
	max-width: 350px;
	background-color: #FFF;
	height: 60px;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-align: center;
}
h4 {
	color: #004F99;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#create a, #create a:visited {
	color:#004F99;
	text-decoration:none;
}
#create a:hover, #create a:active {
	color:#004F99;
	text-decoration:underline;
}
.footer {
	color: #CBCBCB;
	padding-top: 15px;
	overflow: hidden;
	bottom: 0;
	width: 100%;
	height: 75px;
	background-color: #505254;
}
@media (min-width:768px){
	.footer {
	color: #CBCBCB;
	padding-top: 20px;
	overflow: hidden;
	bottom: 0;
	width: 100%;
	height: 55px;
	background-color: #505254;
}
}
.f-link {
    float: left;
    margin: 0;
    text-align: left;
    font-size: 12px;
    padding: 0;
    z-index: 1;
	display: block;
    list-style: outside none none;
}
.f-link li {
	display: inline-block;
	margin: 0;
	padding-top: 0;
	padding-right: 0.75em;
	padding-bottom: 0;
	padding-left: 0.75em;
}
.f-link a {
    color: #a8a9ac;
	text-decoration: none;
}
.f-link a:hover {
    color: #a8a9ac;
	text-decoration: underline;
}
.footer-l {
	width: auto;
	overflow: hidden;
}
@media (min-width:768px){
	.footer-l {
	float: left;
	width: auto;
	overflow: hidden;
}
}
.footer-r {
	width: auto;
	overflow: hidden;
}
@media (min-width:768px){
	.footer-r {
	float: right;
	width: auto;
	overflow: hidden;
}
}
.guidearea {
	background-color: #E0EEFC;
	min-height: calc(100vh - 135px);
	width: 100%;
	padding-top: 10px;
	padding-bottom: 48px;
}
@media (min-width:768px){
.guidearea {
	min-height: calc(100vh - 125px);
}
#create-guide-tm {
	max-width: 350px;
	background-color: #FFF;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #004F99;
	margin-bottom: 20px;
	margin-top: 38px;
}
#create-guide-tm p {
	color: #004F99;
	font-size: 13px;
	margin: 0px;
	text-align: center;
	padding-top: 22px;
	padding-right: 40px;
	padding-bottom: 22px;
	padding-left: 40px;
}
#create-guide-tm-e {
	max-width: 350px;
	background-color: #FFF;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #F76973;
	margin-bottom: 20px;
}
#create-guide-tm-e p {
	color: #F76973;
	font-size: 13px;
	margin: 0px;
	text-align: center;
	padding-top: 22px;
	padding-right: 40px;
	padding-bottom: 22px;
	padding-left: 40px;
}
.btnarea {
	max-width: 280px;
}


#pagenav {
	display: none;
	position: fixed;
	bottom: 4%;
	right: 4%;
	margin-bottom: 0 !important;
	z-index: 9999;
}

#pagenav li{
	list-style-type: none;
	background: none;
	padding-left: 0 !important;
}

#pagenav a{
	display: block;
	width: 48px;
	height: 48px;
	background: url(/assets/img/pagetop.png) no-repeat center center;
}

#pagenav a:hover{
	opacity: 0.8;
}

}
    
    
/* ==========================================================================
   create
   ========================================================================== */
.col-sm-5{
    padding: 0px;
}
.form-control{
    color: #141414;
}
body{
    background: #fafafc;
    font-family: "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
h3{
    line-height: 1.6em;
    font-size: 24px;
}
h3 span{
    background: #fffd16;
    padding: .2em .5em;
}
h3.register_ttl{
    text-align: center;
    margin-top: 0px;
    padding-top: 80px;
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.8em;
}
h3.register_ttl::before{
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/img/register/register_ttl_01.png) no-repeat center center;
    background-size: contain;
    width: 74px;
    max-width: 74px;
    height: 0px;
    padding-top: 63px;
}
#logo-login{
    padding: 20px 0px;
}
ul.reg_steps{
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #dedede;
    margin-bottom: 30px;
}
ul.reg_steps li{
    list-style-type: none;
    border-bottom: 1px solid #dedede;
    color: #434343;
    font-size: 16px;
    position: relative;
    padding: 25px 0px;
    padding-left: 50px;
}
ul.reg_steps li:nth-of-type(1)::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: url(/assets/img/register/n1.png) no-repeat center center;
    background-size: contain;
    width: 30px;
    max-width: 30px;
    height: 0px;
    padding-top: 30px;
}
ul.reg_steps li:nth-of-type(2)::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: url(/assets/img/register/n2.png) no-repeat center center;
    background-size: contain;
    width: 30px;
    max-width: 30px;
    height: 0px;
    padding-top: 30px;
}
ul.reg_steps li:nth-of-type(3)::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: url(/assets/img/register/n3.png) no-repeat center center;
    background-size: contain;
    width: 30px;
    max-width: 30px;
    height: 0px;
    padding-top: 30px;
}
.form-signin{
    background: #fff;
    border: none;
    border-radius: 6px;
    max-width: 480px;
}
#title{
    max-width: 650px;
}
.btn-blue{
    background: #004f99;
    border-radius: 200px;
    padding: 17px 0px;
    max-width: 360px;
    display: block;
    margin: 0 auto;
}
.linkbtn h4{
    padding: 0px;
    margin: 0px;
}
.linkbtn a{
    text-decoration: none;
    font-size: 16px;
    color: #004f99;
    border: 1px solid #004f99;
    background: #fff;
    border-radius: 200px;
    padding: 17px 0px;
    max-width: 360px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: normal;
}
.linkbtn a:hover{
    background: #004f99;
    color: #fff;
}
.privacy_link_area{
    font-size: 15px;
}
a.privacy_link{
    text-decoration: underline;
    text-underline-position: under;
    color: #004f99;
    font-size: 15px;
}
.form-control{
    background: #f0f5f5;
    border: 1px solid #f0f5f5;
    transition: none;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
    border-radius: 6px;
    padding: 13px 30px;
}
input[type="password"].form-control{
    border-radius: 6px;
}
.checkbox span{
    color: #2f2f2f;
    font-weight: normal;
    position: relative;
    top: 2px;
}
label{
    line-height: 1em;
    margin-bottom: 15px;
    color: #282828;
    font-size: 18px;
    font-weight: normal;
}
label.mailaddress{
    position: relative;
    padding-left: 30px;
}
label.mailaddress::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background: url(/assets/img/register/ico_01.png) no-repeat center center;
    background-size: contain;
    width: 21px;
    max-width: 21px;
    height: 0px;
    padding-top: 15px;
}

@media (min-width:768px){
    h3.register_ttl{
        font-size: 24px;
        line-height: 1.6em;
    }
    ul.reg_steps li{
        padding-left: 70px;
    }
    ul.reg_steps li:nth-of-type(1)::before{
        left: 30px;
    }
    ul.reg_steps li:nth-of-type(2)::before{
        left: 30px;
    }
    ul.reg_steps li:nth-of-type(3)::before{
        left: 30px;
    }
    .checkbox span{
        top: 0px;
    }
}


/* ==========================================================================
   send
   ========================================================================== */
#create-guide-tm{
    max-width: 475px;
    margin-top: 0px;
    padding: 30px;
    border: 1px solid #c9d5e0;
    border-radius: 6px;
}
#create-guide-tm .register_ttl{
    font-size: 16px;
    margin-bottom: 15px;
}
#create-guide-tm h3.register_ttl::before{
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/img/register/register_ttl_02.png) no-repeat center center;
    background-size: contain;
    width: 62px;
    max-width: 62px;
    height: 0px;
    padding-top: 67px;
}
#create-guide-tm p{
    padding: 0px;
    color: #b3c4d4;
    font-size: 15px;
}
#create-guide-tm .btnarea{
    width: 100%;
    max-width: none;
    margin-top: 30px;
    padding-bottom: 10px;
}
#create-guide-tm .btnarea .btn-blue{}

@media (min-width:768px){
    #create-guide-tm .register_ttl{
        font-size: 20px;
        margin-bottom: 15px;
    }
    #create-guide-tm .btnarea{
        padding-bottom: 30px;
    }
}


/* ==========================================================================
   edit
   ========================================================================== */
.guidearea{
    background: inherit;
}
.guidearea h3.register_ttl{
    padding-top: 40px;
    font-size: 20px;
}
.guidearea h3.register_ttl::before{
    display: none;
}
.guidearea .form_box{
    max-width: 800px;
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 30px 20px;
    border-radius: 6px;
}
.form-horizontal .form-group{
    margin: 0px;
}
.text-primary{
    color: #a5a5a5;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.form-horizontal .control-label{
    color: #282828;
}
label.required:after{
    content: "必須";
    background: #ff4f4f;
    color: #fff;
    font-size: 14px;
    padding: 4px 3px;
    vertical-align: bottom;
    margin-left: 5px;
}
label.not-required:after{
    content: "任意";
    background: #2bc0e5;
    color: #fff;
    font-size: 14px;
    padding: 4px 3px;
    vertical-align: bottom;
    margin-left: 5px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    border: 1px solid #bababa;
    background: #fff;
}
p.web_interview{
    color: #303030;
    line-height: 1.7em;
    font-size: 16px;
    padding-top: .7em;
    margin-bottom: 25px;
}
a.schedule_link{
    font-size: 12px;
    color: #004f99;
    border: 1px solid #004f99;
    text-decoration: none;
    border-radius: 200px;
    line-height: 1em;
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 0px;
    margin-bottom: 25px;
    position: relative;
    text-indent: -1em;
}
a.schedule_link::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    background: url(/assets/img/register/ico_03.png) no-repeat center center;
    background-size: contain;
    width: 14px;
    max-width: 14px;
    height: 0px;
    padding-top: 14px;
}
a.schedule_link:hover{
    color: #fff;
    background: #004f99;
}
hr{
    border-top: 1px solid #ccdceb;
}
.guidearea .checkbox{
    margin-bottom: 20px;
}
.guidearea .btn-primary{
    background: #004f99;
    border-radius: 200px;
    padding: 17px 0px;
    max-width: 360px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    max-width: 360px;
    width: 90%;
    margin-top: 10px;
}
.guidearea .btn-primary:hover{
    background: rgb(1, 70, 127);
}


@media (min-width:768px){
    
    a.schedule_link{
        font-size: 16px;
        width: 85%;
        padding: 14px 0px;
        margin-bottom: 25px;
        text-indent: -2em;
    }
    
    .guidearea{
        min-height: calc(100vh - 180px);
    }
    .guidearea h3.register_ttl{
        font-size: 24px;
        line-height: 1.6em;
    }
    .guidearea h3.register_ttl br.sp{
        display: none;
    }
    .form-horizontal .form-group{
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .form-horizontal .control-label{
        padding: 0px;
        width: 31%;
        padding-top: .9em;
    }
    .form-horizontal .col-sm-5{
        width: 69%;
        padding: 0px;
        padding-left: 4%;
    }
    .form-horizontal .col-sm-5 input, .form-horizontal .col-sm-5 select{
        margin-bottom: 0px;
        width: 88%;
    }
    .form-horizontal .col-sm-5 input[type=checkbox]{
        width: auto;
    }
    .text-primary{
        font-size: 16px;
        text-align: center;
        margin-top: 15px;
        width: 88%;
        margin-bottom: 0px;
    }
    
}


/* ==========================================================================
   confirm
   ========================================================================== */
.readfield{
    border: 1px solid #bababa;
    background: #fff;
    padding: 13px 30px;
    border-radius: 6px;
    margin-bottom: 0px;
    width: 100%;
    font-size: 16px;
    color: #141414;
    margin: 0px;
    margin-bottom: 20px;
}
.guidearea .form_box.confirm .btn-primary{
    width: 100%;
    max-width: none;
    margin-top: 20px;
}
.guidearea .form_box.confirm .btn-back{
    color: #004f99;
    background: #fff;
    width: 100%;
}
.guidearea .form_box.confirm .btn-back:hover{
    background: #004f99;
    color: #fff;
}

@media (min-width:768px){
    
    .readfield{
        width: 88%;
        margin-bottom: 0px;
    }
    
    .guidearea .form_box.confirm hr{
        margin-top: 30px;
    }
    .guidearea .form_box.confirm{
        margin-top: 100px;
    }   
    .guidearea .form_box.confirm .btn_area{
        margin-bottom: 0px;
        width: 60%;
        margin: 0 auto;
    }
    .guidearea .form_box.confirm .btn-primary{
        width: 60%;
        margin-top: 10px;
    }
    .guidearea .form_box.confirm .btn-back{
        width: 33%;
    }
}


/* ==========================================================================
   complete
   ========================================================================== */
.guidearea .form_box.complete{
    padding-top: 60px;
    padding-bottom: 70px;
}
.guidearea .form_box.complete .logo{
    max-width: 124px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.guidearea .form_box.complete .logo img{
    max-width: 100%;
}
.guidearea .form_box.complete .complete_ttl{
    max-width: 485px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.guidearea .form_box.complete .complete_ttl img{
    max-width: 100%;
}
.guidearea .form_box.complete .complete_ttl::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #004696;
    width: 33%;
    height: 1px;
}
.guidearea .form_box.complete .complete_text{
    font-size: 18px;
    color: #282828;
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width:768px){
    .guidearea .form_box.complete{
        margin-top: 100px;
    }
}


/* ==========================================================================
   footer
   ========================================================================== */
.footer{
    background: #004f99;
    height: auto;
}
.f-link a{
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
}
.f-link a::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background: url(/assets/img/register/ico_02.png) no-repeat center center;
    background-size: contain;
    width: 6px;
    max-width: 6px;
    height: 0px;
    padding-top: 6px;
}
.f-link li{
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
}
.footer-r .f-link li:nth-of-type(2){
    color: #2c79c1;
    font-size: 12px;
}
.jumbotron{
    background: inherit;
    padding-bottom: 50px;
}

@media (min-width:768px){
    .f-link li{
        padding-bottom: 0px;
    }
    .footer-l{
        display: block;
        float: none;
    }
    .footer-r{
        display: block;
        float: none;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-r .f-link{
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .jumbotron{
        min-height: calc(100vh - 180px);
    }
}