@charset "UTF-8";

html {
    overflow-y: scroll;
}

body {
    line-height: 1;
    color: #000;
}

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,
.txt-def > h3,
dd,
.txt-def > p,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}


a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}

img,
object,
embed {
    vertical-align: top;
}



.clearfix,
.l-inner,
.l-contents,
.l-bar,
.l-header .lang,
.l-navigation .list,
.l-hero,
.l-menu,
.l-menu .menu-lower,
.topicPath-unit .topicPath-list,
.flow-unit .flow-list,
.anchor-unit .anchor-list,
.board-unit .board-item dd,
.board-unit .board-item .txt-def > p,
.panel-unit,
.bnr-unit,
.promo-unit,
.block-unit,
.block-unit .block-table,
.media-unit,
.half-unit,
.interview-unit,
.bench-unit {
    *zoom: 1;
}

.clear {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #353535;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

input,
textarea,
button,
pre,
select {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

pre {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

hr {
    display: block;
    margin: 1em auto;
    padding: 0;
    width: 93.6%;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}

a:link {
    color: #353535;
    text-decoration: none;
}

a:visited {
    color: #353535;
}

a:hover {
    color: #353535;
    text-decoration: underline;
}

a:active {
    color: #353535;
}

canvas {
    vertical-align: bottom;
}

input[type=text] {
    padding: 0 6px;
    border: 1px solid #ccc;
}

textarea {
    padding: 6px;
    width: 95%;
    border: 1px solid #ccc;
}

.l-inner,
.l-contents {
    position: relative;
    margin: auto;
    width: 990px;
}

.l-contents a:link {
    color: #1e4291;
    /* text-decoration: underline; */
}

.l-contents a:visited {
    color: #1e4291;
}

.l-contents a:hover {
    text-decoration: underline !important;
}

.l-contents a:active {
    color: #1e4291;
}

.l-bar {
    padding: 10px 0;
    background: #ccddea;
    margin-bottom: 40px;
    overflow: hidden;
}

.l-section section {
    margin-bottom: 60px;
    overflow: hidden;
}

.l-section p {
    margin-top: 1em;
    margin-bottom: 2em;
}

.l-section ul {
    margin-top: 1em;
    margin-bottom: 1em;
}

.l-header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* justify-content: flex-end; */
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 16px 0 80px;
}

.l-header .nttlogo {
    width: 205px;
    margin-right: auto;
}

.l-header {
    border-top: solid #0068b3 4px;
}

.l-header .logo {
    width: 165px;
    /* margin-left: auto; */
}

.l-header .search {
    margin-right: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-header .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-header .search button {
    padding: 2px 5px;
    width: 40px;
    min-height: 27px;
}

.l-header .search input {
    padding: 2px 5px;
    width: 55%;
}

.l-header .search button img {
    width: 16px;
}

.l-header .aside {
    float: right;
    padding-top: 9px;
}

.l-header .aside > span {
    display: table-cell;
    vertical-align: middle;
}

.l-header .aside > span:first-child {
    padding-right: 17px;
}

.l-header .lang {
    position: absolute;
    top: 9px;
    right: 0;
    margin-right: -20px;
}

.l-header .lang li {
    float: right;
    margin-right: 20px;
    padding-right: 12px;
    font-size: .857em;
}

.l-header .lang li:after {
    margin-left: 5px;
    margin-top: -4.5px;
    background-image: url(../images/common/spritesheet.png);
    background-position: -28px -25px;
    width: 6px;
    height: 9px;
}

.l-header .lang a:hover {
    text-decoration: underline;
}

.l-header .button {
    padding: 0 46px;
    height: 65px;
    background: #aa7c00;
    color: #fff;
    font-size: 1.286em;
    line-height: 65px;
}

.l-header .button:hover {
    background: #b58c00;
}

.l-navigation {
    /* margin-top: 8px; */
}

.l-navigation .icon-home {
    display: block;
    position: relative;
    background-image: url(../images/common/spritesheet.png);
    background-position: -240px -230px;
    width: 21px;
    height: 22px;
}

.l-navigation .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 100%;
    /* background: #1e4291; */
}

.l-navigation .list li {
    position: relative;
    /* background: #1e4291; */
    padding: 30px 15px;
    font-size: 15px;
    min-width: 12.5%;
    border-left: 1px solid #fff;
    color: white;
    font-weight: bold;
    text-align: center;
    /* text-decoration: underline; */
}

.l-navigation.lowpage .list {
    /* background:white; */
}

.l-navigation.lowpage .list li {
    /* background: white; */
    padding: 20px 3px;
    /* border-left: 1px solid #003f94; */
    color: #1e4291;
    position: relative;
}

.l-navigation.lowpage .list li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #1e4291;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -2px;
    z-index: 1;
}

.l-navigation.lowpage .list li:first-child::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #1e4291;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.l-navigation.lowpage .list li:hover {
    color: white;
    background: #1e4291;
}

.l-navigation.lowpage .list li:hover::after,
.l-navigation.lowpage .list li:hover::before {
    display: none;
}

.l-navigation .list a {
    display: block;
    color: white;
    font-weight: bold;
    text-align: center;
    /* text-decoration: underline; */
}


.l-navigation.lowpage .list li a {
    color: #1e4291;
}

