@charset "utf-8";
/********* HTML再定義 ***********************************************/
a {
    text-decoration: none;
    color: #028AFF;
}
.guidance_cap {
    font-size: 18px;
    margin: 20px 0 0;
    font-weight: bold;
    /*色定義*/
    background-color: #0092D1;
    padding: 12px 16px;
    color: #FFF;
}
/********* ヘッダー *************************************************/
.top_margin {
    padding-top: 300px;
}
div#menu {
    overflow: hidden;
    /*min-width: 960px;*/
    height: 40px;
    background-color: #0092D1;
}
@media screen and (max-width:840px) {
	div#menu ul li a {
		font-size: 14px;
		padding: 12px 9px;
	}
}
div#header {
    background-color: #fff;
}
#header_fix {
    background-image: url(../images/index/bg_bar.png);
    background-repeat: repeat-x;
    height: 140px;
    position: fixed;
    width: 100%;
    overflow: hidden;
    z-index: 200;
    top: 0px;
}
/********* タブ要素 *******************************************/
.nav_tabs {
    padding: 0;
    margin-left: 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #777;
    width: 100%;
}
.nav_tabs li {
    list-style: none;
    display: inline-block;
}
.nav_tabs li a {
    display: inline-block;
    padding: 10px 0;
    width : 200px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    background-color: #F6F7F6;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    box-shadow: inset 1px 1px 0px rgba(255,255,255,0.4);
    color: #333;
}
.nav_tabs li.active a {
    background-color: #777;
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    border-left: 1px solid #888;
    border-bottom: 1px solid #777;
    margin-bottom: -1px;
    color: #FFF;
}
.nav_tabs li a span.attach_num {
    height: 10px;
    min-width: 10px;
    padding: 4px;
    color: #FFF;
    border-radius: 16px;
    background-color: #666;
    font-size: 10px;
    display: inline-block;
    line-height: 1em;
    vertical-align: top;
    font-weight: normal;
}
.read {
    line-height: 1.6;
}
.read p {
    font-size: 15px;
}
#container {
    margin: 20px auto 0;
    max-width: 960px;
    line-height: 1.5em;
}
.v_top {
    vertical-align: top;
}
.dd {
    padding-left: 1em;
    display: inline-block;
}
.indent {
    padding-left: 1em;
    text-indent: -1em;
}
.margin_em {
    margin-top: 1em;
    display: block;
}
.black {
    color: #000;
    font-weight: normal;
}
.sp_btn, .drawr {
    display: none;
}
.box_main {
    border: 1px solid #D5D5D5;
    overflow: hidden;
}
.box_top {
    border-top: 1px solid #D5D5D5;
    margin-top: 20px;
    border-bottom: none;
}
.box_inner {
    padding: 30px;
}
.box_inner h5 {
    margin: 0 0 8px;
}
.box_inner p {
    margin-top: 0;
}
.box_inner .btn_blue {
    text-align: center;
    margin: 10px 0;
}
.big_txt {
    font-size: 1.3em;
}
.s_big_txt {
    font-size: 28px;
    line-height: 28px;
    display: inline-block;
    padding-bottom: 10px;
    vertical-align: top;
    margin-left: 10px;
}
.box_left, .box_right {
    width: 50%;
    float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
}
.box_right {
    border-left: 1px solid #D5D5D5;
}
.box_right .box_accent {
    background: #fcdede;
    padding: 8px;
    margin-bottom: 8px;
}
.center {
    text-align: center;
}
.step_num_4+div {
    margin: 0 10px;
}
.step_num_4+div span {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}
.step_base {
    color: #212121;
    font-weight: bold;
    font-size: 16px;
    background-color: #f3f3f3;
    line-height: 1em;
    padding: 10px;
    background-repeat: no-repeat;
    margin: 20px 0 10px;
}
.step_base .step_num {
    background: #0092D1;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
    text-align: center;
    width: 24px;
}
#preparation .box_main .box_inner .read {
    padding: 10px;
}
#preparation .box_main .box_inner .read p {
    font-size: 14px;
}
#btn_regist, #btn_login {
    width: 300px;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.2;
}
.left {
    width: 50%;
    float: left;
}
.right {
    width: 50%;
    float: right;
}
.box_login .box_right {
    border-left: none;
}
.box_login .box_left {
    border-right: 1px solid #d5d5d5;
}

