.link a {
    color: #3a77bd;
}

.link a:hover {
    text-decoration: underline;
}

.indent01 {
    padding-left: 1em;
    text-indent: -1em;
}

.indent01 li {
    list-style-type: none;
}

.verlign_m {
    display: table-cell;
    vertical-align: middle;
}

/*layout*/
/*------------------------------------------------------------------------------*/
#contents {
    max-width: 1034px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#contents_left {
    float: left;
    width: 74%;
}

.sub_search #contents_left {
    width: 69.5%;
}

#contents_right {
    float: right;
    width: 23%;
}

.sub_search #contents_right {
    float: right;
    width: 26.5%;
    margin-bottom: 50px;
}

/* title */
/*--------------------------------------------------------------------------------*/
#subtitle02 {
    display: table;
    margin: 0;
    padding: 80px 0;
    width: 100%;
    background: url("../image/bg_mainimagearea02.jpg");
    color: #ffffff;
    font-size: 22px;
    line-height: 1.3;
}

.reason_wrap #subtitle02 {
    height: 400px;
    background: url("../image/reason_title001.jpg") no-repeat center center;
    padding: 175px 0;
}

.subtitle03 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 27px;
    padding-bottom: 12px;
    position: relative;
}

.subtitle03::after {
    background-color: #023067;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 80px;
}

.subtitle03_02 {
    margin: 5px 0;
}

.subtitle03_02 a {
    color: #023067;
    font-size: 18px;
    text-decoration: none;
}

.subtitle04 {
    border-bottom: 1px solid #023067;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 24px;
    padding: 5px 0 5px 13px;
    position: relative;
}

.subtitle04::before {
    background-color: #023067;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 90%;
    margin: auto 10px auto auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
}

.subtitle04_02 {
    font-weight: bold;
    font-size: 22px;
    color: #023067;
    line-height: 1.4;
    margin-bottom: 15px;
}

.subtitle04_03 {
    font-weight: bold;
    font-size: 20px;
    color: #023067;
    line-height: 1.4;
    margin-bottom: 5px;
}

.subtitle05 {
    font-weight: bold;
    font-size: 16px;
}

/*locator*/
/*--------------------------------------------------------------------------------*/
#locator {
    padding: 10px 0;
    background: #ffffff;
    color: #222a30;
}

.reason_wrap #locator {
    margin-bottom: 0;
}

#locator_in {
    line-height: 1;
    text-align: right;
    width: 980px;
    margin: 0 auto;
}

#locator a {
    color: #222a30;
}

/* box */
/*------------------------------------------------------------------------------*/
.img_def100 img {
    width: 100% !important;
    height: auto;
}

.box2::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.box2_left48 {
    width: 48%;
    float: left;
}

.box2_right48 {
    width: 48%;
    float: right;
}

.box2_left48 img,
.box2_right48 img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.box2_left33 {
    width: 33%;
    float: left;
}

.box2_right63 {
    width: 63%;
    float: right;
}

.box2_left63 {
    width: 63%;
    float: left;
}

.box2_right33 {
    width: 33%;
    float: right;
}

.box_row3_01,
.box_row3_02 {
    float: left;
    margin-bottom: 20px;
    margin-left: 3.5%;
    width: 31%;
}

.box_row3_01 img,
.box_row3_02 img {
    max-width: 100%;
    height: auto;
}

.box_row3_01:nth-child(3n+1),
.box_row3_02:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.box_row4_01 {
    width: 24.1%;
    margin-left: 1.2%;
    float: left;
}

.box_row4_01:nth-child(4n+1) {
    margin-left: 0;
}

.box_row4_01 img {
    max-width: 100%;
    height: auto;
}

/* btn */
/*------------------------------------------------------------------------------*/
.btn01 a {
    display: inline-block;
    text-align: center;
    width: 200px;
    padding: 5px 20px;
    border: 2px solid #023067;
    border-radius: 8px;
    color: #023067;
    position: relative;
    font-weight: bold;
    transition: all 0.3s;
}

.btn01 a:hover {
    background: #023067;
    color: #ffffff;
    text-decoration: none;
}

.btn01 a::before {
    border-right: 2px solid #023067;
    border-top: 2px solid #023067;
    content: "";
    display: block;
    height: 6px;
    left: 50px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 6px;
    transition: all 0.3s;
}

.btn01 a:hover::before {
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
}