.l-navigation.lowpage .list li:hover a {
    color: #fff;
    text-decoration: underline;
    opacity: 1;
}


.l-navigation li ul {
    display: none;
    position: absolute;
    width: 200px;
    left: 0;
    top: 100%;
    z-index: 2;
}


.flList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l-navigation .list ul li {
    padding: 10px !important;
    font-size: .85em;
    background: white !important;
    border: solid 1px #daecfa;
}

.l-navigation .list ul li::after,
.l-navigation .list ul li::before {
    display: none;
}

.l-navigation .list ul li:hover {
    background: #daecfa;
}


.l-navigation .list ul a {
    color: #1e4291 !important;
    text-align: left;
    text-decoration: none !important;
}

.l-navigation .list ul a:hover {
    opacity: 1;
    text-decoration: underline !important;
}

.l-navigation .list a:hover,
.l-navigation .list a.is-current {
    opacity: .8;
}

.l-navigation .list a:hover .icon-home,
.l-navigation .list a.is-current .icon-home {
    background-image: url(../images/common/spritesheet.png);
    background-position: -261px -252px;
    width: 21px;
    height: 22px;
}

.l-navigation .search {
    padding: 12px 20px 0;
    width: 262px;
    height: 54px;
}

.l-navigation .search form {
    position: relative;
}

.l-navigation .search input[type=text] {
    padding: 0 6px;
    width: 100%;
    height: 30px;
    border: 1px solid #d7d7d7;
    line-height: 28px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
    ???-moz-box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
    ????????box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
}

.l-navigation .search button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 12px;
    height: 30px;
    border: none;
    background: #0d2258;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
}

.l-navigation .search button:hover {
    background: #17336b;
}



.l-subNav {
    background: #eee;
    border-top: 1px solid #b9b9b9;
}

.l-subNav .menu {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.l-subNav .menu li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.l-subNav .menu a {
    display: block;
    padding: 10px 0;
    font-size: 1.071em;
    font-weight: bold;
}

.l-subNav .menu a:hover,
.l-subNav .menu a.is-current {
    background: #d6d6d6;
}


.l-menu {
    padding: 30px 0;
    background: #eee;
}

.l-menu .menu-col,
.l-menu .menu-service,
.l-menu .menu-static {
    float: left;
}

.l-menu .menu-service {
    margin-left: 17px;
    width: 545px;
}

.l-menu .menu-service > li {
    border-top: 1px solid #b9b9b9;
}

.l-menu .menu-service > li > a {
    display: block;
    padding: 8px 8px 8px 20px;
    color: #0d2258;
    font-weight: bold;
}

.l-menu .menu-service > li > a:before,
.l-menu .menu-service > li > a.clearfix:after,
.l-menu .menu-service > li > a.l-inner:after,
.l-menu .menu-service > li > a.l-contents:after,
.l-menu .menu-service > li > a.l-bar:after,
.l-menu .l-header .menu-service > li > a.lang:after,
.l-header .l-menu .menu-service > li > a.lang:after,
.l-menu .l-navigation .menu-service > li > a.list:after,
.l-navigation .l-menu .menu-service > li > a.list:after,
.l-menu .menu-service > li > a.l-hero:after,
.l-menu .menu-service > li > a.l-menu:after,
.l-menu .menu-service > li > a.menu-lower:after,
.l-menu .topicPath-unit .menu-service > li > a.topicPath-list:after,
.topicPath-unit .l-menu .menu-service > li > a.topicPath-list:after,
.l-menu .flow-unit .menu-service > li > a.flow-list:after,
.flow-unit .l-menu .menu-service > li > a.flow-list:after,
.l-menu .anchor-unit .menu-service > li > a.anchor-list:after,
.anchor-unit .l-menu .menu-service > li > a.anchor-list:after,
.l-menu .menu-service > li > a.panel-unit:after,
.l-menu .menu-service > li > a.bnr-unit:after,
.l-menu .menu-service > li > a.promo-unit:after,
.l-menu .menu-service > li > a.block-unit:after,
.l-menu .block-unit .menu-service > li > a.block-table:after,
.block-unit .l-menu .menu-service > li > a.block-table:after,
.l-menu .menu-service > li > a.media-unit:after,
.l-menu .menu-service > li > a.half-unit:after,
.l-menu .menu-service > li > a.interview-unit:after,
.l-menu .menu-service > li > a.bench-unit:after {
    left: 6px;
    margin-top: -4.5px;
    background-image: url(../images/common/spritesheet.png);
    background-position: -22px -16px;
    width: 6px;
    height: 9px;
}

.l-menu .menu-service > li a:hover {
    text-decoration: underline;
}

.l-menu .menu-service > li:first-child {
    border: none;
}

.l-menu .menu-lower {
    padding-left: 20px;
}

.l-menu .menu-lower li {
    float: left;
    margin-bottom: 5px;
    width: 200px;
    font-size: .929em;
    font-weight: bold;
}

.l-menu .menu-lower li:nth-child(even) {
    width: 325px;
}

.l-menu .menu-static {
    margin-left: 35px;
    width: 235px;
}

.l-menu .menu-static a {
    display: block;
    margin-bottom: 5px;
    padding: 6px 6px 6px 28px;
    background: #e0e0e0;
    color: #0d2258;
    font-weight: bold;
}

.l-menu .menu-static a:before,
.l-menu .menu-static a.clearfix:after,
.l-menu .menu-static a.l-inner:after,
.l-menu .menu-static a.l-contents:after,
.l-menu .menu-static a.l-bar:after,
.l-menu .menu-static .l-header a.lang:after,
.l-header .l-menu .menu-static a.lang:after,
.l-menu .menu-static .l-navigation a.list:after,
.l-navigation .l-menu .menu-static a.list:after,
.l-menu .menu-static a.l-hero:after,
.l-menu .menu-static a.l-menu:after,
.l-menu .menu-static a.menu-lower:after,
.l-menu .menu-static .topicPath-unit a.topicPath-list:after,
.topicPath-unit .l-menu .menu-static a.topicPath-list:after,
.l-menu .menu-static .flow-unit a.flow-list:after,
.flow-unit .l-menu .menu-static a.flow-list:after,
.l-menu .menu-static .anchor-unit a.anchor-list:after,
.anchor-unit .l-menu .menu-static a.anchor-list:after,
.l-menu .menu-static a.panel-unit:after,
.l-menu .menu-static a.bnr-unit:after,
.l-menu .menu-static a.promo-unit:after,
.l-menu .menu-static a.block-unit:after,
.l-menu .menu-static .block-unit a.block-table:after,
.block-unit .l-menu .menu-static a.block-table:after,
.l-menu .menu-static a.media-unit:after,
.l-menu .menu-static a.half-unit:after,
.l-menu .menu-static a.interview-unit:after,
.l-menu .menu-static a.bench-unit:after {
    left: 14px;
    margin-top: -4.5px;
    background-image: url(../images/common/spritesheet.png);
    background-position: -22px -16px;
    width: 6px;
    height: 9px;
}

.l-menu .menu-static a:hover {
    background: #e5e5e5;
}


.l-flow {
    padding: 80px 0 90px;
    background: url(../images/top/bg_section_02.jpg) no-repeat top left;
    background-size: cover;
    text-align: center;
}

.l-flow h2 {
    margin: 0 auto 70px;
    padding: 10px 0;
    width: 800px;
    background: #112a69;
    color: #fff;
    font-size: 1.786em;
}

.l-flow h2 a {
    display: block;
    color: #fff;
}


.l-services {
    padding: 80px 0 60px;
    background: #eee;
}

.l-services h2 {
    margin-bottom: 42px;
    font-size: 2.143em;
    text-align: center;
}

.l-services .btn-more {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 50px;
    border: 2px solid #aaa;
    font-weight: bold;
}

.l-services .btn-more:hover {
    border-color: #ccc;
    background: #f7f7f7;
}


.l-footer {
    padding: 5px 0;
    color: white;
    background: #888888;
}

.l-footer .linkListBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 11.5px;
}

