@charset "UTF-8";
/*---------------------------------------------------

common

----------------------------------------------------*/
.sp,
.img_sp {
    display: none;
}

.br_span,
.pc_br {
    display: block;
}

.information_area {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    height: auto;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.information_link {
    color: #428bca;
    text-decoration: none;
}

.chevron-right {
    min-width: .5rem;
    min-height: .5rem;
    display: block;
    padding-right: 0.9rem;
    background: url(../img/cmn/btn_arrow1.png) right center no-repeat;
    background-size: 0.5rem auto;
}

.information_list {
    padding: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0048b0;
}

.information_chip {
    width: 100px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-color: #fff;
    border: 2px solid #07baf1;
    border-radius: 5px;
    color: #07baf1;
}

.width_box1 {
    max-width: 940px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.disblock {
    display: block;
}

.clearbox:after {
    content: "";
    clear: both;
    display: block;
}

/*全画面*/
#border_display {
    width: 100%;
    min-width: 960px;
    height: auto;
    position: relative;
    padding-top: 79px;
}

/*見出し*/
/*パンくずリスト*/
.bread {
    background: #fff;
    margin-bottom: 40px;
    font-size: 12px;
}
.bread ol {
    word-break: break-all;
    max-width: 940px;
    margin: 0 auto;
    padding: 5px 10px 5px;
}
.bread li + li:before {
    content: ">";
}
.bread ol li {
    display: inline;
}

.close_btn {
    text-align: center;
}
.close_btn a {
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    max-width: 330px;
    background: #fff;
    padding: 16px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #dcdcdc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    line-height: 1.4;
}
.close_btn a:hover {
    background: #dcdcdc;
    text-decoration: none;
    color: #fff;
}

/********** header **********/
#header_area .mail_num {
    box-sizing: border-box;
    display: block;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    height: 32px;
    min-width: 32px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #d40000;
    text-align: center;
    padding: 4px 3px 4px;
    position: absolute;
}
#header_area .down_acc {
    display: block;
    position: relative;
}
#header_area .down_acc .mail_num {
    right: 2px;
    top: 2px;
}
#header_area .in_navi .mail_num {
    right: 20px;
    top: 5px;
}

#header_bg {
    box-sizing: border-box;
    background: #0048b0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    color: #fff;
}

#header_area a {
    color: #fff;
}
#header_area .logo {
    float: left;
    padding-top: 10px;
}
#header_area .logo img {
    width: 140px;
}

#header_in {
    width: 940px;
    padding: 0 10px;
    margin: 0 auto;
}

#global:after,
#header_in:after {
    content: "";
    clear: both;
    display: block;
}

#global {
    float: right;
    border-bottom: 1px solid #0048b0;
}
#global > ul {
    text-align: right;
}
#global > ul > li {
    display: inline-block;
    margin: 0 0 0 10px !important;
    font-weight: bold;
    width: 90px;
    text-align: center;
    padding: 10px 0 0 0;
}
#global > ul > li:last-child {
    margin-left: 0;
}
#global > ul > li > a {
    display: block;
    border-bottom: 3px solid #0048b0;
    position: relative;
}
#global > ul > .doow_li.open,
#global > ul > .doow_li:hover {
    border-bottom: 3px solid #fff;
    text-decoration: none;
    cursor: pointer;
}
#global > ul > li > a:hover {
    border-bottom: 3px solid #fff;
    text-decoration: none;
    cursor: pointer;
}
#global > ul > li .in_navi {
    display: none;
    position: absolute;
    padding: 10px;
    background: #0048b0;
    top: 79px;
    width: 200px;
    box-sizing: border-box;
}
#global > ul > li .in_navi li + li {
    margin-top: 5px;
}
#global > ul > li .in_navi li a {
    display: block;
    text-align: left;
    font-weight: normal;
    background: url(../img/cmn/icon2.png) left 7px no-repeat;
    background-size: 8px auto;
    padding-left: 15px;
}
#global li .bg1 {
    display: block;
    padding-top: 40px;
}
#global #n01 .bg1 {
    background: url(../img/cmn/ico_navi1.png) center 10px no-repeat;
    background-size: 27px auto;
}
#global #n02 .bg1 {
    background: url(../img/cmn/ico_navi2.png) center 5px no-repeat;
    background-size: 25px auto;
}
#global #n03 .bg1 {
    background: url(../img/cmn/ico_navi3.png) center 7px no-repeat;
    background-size: 25px auto;
}
#global #n04 .bg1 {
    background: url(../img/cmn/ico_navi4.png) center 6px no-repeat;
    background-size: 25px auto;
}
#global #n05 .bg1 {
    background: url(../img/cmn/ico_navi5.png) center 5px no-repeat;
    background-size: 25px auto;
}
#global #n06 .bg1 {
    background: url(../img/cmn/ico_navi6.png) center 10px no-repeat;
    background-size: 24px auto;
}
#global #n07 .bg1 {
    background: url(../img/cmn/ico_navi7.png) center 6px no-repeat;
    background-size: 27px auto;
}

#global #n08 .bg1 {
    background: url(../img/cmn/ico_navi8.png) center 5px no-repeat;
    background-size: 25px auto;
}

#global #n09 .bg1 {
    background: url(../img/cmn/ico_navi9.png) center 5px no-repeat;
    background-size: 30px auto;
}

.login_area #global #n07 .bg1 {
    background: url(../img/cmn/ico_navi8.png) center 6px no-repeat;
    background-size: 27px auto;
}

.login_area #global #n08 .bg1 {
    background: url(../img/cmn/ico_navi7.png) center 6px no-repeat;
    background-size: 27px auto;
}

#js__spMenuBtn {
    display: none;
}

#js__spLoginBtn {
    display: none;
}

.sp-menu {
    display: none;
    box-sizing: border-box;
    padding: 10px 10px 20px;
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    font-size: 15px;
    z-index: 9999;
    overflow-x: hidden;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: rgba(0, 72, 176, 0.9);
    color: #fff;
}
.sp-menu .in_sp_navi a {
    display: block;
    color: #fff;
    position: relative;
    padding-left: 15px;
    background: url(../img/cmn/icon2.png) left 8px no-repeat;
    background-size: 7px auto;
}
.sp-menu .in_sp_navi li + li {
    margin-top: 5px;
}
.sp-menu .in_sp_navi + .navi_head1 {
    border-top: 1px solid #fff;
    padding-top: 15px;
    margin-top: 15px;
}
.sp-menu .in_sp_navi a:hover {
    text-decoration: none;
}

/* ログイン用ボタン */
.sp-login-btn {
    position: fixed;
    top: 11px;
    right: 45px;
    cursor: pointer;
    z-index: 99999;
}

/* 開閉用ボタン */
.sp-menu-btn {
    position: fixed;
    top: 12px;
    right: 10px;
    cursor: pointer;
    z-index: 99999;
}
.sp-menu-btn img {
    width: 25px;
}

.sp-open .sp-menu-btn {
    background: url(../img/cmn/sp_navi2.png) center center no-repeat;
    background-size: 100%;
}
.sp-open .sp-menu-btn img {
    opacity: 0;
}

.header_mail {
    display: none;
    position: fixed;
    top: 10px;
    right: 80px;
    cursor: pointer;
    z-index: 99999;
}
.header_mail img {
    width: 32px;
}
.header_mail .mail_num {
    right: -29px;
    top: 0;
}

/* スマホメニューオープン */
.sp-open .sp-menu {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

.sp-menu {
    padding-top: 60px;
    content: "";
    clear: both;
    display: block;
}
.sp-menu .navi_in {
    float: right;
    width: 95px;
    margin-bottom: 20px;
}
.sp-menu .navi_in:after {
    content: "";
    clear: both;
    display: block;
}
.sp-menu .navi_head1 {
    clear: both;
    font-size: 17px;
    font-weight: bold;
}
.sp-menu .mail_num {
    box-sizing: border-box;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    height: 32px;
    min-width: 32px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #d40000;
    text-align: center;
    padding: 4px 3px 4px;
    position: absolute;
}
.sp-menu .in_sp_navi .mail_num {
    left: 95px;
    top: -5px;
}

/*cmn_sns_area*/
#cmn_sns_area {
    padding: 20px 0;
}
#cmn_sns_area .list {
    text-align: center;
}
#cmn_sns_area .list li {
    display: inline-block;
    margin: 0 15px;
    width: 40px;
}
#cmn_sns_area .list li img {
    width: 100%;
}

/********** footer **********/
.bg_color2 {
    background: #0048b0;
}

#footer_area {
    color: #fff;
    color: #fff;
}
#footer_area a {
    color: #fff;
}
#footer_area .f_logo {
    float: left;
    width: 150px;
}
#footer_area .cpoy {
    margin-top: 35px;
    float: right;
}

#footer_in {
    position: relative;
    max-width: 940px;
    padding: 35px 10px;
    margin: 0 auto;
}

.fnavi {
    margin-bottom: 30px;
    margin-left: 30px;
}
.fnavi li {
    display: inline-block;
    padding-left: 13px;
    margin-right: 25px;
    margin-bottom: 5px;
    background: url(../img/cmn/icon_footer2.png) left 5px no-repeat;
    background-size: 8px auto;
}

.fnavi_ttl {
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 7px;
    background: url(../img/cmn/icon_footer1.png) left 5px no-repeat;
    background-size: 22px auto;
}

.pagetop a {
    box-sizing: border-box;
    text-align: center;
    display: block;
    position: absolute;
    height: 43px;
    width: 83px;
    font-size: 12px;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    top: -43px;
    right: 0;
    background: url(../img/cmn/pagetop.png) center 10px no-repeat #0048b0;
    background-size: 17px auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pagetop a .bg1 {
    display: block;
    padding-top: 20px;
}
.pagetop a:hover {
    text-decoration: none;
    opacity: 0.6;
}

/*----------------------------------------

index

-----------------------------------------*/
.cmn_btn1 a {
    display: block;
    border: 2px solid #07baf1;
    color: #07baf1;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 13px;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cmn_btn1.width1 a {
    max-width: 330px;
}
.cmn_btn1 a:active,
.cmn_btn1 a:hover {
    text-decoration: none;
    color: #fff;
    background: #07baf1;
}
.cmn_btn1 a .bg1 {
    display: block;
    background: url(../img/cmn/btn_arrow1.png) right center no-repeat;
    background-size: 14px auto;
    padding: 15px 0;
}
.cmn_btn1 a:active .bg1,
.cmn_btn1 a:hover .bg1 {
    background: url(../img/cmn/btn_arrow1_hover.png) right center no-repeat;
    background-size: 14px auto;
}

.bg_color1 {
    background: #eeeeee;
}

.bg_head1 {
    background: url(../img/cmn/bg_head1.png) left top no-repeat;
    background-size: 35px auto;
    border-bottom: 2px solid #0048b0;
    color: #0048b0;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 50px;
    margin-bottom: 20px;
}

.border_head1 {
    border: 4px solid #d0d0d0;
    font-size: 18px;
    color: #0048b0;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 15px;
}

.bg_color1 .border_head1 {
    background: #fff;
}

#top_voice .text_mb1,
#top_flow .text_mb1 {
    margin-bottom: 25px;
}

.top_post_list {
    overflow: hidden;
    margin-bottom: 20px;
    word-break: break-all;
}
.top_post_list li {
    width: 460px;
    margin-bottom: 20px;
    position: relative;
}
.top_post_list li a:after {
    position: absolute;
    content: "";
    background: url(../img/cmn/post_arrow1.png) center center no-repeat;
    background-size: 14px auto;
    height: 22px;
    width: 28px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.top_post_list li a:active:after,
.top_post_list li a:hover:after {
    opacity: 0.6;
}
.top_post_list li:nth-child(odd) {
    float: left;
    clear: both;
}
.top_post_list li:nth-child(even) {
    float: right;
}
.top_post_list li a {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-right: 28px solid #dcdcdc;
    border-left: 3px solid #dcdcdc;
    border-top: 3px solid #dcdcdc;
    border-bottom: 3px solid #dcdcdc;
}
.top_post_list li a:active,
.top_post_list li a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.top_post_list li .in_box {
    width: 100%;
    box-sizing: border-box;
    display: table;
    min-height: 164px;
}
.top_post_list .image_area,
.top_post_list .text_area {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}
.top_post_list .image_area {
    width: 170px;
}
.top_post_list .image_area img {
    width: 100%;
}
.top_post_list .text_area {
    box-sizing: border-box;
    padding: 15px 20px 35px;
    position: relative;
    line-height: 1.42;
}
.top_post_list .text_area .day1 {
    position: absolute;
    bottom: 15px;
    right: 20px;
}
.top_post_list .text_area .title1 {
    font-weight: bold;
    margin-bottom: 10px;
}

#top_flow,
#top_event,
#top_voice,
#top_column {
    padding-top: 58px;
    padding-bottom: 65px;
}

#top_flow .list_pc {
    overflow: hidden;
    margin-left: -17px;
    margin-bottom: 40px;
}
#top_flow .list_pc li {
    float: left;
    width: 232px;
    margin-left: 17px;
    overflow: hidden;
    position: relative;
}
#top_flow .list_pc li:after {
    position: absolute;
    top: 80px;
    right: 0;
    content: "";
    background: url(../img/top/top_flow1.png) center center no-repeat;
    background-size: 100% auto;
    width: 25px;
    height: 40px;
    margin: auto;
}
#top_flow .list_pc li .in_text1 {
    width: 180px;
    padding-top: 10px;
    text-indent: -1em;
    padding-left: 1em;
}
#top_flow .list_sp {
    margin-bottom: 60px;
}
#top_flow .list_sp .in_text1 {
    padding-top: 10px;
    text-indent: -1em;
    padding-left: 1em;
}
#top_flow .slide_sp_area .slick-dots {
    bottom: -40px !important;
}
#top_flow .list_pc li img {
    max-width: 190px;
}
#top_flow .list_sp li img {
    max-width: 190px;
    width: 57%;
    margin: 0 auto;
}
#top_flow .list_pc li:nth-child(4) {
    float: right;
    margin-left: 0;
    width: auto;
}
#top_flow .list_pc li:nth-child(4):after {
    width: 0;
    height: 0;
}

#top_voice .btn_mb {
    margin-bottom: 60px;
}

#top_event .image {
    margin-bottom: 15px;
}
#top_event .text_mb1 {
    margin-bottom: 40px;
}

#top_consultant {
    padding-top: 58px;
    padding-bottom: 58px;
}
#top_consultant .img_head1,
#top_consultant .text_mb1 {
    margin-bottom: 40px;
}
#top_consultant .list_pc {
    overflow: hidden;
    margin-left: -55px;
}
#top_consultant .list_pc li {
    width: 272px;
    float: left;
    margin-left: 55px;
}
#top_consultant .list_pc li:nth-child(3) {
    float: right;
    margin-left: 0;
}
#top_consultant .list_sp .image {
    text-align: center;
    margin-bottom: 10px;
}
#top_consultant .list_pc .image {
    text-align: center;
    margin-bottom: 10px;
}
#top_consultant .list_pc .image img {
    max-width: 220px;
}
#top_consultant .list_sp .image img {
    max-width: 220px;
    width: 55%;
    margin: 0 auto;
}

