
* {
    margin: 0;
    padding: 0;
}

html {
    margin: 0px;
    padding: 0px;
}

body {
    -webkit-text-size-adjust: none;
    text-align: center;
    color: #3b3b3b;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    background-color: #eeeeed;
}

img {
    border-style: none;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

a {
    color: #3b3b3b;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.text_bold {
    font-weight: 600;
}

.text_red {
    color: #cc0000;
}

.text_color_w {
    color: #fff;
}

.text_big1 {
    font-size: 32px;
}

.text_big2 {
    font-size: 24px;
}

.text_big3 {
    font-size: 18px;
}

.text_small1 {
    font-size: 12px;
}

.text_small2 {
    font-size: 10px;
}

.bg_t01_view {
    background-image: url(../images/bg_t01_view.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60vw;
    padding: 0px 0 0 0;
}

.box_in {
    z-index: 99;
    position: static;
    width: 86%;
    padding: 30px 0 30px 0;
    margin: -40px auto 80px auto;
    text-align: left;
    background-color: #fff;
}

.box_in_v {
    z-index: 99;
    position: static;
    width: 100%;
    padding: 30px 0 30px 0;
    margin: -40px auto 80px auto;
    text-align: left;
    background-color: #fff;
}


.box_in_x {
    z-index: 99;
    position: static;
    width: 100%;
    padding: 30px 0 30px 0;
    margin: -40px auto 80px auto;
    text-align: left;
}


/* ---Header----*/

#header {
    z-index: 99;
    width: 100%;
    margin: 0 0 0 0;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    background-color: #fff;
}

#header_top {
    width: 100%;
    height: 90vh;
    margin: 0 auto;
    background: url(../images/main_bg_01_sp.jpg) center center no-repeat;
    background-size: cover;
    padding: 0 0 0 0;
}

.fix_header {
    position: fixed;
    top: 0;
}

.header_in {
    margin: 0px auto;
    height: 50px;
    padding: 0px 2%;
}

/* サイトロゴ */
.h_logo {
    float: left;
}

.h_logo img {
    height: 30px;
    margin: 10px auto;
}

.h_navi {
    float: right;
    margin: 15px auto;
}

.h_navi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 35px;
}

.h_navi li {
    margin: 0 0 0 30px;
}

.h_navi li p {
    font-weight: bold;
}

.h_btn {
}

.btn_v {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 15px auto;
    background-color: #f79a1c;
    cursor: pointer;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.btn_v a {
    display: block;
    color: #fff;
    padding: 0px 25px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn_v a:hover {
    background-color: #f8b459;
    color: #fff;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}


/* ---top page---*/
/* ---main view---*/
.main_view_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.main_view_box_l {
    width: 100%;
    height: auto;
    margin: 10vh auto 0 auto;
}

.main_view_box_r {
    width: 100%;
    margin: 120px auto 0 auto;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px 0px 55px 0px;
    text-align: center;
}

.main_view_box_in {
    width: 200px;
    margin: 0 auto;
}

.main_view_box h1 {
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 1.8;
    font-size: 4.5vw;
    margin: 0 auto 0 auto;
}

.main_view_box_r h3 {
    color: #003894;
    font-weight: normal;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 0 0 10px 0;
}

.top_btn {
    text-align: left;
    margin: 0 auto 0 auto;
    padding: 0;
}

.top_line {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ffffff;
}

.top_mail {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

.top_btn_form {
    border: 0;
    margin: 0px auto;
    padding: 0 15px;
    height: 35px;
    width: 170px;
    border: 1px solid #ddd;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.top_btn_b {
    width: 200px;
    font-weight: bold;
    padding: 8px 0px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 0px auto 0 auto;
    background-color: #fff;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.top_btn_b:hover {
    cursor: pointer;
    color: #fff;
    background-color: #cccccc;
}

.top_btn_l {
    color: #fff;
    width: 200px;
    font-weight: bold;
    padding: 8px 0px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 0px auto 0 auto;
    background-color: #f79a1c;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.top_btn_l:hover {
    cursor: pointer;
    color: #fff;
    background-color: #f6b358;
}


.h_navi {
    display: none;
    position: absolute;
    top: 72px;
    width: 100%;
    background: #006598;
    left: 0;
}

.h_navi ul {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.h_navi ul li {
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.h_navi ul li:last-child {
    border: none;
}

.h_navi ul li a {
    display: block;
}


/*----スマホナビ----*/

#nav-drawer {
    position: relative;
    margin-top: -35px;
    right: 10px;
}


/*チェックボックス等は非表示に*/
.nav-unshown {
    display: none;
}


/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}


/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    right: 0px;
    position: absolute;
    height: 3px; /*線の太さ*/
    width: 25px; /*長さ*/
    border-radius: 3px;
    background: #ccc;
    display: block;
    content: '';
    cursor: pointer;
}

#nav-open span:before {
    bottom: -8px;
}

#nav-open span:after {
    bottom: -16px;
}


/*閉じる用の薄黒カバー*/
#nav-close {
    display: none; /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0; /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
}

.cancel_btn {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
    background: rgba(0, 0, 0, 0.3);
}

.cancel {
    position: absolute;
    height: 30px;
    top: 10px;
    right: 82%;
    color: #fff;
    z-index: 9999; /*最前面に*/
}