.btn02 {
    float: right;
    width: 42%;
}

.btn02 a {
    border: 2px solid #023067;
    width: 100%;
    text-align: center;
    background: #ffffff url("../image/common/icon_mail.png") no-repeat 9% center;
    background-size: 22px auto;
    display: block;
    padding: 15px 5px;
    color: #023067;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.2s;
}

.btn02 a:hover {
    background: #023067 url("../image/common/icon_mail_on.png") no-repeat 9% center;
    background-size: 22px auto;
    color: #ffffff;
    text-decoration: none;
}

.btn03 {
    text-align: right;
}

.btn03 a {
    display: inline-block;
    text-align: center;
    width: 170px;
    padding: 5px 20px;
    border: 1px solid #023067;
    border-radius: 8px;
    color: #023067;
    position: relative;
    font-weight: bold;
    transition: all 0.3s;
    font-size: 13px;
}

.btn03 a:hover {
    background: #023067;
    color: #ffffff;
    text-decoration: none;
}

.btn03 a::before {
    border-right: 2px solid #023067;
    border-top: 2px solid #023067;
    content: "";
    display: block;
    height: 6px;
    right: 20px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 6px;
    transition: all 0.3s;
}

.btn03 a:hover::before {
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
}

.btn_line02 {
    display: flex;
    justify-content: space-around;
    /*均等に間隔をあける・両端にも間隔をあける*/
}

.btn_line02 li {
    list-style-type: none;
    flex-basis: 300px;
}

.btn_line02 li a {
    display: block;
    text-align: center;
    width: 300px;
    padding: 15px 0;
    border: 2px solid #023067;
    border-radius: 8px;
    color: #023067;
    font-weight: bold;
    transition: all 0.2s;
    margin-bottom: 5px;
}

.btn_line02 li a:hover {
    background: #023067;
    color: #ffffff;
    text-decoration: none;
}

.btn_line03 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.btn_line03 li {
    list-style-type: none;
    flex-basis: 31%;
}

.btn_line03 li:last-child {
    margin-right: 0;
}

.btn_line03 li a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 0;
    border: 2px solid #023067;
    border-radius: 8px;
    color: #023067;
    font-weight: bold;
    transition: all 0.2s;
}

.btn_line03 li a:hover {
    background: #023067;
    color: #ffffff;
    text-decoration: none;
}

.btn_2col li {
    list-style: none;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
}

.btn_2col li:nth-child(odd) {
    clear: both;
    /*margin-left:0;*/
}

.btn_2col li a {
    display: block;
    padding: 15px 35px 15px 15px;
    border: 2px solid #023067;
    color: #023067;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    transition: 0.3s;
}

.btn_2col li a:after {
    content: "";
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-top: 2px solid #023067;
    border-right: 2px solid #023067;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    transition: 0.3s;
}

.btn_2col li a:hover {
    background: #023067;
    color: #FFF;
    text-decoration: none;
}

.btn_2col li a:hover:after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}


/* table */
/*------------------------------------------------------------------------------*/
table.tab01 {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-collapse: separate;
}

table.tab01 tr th {
    width: 25%;
    background: #EEEEEE;
    color: #023067;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px dotted #A3A3A3;
    border-right: 1px solid #CCCCCC;
    padding: 12px 15px;
}

table.tab01 td {
    border-bottom: 1px dotted #A3A3A3;
    padding: 12px 15px;
}

table.tab01 tr:last-child th,
table.tab01 tr:last-child td {
    border-bottom: none;
}

table.tab01 tr td table tr th {
    width: 25%;
    background: none;
    color: #222a30;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: none;
    border-right: none;
    padding: 0 5px;
}

table.tab01 tr td table tr td {
    border-bottom: none;
    padding: 0 5px;
}

table.tab02 {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-collapse: separate;
}

table.tab02 tr th {
    background: #EEEEEE;
    color: #023067;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px dotted #A3A3A3;
    padding: 10px;
    width: 110px;
}

table.tab02 td {
    border-bottom: 1px dotted #A3A3A3;
    border-left: 1px solid #CCCCCC;
    padding: 10px;
    font-size: 14px;
    vertical-align: top;
}

table.tab02 tr:last-child th,
table.tab02 tr:last-child td {
    border-bottom: none;
}

