@charset "UTF-8";

/* font
---------------------------------------------------------- */
html {
    font-size: 62.5%;
}
body {
    text-align: left;
    color: #494848;
    line-height: 2;
    background: #fff;
    font-family: "YuGothic Medium", YuGothic, "游ゴシック Medium", "ヒラギノ角ゴPro W3", "游ゴシック体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.6rem;
}

/* common
---------------------------------------------------------- */
a {
    color: #9cd1c3;
}
a:link,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.8;
}
a.line:link,
a.line:visited {
    text-decoration: underline;
}
a.line:hover {
    text-decoration: none;
    opacity: 0.8;
}
body {
    position: relative;
    -webkit-text-size-adjust: 100%;
}
button {
    cursor: pointer;
}
strong span {
    font-weight: bold;
}
p {
    margin-bottom: 2.5rem;
}
.pc_none {
    display: none;
}
.sp_none {
    display: block;
}

/*--------------------
form
--------------------*/
/* 共通 */
input[type="submit"],
select {
}
input,
select,
textarea {
    font-family: "YuGothic Medium", YuGothic, "游ゴシック Medium", "ヒラギノ角ゴPro W3", "游ゴシック体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
input[type="file"] {
    font-size: .875rem;
}

/* layout
---------------------------------------------------------- */
#header {
    width: 100%;
    margin: 0 auto;
}
#main {
    width: 100%;
}
footer .footer_box {
    width: 80%;
    margin: 0 auto;
}

/* header
---------------------------------------------------------- */
#header_box {
    overflow: hidden;
}
#header_box p {
    margin-bottom: 0;
}
.header_logo {
    float: left;
    padding: 1rem 0 1rem 4rem;
}
.header_logo a {
    display: block;
    margin: 0 1rem 0.5rem 0;
    width: 210px;
}
.header_logo span {
    font-size: 1rem;
    display: block;
    margin: 2rem 0 0 0;
    line-height: 0.2;
}
#header_box div {
    display: flex;
    justify-content: flex-end;
}
#header_box ul li {
}
#header_box div a img {
    display: inline-block;
    width: 40px;
}
.headr_tel a {
    font-size: 2.4rem;
    background: url(../img/tel1.svg) left center no-repeat;
    padding-left: 2.7rem;
    color: #444;
    background-size: 18px;
}
.header_inq {
    font-size: 1.8rem;
    border: solid 1px #fff;
    background: url(../img/header_ico2.png) 2.5rem center no-repeat;
    padding: 0.5rem 0.5rem 0.5rem 5rem;
    width: 18rem;
}
.header_nav_under {
    clear: both;
    display: flex;
    justify-content: right;
    align-items: center;
    padding-left: 4rem;
    width: 100%;
    background: #fff;
}
.header_nav_under li {
    margin: 0 3rem 0 0;
}
.header_nav_under li a {
    font-size: 1.4rem;
    color: #494848;
    line-height: 1;
    display: inline-block;
    padding: 0;
}

/*header_nav*/
.tel_box1 {
    width: 16%;
    float: right;
    margin-right: 4%;
}
.tel_box1  span {
    color: #333;
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-top: 3.2rem;
}
.header_nav {
    float: right;
    width: 58%;
    margin-top: 1.4rem;
}
.header_nav ul {
    display: flex;
    justify-content: space-between;
    align-items: top;
    padding-right: 2rem;
}
.header_nav li {
    width: 100%;
}
.header_nav li a {
    display: block;
    padding: 1rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #333;
    font-size: 1.4rem;
    font-family: YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝","HGS明朝B", "HGS明朝E","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*background: url(../img/ico1.svg) left center no-repeat;
    text-shadow: 0px 0px 30px rgba(0, 72, 170, 1);*/
}

/*固定ヘッダー*/
.header_fix {
    position: absolute;
    z-index: 10000000;
    width: 100%;
    background: #fff;
}
/*.headerFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    opacity: 0.9;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}*/
.main_image {
    position: relative;
    background: url(../img/main_img1.png) right top no-repeat;
    background-size: cover;
    height: 100vh;
}
.main_image h2 {
    position: absolute;
    top: 45rem;
    left: 10rem;
    color: #fff;
    font-size: 3.1rem;
    font-weight: bold;
    border: none;
    letter-spacing: 5px;
    font-family: YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝","HGS明朝B", "HGS明朝E","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-shadow: 0px 0px 30px rgba(0, 72, 170, 1);
}
.main_image h2 strong {
    font-size: 6.2rem;
    text-shadow: 0px 0px 30px rgba(0, 72, 170, 1);
}