.cancel img {
    z-index: 9999; /*最前面に*/
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999; /*最前面に*/
    width: 90%; /*左側に隙間を作る（閉じるカバーを表示）*/
    max-width: 80%; /*最大幅（調整してください）*/
    height: 100%;
    background: #fff; /*背景色*/
    transition: .3s ease-in-out; /*滑らかに表示*/
    -webkit-transform: translateX(200%);
    transform: translateX(200%); /*右に隠しておく*/
}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block; /*カバーを表示*/
    background: rgba(0, 0, 0, 0.3);
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); /*中身を表示（左へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    z-index: 99999;
}

.hamburger-top {
    height: 40px;
    margin-top: 5px;
}

.hamburger-top ul {
    width: 100%;
}

.hamburger-top li {
    margin: 0 2% 0 2%;
    text-align: left;
    font-weight: bold;
    position: relative;
}

.sp_nav_face {
    width: 32px;
    height: 32px;
    float: left;
    margin: 10px 2% 10px 2%;
}

.sp_nav_face img {
    width: 32px;
    height: 32px;
}

.no_nmaru01 {
    position: absolute;
    z-index: 99;
    top: 3px;
    right: 3px;
    height: 20px;
    min-width: 10px;
    border-radius: 20px;
    line-height: 20px;
    text-align: center;
    background: #e96229;
    color: #fff;
    font-size: 12px;
    margin: 0 0px 0 0px;
    padding: 0 5px 0 5px;
    font-weight: normal;
}

.no_nmaru02 {
    position: absolute;
    z-index: 99;
    top: 13px;
    right: 35px;
    height: 25px;
    min-width: 15px;
    border-radius: 25px;
    line-height: 25px;
    text-align: center;
    background: #e96229;
    color: #fff;
    font-size: 14px;
    margin: 0 0px 0 10px;
    padding: 0 5px 0 5px;
    font-weight: normal;
}

.no_nmaru03 {
    display: inline-block;
    height: 35px;
    min-width: 25px;
    border-radius: 35px;
    line-height: 35px;
    text-align: center;
    background: #e96229;
    color: #fff;
    font-size: 18px;
    margin: 0 10px 0 0px;
    padding: 0 5px 0 5px;
    font-weight: normal;
    float: right;
}

.no_nmaru04 {
    position: absolute;
    top: 5px;
    right: 10px;
    display: inline-block;
    height: 35px;
    min-width: 25px;
    border-radius: 35px;
    line-height: 35px;
    text-align: center;
    background: #e96229;
    color: #fff;
    font-size: 18px;
    margin: 0 0px 0 0px;
    padding: 0 5px 0 5px;
    font-weight: normal;
    float: right;
}


.hamburger-top li.menubar {
    margin: 0;
    padding: 0 2% 0 2%;
    font-size: 14px;
    font-weight: normal;
    background-color: #e5e5e5;
}

.hamburger-top li a {
    display: block;
    position: relative;
    padding: 10px 25px 10px 10px;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
}

.h_t_b_none a {
    border: none !important;
}

.hamburger-top a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #e5e5e5;
    border-right: solid 2px #e5e5e5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.h_sp_ent {
    z-index: 1;
    position: absolute;
    right: 50px;
    top: 11px;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 24px;
    display: block;
    cursor: pointer;
}

.h_sp_ent img {
    margin: 0;
    padding: 0;
    width: 70px;
    height: 24px;
    cursor: pointer;
}


/* ---main---*/
.main_view {
    width: 100%;
    height: 90vh;
    margin: 0 auto;
    background: url(../images/main_bg_01.jpg) bottom center no-repeat;
    background-size: cover;
    padding: 0 0 0 0;

}

@media only screen and (max-width: 979px) {
    .main_view div {
        position: relative;
        top: 26%;
        width: 48%;
        margin: 0 auto;
        padding: 0 0 0;
    }

    .main_view div img {
        width: 100%;
        margin: 0 auto;
    }

    .main_view h1 {
        position: relative;
        top: 26%;
        text-align: center;
        color: #fff;
        font-weight: normal;
        font-size: 2.3vw;
        margin: 10px auto;
    }
}

@media only screen and (max-width: 620px) {
    .main_view div {
        position: relative;
        top: 26%;
        width: 80%;
        margin: 0 auto;
        padding: 0 0 0;
    }

    .main_view div img {
        width: 100%;
        margin: 0 auto;
    }

    .main_view h1 {
        position: relative;
        top: 26%;
        width: 80%;
        text-align: center;
        color: #fff;
        font-weight: normal;
        font-size: 4vw;
        margin: 10px auto;
    }
}


.top_la_ar_btn {
    height: auto;
    margin: 0 auto;
}

.top_la_ar_btn img {
    display: inline-block;
    margin: 0 auto;
}

.top_link_box {
    overflow: hidden;
    width: 90%;
    margin: 20px auto 0px auto;
}

.top_link_in {
    width: 100%;
    margin: 0px auto 0px;
}

.top_link_item {
    margin: 20px 0 0 0;
    width: 100%;
    padding: 0%;
}

.top_link_banner img {
    width: 100%;
}

.top_link_login {
    margin: 0px 0 0 0;
    height: 100%;
    padding: 0 0 50px 0;
    background-color: #fff;
}

.top_link_login h4 {
    font-size: 18px;
    line-height: 1.5;
    color: #003894;
    padding: 20px 20px 0px 20px;
}

.top_link_login p {
    line-height: 1.5;
    font-size: 14px;
    padding: 0px 20px 0px 20px;
}


.top_kiyaku {
    position: absolute;
    text-align: center;
    margin: 10px 0 0 20px;
}

.top_kiyaku span {
    padding: 0px 0 0 30px;
    margin: -5px 0 0 0px;
}

.ap_check {

}

.low_kiyaku {
    position: absolute;
    text-align: center;
    margin: 10px 0 0 20px;
}

.low_kiyaku span {
    padding: 0px 0 0 30px;
    margin: -5px 0 0 0px;
}

.low_btn {
    text-align: center;
    margin: 10px auto;
    padding: 0;
    width: 200px;
}


.low_line {
    margin: 0 auto 10px auto;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}

.low_mail {
    margin: 0 auto 5px auto;
    padding: 0 0 0 0;
}

