@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
    color: #1a1a1a;
}
html, body {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    font-family: Noto Sans Japanese, Noto Sans JP, sans-serif;
    font-weight: 400;
}
a:hover {
    opacity: 0.8;
}
/*common class*/
div.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
/*header ---------------------------*/
header {
    width: 100%;
    background: #003a8f;
    height: 90px;
}
header h1 {
    color: #fff;
    font-size: 27px;
    font-family: Mplus\ 1p, sans-serif;
    font-weight: 300;
    display: inline-block;
    margin-top: 28px;
    letter-spacing: 0.08rem;
}
header h2 {
    position: absolute;
    right: 0;
    top: 30px;
}
header h2 img {
    width: 160px;
    height: 34px;
}
/*header ---------------------------*/
/*footer ---------------------------*/
footer {
    width: 100%;
    background: #003a8f;
    height: 70px;
    color: #fff;
    margin-top: 0px;
}
footer .inner {
    padding-top: 25px;
}
footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.2em;
}
/*section-------------------------------*/
section {
    margin-top: 0;
}
section * {
    font-family: Noto Sans Japanese, Noto Sans JP, sans-serif;
    font-weight: 400;
}
/*top_btn*/
#top_btn {
    display: block;
    position: fixed;
    bottom: 80px;
    right: 50px;
    width: 50px;
    height: 50px;
    background: #003a8f;
    border-radius: 10px;
}
#top_btn:hover {
    background: #0352c6;
    opacity: 0.9;
}
#top_btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 16px 16px 16px;
    border-color: transparent transparent #fafafa transparent;
}
/*第二階層format*/
.detail_haeader {
    background: #e6e6e6;
    min-height: 150px;
}
.detail_haeader > .inner {
    padding: 10px 0;
}
.detail_haeader ul.breadcrumb li {
    display: inline-block;
    font-size: 14px;
}
.detail_haeader ul.breadcrumb li::after {
    content: '＞';
    margin: 0 0.4em;
}
.detail_haeader ul.breadcrumb li:last-child::after {
    content: none;
}
#enquete > div > div > h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-top: 30px;
}
section.layer2 article {
    width: 1000px;
    margin: 40px auto 80px;
}
section.layer2 article h4 {
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 2px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 20px;
}
section.layer2 article h4:first-child {
    margin-top: 0;
}
article h4::before {
    content: '';
    width: 22px;
    height: 22px;
    background: #003A8F;
    display: inline-block;
    border-radius: 50%;
    vertical-align: -2px;
    margin-right: 0.4em;
}
/*basic format 01 ------------*/
section.layer2 > article > div.box_01 {
    display: flex;
    justify-content: space-between;
}
section.layer2 > article > div.box_01 div.text_block {
    width: 480px;
}
div.text_block > h5 {
    color: #003A8F;
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0 10px
}
div.text_block > h5:first-child {
    margin-top: 0;
}
div.text_block p {
    font-size: 14px;
    line-height: 1.6em;
}
div.text_block dl {
    margin-top: 20px;
    font-size: 16px;
}
div.text_block dl dt {
    margin-top: 0.6em;
    font-weight: 600;
}
div.text_block dl dt::before {
    content: '';
    width: 1em;
    height: 1em;
    background: #003A8F;
    display: inline-block;
    vertical-align: -2px;
}
div.text_block dl dd {
    text-indent: 16px;
    font-size: 14px;
}
/*basic format 01 ------------*/
article > ul.link_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
article > ul.link_block li {
    width: 320px;
    height: 60px;
    box-sizing: border-box;
    margin: 50px auto 0 auto;
}
article > ul.link_block li:not(.mail) a {
    border: solid 3px #3361a5;
    border-radius: 10px;
    background: #c4dfff;
    text-align: center;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #3361a5;
}
article > ul.link_block li a span {
    font-size: 20px;
    color: #3361a5;
    display: inline-block;
    line-height: 1;
}
article > ul.link_block li.mail {
    width: 340px;
}
article > ul.link_block li.mail p {
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
article > ul.link_block li.mail a img {
    width: 100%;
}
.font_c {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*20180323追加*/
.mod_link {
    margin-top: 15px;
}
.mod_link strong {
    font-weight: bold;
    display: inline-block;
    margin-right: 4px;
}
.mod_link a {
    text-decoration: underline;
    color: #003A8F;
}
.mod_link span {
    display: inline-block;
    margin-right: 4px;
}