.l-footer .linkListBox a:hover {
    text-decoration: underline;
}

.l-footer .linkListBox p {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.l-footer .linkListBox p.mt0 {
    margin-top: 0;
}

.l-footer .linkListBox div {
    width: 33%;
}

.l-footer .copyright {
    font-size: .786em;
    text-align: right;
    /* margin-top: 50px; */
}

.topicPath-unit {
    margin-top: 10px;
    margin-bottom: 30px;
    clear: both;
}

.topicPath-unit .topicPath-list li {
    float: left;
    margin-left: 10px;
    padding-left: 14px;
    font-size: .857em;
    position: relative;
}

.topicPath-unit .topicPath-list li:before {
    content: ">";
    left: 0em;
    position: absolute;
}

.topicPath-unit .topicPath-list {
    overflow: hidden;
}


.topicPath-unit .topicPath-list li:first-child {
    margin: 0;
    padding: 0;
}

.topicPath-unit .topicPath-list li:first-child:before {
    display: none;
}

.flow-unit {
    overflow: hidden;
    position: relative;
    margin: 26px 0 36px;
}

.flow-unit .flow-list {
    position: relative;
    left: 50%;
    float: left;
}

.flow-unit .flow-item {
    position: relative;
    left: -50%;
    float: left;
    margin: 0 15px;
    width: 240px;
    border-radius: 25px;
    background: #f4f4f4;
    color: #999;
    text-align: center;
    line-height: 50px;
    counter-increment: flow;
}

.flow-unit .flow-item:first-child:after {
    content: none;
}

.flow-unit .flow-item:before,
.flow-unit .flow-item.clearfix:after,
.flow-unit .flow-item.l-inner:after,
.flow-unit .flow-item.l-contents:after,
.flow-unit .flow-item.l-bar:after,
.flow-unit .l-header .flow-item.lang:after,
.l-header .flow-unit .flow-item.lang:after,
.flow-unit .l-navigation .flow-item.list:after,
.l-navigation .flow-unit .flow-item.list:after,
.flow-unit .flow-item.l-hero:after,
.flow-unit .flow-item.l-menu:after,
.flow-unit .l-menu .flow-item.menu-lower:after,
.l-menu .flow-unit .flow-item.menu-lower:after,
.flow-unit .topicPath-unit .flow-item.topicPath-list:after,
.topicPath-unit .flow-unit .flow-item.topicPath-list:after,
.flow-unit .flow-item.flow-list:after,
.flow-unit .anchor-unit .flow-item.anchor-list:after,
.anchor-unit .flow-unit .flow-item.anchor-list:after,
.flow-unit .board-unit .board-item dd.flow-item:after,
.board-unit .board-item .flow-unit dd.flow-item:after,
.flow-unit .board-unit .board-item .txt-def > p.flow-item:after,
.board-unit .board-item .flow-unit .txt-def > p.flow-item:after,
.flow-unit .flow-item.panel-unit:after,
.flow-unit .flow-item.bnr-unit:after,
.flow-unit .flow-item.promo-unit:after,
.flow-unit .flow-item.block-unit:after,
.flow-unit .block-unit .flow-item.block-table:after,
.block-unit .flow-unit .flow-item.block-table:after,
.flow-unit .flow-item.media-unit:after,
.flow-unit .flow-item.half-unit:after,
.flow-unit .flow-item.interview-unit:after,
.flow-unit .flow-item.bench-unit:after {
    content: counter(flow);
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: #999;
    text-align: center;
    line-height: 40px;
}

.flow-unit .flow-item:after {
    left: -20px;
    margin-top: -7.5px;
    background-image: url(../images/common/spritesheet.png);
    background-position: -110px -113px;
    width: 9px;
    height: 15px;
}

.flow-unit .flow-item.is-current {
    background: #e1e7f7;
    color: #0d2258;
}

.flow-unit .flow-item.is-current:before,
.flow-unit .flow-item.is-current.clearfix:after,
.flow-unit .flow-item.is-current.l-inner:after,
.flow-unit .flow-item.is-current.l-contents:after,
.flow-unit .flow-item.is-current.l-bar:after,
.flow-unit .l-header .flow-item.is-current.lang:after,
.l-header .flow-unit .flow-item.is-current.lang:after,
.flow-unit .l-navigation .flow-item.is-current.list:after,
.l-navigation .flow-unit .flow-item.is-current.list:after,
.flow-unit .flow-item.is-current.l-hero:after,
.flow-unit .flow-item.is-current.l-menu:after,
.flow-unit .l-menu .flow-item.is-current.menu-lower:after,
.l-menu .flow-unit .flow-item.is-current.menu-lower:after,
.flow-unit .topicPath-unit .flow-item.is-current.topicPath-list:after,
.topicPath-unit .flow-unit .flow-item.is-current.topicPath-list:after,
.flow-unit .flow-item.is-current.flow-list:after,
.flow-unit .anchor-unit .flow-item.is-current.anchor-list:after,
.anchor-unit .flow-unit .flow-item.is-current.anchor-list:after,
.flow-unit .board-unit .board-item dd.flow-item.is-current:after,
.board-unit .board-item .flow-unit dd.flow-item.is-current:after,
.flow-unit .board-unit .board-item .txt-def > p.flow-item.is-current:after,
.board-unit .board-item .flow-unit .txt-def > p.flow-item.is-current:after,
.flow-unit .flow-item.is-current.panel-unit:after,
.flow-unit .flow-item.is-current.bnr-unit:after,
.flow-unit .flow-item.is-current.promo-unit:after,
.flow-unit .flow-item.is-current.block-unit:after,
.flow-unit .block-unit .flow-item.is-current.block-table:after,
.block-unit .flow-unit .flow-item.is-current.block-table:after,
.flow-unit .flow-item.is-current.media-unit:after,
.flow-unit .flow-item.is-current.half-unit:after,
.flow-unit .flow-item.is-current.interview-unit:after,
.flow-unit .flow-item.is-current.bench-unit:after {
    background: #0d2258;
    color: #fff;
}

.anchor-unit {
    overflow: hidden;
    position: relative;
    margin: 26px 0 36px;
}

.anchor-unit .anchor-list {
    position: relative;
    left: 50%;
    float: left;
}

.anchor-unit .anchor-item {
    position: relative;
    left: -50%;
    float: left;
    margin: 0 15px;
}

.anchor-unit a {
    display: table-cell;
    vertical-align: middle;
    width: 260px;
    height: 54px;
    min-height: 54px;
    border-radius: 27px;
    background: #55ac67;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
}

.item-height {
    height: 70px;
}

.board-unit {
    margin-top: 16px;
}

.board-unit .board-item.is-hide {
    display: none;
}

.board-unit .board-item:nth-child(odd) {
    background: #f4f4f4;
}

.board-unit .board-item dt,
.board-unit .board-item .txt-def > h3 {
    position: absolute;
    padding: 13px 20px;
    font-weight: bold;
}

.board-unit .board-item dd,
.board-unit .board-item .txt-def > p {
    position: relative;
    padding: 8px 150px 8px 250px;
}

.board-unit .board-item dd:before,
.board-unit .board-item .l-header .txt-def > p.lang:after,
.board-unit .board-item .l-navigation .txt-def > p.list:after,
.board-unit .board-item .l-menu .txt-def > p.menu-lower:after,
.board-unit .board-item .topicPath-unit .txt-def > p.topicPath-list:after,
.board-unit .board-item .flow-unit .txt-def > p.flow-list:after,
.board-unit .board-item .anchor-unit .txt-def > p.anchor-list:after,
.board-unit .board-item dd:after,
.board-unit .board-item .txt-def > p:after,
.board-unit .board-item .block-unit .txt-def > p.block-table:after,
.board-unit .board-item .txt-def > p:before {
    position: absolute;
    top: 17px;
    margin-left: -56px;
    color: #0d2258;
}

.board-unit .board-item dd.is-required:before,
.board-unit .board-item .l-header .txt-def > p.is-required.lang:after,
.board-unit .board-item .l-navigation .txt-def > p.is-required.list:after,
.board-unit .board-item .l-menu .txt-def > p.is-required.menu-lower:after,
.board-unit .board-item .topicPath-unit .txt-def > p.is-required.topicPath-list:after,
.board-unit .board-item .flow-unit .txt-def > p.is-required.flow-list:after,
.board-unit .board-item .anchor-unit .txt-def > p.is-required.anchor-list:after,
.board-unit .board-item dd.is-required:after,
.board-unit .board-item .txt-def > p.is-required:after,
.board-unit .board-item .block-unit .txt-def > p.is-required.block-table:after,
.board-unit .board-item .txt-def > p.is-required:before {
    content: "[ 必須 ]";
    color: #db2d2d;
}

.board-unit .board-item dd.is-option:before,
.board-unit .board-item .l-header .txt-def > p.is-option.lang:after,
.board-unit .board-item .l-navigation .txt-def > p.is-option.list:after,
.board-unit .board-item .l-menu .txt-def > p.is-option.menu-lower:after,
.board-unit .board-item .topicPath-unit .txt-def > p.is-option.topicPath-list:after,
.board-unit .board-item .flow-unit .txt-def > p.is-option.flow-list:after,
.board-unit .board-item .anchor-unit .txt-def > p.is-option.anchor-list:after,
.board-unit .board-item dd.is-option:after,
.board-unit .board-item .txt-def > p.is-option:after,
.board-unit .board-item .block-unit .txt-def > p.is-option.block-table:after,
.board-unit .board-item .txt-def > p.is-option:before {
    content: "[ 任意 ]";
    color: #0d2258;
}

.board-unit .board-item dd.board-col,
.board-unit .board-item .txt-def > p.board-col {
    padding-top: 14px;
    padding-bottom: 14px;
}

.board-unit .board-shoulder {
    display: block;
    position: absolute;
    top: 7px;
    font-size: .857em;
}

.board-unit .board-state {
    position: absolute;
    top: 25px;
    right: 95px;
    margin-top: -.8em;
    padding-left: 18px;
    color: #37aa13;
}

.board-unit .board-btn-send,
.board-unit .board-btn-back {
    display: block;
    margin: 30px auto;
    width: 300px;
    height: 70px;
    border: none;
    color: #fff;
    font-size: 1.286em;
    line-height: 70px;
    cursor: pointer;
}

.board-unit .board-btn-send {
    background: #0d2258;
}

.board-unit .board-btn-send:hover {
    background: #17336b;
}

.board-unit .board-btn-back {
    background: #454545;
}

.board-unit .board-btn-back:hover {
    background: #666;
}

.board-unit input[type=text] {
    width: 95%;
    height: 35px;
    line-height: 38px;
}

.board-unit input[type=text].w265 {
    width: 238px;
}

.board-unit input[type=text].is-warning {
    background: #fae0e0;
}

.board-unit input[type=text].is-hide {
    display: none;
}

.board-unit select {
    width: 290px;
    height: 36px;
    border: 1px solid #ccc;
    line-height: 38px;
}

.board-unit select.is-warning {
    background: #fae0e0;
}



.ticket-unit {
    display: block;
}

.ticket-unit .ticket-ttl,
.ticket-unit .ticket-thumb {
    display: table-cell;
    vertical-align: middle;
    background: #12275d;
}

.ticket-unit .ticket-row {
    display: table;
}

.ticket-unit .ticket-ttl {
    padding: 10px;
    width: 120px;
    color: #fff;
    font-size: 1.071em;
    font-weight: bold;
}




.bnr-unit {
    margin-left: -10px;
}

.bnr-unit li {
    float: left;
    margin-left: 10px;
}

.promo-unit {
    margin-left: -9px;
}

.promo-unit .promo-item {
    position: relative;
    float: left;
    margin-left: 9px;
    width: 314px;
    height: 239px;
    border: 5px solid #4665dc;
}

.promo-unit .promo-ttl {
    display: table-cell;
    vertical-align: middle;
    padding-left: 6px;
    width: 304px;
    height: 56px;
    background: #05123f;
    color: #fff;
    font-size: 1.143em;
    line-height: 1.2;
}

.promo-unit .promo-ttl > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.promo-unit .promo-ttl i {
    display: inline-block;
    margin-right: 15px;
}

.promo-unit .promo-thumb {
    position: absolute;
    top: 56px;
}

.promo-unit .promo-txt {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    color: #05123f;
    font-size: 1.071em;
    font-weight: bold;
    text-align: center;
}

.block-unit {
    overflow: hidden;
    margin-left: -20px;
}

.block-unit .block-item,
.block-unit .block-item-half,
.block-unit .block-item-single {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 15px;
    background: #fff;
}

.block-unit .block-item-half {
    width: 470px;
    min-height: 230px;
}

.block-unit .block-item-single {
    margin-top: 54px;
    padding: 45px;
}

.block-unit .block-item-single .block-ttl {
    margin-bottom: 30px;
    font-size: 1.429em;
    text-align: center;
}

.block-unit .block-item-single .block-btn {
    padding: 10px 0;
    font-size: 1.143em;
}

.block-unit .block-txt {
    margin: 1em 0;
    font-size: .929em;
}

.block-unit .block-thumb {
    float: left;
    margin-right: 14px;
}

.block-unit .block-ttl {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.286em;
    font-weight: bold;
}

.block-unit .block-list {
    overflow: hidden;
}

.block-unit .block-list li {
    margin-bottom: 4px;
    font-size: .929em;
}

.block-unit .block-table {
    margin-left: -30px;
}

.block-unit .block-cell {
    float: left;
    margin-left: 30px;
    width: 420px;
}

.block-unit .block-caption {
    margin-bottom: 30px;
    padding: 8px 0;
    border: solid #248939;
    border-width: 1px 0;
    color: #248939;
    font-size: 1.214em;
    font-weight: bold;
    text-align: center;
}

.block-unit .block-btn {
    display: block;
    clear: both;
    margin: auto;
    padding: 20px 0;
    width: 300px;
    border: 3px solid #248939;
    color: #248939;
    font-size: 1.286em;
    font-weight: bold;
    text-align: center;
}

.block-unit .block-btn:hover {
    background: #e9f3eb;
    border-color: #429854;
}


.media-unit {
    position: relative;
    margin: 30px 0;
}

.media-unit .media-thumb {
    float: left;
    margin-right: 30px;
}

.media-unit .media-thumb-wide {
    margin-bottom: 22px;
}

.media-unit .media-thumb-r {
    float: right;
    margin-left: 30px;
}

.media-unit .media-thumb-cap {
    margin: 3px 0;
    /* text-align: center; */
}

.media-unit .media-detail {
    overflow: hidden;
}


.half-unit {
    margin-left: -40px;
}

.half-unit .half-col {
    float: left;
    margin-left: 40px;
    width: 460px;
}

.course-unit {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
}

.course-unit .course-name {
    font-size: 1.143em;
}

.course-unit .course-num {
    font-size: 2.143em;
    font-weight: bold;
}

.course-unit thead th {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #eee;
    color: #666;
    font-weight: bold;
}

.course-unit thead th.is-current {
    background: #0d2258;
    color: #eed79c;
}

.course-unit tbody tr:nth-child(even) {
    background: #f4f4f4;
}

.course-unit tbody th {
    padding: 16px 10px 16px 28px;
    border-left: 1px solid #ccc;
    font-weight: bold;
    text-align: left;
}

.course-unit tbody td {
    text-align: center;
    border-left: 1px solid #ccc;
}

.course-unit tbody i {
    display: inline-block;
}

.zebra-unit > *:nth-child(even) {
    background: #f4f4f4;
}

.diagram-unit {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
}

.diagram-unit thead th {
    background: #eee;
    color: #0d2258;
}

.diagram-unit th {
    vertical-align: middle;
    padding: 10px 26px;
    border-bottom: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
    font-size: .929em;
    font-weight: bold;
    text-align: left;
}

.diagram-unit td {
    vertical-align: middle;
    padding: 10px 26px;
    border-bottom: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
    font-size: .929em;
}

.options-unit {
    margin-top: 4px;
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
}

.options-unit caption {
    padding: 10px 48px;
    background: #0d2258;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.options-unit th {
    vertical-align: middle;
    padding: 10px 26px;
    border-bottom: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
    font-size: .929em;
    font-weight: bold;
    text-align: left;
}

.options-unit td {
    vertical-align: middle;
    padding: 10px 26px;
    border-bottom: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
    font-size: .929em;
    text-align: center;
}

.shave-unit {
    margin: 30px 0;
    padding: 12px;
    border: 1px solid #eee;
}

.shave-unit .shave-ttl {
    position: absolute;
    padding: 12px;
    min-width: 210px;
    background: #0d2258;
    color: #fff;
    font-size: 1.071em;
    font-weight: bold;
    text-align: center;
}

.shave-unit .shave-txt {
    padding-left: 240px;
}

.guide-unit > li {
    padding: 1.5em 0;
    border-bottom: 1px solid #b9b9b9;
}

.guide-unit > li > a {
    display: inline-block;
    color: #0d2258;
    font-weight: bold;
}

.guide-unit .guide-lower {
    margin: 5px 0 16px;
}

.guide-unit .guide-lower li {
    margin-top: 4px;
    padding-left: 14px;
}

.guide-unit .guide-lower li:first-child {
    margin: 0;
}


.horizon-unit {
    overflow: hidden;
    position: relative;
}

.horizon-unit .horizon-list {
    position: relative;
    left: 50%;
    float: left;
}

.horizon-unit .horizon-item {
    position: relative;
    left: -50%;
    float: left;
    margin: 0 10px;
}

.summary-unit {
    padding: 22px 34px;
    background: #eeefef;
}

.summary-unit .summary-ttl {
    color: #1e4291;
    font-size: 1.286em;
    font-weight: bold;
    width: 990px;
    margin: auto;
}

.summary-unit dd {
    width: 990px;
    margin: auto;
}


.summary-unit .summary-item {
    margin-top: 6px;
}

.summary-unit .summary-item span {
    background: white;
    font-weight: bold;
}

.summary-unit .summary-item span::before {
    content: "・";
}

.intro-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: solid 1px #251e1c;
    padding: 1.5em;
    margin-top: 40px;
}