.iroha_list li {
    list-style-type: none;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

/*list*/
/*------------------------------------------------------------------------------*/
.list_disc {
    list-style-position: inside;
    background: #efefef;
    padding: 15px;
}

.list_disc li {
    list-style-type: disc;
    margin-bottom: 5px;
}

/* hint */
/*-----------------------------------------------------------------*/
.hint_anchor {
    display: flex;
    justify-content: space-between;
}

.hint_anchor li {
    flex-basis: 160px;
    list-style-type: none;
    padding: 5px;
    box-shadow: 2px 6px 12px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 2px 6px 12px 3px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 2px 6px 12px 3px rgba(0, 0, 0, 0.12);
    position: relative;
}

.hint_anchor li img {
    width: 100%;
    height: auto;
    box-shadow: 2px 6px 12px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 2px 6px 12px 3px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 2px 6px 12px 3px rgba(0, 0, 0, 0.12);
}

.hint_anchor li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #033068 transparent transparent transparent;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hint_list li {
    list-style-type: none;
    width: 50%;
    height: 95px;
    line-height: 1.4;
    border-right: 1px solid #dddddd;
    float: left;
}

.hint_list li:nth-child(odd) {
    border-left: 1px solid #dddddd;
}

.hint_list li:first-child,
.hint_list li:nth-child(2) {
    border-top: 1px solid #dddddd;
}

.hint_list li:nth-child(n+3) {
    border-bottom: 1px solid #dddddd;
}

.hint_list li a {
    display: table;
    width: 100%;
    height: 95px;
    padding-left: 20px;
    padding-right: 45px;
    position: relative;
}

.hint_list li a::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../image/common/arr04_b.png") no-repeat 0 0;
    background-size: 20px 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}

.hint_list li:nth-child(4n+2) a,
.hint_list li:nth-child(4n+3) a {
    background: #DCE6EA;
}

.hint_list li:nth-child(4n+2) a::after,
.hint_list li:nth-child(4n+3) a::after {
    background: url("../image/common/arr04_w.png") no-repeat 0 0;
    background-size: 20px 20px;
}

.hint_list li a:hover {
    background: #033068;
    color: #ffffff;
    text-decoration: none;
}

.hint_list li a:hover::after {
    background: url("../image/common/arr04_on.png") no-repeat 0 0;
    background-size: 20px 20px;
}

/* reason */
/*-----------------------------------------------------------------*/
.reason_wrap #contents {
    width: 100%;
    max-width: 100%;
}

#reason_box01 {
    min-height: 400px;
    background: url("../image/reason_box01_bg.jpg") no-repeat center top;
    border-bottom: 1px solid #ffffff;
    padding-top: 25px;
    color: #ffffff;
}

.reason_box01_in {
    width: 50%;
    background: #038298;
    height: 350px;
}

.reason_box01_txt {
    width: 490px;
    height: 350px;
    margin-right: 0;
    margin-left: auto;
    display: table;
    padding-right: 30px;
    padding-left: 20px;
}

.reason_box01_txt h3,
.reason_box02_txt h3,
.reason_box03_txt h3 {
    display: table;
    width: 100%;
    margin-bottom: 25px;
}

.reason_box01_txt h3 .strength {
    display: table-cell;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    background: #025968;
}

.reason_box01_txt h3 .subtitle03_reason {
    display: table-cell;
    background: #8198B4;
    font-size: 24px;
    font-weight: normal;
    padding: 10px 20px;
    line-height: 1.4;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#reason_box02 {
    min-height: 400px;
    background: url("../image/reason_box02_bg.jpg") no-repeat center top;
    border-bottom: 1px solid #ffffff;
    padding-top: 25px;
    color: #ffffff;
}

.reason_box02_in {
    width: 50%;
    background: #038298;
    height: 350px;
    margin-right: 0;
    margin-left: auto;
}

.reason_box02_txt {
    width: 490px;
    height: 350px;
    margin-right: auto;
    margin-left: 0;
    display: table;
    padding-left: 30px;
    padding-right: 20px;
}

.reason_box02_txt h3 .strength {
    display: table-cell;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    background: #025968;
}

.reason_box02_txt h3 .subtitle03_reason {
    display: table-cell;
    background: #8198B4;
    font-size: 24px;
    font-weight: normal;
    padding: 10px 20px;
    line-height: 1.4;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#reason_box03 {
    min-height: 400px;
    background: url("../image/reason_box03_bg.jpg") no-repeat center top;
    padding-top: 25px;
    margin-bottom: 50px;
    color: #ffffff;
}

