@charset "utf-8";

body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Helvetica;
    color: #000;
}

#wrapper {
    width: 100%;
    margin: 75px auto 90px;
    font-size: 18px;
}

.line_hight {
    line-height: 1.8;
    text-align: left;
}

.double {
    padding-top: 38px;
}

.triple {
    padding-top: 10px;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .single {
        padding-top: 45px;
    }

    *::-ms-backdrop,
    .double {
        padding-top: 38px;
    }

    *::-ms-backdrop,
    .triple {
        padding-top: 16px;
    }
}

.mainvisual {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.mainvisual img {
    width: 1000px;
}

.event-block {
    border-left: 4px solid #015afe;
    width: 960px;
    margin: 10px auto;
    padding-left: 10px;
}

.event-row {
    display: flex;
    font-size: 20px;
}

.event-link,
.event-link:hover {
    text-decoration: underline;
}

.event-link-1 {
    color: #062f8b;
}

.event-link-2 {
    color: #103199;
}

.event-txt .event-link {
    margin-left: 20px;
}

.nav_free {
    margin: 10px auto;
    width: 1000px;
}

.nav_free_list {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(5, 1fr);
}

.nav_free_link {
    align-items: center;
    background-color: #005b93;
    color: #fff;
    display: flex;
    font-family: '小塚ゴシック Pro L', 'Kozuka Gothic Pro Light', sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 100px;
    justify-content: center;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.nav_free_link:hover {
    background-color: #fff;
    color: #1a1a6f;
    transition: all .3s;
}

#voice.content_wrap {
    text-align: center;
}

#about.content_wrap {
    margin-top: 50px;
    padding: 0;
}

.content_wrap .content {
    width: 1000px;
    margin: 0 auto;
    padding: 25px 0;
    display: block;
}

.content_wrap .content:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

#check p {
    width: 960px;
    margin: 0 auto 10px;
}

#jisseki .jisseki_wrap,
#online .online_wrap {
    margin: 0 auto;
    width: 960px;
}

#question .qanda {
    padding: 25px 20px;
    width: 960px;
}

.question,
.answer {
    border-radius: 15px;
    box-shadow: 3px 3px 3px 0 #989898;
    display: grid;
    gap: 0 10px;
    grid-template-columns: 50px 1fr;
    margin-bottom: 10px;
    padding: 15px 10px;
}

.question {
    background-color: #FBE5D6;
}

.answer {
    background-color: #fff;
}

.qanda .hdr {
    font-size: 170%;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.qanda .answer .hdr {
    color: #2196f3;
}

.qanda .txt {
    font-size: 120%;
    line-height: 1.9;
}

.marker {
    background-color: #ffff01;
}

#jisseki .jisseki_wrap img {
    width: 100%;
    display: block;
    margin: 0 auto 25px;
}

#jisseki .jisseki_wrap p {
    width: 920px;
    margin: 10px auto;
}

#online .online_wrap .voice_box .voice_pic {
    float: left;
    width: 280px;
    margin-right: 20px;
    text-align: center;
}

#online .online_wrap .voice_box .voice_pic img {
    width: 90%;
}

#online .online_wrap .voice_box .voice_txt {
    width: 660px;
    float: left;
    border-radius: 10px;
    background-color: #fff;
    border: solid 2px #d98302;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
    margin-top: 10px;
    padding: 20px;
}

#online .online_wrap .voice_box .voice_txt:before,
#online .online_wrap .voice_box .voice_txt:after {
    background: #fff;
    border: 1px solid #d98302;
    border-radius: 50%;
    content: "";
    position: absolute;
}

#online .online_wrap .voice_box .voice_txt:before {
    left: -35px;
    width: 15px;
    height: 14px;
    bottom: 5px;
}

#online .online_wrap .voice_box .voice_txt:after {
    left: -26px;
    width: 20px;
    height: 18px;
    bottom: 23px;
}

#online .online_wrap .voice_box {
    display: inline-block;
    margin-bottom: 30px;
}

#online .online_wrap .voice_box .voice_txt p {
    margin-bottom: 10px;
}

#online .online_wrap .voice_box .voice_txt p span {
    color: red;
}

.btn_area {
    text-align: center;
    margin: 20px 0 0 0;
}

.small {
    font-size: 28px;
}

#banner_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: white;
    /* box-shadow */
    box-shadow: 0px -2px 5px -1px #c7c4c7;
    text-align: center;
    z-index: 1;
}

#banner_footer img {
    margin: 5px auto 0;
}

