﻿@charset 'utf-8';

/*
===============================================================

    1.Reset
    2.General Setting
    3.header
    4.main
    5.pathArea
    6.contArea
    7.footer
    8.IE

===============================================================
*/


/****************************************
  1.Reset
****************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    font-size: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}
body {
    position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}
ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}
mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
button {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Verdana, Meiryo, sans-serif;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: transparent;
    appearance: none;
}
select {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Verdana, Meiryo, sans-serif;
    font-size: 1.4rem;
}

/*======================================
    2.General Setting
======================================*/

.fsz_N {
    font-size: 62.5%;
}
.fsz_L {
    font-size: 75%;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Verdana, Meiryo, sans-serif;
    font-size: 1.68rem;
    line-height: 1.75;
    margin: 0 auto;
    color: #333;
    border-top: 10px solid #12335f;
    -webkit-text-size-adjust: 100%;
}
a {
    font-size: 100%;
    color: #194686;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border-style: none;
    outline: none;
}
object, embed, iframe {
    max-width: 100%;
    vertical-align: top;
    outline: none;
}
sup, sub {
    font-size: 1rem;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
hr {
    display: block;
    height: 1px;
    margin: 4rem 0;
    padding: 0;
    border: 0;
    border-top: 2px dotted #989898;
}
em {
    font-style: normal;
}
input[type='text'], select, textarea {
    display: block;
    box-sizing: border-box;
    margin: 1.1rem 0 1.5rem;
    vertical-align: middle;
    border: 1px solid #b2b2b2;
    font-size: 1.7rem;
    font-family: sans-serif;
}
input[type='text'] {
    /*width: 54.3%;*/
    /*min-width: 288px;*/
    max-width: 100%;
    height: 32px;
}
textarea {
    /*width: 100%;*/
    max-width: 100%;
    /*height: 186px;*/
}
h1, h2 {
    font-size: 2.02rem;
    line-height: 1.5;
    margin: 0 0 1rem;
}
h1 {
    font-weight: normal;
    margin: 0 0 1.6rem;
}
p {
    margin: 0 0 1.2rem;
}
@media screen and (max-width: 767px) {
    .fsz_L {
        font-size: 62.5%;
    }
    body {
        min-width: 320px;
    }
}

/*======================================
    3.header
======================================*/

#header {
    position: relative;
    width: 768px;
    margin: 0 auto;
    background: #fff;
}
#header::after {
    display: table;
    clear: both;
    content: '';
}

/*==== ciBlock ====*/

.ciBlock {
    font-size: 2.9rem;
    line-height: 1.36;
    float: left;
    margin: 1.4rem 0 1.4rem 16px;
}
.ciBlock a {
    text-decoration: none;
    color: #333;
}

/*==== fszBlock ====*/

.fszBlock {
    float: right;
    margin: 20px 16px 0 0;
    text-align: right;
}
.fszBlock dt, .fszBlock dd {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: top;
}
.fszBlock dt {
    margin: 0 1.2rem 0 0;
}
.fszBlock button {
    line-height: 2rem;
    min-width: 50px;
    min-height: 24px;
    padding: 0 .4rem;
    color: #12335f;
    border: 1px solid #12335f;
    border-radius: 3px;
}
.fszBlock button:active, .fszBlock button:focus {
    box-shadow: 0 0 1px 2px #a5c7fe;
}
.fszBlock button::-moz-focus-inner {
    border: none;
    box-shadow: 0 0 1px 2px #a5c7fe;
}
.fszBlock button:first-child {
    margin: 0 14px 0 0;
}
.fszBlock .fsz_N {
    font-size: 14px;
}
.fszBlock .fsz_L {
    font-size: 16.8px;
}
.fsz_N .fsz_N, .fsz_L .fsz_L {
    color: #fff;
    background: #12335f;
}

/*==== Media Queries ====*/

@media screen and (max-width: 767px) {
    #header {
        width: auto;
        border-bottom: 1px solid #cbcbcb;
    }
    /*==== fszBlock ====*/
    .fszBlock {
        display: none;
    }
}

/*======================================
    4.main
======================================*/

#main::after {
    display: table;
    clear: both;
    content: '';
}

/*======================================
    5.pathArea
======================================*/

.pathArea {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    background: #e5e5e4;
}
.pathArea ul {
    width: 768px;
    margin: 0 auto;
    padding: .5rem 16px;
}
.pathArea li {
    font-size: 1.4rem;
    display: inline;
    margin: 0;
}
.pathArea li:not(:last-child)::after {
    display: inline-block;
    padding: 0 4px 0 8px;
    content: '>';
}