/* ---title---*/
.title_text {
    text-align: center;
    margin: 0 auto;
}

.title_text p {
    text-align: center;
    color: #7e7e7e;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
}

.title_text h2 {
    text-align: center;
    color: #003894;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0 auto;
    position: relative;
}

.title_text h2:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    content: '';
    display: block;
    width: 250px;
    height: 1px;
    background-color: #969696;
}


/* ---t_t01---*/
.t_t01 {
    padding: 30px 6% 0px 6%;
    margin: 0px auto;
}

.t_t01 p {
    font-size: 16px;
    line-height: 1.7;
    margin: 30px auto 0px auto;
    text-align: center;
}

/* ---t_t02---*/
.t_t02 {
    padding: 30px 6% 0px 6%;
    margin: 0px auto;
}

.t_t02 table {
    width: 100%;
    margin: 0px auto;
}

.t_t02 th {
    padding: 0 0 0 0;
    display: block;
}

.t_t02 th div {
    width: 80px;
    padding: 0px;
    margin: 10px auto 0px auto;
    text-align: center;
}

.t_t02 th div img {
    width: 100%;
}

.t_t02 td {
    padding: 50px 30px 30px 30px;
    margin: -30px 0 0 0;
    text-align: left;
    display: block;
    background-color: #f4f4f4;
}

.t_t02 td h3 {
    color: #383838;
    font-size: 17px;
    text-align: center;
    line-height: 1.7;
    margin: 0px auto 10px auto;
}

.t_t02 td p {
    font-size: 14px;
    color: #666;
}

.t_t02_text {
    margin: 5px auto;
}

.t_t02_text p {
    text-align: center;
    font-size: 12px;
    color: #999;
}

/* ---t_t03---*/
.t_t03 {
    padding: 30px 6% 0px 6%;
    margin: 0px auto;
}

.t_t03_left {
    width: 100%;
}

.t_t03_left img {
    width: 100%;
}

.t_t03_right {
    width: 100%;
    padding: 10px 0;
}

.t_t03_right h3 {
    text-align: center;
    font-size: 16px;
    margin: 10px auto 20px auto;
}

.t_t03_right p {
    text-align: left;
    font-size: 14px;
    margin: 10px auto 0px auto;
}

.t_t03_right img {
    display: inline;
    vertical-align: middle;
    padding: 0px 3px 3px 0;
}

/* ---t_t04---*/
.t_t04 {
    padding: 30px 6% 0px 6%;
    margin: 0px auto;
}

.t_t04_text {
    text-align: left;
    font-size: 15px;
    margin: 20px auto 0px auto;
}

.t_t04_left {
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.t_t04_left div {
    margin: 20px 0px 0px 0px;
}

.t_t04_left div img {
    width: 150px;
    margin: 0px auto;
}

.t_t04_left_tw {
    background-color: #1da1f2;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.t_t04_left_fb {
    background-color: #4267b2;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.t_t04_right {
    width: 100%;
    margin: 30px 0px 0px 0px;
    border-top: 1px solid #ccc;
}

.t_form_01 {
    border: 0;
    line-height: 40px;
    border: solid 1px #ccc;
    margin: 30px 0 0 0;
    padding: 0 2%;
    width: 96%;
    height: 40px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.t_t04_right input::-webkit-input-placeholder {
    color: #ddd;
    font-size: 14px;
}

.t_t04_right input:-moz-placeholder {
    color: #ddd;
    font-size: 14px;
}

.t_t04_right input::-moz-placeholder {
    color: #ddd;
    font-size: 14px;
}

.t_t04_right input:-ms-input-placeholder {
    color: #ddd;
    font-size: 14px;
}

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

.t_btn_r {
    font-weight: bold;
    border: solid 1px #ccc;
    padding: 5px 65px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 0px auto 0 auto;
    background-color: #fff;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.t_btn_r:hover {
    cursor: pointer;
    color: #fff;
    background-color: #cccccc;
}

.t_btn_r_tb {
    color: #003894;
    font-weight: bold;
    border: solid 1px #ccc;
    padding: 5px 65px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 0px auto 0 auto;
    background-color: #fff;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.t_btn_r_tb:hover {
    cursor: pointer;
    color: #fff;
    background-color: #cccccc;
}

.t_t04_right p {
    font-size: 13px;
    color: #999;
    margin: 10px auto 0 auto;
    line-height: 1.5;
}

.m_btn_r {
    font-weight: bold;
    padding: 5px 0px;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0px auto 0 auto;
    background-color: #fd8200;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    color: #fff;
}

.m_btn_r:hover {
    cursor: pointer;
    color: #fff;
    background-color: #f9a043;
}


/* ---footer---*/


.footer {
    width: 100%;
    margin: 50px 0 32px 0;
}

@media (max-width: 323px) {
    .footer {
        margin-bottom: 20px;
    }
}

.footer_in {
    width: 96%;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
}

.footer_banner {
    width: 96%;
    margin: 0 auto 20px auto;
    padding: 0;
}

.footer_banner img {
    width: 100%;
}

.f_navi {
    text-align: left;
    margin: 0 auto;
}

.f_navi p {
    font-size: 13px;
    margin: 0px 10px 0px 10px;
    display: inline-block;
}

.f_copy {
    margin: 0;
    text-align: center;
}

.f_copy p {
    font-size: 13px;
    margin: 20px 0 0 0;
}


.sp-none {
    display: none !important;
}

.mt80 {
    margin-top: 80px;
}

/* ---login_page----*/

.box_in_lg {
    z-index: 99;
    position: static;
    width: 100%;
    padding: 50px 0 50px 0;
    margin: 0px auto;
    text-align: left;
    background-color: #eeeeed;
}

/* ---login_logo----*/

.lg_logo {
    text-align: center;
    z-index: 99;
    position: static;
    width: 100%;
    padding: 0 0 30px 0;
    margin: 0 auto;
}

.lg_logo img {
    margin: 0 auto;
}

/* ---title---*/
.lg_title_text {
    text-align: center;
    margin: 0 auto;
}

.lg_title_text h2 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0 auto;
}

.lg_title_text p {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    padding: 10px 0 0 0;
}

/* ---lg_t01---*/

.lg_t01 {
    width: 80%;
    text-align: center;
    padding: 0px;
    margin: 50px auto 0 auto;
}

.lg_t01 p {
    font-size: 14px;
    text-align: left;
    padding: 10px 0 0 0;
    margin: 0px auto;
}

.lg_form_01 {
    border: 0;
    line-height: 40px;
    border: solid 1px #ccc;
    margin: 0px auto;
    padding: 0 2%;
    width: 100%;
    height: 40px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}


/* ---lower_page----*/
.box_in_lower {
    z-index: 99;
    position: static;
    width: 94%;
    height: auto;
    padding: 0;
    margin: 0px auto 30px auto;
    text-align: left;
}

.lower_l {
    width: 100%;
    height: auto;
}

.lower_r {
    display: none;
    float: right;
    width: 300px;
    height: auto;
    padding: 0px;
    margin: 0px auto;
    text-align: left;
}

.lower_r p {
    text-align: right;
    font-size: 14px;
    padding: 0;
    margin: 0px auto;
}


/* ---profile_page----*/

.pro_title_text {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0px 0 10px 0;
    margin: 40px auto 10px auto;

}

.pro_title_text h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #053886;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0px 20px 10px 20px;
    border-bottom: 1px solid #c6c5c5;
}