@media screen and (max-width:751px) {
.box_login .pc {
    display: none;
}
}
.sns_regist {
    border-top: 1px solid #d5d5d5;
    margin-bottom: 0;
    padding-top: 16px;
    text-align: center;
    width: 100%;
}
.sns_regist dt {
    font-weight: bold;
    margin-bottom: 8px;
}
.sns_regist dd {
    display: inline-block;
    width: 47%;
    max-width: 200px;
    margin: 0;
}
.sns_regist dd a {
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 2px;
    padding: 10px 0 10px 24px;
}
.sns_regist dd a.yahoo {
    background: url(../../../images/common/logo_yahoo.png) no-repeat 12px center #ff0035;
    background-size: 24px;
}
.sns_regist dd a.facebook {
    background: url(../../../images/common/logo_fb.png) no-repeat 12px center #3b579d;
    background-size: 24px;
}
.cont_box .btns_pdf .btn_blue {
    width: auto;
    padding: 18px 24px;
    margin: 10px 0 0;
}
.big_txt {
    font-size: 16px;
}
.payment tr td div {
    text-align: left;
    margin: 0 auto;
}
table.payment tr td {
    background-color: #fff;
}
 table.payment tr td:not(:nth-child(1)) {
 border-left: 1px solid #D5D5D5;
}
table.fee {
    width: 40%;
}
table.fee tr {
    height: 4em;
}
table.fee tr td {
    background-color: #fff;
    font-weight: normal;
}
.ask {
    text-align: left;
    margin: 20px auto;
}
.ask_left {
    float: left;
    text-align: left;
    width: 400px;
    padding-bottom: 30px;
    background-color: #F5D1CB;
    padding: 10px 20px;
    height: 120px;
    margin-right: 10px;
    margin-bottom: 30px;
}
.ask_right {
    float: left;
    text-align: center;
    width: 400px;
    background-color: #F5D1CB;
    padding: 30px 20px;
    height: 80px;
}
.ask_right a {
    display: inline-block;
    color: #FFF;
    padding: 10px;
    width: 200px;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    background-color: #0081D4;
}
.ask_right a:hover {
    background-color: #22A3F6;
}
.q_tit {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
    line-height: 1.4em;
}
.qa_cap {
    color: #0783ff;
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-top: 20px;
}
.box_inner .qa_cap:first-child {
    margin-top: 0;
}
.q_ans {
    display: none;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.q_ans li p {
    margin-left: 1em;
}
.list_init ul li {
    list-style: initial;
}
.list_decimal ul li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
}
.list_decimal ul li:before {
    display: marker;
    content: counter(cnt) ") ";
}
.top_margin {
    padding-top: 150px;
}
table tr td.status {
    text-align: center;
}
table.list tr th {
    padding-bottom: 5px;
}
table tr td {
    border-left: none;
    background-color: #fcebec;
    font-weight: normal;
}
table.list tr td {
    background-color: #f5f5f5
}
table.list tr:nth-child(2n-1) td {
    background-color: #fcfcfc
}
.attention_entry {
    border: 1px solid #CCC;
    padding: 20px;
}
.box_notice {
    background-image: url(../images/index/info.png);
    color: #212121;
    font-size: 16px;
    line-height: 1em;
    padding: 6px 10px 10px 40px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.attention_entry dt {
    font-weight: bold;
}
.attention_entry dd {
    margin: 0 0 16px;
}
.left {
    text-align: left;
    display: inline-block;
}
div#header ul li a {
    background-color: #0378DE;
}
div#header ul li {
    margin-left: 20px;
    width: 100px;
}
.flows {
    min-height: 110px;
    height: auto;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    padding: 20px 30px 20px 280px;
    position: relative;
    line-height: 1.5em;
}
.flow_yoko {
    background-image: url(../images/index/flow_yoko.png);
}
.flow_pc {
    background-image: url(../images/index/flow_pc.png);
}
.flow_24store {
    background-image: url(../images/index/flow_24store.png);
}
.flow_print {
    background-image: url(../images/index/flow_print.png);
}
.flow_jukenhyo {
    background-image: url(../images/index/flow_jukenhyo.png);
}
.flow_confirm {
    background-image: url(../images/index/flow_confirm.png);
}
.flow_post {
    background-image: url(../images/index/flow_post.png);
}
.flows .step_number {
    color: #0092D1;
    font-family: Tahoma, Geneva, "sans-serif";
    font-size: 19px;
    font-weight: bold;
    left: 12px;
    position: absolute;
    top: 16px;
}
.flows .box_accent {
    background: #fcdede;
    font-size: 13px;
    padding: 10px 16px;
    margin: 8px 0;
}
.flows .box_accent_white {
    background: #FFF;
    font-size: 13px;
  color: #F00;
    padding: 10px 16px;
    margin: 8px 0;
}