/*==== Media Queries ====*/

@media screen and (max-width: 767px) {
    .pathArea {
        display: none;
    }
}

/*======================================
    6.contArea
======================================*/

.contArea {
    width: 768px;
    margin: 3rem auto 0;
    padding: 0 16px;
}
.contArea::after {
    display: table;
    clear: both;
    content: '';
}
.call110 {
    color: #cc1919;
    font-size: 2.02rem;
    border: 2px solid #cc1919;
    text-align: center; 
    font-weight: bold;
    line-height: 5rem;
}
.borderBox {
    margin: 0 0 2rem;
    padding: 5px;
    border: 1px solid #cc1919;
    background-color: #fff;
}
.policyBox1 {
    padding: 5px;
    margin-bottom: 2rem;
}
.policyBox1 ul{
    margin-left: 1.5rem;
}
.formCur01 .policyBox1 .txtNotice {
    color: #cc1919;
    background: #fff;
    border: none;
}
.policyBox2 {
    padding: 5px;
    border: 1px solid #000;
    margin-bottom: 1.5rem;
    height: 300px;
    overflow: scroll;
}
.policyBox2 h2 {
	color: #12335f;
	font-size: 2.02rem;
}
.agreeBox {
    text-align: center;
}
.noticeBox {
    margin: 0 0 4rem;
    padding: 10px 16px;
    border: 1px solid #12335f;
    background: #eff2f6;
}
.errorBox {
    margin: 0 0 4rem;
    padding: 10px 16px;
    color: #cc1919;
    border: 1px solid #cc1919;
}
.noticeBox *:last-child, .errorBox *:last-child {
    margin-bottom: 0;
}
.formFlow {
    overflow: hidden;
    margin: 0 0 4rem;
}
.formFlow::after {
    display: table;
    clear: both;
    content: '';
}
.formFlow li {
    float: left;
    width: calc(33% - 1.2em);
    margin: 0 .5em 0 .6em;
    list-style: none;
}
.formFlow li:nth-child(1) {
    width: calc(33% - .5em);
    margin: 0 .5em 0 0;
}
.formFlow li:nth-child(1) span::before {
    content: none;
}
.formFlow span {
    position: relative;
    display: block;
    padding: .7em .3em;
    text-align: center;
    border-right: 1px solid #bfccd8;
    border-left: 1px solid #bfccd8;
    background: #bfccd8;
}
.formFlow span::before, .formFlow span::after {
    position: absolute;
    top: 50%;
    margin-top: -1.65em;
    content: '';
}
.formFlow span::before {
    left: -1em;
    border-width: 1.65em 0 1.65em 1em;
    border-style: solid;
    border-color: #bfccd8 #bfccd8 #bfccd8 transparent;
}
.formFlow span::after {
    right: -1em;
    border-top: 1.65em solid transparent;
    border-bottom: 1.65em solid transparent;
    border-left: 1em solid #bfccd8;
}
.formCur01 li:nth-child(1) span, .formCur02 li:nth-child(2) span, .formCur03 li:nth-child(3) span {
    color: #fff;
    border-right: 1px solid #194686;
    border-left: 1px solid #194686;
    background: #194686;
}
.formCur01 li:nth-child(1) span::before, .formCur02 li:nth-child(2) span::before, .formCur03 li:nth-child(3) span::before {
    border-color: #194686 #194686 #194686 transparent;
}
.formCur01 li:nth-child(1) span::after, .formCur02 li:nth-child(2) span::after, .formCur03 li:nth-child(3) span::after {
    border-left-color: #194686;
}
.formCur02 li:nth-child(1) span, .formCur03 li:nth-child(1) span, .formCur03 li:nth-child(2) span {
    color: #fff;
    border-right: 1px solid #666;
    border-left: 1px solid #666;
    background: #666;
}
.formCur02 li:nth-child(1) span::before, .formCur03 li:nth-child(1) span::before, .formCur03 li:nth-child(2) span::before {
    border-color: #666 #666 #666 transparent;
}
.formCur02 li:nth-child(1) span::after, .formCur03 li:nth-child(1) span::after, .formCur03 li:nth-child(2) span::after {
    border-left-color: #666;
}
.formCur02 #formID em {
    display: inline-block;
    margin: 0 0 .8rem;
}
.formCur02 #formID p {
    margin: 0 0 3rem;
}
#formID span {
    color: #cc1919;
}
#formID ul {
    margin: .4rem 0 3rem;
}
#formID li {
    display: inline-block;
    margin: 0 16px 0 0;
    list-style: none;
}
.btnBox {
    margin: 4rem auto 0;
    text-align: center;
}
.btnBox button {
    font-size: 1.68rem;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    width: 240px;
    margin: 0 60px 0 0;
    padding: .7rem 30px .7rem 50px;
    color: #fff;
    background: #194686;
}
.btnBox button:active, .btnBox button:focus {
    box-shadow: 0 0 1px 2px #a5c7fe;
}
.btnBox button::-moz-focus-inner {
    border: none;
    box-shadow: 0 0 1px 2px #a5c7fe;
}
.btnBox button:hover {
    opacity: .65;
}
.btnBox button::before {
    position: absolute;
    top: 15px;
    top: calc(50% - .4rem);
    left: 20px;
    width: .8rem;
    height: .8rem;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: .2rem solid #fff;
    border-right: .2rem solid #fff;
}
.btnBox button:last-child {
    margin: 0;
}
.btnBox .fixBtn {
    background: #b13231;
}
.btnBox .fixBtn::before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