/* main
---------------------------------------------------------- */
/*--------------------
Top
--------------------*/
#main {

}
h2 {
    color: #fff;
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    background: none;
    width: auto;
    text-align: left;
    padding: 0 0 1rem 0;
    border-bottom: solid 2px #fff;
}
#top #sec1 {
    background: #002865;
    padding: 8rem 0;
}
#top .sec1_box1 {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}
#top .sec1_box2 {
    width: 48%;
}
#top .sec1_box2 li {
    margin-bottom: 1rem;
}
#top .sec1_box2 a {
    font-size: 1.6rem;
    color: #fff;
    display: block;
}
#top .sec1_box2 a span {
    background: #fff;
    color: #333;
    display: inline-block;
    padding: 4px 5px;
    line-height: 1;
}
#top #sec1 p {
    text-align: center;
}
#top #sec2 {
    background: #002865;
    padding: 0 0 8rem 0;
}
#top .sec2_box1 {
    width: 70%;
    margin: 0 auto;
}
#top .sec2_box1 p {
    color: #fff;
    margin: 0;
}

.sub_main_image {
    height: 80vh;
}

/*about*/
#about .sub_main_image {
    background: url(../img/about_main.png) right top no-repeat #002865;
    background-size: 35%;
}
#about .sub_main_image_box1 {
    width: 45%;
    margin: 0 15%;
    padding: 35rem 0 0 0;
}
#about .sub_main_image_box1 div {
    color: #fff;
    width: 50%;
}
#about #main {
    background: #00479d;
}
#about #sec1 {
    padding: 6rem 0 0 0;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    font-family: YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝","HGS明朝B", "HGS明朝E","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#about #sec0 {
    background: url(../img/about_img1.png) 68% 10rem no-repeat;
    background-size: 20%;
}
#about #sec1 h2 {
    margin-top: 10rem;
    width: 40%;
}
#about #sec1 p {
    font-size: 2.6rem;
    margin-bottom: 10rem;
}
#about #sec2 {
    width: 72%;
    background: #002865;
    opacity: 0.9;
    color: #fff;
    padding: 6rem 4rem 6rem 15%;
}
#about #sec3 {
    width: 70%;
    margin: 0 auto;
    color: #fff;
    padding: 10rem 0;
}
#about #sec3 h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
#about #sec3 .sec3_box2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#about #sec3 .sec3_box2 div {
    width: 48%;
}
#about #sec3 li {
    text-indent: -1em;
    padding-left: 1em;
}
#about #sec4 {
    background: #fff;
}
#about #sec4 h2 {
    color: #333;
    border-color: #333;
}
#about #sec4 .sec4_box1 {
    width: 70%;
    margin: 0 auto;
    padding: 10rem 0;
}