.slide_sp_area {
    display: none;
}
.slide_sp_area .slick-prev:before,
.slide_sp_area .slick-next:before {
    display: none !important;
}
.slide_sp_area .slick-dots {
    bottom: -30px !important;
}
.slide_sp_area .slick-dots li button {
    background: #fff !important;
    border: 1px solid #808080 !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.slide_sp_area .slick-dots li button:before {
    content: none !important;
}
.slide_sp_area .slick-dots .slick-active button {
    background: #808080 !important;
}
.slide_sp_area .slick-dots li {
    margin: 0 15px !important;
}

/*top_mv_area*/
#top_mv_area {
    position: relative;
}
#top_mv_area .bxslider1 {
    height: 590px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#e1eeff)
    );
    background: -webkit-linear-gradient(top, #fff, #e1eeff);
    background: -moz-linear-gradient(top, #fff, #e1eeff);
    background: -o-linear-gradient(top, #fff, #e1eeff);
    background: linear-gradient(to bottom, #fff, #e1eeff);
}
#top_mv_area .bxslider1 li {
    height: 590px;
}
#top_mv_area .bxslider1 .bg1 {
    background: url(../img/top/mv1.png) center bottom no-repeat;
    background-size: 1042px auto;
}
#top_mv_area .bxslider1 .bg2 {
    background: url(../img/top/mv2.png) center bottom no-repeat;
    background-size: 1042px auto;
}
#top_mv_area .bxslider1 .bg3 {
    background: url(../img/top/mv3.png) center bottom no-repeat;
    background-size: 1700px 600px;
}
#top_mv_area .bxslider1 .bg4 {
    background: url(../img/top/mv4.png) center bottom no-repeat;
    background-size: 1700px 600px;
}

#top_mv_area .bx-wrapper .bx-pager {
    display: none;
}
#top_mv_area .bx-controls-direction {
    display: none !important;
}
#top_mv_area .cach_area {
    width: 940px;
    padding: 0 10px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#top_mv_area .mv_cach1 {
    font-weight: bold;
    font-size: 38px;
    color: #07baf1;
    padding-top: 70px;
    line-height: 1.5;
    margin-bottom: 30px;
}
#top_mv_area .cach_list {
    overflow: hidden;
    width: 517px;
}
#top_mv_area .cach_list li {
    background: url(../img/top/bg_mv1.png) left 5px no-repeat;
    background-size: 25px auto;
    padding-left: 30px;
    font-size: 16px;
}
#top_mv_area .cach_list li:nth-child(odd) {
    float: left;
}
#top_mv_area .cach_list li:nth-child(even) {
    float: right;
}
#top_mv_area .cach_list .right_text {
    display: block;
    text-align: right;
}
#top_mv_area .in_login_area {
    position: absolute;
    width: 940px;
    padding: 0 10px;
    margin: 0 auto;
    top: 310px;
    left: 0;
    right: 0;
}
#top_mv_area .login_dl {
    display: table;
    width: 517px;
    margin-bottom: 10px;
}
#top_mv_area .login_dl dt,
#top_mv_area .login_dl dd {
    box-sizing: border-box;
    display: table-cell;
}
#top_mv_area .login_dl dt {
    width: 120px;
    vertical-align: middle;
}
#top_mv_area .login_dl input {
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #d2d2d2;
    padding: 7px 12px;
    font-family: inherit;
    font-size: inherit;
    resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#top_mv_area .login_dl input::-webkit-input-placeholder {
    color: #c8c8c8;
}
#top_mv_area .login_dl input:-ms-input-placeholder {
    color: #c8c8c8;
}
#top_mv_area .login_dl input::-moz-placeholder {
    color: #c8c8c8;
}
#top_mv_area .in_save {
    width: 517px;
    overflow: hidden;
}
#top_mv_area .save_check {
    float: left;
}
#top_mv_area .save_check input {
    height: 30px;
    width: 30px;
}
#top_mv_area .error {
    box-sizing: border-box;
    background: #ff8888;
    color: #fff;
    padding: 3px 10px;
    margin-bottom: 5px;
    width: 517px;
}

.cmn_checkbox label {
    position: relative;
    padding-left: 40px;
    padding-top: 3px;
    display: inline-block;
    margin: 5px 0;
}
.cmn_checkbox label input[type="checkbox"] + span::before {
    border-color: #626262;
}
.cmn_checkbox label input[type="checkbox"]:checked + span::before {
    background-color: #fff;
}
.cmn_checkbox label span {
    display: inline-block;
}
.cmn_checkbox label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.cmn_checkbox label input[type="checkbox"] + span::before,
.cmn_checkbox label input[type="checkbox"] + span::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    box-sizing: border-box;
}
.cmn_checkbox label input[type="checkbox"] + span::before {
    z-index: 0;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border: 2px #d2d2d2 solid;
    background: #fff;
}
.cmn_checkbox label input[type="checkbox"] + span::after {
    z-index: 1;
    margin: 4px 10px;
    width: 10px;
    height: 18px;
}
.cmn_checkbox label input[type="checkbox"]:checked + span::after {
    border: 4px solid #626262;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#top_mv_area .forget_link {
    float: right;
    padding-top: 5px;
    margin-bottom: 15px;
}
#top_mv_area .forget_link a {
    color: #0048b0;
}
#top_mv_area .button_area {
    width: 517px;
    overflow: hidden;
}
#top_mv_area .button_area button {
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    width: 240px;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
}

#top_mv_area .button_area .login_btn {
    color: #626262;
    border: 2px solid #626262;
    float: left;
}
#top_mv_area .button_area .login_btn:active,
#top_mv_area .button_area .login_btn:hover {
    color: #fff;
    background: #626262;
}
#top_mv_area .button_area .new_btn a {
    box-sizing: border-box;
    display: block;
    width: 240px;
    color: #0048b0;
    border: 2px solid #0048b0;
    float: right;
    background: rgba(255, 255, 255, 0.5);
    padding: 12px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#top_mv_area .button_area .new_btn a:active,
#top_mv_area .button_area .new_btn a:hover {
    text-decoration: none;
    background: #0048b0;
    color: #fff;
}

#loopslider1,
#loopslider2 {
    margin: 0 auto;
    width: 100%;
    height: 150px;
    word-break: break-all;
}

#loopslider3 {
    margin: 0 auto;
    width: 100%;
    height: 150px;
    word-break: break-all;
    margin-bottom: 30px;
}

#loopslider1 ul,
#loopslider2 ul,
#loopslider3 ul {
    height: 150px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0 auto;
}

#loopslider1 ul li,
#loopslider3 ul li {
    width: 150px;
    height: 150px;
    float: left;
    overflow: hidden;
}

#loopslider2 ul li {
    width: 150px;
    height: 150px;
    float: right;
    overflow: hidden;
}

#loopslider1 ul li a,
#loopslider2 ul li a,
#loopslider3 ul li a {
    display: block;
    height: 150px;
    width: 100%;
    position: relative;
}

#loopslider1 ul li img,
#loopslider2 ul li img,
#loopslider3 ul li img {
    width: 100%;
    vertical-align: middle;
}

#before_after .cover {
    box-sizing: border-box;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#before_after .cover .cover_in {
    display: table;
    height: 100%;
    width: 100%;
    line-height: 1.4;
}
#before_after .cover .cover_in2 {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
}

/* ------------------------------
	 loopSlider
------------------------------ */
.logo_slide_area {
    background: #e2e2e2;
    padding: 20px 0;
}
.logo_slide_area .in_width {
    max-width: 1160px;
    margin: 0 auto;
}
.logo_slide_area .loopSliderWrap {
    top: 0;
    left: 0;
    height: 50px;
    overflow: hidden;
    position: absolute;
}

.logo_slide {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.logo_slide ul {
    height: 50px;
    float: left;
    overflow: hidden;
}
.logo_slide ul li {
    height: 50px;
    float: left;
    display: inline;
    overflow: hidden;
    padding-right: 7px;
}

.logo_slide_area .logo_slide_sp {
    display: none;
}

/* ------------------------------
	new_entry_button
------------------------------ */
#main_area .new_entry_button {
    background: #0048b0;
    height: 55px;
    padding: 20px 0;
}
#main_area .new_entry_button .in_width {
    display: block;
}

#main_area .new_entry_button .button_area {
    width: 650px;
    margin: 0 auto;
}

#main_area .new_entry_button .button_area .new_btn a {
    box-sizing: border-box;
    width: 240px;
    color: #0048b0;
    border: 2px solid #0048b0;
    background: #fff;
    float: left;
    margin: 0 30px 0 30px;
    padding: 12px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#main_area .new_entry_button .button_area .new_btn a:active,
#main_area .new_entry_button .button_area .new_btn a:hover {
    display: block;
    text-decoration: none;
    /*background-color: rgba(33, 39, 98, 0.5);*/
    opacity: 0.7;
    /*color: #fff;*/
}

/* ------------------------------
	 CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

/*----------------------------------------

newentry

-----------------------------------------*/
#newentry_area {
    word-break: break-all;
    padding-top: 80px;
    padding-bottom: 100px;
}

.cmn_error_area {
    padding: 8px 20px 8px;
    color: #a94442;
    background: #f2dede;
    border: 1px solid #ebccd1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.cmn_error_area .error_text1 {
    font-weight: bold;
}