.pro_img {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px auto;
}

.pro_img h3 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 5px 0 5px 0;

}

.pro_img p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 0 10px;
}

.pro_img ul {
    padding: 0px;
    margin: 0px;
}

.pro_img li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0px;
}

.pro_form {
    text-align: left;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 20px auto 0 auto;
}

.pro_top {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
}

.pro_name {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
}

.pro_other {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pro_form p {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 20px 0 5px 0;
    margin: 0;
}

.pro_form p span.need {
    color: red;
}

span.need {
    font-weight: normal;
    font-size: 12px;
    color: red;
    padding: 0 0 0 5px;
    margin: 0;
}

span.supplement {
    font-weight: normal;
    font-size: 12px;
    color: #6c6c6b;
    padding: 0 0 0 5px;
    margin: 0;
}

.pro_form_01 {
    display: block;
    border: 0;
    line-height: 40px;
    border: solid 1px #ccc;
    margin: 0px auto;
    padding: 0 2% 0 2%;
    width: 96%;
    height: 40px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.pro_form_02 {
    border: 0;
    line-height: 40px;
    border: solid 1px #ccc;
    margin: 0px auto;
    padding: 0 2% 0 2%;
    width: 96%;
    height: 40px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.pro_form_02_x {
    border: 0;
    line-height: 40px;
    border: solid 1px #ccc;
    margin: 0px auto;
    padding: 0 2% 0 2%;
    width: 96%;
    height: 40px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.pro_form_03 {
    border: 0;
    line-height: 40px;
    border: solid 1px #ccc;
    margin: 0px auto;
    padding: 0 0 0 0;
    width: 25%;
    height: 40px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}


.pro_form_x01 {
    vertical-align: top;
    margin: 0 10px 10px 0;
    padding: 0 2% 0 2%;
    border: 0;
    border: solid 1px #ccc;
    display: inline-block;
    width: 96%;
    height: 40px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.pro_form_x02 {
    border: 0;
    border: solid 1px #ccc;
    margin: 0px auto;
    padding: 2%;
    width: 96%;
    height: 150px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.pro_form_x04 {
    border: 0;

    border: solid 1px #ccc;
    margin: 10px auto;
    padding: 2%;
    width: 96%;
    height: 100px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.pro_form_x05 {
    font-size: 16px;
    border: 0;
    border: solid 1px #ccc;
    margin: 0px auto;
    padding: 2%;
    width: 96%;
    height: 50px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}


.dropdown {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 28px;
    padding: 6px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 10px 10px 0;
}

.dropdown:before, .dropdown:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 10px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #888 transparent;
    pointer-events: none;
}

.dropdown:before {
    border-bottom-style: solid;
    border-top: none;
}

.dropdown:after {
    margin-top: 7px;
    border-top-style: solid;
    border-bottom: none;
}

.dropdown-select {
    position: relative;
    width: 130%;
    margin: 0px 0px 0px 0px;
    padding: 0px 40px 0px 10px;
    height: 28px;
    font-size: 12px;
    color: #666;
    /* Fallback for IE 8 */
    background: #f2f2f2;
    /* "transparent" doesn't work with Opera */
    background: rgba(0, 0, 0, 0) !important;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.dropdown-select:focus {
    outline: none;
}

.dropdown-select > option {
    margin: 3px;
    padding: 0px 0px;
    text-shadow: none;
    background: #f2f2f2;
    border-radius: 3px;
    cursor: pointer;
}

.display_block {
    display: block;
}

.pro_form_icon01 {
    display: inline-block;
    margin: 0 10px 0px 0;
    vertical-align: top;
}

.pro_form_icon01 div {
    width: 5px;
    margin: 17px 0 0 0;
}

.pro_form_icon01 img {
    width: 5px;
}

.pro_form_btn_right {
    width: 100%;
    display: block;
    margin: 0 auto 10px auto;
}

.pro_form_btn_right div {
    width: 30px;
    margin: 0 auto;
}

.pro_form_btn_right img {
    width: 30px;
}

/* ---appeal_page----*/

.ap_text {
    margin: 0;
    padding: 0 0 0px 0;
}

.ap_text h3 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0px 0;
}

.ap_text h4 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 0;
    padding: 30px 0 10px 0;
}

.appeal_form {
    text-align: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 30px 0;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.content_section {
    text-align: left;
    position: relative;
    margin: 0 auto;
    padding: 0px;
    font-size: 16px;
}

.content_section:nth-of-type(2n) {
    background-color: whitesmoke;
}

.label_list {
    width: 100%;
    margin: 0 auto 0 auto;
    line-height: 1.3;
    border: 0;
    border: solid 1px #ccc;
    display: inline-block;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    border-collapse: collapse;
}

ul.label_list::after {
    display: block;
    content: '';
    clear: both;
}

li.label_list_item {
    margin: 0 auto 0px;
    padding: 15px 20px;
    border-bottom: solid 1px #ccc;
    border-collapse: collapse;
    background: #ffffff;
    height: auto;
    vertical-align: middle
}

.label_list_item label {
    position: relative;
    display: block;
    word-break: break-all;
}

.label_list_item label input[type="checkbox"] + span,
.label_list_item label input[type="radio"] + span {
    position: relative;
    padding: 0 0px 0 35px;
    vertical-align: middle;
}

/* CHECKBOX */
.ap_check .label_list:nth-of-type(1) label input[type="checkbox"] + span::before {
    border-color: #e5e5e6;
}

.ap_check .label_list:nth-of-type(1) label input[type="checkbox"]:checked + span::before {
    background-color: #053886;
}

.ap_check .label_list:nth-of-type(2) label input[type="checkbox"] + span::before {
    border-color: #ec407a;
}

.ap_check .label_list:nth-of-type(2) label input[type="checkbox"]:checked + span::before {
    background-color: #ec407a;
}

.ap_check label span {
    display: inline-block;
}

.ap_check label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.ap_check label input[type="checkbox"] + span::before, .ap_check label input[type="checkbox"] + span::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: '';
    box-sizing: border-box;
}

.ap_check label input[type="checkbox"] + span::before {
    z-index: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background-color: #e5e5e6;
}

.ap_check label input[type="checkbox"] + span::after {
    z-index: 1;
    margin: 5px 8px;
    width: 6px;
    height: 9px;
}

.ap_check label input[type="checkbox"]:checked + span::before {
    background-color: #616161;
}

.ap_check label input[type="checkbox"]:checked + span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ap_form_01 {
    border: 0;
    border: solid 1px #ccc;
    margin: 0px auto;
    padding: 0 1.5%;
    width: 97%;
    height: 40px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.ap_form_01_x {
    border: 0;
    border: solid 1px #ccc;
    margin: 0px auto;
    padding: 0 10px;
    width: 97%;
    height: 40px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.ap_form_btn_right {
    width: 100%;
    display: block;
    margin: 0 auto 10px auto;
}

.ap_form_btn_right div {
    width: 30px;
    margin: 10px 0 0 auto;
}

.ap_form_btn_right img {
    width: 30px;
}

span.need {
    font-weight: normal;
    font-size: 12px;
    color: #888;
    padding: 0 0 0 5px;
    margin: 0;
}

.ap_balloon_box {
    float: left;
    text-align: left;
    width: 50%;
    height: auto;
    padding: 0;
    margin: 0 0 30px 0;
}

.ap_balloon {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10%;
    padding: 7px 10px;
    width: 90%;
    color: #ccc;
    height: auto;
    font-size: 16px;
    background: #FFF;
    border: solid 1px #ccc;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    box-sizing: border-box;
}

.ap_balloon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -26px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 14px solid #FFF;
    z-index: 2;
}

.ap_balloon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #ccc;
    z-index: 1;
}

.ap_balloon_text {
    width: 90%;
    margin: 0;
    padding: 5%;
    border: none;
}

.ap_form_x {
    border: 0;
    border: solid 1px #ccc;
    margin: 15px 0 0 7%;
    padding: 2%;
    width: 89%;
    height: 150px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.modal_searchi_icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.modal_searchi_icon img {
    width: 50px;
}

.modal_searchi_icon span {
    padding: 0 0 0 20px;
    font-weight: bold;
}

/* ---side_navi----*/

@media screen and (max-width: 960px) {
    .side_navi {
        display: none;
        border-bottom: #ccc 1px solid;
        padding-bottom: 30px;
        margin: 0px auto 30px auto;
    }

    .side_navi ul {
    }

    .side_navi li {
        border-bottom: #ddd 1px solid;
    }

    li.bo_none {
        border: none;
    }

    .side_navi a {
        display: block; /*ブロック化*/
        padding: 15px; /*a要素の領域を拡大*/
        color: #666;
        text-decoration: none;
        position: relative;
        background: #fff; /*ロールオーバー時の設定*/
    }

    .side_navi a:hover {
        background: #e7e7e7; /*ロールオーバー時の設定*/
    }

    .side_navi a:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: #666 2px solid;
        border-right: #666 2px solid;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

/* ---philosophy----*/

.box_in_philosophy {
    z-index: 99;
    position: static;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 30px 0;
    margin: 100px auto 0px auto;
    text-align: left;
    background-color: #fff;
}

.box_in_philosophy img {
    padding: 0;
    margin: 0px auto;
}

.box_in_philosophy p {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    padding: 15px 0 0 0;
    margin: 0px auto;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 7px solid #515252;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: inline-block;
    padding: 0px;
    margin: 0 5px 0 7px;
}

/* ---job----*/
.pro_form_x03 {
    vertical-align: top;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    border: 0;
    border: solid 1px #ccc;
    display: inline-block;
    width: 20%;
    height: 40px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.dropdown_all {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 28px;
    padding: 6px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 10px 10px 0;
}

.dropdown_all:before, .dropdown_all:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 10px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #888 transparent;
    pointer-events: none;
}

.dropdown_all:before {
    border-bottom-style: solid;
    border-top: none;
}

.dropdown_all:after {
    margin-top: 7px;
    border-top-style: solid;
    border-bottom: none;
}

.dropdown-select_all {
    position: relative;
    width: 130%;
    margin: 0px 0px 0px 0px;
    padding: 0px 40px 0px 10px;
    height: 28px;
    font-size: 12px;
    color: #666;
    /* Fallback for IE 8 */
    background: #f2f2f2;
    /* "transparent" doesn't work with Opera */
    background: rgba(0, 0, 0, 0) !important;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.dropdown-select_all:focus {
    outline: none;
}

.dropdown-select_all > option {
    margin: 3px;
    padding: 0px 0px;
    text-shadow: none;
    background: #f2f2f2;
    border-radius: 3px;
    cursor: pointer;
}


/* モーダルCSS */

#openModal {
    background-color: #fff;
    vertical-align: top;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    border: 0;
    border: solid 1px #ccc;
    display: inline-block;
    width: 20%;
    height: 40px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.modalArea {
    display: none;
    position: fixed;
    z-index: 10; /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    padding: 0px;
    background-color: #fff;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.closeModal {
    position: absolute;
    cursor: pointer;
    width: 100%;
    padding: 10px 0px;
    margin-top: 20px;
    text-align: center;
    background-color: #eba65f;
    color: #fff;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */

}

.displayNone {
    display: none;
}

.accordion li {
    padding: 10px;
}

.accordion a {
    display: block;
}

.contentWrap {
    margin: 10px;
}

.switch {
    cursor: pointer;
    font-weight: bold;
    padding: 10px 40px 10px 10px;
    font-size: 16px;
    background: #fff;
    position: relative;
    border-bottom: solid 1px #ccc;
}

.switch:after {
    position: absolute;
    top: 60%;
    right: 15px;
    margin-top: -12px;
    content: '〉';
    font-size: 12px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
    color: #999;
}

.switch.open:after {
    margin-top: -20px;
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.job_area_list {
    border-bottom: solid 1px #ccc;
}

ul.job_area_list::after {
    display: block;
    content: '';
    clear: both;
}

li.job_area_list_item {
    width: 93%;
    margin: 0 0 0 7%;
    padding: 10px 0px 10px 0px;
    border-bottom: solid 1px #ccc;
    border-collapse: collapse;
    background: #ffffff;
    height: auto;
    vertical-align: middle
}

.job_area_list_item label {
    position: relative;
    display: block;
    word-break: break-all;
}

.job_area_list_item label input[type="checkbox"] + span,
.job_area_list_item label input[type="radio"] + span {
    position: relative;
    padding: 0 0px 0 35px;
    vertical-align: middle;
}

ul.job_area_list li.bo_none {
    border: none;
}

/* CHECKBOX */
.ap_check .job_area_list:nth-of-type(1) label input[type="checkbox"] + span::before {
    border-color: #e5e5e6;
}

.ap_check .job_area_list:nth-of-type(1) label input[type="checkbox"]:checked + span::before {
    background-color: #053886;
}

.ap_check .job_area_list:nth-of-type(2) label input[type="checkbox"] + span::before {
    border-color: #ec407a;
}

.ap_check .job_area_list:nth-of-type(2) label input[type="checkbox"]:checked + span::before {
    background-color: #ec407a;
}

/* ---job----*/

.job_form {
    text-align: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 30px 0;
}

.job_location_form {
    text-align: left;
    width: 90%;
    height: auto;
    padding: 0;
    margin: 0 0 0 0;
}

.job_form_all {
    text-align: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 10px 0;
}

ul.job_location {
    width: 100%;
    margin: 0 auto;
    line-height: 1.3;
}

ul.job_location::after {
    display: block;
    content: '';
    clear: both;
}

li.job_location_item {
    display: inline-block;
    margin: 0 auto 0px;
    padding: 15px 20px;
    background: #ffffff;
}

.job_location_item label {
    position: relative;
    display: block;
    word-break: break-all;
}

.job_location_item label input[type="checkbox"] + span,
.job_location_item label input[type="radio"] + span {
    position: relative;
    padding: 0 30px 0 35px;
}

/* ---My data----*/

.mydata_title {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0px 0 10px 0;
    margin: 20px auto 15px auto;
}

.myd_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.myd_title h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #003894;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0 auto 0px auto;
    padding: 0px 20px 0px 20px;

}

.myd_title h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px; /*下線の上下位置調整*/
    display: inline-block;
    width: 50%; /*下線の幅*/
    height: 1px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background-color: #c6c5c5; /*下線の色*/
}

.myd_but {
    display: inline;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 1px #ccc;
    background-color: #fff;
    margin: 0 0 0 auto;
    padding: 5px 15px;
    height: auto;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.myd_but p {
    text-align: center;
    color: #666666;
    font-size: 12px;
}

.mydata_face {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.mydata_face img {
    margin: 0px auto;
    padding: 0px;
}

.mydata_table_box {
    background-color: #ffffff;
    padding: 15px 3% 15px 3%;
    margin: 15px 0 50px 0;
}

.mydata_table_box table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.mydata_table_box table th {
    width: 30%;
    vertical-align: top;
    padding: 10px 0 10px 0;
}

.mydata_table_box table td {
    width: 65%;
    border-bottom: solid 1px #ccc;
    padding: 10px 0 10px 0;
}

.mydata_table_box table td.bo_none {
    border-bottom: none;
    padding: 10px 0 0 0;
}


.account_notification {
    margin: 0;
    padding: 0px 0 0px 0;
}

.account_notification img {
    height: 30px;
}

.account_table_box {
    background-color: #ffffff;
    width: 100%;
    margin: 25px 0 50px 0;
    padding: 0;

}

.account_table_box table {
    width: 100%;
    margin: 0px;
    padding: 20px;
}

.account_table_box table th {
    width: 100%;
    font-size: 14px;
    vertical-align: top;
    margin: 0;
    padding: 10px 0px 0px 0px;
    display: block;
}

.account_table_box table td {
    width: 100%;
    margin: 0;
    padding: 10px 0px 20px 0px;
    display: block;
}

.account_table_box table th span.need {
    color: red;
}


.account_table_box02 {
    background-color: #ffffff;
    width: 100%;
    margin: 15px 0 50px 0;
    padding: 0;

}

.account_table_box02 table {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0;
}

.account_table_box02 table th {
    border: solid 1px #ccc;
    vertical-align: top;
    margin: 0;
    padding: 20px 15px;
    vertical-align: middle;
}

.account_table_box02 table td {
    border: solid 1px #ccc;
    width: 50%;
    margin: 0;
    padding: 20px 15px;
    vertical-align: middle;
}

.account_table_box02 table th span.need {
    color: red;
}

.account_setting_btn {
    width: 80%;
    margin: 0 auto 40px auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}

.account_setting_btn img {
    width: 150%;
    margin: 0 0 0 -25%;
    transition: opacity 0.3s ease-out;
}

.account_setting_btn img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.thanks_area {
    width: 90%;
    background-color: #fff;
    margin: 50px auto;
    padding: 2% 2.5%;
}

.thanks_area h3 {
    text-align: center;
    font-size: 18px;
    font-weight: nomal;
    color: #003495;
    margin: 0px auto 30px auto;
}

.thanks_area p {
    text-align: center;
    font-size: 14px;
    line-height: 2;
}

.account_setting_btn02 a {
    color: #fff;
    width: 70%;
    font-weight: nomal;
    padding: 20px 5%;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    margin: 0px auto 0 auto;
    border-radius: 10px; /* CSS3草案 */
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background: url(../images/account_setting_btn_bg.jpg) #fff no-repeat center center;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}

.account_setting_btn02 a:hover {
    opacity: 0.8;
}


.t_btn_as {
    color: #003594;
    font-weight: bold;
    padding: 10px 65px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 0px auto 0 auto;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background: url(../images/account_setting_back_btn_icon.jpg) #fff no-repeat 80% center;
}

.t_btn_as:hover {
}

/* CHECKBOX */
.ap_check .job_location:nth-of-type(1) label input[type="checkbox"] + span::before {
    border-color: #e5e5e6;
}

.ap_check .job_location:nth-of-type(1) label input[type="checkbox"]:checked + span::before {
    background-color: #053886;
}

.ap_check .job_location:nth-of-type(2) label input[type="checkbox"] + span::before {
    border-color: #ec407a;
}

.ap_check .job_location:nth-of-type(2) label input[type="checkbox"]:checked + span::before {
    background-color: #ec407a;
}

.tab_wrap {
    width: 100%;
    margin: 0px;
}

.cp_tab input[type="radio"] {

}

.tab_area {
    font-size: 0;
    margin: 0px;
}

.tab_area label {
    margin: 0 5px 0 0;
    display: inline-block;
    padding: 10px;
    color: #999;
    background: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: ease 0.2s opacity;
    border: solid 1px #ccc;
    border-bottom: none;
    border-top-left-radius: 3px; /* CSS3草案 */
    border-top-right-radius: 3px; /* CSS3草案 */
    box-sizing: border-box;
}

.tab_area label:hover {
    opacity: 0.5;
}

.panel_area {
    background: #fff;
    border: solid 1px #ccc;
}

.tab_panel {
    width: 100%;
    padding: 0px;
    display: none;
}

#tab1:checked ~ .tab_area .tab1_label {
    background: #fff;
    color: #000;
}

#tab1:checked ~ .panel_area #panel1 {
    display: block;
}

#tab2:checked ~ .tab_area .tab2_label {
    background: #fff;
    color: #000;
}

#tab2:checked ~ .panel_area #panel2 {
    display: block;
}

#tab3:checked ~ .tab_area .tab3_label {
    background: #fff;
    color: #000;
}

#tab3:checked ~ .panel_area #panel3 {
    display: block;
}

#tab4:checked ~ .tab_area .tab4_label {
    background: #fff;
    color: #000;
}

#tab4:checked ~ .panel_area #panel4 {
    display: block;
}

#tab5:checked ~ .tab_area .tab5_label {
    background: #fff;
    color: #000;
}

#tab5:checked ~ .panel_area #panel5 {
    display: block;
}