/*schedule*/
#schedule .sub_main_image {
    background: url(../img/schedule_main.png) right top no-repeat #002865;
        background-size: 35%;
}
#schedule .sub_main_image_box1 {
    color: #fff;
    font-size: 1.6rem;
    width: 70%;
    margin: 0 auto;
    padding: 35rem 0 0 0;
}
#schedule .sub_main_image_box1 h2 {
    font-size: 4rem;
    border: none;
}
#schedule .sub_main_image_box1 h2 span {
    color: #002865;
    background: #fff;
    display: inline-block;
    padding: 0 1rem
}
#schedule #sec1 {
    background: #002865;
    padding-bottom: 10rem;
}
#schedule #sec1 .sec1_box0 {
    width: 70%;
    margin: 0 auto;
    color: #fff;
}
#schedule #sec1 .sec1_box1 {
    display: flex;
    margin-bottom: 4rem;
}
#schedule #sec1 .sec1_box2 {
    width: 15%;
    margin-right: 5%;
}
#schedule #sec1 .sec1_box2 h3 {
    text-align: center;
    background: #fff;
    padding: 0.5rem;
    color: #002865;line-height: 1;
    margin-bottom: 1rem;
}
#schedule #sec1 .sec1_box2 li {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.6;
}
#schedule #sec1 .sec1_box3 {
    width: 52%;
    margin-right: 10%;
    font-size: 2rem;
}
#schedule #sec1 .sec1_box3 p {
    margin-bottom: 0;
}
#schedule #sec1 .sec1_box3 p span {
    border: solid 1px #fff;
    border-radius: 5px;
    display: inline-block;
    line-height: 1;
    padding:  0.4rem 0.5rem 0.2rem 0.5rem;
}
#schedule #sec1 .sec1_box4 {
    width: 10%;
}
#schedule #sec1 .sec1_box4 a {
    text-align: center;
    display: block;
    color: #002865;
    padding-left: 2rem;
    background: url(../img/ico3.svg) 3rem center no-repeat #ffff00;
    background-size: 10px;
}
a:hover {
    transition: 0.5s;
}
#schedule #sec1 .sec1_box4 p {
    color: red;
    font-size: 2rem;
    padding-left: 2.5rem;
    background: url(../img/ico4.svg) left center no-repeat;
    background-size: 17px;
}
#schedule #sec1 .sec1_box0 > ul {
    display: flex;
    justify-content: space-between;
    width: 30%;
    margin: 6rem auto 0 auto;
}
#schedule #sec1 .sec1_box0 > ul li {
    width: 30%;
}
#schedule #sec1 .sec1_box0 > ul li a {
    color: #fff;
}
#schedule #sec2 {
    background: #002865;
}
#schedule #sec2 .sec2_box1 {
    width: 70%;
    margin: 0 auto;
    padding: 10rem;
    color: #fff;
}
#schedule #sec2 .sec2_box2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
#schedule #sec2 .sec2_box2 .sec2_box3 {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 4rem;
}
#schedule #sec2 .sec2_box2 .sec2_box3:nth-child(3n) {
    margin-right: 0;
}
#schedule #sec2 .sec2_box2 .sec2_box3 a {
    color: #fff;
}
#schedule #sec2 h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #002865;
    background: #fff;
    display: inline-block;
    padding: 0.5rem 1rem;
    line-height: 1;
}
#schedule #sec2 p {
    margin-bottom: 4rem;
}
#schedule #sec2 .schedule_finish {
    color: #ffff00;
    text-align: center;
    font-size: 2rem;
    background-size: 30px;
    margin-bottom: 4rem;
}
#schedule #sec2 .schedule_finish img {
    width: 28px;
    vertical-align: middle;
}
#schedule #sec2 h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
#schedule .schedule_inq {
    text-align: center;
    display: block;
    color: #002865;
    padding-left: 2rem;
    background: url(../img/ico3.svg) 3rem center no-repeat #ffff00;
    background-size: 10px;
    width: 50%;
    margin: 0 auto;
    padding: 1rem;
}
#schedule .schedule_inq a {
    color: #000;
}

/*lecturer*/
#lecturer .sub_main_image {
    background: url(../img/lecturer_main.png) right top no-repeat #002865;
    background-size: 35%;
}
#lecturer .sub_main_image_box1 {
    color: #fff;
    font-size: 1.6rem;
    width: 45%;
    margin: 0 15%;
    padding: 35rem 0 0 0;
}
#lecturer .sub_main_image_box1 h2 {
    font-size: 4rem;
    border: none;
}
#lecturer #sec1 {
    background: #fff;
    padding: 10rem;
    color: #333;
}
#lecturer #sec1 h2 {
    color: #333;
    border-color: #333;
}
#lecturer #sec1 .sec1_box1 {
    width: 70%;
    margin: 0 auto;
}
#lecturer #sec1 .sec1_box1 th {
    color: #00479d;
    vertical-align: top;
    font-size: 2rem;
}
#lecturer #sec1 .sec1_box1 th span {
    font-size: 1.6rem;
    font-weight: normal;
    display: inline-block;
    margin-top: 2rem;
}
#lecturer #sec1 .sec1_box1 th,#lecturer #sec1 .sec1_box1 td {
    border-bottom: solid 1px #00479d;
    padding: 4rem 0;
}
#lecturer #sec1 .sec1_box1 tr:last-of-type th,#lecturer #sec1 .sec1_box1 tr:last-of-type td {
    border-bottom: none;
}
#lecturer #sec1 .sec1_box1 h3 {
    font-size: 1.8rem;
}