.cmn_input_area .cmn_inq_dl {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.cmn_input_area .cmn_inq_dl dt,
.cmn_input_area .cmn_inq_dl dd {
    box-sizing: border-box;
    display: table-cell;
}
.cmn_input_area .cmn_inq_dl dt {
    vertical-align: top;
    width: 120px;
    padding-top: 9px;
}
.cmn_input_area .cmn_inq_dl input[type="text"],
.cmn_input_area .cmn_inq_dl input[type="email"],
.cmn_input_area .cmn_inq_dl input[type="tel"],
.cmn_input_area .cmn_inq_dl input[type="password"] {
    box-sizing: border-box;
    width: 390px;
    border: 2px solid #d2d2d2;
    padding: 7px 12px;
    font-family: inherit;
    font-size: inherit;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.cmn_input_area .cmn_inq_dl input[type="text"] + span {
    margin-left: 10px;
    line-height: 2.8em;
}
.cmn_input_area .cmn_inq_dl input::-webkit-input-placeholder {
    color: #c8c8c8;
}
.cmn_input_area .cmn_inq_dl input:-ms-input-placeholder {
    color: #c8c8c8;
}
.cmn_input_area .cmn_inq_dl input::-moz-placeholder {
    color: #c8c8c8;
}
.cmn_input_area .cmn_inq_dl textarea::-webkit-input-placeholder {
    color: #c8c8c8;
}
.cmn_input_area .cmn_inq_dl textarea:-ms-input-placeholder {
    color: #c8c8c8;
}
.cmn_input_area .cmn_inq_dl textarea::-moz-placeholder {
    color: #c8c8c8;
}
.cmn_input_area textarea {
    box-sizing: border-box;
    width: 390px;
    border: 2px solid #d2d2d2;
    padding: 7px 12px;
    font-family: inherit;
    font-size: inherit;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.cmn_input_area .form-control {
    box-sizing: border-box;
    width: 510px;
    border: 2px solid #d2d2d2;
    padding: 20px;
    font-family: inherit;
    font-size: inherit;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 240px;
}
.cmn_input_area input[type="checkbox"] {
    height: 30px;
    width: 30px;
}
.cmn_input_area .cmn_inq_dl select {
    box-sizing: border-box;
    width: 390px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
    border: 2px solid #d2d2d2;
}
.cmn_input_area .radio_dl dd {
    padding-top: 5px;
}

.cmn_input_btn {
    margin-top: 40px;
}
.cmn_input_btn button,
.cmn_input_btn input {
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
    font-family: inherit;
    cursor: pointer;
    width: 330px;
    background: #fff;
    padding: 15px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #07baf1;
    border: 2px solid #07baf1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cmn_input_btn button:active,
.cmn_input_btn button:hover,
.cmn_input_btn input:active,
.cmn_input_btn input:hover {
    background: #07baf1;
    color: #fff;
}

.profile_link a {
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    width: 330px;
    background: #fff;
    padding: 15px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #07baf1;
    border: 2px solid #07baf1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
}

.cmn_input_area .cmn_inq_dl .text_mb1 {
    padding-top: 5px;
    margin-bottom: 15px;
}
.cmn_input_area .cmn_inq_dl .cmn_checkbox {
    display: inline-block;
}
.cmn_input_area .cmn_inq_dl .width1 {
    display: inline-block;
    margin-left: 25px;
}
.cmn_input_area .cmn_inq_dl .width1 input {
    width: 300px;
}
.cmn_input_area .cmn_inq_dl .width1 .kometext {
    padding-top: 5px;
}
.cmn_input_area .cmn_inq_dl .cmn_checkbox.vertop {
    vertical-align: top;
}

.cmn_inq_policy1 {
    box-sizing: border-box;
    border: 2px solid #d2d2d2;
    padding: 15px;
    height: 350px;
    overflow-x: hidden;
    margin-bottom: 10px;
    margin-top: 40px;
}
.cmn_inq_policy1::-webkit-scrollbar-thumb {
    background: #808080;
}
.cmn_inq_policy1::-webkit-scrollbar-track-piece:start,
.cmn_inq_policy1::-webkit-scrollbar-track-piece:end {
    background: #fff;
}

/*確認*/
.conf_desc1 {
    margin-bottom: 30px;
}
.conf_desc1 a {
    color: #0048b0;
    text-decoration: underline;
}
.conf_desc1 a:hover {
    text-decoration: none;
}
.conf_desc1.conf_desc1_mt {
    margin-top: 50px;
}

.cmn_input_area .cmn_inq_dl .cmn_confirm_text {
    box-sizing: border-box;
    background: #f0f0f0;
    max-width: 390px;
    word-break: break-all;
    padding: 10px 20px;
}

/*完了*/
.conf_desc2 {
    margin-bottom: 30px;
}

.conf_link1 a {
    color: #0048b0;
}

/*----------------------------------------

information

-----------------------------------------*/
#information_area {
    padding-top: 80px;
    padding-bottom: 108px;
}

#information_area .cmn_input_area .cmn_inq_dl dd a {
    color: #0048b0;
    text-decoration: underline;
}

.cmn_input_area .in_mb {
    margin-bottom: 60px;
}

.border_head2 {
    background: #0048b0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 20px;
    margin-bottom: 15px;
}

.kana_btn_list {
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 30px;
}
.kana_btn_list ul {
    float: left;
    margin-right: 10px;
}
.kana_btn_list ul span {
    display: inline-block;
    border: 2px solid #fff;
    line-height: 1.2;
    padding: 0 2px;
    cursor: pointer;
}
.kana_btn_list ul li {
    margin-bottom: 4px;
}
.kana_btn_list ul span.active {
    border: 2px solid #d2d2d2;
}
.kana_btn_list .list_3 li + li {
    margin-top: 41px;
}

.cmn_input_area .width3 {
    width: 627px;
}
.cmn_input_area .width3 dd {
    overflow: hidden;
}
.cmn_input_area .width3 .seimei_box {
    display: table;
    width: 230px;
    float: left;
}
.cmn_input_area .width3 .seimei_box .seimei_text {
    box-sizing: border-box;
    display: table-cell;
    width: 38px;
}
.cmn_input_area .width3 .seimei_box .cell {
    box-sizing: border-box;
    display: table-cell;
}
.cmn_input_area .width3 .seimei_box input {
    width: 100%;
}
.cmn_input_area .width3 .mei_box {
    margin-left: 40px;
}
.cmn_input_area .campus_name {
    margin-bottom: 40px;
}
.cmn_input_area .campus_name textarea {
    height: 240px;
    width: 510px;
    padding: 20px;
}
.cmn_input_area .acc_menu {
    width: 670px;
    box-sizing: border-box;
    margin-top: 40px;
}
.cmn_input_area .acc_menu dt {
    background: url(../img/cmn/open.jpg) 98% center no-repeat #eeeeee;
    background-size: 18px auto;
    padding: 10px 15px;
}
.cmn_input_area .acc_menu dt.active {
    background: url(../img/cmn/close.jpg) 98% center no-repeat #eeeeee;
    background-size: 18px auto;
}
.cmn_input_area .acc_menu dd {
    display: none;
    border: 2px solid #d2d2d2;
    padding: 20px;
}
.cmn_input_area .acc_menu dd .wish_text {
    box-sizing: border-box;
    display: table-cell;
    width: 80px;
}
.cmn_input_area .acc_menu dd .slect_in {
    box-sizing: border-box;
    display: table-cell;
}
.cmn_input_area .acc_menu dd select {
    box-sizing: border-box;
    width: 410px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
    border: 2px solid #d2d2d2;
}
.cmn_input_area .acc_menu .select_wish + .select_wish {
    margin-top: 20px;
}
.cmn_input_area .acc_menu .select_wish {
    display: table;
    width: 100%;
}

.cmn_radiobtn label {
    position: relative;
    display: inline-block;
    padding: 0 3px 0 25px;
    cursor: pointer;
    margin-right: 20px;
}
.cmn_radiobtn label::before {
    position: absolute;
    content: "";
    top: 40%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.cmn_radiobtn input[type="radio"]:checked + span::after {
    position: absolute;
    content: "";
    top: 40%;
    left: 5px;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    background: #808080;
    border-radius: 100%;
}
.cmn_radiobtn input[type="radio"] {
    display: none;
}

.ken_check_list .check_list > li + li {
    border-top: 1px solid #d2d2d2;
    padding-top: 20px;
    margin-top: 10px;
}
.ken_check_list .check_list > li {
    overflow: hidden;
}
.ken_check_list .left_cehck {
    float: left;
}
.ken_check_list .right_cehck {
    float: right;
    width: 448px;
    overflow: hidden;
}
.ken_check_list .right_cehck li {
    float: left;
}
.ken_check_list .right_cehck label {
    width: 70px;
    margin-bottom: 15px;
}
.ken_check_list .right_cehck label:nth-child(4n) {
    width: auto;
}

.ken_check_list > li li:after .ken_check_list > li:after,
.ken_check_list:after {
    content: "";
    clear: both;
    display: block;
}

/*確認*/
.cmn_input_area .cmn_inq_dl .select_wish {
    display: table;
    width: 390px;
}
.cmn_input_area .cmn_inq_dl .select_wish .wish_text {
    box-sizing: border-box;
    display: table-cell;
    width: 80px;
}
.cmn_input_area .cmn_inq_dl .slect_in {
    box-sizing: border-box;
    display: table-cell;
}
.cmn_input_area .cmn_inq_dl .select_wish + .select_wish {
    margin-top: 15px;
}

/*----------------------------------------

mypage

-----------------------------------------*/
#mypage_area {
    overflow: hidden;
    padding-top: 40px;
    word-break: break-all;
    padding-bottom: 100px;
}

.mypage_left {
    box-sizing: border-box;
    float: left;
    width: 230px;
    padding: 15px 8px 20px;
    border: 2px solid #eeeeee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.mypage_left .in_border {
    border-top: 1px solid #eeeeee;
    padding-top: 16px;
}
.mypage_left .prof_link {
    width: 30px;
    position: absolute;
    top: 20px;
    right: 10px;
}
.mypage_left .plof_image {
    margin-bottom: 5px;
    text-align: center;
}
.mypage_left .plof_name {
    font-weight: bold;
    color: #0048b0;
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}
.mypage_left .image_change {
    text-align: center;
}
.mypage_left .image_change a {
    color: #07baf1;
    font-weight: bold;
}
.mypage_left .scout_point .scout_point_text {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.text_head1 {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    color: #404040;
}

.bg_head2 {
    font-weight: bold;
    font-size: 14px;
    background: url(../img/cmn/bg_head2.png) left 2px no-repeat;
    background-size: 20px auto;
    padding-left: 25px;
    margin-bottom: 7px;
}

.q_head {
    position: relative;
}
.q_head .question_img {
    position: absolute;
    top: 0;
    right: 0;
}
.q_head .question_img img {
    width: 25px;
}

.progress {
    position: relative;
    margin-bottom: 20px;
    height: 26px;
    border: 2px solid #dcdcdc;
    border-radius: 6px;
    overflow: hidden;
}
.progress_bar {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(1, #787778),
        color-stop(0, #dcdcdc)
    );
    background: -webkit-linear-gradient(#dcdcdc, #787778);
    background: -moz-linear-gradient(#dcdcdc, #787778);
    background: -o-linear-gradient(#dcdcdc, #787778);
    background: -ms-linear-gradient(#dcdcdc, #787778);
    background: linear-gradient(#dcdcdc, #787778);
}

.medal_list {
    padding-left: 3px;
    margin-bottom: 20px;
}
.medal_list li {
    display: inline-block;
    margin-right: 15px;
}
.medal_list img {
    width: 25px;
}

.cmn_btn2 a {
    box-sizing: border-box;
    display: block;
    border: 2px solid #dcdcdc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 8px 10px;
    font-weight: bold;
    text-align: center;
}
.cmn_btn2 a .bg1 {
    display: block;
    background: url(../img/cmn/btn_arrow2.png) right center no-repeat;
    background-size: 9px auto;
    display: block;
}
.cmn_btn2 a:active,
.cmn_btn2 a:hover {
    background: #dcdcdc;
    color: #fff;
    text-decoration: none;
}
.cmn_btn2 a:active .bg1,
.cmn_btn2 a:hover .bg1 {
    background: url(../img/cmn/btn_arrow2_hover.png) right center no-repeat;
    background-size: 9px auto;
}

.mypage_left .cmn_btn2 + .cmn_btn2 {
    margin-top: 7px;
}

.mypage_center {
    width: 430px;
    float: left;
    margin-left: 30px;
    margin-bottom: 20px;
}
.mypage_center .news_area {
    border: 2px solid #dcdcdc;
    padding: 15px;
    font-weight: bold;
    line-height: 1.71;
    margin-bottom: 60px;
}
.mypage_center .scout_me {
    position: relative;
}
.mypage_center .scout_me .scout_link {
    position: absolute;
    top: 0;
    right: 0;
}
.mypage_center .scout_me .scout_link img {
    width: 35px;
}
.mypage_center .progressbar_area {
    text-align: center;
    margin-bottom: 30px;
}
.mypage_center .scout_comp {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.mypage_center .scout_comp .image_area,
.mypage_center .scout_comp .text_area {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}
.mypage_center .scout_comp .image_area {
    width: 200px;
}
.mypage_center .scout_comp .text_area {
    width: 70%;
}
.mypage_center .scout_comp .text_area .in_name {
    font-weight: bold;
    font-size: 16px;
    color: #0048b0;
}
.mypage_center .point_area {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 14px 0;
    margin-bottom: 20px;
}
.mypage_center .point_area .in_text1 {
    font-weight: bold;
    margin-bottom: 3px;
}
.mypage_center .bnt_list {
    overflow: hidden;
}
.mypage_center .bnt_list li {
    width: 48%;
}
.mypage_center .bnt_list li button {
    font-size: 13px;
    width: 100%;
}
.mypage_center .bnt_list li button:active {
    color: #fff;
    background: #dcdcdc;
    border-color: #dcdcdc;
}
.mypage_center .bnt_list li button:focus {
    outline: none;
}
.mypage_center .bnt_list li a {
    font-size: 13px;
}
.mypage_center .bnt_list li:nth-child(odd) {
    float: left;
    clear: both;
}
.mypage_center .bnt_list li:nth-child(even) {
    float: right;
}
.mypage_center .bnt_list.btn_mb {
    margin-bottom: 60px;
}
.mypage_center .more_link {
    text-align: right;
}
.mypage_center .more_link a {
    background: url(../img/cmn/btn_arrow3.png) right center no-repeat;
    background-size: 8px auto;
    color: #07baf1;
    font-size: 13px;
    font-weight: bold;
    padding-right: 15px;
}
.mypage_center .more_link.post1_link {
    margin-bottom: 55px;
}
.mypage_center .mb_ex {
    margin-bottom: 0;
}
.mypage_center .tab_post_area {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
}
.mypage_center .tab_list {
    overflow: hidden;
    background: #dcdcdc;
}
.mypage_center .tab_list li {
    box-sizing: border-box;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    width: 50%;
    padding: 15px 10px;
    font-weight: bold;
    text-align: center;
}
.mypage_center .tab_list li:nth-child(odd) {
    float: left;
}
.mypage_center .tab_list li:nth-child(even) {
    float: right;
}
.mypage_center .tab_list .select {
    background: #fff;
}
.mypage_center .text_mb1 {
    margin-bottom: 25px;
}
.mypage_center .content_wrap {
    padding: 20px;
}
.mypage_center .content_wrap li {
    margin-bottom: 20px;
    position: relative;
}
.mypage_center .content_wrap li a:after {
    position: absolute;
    content: "";
    background: url(../img/cmn/post_arrow1.png) center center no-repeat;
    background-size: 12px auto;
    height: 22px;
    width: 28px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mypage_center .content_wrap li a:active:after,
.mypage_center .content_wrap li a:hover:after {
    opacity: 0.6;
}
.mypage_center .content_wrap li a {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-right: 28px solid #dcdcdc;
    border-left: 2px solid #dcdcdc;
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    padding: 15px;
}
.mypage_center .content_wrap li a:active,
.mypage_center .content_wrap li a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.mypage_center .content_wrap .in_title {
    font-weight: bold;
    font-size: 16px;
    color: #0048b0;
}
.mypage_center .content_wrap .in_title,
.mypage_center .content_wrap .in_stage {
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mypage_center .content_wrap .in_stage {
    font-weight: bold;
}
.mypage_center .content_wrap li:last-child {
    margin-bottom: 0;
}
.mypage_center .disnon {
    display: none;
}
.mypage_center .cmn_input_btn {
    margin-top: 0;
}
.mypage_center .red_text {
    color: #a94442;
}

.mypage_post1 {
    margin-bottom: 10px;
}
.mypage_post1 a {
    display: block;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
    overflow: hidden;
}
.mypage_post1 a:hover {
    text-decoration: none;
}
.mypage_post1 .image_area {
    float: left;
    width: 200px;
}
.mypage_post1 .image_area img {
    width: 100%;
}
.mypage_post1 .text_area {
    float: right;
    width: 215px;
}
.mypage_post1 .text_area .in_title {
    font-weight: bold;
    font-size: 16px;
    color: #0048b0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mypage_post1 .text_area .in_text {
    margin-bottom: 0;
}
.mypage_post1 .text_area .in_day {
    font-weight: bold;
    text-align: right;
}
.mypage_post1 .text_area .in_rank {
    text-align: right;
    font-weight: bold;
}
.mypage_post1 .text_area .in_rank span {
    padding-left: 25px;
}
.mypage_post1 .text_area .in_rank.bg_rank1 span {
    background: url(../img/mypage/rank1.png) left center no-repeat;
    background-size: 16px auto;
}
.mypage_post1 .text_area .in_rank.bg_rank2 span {
    background: url(../img/mypage/rank2.png) left center no-repeat;
    background-size: 16px auto;
}
.mypage_post1 .text_area .in_rank.bg_rank3 span {
    background: url(../img/mypage/rank3.png) left center no-repeat;
    background-size: 16px auto;
}
.mypage_post1 .text_area .in_rank.bg_rank4 span {
    background: url(../img/mypage/rank4.png) left center no-repeat;
    background-size: 20px auto;
}

.mypage_right {
    box-sizing: border-box;
    float: right;
    width: 220px;
}
.mypage_right .in_border {
    padding: 15px 8px 10px;
    border: 2px solid #dcdcdc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.mypage_right .bnr1 {
    margin-bottom: 20px;
    text-align: center;
}
.mypage_right .more_link {
    text-align: right;
}
.mypage_right .more_link a {
    background: url(../img/cmn/btn_arrow3.png) right center no-repeat;
    background-size: 8px auto;
    color: #07baf1;
    font-size: 13px;
    font-weight: bold;
    padding-right: 15px;
}
.mypage_right .more_link.post1_link {
    margin-bottom: 20px;
}
.mypage_right .bg_head2 {
    margin-bottom: 5px;
}
.mypage_right .bnr_list {
    text-align: center;
}
.mypage_right .bnr_list li + li {
    margin-top: 10px;
}
.mypage_right .form_area .text1 {
    margin-bottom: 10px;
}
.mypage_right .form_area textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 7px 12px;
    font-family: inherit;
    font-size: inherit;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 150px;
    margin-bottom: 10px;
}
.mypage_right .form_area .input_area button {
    box-sizing: border-box;
    font-weight: bold;
    font-size: inherit;
    cursor: pointer;
    width: 100%;
    background: #fff;
    padding: 5px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #07baf1;
    border: 2px solid #07baf1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mypage_right .form_area .input_area button:active,
.mypage_right .form_area .input_area button:hover {
    background: #07baf1;
    color: #fff;
}

.mypage_right .cmn_btn1 .more_column {
    border: none;
}

.mypage_right .cmn_btn1 a .bg1 {
    font-size: 13px;
    color:#fff;
    background-image:none;
}

.mypage_post2 {
    margin-bottom: 5px;
}
.mypage_post2 a {
    display: table;
    width: 100%;
    border-bottom: 1px dotted #dcdcdc;
    padding: 10px 0;
}
.mypage_post2 a:hover {
    text-decoration: none;
}
.mypage_post2 .image_area img {
    width: 100%;
}
.mypage_post2 .text_area {
    padding-left: 5px;
}
.mypage_post2 .text_area .in_day {
    font-weight: bold;
}
.mypage_post2 .text_area .in_text {
    line-height: 1.4;
}

/*0件*/
.mypage_center .scout_comp .me_image {
    margin-bottom: 20px;
    text-align: center;
}
.mypage_center .scout_comp .me_image img {
    max-width: 150px;
}
.mypage_center .scout_comp .me_text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.mypage_post1_none {
    border: 2px solid #dcdcdc;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.875;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 55px;
}

.mypage_center .tab_none_text {
    line-height: 1.5;
    margin-bottom: 10px;
}

/*テンプレート*/
.temp_box {
    padding-top: 80px;
    padding-bottom: 100px;
}

/*----------------------------------------

profile

-----------------------------------------*/
#profile_area {
    padding-top: 80px;
    padding-bottom: 108px;
}
#profile_area .cmn_input_area .cmn_inq_dl.width4 input[type="text"],
#profile_area .cmn_input_area .cmn_inq_dl.width4 input[type="email"],
#profile_area .cmn_input_area .cmn_inq_dl.width4 input[type="tel"],
#profile_area .cmn_input_area .cmn_inq_dl.width4 input[type="password"] {
    width: 100%;
}

.cmn_input_area .text_dl dd {
    vertical-align: middle;
    padding-top: 10px;
}
.cmn_input_area .cmn_inq_dl.slect_dl1 select {
    width: 100px;
}
.cmn_input_area .cmn_inq_dl.slect_dl1 .day_se1 {
    width: 150px;
}

.cmn_checkbox .cmn_checkbox_in {
    display: table;
    width: 100%;
}
.cmn_checkbox .cmn_checkbox_in .cmn_confirm_check1 {
    display: table-cell;
    width: 205px;
    vertical-align: middle;
}
.cmn_checkbox .cmn_checkbox_in .cmn_confirm_check2 {
    display: table-cell;
    vertical-align: middle;
}
.cmn_checkbox .cmn_checkbox_in .cmn_confirm_check2 .cmn_confirm_text {
    box-sizing: border-box;
    background: #f0f0f0;
    max-width: 305px;
    word-break: break-all;
    padding: 10px 20px;
}
.cmn_input_area .cmn_inq_dl .graduated_year_box {
    width: 230px;
    display: inline-block;
    margin-left: 25px;
}
.cmn_input_area .cmn_inq_dl .graduated_year_box input {
    width: 50%;
}

/*----------------------------------------

profile_detail

-----------------------------------------*/
#profile_detail_area {
    padding-top: 80px;
    padding-bottom: 108px;
}
#profile_detail_area .cmn_input_area .dl_border .cmn_inq_dl {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#profile_detail_area .cmn_input_area .cmn_inq_dl dt {
    width: 240px;
}
#profile_detail_area .cmn_input_area .cmn_inq_dl dd input[type="text"],
#profile_detail_area .cmn_input_area .cmn_inq_dl dd input[type="email"],
#profile_detail_area .cmn_input_area .cmn_inq_dl dd input[type="tel"],
#profile_detail_area .cmn_input_area .cmn_inq_dl dd input[type="password"] {
    width: 100%;
}
#profile_detail_area .cmn_input_area .cmn_inq_dl dd textarea {
    width: 100%;
    height: 105px;
}
#profile_detail_area .cmn_input_area .cmn_inq_dl dd .explanation {
    clear: both;
}
#profile_detail_area .cmn_input_area .cmn_inq_dl dd a {
    color: #0048b0;
    text-decoration: underline;
}
#profile_detail_area .cmn_input_area .cmn_inq_dl dd .cmn_confirm_text {
    max-width: 100%;
}
#profile_detail_area
    .cmn_input_area
    .cmn_inq_dl
    dd
    .cmn_confirm_text
    + .cmn_confirm_text {
    margin: 10px 0 0;
}
#profile_detail_area
    .cmn_input_area
    .cmn_inq_dl
    dd.type_col2
    input[type="text"],
#profile_detail_area
    .cmn_input_area
    .cmn_inq_dl
    dd.type_col2
    input[type="email"],
#profile_detail_area .cmn_input_area .cmn_inq_dl dd.type_col2 input[type="tel"],
#profile_detail_area
    .cmn_input_area
    .cmn_inq_dl
    dd.type_col2
    input[type="password"] {
    width: 49%;
    margin: 0 0 15px;
}
#profile_detail_area
    .cmn_input_area
    .cmn_inq_dl
    dd.type_col2
    input:nth-child(2n) {
    float: right;
}
#profile_detail_area
    .cmn_input_area
    .cmn_inq_dl
    dd.type_col2
    input:nth-child(2n + 1) {
    clear: both;
    float: left;
}
#profile_detail_area .cmn_input_area .cmn_inq_dl dd.h_large textarea {
    height: 270px;
}

/*----------------------------------------

message

-----------------------------------------*/
#message_area {
    word-break: break-all;
    padding-top: 80px;
    padding-bottom: 100px;
}

.msg_txt {
    margin: 0 0 35px;
}

.message_box {
    border: 1px solid #dcdcdc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 65px;
}
.message_box .tab_btn {
    display: table;
    width: 100%;
}
.message_box .tab_btn li {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    background: #dcdcdc;
}
.message_box .tab_btn li a,
.message_box .tab_btn li span {
    display: block;
    padding: 15px 0;
}
.message_box .tab_btn li a:hover {
    text-decoration: none;
}
.message_box .tab_btn li span {
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.message_box .msg_search {
    padding: 20px;
    margin: 0 0 35px;
}

.msg_search .trg_btn {
    background: url(../img/cmn/open.jpg) 98% center no-repeat #eeeeee;
    background-size: 18px auto;
    padding: 10px 15px;
    line-height: 1;
    cursor: pointer;
}
.msg_search .trg_btn.active {
    background: url(../img/cmn/close.jpg) 98% center no-repeat #eeeeee;
    background-size: 18px auto;
}
.msg_search .open_search {
    border: 2px solid #d2d2d2;
    padding: 20px 20px 0px;
}
.msg_search .open_search .search_company {
    overflow: hidden;
    margin: 0 0 25px;
}
.msg_search .open_search .search_company input.search_form {
    width: 430px;
    padding: 10px 15px;
    border: 2px solid #d2d2d2;
    line-height: 1;
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.msg_search .open_search .search_company button.search_btn {
    width: 200px;
    padding: 11px 15px;
    border: 2px solid #d2d2d2;
    line-height: 1;
    float: left;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.msg_search .open_search .msg_search_dl {
    overflow: hidden;
    margin: 0 0 25px;
}

.msg_search_dl th {
    float: left;
    width: 120px;
    padding: 8px 0 0 0;
}
.msg_search_dl.radio_dl dt {
    padding: 2px 0 0;
}
.msg_search_dl th {
    float: left;
    width: 160px;
}
.msg_search_dl th label {
    display: inline-block;
    box-sizing: border-box;
}
.msg_search_dl th label:nth-child(1) {
    width: 26%;
}
.msg_search_dl th label:nth-child(2) {
    width: 23%;
}
.msg_search_dl th label:nth-child(3) {
    width: 26%;
}
.msg_search_dl dd label.msg_rank1 span {
    display: inline-block;
    padding: 1px 0 0 38px;
    background: url(../img/message/rank1.png) no-repeat center left;
    float: left;
    background-size: auto 25px;
}
.msg_search_dl dd label.msg_rank2 span {
    display: inline-block;
    padding: 1px 0 0 38px;
    background: url(../img/message/rank2.png) no-repeat center left;
    float: left;
    background-size: auto 25px;
}
.msg_search_dl dd label.msg_rank3 span {
    display: inline-block;
    padding: 1px 0 0 38px;
    background: url(../img/message/rank3.png) no-repeat center left;
    float: left;
    background-size: auto 25px;
}
.msg_search_dl dd label.msg_rank4 span {
    display: inline-block;
    padding: 1px 0 0 38px;
    background: url(../img/message/rank4.png) no-repeat center left;
    float: left;
    background-size: auto 25px;
}
.msg_search_dl th label.date_type1 span,
.msg_search_dl th label.date_type2 span,
.msg_search_dl th label.status_type1 span,
.msg_search_dl th label.status_type2 span,
.msg_search_dl th label.status_type3 span {
    line-height: 1.2;
    padding: 4px 0 2px;
    width: 100px;
    text-align: center;
    font-size: 12px;
}
.msg_search_dl th label.date_type1 span {
    background: #07baf1;
    color: #fff;
}

.msg_default .dt2 .date_type1 {
    background: #07baf1;
    color: #fff;
}

.msg_search_dl th label.date_type2 span,
.msg_default .dt2 .date_type2 {
    background: #f1075a;
    color: #fff;
}

.msg_search_dl th label.status_type1 span,
.msg_default .dt2 .status_type1 {
    background: #c3ea26;
    color: #fff;
}

.msg_search_dl th label.status_type2 span,
.msg_default .dt2 .status_type2 {
    background: #f1a107;
    color: #fff;
}

.msg_search_dl th label.status_type3 span,
.msg_default .dt2 .status_type3 {
    background: #dcdcdc;
}

.unread .dt4,
.unread a.msg_title,
.unread .dt6 {
    font-weight: bold;
}

/*checkbox*/
label.ch_over {
    position: relative;
    padding-left: 40px;
    padding-top: 3px;
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
}
label.ch_over input[type="checkbox"] + span::before {
    border-color: #626262;
}
label.ch_over input[type="checkbox"]:checked + span::before {
    background-color: #fff;
}
label.ch_over span {
    display: inline-block;
}
label.ch_over input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
label.ch_over input[type="checkbox"] + span::before,
label.ch_over input[type="checkbox"] + span::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    box-sizing: border-box;
}
label.ch_over input[type="checkbox"] + span::before {
    box-sizing: border-box;
    z-index: 0;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border: 2px #d2d2d2 solid;
    background: #fff;
}
label.ch_over input[type="checkbox"] + span::after {
    z-index: 1;
    margin: 4px 10px;
    width: 10px;
    height: 18px;
}
label.ch_over input[type="checkbox"]:checked + span::after {
    border: 4px solid #626262;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
label.radio_over {
    position: relative;
    display: inline-block;
    padding: 0 3px 0 23px;
    cursor: pointer;
}
label.radio_over::before {
    position: absolute;
    content: "";
    top: 40%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
}
label.radio_over input[type="radio"] {
    display: none;
}
label.radio_over input[type="radio"]:checked + span::after {
    position: absolute;
    content: "";
    top: 40%;
    left: 5px;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    background: #808080;
    border-radius: 100%;
}

/*radiobutton*/
.message_box .message_list {
    padding: 0 20px;
    margin: 0 0 35px;
}
.message_box .message_list .msg_dt {
    display: table;
    width: 100%;
    margin: 0 0 2px;
}
.message_box .message_list .msg_dt li {
    display: table-cell;
    font-size: 10px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #d2d2d2;
}
.message_box .message_list .msg_dt li.dt9 {
    border-right: none;
}
.message_box .message_list .msg_default ul {
    display: table;
    width: 100%;
}
.message_box .message_list .msg_default li {
    display: table-cell;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    vertical-align: middle;
}
.message_box .message_list .msg_reply {
    background: #eee;
}
.message_box .message_list .msg_reply ul {
    display: table;
    padding-left: 158px;
    padding-right: 100px;
    border-top: 1px solid #d2d2d2;
}
.message_box .message_list .msg_reply ul li {
    display: table-cell;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    vertical-align: middle;
}
.message_box .message_list .msg_reply ul li.dt3 {
    text-align: center;
}
.message_box .message_list .msg_reply ul li.dt3 img {
    width: 38px;
    height: auto;
}

.msg_dt li.dt1,
.msg_default li.dt1 {
    width: 60px;
}

.type_receive li.dt2 {
    width: 98px;
}
.type_receive li.dt3 {
    width: 60px;
}
.type_receive li.dt4 {
    width: 225px;
    line-height: 1.4;
}
.type_receive li.dt5 {
    width: 210px;
}
.type_receive li.dt6 {
    width: 100px;
}
.type_receive li.dt7,
.type_receive li.dt8 {
    width: 45px;
}
.type_receive .msg_default .dt2 span {
    display: block;
    line-height: 1.2;
    padding: 4px 0 2px;
    text-align: center;
    font-size: 12px;
}
.type_receive .msg_default .dt2 span + span {
    margin: 10px 0 0;
}

.msg_post {
    border-bottom: 1px solid #d2d2d2;
}

.msg_dt + div {
    border-top: 2px solid #d2d2d2;
}

.msg_default li.dt1 {
    padding-left: 15px;
    vertical-align: middle;
}

.type_receive .msg_default li.dt2 {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.type_receive .msg_default li.dt3,
.type_receive .msg_default li.dt4 {
    text-align: center;
}
.type_receive .msg_default li.dt3 img {
    width: 38px;
    height: auto;
}
.type_receive .msg_default li.dt5 {
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}
.type_receive .msg_reply li.dt5 {
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}
.type_receive .msg_default li.dt5 .msg_img,
.type_receive .msg_reply li.dt5 .msg_img {
    float: right;
    max-width: 60px;
    height: auto;
}
.type_receive .msg_default li.dt5 a.msg_title,
.type_receive .msg_reply li.dt5 a.msg_title {
    color: #07baf1;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: underline;
    float: left;
    display: block;
    width: 220px;
    padding: 7px 0 0;
}
.type_receive .msg_default li.dt5 a.msg_title:hover,
.type_receive .msg_reply li.dt5 a.msg_title:hover {
    text-decoration: none;
}
.type_receive .msg_default li.dt6,
.type_receive .msg_reply li.dt6 {
    font-size: 12px;
    line-height: 1.4;
    padding-left: 10px;
}
.type_receive .msg_default li.dt6 .time,
.type_receive .msg_reply li.dt6 .time {
    display: block;
}
.type_receive li.dt7 img {
    display: block;
    margin: 0 auto;
    max-width: 20px;
    height: auto;
}
.type_receive .msg_default li.dt8 span.open_reply {
    background-image: url(../img/message/open2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
.type_receive .msg_default li.dt8 span.open_reply.active {
    background-image: url(../img/message/close2.png);
}
.type_receive .msg_default li.dt9 a {
    display: block;
    padding: 5px 3px;
    background: #07baf1;
    width: 36px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.type_receive .msg_default li.dt9 a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.msg_pagenavi {
    text-align: center;
    padding: 40px 0 0;
}
.msg_pagenavi a.pager {
    display: inline-block;
    width: 40px;
    height: 32px;
    padding: 8px 0 0;
    margin: 0 2px;
    text-align: center;
    border: 1px solid #dcdcdc;
}
.msg_pagenavi a.pager:hover {
    text-decoration: none;
    background: #dcdcdc;
}
.msg_pagenavi .current {
    display: inline-block;
    width: 40px;
    height: 32px;
    padding: 8px 0 0;
    margin: 0 2px;
    text-align: center;
    border: 1px solid #dcdcdc;
    background: #dcdcdc;
}
.msg_pagenavi .prev,
.msg_pagenavi .next {
    display: inline-block;
    width: 30px;
    height: 32px;
    padding: 8px 0 0;
    margin: 0 2px;
    text-indent: -9999px;
}
.msg_pagenavi .prev {
    background: url(../img/message/prev.png) no-repeat center center;
    background-size: 10px auto;
}
.msg_pagenavi .next {
    background: url(../img/message/next.png) no-repeat center center;
    background-size: 10px auto;
}

.message_description h3 {
    border: 2px solid #d2d2d2;
    color: #0048b0;
    font-size: 18px;
    font-weight: bold;
    background-size: 40px auto;
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding: 7px 0 5px 60px;
    margin: 0 0 20px;
    line-height: 1.4;
}
.message_description h3.msg_rank1 {
    background-image: url(../img/message/rank1.png);
}
.message_description h3.msg_rank2 {
    background-image: url(../img/message/rank2.png);
}
.message_description h3.msg_rank3 {
    background-image: url(../img/message/rank3.png);
}
.message_description h3.msg_rank4 {
    background-image: url(../img/message/rank4.png);
}

/*メッセージ無し共通*/
.no_message {
    padding: 30px;
    text-align: center;
}

/*----------------------------------------

message (send)

-----------------------------------------*/
.type_send li.dt2 {
    width: 320px;
    text-align: center;
    padding: 0 10px;
    line-height: 1.4;
}
.type_send li.dt3 {
    width: 250px;
    padding: 0 10px;
}
.type_send li.dt4 {
    width: 260px;
    text-align: center;
}

.message_box.type_send .message_list .msg_dt li.dt4 {
    border-right: none;
}

.type_send li.dt3 a {
    color: #07baf1;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: underline;
    display: block;
}

/*----------------------------------------

message (detail)

-----------------------------------------*/
.msg_detail_table {
    width: 100%;
    margin: 0 0 40px;
}
.msg_detail_table th {
    padding: 20px;
    width: 190px;
    background: #eee;
    border: 2px solid #d2d2d2;
    vertical-align: top;
    text-align: left;
}
.msg_detail_table td {
    padding: 20px;
    border: 2px solid #d2d2d2;
    line-height: 1.6;
    overflow: hidden;
}
.msg_detail_table td .tb_in_btn {
    margin-bottom: 15px;
}
.msg_detail_table td .tb_in_btn .phrase_btn {
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    width: 200px;
    background: #fff;
    padding: 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #07baf1;
    border: 2px solid #07baf1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.msg_detail_table td .tb_in_btn .phrase_btn:active,
.msg_detail_table td .tb_in_btn .phrase_btn:hover {
    background: #07baf1;
    color: #fff;
}
.msg_detail_table .icon_rank1 {
    background: url(../img/message/rank1.png) no-repeat left center;
    background-size: 30px auto;
    padding: 3px 0 0 35px;
    display: inline-block;
}
.msg_detail_table .icon_rank2 {
    background: url(../img/message/rank2.png) no-repeat left center;
    background-size: 30px auto;
    padding: 3px 0 0 35px;
    display: inline-block;
}
.msg_detail_table .icon_rank3 {
    background: url(../img/message/rank3.png) no-repeat left center;
    background-size: 30px auto;
    padding: 3px 0 0 35px;
    display: inline-block;
}
.msg_detail_table .icon_rank4 {
    background: url(../img/message/rank4.png) no-repeat left center;
    background-size: 30px auto;
    padding: 3px 0 0 35px;
    display: inline-block;
}
.msg_detail_table td .company_name {
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
}
.msg_detail_table td .human_image {
    margin-top: 30px;
    margin-bottom: 5px;
}
.msg_detail_table td a.company_link {
    display: inline-block;
    padding: 3px 15px;
    background: #07baf1;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.msg_detail_table td a.company_link:hover {
    text-decoration: none;
}
.msg_detail_table td a.outlink {
    color: #0048b0;
    text-decoration: underline;
}
.msg_detail_table td label.radio_over {
    overflow: hidden;
    padding: 5px 3px 0 26px;
}
.msg_detail_table td label.radio_over::before {
    position: absolute;
    content: "";
    top: 13px;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.msg_detail_table
    td
    label.radio_over
    input[type="radio"]:checked
    + span::after {
    top: 13px;
}
.msg_detail_table td label .day {
    display: block;
    width: 195px;
    float: left;
}
.msg_detail_table td label .title {
    display: block;
    width: 200px;
    padding: 0 10px 0 0;
    float: left;
}
.msg_detail_table td label .state_area {
    display: block;
    float: left;
    width: 175px;
    overflow: hidden;
}
.msg_detail_table td label .state1 {
    display: inline-block;
    background: #f1075a;
    color: #fff;
    font-size: 12px;
    min-width: 70px;
    float: left;
    line-height: 1;
    padding: 3px 0;
    text-align: center;
    margin: 0 10px 0 0;
}
.msg_detail_table td label .state2 {
    background: #f1a107;
    display: inline-block;
    padding: 3px 5px;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    float: left;
}
.msg_detail_table td label .detail_btn {
    display: block;
    float: left;
    width: 45px;
}
.msg_detail_table td label .detail_btn a {
    margin-top: -5px;
    display: block;
    font-weight: bold;
    padding: 7px 0;
    line-height: 1;
    font-size: 14px;
    background: #fff;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #07baf1;
    border: 2px solid #07baf1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.msg_detail_table td label .detail_btn a:active,
.msg_detail_table td label .detail_btn a:hover {
    text-decoration: none;
    background: #07baf1;
    color: #fff;
}

.company_info {
    border: 4px solid #eee;
    padding: 10px;
    overflow: hidden;
}
.company_info .title {
    color: #0048b0;
    font-weight: bold;
    font-size: 18px;
}
.company_info .company_img {
    width: 250px;
    float: left;
}
.company_info .company_txt {
    width: 640px;
    float: right;
}
.company_info .company_link {
    clear: both;
    text-align: right;
}
.company_info .company_link a {
    color: #0048b0;
}
.company_info .company_txt .headline {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}

#message_area .cmn_input_btn {
    text-align: center;
}
#message_area .cmn_input_btn button {
    margin: 0 10px;
    background: url(../img/message/button_arrow.png) no-repeat right 15px center;
}
#message_area .cmn_input_btn button:active,
#message_area .cmn_input_btn button:hover {
    background: #07baf1 url(../img/message/button_arrow_hover.png) no-repeat
        right 15px center;
    color: #fff;
}

.back_link {
    text-align: center;
    padding: 20px 0 60px;
}
.back_link a {
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    max-width: 330px;
    background: #fff;
    padding: 16px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #dcdcdc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url(../img/message/a_arrow.png) no-repeat right 15px center;
    line-height: 1.4;
}
.back_link a:hover {
    background: #dcdcdc url(../img/message/button_arrow_hover.png) no-repeat
        right 15px center;
    text-decoration: none;
    color: #fff;
}

.msg_history {
    border-top: 2px solid #d0d0d0;
}
.msg_history .principal {
    background: #eee;
}
.msg_history > div {
    border-bottom: 2px solid #d0d0d0;
    padding: 20px 20px 20px;
}
.msg_history > div .target {
    color: #fff;
    font-size: 18px;
    background: #0048b0;
    min-width: 70px;
    display: inline-block;
    padding: 2px 5px;
    text-align: center;
    line-height: 1.4;
}
.msg_history > div .title {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 5px;
}
.msg_history > div .day {
    text-align: right;
    margin: 0 0 5px;
    flex: auto;
}

.msg_history_btn {
    background: url(../img/cmn/open.jpg) 98% center no-repeat #eeeeee;
    background-size: 18px auto;
    padding: 10px 15px;
}
.msg_history_btn.active {
    background: url(../img/cmn/close.jpg) 98% center no-repeat #eeeeee;
    background-size: 18px auto;
}

/*----------------------------------------

company (detail)

-----------------------------------------*/
#company_area {
    word-break: break-all;
    padding-top: 80px;
    padding-bottom: 100px;
}
#company_area .preview1 {
    border-bottom: 2px solid #dcdcdc;
    padding: 0 0 40px;
}
#company_area .preview1 .name {
    overflow: hidden;
    margin: 0 0 25px;
    display: table;
}
#company_area .preview1 .name .name_img {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
}
#company_area .preview1 .name .name_txt {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 15px;
    line-height: 1.4;
}
#company_area .preview1 .lead h3 {
    font-size: 22px;
    margin: 0 0 15px;
    line-height: 1.4;
}
#company_area .preview2 {
    border-top: 2px solid #dcdcdc;
    margin: 0 0 40px;
}
#company_area .preview2 .col2 {
    padding: 35px 0 25px;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}
