@charset "UTF-8";
/* ----------------------------------------------------------------reset*/
/*base*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-align: center;
}
/*font*/
h1, h2, h3, h4, h5, h6, p {
    font-style: normal;
    font-weight: normal;
}
/*others*/
table {
    border-spacing: 0;
}
* html table {
    border-collapse: collapse;
}
*:first-child + html table {
    border-collapse: collapse;
}
* {
    box-sizing: border-box;
}
th, td {
    vertical-align: middle;
    border-collapse: collapse;
}
table, th, td, tr, img {
    border: 0;
}
img {
    vertical-align: bottom;
}
q:before, q:after {
    content: '';
}
ul {
    list-style: none;
}
ul.list {
    list-style: disc;
    margin: 0 0 0 1em;
}
ul.txt_left li {
    text-align: left;
}
ul.txt_half li {
    font-size: 50%;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
/* ------------------------------------------------------------------base*/
html {
    /*font: 62.5%/1.7 YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    font: 62.5%/1.7 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #424242;
}
body {
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #424242;
}
/*link*/
a {
    color: #424242;
    text-decoration: none;
}
a img {
    border-style: none;
}
a:hover {
    color: #003DA6;
    text-decoration: none;
}
a:visited {}
header a:visited {
    color: #000000;
}
/*font-size*/
h1, h2, h3, h4, h5, h6, p {
    font-size: 1.5rem;
    font-size: 15px;
    line-height: 170%;
    word-break: break-all;
}
li, dt, dd {
    font-size: 1.5rem;
    font-size: 15px;
}
table {
    font-size: 1.5rem;
    font-size: 15px;
}
@media print, screen and (max-width:768px) {
    h1, h2, h3, h4, h5, p {
        font-size: 1.4rem;
        font-size: 14px;
    }
    li, dt, dd {
        font-size: 1.4rem;
        font-size: 14px;
    }
    table {
        font-size: 1.4rem;
        font-size: 14px;
    }
}
@media print, screen and (max-width:480px) {
    h1, h2, h3, h4, h5, p {
        font-size: 1.2rem;
        font-size: 12px;
    }
    li, dt, dd {
        font-size: 1.2rem;
        font-size: 12px;
    }
    table {
        font-size: 1.2rem;
        font-size: 12px;
    }
}
/*------------------------------------------------------*/
.red {
    color: #ff0000;
}
.blue {
    color: #017df1;
}
.grey {
    color: #999;
}
.bg_yellow {
    background-image: linear-gradient(transparent 50%, #ffff00 50%);
}
.bg_pink {
    background-image: linear-gradient(transparent 50%, #ffafaf 50%);
}
.bg_blue {
    background-image: linear-gradient(transparent 50%, #ccffff 50%);
}
.bg_aqua {
    background: #ccffff;
}
.bg_grey {
    background: #eeeeee;
}
.txt_left {
    text-align: left !important;
}
.txt_center {
    text-align: center !important;
    width: 100%;
}
.txt_half {
    font-size: 50%;
}
.pa_10 {
    padding: 10px;
}
.pa_20 {
    padding: 20px;
}
.pa_30 {
    padding: 30px;
}
.pa_40 {
    padding: 40px;
}
.pa_50 {
    padding: 50px;
}
.pa_t10 {
    padding-top: 10px;
}
.pa_t20 {
    padding-top: 20px;
}
.pa_t30 {
    padding-top: 30px;
}
.pa_t40 {
    padding-top: 40px;
}
.pa_t50 {
    padding-top: 50px;
}
.pa_t60 {
    padding-top: 60px;
}
.pa_t70 {
    padding-top: 70px;
}
.pa_b10 {
    padding-bottom: 10px;
}
.pa_b20 {
    padding-bottom: 20px;
}
.pa_b30 {
    padding-bottom: 30px;
}
.pa_b40 {
    padding-bottom: 40px;
}
.pa_b50 {
    padding-bottom: 50px;
}
.pa_b60 {
    padding-bottom: 60px;
}
.pa_b70 {
    padding-bottom: 70px;
}
.pa_r10 {
    padding-right: 10px;
}
.pa_r20 {
    padding-right: 20px;
}
.pa_l10 {
    padding-left: 10px;
}
.pa_l20 {
    padding-left: 20px;
}
.ma_t1 {
    margin-top: 1em !important;
}
.ma_t2 {
    margin-top: 2em !important;
}
.ma_t3 {
    margin-top: 3em !important;
}
.ma_b1 {
    margin-bottom: 1em !important;
}
.ma_b2 {
    margin-bottom: 2em !important;
}
.ma_b3 {
    margin-bottom: 3em !important;
}
.ma_t0 {
    margin-top: 0 !important;
}
.ma_t10 {
    margin-top: 10px !important;
}
.ma_t20 {
    margin-top: 20px !important;
}
.ma_t30 {
    margin-top: 30px !important;
}
.ma_t40 {
    margin-top: 40px !important;
}
.ma_t50 {
    margin-top: 50px !important;
}
.ma_t60 {
    margin-top: 60px !important;
}
.ma_t70 {
    margin-top: 70px !important;
}
.ma_t80 {
    margin-top: 80px !important;
}
.mar_b0 {
    margin-bottom: 0px !important;
}
.mar_b10 {
    margin-bottom: 10px !important;
}
.mar_b20 {
    margin-bottom: 20px !important;
}
.mar_b30 {
    margin-bottom: 30px !important;
}
.mar_b40 {
    margin-bottom: 40px !important;
}
.mar_b50 {
    margin-bottom: 50px !important;
}
.mar_b60 {
    margin-bottom: 60px !important;
}
.bg_col1 {
    background-color: #f7f7f7;
}
.mb-30 {
    margin-bottom: -30px;
}
.align_l {
    text-align: left;
}
.big {
    font-size: 120%;
}
.small {
    font-size: 70%;
    font-weight: normal;
}
.bold {
    font-weight: bold;
}
.point_section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
}
h1 {
    font-size: 40px;
}
h2 {
    margin: -100px 20px 0;
    padding: 110px 10px 10px;
    font-size: 30px;
    text-align: center;
    color: #017df1;
}
h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
h4 {
    font-size: 17px;
}
.subtitle {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    margin: 0 auto 40px;
    max-width: 950px;
    padding: 0 10px;
}
.subtitle span.color_b {
    color: #017df1;
}
.subtitle span.bold {
    font-weight: bold;
}
.blue_box {
    padding: 2%;
}
.btn1 {
    display: block;
    max-width: 180px;
    margin: 0 auto;
    background-color: #017df1;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}
.btn2 {
    display: block;
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 20px;
    background-color: #017df1;
    color: #fff;
    font-size: 22px;
}
.btn3 {
    display: block;
    max-width: 180px;
    margin: 0 auto;
    background-color: #fff;
    color: #017df1;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #017df1;
}
.btn4 {
    display: block;
    width: 90%;
    max-width: 350px;
    margin: 5px 0 0;
    border: 2px solid #fff;
    padding: 10px;
    background-color: #ffcc00;
    /*background:#fff;*/
    /*color: #017df1;*/
    color: #000;
    font-size: 22px;
    font-weight: normal;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.btn5 {
    display: block;
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 20px;
    background-color: #8cc4ff;
    color: #fff;
    font-size: 22px;
}
.btn6 {
    display: inline-block;
    width: 80%;
    margin: 0 10%;
    padding: 10px;
    border-radius: 10px;
    background: #0099ff;
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
    padding: 10px 0;
    line-height: 150%;
    cursor: pointer;
}
.btn6:hover {
    background: #00ccff;
}
.btn1_2 {
    display: block;
    max-width: 180px;
    margin: 0 auto;
    background-color: #ff6633;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}
.btn7 {
    display: block;
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 20px;
    background-color: #ff6600;
    color: #fff;
    font-size: 22px;
}
.btn8 {
    display: inline-block;
    margin: 10px auto;
    background-color: #017df1;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    padding: 5px 30px;
    text-decoration: none;
    border: solid 1px #017df1
}
.btn8:hover {
    display: inline-block;
    margin: 10px auto;
    background-color: #fff;
    color: #017df1;
    line-height: 40px;
    font-size: 14px;
    padding: 5px 30px;
    text-decoration: none;
    border: solid 1px #017df1
}
.smaller {
    font-size: 80%;
}
.shadow {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}
.shadow:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.2);
    background-color: #01baef;
    color: #fff;
}
#contents {
    margin: 0 auto;
}
.col2 .col2_left, .col2 .col2_right {
    float: left;
    width: 50%;
    padding: 10px;
}
.col3 {
    display: table;
}
.col_ul {
    clear: both;
    margin: 10px auto;
}
.col_ul li {
    display: table-cell;
    width: 250px;
    padding: 0 5px;
}
.col_ul li .btn_box {
    margin-top: 15px;
}
.col_ul li.col4_div {
    display: block;
    float: left;
    width: 24%;
    margin: 0 1% 0 0;
}
.col_ul li.col4_div:last-child {
    margin: 0;
}
.col_ul li.col3_div {
    display: block;
    float: left;
}
.col_ul li.col3_div a.c_f {
    color: #fff;
}
.col_ul li.col3_div {
    display: block;
    float: left;
    width: 24%;
    margin: 0 1%;
}
.col_ul li.col3_div:first-child {
    margin: 0 1% 0 10%;
}
.col_ul li.col3_div:last-child {
    margin: 0 10% 0 1%;
}
header a, a.btn1, a.btn1_2, a.btn2, a.btn3, a.btn4, a.btn5, .news_container a, a.btn7 {
    text-decoration: none;
}
a.btn1:visited, a.btn1_2:visited {
    color: #fff;
}
dl#head_nav {
    width: 100%;
    max-width: 1380px;
    padding: 0px;
    margin: 0 auto;
    overflow: hidden;
    transition: .5s;
}
dl#head_nav:after {
    content: "";
    clear: both;
    height: 0;
}
dl#head_nav dt {
    float: left;
    width: 98%;
    margin: 0 0 0 2%;
    padding: 0;
}
/*dl#head_nav dd{float:right;width:28%;margin:0 2% 0 0;padding:0;text-align: right;color:#666666;font-size:12px;}*/
dl#head_nav dt ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}
dl#head_nav dt ul:after {
    content: "";
    clear: both;
    height: 0;
}
dl#head_nav dt ul li {
    float: left;
    width: 150px;
    margin: 0;
    padding: 5px 2px;
    font-size: 12px;
    text-align: center;
    border-left: 1px solid #ccc;
    padding: 0 0 5px;
    border-bottom: 1px solid #ccc;
}
dl#head_nav dt ul li:nth-child(1) {
    width: 280px;
    margin-right: 10px;
    border-left: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    text-align: right;
    color: #0099ff;
}
dl#head_nav dt ul li:nth-last-child(-n+3) {
    border-bottom: 0px solid #ccc;
    width: 100px;
    padding: 1px 0 4px 0;
}
dl#head_nav dt ul li a, dl#head_nav dt ul li a:visited {
    color: #0099ff;
}
dl#head_nav dt ul li:nth-last-child(-n+3) a, dl#head_nav dt ul li:last-child a:visited {
    color: #000;
}
dl#head_nav dt ul li a:hover {
    opacity: 0.7;
}
header.hide {
    transform: translateY(-100%);
}
@media screen and (max-width:860px) {
    dl#head_nav {
        display: none;
    }
}
/*---bread crumbs---*/
.breadcrumbs {
    margin: 0 auto;
    padding-top: 95px;
    background-color: #f7f7f7;
}
.breadcrumbs_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    text-align: left;
}
@media screen and (max-width:860px) {
    .breadcrumbs {
        padding-top: 72px;
    }
}
/*------------------------------------------------------*/
#voice .col_ul {
    background: rgb(238, 238, 238);
    margin-bottom: 30px;
    background: #ffffff;
}
#voice .col_ul li.col3_div {
    display: inline-block;
    width: 50%;
    height: auto;
    margin: 0;
    text-align: left;
    padding: 25px 25px;
    /*background:#eeeeee;*/
    height: auto;
}
#voice .col_ul li.col3_div:first-child {
    margin: 0 0 0 0;
    width: 25%;
    padding: 25px 0;
}
#voice .col_ul li.col3_div:last-child {
    margin: 0 0 0 0;
    width: 25%;
    text-align: right;
    padding: 25px 0;
}
.fukidashi {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    width: auto;
    min-width: 115px;
    color: #fff;
    line-height: 55px;
    text-align: center;
    background: #017df1;
    z-index: 0;
    border-radius: 10px;
    font-size: 23px;
    font-weight: normal;
    line-height: 1.5em;
}
.fukidashi:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #017df1 transparent transparent transparent;
}
@media screen and (max-width:768px) {
    h1 {
        font-size: 28px;
        line-height: 150%;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 14px;
    }
    .subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .btn1, .btn1_2 {
        display: block;
        width: 90%;
        max-width: 150px;
        line-height: 35px;
    }
    .btn2, .btn4, .btn5, .btn7 {
        padding: 15px;
        font-size: 16px;
    }
    .col_ul, .col_ul li {
        display: block;
    }
    .col_ul {
        max-width: 300px;
        margin: 0 auto;
    }
    .col_ul.col2 {
        width: 100% !important;
    }
    .col_ul li {
        width: 100%;
        margin-bottom: 15px
    }
    .col_ul li.col3_div:first-child {
        margin: 0;
    }
    .col_ul li.col3_div:last-child {
        margin: 0;
    }
    .col_ul li.col4_div, .col_ul li.col3_div {
        clear: left;
        width: 100%;
        margin: 0 0 40px 0;
    }
    #voice .col_ul li.col3_div {
        clear: left;
        margin: 0 5%;
        width: 90%;
        text-align: center;
    }
    #voice .col_ul li.col3_div:first-child {
        margin: 0 5%;
        width: 90%;
        padding: 0;
    }
    #voice .col_ul li.col3_div:last-child {
        margin: 0 5%;
        width: 90%;
        padding: 0;
        text-align: center;
    }
    .fukidashi {
        font-size: 18px;
    }
}
@media screen and (max-width:480px) {
    h1 {
        font-size: 18px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 14px;
    }
    .subtitle {
        font-size: 14px;
    }
    .btn2, .btn4, .btn5, .btn6, .btn7 {
        padding: 10px;
        font-size: 14px;
    }
    .col3 {
        display: block;
    }
    .col3 li {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
    }
    .col2 .col2_left, .col2 .col2_right {
        float: none;
        width: 100%;
        padding: 10px;
    }
    .fukidashi {
        font-size: 14px;
    }
}
/*--------------------------------------------------------header*/
header {
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 0 0 10px;
    background-color: #fff;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
header .header_inner {
    position: relative;
    width: 100%;
    max-width: 1335px;
    margin: 0 auto;
    padding: 0 20px;
}
header h1 {
    font-size: 14px;
    text-align: left;
    line-height: 120%;
    margin: 0 0 3px 10px;
}
nav {
    float: left;
}
nav img {
    margin-right: 20px;
    width: 300px;
}
nav ul {
    display: inline-block;
}
nav ul li {
    display: inline-block;
    font-size: 15px;
}
nav ul li a {
    display: inline-block;
    padding: 0 15px;
    line-height: 40px;
    font-weight: bold;
}
nav ul li a:hover {
    background-color: #2686e0;
    color: #fff;
}
.header_contact .btn1, .header_contact .btn1_2 {
    transition: all 0.2s ease-in-out;
}
.header_contact .btn1:hover, .header_contact .btn1_2:hover {
    background-color: #01baef;
}
.header_contact .btn1_2:hover {
    background-color: #ff9900;
}
.header_contact {
    position: absolute;
    right: 20px;
    bottom: 0;
}
.header_contact_phone {
    /*display: inline-block;
    padding: 5px 10px;
    font-size: 20px;*/
    padding: 5px 0px 2px;
    font-size: 16px;
    line-height: 100%;
    color: #017df1;
    font-weight: bold;
}
.header_contact_phone span {
    /*display: block;*/
    font-size: 60%;
    color: #424242;
}
header .btn1, header .btn1_2 {
    display: inline-block;
    max-width: none;
    padding: 0 15px;
    vertical-align: top;
    margin-top: 3px;
}
.header_inner_sp {
    display: none;
    padding: 0 10px;
    text-align: left;
}
.header_inner_sp img {
    width: 200px;
    margin-top: 10px;
}
.header_inner_sp nav {
    display: none;
}
.menu_icons {
    float: right;
}
.menu_icons li {
    display: inline-block;
    width: 35px;
    margin-left: 5px;
    background-color: #017df1;
    color: #fff;
    line-height: 35px;
    font-size: 16px;
    vertical-align: bottom;
    cursor: pointer;
}
.menu_icons li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #Fff;
}
.menu_icons li:last-child {
    background-color: #fff;
    color: #017df1;
    font-size: 6px;
    line-height: 150%;
    height: 35px;
}
.menu_icons li:last-child i {
    font-size: 22px;
}
@media screen and (max-width:1000px) {
    nav ul li a {
        font-size: 14px;
        padding: 0 10px;
    }
    header .btn1, header .btn1_2 {
        padding: 0 15px;
        font-size: 12px;
    }
    .header_contact_phone {
        font-size: 16px;
        padding: 10px;
    }
    nav img {
        width: 175px;
    }
}
@media screen and (max-width:960px) {
    .header_inner_sp {
        display: block;
    }
    .header_inner {
        display: none;
    }
    .header_inner_sp #menu_sp {
        text-align: center;
        float: none;
        margin-top: 15px;
    }
    header h1 {
        font-size: 12px;
    }
}
@media screen and (max-width:768px) {}
@media screen and (max-width:480px) {}
/*-----------------------------------------------------slider**/
.bxslider01 li {
    position: relative;
    width: 100%;
    min-height: 270px;
    text-align: center;
    /*height: 570px;*/
}
.bxslider01 li .slider_item_bg {
    height: 100%;
    padding: 0;
    /*background-image: url("../img/main_bg.jpg") ;*/
    background-image: url("../img/main_bg2.jpg");
    /*background:#99ccff;*/
    /*background:#017df1;*/
}
.bxslider01 li .slider_item_bg .filter {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    padding: 120px 0 40px;
}
.bxslider01 li .slider_item_innner {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 10px;
}
.bxslider01 li #maintxt {
    width: 65%;
    float: right;
    color: #017df1;
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
}
.bxslider01 li .slider_img_container {
    width: 32%;
    float: left;
}
.bxslider01 li .slider_img_container img {
    width: 100%;
    /*max-width:160px;*/
    margin-top: 10px;
    float: right;
}
.bx-wrapper {
    margin: 0 auto;
}
.clearfix .bx-wrapper {
    margin-bottom: 60px;
}
.slider_thumbnail {
    padding: 20px 5px;
    background-color: #017df1;
    color: #017df1;
}
.bxslider01 li #maintxt p {
    text-align: left;
}
#mtxt {
    /*color: #ffffff;*/
    color: #000;
    font-size: 34px;
    line-height: 1.2;
    font-weight: bold;
    text-align: left;
    margin-top: 0px;
    /*border-bottom:2px solid #ffffff;*/
    border-bottom: 2px solid #000;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
}
#mtxt1 {
    color: #017df1;
    /*color: #ffff00;*/
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
}
#mtxt1 span {
    font-size: 75%;
    font-weight: normal;
    letter-spacing: -2px;
}
#mtxt2 {
    font-size: 18px;
    margin: 15px 0;
    padding-left: 0;
    font-weight: normal;
    /*color: #ffffff;*/
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
}
#mtxt2 li {
    min-height: 0;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: left;
}
#mtxt2 i {
    /*margin-bottom:15px;*/
    /*color: #ffffff;*/
    color: #000;
}
#mtxt2 span {
    font-size: 130%;
    font-weight: normal;
    /*color: #ffffff;*/
    color: #000;
}
#mtxt2 small {
    font-size: 80%;
    font-weight: normal;
    /*color: #ffffff;*/
    color: #000;
}
p#mtxt3 {
    font-size: 20px;
    margin: 0;
    color: #333;
    font-weight: bold;
}
p#mtxt3 strong {
    font-size: 130%;
    font-weight: bold;
    color: #017df1;
}
.news_area {
    padding: 15px 0 5px;
    margin: 0;
    text-align: center;
    background: #c2dffc;
    display: inline-block;
    width: 100%;
}
@media screen and (max-width:900px) {
    #mtxt {
        width: 95%;
        font-size: 28px;
    }
    #mtxt1 {
        font-size: 26px;
    }
    #mtxt2 li {
        font-size: 14px;
    }
    .bxslider01 li p#mtxt3 {
        font-size: 14px;
    }
}
@media screen and (max-width:768px) {
    .slider_item_bg .btn1 {
        font-size: 16px;
        max-width: 300px;
    }
    .bxslider01 li .slider_img_container, .bxslider01 li #maintxt {
        float: none;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .bxslider01 li #maintxt {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 10px;
    }
    .bxslider01 li .slider_img_container img {
        width: 70%;
        /*max-width: 350px;*/
        margin: 0 15% 40px;
        clear: right;
    }
    #mtxt {
        width: 100%;
        font-size: 24px;
        text-align: center;
        padding: 2px;
    }
    #mtxt1 {
        display: inline-block;
        padding: 2px;
    }
    #mtxt2 {
        text-align: center;
    }
    #mtxt2 ul {
        display: inline-block;
        margin-bottom: 15px;
    }
    .bxslider01 li #maintxt p {
        margin-bottom: 20px;
        padding-left: 0;
        text-align: center;
    }
    .bxslider01 li .btn4 {
        margin: 0 auto;
    }
}
@media screen and (max-width:480px) {
    .clearfix .bx-wrapper {
        margin-bottom: 30px;
    }
    #mtxt {
        font-size: 21px;
    }
    #mtxt1 {
        font-size: 20px;
    }
    #mtxt2 ul {
        margin-bottom: 10px;
    }
    #mtxt2 li {
        font-size: 12px;
    }
    .bxslider01 li .slider_img_container img {
        /*max-width: 350px;*/
    }
    p#mtxt3 {
        font-size: 16px;
    }
}
/*-----------------------------------------------------**/
/*
/*-----------------------------------------------------**/
.fee_table {
    width: 100%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.fee_table td, .fee_table th {
    width: 50%;
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.fee_table th {
    background-color: #017df1;
    color: #fff;
    font-size: 110%;
    font-weight: normal;
}
/*------------------------**/
.comparison_table_outer {
    max-width: 900px;
    margin: 0 auto;
}
.comparison_table {
    width: 100%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.comparison_table td, .comparison_table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
}
.comparison_table th {
    padding: 10px;
}
.comparison_table td {
    padding: 5px 10px;
}
.comparison_table .bg_keihi {
    font-weight: bold;
    color: #017df1;
    border-right: #017df1 2px solid;
    border-left: #017df1 2px solid;
}
.comparison_table .bg_p {
    background-color: #dfefff;
    font-weight: bold;
}
/*-----------------------------------------------------**/
#features h4, #function .col_ul li h4, #voice h4 {
    font-weight: bold;
    margin-bottom: 15px;
    color: #017df1;
    line-height: 150%;
}
#voice h4 {
    text-align: left;
}
#features p, #voice p {
    text-align: left;
    font-size: 100%;
    padding: 0;
}
/*-----------------------features**/
#features {
    padding-top: 0;
}
#features .subtitle {
    margin-bottom: 30px;
    font-size: 16px;
}
#features dl.features_sep {
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
    display: inline-block;
}
#features dl.features_sep:after {
    clear: both;
}
#features dl.features_sep dt {
    width: 40%;
    margin: 0;
    padding: 0;
    float: left;
}
#features dl.features_sep dt ul {
    width: 90%;
    margin: 0;
    padding: 0;
}
#features dl.features_sep dt ul li {
    margin: 0 0 20px;
    padding: 0;
}
#features dl.features_sep dd {
    width: 60%;
    margin: 0;
    padding: 0;
    float: right;
}
#features dl.features_sep dd img, #features dl.features_sep dt img {
    width: 100%;
}
#features dl.features_sep dt img {
    width: 70%;
    margin: 0 15%;
}
#features dl.features_sep dt h4, #features dl.features_sep dd h4 {
    font-weight: normal;
    margin-bottom: 10px;
    color: #3399cc;
    line-height: 140%;
    font-size: 150%;
    text-align: left;
}
#features dl.features_sep dt p, #features dl.features_sep dd p {
    text-align: left;
    font-size: 1.0em;
    padding: 0 2px;
}
/*-----------------------voice**/
#voice img {
    width: 100%;
    padding: 0;
}
/*-----------------------merit**/
#merit .col3 {
    width: 100%;
}
#merit .col_ul {
    display: table;
    margin: 10px 0 20px;
}
#merit .col_ul li {
    position: relative;
    padding-bottom: 70px;
    display: table-cell;
    float: none;
}
#merit .col_ul li p {
    border-radius: 5px 5px 0 0;
    padding: 10px 5px;
    line-height: 1.5em;
    background-color: transparent;
    color: #424242;
    text-align: left;
}
#merit .col_ul li .col_inner {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 10px 5px 30px;
}
#merit .col_ul li .col_inner img {
    width: 30%;
    padding: 15px 0;
}
#merit .col_ul li a:hover {
    color: #ffffff;
    background-color: #017df1;
    transition: all 0.2s ease-in-out;
}
#merit .col_ul li h3 {
    color: #017df1;
    font-size: 17px;
    font-weight: bold;
}
#merit .col_ul li .btn_box {
    bottom: 15px;
    height: 50px;
    position: absolute;
    width: 100%;
}
.point_section img {
    padding: 10px 0;
    width: 110px;
}
/*-----------------------function**/
#function h3 {
    /*font-weight:bold;*/
    font-weight: normal;
    /*padding-top:30px;*/
    /*background-color:#017df1;*/
    background-color: #ffffff;
    border-bottom: 1px solid #01baef;
    color: #01baef;
    padding: 10px;
    margin: 30px 0;
    font-size: 6em;
}
#function .wrap {
    background-color: #ffffff;
    padding: 0 0 30px 0;
    margin: 0 auto 30px;
    width: 98%;
}
#function h4 {
    height: 30px;
}
#function .col_ul {
    margin-bottom: 60px;
}
#function .col_ul:last-child {
    margin-bottom: 0;
}
#function .col_ul li p {
    background-color: #017df1;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
    padding: 10px;
    text-align: left;
    font-size: 0.9em;
}
#function .col2 .col2_left img {
    width: 100%;
}
#function .h3_container {
    margin: 30px 0;
    border-bottom: 1px solid #01baef;
    background-color: #ffffff;
    color: #01baef;
}
#function .h3_container img {
    width: 60px;
}
#function .h3_container h3 {
    display: inline-block;
    margin: 0;
    border: none;
}
#function .function_list h3 {
    margin-bottom: 0;
    border: none;
}
#function .function_list ul li {
    display: inline-block;
    width: 22%;
    margin: 10px 1%;
    padding: 10px 0;
    background-color: #f7f7f7;
    border: 1px solid #017df1;
    border-radius: 5px;
    color: #017df1;
    font-weight: bold;
}
#function .function_list ul li a {
    color: #017df1;
    font-weight: bold;
}
#function .col_ul li img {
    width: 30%;
    padding: 10px 0;
}
#function .function_list ul li.border_none {
    display: inline-block;
    width: 22%;
    margin: 10px 1%;
    padding: 10px 0;
    background-color: #fff;
    border: 0px solid #017df1;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}