.reason_box03_in {
    width: 50%;
    background: #038298;
    height: 350px;
}

.reason_box03_txt {
    width: 490px;
    height: 350px;
    margin-right: 0;
    margin-left: auto;
    display: table;
    padding-right: 30px;
    padding-left: 20px;
}

.reason_box03_txt h3 .strength {
    display: table-cell;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    background: #025968;
}

.reason_box03_txt h3 .subtitle03_reason {
    display: table-cell;
    background: #8198B4;
    font-size: 24px;
    font-weight: normal;
    padding: 10px 20px;
    line-height: 1.4;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/* sample_request / maintenance */
/*-----------------------------------------------------------------*/
.flow_ver01 {
    margin-bottom: 40px;
    padding: 10px 20px 15px 12px;
    display: block;
    width: 100%;
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.15);
    position: relative;
}

.flow_ver01::after {
    content: "";
    position: absolute;
    width: 94px;
    height: 62px;
    background: url("../image/flow_ver01_arr.png") no-repeat 0 0;
    left: 8px;
    bottom: -62px;
}

.flow_ver01_in {
    border: 2px solid #008C9B;
    border-radius: 3px;
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.15);
    display: table;
    width: 100%;
}

.flow_ver01 .flow_item {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    background-color: #008897;
    color: #033069;
    position: relative;
}

.flow_ver01 .flow_item .finum {
    position: relative;
    font-size: 40px;
    color: #033069;
}

.flow_ver01 .flow_txt {
    display: table-cell;
    vertical-align: middle;
    background-color: #ffffff;
    padding: 25px 3%;
}

.flow_ver01 .flow_txt .ft_title {
    font-size: 26px;
    color: #024674;
    text-align: center;
    margin-bottom: 10px;
}

.table_box {
    display: table;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

.flow_ver01.last::after {
    display: none;
}

.request_form {
    background: #ebf0f7;
    width: 100%;
    padding: 25px 4%;
}

.request_form_txt {
    float: left;
    width: 55%;
}

/* technology flow */
/*-----------------------------------------------------------------*/
.flow_tech01 {
    width: 100%;
}

.flow_tech01_img {
    float: left;
    width: 215px;
}

.flow_tech01_num {
    float: left;
    width: 130px;
    font-size: 70px;
    color: #CCE7EA;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
    padding-left: 5px;
    text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.12);
}

.flow_tech01_txt {
    float: left;
    width: calc(100% - 345px);
    font-size: 14px;
}

.flow_tech02 {
    width: 100%;
}

.flow_tech02_img {
    float: right;
    width: 215px;
}

.flow_tech02_num {
    float: right;
    width: 130px;
    font-size: 70px;
    color: #CCE7EA;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
    padding-right: 5px;
    text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.12);
    text-align: right;
}

.flow_tech02_txt {
    float: left;
    width: calc(100% - 345px);
    font-size: 14px;
}

/* unit_term */
/*-----------------------------------------------------------------*/
.term_list {}

.term_list:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.term_list li {
    list-style: none;
    float: left;
    width: 32%;
    margin: 2% 0 0 2%;
}

.term_list li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.term_list li:nth-child(-n+3) {
    margin-top: 0;
}

.term_list li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 30px 10px 10px;
    background: #023067;
    color: #FFF;
    text-align: center;
    line-height: 1.2;
    position: relative;
    opacity: 0.3s;
    min-height: 45px;
}

.term_list li a:after {
    content: "";
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
}

.term_list li a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/* recruit */
/*-----------------------------------------------------------------*/
.job_box {
    display: table;
    width: 100%;
}

.job_box h4 {
    color: #023067;
    font-size: 18px;
    margin-bottom: 8px;
}

.job01 {
    display: table-cell;
    width: 50%;
    padding: 20px 2.5%;
    background: #dce6ea;
}

.job02 {
    display: table-cell;
    width: 50%;
    padding: 20px 2.5%;
    background: #f8f8f8;
}

.recruit_flow_wrap {
    display: table;
    width: calc(100% - 35px);
    height: 160px;
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;
}

.recruit_flow01,
.recruit_flow02,
.recruit_flow03,
.recruit_flow04,
.recruit_flow05 {
    display: table-cell;
    width: 20%;
    font-size: 20px;
    vertical-align: middle;
    color: #ffffff;
    text-align: center;
    position: relative;
    padding-left: 35px;
}