#tab6:checked ~ .tab_area .tab6_label {
    background: #fff;
    color: #000;
}

#tab6:checked ~ .panel_area #panel6 {
    display: block;
}

#tab7:checked ~ .tab_area .tab7_label {
    background: #fff;
    color: #000;
}

#tab7:checked ~ .panel_area #panel7 {
    display: block;
}

#tab8:checked ~ .tab_area .tab8_label {
    background: #fff;
    color: #000;
}

#tab8:checked ~ .panel_area #panel8 {
    display: block;
}

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_tab {
    margin: 0;
    padding: 0;
    position: relative;
}

.cp_tab input[type='radio'] {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.cp_tab .cp_tabpanel {
    display: none;
}

.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
    display: block;
}

.cp_tab .cp_tabpanels {
    width: 100%;
    position: absolute;
    top: 0;
    left: 10em;
    display: block;
    height: auto;
}

.cp_tab > input + label {
    position: relative;
    z-index: 100;
    top: 0px;
    left: 1px;
    display: block;
    width: 10em;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-top: none;
    border-left: none;
}

.cp_tab > input + label:last-of-type {

}

.cp_tab > label:hover,
.cp_tab > input:focus + label {
    color: #0066cc;
}

.cp_tab > input:checked + label {
    border-color: #cccccc;
    border-right: 1px solid #ffffff; /*背景色と同じ*/
}