#pageTop {
    position: fixed;
    bottom: 120px;
    right: 40px;
    z-index: 100;
}

#pageTop a {
    display: block;
    z-index: 999;
    border-radius: 5px;
    width: 60px;
    height: 50px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    font-size: 30px;
}

.red_head {
    font-size: 33px;
    color: #ffffff;
    width: 1000px;
    height: 80px;
    text-align: center;
    background-color: #BD0000;
    border-radius: 10px;
    line-height: 80px;
    padding-top: 7px;
}

/*#font_dot{
  -webkit-text-emphasis: filled circle white;
   text-emphasis: filled circle red white;
}*/

#font_dot {
    padding: 0.3em 0;
    background-repeat: repeat-x;
    background-size: 1em 0.2em;
    background-position: top left;
    background-image: -webkit-gradient(radial, center center, 0, center center, 1.5, from(#fff), color-stop(0.5, #fff), color-stop(0.9, transparent), to(transparent));
    background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #fff, #fff 95%, transparent 95%, transparent);
    background-image: radial-gradient(0.1em 0.1em at center center, #fff, #fff 95%, transparent);
}

.info-content {
    width: 97%;
    margin: 3% auto 0;
    background-color: #fff;
    padding: 1px 0;
}

.clear {
    clear: both;
}

/*20170927*/
.check {
    font-size: 14px;
}

.expe {
    display: inline-block;
    padding-top: 50px;
    width: 1000px;
}

.content-go {
    background: url(../img/back_even.jpg) repeat;
}

.apply_btn {
    width: 100%;
    margin: 30px auto;
    padding: 20px 0;
    border: dashed 2px #005b93;
    max-width: 1000px;
}

.apply_btn_box a:hover {
    text-decoration: none;
}

.apply_btn_01,
.apply_btn_02,
.apply_btn_03 {
    border-radius: 10px;
    position: relative;
}

.apply_btn_01 {
    width: 100%;
    height: 40px;
    background: #f19149;
}

.apply_btn_02 {
    width: 360px;
    height: 80px;
    background: #1e6092;
}

.apply_btn_01_in,
.apply_btn_02_in {
    align-items: center;
    border: solid 2px white;
    border-radius: 10px;
    color: white;
    display: flex;
    font-weight: bold;
    margin: 4px auto;
    text-align: center;
}

.apply_btn_01_in {
    background: #f19149;
    font-size: 40px;
    height: 70px;
    justify-content: center;
    line-height: 1.8;
    padding-left: 25px;
    width: 880px;
}

.apply_btn_02_in {
    background: #1e6092;
    font-size: 25px;
    height: 67px;
    line-height: 1.2;
    padding-left: 15px;
    width: 330px;
}

.apply_btn_circle {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    background: white;
}

.apply_btn_circle::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 19px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.apply_btn_circle_01,
.apply_btn_circle_02 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.apply_btn_circle_01 {
    right: 85px;
}

.apply_btn_circle_02 {
    right: 12px;
}

.apply_btn_circle_01::before {
    content: "";
    border-color: transparent transparent transparent #f19149;
}

.apply_btn_circle_02::before {
    content: "";
    border-color: transparent transparent transparent #1e6092;
}

.apply_btn_03 {
    background: #f19149;
    border: solid 2px white;
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.8;
    margin: 15px auto 40px;
    padding: 5px;
    text-align: center;
    width: 80%;
}

/*20190816*/
.container {
    display: flex;
    position: relative;
    height: 550px;
}

.container ul {
    font-size: 26px;
    list-style-image: url(../img/img_check.png);
}

.container li {
    border-bottom: dotted 1px #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    text-shadow: 3px 3px 0 #FFF, -2px -2px 0 #FFF,
        -2px 3px 0 #FFF, 3px -2px 0 #FFF,
        0px 3px 0 #FFF, 0-2px 0 #FFF,
        -2px 0 0 #FFF, 3px 0 0 #FFF;
    font-weight: bold;
}

.item1 {
    position: absolute;
    z-index: 100;
    top: 90px;
    left: 0;
}

.item2 {
    z-index: 200;
    margin-left: 400px;
}

.point {
    display: flex;
    position: relative;
    height: 200px;
    font-size: 26px;
    font-weight: bold;
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 10px #2357BF;
    border-right: solid 10px #2357BF;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
    border-radius: 10px;
}

.point.item_first {
    margin-top: 110px;
}

.point:last-child {
    height: 160px;
}

.item_riko1 {
    position: absolute;
    z-index: 100;
}

.item_riko2 {
    position: absolute;
    left: 240px;
    top: 20px;
    z-index: 200;
}

.item_riko2 p:not(p.txt_detail) {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.fn-25 {
    font-size: 25px;
}

.fn-30 {
    font-size: 30px;
}

.fn-33 {
    font-size: 33px;
}

.center {
    text-align: center;
}

.font_n {
    font-weight: normal;
    font-size: 80%
}

.bg_color {
    background-color: #FCD8D7;
}

.red {
    color: red;
}

.txt_detail {
    font-size: 80%;
    font-weight: normal;
    padding: 30px 20px 0 0;
}

.fluid-box {
    background-color: #005b93;
    padding: 45px;
    position: relative;
    text-align: center;
}

.fluid-box-inner {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    margin: 0 auto;
    width: 960px;
}

.fuchi {
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
        -2px 2px 0 #FFF, 2px -2px 0 #FFF,
        0px 2px 0 #FFF, 0-2px 0 #FFF,
        -2px 0 0 #FFF, 2px 0 0 #FFF;
    color: red;
}

#special p {
    font-size: 28px;
    margin-bottom: 20px;
}

#special p span {
    font-weight: bold;
    color: red;
}

#special .taikenn_list_box {
    border: dashed 2px #005b93;
    margin-top: 1.5em;
    padding: 0.5em 1em;
}