#company_area .preview2 .col2 .col_img {
    float: left;
    width: 200px;
    text-align: center;
}
#company_area .preview2 .col2 .col_txt {
    float: right;
    width: 720px;
}
#company_area .preview2 .col2 .col_txt h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px;
}
#company_area .preview3 .col3 {
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid #dcdcdc;
}
#company_area .preview3 .col3 .wrap_table {
    display: table;
}
#company_area .preview3 .col3 .view {
    box-sizing: border-box;
    width: 33%;
    display: table-cell;
}
#company_area .preview3 .col3 .view:nth-child(1) {
    border-right: 1px solid #dcdcdc;
    padding-right: 30px;
}
#company_area .preview3 .col3 .view:nth-child(2) {
    border-right: 1px solid #dcdcdc;
    padding-right: 30px;
    padding-left: 30px;
}
#company_area .preview3 .col3 .view:nth-child(3) {
    padding-left: 30px;
}
#company_area .preview3 .col3 .view img {
    display: block;
    margin: 0 auto 15px;
}
#company_area .preview4 {
    padding: 20px;
    background: #eee;
    overflow: hidden;
    margin: 0 0 40px;
}
#company_area .preview4 .col_img {
    width: 300px;
    float: left;
}
#company_area .preview4 .info {
    width: 580px;
    float: right;
}
#company_area .preview4 .info tr {
    border-bottom: 1px solid #dcdcdc;
}
#company_area .preview4 .info tr:first-child th,
#company_area .preview4 .info tr:first-child td {
    padding-top: 0px;
}
#company_area .preview4 .info th {
    font-weight: bold;
    padding: 15px 0;
    width: 80px;
}
#company_area .preview4 .info td {
    padding: 15px 0;
}
#company_area .preview4 .info td a {
    color: #0048b0;
    text-decoration: underline;
}
#company_area .preview5 {
    padding: 20px;
    border: 4px solid #d0d0d0;
    overflow: hidden;
    margin: 0 0 40px;
}
#company_area .preview5 .col_img {
    width: 250px;
    float: left;
    text-align: center;
}
#company_area .preview5 .col_txt {
    width: 620px;
    float: right;
}
#company_area .preview5 .col_txt dl dt {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}
#company_area .preview5 .col_txt dl dd {
    padding: 0 0 10px;
    margin: 0 0 10px;
}
#company_area .preview5 .col_txt dl + dl {
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
}