.recruit_flow01 {
    background: #94B8C0;
}

.recruit_flow01::after {
    content: "";
    background: url("../image/recruit_flow01_bg.png") no-repeat 0 0;
    width: 50px;
    height: 160px;
    position: absolute;
    right: -50px;
    top: 0;
    z-index: 10;
}

.recruit_flow02 {
    background: #48B2A6;
}

.recruit_flow02::after {
    content: "";
    background: url("../image/recruit_flow02_bg.png") no-repeat 0 0;
    width: 50px;
    height: 160px;
    position: absolute;
    right: -50px;
    top: 0;
    z-index: 10;
}

.recruit_flow03 {
    background: #008C9B;
}

.recruit_flow03::after {
    content: "";
    background: url("../image/recruit_flow03_bg.png") no-repeat 0 0;
    width: 50px;
    height: 160px;
    position: absolute;
    right: -50px;
    top: 0;
    z-index: 10;
}

.recruit_flow04 {
    background: #064C6E;
}

.recruit_flow04::after {
    content: "";
    background: url("../image/recruit_flow04_bg.png") no-repeat 0 0;
    width: 50px;
    height: 160px;
    position: absolute;
    right: -50px;
    top: 0;
    z-index: 10;
}

.recruit_flow05 {
    background: #033069;
}

.recruit_flow05::after {
    content: "";
    background: url("../image/recruit_flow05_bg.png") no-repeat 0 0;
    width: 50px;
    height: 160px;
    position: absolute;
    right: -50px;
    top: 0;
}

/* welfare */
/*-----------------------------------------------------------------*/
.welfare_box {
    display: flex;
}

.welfare_in {
    width: calc((100% - 10px * 1) / 2);
    border: 1px solid #cccccc;
    outline: 1px solid #023067;
    outline-offset: -6px;
    padding: 1em 0;
    position: relative;
    margin-left: 10px;
}

.welfare_in:first-child {
    margin-left: 0;
}

.welfare_in_dl {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    align-self: center;
    display: table;
}

.welfare_in_dl dt {
    border-right: 1px dashed #dddddd;
    color: #023067;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    width: 40%;
    padding-left: 10px;
    padding-right: 5px;
    display: table-cell;
    vertical-align: middle;
}

.welfare_in_dl dd {
    padding-left: 1em;
    padding-right: 1em;
    width: 60%;
    display: table-cell;
    vertical-align: middle;
}

/* company profile */
/*------------------------------------------------------------------------------*/
.president_img {
    width: 28%;
    float: right;
    height: auto;
    margin-left: 3%;
    margin-bottom: 15px;
}

.president_img img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.president_name {
    margin-top: 20px;
}

.president_name .name {
    font-size: 28px;
    font-weight: bold;
}

.suppliers_list {
    display: flex;
    flex-wrap: wrap;
}

.suppliers_list ul {
    list-style-type: none;
    flex-basis: 33.33%;
}

/* contact */
/*------------------------------------------------------------------------------*/
.tel_list {
    display: flex;
    justify-content: space-between;
}

.tel_list li {
    list-style-type: none;
    flex-basis: 31%;
    color: #023067;
}

.tel_list li:nth-child(3) {
    margin-right: 0;
}

.tel_list li .number {
    display: block;
    border: 1px solid #023067;
    text-align: center;
    color: #023067;
    font-family: "Arial", sans-serif;
    padding: 15px 0;
    font-size: 22px;
}

.tel_list li .number::before {
    display: inline-blockblock;
    font-family: 'FontAwesome';
    content: "\f095";
    color: #023067;
    font-size: 24px;
    margin-right: 10px;
}

/* faq */
/*------------------------------------------------------------------------------*/
.faq_box {
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 15px;
}

.faq_q {
    position: relative;
    display: table;
    width: 100%;
    padding: 8px 40px 8px 0;
    line-height: 1.5;
}

.faq_q::after {
    border-right: 2px solid #023067;
    border-top: 2px solid #023067;
    content: "";
    display: block;
    height: 10px;
    margin-top: -10px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: rotate(135deg);
    transition: all 0.4s ease 0s;
    width: 10px;
    cursor: pointer;
    display: block;
}

.faq_q.active::after {
    transform: rotate(315deg);
}

.q_initial {
    display: table-cell;
    width: 30px;
    font-weight: bold;
    color: #07265b;
    font-size: 20px;
}