#special .taikenn_list_box:first-of-type {
    margin-top: 0;
}

#special .taikenn_list_title {
    font-size: 30px;
    font-weight: bold;
    margin: 5px 20px 10px 0;
}

#special .taikenn_list_subtitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#special .taikenn_list_contents {
    display: flex;
    flex-wrap: wrap;
}

#special .taikenn_list_number {
    background: #f1f8ff;
    border-left: solid 6px #2d8fdd;
    color: #2d8fdd;
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 1.5;
    padding: 10px;
}

#special li {
    font-size: 170%;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 8px;
}

#special li ol li {
    font-size: 20px;
    padding-left: 10px;
    float: left;
    color: #2d8fdd;
    border-left: solid 6px #2d8fdd;
    background: #f1f8ff;
    margin-bottom: 14px;
    line-height: 1.5;
    padding: 0.5em;
    list-style-type: none !important;
}

#special li span {
    font-size: 20px;
    font-weight: bold;
}

#special .closing {
    font-weight: bold;
    color: red;
}

.special-subttl {
    font-size: 25px;
}

#special .special-text {
    font-size: 28px;
    margin: 30px 0 40px;
}

#special .special-text:last-of-type {
    margin-bottom: 55px;
}

#special .taikenn_list_text {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 10px;
}

#special .text_space {
    margin-left: 15px;
}

.voice-item {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.tsunoda {
    margin: 60px 0 20px;
}

.voice-item-txt-wrapper {
    width: 480px;
}

.tsunoda-text-box {
    order: 2;
}

.voice-item-title {
    font-size: 25px;
    text-align: left;
}

.youtube-ctr {
    flex-shrink: 0;
    height: 320px;
    width: 465px;
}

.tsunoda-youtube {
    order: 1;
}

.text-pink-big {
    font-size: 27px;
    font-weight: bold;
    color: #d12c6e;
}

.under-line {
    width: 480px;
    height: 2px;
    background-color: #000000;
    margin-top: 10px;
}

.self-introduction {
    font-size: 26px;
    line-height: 1.2;
    margin-left: 65px;
    margin-top: 15px;
    text-align: left;
}

.name {
    font-size: 32px;
    font-weight: bold;
}

.name-honorifics {
    font-size: 26px;
    font-weight: normal;
}

.university-course,
.highSchool {
    font-size: 20px;
}

.self-introduction-txt {
    margin-top: 20px;
    text-align: left;
}

#special p.muryo_banner {
    margin: 0 auto 5px;
}

.taikenn_title {
    font-size: 33px;
}

.apply_btn span {
    font-weight: bold;
}

.taikenn_sub_title {
    border: double 5px #2d8fdd;
    font-size: 24px;
    font-weight: bold;
    margin: 1em 0;
    padding: 0.5em 1em;
    width: fit-content;
}

#special .contest_txt {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.contest_txt {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
}

#check .content_sub_ttl {
    font-size: 25px;
    margin-bottom: 30px;
}

#check .contest_annotation {
    margin: 1.5em auto 0;
}

.reform .content_list {
    margin: auto;
    width: 960px;
}

.graph_item {
    margin-top: 30px;
}