/*----------------------------------------

reply

-----------------------------------------*/
.reply_form .to {
    font-weight: bold;
}
.reply_form input,
.reply_form textarea {
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #d2d2d2;
    padding: 7px 12px;
    font-family: inherit;
    font-size: inherit;
    resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.reply_form input::-webkit-input-placeholder {
    color: #c8c8c8;
}
.reply_form input:-ms-input-placeholder {
    color: #c8c8c8;
}
.reply_form input::-moz-placeholder {
    color: #c8c8c8;
}
.reply_form textarea::-webkit-input-placeholder {
    color: #c8c8c8;
}
.reply_form textarea:-ms-input-placeholder {
    color: #c8c8c8;
}
.reply_form textarea::-moz-placeholder {
    color: #c8c8c8;
}
.reply_form textarea {
    height: 350px;
}
.reply_form .explanation {
    margin: 0 0 15px;
}
.reply_form .explanation li {
    text-indent: -14px;
    margin-left: 14px;
}

.cmn_input_btn a.type_cancel,
.cmn_input_btn button.type_cancel,
.cmn_input_btn input.type_cancel {
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    max-width: 330px;
    background: #fff;
    padding: 16px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #dcdcdc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: 1.4;
    color: #404040;
}
.cmn_input_btn a.type_cancel:hover,
.cmn_input_btn button.type_cancel:hover,
.cmn_input_btn input.type_cancel:hover {
    text-decoration: none;
    color: #fff;
    background: #dcdcdc;
}

#message_area .cmn_input_btn button.type_cancel {
    background: url(../img/message/a_arrow.png) no-repeat right 15px center;
}
#message_area .cmn_input_btn button.type_cancel:hover {
    background: #dcdcdc url(../img/message/button_arrow_hover.png) no-repeat
        right 15px center;
}

.profile_link {
    margin: 0 0 30px;
}
.profile_link a {
    display: block;
    margin: 0 auto 15px;
    text-align: center;
    line-height: 1.4;
}
.profile_link a:hover {
    background: #07baf1;
    color: #fff;
    text-decoration: none;
}

.back_link a.no_arrow {
    background: none;
}
.back_link a.no_arrow:hover {
    background: #dcdcdc;
}

/*----------------------------------------

newcompany

-----------------------------------------*/
#newcompany {
    padding-top: 80px;
    padding-bottom: 100px;
}
#newcompany .cmn_input_area .cmn_inq_dl dt,
#newcompany .cmn_input_area .cmn_inq_dl dd {
    display: block;
    width: auto;
}
#newcompany .cmn_input_btn input.type_cancel {
    margin-top: 20px;
}
#newcompany .cmn_input_btn input.type_cancel:hover {
    background: #dcdcdc;
}
#newcompany .cmn_input_btn input {
    display: block;
}

/*----------------------------------------

selection

-----------------------------------------*/
#selection {
    word-break: break-all;
    padding-top: 80px;
    padding-bottom: 100px;
}
#selection .cmp_name {
    font-size: 20px;
    line-height: 1.3;
}
#selection .cmp_url {
    margin-bottom: 30px;
}
#selection .cmp_url a {
    text-decoration: underline;
    color: #0048b0;
}
#selection .selection_register_width .selection_width {
    margin: 0 auto 60px auto;
}
#selection .selection_width {
    max-width: 670px;
    margin: 0 0 60px;
}
#selection .selection_width select {
    height: 31px;
    line-height: 31px;
    padding: 0 0 0 10px;
    width: 280%;
    box-sizing: border-box;
    border: 2px solid #d2d2d2;
}
#selection .selection_width label.ch_over {
    display: block;
    margin: 0 0 15px;
}
#selection .selection_width textarea {
    height: 200px;
    width: 100%;
}
#selection .selection_width textarea::-webkit-input-placeholder {
    color: #c8c8c8;
}
#selection .selection_width textarea:-ms-input-placeholder {
    color: #c8c8c8;
}
#selection .selection_width textarea::-moz-placeholder {
    color: #c8c8c8;
}
#selection .selection_width .selection_status {
    padding: 20px;
    border: 2px solid #d2d2d2;
    overflow: hidden;
    margin: 0 0 20px;
}
#selection .selection_width .selection_status .select_left {
    float: left;
    width: 220px;
}
#selection .selection_width .selection_status .select_right {
    float: right;
    max-width: 390px;
    width: 100%;
}
#selection .selection_width .selection_status .select_right .trg_btn {
    background: url(../img/cmn/open.jpg) 95% center no-repeat #eeeeee;
    background-size: 18px auto;
    padding: 10px 15px;
    line-height: 1;
    cursor: pointer;
}
#selection .selection_width .selection_status .select_right .trg_btn.active {
    background: url(../img/cmn/close.jpg) 95% center no-repeat #eeeeee;
    background-size: 18px auto;
}
#selection .selection_width .selection_status .select_right .open_selection {
    padding: 20px 20px 5px;
    border: 2px solid #d2d2d2;
}
#selection .selection_width .cmn_input_btn.button_type1 {
    padding: 0 0 60px;
    overflow: hidden;
}
#selection .selection_width .cmn_input_btn.button_type1 button {
    float: left;
    width: 48%;
}
#selection .selection_width .cmn_input_btn.button_type1 button + button {
    float: right;
}
#selection .selection_width .aspiration {
    padding: 20px;
    background: #eee;
    margin: 0 0 40px;
}
#selection .selection_width .aspiration .desire {
    margin: 0 0 15px;
    overflow: hidden;
}
#selection .selection_width .aspiration .desire dl dt {
    float: left;
    padding: 5px 15px 0 0;
}
#selection .selection_width .aspiration .desire dl dd {
    float: left;
}
#selection .selection_width .aspiration .desire dl dd .label_mt {
    margin-top: 5px;
}
#selection .selection_width .aspiration textarea {
    margin: 0 0 15px;
}
#selection .selection_width .alert {
    padding: 15px 0 15px 20px;
}
#selection .selection_width .alert label span {
    display: block;
    padding: 0;
    margin: 0 15px 0 5px;
    width: 100px;
    text-align: center;
}
#selection .selection_width .alert label .selection_type {
    background: #07baf1;
    color: #fff;
}
#selection .selection_width .alert label .decision_type {
    background: #f1075a;
    color: #fff;
}
#selection .selection_width .alert label .end_type {
    background: #dcdcdc;
    color: #626262;
}
#selection .selection_width .alert label .decision_decline_type {
    background: #626262;
    color: #fff;
}
#selection .selection_width .release {
    width: 258px;
    margin: 0 auto 30px;
}
#selection .selection_width .cmn_input_btn.button_type2 {
    text-align: center;
}
#selection .selection_width .cmn_input_btn.button_type2 input {
    display: block;
    margin: 0 auto 15px;
}
#selection .selection_width .cmn_input_btn.button_type2 button.type_cancel {
    display: block;
    margin: 0 auto;
}

