/*
 * Reset
 * general
 * header
 * Global Navigation
 * banner
 * main
 * title
 * icon
 * block
 * list
 * Toppage
 * business
 * branch-search
 * Contact form
 * news
 * utility class
 */
/* RESET
----------------------------------------------------------------------------------------------------*/
h1 ,h2 ,h3 ,h4 ,h5 ,h6 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
body ,p ,figure {
    padding: 0px;
    margin: 0px;
}
ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
li ,dl ,dt ,dd {
    padding: 0px;
    margin:0px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../js/boxsizing.htc);
}
img {
    border: none;
    width: 100%;
}
a {
    color: #767676;
    text-decoration: none;
}
input[type="text"] ,
select {
    height: 30px;
    width: 100%;
}
input[type="checkbox"] ,
input[type="radio"] {
    padding: 0;
    margin: 0;
}
textarea {
    resize: none;
    width: 100%;
}
body {
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    color: #323232;
    font-size: 100%; /* 1 */
    line-height: 150%;
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}
/*----- end reset -----*/
/* $general */
.inner:after,
.row:after,
.col:after,
.clr:after {
    content: "";
    display: table;
    clear: both;
}
.clr-both {
	clear: both;
}
.line-20 {
  clear: both;
  display: table;
  height: 20px;
  position: relative;
  width: 100%;
}
.line-50 {
    clear: both;
  display: table;
  height: 50px;
  position: relative;
  width: 100%;
}
.col {
    float: left;
}
.red {
    color: #e84c3d;
}
.red2 {
    color: #db0917;
}
.red3 {
    color: #fd0707;
}
.red4 {
    color: #ff0000;
}
.sky {
    color: #7bdbdc;
}
/*
    nxnghe 01/06
*/
.sky1 {
    color: #5dafce;
}
.thanks-blue {
    color: #0000ff;
}
/*
    end nxnghe
*/
.black {
    color: #333 !important;
}
.orange {
    color: #f7a025;
}
.orange1 {
    color: #ff9833;
}
.orange02 {
    color: #fd6b09;
}
.yellow {
    color: #f2c311;
}
.yellow1 {
    color: #f2da14;
}
.yellow-tsushin {
    color: #f1c82c;
}
.blue {
    color: #71c3e5;
}
.blue1 {
    color: #0000ff;
}
.blue2 {
    color: #2d93f3;
}
.blue3 {
    color: #1a6aa4;
}
.blue4 {
    color: #0075c1;
}
.green {
    color: #47c686;
}
.green1 {
    color: #5bd999;
}
.green2 {
    color: #48c686;
}
.green3 {
    color: #57ba2f;
}
.violet {
    color: #b886d4;
}
.violet1 {
    color: #ac7bb2;
}
.violet2 {
    color: #aa94b6;
}
.brown {
    color: #ac8865;
}
.brown2 {
    color: #987d62;
}
.fs10 {
    font-size: 75%;
}
.fs11 {
	font-size: 77%;
}
.fs12 {
    font-size: 80%;
}
.fs14 {
    font-size: 85%;
}
.fs20 {
    font-size: 120%;
}
.fs22 {
    font-size: 130%;
}
.fs40 {
    font-size: 160%;
}
.pc {
    display: none;
}
.sp {
    display: inline-block;
}
.inner {
    margin: 0 auto;
    position: relative;
    width: 94%;
}
.tleft {
    text-align: left;
}
.tright {
    text-align: right;
}
.tcenter {
    text-align: center;
}
.gray_layer {
    display: none;
    background-color: black;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.gray_layer.bus2019_gray_layer {
    opacity: 0.7;
}
.modal_layer {
    display: none;
    background-color: white;
    z-index: 1100;
    position: absolute;
    width: 96%;
    margin: 0 auto;
    top: 0;
    left: 0;
}
.modal_layer.bus2019_layer {
    background: transparent;
}
.bg-180105-top {
    background: url(../img/news/180105-1.png) no-repeat center center transparent;
    height: 108px;
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
}
.bg-180105-bottom {
    background: url(../img/news/180105-2.png) no-repeat center center transparent;
    bottom: -60px;
    height: 108px;
    left: 0;
    position: absolute;
    width: 170px;
}
.add-border {
    border: 1px solid #333;
}
.gas-notice-banner {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.gas-notice-banner p {
    background-color: #f49f3f;
    border-radius: 10px;
    font-size: 80%;
    margin: -20px auto 0;
    max-width: 530px;
    padding: 10px;
    text-align: center;
}
.gas-notice-banner p span {
    //display: block;
    font-size: 1rem;
    font-weight: 600;
}
@media ( min-width : 768px ) {
    /* $general */
    .pc {
        display: inline-block;
    }
    .sp {
        display: none;
    }
    .inner {
        padding: 0 15px;
        margin: 0 auto;
        /*min-width: 745px;*/
        min-width: 760px;
        max-width: 890px;
        /*width: 65%;*/
    }
    .inner-wider {
        max-width: 1200px;
    }
    .modal_layer {
        width: 90%;
        height: 600px;
    }
    .modal_layer {
        height: auto;
    }
    .bg-180105-top {
        top: 80px;
    }
    .bg-180105-bottom {
        bottom: -30px;
        left: -60px;
    }
	.fs12 {
		font-size: 12px;
	}
}
@media ( min-width : 900px ) {
    .modal_layer {
        width: 855px;
    }
    .modal_layer.flipbook_layer {
        width: 920px;
    }
    .modal_layer.bus2019_layer {
        width: 890px;
    }
}
@media ( min-width : 1025px ) {
    .bg-180105-bottom {
        bottom: -10px;
        left: -75px;
    }
    .gas-notice-banner {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
    .gas-notice-banner .main_title.gas-notice-small {
        font-size: 18px;
    }
    .gas-notice-banner p {
        font-size: 12px;
        margin: 0;
    }
}
/*
    ==== SP view ====
*/
/* $header */

.logo {
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.logo a {
    display: block;
    width: 100%;
}
.logo img {
    width: 190px;
}
/* $Global Navigation */
.navbox {
    display: block;
    float: left;
    padding-bottom: 15px;
    width: 100%;
}
.navbox > li {
    background: url(../img/tmp/nav-bg.png) no-repeat left center transparent;
    float: left;
    width: 33.3333%;
    text-align: center;
}
.navbox > li:nth-child(1) ,
.navbox > li:nth-child(4) {
    background: none 0 0 transparent;
}
.navbox > li > a {
    display: block;
    padding: 5px 0;
}
.navbox > li > a > img {
    padding-bottom: 5px;
    width: 44px;
}
.navbox > li > a:hover {
    background: none 0 0 transparent;
}
.navbox > li > a {
    font-size: 100%;
    letter-spacing: -1px;
    line-height: 100%;
}
.navbox > li > a > span {
    font-size: 66%;
}
.submenu {
    display: none;
}
.submenu a {
    color: #fff;
    font-size: 100%;
}
.submenu-lst {
    background: url(../img/tmp/submenu-img06.jpg) no-repeat center center transparent;
    background-size: 100%;
    height: 118px;
    margin: 0;
    padding: 0;
    width: 100%
}
.submenu-lst ul {
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    padding: 30px 0 28px;
}
.submenu-lst ul li {
    margin-bottom: 2px;
    padding: 0;
}
.submenu-lst ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.submenu-lst ul li a:hover {
    text-decoration: underline;
}
.path {
    background-color: #f6f6f6;
    clear: both;
    color: #767676;
    font-size: 66%;
    line-height: 25px;
    padding: 0 10px;
}
.path h1 {
    display: inline-block;
    font-size: 100%;
}
.audio_controller {
    background-color: #53c1d9;
    border-radius: .3em;
    color: #fff;
    clear: both;
    font-size: .7rem;
    margin: 0 auto;
    opacity: 0.9;
    padding: 5px 8px;
    position: relative;
    width: 270px;
    z-index: 1199;
}
.audio_controller img {
    display: block;
}
.playlist {
    background: url(../img/tmp/pop-audio-bg.png) no-repeat center center transparent;
    background-size: 100% 96px;
    bottom: -98px;
    opacity: 1;
    padding: 25px 22px 15px;
    position: absolute;
    right: 0px;
    z-index: 22;
}
.playlist li a {
    color: #939393;
    display: block;
}
.playlist li a.red {
    color: #e84c3d;
}
.notice-btn {
    background: #ff0;
    color: #333;
    clear: both;
    font-size: 24px;
    font-weight: 600;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    width: 100%;
}
@media ( min-width : 768px ) {
    /* $header */
    .header {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .logo {
        /*display: table-cell;*//*Fixing*/
        float: left;
        max-width: 160px;
        padding: 30px 0 40px 10px;
        text-align: center;
        width: 18%;
    }
    .logo a,
    .logo img {
        display: block;
        width: 110%;
        margin-top: -10px;
    }
    .header nav {
        /*display: table-cell;*//*Fixing*/
        float: right;
        width: 82%;
    }
    .navbox {
        /*display: table;*//*Fixing*/
        float: none;
        padding: 0;
    }
    /* $navbox */
    .navbox > li {
        background: url(../img/tmp/nav-bg.png) no-repeat left center transparent;
        display: table-cell;
        text-align: center;
        position: relative;
        width: 16.6666666%;
    }
    .navbox > li:nth-child(1) ,
    .navbox > li:nth-child(4) {
        background: url(../img/tmp/nav-bg.png) no-repeat left center transparent;
    }
    .navbox > li:first-child {
        background: none;
    }
    .navbox > li > a {
        display: none;
    }
    .navbox > li > .pc {
        display: block;
        line-height: 120%;
        padding: 15px 0;
        text-align: center;
        font-size: 13px;
    }
    .navbox > li > .pc > span {
        font-size: 10.5px;
    }
    .navbox > li > .pc > img {
        width: 44px;
    }
    .navbox > li.nav01 > .pc:hover {
        background: url(../img/tmp/nav-bg01.png) no-repeat center bottom transparent;
    }
    .navbox > li.nav02 > .pc:hover {
        background: url(../img/tmp/nav-bg02.png) no-repeat center bottom transparent;
    }
    .navbox > li.nav03 > .pc:hover {
        background: url(../img/tmp/nav-bg03.png) no-repeat center bottom transparent;
    }
    .navbox > li.nav04 > .pc:hover {
        background: url(../img/tmp/nav-bg04.png) no-repeat center bottom transparent;
    }
    .navbox > li.nav05 > .pc:hover {
        background: url(../img/tmp/nav-bg05.png) no-repeat center bottom transparent;
    }
    .navbox > li.nav06 > .pc:hover {
        background: url(../img/tmp/nav-bg06.png) no-repeat center bottom transparent;
    }
    .submenu {
        border-radius: 15px;
        box-shadow: 0 7px 7px 0 rgba(3,3,3,0.5);
        display: block;
        left: -55px;
        position: absolute;
        padding: 15px;
        text-align: left;
        z-index: 100;
        visibility:hidden;
        width: 260px;
        opacity: 0;
        -webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
        -moz-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
        -ms-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
        -o-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
        transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    }
    .navbox .nav01 .submenu {
        background-color: #e84c3d;
    }
    .navbox .nav02 .submenu {
        background-color: #ebc552;
    }
    .navbox .nav03 .submenu {
        background-color: #987d62;
    }
    .navbox .nav04 .submenu {
        background-color: #5dafce;
    }
    .navbox .nav05 .submenu {
        background-color: #47c686;
    }
    .navbox .nav06 .submenu {
        background-color: #aa94b6;
    }
    .submenu h3 {
        border-bottom: 1px dashed #fff;
        margin-bottom: 15px;
    }
    .submenu a {
        color: #fff;
        font-size: 14px;
    }
    .submenu ul li {
        background: url(../img/tmp/sub-li.png) no-repeat 0 7px transparent;
        padding-left: 15px;
    }
    .submenu a:hover {
        opacity: 0.7;
    }
    .submenu .as_bg {
        background-color: #525252;
        padding: 2px 5px;
    }
    .submenu2 {
        width: 410px;
    }
    .submenu2 figure ,
    .submenu2 h3 {
        width: 230px;
    }
    .submenu2 .sub_lv1 > li {
        background: none;
        padding-left: 0;
        color: #fff;
        font-size: 14px;
        letter-spacing: -1px;
    }
    .submenu2 .sub_lv1 li.active > a ,
    .submenu2 .sub_lv1 > li > a:hover {
        opacity: 0.5;
    }
    .submenu2 .sub_lv1 {
        min-height: 212px;
        position: relative;
    }
    .sub_lv2 {
        display: none;
        font-size: 14px;
        min-height: 145px;
        position: absolute;
        left: 190px;
        top: 0;
    }
    .submenu_plus2 {
        left: -60px;
        width: 270px;
    }
    .submenu_plus2 figure,
    .submenu_plus2 h3 {
        width: 230px;
    }
    .submenu_plus2 .sub_lvplus1 > li {
        color: #fff;
        font-size: 14px;
        letter-spacing: -1px;
    }
    .submenu_plus2 .sub_lvplus1 {
        min-height: 84px;
        position: relative;
    }
    .sub_lvplus2 {
        display: none;
        font-size: 14px;
        position: absolute;
        left: 120px;
        top: 0;
    }
    .navbox li:hover .submenu {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        transition-delay: 0s;
    }
    .menu {
        float: left;
        width: 50%;
        padding: 0 20px 20px 0;
    }
    .menu figure {
        float: left;
        width: 50%;
        padding-right: 5%;
    }
    .menu p {
        color: #fff;
        float: left;
        width: 50%;
    }
    .navbox .nav06 .pc {
        display: none;
    }
    .navbox .nav06 .sp {
        padding: 15px 0;
        display: block;
    }
    .navbox .nav06 .sp img {
        padding-bottom: 0;
    }
    .navbox .nav06 .submenu{
        display: none;
    }
    .audio_controller {
        position: absolute;
        top: auto;
        left: 10px ;
        bottom: -30px;
    }
    /*.notice-btn {
        background: #ff0;
        color: #333;
        font-size: 18px;
        font-weight: 600;
        height: 107px;
        left: 100%;
        padding: 28px 10px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 167px;
    }*/
}
@media ( min-width : 1024px ) {
    .header {
        max-width: 1066px;
    }
    .logo {
        margin-left: 20px;
        padding: 25px 0;
    }
    .submenu_plus2 {
        left: -55px;
        width: 330px;
    }
    .sub_lvplus2 {
        left: 150px;
    }
    .audio_controller {
        left: auto;
        right: 5px;
        bottom: 221px;
    }
    .notice-btn.pc {
        display: block;
        margin: 0 auto;
        max-width: 1400px;
        width: 100%;
    }
}
@media ( min-width : 1208px ) {
    .logo {
        margin: 0;
        width: 15%;
    }
    .header nav {
        width: 85%;
    }
    .navbox .nav06 .pc {
        display: block;
    }
    .navbox .nav06 .sp {
        display: none;
    }
    .navbox .nav06 .submenu{
        display: block;
    }
}
/* $banner */
.banner {
    clear: both;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 60px;
}
.banner h1 span {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
}
.gray {
    color: #7e7f80;
}
.violet {
    color: #aa94b6;
}
.pink {
    color: #e40165;
}
.pink2 {
    color: #e993ad;
}
.banner h1.green span {
    background-color: #47c686;
}
.banner h1.green3 span {
    background-color: #57ba2f;
}
.banner h1.sky1 span {
    background-color: #5dafce;
}
.banner h1.water-sky span {
    background-color: #55bef8;
}
.banner h1.red span {
    background-color: #e84c3d;
}
.banner h1.red2 span {
    background-color: #db0917;
}
.banner h1.orange span {
    background-color: #ff6600;
}
.banner h1.gray span {
    background-color: #7e7f80;
}
.banner h1.blue span {
    background-color: #5dafce;
}
.banner h1.blue3 span {
    background-color: #1a6aa4;
}
.banner h1.blue4 span {
    background-color: #0075c1;
}
.banner h1.sky span {
    background-color: #7bdbdc;
}
.banner h1.violet span {
    background-color: #aa94b6;
}
.banner h1.brown2 span {
    background-color: #987d62;
}
.banner h1.yellow-tsushin span {
    background-color: #f1c82c;
}
.banner h1.pink span {
    background-color: #e40165;
}
.banner h1.pink2 span {
    background-color: #e993ad;
}
.banner h1 {
    background-color: #fff;
    box-shadow: 0 5px 0 0 rgba(246,246,246,0.7);
    font-size: 85%;
    font-weight: bold;
    display: inline-block;
    line-height: 25px;
    padding: 0 35px 0 5%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.banner_image {
    display: block;
    margin: 0 auto;
    position: relative;
}
.banner_txt {
    left: 5%;
    position: absolute;
    top: 35px;
    z-index: 1;
}
.banner_txt p {
    background: url(../img/tmp/banner-bg01.png) repeat left top transparent;
    color: #767676;
    line-height: 16px;
    padding: 0 5px;
    font-size: 60%;
}

@media ( min-width : 768px ) {
    /* $banner */
    .banner h1 {
        font-size: 20px;
        height: 55px;
        letter-spacing: -1px;
        padding: 15px 60px 0 1.5%;
        width: 42%;
    }
    .banner h1.fix-2l {
        font-size: 17px;
    }
    .banner h1.fix-3l {
        font-size: 15px;
    }
    .banner h1.fix-form02 {
        font-size: 14px;
        line-height: 20px;
        padding: 9px 60px 0 1.5%;
    }
    .banner .others_title {
        width: 49%;
    }
    .ie .banner .others_title {
        width: 51%;
    }
    .ie .banner h1 {
        padding: 18px 70px 0 1.5%;
        width: 45%;
    }
    .ie .ieline {
        position: relative;
        top: -4px;
    }
    .banner h1 span {
        width: 55px;
        height: 55px;
    }
    .banner_txt {
        left: 0;
        position: absolute;
        top: 90px;
        z-index: 1;
    }
    .banner_txt p {
        background: url(../img/tmp/banner-bg02.png) repeat left top transparent;
        color: #767676;
        line-height: 29px;
        padding: 0 15px;
        font-size: 16px;
    }
    .fs22 {
        font-size: 22px;
        line-height: 22px;
    }
    .fs40 {
        font-size: 40px;
        line-height: 40px;
    }
}
/* $main */
.main {
    background: none 0 0 #fff;
    clear: both;
    display: table;
    font-size: 116%;
    padding: 27px 0 0 0;
    width: 100%;
}
.footer {
    background: url(../img/tmp/foot-bg.png) repeat-x 0 0 #f6f6f6;
    clear: both;
    overflow: hidden;
    padding: 80px 0 0 0;
}
.finner {
    padding: 0;
}
.flist {
    padding: 40px 0 0 0;
}
.flist > div {
    float: none;
    padding: 0;
    width: 100%;
}
.flist h3 {
    background: url("../img/tmp/ficon.png") no-repeat 5px center #333333;
    background-size: 30px 30px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 100%;
    margin: 0;
    padding: 10px 0 10px 40px;
}
.fmenu ul {
    display: none;
    padding: 0;
}
.flist li a {
    border-bottom: 1px solid #4d4d4d;
    display: block;
    font-size: 85%;
    padding: 5px 3%;
}
.flink {
    display: none;
}
.fcopy {
    color: #323232;
    font-size: 85%;
    padding: 5px 0;
    text-align: center;
}
@media ( min-width : 768px ) {

    /* $main */
    .main {
        font-size: 14px;
        padding: 54px 0 0 0;
    }
    .finner {
        margin: 0 auto;
        padding: 0 15px;
        min-width: 745px;
        width:90%;
    }
    .flist {
        float: left;
        overflow: hidden;
        line-height: 130%;
        text-align: center;
        padding: 60px 0 20px 0;
        width: 100%;
    }
    .flist > div {
        vertical-align: top;
        width: 180px;
        text-align: left;
        display: inline-block;
        margin: 0 22px;
    }
    .flist h3 {
        background: none 0 0 transparent;
        border-bottom: 1px dashed #4d4d4d;
        color: #767676;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 3px;
        padding: 0 0 3px 0;
    }
    .flist ul {
        padding-bottom: 15px;
    }
    .flist li {
        font-size: 12px;
        line-height: 20px;
        color: #767676;
    }
    .flist li a {
        border: none;
        font-size: 12px;
        padding: 0;
    }
    .flist .lv1 {
        padding-left: 10px;
    }
    .flink {
        clear: both;
        display: block;
        font-size: 12px;
        text-align: right;
        margin-bottom: -25px;
    }
    .fcopy {
        font-size: 10px;
        padding: 0;
    }
}

/* $title */
.main_title {
    font-size: 100%;
    color: #e84c3d;
    font-weight: bold;
    position: relative;
    padding: 3px 0 34px 40px;
}
.green.main_title {
    color: #47c686;
}
.green3.main_title {
    color: #57ba2f;
}
.gray.main_title {
    color: #7e7f80;
}
.orange.main_title {
    color: #eac552;
}
.brown.main_title {
    color: #a37c5b;
}
.brown2.main_title {
    color: #987d62;
}
.blue.main_title {
    color: #5dafce;
}
.blue2.main_title {
    color: #1a6aa4;
}
.sky.main_title {
    color: #7bdbdc;
}
.sky1.main_title {
    color: #5dafce;
}
.violet2.main_title {
    color: #aa94b6;
}
.orange3.main_title {
    color: #ff9c00;
}
.red.main_title {
    color: #db0917;
}
/*
    end nxnghe
*/



/* $icon */
.hi-icon {
    border: 5px solid #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    z-index: 1;
}
.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.main_title .hi-icon:after {
    top: 0;
    left: 0;
    box-shadow: 0 0 0 5px rgba(232,76,61,1);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.main_title .hi-icon:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(232,76,61,0.4);
    color: #fff;
}
.active .hi-icon:after {
    top: 0;
    left: 0;
    box-shadow: 0 0 0 5px rgba(232,76,61,1);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.active .hi-icon:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
.active .hi-icon {
    box-shadow: 0 0 0 5px rgba(232,76,61,0.4);
    color: #fff;
}
/* brown is color class , if you want to change color of the title , you must declare a class and the css option on this comment  */
.brown.main_title .hi-icon:after ,
.brown.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(163,124,91,0.4);
}
.brown.main_title.active .hi-icon ,
.brown.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(163,124,91,0.4);
    color: #fff;
}

.brown2.main_title .hi-icon:after ,
.brown2.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(152,125,98,1);
}
.brown2.main_title.active .hi-icon ,
.brown2.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(152,125,98,0.4);
    color: #fff;
}

.green.main_title .hi-icon:after ,
.green.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(71,198,134,1);
}
.green.main_title.active .hi-icon ,
.green.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(71,198,134,1);
    color: #fff;
}
.green3.main_title .hi-icon:after ,
.green3.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(87,186,47,1);
}
.green3.main_title.active .hi-icon ,
.green3.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(87,186,47,1);
    color: #fff;
}
.blue.main_title .hi-icon:after ,
.blue.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(93,175,206,1);
}
.blue.main_title.active .hi-icon ,
.blue.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(93,175,206,1);
    color: #fff;
}
.blue2.main_title .hi-icon:after ,
.blue2.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(26,106,164,1);
}
.blue2.main_title.active .hi-icon ,
.blue2.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(26,106,164,1);
    color: #fff;
}
.sky.main_title .hi-icon:after ,
.sky.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(123,219,220,1);
}
.sky.main_title.active .hi-icon ,
.sky.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(123,219,220,1);
    color: #fff;
}
.sky1.main_title .hi-icon:after ,
.sky1.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(93,175,206,1);
}
.sky1.main_title.active .hi-icon ,
.sky1.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(93,175,206,1);
    color: #fff;
}
.gray.main_title .hi-icon:after ,
.gray.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(126,127,128,1);
}
.gray.main_title.active .hi-icon ,
.gray.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(126,127,128,0.8);
    color: #fff;
}

.violet2.main_title .hi-icon:after ,
.violet2.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(170,148,182,1);
}
.violet2.main_title.active .hi-icon ,
.violet2.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(170,148,182,0.8);
    color: #fff;
}
.orange3.main_title .hi-icon:after ,
.orange3.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(255,156,0,1);
}
.orange3.main_title.active .hi-icon ,
.orange3.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(255,156,0,1);
    color: #fff;
}
.red.main_title .hi-icon:after ,
.red.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(219,9,23,1);
}
.red.main_title.active .hi-icon ,
.red.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(219,9,23,1);
    color: #fff;
}
/*

*/

.orange.main_title .hi-icon:after ,
.orange.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(234,197,82,1);
}
.orange.main_title.active .hi-icon ,
.orange.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(234,197,82,1);
    color: #fff;
}
.blue-light.main_title .hi-icon:after ,
.blue-light.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(52,170,241,1);
}
.blue-light.main_title.active .hi-icon ,
.blue-light.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(52,170,241,1);
    color: #fff;
}
.green-light.main_title .hi-icon:after ,
.green-light.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(69,190,36,1);
}
.green-light.main_title.active .hi-icon ,
.green-light.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(69,190,36,1);
    color: #fff;
}
.water-sky.main_title .hi-icon:after ,
.water-sky.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(85,190,248,1);
}
.water-sky.main_title.active .hi-icon ,
.water-sky.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(85,190,248,1);
    color: #fff;
}
.violet3.main_title .hi-icon:after ,
.violet3.main_title.active .hi-icon:after {
    box-shadow: 0 0 0 5px rgba(80,47,122,1);
}
.violet3.main_title.active .hi-icon ,
.violet3.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(80,47,122,1);
    color: #fff;
}
/* end of option color */
.subtitle {
    line-height: 170%;
    padding-bottom: 44px;
}
.subtitle .mess_left {
    width:25%;
    float:left;
    padding-left:5%;
}
.subtitle .mess_right{
    width:65%;
    float:right;
}
.pagetitle {
    background-color: #fff;
    display: inline-block;
    border-bottom: 5px solid #ededed;
    font-size: 100%;
    font-weight: bold;
    line-height: 40px;
    padding: 0 65px 0 0;
    position: relative;
    text-align: right;
    width: auto;
    z-index: 100;
}
.pagetitle span {
    display: inline-block;
    padding-left: 15px;
}
.pagetitle .icon {
    position:absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.pagetitle1 {
    background-color: #fff;
    border-bottom: 5px solid #ededed;
    font-size: 100%;
    font-weight: bold;
    line-height: 40px;
    padding: 0 40px 0 0;
    position: relative;
    width: 100%;
}
.pagetitle1._long {
    font-size: 1.1rem;
}
.pagetitle1 span {
    display: inline-block;
    padding-left: 0px;
}
.pagetitle1 .icon {
    position:absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.outer_title {
    display: none;
}
@media ( min-width : 768px ) {
    .fs20 {
        font-size: 20px;
    }
    /* $title */
    .main_title {
        font-size: 20px;/*note*/
    }
    .pagetitle {
        font-size: 22px;
        line-height: 55px;
        padding: 0 65px 0 0;
        width: 40%;
    }
    .ie .pagetitle,
    .ie .pagetitle1 {
        /* line-height: 54px; */
    }
    .ie .fix-ie-1003 {
        /* line-height: 55px; */
    }
    .pagetitle span {
        padding-left: 5px;
        text-align: left;
        width: 230px;
    }
    .pagetitle .txt {
        height: 20px;
        line-height: 55px;
        padding-left: 55%;
    }
    .pagetitle .icon {
        width: 55px;
    }
    .pagetitle1 {
        font-size: 16px;
        line-height: 55px;
        padding: 0 55px 0 0;
        position: relative;
        height: 60px;
    }
    .pagetitle1 .txt {
        height: 20px;
    }
    .pagetitle1 .icon {
        width: 55px;
    }
    .pagetitle1._2lines_on_pc {
        line-height: 22px;
        /* height: 60px; */
        padding-top: 6px;
    }
    .outer_title {
        background:url(../img/top/page-title-bg.png) repeat-x 0 0 transparent;
        display: block;
        height: 60px;
        left: 0;
        position: absolute;
        top: 54px;
        width: 75%;
        min-width: 734px;
    }
    .block_image.fix-0906 {
        margin-top: 4.5px;
        padding: 8px;
    }
    .outer_title.news-title-fix {
        min-width: 505px;
        width: 505px;
    }
}
@media ( min-width : 1024px ) {
    .block_image.fix-0906 {
        padding: 8px;
    }
}
@media ( min-width : 1025px ) {
    .block_image.fix-0906 {
        padding: 9px;
    }
    .ie .block_image.fix-0906 {
        padding: 10px;
    }
    .ie .fix_ie_title {
        line-height: 51px;
    }
    .ie .block_image.fix-ie-01 {
        margin-top: 8px;
    }
    .ie .block_image.fix-ie-02 {
        margin-top: 7px;
    }
}
/* $block */
.block_01 {
    padding: 0 0 32px 0;
    position: relative;
}
.block_item {
    margin: 0 auto 20px auto;
    min-width: 250px;
    width: 100%;
}
.block_item img {
    display: block;
}
.block_item div {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    padding: 15px 10%;
}
.block_item h3 {
    font-size: 111%;
    padding-bottom: 15px;
    text-align: center;
}
.block_item p {
    line-height: 170%;
    padding-bottom: 15px;
}
.more_btn {
    background-color: #e84c3d;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.3);
    border-radius: 5px;
    color: #fff;
    display: block;
    line-height: 45px;
    text-align: center;
}
.more_btn.more-btn-blue {
    background-color: #1d2088;
}
.more_btn.single_btn {
    width: 80%;
    margin: 0 auto;
}
.block_img_1 {
    clear: both;
    width: 100%;
    padding-bottom: 20px;
}
.block_img_1 img {
    display: block;
}
.block_img_3 {
    clear: both;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.block_img_2 {
    float: left;
    width: 50%;
}
.block_img_2 img {
    padding: 10px;
}
.block_panel {
    overflow: hidden;
    padding: 0 3%;
    width: 100%;
}
.block_panel01 {
    padding-bottom: 20px;
}
.block_panel01 h3 {
    color: #e84c3d;
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 10px;
}
.button {
    border: 1px solid #d3d3d3;
    background-color: #fff;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
    border-radius: 5px;
    cursor: pointer;
    display: block;
    line-height: 45px;
    min-width: 180px;
    text-align: center;
    width: 50%;
}
.violet-btn {
    background: linear-gradient(to top, #82027d 0%, #af3899 100%);
    background: -moz-linear-gradient(to top, #82027d 0%, #af3899 100%);
    background: -o-linear-gradient(to top, #82027d 0%, #af3899 100%);
    background: -ms-linear-gradient(to top, #82027d 0%, #af3899 100%);
    background: -webkit-linear-gradient(bottom, #82027d 0%, #af3899 100%);
    font-size: 24px;
}
.block_list {
    clear: both;
    text-align: left;
    width: 100%;
}
.block_list li {
    display: inline-block;
    width: 200px;
}
.sto_list {
    clear: both;
    text-align: left;
    width: 100%;
}
.sto_list li {
    display: inline-block;
    margin: 0 20px;
    width: 210px;
}
.block_list01 {
    clear: both;
    padding-bottom: 55px;
    text-align: center;
    width: 100%;
}
.block_list01_2item:first-child {
    padding-bottom: 0;
}
.block_list01 li {
    background-color: rgba(255,255,255,0.6);
    display: inline-block;
    font-size: 80%;
    margin-bottom: 5px;
    position: relative;
    vertical-align: top;
    width: 260px;
}
.block_list01 li figurecaption {
    background: url(../img/customer/item-bg.png) no-repeat 0 0 transparent;
    background-size: contain;
    color: #fff;
    display: none;
    left: 0;
    height: 315px;
    padding: 25px;
    position: absolute;
    width: 260px;
    top: 0;
}
.block_list01 li img {
    display: block;
}
.block_list01 li div {
    letter-spacing: -1px;
    display: table;
    width: 100%;
    border: 1px solid #d3d3d3;
}
.block_list01 li p {
    clear: both;
    display: table-cell;
    width: 100%;
    height: 55px;
    vertical-align: middle;
}
.block_list01 li div.block_list01_desc {
    padding: 1em;
    display: block;
}
.block_list01 li div.block_list01_desc h5 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 1em;
}
.block_list01 li div.block_list01_desc p {
    height: auto;
}
.block_list01 li:hover figurecaption {
    display: block;
}
.block_list01._first {
    padding-bottom: 0;
}
.block_list02 {
    clear: both;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
.block_list02 li {
    border: 1px solid #d3d3d3;
    display: inline-block;
    margin: 10px;
    min-height: 345px;
    text-align: center;
    width: 270px;
    vertical-align: top;
}
.block_list02 li figcaption {
    background: #efefef;
    color: #767676;
    padding: 5px;
}
.block_list02 div {
    padding: 20px;
}
.block_list02 img {
    margin-bottom: 20px;
}
/* nxnghe 06/01 */
.history_main{
    padding-top:0px;
    padding-bottom:0px;
    margin-bottom:-152px;
}
.block_01 .his_line{
    background: transparent url("../img/company/his-line-bg.png") repeat-y scroll 85px 0;
    overflow:hidden;
}
.block_01 .his_top{
    height:85px;
    clear:both;
}
.block_01 .his_bottom{
    height:115px;
    clear:both;
}
.block_list03 {
    clear: both;
    text-align: left;
    width: 100%;
}
.block_list03 li {
    display: inline-block;
    min-height: 1px;
    font-size: 80%;
    width: 10%;
    float:left;
    padding:15px 0 0px 0px;
}
.block_list03 li.mes_left{
    display: table-cell;
    max-width: 75px;
    min-width: 75px;
    padding: 15px 0;
    vertical-align: top;
    width: 8%;
}
.block_list03 li.mes_right{
    width:70%;
    display: table-cell;
    padding: 15px 0px 0px 15px;
    position:relative;
}
.block_list03 li.mes_circle{
    width:5%;
}
.block_list03 .mes_top{
    height:auto;
    min-height:82px;
    margin-bottom:-1px;
}
.block_list03 li .ico_circle{
    background: url(../img/company/circle.png) no-repeat;
    height:26px;
    width:26px;
}
/* end nxnghe */
/* -- block 02 -- */
.block_02 {
    background: url(../img/tmp/main-bg.png) repeat 0 0 transparent;
    clear: both;
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
    padding: 27px 0;
}
.block_02_bga {
    background: url(../img/tmp/main-bg02a.png) repeat 0 0 transparent;
}
.block_02_nday {
    background: url(../img/tmp/main-bg03.png) repeat 0 0 transparent;
}
.block_03_nday {
    background: url(../img/tmp/main-bg04.png) repeat 0 0 transparent;
}
.block_04_nday {
    background: #f9eef6;
}
.block_05_nday {
    background: url(../img/customer/nittohday-bg.png) repeat 0 0 transparent;
}
.block_02_1 {
    float: none;
    width: 100%;
}
.block_02_1 article {
    float: none;
    margin: 0 auto 15px auto;
    width: 100%;
}
.block_02_1 article > div {
    background-color: #fff;
    padding: 8px;
}
.block_02_1 article > div > p {
    font-size: 90%;
    padding: 5px 0;
}
.block_image {
    background-color: #ececec;
    margin: 9px 0 0 0;
    padding: 9px;
}
.chrome .block_image {
    margin: 7px 0 0 0;
}
.block_image img {
    display: block;
}
.block_02 .block_02_2 {
    background-color: #fff;
    margin-top: -45px;
    padding: 60px 15px 15px 15px;
}
/* Radial Out */
.hvr-radial-out {
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(32, 152, 209, 0.5);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
    z-index: 999;
  -webkit-transform: scale(2);
  transform: scale(2);
}
@media ( min-width : 768px ) {
    /* $block */
    .fs14 {
        font-size: 14px;
        line-height: 20px;
    }
    .block_01 {
        padding: 0 0 64px 0;
    }
    .block_item {
        float: left;
        margin: 0 0 0 2%;
        width: 47%;
    }
    .block_item div {
        padding: 30px 10%;
    }
    .block_item h3 {
        font-size: 21px;
    }
    .block_item p {
        min-height: 246px;
        padding-bottom: 30px;
    }
    .more_btn {
        line-height: 60px;
    }
    .more_btn.single_btn {
        width: 300px;
    }
    .block_img_1 {
        padding-bottom: 40px;
    }
    .block_img_2 img {
        padding: 20px;
    }
    .block_img_3 {
        width: 300px;
    }
    .block_panel01 {
        float: left;
        width: 60%;
    }
    .block_panel02 {
        float: left;
        width: 40%;
    }
    .block_panel01 h3 {
        font-size: 18px;
    }
    .button {
        width: 100%;
        line-height: 60px;
    }
    .block_02 {
        margin-bottom: 54px;
        padding: 54px 0 64px;
    }
    .bl_02 {
        margin-bottom: 54px;
        padding: 54px 0 64px;
    }
    .block_02_1 {
        float: left;
        width: 100%;
    }
    .block_02 .block_02_2 {
        background-color: #fff;
        margin-top: -60px;
        padding: 90px 15px 15px 26px;
    }
    .ie .block_02_2 {
        margin-top: -59px;
    }
    .block_02_1 article > div > p {
        font-size: 14px;
        line-height: 20px;
        min-height: 110px;
        text-align: justify;
        text-justify: distribute;
    }
    .block_02_1 article {
        float: left;
        margin: 0 0 0 1%;
        width: 32%;
        /*width: 24%;   */
    }
    .block_02_1 article:first-child {
        margin: 0;
    }
}
@media ( min-width : 1025px ) {
    .block_02_1 article > div > p {
        min-height: 75px;
    }
    .pagetitle1 {
        font-size: 20px;
        padding: 0 65px 0 0;
    }
    .pagetitle1 span {
        padding-left: 15px;
    }
}
/* --block_03-- */
.block_03 {
    clear: both;
    display: table;
    position: relative;
    width: 100%;
}
.block_03_1 {
    padding: 34px 0;
}
.block_03_1a {
    display: table;
    float: none;
    margin: 0 auto;
    position: relative;
    width: 80%;
}
.block_03_1a h3 {
    font-weight: bold;
    font-size: 114%;
}
.block_03_1a ul {
    clear: both;
    text-align: left;
    width: 100%;
}
.block_03_1a li {
    display: inline-block;
    width: 200px;
    margin: 10px;
}
.block_03_1a dl {
    display: table;
    width: 100%;
}
.block_03_1a dt {
    background-color: #ff9833;
    color: #fff;
    font-size: 80%;
    display: table-cell;
    position: relative;
    padding-left: 23px;
    height: 40px;
    vertical-align: middle;
    width: 90px;
}
.block_03_1a dt img {
    position: absolute;
    left: 3px;
    top: 12px;
    width: 15px;
}
.block_03_1a dd {
    border: 1px solid #ff9833;
    display: table-cell;
    font-size: 80%;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}
.autowidth {
    width: 100%;
}
.block_03_1b {
    background: url(../img/top/top-bg01.png) no-repeat 0 0 transparent;
    background-size: 100% 100%;
    display: table;
    float: none;
    margin: 10px auto;
    position: relative;
    padding: 5px 5px 10px 5px;
    width: 80%;
}
.block_03_1b div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 5px;
    width: 54%;
}
.block_03_1b h3 {
    border-bottom: 1px dashed #ededed;
    font-weight: bold;
    font-size: 80%;
    line-height: 25px;
}
.block_03_1b p {
    border-bottom: 1px dashed #ededed;
    font-size: 80%;
    line-height: 25px;
}
.block_03_1b figure {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 46%;
}
.block_03_1c {
    font-size: 90%;
    padding: 0 0 10px 5px;
}
.block_03_2 {
    clear: both;
    display: table;
    padding: 0 0 11px 0;
    width: 100%
}
.block_03_2a {
    display: block;
    margin: 0 auto 20px auto;
}
.block_03_2b {
    clear: both;
    text-align: center;
    width: 100%;
}
.block_03_2b ._row ._col {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    width: 147px;
}
.block_03_2b .ch-item {
    display: inline-block;
}
.block_03_3 {
    padding: 0 0 30px 0;
}
.block_03_3a {
    margin: 35px auto;
    text-align: center;
    width: 100%;
}
.block_03_3b {
    clear: both;
    margin: 0 auto;
    position: relative;
    max-width: 835px;
}
.block_03_3b .b_btn1 {
    left: 5%;
    /*top: 40%;*/
    top: 37%;
    position: absolute;
    width: 27%;
}
.block_03_3b .b_btn2 {
    left: 35%;
    /*top: 12%;*/
    top: 7%;
    position: absolute;
    width: 14%;
}
.block_03_3b .b_btn3 {
    /*left:55%;
    top: 47%;*/
    left:56%;
    top: 45%;
    position: absolute;
    width: 20%;
}
.block_03_3b .b_btn4 {
    left: 48%;
    /*top: 55%;*/
    top: 53%;
    position: absolute;
    width: 11%;
}
.block_03_3b .b_btn5 {
    right: 3%;
    top: 55%;
    position: absolute;
    width: 11%;
}
.block_03_3b .b_btn6 {
    /*left: 78%;
    top: 34%;*/
    left: 77%;
    top: 30%;
    position: absolute;
    width: 19%;
}
.block_03_3b .b_btn7 {
    left: 6%;
    top: 10%;
    position: absolute;
    width: 12%;
}
.block_03_3a .ch-item02 {
    top: -4px;
    display: inline-block;
    vertical-align: middle;
}
.block_03_3a p {
    /*display: inline-block;*/
    font-size: 90%;
    text-align: left;
    /*width: 35%;*/
    padding: 10px 0;
    vertical-align: middle;
}
.faci-block {
    margin: 60px 0 0;
}
.badge  {
    position: absolute;
}
.badge_easy {
    top: 12px;
    width: 45px;
    left: -10px;
}
.block_3_fix1 .badge_easy {
    top: 5px;
    left: -5px;
}
.block_news {
    background: #fff;
    padding: 30px 10px;
    margin: 0 auto;
    width: 90%;
}
.block_news dl {
    overflow-y: auto;
    height: 310px;
}
.block_news dt {
    font-size: 90%;
}
.block_news dd {
    padding: 5px 0;
    margin-bottom: 1em;
}
.block_news dd a {
    color: #323232;
    font-size: 100%;
    text-decoration: underline;
}
.block_sidel {
    clear: both;
    margin: 20px auto 40px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.block_sidel .fb-page {
    display: inline-block;
    width: 100%;
}
.block_sider {
    margin: 20px auto 0;
    max-width: 450px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.block_sider a {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
.block_sider a.has-bd {
    border: 1px solid #333;
}
.block_sider a img {
    display: block;
}
@media ( min-width : 768px ) {
    /* -- block_03 -- */
    .block_03_1 {
        padding-top: 34px;
    }
    .block_3_fix {
        text-align: center;
    }
    .block_03_1a {
        text-align: left;
        display: inline-block;
        vertical-align: top;
        width: 60%;
    }
    .block_03_1a figure {
        max-width: 435px;
        text-align: center;
    }
    .autowidth {
        width: auto;
    }
    .block_03_1a .autowidth_1 li {
        padding: 0 5px;
        width: 210px;
    }
    .block_03_1a h3 {
        font-size: 16px;
    }
    .block_03_1a li {
        width: 190px;
        letter-spacing: -1px;
        margin: 2px;
    }
    .block_03_1a dt {
        font-size: 14px;
    }
    .block_03_1a dd {
        font-size: 13px;
    }
    .block_3_fix1 {
        display: inline-block;
        vertical-align: top;
        width: 55%;
    }
    .block_03_1b {
        text-align: left;
        max-width: 425px;
        width: 100%;
    }
    .block_03_1b figure {
        padding-top: 14px;
    }
    .block_03_1b h3 {
        font-size: 12px;
    }
    .block_03_1b p {
        font-size: 12px;
    }
    .block_03_1c {
        font-size: 12px;
    }
    .block_03_2 {
        clear: both;
        display: table;
        width: 100%;
    }
    .block_03_2a {
        display: table-cell;
        margin: 0 20px 0 0;
        vertical-align: top;
        width: 55%;
    }
    .block_03_2b {
        clear: none;
        display: table-cell;
        letter-spacing: -1px;
        vertical-align: middle;
        padding-left: 24px;
        width: 44%;
    }
    .block_03_2b p {
        text-align: left;
    }
    .block_03_3 {
        padding: 0;
    }
    .faci-block .block_03_3 {
        margin-top: 40px;
    }
    .block_03_3a {
        float: right;
        margin: -40px -45px -4px 0;
        width: 500px;
    }
    .block_03_3a p {
        display: inline-block;
        font-size: 16px;
        margin-right: 10px;
        width: 38%;
        line-height: 24px;
        padding-top: 0;
    }
    .block_03_3b {
        max-width: 835px;
    }
    .block_03_3b img {
        position: relative;
    }
    .block_news {
        margin-top: -60px;
        padding: 75px 0 45px 0;
        width: 80%;
    }
    .block_news dl {
        width: 100%;
        padding-right: 10px;
        position: relative;
    }
    .block_news dt {
        clear: left;
        float: left;
        text-align: center;
        font-size: 12px;
        padding: 3px 0;
        width: 16%;
    }
    .sales_news .block_news {
        padding: 45px 0 0 0;
        margin-bottom: -20px;
    }
    .sales_news .block_news dt {
        text-align: left;
    }
    .block_news dd {
        float: left;
        padding: 3px 0;
        width: 84%;
        margin-bottom: 0;
    }
    .block_news dt {
        font-size: 12px;
        padding: 3px 0;
        width: 22%;
    }
    .block_news dd {
        padding: 3px 0;
        width: 77%;
    }
    .block_news dd a {
        font-size: 16px;
    }
    .block_03_3b .b_btn1 {
        width: 225px;
    }
    .block_03_3b .b_btn2 {
        width: 114px;
    }
    .block_03_3b .b_btn3 {
        width: 171px;
    }
    .block_03_3b .b_btn4 {
        width: 91px;
    }
    .block_03_3b .b_btn5 {
        width: 89px;
    }
    .block_03_3b .b_btn6 {
        width: 155px;
    }
    .block_03_3b .b_btn7 {
        left: 5%;
        top: 9%;
        width: 114px;
    }
    .block_03_2b ._row ._col {
        margin: 0px;
    }
    .block_03_2b ._row ._col p {
        font-size: 13px;
    }
    .safari .block_image {
        margin: 4.5px 0 0 0;
    }
    .safari .block_image.fix-0906 {
        margin: 5.5px 0 0 0;
    }
    .safari .block_03_2b ._row ._col {
        vertical-align: top;
        width: 140px;
    }
    .block_sidel {
        margin: 28px auto 44px;
    }
    .block_sider a {
        display: inline-block;
        max-width: 164px;
    }
}
@media ( min-width : 1024px ) {
    .block_03_1a {
        width: 50%;
    }
    .block_3_fix1 {
        width: 48%;
    }
    .safari .block_image.fix-0906 {
        margin: 6.5px 0 0 0;
    }
    .block_sidel {
        max-width: 500px;
    }
    .block_sidel iframe {
        width: 500px;
    }
    .block_sider {
        max-width: 100%;
        text-align: left;
    }
    .block_sider a {
        display: inline-block;
        margin: 0 10px 15px 0;
        max-width: 164px;
        width: 20%;
        vertical-align: middle;
    }
    .block_sider a:last-child {
        margin-right: 0;
    }
    .block_sider a img {
        height: 65px;
    }
}
@media ( min-width : 1025px ) {
    .block_news {
        width: 100%;
    }
    .block_news dt {
        width: 16%;
    }
    .block_news dd {
        width: 84%;
    }
    .block_03_2b ._row ._col {
        margin: 0 5px;
    }
    .block_03_2b ._row ._col p {
        font-size: 14px;
    }
    .safari .block_image {
        margin: 7px 0 0 0;
    }
    .safari .block_03_2b ._row ._col {
        vertical-align: top;
        width: 147px;
    }
}

/* $list01 */
.list01 img {
    vertical-align: bottom;
}
.list01 li {
    padding: 3.6%;
    background-color: white;
    margin-top: 1.2%;
}
.list01 .col_list01_img, .list01 .col_list01_desc {
    width: 100%;
}
.list01 .col_list01_img {
    text-align: center;
}
.list01 .col_list01_img img {
    width: 80%;
    max-width: 180px;
}
.list01 .col_list01_desc h4 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 18px;
}
.list02 {
    margin-bottom: 4em;
    padding: 0 1.2%;
}
.list02 dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
    border-bottom: 1px #e84c3d solid;
    margin-top: 2em;
}
.list02 dt:first-child {
    margin-top: 0;
}
.list02 dt span {
    margin-right: 1em;
}
.list02 dd {
    margin-top: 1em;
    line-height: 20px;
}
@media ( min-width : 768px ) {
    .list01 li {
        padding: 1.2%;
    }
    .list01 .col_list01_img {
        width: 22%;
        text-align: left;
    }
    .list01 .col_list01_img img {
        width: 100%;
    }
    .list01 .col_list01_desc {
        width: 78%;
        padding: 0 3.8%;
    }
    .list01 .col_list01_desc h4 {
        margin-top: 0;
    }
    .list01 .col_list01_desc p {
        font-size: 14px;
        line-height: 20px;
    }
}

/* $Toppage */
.top_header {
    position: relative;
}
.top_head {
    position: static;
    width: 100vw;
    z-index: 90;
}
/* --Visual Sound-- */
.top_visual {
    position: relative;
    width: 100%;
}
.top_visual img {
    display: block;
}
/* ---- */
.top_link {
    clear: both;
    background: url(../img/top/head-bg2.png) repeat-x 0 0 transparent;
    overflow:hidden;
    margin-top: -6px;
    width: 100%;
}
.top_link_inner {
    position: relative;
}
.banner_aside_top_link {
    position: absolute;
    top: 69px;
    width: 22.5%;
    left: 0;
}
.top_link ul {
    margin: 0 auto;
    overflow: hidden;
    height: 205px;
    width:90%;
}
.top_link li {
    float: left;
    text-align: center;
    /*width: 33.333333%;*/
    width: 25%;
}
.top_link li:first-child {
    border-left: 1px solid #cfcfcf;
}
.top_link li > a {
    border-right: 1px solid #cfcfcf;
    display: block;
    font-size: 100%;
    height: 58px;
    letter-spacing: -1px;
    line-height: 100%;
    padding: 12px 0;
}
.top_link li > p.top-sub-lst {
    border-right: 1px solid #cfcfcf;
    display: block;
    font-size: 100%;
    height: 58px;
    letter-spacing: -1px;
    line-height: 100%;
    padding: 12px 0;
}
.top_link li div {
    border-right: 1px solid #cfcfcf;
    background:url(../img/top/line-01.png) no-repeat center top;
    text-align: center;
    height: 146px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 1;
}
.top_link li div a {
    display: block;
    /*height: 146px;*/
    position: relative;
}
.top_link li div img {
    margin: 43px 0 0 0;
    width: 60px;
}
.top_link .on {
    display: none;
}
.top_link .fade .on {
    display: inline-block;
}
.top_link .fade .off {
    display: none;
}
.top_link li a span {
    font-size: 66%;
}
.top_link li:nth-child(1) .fade {
    background-color: #f3cf62;
}
.top_link li:nth-child(2) .fade {
    background-color: #5dafce;
}
.top_link li:nth-child(3) .fade {
    background-color: #5bd999;
}
.top_link .fade {
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
#contents .top-medal-icon {
    bottom: 40px;
    display: block;
    height: 90px;
    position: absolute;
    right: 5px;
    width: 93px;
    z-index: 99;
}
#contents .top-medal-icon img {
    display: block;
    height: 100%;
    width: 100% !important;
}
.banner_sp_support {
    padding: 1em 2em;
    text-align: center;
}
.popup_flyer {
    cursor: pointer;
}
.wrapper_house_contents {
    position: relative;
    max-width: 833px;
    margin: 0 auto;
}
.video_layer,
.flyer_layer,
.product_layer,
.tsushin_layer,
.solar_layer,
.kyutoki_layer,
.builtin_layer,
.yokusitu_layer,
.uchiene_layer,
.recipe_layer,
.flipbook_layer {
    border: 11px solid #c3c3c3;
    border-radius: 1em;
    padding: 40px 0;
    height: auto;
}
.flipbook_layer {
    background: rgb(68, 68, 68);
    padding: 0;
}
.flipbook_layer iframe {
    border: none;
    height: 720px;
}
.button_top_modal_close,
.button_viewer_next,
.button_viewer_prev {
    position: absolute;
}
.button_viewer_next {
    top:40%;
    right: -30px;
}
.button_viewer_prev {
    top: 40%;
    left: -30px;
}
.inner_product_layer {
    padding: 15px;
}
.jp-video {
    margin: 0 auto 40px;
}
.button_video_link, .button_flyer_link {
    background-color: #6ab8d5;
    width: 90%;
    margin: 0 auto;
    color: white;
    font-size: 0.8rem;
}
.button_top_modal_close {
    top: -23px;
    right: -23px;
}
.product_layer.elec-pop {
    background-color: none;
    border: none;
    height: 0;
    padding: 0;
}
.inner_product_layer.elec-pop {
    padding: 0;
}
.button_top_modal_close.elec-pop {
    top: -55px;
    right: -15px;
}
.elec-pop {
    margin-top: 20px;
    text-align: center;
}
.elec-pop img {
    margin: 0 auto;
    width: 80%;
}

.playlist {
    overflow: hidden;
}
.playlist.hide {
    display: none;
}
.playlist li {
    line-height: 1rem;
    margin-bottom: .3em;
}
.playlist_item {
    color: #fff;
}
.playlist_item:hover, .playlist_item:after {
    color: #aaa;
}
.current_play_wrapper {
    background-color: #fff;
    border-radius: 5px;
    color: #939393;
    float: left;
    font-size: .8rem;
    line-height: 1rem;
    margin-left: 0.7rem;
    padding: 4px 5px;
    width: 160px;
}
.audio_component {
    width: 20px;
    display: block;
    float: left;
    line-height: 1rem;
    margin: 0.1rem 0rem 0rem 0.3rem;
    color: #fff;
}
.toggle_playlist {
    margin-left: 0.7rem;
}
.audio_component:hover {
    opacity: .5;
}
.recipe_material {
    background-image: url(../img/popup/icon02.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.ad_space_btn_hasbtn {
    margin: -5px 0 0 0;
}
.ad_space_btn_hasbtn a.button_flyer_link {
    margin: 0px auto 24px;
}
@media ( min-width : 768px ) {
    /* $Toppage */
    .top_head {
        background-color: rgba(255, 255, 255, 0.65);
        left: 0;
        position: absolute;
        top: 0;
        min-width: 768px;
        width: 100%;
    }
    .top_link {
        background: url(../img/top/head-bg1.png) repeat-x 0 0 transparent;
    }
    .top_link ul {
        height: 215px;
        padding: 0 15px;
        width: 100%;
    }
    .top_link li > a {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
        height: 68px;
        padding: 17px 0;
    }
    .top_link li > p.top-sub-lst {
        font-size: 12px;
        line-height: 130%;
        letter-spacing: 0;
        height: 68px;
        padding: 15px 0px 15px 10px;
        text-align: left;
    }
    .top_link li > p.top-sub-lst a {
        display: block;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    .top_link li > p.top-sub-lst a:hover {
        text-decoration: underline;
    }
    .top_link li div a {
        height: 148px;
    }
    .top_link li div img {
        margin: 43px 0 0 0;
        width: 60px;
    }
    .top_link li.top_link_sub div img {
        height: 148px;
        margin: 0;
        width: 100%;
    }
    .top_link li a span {
        font-size: 10.5px;
    }
    .flyer_button_area {
        margin-top: 40px;
    }
    .ad_space_btn_hasbtn {
        margin: -5px 0 0 0;
    }
    .ad_space_btn {
        margin: 4px 0 24px;
    }
    .button_video_link, .button_flyer_link {
        width: 300px;
        font-size: 1rem;
    }
    .wrapper_house_contents {
        margin-top: -60px;
    }
    .block_image.bennie {
        margin-top: 58px;
    }
    .button_top_modal_close.elec-pop {
        top: -40px;
        right: 40px;
    }
    .recipe_material {
        min-height: 400px;
    }
}
@media ( min-width : 1025px ) {
  .top_head {
    min-width: 1400px;
  }
  .top_link ul {
        height: 215px;
        max-width: 890px;
        padding: 0 15px;
        width: 70%;
    }
}
/* -- $business-- */
.widget_cookpad {
    overflow: hidden;
}
.banner_tokushimaru {
    margin: 26px auto 0;
    width: 60%;
}
.banner_tokushimaru img {
    vertical-align: bottom;
}
.mart-icon-title {
    position: relative;
}
.mart-icon {
    left: 18%;
    position: absolute;
    top: -25px;
}
.mart-icon img {
    display: block;
    max-width: 100%;
    width: 100%;
}
@media ( min-width : 768px ) {
    /* $business */
    .banner_tokushimaru {
        width: 56.8%;
    }
}
/* -- $branch-search -- */
.col_branch_search_map {
    width: 100%;
}
.block_branch_search {
    max-width: 855px;
    margin: 0 auto;
}
.wrapper_branch_search_map {
    border-radius: 1em;
    background: #f2e392 url(../img/branch-search/bg_map.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 100%;
}
.panel_prefs {
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left top;
}
.panel_chiba {
    background-image: url(../img/branch-search/panel_chiba.png);
    width: 18.1%;
    height: 27.8%;
    left: 77.05%;
    top: 57.7%;
}
.panel_gumma {
    background-image: url(../img/branch-search/panel_gumma.png);
    width: 17%;
    height: 19.7%;
    left: 41.4%;
    top: 34.3%;
}
.panel_ibaraki {
    background-image: url(../img/branch-search/panel_ibaraki.png);
    width: 17.8%;
    height: 23%;
    left: 77%;
    top: 34.3%;
}
.panel_saitama {
    background-image: url(../img/branch-search/panel_saitama.png);
    width: 35.1%;
    height: 8.2%;
    left: 41.4%;
    top: 54.4%;
}
.panel_tochigi {
    background-image: url(../img/branch-search/panel_tochigi.png);
    width: 17.4%;
    height: 19.7%;
    left: 59.1%;
    top: 34.3%;
}
.panel_tokyo {
    background-image: url(../img/branch-search/panel_tokyo.png);
    width: 35.1%;
    height: 8.4%;
    left: 41.4%;
    top: 63.1%;
}


.col_branch_search_detail {
    width: 100%;
    background-color: #fff;
}
.baloon_pref {
    color: white;
    text-align: center;
    background-color: #987d62;
    border-radius: .3em;
    margin: .4em 10px;
    line-height: 1.4em;
}
.list_branch {
    border-left: 1px solid #9c9c9c;
    border-right: 1px solid #9c9c9c;
    margin: 0 10px;
    max-height: 440px;
    overflow: auto;
}
.list_branch dt, .list_branch dd {
    border-top: 1px solid #9c9c9c;

}
.list_branch dt {
    background-color: #f8f4e8;
    padding: .6em 1.2em;
}
.list_branch dd._last {
    border-bottom: 1px solid #9c9c9c;
}
.item_pref {
    display: none;
}
.item_shop {
    display: block;
    padding: .6em 1.2em;
}
.item_shop:hover {
    background-color: rgb(234, 207, 188);
}
#map-canvas {
    height: 380px;
    width: 100%;
}
.button_close_map {
    display: block;
    border: 2px solid #767676;
    width: 6em;
    text-align: center;
    margin: 1em auto;
}
.button_close_map:hover {
    opacity: 0.6;
}
.shop_detail_wrapper {
    padding: 0.3em 1em ;
}
@media ( min-width : 768px ) {

    /* -- $branch-search -- */
    .wrapper_branch_search_map {
        width: 475px;
        height: 507px;
    }
    .block_branch_search {
        width: 855px;
    }
    .col_branch_search_map {
        width: 475px;
        margin-left: 14px;
    }
    .panel_chiba {
        width: 86px;
        height: 141px;
        left: 366px;
        top: 293px;
    }
    .panel_gumma {
        width: 82px;
        height: 100px;
        left: 197px;
        top: 174px;
    }
    .panel_ibaraki {
        width: 85px;
        height: 117px;
        left: 366px;
        top: 174px;
    }
    .panel_saitama {
        width: 167px;
        height: 42px;
        left: 197px;
        top: 276px;
    }
    .panel_tochigi {
        width: 83px;
        height: 100px;
        left: 281px;
        top: 174px;
    }
    .panel_tokyo {
        width: 167px;
        height: 43px;
        left: 197px;
        top: 320px;
    }
    .col_branch_search_detail {
        width: 346px;
        margin-left: 20px;
    }
    .baloon_pref {
        width: 334px;
        height: 55px;
        line-height: 55px;
        margin: 0 0 12px 0;
        background: url(../img/branch-search/baloon_pref.png) no-repeat left top;
    }
    #map-canvas {
        height: 460px;
        width: 855px;
    }
}
/* -- $contact form -- */
.cont_title {
    background: url(../img/form/frm-bg01.png) no-repeat left bottom transparent;
    background-size: 325px 5px;
    color: #e84c3d;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 0 10px 45px;
}
.frm_default {
    clear: both;
    color: #323232;
}
.event-lst {
    clear: both;
    margin-bottom: 18px;
    overflow: hidden;
    width: 100%;
}
.event-lst li {
    margin-bottom: 32px;
    width: 100%;
}
.event-lst li span {
    background: #ba6e3c;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 100%;
    padding: 5px 15px;
    vertical-align: top;
}
.event-lst li p {
    display: inline-block;
    font-size: 100%;
    padding: 5px 0 0 10px;
    vertical-align: top;
}
.event-lst li p strong {
    color: #ff0000;
    display: block;
    margin-top: 5px;
    width: 100%;
}
.f-title-gray {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
}
.f-title-gray h4 {
    background: #bab5a9;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 15px;
    padding: 8px;
    vertical-align: bottom;
}
.f-title-gray h4 span {
    font-size: 14px;
}
/*.f-title-gray p {
    background: none;
    color: #323232;
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom;
}*/
.frm_list03 {
    clear: both;
    overflow: hidden;
    width: 100%;
}
.frm_list03 li {
    float: left;
}
.frm_list03 li:first-child {
    width: 52%;
}
.frm_list03 li:last-child {
    padding-left: 6px;
    width: 48%;
}
.frm_lst_bus2018,
.frm_lst_bus2019 {
    clear: both;
    overflow: hidden;
    padding: 0 0 0 1%;
    width: 100%;
}
.frm_lst_bus2018 li,
.frm_lst_bus2019 li {
    clear: both;
    display: block;
    margin-bottom: 8px;
    width: 100%;
}
.bus2019_poplnk {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.bus2019_poplnk a {
    background: red;
    cursor: pointer;
    height: 14%;
    right: 0;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    width: 5%;
}
.bus2019_poplnk .bus2019_poplnk01 {
    top: 25%;
}
.bus2019_poplnk .bus2019_poplnk02 {
    top: 40%;
}
.bus2019_poplnk .bus2019_poplnk03 {
    top: 57%;
}
.bus2019_poplnk .bus2019_poplnk04 {
    top: 72%;
}
.col-big input[type="checkbox"],
.col-big-check {
    display: inline-block;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}
.frm-list03-bdr li:first-child {
    border-right: 1px solid #c2c2c2;
}
.col-big-txt {
    font-size: 14px;
    overflow: hidden;
    width: 100%;
}
.col-big-txt span {
    display: block;
    font-size: 11.5px;
    padding-left: 15px;
}
.col-small-txt {
    display: inline-block;
    font-size: 12px;
    height: 22px;
    overflow: hidden;
    vertical-align: middle;
}
.col-txt-fs14 {
    font-size: 14px;
}
.col-txt-fs12 {
    font-size: 12px;
}
.col-tbl01 {
    border-right: 1px solid #c2c2c2;
    float: left;
    padding: 10px 10px 10px 0px;
    width: 52%;
}
.col-tbl01 div {
    border-bottom: 1px dashed #c2c2c2;
    padding-bottom: 10px;
}
.col-tbl01 ul {
    float: left;
    padding: 10px 0 10px;
    width: 50%;
}
.col-tbl01 ul li,
.col-tbl02 ul li {
    margin-bottom: 10px;
}
.col-tbl01 ul li:last-child,
.col-tbl02 ul li:last-child {
    margin-bottom: 0;
}
.col-tbl02 {
    float: left;
    padding: 10px 0 10px 10px;
    width: 48%;
}
.col-tbl02 div {
    border-bottom: 1px dashed #c2c2c2;
    padding-bottom: 10px;
}
.col-tbl02 ul {
    margin-bottom: 10px;
    padding: 10px 0 10px;
    width: 100%;
}
.one-col {
    overflow: hidden;
    width: 100%;
}
.one-col ul li {
    display: block;
    width: 100%;
}
.one-col ul li input[type="checkbox"] {
    display: inline-block;
    height: 17px;
    width: 17px;
    vertical-align: middle;
}
.one-col ul li label {
    font-size: 100%;
    height: auto;
    line-height: 36px;
}
.refer-title01 {
    color: #323232;
    font-size: 110%;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    width: 100%;
}
.event-title {
    color: #ff0000;
    font-size: 120%;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}
.frm_default .row.no-bd {
    border-bottom: none;
}

@media ( max-width : 768px ) {
    .frm_list03 li:first-child,
    .frm_list03 li:last-child,
    .col-tbl01,
    .col-tbl02 {
        display: block;
        float: none;
        margin-bottom: 10px;
        overflow: hidden;
        padding-left: 0;
        width: 100%;
    }
    .col-big-txt,
    .col-small-txt,
    .col-big-txt span,
    .col-txt-fs14{
        font-size: 100%;
        height: auto;
        line-height: 36px;
    }
    .col-txt-fs12 {
        font-size: 90%;
    }
}
@media all and ( min-width : 768px ) {
    .one-col h3 {
        font-size: 14px;
        padding: 10px 0 10px 65px;
        width: 100%;
    }
    .one-col h3 span {
        font-size: 12px;
        padding: 0px 5px;
    }
    .one-col ul {
        padding: 0;
        width: 100%;
    }
    .one-col ul li {
        width: 100%;
    }
    .one-col ul li label {
        cursor: pointer;
        font-size: 14px;
    }
    .refer-title01 {
        font-size: 16px;
    }
    .event-title {
        font-weight: 22px;
    }
}
@media all and (min-width: 1024px) {
    .one-col ul li {
        display: block;
        width: 100%;
    }
    .event-lst li span {
        font-size: 16px;
        line-height: 18px;
    }
    .event-lst li p {
        font-size: 16px;
        line-height: 18px;
    }
    .frm_lst_bus2018 li,
    .frm_lst_bus2019 li {
        clear: both;
        float: left;
        width: 100%;
    }
    .frm_lst_bus2018 li.frm_bus2018_sub01,
    .frm_lst_bus2019 li.frm_bus2019_sub01 {
        clear: none;
        width: 49%;
    }
    .frm_lst_bus2019 li.frm_bus2019_subright {
        margin-left: 49%;
    }
    .frm_lst_bus2018 li.frm_bus2018_sub01 *,
    .frm_lst_bus2019 li.frm_bus2019_sub01 * {
        cursor: pointer;
    }
    .bus2019_poplnk .bus2019_poplnk01 {
        top: 25.5%;
    }
    .bus2019_poplnk .bus2019_poplnk02 {
        top: 40.5%;
    }
    .bus2019_poplnk .bus2019_poplnk03 {
        top: 57.5%;
    }
    .bus2019_poplnk .bus2019_poplnk04 {
        top: 72.5%;
    }
}
div.error, div.error_register_card, .custom_error {
    background: url(../img/form/mfp_error.gif) no-repeat 0 10px transparent;
    color: #e84c3d;
    font-size: 12px;
    padding: 5px 0 0 15px;
    display: block;
}
div.error_register_card {
    font-weight: bold;
    color: #E91E63;
}
.col01 {
    font-weight: bold;
    padding: 5px 0;
    font-size: 90%;
    width: 100%;
}
.col01 span {
    background-color: #e84c3d;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    font-size: 80%;
    margin: 0 0 0 10px;
    padding: 2px 5px;
}
.col01 p {
    font-size: 80%;
    font-weight: normal;
}
.col02 {
    padding: 5px 0 10px 0;
    width: 100%;
}
.col02.col-event {
    padding-right: 2%;
}
.frm_list01 ,
.frm_list02 {
    clear: both;
    display: table;
    width: 100%;
}
.frm_list01 li {
    float: left;
    font-size: 80%;
    min-width: 120px;
    padding: 0 20px 5px 0;
}
.frm_list01 li * {
    cursor: pointer;
}
.frm_list01.frm_event01 li {
    width: 100%;
}
.frm_list01.frm_event02 li {
    min-width: 210px;
}
.frm_list01 li.frm-100 {
    width: 100%;
}
.frm_list01 li.frm_list01_other {
    min-width: 0;
}
.frm_list02 li {
    font-size: 80%;
    padding: 0 0 5px 0;
}
.frm_list01 .as_last {
    clear: both;
    width: 100%;
}
.col03 ,
.col04 ,
.col05 {
    display: table;
    margin: 0 auto;
    width: 80%;
}
.col03 dt {
    display: table-cell;
    font-size: 70%;
    padding: 5px 0;
    vertical-align: top;
    width: 50px;
}
.col03 dd {
    display: table-cell;
    padding: 0px 0 10px;
    vertical-align: top;
}
.col04 dt {
    display: table-cell;
    font-size: 70%;
    padding: 5px 0;
    vertical-align: top;
    width: 110px;
}
.col04 dd {
    display: table-cell;
    padding: 0px 0 10px;
    vertical-align: top;
}
.col05 dt {
    clear: left;
    float: left;
    font-size: 70%;
    padding: 5px 0;
    vertical-align: top;
    width: 110px;
}
.col05 dd {
    float: left;
    display: table-cell;
    vertical-align: top;
    padding: 5px 0;
}
.box {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.box_other {
    display: inline-block;
}
.box_other input[type="text"] {
    display: inline-block;
    margin: 3px 0;
    width: 100px;
}
.box01 {
    width: 40%;
}
.box02 {
    width: 25%;
}
.box03 {
    width: 15%;
}
.frm_default .row.no-bdr {
    border: none;
}
.center {
    text-align: center;
}
.col06 {
    text-align: center;
}
.frm_note {
    clear: both;
    font-size: 65%;
    padding: 0 0 5px 0;
}
.frm_note02 {
    clear: both;
    display: inline-block;
    font-size: 65%;
}
.frm_note03 {
    background: #fd6b09;
    color: #fff;
    clear: both;
    font-size: 65%;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 2px;
}
.frm_btn_area {
    padding: 20px 0;
    text-align: center;
}
.g-section,
.g-section .col01,
.g-section .col02,
.g-section .col02 *,
.g-section .col02 .frm_note,
.g-section .col02 .col03 dd,
.g-section .col02 .col03 dt {
    font-size: 96%;
}
.btn_ghost01 {
    background: none 0 0 #fff;
    border: 1px solid #c2c2c2;
    color: #666;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    padding: 8px 15px;
}
.btn_ghost01:hover {
    background: none 0 0 #bab5a9;
    color: #fff;
}
.btn_ghost02 {
    background-color: #7f7eb5;
    border: 1px solid #817b7b;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    padding: 8px 15px;
}
.btn_ghost02:hover {
    background-color: #fff;
    color: #7f7eb5;
}
.btn_ghost03 {
    background: #fff;
    border: 1px solid #fd6b09;
    color: #fd6b09;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    padding: 8px 15px;
}
.btn_ghost03:hover {
    background: #fd6b09;
    color: #fff;
}
.btn_ghost04 {
    background: #ff6f2a;
    border: 1px solid #ff6f2a;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    padding: 8px 15px;
}
.btn_ghost04:hover {
    background: #fff;
    color: #ff6f2a;
}
.jconfirm .jconfirm-box div.sub_title {
    font-size: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 15px;
}
/* thanks box */
.thanks_box {
    border: 3px solid #ccc;
    margin: 50px auto;
    padding: 20px 10px ;
    width: 60%;
}
.thanks_box h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
    text-align: center;
}
.thanks_box p {
    text-align: center;
}
.thanks_box p a {
    color: #0071bb;
}
.col02 .box90p {
    width: 90%;
}
.link_transfer_account_01 {
    color: #767676;
}
.link_transfer_account_02 {
    display: inline-block;
    margin-top: 5px;
    width: 100%;
}
.link_transfer_account_02 img {
    display: block;
    max-width: 100%;
    width: auto;
}
input[type="text"].calendar19_box40 {
    font-size: 120%;
    height: 30px;
    max-width: 40px;
    width: 30%;
}
.calendar19-userfrm li,
.calendar19-userfrm .frm_note,
.calendar19-userfrm p,
.calendar19-userfrm .col03 dt,
.calendar19-userfrm .col03 dd,
.calendar19-userfrm .col04 dt,
.calendar19-userfrm .col04 dd,
.calendar19-enquete li,
.calendar19-enquete .frm_note,
.calendar19-enquete p {
    font-size: 100%;
}
.calendar19-userfrm li label,
.calendar19-enquete li label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.calendar19-userfrm input[type="text"],
.calendar19-enquete input[type="text"] {
    padding: 0 2%;
}
.calendar19-userfrm input[type="radio"],
.calendar19-enquete input[type="radio"] {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: middle;
}
.calendar19-userfrm textarea,
.calendar19-enquete textarea {
    padding: 5px 2%;
}
.calendar19_row01 {
    padding: 0px 0 10px;
    text-align: center;
    width: 100%;
}
.calendar19_row01 h4 {
    font-size: 110%;
    font-weight: 900;
    line-height: 24px;
    width: 100%;
}
.calendar19_row02 {
    padding: 30px 0 40px;
    text-align: center;
    width: 100%;
}
.calendar19_row02 h3 {
    font-size: 120%;
    font-weight: 900;
    line-height: 36px;
    width: 100%;
}
.calendar19_row02 h4 {
    font-size: 110%;
    font-weight: 900;
    line-height: 32px;
    width: 100%;
}
.calendar19_row04 {
    padding: 10px 2%;
}
.calendar19-enquete .row,
.calendar20-enquete .row {
    margin-bottom: 20px;
}
.calendar19-enquete .enquete-01,
.calendar20-enquete .enquete-01 {
    color: #323232;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.calendar19-enquete .enquete-01 span,
.calendar20-enquete .enquete-01 span {
    background-color: #e84c3d;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    font-size: 80%;
    margin: 0 0 0 10px;
    padding: 2px 5px;
}
.calendar19-userfrm .col01,
.calendar20-userfrm .col01 {
    position: relative;
}
.calendar19-userfrm .col01 span,
.calendar20-userfrm .col01 span {
    background-color: #e84c3d;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    font-size: 80%;
    margin: 0 0 0 10px;
    padding: 2px 5px;
}
.calendar19-enquete .enquete-02,
.calendar20-enquete .enquete-02 {
    margin-bottom: 15px;
}
.calendar19-enquete .enquete-02 .col04,
.calendar20-enquete .enquete-02 .col04 {
    width: 90%;
}
.calendar19-enquete textarea,
.calendar20-enquete textarea {
    font-size: 100%;
}
.calendar19-cont {
    clear: both;
    margin: 0 auto 30px;
    overflow: hidden;
    width: 100%;
}
.calendar19-cont img {
    display: block;
    width: 100%;
}
.calendar19-cont .fb-like {
    float: right;
    margin: 20px 0 10px;
}
.calendar19-notecont {
    background: #e5e5e5;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 25px 4% 5px;
    width: 100%;
}
.calendar19-notecont h4 {
    border-bottom: 2px dotted #626262;
    color: #323232;
    font-size: 140%;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 30px;
    padding: 0 0 10px;
    text-align: center;
    width: 100%;
}
.calendar19-notecont dl {
    overflow: hidden;
    width: 100%;
}
.calendar19-notecont dl dt {
    background: #323232;
    color: #fff;
    display: block;
    font-size: 110%;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.calendar19-notecont dl dd {
    color: #323232;
    font-size: 100%;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 0 2%;
    width: 100%;
}
.col02 .age-box {
    max-width: 80px;
    position: relative;
}
.col02 .age-box input {
    display: inline-block;
    margin-right: 5px;
    max-width: 50px;
    vertical-align: middle;
}
.col02 .age-box span {
    display: inline-block;
    vertical-align: middle;
}
.col02 .age-box .error:nth-child(even) {
    left: 120%;
    position: absolute;
    top: -1px;
    width: 300px;
}
#bus_2019 {
    overflow: hidden;
}
#bus_2019 .col02 {
    padding: 5px 0 10px 1%;
}
#bus_2019 .col02 .error:nth-child(even) {
    margin-bottom: 2px;
}
.calendar20-campaign {
    clear: both;
    margin: 40px auto 20px;
    overflow: hidden;
    width: 100%;
}
.calendar20-campaign .calendar20-camtitle {
    background: #d83374;
    border-radius: 8px;
    color: #fff;
    font-size: 110%;
    font-weight: 600;
    margin: 0 auto 40px;
    max-width: 720px;
    padding: 15px 1%;
    text-align: center;
    width: 100%;
}
.calendar20-camcont {
    clear: both;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 100%;
}
.calendar20-camcont img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}
.calendar20-notecont {
    clear: both;
    margin: 0 auto 70px;
    overflow: hidden;
    width: 100%;
}
.calendar20-notecont dt {
    background: #b81c22;
    border-radius: 6px;
    clear: both;
    color: #fff;
    float: left;
    font-size: 100%;
    margin: 0 15px 20px 0;
    max-width: 90px;
    padding: 5px 10px;
}
.calendar20-notecont dd {
    color: #221815;
    float: left;
    font-size: 100%;
    width: calc(100% - 100px);
}
.calendar20-link {
    clear: both;
    margin: 40px auto 30px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.calendar20-link a {
    background: #f49e00;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 100%;
    font-weight: 600;
    max-width: 360px;
    padding: 15px 1%;
    width: 100%;
}
.calendar20-enquete .enquete-01 i {
    font-style: normal;
    font-weight: 400;
}
.calendar20-enquete .calendar20-morebox {
    display: inline-block;
    margin-left: 10px;
    width: 60%;
}
.calendar20-frmlist {
    overflow: hidden;
    width: 100%;
}
.calendar20-frmlist li {
    float: left;
    font-size: 90%;
    max-width: 250px;
    width: 48%;
}
.calendar20-frmlist li:nth-child(odd) {
    clear: both;
}
.calendar20-frm-title {
    background: url(../img/form/calendar20-frmtitle.png) no-repeat right bottom transparent;
    font-size: 100%;
    font-weight: 600;
    padding: 5px 0 60px;
}
.calendar20-userfrm .box-separate {
    font-weight: 600;
    margin: 0 1%;
}
.calendar20-userfrm .box01 {
    width: 24%;
}
.calendar20-green {
    background: #e5eeee;
    padding: 0;
}
.calendar20-green .calendar20-section {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 25px 0;
    width: 100%;
}
.calendar20-green .calendar20-monthcont {
    margin: 0 auto 20px;
}
.calendar20-green .calendar20-monthcont p {
    font-size: 100%;
    margin-bottom: 5px;
}
.calendar20-green .calendar20-monthcont img {
    display: block;
    width: 100%;
}
.calendar20-userfrm .col03 dt {
    font-size: 90%;
}
.calendar20-btnblock {
    margin: 20px auto;
    text-align: center;
    width: 100%;
}
.calendar20-btnblock .calendar20-btn {
    border-radius: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin: 10px;
    padding: 8px 15px;
}
.calendar20-btnblock .calendar20-reset-btn {
    background: #fff;
    border: 1px solid #c2c2c2;
    color: #333;
}
.calendar20-btnblock .calendar20-reset-btn:hover {
    background: #c2c2c2;
    color: #fff;
}
.calendar20-btnblock .calendar20-submit-btn {
    background: #f49e00;
    border: 1px solid #f49e00;
    color: #fff;
}
.calendar20-btnblock .calendar20-submit-btn:hover {
    background: #fff;
    border: 1px solid #f49e00;
    color: #f49e00;
}
.calendar20 .frm_list01,
.calendar20 .frm_list02,
.calendar20 .calendar20-frmlist {
    padding-left: 5px;
}
.calendar20 .frm_list02 li,
.calendar20 .calendar20-frmlist li {
    margin-bottom: 5px;
}
.calendar20-btn {
    margin: 60px auto 100px;
    text-align: center;
    width: 100%;
}
.calendar20-btn a {
    background-color: #f49e00;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
    max-width: 365px;
    padding: 16px 1%;
    text-align: center;
    width: 100%;
}
.calendar20-lst {
    font-size: 16px;
    font-weight: 600;
    margin: 60px auto;
    max-width: 300px;
    overflow: hidden;
    width: 100%;
}
.calendar20-lst dt {
    clear: both;
    float: left;
    margin-bottom: 10px;
}
.calendar20-lst dd {
    float: right;
    margin-bottom: 10px;
}
.calendar20-bg {
    background: url(../img/form/calendar20-background.png) no-repeat center top transparent;
    background-size: contain;
}
@media ( min-width : 768px ) {
    /* -- $contact form -- */
    .cont_title {
        background-size: 520px 8px;
        font-size: 22px;
        margin-bottom: 30px;
        padding: 0 0 15px 65px;
    }
    .frm_default .subtitle {
        font-size: 16px;
    }
    .frm_default .row {
        display: table;
        width: 100%;
        border-bottom: 1px solid #c2c2c2;
    }
    .frm_list01 li ,
    .frm_list02 li {
        font-size: 14px;
    }
    .col01 {
        font-size: 14px;
        padding: 10px 0 10px 65px;
        width: 35%;
    }
    .col01 span {
        font-size: 12px;
        padding: 0px 5px;
    }
    .col01 p {
        font-size: 12px;
        line-height: 130%;
        padding: 5px 60px 0 0;
    }
    .refreind-formfix .col01 {
        padding: 10px 0 10px 5px;
    }
    .refreind-formfix .one-col .col01 {
        padding: 16px 0 16px 5px;
    }
    .col02 {
        padding: 10px 10% 10px 0;
        width: 65%;
    }
    .col02 .box60 {
        width: 60px;
    }
    .col02 .box100 {
        width: 100px;
    }
    #calendar19,
    #calendar20 {
        padding: 0 60px;
    }
    .calendar19.inner,
    .calendar20.inner,
    .calendar20 .inner,
    .calendar20-green .inner {
        max-width: 1000px;
    }
    .calendar20.inner {
        padding: 0 0 20px;
    }
    .calendar20-green .inner {
        padding: 0;
    }
    input[type="text"].calendar19_box40 {
        font-size: 16px;
        width: 40px;
    }
    .calendar19-userfrm input[type="text"],
    .calendar19-enquete input[type="text"] {
        font-size: 14px;
        padding: 0 5px;
    }
    .calendar19-userfrm textarea,
    .calendar19-enquete textarea {
        font-size: 14px;
        padding: 5px;
    }
    .col02 .box160 {
        width: 160px;
    }
    .col02 .box200 {
        width: 200px;
    }
    .col02.col02-w-box200 {
        padding-right: 5px;
    }
    .col02 .w-box200 {
        float: right;
        font-size: 15px;
        width: calc(100% - 210px);
    }
    .col02 .box275 {
        width: 275px;
    }
    .col02 .box410 {
        width: 410px;
    }
    .col02.col-big {
        padding: 10px 0;
        width: 65%;
    }
    .col02.col-tbl {
        padding: 0 10px 0 0;
    }
    .box_other input[type="text"] {
        display: inline-block;
        margin: 3px 0;
        width: auto;
    }
    .col03 dd ,
    .col04 dd {
        padding: 0;
    }
    .frm_note {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .frm_note02 {
        font-size: 12px;
    }
    .col03 {
        float: left;
        margin: 0 10px 0 0;
        width: 200px;
    }
    .col03 dt {
        font-size: 14px;
        padding: 0px 10px 0 0;
        width: 40px;
    }
    .col04 {
        margin: 0;
        width: 100%;
    }
    .col04 dt ,
    .col05 dt {
        font-size: 14px;
        width: 130px;
    }
    .col05 {
        width: 100%;
    }
    .col06 {
        text-align: left;
    }
    .link_transfer_account_02 {
        max-width: 463px;
    }
    .frm-01 .col01 span {
        float: right;
        margin-right: 45px;
    }
    .jconfirm .jconfirm-box div.sub_title {
        padding: 10px 30px 10px 78px;
    }
    .g-section,
    .g-section .col01,
    .g-section .col02,
    .g-section .col02 *,
    .g-section .col02 .frm_note,
    .g-section .col02 .col03 dd,
    .g-section .col02 .col03 dt {
        font-size: 14px;
    }
    .g-section .col02 .frm_lst_bus2019 li.frm_bus2019_sub01 .col-sm-txt {
        font-size: 13px;
    }
    .calendar19-userfrm .col01,
    .calendar20-userfrm .col01 {
        padding: 10px 0 10px 50px;
        width: 40%;
    }
    .calendar19-userfrm .col02,
    .calendar20-userfrm .col02 {
        padding: 10px 10px 10px 0;
        width: 60%;
    }
    .calendar19-enquete .col01,
    .calendar20-enquete .col01 {
        padding: 10px 10px 10px 20px;
        width: 50%;
    }
    .calendar19-enquete .col02,
    .calendar20-enquete .col02 {
        padding: 10px;
        width: 50%;
    }
    .calendar19-userfrm li,
    .calendar19-userfrm li label,
    .calendar19-userfrm .frm_note,
    .calendar19-userfrm p,
    .calendar19-enquete li,
    .calendar19-enquete li label,
    .calendar19-enquete .frm_note,
    .calendar19-enquete p,
    .calendar19-enquete .enquete-01,
    .calendar19-enquete .enquete-02,
    .calendar19-userfrm .col03 dt,
    .calendar19-userfrm .col03 dd,
    .calendar19-userfrm .col04 dt,
    .calendar19-userfrm .col04 dd {
        font-size: 14px;
    }
    .calendar19_row01 h4 {
        font-size: 20px;
    }
    .calendar19_row02 h3 {
        font-size: 24px;
    }
    .calendar19_row02 h4 {
        font-size: 20px;
    }
    .calendar19_row03 input[type="text"] {
        height: 48px;
    }
    .calendar19_row04,
    .calendar20_row04 {
        font-size: 14px;
        padding: 10px 50px;
    }
    .calendar19-enquete textarea {
        font-size: 14px;
    }
    .calendar19-cont {
        margin: 0 auto 50px;
    }
    .calendar19-cont img {
        margin: 0 auto;
        max-width: 100%;
        width: auto;
    }
    .calendar19-notecont {
        padding: 25px 75px;
    }
    .calendar19-notecont h4 {
        font-size: 24px;
        margin: 0 0 15px;
        padding: 0 0 10px;
    }
    .calendar19-notecont dl dt {
        display: inline-block;
        font-size: 18px;
        margin: 0 33px 15px 0;
        padding: 10px 15px;
        width: 114px;
        vertical-align: top;
    }
    .calendar19-notecont dl dd {
        display: inline-block;
        font-size: 18px;
        margin-bottom: 20px;
        padding: 5px 0 0;
        width: calc(100% - 160px);
        vertical-align: top;
    }
    .calendar19-enquete .enquete-01 .enquete-ml7 {
        margin-left: 7px;
    }
    .calendar19-enquete .enquete-01 span,
    .calendar20-enquete .enquete-01 span {
        font-size: 12px;
        position: absolute;
        right: 10%;
        top: 0;
    }
    .calendar19-userfrm .col01,
    .calendar20-userfrm .col01 {
        position: relative;
    }
    .calendar19-userfrm .col01 span,
    .calendar20-userfrm .col01 span {
        font-size: 12px;
        position: absolute;
        right: 2%;
        top: 8px;
    }
    .calendar19-enquete .enquete-02,
    .calendar20-enquete .enquete-02 {
        padding-left: 20px;
    }
    .calendar19-userfrm .col04 dt {
        width: 110px;
    }
    .calendar19-userfrm .box01 {
        width: 47%;
    }
    .calendar20-userfrm .box01 {
        width: 26%;
    }
    .calendar20-campaign .calendar20-camtitle {
        font-size: 18px;
        margin: 0 auto 80px;
    }
    .calendar20-camcont {
        margin: 0 auto 20px;
    }
    .calendar20-camcont.calendar20-winner01 {
        margin: 60px auto;
    }
    .calendar20-camcont.calendar20-winner02 {
        margin: 100px auto;
    }
    .calendar20-notecont {
        margin: 50px auto 70px;
    }
    .calendar20-notecont dt,
    .calendar20-notecont dd {
        font-size: 16px;
    }
    .calendar20-link a {
        font-size: 18px;
    }
    .calendar20-userfrm li,
    .calendar20-userfrm li label,
    .calendar20-userfrm .frm_note,
    .calendar20-userfrm p,
    .calendar20-enquete li,
    .calendar20-enquete li label,
    .calendar20-enquete .frm_note,
    .calendar20-enquete p,
    .calendar20-enquete .enquete-01,
    .calendar20-enquete .enquete-02,
    .calendar20-userfrm .col03 dt,
    .calendar20-userfrm .col03 dd,
    .calendar20-userfrm .col04 dt,
    .calendar20-userfrm .col04 dd {
        font-size: 14px;
    }
    .calendar20-green .calendar20-section {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .calendar20-green .calendar20-monthcont {
        margin: 0 0 30px;
        max-width: 297px;
        width: 33%;
    }
    .calendar20-green .calendar20-monthcont p {
        font-size: 14px;
    }
    .calendar20 .frm_list01,
    .calendar20 .frm_list02,
    .calendar20 .calendar20-frmlist {
        padding-left: 0px;
    }
}
@media ( min-width : 1024px ) {
    .calendar19-enquete .enquete-01 span {
        right: 30%;
    }
    .calendar20-enquete .enquete-01 span {
        right: 24%;
    }
    .calendar19-userfrm .col01 span,
    .calendar20-userfrm .col01 span {
        right: 15%;
    }
    #bus_2019 .col02 {
        padding: 10px 7% 10px 0;
    }
    .calendar20-frm-title {
        background: url(../img/form/calendar20-frmtitle.png) no-repeat 94% top transparent;
        padding: 5px 0 30px;
    }
}
/* $news */
.bt_area_on_news {

}

/* -- $corporate customers -- */
.hover-eff01 {
    position: relative;
    clear: both;
    margin: -7px auto 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
/* Common style */
.hover-eff01 figure {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 7px;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
}
.hover-eff01 figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.hover-eff01 figure figcaption {
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hover-eff01 figure figcaption::before,
.hover-eff01 figure figcaption::after {
    pointer-events: none;
}
.hover-eff01 figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-moses img {
    opacity: 0.85;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
figure.effect-moses h2 ,
figure.effect-moses p {
    background-color: rgba(158,158,155,0.8);
    font-size: 85%;
    padding: 3px;
    width: 50%;
    height: 50%;
    border: 1px solid #fff;
}
figure.effect-moses h2 a {
    color: #fff;
}
figure.effect-moses h2 {
    text-align: center;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0px,0px,0);
    transform: translate3d(0px,0px,0);
}
figure.effect-moses p {
    padding: 5px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
figure.effect-moses:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-moses:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-moses:hover img {
    opacity: 0.6;
}
.block_btn_area {
    clear: both;
    padding: 20px 0;
    text-align: center;
}
.block_btn_area p {
    display: inline-block;
    min-width: 200px;
    padding: 5px 1%;
    vertical-align: top;
    width: 48%;
}
.block_btn_area .button {
    width: 100%;
}
.a-btn{
    font-size: .8rem;
    position: relative;
    overflow: hidden;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}
.a-btn-symbol {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
    width: 20px;
    height: 30px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.a-btn-symbol2 {
    width: 2rem;
}
@media ( min-width : 768px ) {
    .a-btn {
        font-size: 1rem;
    }
    .a-btn-symbol2 {
        width: 46px;
        height: 30px;
    }
}
.a-btn-slide-icon {
    display: inline-block;
    position: relative;
    top: -50px;
    width: 22px;
    height: 22px;
    margin: 0 5px 0 -30px;
    background: transparent url(../img/customer/arrow_down_black.png) no-repeat top left;
    opacity: 0.4;
}
.a-btn:hover .a-btn-symbol {
    opacity: 0;
}
.a-btn:hover .a-btn-slide-icon{
    -webkit-animation: slideDown 0.9s linear infinite;
    -moz-animation: slideDown 0.9s linear infinite;
    animation: slideDown 0.9s linear infinite;
}
@keyframes slideDown {
    0% { top: -50px; }
    100% { top: 80px;}
}
@-webkit-keyframes slideDown{
    0% { top: -50px; }
    100% { top: 80px;}
}
@-moz-keyframes slideDown{
    0% { top: -50px; }
    100% { top: 80px;}
}
.block_type01 {
    margin: 0 auto;
    overflow: hidden;
    max-width: 480px;
    width: 90%;
}
.branch01 ,
.branch02 {
    float: left;
    margin-bottom: 5px;
}
.branch01 {
    width: 31.5%;
}
.branch02 {
    width: 64%;
}
.block_type01 .as_first {
    margin-right: 5px;
}
.block_type01 img,
.block_type02 img {
    display: block;
}
.block_type02 {
    clear: both;
    margin: 40px auto 0 auto;
    position: relative;
    max-width: 480px;
    width: 60%;
}
.block_type02_1 {
    margin-left: 20%;
}
.block_type02_2 {
    position: relative;
    margin-top: -70px;
    margin-left: -12%;
    width: 65%;
}
/* $general customer */
.block_inner {
    margin: 0 auto;
    width: 80%;
}
.gas_riyo_list {
    clear: both;
    text-align: center;
    width: 100%;
}
.gas_riyo_list li {
    vertical-align: top;
    display: inline-block;
    margin: 20px;
    width: 200px;
}
.gas_riyo_list figcaption {
    font-size: 85%;
    letter-spacing: -1px;
}
.gas_btn .button {
    margin: 20px auto;
    width: 270px;
}
/*-----effect-8-----*/
.hovicon {
    position: relative;
    z-index: 1;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.effect-8 {
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.effect-8:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.effect-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3dc0ee, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3dc0ee, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3dc0ee, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3dc0ee, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3dc0ee, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3dc0ee, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
.gas_step {
    border-radius: 8px;
    box-shadow: 0 2px 5px 5px #f9f9f9;
    display: table;
    font-size: 85%;
    width: 100%;
}
.gas_step dt {
    border-radius: 8px 0 0 8px;
    background-color: #eac552;
    color: #fff;
    display: table-cell;
    font-weight: bold;
    min-width: 60px;
    padding: 10px 5px;
    text-align: center;
    vertical-align: top;
    width: 10%;
}
.gas_step dt.bg_green {
    background-color: #1bbc9b;
}
.gas_step dt.vh_center {
    display: table-cell;
    vertical-align: middle;
}
.gas_step dd {
    display: table-cell;
    width: 80%;
    padding: 10px 10px 5px 10px;
    vertical-align: top;
}
.gas_step_desc {
    padding-bottom: 10px;
}
.gas_step article {
    clear: both;
    width: 100%;
}
.gas_step article h3 {
    border: 1px solid #767676;
    display: inline;
    margin-bottom: 1em;
}
.gas_line {
    clear: both;
    margin: 10px auto;
    width: 50px;
}
.gas_line img {
    display: block;
}
.gas_point {
    clear: both;
    display: table;
    text-align: center;
    width: 100%;
}
.gas_point01 {
    display: inline-block;
    padding: .5rem 0;
    vertical-align: top;
    width: 94%;
}
.gas_point h3 {
    background-color: #eac552;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
}
.gas_point h3:after{
    top: 100%;
    left: 47%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
}
.gas_point h3:after {
    border-color: rgba(234, 197, 82, 0);
    border-top-color: #eac552;
}
.gas_point h3 span {
    font-size: 110%;
}
.gas_point_content {
    border: 1px solid #d3d3d3;
    padding: 20px;
    display: table;
    width: 100%;
    min-height: 250px;
    text-align: left;
}
.gas_point_content h4 {
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 5px;
}
.gas_point_content p {
    padding-bottom: 10px;
}
.block_image01 {
    clear: both;
    margin-left: 13%;
    width: 60%;
}
.block_image02 {
    clear: both;
    text-align: center;
}
.block_image02 article {
    display: inline-block;
    font-size: 85%;
    text-align: left;
    padding: 10px;
    vertical-align: top;
    width: 158px;/*note*/
}
.block_image02 h3 {
    font-weight: bold;
    padding-bottom: 8px;
}
.block_image02 p {
    padding: 0 0 10px 0;
}
.block_image02 li {
    list-style: disc inside;
    padding: 0 0 10px 0;
}
.block_image03 {
    clear: both;
    text-align: center;
}
.block_image03 article {
    border: 1px solid #efefef;
    display: inline-block;
    font-size: 85%;
    text-align: left;
    margin: 10px;
    min-height: 320px;
    vertical-align: top;
    width: 220px;
}
.block_image03 h3 {
    background-color: #efefef;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}
.block_image03 article figure ,
.block_image03 article figcaption {
    padding: 10px;
}
.gas_absence {
    box-shadow: 0 2px 5px 5px #f9f9f9;
    font-size: 85%;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.gas_absence p {
    padding: 10px 10px 30px 10px;
    width: 100%;
}
.gas_absence div {
    margin: 0 auto 20px;
    width: 155px;
}

.block_detail {
    background: #fff;
    border: 1px solid #d3d3d3;
    font-size: 85%;
    margin: 15px 0;
    padding: 10px 20px;
}
.arr_icon {
    background: url(../img/customer/icon04.png) no-repeat 0px 5px transparent;
    padding-left: 20px;
}
.block_image04 {
    clear: both;
    display: table;
    font-size: 85%;
    text-align: center;
    width: 100%;
}
.block_image04 div {
    display: inline-block;
    margin: 15px 8px;
    vertical-align: top;
    width: 250px;
}
.block_image04 h3 {
    background-color: #e6e6e6;
    color: #767676;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
}
.block_image04 h3:after{
    top: 100%;
    left: 115px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
}
.block_image04 h3:after {
    border-color: rgba(230, 230, 230, 0);
    border-top-color: #e6e6e6;
}
.block_image04 p {
    border: 1px solid #d3d3d3;
    padding: 20px;
    height: 90px;
    text-align: center;
}
.block_type03 {
    font-size: 85%;
    padding: 10px 5px;
}
.block_type03 p {
    padding: 5px 0 20px;
}
.block_type04 {
    font-size: 85%;
    margin: 0 auto;
    width: 80%;
}
.block_type04 div:first-child {
    margin-bottom: 20px;
}
.block_type05 {
    font-size: 85%;
    padding: 10px 5px 30px;
}
.block_type05 p {
    padding: 5px 0 20px;
}
.block_type05_1 {
    clear: both;
    padding-bottom: 20px;
}
.block_type05_1 h3 {
    font-weight: bold;
}
.block_type05_2 {
    margin: 20px auto 30px;
}
.paragraph_1 {
    line-height: 170%;
    padding-bottom: 30px;
}
.paragraph_2 dt {
    font-weight: bold;
}
.pri_line {
     border-top: 1px solid #d3d3d3;
     padding: 25px 0;
     text-align: center;
     font-size: 120%;
}
.paragraph_2 dd {
    padding: 0 0 30px 23px;
}
.paragraph_3 {
    margin: 0 auto;
    width: 100%;
}
.mess_block01 {
    margin: 10px auto;
    width: 60%;
}
.mess_title {
    font-size: 24px;
    padding-bottom: 34px;
    text-align: center;
}
.mess-text {
    font-size: 100%;
    line-height: 24px;
    margin-bottom: 30px;
}
.mess_text_01 {
    padding-left: 2%;
}
.add_pdr15 {
    padding-right: 15px;
}
.ide_logo {
    margin: 40px auto 20px;
    width: 50%;
}
.acc_block table {
    border: 1px solid #fff;
    width: 100%;
}
.acc_block table th {
    border: 1px solid #fff;
    border-left: none;
    background-color: #d8d8d8;
    display: table-cell;
    font-weight: normal;
    padding: 10px 3%;
    text-align: left;
    vertical-align: top;
    width: 30%;
}
.acc_block table td {
    border: 1px solid #fff;
    border-right: none;
    background-color: #e9e9e9;
    display: table-cell;
    padding: 10px 3%;
    vertical-align: top;
    width: 70%;
}
.acc_block table td span img {
    width: 10px;
}
.acc_text {
    color: #76b5d3;
    margin: 20px auto;
    text-align: center;
    width: 80%;
}
.acc_btn {
    background: url(../img/company/acc_btn.png) no-repeat 10% center transparent;
    margin: 0 auto;
    width: 75%;
}
.acc_btn .button {
    background: none;
    line-height: 110px;
    width: 100%;
}
.his_block dt {
    display: inline-block;
    padding: 5px 2%;
    vertical-align: top;
    width: 30%;
}
.his_block dd {
    background: url(../img/company/icon04.png) no-repeat 1px 2px transparent;
    border-left: 6px solid #aedfff;
    display: inline-block;
    padding: 5px 4%;
    vertical-align: top;
    width: 60%;
}
.block_tbl {
    margin: 10px 0;
    width: 100%;
}
.block_tbl th {
    background-color: #d8d8d8;
    border-bottom: 1px solid #fff;
    font-size: 85%;
    font-weight: normal;
    padding: 9px 0 9px 3%;
    text-align: left;
    vertical-align: top;
    width: 35%;
}
.block_tbl td {
    background-color: #e9e9e9;
    border-bottom: 1px solid #fff;
    font-size: 85%;
    padding: 9px 3% 9px 3%;
    width: 65%;
}
.block_tbl td.bgwhite {
    background-color: #fff;
}
.block_tbl_bdwhite th ,
.block_tbl_bdwhite td {
    border-bottom: 1px solid #f5f5f5;
}
.col_left_3col {
    background-color: #d8d8d8;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 75%;
    float: left;
    text-align: center;
    width: 33.333333%;
}
.col_left_4col {
    background-color: #d8d8d8;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 85%;
    padding: 9px 0 9px 3%;
    width: 75%;
}
.col_left_4col1 {
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    font-size: 85%;
    padding: 9px 5px;
    letter-spacing: -1px;
    width: 25%;
}
.block_inner_tbl {
    margin: 0 auto;
    width: 100%;
}
.block_white {
    background: #fff;
    line-height: 180%;
    padding: 15px 25px 15px 25px;
}
.block_gray {
    background-color: #e9e9e9;
    line-height: 180%;
    padding: 15px 25px 15px 25px;
}
.fs18 {
    font-size: 140%;
}
.fs16 {
    font-size: 100%;
}
.gas_step_image {
    float: right;
    max-width: 200px;
}
@media ( min-width : 768px ) {
    .fs16 {
        font-size: 16px;
        line-height: 24px;
    }
    .fs18 {
        font-size: 18px;
    }
    .pri_line {
        font-size: 18px;
    }
    /* -- $customers -- */
    figure.effect-moses h2,
    figure.effect-moses p {
        font-size: 18px;
        border: 2px solid #fff;
    }
    .block_inner_tbl {
        width: 85%;
    }
    .block_list01 li {
        font-size: 14px;
    }
    .block_type01 {
        float: left;
        width: 60%;
    }
    .block_type02 {
        clear: none;
        float: left;
        margin: 0 0 0 15%;
        width: 25%;
    }
    .gas_riyo_list figcaption {
        font-size: 18px;
    }
    .block_list02 li {
        width: 30%;
    }
    .gas_point_content {
        line-height: 20px;
    }
    .gas_point_content h4 {
        font-size: 16px;
    }
    /* nxnghe 06/01*/
    .history_main{
        margin-bottom:-184px;
    }
    .block_01 .his_line{
        background: transparent url("../img/company/his-line-bg.png") repeat-y scroll 94px 0;
        overflow:hidden;
    }
    .block_list03 li.mes_left {
        font-size: 14px;
        display: table-cell;
        max-width: 85px;
        min-width: 85px;
        padding: 15px 0;
        vertical-align: top;
        width: 8%;
    }
    .block_list03 li.mes_circle {
        padding-left:0px;
    }
    .block_list03 li.mes_right {
        font-size: 16px;
    }
    /* end nxnghe*/
    .gas_btn .button {
        float: right;
        margin-right: 2%;
        width: 32%;
    }
    /* -- $general -- */
    .gas_step {
        font-size: 14px;
        line-height: 20px;
    }
    .gas_step dd {
        display: table-cell;
        width: 80%;
        padding: 10px 25px 5px 25px;
        vertical-align: top;
    }
    .gas_step_desc {
        clear: left;
        float: left;
        width: 66.6%;
    }
    .gas_step_desc._without_image {
        width: 100%;
    }
    .gas_step article h3 {
        float: left;
    }
    .gas_step_image {
        float: right;
        width: 33%;
        text-align: center;
    }
    .gas_step_image img {
        width: auto;
        max-width: 100%;
    }
    .gas_line {
        margin: 20px auto;
        width: 60px;
    }
    .gas_point01 {
        padding: 15px;
        min-height: 400px;
        width: 45%;
    }
    .gas_point h3 {
        font-size: 14px;
        padding: 15px 0;
    }

    .gas_point h3 span {
        font-size: 20px;
    }
    .gas_point_content {
        min-height: 300px;
    }
    .block_image02 article {
        font-size: 13px;
    }
    .block_image03 article {
        font-size: 14px;
        line-height: 20px;
        min-height: 350px;
        margin-left: 1%;
        margin-right: 1%;
        width: 30.6%;
    }
    .block_image03 h3 {
        padding: 15px 0;
    }
    .gas_absence p {
        float: left;
        font-size: 14px;
        padding: 10px 20px 30px;
        width: 70%;
    }
    .gas_absence div {
        float: left;
        margin: 0 30px;
    }
    .block_type03 {
        font-size: 14px;
        float: left;
        margin-right: 3%;
        width: 50%;
    }
    .block_type04 {
        font-size: 14px;
        float: left;
        width: 47%;
    }
    .block_type05 {
        font-size: 14px;
    }
    .mess_block01 {
        float: left;
        margin: 10px 3% 0 0;
        width: 41%;
    }
    .mess_block02 {
        float: right;
        width: 56%;
    }
    .mess-text {
        font-size: 16px;
    }
    .ide_logo {
        width: 305px;
    }
    .acc_block figure figcaption {
        float: left;
    }
    .acc_block figure p {
        float: right;
    }
    .acc_btn {
        width: 60%;
    }
    .acc_btn .button {
        font-size: 20px;
    }
    .block_tbl th ,
    .block_white ,
    .block_gray ,
    .block_tbl td {
        font-size: 16px;
    }
    .col_left_3col ,
    .col_left_4col ,
    .col_left_4col1 {
        font-size: 16px;
    }
    .col_left_4col {
        letter-spacing: -1px;
        width: 38%;
    }
    .col_left_4col1 {
        width: 12%;
    }
}
/* $recruit */
.main_oneday {
    margin-bottom: -120px;
}
.rec_banner {
    background-color: #e5e7d8;
    clear: both;
    padding: 3%;
    width: 100%;
}
.rec_banner > div {
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.rec_banner img {
    display: block;
}
.wrap_staff {
    display: inline-block;
    width: 13.75%;
    cursor: pointer;
}
.wrap_staff.with_detail {
    width: 44.25%;
}
.rec_banner_col01 {
    display: inline-block;
    vertical-align: bottom;
}
.rec_banner_col02 {
    display: none;
    margin-top: 0;
}
.wrap_staff.with_detail .rec_banner_col02 {
    display: inline-block;
    vertical-align: top;
}
.rec_banner_col02 p {
    border-bottom: 1px dashed #767676;
    max-width: 150px;
    font-size: 70%;
    text-align: left;
  line-height: 1.4em;
  padding-top: .2em;
}
.rec_banner_col02 h3 {
    font-size: 80%;
    border-bottom: 1px dashed #767676;
    max-width: 150px;
}
.staff_content {
    display: none;
}
.space54 {
    display: table;
    height: 30px;
    width: 100%;
}
.rec_info {
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
}
.rec_info figure {
    margin: 0 auto;
    width: 85%;
}
.rec_info h3 {
    color: #767676;
    font-size: 130%;
    padding: 15px 0;
    line-height: 160%;
    letter-spacing: -1px;
    width: 85%;
    margin: 0 auto;
}
.rec_faq01 ,
.rec_faq02 {
    clear: both;
    width: 100%;
}
.rec_faq01 dt {
    background: url(../img/recruit/rec-icon.png) no-repeat 0 0 transparent;
    color: #47c686;
    font-size: 110%;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 20px 35px;
}
.rec_faq01 dd {
    font-size: 85%;
    padding-bottom: 45px;
}
.rec_faq02 dt {
    background-color: #e5e7d8;
    border-radius: 5px;
    display: table;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
    width: 100%;
}
.rec_q {
    background-color: #fff;
    border-radius: 5px;
    color: #e84c3d;
    font-size: 130%;
    display: table-cell;
    position: relative;
    min-width: 65px;
    max-width: 65px;
    width: 8%;
    padding: 7px 5px;
}
.rec_q:after {
    top: 50%;
    right: 7px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 5px;
}
.rec_q:after {
    border-color: rgba(229, 231, 216, 0);
    border-top-color: #e5e7d8;
}
.rec_faq02 dt p ,
.rec_faq02 dd p {
    width: 92%;
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 85%;
}
.rec_faq02 dd {
    border: 1px solid #e5e7d8;
    background-color: #fff;
    border-radius: 5px;
    display: table;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
    width: 100%;
}
.rec_a {
    background-color: #fff;
    border-radius: 5px;
    color: #e84c3d;
    font-size: 130%;
    display: table-cell;
    position: relative;
    text-align: center;
    min-width: 65px;
    max-width: 65px;
    width: 8%;
    padding: 7px 5px;
}
.rec_time {
    background: url(../img/recruit/rec-time-bg.png) repeat-y 70px 0 transparent;
    padding: 40px 0;
    overflow: hidden;
}
.rec_time .row {
    display: table;
    width: 100%;
    font-size: 85%;
}
.rec_time_col1 {
    display: table-cell;
    min-width: 62px;
    max-width: 62px;
    padding: 15px 0;
    vertical-align: top;
    width: 8%;
}
.rec_time_col2 {
    background: url(../img/recruit/rec-icon02.png) no-repeat 0 15px transparent;
    display: table-cell;
    padding: 15px 0 15px 30px;
    width: 92%;
}
.rec_time_col2.ontime {
    background: url(../img/recruit/rec-icon01.png) no-repeat 0 15px transparent;
    padding: 15px 0 15px 45px;
}
.rec_time_col2.ontime p {
    border: 1px solid #e5e7d8;
    border-radius: 15px;
    padding: 15px;
    position: relative;
    width: 100%;
}
.rec_arrow {
    background:  url(../img/recruit/rec-icon03.png) no-repeat 0 0 transparent;
    position: absolute;
    left: -13px;
    top: 30px;
    height: 15px;
    width: 13px;
}
/* hexagon */
.crowner {
    padding: 50px 0 0 0;
    text-align: center;
    width: 100%;
}
.gon {
    display: inline-block;
    margin: 13px 0;
    position: relative;
    color: #fff;
    line-height: 1;
    width: 100px;
    height: 55px;
}
.gon,
.gon:before,
.gon:after {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.gon label {
    height: 55px;
}
.gon a {
    display: table-cell;
    font-size: 70%;
    height: 55px;
    color: #fff;
    vertical-align: middle;
    width: 100px;
    overflow: hidden;
    position: relative;
}
.gon:before ,
.gon:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}
.gon:before {
    top: -25px;
}
.gon:after {
    bottom: -25px;
}
.gon_detail {
    position: absolute;
    width: 100px;
    height: 55px;
    line-height: 100%;
    overflow: hidden;
    font-size: 10px;
}
.gon_detail span {
    padding: 0 5px;
    display: block;
    text-align: left;
    line-height: 1;
}
/* gon color */
.gon_bg01 {
    background-color: #3f848b ;
}
.gon_bg01:before {
    border-bottom: 25px solid #3f848b;
}
.gon_bg01:after {
    border-top: 25px solid #3f848b;
}
.gon_bg02 {
    background-color: #adadab;
}
.gon_bg02:before {
    border-bottom: 25px solid #adadab;
}
.gon_bg02:after {
    border-top: 25px solid #adadab;
}
.gon_bg03 {
    background-color: #4c4b49;
}
.gon_bg03:before {
    border-bottom: 25px solid #4c4b49;
}
.gon_bg03:after {
    border-top: 25px solid #4c4b49;
}
.gon_bg04 {
    background-color: #63b7b7;
}
.gon_bg04:before {
    border-bottom: 25px solid #63b7b7;
}
.gon_bg04:after {
    border-top: 25px solid #63b7b7;
}
.gon:hover {
    background-color: #0f1726;
}
.gon:hover:after {
    border-top: 25px solid #0f1726;
}
.gon:hover:before {
    border-bottom: 25px solid #0f1726;
}
/* small device */
.smp .gon {
    margin: 8px 0;
    width: 60px;
    height: 33px;
}
.smp .gon a {
    font-size: 50%;
    height: 33px;
    width: 60px;
}
.smp .gon:before ,
.smp .gon:after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}
.smp .gon:before {
    top: -15px;
}
.smp .gon:after {
    bottom: -15px;
}
.smp .gon_bg01:before {
    border-bottom: 15px solid #3f848b;
}
.smp .gon_bg01:after {
    border-top: 15px solid #3f848b;
}
.smp .gon_bg02:before {
    border-bottom: 15px solid #adadab;
}
.smp .gon_bg02:after {
    border-top: 15px solid #adadab;
}
.smp .gon_bg03:before {
    border-bottom: 15px solid #4c4b49;
}
.smp .gon_bg03:after {
    border-top: 15px solid #4c4b49;
}
.smp .gon_bg04:before {
    border-bottom: 15px solid #63b7b7;
}
.smp .gon_bg04:after {
    border-top: 15px solid #63b7b7;
}
.smp .gon:hover:after {
    border-top: 15px solid #0f1726;
}
.smp .gon:hover:before {
    border-bottom: 15px solid #0f1726;
}
.smp .gon_detail {
    width: 60px;
    height: 33px;
    line-height: 100%;
    font-size: 6px;
}
.smp .gon_detail span {
    line-height: 100%;
}
.smp .gon_detail .fs_gon_other {
    font-size: 6px;
    letter-spacing: -1px;
}
@media ( min-width : 768px ) {
    .gon {
        margin: 22px 0;
        width: 180px;
        height: 99px;
    }
    .gon a {
        font-size: 16px;
        height: 99px;
        width: 180px;
    }
    .gon:before ,
    .gon:after {
        border-left: 90px solid transparent;
        border-right: 90px solid transparent;
    }
    .gon:before {
        top: -45px;
    }
    .gon:after {
        bottom: -45px;
    }
    .gon label {
        height: 100px;
    }
    .gon_detail {
        font-size: 14px;
        width: 180px;
        height: 99px;
        top: 100px;
    }
    /* gon color */
    .gon_bg01:before {
        border-bottom: 45px solid #3f848b;
    }
    .gon_bg01:after {
        border-top: 45px solid #3f848b;
    }
    .gon_bg02:before {
        border-bottom: 45px solid #adadab;
    }
    .gon_bg02:after {
        border-top: 45px solid #adadab;
    }
    .gon_bg03:before {
        border-bottom: 45px solid #4c4b49;
    }
    .gon_bg03:after {
        border-top: 45px solid #4c4b49;
    }
    .gon_bg04:before {
        border-bottom: 45px solid #63b7b7;
    }
    .gon_bg04:after {
        border-top: 45px solid #63b7b7;
    }
    .gon:hover:after {
        border-top: 45px solid #0f1726;
    }
    .gon:hover:before {
        border-bottom: 45px solid #0f1726;
    }
    .gon_detail span.fs_gon_other {
        font-size: 12px;
        line-height: 1.2;
    }
    .ie .rec_banner_col01 {
        margin-bottom: -7px;
    }
}
/* binh */
.bold {
    font-weight: bold;
}
.banner h1.yellow span {
    background-color: #f2c311;
}
.gen_sub {
    line-height: 170%;
    padding-bottom: 50px;
}
.gen_sub01 {
    line-height: 170%;
    padding-bottom: 20px;
}
.gen_title {
    position: relative;
    padding: 0 0 20px 20px;
}
.gen_title:before {
    border-radius: 50%;
    content: "";
    color: #333;
    height: 10px;
    left: 3px;
    position: absolute;
    top: 7px;
    width: 10px;
}
.gen_block .gas_step {
    border: 1px solid #d3d3d3;
}
.gen_block .gas_step dt {
    padding: 25px;
    text-align: left;
    width: 20%;
}
.gen_block .gas_step dt.vh_center {
    text-align: center;
}
.gen_block .gas_step dd {
    padding: 25px;
    width: 70%;
}
.gen_btn .button {
    background-color: #e84c3d;
    color: #fff;
    margin: 60px auto 70px;
    line-height: 200%;
    width: 80%;
}
.gen_btn01 .button {
    background: url(../img/customer/icon05.png) no-repeat 245px 18px #fff;
    margin: 15px auto;
    width: 270px;
}
.gen_pic {
    margin: 10px auto 30px;
    width: 50%;
}
.gen_title01 {
    font-size: 140%;
    padding: 5px 0 20px;
}
.gen_block ul {
    padding-bottom: 40px;
}
.gen_text {
    font-weight: bold;
}
.gen_title02 {
    font-size: 120%;
    font-weight: bold;
    padding: 10px 5px;
    position: relative;
}
.gen_title02 span {
    background: #47c686;
    border-radius: 50%;
    color: #fff;
    letter-spacing: 6px;
    padding-left: 6px;
}
.gen_block02 {
    margin: 0 auto 30px;
    width: 80%;
}
.gen_block03 {
    border: 2px solid #eac552;
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
    margin: 0 auto 50px;
}
.gen_block03_1 {
    font-size: 80%;
}
.gen_block03_2 {
    font-weight: bold;
}
.gen_block03:after {
    top: 100%;
    left: 115px;
    border: solid transparent;
    border-color: rgba(234, 197, 82, 0);
    border-top-color: #eac552;
    content: " ";
    position: absolute;
    border-width: 10px;
}
.gen_block04 .block_inner {
    margin: 30px auto;
}
.gen_block04 dl {
    border-top: 1px solid #ddd;
    margin: 0 auto 40px;
    overflow: hidden;
    width: 80%;
}
.gen_block04 dt {
    border-bottom: 1px solid #ddd;
    float: left;
    padding: 10px 0;
    text-align: left;
    width: 60%;
}
.gen_block04 dd {
    border-bottom: 1px solid #ddd;
    float: right;
    margin-left: -2%;
    padding: 10px 0;
    text-align: right;
    width: 40%;
}
.gen_block04 h3 {
    color: #eac552;
    font-weight: bold;
    margin: 20px 0;
}
.gen_block05 {
    margin: 0 auto 20px;
}
.gen_block05 li {
    padding: 5px 0 5px 25px;
    position: relative;
}
.gen_block05 li:before {
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    content: "";
    color: #333;
    height: 10px;
    left: 0px;
    position: absolute;
    top: 12px;
    width: 10px;
}
.gen_block05 span {
    border: 1px solid #e5286c;
    border-radius: 50%;
    color: #e5286c;
    letter-spacing: 6px;
    padding-left: 6px;
}
.gen_inner01,
.gen_inner02,
.gen_inner03 {
    margin: 10px auto 40px;
    width: 80%;
}
.gen_block .gen_title02 {
    border-bottom: 2px solid #d8d8d8;
    margin-bottom: 20px;
}
.gen_step {
    border-bottom: 1px solid #d8d8d8;
    font-size: 85%;
    margin-bottom: 20px;
    width: 100%;
}
.gen_step dt {
    background-color: #eac552;
    color: #fff;
    display: table-cell;
    min-width: 60px;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    width: 10%;
}
.gen_step dt span {
    font-size: 150%;
}
.gen_step dd {
    display: table-cell;
    padding: 10px 10px 5px 10px;
    vertical-align: middle;
    width: 80%;
}
.gen_inner04 div {
    padding: 10px 0 20px;
}
.gen_pic01 {
    margin: 10px 0;
    width: 20%;
}
.gen_pic01a {
    margin: 10px 0 0 0;
    width: 80%;
}
.gen_att {
    background: url(../img/customer/icon06.png) no-repeat 0px 4px transparent;
    padding-left: 25px;
}
.gen_ind {
    border: 1px solid #d8d8d8;
    font-size: 80%;
    margin: 20px auto;
    overflow: hidden;
    padding: 20px 5%;
    text-align: center;
    width: 80%;
}
.gen_ind01 {
    background: url(../img/customer/icon07.png) no-repeat center 80% transparent;
    font-size: 140%;
    font-weight: bold;
    padding-bottom: 40px;
}
.gen_ind02 {
    margin: 10px auto 20px;
    overflow: hidden;
}
.gen_ind02 h4 {
    margin-bottom: 30px;
    min-width: 60px;
    width: 80%;
}
.gen_ind02 h4 span {
    color: #fff;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    width: 10%;
}
.orange_bg {
    background-color: #eac552;
}
.violet_bg {
    background-color: #cb70d7;
}
.gen_ind02 div {
    margin: 20px auto 30px;
    width: 80%;
}
.gen_ind03 {
    margin: 0 auto 30px;
    text-align: center;
    width: 80%;
}
.gen_sub02 {
    border-bottom: 1px solid #d8d8d8;
    font-weight: bold;
}
.gen_sub02 span {
    font-weight: normal;
}
.gen_tab {
    border: 1px solid #d8d8d8;
    margin: 20px auto;
    width: 100%;
}
.gen_tab th {
    background: #ac8864;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    color: #fff;
    padding: 5px 10px;
    text-align: left;
}
.gen_tab td {
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    font-size: 85%;
    padding: 5px 10px;
}
@media ( min-width : 768px ) {
    .gen_sub {
        font-size: 16px;
        line-height: 24px;
    }
    .gen_sub01 {
        font-size: 16px;
        line-height: 24px;
    }
}
/* --shop-- */
.shop_group ,
.shop_group02 {
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 100%;
}
.shop_img {
    min-width: 220px;
    max-width: 280px;
    width: 60%;
}
.shop_title01 {
    background: url(../img/mart/hi-icon.png) no-repeat 0 0 transparent;
    clear: both;
    color: #e84c3d;
    font-size: 100%;
    font-weight: bold;
    padding: 5px 0 20px 40px;
}
.shop_title02 {
    background: url(../img/customer/hi-icon1.png) no-repeat 0 0 transparent;
    color: #47c686;
    font-weight: bold;
}
.shop_left ,
.shop_right {
    margin: 0 auto;
    padding: 0 0 20px 0;
}
.fds_title {
    clear: both;
    display: table;
    padding-bottom: 20px;
    width: 100%;
}
.fds_title dt {
    display: table-cell;
    width: 60px;
}
.fds_title dd {
    display: table-cell;
    color: #e84c3d;
    font-size: 100%;
    font-weight: bold;
    padding-left: 15px;
    vertical-align: middle;
}
.fds_gr01 {
    clear: both;
    display: table;
    width: 100%;
}
.fds_gr01 .fds_right {
    width: 80%;
    max-width: 410px;
    min-width: 210px;
}
.fds_left ,
.fds_right {
    margin: 0 auto;
    padding: 0 0 20px 0;
}
.fds_gr02 {
    clear: both;
    display: table;
    width: 100%;
}
.fds_gr02 article:nth-child(2n+1) {
    margin: 0 auto 30px auto;
}
.fds_gr02 .fds_item{
    margin: 0 auto 30px auto;
}
.fds_item {
    margin: 0 auto 30px auto;
    min-width: 250px;
    width: 90%;
}
.fds_detail {
    clear: both;
    display: table;
    padding-bottom: 10px;
    width: 100%;
}
.fds_detail dt {
    display: table-cell;
    min-width: 100px;
    width: 30%;
}
.fds_detail dd {
    display: table-cell;
    vertical-align: middle;
}
.fds_detail dd h3 {
    color: #e84c3d;
    padding: 15px 0;
    font-size: 100%;
}
.fds_name {
    background: url(../img/mart/fds-bg01.png) no-repeat 0 0 transparent;
    background-size: contain;
    padding-left: 30px;
    margin: 15px 0;
    font-size: 12px;
}
.fds_name.fds_bg01 {
    background: url(../img/mart/fds-bg02.png) no-repeat 0 0 transparent;
    background-size: contain;
}
.fds_gr03 {
    background-color: #fff;
    display: table;
    padding: 15px;
    margin-bottom: 40px;
    width: 100%;
}
.fds_content {
    clear: both;
    width: 100%;
}
.pdl {
    padding-left: 15px;
}
.pdb {
    padding-bottom: 15px;
}
.pdr {
    padding-right: 15px;
}
@media ( min-width : 768px ) {
    .fds_right {
        float: right;
        padding-left: 20px;
    }
    .fds_left {
        float: left;
        padding-right: 20px;
    }
    .fds_content {
        width: 55%;
        padding: 0;
    }
    .mgt {
        margin-top: -40px;
    }
    .fds_image {
        width: 45%;
    }
    .fds_gr02 .fds_item {
        margin: 0 0 30px 6%;
    }
    .fds_item {
        float: left;
        margin: 0 0 0 6%;
        width: 47%;
    }
    .fds_detail dt {
        width: 170px;
    }
    .fds_detail dd h3 {
        padding: 15px 0;
        font-size: 18px;
    }
    /* $recruit */
    .space54 {
        height: 54px;
    }
    .rec_banner {
        padding: 25px 40px;
    }
    .rec_banner > div {
        margin: 0 auto;
        width: 65%;
        min-width: 680px;
    }
    .rec_banner_col02 {
        margin-top: 2em;
    }
    .rec_banner_col02 p {
        font-size: 14px;
    }
    .rec_banner_col02 h3 {
        font-size: 18px;
    }
    .rec_info {
        overflow: hidden;
        padding: 0 2.8% 45px;
        width: 100%;
    }
    .rec_info figure {
        float: left;
        width: 37.5%;
    }
    .rec_info h3 {
        float: left;
        color: #767676;
        font-size: 30px;
        width: 62.5%;
        padding: 0 0 0 1em;
    }
    .rec_faq01 dt {
        font-size: 18px;
    }
    .rec_faq01 dd {
        font-size: 16px;
        line-height: 24px;
    }
    .rec_q ,
    .rec_a {
        font-size: 28px;
        min-width: 80px;
        max-width: 80px;
    }
    .rec_faq02 dt p ,
    .rec_faq02 dd p {
        font-size: 16px;
    }
    .rec_faq02 dd p span {
        display: inline-block;
        margin-bottom: 15px;
        width: 100%;
    }
    .rec_faq02 dd p span:last-child {
        margin-bottom: 0;
    }
    .rec_time {
        background: url("../img/recruit/rec-time-bg.png") repeat-y scroll 82px 0 transparent;
        overflow: hidden;
    }
    .rec_time .row {
        font-size: 14px;
    }
    /* binh */
    .gen_btn .button {
        line-height: 55px;
        width: 350px;
    }
    .gen_pic {
        width: 230px;
    }
    .gen_btn01 {
        display: inline-block;
        margin: 0 8px;
    }
    .gen_btn01 .button {
        background-position: 225px 25px;
        width: 250px;
    }
    .gen_title02 span {
        letter-spacing: 5px;
        padding-left: 5px;
    }
    .gen_block01 {
        float: left;
        margin-right: 2%;
        overflow: hidden;
        width: 62%;
    }
    .gen_block02 {
        float: left;
        margin: 15px auto;
        overflow: hidden;
        width: 35%;
    }
    .gen_block04_1 {
        border-right: 1px solid #ddd;
        display: inline-block;
        margin: 10px 2% 0 0;
        width: 40%;
        vertical-align: top;
    }
    .gen_block04_2 {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    .gen_block04 .block_inner {
        margin: 0 auto 20px;
    }
    .gen_block04 .block_inner._after {
        width: 94%;
    }
    .gen_block04 h3 {
        margin: 10px auto;
    }
    .gen_block05 span {
        letter-spacing: 5px;
        padding-left: 5px;
    }
    .gen_inner01 {
        display: table-cell;
        padding: 20px 3% 0 0;
        vertical-align: top;
        width: 45%;
    }
    .gen_inner02 {
        display: table-cell;
        vertical-align: middle;
        width: 52%;
    }
    .gen_inner03 {
        float: right;
        width: 30%;
    }
    .gen_inner04 {
        float: left;
        width: 65%;
    }
    .gen_pic01 {
        margin: 0;
    }
    .gen_ind {
        display: inline-block;
        margin: 20px 2%;
        width: 45%;
    }
    .gen_ind02 {
        display: inline-block;
        margin: 10px 2% 20px;
        width: 45%;
    }
    .gen_ind02 div {
        width: 100%;
    }
    .gen_ind03 {
        display: inline-block;
        margin: 0 1% 30px;
        width: 30%;
    }
    .gen_sub03 {
        float: right;
        margin-top: -30px;
        padding-right: 25px;
        text-align: right;
    }
    .gen_step dd {
        font-size: 18px;
        line-height: 24px;
    }
    /* --shop-- */
    .shop_group {
        padding-bottom: 35px;
        width: 80%;
    }
    .shop_group02 {
        padding-bottom: 35px;
        width: 100%;
    }
    .shop_title01 {
        font-size: 18px;
    }
    .shop_left {
        float: left;
    }
    .shop_right {
        float: right;
    }
    .shop_left.shop_img {
        padding-right: 30px;
    }
    .shop_right.shop_img {
        padding-left: 30px;
    }
    .shop_group .shop_img ,
    .shop_group02 .shop_img {
        min-width: 220px;
        max-width: 280px;
        width: 35%;
    }
    .shop_group02 .shop_txt {
        width: 65%;
    }
    .shop_txt {
        width: 60%;
    }
    .fds_title {
        padding-bottom: 30px;
    }
    .fds_title dt {
        display: table-cell;
        width: 88px;
    }
    .fds_title dd {
        font-size: 20px;
    }
}
/* $popup */
.pop_contain {
    padding: 20px;
    text-align: center;
}
.fix_29 {
    margin: -40px -15px 0 -15px;
}
.pop_title01 {
    background: url(../img/popup/icon01.png) no-repeat 0 0 transparent;
    padding: 10px 0 20px 50px;
}
.block_03_1d {
    display: table;
    margin: 15px auto;
    text-align: left;
    position: relative;
    width: 100%;
}
.pop_title02 {
    background-color: #ff9833;
    color: #fff;
    padding: 10px 5px 10px 20px;
}
.block_03_1d div {
    background-color: #f6f6f6;
    border: 1px solid #ff9833;
    padding: 20px;
}
.block_03_1e {
    display: table;
    margin: 15px auto;
    text-align: left;
    position: relative;
    width: 100%;
}
.block_03_1e div {
    background-color: #f6f6f6;
    border: 1px solid #ff9833;
    padding: 20px;
}
.views_btn {
    margin: 0 auto;
    text-align: center;
    min-width: 230px;
    width: 55%;
}
.views_btn a {
    background-color: #6ab8d5;
    border-radius: 5px;
    display: block;
    padding: 15px 0;
    color: #fff;
}
.video_views {
    width: 90%;
    margin: 0 auto 15px auto;
}
.video_views video {
    width: 100%;
}
/* other */
.other_title01 {
    font-size: 2rem;
    line-height: 2.4rem;
    padding: .2em 0 1em;
    text-align: justify;
}
.block_item01 {
    margin-bottom: 20px;
    vertical-align: top;
    width: 100%;
}
.block_item01 img {
    display: block;
}
.block_item01 p {
    border: 1px solid #d3d3d3;
    padding: 15px 5%;
    line-height: 150%;
    font-size: 85%;
    background-color: white;
}
.ren_block {
    margin-bottom: 60px;
}
.ren_block p {
    display: inline-block;
    width: 90px;
    vertical-align: middle;
}
.ren_block .ren_icon {
    width: 17px;
}
.yellow1 {
    color: #eeb724;
}
.orange2 {
    color: #f26241;
}
.con_block01 {
    background-color: #fff;
    border: 1px solid #b4b4b4;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}
.con_block01 figcaption {
    float: left;
    margin-right: 5%;
    padding: 15px 3%;
    width: 45%;
}
.con_title {
    font-size: 160%;
    line-height: 40px;
    margin-bottom: 10px;
}
.con_block01 figcaption p {
    font-size: 85%;
}
.con_block01 figure {
    float: left;
    width: 50%;
}
.con_block01 figure img {
    display: block;
}
.sub-mb20 {

}
.con_table {
    clear: both;
    font-size: 70%;
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
}
.con_table table {
    margin-top: -23px;
    width: 100%;
}
.con_table th {
    background-color: #d8d8d8;
    border-bottom: 1px solid #fff;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
    padding: 5px 2%;
    width: 20%;
}
.con_table .con_col1 {
    background-color: #fff;
    font-size: 14px;
    padding: 5px 2%;
    width: 40%;
}
.con_table .con_col1 dt,
.con_table .con_col1 dd {
    display: inline-block;
    vertical-align: top;
}
.con_table .con_col1 dt {
    padding-right: 3%;
}
.con_table .con_col2 {
    background-color: #b0b0b0;
    border-bottom: 1px solid #fff;
    padding: 5px 2%;
    width: 20%;
}
.border-title span {
    display: inline-block;
    height: 44px;
    margin-right: 15px;
    width: 50px;
    vertical-align: middle;
}
.border-title.border-yellow span {
    background-color: #f4ee82;
}
.border-title.border-blue {
    margin-bottom: 10px;
}
.border-title.border-blue span {
    background-color: #76c8f1;
}
.border-title h4 {
    color: #333;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}
.w-684 {
    max-width: 684px;
    margin: 2em auto -80px;
}
.w-684 h3.shop_title01 {
    padding-bottom: 34px;
}
.w-684 .fs14 {
    line-height: 24px;
    text-align: justify;
}
.w-684 img {
    display: block;
}
@media ( min-width: 768px) {
    .con_block01 figcaption {
        width: 63%;
    }
    .con_block01 figure {
        width: 32%;
    }
    .other_title01 {
        font-size: 198%;
        line-height: 45px;
        padding: 5px 0 20px;
    }
    .block_item01 {
        width: 24%;
        margin-left: 1.2%;
    }
    .block_item01:first-child {
        margin-left: 0;
    }
}
/* sitemap */
.sitmap_group {
    display: block;
    width: 100%;
}
.sitmap_group ul {
    padding-bottom: 30px;
    color: #323232;
}
.sitmap_group ul li a {
    color: #323232;
}
.sitmap_group .lv1 {
    padding-left: 10px;
}
.sitmap_group .lv2 {
    padding-left: 20px;
}
.site_title {
    color: #323232;
    font-size: 100%;
    padding: 3px 0px 15px 40px;
    position: relative;
}
.cicle {
    border: 5px solid transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    z-index: 1;
}
.cicle_red {
    border-color: #e84c3d;
}
.cicle_green {
    border-color: #48c686;
}
.cicle_blue {
    border-color: #5eafcd;
}
.cicle_brown {
    border-color: #987d62;
}
.cicle_yellow {
    border-color: #ebc859;
}
.cicle_violet {
    border-color: #aa95b6;
}
.cicle_grey {
    border-color: #767676;
}
.logo_list {
    clear: both;
    text-align: center;
}
.logo_list li {
    width: 205px;
    display: inline-block;
}
.logo_list_btn {
    width: 80%;
    margin: 20px auto;
}
@media ( min-width: 768px) {
    .sitmap_group {
        float: left;
        width: 33%;
        vertical-align: top;
    }
}
/*---------------binh22---------------------*/
.gen_inner05 {
    margin: 0px auto 30px;
    width: 90%;
}
.know_tab {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-right: none;
    margin: 20px auto;
    width: 100%;
}
.know_tab th {
    color: #767676;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    padding: 5px 0;
}
.know_tab td {
    border-right: 1px solid #d3d3d3;
    padding: 15px 0;
    text-align: center;
}
.know_tab td img {
    width: 60%;
}
.gas_point_pic {
    padding: 10px 0;
}
.gen_pic02 {
    margin: 40px auto;
    width: 80%;
}
.gen_pic02 div {
    margin: 30px auto;
    width: 50%;
}
.gen_title02_plus {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
}
.gen_title02_plus span {
    background: #e84c3d;
    border-radius: 0;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    margin: 5px 0 0 0;
    padding: 0 10px;
    display: block;
    text-align: right;
    float: right;
    position: static;
}
.use_title01 {
    font-size: 100%;
    background: url(../img/customer/use-ico01.png) no-repeat 0 4px transparent;
    color: #7bdadc;
    padding: 0 0 5px 20px;
}
.use_title02 {
    font-size: 100%;
    background: url(../img/customer/use-ico02.png) no-repeat 0 4px transparent;
    color: #e84c3d;
    padding: 0 0 5px 20px;
}
.use_item01 {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}
.use_item01 figure {
    padding: 0 5% 0 0;
}
/*.use_item01 figcaption {
    float: left;
    width: 55%;
}*/
/*.use_item03 {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}
.use_item03 figure {
    float: left;
    width: 45%;
    padding: 0 0 0 5%;
}*/
/*.use_item03 figcaption {
    float: left;
    width: 55%;
}*/
.use_item04 {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}
.use_row {
    margin: 0 0 0 -20px;
    width: 117%;
}
.use_item02 {
    float: left;
    width: 40%;
    margin-left: 20px;
}
@media ( min-width : 768px ) {
    .use_item01 figure {
        float: left;
        width: 45%;
        padding: 0 5% 0 0;
    }
    .use_item01 figcaption {
        float: left;
        width: 55%;
    }
    .use_item03 figure {
        float: left;
        width: 45%;
        padding: 0 0 0 5%;
    }
    .use_item03 figcaption {
        float: left;
        width: 55%;
    }
    .use_item04 figure {
        float: left;
        width: 55%;
        padding: 0 5% 0 0;
    }
    .use_item04 figcaption {
        float: left;
        padding-top: 10%;
        width: 45%;
    }
}
.pay_title {
    border-bottom: 1px solid #d3d3d3;
    clear: both;
    font-size: 120%;
    margin-bottom: 10px;
    padding: 10px 5px 5px;
}
.pay_table {
    width: 100%;
}
.pay_table th,
.pay_table td {
    border: 1px solid #d3d3d3;
    padding: .3em .5%;
    font-size: .8rem;
}
.pay_table th {
    background: #f4f4f4;
}
.pay_table td {
    background: #fff;
}
.pay_table ._column_icon {
    width: 7em;
}
.pay_table .th_bg {
    background: #f4f4f4;
}
.icon_cell_pay_table {
    text-align: center;
}
.icon_cell_pay_table img {
    width: auto;
}
.pay_block {
    clear: both;
    margin: 0 auto 30px;
}
.pay_block .orange2,
.orange2 {
    background: none;
    border: none;
    color: #dbab15;
    border-radius: 0;
    letter-spacing: 0;
    padding-left: 0;
}
.pay_block div {
    padding-left: 20px;
}
.pay_block .gen_red {
    background: none;
    border: none;
    color: #d36b6b;
    border-radius: 0;
    letter-spacing: 0;
    padding-left: 0;
}
.man_note span:last-child {
    display: inline-block;
    width: 8%;
}
.man_note img {
    display: block;
}
.pay_tab_title {
    background: #fff;
    border: 1px solid #d3d3d3;
    border-bottom: none;
    padding: 10px;
}
.pay_tab_note {
    vertical-align: top;
    width: 20%;
}
.pay_table .pay_tab_note01 {
    background: #fff;
    border: 1px solid #d3d3d3;
    margin-bottom: 20px;
    width: 100%;
}
.pay_table .pay_tab_note01 th {
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    min-width: 75px;
    padding: 10px;
}
.pay_table .pay_tab_note01 td {
    background: #fff;
    font-size: 14px;
    padding: 10px;
}
.pay_table .pay_tab_note01 td p {
    margin-left: 35px;
}
.pay_table .pay_tab_note01 td p:first-letter {
    margin-left: -43px;
}
.pay_icon {
    background: url(../img/customer/pay-icon05.png) no-repeat left 18px transparent;
    color: #dbab15;
    padding-left: 10px;
}
.pay_table td.fix-pleft0723 {
    padding: .3em .5% .3em 2%;
}
.payment-branchlst th {
    min-width: 90px;
}
.payment-branchlst td li {
    display: inline-block;
    margin: 8px;
    vertical-align: middle;
}
.payment-branchlst td li img {
    max-width: 100%;
    width: auto;
}
.pay-city-gas {
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
}
.pay-city-gas img {
    display: block;
    max-width: 100%;
    width: auto;
}
.title_fix_1013 .hi-icon {
    top: 8px;
}
.title_fix_1013 .pay-city-gas-txt {
    display: inline-block;
    color: #ff0000;
    font-size: 18px;
    margin-top: -5px;
    vertical-align: middle;
}
.title_fix_1013 .pay-city-gas-min {
    margin-left: 5px;
    max-width: 290px;
    vertical-align: middle;
}
@media ( min-width : 768px ) {
    .pay_title {
        font-size: 120%;
        margin-bottom: 10px;
        padding: 10px 5px 5px;
    }
    .pay_table th,
    .pay_table td {
        padding: 10px 20px;
        font-size: 14px;
    }
    .pay_table.pay_table_small th,
    .pay_table.pay_table_small td {
        padding: 10px 7px;
        font-size: 14px;
    }
    .pay_table th.th_fix {
        padding: 10px 16px;
    }
    .pay_table ._column_icon {
        width: 10em;
    }
    .pay_table .th_bg {
        background: #f4f4f4;
    }
    .pay_block {
        margin: 0 auto 30px;
        width: 80%;
    }
    .pay_block div {
        padding-left: 20px;
    }
    .pay_block .gen_red {
        border-radius: 0;
        letter-spacing: 0;
        padding-left: 0;
    }
    .pay_tab_note01 {
        margin: 10px 0;
        padding: 10px 0;
    }
    .pay_table td.fix-pleft0723 {
        padding: 10px 20px 10px 30px;
    }
    .payment-branchlst th {
        min-width: 210px;
    }
}
.mov_block {
    background: #e7f2f6;
    margin: 40px auto 10px;
    padding: 15px 20px 5px;
}
.mov_block .pay_title {
    font-weight: bold;
}
.mov_block01 {
    border-left: 5px solid #eac552;
    padding-left: 10px;
}
.mov_block01 h3 {
    color: #eac552;
    font-weight: bold;
    font-size: 120%;
}
.mov_block div {
    margin-bottom: 5px;
}
.shop_text {
    font-size: 16px;
    line-height: 24px;
}
@media ( min-width : 768px ) {
    .mov_block01 h3 {
        font-size: 18px;
        line-height: 24px;
    }
}
/*-------------effect of business.html--------------*/
.effect-plus01 .effect-moses {
    /*height: 400px;*/
    margin: 0;
    width: 94%;
}
.effect-plus01 figure figcaption {
    /*height: 254px;*/
    left: 7.25%;
    top: 7.25%;
    width: 85.5%;
}
.effect-plus01 .effect-moses h2,
.effect-plus01 .effect-moses p {
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid #b4b4b4;
    color: #323232;
    display: table;
    height: 6em;
    line-height: 22px;
    width: 50%;
}
.effect-plus01 .effect-moses span {
    display: table-cell;
    vertical-align: middle;
}
.effect-plus01 .effect-moses p {
    margin-left: 50%;
    text-transform: capitalize;
    opacity: 0;
}
.effect-plus01 .effect-moses h2,
.effect-plus01 .effect-moses:hover p {
    opacity: 0.7;
}
.ie .effect-plus01 .effect-moses h2,
.ie .effect-plus01 .effect-moses:hover p {
    opacity: 0.8;
}
.effect-plus01 .effect-moses img {
    opacity: 1;
}
.effect-plus01 .effect-moses:hover img {
    opacity: 0.7;
}
.effect-plus01 .effect-moses {
    margin-bottom: 1em;
}
.effect-plus01.hover-eff01 figure figcaption {
    height: auto;
}
.effect-plus01.hover-eff01 figure img {
    min-height: 0;
}
@media ( min-width : 768px ) {
    .effect-plus01 .effect-moses {
        /*height: 400px;*/
        margin: 0;
        width: 45.1%;
    }
    .effect-plus01 figure figcaption {
        height: 254px;
        left: 29px;
        top: 29px;
        width: 85.5%;
    }
    .effect-plus01 .effect-moses h2,
    .effect-plus01 .effect-moses p {
        height: 123px;
        line-height: 22px;
        width: 171px;
    }
    .effect-plus01 .effect-moses p {
        margin-left: 171px;
    }
    .effect-plus01 .effect-moses {
        margin-bottom: 44px;
    }
}
/*---------------------------------------------------------------------*/
.block_img_4 .effect-plus02 .effect-moses {
    margin: 0;
    width: 94%;
}
.block_img_4 .effect-plus02 .effect-mosesplus {
    margin: 0;
    width: 94%;
}
.block_img_4 .effect-plus02 .effect-mosespluss {
    /*height: 206px;*/
    margin: 0;
    width: 94%;
}
.effect-plus02 figure figcaption {
    height: 12em;
    left: 7.8%;
    top: 1.35em;
    width: 84.2%;
}
.effect-plus02 .effect-moses h2,
.effect-plus02 .effect-moses p {
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid #b4b4b4;
    color: #323232;
    display: table;
    height: 6em;
    width: 50%;
}
.effect-plus02 .effect-moses.effect-mosespluss h2,
.effect-plus02 .effect-moses.effect-mosespluss p {
    height: 5em;
}
.effect-plus02 .effect-moses span {
    display: table-cell;
    vertical-align: middle;
}
.effect-plus02 .effect-moses p {
    margin-left: 50%;
    text-transform: none;
    opacity: 0;
}
.effect-plus02 .effect-moses h2,
.effect-plus02 .effect-moses:hover p {
    opacity: 0.7;
}
.ie .effect-plus02 .effect-moses h2,
.ie .effect-plus02 .effect-moses:hover p {
    opacity: 0.8;
}
.effect-plus02 .effect-moses img {
    opacity: 1;
}
.effect-plus02 .effect-moses:hover img {
    opacity: 0.7;
}
.block_img_4 .effect-plus02 .effect-moses {
    margin-bottom: 14px;
}
.effect-plus02.hover-eff01 figure img {
    min-height: 0;
    opacity: 1;
}
@media ( min-width : 768px ) {
    .block_img_4 .effect-plus02 .effect-moses {
        height: 273px;
        margin: 0;
        width: 273px;
    }
    .block_img_4 .effect-plus02 .effect-mosesplus {
        height: 240px;
        margin: 0;
        width: 273px;
    }
    .block_img_4 .effect-plus02 .effect-mosespluss {
        height: 206px;
        margin: 0;
        width: 273px;
    }
    .effect-plus02 figure figcaption {
        height: 160px;
        left: 27px;
        top: 27px;
        width: 230px;
    }
    .effect-plus02 .effect-moses h2,
    .effect-plus02 .effect-moses p {
        height: 80px;
        line-height: 22px;
        width: 111px;
    }
    .effect-plus02 .effect-moses.effect-mosespluss h2,
    .effect-plus02 .effect-moses.effect-mosespluss p {
        height: 80px;
    }
    .effect-plus02 .effect-moses p {
        margin-left: 111px;
    }
    .block_img_4 .effect-plus02 .effect-moses {
        margin-bottom: 14px;
    }
}
.fs16-lh20 {
    font-size: 100%;
    line-height: 20px;
}
.top_visual_smp {
    padding: 10px 0;
    position: relative;
    width: 100%;
}
.top_side_smp {
    clear: both;
    margin: 0 auto 30px auto;
    width: 280px;
}
@media ( min-width : 768px ) {
    .top_side_smp {
        display: none;
    }
    .logo_list_btn {
        width: 300px;
    }
    .pay_title {
        font-size: 18px;
        line-height: 24px;
    }
    .fs10 {
        line-height: 180%;
        font-size: 9px;
    }
    .fs12 {
        font-size: 12px;
        line-height: 16px;
    }
    .use_title01 ,
    .use_title02 {
        font-size: 16px;
    }
    .block_03_1d {
        display: inline-block;
        margin: 0 auto 15px auto;
        min-height: 300px;
        padding-left: 10px;
        position: relative;
        width: 40%;
    }
    .block_item01 p {
        padding: 10px 5%;
        font-size: 14px;
        min-height: 70px;
    }
    .con_block01 figcaption h2 {
        font-size: 22px;
    }
    .con_block01 figcaption p {
        font-size: 16px;
    }
    .con_table {
        font-size: 16px;
        padding-bottom: 45px;
    }
    /*---------------binh22---------------------*/
    .gen_inner05 {
        float: left;
        width: 70%;
    }
    .gen_pic02 {
        width: 65%;
    }
    .gen_pic02 ._link_to_form {
        max-width: 200px;
        display: block;
    }
    .gen_title02 {
        font-size: 18px;
    }
    .gen_title02_plus span {
        bottom: 0;
        position: absolute;
        right: 0;
    }
    .man_note .hi-icon {
        top: 48px;
    }
    .pay_block {
        float: left;
        margin: 15px auto 20px;
        overflow: hidden;
        width: 100%;
    }
    .pay_table td {
        line-height: 20px;
    }
    .block_01_plus {
        width: 68%;
    }
    .effect-plus01,
    .effect-plus02 {
        margin: -20px -20px 0 -20px;
    }
    .effect-plus01 .effect-moses {
        margin: 20px;
    }
    .effect-plus01 .effect-moses h2,
    .effect-plus01 .effect-moses p,
    .effect-plus02 .effect-moses h2,
    .effect-plus02 .effect-moses p {
        font-size: 18px;
    }
    .block_img_4 .effect-plus02 .effect-moses {
        margin: 7px;
    }
    .fs16-lh20 {
        font-size: 16px;
    }
}
/* $utility class */
.p1em {
    padding: 1em;
}
.pb0 {
    padding-bottom: 0;
}
.pb1em {
    padding-bottom: 1em;
}
.mt0 {
    margin-top: 0;
}
.mt1em {
    margin-top: 1em;
}
.mt2em {
    margin-top: 2em;
}
.mb2em {
    margin-bottom: 2em;
    padding-bottom: 50px;
}
.mt13 {
    margin-top: 13px;
}
.ml-05em {
    margin-left: -.5em;
}
.width80pct {
    width: 80%;
}
.width10em {
    width: 10em;
}
.width10em_on_pc {
    width: 5em;
}
.tleft {
    text-align: left;
}
.display_none {
    display: none;
}
.fs17 {
    font-size: 17px;
}
.fs24 {
    font-size: 24px;
}
.of_visible {
    overflow: visible;
}
@media ( min-width : 768px ) {
    .width10em_on_pc {
        width: 10em;
    }
}
/* $button */
.button_block01 {
    margin-top: 68px;
    margin-bottom: 68px;
}
.eventfrm-btn {
    margin: 0 auto 50px;
}
.button02 {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.button03 {
    width: 100%;
}
@media ( min-width : 768px ) {
    .button02 {
        width: 300px;
    }

}
/* hover effect new */
.gen_grid {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.gen_grid li {
    display: block;
    width: 94%;
    margin: 0 auto 1em;
    /*padding: 0 5px 14px 5px;*/
    text-align: left;
    position: relative;
}
.gen_grid figure {
    margin: 0;
    position: relative;
}
.gen_grid h3 {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #b4b4b4;
    z-index: 50;
    text-align: center;
    padding: .3em;
    font-size: 18px;
    letter-spacing: -1px;
    position: absolute;
    left: 1em;
    top: 1em;
    height: 5em;
    width: 42.37%;
    display: table;
}
.gen_grid h3.as_first {
    background-color: rgba(191, 191, 191, 0.8);
    border: 2px solid #b4b4b4;
}
.gen_grid h3 span {
    display: table-cell;
    vertical-align: middle;
}
.safari .gen_grid h3 span {
    position: relative;
    top: -5px;
}
.gen_grid figure img {
    display: block;
    position: relative;
}
.gen_grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    background: #e3e3e3;
    color: #323232;
    font-size: .9rem;
}
@media ( min-width : 768px ) {
    .gen_grid {
        margin: 0 -20px;
    }
    .gen_grid li {
        display: inline-block;
        width: 32.8%;
        margin: 0;
        padding: 0 5px 14px 5px;
    }
    .gen_grid figure {
        margin: 0;
    }
    .gen_grid h3 {
        padding: 5px;
        font-size: 18px;
        letter-spacing: -1px;
        position: absolute;
        left: 27px;
        top: 27px;
        height: 85px;
        width: 115px;
    }
    .gen_grid h3 span {
        height: 85px;
        width: 115px;
    }
    .gen_grid figcaption {
        padding: 10px 20px;
    }
    .gen_grid figcaption.fix-0531 {
        padding: 2px 5px;
    }
}
.cs-style-3 figure {
    overflow: hidden;
}

.cs-style-3 figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cs-style-3 figure:hover img {
    -webkit-transform: translateY(-145px);
    -moz-transform: translateY(-145px);
    -ms-transform: translateY(-145px);
    transform: translateY(-145px);
}
.cs-style-3 figcaption {
    height: 145px;
    width: 100%;
    top: auto;
    line-height: 150%;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.cs-style-3 figcaption.fix-height0916 {
    height: 168px;
}
/*.cs-style-3 figcaption.fix-0531 {
    height: 171px;
}*/
.fix-0531 div {
    float: left;
    width: 49.99%;
}
.fix-0531 a {
    display: block;
    font-size: 11px;
    width: 100%;
}
.cs-style-3 figure:hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.cs-style-3 figcaption a:hover {
    color: #ff9833;
}
/*===========POPUP==========*/
.block_pop_01_b {
    background: #213050;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.6;
    margin: .6em auto;
    padding: 1em;
}
.block_pop_title {
    border-bottom: 2px solid #333;
    font-size: 18px;
    font-weight: bold;
    margin: 44px 0 34px;
    padding: 5px;
    text-align: left;
}
.block_pop_text {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    padding: 0px 5px;
    text-align: left;
}
.block_pop_02_b div {
    text-align: center;
    margin-bottom: 24px;
}
.row_figure01 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.col_figure01 {
    width: 100%;
    float: left;
    margin: 0 0 1em;
    color: #7d7d7d;
    vertical-align: top;
}
.row_figure02 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.block_pop_02_b figure img {
    display: block;
}
.block_pop_02_b figcaption {
    border: 1px solid #d2d2d2;
    border-top: 0;
    padding: 18px 10px;
    text-align: left;
}
.block_pop_02_b figcaption h3 {
    font-size: 20px;
    padding: 0px 0px 18px;
    text-align: center;
}
.block_pop_02_b figcaption p {
    font-size: 14px;
    line-height: 20px;
    min-height: 120px;
    text-align: justify;
}
@media ( min-width : 768px ) {
    .block_pop_01_b {
        height: 94px;
        line-height: 34px;
        margin: 30px auto 0;
        padding: 13px;
    }
    .block_pop_title {
        border-bottom: 2px solid #333;
        font-size: 18px;
        font-weight: bold;
        margin: 44px 0 34px;
        padding: 5px;
    }
    .block_pop_text {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 24px;
        padding: 0px 5px;
    }
    .block_pop_02_b div {
        text-align: center;
        margin-bottom: 24px;
    }
    .row_figure01 {
        width: 100%;
    }
    .col_figure01 {
        width: 32%;
    }
    .row_figure02 {
        width: 60%;
    }
    .col_figure02 {
        width: 47%;
    }
    .block_pop_02_b figure {
        margin: 0px 4px;
        vertical-align: top;
    }
    .block_pop_02_b figure img {
        display: block;
    }
    .block_pop_02_b figcaption {
        border: 1px solid #d2d2d2;
        border-top: 0;
        padding: 1em;
        text-align: left;
    }
    .block_pop_02_b figcaption h3 {
        font-size: 20px;
        padding-bottom: 5px;
        text-align: center;
    }
    .block_pop_02_b figcaption p {
        font-size: 14px;
        line-height: 20px;
        min-height: 145px;
        text-align: justify;
    }
}
.fig_foot {
    color: #7d7d7d;
    font-size: 12px;
    padding: 12px 0 20px;
    text-align: left;
}
.block_pop_03 {
    margin: 44px auto 64px;
    width: 30%;
}
.block_pop_03 .views_btn {
    width: 100%;
}
.block_pop_03 .views_btn a {
    padding: 20px 0;
}
.block_pop_04_2a {
    clear: both;
    padding: 1em 0 1em;
    position: relative;
}
.block_pop_04_2a._with_badge {
    padding-top: 7em;
}
.pop_left {
    display: block;
    left: 1em;
    position: absolute;
    top: 1em;
    /*width: 78px;*/
    width: auto;
}
.pop_right {
    margin-top: 1em;
}
@media ( min-width : 768px ) {
    .block_pop_04_2a {
        clear: both;
        padding: 10px 10px 10px 100px;
    }
    .pop_left {
        display: block;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 78px;
    }
    .pop_right {
        display: inline-block;
        width: 15%;
    }
    .pop_center {
        margin: 30px auto;
    }
    .block_pop_04_2 {
        margin: 20px auto;
    }
    .block_pop_04_2a {
        clear: both;
        padding: 10px 10px 10px 100px;
        position: relative;
        text-align: left;
    }
    .block_pop_04_2a div {
        display: inline-block;
        width: 80%;
    }
    .pop_title_01 {
        color: #79b4bc;
        font-size: 20px;
        font-weight: bold;
        padding: 20px 0;
    }
    .pop_border {
        border-top: 3px dotted #a3cacf;
        margin-bottom: -20px;
    }
}
/*========================================*/
.sales_block .block_news dt {
    text-align: left;
}
.sales_list dt {
    border-bottom: 1px solid #47c686;
}
.sales_list dd {
    font-size: 16px;
    line-height: 24px;
}
.sales_chk {
    padding-bottom: 16px;
}
.sales_chk input {
    margin: 0 10px 0 0 ;
}
.sales_ban {
    background: #aa95b6;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    height: auto;
    margin-bottom: 45px;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.sales_ban01 {
    background: #aa95b6;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 5px;
    width: 125px;
}
.sales_left {
    width: 100%;
}
.sales_right {
    margin: 0 auto 20px auto;
    width: 80%;
    max-width: 395px;
}
/* echo */
.echo_block {
    clear: both;
    font-size: 80%;
    padding-bottom: 55px;
    text-align: center;
    width: 100%;
}
.echo_block01 {
    clear: both;
    font-size: 80%;
    width: 100%;
}
.echo_block02 {
    background-color: #2692b9;
    clear: both;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 60px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
.echo_item {
  display: inline-block;
  padding-bottom: 5px;
  width: 260px;
}
.echo_name {
    background-color: #fff;
    letter-spacing: -1px;
    display: table;
    width: 100%;
    border: 1px solid #D3D3D3;
}
.echo_name p {
    display: table-cell;
    width: 100%;
    height: 55px;
    vertical-align: middle;
}
.echo_block figure {
    background: #333 none repeat scroll 0% 0%;
    cursor: pointer;
  overflow: hidden;
  position: relative;
}
.no-bg {
    padding-bottom: 40px;
}
.no-bg figure {
    background: none;
    cursor: default;
}
.no-bg img {
    display: block;
}
.echo_block figure figcaption ,
.echo_block figure figcaption > a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
figure.effect-layla figcaption {
    padding: 20px;
}
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}
figure.effect-layla figcaption::before {
    top: 25px;
    right: 15px;
    bottom: 25px;
    left: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
figure.effect-layla figcaption::after {
    top: 15px;
    right: 25px;
    bottom: 15px;
    left: 25px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
figure.effect-layla p {
    padding: 10px;
    color: #fff;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
figure.effect-layla img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    display: block;
}
figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.echo-title01 {
    background: url(../img/company/echo-icon01.png) no-repeat 0 0 transparent;
    clear: both;
    color: #5cafcd;
    font-size: 100%;
    font-weight: bold;
    padding: 5px 0 20px 40px;
}
.echo-title02 {
    border-bottom: 1px solid #5cafcd;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 5px 5px;
}
/* renovation 23/7 */
.cont_info {
    clear: both;
    display: table;
    font-size: 100%;
    margin-bottom: 20px;
    line-height: 180%;
    width: 100%;
}
.cont_txt01 {
    background-color: #4a2e1d;
    color: #fff;
    max-width: 515px;
    margin-bottom: 5px;
    padding: 5px 15px 4px 15px;
}
.cont_txt02 {
    background: url(../img/tmp/tel-icon.png) no-repeat 0 0 transparent;
    background-size: 35px 35px;
    line-height: 35px;
    color: #4a2e1d;
    font-size: 150%;
    padding-left: 40px;
}
.cont_addr {
    float: left;
    width: 280px;
}
.cont_info dt {
    display: inline-block;
    padding-right: 10px;
}
.cont_addr dt {
    width: 130px;
}
.cont_info dd {
    display: inline-block;
}
@media ( min-width : 768px ) {
    /* renovation 23/7 */
    .cont_info {
        font-size: 16px;
    }
    .cont_addr dt {
        width: 115px;
    }
    .cont_addr02 dt {
        width: 90px;
    }
    .cont_txt02 {
        background-size: 49px 49px;
        line-height: 49px;
        font-size: 40px;
        padding-left: 55px;
    }
    .echo_block {
        font-size: 14px;
        margin: 0 auto;
        width: 80%;
    }
    .echo_block01 {
        font-size: 14px;
        margin: 0 auto;
        width: 81%;
    }
    .echo_block02 {
        font-size: 24px;
        line-height: 34px;
    }
    .sales_ban {
        height: 96px;
        width: 847px;
    }
    .sales_left {
        float: left;
        width: 52%;
        padding-right: 5%;
    }
    .sales_right {
        float: right;
        width: 48%;
    }
    .sales_right01 {
        margin-top: 30px;
    }
    .list02 dt {
        margin-top: 25px;
    }
    .list02 .sale_txtspace {
        margin-top: 40px;
    }
    .list02 dd {
        margin-top: 13px;
    }
    .echo-title01 {
        font-size: 18px;
    }
    .echo-title02 {
        font-size: 16px;
    }
}

/* Caption Style 4 */
.cs-style-4 figure {
    position: relative;
    overflow: hidden;
}

.cs-style-4 figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cs-style-4 figure:hover img {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

.cs-style-4 figcaption {
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.cs-style-4 figure:hover figcaption {
    background: #e2e2e2;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.cs-style-4 figcaption div {
    margin: 0 auto;
}
.cs-style-4 figcaption .button02 {
    margin-top: 5%;
    font-size: 65%;
}
.news-imgleft,
.news-imgright,
.news-imgcenter {
    margin: 10px auto;
    width: 100%;
}
.news_gas_link {
    display: inline-block;
    margin-left: 10px;;
    vertical-align: middle;
}
.news_gas_list {
    margin-bottom: 30px;
    overflow: hidden;
}
.news_gas_list dt {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
}
.news_gas_list dd {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: justify;
    vertical-align: top;
}
.news_gas_list .news_gas_underline {
    text-decoration: underline;
}
.bus2018_btn {
    background: #e60012;
    color: #fff;
}
.bus2018_icondown,
.bus2019_icondown {
    background: url(../img/form/icon_down.png) center center transparent;
    background-size: 100%;
    display: inline-block;
    height: 7px;
    width: 12px;
    vertical-align: middle;
}
.news-link {
    display: inline-block;
    word-break: break-all;
    width: 100%;
}
.news-orange-btn a {
    background: #f66900;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 40px auto;
    max-width: 260px;
    padding: 17px 0;
    text-align: center;
    width: 100%;
}
.news-block-downbtn,
.sland-downbtn {
    clear: both;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.news-block-downbtn .downbtn {
    background: url(../img/tmp/newenergy-icon09.png) no-repeat 90% center transparent;
    color: #fff;
    display: inline-block;
    font-size: 100%;
    font-weight: 600;
    margin: 0 auto 20px;
    max-width: 255px;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.sland-downbtn .downbtn {
    color: #fff;
    display: inline-block;
    font-size: 90%;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 20px;
    max-width: 180px;
    text-align: center;
    width: 100%;
}
.sland-downbtn .downbtn.downbtn-2line {
    line-height: 18px;
    padding: 6px 0;
}
.news-block-downbtn .downbtn.downbtn-01,
.sland-downbtn .downbtn.downbtn-01,
.sland-downbtn .downbtn.downbtn-04 {
    background-color: #00afe6;
}
.news-block-downbtn .downbtn.downbtn-02,
.sland-downbtn .downbtn.downbtn-02 {
    background-color: #3399ff;
}
.news-block-downbtn .downbtn.downbtn-03,
.sland-downbtn .downbtn.downbtn-03 {
    background-color: #182e89;
}
@media ( min-width : 768px ) {
    .cs-style-4 figcaption .button02 {
        margin-top: 2%;
        font-size: 14px;
    }
    .news-img {
        width: auto;
    }
    .news-img.news-max-img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .news-img.news-max-img.m-b30 {
        margin: 0 auto 30px;
    }
    .news-img.m-5 {
        margin: 5px;
    }
    .news-imgleft {
        float: left;
    }
    .news-imgright {
        float: right;
    }
    .news_gas_list dt {
        margin-bottom: 10px;
    }
    .news_gas_list.news_gas_list01 dt {
        max-width: 144px;
        width: 16%;
    }
    .news_gas_list.news_gas_list02 dt {
        max-width: 260px;
        width: 29%;
    }
    .news_gas_list dd {
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
        text-align: justify;
        vertical-align: top;
    }
    .news_gas_list.news_gas_list01 dd {
        width: 82%;
    }
    .news_gas_list.news_gas_list02 dd {
        width: 69%;
    }
    .fix_0408 {
        margin: 64px auto 0px;
    }
    .fix_0408_2 {
        margin: 44px auto 0px;
    }
    .bus_2018,
    .bus_2019 {
        margin: 40px auto 30px;
    }
    .news-block-downbtn,
    .sland-downbtn {
        flex-direction: row;
        justify-content: space-between;
        margin: 50px auto;
    }
    .news-block-downbtn .downbtn {
        font-size: 16px;
        width: 20%;
    }
    .sland-downbtn .downbtn {
        font-size: 14px;
        width: 20%;
    }
    .sland-downbtn .downbtn.downbtn-2line {
        font-size: 12px;
    }
    .sland-downbtn .downbtn.downbtn-02 {
        margin: 0 16px;
    }
    .sland-downbtn .downbtn.downbtn-04 {
        background-color: #00afe6;
        margin-left: 16px;
    }
}
@media ( min-width : 1024px ) {
    .sland-downbtn .downbtn {
        background: url(../img/tmp/newenergy-icon09.png) no-repeat 95% center transparent;
        font-size: 16px;
    }
    .sland-downbtn .downbtn.downbtn-2line {
        font-size: 15px;
    }
}

/* -- mid career -- */
.mid_anchor {
  clear: both;
  display: table;
  padding-bottom: 30px;
  text-align: left;
}
.mid_anchor li {
  display: inline-block;
  text-align: center;
  width: 135px;
}
.mid_anchor li a {
    background-color: #c5c5c5;
    color: #fff;
    display: table-cell;
    font-size: 18px;
    line-height: 22px;
    height: 60px;
    text-align: center;
    width: 135px;
    vertical-align: middle;
}
.mid_anchor li a:hover ,
.mid_anchor .active a {
    background-color: #304f72
}
.mid_text {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 30px;
}
.mid_icon {
    display: inline-block;
    top: 2px;
    position: relative;
    width: 122px;
}
.mid_icon_1 {
    background: url(../img/recruit/rec-icon04.png) no-repeat 0 0 transparent;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
    height: 16px;
    width: 15px;
}
.mid_icon_2 {
    background: url(../img/recruit/rec-icon05.png) no-repeat 0 0 transparent;
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 5px;
    height: 13px;
    width: 13px;
}
.mid_section {
    display: none;
}
.fix_0708 {
    margin-top: -45px;
}

/* -- marquee on top page -- */
.marquee_block {
    background: rgba(255,171,51, 0.8);
    bottom: 0;
    left: 0;
    min-width: 1400px;
    position: absolute;
    width: 100vw;
    z-index: 1198;
}
.marquee_top {
    color: #fff;
    font-size: 40px;
    margin: 6px 0 -6px 0;
    line-height: 24px;
    width: 100%;
    z-index: 101;
}
.marquee_top div {
    display: inline-block;
}
.marquee_top div.marquee-note {
    margin-right: 300px;
}
.marquee_top img {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 12px;
    width: 210px;
}
.top_visual_smp .marquee_blocksp {
    background: rgba(255,171,51, 0.8);
    bottom: 16px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.top_visual_smp .marquee_topsp {
    color: #fff;
    font-size: 90%;
    line-height: 24px;
    padding: 5px 0 2px;
    text-align: center;
    width: 100%;
    z-index: 101;
}
.top_visual_smp .marquee_topsp img {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 2px;
    max-width: 36px;
}
@media ( min-width : 768px ) {
    .inner.mid_block {
        max-width: 960px;
    }
    .marquee_block {
        width: 100%;
    }
}

/* -- contact form -- */
.con-form-block {
    overflow: hidden;
    margin: 0px auto 50px;
    width: 100%;
}
.con-form-block h3 {
    color: #ff9c00;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    padding: 20px 0;
    text-align: center;
}
.con-form-block p {
    max-width: 395px;
    margin: 10px auto;
}
.con-form-block img {
    display: block;
}

/* -- elec-free -- */
.elec-title {
    color: #ff9c00;
    font-size: 150%;
    font-weight: bold;
    line-height: 36px;
    padding: 0px 0 40px;
}
.elec-text {
    font-size: 100%;
    line-height: 26px;
    letter-spacing: 1px;
}
.elec-space {
    padding-bottom: 10px;
    position: relative;
}
.elec-space01 {
    padding-top: 40px;
}
.elec-left {
    margin: 20px auto;
}
.elec-left h3 {
    padding-bottom: 30px;
}
.elec-right {
    margin: 20px auto;
    overflow: hidden;
    width: 100%;
}
.elec_faq {
    padding: 30px 0 0;
}
.elec_faq dt {
    background-color: #f7d69c;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.elec_faq dd {
    padding: 10px 10px 10px 5px;
}
.elec_faq .rec_q {
    color: #ff9c00;
    font-size: 120%;
    padding: 5px 5px 8px 10px;
}
.elec_faq .rec_faq02 dt p ,
.elec_faq .rec_faq02 dd p {
    padding-left: 20px;
}
.elec_faq .rec_a {
    color: #efca0f;
    font-size: 120%;
}
.elec-note {
    overflow: hidden;
    width: 100%;
}
.elec-note img {
    display: block;
    max-width: 860px;
}
.elec-btn {
    background-color: #ffd087;
    border-radius: 50px;
    max-width: 742px;
    margin: 20px auto 0;
    text-align: center;
    padding: 10px;
 }
 .elec-btn div {
    background-color: #ff9c00;
    border-radius: 50px;
 }
 .elec-btn a {
    color: #fff;
    display: block;
    font-size: 68%;
    font-weight: bold;
    line-height: 36px;
    padding: 20px;
 }
.orange-elec {
    color: #ffb846;
}
.banner h1.orange-elec,
.banner h1.blue-light,
.banner h1.water-sky,
.banner h1.green-light {
    box-shadow: 0 5px 0 0 rgba(203,203,203,1);
}
.banner h1.orange-elec span {
    background-color: #ffb846;
}
.blue-light {
    color: #34aaf1;
}
.water-sky {
    color: #55bef8;
}
.violet3 {
    color: #502f7a;
}
.banner h1.blue-light span {
    background-color: #34aaf1;
}
.banner h1.water-sky span {
    background-color: #55bef8;
}
.banner h1.violet3 span {
    background-color: #502f7a;
}
.banner h1.orange02 span {
    background-color: #fd6b09;
}
.green-light {
    color: #45be24;
}
.banner h1.green-light span {
    background-color: #45be24;
}
.elec-lnk {
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 90%;
    margin: 10px auto;
    padding: 25px;
    text-align: center;
    width: 80%;
}
.elec-lnk01 {
    background: url(../img/customer/elec-lnk01.png) repeat-x center center transparent;
}
.elec-lnk02 {
    background: url(../img/customer/elec-lnk02.png) repeat-x center center transparent;
}
.elec-link {
    height: 110px;
    position: absolute;
    right: 5%;
    text-indent: 1000px;
    width: 37%;
}
.elec-link01 {
    top: 27%;
}
.elec-link02 {
    top: 53%;
}
.elec-fix1504 .block_01 {
    padding-bottom: 0px;
}
.light-space01 {
    line-height: 0px;
    margin-bottom: 44px;
}
.light-space02 {
    line-height: 0px;
    margin-bottom: 34px;
}
.light-space02 a {
    display: block;
    width: 100%;
}
.elec-telsp {
    display: block;
}
.elec-telpc,
.elec-note img.elec-telpc {
    display: none;
}
.fsystem-block01 {
    margin: 0 auto 20px;
    overflow: hidden;
    width: 100%;
}
.fsystem-block01 img {
    display: block;
}
.fsystem-block01 ul {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.fsystem-sub {
    font-size: 110%;
    font-weight: bold;
    line-height: 24px;
}
.fsystem-sub01 {
    margin-bottom: 25px;
}
.fsystem-sub02 {
    margin-bottom: 10px;
}
.fsystem-txt {
    font-size: 100%;
    line-height: 20px;
    margin-bottom: 25px;
}
.fsystem-block01-left,
.fsystem-block01-right {
    margin: 20px auto;
    width: 100%;
}
.fsystem-link {
    color: #0368ff;
}


@media ( min-width : 768px ) {
    .elec-title {
        font-size: 36px;
    }
    .elec-text {
        font-size: 18px;
    }
    .elec-space {
        padding-bottom: 10px;
    }
    .elec-left {
        float: left;
    }
    .elec-left h3 {
        padding-bottom: 55px;
    }
    .elec-right {
        float: right;
        margin-right: -15px;
        width: 293px;
    }
    .elec_faq .rec_q,
    .elec_faq .rec_a {
        font-size: 170%;
    }
    .elec-btn {
        margin: 60px auto 0;
    }
    .elec-btn a {
        font-size: 30px;
    }
    .elec-lnk {
        font-size: 22px;
        margin: 0px 8px;
        width: 46%;
    }
    .elec-lnk01 {
        float: left;
    }
    .elec-lnk02 {
        float: right;
    }
    .elec-fix1504 .block_01 {
        padding-bottom: 30px;
    }
    .light-space02 a.elec-telsp,
    .elec-telsp {
        display: none;
    }
    .elec-telpc,
    .elec-note img.elec-telpc {
        display: block;
    }
    .fsystem-sub,
    .fsystem-txt {
        font-size: 14px;
    }
    .fsystem-block01 {
        margin-bottom: 40px;
        max-width: 800px;
    }
    .fsystem-block01:last-child {
        margin-bottom: 0px;
    }
    .fsystem-block01-left {
        float: left;
        width: 48%;
    }
    .fsystem-block01-right {
        float: right;
        width: 47%;
    }
}
/* -- gift page -- */
.gift-icon01,
.gift-icon02 {
    display: block;
    margin: 10px auto 0;
    width: 70%;
}
.gift-pic {
    margin: 35px auto;
    width: 90%;
}
.gift-pic p {
    margin: 10px auto;
    width: 100%;
}
.gift-btxt {
    font-size: 150%;
    font-weight: bold;
    line-height: 40px;
    padding: 25px 0;
}
.g-btxt {
    font-weight: bold;
    line-height: 40px;
    padding: 0 0 25px;
}
.g-icon01 {
    line-height: 30px;
    margin-right: 10px;
}
.g-icon01 input[type="checkbox"],
.g-icon01 input[type="radio"] {
    display: inline-block;
    height: 20px;
    margin-bottom: 3px;
    width: 20px;
    vertical-align: middle;
}
.g-icon01 label {
    cursor: pointer;
}
span.g-icon01 {
    display: block;
    padding-left: 25px;
}
.g-icon02 {
    background: url(../img/form/gift-icon02.png) no-repeat left -3px transparent;
    line-height: 36px;
    margin-left: 8px;
    padding-left: 60px;
}
.g-block01 {
    border: 1px solid #333;
    clear: both;
    margin: 20px auto;
    padding: 10px;
}
.g-block01 p {
    padding-bottom: 25px;
}
.g-section {
    border-top: 1px solid #c2c2c2;
    margin-top: 40px;
    padding-top: 40px;
    width: 100%;
}
.g-line02 {
    border-top: 1px dashed #c2c2c2;
    height: 1px;
    max-width: 300px;
    margin: 20px 0;
}
.g-border {
    margin: 10px auto;
    width: 100%;
}
.g-border textarea {
    height: 135px;
    margin: 10px auto;
    width: 100%;
}
.g-list01 {
    width: 100%;
}
.g-list01 dt {
    display: inline-block;
    margin-right: 2%;
    width: 30%;
    vertical-align: top;
}
.g-list01 dd {
    display: inline-block;
    width: 65%;
    vertical-align: top;
}
.g-icon03 select {
    cursor: pointer;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 60px;
}
.g-list02 > li {
    padding: 5px 0 10px 70px;
    position: relative;
}
.g-list02 li ul li {
    margin: 0 0 10px 10px;
}
.g-section .row {
    border-bottom: 1px solid #c2c2c2;
}
.g-icon04 input[type="checkbox"] {
    height: 20px;
    margin-bottom: 3px;
    width: 20px;
    vertical-align: middle;
}
.g-icon01 input[type="radio"] + label,
.g-icon03 input[type="radio"] + label,
.g-icon04 input[type="checkbox"] + label,
.g-icon04 input[type="radio"] + label {
    cursor: pointer;
}
.g-link {
    padding: 30px 0;
}
.g-link a {
    color: #1625ef;
    font-size: 16px;
}
div#prize0_0-error {
    display: table-header-group;
}
div#prize0_1-error {
    display: table-footer-group;
}
@media ( min-width : 768px ) {
    .gift-icon01 {
        bottom: 20px;
        max-width: 140px;
        position: absolute;
        right: 318px;
    }
    .gift-icon02 {
        bottom: -35px;
        max-width: 177px;
        position: absolute;
        right: 194px;
    }
    .gift-btxt {
        font-size: 20px;
    }
    .gift-pic {
        margin: 40px -6px 20px;
        width: 100%;
    }
    .gift-pic .gift-pic02 {
        display: inline-block;
        margin: 5px 4px 0;
        width: 32%;
    }
    .g-list01 {
        margin-top: 20px;
    }
    .g-list01 dt {
        font-size: 16px;
        padding-bottom: 10px;
        width: 16%;
    }
    .g-list01 dd {
        font-size: 16px;
        width: 70%;
    }
    .g-list02 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .g-list02 li ul {
        margin: 10px 0;
    }
    span.g-icon01 {
        display: inline-block;
    }
    div#prize0_0-error {
        display: inline-block;
        float: left;
        margin: 0 0 15px 200px;
    }
    div#prize0_1-error {
        display: inline-block;
        margin-left: 30px;
    }
    .g-section .col02 {
    padding: 10px 7% 10px 0;
  }
  .g-left {
    margin-left: -45px;
  }
  .g-border {
    margin: 0 auto;
    width: 80%;
  }
}
/* -- footer banner -- */
.flist .fbanner {
    background-color: #fff;
    margin: 20px auto;
    padding: 10px 15px 0px 15px;
    text-align: center;
    max-width: 200px;
    width: 200px;
}
.fbanner-title {
    font-size: 100%;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.fbanner-title span {
    font-size: 70%;
}
.fbanner p {
    padding-bottom: 4px;
}
.fbanner a {
    display: block;
}
@media ( min-width : 768px ) {
    .flist .fbanner {
        margin: 0 auto;
    }
}
/* -- mid career voice -- */
.mvoice-block01 {
    background: url(../img/tmp/main-bg.png) repeat 0 0 transparent;
    clear: both;
    overflow: hidden;
    position: relative;
}
.mvoice-bg01 {
    background: url(../img/recruit/mvoice-banner01.png) no-repeat left top transparent;
    background-size: 100%;
    padding: 25px 0 40px;
}
.mvoice-block01 .mvoice-title01 {
    float: left;
}
.mvoice-title01 {
    color: #fff;
    font-size: 145%;
    line-height: 20px;
    margin-bottom: 30px;
}
.mvoice-txt01 {
    clear: both;
    font-size: 90%;
    padding-bottom: 20px;
}
.mvoice-lst {
    clear: both;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.mvoice-stf {
    display: block;
    height: 140px;
    margin: 10px auto;
    max-width: 320px;
    transition: all 0.5s;
    width: 100%;
}
.mvoice-stf a {
    display: block;
    height: 100%;
    width: 100%;
}
.mvoice-stf:hover {
    cursor: pointer;
}
.mvoice-stf01 {
    background: url(../img/recruit/mvoice-aya.png) no-repeat center center transparent;
}
.mvoice-stf01:hover {
    background: url(../img/recruit/mvoice-aya-hover.png) no-repeat center center transparent;
}
.mvoice-stf02 {
    background: url(../img/recruit/mvoice-reiko.png) no-repeat center center transparent;
}
.mvoice-stf02:hover {
    background: url(../img/recruit/mvoice-reiko-hover.png) no-repeat center center transparent;
}
.mvoice-stf03 {
    background: url(../img/recruit/mvoice-daisuke.png) no-repeat center center transparent;
}
.mvoice-stf03:hover {
    background: url(../img/recruit/mvoice-daisuke-hover.png) no-repeat center center transparent;
}
.mvoice-stf04 {
    background: url(../img/recruit/mvoice-makoto.png) no-repeat center center transparent;
}
.mvoice-stf04:hover {
    background: url(../img/recruit/mvoice-makoto-hover.png) no-repeat center center transparent;
}
.mvoice-stf05 {
    background: url(../img/recruit/mvoice-toshiaki.png) no-repeat center center transparent;
}
.mvoice-stf05:hover {
    background: url(../img/recruit/mvoice-toshiaki-hover.png) no-repeat center center transparent;
}
.mvoice-stf06 {
    background: url(../img/recruit/mvoice-yoshikazu.png) no-repeat center center transparent;
}
.mvoice-stf06:hover {
    background: url(../img/recruit/mvoice-yoshikazu-hover.png) no-repeat center center transparent;
}
.mvoice-stf07 {
    background: url(../img/recruit/mvoice-ken.png) no-repeat center center transparent;
}
.mvoice-stf07:hover {
    background: url(../img/recruit/mvoice-ken-hover.png) no-repeat center center transparent;
}
.mvoice-stf08 {
    background: url(../img/recruit/mvoice-jun.png) no-repeat center center transparent;
}
.mvoice-stf08:hover {
    background: url(../img/recruit/mvoice-jun-hover.png) no-repeat center center transparent;
}
.mvoice-stf09 {
    background: url(../img/recruit/mvoice-shin.png) no-repeat center center transparent;
}
.mvoice-stf09:hover {
    background: url(../img/recruit/mvoice-shin-hover.png) no-repeat center center transparent;
}
.mvoice-stf10 {
    background: url(../img/recruit/mvoice-masato.png) no-repeat center center transparent;
}
.mvoice-stf10:hover {
    background: url(../img/recruit/mvoice-masato-hover.png) no-repeat center center transparent;
}
.mvoice-stf11 {
    background: url(../img/recruit/mvoice-mitsuyo.png) no-repeat center center transparent;
}
.mvoice-stf11:hover {
    background: url(../img/recruit/mvoice-mitsuyo-hover.png) no-repeat center center transparent;
}
.mvoice-stf12 {
    background: url(../img/recruit/mvoice-daisaku.png) no-repeat center center transparent;
}
.mvoice-stf12:hover {
    background: url(../img/recruit/mvoice-daisaku-hover.png) no-repeat center center transparent;
}
.mvoice-stf13 {
    background: url(../img/recruit/mvoice-tooru.png) no-repeat center center transparent;
}
.mvoice-stf13:hover {
    background: url(../img/recruit/mvoice-tooru-hover.png) no-repeat center center transparent;
}
.mvoice-stf14 {
    background: url(../img/recruit/mvoice-tomoki.png) no-repeat center center transparent;
}
.mvoice-stf14:hover {
    background: url(../img/recruit/mvoice-tomoki-hover.png) no-repeat center center transparent;
}
.mvoice-stf,
.mvoice-stf:hover {
    background-size: 80%;
}
.mvoice-block02 {
    background: #fff;
    clear: both;
    overflow: hidden;
    position: relative;
}
.mvoice-bg02 {
    background: url(../img/recruit/mvoice-banner02.png) no-repeat right top transparent;
    background-size: 100%;
    padding: 25px 0 40px;
}
.mvoice-pic {
    margin: 20px auto;
    width: 100%;
}
.mvoice-bg03 {
    background: url(../img/recruit/mvoice-banner03.png) no-repeat left top transparent;
    background-size: 100%;
    padding: 25px 0 40px;
}
.mvoice-bg03 .row,
.mvoice-bg05 .row {
    clear: both;
    text-align: center;
    width: 100%;
}
.mvoice-bg03 .row p {
    background-color: #ff97e5;
    color: #fff;
    display: inline-block;
    font-size: 100%;
    margin: 15px;
    padding: 30px;
    text-align: center;
    width: 80%;
}
.mvoice-bg04 {
    background: url(../img/recruit/mvoice-banner04.png) no-repeat right top transparent;
    background-size: 100%;
    padding: 25px 0 40px;
}
.mvoice-col01,
.mvoice-col02 {
    margin: 20px 0;
    width: 100%;
}
.mvoice-block03 {
    background: url(../img/recruit/mvoice-bg01.png) repeat center center transparent;
    background-size: cover;
    clear: both;
    overflow: hidden;
    position: relative;
}
.mvoice-bg05 {
    background: url(../img/recruit/mvoice-banner05.png) no-repeat left top transparent;
    background-size: 100%;
    padding: 25px 0 40px;
}
.mvoice-col03,
.mvoice-col04 {
    margin: 10px auto;
    position: relative;
    width: 80%;
}
.mvoice-block04 {
    background: url(../img/recruit/mvoice-bg02.png) repeat center center transparent;
    clear: both;
    overflow: hidden;
    position: relative;
}
.mvoice-bg06 {
    background: url(../img/recruit/mvoice-banner06.png) no-repeat right top transparent;
    background-size: 100%;
    padding: 25px 0 40px;
}
.mvoice-btn div {
    margin: 30px auto;
    text-align: center;
    width: 80%;
}
.button {
    margin: 0 auto;
}
.mvoice-bg06 .mvoice-txt01 {
    color: #fff;
}
.mvoice-col03 .mvoice-col03-subr,
.mvoice-col04 .mvoice-col03-subr {
    bottom: -1px;
    position: absolute;
    right: 0;
    width: 160px;
}
.mvoice-col03 .mvoice-col03-subl,
.mvoice-col04 .mvoice-col03-subl {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 160px;
}
.pop-fam {
    padding: 0 10px;
}
.pop-fam01 {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}
.pop-fam02 {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}
.pop-fam01 ul {
    overflow: hidden;
    padding: 0 2%;
    text-align: left;
    width: 100%;
}
.pop-fam01 ul li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    position: relative;
    width: 27%;
    vertical-align: middle;
}
.pop-fam01 ul li img {
    display: block;
    width: 100%;
}
.pop-fam01 ul li span {
    background: #fff;
    border: 1px solid #333;
  bottom: 0px;
  color: #333;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: 2px;
  text-align: center;
  width: 15px;
}
.mvoice-bg {
    position: relative;
}
.mvoice-active {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.mvoice-bg:hover .mvoice-active {
    display: block;
}

@media ( min-width: 480px ) {
    .mvoice-stf {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
    }
}
@media ( min-width: 736px ) {
    .mvoice-stf {
        width: 32%;
    }
    .mvoice-stf, .mvoice-stf:hover {
    background-size: 100%;
    }
}
@media ( min-width: 1024px ) {
    .mvoice-lst {
        text-align: left;
    }
}
@media ( min-width : 768px ) {
    .mvoice-bg01,
    .mvoice-bg02,
    .mvoice-bg03,
    .mvoice-bg04,
    .mvoice-bg05,
    .mvoice-bg06 {
        background-size: 60%;
    }
    .mvoice-bg02 .mvoice-title01,
    .mvoice-bg04 .mvoice-title01,
    .mvoice-bg06 .mvoice-title01 {
        float: right;
        margin-right: 22px;
    }
    .mvoice-bg01 .mvoice-title01,
    .mvoice-bg03 .mvoice-title01,
    .mvoice-bg05 .mvoice-title01 {
        margin-left: 22px;
    }
    .mvoice-title01 {
        font-size: 32px;
    }
    .mvoice-bg01 .mvoice-txt01,
    .mvoice-bg03 .mvoice-txt01 {
        float: right;
        font-size: 18px;
        margin-right: 22px;
        padding-bottom: 60px;
    }
    .mvoice-bg02 .mvoice-txt01,
    .mvoice-bg04 .mvoice-txt01,
    .mvoice-bg06 .mvoice-txt01 {
        font-size: 18px;
        margin-left: 22px;
    }
    .mvoice-block01 .inner,
    .mvoice-block02 .inner,
    .mvoice-block03 .inner,
    .mvoice-block04 .inner {
        padding: 0 15px;
        margin: 0 auto;
        max-width: 980px;
    }
    .mvoice-bg03 .inner {
        margin-bottom: 14px;
    }
    .mvoice-stf {
        background-size: 100%;
        height: 148px;
        margin: 5px 9px;
        width: 31%;
    }
    .mvoice-stf:hover {
        background-size: 100%;
    }
    .mvoice-pic {
        margin: 40px auto;
        width: 80%;
    }
    .mvoice-bg03 .row p {
        font-size: 16px;
        width: 245px;
    }
    .mvoice-bg04 .row {
        margin: 0 auto;
        width: 94%;
    }
    .mvoice-col01 {
        display: inline-block;
        margin-right: 6%;
        width: 30%;
        vertical-align: bottom;
    }
    .mvoice-col02 {
        display: inline-block;
        font-size: 18px;
        width: 63%;
        vertical-align: bottom;
    }
    .mvoice-bg04 .inner {
        margin-bottom: 20px;
    }
    .mvoice-bg05 .mvoice-txt01 {
        float: right;
        font-size: 18px;
        margin-right: 10px;
        padding-bottom: 30px;
    }
    .mvoice-col03 {
        clear: both;
        display: inline-block;
        margin: 8px;
        max-width: 290px;
        width: 30%;
    }
    .mvoice-col04 {
        clear: both;
        display: inline-block;
        margin: 10px;
        max-width: 490px;
        width: 46%;
    }
    .mvoice-bg05 .row,
    .mvoice-bg6 .row {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .mvoice-bg05 .inner {
        margin-bottom: 24px;
    }
    .mvoice-btn div {
        margin: 100px auto;
        width: 600px;
    }
    .mvoice-btn div .button {
        font-size: 24px;
    }
    .pop-fam01 ul li {
        width: 14%;
    }
}
/* -- Fix Recruit/index -- */
.fix-carreer {
    margin: 7px !important;
    position: relative;
}
.fix-carreer h3 {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #b4b4b4;
    z-index: 50;
    text-align: center;
    padding: .3em;
    font-size: 18px;
    letter-spacing: -1px;
    position: absolute;
    left: 1em;
    top: 1em;
    height: 80px;
    width: 42.37%;
    display: table;
}
.fix-carreer h3 span {
    display: table-cell;
    vertical-align: middle;
}
.safari .fix-carreer h3 span {
    position: relative;
    top: -5px;
}
.fix-carreer figcaption {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    padding: 10px 20px;
    background: #e3e3e3;
    color: #323232;
    font-size: .9rem;
}
.fix-carreer p {
    text-align: left;
}
.fix-carreer {
    overflow: hidden;
}

.fix-carreer img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.fix-carreer:hover img {
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    transform: translateY(-120px);
}
.fix-carreer figcaption {
    height: 120px !important;
    width: 100% !important;
    top: auto !important;
    line-height: 150%;
    bottom: 0 !important;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.fix-carreer:hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.fix-carreer figcaption a:hover {
    color: #ff9833;
}
/* -- Fix Popup -- */
.product_layer.mvoice-pop {
    background-color: none;
    border: none;
    height: 0;
    padding: 0;
}
.inner_product_layer.mvoice-pop {
    padding: 0;
    overflow: hidden;
    width: 103%;
}
.button_top_modal_close.mvoice-pop {
    height: 730px;
    display: block;
    width: 100%;
}
.mvoice-pop {
    /*margin-top: 20px;*/
    text-align: center;
}
.mvoice-pop img {
    margin: 0 auto;
    width: 100%;
}
/*@media ( max-width : 1024px ) {
    .button_top_modal_close.mvoice-pop {
        height: 250px;
        right: -25px;
        top: 450px;
        width: 200px;
    }
}*/
@media ( min-width : 1027px ) {
    .product_layer.mvoice-pop {
        /*left: 100px !important;*/
        width: 997px;
    }
    .inner_product_layer.mvoice-pop {
        width: 997px;
    }
    .mvoice-pop {
        margin-top: -5px;
    }
    .button_top_modal_close.mvoice-pop {
        height: 250px;
        right: 0px;
        top: 400px;
        width: 200px;
    }
}

/* -- Uchiene -- */
.uchiene-title01 {
    background-color: #e84c3d;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    padding: 18px 0;
    text-align: center;
}
.block_01 .uchiene-step {
    max-width: 847px;
    margin: 20px auto;
}
.uchiene-title02 {
    font-size: 110%;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 15px 2%;
    text-align: center;
}
.uchiene-title02 span {
    display: inline-block;
    font-size: 90%;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
    width: 100%;
}
.uchiene-step01,
.uchiene-step02 {
    margin: 10px auto;
    padding: 0 2%;
}
.uchiene-step01 h4 {
    border-bottom: 2px dashed #7d7d7d;
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.uchiene-step01 p {
    font-size: 80%;
}
.uchiene-step02 {
    max-width: 360px;
}
.uchiene-category {
    max-width: 276px;
    margin: 20px auto;
    height: 440px;
    position: relative;
    width: 100%;
}
.uchiene-category h4 {
    background-color: #393939;
  background-clip: padding-box;
  border-bottom: 5px solid rgba(0,0,0,0.3);
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    left: 0;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.uchiene-category .uchiene-cont {
    background: url(../img/customer/uchiene-pic07.png) no-repeat 3px 35px transparent;
    background-size: 270px 402px;
    padding: 32px 4px 0;
}
.uchiene-category .uchiene-cont img {
    display: block;
    margin: 0 auto;
}
.uchiene-category .uchiene-cont p {
    font-size: 82%;
    padding: 57px 15px 25px;
}
.uchiene-title03 {
    color: #e84c3d;
    font-size: 120%;
    font-weight: bold;
    line-height: 28px;
    margin: 30px auto;
    text-align: center;
}
.uchiene-case01,
.uchiene-case02 {
    margin: 20px auto;
    max-width: 424px;
    width: 100%;
}
.uchiene-case01 span {
    font-size: 90%;
    font-weight: bold;
}
.uchiene-case02 dl {
    margin-bottom: 18px;
    overflow: hidden;
    width: 100%;
}
.uchiene-case02 dt {
    border-bottom: 1px dashed #323232;
    font-size: 80%;
    font-weight: bold;
    float: left;
    padding: 10px 0 5px 10px;
    width: 30%;
}
.uchiene-case02 dd {
    border-bottom: 1px dashed #323232;
    font-size: 72%;
    font-weight: bold;
    float: left;
    padding: 10px 10px 5px 0;
    text-align: right;
    width: 70%;
}
.uchiene-lblue {
    background: #ddf0f4;
    border-radius: 10px;
    padding: 30px 15px;
    position: relative;
}
.uchiene-lblue p,
.uchiene-lblue li {
    font-size: 90%;
    font-weight: bold;
}
.uchiene-lblue p {
    margin-bottom: 30px;
}
.uchiene-lblue .lblue-icon01 {
    position: absolute;
    right: 46px;
    top: 10%;
    width: 74px;
}
.arrow-icon {
    background: url(../img/customer/uchiene-icon02.png) no-repeat center center transparent;
    background-size: 65px 33px;
    height: 33px;
    width: 100%;
}
.uchiene-lblue-row figure {
    max-width: 201px;
    margin: 20px auto;
    width: 100%;
}
.uchiene-lblue-row figcaption {
    background: #444;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.uchiene-lblue-row img {
    display: block;
}
.uchiene-lblue-row span {
    background: url(../img/customer/uchiene-icon04.png) no-repeat center center transparent;
    display: block;
    height: 23px;
    margin: 20px auto;
    overflow: hidden;
    width: 23px;
}
.uchiene-lblue .lblue-icon02 {
    position: absolute;
    right: 46px;
    bottom: 10%;
    width: 74px;
}
.uchiene-lblue01,
.uchiene-lblue03 {
    margin: 20px auto;
    max-width: 409px;
    width: 100%;
}
.uchiene-lblue01 span,
.uchiene-lblue03 span {
    display: block;
    margin-bottom: 20px;
}
.uchiene-lblue01 h5,
.uchiene-lblue03 h5 {
    font-size: 120%;
}
.uchiene-lblue01 h5 span,
.uchiene-lblue03 h5 span {
    display: inline-block;
    font-weight: bold;
    font-size: 120%;
}
.uchiene-lblue02 {
    background: url(../img/customer/uchiene-icon05.png) no-repeat center center transparent;
    height: 15px;
    width: 100%;
}
.uchiene-title04 {
    color: #323232;
    font-size: 110%;
    font-weight: bold;
    line-height: 28px;
    margin: 30px auto;
    text-align: center;
}
.uchiene-btn.elec-btn a {
    font-size: 96%;
}
.uchiene-pic {
    margin: 20px auto;
}

@media (min-width: 768px) {
    .uchiene-title01 {
        font-size: 22px;
    }
    .uchiene-title02 {
        clear: both;
        font-size: 18px;
        height: 103px;
        padding: 20px 0 15px 120px;
        text-align: left;
    }
    .uchiene-title02 span {
        font-size: 14px;
        margin-top: 8px;
    }
    .uchiene-sub01 {
        background: url(../img/customer/title-sub01.png) no-repeat center center transparent;
        background-size: 100% 103px;
    }
    .uchiene-sub02 {
        background: url(../img/customer/title-sub02.png) no-repeat center center transparent;
        background-size: 100% 103px;
    }
    .uchiene-sub03 {
        background: url(../img/customer/title-sub03.png) no-repeat center center transparent;
        background-size: 100% 103px;
    }
    .uchiene-step01 {
        clear: both;
        float: left;
        padding: 0 0 0 120px;
        width: 56%;
    }
    .uchiene-step02 {
        float: right;
        margin: 0 0 10px;
        padding: 0;
        width: 40%;
    }
    .uchiene-step01 h4,
    .uchiene-step01 p {
        font-size: 16px;
        line-height: 24px;
    }
    .uchiene-category h4 {
        font-size: 18px;
    }
    .uchiene-category .uchiene-cont p {
        font-size: 15px;
    }
    .uchiene-title03 {
        clear: both;
        font-size: 18px;
    }
    .uchiene-case01 {
        float: left;
        max-width: 100%;
        margin: 0;
        padding: 0 15px 0 30px;
        width: 50%;
    }
    .uchiene-case02 {
        float: right;
        max-width: 100%;
        margin: 0;
        padding: 0 30px 0 15px;
        width: 50%;
    }
    .uchiene-case01 span {
        font-size: 14px;
    }
    .uchiene-case02 dt,
    .uchiene-case02 dd {
        font-size: 14px;
        padding-top: 5px;
    }
    .uchiene-lblue-block01 {
        padding: 22px 15px;
    }
    .uchiene-lblue p,
    .uchiene-lblue li {
        clear: both;
        font-size: 16px;
    }
    .uchiene-lblue-block02 {
        padding: 30px 40px;
    }
    .arrow-icon {
        clear: both;
    }
    .uchiene-lblue01,
    .uchiene-lblue03 {
        margin: 4px auto 0;
    }
    .uchiene-lblue01 span,
    .uchiene-lblue03 span {
        font-size: 16px;
    }
    .uchiene-lblue03 span.fs14 {
        font-size: 14px;
    }
    .uchiene-lblue01 h5,
    .uchiene-lblue03 h5,
    .uchiene-lblue01 h5 span,
    .uchiene-lblue03 h5 span {
        font-size: 24px;
    }
    .uchiene-title04 {
        font-size: 16px;
    }
    .uchiene-pic {
        margin: 25px auto;
        width: 100%;
    }
    .uchiene-pic img {
        display: block;
        margin: 0 auto;
    }
    .uchiene-btn.elec-btn a {
        font-size: 30px;
    }
}
@media ( min-width : 1024px ) {
    .uchiene-category {
        float: left;
        margin: 0 5px;
        width: 32%;
    }
    .uchiene-lblue-row {
        margin-bottom: 50px;
        text-align: center;
        width: 100%;
    }
    .uchiene-lblue-row figure,
    .uchiene-lblue-row span {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }
    .uchiene-lblue-row span {
        margin: 0 10px;
    }
    .uchiene-lblue .lblue-icon01 {
        right: 75px;
    }
    .uchiene-lblue .lblue-icon02 {
        bottom: 16%;
        right: 105px;
    }
    .uchiene-lblue01,
    .uchiene-lblue02,
    .uchiene-lblue03 {
        display: inline-block;
        vertical-align: middle;
    }
    .uchiene-lblue01,
    .uchiene-lblue03 {
        padding: 20px 5px 10px 30px;
        width: 46%;
    }
    .uchiene-lblue02 {
        margin: 0 4px;
        width: 50px;
    }
}
/* -- New Top page -- */
.feature_cont {
    clear: both;
    margin: 44px auto 0;
    overflow: hidden;
    width: 100%;
}
.feature_cont article {
    background: #ececec;
    margin: 0 auto 15px auto;
    max-width: 357px;
    padding: 16px 16px 0;
    width: 90%;
}
.feature_cont article a.feature-mt14 {
    margin-top: 14px;
}
.feature_cont article img {
    display: block;
}
.feature_cont article div {
    padding: 15px 0px;
}
.feature_cont article h4 {
    border-bottom: 1px dashed #b4b4b4;
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 8px;
    width: 100%;
}
.feature_cont article p {
    font-size: 80%;
}
.feature_cont .feature-link {
    padding: 0;
    position: relative;
}
.feature_cont .feature-link.hvr-radial-out:before {
    background-color: rgba(32, 152, 209, 0.8);
}
.feature_cont .feature-link ul {
    display: none;
    left: 8%;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    width: 80%;
    z-index: 999;
}
.feature_cont .feature-link ul li {
    background: url(../img/tmp/sub-li.png) no-repeat 0 7px transparent;
    margin-bottom: 8px;
    padding-left: 15px;
}
.feature_cont .feature-link ul li a {
    color: #fff;
    display: block;
}
.feature_cont .feature-link ul li a:hover {
    text-decoration: underline;
}
.feature_cont .feature-link:hover ul {
    display: block;
}
.feat-block {
    clear: both;
    margin: 44px auto 20px;
    overflow: hidden;
    width: 100%;
}
.feat-block article {
    background: #fff;
    margin: 0 auto 15px auto;
    max-width: 357px;
    padding: 16px 16px 0;
    width: 90%;
}
.feat-block article img {
    display: block;
}
.feat-block article div {
    padding: 15px 0px;
}
.feat-block article h4 {
    border-bottom: 1px dashed #b4b4b4;
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 8px;
    width: 100%;
}
.feat-block article p {
    font-size: 80%;
}
.form-cont {
    margin: 20px auto 60px;
    width: 90%;
}
.form-cont a {
    display: block;
    margin: 0 auto;
    max-width: 357px;
}
.lp-floating {
    bottom: 150px;
    display: none;
    position: fixed;
    right: 0;
    width: 25%;
    z-index: 1199;
}
.lp-floating.lp-min {
    right: -165px;
}
.lp-floating .lp-floating-inner {
    position: relative;
}
.lp-floating .lp-floating-inner a,
.lp-floating .lp-floating-inner a img {
    display: block;
}
.lp-floating .lp-floating-inner .lp-floating-close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 12%;
    left: 7px;
    margin: 0;
    outline: none;
    position: absolute;
    top: 7px;
    width: 12%;
}
#lppage .lppage-popup-cont {
    position: relative;
}
#lppage .lppage-popup-cont img {
    display: block;
}
#lppage .lppage-popup-cont a {
    bottom: 0;
    left: 0;
    height: 20%;
    position: absolute;
    width: 100%;
}
.lppage_layer .button_top_modal_close {
    max-width: 80px;
    right: -8px;
    width: 12%;
}
@media ( min-width : 768px ) {
    .feature_cont article {
        /*float: left;*/
        margin: 0 0 34px 9px;
        min-height: 390px;
        width: 32%;
        display: inline-block;
        vertical-align: top;
    }
    .feature_cont article.feature-ml0 {
        clear: both;
        margin-left: 0;
    }
    .feature_cont article div {
        padding: 15px 0px 0px;
    }
    .feature_cont article h4,
    .feature_cont article p {
        font-size: 14px;
        line-height: 20px;
    }
    .ie .feature_cont article h4,
    .ie .feature_cont article p {
        font-size: 13px;
    }
    .feat-block article {
        display: inline-block;
        margin: 0 0 34px 9px;
        min-height: 260px;
        padding: 0;
        width: 23%;
        vertical-align: top;
    }
    .feat-block article.feature-ml0 {
        clear: both;
        margin-left: 0;
    }
    .feat-block article div {
        padding: 15px 0px 0px;
    }
    .feat-block article h4,
    .feat-block article p {
        font-size: 14px;
        line-height: 20px;
    }
    .ie .feat-block article h4,
    .ie .feat-block article p {
        font-size: 13px;
    }
    .form-cont a {
        max-width: 482px;
    }
    #lppage img {
        display: block;
        max-width: 100%;
        width: auto;
    }
}
@media ( min-width : 1024px ) {
    .feature_cont article {
        min-height: 410px;
    }
    .firefox .feature_cont article {
        min-height: 410px;
    }
    .fix1130_block {
        margin: -30px 0 20px;
    }
    .lp-floating {
        width: 15%;
    }
    .lppage_layer {
        max-width: 850px;
        width: 50%;
    }
}

/* -- news/161220.html -- */
.funshare {
    margin: 0 10px 40px 0;
    width: 100%;
}
.funshare p.paragraph_1 {
    padding-bottom: 0;
}
.funshare-link {
    color: #5391f7;
}
.funshare-img {
    display: block;
    max-width: 75px;
    margin: 0 auto 40px;
    width: 50%;
}
.funshare-img img {
    display: block;
}
.funshare-link {
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.funshare-link a {
    display: block;
    margin: 20px auto;
    max-width: 150px;
    width: 100%;
}

@media ( min-width : 768px ) {
    .funshare {
        display: inline-block;
        max-width: 250px;
        vertical-align: middle;
    }
    .funshare-img {
        display: inline-block;
        vertical-align: middle;
    }
    .funshare-link a {
        display: inline-block;
        margin-right: 2%;
    }
}

/*
 * New Energy
 * Author: Thuan
 * Date create: 12/22
 */
 .newenergy {
    padding-top: 47px;
 }
 .new {
    max-width: 846px;
    padding-bottom: 54px;
 }
 .new_02 {
    padding-top: 50px;
    margin-bottom: 45px;
    padding-bottom: 49px;
 }
 .new_03 {
    padding-top: 54px;
    padding-bottom: 44px;
    margin-bottom: 54px;
 }
 .subBanner {
    margin-bottom: 32px;
 }
 .custom-main_title {
    padding-bottom: 25px;
 }
 .custom-submain_title {
    padding-bottom: 38px;
 }
 .titleNewenergy {
    color: #e84c3d;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #e84c3d;
    padding-bottom: 2px;
    margin-bottom: 10px;
 }
 .boldNewenergy {
    display: block;
    margin-bottom: 20px;
 }
 .boxNewenergy {
    margin: 0 -5px;
    overflow: hidden;
    clear: both;
 }
 .mar-35 {
    margin-bottom: 35px;
 }
 .mar-45 {
    margin-bottom: 50px;
 }
 .mar-45.actual {
    margin-bottom: 45px;
 }
 .pad-43 {
    padding-bottom: 43px;
 }
 .pad-35 {
    padding-bottom: 35px;
 }
 .pad-30 {
    padding-bottom: 30px;
 }
 .no-margin {
    margin: 0 !important;
 }
 .no-padding {
    padding: 0 !important;
 }
 .customSub {
    line-height: 20px;
    font-size: 14px;
    padding-bottom: 42px;
 }
 .boxNewenergy .block_item_new {
    position: relative;
 }
 .col-2 {
    float: left;
    width: 50%;
 }
 .col-3 {
    float: left;
    width: 33.33333%;
 }
 .col-full {
    width: 100%;
    clear: both;
 }
 .five {
    padding: 5px 5px 5px;
 }
 .padCustom {
    padding-bottom: 30px;
 }
 .firefox .padCustom {
    padding-bottom: 35px;
 }
 .bg-silver {
    background-color: #ececec;
    padding: 15px 15px 10px 15px;
 }
 .bg-silver h3 {
    font-weight: bold;
    border-bottom: 1px dashed #b4b4b4;
    padding-bottom: 4px;
    margin-bottom: 12px;
    font-size: 14px;
 }
 .bg-silver p {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: -1px;
 }
 .custom.bg-silver p {
    /*min-height: 90px;*/
 }
 .iconNewenergy {
    max-width: 100%;
    margin: 0 0 20px 0;
    padding-top: 17px;
    padding-left: 10px;
    display: block;
    width: auto;
 }
 .iconNewenergy.custom {
    margin-bottom: 35px;
    margin-top: -10px;
    padding-top: 0;
 }
 .overlay {
    position: absolute;
    left: 15px;
    top: 15px;
 }
 .overlay.border {
    border: 5px solid #fad862;
    border-radius: 11px;
    background-color: #fff;
    padding: 10px 15px;
    line-height: 18px;
    min-width: 159px;
 }
 .act-size figure {
    max-height: 264px;
 }
 .noteNewenergy {
    margin: 27px 0 0 0;
    border-radius: 11px;
    padding: 17px 25px 15px 25px;
    color: #fff;
    letter-spacing: -0.2px;
    background-color: #98bbd0;
    min-height: 90px;
    font-size: 16px;
    line-height: 24px;
 }
 .noteNewenergy.yellow {
    font-size: 20px;
    font-weight: bold;
    background-color: #fad862;
 }
 .noteNewenergy b {
    font-size: 20px;
    font-weight: bold;
    color: #323232;
    padding-top: 30px;
    display: block;
    padding-bottom: 12px;
 }
 .checkNewenergy {
    text-align: center;
    margin-bottom: 35px;
 }
 .checkNewenergy span {
    display: inline-block;
    cursor: pointer;
 }
 .checkNewenergy img {
    width: auto;
    max-width: 100%;
    margin: 0 7px;
 }
 .col-full.list h4 {
    min-height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background-color: #98bbd0;
    color: #fff;
    font-size: 15px;
 }
 .col-full.list .boxNewenergyItem {
    margin: 34px 0;
    overflow: hidden;
    clear: both;
 }
 .col-full.list .boxNewenergyItem.one {

 }
 .col-full.list .boxNewenergyItem .boxNewenergyLeft {
    width: 475px;
    float: left;
    padding: 0 55px 0 80px;
    font-size: 14px;
    line-height: 20px;
 }
 .col-full.list .boxNewenergyItem .boxNewenergyLeft b {
    display: block;
    margin-bottom: 22px;
 }
 .col-full.list .boxNewenergyItem .boxNewenergyRight {
    width: 371px;
    float: left;
    max-height: 294px;
 }
 .col-full.list .boxNewenergyItem .boxNewenergyRight.one {
    max-height: 193px;
 }
 .col-full.list .boxNewenergyItem .boxNewenergyRight img {
    width: auto;
 }
 .buttonNewenergy {
    margin-top: 54px;
    max-height: 63px;
    text-align: center;
 }
 .buttonNewenergy img {
    max-width: 100%;
    width: auto;
    padding: 0 44px;
 }
 .adsNewenergy {
    clear: both;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
 }
 .adsNewenergy li {
    width: 25%;
    float: left;
    padding: 0 5px;
 }
 .adsNewenergy.top li a {
    display: block;
    height: 109px;
 }
 .adsNewenergy.bottom li a {
    display: block;
    height: 54px;
    margin-bottom: 12px;
 }
 .toptabNewenergy li {
    background-color: #bcbcbc;
    float: left;
    margin-right: 1px;
 }
 .toptabNewenergy li a {
    color: #fff;
    text-align: center;
    line-height: 16px;
    display: table-cell;
    vertical-align: middle;
    height: 52px;
    width: 105px;
 }
 .toptabNewenergy li.active {
    background-color: #fff;
 }
 .tabNewenergyBox {
    clear: both;
 }
 .tabNewenergyBox .bgWhite {
    background-color: #FFF;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 47px 25px 39px 25px;
 }
 .tabNewenergyBox .none {
    background-color: transparent;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
 }
 .tabNewenergyBox .none .titleNewenergy {
    margin-bottom: 40px;
 }
 .boxGroupTabs {
    display: none;
 }
 .boxGroupTabs.active {
    display: block;
 }
 .groupTabs {
    overflow: hidden;
    clear: both;
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 37px;
 }
 .groupTabs li {
    width: 25%;
    float: left;
    padding: 0 5px;
    position: relative;
    cursor: pointer;
 }
 .groupTabs li .overlay {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 7px;
    z-index: 2;
    background-color: rgba(0,0,0,.5);
    transition: all 300ms ease-in-out;
    transform: scaleY(1);
    transform-origin: bottom;
 }
 .groupTabs li.active .overlay, .groupTabs li:hover .overlay {
    transform: scaleY(0);
 }
 .groupTabs li span {
    position: absolute;
    text-align: center;
    bottom: -37px;
    left: 5px;
    right: 5px;
    min-height: 44px;
    line-height: 44px;
    color: #FFF;
 }
 .sliderGroupTabs {
    max-width: 692px;
    margin: auto;
 }
 .sliderGroupTabs #bx-pager, .sliderGroupTabs .bxslider-thumb {
    margin: 11px 0 7px 0;
    overflow: hidden;
 }
 .sliderGroupTabs #bx-pager a, .sliderGroupTabs .bxslider-thumb a {
    max-width: 106px;
    max-height: 72px;
    float: left;
    margin-right: 11px;
 }
 .sliderGroupTabs #bx-pager a:last-child, .sliderGroupTabs .bxslider-thumb a:last-child {
    margin-right: 0;
 }
 .sliderGroupTabs .infoGroupTabs {
    margin-left: -5px;
    margin-right: -5px;
 }
 .infoGroupTabs {
    clear: both;
    overflow: hidden;
 }
 .bgInfoGroupTabs {
    margin-bottom: 3px;
    border: 1px solid #c1c1c1;
    background-color: #fff;
    display: table;
    width: 100%;
    font-size: 0.85em;
 }
 .bgInfoGroupTabs.col {
    margin-bottom: 0;
    height: 71px;
 }
 .bgInfoGroupTabs .left {
    background-color: #e6e6e6;
    border-right: 1px solid #c1c1c1;
    padding: 0 5px;
    width: 60px;
    white-space: nowrap;
    text-align: center;
 }
 .bgInfoGroupTabs .resize,
 .bgInfoGroupTabs .col.resize {
    line-height: 14px;
 }
 .bgInfoGroupTabs > div {
    display: table-cell;
    vertical-align: middle;
    line-height: 33px;
 }
 .bgInfoGroupTabs > div:not(.left) {
    padding-left: 11px;
 }
 .bgInfoGroupTabs .col {
    line-height: 15px;
    letter-spacing: -1px;
    font-size: 0.9em;
    padding-left: 2px !important;
    padding-right: 3px;
    height: 71px;
    float: none;
    vertical-align: top;
 }
 .relatedGroupTabs {
    overflow: hidden;
    clear: both;
    margin-left: -5px;
    margin-right: -5px;
 }
 .relatedGroupTabs figure {
    max-width: 191px;
    max-height: 178px;
    float: left;
    position: relative;
 }
 .relatedGroupTabs .left_block_item_new {
    position: absolute;
    bottom: -47px;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    max-width: 191px;
    min-height: 44px;
    line-height: 44px;
 }
 .relatedGroupTabs .left_block_item_new:hover {
    transition: all 300ms ease-in-out;
 }
 .relatedGroupTabs .left_block_item_new img {
    max-width: 9px;
    max-height: 12px;
    margin-left: 5px;
 }
 .relatedGroupTabs .rightBlock {
    padding-left: 194px;
 }
 .tableResize {
    padding: 0 !important;
 }
 .tableResize td:first-child {
    width: 65px;
    vertical-align: top;
 }
 .tableResize td {
    line-height: 14px;
 }

 /* Active color Tab 01 */
 .toptabNewenergy li.active a.tabNewenergy01 {
    color: #fda342;
 }
 #tabNewenergy01 .groupTabs li span {
    background-color: #fda342;
 }
 #tabNewenergy01 .relatedGroupTabs .left_block_item_new {
    background-color: #fda342;
 }
 #tabNewenergy01 .relatedGroupTabs .left_block_item_new:hover {
    background-color: #de8d36;
 }

 /* Active color Tab 02 */
 .toptabNewenergy li.active a.tabNewenergy02 {
    color: #54c677;
 }
 #tabNewenergy02 .groupTabs li span {
    background-color: #54c677;
 }
 #tabNewenergy02 .relatedGroupTabs .left_block_item_new {
    background-color: #54c677;
 }
 #tabNewenergy02 .relatedGroupTabs .left_block_item_new:hover {
    background-color: #45af65;
 }

 /* Active color Tab 03 */
 .toptabNewenergy li.active a.tabNewenergy03 {
    color: #f7d412;
 }
 #tabNewenergy03 .groupTabs li span {
    background-color: #f7d412;
 }
 #tabNewenergy03 .relatedGroupTabs .left_block_item_new {
    background-color: #f7d412;
 }
 #tabNewenergy03 .relatedGroupTabs .left_block_item_new:hover {
    background-color: #e4c412;
 }

 /* Active color Tab 04 */
 .toptabNewenergy li.active a.tabNewenergy04 {
    color: #549fc6;
 }
 #tabNewenergy04 .groupTabs li span {
    background-color: #549fc6;
 }
 #tabNewenergy04 .relatedGroupTabs .left_block_item_new {
    background-color: #549fc6;
 }
 #tabNewenergy04 .relatedGroupTabs .left_block_item_new:hover {
    background-color: #458baf;
 }

 @media (min-width: 846px) {
     .new {
        width: 846px;
     }
 }
 @media (max-width: 846px) {
    .col-full.list .boxNewenergyItem .boxNewenergyLeft {
        width: 65%;
    }
    .col-full.list .boxNewenergyItem .boxNewenergyRight {
        width: 35%;
    }
    .bg-silver h3 {
        letter-spacing: -1px;
    }
    .bgInfoGroupTabs > div {
        letter-spacing: -2px;
    }
    .relatedGroupTabs .col-2 {
        width: 100%
    }
 }
 @media (max-width: 768px) {
    .col-3 {
        width: 50%;
    }
    .col-2 {
        width: 100%
    }
    .boxNewenergy .block_item_new:not(.col-full) {
        width: 50%;
    }
    .bg-silver p {
        line-height: 30px;
        min-height: 90px;
        height: auto;
        max-height: inherit;
        letter-spacing: -2px;
    }
    .custom.bg-silver p {
        line-height: 30px;
        min-height: 120px;
        height: auto;
        max-height: inherit;
        letter-spacing: -2px;
    }
    .toptabNewenergy li {
        width: 25%;
        margin-right: 0;
        border-right: 1px solid #fff;
    }
    .toptabNewenergy li a {
        width: 500px;
    }
    .groupTabs li span {
        font-size: 14px;
        white-space: nowrap;
    }
    .sliderGroupTabs #bx-pager a, .sliderGroupTabs .bxslider-thumb a {
        margin-right: 0;
        padding-right: 11px;
        width: 16.66667%;
        max-width: inherit;
    }
    .padCustom {
        padding-bottom: 5px;
    }
    .checkNewenergy {
        overflow: hidden;
    }
    .checkNewenergy span {
        margin: 0;
        width: 16.6666667%;
        padding: 0 5px;
        float: left;
    }
    .col-full.list .boxNewenergyItem .boxNewenergyLeft {
        padding: 0 40px;
        line-height: 30px;
    }
    .buttonNewenergy img {
    width: 50%;
    float: left;
    padding: 0 15px;
    }
    .bgInfoGroupTabs > div, .bgInfoGroupTabs .col {
        font-size: 12px;
    }
    .buttonNewenergy {
        max-height: inherit;
    }
 }
 @media (max-width: 600px) {
    .col-3, .boxNewenergy .block_item_new:not(.col-full) {
        width: 100%;
    }
    .col-full.list .boxNewenergyItem .boxNewenergyLeft,
    .col-full.list .boxNewenergyItem .boxNewenergyRight {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    .buttonNewenergy img {
    width: 100%;
    float: none;
    width: auto;
    max-width: 100%;
    padding: 0 15px;
    }
    .adsNewenergy li {
        width: 50%;
    }
    .adsNewenergy.top li a, .adsNewenergy.bottom li a {
        height: auto;
        margin-bottom: 10px;
    }
    .groupTabs li {
        width: 50%;
    }
    .groupTabs li span {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        display: block;
        margin-bottom: 10px;
        margin-top: -5px;
        height: 44px;
    }
    .groupTabs li .overlay {
        bottom: 54px;
    }
    .groupTabs {
        margin-bottom: 0 !important;
    }
    .relatedGroupTabs .rightBlock {
        padding-left: 0;
        clear: both;
        padding-top: 55px;
    }
    .toptabNewenergy li a, .bgInfoGroupTabs > div, .bgInfoGroupTabs .col {
        font-size: 14px;
    }
    .mobile_custom .act-size figure {
        max-height: inherit;
    }
 }
 @media (max-width: 449px) {
    .sliderGroupTabs #bx-pager a, .sliderGroupTabs .bxslider-thumb a {
        width: 25%;
        padding: 0 5px;
    }
 }
 @media (max-width: 350px) {
    .groupTabs li span {
        font-size: 12px;
    }
 }

 /* -- general-customer/new.html -- */
.pay0124-txt-red01 {
    color: #ff0101;
}
.pay0124-txt-red02 {
    color: #fe0000;
}
.pay0124-txt-red03 {
    color: #ff0000;
}
.pay0124-txt-orange {
    color: #f59f09;
}
.pay0607 {
    border: 1px solid #ff0000;
    color: #ff0000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 25px;
    padding: 8px;
}
.trans_txt {
    border: 1px solid #ff0101;
    margin-bottom: 44px;
    padding: 10px;
}
.trans_txt .trans_txt01 {
    display: inline-block;
    margin-left: 110px;
}
.trans_txt .trans_txt02 {
    display: inline-block;
    margin-left: 30px;
}
.pay0124-link {
    background: #f6f6f6;
    margin: 0 auto 42px;
    overflow: hidden;
    padding: 30px 0px 33px;
    text-align: center;
    width: 100%;
}
.pay0124-link.pay0719-method {
    background: none;
    margin: 0 auto;
}
.pay0124-link p {
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 25px;
}
.pay0124-link span {
    display: block;
    margin: 0 auto 5px;
    width: 14px;
}
.pay0124-link a {
    display: block;
    margin: 0 auto;
    max-width: 480px;
}
.pay0124-txt {
    margin-bottom: 30px;
}
.pay0124-txt-underline {
    background: rgba(255,255,0,0.7);
}
.pay0124-cont {
    display: inline-block;
    max-width: 271px;
    width: 100%;
    vertical-align: top;
}
.pay0719-method .pay0124-cont {
    max-width: 204px;
}
.pay0124-cont02 {
    margin: 0 15px;
}
.pay0719-method .pay0124-cont03 {
    margin: 0 15px 0 0;
}
.payb-icon {
    display: inline-block;
    max-width: 106px;
    vertical-align: middle;
}
.pay0124-link img,
.registercard-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}
.pay1212-cont {
    margin: 0 auto 40px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.pay1212-cont a {
    display: inline-block;
    margin: 0 auto;
}
.pay1212-cont img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}
.nday-txt-01 {
    clear: both;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 26px;
}
.nday-txt-02 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 26px;
}
.nday-txt-03 {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 36px;
}
.nday-pic {
    margin-bottom: 26px;
    overflow: hidden;
    width: 100%;
}
.nday-pic img {
    float: left;
    margin: 5px;
    width: auto;
}
.nday-pic img.nday-m3 {
    margin: 3px;
}
.nday-btn {
    margin: 50px auto 0;
}
.nday-btn a {
    display: block;
}
.nday-btn .button {
    background-color: rgba(255,111,42,1);
    border: none;
    color: #fff;
    font-size: 24px;
    max-width: 370px;
}
@media (max-width: 768px) {
    .pay0124-link {
        padding: 30px 2% 33px;
        width: 100%;
    }
    .pay0124-link input[type="image"] {
        max-width: 480px;
        width: 100%;
    }
    .pay0124-left,
    .pay0124-right {
        display: block;
        float: none;
        margin: 10px 0;
        width: 100%;
    }
    .nday-txt-01 {
        font-size: 94%;
    }
    .nday-txt-02 {
        font-size: 120%;
    }
    .nday-pic img {
        display: block;
        float: none;
        margin: 10px auto;
        max-width: 100%;
    }
    .nday-pic img.nday-m3 {
        margin: 10px auto;
    }
    .nday-btn {
        width: 100%;
    }
    .nday-btn .button {
        font-size: 100%;
        width: 60%;
    }
    .nday-pic img {
        margin: 10px auto;
    }
}
@media (max-width: 480px) {
    .trans_txt .trans_txt01,
    .trans_txt .trans_txt02 {
        margin-left: 10px;
        width: 100%;
    }
}

.benny-banner {
    margin: 94px 0 0;
}
.benny-banner a,
.benny-banner img {
    display: block;
}
.benny-new {
    margin: 20px auto 0;
    max-width: 400px;
    overflow: hidden;
    /*padding: 0 3%;*/
    width: 94%;
}
.benny-new h4 {
    background: #e84c3d;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 110%;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 8px 0;
    text-align: center;
    width: 100%;
}
.benny-new table {
    overflow: hidden;
    width: 100%;
}
.benny-new table th {
    background: #d8d8d8;
    border: 1px solid #fff;
    font-size: 96%;
    font-weight: normal;
    line-height: 32px;
    padding: 8px;
    width: 35%;
}
.benny-new table td {
    border: 1px solid #fff;
    font-size: 96%;
    line-height: 32px;
    padding: 8px;
    width: 65%;
}
.benny-link {
    margin: 20px auto;
    max-width: 400px;
    overflow: hidden;
    width: 94%;
}
.benny-link a {
    display: block;
    width: 100%;
}
.benny-link img {
    display: block;
    max-width: 100%;
}
@media ( min-width : 769px ) {
    .benny-new {
        display: inline-block;
        margin: 10px 65px 0 0;
        padding: 0;
        text-align: left;
        width: 50%;
        vertical-align: bottom;
    }
    .benny-new h4 {
        font-size: 20px;
        width: 100%;
    }
    .benny-new table {
        width: 100%;
    }
    .benny-new table th {
        background: #d8d8d8;
        border: 1px solid #fff;
        font-size: 16px;
        font-weight: normal;
        line-height: 32px;
        padding: 8px;
        width: 30%;
    }
    .benny-new table td {
        border: 1px solid #fff;
        font-size: 16px;
        line-height: 32px;
        padding: 8px;
        width: 70%;
    }
    .benny-link {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        vertical-align: bottom;
        width: 50%;
    }
}

/*--- general-customer/water-server.html ---*/
.water-contact {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.water-contact03 {
    display: inline-block;
    max-width: 204px;
    text-align: center;
    width: 40%;
    vertical-align: bottom;
}
.water-contact03 h4 {
    background: #0082cd;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    font-size: 70%;
    padding: 8px;
}
.water-contact03 p {
    background: #fff;
    color: #666;
    font-size: 70%;
    padding: 10px;
}
.water-contact04 {
    display: inline-block;
    max-width: 410px;
    text-align: center;
    width: 57%;
    vertical-align: bottom;
}
.water-contact04 h4 {
    background: #0082cd;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    font-size: 70%;
    padding: 8px;
}
.water-contact04 p {
    display: table;
    width: 100%;
}
.water-contact04 p a {
    display: table-cell;
    color: #fff;
    font-size: 70%;
    padding: 10px 5px;
}
.water-contact04 p a:first-child {
    background: #ffa10d;
}
.water-contact04 p a:last-child {
    background: #fa718e;
}
.water-buttonlst,
.water-buttonlst ul {
    clear: both;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.water-buttonlst {
    margin-bottom: 0px;
}
.water-buttonlst ul li {
    background: url(../img/customer/water-bg03.png) repeat-x 0 0 transparent;
    border-bottom: 2px solid #999;
    border-radius: 8px;
    display: block;
    height: 80px;
    margin: 20px auto;
    text-align: center;
    width: 205px;
}
.water-buttonlst ul li a {
    color: #fff;
    display: block;
    font-size: 100%;
    line-height: 24px;
    width: 100%;
    vertical-align: middle;
}
.water-buttonlst ul li a.water-btn1 {
    padding: 28px 0;
}
.water-buttonlst ul li a.water-btn2 {
    padding: 16px 0;
}
.water-buttonlst ul li.water-btnlink {
    background: #fa718e;
}
.water-title01 {
    border-radius: 8px;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 12px 2%;
    width: 100%;
}
.water-title01.water-pink {
    background: #ff5b7e;
    color: #fff;
}
.water-title01.water-blue {
    background: #00bfff;
    color: #fff;
}
.water-title02 {
    color: #747474;
    font-size: 100%;
    font-weight: bold;
    line-height: 40px;
    margin: 20px auto 50px;
    text-align: center;
    width: 100%;
}
.water-title03 {
    background: url(../img/customer/water-icon08.png) no-repeat left top transparent;
    background-size: 612px 55px;
    color: #666;
    font-size: 100%;
    font-weight: bold;
    height: 55px;
    line-height: 28px;
    margin-bottom: 24px;
    padding: 5px 0 0 42px;
}
.water-txt01 {
    color: #666;
    font-size: 90%;
    line-height: 28px;
    margin-bottom: 30px;
}
.water-txt02 {
    color: #666;
    font-size: 80%;
    line-height: 28px;
    margin-bottom: 30px;
}
.water-pic01 {
    display: block;
    margin-bottom: 30px;
    width: 100%;
}
.water-pic01 img {
    display: block;
}
.block_02.block_02_water {
    background: url(../img/customer/water-bg01.jpg) no-repeat 0 0 #ebfaff;
    background-size: 100% 60px;
    margin-bottom: 0px;
    padding: 64px 0 40px;
}
.block_01.block_01_water {
    background: url(../img/customer/water-bg02.jpg) no-repeat 0 0 #fff;
    background-size: 100% 60px;
    padding: 64px 0;
}
.water-title04 {
    border-bottom: 1px solid #d7d7d7;
    color: #55bef8;
    font-size: 100%;
    line-height: 28px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    width: 100%;
}
.water-title05 {
    color: #55bef8;
    font-size: 90%;
    font-weight: bold;
    line-height: 34px;
    margin: 20px auto 30px;
    width: 100%;
}
.water-title06 {
    font-size: 100%;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    width: 100%;
}
.water-red {
    color: #ff0000;
}
.water-violet {
    color: #c600be;
}
.water-product01 {
    border-radius: 15px;
    clear: both;
    margin-bottom: 50px;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.water-product01.water-product-blue {
    background: #2f83e1;
}
.water-product01.water-product-orange {
    background: #f46721;
}
.water-product01 > h4 {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 18px 20px;
    padding: 0 0 15px 0;
    text-align: left;
    width: 100%;
}
.water-product01 > h5 {
    color: #fff;
    font-size: 100%;
    line-height: 24px;
    margin: 0 0 27px 0;
    text-align: left;
    width: 100%;
}
.water-product01 figure {
    background: #fff;
    border: 2px solid #ececec;
    border-radius: 12px;
    margin: 10px auto;
    max-width: 390px;
    position: relative;
    text-align: left;
    width: 100%;
}
.water-product01 figure:last-child {
    margin-top: 40px;
}
.water-product01 figure span.water-product01-icon {
    left: -22px;
    position: absolute;
    top: -30px;
}
.water-product01 figure > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.water-product01.water-product-blue figure > img {
    margin-top: 20px;
}
.water-product01.water-product-orange figure > img {
    margin-top: 60px;
}
.water-product01 figcaption {
    padding: 20px 36px;
}
.water-product01 figcaption h4 {
    color: #2f83e1;
    font-size: 100%;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}
.water-product01 figcaption p {
    color: #ff3498;
    font-size: 110%;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 5px;
}
.water-product01 figcaption span {
    color: #666;
    font-size: 90%;
    line-height: 16px;
}
.water-product01 figure.new-waterproduct {
    margin-bottom: 20px;
}
.water-product01 figure.new-waterproduct h3 {
    color: #f46721;
    font-size: 100%;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    width: 100%;
}
.water-product01 figure.new-waterproduct figure {
    padding-top: 0;
}
.water-product01 figure.new-waterproduct p span {
    color: #ff3498;
    display: block;
    font-size: 110%;
    font-weight: 100;
    line-height: 20px;
}
.water-product02 {
    margin-bottom: 40px;
    overflow: hidden;
    width: 100%;
}
.water-product02 article {
    border-radius: 14px;
    margin: 20px auto;
    max-width: 404px;
    padding: 25px;
    text-align: center;
    width: 100%;
}
.block_01 .water-product02 article:first-of-type {
    margin: 20px auto 40px;
}
.water-product02 h4 {
    background: #fff;
    font-size: 90%;
    font-weight: bold;
    left: 0;
    margin: -40px 0 30px;
    padding: 4px;
    text-align: center;
}
.water-product-red h4 {
    border: 4px solid #ff7c7c;
    border-radius: 40px;
    color: #ff0000;
}
.water-product-violet h4 {
    border: 4px solid #d87fd4;
    border-radius: 40px;
    color: #c600be;
}
.water-product02 img {
    display: block;
    margin: 0 auto 38px;
    max-width: 100%;
    width: auto;
}
.water-product02 h3 {
    font-size: 110%;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px;
    width: 100%;
}
.water-product02 h3.water-red {
    color: #ff0000;
}
.water-product02 h3.water-violet {
    color: #c600be;
}
.water-product02 b {
    color: #312c29;
    font-size: 80%;
    line-height: 24px;
    width: 100%;
}
.water-product02 p {
    color: #312c29;
    font-size: 90%;
    text-align: left;
    width: 100%;
}
.water-product-red {
    border: 4px solid #ff7c7c;
}
.water-product-violet {
    border: 4px solid #d87fd4;
}
.water-product03 {
    margin: 0 auto;
    max-width: 640px;
    padding: 20px 2% 25px;
    width: 100%;
}
.water-product03 p {
    font-size: 80%;
}
.water-block-video {
    background: #b1e6ff;
    border-radius: 15px;
    clear: both;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 10px 4%;
    width: 100%;
}
.water-video {
    margin: 15px auto 12px;
    max-width: 640px;
    overflow: hidden;
    width: 100%;
}
.rec_faq02.water-faq {
    margin-bottom: 80px;
}
.rec_faq02.water-faq dt {
  background-color: #a9e0ff;
  padding: 10px;
}
.rec_faq02.water-faq dd {
    padding: 20px 5px;
}
.water-faq .rec_q {
  color: #0070ae;
  cursor: pointer;
  font-size: 130%;
  font-weight: 600;
  padding: 8px 5px 7px 12px;
}
.rec_faq02.water-faq dt p {
  color: #0070ae;
  cursor: pointer;
  font-weight: bold;
}
.rec_faq02.water-faq dd p {
    color: #312c29;
}
.water-faq .rec_a {
  color: #ff6dab;
  font-weight: 600;
  padding: 7px 5px;
}
.city-brand {
    clear: both;
    margin: 10px auto 20px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.city-brand ul li {
    margin-bottom: 10px;
    width: 100%;
}
.city-brand ul li a {
    display: block;
    width: 100%;
}
.city-brand ul li a img {
    display: block;
    width: 100%;
}
.water-product04 {
    border: 2px solid #66a9e7;
    border-radius: 10px;
    margin: 0 auto 55px;
    max-width: 810px;
    overflow: hidden;
    width: 100%;
}
.water-product04 h4 {
    background: #66a9e7;
    padding: 14px 4%;
    text-align: center;
    width: 100%;
}
.water-product04 h4 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}
.water-product04 figure {
    overflow: hidden;
    padding: 10px 2%;
    width: 100%;
}
.water-product04 figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}
.water-product04 figure h5 {
    color: #464646;
    font-size: 100%;
    font-weight: bold;
    margin: 20px 0 15px;
    width: 100%;
}
.water-product04 figure dl {
    color: #464646;
    font-size: 96%;
    overflow: hidden;
    width: 100%;
}
.water-product04 figure dl.m-b10 {
    margin-bottom: 10px;
}
.water-product04 figure dt {
    clear: both;
    float: left;
    min-width: 160px;
}
.water-product04 figure dd {
    float: left;
    width: calc(100% - 160px);
}
.water-product04 figure dd::first-letter {
    margin-left: -15px;
}
@media ( min-width : 360px ) {
    .water-contact03 h4,
    .water-contact03 p,
    .water-contact04 h4,
    .water-contact04 p a {
        font-size: 90%;
    }
    .water-contact04 {
        width: 57%;
    }
}
@media ( min-width : 768px ) {
    .water-contact {
        border: 2px solid #ebebeb;
        border-radius: 10px;
        bottom: 150px;
        left: auto;
        margin: 0 auto;
        overflow: hidden;
        position: fixed;
        right: 0px;
        width: 180px;
        z-index: 999;
    }
    .water-contact .water-contact01 {
        background: url(../img/customer/water-bg04.png) repeat-x 0 0 transparent;
        color: #fff;
        padding: 12px;
        width: 100%;
    }
    .water-contact .water-contact01 h3 {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
    }
    .water-contact .water-contact02 h4 {
        color: #666;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        margin-bottom: 3px;
        text-align: center;
    }
    .water-contact .water-contact02 h5 {
        background: url(../img/customer/water-icon04.png) no-repeat left center transparent;
        color: #0079bc;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 15px;
        padding-left: 28px;
    }
    .water-contact .water-contact02 {
        background: #fff;
        padding: 12px;
        width: 100%;
    }
    .water-contact .water-contact02 p {
        margin: 0 auto 5px;
        width: 90%;
    }
    .water-contact .water-contact02 a {
        display: block;
        margin-bottom: 5px;
        width: 100%;
    }
    .water-contact .water-contact02 a img {
        display: block;
    }
    .water-buttonlst ul li {
        display: inline-block;
        margin: 10px;
        width: 32%;
        vertical-align: middle;
    }
    .water-question {
        line-height: 44px;
    }
    .water-product01 figure span.water-product01-icon {
        left: -57px;
    }
    .block_01 .water-product02 article:first-of-type {
        margin: 20px auto 40px;
    }
    .water-block-video {
        padding: 0;
    }
    .city-brand ul li {
        display: inline-block;
        max-width: 209px;
        width: 49%;
    }
    .water-product04 figure {
        padding: 20px 5px 20px 15px;
    }
    .water-product04 figure img {
        float: left;
        margin-right: 10px;
    }
    .water-product04 figure figcaption {
        float: left;
        width: calc(100% - 358px);
    }
    .water-product04 figure h5,
    .water-product04 figure dl,
    .water-product04 figure p {
        font-size: 12px;
        line-height: 20px;
    }
    .water-product01 figure.new-waterproduct h3 {
        font-size: 18px;
    }
}
@media ( min-width : 1024px ) {
    /*.water-buttonlst {
        margin-bottom: 45px;
    }*/
    .water-buttonlst ul li {
        margin: 4px;
        width: 130px;
    }
    .water-buttonlst ul li a {
        font-size: 16px;
    }
    .water-buttonlst ul li.water-btnlink a {
        font-size: 15px;
    }
    .water-title01 {
        font-size: 24px;
        padding: 12px;
    }
    .water-title02 {
        font-size: 26px;
        line-height: 40px;
    }
    .water-title03 {
        font-size: 26px;
    }
    .water-title04 {
        font-size: 24px;
    }
    .water-title06 {
        font-size: 24px;
    }
    .water-txt01 {
        font-size: 16px;
        line-height: 28px;
    }
    .water-pic01 img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        width: auto;
    }
    .water-mb40 {
        margin-bottom: 40px;
    }
    .water-mb45 {
        margin-bottom: 45px;
    }
    .water-mb55 {
        margin-bottom: 55px;
    }
    .water-product01 > h4 {
        font-size: 40px;
    }
    .water-product01 > h5 {
        font-size: 16px;
    }
    .water-product01 figure {
        display: inline-block;
        margin: 15px;
        vertical-align: middle;
    }
    .water-product01.water-product-blue figure figcaption {
        min-height: 167px;
        padding: 10px 25px;
    }
    .water-product01.water-product-orange figure figcaption {
        min-height: 120px;
        padding: 10px 15px;
    }
    .water-product01 figcaption h4 {
        font-size: 18px;
        font-weight: bold;
        line-height: 28px;
    }
    .water-product01 figcaption p {
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
    }
    .water-product01.water-product-orange figcaption p {
        font-size: 18px;
        font-weight: bold;
        line-height: 28px;
    }
    .water-server figcaption span {
        font-size: 12px;
    }
    .water-product02 article {
        display: inline-block;
        margin: 0 10px;
        min-height: 565px;
        padding: 20px 22px;
        width: 404px;
        vertical-align: middle;
    }
    .block_01 .water-product02 article:first-of-type {
        margin: 20px 30px 20px 10px;
    }
    .water-product02 h4 {
        font-size: 24px;
    }
    .water-product02 img {
        margin: 0 auto 20px;
    }
    .water-product02 h3 {
        font-size: 24px;
        min-height: 92px;
    }
    .water-product02 h3 b {
        font-size: 11px;
    }
    .water-product02 p {
        font-size: 16px;
    }
    .water-title05 {
        font-size: 22px;
    }
    .water-txt02 {
        font-size: 14px;
    }
    .water-product03 p {
        font-size: 14px;
    }
    .water-faq .rec_q,
    .water-faq .rec_a {
        font-size: 35px;
    }
    .rec_faq02.water-faq dt p {
        font-size: 24px;
    }
    .rec_faq02.water-faq dd p {
        font-size: 16px;
    }
    .rec_faq02.water-faq .rec_q,
    .rec_faq02.water-faq .rec_a {
        height: 45px;
        min-width: 98px;
        max-width: 98px;
    }
    .water-product01 > h5 {
        margin: 0 0 27px 20px;
    }
    .water-product01 figure:last-child {
        margin-top: 15px;
    }
    .city-brand {
        margin: 10px auto 0;
    }
    .city-brand ul li {
        max-width: 217px;
        width: 25%;
    }
    .water-product04 figure {
        padding: 20px 12px;
    }
    .water-product04 figure img {
        margin-right: 10px;
    }
    .water-product04 figure h5,
    .water-product04 figure dl {
        font-size: 16px;
        line-height: 20px;
    }
    .water-product04 figure dl .sm-font {
        font-size: 15.5px;
    }
    .water-product04 figure p {
        font-size: 14px;
        line-height: 20px;
    }
    .water-product01 figure.new-waterproduct {
        max-width: 390px;
        min-height: 640px;
    }
    .water-product01 figure.new-waterproduct p span {
        font-size: 15.5px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .water-product01 figure.new-waterproduct p span:last-child {
        margin-bottom: 0;
    }
    .water-product04 h4 {
        padding: 14px 0;
    }
}
/* -- campaign-summary -- */
.campaign-block {
    clear: both;
    overflow: hidden;
    width: 100%;
}
.campaign-btn-block {
    background: url(../img/customer/campaign-btnblockbg.png) repeat-x 0 bottom transparent;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
}
.campaign-btn {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 80%;
    margin-bottom: 10px;
    min-width: 82px;
    padding: 2px 0;
    text-align: center;
}
input[type="button"].campaign-btn {
    cursor: pointer;
}
span.campaign-btn {
    margin-bottom: 20px;
}
.campaign-btn-hide {
    display: none;
}
.campaign-btn01 {
    background: #62bc35;
    border: #62bc35;
}
.campaign-btn02 {
    background: #4486f4;
    border: #4486f4;
}
.campaign-btn03 {
    background: #b08844;
    border: #b08844;
}
.campaign-block figure.row {
    clear: both;
    display: none;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.campaign-block figure.row-old span,
.campaign-block figure.row-old h4,
.campaign-block figure.row-old p,
.campaign-block figure.row-old img,
.campaign-block figure.row-old a:not(.se-link) {
    opacity: 0.5;
}
.campaign-block .campaign-line {
    border-bottom: 1px solid #6eb2f3;
    height: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.campaign-block figure.show {
    display: block;
}
.campaign-block figure.row figcaption h4 {
    color: #323232;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 40px;
    width: 100%;
}
.campaign-block figure.row figcaption h4 span {
    color: #e80113;
}
.campaign-block figure.row figcaption p {
    font-size: 90%;
    line-height: 24px;
    margin-bottom: 20px;
}
.campaign-block figure.row figcaption a,
.campaign-block figure.row figcaption span.non-link {
    background: url(../img/customer/campaign-link.png) no-repeat center bottom transparent;
    display: block;
    color: #323232;
    font-size: 90%;
    margin-bottom: 20px;
    width: 110px;
}
.campaign-block figure.row img {
    clear: both;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
    width: auto;
}
.campaignwin-block {
    clear: both;
    overflow: hidden;
    width: 100%;
}
.campaignwin-block h3 {
    color: #e86161;
    font-size: 130%;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}
.campaignwin-block p {
    color: #323232;
    font-size: 100%;
    text-align: center;
    width: 100%;
}
.campaignwin-block p.campaign-txtblue {
    color: #2e90d3;
    margin-bottom: 50px;
}
.campaign-tabblock {
    clear: both;
    overflow: hidden;
    width: 100%;
}
.campaign-tab {
    border: 14px solid #d2d2d2;
    border-radius: 20px;
    max-width: 282px;
    margin: 0 auto 20px;
    min-height: 370px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.campaign-tab.campaign-active {
    border: 14px solid #acd9f8;
}
.campaign-tab .campaign-banner {
    background: url(../img/customer/campaign-banner.png) no-repeat center center transparent;
    background-size: 215px 47px;
    color: #fff;
    font-size: 110%;
    height: 47px;
    margin: 0 auto 35px;
    max-width: 215px;
    padding: 4px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.campaign-tab.campaign-active .campaign-banner {
    background: url(../img/customer/campaign-banner-active.png) no-repeat center center transparent;
}
.campaign-tab .campaign-banner span {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    top: 38px;
    width: 100%;
}
.campaign-tab dl {
    font-size: 100%;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
}
.campaign-tab dl dt {
    float: left;
    font-size: 16px;
    text-align: left;
    width: 70%;
}
.campaign-tab dl dd {
    float: right;
    font-size: 16px;
    text-align: right;
    width: 30%;
}
.campaign-tab p {
    line-height: 240px;
}
.deli-pic {
    clear: both;
    margin: 0 auto 70px;
    overflow: hidden;
    width: 100%;
}
.deli-pic img {
    display: block;
    max-width: 100%;
}
.deli-link {
    margin: 0 auto 50px;
    overflow: hidden;
    width: 100%;
}
.deli-link a {
    display: block;
    width: 100%;
}
.crossword-link {
    margin: 0 auto 50px;
    max-width: 313px;
    overflow: hidden;
    width: 100%;
}
.crossword-link a {
    display: block;
    width: 100%;
}
.error-browser-msg {
	color:#F00;
}
.payment_btn {
    margin: 50px auto 20px;
    text-align: center;
    width: 100%;
}
.payment_btn a {
    background: url(../img/customer/payment_btn_icon.png) no-repeat 95% center #0068b7;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 110%;
    margin: 0 auto;
    max-width: 344px;
    padding: 10px 50px;
    width: 80%;
}
@media ( min-width : 768px ) {
    input[type="button"].campaign-btn,
    span.campaign-btn {
        font-size: 12px;
        font-weight: bold;
        line-height: 24px;
    }
    .campaign-block figure.row figcaption {
        float: left;
        min-height: 155px;
        position: relative;
        width: calc(100% - 165px);
    }
    .campaign-block figure.row figcaption h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .campaign-block figure.row figcaption p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
        width: 540px;
    }
    .campaign-block figure.row figcaption p.m-b30 {
        margin-bottom: 30px;
    }
    .campaign-block figure.row figcaption a,
    .campaign-block figure.row figcaption span.non-link {
        bottom: 0;
        font-size: 14px;
        margin-bottom: 0;
        position: absolute;
        right: 0;
    }
    .campaign-block figure.row figcaption a.se-link {
        bottom: 35px;
    }
    .campaign-block figure.row img {
        bottom: 0;
        margin-bottom: 0;
        max-width: 100%;
        position: absolute;
        right: 0;
        width: auto;
    }
    .campaignwin-block h3 {
        font-size: 24px;
    }
    .campaignwin-block p {
        font-size: 16px;
    }
    .campaign-tabblock {
        text-align: center;
    }

    .deli-link {
        max-width: 468px;
    }
    .crossword-link {
        max-width: 313px;
    }
    .payment_btn a {
        font-size: 27px;
    }
}

@media ( min-width : 1024px ) {
    .campaign-tab {
        display: inline-block;
        margin: 0 5px;
        width: 32%;
        vertical-align: middle;
    }
}

/* -- general-customer/Question -- */
.custom-bg {
    background: url(../img/customer/bg_question.jpg) repeat;
    padding-top: 0;
}
.quiz-bg {
    background: url(../img/customer/quiz-bg-new.png) repeat;
    padding: 0 0 100px;
}
.quiz-bg .deli-pic,
.quiz-bg .crossword-link {
    padding: 20px 2%;
}
.sub-banner {
    margin-bottom: 30px;
}
.sub-banner img {
    max-width: 100%;
    width: auto;
}
.banner h1.purple span {
    background-color: #815384;
}
.banner .purple {
    color: #815384;
}
.title_life_block.prinker {
    color: #e86161;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 50px;
}
.life_block .prinker {
    line-height: 1.5;
}
.purple.main_title {
    color: #815384;
}
.purple.main_title.active .hi-icon, .purple.main_title .hi-icon:hover {
    box-shadow: 0 0 0 5px rgba(129,83,132,1);
    color: #fff;
}
.purple.active .hi-icon:after {
    top: 0;
    left: 0;
    box-shadow: 0 0 0 5px rgba(129, 83, 132, 1);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.purple .hi-icon:after {
    top: 0;
    left: 0;
    box-shadow: 0 0 0 5px rgba(129, 83, 132, 1);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.content-head {
    position: relative;
}
.posvi-right {
    top: 0;
    right: 0;
    max-width: 100%;
    position: absolute;
    width: auto;
}
.list-head li {
    margin-bottom: 20px;
}
.list-head li span:nth-child(1) {
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    line-height: normal;
    padding: 4px 0;
    width: 130px;
}
.list-head li .color-purple {
    background-color: #815384;
    color: #fff;
}
.content-form {
    margin: auto;
}
.content-form h2 {
    color: #58b9eb;
    padding: 50px 0 25px;
    font-weight: bold;
    font-size: 160%;
    text-align: center;
    line-height: normal;
}
.content-form form {
    padding: 0 15px;
}
.fix-text {
    margin-bottom: 50px;
    overflow: hidden;
}
.form-reques ul .blue-cover {
    background-color: #bfe0f7;
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 9px 15px;
    line-height: normal;
}
.form-reques ul li textarea {
    border: 0;
    outline: none;
    margin-top: 10px;
    padding: 8px;
}
.requestion-btn-block {
    margin: 40px auto 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.submit-requestion {
    background-color: #bfe0f7;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 4px 0px #90abbd;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    height: 68px;
    outline: none;
    margin: 0 2% 20px;
    max-width: 208px;
    padding: 20px 80px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.back-requestion {
    background-color: #d7d7d7;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 4px 0px #b0b0b0;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    height: 68px;
    outline: none;
    margin: 0 2% 20px;
    max-width: 208px;
    padding: 20px 80px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.requestion-linkblue {
    text-align: center;
    width: 100%;
}
.requestion-linkblue a {
    color: #58b9eb;
    font-size: 110%;
    text-decoration: underline;
}
.al-number {
    float: left;
    overflow: hidden;
}
.al-character {
    clear: both;
    overflow: hidden;
    width: 100%;
}
.al-character img {
    display: block;
    margin: 0 auto 20px;
    max-width: 113px;
}
.al-rights {
    float: right;
    margin-bottom: 20px;
    overflow: hidden;
    width: calc(100% - 80px);
}
.al-page {
    clear: both;
    font-size: 100%;
    line-height: 24px;
    text-align: right;
}
.bg_color {
    background-color: #fff;
}
.requestion-lst {
    clear: both;
}

/*******************************************************
                    Page 2
*******************************************************/
.form-reques ul .prink-linght {
    background-color: #fffbde;
    border: 1px #807e7e solid;
    border-radius: 8px;
    line-height: normal;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 9px 15px;
    width: 100%;
}
.form-reques ul.requestion-lst02 li input[type="text"] {
    background: #fffbde;
    border: 1px solid #fffbde;
    outline: none;
    padding: 0 5px;
    width: 100%;
}
.list-rad li {
    display: inline-block;
    margin-right: 30px;
}
.light-space {
    padding: 15px 10px 15px 0;
}
.pad-text {
    margin-bottom: 40px;
}
/*******************************************************
                    Page 3
*******************************************************/

@media screen and (min-width: 320px) {
    .list-head{
        text-align: center;
    }
    .list-head li, .list-head li p {
        margin: auto;
        line-height: normal;
    }
    .list-head li span:nth-child(1) {
        display: block;
        margin: auto;
        width: 50%;
    }
    .list-head li span:nth-child(2) {
        display: block;
        margin: 10px auto;
        padding: 0;
    }
    .posvi-right {
        display: block;
        margin: 20px auto;
        position: static;
    }
    .main {
        font-size: 100%;
    }
    .form-reques ul .blue-cover, .form-reques ul .prink-linght {
        margin-right: auto;
    }
    .content-form form {
        padding: 0;
    }
}

@media screen and (min-width: 480px) {
    .list-head {
        text-align: center;
    }
    .list-head li, .list-head li p {
        margin: auto;
        line-height: normal;
    }
    .list-head li span:nth-child(1) {
        display: block;
        margin: auto;
        width: 35%;
    }
    .list-head li span:nth-child(2) {
        display: block;
        margin: 10px auto;
        padding: 0;
    }
    .posvi-right {
        display: block;
        margin: 20px auto;
        right: auto;
        top: auto;
        position: static;
    }
    .main {
        font-size: 100%;
    }
    .form-reques ul .blue-cover, .form-reques ul .prink-linght {
        margin-right: auto;
    }
    .content-form form {
        padding: 0;
    }
    .bg_color {
        padding: 54px 20px 0;
        width: 100%;
    }
    .quiz-bg > .bg_color {
        padding: 70px 62px;
        width: 100%;
    }
    .c-win {
        max-width: 930px;
    }
}

@media screen and (min-width: 768px) {
    .banner h1 span {
        width: 25px;
        height: 25px;
    }
    .main {
        font-size: 100%;
    }
    .list-head li {
        text-align: left;
    }
    .list-head li p {
        margin: auto;
        line-height: normal;
    }
    .list-head li span:nth-child(1) {
        display: inline-block;
        font-size: 16px;
        margin-right: 15px;
        width: 160px;
    }
    .list-head li span:nth-child(2) {
        display: inline-block;
        font-size: 16px;
        margin: 10px auto;
        padding: 0;
    }
    .posvi-right {
        display: block;
        margin: 20px auto 34px auto;
        right: auto;
        top: auto;
        position: static;
    }
    .content-form form {
         padding: 0;
    }
    .form-reques ul .blue-cover {
        margin-right: auto;
    }
    .title_life_block.prinker {
        font-size: 30px;
    }
    .content-form h2 {
        font-size: 40px;
    }
    .al-number p {
        font-size: 20px;
        font-weight: bold;
    }
    .al-rights p,
    .pad-text p,
    .form-reques ul li label {
        font-size: 18px;
        line-height: 28px;
    }
    .light-space {
        font-size: 14px;
        line-height: 24px;
    }
    .requestion-lst label {
        color: #323232;
        font-size: 18px;
    }
    .al-page {
        font-size: 20px;
    }
    .form-reques ul.requestion-lst02 li input[type="text"] {
        font-size: 18px;
    }
    .requestion-linkblue a {
        font-size: 22px;
    }
    .quiz-bg .deli-pic,
    .quiz-bg .crossword-link {
        padding: 0;
    }
}

@media screen and (min-width: 800px) {
    .content-form {
        background: url('../img/customer/tabs-requestion.png') no-repeat 0 0 transparent;
        background-size: 100% 100%;
        margin: auto;
        min-height: 1310px;
        overflow: hidden;
        padding: 150px 60px 0 45px;
        width: 764px;
    }
    .content-form form {
        padding: 0 15px;
    }
    .banner h1 span {
        width: 55px;
        height: 55px;
    }
}

@media screen and (min-width: 900px) {
    .content-form form {
        padding: 0 15px;
    }
    .banner h1 span {
        width: 55px;
        height: 55px;
    }
}

@media screen and (min-width: 1024px) {
    .content-form form {
        padding: 0 15px;
    }
    .posvi-right {
        top: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        position: absolute;
        width: auto;
    }
    .banner h1 span {
        width: 55px;
        height: 55px;
    }
    .content-form .pad-title {
        padding-top: 185px;
    }
    .list-head li {
        margin-bottom: 20px;
    }
    .list-head li span:nth-child(2) {
        margin: auto;
    }
    .list-head {
        margin-bottom: 34px;
    }
    .ie .list-head {
        margin-bottom: 55px;
    }
    .pad-text {
        margin-bottom: 44px;
    }
    .submit-requestion,
    .back-requestion {
        margin: 0 25px 20px;
    }
}

@media screen and (min-width: 1280px) {
    .content-form form {
        padding: 0 15px;
    }
    .posvi-right {
        top: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        position: absolute;
        width: auto;
    }
    .banner h1 span {
        width: 55px;
        height: 55px;
    }
}

@media screen and (min-width: 1920px) {
    .content-form form {
        padding: 0 15px;
    }
    .posvi-right {
        top: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        position: absolute;
        width: auto;
    }
    .banner h1 span {
        width: 55px;
        height: 55px;
    }
}


/* -- align -- */
.tcenter {
  text-align: center;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.pleft {
  float: left;
}
.pright {
  float: right;
}
.m-r15 {
  margin-right: 15px;
}
.m-l15 {
  margin-left: 15px;
}
.m-b15 {
  margin-bottom: 15px;
}
.m-b30 {
  margin-bottom: 30px;
}
.m-t15 {
  margin-top: 15px;
}
.m-b0 {
    margin-bottom: 0;
}
.p-r15 {
  padding-right: 15px;
}
.p-l15 {
  padding-left: 15px;
}
.p-b15 {
  padding-bottom: 15px;
}
.p-t15 {
  padding-top: 15px;
}
.m-8 {
    margin: 8px;
}
.m-4 {
    margin: 4px;
}
.bold-txt {
    font-weight: bold;
}

.indent-space {
    text-indent: -15px;
    display: inline-block;
}
.life_block {
    width: 100%;
    margin: auto;
}
.title_life_block {
    font-size: 28px;
    color: #f8af00;
    text-align: center;
    margin-bottom: 30px;
    line-height: 32px;
}
.bold_life_block {
    display: block;
    margin-bottom: 12px;
}
.mb1em {
    margin-bottom: 1em;
}
.life_block_table {
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
}
.life_block_table tr {
    border-bottom: 1px solid #808080;
}
.life_block_table td {
    line-height: 30px;
    min-width: 150px;
    padding-left: 7px;
}
.life_block_table .first {
    border-right: 1px solid #808080;
    background-color: #d8d8d8;
}
.life_block_button_clear {
    clear: both;
    height: 1px;
}
.life_block_button {
    display: block;
    margin: 25px 0 60px 0;
}
.life_block_button img {
    display: block;
    width: auto;
    margin: auto;
}
.life_block_FAQ {
    width: 100%;
}
.life_block_FAQ h5 {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    text-align: center;
    width: 60px;
    height: 68px;
    position: relative;
}
.life_block_FAQ h5 img {

}
.life_block_FAQ p {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}
.life_block_FAQ .question {
    background-color: #ebf9ff;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #c7edff;
}
.life_block_FAQ .answer {
    background-color: #c7edff;
    display: block;
    width: 100%;
    transition: 400ms ease-in-out 0s;
    max-height: 0px;
    overflow: hidden;
}
.life_block_FAQ .answer img {
    display: block;
}
.life_block_FAQ .answer.active {
    max-height: 500px;
}
@media (max-width: 767px) {
    .life_block.custom {
        margin: 0 auto;
        position: relative;
        width: 94%;
    }
    .business-content {
        padding: 15px;
    }
}
@media (min-width: 769px) {
    .life_block {
        width: 845px;
        margin: auto;
    }
    /*.block_customImage,
    .block_customImage_home img {
        width: auto;
    }*/
}
.float-btn-block {
    display: none;
}
.float-btn-block.active {
    bottom: 0;
    display: block;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    position: fixed;
    right: 100px;
    z-index: 999;
}
.float-btn-block.active.elec-btn {
    padding: 27px 0;
}
.float-btn-block.active.elec-btn > div {
    margin: 0 auto;
    max-width: 742px;
}
.float-btn-block.active .life_block_button {
    margin: 0;
}
.float-btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 46px;
    line-height: 36px;
    margin: 0 7px;
    padding: 10px 8px 8px 8px;
    text-align: center;
    width: 233px;
}
.float-red {
    background: url(../img/customer/float-btn-red.png) no-repeat center center transparent;
    background-size: 233px 46px;
}
.float-sky {
    background: url(../img/customer/float-btn-sky.png) no-repeat center center transparent;
    background-size: 233px 46px;
}
.float-green {
    background: url(../img/customer/float-btn-green.png) no-repeat center center transparent;
    background-size: 233px 46px;
}
@media (max-width : 768px ) {
    .elec-btn {
        margin: 60px auto 0;
    }
    .elec-btn a {
        font-size: 30px;
    }
    .buttonNewenergy img {
    width: 50%;
    float: left;
    padding: 0 15px;
    }
}

@media (max-width : 600px ) {
    .float-btn-block.active {
        left: 0;
        right: auto;
        width: 80%;
    }
    .float-btn {
        font-size: 50%;
        height: auto;
        margin: 0;
        padding: 1%;
        width: 47%;
    }
    .float-red,
    .float-sky,
    .float-green {
        background: none;
    }
    .float-red {
        background: #e84c3d;
    }
    .float-sky {
        background: #5dafce;
    }
    .float-green {
        background: #58c153;
    }
}

/*----Block-Recipe----*/
.block-recipe {
    clear: both;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.title-recipe {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.title-recipe:after {
    background: url(../img/top/bg-recipe01.png) repeat-x 0 0 transparent;
    bottom: -58px;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%;
}
.title-recipe h3 {
    margin: 0 auto;
    max-width: 581px;
    overflow: hidden;
    width: 90%;
}
.title-recipe h3 img {
    display: block;
}
.content-recipe {
    background: url(../img/top/bg-recipe02.png) repeat 0 0 transparent;
    overflow: hidden;
    padding: 66px 0 32px;
    width: 100%;
}
.content-recipe figure {
    margin: 0 auto 30px;
    max-width: 254px;
    width: 100%;
}
.content-recipe figure a {
    display: block;
    overflow: hidden;
    width: 100%;
}
.content-recipe figure img {
    display: block;
    width: 100%;
}
.content-recipe figure figcaption {
    background: url(../img/top/bg-recipe03.png) no-repeat 0 40px transparent;
    background-size: 100%;
    color: #767676;
    font-size: 96%;
    line-height: 24px;
    overflow: hidden;
    padding: 15px 0 0;
    text-align: left;
    width: 100%;
}
.content-recipe figure figcaption h4 {
    font-weight: bold;
    min-height: 48px;
    padding: 0 5px;
}
.content-recipe figure figcaption p {
    padding: 0 5px;
}
.block-recipe .block_03_1c {
    padding: 0 0 10px 10px;
    text-align: left;
}
@media (min-width : 768px ) {
    .block-recipe {
        margin-top: -14px;
    }
    .content-recipe figure {
        display: inline-block;
        margin: 0 15px 30px;
        width: 32%;
        vertical-align: top;
    }
    .content-recipe figure:first-child {
        margin-left: 0;
    }
    .content-recipe figure:last-child {
        margin-right: 0;
    }
    .content-recipe figure figcaption {
        font-size: 14px;
    }
    .content-recipe figure figcaption h4 {
        font-size: 13.5px;
    }
}
/*---- Fix Flipbook Popup ----*/
@media all and ( max-width : 1024px ) {
    .flyer_button_area.ad_space_btn_hasbtn {
        margin-top: 0;
    }
    .flipbook_layer iframe {
        height: 580px;
    }
}

/*---- Survey User Guide ----*/
.survey-user-g01 {
    max-width: 846px;
    padding: 10px 0 20px;
}
.survey-user-g01 h4 {
    background: linear-gradient(to bottom, #009cc5 0%, #0C3F98 100%);
    background: -moz-linear-gradient(to bottom, #009cc5 0%, #0C3F98 100%);
    background: -o-linear-gradient(to bottom, #009cc5 0%, #0C3F98 100%);
    background: -ms-linear-gradient(to bottom, #009cc5 0%, #0C3F98 100%);
    background: -webkit-linear-gradient(top, #009cc5 0%, #0C3F98 100%);
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 20px 1%;
    position: relative;
    text-align: center;
}
.survey-user-g01 h4 span {
    bottom: 0;
    display: none;
    height: 125px;
    left: 40px;
    position: absolute;
    width: 109px;
}
.survey-user-g01 p {
    font-size: 100%;
    line-height: 24px;
    margin-bottom: 25px;
}
.survey-user-g02 {
    max-width: 846px;
}
.survey-user-g02 form article {
    clear: both;
    margin-bottom: 35px;
    overflow: hidden;
    width: 100%;
}
.survey-user-g02 .survey-user-title {
    background: #0195c1;
    color: #fff;
    margin-bottom: 30px;
    padding: 15px 0;
    width: 100%;
}
.survey-user-g02 .survey-user-title span {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    width: 80px;
    vertical-align: middle;
}
.survey-user-g02 .survey-user-title h4 {
    display: inline-block;
    font-size: 120%;
    font-weight: bold;
    line-height: 30px;
    width: calc(100% - 100px);
    vertical-align: middle;
}
.survey-user-g02 .survey-user-input01 {
    margin-bottom: 5px;
}
.survey-user-g02 .survey-user-input01 input[type="radio"],
.survey-user-g02 .survey-user-input02 input[type="checkbox"] {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: bottom;
}
.survey-user-g02 .survey-user-input01 label,
.survey-user-g02 .survey-user-input02 label {
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    vertical-align: middle;
}
.survey-user-g02 .survey-user-input02 {
    float: left;
    margin-right: 10px;
    width: 58px;
}
.survey-user-g02 .survey-user-input03 {
    border: 2px solid #a2a2a2;
    border-radius: 8px;
    height: 130px;
    padding: 15px;
    width: 100%;
}
.survey-user-btn {
    margin: 50px auto 0;
    max-width: 380px;
    overflow: hidden;
    width: 100%;
}
.survey-user-btn a {
    display: block;
    width: 100%;
}
.survey-user-btn a img {
    display: block;
    width: 100%;
}
@media ( min-width : 768px ) {
    .survey-user-g01 h4 {
        font-size: 24px;
    }
    .survey-user-g01 h4 span {
        display: inline-block;
    }
    .survey-user-g01 p {
        font-size: 16px;
    }
    .survey-user-g02 .survey-user-title h4 {
        font-size: 18px;
    }
    .survey-user-g02 .survey-user-input label {
        font-size: 16px;
    }
    .survey-user-form .col01 {
        padding: 10px 0;
    }
}

/*---- Even Form ----*/
.even-frm-title01 {
    color: #db0917;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 40px;
}
.even-frm .g-list02 > li > p {
    margin-left: 42px;
}
.even-frm .g-list02 > li > p:first-letter {
    margin-left: -42px;
}
.even-frm-img01 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px 0 40px;
    width: auto;
}
.fix_180326 p {
    padding-left: 130px;
    position: relative;
}
.fix_180326 p:first-letter {
    margin-left: -33px;
}
.fix_180326 span {
    color: #ff0000;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 0;
}
/*---- Consumer Electronics -----*/
.consume-elecblock {
    background: rgb(68, 68, 68);
    margin: 0 auto 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.consume-elecblock iframe {
    border: none;
    height: 400px;
    width: 100%;
}
.consume-lst {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}
.consume-lst li {
    float: left;
    font-weight: bold;
    margin: 0 32px 20px 0;
}
.consume-lst li p {
    color: #b9b9b9;
    font-size: 100%;
    font-weight: bold;
}
.consume-lst li a {
    color: #323232;
    display: block;
    font-size: 100%;
    font-weight: bold;
}
.consume-lst li a.active {
    color: #1a6aa4;
}
.consume-elecblock-update {

}
.consume-elecblock-update {}
.consume-elecblock-update .consume-txt {
    color: #2d2d2d;
    font-size: 16px;
    margin-bottom: 30px;
    width: 100%;
}
.consume-elecblock-update .consume-img {
    max-width: 832px;
}
.consume-elecblock-update .consume-img img {
    display: block;
    margin: 0 auto;
}
.consume-elecblock-update .consume-link {
    margin: 50px auto;
}
.consume-elecblock-update .consume-link span {
    background-color: #6ab8d5;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin: 0 auto;
    min-width: 180px;
    max-width: 320px;
    padding: 8px 0;
    text-align: center;
}
/*---- Nittoh Tsushin -----*/
.ntsushin-block {
    background: rgb(68, 68, 68);
    margin: 0 auto 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.ntsushin-block iframe {
    border: none;
    height: 400px;
    width: 100%;
}
.ntsushin-lst {
    clear: both;
    overflow: hidden;
    width: 100%;
}
.ntsushin-lst .ntsushin-row {
    margin: 5px 0;
    overflow: hidden;
    width: 100%;
}
.ntsushin-lst li {
    float: left;
    font-weight: bold;
    margin: 0 25px 5px 0;
    min-width: 190px;
}
.ntsushin-lst li p {
    color: #b9b9b9;
    font-size: 100%;
    font-weight: bold;
}
.ntsushin-lst li a {
    color: #323232;
    display: block;
    font-size: 100%;
    font-weight: bold;
}
.ntsushin-lst li a.active {
    color: #eba602;
}
.frm_defaultnew {
    overflow: hidden;
    width: 100%;
}
.frm_defaultnew .col01 {
    padding: 10px 5px;
}
.sub-grey {
    background-color: #bab5a9;
    color: #fff;
    margin-bottom: 30px;
    padding: 5px 2px;
    text-align: center;
}
.sub-red {
    color: #ff0000;
    font-weight: bold;
}
.frm_defaultnew .row_defaultnew {
    padding: 10px 5px;
}
.frm_defaultnew .row_defaultnew .frm_note {
    font-size: 90%;
    font-weight: bold;
    line-height: 28px;
}
.frm_defaultnew .note_defaultnew .frm_note {
    font-size: 86%;
    line-height: 24px;
}
.sub_label {
    background-color: #e84c3d;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    font-size: 80%;
    margin: 0 0 0 10px;
    padding: 2px 5px;
}
.check_defaultnew {
    margin: 5px 0 30px;
}
.check_defaultnew .frm_list01 {
    margin: 0 auto;
    max-width: 660px;
}
.g-icon04.check_defaultnew input[type="checkbox"] {
    height: 22px;
    outline: none;
    width: 22px;
}
.g-icon04.check_defaultnew label {
    color: #0070c0;
    font-size: 100%;
    font-weight: bold;
}
.note_defaultnew {
    border: 1px solid #000000;
    padding: 12px;
    width: 100%;
}
.note_bluenews {
    border: 2px solid #19a9fc;
    margin: 10px 0 30px;
    padding: 12px 50px;
    width: 100%;
}
.name_defaultnew {
    overflow: hidden;
    width: 100%;
}
.name_defaultnew input[type="radio"] {
    height: 22px;
    margin-bottom: 3px;
    width: 22px;
    vertical-align: middle;
}
.name_defaultnew label {
    cursor: pointer;
}
.name_defaultnew p {
    display: inline-block;
}
.name_defaultnew span {
    display: inline-block;
    margin: 0 10px;
}
.block0625_title {
    color: #333;
    font-size: 140%;
    font-weight: bold;
    margin: 0 auto 40px;
    width: 100%;
}
.block0625_logo {
    margin: 0 auto 50px;
    max-width: 190px;
    width: 100%;
}
.block0625_subtitle01 {
    color: #f6821f;
    font-size: 160%;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.block0625_subtitle02 {
    color: #7ea8c8;
    font-size: 160%;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.block0625_sub01 {
    background: #fbc0c1;
    color: #333;
    font-size: 120%;
    font-weight: bold;
    line-height: 30px;
    margin: 20px 0 10px;
    padding: 2px 10px;
    text-align: center;
    width: 100%;
}
.block0625_sub02 {
    background: #cfe9dc;
    color: #333;
    font-size: 120%;
    font-weight: bold;
    line-height: 30px;
    margin: 20px 0 10px;
    padding: 2px 10px;
    text-align: center;
    width: 100%;
}
.block0625_sub03 {
    color: #333;
    display: block;
    font-size: 110%;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-decoration: underline;
}
.block0625_lst {
    border: 2px solid #333;
    height: 300px;
    margin: 0 auto 20px;
    overflow-x: auto;
    padding: 20px 2%;
    width: 80%;
}
.block0625_lst p {
    font-size: 92%;
    margin-bottom: 10px;
    width: 100%;
}
.txt-180627 {
    border-bottom: 1px solid #ff0000;
    display: inline-block;
    font-size: 110%;
    font-weight: 1000;
    margin-bottom: 5px;
}
.register_cterm01 {
    clear: both;
    margin: -10px auto 20px;
    overflow: hidden;
    width: 100%;
}
.register_cterm01 h4 {
    font-size: 110%;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 5px;
    width: 100%;
}
.register_cterm01 p {
    font-size: 100%;
    font-weight: bold;
    line-height: 24px;
}
.register_cterm01 p span {
    color: #ff0066;
    font-weight: bold;
}
.register_cterm02 {
    background-color: #ffffd5;
    border: 3px solid #00b050;
    overflow: hidden;
    padding: 5px 1%;
    width: 100%;
}
.register_cterm02 h4 {
    font-size: 100%;
    font-weight: bold;
}
.register_cterm02 p {
    font-size: 100%;
    font-weight: bold;
}
.register_cterm02 p span {
    margin-left: 10px;
}
.register_cterm02 a {
    color: #0563c1;
    text-decoration: underline;
}
.register_cterm_btnblock {
    margin: 40px auto;
    text-align: center;
    width: 100%;
}
.register_cterm_btnblock input.register_cterm_btn {
    background-color: #00b050;
    border: 1px solid #00b050;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px;
    padding: 10px 20px;
}
.register_cterm_btnblock input.register_cterm_btn:hover {
    background-color: #fff;
    border: 1px solid #00b050;
    color: #00b050;
}
.noritsu_link h4 {
    color: #ffaf20;
    font-size: 120%;
    font-weight: 600;
    line-height: 28px;
    margin: 15px 0;
    width: 100%;
}
.noritsu_link h4 span {
    color: #ffaf20;
    display: inline-block;
    font-size: 80%;
    font-weight: 400;
    margin-left: 20px;
}
.noritsu_link a {
    background: #ffaf20;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 100%;
    margin-bottom: 30px;
    padding: 10px 20px;
    text-align: left;
}
.noritsu_link a:hover {
    opacity: 0.7;
}
.noritsu_link img {
    display: block;
}
.paragraph_2 dd.privacy-tbl {
    margin-bottom: 25px;
    padding: 0;
}
.privacy-tbl table {
    clear: both;
    margin: 15px auto;
    overflow: hidden;
    width: 100%;
}
.privacy-tbl table th {
    border: 1px solid #d8d8d8;
    display: block;
    font-weight: normal;
    padding: 20px 2%;
    width: 100%;
}
.privacy-tbl table td {
    border: 1px solid #d8d8d8;
    display: block;
    padding: 20px 2%;
    width: 100%;
}
.fs-letter {
    margin-left: 32px;
}
.fs-letter::first-letter {
    margin-left: -32px;
}
@media ( min-width : 768px ) {
    .even-frm .g-list01 dt {
        clear: both;
        width: 12%;
    }
    .even-frm .g-list01 dd {
        width: 82%;
    }
    .campaign-block figure.row .cs-flick{
        bottom: 40px;
    }
    .consume-elecblock iframe {
        height: 740px;
    }
    .consume-lst li {
        margin: 0 32px 0px 0;
    }
    .ntsushin-block iframe {
        height: 720px;
    }
    .sub-grey {
        max-width: 174px;
    }
    .frm_defaultnew .col01 span {
        float: right;
        margin: 0 45px 0 0;
    }
    .sub_label {
        font-size: 12px;
        padding: 0px 5px;
    }
    .sub-red {
        font-size: 14px;
    }
    .g-icon04.check_defaultnew label {
        display: inline-block;
        font-size: 20px;
        vertical-align: top;
    }
    .txt-180627 {
        font-size: 18px;
    }
    .block0625_subtitle01,
    .block0625_subtitle02 {
        font-size: 34px;
    }
    .block0625_sub01,
    .block0625_sub02,
    .block0625_sub03 {
        font-size: 20px;
    }
    .register_cterm01 h4 {
        font-size: 20px;
    }
    .register_cterm01 p {
        font-size: 16px;
    }
    .register_cterm02 {
        padding: 5px;
    }
    .register_cterm02 h4 {
        font-size: 16px;
    }
    .register_cterm02 p {
        font-size: 14.5px;
    }
    .frm_defaultnew .row_defaultnew .frm_note {
        font-size: 14px;
    }
    .frm_defaultnew .note_defaultnew .frm_note {
        font-size: 12px;
    }
    .noritsu_link h4 {
        font-size: 24px;
    }
    .noritsu_link h4 span {
        font-size: 20px;
    }
    .noritsu_link a {
        font-size: 18px;
    }
    .privacy-tbl table th {
        display: table-cell;
        padding: 25px 22px;
        width: auto;
        vertical-align: top;
    }
    .privacy-tbl table td {
        display: table-cell;
        padding: 25px 22px;
        width: auto;
    }

}

/********************************************
    Update fix Images of days 10/04/2018
********************************************/
.cs-image img {
    width: auto;
    max-width: 100%;
}
.campaign-block .campaign-line {
    clear: both;
}

/*-------- mobile-payment --------*/
.mpayment-block {
    padding: 60px 1% 0px;
}
.mpayment-block .block_01 {
    padding: 0;
}
.main_title.mpayment-title01 {
    /*padding: 3px 0px 0px 40px;*/
}
.mpayment-block p {
    color: #323232;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 35px;
    text-align: justify;
    width: 96%;
}
.mpayment-block p a {
    color: #5b62ed;
    text-decoration: underline;
}
.mpayment-descript {
    clear: both;
    width: 100%;
}
.mpayment-descript div {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.mpayment-descript figure {
    margin: 0 auto 20px;
    max-width: 286px;
    position: relative;
    width: 100%;
}
.mpayment-descript figure img {
    display: block;
    margin: 0 auto;
    /*max-width: 286px;*/
}
.mpayment-descript figure figcaption {
    color: #323232;
    font-size: 16px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 68%;
    width: 100%;
}
.mpayment-descript figure figcaption a {
    color: #5b62ed;
    text-decoration: underline;
}
.mpayment-howtouse,
.mpayment-howtouse .sp {
    width: 100%;
}
.mpayment-howtouse img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    width: auto;
}
.mpayment-howtouse .sp p {
    font-size: 86%;
    margin: -35px auto 20px;
    text-align: center;
}
.mpayment-block p.mpayment-sub {
    margin: 18px auto 40px;
    text-align: center;
}
#mpayment-app01 {
    background: url(../img/customer/mpayment-app01.png) no-repeat left top;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}
#mpayment-app01:before {
    content: "";
    display: block;
    padding-top: 31%;
}
#mpayment-app01 ul {
    left: 48.5%;
    overflow: hidden;
    position: absolute;
    top: 70%;
    width: 46%;
}
#mpayment-app02 {
    background: url(../img/customer/mpayment-app02.jpg) no-repeat left top;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    margin: 0;
    position: relative;
    text-align: center;
}
#mpayment-app02:before {
    content: "";
    display: block;
    padding-top: 25%;
}
#mpayment-app02 ul {
    left: 13%;
    overflow: hidden;
    position: absolute;
    top: 60%;
    width: 46%;
}
#mpayment-app01 ul li,
#mpayment-app02 ul li {
    float: left;
    margin: 0;
    text-align: left;
    width: 50%;
}
#mpayment-app01 ul li a,
#mpayment-app02 ul li a {
    cursor: pointer;
}
#mpayment-app01 ul li a:hover,
#mpayment-app02 ul li a:hover {
    opacity: 0.7;
}
#mpayment-app01 ul li a img,
#mpayment-app02 ul li a img {
    max-width: 135px;
    width: 96%;
}
.mpayment-note {
    border: 1px solid #000;
    margin: 0 auto 40px;
    padding: 20px 1%;
    width: 100%;
}
.mpayment-note p {
    margin: 0 0 15px;
    text-align: center;
}
.mpayment-note p span {
    padding: 2px 10px 5px;
}
.mpayment-note .mpayment-txt-red {
    color: #ff0000;
}
.mpayment-note .mpayment-txt-black {
    color: #000;
}
.mpayment-note .mpayment-fs18 {
    font-size: 140%;
    line-height: 34px;
}
.mpayment-note .mpayment-fs16 {
    font-size: 100%;
}
.mpayment-note .mpayment-txt-bold {
    font-weight: 600;
}
.mpayment-note .mpayment-bg-green {
    background-color: #00ff0c;
}
.mpayment-note .mpayment-bg-yellow {
    background-color: #fcff00;
}
.mpayment-note .mpayment-underline {
    text-decoration: underline;
}
@media ( min-width : 768px ) {
    .mpayment-block {
        padding: 60px 0 20px;
    }
    .mpayment-block p {
        width: 100%;
    }
    .mpayment-descript div {
        display: flex;
    }
    .mpayment-descript figure {
        display: inline-block;
        width: 32%;
        vertical-align: middle;
    }
    .mpayment-howtouse div {
        margin-bottom: 60px;
    }
    .mpayment-howtouse .pc {
        position: relative;
    }
    .mpayment-howtouse .pc p {
        bottom: -65px;
        font-size: 14px;
        max-width: 240px;
        position: absolute;
        text-align: center;
        right: -48px;
    }
    #mpayment-app01 ul,
    #mpayment-app02 ul {
        width: 23%;
    }
    #mpayment-app01 ul li,
    #mpayment-app02 ul li {
        max-width: 140px;
        width: 50%;
    }
    .mpayment-note .mpayment-fs18 {
        font-size: 18px;
        line-height: 28px;
    }
    .mpayment-note .mpayment-fs16 {
        font-size: 16px;
    }
}
.simulator-wrapper {
    width: 100%;
}
.simulator-wrapper .jconfirm .container {
    padding: 0;
    width: auto;
}
.simulator-wrapper .jconfirm .container .col01 {
    width: 45%;
}
.simulator-wrapper .jconfirm .container .col02 {
    width: 54%;
}
.simulator-wrapper .jconfirm .buttons.pull-right {
    float: none !important;
}
.simulator-wrapper .jconfirm .btn {
    background: none 0 0 #fff;
    border: 1px solid #c2c2c2;
    color: #666;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    padding: 8px 15px;
}
.simulator-wrapper .jconfirm .btn:hover {
    background: none 0 0 #bab5a9;
    color: #fff;
}
.simulator-wrapper header {
    border-bottom: 1px solid #a0a0a0;
    margin: 0;
}
.simulator-wrapper header .header {
    max-width: 1000px;
    overflow: hidden;
    padding: 38px 0 43.5px;
}
.simulator-wrapper header .header .logo {
    padding: 0;
}
.simulator-wrapper header .header .logo img {
    max-width: 100%;
    width: auto;
}
.simulator-wrapper .main {
    display: block;
}
.simulator-block {
    max-width: 1000px;
    padding: 55px 0;
}
.simulator-block .title-01 {
    background-color: #0071be;
    color: #fff;
    font-size: 150%;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 40px;
    padding: 20px 2%;
    width: 100%;
}
.simulator-frm {
    padding: 0 2%;
}
.simulator-frm .txt-sub {
    font-size: 110%;
    line-height: 30px;
    margin-bottom: 30px;
    width: 100%;
}
.simulator-frm .txt-sub-min {
    font-size: 100%;
    line-height: 30px;
    margin: 0 auto 22px;
    width: 100%;
}
.simulator-frm .title-frm {
    min-height: 100px;
    width: 100%;
}
.simulator-frm .title-frm-note {
    color: #2d2d2d;
    float: right;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    max-width: 285px;
}
.simulator-frm .title-frm.step-01 {
    background: url(../img/simulator/step-01.png) no-repeat center top transparent;
    background-size: contain;
}
.simulator-frm .title-frm.step-02 {
    background: url(../img/simulator/step-02.png) no-repeat center top transparent;
    background-size: contain;
}
.simulator-frm .title-frm.step-03 {
    background: url(../img/simulator/step-03.png) no-repeat center top transparent;
    background-size: contain;
}
.simulator-frm .row {
    clear: both;
    margin: 0 0 30px;
    overflow: hidden;
    width: 100%;
}
.simulator-frm .row label {
    color: #000;
    display: block;
    font-size: 110%;
    font-weight: 400;
    margin-bottom: 10px;
    width: 100%;
}
.simulator-frm .row label span {
    color: #0071be;
    font-size: 150%;
    font-weight: 600;
    margin-right: 10px;
}
.simulator-frm .row select,
.simulator-frm .row .line-02 div input[type='text'] {
    border: 1px solid #a0a0a0;
    border-radius: 8px;
    cursor: pointer;
    height: 50px;
    outline: none;
    padding: 5px;
    width: 100%;
}
.simulator-frm .row .line-02 div {
    margin-bottom: 20px;
    width: 100%;
}
.simulator-frm .row .line-02 select,
.simulator-frm .row .line-02 div input[type='text'] {
    max-width: 280px;
}
.simulator-frm .submit-btn {
    background: #ff8a00;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 120%;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 36px;
    margin: 20px auto;
    max-width: 644px;
    outline: none;
    padding: 20px 1%;
    text-align: center;
    width: 100%;
}
.simulator-frm .note-block {
    background: #e5e5e5;
    margin-bottom: 50px;
    overflow: hidden;
    padding: 40px 4%;
    width: 100%;
}
.simulator-frm .note-block h5,
.simulator-frm .note-block p {
    font-size: 110%;
    line-height: 30px;
    margin-bottom: 25px;
}
.simulator-frm .note-block h5 {
    font-weight: 600;
}
.simulator-frm .note-block p {
    margin-left: 20px;
    text-align: justify;
}
.simulator-frm .note-block p:first-letter {
    margin-left: -20px;
}
.simulator-frm .apply-btn {
    background: #e4007f;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 130%;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 60px;
    margin: 20px auto;
    outline: none;
    padding: 10px 1%;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.simulator-frm .submit-btn {
    background: #0071be;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 128%;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 60px;
    margin: 20px auto;
    outline: none;
    padding: 10px 1%;
    text-align: center;
    width: 100%;
}
.simulator-compare {
    clear: both;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.simulator-compare .scompare-01 {
    background: url(../img/simulator/scompare-bg01.png) no-repeat 0 0 transparent;
    background-size: contain;
    margin: 0 auto;
    max-width: 296px;
    min-height: 148px;
    text-align: center;
}
.simulator-compare .scompare-01 p {
    color: #727272;
    font-size: 120%;
    padding-top: 28%;
}
.simulator-compare .scompare-01 p span {
    font-size: 150%;
}
.simulator-compare .scompare-icon01 {
    background: url(../img/simulator/scompare-icon01.png) no-repeat center center transparent;
    display: inline-block;
    margin: 20px auto;
    height: 36px;
    width: 31px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    vertical-align: middle;
}
.simulator-compare .scompare-02 {
    background: url(../img/simulator/scompare-bg02.png) no-repeat 0 0 transparent;
    background-size: contain;
    margin: 0 auto;
    max-width: 488px;
    min-height: 148px;
    text-align: center;
}
.simulator-compare .scompare-02 p {
    color: #ff8a00;
    font-size: 120%;
    font-weight: 600;
    padding-top: 18%;
}
.simulator-compare .scompare-02 p span {
    font-size: 170%;
}
.simulator-compare .scompare-icon02 {
    background: url(../img/simulator/scompare-icon02.png) no-repeat center center transparent;
    display: inline-block;
    margin: 20px auto;
    height: 48px;
    width: 42px;
    vertical-align: middle;
}
.simulator-compare .scompare-03 {
    background: #0071be;
    border-radius: 10px;
    color: #fff;
    font-size: 90%;
    line-height: 44px;
    min-height: 118px;
    margin: 20px auto 60px;
    max-width: 590px;
    padding: 40px 0;
    text-align: center;
}
.simulator-compare .scompare-03 span {
    color: #fffc00;
    display: inline-block;
    font-size: 300%;
    font-weight: 600;
}
.sgas-frm {
    border: 1px solid #c9c9c9;
    margin: 0 auto 40px;
    overflow: hidden;
    width: 100%;
}
.sgas-frm .sgas-row {
    width: 100%;
}
.sgas-frm .sgas-onecol {
    border: 1px solid #c9c9c9;
    padding: 20px 2%;
}
.sgas-frm .sgas-onecol p {
    margin: 0;
}
.sgas-frm .sgas-col.sgas-col01 {
    background: #e5e5e5;
    border: 1px solid #c9c9c9;
    font-size: 110%;
    padding: 20px 2%;
    width: 100%;
}
.sgas-frm .sgas-col.sgas-col01 label {
    font-size: 110%;
}
.sgas-frm .sgas-col.sgas-col01 span {
    color: #fff;
    float: right;
    font-size: 70%;
    line-height: 16px;
    padding: 2px 5px;
    text-align: center;
}
.sgas-frm .sgas-col.sgas-col01 span.red_required {
    background: #ff0000;
}
.sgas-frm .sgas-col.sgas-col01 span.blue_required {
    background: #7fcef4;
    line-height: 18px;
    margin-top: -5px;
}
.sgas-frm .sgas-col.sgas-col02 {
    border: 1px solid #c9c9c9;
    font-size: 110%;
    padding: 20px 2%;
    width: 100%;
}
.sgas-frm .sgas-col.sgas-col02 label {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 2px;
    vertical-align: middle;
}
.sgas-frm .sgas-col.sgas-col02 label * {
    vertical-align: middle;
}
html:not(.safari) .sgas-frm .sgas-col.sgas-col02 input[type="radio"],
html:not(.safari) .sgas-frm .sgas-col.sgas-col02 input[type="checkbox"],
html:not(.safari) .priv-check input[type="checkbox"] {
    background: #fff;
    color: #c9c9c9;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 0 4px 2px 0;
    width: 25px;
    vertical-align: middle;
}
.safari .sgas-frm .sgas-col.sgas-col02 input[type="radio"],
.safari .sgas-frm .sgas-col.sgas-col02 input[type="checkbox"],
.safari .priv-check input[type="checkbox"] {
    margin: 0;
}
.safari .priv-check input[type="checkbox"] {
    margin-right: 4px;
}
.sgas-frm .sgas-col.sgas-col02 input[type="text"],
.sgas-frm .sgas-col.sgas-col02 select {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    color: #333;
    cursor: pointer;
    font-size: 96%;
    margin-bottom: 10px;
    padding: 10px;
    height: 50px;
}
.sgas-frm .sgas-col.sgas-col02 input[type="text"]:focus,
.sgas-frm .sgas-col.sgas-col02 select:focus {
    border: 2px solid #0071be;
    border-radius: 10px;
    outline: none !important;
}
.sgas-frm .sgas-col.sgas-col02 .w-100 {
    width: 100%;
}
.sgas-frm .sgas-col.sgas-col02 ::-webkit-input-placeholder {
    color: #ccc;
}
.sgas-frm .sgas-col.sgas-col02 ::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}

.sgas-frm .sgas-col.sgas-col02 :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #ccc !important;
}

.sgas-frm .sgas-col.sgas-col02 ::-ms-input-placeholder { /* Microsoft Edge */
 color: #ccc !important;
}
.sgas-frm .sgas-col.sgas-col02 p.help-block {
    font-size: 90%;
    text-align: justify;
}
.sgas-frm .sgas-col.sgas-col02 p.help-block .help-block-sp {
    display: block;
}
.sgas-frm .sgas-col02.short-text-input span {
    display: inline-block;
    margin: 0 5px 10px 0;
    vertical-align: middle;
}
.sgas-frm .sgas-col02.short-text-input input {
    width: 100px;
}
.sgas-frm .radio-horizontal .first-radio,
.sgas-frm .radio-horizontal .second-radio {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
}
.sgas-frm .sgas-col02 .sgas-wrapbox {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: left;
    -webkit-justify-content: left;
}
.sgas-frm .sgas-col02 .sgas-wrapbox.box-high {
    margin-bottom: 0;
}
.sgas-frm .sgas-col.sgas-col02 .sgas-wrapbox * {
    vertical-align: middle !important;
}
.sgas-frm .sgas-col02 .sgas-wrapbox .sgas-box.box-character {
    margin: 0 6px 0 0;
}
.sgas-frm .sgas-col02 .sgas-wrapbox.box-high .sgas-box.box-character {
    margin: 0 6px 38px 0;
}
.sgas-frm .sgas-col02 .sgas-wrapbox .sgas-box.box-input {
    max-width: 80px;
    text-align: center;
}
.sgas-frm .sgas-col02 .sgas-wrapbox .sgas-box.box-length12 {
    max-width: 280px;
}
.sgas-frm .sgas-col02 .sgas-wrapbox .sgas-box.box-input input[type="number"],
.sgas-frm .sgas-col02 .sgas-wrapbox .sgas-box.box-length12 input[type="number"] {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    color: #333;
    cursor: pointer;
    font-size: 96%;
    height: 40px;
    margin: 0;
    padding: 2px;
    text-align: right;
    width: 100%;
}
.sgas-frm .sgas-col02 .sgas-wrapbox .sgas-box.box-input input[type="number"]:focus,
.sgas-frm .sgas-col02 .sgas-wrapbox .sgas-box.box-length12 input[type="number"]:focus {
    border: 2px solid #0071be;
    border-radius: 10px;
    outline: none !important;
}
.sgas-frm .sgas-col02 .sgas-wrapbox.box-high .sgas-box.box-input label {
    color: #737373;
    font-size: 14px;
    margin-top: 5px;
}
.sgas-frm .sgas-col02 .sgas-wrapbox .sgas-box.box-separate {
    margin: 0 6px;
}
.sgas-frm .sgas-col02 .sgas-wrapbox.box-high .sgas-box.box-separate {
    margin: 0 6px 38px;
}
.wrapbox {
    clear: both;
    margin: 20px auto 0;
    overflow: hidden;
    width: 100%;
}
.wrapbox .onebox {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}
.wrapbox .onebox > h3 {
    font-size: 140%;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
}
.wrapbox .onebox .privacybox {
    background-color: #fff;
    border: 2px solid #ddd;
    font-size: 80%;
    height: 300px;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px 2%;
    text-align: left;
    width: 100%;
}
.wrapbox .onebox .privacybox h4 {
    font-size: 130%;
    font-weight: 600;
    margin: 20px auto 15px;
    text-decoration: underline;
    width: 100%;
}
.wrapbox .onebox .privacybox h5 {
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
}
.wrapbox .onebox .privacybox p {
    font-size: 110%;
    line-height: 20px;
    margin-bottom: 8px;
    text-align: justify;
}
.wrapbox .onebox .privacybox p.m-b30 {
    margin-bottom: 30px;
}
.wrapbox .onebox .privacybox .privacy-gascharge {
    clear: both;
    overflow: hidden;
    margin: 20px auto;
    text-align: center;
    width: 100%;
}
.wrapbox .onebox .privacybox .privacy-gascharge h5 {
    border: 1px solid #333;
    border-radius: 10px;
    display: inline-block;
    font-size: 140%;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 10px 2%;
}
.wrapbox .onebox .privacybox .privacy-gascharge h6 {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.wrapbox .onebox .privacybox .privacy-gascharge h6 span.pr-gastxt {
    border: 1px solid #333;
    border-radius: 10px;
    font-size: 130%;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 2%;
}
.wrapbox .onebox .privacybox .privacy-gascharge h6 span.pr-gassign {
    font-size: 140%;
    font-weight: 600;
    padding: 10px 4%;
}
.wrapbox .onebox .privacybox .privacy-gaslst {
    clear: both;
    overflow: hidden;
    width: 100%;
}
.wrapbox .onebox .privacybox .privacy-gaslst li {
    float: left;
    font-size: 110%;
    margin-bottom: 10px;
    width: 48%;
}
.wrapbox .onebox .privacybox table.privacy-gastbl {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    max-width: 100%;
    min-height: .01%;
    overflow-x: auto;
    text-align: center;
    width: 100%;
}
.wrapbox .onebox .privacybox table.privacy-gastbl th,
.wrapbox .onebox .privacybox table.privacy-gastbl td {
    border: 1px solid #ddd;
    font-size: 120%;
    line-height: 1.42857143;
    padding: 5px 2%;
    text-align: center;
    vertical-align: center;
}
.wrapbox .onebox .privacybox .privacybox-contact {
    border: 2px double #333;
    font-size: 110%;
    font-weight: 600;
    margin: 30px auto;
    padding: 10px 4%;
}
.wrapbox .onebox .privacybox .privacybox-contact dt {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}
.wrapbox .onebox .privacybox .privacybox-contact dd {
    display: inline-block;
    width: calc(100% - 22%);
    vertical-align: middle;
}
.priv-check {
    margin: 0 auto 40px;
    text-align: center;
    width: 100%;
}
.priv-check .priv-label {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.priv-check .regular-checkbox {
    margin: 0 5px 0 0;
}
.priv-check .error:nth-child(even) {
    background-position: 0 0;
    bottom: -25px;
    display: inline-block;
    left: 30px;
    padding: 0 0 0 15px;
    position: absolute;
    vertical-align: middle;
}
.sgas-frm .error {
    background-position: 0 0;
    padding: 0 0 0 15px;
}
.sgas-frm .div-with-error .error:nth-child(even) {
    margin: 0 0 15px;
}

.custom-error{
    background: url(../img/form/mfp_error.gif) no-repeat 0 10px transparent;
    color: #e84c3d;
    font-size: 12px;
    padding: 5px 0 0 15px;
    display: block;
}
.sgas-frm .custom-error {
    background: url(../img/form/mfp_error.gif) no-repeat 0 5px transparent;
    color: #e84c3d;
    font-size: 12px;
    padding: 5px 0 0 15px;
    display: block;
}
.simulator-landing {

}
.simulator-landing .sland-banner {
    position: relative;
}
.simulator-landing .sland-banner > img {
    display: block;
}
.simulator-landing .sland-cont {
    margin: 0 auto;
    max-width: 1036px;
    overflow: hidden;
    width: 100%;
}
.simulator-landing .sland-banner .sland-cont {
    bottom: 5px;
    left: 0;
    position: absolute;
    right: 0;
}
.simulator-landing .sland-cont .sland-btn {
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    font-size: 110%;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 32px;
    margin: 0px auto;
    max-width: 420px;
    outline: none;
    padding: 10px 1%;
    text-align: center;
    width: 100%;
}
.simulator-landing .sland-cont .sland-btn.sland-btn-top {
    font-size: 90%;
    padding: 5px 1%;
    width: 42%;
}
.simulator-landing .sland-cont .sland-btn01 {
    background: #e4007f;
    color: #fff;
}
.simulator-landing .sland-cont .sland-btn02 {
    background: #ff8a00;
    color: #27499d;
    margin-bottom: 20px;
}
.simulator-landing .sland-block-blue {
    background: #27499d;
    padding: 50px 0 60px;
}
.simulator-landing .sland-block-grey01 {
    background: #e5e5e5;
    padding: 40px 0 40px;
}
.simulator-landing .sland-block-grey01 p {
    font-size: 14px;
}
.simulator-landing .sland-block-white01 {
    background: #fff;
    padding: 65px 0 50px;
}
.simulator-landing .sland-block-grey02 {
    background: #e5e5e5;
    padding: 40px 0 40px;
}
.simulator-landing .sland-block-grey02 p {
    margin: -55px 0 40px;
    padding-left: 5%;
    width: 76%;
}
.simulator-landing .sland-block-orange {
    background: #ffd8a9;
    padding: 0px 0px 40px;
}
.simulator-landing .sland-cont {
    padding: 0 4%;
}
.simulator-landing .sland-block-green {
    background: #88bb5d;
    padding: 70px 0;
}
.simulator-landing .sland-block-green .sland-qa {
    background: #fff;
    padding: 40px 4%;
}
.simulator-landing h3.sland-maintitle {
    border-bottom: 4px solid #0071be;
    color: #000;
    font-size: 150%;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 40px;
    padding-bottom: 22px;
    text-align: center;
    width: 100%;
}
.simulator-landing .sland-block-green .sland-qa h4.sland-qa-question {
    background: url(../img/simulator/sland-icon01.png) no-repeat left center transparent;
    background-size: 45px 45px;
    font-size: 110%;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 10px 0px 15px 50px;
}
.simulator-landing .sland-block-green .sland-qa p.sland-qa-answer {
    background: url(../img/simulator/sland-icon02.png) no-repeat left top transparent;
    background-size: 45px 45px;
    font-size: 100%;
    line-height: 30px;
    margin-bottom: 30px;
    min-height: 50px;
    padding: 0px 0px 10px 50px;
    text-align: justify;
}
.simulator-landing .sland-block-grey03 {
    background: #e5e5e5;
    padding: 70px 0;
}
.simulator-landing .sland-block-grey03 .sland-charge {
    background: #fff;
    padding: 40px 4%;
}
.simulator-landing .sland-block-grey03 .sland-charge h4 {
    color: #27499d;
    font-size: 100%;
    font-weight: 600;
}
.simulator-landing .sland-block-grey03 .sland-charge h4 img {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    width: auto;
    vertical-align: middle;
}
.simulator-landing .sland-block-grey03 .sland-charge p {
    font-size: 100%;
    line-height: 24px;
    margin-bottom: 20px;
}
.simulator-landing .sland-block-grey03 .sland-charge table {
    color: #333;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    font-size: 110%;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.simulator-landing .sland-block-grey03 .sland-charge table th {
    background: #e5e5e5;
    border-right: 1px solid #333;
    font-size: 110%;
    font-weight: 400;
    padding: 15px 0;
}
.simulator-landing .sland-block-grey03 .sland-charge table td {
    background: #fff;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    font-size: 110%;
    font-weight: 400;
    padding: 15px 0;
}
.simulator-landing .sland-block-white02 {
    background: #fff;
    margin-bottom: 180px;
    padding: 70px 0;
}
.egas-block-wrapper {
    clear: both;
    margin: 50px auto 30px;
    width: 100%;
}
.simulator-landing .sland-block-white02 .egas-btn01 {
    background: #ff0000;
    border: none;
    color: #fff;
    display: block;
    font-size: 160%;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 32px;
    margin: 0px auto 10px;
    outline: none;
    padding: 32px 1%;
    text-align: center;
    width: 100%;
}
.egas-block-wrapper .egas-btn01 {
    background: #ff0000;
    border: none;
    color: #fff;
    display: block;
    font-size: 140%;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 32px;
    margin: 0px auto;
    outline: none;
    padding: 32px 1%;
    text-align: center;
    width: 100%;
}
.simulator-landing .sland-block-white02 .egas-block01 {
    border: 1px solid #ff0000;
    border-radius: 10px;
    color: #333;
    margin-bottom: 35px;
    padding: 40px 4%;
    width: 100%;
}
.egas-block-wrapper .egas-block01 {
    border: 1px solid #ff0000;
    border-radius: 10px;
    color: #333;
    margin-bottom: 35px;
    padding: 40px 4%;
    width: 100%;
}
.simulator-landing .sland-block-white02 .egas-block01 h4,
.egas-block-wrapper .egas-block01 h4 {
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 10px;
}
.simulator-landing .sland-block-white02 .egas-block01 h4 span,
.egas-block-wrapper .egas-block01 h4 span {
    font-size: 100%;
    font-weight: 600;
}
.simulator-landing .sland-block-white02 .egas-block01 h5,
.egas-block-wrapper .egas-block01 h5 {
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 2%;
}
.simulator-landing .sland-block-white02 .egas-block01 h5.m-b20 {
    margin-bottom: 20px;
}
.egas-block-wrapper .egas-block01 h5.m-b10 {
    margin-bottom: 10px;
}
.simulator-landing .sland-block-white02 .egas-block01 h5 span,
.egas-block-wrapper .egas-block01 h5 span {
    font-size: 110%;
    font-weight: 400;
    letter-spacing: -1px;
}
.simulator-landing .sland-block-white02 .egas-block01 h6,
.egas-block-wrapper .egas-block01 h6 {
    font-size: 120%;
    font-weight: 600;
    padding-left: 10px;
}
.simulator-landing .sland-block-white02 .egas-block01 h6 span,
.egas-block-wrapper .egas-block01 h6 span {
    font-size: 110%;
    font-weight: 600;
}
.simulator-landing .sland-block-white02 .egas-block01-cont,
.egas-block-wrapper .egas-block01-cont {
    overflow: hidden;
    width: 100%;
}
.simulator-landing .sland-block-white02 .egas-block01-cont div,
.egas-block-wrapper .egas-block01-cont div {
    float: left;
}
.simulator-landing .sland-block-white02 .egas-block01-cont div:first-child,
.egas-block-wrapper .egas-block01-cont div:first-child {
    margin-bottom: 10px;
}
.simulator-landing .sland-block-white02 p,
.egas-block-wrapper p {
    font-size: 100%;
}
.simulator-landing .sland-block-white02 p.egas-sub {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
.egas-block-wrapper p.egas-sub {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}
.simulator-landing .sland-block-white02 .egas-btn02 {
    background: #27499d;
    border: none;
    color: #fff;
    display: block;
    font-size: 160%;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 46px;
    margin: 0px auto 10px;
    outline: none;
    padding: 32px 1%;
    text-align: center;
    width: 100%;
}
.egas-block-wrapper .egas-btn02 {
    background: #27499d;
    border: none;
    color: #fff;
    display: block;
    font-size: 140%;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 46px;
    margin: 0px auto;
    outline: none;
    padding: 32px 1%;
    text-align: center;
    width: 100%;
}
.simulator-landing .sland-block-white02 .egas-btn02 span,
.egas-block-wrapper .egas-btn02 span {
    display: inline-block;
    font-size: 100%;
    line-height: 30px;
    width: 100%;
}
.simulator-landing .sland-block-white02 .egas-block02 {
    border: 1px solid #27499d;
    border-radius: 10px;
    color: #333;
    margin-bottom: 35px;
    padding: 35px 60px;
    text-align: center;
    width: 100%;
}
.egas-block-wrapper .egas-block02 {
    border: 1px solid #27499d;
    border-radius: 10px;
    color: #333;
    margin-bottom: 35px;
    padding: 35px 20px;
    text-align: left;
    width: 100%;
}
.simulator-landing .sland-block-white02 .egas-block02 h4,
.egas-block-wrapper .egas-block02 h4 {
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 20px;
}
.egas-block-wrapper .egas-block02 h4 {
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 10px;
}
.simulator-landing .sland-block-white02 .egas-block02 h5 {
    font-size: 110%;
    font-weight: 600;
    padding-left: 45px;
}
.egas-block-wrapper .egas-block02 h5 {
    font-size: 110%;
    font-weight: 600;
    padding-left: 20px;
}
.simulator-landing .sland-block-white02 .egas-block02 h5 span,
.egas-block-wrapper .egas-block02 h5 span {
    font-size: 100%;
}
.simulator-landing .sland-footer {
    background: #27499d;
    padding: 45px 0;
    text-align: center;
    width: 100%;
}
.simulator-landing .sland-footer p {
    color: #fff;
    font-size: 100%;
}
.city-gas-link{
    display: flex;
    justify-content: center;
}
.egas-block02 .lpgas-customer-link {
    background: #6bc2ee;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 5px 0;
    max-width: 340px;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.egas-block02 .lpgas-customer-pnone {
    padding-left: 4px !important;
}
.cooking-form .col04 {
    margin-bottom: 15px;
}
.cooking-form .col04 .col04-line2 {
    line-height: 16px;
    padding: 0;
    vertical-align: middle;
}

@media screen and (min-width: 320px) {
    .simulator-frm .apply-btn {
        background: url(../img/simulator/apply-btn.png) no-repeat 92% center #e4007f;
        background-size: 10%;
        font-size: 136%;
    }
}
@media screen and (min-width: 768px) {
    .simulator-wrapper header .header .logo {
        width: auto;
    }
    .simulator-wrapper header .header .logo img {
        max-width: 159px;
        width: 100%;
    }
    .simulator-block .title-01 {
        font-size: 30px;
        padding: 20px 80px;
    }
    .simulator-frm {
        padding: 0 40px;
    }
    .simulator-frm .title-frm {
        margin-bottom: 30px;
    }
    .simulator-frm .row label {
        font-size: 18px;
        line-height: 36px;
    }
    .simulator-frm .row label span {
        font-size: 36px;
    }
    .simulator-frm .row select,
    .simulator-frm .row .line-02 div input[type='text'] {
        font-size: 18px;
        max-width: 620px;
    }
    .simulator-frm .row .line-02 div.w01 {
        display: inline-block;
        margin-right: 35px;
        max-width: 130px;
        vertical-align: top;
    }
    .simulator-frm .row .line-02 div.w02 {
        display: inline-block;
        max-width: 270px;
        position: relative;
        vertical-align: top;
    }
    .simulator-frm .row .line-02 div.w02 .error:last-child {
        background-position: left center;
        margin: 0;
        /*bottom: 0;
        left: 0;
        position: absolute;*/
    }
    .simulator-frm .txt-sub {
        font-size: 18px;
    }
    .simulator-frm .txt-sub-min {
        font-size: 14px;
        margin: -30px auto 22px;
    }
    .simulator-frm .submit-btn {
        font-size: 30px;
    }
    .simulator-frm .note-block {
        padding: 40px 20px;
    }
    .simulator-frm .note-block h5,
    .simulator-frm .note-block p {
        font-size: 18px;
    }
    .simulator-frm .apply-btn {
        font-size: 40px;
    }
    .simulator-frm .submit-btn {
        font-size: 30px;
    }
    .sgas-frm .w-50 {
        width: 50%;
    }
    /*.simulator-compare,
    .simulator-compare .scompare-01 p,
    .simulator-compare .scompare-02 p,
    .simulator-compare .scompare-03 {
        font-family: YuGothic;
    }*/
    .simulator-compare .scompare-03 p {
        display: inline-block;
    }
    .simulator-compare .scompare-03 p:first-child {
        margin-right: -5px;
    }
    .sgas-frm .sgas-row {
        display: table;
    }
    .sgas-frm .sgas-col.sgas-col01 {
        display: table-cell;
        font-size: 18px;
        text-decoration: none;
        width: 32%;
        vertical-align: top;
    }
    .sgas-frm .sgas-col.sgas-col02 {
        display: table-cell;
        font-size: 18px;
        min-height: 1.5rem;
        padding-bottom: 20px;
        width: calc(100% - 32%);
        vertical-align: top;
    }
    .sgas-frm .sgas-col.sgas-col01 label,
    .sgas-frm .sgas-col.sgas-col02,
    .wrapbox .onebox .privacybox h5,
    .sgas-frm .sgas-col.sgas-col02 p.help-blocklarge,
    .sgas-frm .sgas-onecol {
        font-size: 18px;
    }
    .sgas-frm .sgas-col.sgas-col02 p.help-block,
    .wrapbox,
    .wrapbox .onebox .privacybox {
        font-size: 14px;
    }
    .sgas-frm .sgas-col.sgas-col02 p.help-block .help-block-sp {
        display: inline;
    }
    .sgas-frm .sgas-col.sgas-col01 span {
        font-size: 14px;
    }
    .sgas-frm .text-field-with-span span {
        display: inline-block;
        width: 20%;
        vertical-align: middle;
    }
    .sgas-frm .text-field-with-span div {
        display: inline-block;
        width: 78%;
        vertical-align: middle;
    }
    .wrapbox .onebox > h3 {
        font-size: 30px;
    }
    .wrapbox .onebox .privacybox h4 {
        font-size: 18px;
        margin: 20px auto 10px;
        width: 100%;
    }
    .wrapbox .onebox .privacybox h5 {
        margin: 20px auto 10px;
    }
    .wrapbox .onebox .privacybox p,
    .wrapbox .onebox .privacybox .privacy-gaslst li {
        font-size: 14px;
        line-height: 24px;
    }
    .wrapbox .onebox .privacybox .privacy-gascharge h5 {
        font-size: 20px;
    }
    .wrapbox .onebox .privacybox .privacy-gascharge h6 span.pr-gassign {
        font-size: 40px;
    }
    .wrapbox .onebox .privacybox .privacy-gascharge h6 span.pr-gastxt {
        font-size: 18px;
    }
    .wrapbox .onebox .privacybox table.privacy-gastbl th,
    .wrapbox .onebox .privacybox table.privacy-gastbl td,
    .wrapbox .onebox .privacybox .privacybox-contact,
    .wrapbox .onebox .privacybox .privacybox-contact p {
        font-size: 16px;
    }
    .simulator-landing .sland-banner .sland-cont {
        bottom: 10px;
    }
    .simulator-landing .sland-cont .sland-btn.sland-btn-top {
        font-size: 24px;
        padding: 10px 1%;
        width: 100%;
    }
    .simulator-landing .sland-cont .sland-btn01,
    .simulator-landing .sland-cont .sland-btn02 {
        font-size: 24px;
    }
    .simulator-landing .sland-block-grey02 p {
        font-size: 18px;
        margin: -60px auto 70px;
        padding-left: 25px;
        width: 100%;
    }
}
@media screen and (min-width: 1080px) {
    .simulator-frm {
        padding: 0 70px;
    }
    .simulator-frm .title-frm.step-01,
    .simulator-frm .title-frm.step-02,
    .simulator-frm .title-frm.step-03 {
        background-size: cover;
    }
    .simulator-compare .scompare-01 {
        background-size: cover;
        display: inline-block;
        width: 36%;
        vertical-align: middle;
    }
    .simulator-compare .scompare-01 p {
        font-size: 24px;
    }
    .simulator-compare .scompare-01 p span {
        font-size: 36px;
    }
    .simulator-compare .scompare-icon01 {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        margin: 0 1%;
    }
    .simulator-compare .scompare-02 {
        background-size: cover;
        display: inline-block;
        width: 60%;
        vertical-align: middle;
    }
    .simulator-compare .scompare-02 p {
        font-size: 24px;
    }
    .simulator-compare .scompare-02 p span {
        font-size: 48px;
    }
    .simulator-compare .scompare-03 {
        font-size: 14px;
        line-height: 32px;
        margin: 0 auto 60px;
    }
    .simulator-compare .scompare-03 span {
        font-size: 48px;
    }
    .simulator-frm .apply-btn,
    .simulator-landing .sland-cont .sland-btn01 {
        background: url(../img/simulator/apply-btn.png) no-repeat 86% center #e4007f;
        background-size: 67px 31px;
        font-size: 48px;
    }
    .simulator-landing .sland-cont .sland-btn01 {
        line-height: 60px;
        margin: 20px auto;
    }
    .simulator-landing .sland-cont .sland-btn02 {
        background: url(../img/simulator/sland-btn02.png) no-repeat 96% center #ff8a00;
        background-size: 67px 31px;
        font-size: 42px;
        margin-bottom: 40px;
        line-height: 60px;
    }
    .simulator-landing .sland-cont .sland-btn.sland-btn-top {
        font-size: 48px;
        padding: 10px 1%;
        width: 100%;
    }
    .simulator-landing .sland-cont .sland-btn01,
    .simulator-landing .sland-cont .sland-btn02 {
        max-width: 840px;
    }
    .sgas-frm .div-with-error .error:nth-child(even) {
        margin: 0 0 15px;
    }
    .simulator-landing .sland-cont {
        padding: 0 100px;
    }
    .simulator-landing .sland-block-blue .sland-cont,
    .simulator-landing .sland-block-grey01 .sland-cont,
    .simulator-landing .sland-block-white01 .sland-cont,
    .simulator-landing .sland-block-grey02 .sland-cont,
    .simulator-landing .sland-block-green .sland-cont,
    .simulator-landing .sland-block-grey03 .sland-cont,
    .simulator-landing .sland-block-white02 .sland-cont {
        padding: 0;
    }
    .simulator-landing .sland-block-orange .sland-cont {
        padding: 0 100px;
    }
    .simulator-landing .sland-banner,
    .simulator-landing .sland-block-orange img.m-b30 {
        display: block;
        margin: 0 auto;
        max-width: 1900px;
    }
    .simulator-landing .sland-banner .sland-cont {
        bottom: 3%;
        padding: 0 100px;
    }
    .simulator-landing .sland-block-grey02 p {
        margin: -80px auto 80px;
        padding-left: 100px;
    }
    .simulator-landing .sland-block-green .sland-qa,
    .simulator-landing .sland-block-grey03 .sland-charge {
        padding: 40px 100px;
    }
    .simulator-landing h3.sland-maintitle {
        font-size: 48px;
    }
    .simulator-landing .sland-block-green .sland-qa h4.sland-qa-question {
        font-size: 24px;
        padding: 10px 0px 15px 60px;
    }
    .simulator-landing .sland-block-green .sland-qa p.sland-qa-answer {
        font-size: 18px;
        padding: 10px 0px 15px 60px;
    }
    .simulator-landing .sland-block-grey03 .sland-charge h4 {
        font-size: 20px;
    }
    .simulator-landing .sland-block-grey03 .sland-charge p {
        font-size: 14px;
    }
    .simulator-landing .sland-block-grey03 .sland-charge table {
        font-size: 18px;
    }

    .simulator-landing .sland-block-white02 .egas-btn01 {
        font-size: 48px;
    }
    .egas-block-wrapper .egas-btn01 {
        font-size: 22px;
    }
    .simulator-landing .sland-block-white02 .egas-block01 {
        padding: 40px 50px;
    }
    .egas-block-wrapper .egas-block01 {
        padding: 40px 5px;
    }
    .simulator-landing .sland-block-white02 .egas-block01 h4 {
        font-size: 30px;
    }
    .egas-block-wrapper .egas-block01 h4 {
        font-size: 22px;
    }
    .simulator-landing .sland-block-white02 .egas-block01 h4 span {
        font-size: 18px;
    }
    .egas-block-wrapper .egas-block01 h4 span {
        font-size: 16px;
    }
    .simulator-landing .sland-block-white02 .egas-block01 h5 {
        font-size: 18px;
		padding-left: 15px;
    }
    .egas-block-wrapper .egas-block01 h5 {
        font-size: 16px;
        padding-left: 15px;
    }
    .simulator-landing .sland-block-white02 .egas-block01 h5.m-b20,
    .egas-block-wrapper .egas-block01 h5.m-b20 {
        margin-bottom: 20px;
    }
    .simulator-landing .sland-block-white02 .egas-block01 h5 span,
    .egas-block-wrapper .egas-block01 h5 span {
        font-size: 16px;
    }
    .simulator-landing .sland-block-white02 .egas-block01 h6 {
        font-size: 30px;
    }
    .egas-block-wrapper .egas-block01 h6 {
        font-size: 22px;
    }
    .simulator-landing .sland-block-white02 .egas-block01 h6 span {
        font-size: 18px;
    }
    .egas-block-wrapper .egas-block01 h6 span {
        font-size: 16px;
    }
    .simulator-landing .sland-block-white02 .egas-block01-cont div,
    .egas-block-wrapper .egas-block01-cont div {
        float: left;
    }
    .simulator-landing .sland-block-white02 .egas-block01-cont div:first-child {
        border-right: 1px solid #333;
        margin: 0 15px 0 0;
        min-width: 570px;
        padding: 0 25px 0 20px;
    }
    .egas-block-wrapper .egas-block01-cont div:first-child {
        border-right: 1px solid #333;
        margin: 0 15px 0 0;
        min-width: 540px;
        padding: 0 25px 0 20px;
    }
    .simulator-landing .sland-block-white02 p {
        font-size: 14px;
		padding-left: 25px;
    }
    .egas-block-wrapper p {
        font-size: 14px;
        padding-left: 15px;
    }
    .simulator-landing .sland-block-white02 p.egas-sub,
    .egas-block-wrapper p.egas-sub {
        font-size: 18px;
    }
    .simulator-landing .sland-block-white02 .egas-btn02 {
        font-size: 48px;
		    line-height: 32px;
    }
    .egas-block-wrapper .egas-btn02 {
        font-size: 22px;
        line-height: 22px;
    }
    .simulator-landing .sland-block-white02 .egas-btn02 span {
        font-size: 24px;
    }
    .egas-block-wrapper .egas-btn02 span {
        font-size: 18px;
    }
    .simulator-landing .sland-block-white02 .egas-block02 {
        padding: 35px 60px;
    }
    .egas-block-wrapper .egas-block02 {
        padding: 35px 20px;
    }
    .simulator-landing .sland-block-white02 .egas-block02 h4 {
        font-size: 30px;
    }
    .egas-block-wrapper .egas-block02 h4 {
        font-size: 22px;
    }
    .simulator-landing .sland-block-white02 .egas-block02 h5 {
        font-size: 30px;
    }
    .egas-block-wrapper .egas-block02 h5 {
        font-size: 22px;
    }
    .simulator-landing .sland-block-white02 .egas-block02 h5 span {
        font-size: 18px;
    }
    .egas-block-wrapper .egas-block02 h5 span {
        font-size: 16px;
    }
	.simulator-landing .sland-footer p {
		font-size: 18px;
	}
}
.character-landing .text-center {
    text-align: center;
}
.character-landing .charac-cont {
    margin: 0 auto;
    max-width: 1160px;
    overflow: hidden;
    width: 100%;
}
.character-landing .tit {
    background-color: #0075c1;
    padding: 12px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    min-width: 280px;
    text-align: center;
}
.character-landing .charac-banner {
    position: relative;
}
.character-landing .charac-banner .time {
    position: absolute;
    right: 16%;
    top: 29%;
    max-width: 23%;
}
.character-landing .charac-banner .charac-cont {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 10%;
    text-align: center;
}
.character-landing .charac-btn {
    color: #fff;
    background: #e9091b;
    padding: 7px 55px 7px 20px;
    font-size: 18px;
    border-radius: 8px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #e9091b;
    cursor: pointer;
    position: relative;
}
.character-landing .charac-btn::after {
    content: "";
    position: absolute;
    background: url(../img/character_name/arrow.png);
    background-size: 100%;
    right: 20px;
    width: 21px;
    height: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.character-landing .charac-btn.white {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #999999;
    padding: 8px 25px;
}
.character-landing .title-center {
    text-align: center;
    margin: 3rem 0;
}
.character-landing .charac-content01 {
    margin-bottom: 4rem;
}
.character-landing .charac-content01 .title-center > img {
    max-width: 56.8%;
}
.character-landing .charac-content01 .box-bg {
    position: relative;
    margin-bottom: 4rem;
}
.character-landing .charac-content01 .box-bg::before {
    content: "";
    position: absolute;
    width: calc( 100% - 28% );
    height: calc( 100% - 86px );
    background-color: #d6e9f5;
    z-index: 1;
    bottom: 0;
    left: 0;
}
.character-landing .charac-content01 .box-bg .charac-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 9;
}
.character-landing .charac-content01 .box-bg .box-text {
    width: 54%;
    text-align: center;
}
.character-landing .charac-content01 .box-bg .box-img {
    width: 31.5%;
    text-align: center;
}
.character-landing .charac-content01 .box-bg .box-img > img {
    width: auto;
    max-width: 100%;
}
.character-landing .color1 {
    color: #e60012;
}
.character-landing .color2 {
    color: #0075c1;
}
.character-landing .charac-content01 .box-bg .box-text .inner-text {
    padding: 20px 0;
    box-sizing: border-box;
    text-align: left;
}
.character-landing .charac-content01 .box-bg .box-text .inner-text .mrgin {
    font-weight: 600;
    display: inline-block;
    margin: 0 0 10px;
}
.character-landing .charac-content01 .box-bg .box-text .inner-text .tit-cricle {
    position: relative;
    padding-left: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}
.character-landing .charac-content01 .box-bg .box-text .inner-text .tit-cricle::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #0075c1;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.character-landing .charac-content01 .box-bg .box-text .inner-text .tb-text {
    margin-bottom: 20px;
}
.character-landing .charac-content01 .box-bg .box-text .inner-text .tb-text:last-child {
    margin-bottom: 0;
}
.character-landing .charac-content01 .box-bg .box-text .inner-text .tb-text td:first-child {
    padding-left: 25px;
}
.character-landing .charac-content01 .box-bg .box-text .inner-text .tb-text td {
    padding: 5px 10px;
    color: #f72c3c;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    font-weight: 600;
    font-size: 18px;
}
.character-landing .charac-content01 .box-bg .box-text .inner-text .tb-text td .big {
    font-size: 24px;
}
.character-landing .charac-content01 .box-bg .box-text .inner-text .tb-text .one {
    background-color: #f72c3c;
    border-radius: 15px;
    color: #fff;;
    padding: 2px 10px;
    text-shadow: none;
    white-space: nowrap;
}
.character-landing .charac-content01 .box-bg .box-text .inner-text .list-note li {
    text-indent: -15px;
    padding-left: 15px;
}
.character-landing .charac-content01 .box-bg.right .charac-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.character-landing .charac-content01 .box-bg.right::before {
    width: calc( 100% - 20% );
    height: calc( 100% - 50px );
    left: auto;
    right: 0;
}
.character-landing .charac-content01.pink .box-bg::before {
    background-color: #f4dfce;
}
.character-landing .charac-content01.pink .box-bg .box-text .tit {
    background-color: #dc945d;
}
.character-landing .charac-content01.pink .box-bg::before {
    height: calc( 100% - 63px );
}
.character-landing .charac-content01.pink .box-bg.right::before {
    height: calc( 100% - 93px );
}
.character-landing .charac-content02 {
    padding: 35px 0;
    background-color: #d6e9f5;
}
.character-landing .charac-content02 .padding-main {
    padding: 30px 100px 0;
    box-sizing: border-box;
}
.character-landing .charac-content02 .row-list {
    margin-bottom: 20px;
    display: table;
}
.character-landing .charac-content02 .row-list dt,
.character-landing .charac-content02 .row-list dd {
    display: table-cell;
}
.character-landing .charac-content02 .row-list dt {
    background-color: #0075c1;
    padding: 4px 0;
    display: inline-block;
    color: #fff;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    width: 95px;
    text-align: center;
    margin-right: 20px;
}
.character-landing .charac-content02 .row-list dd {
    width: calc( 100% - 115px);
    line-height: 1.6;
}
.character-landing .charac-content02 .row-list dd ul li {
    padding-left: 30px;
    position: relative;
}
.character-landing .charac-content02 .row-list dd ul li::before {
    content: "●";
    position: absolute;
    font-size: 25px;
    left: 0;
    top: -2px;
    line-height: 1;
}
.character-landing .charac-frm {
    width: 100%;
}
.character-landing .charac-frm .charac-row {
    display: table;
    width: 100%;
}
.character-landing .charac-frm .charac-row:last-child .charac-col {
    border-top: 0;
}
.character-landing .charac-frm .charac-row .charac-col {
    display: table-cell;
    padding: 20px 0;
    border-top: 1px solid #c2c2c2;
    font-size: 14px;
}
.character-landing .charac-frm .charac-row .charac-col.charac-col01 {
    width: 26%;
    padding-right: 30px;
    box-sizing: border-box;
    font-weight: 600;
}
.character-landing .charac-frm .charac-row .charac-col.charac-col02 {
    width: calc( 100% - 26% );
    padding-left: 30px;
    box-sizing: border-box;
}
.character-landing .charac-frm .charac-row .charac-col.charac-col01 span {
    color: #fff;
    float: right;
    font-size: 70%;
    line-height: 16px;
    padding: 2px 5px;
    text-align: center;
    font-size: 12px;
    border-radius: 6px;
}
.character-landing .charac-frm .charac-row .charac-col.charac-col01 .red_required {
    background: #ff0000;
}
.character-landing .form-row:first-child {
    margin-top: 0;
}
.character-landing .form-row {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.character-landing .form-row .form-group {
    display: inline-block;
    margin-left: 30px;
}
.character-landing .form-row .form-group ~ span {
    line-height: 2.2;
    margin: 0 5px;
}
.character-landing .form-row .form-group:first-child {
    margin-left: 0;
}
.character-landing .form-row label {
    margin-right: 10px;
    min-width: 28px;
    display: inline-block;
}
.character-landing .form-row .mw60 {
    min-width: 60px;
}
.character-landing .ml-0 {
    margin-left: 0!important;
}
.character-landing .w100 {
    width: 100px;
}
.character-landing .w130 {
    width: 130px;
}
.character-landing .w180 {
    width: 180px;
}
.character-landing .w60p {
    width: 60%;
}
.character-landing .w80p {
    width: 80%;
}
.character-landing .w100p {
    width: 100%;
}
.character-landing .form-control {
    border: 1px solid #a9a9a9;
    padding: 6.5px;
}
.character-landing .charac-frm .charac-row.d-block {
    display: block;
}
.character-landing .charac-frm .charac-row.d-block .charac-col {
    width: 100%;
    display: block;
}
.character-landing .charac-frm .charac-row.d-block .charac-col.charac-col01 {
    padding-right: 0;
    padding-bottom: 0;
}
.character-landing .charac-frm .charac-row.d-block .charac-col.charac-col02 {
    border-top: 0;
    padding-left: 0;
}
.character-landing .charac-frm .charac-row.d-block .box-img:first-child {
    margin-left: 0;
}
.character-landing .charac-frm .charac-row.d-block .box-img {
    width: 48%;
    text-align: center;
    margin-left: 4%;
}
.character-landing .charac-frm .charac-row.d-block .box-img >img {
    width: 100px;
}
.character-landing .charac-frm .charac-row.d-block .box-img p {
    margin: 5px 0;
}
.character-landing .charac-frm .btn-form {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.character-landing .charac-frm .btn-form .charac-btn::after {
    transform: rotate(-90deg);
}
.character-landing .charac-frm .charac-btn span {
    font-size: 24px;
}
.character-landing .charac-frm .charac-btn.white {
    padding: 12px 25px;
    margin-right: 70px;
}
.character-landing .charac-frm .charac-btn.white::after {
    background: none;
}
.character-landing .charac-footer {
    text-align: right;
    background-color: #d6e9f5;
    padding-bottom: 130px;
}
.character-landing .charac-footer .charac-cont > img {
    max-width: 30.99%;
}
.character-landing .charac-header {
    background: url("../img/character_name/bg01.png") no-repeat center top;
    background-size: 100%;
    background-color: #0075c1;
}
.character-landing .charac-header h1 {
    text-align: center;
    max-width: 43%;
    margin: auto;
    padding-top: 9%;
    padding-bottom: 30px;
}
.character-landing .charac-header .row-col2 {
    text-align: center;
    padding-bottom: 10%;
}
.character-landing .charac-header .row-col2 li {
    display: inline-block;
    width: 26%;
    margin: 0 2%;
}
.character-landing .charac-header .row-col2 li img {
    display: block;
}
.character-landing .charac-header .row-col2 li span {
    display: block;
    margin-top: -25px;
}
.character-landing .charac-header .title-min {
    max-width: 48%;
    margin: auto;
    padding: 3.7% 0;
}
.character-landing .charac-blue {
    background-color: #0075c1;
    padding: 2rem 0 7rem;
}
.character-landing .charac-blue .title-tt {
    text-align: center;
    margin-bottom: 4rem;
}
.character-landing .charac-blue .title-tt > img {
    max-width: 57.7%;
}
.character-landing .charac-inner {
    margin: 0 13%;
}
.character-landing .charac-inner .box-inner {
    border: 10px solid #e70012;
    border-radius: 15px;
    background-color: #fff;
    padding: 25px 40px;
    position: relative;
    margin-bottom: 4rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.character-landing .charac-inner .box-inner.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.character-landing .charac-inner .box-inner .positon {
    width: 40%;
}
.character-landing .charac-inner .box-inner.reverse .positon {
    text-align: right;
}
.character-landing .charac-inner .box-inner .positon img {
    max-width: 70%;
}
.character-landing .charac-inner .box-inner .row-text {
    width: 60%;
}
.character-landing .charac-inner .box-inner .row-text dl {
    display: flex;
    margin-bottom: 1.2rem;
}
.character-landing .charac-inner .box-inner .row-text dl dt {
    font-size: 16px;
    font-weight: bold;
    width: 150px;
}
.character-landing .charac-inner .box-inner .row-text dl dd {
    width: calc( 100% - 150px );
}
.character-landing .charac-inner .box-inner.reverse .row-text .bold {
    max-width: 32%;
    margin: auto;
    margin-bottom: 2%;
}
.character-landing .charac-inner .box-inner .row-text .bold {
    max-width: 40%;
    margin-bottom: 2%;
}
.character-landing .charac-white {
    background-color: #fff;
    padding: 4rem 0;
}
.character-landing .charac-orange {
    background: url('../img/character_name/bg02.png') no-repeat top 30px center, url('../img/character_name/footer.png') no-repeat bottom center;
    background-size: 100%;
    background-color:  #f3e5bc;
    padding: 4rem 0 5rem;
}
.character-landing .charac-orange .title-tt {
    text-align: center;
    margin-bottom: 6rem;
}
.character-landing .charac-orange .title-tt > img {
    max-width: 38%;
}
.character-landing .charac-orange .orange-red {
    text-align: center;
    color: #f72c3c;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 2rem;
}
.character-landing .charac-orange .orange-tb {
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-bottom: 2.5rem;
}
.character-landing .charac-orange .orange-tb th {
    font-weight: bold;
    padding: 10px;
    text-align: left;
}
.character-landing .charac-orange .orange-tb td {
    padding: 10px;
}
.character-landing .charac-orange .img-end {
    text-align: center;
    margin: 7rem 0 4rem;
}
.character-landing .charac-orange .img-end > img {
    max-width: 30%;
}
.character-landing .charac-bg-white {
    background-color: #fff;
    padding: 50px 80px;
    margin-bottom: 6rem;
}
.character-landing .charac-bg-white .title {
    text-align: center;
    margin-bottom: 2rem;
}
.character-landing .charac-bg-white .title img {
    max-width: 55.8%;
}
.character-landing .charac-bg-white .box-text {
    margin-bottom: 35px;
}
.character-landing .charac-bg-white .box-text h4 {
    color: #0075c1;
    background-color: #dfeaf7;
    padding: 12px 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.character-landing .charac-bg-white .box-text h4.orange {
    color: #eb3946;
    background-color: #ecd79a;
}
.character-landing .charac-bg-white .pink {
    color: #e4007f;
    font-weight: bold;
}
.character-landing .charac-bg-white .img-center {
    position: relative;
    text-align: center;
    margin-top: 2rem;
}
.character-landing .charac-bg-white .img-center .img-link {
    max-width: 29.4%;
}
.character-landing .charac-bg-white .img-center .pos-right {
    position: absolute;
    bottom: 3%;
    right: 0;
    max-width: 34.9%;
}
.character-landing .charac-bg-white .link {
    color: #006bb6;
    text-decoration: underline;
}
.character-landing .charac-bg-white .txt-red {
    color: #e60012;
}
.character-landing .charac-bg-white .box-qrcode {
    max-width: 76.8%;
    margin: 2rem auto 0;
}
.character-landing .charac-bg-white .box-qrcode .inner-qr {
    display: flex;
    margin-top: 3rem;
}
.character-landing .charac-bg-white .box-qrcode .inner-qr .left {
    width: 76%;
    margin-right: 2%;
}
.character-landing .charac-bg-white .box-qrcode .inner-qr .right {
    width: 22%;
}
.character-landing .charac-bg-white .blue {
    color: #006bb6;
}
.lp-customer {
    color: #ff0000;
    font-size: 16px;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .character-landing .charac-cont {
        padding: 0 4%;
    }
    .character-landing .charac-content01 .title-center > img {
        max-width: 70%;
    }
    .character-landing .charac-content01 .box-bg::before {
        height: calc( 100% - 72px );
    }
    .character-landing .charac-content01 .box-bg.right::before {
        height: calc( 100% - 47px );
    }
    .character-landing .charac-content01 .box-bg .box-text {
        width: 67%;
    }
    .character-landing .charac-content01 .box-bg .box-img {
        width: 33%;
    }
    .character-landing .charac-content01 .box-bg .box-text .inner-text .tb-text td {
        font-size: 13px;
        padding: 5px;
    }
    .character-landing .charac-content01 .box-bg .box-text .inner-text .tb-text td .big {
        font-size: 17px;
    }
    .character-landing .charac-content01.pink .box-bg::before {
        height: calc( 100% - 47px );
    }
    .character-landing .charac-content01.pink .box-bg.right::before {
        height: calc( 100% - 68px );
    }
    .character-landing .charac-content02 .padding-main {
        padding: 20px 0 0;
    }
    .character-landing .charac-blue {
        padding: 2rem 0 4rem;
    }
    .character-landing .charac-blue .title-tt,
    .character-landing .charac-orange .title-tt {
        margin-bottom: 4rem;
    }
    .character-landing .charac-inner {
        margin: 0;
    }
    .character-landing .charac-blue .title-tt > img {
        max-width: 75%;
    }
    .character-landing .charac-orange .title-tt > img {
        max-width: 58%;
    }
    .character-landing .charac-orange .img-end > img {
        max-width: 60%;
    }
    .character-landing .charac-bg-white {
        padding: 5% 3% 2%;
    }
}
@media screen and (max-width: 414px) {
    .character-landing .charac-banner .time {
        right: 8%;
        top: 23%;
        max-width: 30%;
    }
    .character-landing .charac-banner .charac-cont {
        bottom: 9%;
    }
    .character-landing .charac-btn {
        padding: 1px 40px 1px 10px;
        background-size: 15px;
        font-size: 0.6rem;
    }
    .character-landing .charac-btn::after {
        width: 15px;
        height: 15px;
        right: 10px;
    }
    .character-landing .title-center {
        margin: 1rem 0;
    }
    .character-landing .charac-content01 {
        margin-bottom: 2rem;
    }
    .character-landing .charac-content01 .title-center > img {
        max-width: 90%;
    }
    .character-landing .charac-content01 .box-bg {
        margin-bottom: 2rem;
    }
    .character-landing .charac-content01 .box-bg::before,
    .character-landing .charac-content01 .box-bg.right::before {
        width: 100%;
    }
    .character-landing .charac-content01 .box-bg .charac-cont {
        display: block;
    }
    .character-landing .charac-content01 .box-bg .box-text {
        width: 100%;
        margin-bottom: 1rem;
    }
    .character-landing .charac-content01 .box-bg .box-img {
        width: 60%;
        margin: 0 auto;
    }
    .character-landing .charac-content01 .box-bg .box-text .inner-text .tb-text td {
        font-size: 12px;
        padding: 2px;
    }
    .character-landing .charac-content01 .box-bg .box-text .inner-text .tb-text td .big {
        font-size: 14px;
    }
    .character-landing .charac-content01.pink .box-bg.right::before {
        height: calc( 100% - 48px );
    }
    .character-landing .charac-content02 .row-list {
        display: block;
    }
    .character-landing .charac-content02 .row-list dt {
        margin-bottom: 10px;
    }
    .character-landing .charac-frm .charac-row .charac-col {
        display: block;
        width: 100%!important;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .character-landing .charac-frm .charac-row.d-block .box-img {
        width: 100%;
        margin-left: 0;
    }
    .character-landing .charac-frm .btn-form {
        margin-top: 3rem;
    }
    .character-landing .charac-frm .charac-btn.white {
        margin-right: 1rem;
        padding: 6px 20px;
    }
    .character-landing .charac-frm .charac-btn span {
        font-size: 1rem;
    }
    .character-landing .charac-footer {
        padding-bottom: 3rem;
    }
    .character-landing .charac-footer .charac-cont > img {
        max-width: 60%;
    }
    .character-landing .form-control.w100,
    .character-landing .form-group.w100 {
        width: 99px;
    }
    .character-landing .charac-header h1 {
        max-width: 40%;
        padding-bottom: 0.5rem;
    }
    .character-landing .charac-header .row-col2 li {
        width: 33%;
    }
    .character-landing .charac-header .title-min {
        max-width: 60%;
        padding: 2% 0;
    }
    .character-landing .charac-inner .box-inner {
        padding: 15px;
    }
    .character-landing .charac-inner .box-inner,
    .character-landing .charac-inner .box-inner .row-text dl {
        display: block;
    }
    .character-landing .charac-inner .box-inner .positon {
        text-align: center;
        margin-bottom: 2rem;
    }
    .character-landing .charac-inner .box-inner.reverse .positon {
        text-align: center;
    }
    .character-landing .charac-inner .box-inner .positon,
    .character-landing .charac-inner .box-inner .row-text,
    .character-landing .charac-inner .box-inner .row-text dl dt,
    .character-landing .charac-inner .box-inner .row-text dl dd {
        width: 100%;
    }
    .character-landing .charac-inner .box-inner .row-text .bold {
        margin: auto;
        margin-bottom: 1rem;
    }
    .character-landing .charac-blue .title-tt > img {
        max-width: 100%;
    }
    .character-landing .charac-orange {
        padding: 2rem 0;
    }
    .character-landing .charac-orange .orange-red {
        font-size: 17px;
        margin-bottom: 1rem;
    }
    .character-landing .charac-orange .orange-text {
        font-size: 15px;
        margin-bottom: 1rem;
    }
    .character-landing .charac-orange .img-end {
        margin: 2rem 0 1rem;
    }
    .character-landing .charac-bg-white .title {
        margin-bottom: 1rem;
    }
    .character-landing .charac-bg-white .title img {
        max-width: 80%;
    }
    .character-landing .charac-bg-white .box-qrcode {
        max-width: 98%;
    }
}
@media screen and (max-width: 320px) {
    .character-landing .charac-banner .charac-cont {
        bottom: 6%;
    }
    .character-landing .form-control.w100,
    .character-landing .form-group.w100 {
        width: 82px;
    }
}
.line-stamp-block .line-banner01 {
    background-color: #00b400;
    position: relative;
    margin-bottom: 50px;
}
.line-stamp-block .line-banner01 .box-text {
    width: 79%;
    padding: 20px 35px;
    color: #fff;
    box-sizing: border-box;
    line-height: 1.5;
}
.line-stamp-block .line-banner01 .box-text .bold {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}
.line-stamp-block .line-banner01 .img-right {
    position: absolute;
    right: 15px;
    bottom: 0;
    max-width: 20.6%;
}
.line-stamp-block .line-banner02 {
    background-color: #c2ebfd;
    padding: 10px 25px 30px;
    margin-bottom: 50px;
}
.line-stamp-block .line-banner02 .margin-t {
    margin-top: -10px;
}
.line-stamp-block .line-banner02 .btn-blue {
    display: inline-block;
    background-color: #0068b7;
    font-size: 27px;
    font-weight: bold;
    padding: 15px;
    min-width: 420px;
    border-radius: 30px;
    margin-top: 45px;
    color: #fff;
    text-align: center;
}
.line-stamp-block .line-banner02 .btn-blue:hover {    
    background-color: #1d7dc7;
}
.line-stamp-block .line-banner02 .box-qr {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.line-stamp-block .line-banner02 .box-qr .img-qr {
    width: 23.1%;
}
.line-stamp-block .line-banner02 .box-qr .img-qr > img {
    display: block;
}
.line-stamp-block .line-banner02 .box-qr .text-qr {
    margin-left: 4%;
    width: 72%;
    line-height: 1.2;
    font-weight: bold;
}
.line-stamp-block .line-banner02 .box-qr .text-qr .bold {
    color: #0068b7;
    font-size: 35px;
    margin-bottom: 15px;
}
.line-stamp-block .line-banner02 .box-qr .text-qr p {
    font-size: 22px;
    color: #229dcd;
}
.line-stamp-block .line-blue {
    background-color: #00b400;
    border-radius: 15px;
    border: 3px solid #00b400;
    margin-bottom: 50px;
}
.line-stamp-block .line-blue .tit-center {
    text-align: center;
    color: #fff;
    padding: 15px 0;
    font-size: 24px;
    font-weight: bold;
}
.line-stamp-block .line-blue .box-white {
    background-color: #fff;
    padding: 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.line-stamp-block .line-blue .list-row {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.line-stamp-block .line-blue .list-row li {
    width: 28.3%;
    margin-right: 7.5%;
    position: relative;
}
.line-stamp-block .line-blue .list-row li::after {
    content: "";
    position: absolute;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 30px solid #d51519;
    top: 45%;
    right: -20%;
}
.line-stamp-block .line-blue .list-row li:last-child::after {
    border: 0;
}
.line-stamp-block .line-blue .list-row li:last-child {
    margin-right: 0;
}
.line-stamp-block .line-blue .list-row li img {
    display: block;
}
.line-stamp-block .line-blue .list-row li img:first-child {
    margin-bottom: 15px;
}
.line-stamp-block .line-blue .text-row {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.line-stamp-block .line-blue .text-row li {
    width: 30%;
    margin-right: 5%;
    color: #fff;
    text-align: center;
    background-color: #00b400;
    font-size: 18px;
    font-weight: bold;
}
.line-stamp-block .line-blue .text-row li:last-child {
    margin-right: 0;
}
.line-stamp-block .line-blue .text-row li a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 13px 5px;
    width: 100%;
}
@media screen and (max-width: 768px){
    .line-stamp-block .line-banner01 .box-text .bold {
        font-size: 30px;
    }
    .line-stamp-block .line-blue .list-row li::after {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #d51519;
    }
}
@media screen and (max-width: 500px){
    .line-stamp-block .line-banner01 .box-text {
        padding: 3%;
    }
    .line-stamp-block .line-banner01 .box-text .bold {
        font-size: 18px;
    }
    .line-stamp-block .line-banner01 .img-right {
        right: 0;
    }
    .line-stamp-block .line-banner02 {
        padding: 1% 2% 4%;
    }
    .line-stamp-block .line-banner02 .btn-blue {
        min-width: 100%;
        font-size: 20px;
        margin-top: 20px;
    }
    .line-stamp-block .line-banner02 .box-qr {
        display: block;
    }
    .line-stamp-block .line-banner02 .box-qr .img-qr {
        width: 60%;
        margin: auto;
    }
    .line-stamp-block .line-banner02 .box-qr .text-qr {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }
    .line-stamp-block .line-banner02 .box-qr .text-qr .bold {
        font-size: 25px;
    }
    .line-stamp-block .line-banner02 .box-qr .text-qr p {
        font-size: 16px;
    }
    .line-stamp-block .line-blue .tit-center {
        font-size: 20px;
    }
    .line-stamp-block .line-blue .list-row,
    .line-stamp-block .line-blue .text-row {
        display: block;
    }
    .line-stamp-block .line-blue .list-row li,
    .line-stamp-block .line-blue .text-row li {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .line-stamp-block .line-blue .list-row li::after {
        border: 0;
    }
    .line-stamp-block .line-blue .list-row li:last-child,
    .line-stamp-block .line-blue .text-row li:last-child  {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 320px){
    .line-stamp-block .line-banner01 .box-text .bold {
        font-size: 15px;
    }
}

/* ----------- Cooking Page ----------- */
.main.cooking-wrapper {
    display: block;
    font-family: "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.cooking-wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.cooking-block {
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    width: 94%;
}
.cooking-title01 {
    margin: 0 auto 35px;
    max-width: 363px;
    width: 100%;
}
.cooking-title01 img {
    display: block;
}
.cooking-recipe {
    background: url(../img/customer/cooking/cooking-recipe-bg.png) repeat 0 0 transparent;
    margin-bottom: 80px;
    overflow: hidden;
    padding: 75px 4% 55px;
    position: relative;
    width: 100%;
}
.cooking-bg-top {
    background: url(../img/customer/cooking/cooking-bg-top.png) repeat-x 0 0 transparent;
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.cooking-recipe .slider.cooking-slider div {
    outline: none;
    overflow: hidden;
    text-align: center;
}
.cooking-recipe figure.cooking-recipe-item {
    background: #fff;
    margin: 0 auto 20px;
    max-width: 405px;
    min-height: 485px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 100%;
}
.cooking-recipe figure.cooking-recipe-item a.play-icon-wrap {
    display: block;
    left: 0;
    height: 100%;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.cooking-recipe figure.cooking-recipe-item:hover {
    opacity: 0.8;
    transition: all 0.5s;
}
.cooking-recipe figure.cooking-recipe-item img {
    display: block;
    margin-bottom: 20px;
}
.cooking-recipe figure.cooking-recipe-item figcaption {
    text-align: left;
}
.cooking-recipe figure.cooking-recipe-item figcaption h4 {
    font-size: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}
.cooking-recipe figure.cooking-recipe-item figcaption p {
    font-size: 90%;
    margin-bottom: 5px;
}
.cooking-recipe figure.cooking-recipe-item span.cooking-new-item {
    background: url(../img/customer/cooking/new-icon.png) no-repeat 0 0 transparent;
    display: block;
    left: 0;
    height: 72px;
    position: absolute;
    top: 0;
    width: 85px;
}
.cooking-recipe .slider.cooking-slider .slick-prev:hover,
.cooking-recipe .slider.cooking-slider .slick-prev:focus,
.cooking-recipe .slider.cooking-slider .slick-next:hover,
.cooking-recipe .slider.cooking-slider .slick-next:focus {
    background: transparent;
    color: transparent;
    outline: none;
}
.cooking-recipe .slider.cooking-slider .slick-prev,
.cooking-recipe .slider.cooking-slider .slick-next {
    background: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 46px;
    line-height: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 46px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
}
.cooking-recipe .slider.cooking-slider .slick-prev:before,
.cooking-recipe .slider.cooking-slider .slick-next:before {
    display: block;
    height: 46px;
    width: 46px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cooking-recipe .slider.cooking-slider .slick-prev {
    left: -10px;
}
.cooking-recipe .slider.cooking-slider .slick-prev:before {
    content: '';
    background: url(../img/customer/cooking/cooking-icon-prev.png) no-repeat center center transparent;
}
.cooking-recipe .slider.cooking-slider .slick-next {
    right: -10px;
}
.cooking-recipe .slider.cooking-slider .slick-next:before {
    content: '';
    background: url(../img/customer/cooking/cooking-icon-next.png) no-repeat center center transparent;
}
.cooking-link {
    margin: 0 auto 62px;
    max-width: 1000px;
    position: relative;
    text-align: center;
    width: 100%;
}
.cooking-link img {
    display: block;
}
.cooking-link a {
    background: #e40165;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 90%;
    font-weight: 600;
    left: 0;
    margin: 0 auto;
    max-width: 280px;
    padding: 8px 2%;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;   
}
.cooking-link a span {
    float: right;
}
.cooking-form {
    background: url(../img/customer/cooking/cooking-form-bg.png) repeat 0 0 transparent;
    margin-bottom: 80px;
    overflow: hidden;
    padding: 75px 4% 55px;
    position: relative;
    width: 100%;
}
.cooking-wrapper-form {
    background: #fff;
    overflow: hidden;
    padding: 50px 2%;
    width: 100%;
}
.cooking-wrapper-form .cooking-sub-form {
    background: url(../img/customer/cooking/cooking-line.png) no-repeat center bottom transparent;
    background-size: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 45px;
    width: 100%;
}
.cooking-wrapper-form .cooking-sub-form h4 {
    color: #e40165;
    font-size: 96%;
    font-weight: 600;
    margin-bottom: 6px;
    width: 100%;
}
.cooking-wrapper-form .cooking-sub-form h4 .cooking-subform-icon {
    display: inline-block;
    height: 24px;
    margin-left: 10px;
    width: 23px;
    vertical-align: middle;
}
.cooking-wrapper-form .cooking-sub-form h5 {
    color: #333;
    font-size: 96%;
    font-weight: 600;
    margin-bottom: 10px;
}
.cooking-wrapper-form .cooking-sub-form dl {
    overflow: hidden;
    width: 100%;
}
.cooking-wrapper-form .cooking-sub-form dt {
    background: #e40165;
    color: #fff;
    font-size: 96%;
    margin-bottom: 5px;
    padding: 2px 10px;
}
.cooking-wrapper-form .cooking-sub-form dd {
    font-size: 96%;
    margin-bottom: 10px;
}
.cooking-wrapper-form .cooking-sub-form dd .cooking-red {
    color: #f90606;
}
.cooking-wrapper-form .cooking-main-form {
    overflow: hidden;
    width: 100%;
}
.cooking-wrapper-form .cooking-main-form h4 {
    color: #e40666;
    font-size: 100%;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.cooking-wrapper-form .cooking-main-form .g-section {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.cooking-wrapper-form .cooking-main-form .col01 {
    padding: 5px 0 10px;
}
.cooking-wrapper-form .cooking-main-form .col01 span {
    float: right;
    margin: 0;
}
.cooking-wrapper-form .cooking-main-form .col02 {
    padding: 0 0 20px 0;
}
.cooking-wrapper-form .cooking-main-form .col02 .frm_list01 li {
    padding-left: 3px;
}
.cooking-wrapper-form .cooking-main-form .col02 input[type="radio"] {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
}
.cooking-wrapper-form .cooking-main-form .col02 label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.cooking-btn {
    padding: 20px 0;
    text-align: center;
}
.cooking-btn-reset {
    background: none 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #ccc;
    cursor: pointer;
    font-size: 96%;
    font-weight: bold;
    margin: 10px;
    padding: 8px 15px;
}
.cooking-btn-reset:hover {
    background: none 0 0 #ccc;
    color: #fff;
    outline: none;
}
.cooking-btn-submit {
    background: url(../img/customer/cooking/cooking-btn-sumbit-icon.png) no-repeat 92% center #e30061;
    border: 1px solid #e30061;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
    font-weight: bold;
    margin: 10px;
    padding: 8px 40px 8px 15px;
}
.cooking-btn-submit span {
    font-size: 110%;
}
.cooking-btn-submit:hover {
    background: url(../img/customer/cooking/cooking-btn-sumbit-icon-hover.png) no-repeat 92% center #fff;
    color: #e30061;
    outline: none;
}
.cooking-pop {

}
.cooking-pop .cooking-pop-01 {
    overflow: hidden;
    text-align: left;
    width: 100%;
}
.cooking-pop .cooking-pop-01 .cooking-pop-title {
    background: url(../img/customer/cooking/cooking-pop-icon.png) no-repeat 0 center transparent;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px 0 10px 60px;
    text-align: left;
    width: 100%;
}
.cooking-pop .cooking-pop-01 .cooking-pop-txt {
    font-size: 14px;
}
.cooking-pop .cooking-pop-01 a.video-popup {
    display: block;
    margin: 30px auto;
    max-width: 490px;
    overflow: hidden;
}
.cooking-pop .cooking-pop-01 > div img {
    display: block;
}
.cooking-pop .cooking-pop-01 > div a:hover img {
    opacity: 0.8;
    transition: all 0.5s;
}
.cooking-pop .cooking-pop-01 dl {
    display: table;
    margin-bottom: 30px;
}
.cooking-pop .cooking-pop-01 dt {
    background-color: #fe8d93;
    color: #fff;
    font-size: 14px;
    display: table-cell;
    position: relative;
    padding-left: 23px;
    height: 40px;
    vertical-align: middle;
    width: 90px;
}
.cooking-pop .cooking-pop-01 dt img {
    left: 3px;
    position: absolute;
    top: 12px;
    width: 15px;
}
.cooking-pop .cooking-pop-01 dd {
    border: 1px solid #fe8d93;
    display: table-cell;
    font-size: 80%;
    height: 40px;
    min-width: 120px;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
}
.cooking-pop .cooking-pop-02 {
    font-size: 14px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left;
    width: 100%;
}
.cooking-pop .cooking-pop-02 h4 {
    background-color: #fe8d93;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 5px 10px 20px;
}
.cooking-pop .cooking-pop-02 .cooking-pop-cont {
    background-color: #fff;
    border: 1px solid #fe8d93;
    font-size: 14px;
    padding: 20px;
    width: 100%;
}
.cooking-pop .cooking-pop-02 .cooking-pop-cont > div {
    display: inline-block;
    width: 100%;
}
.cooking-pop .cooking-pop-02 .cooking-pop-cont > div:first-child {
    border-bottom: 1px solid #fe8d93;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cooking-pop .cooking-pop-02 .cooking-pop-cont dl {
    overflow: hidden;
    width: 100%;
}
.cooking-pop .cooking-pop-02 .cooking-pop-cont dl dt {
    font-weight: 600;
}
.cooking-pop .cooking-pop-02 .cooking-pop-cont dl dd {
    margin-bottom: 5px;
}
.cooking-frm-img img {
    width: auto;
}
.feature_cont article.cooking-top {
    background: #fcf4d4;
}
.cooking-frm-parnum {

}
.cooking-frm-parnum input[type="checkbox"] {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
}
.cooking-frm-parnum {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
@media ( min-width: 375px ) {
    .cooking-pop .cooking-pop-02 .cooking-pop-cont dl dt {
        float: left;
        font-weight: 400;
        width: 52%;
    }
    .cooking-pop .cooking-pop-02 .cooking-pop-cont dl dd {
        float: left;
        margin-bottom: 0px;
        width: 48%;
    }
}
@media ( min-width : 768px ) {
    .cooking-recipe {
        padding: 75px 45px 50px;
    }
    .cooking-recipe figure.cooking-recipe-item figcaption h4,
    .cooking-recipe figure.cooking-recipe-item figcaption p {
        font-size: 16px;
    }
    .cooking-recipe .slider.cooking-slider .slick-prev {
        left: -30px;
    }
    .cooking-recipe .slider.cooking-slider .slick-next {
        right: -30px;
    }
    .cooking-link.top_recipe {
        margin-bottom: 100px;
    }
    .cooking-link a {
        bottom: 25px;
        font-size: 16px;
        max-width: 372px;
        padding: 12px 2%;
    }
    .cooking-link.top_recipe a {
        bottom: 18px;
    }
    .cooking-wrapper-form .cooking-sub-form h4,
    .cooking-wrapper-form .cooking-sub-form h5 {
        font-size: 16px;
    }
    .cooking-wrapper-form .cooking-sub-form dt {
        clear: both;
        float: left;
        font-size: 16px;
        margin-right: 15px;
    }
    .cooking-wrapper-form .cooking-sub-form dd {
        float: left;
        font-size: 16px;
    }
    .cooking-wrapper-form .cooking-main-form h4 {
        font-size: 20px;
        margin: 10px auto 20px;
    }
    .cooking-btn-reset,
    .cooking-btn-submit {
        font-size: 18px;
    }
    .cooking-wrapper-form .cooking-main-form .col01 {
        padding: 20px 20px 20px 5px;
    }
    .cooking-wrapper-form .cooking-main-form .col02 {
        padding: 20px 50px 20px 20px;
    }
    .cooking-wrapper-form .cooking-main-form .calendar20_row04 {
        padding: 20px 5px;
    }
    .cooking-btn-reset {
        padding: 12px 34px;
    }
    .cooking-btn-submit {
        padding: 7px 62px 7px 40px;
    }
    .cooking-btn-submit span {
        font-size: 24px;
    }
    .cooking-pop .cooking-pop-02 .cooking-pop-cont > div {
        width: 48%;
        vertical-align: top;
    }
    .cooking-pop .cooking-pop-02 .cooking-pop-cont > div:first-child {
        border-bottom: none;
        margin: 0;
        padding: 0;
    }
    .cooking-pop .cooking-pop-02 .cooking-pop-cont > div:last-child {
        padding-left: 20px;
    }
    .cooking-pop .cooking-pop-02 .cooking-pop-cont > div.bdr-right {
        border-right: 1px solid #fe8d93;
    }
    .cooking-pop .cooking-pop-02 .cooking-pop-cont > div.bdr-left {
        border-left: 1px solid #fe8d93;
    }
    .cooking-pop .cooking-pop-02 .cooking-pop-cont dt,
    .cooking-pop .cooking-pop-02 .cooking-pop-cont dd {
        font-size: 14px;
    }
}

/* ----------- Online Page ----------- */
.online-block {
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    width: 94%;
}
.online-wrapper .online-block .online-title01 {
    text-align: center;
    margin-bottom: 40px;
}
.online-wrapper .online-block .online-title01 h3 {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}
.online-wrapper .online-block .online-title01 h3::before {
    content: "";
    position: absolute;
    background-color: #ffd200;
    width: 106%;
    height: 15px;
    bottom: -5px;
    left: -3%;
    z-index: 0;
}
.online-wrapper .online-block .online-title01 h3 span {
    position: relative;
}
.online-inner {
    text-align: center;
}
.online-inner .inner-text {
    display: inline-block;
    text-align: left;
}
.online-inner .inner-text .bold {
    font-weight: bold;
    margin: 20px 0;
}
.online-inner .inner-text .text-center {
    text-align: center;
}
.online-btn {
    background-color: #e993ad;
    border: 1px solid #e993ad;
    border-bottom: 4px solid #9b5066;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 22px;
    display: inline-block;
    margin-top: 40px;
}
.online-btn:hover {
    background-color: #fff;
    color: #e993ad;
    outline: none;
}
.online-form {
    margin-top: 60px;
}
.online-form h3 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	width: 100%;
}
.online-form .online-title-form {
    text-align: center;
    color: #ff6700;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 50px;
}
.online-main-form .g-section {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.online-main-form .col01 span {
    float: right;
    margin: 0;
}
.online-main-form .frm_list_block li {
    margin-bottom: 10px;
}
.online-main-form .frm_list_block li:last-child {
    margin-bottom: 0;
}
.online-main-form .col01 {
    padding: 5px 0 10px;
}
.online-main-form .col02 {
    padding: 0 0 20px 0;
}
.online-main-form  .col04 {
    margin-bottom: 15px;
}
.online-main-form .box-datepicker {
    position: relative;
    display: inline-block;
}
.online-main-form .box-datepicker input {
    position: relative;
    z-index: 2;
    background: transparent;
    border: 1px solid #a9a9a9;
}
.online-main-form .box-datepicker .icon-datepicker {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 19px;
}
.online-main-form .row.border-none {
    border-bottom: 0;
}
.online-btn-form .cooking-btn-submit {
    background: url(../img/customer/cooking/cooking-btn-sumbit-icon.png) no-repeat 92% center #ff6700;
    border: 1px solid #ff6700;
    border-bottom: 4px solid #903a00;
}
.online-btn-form .cooking-btn-submit:hover {
    background: url(../img/customer/online-btn-sumbit-icon-hover.png) no-repeat 92% center #fff;
    color: #ff6700;
    outline: none;
}
.payment-link-block {
    display: flex;
    flex-direction: column;
    margin: 20px auto 10px;
    overflow: hidden;
}
.payment-link-block .payment-link-item {
    margin: 0 auto 10px;
    max-width: 204px;
    width: 100%;
}
.top-news-block {
    background: rgba(255, 255, 255, 0.85);
    bottom: 10px;
    left: 10px;
    padding: 10px;
    position: absolute;
    width: 55%;
    z-index: 999;
}
.top-news-block dt {
    background: url(../img/top/top-news-icon.png) no-repeat left center transparent;
    clear: both;
    color: #4f4f4f;
    float: left;
    font-size: 14px;
    font-weight: 600;
    list-style-type: disc;
    padding-left: 20px;
    width: 20%;
}
.top-news-block dt.red {
	color: #e84c3d;
}
.top-news-block dd {
    color: #4f4f4f;
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 80%;
}
.top-news-block dd a {
    color: #4f4f4f;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    width: 100%;
}
.top-news-block dd a.red {
	color: #e84c3d;
}
.red-bdr-bottom {
    border-bottom: 1px solid #ff0000;
}
@media (min-width: 768px) {
    .online-wrapper .online-block .online-title01 h3 {
        font-size: 24px;
    }
    .online-btn {
        font-size: 24px;
    }
    .online-main-form .col01 {
        padding: 20px 20px 20px 5px;
    }
    .online-main-form .col02 {
        padding: 20px 50px 20px 20px;
    }
    .online-btn-submit {
        font-size: 18px;
    }
    .online-btn-submit {
        padding: 7px 62px 7px 40px;
    }
    .online-btn-submit span {
        font-size: 24px;
    }
    .payment-link-block {
        justify-content: space-between;
        flex-direction: row;
        margin: 20px auto;
    }
    .payment-link-block .payment-link-item {
        margin: 0 5px;
        width: 25%;
    }
    .top_link ul.top-link-lst {
        /* background: #aa94b6; */
        background: url(../img/top/top-nav08-bg.png) no-repeat 0 0 transparent;
        background-size: 100%;
        height: 146px;
        margin: 0;
        padding: 2px 0 0 8px;
        width: 100%;
    }
    .top_link ul.top-link-lst li {
        background: url(../img/tmp/sub-li.png) no-repeat 0 7px transparent;
        border: none;
        display: block;
        float: none;
        padding-left: 12px;
        text-align: left;
        width: 100%;
    }
    .top_link ul.top-link-lst li a {
        border: none;
        color: #fff;
        font-size: 13px;
        height: auto;
        padding: 6px 0;
    }
    .top_link ul.top-link-lst li a:hover {
        text-decoration: underline;
    }
}
/*-- block 06 --*/
.block_06 {
    background: url(../img/contact/charater-bg.jpg) repeat 0 0 transparent;
    clear: both;
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
    padding: 27px 0;
}
.block_06_wraper_01 {
    background-color: #fff;
    border-radius: 30px;
}
.character-block-06 {
    margin-bottom: 60px;
}
.character-block-06 .cooking-wrapper-form .cooking-main-form h4 {
    font-size: 30px;
}
.character-block-06 .row {
    font-weight: 700;
}
.character-block-06 .frm_note_img{
    margin-left: -10px;
}
.col01.custom-col01 b{
    float: right;
    background-color: unset;
    color: #000;
}
.character-block-06 .line-btn {
    background: #0092d3;
    border: 1px solid #0092d3;
    padding: 7px 20px;
}
.character-block-06 .line-btn:hover {
    background: #fff;
    color: #0092d3;
    outline: none;
}
.character-block-06 .line-btn-normal {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin:10px;
    padding: 6px 20px;
    display: inline-block;
}
.character-block-06 .col04 dt {
    padding-right: 10px;
}
.character-block-02 {
    position: relative;
    background-color: #fff;
    padding: 25px;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
}
.character-block-02 .app-method {
    position: relative;
}
.character-block-02 .list-btn-top {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
}
.character-block-02 .list-btn {
    position: relative;
    width: 100%;
    text-align: center;
}
.character-block-02 dl {
    overflow: hidden;
    width: 100%;
}
.character-block-02 dt {
    background: #0092d3;
    color: #fff;
    font-size: 96%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 4px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.character-block-02 dd {
    font-size: 96%;
    margin-bottom: 30px;
    padding-top: 4px;
}
.character-block-02 dd .cooking-red {
    color: #f90606;
}
.character-btn-blue {
    display: inline-block;
    width: 35%;
    padding-bottom: 7.5%;
    border-radius: 40px;
    outline: none !important;
    border: none;
    cursor: pointer;
    margin: 0 7%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.character-btn-blue.character-btn-blue01 {
    background: url(../img/contact/charater-btn-blue-01.png) no-repeat 0 0 #0092d3;
    background-size: 100% auto;
}
.character-btn-blue.character-btn-blue02 {
    background: url(../img/contact/charater-btn-blue-02.png) no-repeat 0 0 #0092d3;
    background-size: 100% auto;
}
.character-btn-blue:hover {
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.character-block-05 {
    position: relative;
}
.character-block-05 .list-btn-top{
    background-color: #e40000;
    text-align: center;
    padding: 6.5% 0;
    line-height: 0;
}
.character-block-05 .list-btn-bottom{
    position: absolute;
    bottom: 4%;
    width: 100%;
    text-align: center;
}
.character-btn-white {
    display: inline-block;
    width: 35%;
    padding-bottom: 7.5%;
    border-radius: 40px;
    outline: none !important;
    border: none;
    cursor: pointer;
    margin: 0 5%;
}
.character-btn-white:hover {
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.character-btn-white.character-btn-white01 {
    background: url(../img/contact/charater-btn-white-01.png) no-repeat 0 0 #fff;
    background-size: 100% auto;
}
.character-btn-white.character-btn-white02 {
    background: url(../img/contact/charater-btn-white-02.png) no-repeat 0 0 #fff;
    background-size: 100% auto;
}
.character-btn-white-gr {
    background: url(../img/contact/charater-btn-white-gr.png) no-repeat 0 0 #fff;
    background-size: 100% auto;
    display: inline-block;
    width: 35%;
    padding-bottom: 7.5%;
    border-radius: 40px;
    outline: none !important;
    border: none;
    cursor: pointer;
    margin: 0 5%;
}
.character-btn-white-gr:hover {
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.box05 {
    width: 25%;
}
.text-blue {
    color: #0092d3 !important;
}
.fw-normal {
    font-weight: normal;
    text-align: center;
}
.p-15 {
    padding: 20px;
}
.m-t30 {
    margin-top: 30px;
}
.m-b50 {
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .character-block-02 {
        padding: 50px;
    }
    .character-block-02 dt {
        clear: both;
        float: left;
        font-size: 16px;
        margin: 0 15px 50px 0;
        width: 170px;
        text-align: center;
        box-sizing: border-box;
    }
    .character-block-02 dd {
        float: left;
        font-size: 15px;
        margin-bottom: 50px;
        width: calc(100% - 185px);
    }
}
@media (min-width:530px) {
    .character-block-06 .frm_list01 li {
        min-width: 110px;
    }
    .fw-normal {
        text-align: unset;
    }
    .character-block-06 .line-btn-normal{
        margin:10px
    }
    .character-block-06 {
        margin-bottom: 100px;
    }
    .character-block-06 .col04 dt {
        min-width: 180px;
    }
}
@media (min-width:450px) {
    .character-block-06 .line-btn-normal{
        margin:0 0 0 15px;
    }
    .box05 {
        width: 30%;
    }
}