/*==== Media Queries ====*/

@media screen and (max-width: 767px) {
    .contArea {
        width: auto;
    }
    .btnBox button, .btnBox button:last-child {
        display: block;
        margin: 0 auto 2rem;
    }
    .formFlow li {
        font-size: 1.4rem;
    }
}

/*======================================
    7.footer
======================================*/

#footer {
    margin: 7.7rem 0 0;
    border-top: 1px solid #989898;
    background: #e5e5e4;
}

/*==== infoBlock ====*/

.infoBlock {
    position: relative;
    width: 768px;
    margin: 0 auto;
    padding: 2.6rem 16px 4.2rem;
}
.infoBlock::after {
    display: table;
    clear: both;
    content: '';
}
.infoBlock small {
    font-size: 1.4rem;
    line-height: 1.4;
    display: block;
}
.ftLink {
    font-size: 1rem;
    margin: 0 0 1rem -3.2rem;
    list-style: none;
}
.ftLink li {
    display: inline-block;
    margin: 0 0 .25rem 3.2rem;
}
.ftLink li a {
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    padding: 0 0 0 1.4rem;
}
.ftLink li a::before {
    position: absolute;
    top: .9rem;
    left: -.2rem;
    width: .5rem;
    height: .5rem;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: .17rem solid #12335f;
    border-right: .17rem solid #12335f;
}
.addBox {
    margin: 0 0 1rem;
}
.addBox dt {
    font-weight: bold;
}
.addBox dd {
    font-size: 1.4rem;
    line-height: 1.57;
}
.addBox ul {
    margin: .2rem 0 0 -3.2rem;
}
.addBox li {
    display: inline-block;
    margin: 0 0 0 3.2rem;
}
.addBox li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 1.4rem;
}
.addBox li a::before {
    position: absolute;
    top: .8rem;
    left: -.2rem;
    width: .5rem;
    height: .5rem;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: .17rem solid #12335f;
    border-right: .17rem solid #12335f;
}
.jumpLink {
    position: absolute;
    right: 16px;
    bottom: 100%;
    margin: 0 0 1.4rem;
}
.jumpLink a::before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 .4rem;
    content: '';
    vertical-align: middle;
    color: #194686;
    border-width: 0 .8rem 1rem .8rem;
    border-style: solid;
    border-right: .8rem solid transparent;
    border-left: .8rem solid transparent;
    background: transparent;
}

/*==== Media Queries ====*/

@media screen and (max-width: 767px) {
    /*==== infoBlock ====*/
    .infoBlock {
        width: auto;
    }
}

/*======================================
    8.IE
======================================*/

.ie #header, .ie #main, .ie .mainBlock, .ie .stmpBox, .ie .infoBlock {
    overflow: hidden;
}
.ie .ciBlock {
    overflow: hidden;
    width: 223px;
    height: 83px;
    text-indent: 100%;
    background: url(/common/img/logo.png) no-repeat;
}
/*=========== sasayaki add ============= */
em {
	display: block;
}

.disp_inh {
	display: inherit !important;
	margin-right: 5px !important;
}

.btnBox a {
	font-size: 1.68rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	display: inline-block;
	width: 240px;
	margin: 0 60px 0 0;
	padding: .7rem 30px .7rem 50px;
	color: #fff;
	background: #194686;
	text-decoration: none;
}
.btnBox a::before {
	position: absolute;
	top: 15px;
	top: calc(50% - .4rem);
	left: 20px;
	width: .8rem;
	height: .8rem;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: .2rem solid #fff;
	border-right: .2rem solid #fff;
}
