.top_list_search_area {
    color: #2e2e2e;
    padding: 20px 20px 20px 20px;
}

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

.top_list_search_area table th {
    padding: 5px 0;
    width: 50%;
}

.top_searchi_genre_icon {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 3px #ddd solid;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
    background: url(../images/top_searchi_genre_icon.jpg) #ffffff 7% center no-repeat;
    background-size: 40px;
}

.top_searchi_area_icon {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 3px #ddd solid;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
    background: url(../images/top_searchi_area_icon.jpg) #ffffff 7% center no-repeat;
    background-size: 40px;
}

.top_searchi_koyou_icon {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 3px #ddd solid;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
    background: url(../images/top_searchi_koyou_icon.jpg) #ffffff 7% center no-repeat;
    background-size: 40px;
}

.top_searchi_kodawari_icon {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 3px #ddd solid;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
    background: url(../images/top_searchi_kodawari_icon.jpg) #ffffff 7% center no-repeat;
    background-size: 40px;
}

.top_list_search_area table th p span {
    display: block;
    font-size: 12px;
}

.top_list_search_area table td {
    width: 100%;
    padding: 15px 0;
}

dl.search {
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
}

dl.search dt {
    margin-right: 40px;
    padding: 8px 0 8px 18px;
}

dl.search dt input {
    width: 100%;
    height: 16px;
    line-height: 16px;
    background: none;
    border: none;
}

dl.search dd {
    position: absolute;
    top: 0;
    right: 0;
}

dl.search dd button {
    display: block;
    padding: 0px;
    background: none;
    border: none;
}

dl.search dd button span {
    cursor: pointer;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/company_list_search_area_icon02.png) no-repeat scroll 0 0;
}


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

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

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

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

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

