html {
    font-size: 62.5%;
}
body {
    font-size: 1.0rem;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.kaku {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.mincho {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a {
    transition: .3s ease;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
}
ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.pcNone {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
}
.grad1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#36529f+0,010f46+100 */
    background: rgb(54,82,159); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(54,82,159,1) 0%, rgba(1,15,70,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(54,82,159,1) 0%,rgba(1,15,70,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(54,82,159,1) 0%,rgba(1,15,70,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36529f', endColorstr='#010f46',GradientType=0 ); /* IE6-9 */
}
.hero img {
    width: 100%;
}
header ul {
    display: flex;
    justify-content: center;
}
header li {
    padding: 1em 2em;
    border-right: 1px solid #fff;
    font-size: 2rem;
}
header li a {
    position: relative;
    color: #fff;
    display: inline-block;
}
header li:first-child {
    border-left: 1px solid #fff;
}
header li a:hover {
    color: #fff;
}
header li a:before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
header li a:hover:before{
    width: 100%;
}
.inner {
    width: 1000px;
    margin: 0 auto;
}
.col {
    display: flex;
}
.commonTtl1 {
    position: relative;
    color: #B24646;
    font-size: 3.2rem;
    padding-left: 1em;
    margin-bottom: 0.6em;
    line-height: 2;
    border-bottom: 1px dotted #1A397E;
}
.commonTtl1:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 4px solid;
    border-color: #B24646 #B24646 transparent transparent;
    transform: rotate(45deg);
}
.whiteBg {
    border-bottom: none;
    display: inline-block;
    background: #fff;
    padding: 0 1em 0 1.5em;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2));
    position: relative;
    margin-top: -40px;
}
.whiteBg:before {
    left: 0.4em;
}
/* content1 */
.content1 {
    background: #E6E5ED;
    padding: 8em 0;
}
.content1 .col {
    justify-content: space-between;
}
.content1 .colLeft {
    width: 323px;
}
.content1 .colRight {
    width: 660px;
}
.content1 .colRight h3 {
    margin-bottom: 1em;
}
.content1 .colRight h3,
.content1 .colRight p{
    font-size: 2.4rem;
    color: #152443;
}
/* content2 */
.content2 {
    text-align: center;
    padding: 8em 0;
}
.content2 h2{
    color: #1A397E;
    font-size: 3.4rem;
    text-shadow: #828282 1px 0px 5px;
    margin-bottom: 1em;
}
.content2 .contentTxt1{
    color: #152443;
    font-size: 2.4rem;
    margin-bottom: 1.5em;
}
.content2 .contentTxt2{
    display: inline-block;
    font-size: 2.4rem;
    margin: 0 auto;
    color: #152443;
    text-align: left;
    position: relative;
    padding: 1em 1em 1em 5em;
    background: #fff;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2));
}
.content2 .contentTxt2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 1em;
    width: 80px;
    height: 80px;
    background: url(../img/question.png) no-repeat;
    background-size: 80px auto;
}
.result{
    display: block;
    margin-top: 4em;
}
.content2 .contentTxt3{
    width: 800px;
    font-size: 2.4rem;
    color: #fff;
    background: #6C7998;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2));
    margin: 0 auto;
    text-align: left;
    padding: 1em;
    margin-top: 2em;
}
.content2 .contentTxt4 {
    color: #FF0F0F;
    font-size: 3.2rem;
    border-bottom: 1px solid #FF0F0F;
    display: inline-block;
    margin: 2em auto 0;
    font-weight: bold;
}
/* content3 */
.content3 {
    text-align: center;
    padding-bottom: 8em;
}
.content3 .and {
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 4em;
}
.content3 .and:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    background: #CFCFCF;
    z-index: -1;
}
.content3 h2, .content3 .h2 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #1A397E;
    text-shadow: #828282 0 0 5px;
    margin-bottom: 2em;
}
.content3 h2 span, .content3 .h2 span {
    font-size: 4.2rem;
}
.content3 ul {
    position: relative;
    padding: 4em 0;
    display: flex;
    justify-content: center;
}
.content3 ul:before,
.content3 ul:after{
    position: absolute;
    content: "";
    width: 160px;
    height: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #8E97AC;
}
.content3 ul:before {
    top: 0;
}
.content3 ul:after {
    bottom: 0;
}
.content3 .contentTxt1 {
    font-size: 3.8rem;
    color: #1A397E;
    text-shadow: #828282 0 0 5px;
    font-weight: bold;
    margin-top: 1em;
}
/* content4 */
.content4 {
    background:#CACED8;
    background-image: url(../img/bg.png);
    background-position: top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    position: relative;
}
.content4 .contentTxt{
    color: #152443;
    font-size: 2.4rem;
    padding: 2em 0 4em;
    line-height: 1.6;
}
.bgLogo {
    position: absolute;
    right: 0;
    bottom: -86px;
}
/* content5 */
.content5 .contentTxt{
    color: #152443;
    font-size: 2.4rem;
    padding: 2em 0 4em;
    line-height: 1.6;
}
/* content6 */
.content6 {
    position: relative;
    z-index: 2;
}
.content6 ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 5em 0 15em;
}
.content6 li {
    width: 450px;
    height: 360px;
    background: #fff;
    margin-bottom: 4em;
    padding: 2em;
    position: relative;
}
.content6 li h3 {
    color: #B24646;
    font-size: 2.2rem;
    border-bottom: 2px dashed #1A397E;
    line-height: 2;
    margin-bottom: 1em;
}
.content6 li .txt{
    color: #152443;
    font-size: 1.8rem;
}
.content6 li .img {
    position: absolute;
    bottom: -40px;
    right: -35px;
}
.content6 .bgLogo {
    z-index: -1;
}
/* content7 */
.content7 {
    text-align: center;
    padding: 10em 0;
}
.content7 .contactBtn {
    display: inline-block;
    margin: 0 auto;
}
.content7 .contactBtn a {
    font-size: 4.2rem;
    color: #fff;
    padding: 0.5em 2em;
    border-radius: 14px;
    font-weight: bold;
    text-shadow: #828282 0 0 5px;
    background: #1A397E;
    border: 5px solid #fff;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2));
    display: inline-block;
}
/* content8 */
.content8 {
    background:#CACED8;
    background-image: url(../img/bg.png);
    background-position: top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding-bottom: 10em;
    position: relative;
    z-index: 2;
}
.content8 .contentBox{
    background: #fff;
    border-radius: 20px;
    padding: 3em;
    margin-top: 6em;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2));
}
.content8 .bgLogo {
    z-index: -1;
}
.content8 .logoTitle {
    font-size: 2.2rem;
    color: #152443;
}
.content8 .contentTxt1 {
    font-size: 2.2rem;
    color: #152443;
    margin: 1em 0;
}
.content8 .contentTxt2 {
    text-align: right;
    font-size: 2.2rem;
    color: #152443;
    margin: 1em 0;
}
/* content9 */
.content9{
    position: relative;
    z-index: 2;
}
.content9 .col {
    justify-content: space-between;
    padding: 5em 0;
}
.content9 .colLeft {
    width: 450px;
}
.content9 .colRight {
    width: 520px;
}
.content9 .colLeft span{
    color: #152443;
    font-size: 1.8rem;
    display: block;
    margin-top: 0.5em;
}
.content9 .colRight h3 {
    font-size: 2.2rem;
}
.content9 .colRight p {
    font-size: 1.8rem;
    margin-bottom: 1.5em;
}
.content9 ul {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 8em;
}
.content9 li a{
    position: relative;
    color: #152443;
    font-size: 3.2rem;
    font-weight: bold;
    background: #E6C4A3;
    border: 4px solid #795236;
    border-radius: 15px;
    padding: 0.5em 0 0.5em 3.5em;
    display: block;
    margin-bottom: 1em;
}
.content9 li a:before{
    content: "▶▶▶";
    font-size: 1.8rem;
    position: absolute;
    top: 26px;
    bottom: 0;
    margin: 0 auto;
    left: 2.5em;
}
/* content10 */
.content10 {
    padding-bottom: 4em;
}
.content10 .contactBox {
    background: #fff;
    padding: 3em 0;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2));
    margin: 3em 0 7em;
}
.content10 .contactBox h3 {
    font-size: 3.2rem;
    color: #152443;
    border-left: 15px solid #1A397E;
    padding: 0.2em 1em;
}
.content10 ul{
    padding: 2em 4em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content10 ul li {
    width: 48%;
    font-size: 2.8rem;
    color: #152443;
    display: flex;
    margin-bottom: 1em;
}
.content10 ul li:last-child {
    width: 100%;
}
.content10 li span:first-child {
    width: 5em;
    text-align: right;
    margin-right: 1em;
}
.content10 li span:nth-child(2) {
    width: 74%;
}
.content10 .contactInner{
    width: 80%;
    margin: 3em auto;
}
.content10 .contentTxt1 {
    color: #152443;
    font-size: 2.8rem;
    margin-bottom: 1em;
}
.content10 .contentTxt2 {
    color: #152443;
    font-size: 2.8rem;
    margin-bottom: 1em;
}
.greyBg {
    background: #6C7998;
    color: #fff;
    padding: 0 1em;
    display: inline-block;
    margin-right: 20px;
}
.telNum {
    text-align: center;
    font-size: 7.8rem;
    color: #FF0F0F;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.content10 .contentTxt3 {
    font-size: 1.8rem;
    margin-bottom: 2em;
}
.content10 .contentTxt3 .greyBg {
    margin-bottom: 0.6em;
    font-size: 2.8rem;
}
.content10 .contactBox table {
    font-size: 1.8rem;
    width: 700px;
    margin: 0 auto 1em;
}
.content10 .contactBox th {
    font-weight: normal;
    width: 34%;
    padding: 0.5em 1em;
}
.content10 .contactBox td {
    width: 66%;
    padding: 0.5em 1em;
}
.content10 .contactBox td input,
.content10 .contactBox td textarea{
    width: 100%;
}
.content10 .contactBox td input[type=checkbox],
.content10 .agreement input[type=checkbox] {
    width: auto;
    margin-right: 5px;
}
.content10 .sendBtn {
    text-align: center;
}
.content10 button{
    font-size: 4.2rem;
    color: #fff;
    padding: 0.5em 2em;
    border-radius: 14px;
    font-weight: bold;
    text-shadow: #828282 0 0 5px;
    background: #1A397E;
    border: 5px solid #fff;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2));
}
.content10 .required{
    color: #FF1717;
}
.content10 .agreement {
    text-align: center;
    font-size: 1.8rem;
}
/* footer */
footer {
    padding: 5em 0 0;
}
.pageTop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 10;
    display: none;
}
.footerLogo {
    text-align: center;
}
footer ul {
    display: flex;
    justify-content: center;
    margin: 2em 0;
}
footer li a{
    color: #152443;
    padding: 0 1em;
    font-size: 2rem;
    border-right: 1px solid #152443;
}
footer li:last-child a{
    border-right: none;
}
.footerLogo a{
    display: block;
    text-align: center;
    color: #152443;
    font-size: 1.8rem;
    padding: 0.2em 0;
}
.copy {
    margin: 0;
    font-size: 1.4rem;
    color: #fff;
    padding: 0.2em 0;
    text-align: center;
}
.copy a {
    color: inherit;
}
@media screen and (max-width: 835px) {
    .spNone {
        display: none;
    }
    .pcNone {
        display: block;
    }
    .inner {
        width: 100%;
        padding: 0 4%;
    }
    .commonTtl1{
        font-size: 1.6rem;
        line-height: 1.2;
        padding: 0.5em 1em 0.5em 1.5em;
    }
    header ul {
        display: none;
        background: #E6E5ED;
    }
    header li{
        border: none;
        border-bottom: 1px dotted #1A397E;
        text-align: center;
    }
    header li a{
        color: #1A397E;
        font-size: 1.5rem;
    }
    .commonTtl1:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 0.2em;
        width: 10px;
        height: 10px;
        border: 2px solid;
        border-color: #B24646 #B24646 transparent transparent;
        transform: rotate(45deg);
    }
    .bgLogo {
        width: 200px;
        position: absolute;
        right: 0;
        bottom: -50px;
    }
    header {
        position: relative;
    }
    .menu {
        margin: 0;
        text-align: center;
        padding: 1em 0;
    }
    /* content1 */
    .content1 {
        margin-top: 2em;
        padding: 2em 0;
    }
    .content1 .colRight p,
    .content1 .colRight h3{
        font-size: 1.4rem;
        overflow: hidden;
    }
    .content1 .colRight img {
        width: 160px;
        float: left;
    }
    /* content2 */
    .content2 {
        padding: 4em 2%;
    }
    .content2 h2 {
        font-size: 1.9rem;
    }
    .content2 .contentTxt1 {
        font-size: 1.4rem;
    }
    .content2 .contentTxt2 {
        font-size: 1.4rem;
    }
    .content2 .contentTxt2:before {
        width: 40px;
        height: 40px;
        background-size: 40px auto;
    }
    .result img {
        width: 67px;
    }
    .content2 .contentTxt3 {
        width: 100%;
        font-size: 1.4rem;
    }
    .content2 .contentTxt4 {
        font-size: 1.8rem;
    }
    /* content3 */
    .content3 .and img {
        width: 60px;
    }
    .content3 h2 {
        font-size: 1.4rem;
    }
    .content3 h2 span {
        font-size: 1.9rem;
    }
    .content3 ul {
        flex-wrap: wrap;
    }
    .content3 li {
        width: 50%;
    }
    .content3 .contentTxt1 {
        font-size: 1.7rem;
    }
    .content3 ul:before,
    .content3 ul:after {
        width: 80px;
        height: 2px;
    }
    /* content4 */
    .content4 .contentTxt {
        font-size: 1.4rem;
    }
    /* content5 */
    .content5 .contentTxt {
        font-size: 1.4rem;
    }
    /* content6 */
    .content6 ul {
        padding: 2em 0 8em;
    }
    .content6 .inner {
        padding: 0 2%;
    }
    .content6 li {
        width: 100%;
        margin: 0 2em 3em;
        height: auto;
        padding: 2em 2em 8em;
    }
    .content6 li h3 {
        font-size: 1.5rem;
    }
    .content6 li .img {
        position: absolute;
        bottom: -25px;
        right: 5px;
    }
    .content6 li .img img {
        width: 140px;
    }
    .content6 li .txt {
        font-size: 1.2rem;
    }
    /* content7 */
    .content7 {
        padding: 6em 0;
    }
    .content7 .contactBtn {
        display: block;
    }
    .content7 .contactBtn a {
        font-size: 2.1rem;
        padding: 0.5em 1em;
        border-radius: 0;
        border: none;
        display: block;
    }
    /* content8 */
    .content8 .logoTitle {
        font-size: 1.2rem;
    }
    .content8 .logoTitle img {
        width: 47%;
    }
    .content8 .contentBox {
        padding: 2em 1em;
        margin-top: 2em;
    }
    .content8 .contentTxt1,
    .content8 .contentTxt2{
        font-size: 1.2rem;
        text-align: left;
    }
    /* content9 */
    .content9 .col {
        flex-direction: column;
    }
    .content9 .col img {
        width: 100%;
    }
    .content9 .colLeft {
        width: 100%;
    }
    .content9 .colRight {
        width: 100%;
    }
    .content9 .colLeft span {
        font-size: 1.2rem;
    }
    .content9 .colRight h3 {
        font-size: 1.4rem;
    }
    .content9 .colRight p {
        font-size: 1.2rem;
    }
    .content9 ul {
        width: 100%;
    }
    .content9 li a {
        font-size: 1.6rem;
        border-radius: 10px;
    }
    .content9 li a:before {
        font-size: 1rem;
        top: 12px;
        left: 1.5em;
    }
    /* content10 */
    .content10 .contactBox h3 {
        font-size: 1.6rem;
    }
    .content10 ul {
        padding: 2em 2.5em;
    }
    .content10 li span:first-child {
        width: 3em;
    }
    .content10 ul li {
        width: 100%;
        font-size: 1.3rem;
    }
    .content10 .contentTxt1,
    .content10 .contentTxt2{
        font-size: 1.4rem;
    }
    .content10 .contactInner {
        width: 94%;
    }
    .telNum {
        font-size: 2.9rem;
    }
    .content10 .contactBox table {
        font-size: 1.6rem;
        width: 100%;
    }
    .content10 .contactBox th,
    .content10 .contactBox td{
        width: 100%;
        display: block;
    }
    .content10 .agreement {
        font-size: 1.4rem;
    }
    .content10 button {
        font-size: 2.1rem;
    }
    .content10 .contentTxt3 {
        font-size: 1.4rem;
    }
    .content10 .contentTxt3 .greyBg {
        font-size: 1.4rem;
    }
    /* footer */
    footer ul {
        width: 80%;
        flex-wrap: wrap;
        margin: 0 auto 2em;
    }
    footer li a {
        font-size: 1rem;
    }
    .copy {
        font-size: 0.7rem;
    }
    .pageTop {
        position: fixed;
        right: 10px;
        bottom: 10px;
        width: 40px;
    }
    .pageTop  img {
        width: 100%;
    }
}

.c {
    background: yellow !important;
}