.cp_tab .cp_tabpanel {
    margin: 0px;
    padding: 0.5em 1em;
}

.top_search_in {
    width: 90%;
    height: auto;
    margin: 0px auto;
    padding: 0;
}


.lock {
    overflow: hidden;
}

.modal-content {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0%;
    background: #fff;
    top: 0;
}

.modal-content p {
    margin: 0;
    padding: 0;
}

.modal-content2 {
    position: relative;
    display: none;
    width: 90%;
    margin: 0px auto;
    padding: 0%;
    top: 3%;

}

.modal-content2 p {
    margin: 0;
    padding: 0;
}

.modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}

.modal-wrap {
    z-index: 9999999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-open {
}

.modal-open:hover {
    cursor: pointer;
}

.modal-close {
    color: #fff;
}

.modal-close:hover {
    cursor: pointer;
    color: #fff;
}

.modal-open2 {
    color: #333;
}

.modal-open2:hover {
    cursor: pointer;
    color: #333;
}

.modal_title {
    width: 100%;
    position: relative;
    background-color: #003894;
}

.modal_title h3 {
    text-align: center;
    color: #fff;
    line-height: 2.5;
    height: 50px;
}

.modal-close2 {
    position: absolute;
    top: 13px;
    right: 13px;
}

.modal-close2:hover {
    cursor: pointer;
    color: #333;
}

.modal_bottom_btn_area {
    z-index: 9999;
    width: 96%;
    padding: 2%;
    position: fixed;
    background-color: #4a4a4a;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.modal_bottom_btn_area a {
    color: #fff;
}

.modal_bottom_btn01 {
    text-align: center;
    width: 47%;
    padding: 1%;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    color: #fff;
    font-size: 16px;
    background: url(../images/modal_bottom_btn01.jpg) 5% center no-repeat #6189f4;
}

.modal_bottom_btn02 {
    text-align: center;
    width: 47%;
    padding: 1%;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    color: #fff;
    font-size: 16px;
    background: url(../images/modal_bottom_btn02.jpg) 5% center no-repeat #f4aa61;
}

.modal_bottom_btn03 {
    text-align: center;
    width: 100%;
    padding: 1%;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    color: #fff;
    font-size: 16px;
    background: url(../images/modal_bottom_btn02.jpg) 5% center no-repeat #f4aa61;
}

.modal_bottom_btn04 {
    text-align: center;
    width: 100%;
    padding: 1%;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    color: #fff;
    font-size: 16px;
    /*background:url(../images/modal_bottom_btn01.jpg) 5% center no-repeat #6189f4;*/
    background-color: #6189f4;
}

.searchFrame {
    position: relative;

}

.inputBox {
    border: 0;
    border: solid 1px #ccc;
    margin: 0px auto;
    padding: 0 1.5%;
    width: 97%;
    height: 40px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.searchFrame .clearButton {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 11px;
    background: url(../images/clear.png) no-repeat left center;
    cursor: pointer;
}

.account_line_btn {
    background-color: #00b900;
    width: 100%;
    padding: 5px 0;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.account_line_btn img {
    margin: 0px auto;
}


.parent {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}

.children {
    font-weight: bold;
    line-height: 2;
    border: solid 1px #ccc;
    font-size: 14px;
    color: #52bef0;
    text-align: left;
    margin: 0 10px 10px 0;
    padding: 0px 20px 0px 30px;
    background-color: #fff;
    background: url(../images/child_bg.png) 10px center no-repeat;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.children02 {
    font-weight: bold;
    line-height: 2;
    border: solid 1px #d06c5e;
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin: 0 10px 10px 0;
    padding: 0px 20px 0px 30px;
    background: url(../images/child02_bg.png) 10px center no-repeat #d06c5e;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.top_search_in_max {
    width: 100%;
    margin: 30px 0 0px 0;
    padding: 0;
}

.top_search_title_max {
    width: 100%;
    height: 40px;
    background-color: #053886;
    margin: 0 0 0 0;
    padding: 0;
}

.top_search_title_max img {
    height: 40px;
    margin: 0 0 0 10px;
    padding: 0;
}

.top_search_box_max {
    width: calc(100% - 40px);
    height: auto;
    background-color: #ffffff;
    border-bottom: solid 2px #ccc;
    margin: 0 0 0 0;
    padding: 20px;
}

.m-b-100 {
    margin-bottom: 100px;
}


/* 2022.5.11 フッターSNSリンク */
.f_sns_area_in_02 { margin-left: 0px; }
.f_sns_area_in_02 img {
    height: 55px;
    float: left;
}
.f_sns_area_in_02 p {
    display: flex;
    float: left;
    align-items: center;
    line-height: 1.2em;
    height:55px;
    font-size: 0.9em;
}
.h_sns_area_in_02 {
    width: 100%;
    margin: 0 auto;
}
.h_sns_area_in_02 table {
    margin: 0 auto;
}
.h_sns_area_in_02 img {
    height: 50px;
}
.h_sns_area_in_02 p {
    display: inline-block;
    line-height: 1.2em;
    font-size: 0.9em;
    vertical-align: middle;
}
@media (max-width: 379px) {
	.f_sns_area_in_02 img {
	    height: 50px;
	    float: left;
	}
	.f_sns_area_in_02 p {
	    display: flex;
	    float: left;
	    align-items: center;
	    line-height: 1.2em;
	    height:55px;
	    font-size: 0.8em;
	}
}