/*guide*/
#guide .sub_main_image {
    background: url(../img/lecturer_main.png) right top no-repeat #002865;
    background-size: 35%;
}
#guide .sub_main_image_box1 {
    color: #fff;
    font-size: 1.6rem;
    width: 45%;
    margin: 0 15%;
    padding: 35rem 0 0 0;
}
#guide .sub_main_image_box1 h2 {
    border-bottom: none;
}
#guide .sub_main_image_box1 h3 {
    border-bottom: solid 1px #fff;
    margin-bottom: 2rem;
    font-size: 2rem;
}
#guide #main {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 10rem 0;
}
#guide #main h2 {
    color: #00479d;
    border-bottom: solid 1px #00479d;
    margin-top: 10rem;
}
#guide #main h3 {
    border-bottom: solid 1px #333;
    margin-bottom: 2rem;
    font-size: 2rem;
}
#guide #sec1 table {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 4rem;
}
#guide table th {
    font-size: 2rem;
    border-bottom: solid 1px #333;
}
#guide table td {
    font-size: 2rem;
    border-bottom: solid 1px #333;
    text-align: right;
}
#guide table td span {
    font-size: 2rem;
    color: #00479d;
}
#guide .comment1 {
    color: #00479d;
    text-align: center;
}
#guide #main h3.guide_tit1 {
    border: none;
    font-weight: bold;
    font-size: 2rem;
    padding-left: 4rem;
    background: url(../img/ico5.svg) left center no-repeat;
    background-size: 3rem;
    color: #00479d;
}
#guide .sec1_box2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#guide .sec1_box2 > div {
    width: 23%;
}
#guide .sec1_box2 > div h4 {
    text-align: center;
    color: #fff;
    background: #60a3f5;
    line-height: 1;
    padding: 1rem 0;
    margin-bottom: 2rem;
    font-size: 2rem;
}
#guide .sec1_box4 h4 {
    background: #2f7ad4;
}
#guide .sec1_box5 h4 {
    background: #1d63b8;
}
#guide .sec1_box6 h4 {
    background: #00479d;
}
#guide .sec1_box2 > div h5 {
    text-align: center;
    color: #2f7ad4;
    line-height: 1;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}
#guide .sec1_box2 > div div {
    background: #eaf1fb;
    text-align: center;
    font-size: 1.4rem;
    padding: 1rem;
}
#guide .sec1_box2 > div div ul {
    margin-bottom: 2rem;
}
#guide .sec1_box2 > div div a {
    font-size: 1.2rem;
    color: #2f7ad4;
    display: block;
    text-align: right;
}
#guide .sec1_box7 {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
#guide .sec1_box8 {
    width: 48%;
}
#guide #main .sec1_box8 h3 {
    border: none;
    padding: 0;
}
#guide .sec1_box8 img {
    margin-bottom: 2rem;
}
#guide .sec1_box8 p {
    margin-top: 4rem;
}
#guide .sec1_box9 {
    background: #00479d;
    padding: 6rem 10rem 0 10rem;
}
#guide #main .sec1_box9 h3 {
    color: #fff;
    border: none;
    font-size: 1.6rem;
    padding: 0;
}
#guide .sec1_box9 ul {
    padding-bottom: 4rem;
    margin-bottom: 2rem;
}
#guide .sec1_box9 ul li {
    padding-bottom: 2rem;
    color: #fff;
}
#guide .sec1_box9 ul li span {
    color: #ffff00;
}
.blue {
    color: #00479d;
}
#guide #main .sec1_box10 h3 {
    color: #00479d;
    border: none;
    font-weight: bold;
    padding: 0;
    margin-bottom: 1rem;
}
#guide #main .sec1_box10 div {
    background: #eaf1fb;
    padding: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}