.intro-unit .intro-item {
    /* padding: 0 20px; */
    width: 50%;
}

.intro-unit .intro-ttl {
    margin-bottom: 2px;
    font-size: 1.2em;
    font-weight: bold;
}

.intro-unit .intro-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .3em;
}

.intro-unit .intro-meta li span {
    padding: .2em;
    margin-right: 1em;
    width: 12em;
    display: block;
    font-size: 0.9em;
    border: solid 1px #251e1c;
}

.intro-unit .intro-item a {
    color: #1e4291;
    text-decoration: underline;
}

.interview-unit .interview-q,
.interview-unit .interview-q-cancel {
    font-weight: bold;
    /* color: #0d2258; */
}

.interview-unit .interview-q:before,
.interview-unit .interview-q-cancel:before {
    content: "―";
}

.interview-unit .interview-q-cancel {
    overflow: hidden;
}

.interview-unit .interview-a-cancel {
    overflow: hidden;
}

.bench-unit .bench-item {
    float: left;
    margin-left: 20px;
    text-align: left;
}

.bench-unit .bench-item dt,
.bench-unit .bench-item .txt-def > h3 {
    font-size: 1.143em;
    font-weight: bold;
}

.bench-unit .bench-item dd,
.bench-unit .bench-item .txt-def > p {
    font-size: .857em;
}