/*----------------------------------------

selection done

-----------------------------------------*/
.back_link2 {
    padding: 20px 0 60px;
}
.back_link2 a {
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    max-width: 330px;
    background: #fff;
    padding: 16px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #07baf1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: 1.4;
    color: #07baf1;
    text-align: center;
}
.back_link2 a:hover {
    background: #07baf1;
    text-decoration: none;
    color: #fff;
}

/*----------------------------------------

selection delete

-----------------------------------------*/
.cmn_input_btn.type_delete input {
    display: block;
}
.cmn_input_btn.type_delete input + input {
    margin-top: 20px;
}

/*----------------------------------------

event

-----------------------------------------*/
#event_area {
    word-break: break-all;
    padding-top: 80px;
    padding-bottom: 100px;
    /*detail*/
    /*entry*/
}
#event_area .nav_entry {
    padding: 15px;
    border: 2px solid #d2d2d2;
    margin: 0 0 20px;
}
#event_area .nav_entry .link {
    text-align: right;
}
#event_area .nav_entry .link a {
    color: #0048b0;
}
#event_area .no_end {
    text-align: right;
    margin: 0 0 60px;
}
#event_area .live_list {
    border-top: 2px solid #d2d2d2;
}
#event_area .live_list .event_post {
    padding: 30px 0;
    border-bottom: 2px solid #d2d2d2;
    overflow: hidden;
}
#event_area .live_list .event_post .event_info {
    max-width: 650px;
    float: left;
}
#event_area .live_list .event_post .event_info .dt1 {
    overflow: hidden;
    margin: 0 0 10px;
}
#event_area .live_list .event_post .event_info .dt1 .day1 {
    float: left;
    margin: 0 30px 0 0;
}
#event_area .live_list .event_post .event_info .dt1 .day2 {
    float: left;
    margin: 0 30px 0 0;
}
#event_area .live_list .event_post .event_info .dt1 .slightly {
    background: #d40000;
    color: #fff;
    float: left;
    padding: 0 10px;
}
#event_area .live_list .event_post .event_info .dt2 a {
    color: #07baf1;
    text-decoration: underline;
}
#event_area .live_list .event_post .event_status {
    max-width: 200px;
    float: right;
}
#event_area .live_list .event_post .event_status .dt1 {
    padding: 0 0 10px;
}
#event_area .live_list .event_post .event_status .dt2 a {
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 8px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #dcdcdc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url(../img/message/a_arrow.png) no-repeat right 15px center;
    background-size: 8px auto;
    line-height: 1.4;
}
#event_area .live_list .event_post .event_status .dt2 a:hover {
    background: #dcdcdc url(../img/message/button_arrow_hover.png) no-repeat
        right 15px center;
    background-size: 8px auto;
    text-decoration: none;
    color: #fff;
}
#event_area .main_image {
    margin: 0 0 60px;
}
#event_area .border_head2 {
    font-weight: normal;
}
#event_area .event_info_tb {
    width: 100%;
    margin: 0 0 40px;
}
#event_area .event_info_tb th {
    padding: 14px 20px 14px 30px;
    background: #eeeeee;
    border: 1px solid #d2d2d2;
    width: 270px;
}
#event_area .event_info_tb td {
    padding: 14px 15px;
    border: 1px solid #d2d2d2;
}
#event_area .event_info_tb td .deadline {
    color: #a94442;
}
#event_area .event_info h3 {
    border: 4px solid #d2d2d2;
    color: #0048b0;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 6px 6px 10px;
    margin: 0 0 10px;
    line-height: 1.4;
}
#event_area .event_info p {
    margin: 0 0 20px;
}
#event_area .event_info .col2 {
    margin: 0 0 50px;
    overflow: hidden;
}
#event_area .event_info .col2 .info_tb {
    width: 49%;
    float: left;
}
#event_area .event_info .col2 .info_tb th {
    padding: 10px 15px;
    background: #eeeeee;
    border: 1px solid #d2d2d2;
    width: 150px;
    text-align: left;
}
#event_area .event_info .col2 .info_tb td {
    padding: 10px 15px;
    border: 1px solid #d2d2d2;
}
#event_area .event_info .col2 .info_tb td .notice-tel {
    font-size: 0.8em;
}
#event_area .event_info .col2 .gmap {
    width: 49%;
    float: right;
}
#event_area .event_info .col2 .gmap iframe {
    width: 100%;
}
#event_area .event_info .event_btn_wrap {
    max-width: 370px;
    margin: 0 auto;
}
#event_area .event_info .event_btn_wrap .event_status span {
    padding: 12px 0;
    margin: 0 0 15px;
}
#event_area .event_info .event_btn_wrap .cmn_input_btn {
    margin-top: 0;
    margin-bottom: 20px;
}
#event_area .event_info .event_btn_wrap .cmn_input_btn input,
#event_area .event_info .event_btn_wrap .cmn_input_btn button {
    width: 100%;
    margin: 0 0 15px;
}
#event_area .event_info .event_btn_wrap textarea {
    height: 200px;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #d2d2d2;
    padding: 7px 12px;
    margin: 0 0 10px;
    font-family: inherit;
    font-size: inherit;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#event_area .event_info .event_btn_wrap textarea::-webkit-input-placeholder {
    color: #c8c8c8;
}
#event_area .event_info .event_btn_wrap textarea:-ms-input-placeholder {
    color: #c8c8c8;
}
#event_area .event_info .event_btn_wrap textarea::-moz-placeholder {
    color: #c8c8c8;
}
#event_area .event_info .event_btn_wrap .close_btn a {
    max-width: 100%;
    width: 100%;
}
#event_area .event_status {
    width: 100%;
}
#event_area .event_status span {
    display: block;
    color: #fff;
    line-height: 1;
    padding: 12px 0;
    text-align: center;
}
#event_area .event_status span.status0 {
    background: #c3ea26;
}
#event_area .event_status span.status1 {
    background: #0048b0;
}
#event_area .event_status span.status2 {
    background: #626262;
}
#event_area .event_status span.status3,
#event_area .event_status span.status4 {
    background: #f1075a;
}
#event_area .event_status span.status10 {
    color: #0d3625;
    background: #fed469;
}
#event_area .event_status span.status11 {
    background: #a1ca89;
}
#event_area .event_status span.status12 {
    background: #fb1a18;
}
#event_area .event_status2 {
    width: 200px;
    float: right;
}
#event_area .event_status2 .dt2 + .dt2 {
    margin-top: 10px;
}
#event_area .event_status2 .in_btn1 {
    background: #fff;
    color: #07baf1;
    border: 2px solid #07baf1;
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
}
#event_area .event_status2 .in_btn1:hover {
    background: #07baf1;
    color: #fff;
}
#event_area .event_tel {
    background: #eeeeee;
    padding: 15px 10px 5px;
    margin-top: 40px;
    text-align: center;
}
#event_area .event_tel .tel_call * {
    font-weight: bold;
    font-size: 26px;
    color: #0048b0;
    text-decoration: none;
}
#event_area .event_tel .tel_text {
    font-weight: bold;
    font-size: 26px;
    color: #0048b0;
}

/*----------------------------------------

selection_search

-----------------------------------------*/
#selection .search_company {
    overflow: hidden;
    margin: 0 0 25px;
}
#selection .search_company input.search_form {
    width: 430px;
    padding: 10px 15px;
    border: 2px solid #d2d2d2;
    line-height: 1;
    float: left;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#selection button.search_btn {
    width: 200px;
    padding: 11px 15px;
    border: 2px solid #d2d2d2;
    line-height: 1;
    float: left;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#selection .search_result {
    background: #eeeeee;
    padding: 20px;
    margin: 0 0 35px;
}
#selection .search_result .title {
    font-size: 16px;
    margin: 0 0 5px;
}
#selection .search_result .link_group {
    border-top: 2px solid #dcdcdc;
}
#selection .search_result .link_group a {
    border-bottom: 2px solid #dcdcdc;
    border-left: 2px solid #dcdcdc;
    border-right: 2px solid #dcdcdc;
    display: block;
    padding: 20px;
    background: #fff url(../img/message/a_arrow.png) no-repeat right 20px center;
}
#selection .search_result .link_group a:hover {
    background: #dcdcdc url(../img/message/button_arrow_hover.png) no-repeat
        right 20px center;
    text-decoration: none;
    color: #fff;
}
#selection .search_txt {
    font-size: 13px;
}
#selection .cmn_input_btn {
    margin-top: 20px;
}
#selection .registration_description h3 {
    border: 4px solid #d2d2d2;
    color: #0048b0;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 6px 6px 10px;
    margin: 0 0 10px;
}
#selection .registration_description ul {
    margin: 0 0 40px;
}

/*----------------------------------------

photo

-----------------------------------------*/
#photo_area {
    padding-top: 80px;
    margin-bottom: 100px;
    /*アップロード*/
}
#photo_area .conf_desc1 {
    margin-bottom: 20px;
}
#photo_area .photo_main {
    box-sizing: border-box;
    border: 2px solid #d2d2d2;
    margin: 0 auto 15px;
    text-align: center;
    max-width: 300px;
}
#photo_area #info .drag {
    margin-bottom: 70px;
}
#photo_area #info2 .drag {
    margin-bottom: 70px;
}
#photo_area #info3 .drag {
    margin-bottom: 70px;
}
#photo_area .file_photo {
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin: 15px;
    background: #fff;
    padding: 8px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #dcdcdc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url(../img/message/a_arrow.png) no-repeat right 15px center;
    background-size: 8px auto;
    line-height: 1.4;
    width: 210px;
    cursor: pointer;
}

#photo_area .photo_dl dt {
    margin-top: 25px;
}

#photo_area .photo_dl dd {
    width: 300px;
}

#photo_area .photo_dl input[type="text"] {
    padding: 10px 0;
    width: 200px;
}

#photo_area .file_photo input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
}
#photo_area .photo_wrap {
    display: flex;
}
#photo_area .photo_wrap2 {
    display: block;
}
#photo_area .text1 {
    margin-bottom: 35px;
}
#photo_area .photo_case .photo_case_ttl {
    background: #dcdcdc;
    padding: 10px 15px;
    margin-bottom: 15px;
}
#photo_area .photo_case .photo_case_list {
    display: flex;
}
#photo_area .photo_case .photo_case_list li {
    text-align: center;
}
#photo_area .photo_case .photo_case_list li img {
    width: 270px;
    height: 270px;
}
#photo_area .photo_case .photo_case_list li:nth-child(odd) {
    float: left;
    clear: both;
}
#photo_area .photo_case .photo_case_list li:nth-child(even) {
    float: right;
}
#photo_area .photo_case .photo_case_list p {
    line-height: 1.85;
    padding-top: 5px;
}
#photo_area .photo_desc2 {
    margin-bottom: 30px;
}
#photo_area .croparea {
    box-sizing: border-box;
    box-sizing: border-box;
    width: 500px;
    border: 2px solid #d2d2d2;
    margin: 0 auto 58px;
    text-align: center;
    padding: 35px;
}
#photo_area .photo_btn1 {
    display: block;
    border: 2px solid #07baf1;
    color: #07baf1;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 18px 13px;
    margin: 0 auto 17px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    width: 330px;
}
#photo_area .photo_btn1:hover {
    color: #fff;
    background: #07baf1;
    cursor: pointer;
}
#photo_area .photo_btn2 {
    display: block;
    border: 2px solid #d2d2d2;
    color: #626262;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 18px 13px;
    margin: 0 auto 17px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    width: 330px;
}
#photo_area .photo_btn2:hover {
    text-decoration: none;
    color: #fff;
    background: #d2d2d2;
    cursor: pointer;
}

.photo_success_information_area {
    padding: 8px 20px 8px;
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.photo_success_information_area .information_text1 {
    font-weight: bold;
}

/*----------------------------------------

unsubscribe

-----------------------------------------*/
#unsubscribe_area {
    padding-top: 80px;
    margin-bottom: 50px;
}
#unsubscribe_area .red_text {
    color: #ff0000;
}
#unsubscribe_area .back_link2.type_un a {
    border: 2px solid #d2d2d2;
    color: #626262;
}
#unsubscribe_area .back_link2 a:hover {
    color: #fff;
    background: #d2d2d2;
}

/*----------------------------------------

bookmark

-----------------------------------------*/
#bookmark_area {
    word-break: break-all;
    padding-top: 80px;
    margin-bottom: 100px;
}
#bookmark_area .bookmark_post + .bookmark_post {
    margin-top: 40px;
}
#bookmark_area .bookmark_post {
    border-top: 3px solid #dcdcdc;
    padding-top: 15px;
}
#bookmark_area .bookmark_post .scout_comp {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 18px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
#bookmark_area .bookmark_post .scout_comp .image_area {
    display: table-cell;
    vertical-align: top;
    width: 200px;
}
#bookmark_area .bookmark_post .scout_comp .image_area .image {
    margin-bottom: 10px;
}
#bookmark_area .bookmark_post .scout_comp .image_area .image img {
    width: 100%;
}
#bookmark_area .bookmark_post .scout_comp .text_area {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
#bookmark_area .bookmark_post .scout_comp .text_area .in_name {
    font-weight: bold;
    font-size: 16px;
    color: #0048b0;
}
#bookmark_area .bookmark_post .scout_comp .text_area .in_text1 {
    margin-bottom: 10px;
}
#bookmark_area .bookmark_post .scout_comp .text_area .point_area {
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
}
#bookmark_area .bookmark_post .scout_comp .text_area .point_area .in_text2 {
    font-weight: bold;
}
#bookmark_area .bookmark_post .cmn_input_btn {
    width: 410px;
    margin: 0 auto;
    overflow: hidden;
}
#bookmark_area .bookmark_post .cmn_input_btn li {
    width: 200px;
}
#bookmark_area .bookmark_post .cmn_input_btn li button {
    font-size: 14px;
    width: 100%;
    padding: 7px 10px;
}
#bookmark_area .bookmark_post .cmn_input_btn li button:active {
    color: #fff;
    background: #dcdcdc;
    border-color: #dcdcdc;
}
#bookmark_area .bookmark_post .cmn_input_btn li button:focus {
    outline: none;
}
#bookmark_area .bookmark_post .cmn_input_btn li:nth-child(odd) {
    float: left;
}
#bookmark_area .bookmark_post .cmn_input_btn li:nth-child(even) {
    float: right;
}