#function .btn_box {
    text-align: center;
}
#function .btn4 {
    /*border: 2px solid #017df1;*/
    background-color: #fff;
    color: #017df1;
    display: inline-block;
}
#function .btn_box a:hover {
    color: #ffffff;
    background-color: #017df1;
    transition: all 0.2s ease-in-out;
}
/*-----------------------fee**/
#fee .smaller {
    color: #424242;
}
#fee .fee_campaign {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #666666;
    line-height: 100%;
}
#fee .fee_table {
    margin-bottom: 5px;
}
#fee .fee_table {
    width: 100%;
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
#fee .fee_table td, #fee .fee_table th {
    width: 33.3%;
    padding: 10px 0;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    font-size: 120%;
    font-weight: bold;
}
#fee .fee_table th {
    background-color: #017df1;
    color: #fff;
    font-size: 130%;
    font-weight: normal;
}
#fee .fee_table th.bg_ac {
    background: #666;
    color: #fff;
}
#fee .fee_table td.bg_ac {
    background: #e6e6e6;
    color: #666;
}
#fee .fee_table th.bg_ini {
    background: #017df1;
    color: #fff;
}
#fee .fee_table td.bg_ini {
    background: #ccffff;
    color: #017df1;
}
#fee .fee_table th.bg_month {
    background: #003399;
    color: #fff;
}
#fee .fee_table td.bg_month {
    background: #ccccff;
    color: #003399;
}
#fee .btn4 {
    margin-top: 20px;
    padding: 10px;
    /*border: 2px solid #017df1;*/
}
#fee .btn4:hover {
    border: 2px solid #fff;
}
#fee .fee_table td .monthly_price {
    font-size: 150%;
    ;
}
#fee .fee_table td small {
    font-weight: normal;
    font-size: 70%;
}
#fee .tax_exclude {
    text-align: right;
    color: #666;
    font-size: 100%;
}
#fee .contact_wrap {
    text-align: center;
}
#fee .contact_wrap .btn4 {
    display: inline-block;
}
/*-------------------------#faq**/
#faq .faq_dl {
    max-width: 900px;
    margin: 0 auto;
    border: 2px solid #fff;
}
#faq .faq_dl dt, #faq .faq_dl dd {
    text-align: left;
    padding: 10px;
    font-size: 16px;
}
#faq .faq_dl dt {
    background-color: #dfefff;
}
#faq .faq_dl dd {
    background-color: #fff;
}
#faq .faq_icon {
    font-weight: bold;
    margin: 0 15px;
    font-size: 20px;
    color: #ff761a;
}
#faq .faq_dl dt .faq_icon {
    color: #017df1;
}
#faq a {
    text-decoration: underline;
    color: #017df1;
}
#faq a:hover {
    text-decoration: none;
    color: #6db7fb;
}
@media screen and (max-width:768px) {
    #features dl.features_sep dt {
        width: 100%;
        clear: left;
    }
    #features dl.features_sep dt ul {
        width: 100%;
    }
    #features dl.features_sep dd {
        width: 100%;
        clear: right;
    }
    #features dl.features_sep dd img {
        width: 100%;
        height: auto;
        max-width: 700px;
    }
    #features dl.features_sep {
        margin-top: 0;
    }
    #fee .fee_campaign {
        font-size: 26px;
    }
    #function h4 {
        height: auto;
    }
    #function .col2 .col2_left, #function .col2 .col2_right {
        float: none;
        width: 100%;
        padding: 10px;
    }
    #function .col2 .col2_left img {
        max-width: 400px;
    }
    #function .col_ul li.col3_div:last-child {
        margin-bottom: 0;
    }
    .col_ul li.col3_div:first-child {
        margin: 0 0 40px;
    }
    #merit .col_ul, #merit .col_ul li {
        display: block;
        margin: 0 auto;
    }
    #merit .col_ul li {
        margin: 0 auto 15px;
    }
    #merit .col_ul li h3 {
        margin-bottom: 5px;
        font-size: 14px;
    }
    #merit .col_ul li.sp_none {
        display: none;
    }
}
@media screen and (max-width:480px) {
    #features .col3 li {
        width: 100%;
        margin: 0 auto 60px;
    }
    #features .col3 li:last-child {
        margin: 0 auto;
    }
    #function h3 {
        font-size: 16px;
    }
    #function .h3_container img {
        width: 30px;
    }
    #function .function_list ul li {
        width: 47%;
        margin: 5px 1%;
    }
    #fee .fee_campaign {
        font-size: 16px;
    }
    #faq .faq_dl dt, .faq_dl dd {
        font-size: 14px;
    }
}
/*------------------------------------------------------footer*/
.footer_title {
    font-size: 36px;
    color: #fff;
    margin-top: 30px;
}
footer h2 {
    font-size: 36px;
    color: #fff;
}
footer .bg_col1 {
    color: #fff;
    background-image: url('../img/contact_bg.png');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
footer .col2_right .btn2 {
    background-color: #ffa935;
}
footer .col2_right .btn2:hover {
    background-color: #ff9000;
}
footer .copy_right {
    display: inline-block;
    padding: 5px 10px 10px;
    font-size: 12px;
}
@media screen and (max-width:768px) {
    footer .copy_right {
        text-align: left;
    }
}
footer .footer_contact_phone {
    padding-top: 40px;
}
footer .footer_contact_phone p:nth-child(1) {
    font-size: 28px;
    letter-spacing: 3px;
}
footer .footer_contact_phone p:nth-child(2) {
    font-size: 52px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 0 70px;
    margin: 20px 0;
    letter-spacing: 5px;
}
footer ul.sns_icons li {
    display: inline-block;
    padding: 5px;
    border: none;
    font-size: 36px;
}
footer dl.foot_navi {
    width: 90%;
    margin: 20px 5%;
    padding: 0;
}
footer dl.foot_navi a {
    text-decoration: none;
}
footer dl.foot_navi a:hover {
    text-decoration: underline;
}
footer dl.foot_navi dt {
    float: left;
    width: 19%;
    margin: 0;
    padding: 0;
    font-size: 10px;
    text-align: left;
}
footer dl.foot_navi dd {
    float: left;
    width: 20%;
    margin: 0 2% 0 0;
    padding: 0;
}
footer dl.foot_navi dd:nth-child(2) {
    width: 10%;
}
footer dl.foot_navi dd:nth-child(3) {
    width: 15%;
}
footer dl.foot_navi dd:nth-child(5) {
    width: 15%;
}
footer dl.foot_navi dd:nth-child(6) {
    width: 10%;
    margin: 0;
}
footer dl.foot_navi dt img {
    width: 80%;
}
footer dl.foot_navi dt ul li, footer dl.foot_navi dd ul li {
    text-align: left;
    font-size: 12px;
    margin-bottom: 5px;
}
@media screen and (max-width:768px) {
    footer h2 {
        font-size: 28px;
    }
    footer .footer_contact_phone p:nth-child(1) {
        font-size: 22px;
    }
    footer .footer_contact_phone p:nth-child(2) {
        font-size: 36px;
    }
    footer dl.foot_navi dt {
        float: left;
        width: 50%;
    }
    footer dl.foot_navi dd {
        float: left;
        width: 50%;
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width:480px) {
    footer h2 {
        font-size: 18px;
    }
    footer .footer_contact_phone p:nth-child(1) {
        font-size: 16px;
    }
    footer .footer_contact_phone p:nth-child(2) {
        font-size: 26px;
        margin: 10px 0;
        padding: 0 30px;
    }
    footer ul.sns_icons li {
        font-size: 28px;
    }
    footer dl.foot_navi dt {
        clear: left;
        width: 100%;
    }
    footer dl.foot_navi dd {
        clear: left;
        width: 100%;
    }
    footer dl.foot_navi dd:nth-child(2) {
        clear: left;
        width: 100%;
    }
    footer dl.foot_navi dd:nth-child(3) {
        clear: left;
        width: 100%;
    }
    footer dl.foot_navi dd:nth-child(5) {
        clear: left;
        width: 100%;
    }
    footer dl.foot_navi dd:nth-child(6) {
        clear: left;
        width: 100%;
    }
}
footer dl.foot_navi:after {
    clear: both;
    margin-bottom: 20px;
}
/*------------------------------------------------------#contact_area*/
#contact_area h2 {
    font-size: 36px;
    color: #fff;
}
#contact_area .bg_col1 {
    color: #fff;
    background-image: url('../img/contact_bg.png');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
#contact_area .col2_right .btn2 {
    background-color: #ffa935;
}
#contact_area .col2_right .btn2:hover {
    background-color: #ff9000;
}
#contact_area .copy_right {
    display: inline-block;
    padding: 5px 10px 0;
    font-size: 12px;
    text-align: left;
}
#contact_area .contact_area_contact_phone {
    padding-top: 20px;
}
#contact_area .contact_area_contact_phone p:nth-child(1) {
    font-size: 28px;
    letter-spacing: 3px;
}
#contact_area .contact_area_contact_phone p:nth-child(2) {
    font-size: 52px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 0 70px;
    margin: 20px 0;
    letter-spacing: 5px;
}
@media screen and (max-width:768px) {
    #contact_area h2 {
        font-size: 28px;
    }
    #contact_area .#contact_area_contact_phone p:nth-child(1) {
        font-size: 22px;
    }
    #contact_area .#contact_area_contact_phone p:nth-child(2) {
        font-size: 36px;
    }
    #contact_area dl.foot_navi dt {
        float: left;
        width: 50%;
    }
    #contact_area dl.foot_navi dd {
        float: left;
        width: 50%;
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width:480px) {
    #contact_area h2 {
        font-size: 18px;
    }
    #contact_area .#contact_area_contact_phone p:nth-child(1) {
        font-size: 16px;
    }
    #contact_area .#contact_area_contact_phone p:nth-child(2) {
        font-size: 26px;
        margin: 10px 0;
        padding: 0 30px;
    }
    #contact_area ul.sns_icons li {
        font-size: 28px;
    }
    #contact_area dl.foot_navi dt {
        clear: left;
        width: 100%;
    }
    #contact_area dl.foot_navi dd {
        clear: left;
        width: 100%;
    }
}
/*------------------------------------------------------下層ページtpl*/
.content_wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px 0;
}
.content_left {
    float: left;
    width: 70%;
    padding: 0 30px 0 20px;
    text-align: left;
}
.content_right {
    float: right;
    padding-right: 20px;
    width: 30%;
}
.share_button {
    margin-bottom: 30px;
    text-align: right;
}
.share_button .btn_container {
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width:768px) {
    .content_wrapper {
        padding: 30px 0;
    }
    .content_left, .content_right {
        float: none;
        width: 100%;
        padding: 0 20px;
    }
    .content_left {
        margin-bottom: 60px;
    }
}
/*------------------------------------------------------最新のお知らせ*/
#news ul.news_container {
    margin: 0 0 30px 0;
}
#news ul.news_container li {
    text-align: left;
    padding: 10px 10px;
    border-bottom: 1px dotted #ccc;
    font-size: 18px;
}
#news ul.news_container li .date {
    font-size: 80%;
}
#news ul.news_container li .cat {
    color: #fff;
    background: #017df1;
    font-size: 80%;
    padding: 3px;
}
#news ul.news_container li a:hover {
    color: #ccc;
}
.breadcrumbs_inner {
    font-size: 100%;
    padding: 10px 0;
}
.breadcrumbs_inner a {
    text-decoration: underline;
}
.breadcrumbs_inner a:hover {
    text-decoration: none;
}
@media screen and (min-width:640px) {
    .pc640 {
        display: block;
    }
    .sp640 {
        display: none;
    }
}
@media screen and (max-width:640px) {
    .pc640 {
        display: none;
    }
    .sp640 {
        display: block;
    }
}
/*------------------------------------------------------サイトマップ*/
#sitemap_area ul li {
    text-align: left;
    margin-bottom: 10px;
}
/**フローティングメニュー**/
.floating {
    position: fixed;
    right: 10%;
    bottom: 30px;
    display: none;
    z-index: 999999;
}
.floating a {
    display: block;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
.floating a:hover {
    opacity: 0.7;
}
.floating a img {
    max-width: 400px;
}
@media screen and (max-width:480px) {
    .floating {
        display: none;
    }
}
/* フローティングバナー閉じるボタン付き
-----------------------------------------*/
.floating-banner_bd {
    position: fixed; /*追従*/
    z-index: 99999; /*他の要素の下に隠れないように*/
    bottom: 0px; /*バナーの上下の位置*/
    left: 20px; /*バナーの左右の位置*/
}
.pc_bd {
    width: 240px; /*バナーの横幅を指定*/
}
.floating-banner_bd:hover {
    opacity: .8; /*ホバーで少し透過*/
}
.sp_bd {
    display: none; /*PCではスマホ用のバナーは非表示に*/
}
@media print, screen and (max-width:576px) {
    .pc_bd {
        display: none; /*タブレットサイズ以下でPC用のバナーを非表示に*/
    }
}
@media print, screen and (max-width:576px) {
    .sp_bd {
        display: block; /*消していたスマホ用のバナーを表示させる*/
    }
}
/* フローティングメニュー閉じるボタン付き
-----------------------------------------*/
.Bnr {
    position: relative;
    margin: 0 auto;
    width: 300px;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
    float: right;
}
.Bnr .Bnr__img {
    position: fixed;
    bottom: 20px;
    left: 0;
    z-index: 88;
}
.Bnr__img__inner {
    width: 250px;
    height: 250px;
    box-sizing: border-box;
    padding: 15px;
}
.Bnr__img__inner img {
    width: 220px;
    height: 220px;
    margin-top: 15px;
}
.Bnr .Bnr__img__inner a {
    display: block;
}
.Bnr .Bnr__img__inner a:hover {
    opacity: 0.7;
}
.Bnr .Bnr__img p.close {
    position: absolute;
    right: 5px;
    top: 15px;
    width: 35px;
    height: 35px;
    background: #666666;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    border-radius: 50%;
}
.Bnr .Bnr__img p.close a {
    display: block;
}
.Bnr .Bnr__img p.close a span {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.Bnr .Bnr__img p.close a i {
    z-index: 888;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px
}
.fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 1s;
}
.fadein .active {
    opacity: 1;
    transform: translate(0, 0);
}
.tab {
    width: 100%;
}
.tab li {
    color: #333;
    float: left;
    margin: 0;
    padding: 20px 0px;
    border: 1px solid #226EE8;
    cursor: pointer;
    list-style: none;
    transition: .3s;
    width: 33%;
    font-size: 180%;
}
.tab li.active {
    color: #fff;
    background: #226EE8;
    cursor: auto;
}
.tab li:hover {
    color: #fff;
    background: #356599;
    cursor: pointer;
}
.tab img {
    width: 70%;
    margin: 10px 15%;
}
.area article {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.area article.show {
    display: block;
}
.denchohou dt {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.denchohou dt h2 {
    line-height: 150%;
}
.denchohou dt h2 span {
    font-weight: 900;
    font-size: 120%;
}
.denchohou dt p {
    line-height: 200%;
}
.denchohou dd {
    width: 38%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}
.denchohou dd img {
    width: 100%;
}
@media screen and (max-width:640px) {
    .denchohou dt {
        width: 90%;
        display: block;
        padding: 0;
        margin: 0 auto;
    }
    .denchohou dt p {
        line-height: 200%;
        font-size: 16px;
        text-align: left;
    }
    .denchohou dd {
        width: 90%;
        display: block;
        padding: 0px;
        margin: 0 auto;
    }
}
#js-pagetop {
    position: fixed;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background: #f99900;
    color: #fff;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
}
/* ページトップ
-----------------------------------------*/
#js-pagetop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #3f98ef;
    opacity: 1;
    border: 3px solid rgba(255, 255, 255, 0.85);
    box-sizing: content-box;
}
#js-pagetop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#js-pagetop a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -15px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
/* 右資料DLボタン
-----------------------------------------*/
#js-dl_btn_side {
    width: 50px;
    height: 230px;
    position: fixed;
    right: 0px;
    bottom: 170px;
    opacity: 1;
    box-sizing: content-box;
}
#js-dl_btn_side a {
    position: relative;
    display: block;
    width: 50px;
    height: 230px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    border-radius: 5px;
}
@media screen and (max-width:640px) {
    #js-dl_btn_side {
        display: none;
    }
}
#section_hikeihi {
    margin: 50px 0;
    width: 100%;
}
.section_hikeihi_inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 0;
}
@media screen and (max-width:640px) {
    .section_hikeihi_inner {
        padding: 30px 20px;
    }
}
.section_hikeihi_inner img {
    width: 100%;
    margin: 0 auto;
}
.sec_subtitle {
    font-size: 34px;
    font-weight: 900;
    color: #003da3;
    letter-spacing: 1.5px;
}
@media screen and (max-width:640px) {
    .sec_subtitle {
        font-size: 22px;
        font-weight: 900;
        color: #003da3;
        letter-spacing: 1.5px;
    }
}
@media screen and (max-width:768px) {
    .spnone {
        display: none;
    }
}
@media screen and (min-width:767px) {
    .pcnone {
        display: none;
    }
}
.sec_sub_txt {
    line-height: 200%;
    letter-spacing: 1px;
    font-size: 16px;
}
@media screen and (max-width:640px) {
    .sec_sub_txt {
        text-align: left;
    }
}
.sec_txt_strong_b {
    font-weight: 600;
    color: #017df1;
    font-size: 120%;
}
.sec_txt_strong_n {
    color: #017df1;
}
.txt_left {
    text-align: left !important;
}
/* 料金ページ
-----------------------------------------*/
.index_plan {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: start;
}
.index_plan li {
    width: 45%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
    min-height: auto;
    background: #fff;
    border: 1px solid #a9a9a9;
    padding: 0 0 30px;
}
.index_plan li.month {
    border: 1px solid #87ceeb;
}
@media screen and (max-width:640px) {
    .index_plan li {
        width: 100%;
        border-radius: 4px;
        line-height: 26px;
        letter-spacing: 1px;
        text-align: center;
        min-height: auto;
        margin-bottom: 20px;
    }
    .index_plan li.month {
        width: 100%;
        border-radius: 4px;
        line-height: 26px;
        letter-spacing: 1px;
        text-align: center;
        min-height: auto;
    }
}
.index_plan li h4 {
    background: #a9a9a9;
    padding: 20px 0;
    font-weight: 600;
    color: #fff;
}
.index_plan li.month h4 {
    background: #87ceeb;
    padding: 20px 0;
    font-weight: 600;
    color: #003da3;
    border: 1px solid #87ceeb;
    border-radius: 4px 4px 0 0;
}
.index_plan li p {
    padding: 30px 0 0;
}
.index_plan li p span {
    font-weight: 900;
    font-size: 40px;
    color: #003da3;
}
.price_subtite {
    position: relative;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
    color: #4c4948;
}
.price_subtite::after {
    position: absolute;
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    background-color: #007bc7;
}
#bill-digitalization {
    margin-top: -150px;
    padding-top: 150px;
}
.fnc_title_h2 {
    background: #017df1;
    padding: 30px 0;
    width: 100%;
    margin: 0;
    color: #fff;
    font-weight: 900;
}
.parent {
    width: 100%;
    margin-bottom: 30px;
}
.parent li {
    float: left;
    width: 30.333%; /*-- ボタンの横幅（任意の値） --*/
    height: auto; /*-- ボタンの縦幅（任意の値） --*/
    border: 1px solid #ccc;
    box-shadow: 0 4px 0 0 rgb(227 228 232 / 40%);
    border-radius: 5px; /*-- ボタンの枠線（任意の値） --*/
    text-align: center; /*-- テキストの中央配置（左寄せでもいい） --*/
    line-height: 50px; /*-- サイズをheightに合わせる --*/
    position: relative;
    margin: 10px 1.5%;
    font-size: 16px;
}
@media screen and (max-width:768px) {
    .parent li {
        width: 100%;
        margin: 10px 0;
    }
}
.child2 {
    position: absolute;
    right: 10px; /*-- 右端からの距離（任意） --*/
}
.link_blue {
    display: block;
}
.link_blue:hover {
    font-weight: bold;
    background: #003da3;
    color: #fff;
    border-radius: 5px;
}
.link_dl_demo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    margin: 30px auto 0;
}
@media screen and (max-width:640px) {
    .link_dl_demo {
        width: 100%;
        display: block;
    }
}
p.dl a.link {
    background: #ff6633;
    border-radius: 50px;
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    border-bottom: 2px solid #ff6633;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
}
p.trial a.link {
    background: #0057b8;
    border-radius: 50px;
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    border-bottom: 2px solid #0057b8;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
}
@media screen and (max-width:640px) {
    p.dl a.link {
        background: #ff6633;
        border-radius: 50px;
        color: #fff;
        padding: 10px 20px;
        display: block;
        border-bottom: 2px solid #ff6633;
        text-decoration: none;
        letter-spacing: 1px;
    }
    p.trial a.link {
        background: #0057b8;
        border-radius: 50px;
        color: #fff;
        padding: 10px 20px;
        display: block;
        border-bottom: 2px solid #0057b8;
        text-decoration: none;
        letter-spacing: 1px;
    }
    .trial {
        margin-top: 10px;
    }
}
p.dl a.link:hover {
    background: #fff;
    color: #ff6633;
    border: #ff6633 1px solid;
}
p.trial a.link:hover {
    background: #fff;
    color: #0057b8;
    border: #0057b8 1px solid;
}
.block {
    display: block;
}
@media screen and (max-width:640px) {
    .block {
        text-align: center;
    }
}
.pagenation {
    margin-top: 80px;
}
.case_table {
    text-align: left;
    border: 2px solid #e6e6e6;
    padding: 15px 40px;
    border-radius: 10px;
}
.case_table th {
    padding: 3px 15px 3px 0;
}
.case_table th, .case_table td {
    text-align: left;
}
/*=======================================================*/
.sp_none {
    display: none;
}
.pc_none {
    display: block;
}
@media print, screen and (min-width:768px) {
    .sp_none {
        display: block;
    }
    .pc_none {
        display: none;
    }
}