.g_box {
    background-color: #DB484B;
    color: #FFF;
    padding: 3px;
    display: block;
    margin-top: 5px;
}
.next_arrow {
    position: relative;
    height: 30px;
}
.next_arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #f5f5f5 transparent transparent transparent;
}
table.list {
    margin-bottom: 10px;
}
.ask_form {
    margin-bottom: 15px;
}
.ask_form .btn {
    border: 1px solid #dfdfdf;
    padding: 10px;
}
.sample_photo dt {
    font-weight: bold;
    color: #00447D;
    margin: 20px 0 4px;
}
.sample_photo dd {
    padding: 0;
    margin: 0;
}
.appropriate_example {
    display: table;
}
.appropriate_example figure {
    display: table-cell;
    padding-right: 20px;
}
.appropriate_example figure img {
    width: 140px;
    border: 1px solid #acacac;
}
.appropriate_example div {
    display: table-cell;
    vertical-align: top;
}
.appropriate_example ul {
    margin: 0;
}
.appropriate_example div {
    display: table-cell;
    vertical-align: top;
}
.ng_sample {
    position: relative;
    overflow: hidden;
    margin: 0;
}
.ng_sample li {
    float: left;
    line-height: 1;
}
.ng_sample figure {
    position: relative;
    width: 110px;
    margin: 0 5px 10px;
}
.ng_sample figure:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px;
}
.ng_sample figure img {
    width: 100%;
    border: 1px solid #acacac;
}
.ng_sample figure figcaption {
    margin-top: 4px;
    text-align: center;
    font-size: 12px;
}
.read .check_browser {
    padding: 8px 10px;
    width: 100px;
    margin-top: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
}