.fill-unit {
    padding: 15px 25px;
    background: #eee;
}

.ttl-h2 {
    position: relative;
    margin-bottom: 35px;
    padding: 20px 10px;
    border: 1px solid #b9b9b9;
    font-size: 1.857em;
    font-weight: bold;
    /* text-align: center; */
}

.ttl-h2 .ttl-flag {
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -35px;
    padding-right: 65px;
    padding-left: 50px;
    height: 70px;
    background: url(/images/common/bg_flag.png) no-repeat right top;
    color: #fff;
    font-size: .615em;
    line-height: 70px;
}

.ttl-h2 .ttl-flag-num {
    padding-left: 5px;
    font-size: 2.188em;
    font-weight: bold;
}

.ttl-label {
    display: table;
    width: 100%;
    border: 1px solid #b9b9b9;
    font-size: 1.857em;
    font-weight: bold;
}

.ttl-label .ttl-label-tag,
.ttl-label .ttl-label-txt {
    display: table-cell;
    padding: 22px 0;
}

.ttl-h3 {
    overflow: hidden;
    margin-bottom: 35px;
    color: #dd960f;
    font-size: 1.429em;
    font-weight: bold;
    line-height: 1.8;
}

.ttl-h4 {
    margin: 30px 0 14px;
    font-size: 1.286em;
    font-weight: bold;
}