/*----------------------------------------

idealist

-----------------------------------------*/
#idealist_area {
    padding-top: 80px;
    margin-bottom: 102px;
}
#idealist_area .idealist_in {
    box-sizing: border-box;
    background: #eeeeee;
    padding: 20px;
    width: 648px;
}
#idealist_area .in_box {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 20px;
}
#idealist_area .in_box .cmn_confirm_text {
    box-sizing: border-box;
    background: #f0f0f0;
    word-break: break-all;
    padding: 7px 20px;
}
#idealist_area .in_box .select_dl {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
#idealist_area .in_box .select_dl dt {
    display: table-cell;
    vertical-align: top;
    width: 75px;
    padding-top: 7px;
}
#idealist_area .in_box .select_dl dd {
    display: table-cell;
    vertical-align: middle;
}
#idealist_area .in_box .select_dl dd select {
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
    width: 275px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#idealist_area .in_box .other_dl {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
#idealist_area .in_box .other_dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 75px;
}
#idealist_area .in_box .other_dl dd {
    display: table-cell;
    vertical-align: middle;
}
#idealist_area .in_box .other_dl dd input {
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #d2d2d2;
    padding: 7px 12px;
    font-family: inherit;
    font-size: inherit;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#idealist_area .in_box .in_text1 {
    margin-bottom: 10px;
}
#idealist_area .in_box + .in_box {
    margin-top: 20px;
}
#idealist_area .in_box .othre_form {
    margin-top: 10px;
}
#idealist_area .in_box .othre_form textarea {
    min-height: 80px;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #d2d2d2;
    padding: 7px 12px;
    font-family: inherit;
    font-size: inherit;
    resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#idealist_area .fl_wrap {
    overflow: hidden;
}
#idealist_area .fl_wrap.top_check {
    padding-top: 20px;
}
#idealist_area .fl_wrap .left_box {
    float: left;
}
#idealist_area .fl_wrap .right_box {
    float: right;
}
#idealist_area .fl_wrap .check_list {
    width: 280px;
}
#idealist_area .fl_wrap .check_list .in_check + .in_check {
    padding-top: 13px;
}
#idealist_area .cmn_input_btn {
    width: 648px;
}
#idealist_area .cmn_input_btn input {
    display: block;
    margin: 0 auto;
}
#idealist_area .cmn_input_btn input + input {
    margin-top: 20px;
}

/*----------------------------------------

preview

-----------------------------------------*/
#preview_area {
    word-break: break-all;
    padding-top: 80px;
    margin-bottom: 140px;
}
#preview_area .red_text {
    color: #a94442;
}
#preview_area .red_text2 {
    color: #a94442;
    font-size: 9px;
    margin-left: 15px;
}
#preview_area .conf_desc1 {
    margin-bottom: 60px;
}
#preview_area .border_head2 {
    margin-bottom: 5px;
    clear: both;
}
#preview_area .edit_text1 {
    margin-bottom: 35px;
    text-align: right;
}
#preview_area .edit_text1 a {
    color: #0048b0;
    text-decoration: underline;
}
#preview_area .edit_text1 a:hover {
    text-decoration: none;
}
#preview_area .plof_image {
    width: 210px;
    float: left;
    text-align: center;
}
#preview_area .plof_image .image {
    margin-bottom: 5px;
}
#preview_area .plof_image .image p {
    font-weight: bold;
}
#preview_area .plof_image .medal_text1 {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}
#preview_area .plof_image .medal_text1 .bg1 {
    display: inline-block;
    background: url(../img/cmn/bg_head2.png) left 2px no-repeat;
    background-size: 20px;
    padding-left: 25px;
    padding-bottom: 10px;
}
#preview_area .plof_text {
    width: 690px;
    float: right;
}
#preview_area .plof_tb1 {
    width: 100%;
}
#preview_area .modal_text a {
    text-decoration: none;
    margin-bottom: 5px;
    text-align: center;
    color: #07baf1;
}
#preview_area .plof_tb1 th {
    box-sizing: border-box;
    border-bottom: 1px solid #d0d0d0;
    width: 168px;
    padding: 12px 0 10px 12px;
    text-align: left;
}
#preview_area .plof_tb1 td {
    box-sizing: border-box;
    border-bottom: 1px solid #d0d0d0;
    padding: 12px 10px 12px 0;
}
#preview_area .plof_tb1 tr:first-child th {
    padding-top: 0;
}
#preview_area .plof_tb1 tr:first-child td {
    padding-top: 0;
}
#preview_area .plof_tb1.mb_tb1 {
    margin-bottom: 40px;
}
#preview_area .plof_tb1.mb_tb2 {
    margin-bottom: 60px;
}
#preview_area .plof_tb1.type2 th {
    width: 246px;
}
#preview_area .plof_tb1 .in_list1 li + li {
    margin-top: 10px;
}
#preview_area .plof_tb1 p + p {
    margin-top: 30px;
}
#preview_area .plof_tb2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
}
#preview_area .plof_tb2 th {
    box-sizing: border-box;
    width: 168px;
    padding: 0 0 10px 12px;
    text-align: left;
}
#preview_area .plof_tb2 td {
    box-sizing: border-box;
    padding: 0 10px 10px 0;
}
#preview_area .pre_head1 {
    background: #eeeeee;
    font-weight: bold;
    padding: 7px 10px;
    margin-bottom: 10px;
}
#preview_area .plof_tb1 + .pre_head1 {
    margin-top: 20px;
}
#preview_area .pre_ttl {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
#preview_area .pre_text2 {
    margin-bottom: 35px;
}
#preview_area .pre_text2 p + p {
    margin-top: 25px;
}
#preview_area .pre_status1 {
    box-sizing: border-box;
    margin-bottom: 5px;
    border: 4px solid #d0d0d0;
    padding: 3px 15px;
    display: table;
    width: 100%;
}
#preview_area .pre_status1 .status_text {
    display: table-cell;
    width: 100px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}
#preview_area .pre_status1 .status_text .status_bg {
    display: block;
    padding: 3px 10px 1px;
}
#preview_area .pre_status1 .status_text .status_bg.status1 {
    background: #07baf1;
}
#preview_area .pre_status1 .status_text .status_bg.status2 {
    background: #f1075a;
}
#preview_area .pre_status1 .status_text .status_bg.status3 {
    background: #dcdcdc;
    color: #626262;
}
#preview_area .pre_status1 .status_text .status_bg.status4 {
    background: #626262;
}
#preview_area .pre_status1 .comp_name {
    box-sizing: border-box;
    display: table-cell;
    padding-left: 10px;
    color: #0048b0;
    font-size: 18px;
}
#preview_area .mb_edit1 {
    margin-bottom: 13px;
}
#preview_area .comp_situation {
    border-top: 1px solid #d0d0d0;
    margin-bottom: 40px;
}
#preview_area .comp_situation li {
    border-bottom: 1px solid #d0d0d0;
}
#preview_area .comp_situation li .situation_wrap1 {
    padding: 8px 25px;
    overflow: hidden;
}
#preview_area .comp_situation li .situation_wrap1.situation_end {
    background: #eeeeee;
    border-top: 1px solid #ccc;
}
#preview_area .comp_situation li .situation_left {
    display: table;
    width: 185px;
    float: left;
}
#preview_area .comp_situation li .situation_right {
    display: table;
    width: 705px;
    float: right;
}
#preview_area .comp_situation li .cell1 {
    box-sizing: border-box;
    display: table-cell;
}
#preview_area .comp_situation li .cell1.cell_type1 {
    width: 70px;
}
#preview_area .comp_situation li .cell1.cell_type3 {
    width: 70px;
}
#preview_area .comp_situation:last-child {
    margin-bottom: 70px;
}
#preview_area .post_none {
    margin-bottom: 70px;
}
#preview_area .job_box .border_head2 {
    margin-bottom: 25px;
}
#preview_area .job_box .border_head1 {
    margin-bottom: 10px;
}
#preview_area .job_box .job_list li + li {
    margin-top: 25px;
}

/*----------------------------------------

scouter

-----------------------------------------*/
#scouter_area {
    margin-top: 80px;
    margin-bottom: 100px;
}
#scouter_area .text-center {
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: bold;
    margin-top: -7px;
}
#scouter_area .cmn_error_area a {
    text-decoration: underline;
    color: #0048b0;
}
#scouter_area .well {
    background: #eeeeee;
    border: 2px solid #dcdcdc;
    padding: 15px;
    margin-bottom: 60px;
}
#scouter_area .well + .text-center {
    margin: 0 auto 20px;
}
#scouter_area .well + .text-center a {
    display: block;
    border: 2px solid #07baf1;
    color: #07baf1;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px !important;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 14px 13px;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 330px;
}
#scouter_area .well + .text-center a:active,
#scouter_area .well + .text-center a:hover {
    text-decoration: none;
    background: #07baf1;
    color: #fff;
}
#scouter_area .well + .text-center button {
    display: block;
    background: #fff;
    border: 2px solid #07baf1;
    color: #07baf1;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px !important;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 14px 13px;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 330px;
}
#scouter_area .well + .text-center button:active,
#scouter_area .well + .text-center button:hover {
    text-decoration: none;
    background: #07baf1;
    color: #fff;
}
#scouter_area .well + .text-center + .well {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 0;
}
#scouter_area .well + .text-center + .well a {
    box-sizing: border-box;
    display: block;
    font-weight: bold;
    font-size: 18px;
    width: 330px;
    padding: 16px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #dcdcdc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    margin: 0 auto;
    color: #626262;
}
#scouter_area .well + .text-center + .well a:active,
#scouter_area .well + .text-center + .well a:hover {
    background: #dcdcdc;
    text-decoration: none;
    color: #fff;
}

/*----------------------------------------

scouter_question

-----------------------------------------*/
#scouter_question_area {
    margin-top: 80px;
    margin-bottom: 90px;
}
#scouter_question_area h3 {
    background: #0048b0;
    color: #fff;
    font-size: 18px;
    padding: 5px 15px;
    margin-bottom: 40px;
}
#scouter_question_area .well {
    background: #eeeeee;
    border: 2px solid #dcdcdc;
    padding: 15px;
    margin-bottom: 50px;
}
#scouter_question_area h4 {
    font-weight: bold;
    font-size: 20px;
}
#scouter_question_area h4 + p {
    font-size: 18px;
}
#scouter_question_area .btn-group-justified {
    margin: 10px 0 45px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #626262;
    border-right: 1px solid #626262;
    border-bottom: 1px solid #626262;
}
#scouter_question_area .btn-group-justified .btn {
    box-sizing: border-box;
    display: table-cell;
    text-align: center;
    cursor: pointer;
    width: 1%;
    border-left: 1px solid #626262;
    padding: 7px 10px;
}
#scouter_question_area .btn-group-justified .btn:active,
#scouter_question_area .btn-group-justified .btn:hover,
#scouter_question_area .btn-group-justified .btn:focus {
    text-decoration: none;
    background: #ebebeb;
}
#scouter_question_area .btn-group-justified .btn.btn-success {
    background: #07baf1;
}
#scouter_question_area input[name^="answer"] {
    display: none;
}
#scouter_question_area .text-center {
    margin-top: 60px;
    margin-bottom: 0;
}
#scouter_question_area .text-center button {
    display: block;
    border: 2px solid #07baf1;
    color: #07baf1;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 16px 13px;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 330px;
    background: #fff;
}
#scouter_question_area .text-center button:active,
#scouter_question_area .text-center button:hover {
    text-decoration: none;
    background: #07baf1;
    color: #fff;
}

/*----------------------------------------

scouter_result

-----------------------------------------*/
#scouter_result_area {
    margin-top: 80px;
    margin-bottom: 90px;
}
#scouter_result_area h3 {
    background: #0048b0;
    color: #fff;
    font-size: 18px;
    padding: 5px 15px;
    margin-bottom: 40px;
}
#scouter_result_area .h_no {
    display: inline-block;
    font-size: 20px;
    color: #0048b0;
    font-weight: bold;
}
#scouter_result_area .h_no:after {
    content: ".";
    font-weight: bold;
}
#scouter_result_area h4 {
    font-size: 20px;
    display: inline;
    color: #0048b0;
    font-weight: bold;
}
#scouter_result_area .explain {
    display: block;
    margin-bottom: 10px;
    padding-top: 5px;
}
#scouter_result_area table.scouter {
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
    border-top: solid 2px #bbb;
    border-bottom: solid 2px #bbb;
}
#scouter_result_area table.scouter tr {
    box-sizing: border-box;
    border-top: solid 1px #c7c7c7;
    height: 30px;
}
#scouter_result_area table.scouter tr:nth-child(2) {
    border: 0;
    height: 29px;
}
#scouter_result_area table.scouter tr th {
    box-sizing: border-box;
    font-weight: normal;
    padding: 2px 4px;
    background-color: #ebebeb;
}
#scouter_result_area table.scouter tr td {
    box-sizing: border-box;
}
#scouter_result_area table.scouter tr td.bargraph_area {
    position: relative;
    width: 47%;
    padding: 0;
    vertical-align: top;
}
#scouter_result_area table.scouter tr td.linegraph_area {
    position: relative;
    width: 41%;
    padding: 0;
    vertical-align: top;
}
#scouter_result_area table.scouter tr td.linegraph_area table.inner {
    border-right: solid 2px #bbb;
}
#scouter_result_area table.inner {
    width: 100%;
    border-top: 0;
    border-bottom: 0;
    border-left: solid 2px #bbb;
}
#scouter_result_area table.inner th {
    width: 10%;
    padding: 0;
    background-color: #ebebeb;
    text-align: center;
    vertical-align: bottom;
    font-size: 10px;
}
#scouter_result_area table.inner th:first-child,
#scouter_result_area table.inner th :last-child {
    width: 0;
}
#scouter_result_area table.inner td {
    width: 10%;
    border-right: solid 1px #c7c7c7;
}
#scouter_result_area table.inner td:last-child {
    border: 0;
}
#scouter_result_area table.inner td.center {
    border-right: solid 2px #bbb;
}
#scouter_result_area table.inner tr {
    border-top: solid 1px #c7c7c7;
}
#scouter_result_area table.inner tr:first-child {
    border-top: 0;
    height: 31px;
}
#scouter_result_area table.inner tr:nth-child(2) {
    height: 27px;
    border-top: solid 1px #c7c7c7 !important;
}
#scouter_result_area table.inner tr.prevalence th {
    line-height: 1.3em;
    border-right: solid 1px #c7c7c7;
    font-size: 10px;
}
#scouter_result_area table.inner tr.prevalence th:last-child {
    border-right: 0;
}
#scouter_result_area table.bargraph {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#scouter_result_area table.bargraph tr {
    border-top: transparent 1px solid;
}
#scouter_result_area table.bargraph td {
    vertical-align: middle;
}
#scouter_result_area table.bargraph img {
    height: 15px;
    vertical-align: middle;
    padding-bottom: 2px;
}
#scouter_result_area table.linegraph {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#scouter_result_area table.linegraph tr {
    border: 0;
}
#scouter_result_area div.average {
    width: 100%;
    position: absolute;
    top: 52px;
}
#scouter_result_area .illegal tr {
    border-top: solid 1px #c7c7c7 !important;
}
#scouter_result_area .illegal tr:nth-child(2) td + td {
    color: #0048b0;
}
#scouter_result_area .illegal th:nth-child(3) {
    border-left: solid 2px #bbb;
}
#scouter_result_area .illegal td:nth-child(3) {
    border-left: solid 2px #bbb;
}
#scouter_result_area .illegal td:nth-child(n + 3) {
    width: 36px;
    border-right: solid 1px #c7c7c7;
}
#scouter_result_area .illegal td:last-child {
    border-right: 0;
}
#scouter_result_area .bargraph div {
    height: 15px;
    background-color: #000000;
}
#scouter_result_area .definition {
    padding: 0 5px;
}
#scouter_result_area .linegraph div {
    width: 100%;
    height: 210px;
}
#scouter_result_area .caution {
    background: #faffaa;
}
#scouter_result_area .danger {
    background: #f29b76;
}
#scouter_result_area .hazard {
    background: #ffaaaa;
}
#scouter_result_area p.comment {
    max-width: 1150px;
    margin-top: 10px;
}
#scouter_result_area span.definition_tooltip {
    color: #025dae;
    margin-left: 5px;
}
#scouter_result_area .text-center {
    text-align: center;
}
#scouter_result_area .label-info {
    background: #5bc0de;
}
#scouter_result_area .label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
#scouter_result_area .glyphicon:empty {
    width: 1em;
}
#scouter_result_area span.definition_tooltip {
    margin-left: 5px;
}
#scouter_result_area .glyphicon {
    position: relative;
    vertical-align: middle;
}
#scouter_result_area .glyphicon-info-sign:before {
    position: relative;
    top: 3px;
    display: inline-block;
    content: url(../img/scouter/info.png);
}
#scouter_result_area .back_link {
    padding-top: 50px;
}
.link_color {
    color: #07baf1;
}
.negative_tend {
    font-size: 12px;
}