#guide #main .sec1_box10 p {
    margin-bottom: 0;
}
#guide .sec1_box11,
#guide .sec1_box15 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
}
#guide #main .sec1_box11 h3,
#guide #main .sec1_box14 h3{
    color: #00479d;
    border: none;
    font-weight: bold;
    padding: 0;
    margin-bottom: 1rem;
}
#guide #main .sec1_box12,
#guide .sec1_box15 ul {
    width: 48%;
}
#guide #main .sec_box13,
#guide .sec1_box15 li {
    background: #eaf1fb;
    padding: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}
#guide #main .sec_box13 p {
    margin-bottom: 0;
}

/*announcement*/
#announcement .sub_main_image {
    background: url(../img/announcement_main.png) right top no-repeat #002865;
    background-size: 35%;
}
#announcement .sub_main_image_box1 {
    color: #fff;
    font-size: 1.6rem;
    width: 70%;
    margin: 0 auto;
    padding: 35rem 0 0 0;
}
#announcement .sub_main_image_box1 h2 {
    font-size: 4rem;
    border: none;
}
#announcement .sub_main_image_box1 h2 span {
    color: #002865;
    background: #fff;
    display: inline-block;
    padding: 0 1rem
}
#announcement #sec1 {
    background: #002865;
    padding-bottom: 10rem;
}
#announcement #sec1 .sec1_box0 {
    width: 70%;
    margin: 0 auto;
    color: #fff;
}
#announcement #sec1 .sec1_box1 {
    display: flex;
    margin-bottom: 4rem;
}
#announcement #sec1 .sec1_box2 {
    width: 20%;
    margin-right: 10%;
}
#announcement #sec1 .sec1_box2 h3 {
    text-align: center;
    background: #fff;
    padding: 0.5rem;
    color: #002865;line-height: 1;
    margin-bottom: 1rem;
}
#announcement #sec1 .sec1_box2 li {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.6;
}
#announcement #sec1 .sec1_box3 {
    width: 70%;
    font-size: 2rem;
}
#announcement #sec1 .sec1_box3 p {
    margin-bottom: 0;
}
#announcement #sec1 .sec1_box3 p span {
    border: solid 1px #fff;
    border-radius: 5px;
    display: inline-block;
    line-height: 1;
    padding:  0.4rem 0.5rem 0.2rem 0.5rem;
}
#announcement #sec1 .sec1_box3 h3 {
    color: #ffff00;
    margin-bottom: 1rem;
}
#announcement #sec1 .sec1_box3 ul {
    display: flex;
    flex-wrap: wrap;
}
#announcement #sec1 .sec1_box3 ul li {
    margin: 0 2rem 2rem 0;
    border: solid 1px #fff;
    border-radius: 10px;
    width: 4rem;
    height: 4rem;
    text-align: center;
}

/*INFO*/
#info .sub_main_image {
    background: url(../img/info_main.png) right top no-repeat #002865;
    background-size: 35%;
}
#info .sub_main_image_box1 {
    color: #fff;
    font-size: 1.6rem;
    width: 70%;
    margin: 0 auto;
    padding: 35rem 0 0 0;
}
#info .sub_main_image_box1 h2 {
    font-size: 4rem;
    border: none;
}
#info .sub_main_image_box1 h2 span {
    color: #002865;
    background: #fff;
    display: inline-block;
    padding: 0 1rem
}
#info #sec1 {
    padding-bottom: 10rem;
}
#info #sec1 h2 {
    color: #333;
    border-color: #333;
}
#info #sec1 .sec1_box0 {
    width: 70%;
    margin: 0 auto;
    color: #333;
}
#info #sec1 {
    padding: 8rem 0;
}
#info .sec1_box1 {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}
#info .sec1_box2 {
    width: 100%;
}
#info .sec1_box2 li {
    margin-bottom: 1rem;
}
#info .sec1_box2 a {
    font-size: 1.6rem;
    color: #333;
    display: block;
}
#info .sec1_box2 a span {
    background: #fff;
    color: #333;
    display: inline-block;
    padding: 4px 5px;
    line-height: 1;
}
#info #sec1 .sec1_box2 p {
    text-align: right;
}
#info #sec1 .sec1_box0 > ul {
    display: flex;
    justify-content: space-between;
    width: 30%;
    margin: 6rem auto 0 auto;
}
#info #sec1 .sec1_box0 > ul li {
    width: 30%;
}
#info #sec1 .sec1_box0 > ul li a {
    color: #333;
}