.ttl-h4:first-of-type {
    margin-top: 0;
}

.txt-more {
    text-align: right;
}

.txt-sup {
    position: relative;
    top: 0ex;
    vertical-align: super;
    height: 0;
    font-size: .769em;
    line-height: 1;
}

.txt-flag {
    margin-right: 5px;
    padding: 5px 10px;
    background: #eee;
    font-size: .929em;
    font-weight: bold;
}

.txt-accent {
    color: #0f245a;
}

.txt-warning {
    color: #dd960f;
}

.txt-news {
    color: #ffff00;
}

.txt-orange {
    color: #dd960f;
}

.txt-bigger {
    font-size: 1.286em !important;
}

.txt-smaller {
    font-size: .786em !important;
}

.txt-bold {
    font-weight: bold;
}

.txt-right {
    text-align: right;
}

.txt-list-decimal li {
    counter-increment: decimal;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.txt-list-decimal li:before,
.txt-list-decimal li.clearfix:after,
.txt-list-decimal li.l-inner:after,
.txt-list-decimal li.l-contents:after,
.txt-list-decimal li.l-bar:after,
.txt-list-decimal .l-header li.lang:after,
.l-header .txt-list-decimal li.lang:after,
.txt-list-decimal .l-navigation li.list:after,
.l-navigation .txt-list-decimal li.list:after,
.txt-list-decimal li.l-hero:after,
.txt-list-decimal li.l-menu:after,
.txt-list-decimal .l-menu li.menu-lower:after,
.l-menu .txt-list-decimal li.menu-lower:after,
.txt-list-decimal .topicPath-unit li.topicPath-list:after,
.topicPath-unit .txt-list-decimal li.topicPath-list:after,
.txt-list-decimal .flow-unit li.flow-list:after,
.flow-unit .txt-list-decimal li.flow-list:after,
.txt-list-decimal .anchor-unit li.anchor-list:after,
.anchor-unit .txt-list-decimal li.anchor-list:after,
.txt-list-decimal li.panel-unit:after,
.txt-list-decimal li.bnr-unit:after,
.txt-list-decimal li.promo-unit:after,
.txt-list-decimal li.block-unit:after,
.txt-list-decimal .block-unit li.block-table:after,
.block-unit .txt-list-decimal li.block-table:after,
.txt-list-decimal li.media-unit:after,
.txt-list-decimal li.half-unit:after,
.txt-list-decimal li.interview-unit:after,
.txt-list-decimal li.bench-unit:after {
    content: counter(decimal) ") ";
    margin-right: .5em;
}

.txt-list-notes li {
    counter-increment: notes;
    padding-left: 2em;
    text-indent: -2em;
}

.txt-list-notes li:before,
.txt-list-notes li.clearfix:after,
.txt-list-notes li.l-inner:after,
.txt-list-notes li.l-contents:after,
.txt-list-notes li.l-bar:after,
.txt-list-notes .l-header li.lang:after,
.l-header .txt-list-notes li.lang:after,
.txt-list-notes .l-navigation li.list:after,
.l-navigation .txt-list-notes li.list:after,
.txt-list-notes li.l-hero:after,
.txt-list-notes li.l-menu:after,
.txt-list-notes .l-menu li.menu-lower:after,
.l-menu .txt-list-notes li.menu-lower:after,
.txt-list-notes .topicPath-unit li.topicPath-list:after,
.topicPath-unit .txt-list-notes li.topicPath-list:after,
.txt-list-notes .flow-unit li.flow-list:after,
.flow-unit .txt-list-notes li.flow-list:after,
.txt-list-notes .anchor-unit li.anchor-list:after,
.anchor-unit .txt-list-notes li.anchor-list:after,
.txt-list-notes li.panel-unit:after,
.txt-list-notes li.bnr-unit:after,
.txt-list-notes li.promo-unit:after,
.txt-list-notes li.block-unit:after,
.txt-list-notes .block-unit li.block-table:after,
.block-unit .txt-list-notes li.block-table:after,
.txt-list-notes li.media-unit:after,
.txt-list-notes li.half-unit:after,
.txt-list-notes li.interview-unit:after,
.txt-list-notes li.bench-unit:after {
    content: "※"counter(notes);
    margin-right: .5em;
}

.txt-btn {
    display: inline-block;
    padding: 14px 30px;
    border: 1px solid #ccc;
    font-weight: bold;
}

.txt-btn:link {
    color: #353535 !important;
    text-decoration: none !important;
}

.txt-btn:visited {
    color: #353535 !important;
}

.txt-btn:hover {
    text-decoration: underline !important;
}

.txt-btn:active {
    color: #353535 !important;
}


.txt-supplement {
    font-size: .857em;
    text-align: right;
}

.txt-center {
    margin-bottom: 26px;
    font-size: 1.143em;
    text-align: center;
}

.txt-lede {
    margin: 30px 0 14px;
    font-size: 1.143em;
    font-weight: bold;
}

.txt-link {
    padding-left: 14px;
}

.txt-block {
    display: inline-block;
    padding: 12px 25px 12px 20px;
    border: 2px solid #0d2258;
    font-weight: bold;
    text-decoration: none !important;
}

.txt-block:hover {
    text-decoration: underline !important;
}


.txt-anchor {
    padding-left: 14px;
}


.txt-list {
    margin: 1.7em 0;
}

.txt-list li {
    padding-left: 14px;
}

.txt-def {
    margin: 1.7em 0;
}

.txt-def dt,
.txt-def > h3 {
    margin-bottom: 5px;
    padding-left: 14px;
    font-weight: bold;
}

.txt-def dd,
.txt-def > p {
    padding-left: 14px;
}

.formError.inline {
    opacity: 1 !important;
    position: absolute !important;
    right: 14px !important;
    left: inherit !important;
    padding: 14px 0;
}

.formErrorContent {
    padding: 0 !important;
    background: none !important;
    color: #db2e2e !important;
    font-size: inherit !important;
}

.main {
    /* margin-bottom: 60px; */
    background: #1d418f;
    /* Old browsers */
    background: -moz-linear-gradient(bottom, #1d418f 0%, #1d418f 14.5%, #c98d1d 14.5%, #c98d1d 35%, #c98d1d 20%, #ffffff 30%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #1d418f 0%, #1d418f 14.5%, #c98d1d 14.5%, #c98d1d 35%, #c98d1d 20%, #ffffff 30%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #1d418f 0%, #1d418f 7%, #c98d1d 7%, #c98d1d 35%, #c98d1d 20%, #ffffff 30%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d418f', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.main .mainInner {
    height: 540px;
    width: 1230px;
    margin: auto;
    position: relative;
    background: url(../images/main.jpg) no-repeat center;
    background-size: cover;
}

.main .mainInner .titleBox {
    position: absolute;
    width: 100%;
    background: rgba(221, 150, 15, 0.9);
    top: 25em;
    color: white;
    padding: 1em 10em 1em;
}

.main .mainInner .titleBox h1 {
    font-size: 3.2em;
    line-height: 1.4;
    text-shadow: 0px 0px 5px #6e3e12, 0px 0px 4px #6e3e12;
    font-weight: bold;
    position: relative;
}

.main .mainInner .titleBox h1:after {
    content: "";
    right: 1em;
    bottom: -1.5em;
    position: absolute;
    width: 315px;
    height: 475px;
    background: url(../images/woman.png) no-repeat center;
    background-size: 100%;
}

.main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 100px;
    left: 289px;
    /* right: 0; */
    /* margin: auto; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main ul li a {
    color: white;
    padding: 10px 24px;
    font-size: 17px;
    display: block;
    text-align: center;
}


.selectExchanger-item {
    display: none;
}

.contact-text {
    outline: none;
    border: none;
    resize: none;
}

.contact-ans-txt {
    margin-left: 20px;
    background-color: transparent;
}


.l-bnr {
    display: block;
}