.box_in_pankuzu {
    text-align: left;
    background-color: #e6e6e6;
    margin: 100px 0 -100px 0;
    padding: 0px;
    height: 30px;
    line-height: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.box_in_pankuzu p {
    font-size: 13px;
    height: 30px;
    padding: 0px 15px 0px 15px;
    overflow: scroll;
    white-space: nowrap;
}

.box_in_pankuzu div {
    width: 50px;
}


.box_title_bule {
    min-height: 45px;
    line-height: 1.5;
    background-color: #003894;
    padding: 5px 2% 5px 2%;
    margin: 30px 0 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.box_title_bule p {
}

.box_title_bule p img {
    margin: 0 10px 0 0;
}

.box_title_bule h2 {
    font-weight: normal;
    color: #fff;
    font-size: 17px;
}

.box_title_orange {
    min-height: 45px;
    line-height: 1.5;
    background-color: #f8896e;
    padding: 5px 2% 5px 2%;
    margin: 30px 0 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.box_title_orange p {
}

.box_title_orange p img {
    margin: 0 10px 0 0;
}

.box_title_orange h2 {
    font-weight: normal;
    color: #fff;
    font-size: 17px;
}

.box_title_right_bule {
    min-height: 45px;
    line-height: 45px;
    background-color: #2bb0ed;
    padding: 0 2% 0 2%;
    margin: 30px 0 0 0;
}

.box_title_right_bule p {
    vertical-align: middle;
    display: inline-block;
}

.box_title_right_bule p img {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.box_title_right_bule h2 {
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    font-size: 17px;
}


.company_list_search_area {
    color: #2e2e2e;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
}

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

.company_list_search_area table th {
    padding: 5px 0;
    width: 50%;
}

.company_list_search_area table th p {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
    background: url(../images/company_list_search_area_icon01.png) #ebebeb 90% center no-repeat;
}

.company_list_search_area table th p span {
    display: block;
    font-size: 12px;
}

.company_list_search_area table td {
    width: 100%;
    padding: 15px 0;
}

dl.search {
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
}

dl.search dt {
    margin-right: 40px;
    padding: 8px 0 8px 18px;
}

dl.search dt input {
    width: 100%;
    height: 16px;
    line-height: 16px;
    background: none;
    border: none;
}

dl.search dd {
    position: absolute;
    top: 0;
    right: 0;
}

dl.search dd button {
    display: block;
    padding: 0px;
    background: none;
    border: none;
}

dl.search dd button span {
    cursor: pointer;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/company_list_search_area_icon02.png) no-repeat scroll 0 0;
}


/*company_list_item*/
.company_list_item_area {
    margin: 0 auto 0px;
    padding: 0px 0;
}

.company_list_item_area li {
    position: relative;
    background-color: #fff;

}

.fc_icon {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #158848;
    display: inline-block;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
}

.company_list_item_area li a {
    background-color: #fff;
    margin: 10px 0 10px 0px;
    width: 92%;
    padding: 4%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.company_list_item_view {
    width: 70px;
    margin: 0 10px 0 0
}

.company_list_item_view img {
    width: 70px;
}

.company_list_item_text {
}

.company_list_item_text h3 {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 35px 0 0;
}

.company_list_item_text p {
    font-size: 14px;
    line-height: 1.5;
}

.t_btn_m {
    font-weight: bold;
    border: solid 1px #ccc;
    padding: 5px 65px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 0px auto 0 auto;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background: url(../images/t_btn_m_icon.png) #fff 85% center no-repeat;
    line-height: 2;
}

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

.title_c {
    position: relative;
    text-align: center;
    margin: 40px auto 0 auto;
}

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

.title_c p {
    font-size: 16px;
    color: #999;
}

.title_c h2 {
    line-height: 1.7;
    font-size: 20px;
    color: #003894;
}

.contact_area_box {
    margin: 40px auto;
    width: 100%;
}

.contact_area_box p {
    color: #999;
    margin: 20px auto;
}

.contact_area_box table {
    width: 100%;
}

.contact_area_box table th {
    display: inline-block;
    width: 100%;
    padding: 10px 0 0px 0;
}

.contact_area_box table td {
    display: inline-block;
    width: 100%;
    padding: 0px 0;
}

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

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


.low_mainview {
    width: 100%;
    overflow: hidden;
}

.low_mainview img {
    width: 100%;
    margin: 0 0 0 0;
}

.company_in_main_area {
    color: #2e2e2e;
    background-color: #fff;
    padding: 10px;
    margin: 40px 0px 0px 0px;
}

.company_in_main_area h3 {
    line-height: 1.5;
    font-size: 20px;
    padding: 0px 0px 0px 0px;
}

.company_in_cat02_area {
    padding: 10px 0px 20px 0px;
    border-bottom: 1px solid #ccc;
}

.company_in_cat02_icon {
    color: #53bef0;
    font-weight: bold;
    border: solid 1px #ccc;
    padding: 3px 13px 3px 30px;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    margin: 0px 5px 5px 0px;
    background-color: #fff;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url(../images/company_in_cat02_icon.jpg) #fff 10px center no-repeat;
}

.company_in_text_area {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #ccc;
}

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

.company_in_text_area h4 {
    font-size: 18px;
}

.company_in_text_area table th {
    width: 30%;
}

.company_in_text_area table th img {
    width: 100%;
}

.company_in_text_area table td {
    width: calc(70% - 20px);
    padding: 0 0 0 20px;
}

.company_in_text_area table td p {
    line-height: 1.5;
    font-size: 14px;
    color: #777;
}


.company_in_btn_area {
    text-align: center;
    padding: 20px 0px 10px 0px;
    margin: 0 auto;

}

.company_in_btn_icon01 a {
    width: 48%;
    font-weight: bold;
    border: solid 1px #ccc;
    padding: 5px 0;
    margin: 0px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background: url(../images/company_list_search_area_icon01.png) #fff 85% center no-repeat;
    line-height: 2;
}

.company_in_btn_icon01 a:hover {
    cursor: pointer;
    color: #333;
    background-color: #dfdfdf;
}

.company_in_btn_icon02 a {
    width: 48%;
    color: #fff;
    font-weight: bold;
    border-bottom: solid 1px #0f6186;
    padding: 5px 0;
    margin: 0px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background: url(../images/company_in_btn_icon02.png) #2bb0ed 15% center no-repeat;
    line-height: 2;
}

.company_in_btn_icon02 a:hover {
    cursor: pointer;
    color: #fff;
    background-color: #65bfe9;
}


.company_articles_area {
    overflow: hidden;
    width: 100%;
    margin: 30px auto 0px;
}

.company_articles_area_in {
    width: 100%;
}

.company_articles {
    margin: 15px 0 25px 0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.company_articles_view {
    width: 25%;
}

.company_articles_view img {
    width: 100%;
}

.company_articles_date_text_area {
    width: 73%;
}

.company_articles_cat01_date_icon_area {
    margin: 0px 0 5px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.company_articles_cat01 {
    font-size: 12px;
    padding: 0px 10px;
    display: inline-block;
    color: #fff;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    line-height: 2;
}

.cat01_icon0 {
    background-color: #808080;
}

.cat01_icon01 {
    background-color: #f1ce01;
}

.cat01_icon02 {
    background-color: #0168b2;
}

.cat01_icon03 {
    background-color: #00974b;
}

.cat01_icon04 {
    background-color: #cc5638;
}

.cat01_icon05 {
    background-color: #00a4e6;
}


.company_articles_date {
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

.company_articles_text_area {
    font-size: 16px;
    line-height: 1.5;
}


.company_data_area {
    color: #2e2e2e;
    background-color: #fff;
    padding: 10px 10px 0px 10px;
    margin: 0px 0px 1px 0px;
    overflow: hidden;
}

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

.company_data_area table th {
    vertical-align: top;
    padding: 15px;
    display: block;
}

.company_data_area table td {
    vertical-align: top;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    word-break: break-all;
    display: block;
}

.company_data_area table td span {
    font-size: 12px;
}


.company_articles_list_icon_area {
    color: #2e2e2e;
    background-color: #fff;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}

.company_articles_list_icon_area {
    color: #2e2e2e;
    background-color: #fff;
    padding: 20px;
    margin: 0px 0px 0px 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: scroll;
    white-space: nowrap;
}

.company_articles_cat03 {
    font-size: 14px;
    line-height: 1.5;
    padding: 4px 8px;
    margin: 0px 10px 0px 0px;
    display: block;
    color: #717171;
    font-weight: bold;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */

}

.cat03_icon0 {
    border: 2px solid #808080;
}

.cat03_icon01 {
    border: 2px solid #f1ce01;
}

.cat03_icon02 {
    border: 2px solid #0168b2;
}

.cat03_icon03 {
    border: 2px solid #00974b;
}

.cat03_icon04 {
    border: 2px solid #cc5638;
}

.cat03_icon05 {
    border: 2px solid #00a4e6;
}


.pager .pagination {
    text-align: center;
    margin: 30px 0px 0px 0px;
}

.pager .pagination li {
    display: inline;
    margin: 0 1px;
    padding: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    position: relative;
    border-radius: 10px;
}


.pager .pagination li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pager .pagination li a span {
    display: table-cell;
    vertical-align: middle;
}

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

.pager .pagination li a.pager_active {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.pager .pagination li a.pager_next {
    font-size: 12px;
}

.pager .pagination li a.pager_last {
    background: #f4f4f4;
    padding: 0 10px;
}


.company_in_list_area {
    overflow: hidden;
    width: 100%;
    margin: 20px auto 0px;
}

.company_in_list_area_in {
    width: 100%;
}

.company_in_main_area02 {
    color: #2e2e2e;
    background-color: #fff;
    margin: 0px 0px 20px 0px;
    width: 92%;
    padding: 4%;
}

.company_in_main_area02 h3 {
    line-height: 1.5;
    font-size: 18px;
}

.company_in_main_area02 h4 {
    display: block;
    font-weight: normal;
    color: #888;
    line-height: 1.5;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}

.company_in_cat02_area02 {
    padding: 10px 0px 10px 0px;

}

.company_in_cat02_icon02 {
    font-weight: bold;
    border: solid 1px #10c317;
    padding: 3px 13px 3px 30px;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    margin: 0px 5px 5px 0px;
    background-color: #fff;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url(../images/company_in_cat03_icon.jpg) #fff 10px center no-repeat;
}

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

.company_in_text_area02_01 p {
    line-height: 1.5;
    font-size: 16px;
    color: #777;
    padding: 1px 0px 1px 20px;
}

.company_in_main_icon01 {
    line-height: 1.5;
    font-size: 16px;
    color: #777;
    display: block;
    padding: 1px 0px 1px 20px;
    background: url(../images/company_in_main_icon01.jpg) #fff 0px center no-repeat;
}

.company_in_main_icon02 {
    line-height: 1.5;
    font-size: 16px;
    color: #777;
    display: block;
    padding: 1px 0px 1px 20px;
    background: url(../images/company_in_main_icon02.jpg) #fff 0px center no-repeat;
}

.company_in_text_area02_02 {
    padding: 10px 0px 10px 0px;
    margin: 0 auto 15px auto;
    border-bottom: 1px solid #ccc;
}

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

.company_in_text_area02_02 table th {
    line-height: 1.5;
    font-size: 16px;
    color: #777;
    vertical-align: top;
    padding: 0px;
    width: 25%;
    text-align: right;
}

.company_in_text_area02_02 table td {
    line-height: 1.5;
    font-size: 16px;
    color: #777;
    vertical-align: top;
    padding: 0px;
    text-align: left;
}

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

.articles_catch_sp img {
    width: 100%;
}

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

.articles_inner .articles_title {
    padding: 0 16px 32px;
}

.articles_inner .article-content {
    background: #EAE8E2;
    padding: 5px 11px 5px;
}

.articles_title p {
    font-size: 16px;
}

.articles_title h1 {
    font-size: 22px;
    line-height: 1.7;
    margin: 10px auto;
}


.articles_sns {
    width: 100%;
    margin: 40px auto 0px;
    padding: 0px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.articles_sns div {
    margin: 0px 10px 0px 0px;
    padding: 0px 0;
}

.articles_reed {
    line-height: 2;
    margin: 0 auto 20px;
    font-size: 13px;
}

.articles_reed p {
}

.articles_interviewer {
    background-color: #fff;
    padding: 14px;
    margin: 0px auto 10px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.articles_interviewer_view {
    width: 20%; /* ※縦横を同値に */
    height: 20%; /* ※縦横を同値に */
    border-radius: 50%;
    overflow: hidden;
}

.articles_interviewer_view img {
    width: 100%;
    height: 100%;
}

.articles_interviewer_text {
    width: 75%;
    margin: 0px 0px 0px 5%;
}

.articles_interviewer_text h3 {
    font-size: 20px;
    line-height: 1.5;
}

.articles_interviewer_text p {
    font-size: 15px;
    line-height: 1.5;
    margin: 5px 0px 0px 0px;
}

.articles_body {
    margin: 20px auto;
}

.articles_body h2 {
    font-size: 22px;
    line-height: 1.5;
    border-bottom: 3px solid #003894;
    margin: 20px 0px 20px 0px;
}

.articles_body p {
    line-height: 2;
    margin: 20px 0px 20px 0px;
}

.articles_interview {
    margin: 20px 0px 20px 0px;
}

.articles_interview ul {
}

.articles_interview ul li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 35px 0px 35px 0px;
}

.articles_interview_interviewer {
    width: 10%;
    margin: 0 5% 0 0;
}

.articles_interview ul li p {
    width: 85%;
    margin: 0px 0px 0px 0px;
}

.articles_interview_interviewer p {
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    display: none;
}

.articles_interview_interviewer p span {
    color: #003894;
}

.articles_interview ul li p strong {
    color: #003894;
}


.articles_interview_interviewer div {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.articles_interview_interviewer div img {
    width: 100%;
}

.articles_body img {
    max-width: 100%;
}

.list_announce_message {
    background-color: #fff;
    padding: 10px 15px;
    margin: -10px 0 -20px 0;
}

.list_announce_message h4 {
    font-size: 14px;
}

.list_announce_message h4 span {
    font-size: 24px;
    display: inline-block;
    padding: 0 5px;
    color: #f56424;;
}


.job_in_btn_area01 {
    text-align: center;
    margin: 0px auto;
    padding: 30px 15px;
}

.job_in_btn_icon01 a {
    font-weight: bold;
    width: 48%;
    border-bottom: solid 1px #ad5101;
    padding: 5px 0px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0px 0px 0px 1%;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background: url(../images/job_in_btn_icon01.png) #ff963c 95% center no-repeat;
    line-height: 2;
}

.job_in_btn_icon01 a:hover {
    cursor: pointer;
    color: #fff;
    border-bottom: solid 1px #ff963c;
    background-color: #fcbb82;
}

.job_data_area {
    color: #2e2e2e;
    background-color: #fff;
    padding: 10px 10px 30px 10px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}

.job_data_area table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 10px 0px 0px 0px;
    line-height: 1.7;
}

.job_data_area table th {
    vertical-align: top;
    padding: 15px;
    display: block;
    font-size: 16px;
}

.job_data_area table td {
    vertical-align: top;
    font-size: 15px;
    padding: 15px;
    display: block;
    border-bottom: 1px solid #ccc;
}

.job_in_top_area {
    color: #2e2e2e;
    background-color: #fff;
    padding: 10px;
    margin: 40px 0px 0px 0px;
}

.job_in_top_area h1 {
    text-align: center;
    font-size: 20px;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #ccc;
}

.job_in_top_area h2 {
    text-align: left;
    font-size: 18px;
    line-height: 1.7;
    padding: 10px 0 10px 0;
}

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

.job_in_top_area table th {
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #ccc;
}

.job_in_top_area table td {
    display: block;

}

.company_in_cat02_icon04 {
    font-weight: bold;
    border: solid 1px #497ef4;
    padding: 3px 13px 3px 30px;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    margin: 0px 5px 5px 0px;
    background-color: #fff;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url(../images/company_in_cat04_icon.jpg) #fff 10px center no-repeat;
}

.job_in_text_area {
    line-height: 1.7;
    padding: 20px 0px 20px 0px;
}

.job_in_btn_area02 {
    margin: 20px 0px 0px 0px;
}


.job_view_area {
    background-color: #fff;
    width: 92%;
    margin: 20px auto 0px;
    padding: 4%;
}

.job_view_area_in {
    margin: 0px auto;

}

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

.job_view_view {
    width: 100%;
    overflow: hidden;
}

.job_view_view img {
    width: 100%;
}

.job_view_text_area {
    font-size: 16px;
    line-height: 1.7;
    margin: 5px 0 0 0;
}

.company_in_main_area table th {
    display: block;
}

.company_in_main_area table th img {
    width: 100%;
}

.company_in_main_area table td {
    display: block;
    margin: 5px 0 0 0;
    line-height: 1.7;
}

.company_in_main_area03 {
    color: #2e2e2e;
    background-color: #fff;
    padding: 10px;
    margin: 40px 0px 0px 0px;
}

.company_in_main_area03 h3 {
    line-height: 1.5;
    font-size: 20px;
    padding: 0px 0px 0px 0px;
}


.login_top_area {
    color: #2e2e2e;
    background-color: #fff;
    padding: 0px 0px 0px 0px;
}

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

.login_top_area table th {
    font-weight: normal;
    width: 100%;
    padding: 0px;
    display: block;
}

.login_top_area table td {
    width: 100%;
    padding: 0px;
    display: block;
}

.login_top_in01 {
    width: 92%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.login_top_in02 {
    width: 92%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.login_top_in03 {
    padding: 15px 0;
    background-color: #e8a100;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.login_top_in03_in {
    width: 92%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.login_top_in_left_icon {
    width: 5%;
}

.login_top_in_left_icon img {
    width: 100%;
    margin: 0;
}

.login_top_in_left {
    width: 50%;
}

.login_top_in_center {
    width: 20%;
}

.login_top_in_right {
    width: 22%;
}

.login_top_area table p {
    font-size: 11px;
    line-height: 1.5;
    color: #999;
}

.login_top_area table h4 {
    font-size: 15px;
    line-height: 1.3;
}

.login_top_area table h5 {
    text-align: right;
    font-size: 22px;
    font-weight: normal;
    margin: 0 10px 0 0;
    color: #e8632b;
    line-height: 1.5;
}

.login_top_area table h5 span {
    font-size: 11px;
    color: #333;
    line-height: 1.5;
}

.login_top_check_btn {
}

.login_top_check_btn a {
    font-size: 14px;
    display: block;
    color: #fff;
    border-bottom: 1px solid #0f6186;
    text-align: left;
    padding: 0 0 0 10px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    line-height: 2.5;
    background: url(../images/job_in_btn_icon01.png) #2bb0ed 92% center no-repeat;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.login_top_check_btn a:hover {
    background-color: #71c6ed;
    border-bottom: 1px solid #296884;
}


.offer_list_icon_area {
    color: #2e2e2e;
    background-color: #fff;
    padding: 20px;
    margin: 0px 0px 0px 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.offer_cat05_right {
    font-size: 14px;
    width: 100%;
    text-align: right;
    padding: 10px 0px 20px 0px;
    display: block;
    color: #333;
    font-weight: bold;
}

.offer_cat05_right span {
    font-size: 28px;
    color: #f56424;
}

.offer_list_icon_area_in {
    margin: 0px 0px 0px 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.offer_cat05 {
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 8px;
    margin: 0px 20px 0px 0px;
    display: block;
    color: #333;
    font-weight: bold;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.cat05_icon0 {
    background-color: #1fabec;
    color: #fff;
}

.cat05_icon01 {
    background-color: #cccccc;
    color: #fff;
}

.cat05_icon02 {
    background-color: #1fabec;
    color: #fff;
}

.cat05_icon03 {
    background-color: #1fabec;
    color: #fff;
}

.cat05_icon04 {
    background-color: #1fabec;
    color: #fff;
}


.offer_list_title_area {
    font-size: 14px;
    margin: 20px 0px 10px 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.offer_list_title01 {
    width: 10%;
    text-align: center;
    display: block;
    color: #333;
    font-weight: bold;
    border-left: 1px solid #ccc;
}

.offer_list_title02 {
    width: 10%;
    text-align: center;
    display: block;
    color: #333;
    font-weight: bold;
    border-left: 1px solid #ccc;
}

.offer_list_title03 {
    width: 59%;
    text-align: center;
    display: block;
    color: #333;
    font-weight: bold;
    border-left: 1px solid #ccc;
}

.offer_list_title04 {
    width: 21%;
    text-align: center;
    display: block;
    color: #333;
    font-weight: bold;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


.offer_list_contents_area {
    margin: 0px 0px 15px 0px;
    background-color: #fff;
    position: relative;
}

.offer_list_contents_area_in {
    font-size: 14px;
    padding: 20px 5%;
}

.offer_list_contents_area_in_right {
    margin: 0 0 0 0;
}

.offer_list_contents01 {
    text-align: left;
    color: #333;
    font-weight: bold;
    width: 100%;
}

.offer_list_contents_icon01 {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 2;
    font-weight: bold;
    background-color: #d1e2f4;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.offer_list_contents_icon02 {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 2;
    font-weight: bold;
    background-color: #e0f4d1;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.offer_list_contents_icon03 {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 2;
    font-weight: bold;
    background-color: #fff;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.offer_list_contents02 {
    text-align: left;
    display: block;
    color: #333;
    margin: 0 0 0 0;
}

.offer_list_contents03 {
    text-align: left;
    display: block;
    color: #333;
    line-height: 1.5;
    margin: 10px 0 0 0;
}

.offer_list_contents03 h5 {
    font-size: 16px;
    color: #2eb0ed;
}

.offer_list_contents03 p {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0 0;
    text-align: center;
}

.offer_list_contents04 {
    text-align: center;
    font-weight: bold;
    display: block;
    color: #333;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 10px 0 0 0;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.offer_list_contents04 span {
    font-size: 28px;
    color: #cc3333;
}

.midoku {
    border: 2px solid #f89246;
}

.midoku_icon {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #f89246;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -15px;
    right: -15px;
}

.box_in_s {
    width: 100%;
    margin: 0px auto;
    padding: 10px 0 0 0;
}

.pass_forgot_box {
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
}

.pass_forgot_box p {
    margin: 10px auto;
}

.pass_forgot_box_in {
    width: 100%;
    margin: 30px auto;
}

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

.p_btn_r {
    font-weight: bold;
    padding: 0 2%;
    width: 96%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 10px auto 0 auto;
    background-color: #ddd;
    border: solid 1px #ddd;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.p_btn_r:hover {
    cursor: pointer;
    color: #fff;
    background-color: #ccc;
}

.pass_forgot_box_low {
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
}

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

.pass_forgot_box_low_in h4 {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}

.pass_forgot_box_low_in h4 a {
    color: #003894;
    font-weight: bold;
}

.message_icon_area {
    color: #2e2e2e;
    background-color: #fff;
    padding: 10px;
}

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

.message_icon_area table th {
    padding: 5px 0;
    width: 20%;
    font-size: 16px;
}

.message_icon_text02 {
    color: #1fabec;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.message_icon_text03 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.message_icon_area table th p {
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    background-color: #ebebeb;
    padding: 10px 0;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}

.message_icon_area table th p span {
    display: block;
    font-size: 12px;
}

.message_icon_area table td {
    width: 70%;
    padding: 5px 0 5px 5%;
}

.message_icon_area table td p {
    vertical-align: middle;
    display: inline;
    float: left;
    margin: 10px 0 0 0;
}

.message_icon01 {
    font-weight: bold;
    font-size: 14px;
    padding: 7px;
    background-color: #d1e2f4;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.message_icon02 {
    font-weight: bold;
    font-size: 14px;
    padding: 7px;
    background-color: #e0f4d1;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.message_icon03 {
    font-weight: bold;
    font-size: 14px;
    padding: 7px;
    background-color: #fff;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.message_inner {
    width: 100%;
    margin: 40px 0 0 0;
}

.message_body {
    margin: 40px auto;
}

.message_interview {
    margin: 25px 0px 25px 0px;
}

.message_interview ul {
}

.message_interview ul li {
    position: relative;
    margin: 60px 0px 35px 0px;
}

.message_data_left {
    text-align: right;
}

.message_data_right {
    text-align: left;
}

.message_interview_box_left {
    background-color: #fff;
    padding: 0px;
    margin: 10px 0px 35px 0px;
}

.message_interview_box_left_in {
    padding: 20px;
}

.message_interview_interviewer_left {
    position: absolute;
    top: -30px;
    left: 20px;
    width: 160px;
}

.message_interview_box_left_in p {
    margin-bottom: 20px;
}

.message_interview_interviewer_left div {
    float: left;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.message_interview_interviewer_left div img {
    width: 100%;
}

.message_interview_box_left {
}

.message_interview_box_left h4 {
    position: relative;
    padding: 15px 20px 15px 20px;
    border-bottom: solid 1px #ddd;
}

.message_interview_box_left h4:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 30px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}


.message_interview_box_right {
    background-color: #fff;
    padding: 0px;
    margin: 10px 0px 35px 0px;
}

.message_interview_box_right_in {
    padding: 20px;
}

.message_interview_interviewer_right {
    position: absolute;
    top: -30px;
    right: 20px;
    width: 160px;
}

.message_interview_box_right_in p {
    margin-bottom: 20px;
}

.message_interview_interviewer_right div {
    float: right;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.message_interview_interviewer_right div img {
    width: 100%;
}

.message_interview_box_right {
}

.message_interview_box_right h4 {
    position: relative;
    padding: 15px 20px 15px 20px;
    border-bottom: solid 1px #ddd;
}

.message_interview_box_right h4:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 30px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}


.message_interview_box_center {
    background-color: #fff;
    padding: 0px;
    margin: 10px 0px 35px 0px;
}

.message_interview_box_center_in {
    padding: 20px;
}

.message_interview_box_center {
}

.message_interview_box_center h4 {
    text-align: center;
    color: #0b4199;
    font-size: 18px;
    position: relative;
    padding: 15px 20px 15px 20px;
    border-bottom: solid 1px #ddd;
}

.message_btn {
    width: 100%;
    text-align: center;
}

.message_btn a {
    margin: 40px auto 0px auto;
}


/*メッセージ02*/

.message02_margin {
    margin: 150px 0px 0px 0px;
}

.message02_icon_area {
    width: 100%;
    z-index: 11;
    position: fixed;
    top: 50px;
    color: #2e2e2e;
    background-color: #132896;
    padding: 10px 0px 10px 0px;
}

.message02_icon_area_in {
    margin: 0 auto;
    width: 94%;
}

.message02_icon_area table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}

.message02_icon_area table th {
    text-align: left;
    width: 20%;
    font-size: 14px;
    padding: 5px;
    color: #fff;
    white-space: nowrap;
}

.message02_icon_area table td {
    text-align: left;
    width: 75%;
    max-width: 0;
    font-size: 14px;
    padding: 5px;

    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.message02_text_top {
    color: #fff;
}

.message02_text_bottom {
    color: #27afe9;
}

.message02_text_bottom a {
    color: #27afe9;
}

/*
@media screen and (min-width:320px) and ( max-width:699px) {
.message02_icon_area table td span{
display:block;
width:100%;
color:#fff;
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.message02_icon_area table td a{
display:block;
width:100%;
color:#27afe9;
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
@media screen and (min-width:700px) and ( max-width:979px) {
.message02_icon_area table td span{
display:block;
min-width:400px;
max-width:550px;
color:#fff;
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.message02_icon_area table td a{
display:block;
min-width:400px;
max-width:550px;
color:#27afe9;
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
*/
.message02_icon_text01 {
    text-align: center;
    display: inline-block;
    color: #333;
    font-size: 14px;
    background-color: #ebebeb;
    padding: 3px 15px;
    border-radius: 3px; /* CSS3闕画｡� */
    -webkit-border-radius: 3px; /* Safari,Google Chrome逕ｨ */
    -moz-border-radius: 3px; /* Firefox逕ｨ */
    font-weight: bold;
}

.message02_icon_text02 {
    text-align: center;
    display: inline-block;
    color: #333;
    font-size: 14px;
    background-color: #ebebeb;
    padding: 2px 10px;
    border-radius: 3px; /* CSS3闕画｡� */
    -webkit-border-radius: 3px; /* Safari,Google Chrome逕ｨ */
    -moz-border-radius: 3px; /* Firefox逕ｨ */
    font-weight: bold;
}


.message02_inner {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.message02_body {
    width: 63%;
    margin: 0px auto;
    padding: 0px 0 140px 0;
}

.message02_interview {
    margin: 0px 0px 0px 0px;
}

.message02_interview ul {
}

.message02_interview ul li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    margin: 35px 0px 35px 0px;
}

.message02_data_left {
    position: absolute;
    bottom: -30px;
    right: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0;
    color: #808080;

}

.message02_data_right {
    position: absolute;
    bottom: -30px;
    left: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0;
    color: #808080;
    text-align: left;
}


.message02_interview_box_left {
    text-align: left;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    padding: 0px;
    margin: 60px 0px 0px 0px;
    border-radius: 25px; /* CSS3闕画｡� */
    -webkit-border-radius: 25px; /* Safari,Google Chrome逕ｨ */
    -moz-border-radius: 25px; /* Firefox逕ｨ */
}

.message02_interview_box_left :after {
    z-index: -1;
    content: url(../images/message02_interview_box_left_icon.png);
    position: absolute;
    display: inline-block;
    top: 65px;
    left: -15px;
}

.message02_interview_box_left_in {
    padding: 20px;
}

.message02_interview_interviewer_left {
    position: absolute;
    top: 30px;
    left: -180px;
    width: 160px;
}

.message02_interview_box_left_in p {
    margin: 0px;
}

.message02_interview_interviewer_left div {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.message02_interview_interviewer_left div img {
    min-width: 40px;
    height: 100%;
}


.message02_interview_box_right {
    text-align: left;
    width: 100%;
    z-index: 2;
    background-color: #96add6;
    padding: 0px;
    margin: 70px 0px 0px 0px;
    border-radius: 25px; /* CSS3闕画｡� */
    -webkit-border-radius: 25px; /* Safari,Google Chrome逕ｨ */
    -moz-border-radius: 25px; /* Firefox逕ｨ */
}

.message02_interview_box_right :after {
    content: url(../images/message02_interview_box_right_icon.png);
    position: absolute;
    display: inline-block;
    z-index: -1;
    top: 65px;
    right: -15px;

}

.message02_interview_box_right_in {
    padding: 20px;
}

.message02_interview_interviewer_right {
    position: absolute;
    top: 30px;
    right: -60px;
    width: 160px;
}

.message02_interview_box_right_in p {
    margin: 0px;
}

.message02_interview_interviewer_right div {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.message02_interview_interviewer_right div img {
    min-width: 40px;
    height: 100%;
}

.message02_btn {
    width: 100%;
    text-align: center;
}

.message02_btn a {
    margin: 40px auto 0px auto;
}

.message02_form_area {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    z-index: 11;
    padding: 10px 0;
}

.message02_form_area_in {
    margin: 0 auto;
    width: 94%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.message02_form_area_left {
    width: 80%;
}

.message02_form_area_right {
    width: 16%;
}


.tenp_file02 {
    display: inline-block;
    padding: 0px 0px 5px 0px;
}

.tenp_file02 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #888;
}

.pass_forgot_link {
    display: block;
    text-decoration: underline;
    text-align: right;
    font-size: 13px;
    margin: -5px 0px 0 0;
}

.p_btn_lo {
    font-weight: bold;
    padding: 0 2%;
    width: 96%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 10px auto 0 auto;
    background-color: #efefef;
    border: solid 1px #efefef;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.p_btn_lo:hover {
    cursor: pointer;
    color: #fff;
    background-color: #ccc;
}

.login_line_btn {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 auto 20px auto;
    border-bottom: solid 1px #cccccc;
}

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

}

.login_line_btn img {
    margin: 0px auto;
}

.pass_forgot_check_center {
    position: absolute;
    text-align: center;
    margin: 10px 30% 0px 35%;
    font-size: 14px;
}

.pass_forgot_check_center span {
    padding: 0px 0 0 30px;
    margin: -3px 0 0 0px;
}


.application_box {
    margin: 0 auto;
    background-color: #fff;
    padding: 0px;
}

.application_box h3 {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 20px;
    color: #003894;
    font-size: 20px;
}

.application_box h3 span {
    color: red;
    font-size: 14px;
    font-weight: normal;
}

.application_box h5 {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
}

.application_box_in {
    padding: 20px;
    margin: 0px auto;
}

.application_btn_01 {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
    box-shadow: 0px 1px 1px 1px #999;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.application_btn_01:hover {
    background-color: #fefefe;
}

.application_btn_01 p {
    text-align: center;
    display: block;
    font-weight: bold;
}

.application_btn_01_low {
    text-align: right;
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.application_btn_02 a {
    font-weight: bold;
    border-bottom: solid 1px #ad5101;
    padding: 5px 30px 5px 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0px 5px 0px 5px;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background: url(../images/application_btn_02_icon01.png) #ff963c 12% center no-repeat;
    line-height: 2;
}

.application_btn_02 a:hover {
    cursor: pointer;
    color: #fff;
    border-bottom: solid 1px #ff963c;
    background-color: #fcbb82;
}

.application_btn_03 a {
    width: 48%;
    color: #fff;
    font-weight: bold;
    border-bottom: solid 1px #ad5101;
    padding: 5px 0;
    margin: 0px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background: url(../images/application_btn_02_icon01.png) #ff963c 15% center no-repeat;
    line-height: 2;
}

.application_btn_03 a:hover {
    cursor: pointer;
    color: #fff;
    border-bottom: solid 1px #ff963c;
    background-color: #fcbb82;
}

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

.t_btn_aq:hover {
    cursor: pointer;
    color: #ddd;
}


.application_list_contents_area {
    margin: 30px 0px 15px 0px;
    background-color: #fff;
    position: relative;
}

.application_list_contents_area_in {
    font-size: 14px;
    padding: 15px;
}

.application_list_contents01 {
    width: 100%;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.application_list_contents01 a {
    width: 25%;
    margin: 0px 0px 0px 0px;
}

.application_list_contents01 a img {
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.application_list_contents01 h5 {
    width: 70%;
    font-size: 18px;
    padding: 0 0 0 5%;
    line-height: 1.5;
}

.application_list_contents_icon01 {
    padding: 10px;
    font-weight: bold;
    background-color: #d1e2f4;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.application_list_contents_icon01:hover {
    background-color: #d1e2f4;
}

.application_list_contents_icon02 {
    padding: 10px;
    font-weight: bold;
    background-color: #e0f4d1;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.application_list_contents_icon02:hover {
    background-color: #e0f4d1;
}

.application_list_contents_icon03 {
    padding: 10px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.application_list_contents_icon03:hover {
    background-color: #fff;
}

.application_list_contents03 {
    width: 100%;
    text-align: left;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.application_list_contents03 table {
    padding: 0 0 0 0px;
}

.application_list_contents03 table th {
    width: 25%;
    padding: 5px 0 5px 0px;
}

.application_list_contents03 table th p {
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    background-color: #ebebeb;
    padding: 10px 15px;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}

.application_list_contents03 table th p:hover {
    background-color: #ebebeb;
}

.application_list_contents03 table td {
    padding: 5px 0 5px 0px;
}

.application_list_contents03 table td p {
    font-size: 14px;
    padding: 0 15px;
    display: inline-block;
}

.application_list_contents03 table td h6 {
    font-size: 16px;
    padding: 0 15px;
    font-weight: bold;
    display: inline-block;
    color: #2cb0ed;
    line-height: 1.5;
}

.application_list_contents04 {
    position: relative;
    width: 220px;
    text-align: center;
    display: block;
    color: #333;
    padding: 15px 0 5px 0px;
    margin: 0 auto;

}

.application_list_contents04 p {
    font-size: 14px;
    margin: 10px 0 0 0px;
}

.application_list_contents04 p span {
    font-weight: bold;
}

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

.application_list_btn01:hover {
    background-color: #b78516;
}


.unsubscribe_top p {
    font-size: 14px;
}

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

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

.unsubscribe_table_box table th {
    width: 100%;
    vertical-align: top;
    padding: 0px;
    display: block;
    margin: 15px 0 5px 0;
}

.unsubscribe_table_box table th span {
    color: red;
    font-size: 14px;
}

.unsubscribe_table_box table td {
    width: 100%;
    display: block;
}

.unsubscribe_sp_box {
    border: solid 1px #ccc;
    background-color: #fff;
    width: 92%;
    vertical-align: top;
    padding: 4%;

    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.unsubscribe_table_box table td p {
    font-size: 14px;
}

.unsubscribe_check {
    position: relative;
    text-align: left;
    font-size: 14px;
    padding: 0 0 0 0px;
}

.unsubscribe_check span {
    padding: 0px 0 0 30px;
    margin: -3px 0 0 0px;
}

.os_btn_area {
    overflow: hidden;
    border: solid 1px #ccc;
    width: 100%;
    margin: 10px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}

.os_btn {
    text-align: center;
    display: block;
    width: 8%;
    padding: 15px 1%;
    border-right: solid 1px #ccc;
}

.os_btn:hover {
    background-color: #003894;
    color: #fff;
}

.os_btn_x {
    text-align: center;
    display: block;
    width: 8%;
    padding: 15px 1%;
}

.os_btn_x:hover {
    background-color: #003894;
    color: #fff;
}

.unsubscribe_bottom h5 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: red;
}

.unsubscribe_bottom p {
    text-align: left;
    font-size: 16px;
}

.unsubscribe_bottom p span {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

/*css radio02*/
.radio02-input {
    display: none;
}

.radio02-input + label {
    padding-left: 25px;
    position: relative;
    margin-right: 20px;
}

.radio02-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border: 5px solid #e6e6e6;
    background-color: #e6e6e6;
    border-radius: 50%;
}

.radio02-input:checked + label {
    color: #003894;
}

.radio02-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border: 5px solid #003894;
    background-color: #fff;
    border-radius: 50%;
}

.header_top_top {
    width: 100%;

}

.h_top_top_logo {
    display: inline-block;
    margin: 0 auto;
    width: 60%;
    padding: 40px 0 40px 0;
}

.h_top_top_logo img {
    width: 100%;
}


.main_view_top_box {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.main_view_top_box_in {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px 0px 75px 0px;
    margin: 30px 0 0 0;
}

.main_view_top_box_in02 {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 45px 0px;
    margin: 20px 0 0 0;
}

.main_view_top_box_in02 p {
    font-size: 16px;
    line-height: 1.5;
}

.main_view_top_box_in02 p a {
    font-weight: bold;
    color: #003894;
}

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

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

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

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

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

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

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

.top_top_btn_b:hover {
    cursor: pointer;
    color: #fff;
    background-color: #f8ac45;
}

.top_top_kiyaku {
    text-align: center;
    color: #333;
    margin: 20px 0 0 20px;
    position: absolute;
}

.top_top_kiyaku span {
    display: inline-block;
    margin: -5px 0 0px 30px;
}


.main_view_top_box_l {
    text-align: left;
    width: 92%;
    margin: 0 auto;
}

.main_view_top_box_l h1 {
    color: #003894;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 2%;
}

.main_view_top_box_l h2 {
    color: #f79a1c;
    font-weight: normal;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 20px 4%;
}

.main_view_top_box_l ul {
    margin: 20px auto 0 auto;
}

.main_view_top_box_l ul li {
    padding: 15px 0 0px 0px;
    line-height: 1.5;
    font-size: 4vw;
    font-weight: bold;
    margin: 0px 4%;
}


.offer_in_contents_icon01 {
    vertical-align: middle;
    display: inline;
    float: right;
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    font-weight: bold;
    background-color: #d1e2f4;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}

.offer_in_contents_icon01:hover {
    background-color: #d1e2f4;
}

.offer_in_area {
    background-color: #fff;
    width: 96%;
    margin: 20px auto 0px;
    padding: 2%;
}

.offer_in_area_in {
    width: 96%;
    margin: 2% auto;
}

.offer_in_area_in h3 {
    font-size: 24px;
}

.offer_in_area_in p {
    font-size: 16px;
    margin: 20px 0 0 0;
}

.offer_in_area_in p a {
    font-weight: bold;
    color: #1fabec;
}

.telop_box {
    color: #e02222;
    font-weight: bold;
    text-align: center;
    margin: -20px auto 0 auto;
}

.telop_box p {
    display: inline;
    vertical-align: middle;
}

.telop_box img {
    display: inline;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.g_box2019_01 {
    margin: 0 0 20px 0;
}

.g_box2019_02 {
    margin: 0 0 20px 0;
    background-color: #dedede;
    border-radius: 5px;
    padding: 10px 15px;
}

.g_box2019_02 span {
    display: block;
    font-size: 16px;
    line-height: 2;
    color: #888;
}

.g_box2019_03 {
    margin: 0 0 20px 0;
}

.p_btn_g01 {
    font-weight: bold;
    padding: 0 2%;
    width: 96%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin: 0px auto 0 auto;
    background-color: #013893;
    border: solid 1px #013893;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    color: #fff;
}

.p_btn_g01:hover {
    cursor: pointer;
    color: #fff;
    background-color: #999999;
    border: solid 1px #999999;
}

.p_btn_g01 span {
    color: red;
}

.p_btn_g02 {
    font-weight: bold;
    padding: 0 2%;
    width: 96%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin: 0px auto 0 auto;
    border: solid 1px #013893;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    color: #013893;
}

.p_btn_g02:hover {
    cursor: pointer;
    color: #fff;
    background-color: #999999;
    border: solid 1px #999999;
}

.profile_modal_bg {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 0 5% 100px 5%;
}

.profile_g01 {
    margin: 30px 0 0 0px;
}

.profile_g02 {
    margin: 30px 0 0 10%;
}

.profile_g03 {
    margin: 30px 0 0 20%;
}

.profile_g_box {
    text-align: left;
    color: #333;
    margin: 20px 0 0 10px;
    position: relative;
    top: 0;
}

.profile_g_box span {
    display: inline-block;
    margin: -5px 0 0px 30px;
}

.profile_g_box_textlink {
    text-align: right;
    color: red;
}

.profile_g_box_textlink a {
    color: red;
}

.sitemap_data_area {
    color: #2e2e2e;
    background-color: #fff;
    padding: 10px;
    margin: 40px 0px 0px 0px;
}

.sitemap_data_area_top {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px;
}

.sitemap_data_area_top p {
    padding: 10px 0px 10px 0px;
}

.sitemap_data_area_top a {
    color: #003894;
}

.sitemap_box {
    padding: 0px 10px 10px 10px;
}

.sitemap_box_in {
    padding: 0px 10px 10px 10px;
}

.sitemap_title01 {
    margin: 20px 0px 20px 0;
    padding: 10px;
    display: block;
    border: solid 1px #ccc;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.sitemap_title01 h3 {
    color: #003894;
    font-size: 16px;
    padding: 0px 0px 0px 10px;
}

.sitemap_title01 a {
    display: block;
    color: #003894;
}

.sitemap_title02 {
    font-weight: bold;
    margin: 5px 0px 5px 0;
    padding: 5px 0px 5px 20px;
    display: block;
    background: url(../images/t_btn_m_icon.png) left center no-repeat;
}

.sitemap_box a {
    color: #42b8ef;
}

.sitemap_title03 {
    font-weight: bold;
    margin: 5px 0px 5px 0;
    padding: 5px 0px 5px 20px;
    display: block;
    background: url(../images/t_btn_m_icon.png) left center no-repeat;
}

.sitemap_title03 a {
    margin: 0;
    padding: 0px;
}

.td_in_l_b {
    border-right: solid 1px #ccc;
    padding: 0 7px 0 7px;
}

.help_data_area {
    color: #2e2e2e;
    background-color: #fff;
    padding: 20px;
    margin: 0px 0px 0px 0px;
}

.help_box {
    padding: 0px 10px 10px 10px;
}

.help_box_in {
    padding: 0px 10px 10px 10px;
}

table.help_box_in_table01 {
    width: 100%;
}

.help_box_in_table01 td {
    display: block;
    width: 100%;
}


.pp_area_box {
    margin: 40px auto;
    width: 100%;
}

.pp_area_in_box {
    margin: 20px auto 40px auto;
    width: 100%;
    line-height: 1.8;
}

.pp_area_in_box p {
    font-size: 16px;
    margin-top: 20px;
}

.text-indent {
    text-indent: -24px;
    margin: 20px 0 0 29px;
}

.text-indent:first-letter {
    font-weight: bold;
}

.pp_area_in_box ul {
    margin: 20px 0 20px 20px;
}

.pp_area_in_box ul li {
    list-style: none;
    font-size: 14px;
    color: #666;
}

.pp_area_in_box ul li:first-letter {
    font-weight: bold;
    color: #333;
}

.pp_area_box h3 {
    padding: 10px 5px;
    border-bottom: solid 3px #003894;
}

.pp_area_box h4 {
    margin: 40px 0 10px 0px;
}

.text_right {
    text-align: right;
}

/* 20191119追加css */

.box_in_201911bg {
    background-color: #fff;
    width: 100%;
    margin: 0px auto;
    padding: 30px 0px 30px 0px;

}

.box_in_201911bg_in {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0px auto;
    width: 90%;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.top_search02_01 {
    text-align: left;
    width: 60%;
}

.top_search02_02 {
    text-align: left;
    width: 15%;
}

.top_search02_03 {
    text-align: left;
    width: 25%;
}

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

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

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

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

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

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

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

.btn_top_search a {
    display: block;
    text-align: center;
    background-color: #EC9425;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    border-radius: 3px;
}

.my-parts {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    cursor: auto;

}

.my-parts span::before,
.my-parts span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 16%;
    margin: -8% 0 0 -42%;
    background: #063786;
}

.my-parts span::before {
    transform: rotate(-45deg);
}

.my-parts span::after {
    transform: rotate(45deg);
}

.keyword_list {
    margin: 20px auto;
    width: 90%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.keyword_list ul {
    width: 50%;
}

.keyword_list ul li {
    list-style: none;
    text-align: left;
    margin: 20px 0 0 0;
}

.keyword_list ul li a {
    color: #626261;
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
}

.arrow::before,
.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow1-1::before {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00c51f;
}

.arrow1-1::after {
    left: 6px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow1-2::before {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #4663f2;
}

.arrow1-2::after {
    left: 6px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow1-3::before {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #d70f57;
}

.arrow1-3::after {
    left: 6px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.box_title_404 {
    padding: 100px 0px 40px 0px;
}

.box_title_404 h2 {
    text-align: center;
    font-size: 32px;
    color: #003189;
}

.btn_404 {
    text-align: center;
}

.btn_404 a {
    color: #fff;
    font-weight: normal;
    padding: 10px 45px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin: 0px auto 60px auto;
    background-color: #003189;
    border-radius: 3px; /* CSS3闕画｡� */
    -webkit-border-radius: 3px; /* Safari,Google Chrome逕ｨ */
    -moz-border-radius: 3px; /* Firefox逕ｨ */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

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


.company_in_blog_area {
    color: #2e2e2e;
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    margin: 40px 0px 0px 0px;
}

.company_in_blog_area table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0px 0px 0px 0px;

}

.company_in_blog_area table th {
    vertical-align: middle;
    padding: 0px;
    width: 20%;
    border-bottom: solid 1px #ccc;
    padding: 30px 0;
}

.company_in_blog_area table tr:last-child th {
    border-bottom: none;
}

.company_in_blog_area table th img {
    width: 100%;
}

.company_in_blog_area table td {
    vertical-align: middle;
    padding: 30px 0;
    border-bottom: solid 1px #ccc;
}

.company_in_blog_area table tr:last-child td {
    border-bottom: none;
}

.company_in_blog_area table td h3 {
    line-height: 1.5;
    font-size: 16px;
    padding: 0px 0px 0px 30px;
}

.company_in_blog_area02 {
    color: #2e2e2e;
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
}

.company_in_blog_area02 table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0px 0px 0px 0px;

}

.company_in_blog_area02 table th {
    vertical-align: middle;
    padding: 0px;
    width: 20%;
    border-bottom: solid 1px #ccc;
    padding: 30px 0;
}

.company_in_blog_area02 table tr:last-child th {
    border-bottom: none;
}

.company_in_blog_area02 table th img {
    width: 100%;
}

.company_in_blog_area02 table td {
    vertical-align: middle;
    padding: 30px 0;
    border-bottom: solid 1px #ccc;
}

.company_in_blog_area02 table tr:last-child td {
    border-bottom: none;
}

.company_in_blog_area02 table td h3 {
    line-height: 1.5;
    font-size: 16px;
    padding: 0px 0px 0px 30px;
}


.company_in_in_title_data {
    margin: 10px 0 0 0px;
}

.company_in_in_title_data span {
    font-size: 22px;
    display: inline-block;
    margin: 0px 0 0 20px;
}

.company_in_in_body {
    margin: 40px auto;
}

.company_in_in_body h2 {
    font-size: 24px;
    line-height: 1.5;
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
    margin: 45px 0px 25px 0px;
}

.company_in_in_body p {
    line-height: 1.7;
    margin: 30px 0px 30px 0px;
}

.company_in_in_interview {
    margin: 30px 0px 30px 0px;
}

.company_in_in_interview ul {
}

.company_in_in_interview ul li {
}

.company_in_in_interview ul li h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 40px 0px 30px 0px;
}

.company_in_in_interview ul li h3:before {
    content: "____ ";

}

.company_in_in_interview ul li p {
    line-height: 1.7;
}

.company_in_in_interview ul li p strong {
    color: #000;
}

.company_in_in_body img {
    width: 100%;
}

.company_in_list_area03 {
    width: 90%;
    margin: 20px auto 0px;
}

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

.company_in_main_area03 {
    color: #2e2e2e;
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 15px;
}

.company_in_main_area03 h3 {
    line-height: 1.5;
    font-size: 18px;
}

.company_in_main_area03 h4 {
    display: block;
    font-weight: normal;
    color: #888;
    line-height: 1.5;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}