.q_txt {
    display: table-cell;
}

.faq_a {
    width: 100%;
    padding: 8px 0;
    line-height: 1.5;
}

.a_initial {
    display: table-cell;
    width: 30px;
    font-weight: bold;
    color: #ff681f;
    font-size: 20px;
}

.a_txt {
    display: table-cell;
}

/* privacy */
/*------------------------------------------------------------------------------*/
.privacy_list {
    margin-left: 1.5em;
}

/* english */
/*------------------------------------------------------------------------------*/
#en_mainimage {
    height: 400px;
    background: url("../image/common/subtitle02_en.jpg") no-repeat center center;
    color: #ffffff;
}

.en_title02 {
    width: 100%;
    height: 400px;
    display: table;
}

.en_title02 h2 {
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 30px;
}

.en_title02 p {
    font-size: 18px;
    font-weight: bold;
}

.en_box3 h4 {
    color: #023067;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.25;
}

.en_box3 .img {
    border: 1px solid #dddddd;
    margin-bottom: 10px;
}

.en_box_left {
    margin-left: 0;
    width: 31%;
    float: left;
}

.en_box_center {
    position: relative;
    width: 31%;
    margin-left: 3.5%;
    float: left;
}

.en_box_center::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: -6%;
    top: 0;
    background: #EEEEEE;
}

.en_box_center::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -6%;
    top: 0;
    background: #EEEEEE;
}

.en_box_right {
    width: 31%;
    margin-left: 3.5%;
    float: left;
}

.en_btn01 a {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background: #24A58B;
    padding: 10px 0;
}

.en_btn01 a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.en_btn01_sub {
    text-align: right;
}

.en_btn01_sub a {
    color: #24A58B;
    font-size: 12px;
    position: relative;
}

.en_btn01_sub a::before {
    font-family: FontAwesome;
    content: "\f105";
    color: #24A58B;
    font-size: 142x;
    left: -10px;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    text-decoration: none;
}

.en_btn02 a {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background: #FF681F;
    padding: 10px 0;
}

.en_btn02 a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.c_border {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

/*sitemap*/
/*------------------------------------------------------------------------------*/
.sitemap {
    padding-bottom: 30px;
}

.sitemap li {
    margin: 10px 0;
    padding-left: 18px;
    list-style-type: none;
    position: relative;
}

.sitemap a {
    color: #333;
}

.sitemap ul {
    padding: 0 0 5px 12px;
}

.sitemap ul li {
    margin: 5px 0;
}

.sitemap li::before {
    font-family: FontAwesome;
    content: "\f105";
    color: #aaaaaa;
    font-size: 14px;
    left: 5px;
    position: absolute;
    text-decoration: none;
}

/*subnav*/
/*------------------------------------------------------------------------------*/
#subnav {
    width: 100%;
    margin-bottom: 30px;
}

#subnav ul {
    list-style-type: none;
}

#subnav_title a {
    width: 100%;
    height: 45px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #023067;
}

#subnav_title a:hover {
    text-decoration: none;
    background: #023067;
    color: #fff;
}

#subnav li a {
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #ccc;
    line-height: 1.4;
    color: #333;
    display: block;
    padding: 10px 5px 10px 25px;
    background: #f8f8f8;
    position: relative;
}

#subnav li a::before {
    border-right: 2px solid #3a77bd;
    border-top: 2px solid #3a77bd;
    content: "";
    display: block;
    height: 6px;
    left: 10px;
    position: absolute;
    top: 16px;
    transform: rotate(45deg);
    width: 6px;
    transition: all 0.3s;
}

#subnav li:last-child a {
    border-bottom: 2px solid #023067;
}

#subnav ul li.current a {
    text-decoration: none;
    color: #3a77bd;
}

#subnav li a:hover,
#subnav ul li.current a:hover {
    color: #3a77bd;
    text-decoration: none;
    opacity: 0.7;
}

#subnav li.current li a {
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #ccc;
    line-height: 1.4;
    color: #333;
    display: block;
    padding: 10px 5px 10px 40px;
    background: #f8f8f8;
    position: relative;
}

#subnav li li a::before {
    border-right: 1px solid #3a77bd;
    border-top: 1px solid #3a77bd;
    left: 25px;
    top: 17px;
    width: 6px;
}

#subnav li.current li.current a {
    color: #3a77bd;
}