@media screen and (max-width:751px) {
    #header, #header_fix, .mgn {
        min-width: 0px;
        width: 100%;
        height: 64px;
    }
    div#header h1 a {
        display: block;
        width: 310px;
        height: 64px;
        background-size: 90%;
        background-position: 10px center;
        background-repeat: no-repeat;
        text-indent: -9999px;
    }
    #container {
        width: 100%;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    #footer {
        width: 100%;
        padding: 20px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    #copyright {
        width: inherit;
    }
    #ssl_mark {
        width: inherit;
    }
    #btn_regist, #btn_login {
        font-size: 16px;
        padding: 20px 10px;
        max-width: 300px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .btn_blue {
        font-size: 16px;
    }
    .sns_regist dd {
        width: 49%;
    }
    .sns_regist dd a {
        font-size: 12px;
        background-position: 10px center !important;
        background-size: 16px auto !important;
    }
    .read p {
        font-size: 13px;
    }
    .top_margin {
        padding-top: 72px;
    }
    .box_inner {
        font-size: 13px;
        padding: 10px;
    }
    .drawr {
        display: none;
        background-color: rgba(0,0,0,0.85);
        position: fixed;
        top: 0px;
        right: 0;
        width: 240px;
        padding: 80px 0 20px 0px;
        z-index: 200;
        font-size: 20px;
    }
    #drawr_inner {
        list-style-type: none;
    }
    #drawr_inner li {
        width: 240px;
    }
    #drawr_inner li a {
        color: #fff;
        display: block;
        font-size: 16px;
        padding: 12px 5px;
        text-decoration: none;
        text-shadow: 0px 0px 5px #000;
        text-align: left;
    }
    #drawr_inner li a.sp_logout {
        padding: 15px 5px;
    }
    .sp_btn {
        background: transparent url(../images/index/sp_menu_high.png) no-repeat 0 0;
        display: block;
        width: 35px;
        height: 35px;
        position: fixed;
        top: 12px;
        right: 10px;
        cursor: pointer;
        z-index: 201;
    }
    .box_left, .box_right {
        width: 100%;
        float: none;
    }
    .box_right {
        border-top: 1px solid #D5D5D5;
        border-left: none;
    }
    .left {
        width: 100%;
        float: none;
    }
    .right {
        width: 100%;
        float: none;
    }
    .flows {
        height: auto;
        min-height: 80px;
        background-repeat: no-repeat;
        padding: 20px 10px 20px 40%;
        line-height: 1.2em;
        background-size: 38% auto;
        background-position: 0;
    }
    .flows .big_txt {
        font-size: 14px;
    }
    .flows p {
        font-size: 12px;
    }
    .flows .box_accent {
        padding: 8px;
        font-size: 12px;
    }
  .flows .box_accent_white {
    padding: 8px;
    font-size: 12px;
  }

    .flows .step_number {
        font-size: 16px;
    }
    .next_arrow {
        height: 24px;
    }
    .step_base {
        font-size: 14px;
        position: relative;
        padding-left: 30px;
        margin: 10px 0 0;
    }
    .step_base .step_num {
        font-size: 10px;
        position: absolute;
        left: 7px;
        top: 50%;
        margin-top: -9px;
        width: 18px;
        height: 18px;
        line-height: 18px;
    }
    #preparation .box_main .box_inner .read {
        padding: 10px 0;
    }
    #preparation .box_main .box_inner .read p {
        font-size: 13px;
    }
    .appropriate_example figure {
        padding-right: 10px;
        width: 40%;
    }
    .appropriate_example figure img {
        width: 100%;
    }
    .appropriate_example div {
        font-size: 11px;
    }
    .box_notice {
        font-size: 15px;
        background-size: 24px auto;
        padding: 4px 0 4px 28px;
    }
    .attention_entry {
        padding: 10px;
    }
    .attention_entry dt {
        font-size: 13px;
    }
    .attention_entry dd {
        font-size: 12px;
    }
    .asks {
        text-align: left;
        font-size: 11px;
    }
    .ask_left {
        float: none;
        text-align: left;
        margin-left: -20px;
    }
    .ask_right {
        float: none;
        padding-bottom: 20px;
        margin-left: -20px;
        height: auto;
    }
    .ask_right a {
        width: 250px;
    }
    .links_paygent {
        padding: 10px;
    }
    .nav_tabs li a {
        display: inline-block;
        padding: 10px 0;
        width : 180px;
    }
    table.payment tr td {
        padding: 5px;
    }
    table.payment td img {
        width: 100%;
    }
    .payment tr td div {
        width: 100%;
        font-size: 12px;
        line-height: 1.4;
    }
    table.fee {
        width: 100%;
    }
    table.list {
        line-height: 1.4;
    }
    table.list tr th {
        padding: 10px 5px 5px;
        width: auto !important;
    }
    table.list tr td {
        font-size: 80%;
        padding: 8px 4px;
    }
    .cls {
        background-position: -35px 0;
    }
    .ng_sample figure:after {
        top: 2px;
        right: 3px;
        font-size: 14px;
    }
    .ng_sample figure {
        width: 80px;
        height: 140px;
    }
    .ng_sample figure figcaption {
        font-size: 10px;
    }
    .qa_cap {
        font-size: 13px;
    }
    .qa_cap br {
        display: none;
    }
}
@media screen and (max-width:380px) {
    .payment tr td div {
        font-size: 11px;
    }
}
@media screen and (max-width:1024px) and (min-width:752px) {
	#container > .read {
		padding:  0 10px;
	}
}
/**********************************************************
*        クローズ対応
**********************************************************/
.closeBox {
    width: 100%;
    height: auto;
    margin: 0 auto 18px;
    color: #F00;
    border: 1px solid #F00;
}
.closeBox p {
    font-size: 120%;
    padding: 6px 9px;
}
.account_note {
    margin: -10px 0 0;
    text-indent: -1rem;
    padding-left: 1rem;
}
.mb-1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.35rem;
	border-bottom: 1px solid #acacac;
	line-height: 2em;
}