/*textbook*/
#textbook .sub_main_image {
    background: url(../img/textbook_main.png) right top no-repeat #002865;
    background-size: 35%;
}
#textbook .sub_main_image_box1 {
    color: #fff;
    font-size: 1.6rem;
    width: 70%;
    margin: 0 auto;
    padding: 35rem 0 0 0;
}
#textbook .sub_main_image_box1 h2 {
    font-size: 4rem;
    border: none;
}
#textbook .sub_main_image_box1 h2 span {
    color: #002865;
    background: #fff;
    display: inline-block;
    padding: 0 1rem
}
#textbook #sec1 {
    padding: 8rem;
}
#textbook #sec1 h2 {
    color: #333;
    border-color: #333;
}
#textbook #sec1 .sec1_box1 {
    width: 70%;
    margin: 0 auto;
    color: #333;
}
#textbook #sec1 .sec1_box2 {
    display: flex;
    justify-content: space-between;
    margin-top: 8rem;
}
#textbook #sec1 .sec1_box3 {
    width: 30%;
    text-align: center;
}
#textbook #sec1 .sec1_box3 h3 {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: bold
}
#textbook #sec1 .sec1_box3 img {
    margin-bottom: 2rem;
}
#textbook #sec1 .sec1_box3 p:first-of-type {
    margin-bottom: 1rem;
    color: #00479d;
}






table {
    width: 100%;
    margin-bottom: 6rem;
}
th,td {
    padding: 2rem 2rem 2rem 0;
}
th {
    width: 30%;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
}
.p0 {
    padding: 0;
}


#mailformpro h3 {
    text-align: center;
    margin-bottom: 15px;
}
.mfp_col10 {
    display: flex;
    justify-content: space-between;
}
.mfp_element_email,
#mfp_element_4, form#mailformpro dl dd textarea {
    border: solid 1px #444444;
}
.mfp_element_email {
    width: 100%;
}
.mailform span {
    color: red;
    font-size: 10px;
    border: solid 1px red;
    border-radius: 5px;
    display: inline-block;
    padding: 0.5rem;
    line-height: 1;
    
}
.thanks_box {
    width: 1070px;
    margin: 1rem auto;
    line-height: 1.8;
    font-size: 14px;
}
.thanks_box h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.texarea_dt {
    padding: 130px 0 0 0 !important;
}
.svg_mail1 path {
    fill: #ff0000;
}

.flex_box1 {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.flex_box1 label {
    width: 5rem;
}
.flex_box1 label input {
    width: 3rem;
    margin-bottom: 0;
}
#mfp_element_4 {

}
.w_num {
    width: 6rem;
    padding: 1rem;
}
.w_num2 {
    width: 12rem;
    padding: 1rem;
}
form#mailformpro label.label1 input {
    width: auto;
    margin-bottom: 0;
}
.dis_block {
    display: block;
    margin-bottom: 1rem;
}
.red {
    color: red;
}
.mfp_element_submit, .mfp_element_reset {
    width: 40%;
}

/* footer
---------------------------------------------------------- */
/*pagetop*/
#pagetop {
    display: none;
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    width: 50px;
    height: 50px;
}
#pagetop a {
    display: block;
    text-align: center;
}
#footer h2 {
    border: none;
    text-align: center;
}
.footer_box1 {
    background: #00479d;
    padding: 6rem 0;
}
.footer_box1 ul {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin: 0 auto;
}
.footer_box1 ul li {
    text-align: center;
    width: 25%;
}
.footer_box1 ul li a {
}
.footer_box3 {
    padding: 6rem 0;
    width: 1000px;
    margin: 0 auto;
}
.footer_box3 h1 {
    width: 300px;
    margin: 0 auto 6rem auto;
}
.footer_box3 ul {
    display: flex;
    justify-content: space-between;
}
.footer_box3 a {
    color: #333;
}
.footer_box3 p {
    text-align: right;
    margin-top: 2rem;
}

#address {
    background: #002865;
    padding:10px;
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
}