/*subnav search*/
/*------------------------------------------------------------------------------*/
.rightnav_title {
    background: #394551;
    color: #ffffff;
    height: 70px;
    margin-bottom: 10px;
    text-align: center;
}

.rightnav_title h4 {
    line-height: 70px;
    font-size: 20px;
    font-weight: normal;
}

.rightnav_title02 h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

#categorybox1 select::-ms-expand {
    display: none;
}



#categoryselect1-1,
#categoryselect1-2,
#categoryselect1-3 {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cccccc;
    padding: 10px 40px 10px 10px;
    height: auto;
    background: #fff url("../image/common/arr03.png") no-repeat right 15px center;
    background-size: 8px auto;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    color: #999;
    box-shadow: none;
    font-size: 14px;
    cursor: pointer;
}
#categoryselect1-1 option,
#categoryselect1-2 option,
#categoryselect1-3 option{
    color: #000;
}

#keyword1 input,
#keyword2 input {
    border: 1px solid #CCCCCC;
    background: #EEEEEE;
    color: #666666;
    padding: 10px;
    height: auto;
    font-size: 14px;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#keyword1 input:focus,
#keyword2 input:focus {
    background: #ffffff;
    border-color: #6AACB8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(51, 122, 183, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(51, 122, 183, 0.6);
}

#keyword1,
#keyword2 {
    margin-bottom: 20px;
}

#checkboxsolo4,
#checkboxsolo5,
#checkboxsolo6 {
    font-size: 14px;
}

#submitbutton1 {
    margin-top: 20px;
}

#submitbutton1 input {
    background: #008C9B;
    border: 1px solid #008C9B;
    border-radius: 5px;
    color: #ffffff;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

#submitbutton1 input:hover {
    opacity: 0.7;
}

/* margin */
/*------------------------------------------------------------------------------*/
.m10_sph {
    margin-bottom: 10px;
}

.m20_sph {
    margin-bottom: 20px;
}

.m30_sph {
    margin-bottom: 30px;
}

.m40_sph {
    margin-bottom: 40px;
}

.m50_sph {
    margin-bottom: 50px;
}

.m60_sph {
    margin-bottom: 60px;
}

.m70_sph {
    margin-bottom: 70px;
}

.m80_sph {
    margin-bottom: 80px;
}

.m90_sph {
    margin-bottom: 90px;
}

.m100_sph {
    margin-bottom: 100px;
}

.m120_sph {
    margin-bottom: 120px;
}

.m150_sph {
    margin-bottom: 150px;
}


@media only screen and (min-width:691px) {
    .box2_right33 img {
        width: 100% !important;
        height: auto !important;
    }
}


/* unit_term */
/*------------------------------------------------------------------------------*/

.term_tag {
    font-size: 0;
}

.term_tag li {
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    color: #FFF;
    background: #023067;
    line-height: 1.4;
    border-radius: 4px;
    margin: 0 5px 5px 0;
}

/* ### ### ### imgCenterArea ### ### ### */




.imgCenterArea .box_row4_01 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 320px;
}

.imgCenterArea .box_row4_01 a img {
    max-height: 320px!important;
}

.imgCenterArea .box_row4_01 .link a {
    display: block;
    height: auto;
}

/* 20190528 */

.box_row4_02_wrap {
	display:flex;
	flex-wrap:wrap;
}
.box_row4_02 {
    width: 24.1%;
    margin-left: 1.2%;
    float: none;
}
.box_row4_02_wrap .box_row4_02:nth-child(4n+1) {
	margin-left:0;
}
.box_row4_02_wrap .box_row4_02 > div {
    display: flex;
    justify-content: center;
	align-items: center;
    height: 245px;
	position:relative;
}
.box_row4_02_wrap .box_row4_02 > div a {
	display:block;
}
#contents .box_row4_02_wrap .box_row4_02 > div a img {
	max-height:220px;
	height:auto;
	max-width:100%;
	width:auto;
	position:absolute;
	left:0;
	right: 0;
	top:0;
	bottom:0;
	margin:auto;
}
.box_row4_02_wrap .box_row4_02 .link a {
    display: block;
    height: auto;
}

.border {
	border:1px solid #dddddd;
}


@media only screen and (max-width:690px) {

	.box_row4_02 {
    	width: 49%;
    	margin-left: 2%;
	}
	.box_row4_02_wrap .box_row4_02:nth-child(odd) {
		margin-left:0;
	}
}

