@charset "utf-8";
/*★remixicon*/
@import url("https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css");
.roboto {
    font-family: 'Roboto', sans-serif;
}
/* ----------------------------------------------------------------header*/
header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    text-align: left;
    padding: 15px;
}
header h1 {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}
header .flex_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}
header .logo img {
    width: 140px;
    height: auto;
}
header .pc_contact {
    display: none;
}
header .pc_contact ul .h_mail a {
    transition: all 0.5s;
}
header .pc_contact ul .h_mail a:hover {
    opacity: 0.7;
}
header .sp_contact ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .sp_contact ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
}
header .sp_contact ul li.h_tel {
    background: #222f6f;
 margin-right: 10px;
}
header .sp_contact ul li.h_tel a {
    text-decoration: none;
    font-size: 30px;
    color: #fff;
}
header .sp_contact ul li.h_mail{
 background: #00b395;
}
header .sp_contact ul li.h_mail a{
 display: block;
 text-decoration: none;
 font-size: 30px;
 color: #fff;
}
@media print, screen and (min-width:768px) {
    header {
        left: 40px;
        top: 15px;
        padding: 0;
    }
    header .flex_box {
        justify-content: flex-start;
        width: auto;
        box-sizing: border-box;
    }
    header .logo {
        margin-right: 40px;
    }
    header .logo img {
        width: auto;
        height: auto;
    }
    header .pc_contact {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    header .pc_contact p {
        position: relative;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: #222f6f;
        padding: 11px 9px;
    }
    header .pc_contact p::after {
        content: "";
        position: absolute;
        top: 0;
        right: -64px;
        bottom: 0;
        margin: auto;
        width: 64px;
        height: 64px;
        border-top: 32px solid transparent;
        border-right: 32px solid transparent;
        border-left: 32px solid #222f6f;
        border-bottom: 32px solid transparent;
    }
    header .pc_contact ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #fff;
        height: 64px;
        padding: 0 20px 0 50px;
    }
    header .pc_contact ul .h_tel {
        font-size: 30px;
        font-weight: 700;
        color: #222f6f;
        margin-right: 20px;
    }
    header .pc_contact ul .h_mail a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        font-size: 30px;
        color: #00b395;
    }
    header .sp_contact {
        display: none;
    }
}
/*------------------------------------------------------------content*/
.content_bg01 {
    background: #f9f9f9;
    padding: 40px 0;
}
.content_bg02 {
    padding: 40px 0;
}
.section {
    clear: both;
    padding-bottom: 10px;
}
@media print, screen and (min-width:768px) {
    .content_bg01 {
        padding: 80px 0;
    }
    .content_bg02 {
        padding: 80px 0;
    }
    .section {
        padding-bottom: 30px;
    }
}
/* ----------------------------------------------------------------footer*/
footer {
    text-align: left;
    color: #fff;
    background: #00b395;
    padding: 45px 0;
}
footer .company_info {
    margin: 0 0 30px 0;
}
footer .company_info p {
    font-weight: 700;
    margin-bottom: 20px;
}
footer .company_info ul li {
    font-weight: 500;
}
footer .company_info ul li {
    margin: 0 0 15px 0;
}
footer .company_info ul li:last-child {
    margin-bottom: 0;
}
footer .company_info ul li .tel-link a{
 color: #fff;
}
footer .bn_official_site {
    margin-bottom: 30px;
}
#copyright {
    text-align: center;
}
@media print, screen and (min-width:768px) {
    footer {
        padding: 60px 0;
    }
    footer .flex_box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 25px;
    }
    footer .company_info {
        margin: 0 0 0 0;
    }
    footer .company_info ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    footer .company_info ul li {
        margin: 0 40px 0 0;
    }
    #copyright {
        text-align: right;
    }
}
/*------------------------------------------------------------contact_banner*/
#contact_banner {
    text-align: left;
    color: #fff;
    background: url("../img/common_img/contact_bg_sp.jpg") center bottom no-repeat #222f6f;
    background-size: cover;
    padding: 30px 0 200px;
}
#contact_banner h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
#contact_banner .subti {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-bottom: 10px;
    padding: 5px 10px;
}
#contact_banner ul {
    display: flex;
    justify-content: flex-start;
}
#contact_banner li.tel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    line-height: 1;
    margin-right: 25px;
}
#contact_banner li.tel i {
    font-size: 30px;
    margin-right: 10px;
}
#contact_banner li.tel .tel-link a {
    color: #fff;
}
#contact_banner li.mail a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    transition: all 0.5s;
}
#contact_banner li.mail a:hover {
    opacity: 0.7;
}
@media print, screen and (min-width:768px) {
    #contact_banner {
        background: url("../img/common_img/contact_bg.jpg") center center no-repeat;
     background-size: cover;
        padding: 78px 0;
    }
    #contact_banner h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
 #contact_banner h3 .pc_none{
  display: none;
 }
    #contact_banner .subti {
        width: 530px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    #contact_banner .subti .pc_none {
        display: none;
    }
    #contact_banner li.tel {
        font-size: 60px;
        margin-right: 20px;
    }
    #contact_banner li.tel i {
        font-size: 50px;
    }
    #contact_banner li.mail a {
        font-size: 60px;
    }
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
    width: 100%;
    margin: 5px 0 15px;
    clear: both;
}
#pankuzu ol {
    list-style: none;
}
#pankuzu ol li {
    float: left;
    font-size: 11px;
    padding: 0 7px 0 10px;
    background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
    font-style: normal;
}
#pankuzu ol li.home {
    padding-left: 0;
    background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
    text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
    text-decoration: underline;
}
/* ----------------------------------------------------------------rayout*/
.center {
    display: block;
    margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
    width: 100%;
    border-collapse: collapse;
}
.sheet_basic {
    border: 1px solid #929292;
}
.sheet_basic tr {
    border: 1px solid #929292;
}
.sheet_basic tr th, .sheet_basic tr td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    display: block;
}
.sheet_basic tr th {
    background: #cbefe8;
}
@media print, screen and (min-width:768px) {
    .sheet_basic tr th, .sheet_basic tr td {
        display: table-cell;
        padding: 20px 30px;
    }
    .sheet_basic tr th {
        vertical-align: middle;
    }
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
    height: 1px;
    clear: both;
    margin: 20px 0px;
    border-top: 1px dotted #CCC;
    border-right: 0 dotted #CCC;
    border-bottom: 0 dotted #CCC;
    border-left: 0 dotted #CCC;
}
.space_10 {
    height: 10px;
    clear: both;
}
.space_20 {
    height: 20px;
    clear: both;
}
.space_30 {
    height: 30px;
    clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
    display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #202124;
    margin-bottom: 40px;
}
.title01 .en_tit {
    font-size: 18px;
    font-weight: 900;
    color: #00b395;
}
.title02 {
    font-size: 20px;
    font-weight: 700;
    color: #00b395;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #00b395;
}
.title03 {
    font-size: 16px;
    font-weight: bold;
    color: #6D6D6D;
    padding-left: 10px;
    margin-bottom: 10px;
    border-left: 3px solid #6D6D6D;
}
.title03 span {
    font-size: 12px;
}
@media print, screen and (min-width:768px) {
    .title01 {
        font-size: 36px;
    }
    .title02 {
        font-size: 24px;
    }
}
/*TextRight*/
.tx_right {
    text-align: right;
}
/*TextLeft*/
.tx_left {
    text-align: left;
}
/*TextCenter*/
.tx_cent {
    text-align: center;
}
/*bold*/
.tx_bold {
    font-style: normal;
    font-weight: bold;
}
/*TextRed*/
.tx_red {
    color: #C33;
}
/*attention*/
.attention {
    font-size: 10px;
    line-height: 130%;
    margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
    float: left;
}
/*FloatRight*/
.float_right {
    float: right;
}
/*ClearBoth*/
.clearboth {
    clear: both;
}
/*phbox*/
.phbox_right {
    text-align: center;
}
.phbox_right img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.phbox_left {
    text-align: center;
}
.phbox_left img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.ov_hidden {
    overflow: hidden;
}
@media print, screen and (min-width:768px) {
    .phbox_right {
        float: right;
        margin-left: 10px;
        margin-bottom: 0px;
    }
    .phbox_left {
        float: left;
        margin-right: 10px;
        margin-bottom: 0px;
    }
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
    margin-top: 5px;
}
.margin_t10 {
    margin-top: 10px;
}
.margin_t20 {
    margin-top: 20px;
}
.margin_t30 {
    margin-top: 30px;
}
.margin_t40 {
    margin-top: 40px;
}
.margin_t50 {
    margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
    margin-bottom: 5px;
}
.margin_b10 {
    margin-bottom: 10px;
}
.margin_b20 {
    margin-bottom: 20px;
}
.margin_b30 {
    margin-bottom: 30px;
}
.margin_b40 {
    margin-bottom: 40px;
}
.margin_b50 {
    margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
    margin-right: 5px;
}
.margin_r10 {
    margin-right: 10px;
}
.margin_r15 {
    margin-right: 15px;
}
.margin_r20 {
    margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
    margin-left: 50px;
}
.margin_l10 {
    margin-left: 10px;
}
.margin_l15 {
    margin-left: 15px;
}
.margin_l20 {
    margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
    margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
    .margin-xs-b10 {
        margin-bottom: 0px;
    }
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#pagetop img{
 width: 40px;
 height: auto;
}

@media print, screen and (min-width:768px){
 #pagetop img{
 width: auto;
 height: auto;
}
}