/*----------------------------------------

consultants

-----------------------------------------*/
#consultants_area {
    margin-top: 80px;
    margin-bottom: 100px;
}
#consultants_area .text_mb1 {
    margin-bottom: 20px;
}
#consultants_area .image1 {
    margin-bottom: 15px;
}
#consultants_area .text_mb2 {
    margin-bottom: 70px;
}
#consultants_area .text_mb2 .in_red {
    color: #ff0000;
}
#consultants_area .consul_ol1 {
    padding: 0 80px;
    margin-bottom: 40px;
}
#consultants_area .consul_ol1 li {
    background: url(../img/consultants/step_arrow.png) center bottom no-repeat;
    background-size: 330px auto;
    padding-bottom: 53px;
    margin-bottom: 20px;
    overflow: hidden;
}
#consultants_area .consul_ol1 li .image_area {
    float: left;
    text-align: right;
    width: 300px;
}
#consultants_area .consul_ol1 li:nth-child(1) .image_area {
    margin-top: 7px;
}
#consultants_area .consul_ol1 li:nth-child(1) img {
    width: 253px;
}
#consultants_area .consul_ol1 li:nth-child(2) img {
    width: 219px;
    padding-right: 16px;
}
#consultants_area .consul_ol1 li:nth-child(3) img {
    width: 286px;
    padding-right: 16px;
}
#consultants_area .consul_ol1 li .text_area {
    width: 466px;
    float: right;
}
#consultants_area .consul_ol1 li .text_area .step_num {
    color: #0048b0;
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 5px;
}
#consultants_area .consul_ol1 li:last-child {
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#consultants_area .cmn_btn1 a {
    width: 527px;
    padding: 14px 10px;
}
#consultants_area .cmn_btn1.btn_mb1 {
    margin-bottom: 60px;
}
#consultants_area .consul_ul1 li {
    text-indent: -1em;
    padding-left: 1em;
}

/*----------------------------------------

about

-----------------------------------------*/
#about_area {
    margin-top: 80px;
    margin-bottom: 105px;
    /*live_about*/
}
#about_area .conf_desc1 .red_text {
    color: #ff0000;
}
#about_area .image_list1 {
    overflow: hidden;
    margin-bottom: 15px;
}
#about_area .image_list1 li {
    width: 444px;
}
#about_area .image_list1 li:nth-child(1) {
    float: left;
}
#about_area .image_list1 li:nth-child(2) {
    float: right;
}
#about_area .list_pc {
    padding-top: 7px;
    overflow: hidden;
    margin-bottom: 45px;
}
#about_area .list_pc li {
    float: left;
    background: url(../img/about/flow_arrow.jpg) right center no-repeat;
    background-size: 30px auto;
    padding-right: 44px;
    margin-right: 14px;
}
#about_area .list_pc li img {
    width: 190px;
}
#about_area .list_pc li:last-child {
    float: right;
    padding-right: 0;
    margin-right: 0;
}
#about_area .flow_list1 {
    margin-bottom: 60px;
}
#about_area .flow_list1 li {
    overflow: hidden;
}
#about_area .flow_list1 li .flow_text_area {
    float: left;
    width: 570px;
}
#about_area .flow_list1 li .flow_text_area .in_text1 {
    margin-bottom: 17px;
}
#about_area .flow_list1 li .flow_text_area .in_point {
    background: #eeeeee;
    padding: 15px 20px;
}
#about_area .flow_list1 li .flow_text_area .in_point .point1 {
    font-weight: bold;
    color: #0048b0;
}
#about_area .flow_list1 li .flow_text_area .in_point .point2 + .point2 {
    margin-top: 25px;
}
#about_area .flow_list1 li .flow_iamge_area {
    float: right;
    width: 330px;
    padding-top: 7px;
}
#about_area .flow_list1 li + li {
    margin-top: 40px;
}
#about_area .function_li {
    padding-top: 5px;
    margin-bottom: 60px;
}
#about_area .function_li li + li {
    margin-top: 40px;
}
#about_area .qa_dl dt {
    color: #0048b0;
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: bold;
}
#about_area .qa_dl dd {
    background: #eeeeee;
    padding: 10px 25px 15px;
}
#about_area .qa_dl dd + dt {
    margin-top: 35px;
}
#about_area .live_about_text1 {
    margin-bottom: 10px;
}
#about_area .live_about_image1 {
    text-align: center;
    margin-bottom: 60px;
}
#about_area .list_pc.live_about_flow li {
    background: url(../img/live_about/flow_arrow.jpg) right center no-repeat;
    background-size: 10px auto;
    padding-right: 13px;
    margin-right: 3px;
}
#about_area .list_pc.live_about_flow li img {
    width: 175px;
}
#about_area .list_pc.live_about_flow li:last-child {
    float: right;
    padding-right: 0;
    margin-right: 0;
}

/*----------------------------------------

idealist_confirm

-----------------------------------------*/
#idealist_area .fl_wrap .mb_last {
    margin-bottom: 5px;
}
#idealist_area .check_answer {
    text-indent: -1em;
    padding-left: 1em;
}
#idealist_area .check_answer .cmn_confirm_text {
    display: block;
    text-indent: 0;
    padding-left: 20px;
}
#idealist_area .check_answer:last-child {
    margin-bottom: 10px;
}

/*----------------------------------------

reissuepass

-----------------------------------------*/
#reissuepass_area {
    margin-top: 80px;
    margin-bottom: 105px;
}
#reissuepass_area .domain_name {
    font-weight: bold;
}
#reissuepass_area .ress_email_wrap input {
    box-sizing: border-box;
    width: 390px;
    border: 2px solid #d2d2d2;
    padding: 7px 12px;
    font-family: inherit;
    font-size: inherit;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#reissuepass_area .cmn_btn1 a {
    padding: 15px 10px;
    width: 330px;
    font-size: 18px;
    margin: 0;
}
/*----------------------------------------

companyrenewal 202008追加

-----------------------------------------*/

#companyrenewal_area {
    color: #000;
    word-break: break-all;
    padding-bottom: 150px;
}

#companyrenewal_area .main {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#companyrenewal_area .main img {
    width: 100%;
}

#companyrenewal_area .title {
    box-sizing: border-box;
    margin-top: -60px;
    margin-bottom: 43px;
    position: relative;
    z-index: 2;
}

#companyrenewal_area .title:after {
    content: " ";
    display: block;
    clear: both;
}

#companyrenewal_area .title_name {
    box-sizing: border-box;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.428;
    padding-top: 92px;
    float: right;
    width: calc(100% - 182px);
}

#companyrenewal_area .title_logo img {
    box-sizing: border-box;
    margin-top: 10px;
    width: 150px;
    height: auto;
    float: left;
    background-color: #ffffff;
}

#companyrenewal_area .title_logo_preview img {
    box-sizing: border-box;
    margin-top: 30px;
    margin-left: 20px;
    width: 80px;
    height: auto;
    float: left;
    background-color: #ffffff;
}

#companyrenewal_area .catchcopy {
    color: #0b48b0;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    line-height: 1.6;
    padding-left: 20px;
    margin-bottom: 47px;
}
#companyrenewal_area .catchcopy:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #0b48b0;
    border-radius: 3px;
    width: 6px;
    height: 95%;
}

#companyrenewal_area .tab_btn:after {
    content: " ";
    display: block;
    clear: both;
}
#companyrenewal_area .tab_btn li {
    box-sizing: border-box;
    width: 200px;
    background: #dcdcdc;
    font-weight: bold;
    font-size: 18px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    padding: 7px 5px 6px;
    float: left;
    cursor: pointer;
}

#companyrenewal_area .tab_btn li + li {
    margin-left: 10px;
}

#companyrenewal_area .tab_btn li.current {
    background: #0b48b0;
    color: #fff;
}

#companyrenewal_area .tab_wrap {
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    padding: 30px 29px;
}

#companyrenewal_area .tab_child {
    display: none;
}

#companyrenewal_area .tab_child:nth-child(1) {
    display: block;
}

#companyrenewal_area .tab_charm .post_child + .post_child {
    margin-top: 65px;
}
#companyrenewal_area .post_hl {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    padding: 1px 0 1px 15px;
    margin-bottom: 17px;
}

#companyrenewal_area .tab_info .post_hl {
    margin-bottom: 7px;
}

#companyrenewal_area .post_hl:before,
#companyrenewal_area .post_hl:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 50%;
    width: 4px;
}

#companyrenewal_area .post_hl:before {
    top: 0;
    background: #0b48b0;
    border-radius: 3px 3px 0 0;
}

#companyrenewal_area .post_hl:after {
    bottom: 0;
    background: #3eadff;
    border-radius: 0 0 3px 3px;
}

#companyrenewal_area .post_pic {
    margin-bottom: 20px;
}

#companyrenewal_area .post_pic img {
    width: 100%;
}

#companyrenewal_area .post_text {
    line-height: 1.5;
}

#companyrenewal_area .post_select_wrap {
    max-width: 800px;
    margin: 0 auto;
}

#companyrenewal_area .post_select:after {
    content: " ";
    display: block;
    clear: both;
}

#companyrenewal_area .post_select_child {
    box-sizing: border-box;
    width: 50%;
    font-size: 14px;
    font-weight: bold;
    color: #888;
    background: #f5f5f5;
    border-bottom: 2px solid #dcdcdc;
    text-align: center;
    padding: 6px 5px 5px;
}

#companyrenewal_area .post_select + .post_select {
    margin-top: 15px;
}

#companyrenewal_area .post_select_child.select {
    background: #d9edf7;
    border-bottom-color: #0b48b0;
    color: #0b48b0;
}

#companyrenewal_area .post_select_child:nth-child(odd) {
    float: left;
    border-radius: 10px 0 0 0;
}

#companyrenewal_area .post_select_child:nth-child(even) {
    float: right;
    border-radius: 0 10px 0 0;
}

#companyrenewal_area .tab_info .post_child + .post_child {
    margin-top: 37px;
}

#companyrenewal_area .post_table {
    width: 100%;
}

#companyrenewal_area .post_table tr {
    border-bottom: 1px solid #dcdcdc;
}

#companyrenewal_area .post_table th,
#companyrenewal_area .post_table td {
    padding: 12px 0;
    line-height: 1.5;
}

#companyrenewal_area .post_table th {
    text-align: left;
    width: 150px;
}

#companyrenewal_area .post_dl dt {
    font-weight: bold;
    margin-bottom: 5px;
}

#companyrenewal_area .post_dl > div {
    border-bottom: 1px solid #dcdcdc;
    padding-top: 9px;
    padding-bottom: 10px;
}

.page_container {
    max-width: 940px;
    margin: 0 auto;
    padding: 80px 10px;
}

.default_btn {
    margin: 1rem;
}

.default_btn a,.default_btn button {
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    width: 70vw;
    max-width: 330px;
    background: #fff;
    padding: 1em;
    border-radius: 10px;
    border: 2px solid #07baf1;
    backface-visibility: hidden;
    line-height: 1.4;
    color: #07baf1;
    text-align: center;
    cursor: pointer;
}
.default_btn a:hover,.default_btn button:hover {
    background: #07baf1;
    text-decoration: none;
    color: #fff;
}

.default_btn.gray a,.default_btn.gray button {
    border: 2px solid #d2d2d2;
    color: #626262;
}

.default_btn.gray a:hover, .default_btn.gray button:hover {
    color: #fff;
    background: #d2d2d2;
}

.default_btn.red a,.default_btn.red button {
    border: 2px solid #d40000;
    color: #d40000;
}

.default_btn.red a:hover, .default_btn.red button:hover {
    color: #fff;
    background: #d40000;
}

.default_btn button:disabled {
    color: white;
    background-color: gray;
    border: 2px solid gray;
}
.default_btn button:disabled:hover {
    background-color: gray;
}

/* checkbox */

.checkbox[type="checkbox"]:not(:checked),
.checkbox[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

.checkbox[type="checkbox"]:not(:checked)+label,
.checkbox[type="checkbox"]:checked+label {
  display: flex;
  position: relative;
  padding-left: 3em;
  cursor: pointer;
}

.checkbox[type="checkbox"]:not(:checked)+label:before,
.checkbox[type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  height: 2em;
  border: 2px #d2d2d2 solid;
  background: #FFF;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 rgba(0, 72, 176, .2);
}

.checkbox[type="checkbox"]:not(:checked)+label:after,
.checkbox[type="checkbox"]:checked+label:after {
  content: '';
  position: absolute;
  left: .8em;
  top: .3em;
  width: .5em;
  height: 1em;
  border: 4px solid #626262;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

.checkbox[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
}

.checkbox[type="checkbox"]:checked+label:after {
  opacity: 1;
}

/* disabled用スタイル */
.checkbox[type="checkbox"]:disabled:not(:checked)+label:before,
.checkbox[type="checkbox"]:disabled:checked+label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

.checkbox[type="checkbox"]:disabled:checked+label:after {
  border-color: #aaa
}

.checkbox[type="checkbox"]:disabled+label {
  color: #aaa;
}
