@charset "UTF-8";

/*========================================================================

  reset

========================================================================*/

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
section,
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

a img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pc {
    display: block !important;
}

.tb {
    display: none !important;
}

.sp {
    display: none !important;
}

.t_right {
    text-align: right !important;
}

.t_left {
    text-align: left !important;
}

.t_center {
    text-align: center !important;
}

.t_bold {
    font-weight: bold !important;
}

.t_italic {
    font-style: italic;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.col_white {
    color: white;
}

.col_red {
    color: #e23c30;
}
.col_red2 {
    color: #ff0000;
}

.col_org {
    color: #e65847;
}

.col_blue {
    color: #2d4277;
}

.bg_org {
    background: #ea5541;
}

.bg_blu {
    background: #2f447c;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}
.pt20 {padding-top:20px}
.pb0 {
    padding-bottom: 0px !important;
}

.ft07 {font-size:0.7rem !important}
.ft08 {font-size:0.8rem !important}
.ft10 {font-size:1.0rem !important}
.ft12 {font-size:1.2rem !important}
.ft14 {font-size:1.4rem !important}
.ft16 {font-size:1.6rem !important}
.ft18 {font-size:1.8rem !important}
.ft20 {font-size:2.0rem !important}

button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

*::after,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ImgBox{
    /*width: 280px;*/
    height: 200px;
    overflow: hidden;
}
.ImgBox-Img{
    transition-duration: 0.3s !important;
}
.ImgBox-Img:hover{
    transform: scale(1.2) !important;
    transition-duration: 0.3s !important;
}


/*========================================================================

  style

========================================================================*/



@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", Osaka, sans-serif;
    font-size: 14px;
    color: #242730;
    line-height: 1.8;
}


/*========================================================================
    COMMON
========================================================================*/

#wapper {
    width: 100%;
    margin: 0 auto;
    min-width: 1280px !important;
}

a {
    color: black;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}


/*========================================================================
  header
========================================================================*/

.inner {
    width: 100%;
    margin: 0 auto;
}

.inner:after {
    content: "";
    clear: both;
    display: block;
}


/* header */

#top-head {
    font-size: 14px;
    top: -100px;
    position: absolute;
    width: 100%;
    height: 60px;
    margin: 100px auto 0;
    padding: 0;
    line-height: 1;
    z-index: 999;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

#top-head a,
#top-head {
    color: #142243;
    text-decoration: none;
    background: white;
}

#top-head .inner {
    position: relative;
}

#top-head .logo {
    float: left;
    padding-left: 30px;
}

#top-head .logo img {
    width: 9%;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 232px;
    top: 0px;
    font-size: 14px;
    height: 60px;
}

#global-nav ul li {
    float: left;
    position: relative;
    padding-right: 30px;
}

#global-nav ul li:last-child {
    padding-right: 0;
}
#global-nav .line_btn {
	display: table;
}
#global-nav .line_btn img {
	display: table-cell;
  vertical-align: middle;
}

#global-nav ul li a {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}

#global-nav ul li a:hover {
    text-decoration: underline;
}


/*２階層目*/

#global-nav ul li .sub-menu {
    display: none;
    position: absolute;
    left: 0px;
    top: 60px;
}

#global-nav ul li .sub-menu li {
    padding-right: 0;
    background: white;
}

#global-nav ul li .sub-menu li a {
    display: block;
    height: auto;
    white-space: nowrap;
    padding: 10px 20px !important;
    margin-right: 0;
    background: #003a73;
    color: white !important;
    width: 230px;
}

#global-nav ul li:hover .sub-menu {
    display: block;
}

.spmailicon {
    position: absolute;
    top: 0;
    right: 0px;
    width: 90px;
    text-align: center;
    background: #7e9fbb;
}

.spdlcon {
    position: absolute;
    top: 0;
    right: 92px;
    width: 90px;
    text-align: center;
    background: #e23c30;
}

.spmailicon a,
.spdlcon a {
    background: none !important;
}

.spmailicon img,
.spdlcon img {
    width: 60px;
}


/* Fixed */

#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    height: 60px;
    background: white;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

#top-head.fixed #global-nav ul li a {
    color: #142243;
    padding: 0;
}


/* Fixed Btn Hover */

#top-head.fixed #global-nav ul li:after {
    bottom: -10px;
}

#top-head.fixed #global-nav ul li:hover:after {
    background: #0062b8;
    bottom: -20px;
}


/* Transition */


/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/


/* Toggle Button */

#nav-toggle {
    display: none;
    position: absolute;
    right: 198px;
    top: 18px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #142243;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 980px) {
    article {
        padding: 0 30px;
    }
    .inner {
        width: 100%;
        padding: 0 20px;
    }
    #global-nav ul li a {
        padding: 0 20px;
    }
    #top-head.fixed #global-nav ul li a {
        padding: 0 15px;
    }
    .mailicon {
        display: none !important;
    }
    .spmailicon {
        display: block;
    }
    #top-head .logo img {
        width: 19%;
    }
}

@media screen and (max-width: 640px) {
    #main-visual {
        height: 300px;
    }
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    #top-head .logo img {
        width: 34%;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 11px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #global-nav ul li:after {
        display: none;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}


/*========================================================================
  footer
========================================================================*/

footer {
    width: 100%;
    background: #142243;
    position: relative;
}

footer p {
    background: white;
    padding: 15px 0 30px;
    color: black;
    font-size: 0.8rem;
}

.contactarea {
    overflow: hidden;
    position: absolute;
    top: -261px;
    right: 0;
    bottom: 0;
    left: 1px;
    margin: auto;
    width: 1140px;
    height: 160px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.contactarea li {
    float: left;
}

footer .fnaviinner {
    padding: 50px 0 50px;
    width: 940px;
    margin: 0 auto;
}

footer .fnaviinner .fbanner {
    text-align:center
}

footer .fnav {
    margin-bottom:20px;
	overflow:hidden
}

footer .fnav li {
    
    margin-right: 10px;
    width: 220px;
    vertical-align: top;
    text-align: left;
    margin-bottom: 10px;
	float:left
}

footer .fnav li a {
    color: white;
    font-weight: bold;
}

footer .fnav li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

footer .fnav ul {
    padding: 0;
}

footer .fnav ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

footer .sub-menu li {
    margin-bottom: 0px !important;
    padding-left: 15px;
}

footer .sub-menu li a {
    font-weight: normal;
}

footer .corporate_f {
    background: white;
}

footer .corporate_f ul {
    overflow: hidden;
    text-align: center;
    padding-top: 5px;
    width: 800px;
    max-width: 1140px;
    margin: 0 auto;
}

footer .corporate_f ul li {
    display: -moz-inline-box;
    display: inline-block;
    /* display: inline; */
    margin: 0 15px 25px;
    font-size: 0.87em;
}

footer .corporate_f .f_rogo {
    width: 14%;
    margin: 0 auto;
    padding: 30px 0 10px;
}
footer  .copyright2 {
    color: #242730;
    font-size: 0.73em;
    padding:0 0 75px
}

#page-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    font-size: 100%;
	z-index: 1;
}

#page-top a {
    background: #f26a4a;
    text-decoration: none;
    color: #fff;
    width: 65px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

#page-top a:hover {
    background: #f26a4a;
    text-decoration: none !important;
}


/*========================================================================
  index
========================================================================*/

section p {
    line-height: 2.4;
}

#container {
    position: relative;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 60px;
}

.flexslider {
    position: absolute;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

.slides {
    margin: 0;
    padding: 0;
}

#main ul {
    margin: 0;
    padding: 0 0;
}

#main ul li {
    position: relative;
}

#main ul li .movbtn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.flex-control-nav {
    bottom: 20px !important;
    right: 0;
    text-align: center;
    width: 100% !important;
    z-index: 100;
}

#about {
    width: 100%;
    margin: 0 auto;
    color: #142243;
    background: url(img/intro.jpg) repeat-y top center;
    background-size: inherit;
    padding: 90px 0;
}

#about h2 {
    font-size: 1.5rem !important;
    font-family: "arial", sans-serif;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 3px;
}

#about h3 {
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 25px;
}

#about h3::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: solid 4px #e14b44;
    width: 45px;
}

#about p {
    margin-bottom: 20px;
    color: #142243;
    line-height: 1.8;
}

#about .aboutinner {
    padding: 0 17%;
}

#about .aboutinner ul {
    overflow: hidden;
}

#about .aboutinner ul li {
    float: left;
}

#about .aboutinner ul li:nth-child(1) {
    width: 35%;
}

#about .aboutinner ul li:nth-child(2) {
    width: 65%;
    padding-top: 50px;
}

#about .more_txt {
    font-size: 0.8rem;
    text-align: left;
    color: #e14b44;
    width: 100%;
    margin: 0 auto;
}

#about .more_txt a {
    background: url(img/btn_bg2.png) no-repeat center right;
    padding: 10px 35px 10px;
    color: #18345e;
}

#product {
    background: url(img/product.jpg) top center no-repeat;
    background-size: 100%;
    height: 600px;
    padding: 120px 0 0 17%;
}

#service {
    background: url(img/service.jpg) top center no-repeat;
    background-size: cover;
    height: 600px;
    padding: 120px 0 0;
}

#product a,
#service a {
    border: 1px solid #7e9fbb;
    background: #7e9fbb;
    color: white;
    padding: 10px 40px;
    font-size: 0.8rem;
    text-decoration: none !important;
}

#product a:hover,
#service a:hover {
    background: white;
    color: #7e9fbb;
}

#product .inner2 {
    width: 700px;
    padding: 70px 50px 50px;
    background: url(img/index_boxmark.png) no-repeat 50px 40px #ffffff;
    background-size: 7%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: #142243;
    position: relative;
}

#product .inner2 .newobi {
    position: absolute;
    right: 0;
    top: 30px;
    background: #e14b44;
    color: white;
    padding: 10px 30px;
}

#service .inner2 {
    width: 600px;
    margin: 0 auto;
    padding: 70px 50px 50px;
    background: url(img/index_boxmark.png) no-repeat 50px 40px #ffffff;
    background-size: 7%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: #142243;
}

#product h2,
#service h2 {
    font-size: 1.5rem !important;
    font-family: "arial", sans-serif;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 3px;
}

#product h3,
#service h3 {
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 10px;
}

#product p,
#service p {
    margin-bottom: 30px;
    color: #666666;
    line-height: 1.8;
}

#campaign {
    text-align: center;
    padding: 90px 0;
}

#campaign .inner3 {
    width: 900px;
    margin: 0 auto;
}

#campaign h2 {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1;
    color: #142243;
    font-style: italic;
    letter-spacing: 3px;
}

#campaign .jpttl {
    font-size: 0.8rem;
    color: #7e9fbb;
    margin-bottom: 30px;
}

#topics {
    padding: 90px 0;
    background: #e7e7e7;
}

#topics h2 {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1;
    color: #142243;
    font-style: italic;
    letter-spacing: 3px;
}

#topics .jpttl {
    font-size: 0.8rem;
    color: #7e9fbb;
    margin-bottom: 30px;
}

#topics ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 970px;
    margin: 0 auto 30px;
}

#topics ul li {
    float: left;
    margin-right: 50px;
    width: 290px;
    text-align: left;
    padding: 20px;
    background: white;
}

#topics ul li:last-child {
    margin-right: 0;
}

#topics ul li p {
    line-height: normal !important;
}

#topics ul li img {
    margin-bottom: 15px;
}

#topics ul li h4 {
    margin-bottom: 5px;
}

#topics ul li .topics_txt {
    margin-bottom: 5px;
    font-size: 0.8rem;
}

#topics ul li .footer_txt {
    margin-bottom: 5px;
    font-size: 0.6rem;
    padding: 3px 0px;
    display: inline-block;
}

#topics ul li .footer_txt2 {
    margin-bottom: 5px;
    font-size: 0.6rem;
    background: #db4c4b;
    padding: 3px 10px;
    color: white;
    display: inline-block;
}

#topics .more_txt {
    font-size: 0.8rem;
    text-align: left;
    color: #e14b44;
    width: 1000px;
    margin: 0 auto;
}

#topics .more_txt a {
    background: url(img/btn_bg2.png) no-repeat center right;
    padding: 10px 35px 10px;
    color: #18345e;
}

#movie {
    padding: 90px 0 120px 0;
    border-top: 2px solid #cecece;
    border-bottom: 2px solid #cecece;
}

#movie h2 {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
}

#movie .moviemain {
    text-align: center;
    padding-top: 60px;
}

#news {
    padding: 90px 0 0;
}

#news h2 {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1;
    color: #142243;
    font-style: italic;
    letter-spacing: 3px;
}

#news .jpttl {
    font-size: 0.8rem;
    color: #7e9fbb;
    margin-bottom: 30px;
}

#news .more_txt {
    text-align: left;
    color: #e14b44;
    width: 800px;
    margin: 0 auto 15px;
}

#news .more_txt a {
    background: url(img/btn_bg2.png) no-repeat center right;
    padding: 10px 35px 10px;
    color: #18345e;
}

#news ul {
    border-top: 1px solid #cecece;
    width: 800px;
    margin: 0 auto 30px;
}

#news ul li {
    text-align: left;
    overflow: hidden;
    border-bottom: 1px solid #cecece;
    padding: 15px 0;
}

#news ul li p {
    float: left;
    line-height: normal !important;
    font-size: 0.8rem;
}

#news ul li .n_day {
    margin-right: 30px;
    padding: 2px 0 0 80px;
}

#news ul li .n_cate01 {
    margin-right: 15px;
    background: #ed9023;
    padding: 2px 5px;
    color: #ffffff;
    width: 110px;
    text-align: center;
}

#news ul li .n_cate02 {
    margin-right: 15px;
    background: #666666;
    padding: 2px 5px;
    color: #ffffff;
    width: 110px;
    text-align: center;
}

#news ul li .n_cate03 {
    margin-right: 15px;
    background: #ffffff;
    padding: 0 5px;
    color: #db4c4a;
    border: 1px solid #db4c4a;
    width: 110px;
    text-align: center;
}

#news ul li .n_cate04 {
    margin-right: 15px;
    background: #1b3661;
    padding: 2px 5px;
    color: #ffffff;
    width: 110px;
    text-align: center;
}

#news ul li .n_txt {
    padding: 2px 0;
}


/*========================================================================
  2ND PAGE COMMON
========================================================================*/

#cover {
    position: relative;
    padding-top: 60px;
}

#cover h1 {
    position: absolute;
    left: 15%;
    bottom: 34%;
    font-family: "Fira Sans", sans-serif;
    font-weight: normal;
    line-height: 1.6;
}

#cover h1 .enttl {
    color: #d25241;
    letter-spacing: 4px;
}

#cover h1 .enttl2 {
    color: #000000;
    letter-spacing: 4px;
}

#cover h1 .enttl3 {
    color: #003a73;
    letter-spacing: 4px;
}

#cover h1 .jpttl {
    display: block;
    font-size: 2.2rem;
}

#cover h1 .jpttl2 {
    display: block;
    color: #666666;
    font-size: 1.4rem;
}

#cover .pro_cpbtn {
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 180px;
}

#cover .pro_cpbtn img {
    width: 100%;
}

#cover p {
    text-align: right;
    padding: 10px 20px;
    color: white;
    font-size: 1.1rem;
}

#cover2 {
    padding: 150px 0 40px;
}

#cover2 .coverttl {
    width: 1140px;
    margin: 0 auto;
    font-size: 2.2rem;
    font-weight: bold;
    color: #17366a;
}

.jp_ttl {
    color: #7e9fbb;
    font-size: 1.2rem;
}

#cover2 .coverttl span {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal;
    padding-left: 30px;
}

#maincontent {
    padding: 70px 0 50px;
}

#maincontent2 {
    padding: 0px;
}

.bg_white {
    background: white !important;
}

.bg_grya1 {
    background: #f2f3f5 !important;
}

.bg_grya2 {
    background: #3b4148;
}

.whitebox {
    background: white;
    padding: 60px 70px 60px;
    width: 1140px;
    margin: 0 auto 50px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.whitebox2 {
    background: white;
    padding: 60px 70px 90px;
    width: 1140px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.whitebox3 {
    background: white;
    padding: 60px 70px 90px;
    width: 1140px;
    margin: 0 auto 80px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.btnarea,
.btnarea2 {
    position: relative;
}

.btnarea p {
    background: url(img/btn_bg.jpg) #f2ad40 no-repeat right 20px center;
    padding: 15px 80px 15px 20px;
    display: inline-block;
    text-align: center;
    position: absolute;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.btnarea2 p {
    background: #2e467c;
    padding: 15px 90px;
    display: inline-block;
    text-align: center;
    position: absolute;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.btnarea a,
.btnarea2 a {
    color: white;
}

.btnarea a:hover,
.btnarea2 a:hover {
    text-decoration: underline !important;
}

.btnarea3 {
    width: 250px;
    margin: 30px auto 0;
}

.btnarea3 a {
    padding: 10px 30px;
    width: 100%;
    color: white;
    background: #2e467c;
    display: inline-block;
    text-align: center;
    transition: all ease-in-out 0.3s;
    border-radius: 7px;
    font-size: 1rem;
}

.btnarea3 a:hover {
    text-decoration: none !important;
    background: #2a3752;
}

.ttlh2_1,
.ttlh2_2 {
    color: #17366a;
    font-size: 2rem !important;
    font-family: "arial", sans-serif;
    letter-spacing: 3px;
    position: relative;
    padding-bottom: 10px;
    font-family: "Fira Sans", sans-serif;
}

.ttlh2_1::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-bottom: solid 0.3vw #e23c30;
    width: 50px;
}

.sub_ttl_1 {
    font-size: 1rem;
}

.ttlh2_3 {
    color: #17366a;
    font-size: 1.6rem !important;
}

.ttlh2_4 {
    color: white;
    font-size: 1.6rem !important;
}

.kanren_colmun {
    width: 1140px;
    margin: 0 auto;
}

.kanren_colmun h2 {
    background: #1e4477;
    padding: 5px 30px;
    margin-bottom: 20px;
    color: white;
}

.kanren_colmun ul {
    overflow: hidden;
    padding-bottom: 30px;
}

.kanren_colmun ul li {
    float: left;
    margin-right: 50px;
    width: 346px;
}

.kanren_colmun ul li:last-child {
    margin-right: 0;
}


/*========================================================================
  ABOUT PAGE
========================================================================*/

.ttlh3 {
    color: #0e264e;
    margin-bottom: 5px;
    font-size:1.15rem;
    line-height: 1.5;
}
.abmintxt {
    font-size:0.8rem;
    line-height:1.6
}

.abott_clo {
    margin-bottom: 50px;
}

.abott_clo_last {
    margin-bottom: 0;
}

.abott_clo img,
.abott_clo_last img {
    width: 50% !important;
}

.about_list01 {
    counter-reset: number;
    margin: 0;
    padding: 0;
}
.about_list01 li {
    margin-bottom: 20px;
    line-height: 1.5;
    position:relative;
}
.about_list01 li:last-child {
    margin-bottom:0
}
.about_list01 li::before {
    counter-increment: number;
    content: counter(number);
    background: #0e264e;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 15px;
    font-size: 1.2rem;
}
.about_list01 li .listtxt {
    padding-left: 100px;
    display: initial;
    font-size: 1.2rem;
    color: #0e264e;
}
.about_list01 li span {
    font-size:1.4rem;
    position:absolute;
    left:45px;
    top:0;
    line-height: 1.2;
    color: #0e264e;
}
.about_t01 th {
    font-weight: normal;
    text-align: left;
}

.about_t01 .txtred {
    color: #f26a4a;
    font-weight: bold;
}

.about_t01 .txtblue {
    color: #003a73;
    font-weight: bold;
}


/*========================================================================
  CAMPAIN PAGE
========================================================================*/

.cpmain {
    padding-top: 0 !important;
    background: url(img/cp_bg.png) repeat-y;
    background-size: contain;
}

#cp_inner {
    width: 100%;
    margin: 0 auto;
}

#cp_inner h2 {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #2f447c;
    font-style: italic;
    margin-bottom: 20px;
}

#cp_inner h3 {
    font-size: 1.4rem;
    color: white;
    margin-bottom: 30px;
    background: #ea5541;
    padding: 5px 0;
}

#cp_inner section {
    padding: 100px 0;
}

#cp_inner #cp01,
#cp_inner #cp04 {
    width: 900px;
    margin: 0 auto;
}

#cp_inner #cp03 {
    padding-bottom: 20px;
}

#cp_inner #cp04 {
    padding: 50px 0;
}

#cp_inner #cp05 {
    width: 900px;
    margin: 0 auto;
    padding-top: 0;
}

#cp_inner #cp01 .inner {
    background: #1e4477;
    padding-bottom: 50px;
}

#cp_inner #cp02,
#cp_inner #cp03 {
    background: #eaecf2;
    border-top: 2px solid white;
}

#cp_inner #cp02 .inner,
#cp_inner #cp03 .inner {
    width: 900px;
    margin: 0 auto;
}

#cp_inner .cp_btn {
    padding: 50px 0;
    width: 500px;
    margin: 0 auto;
}

#cp_inner .cp_btn a {
    background: #ff7913;
    padding: 15px 0px;
    text-align: center;
    color: white;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
}

#cp_inner .cp_list01 {
    width: 850px;
    margin: 0 auto 50px;
}

#cp_inner .cp_list01 li {
    margin-bottom: 10px;
    padding-left: 60px;
}

#cp_inner .cp_list01 li span {
    font-weight: bold;
    color: #ea5541;
    font-size: 1.4rem;
}

#cp_inner .cp_list01 li:nth-child(1) {
    background: url(./img/cp_icon01.png) no-repeat;
    background-size: 50px;
}

#cp_inner .cp_list01 li:nth-child(2) {
    background: url(./img/cp_icon02.png) no-repeat;
    background-size: 50px;
}

#cp_inner .cp_list01 li:nth-child(3) {
    background: url(./img/cp_icon03.png) no-repeat;
    background-size: 50px;
}

#cp_inner .cp_list01 li:nth-child(4) {
    background: url(./img/cp_icon04.png) no-repeat;
    background-size: 50px;
}

#cp_inner .cp_list01 li:nth-child(5) {
    background: url(./img/cp_icon05.png) no-repeat left center;
    background-size: 50px;
    padding-bottom: 5px;
}

.point_t {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
}

.point_t th {
    background: #ea5541;
    color: white;
    width: 100px;
    padding: 5px 10px;
    vertical-align: middle;
}

.point_t td {
    background: #2f447c;
    color: white;
    font-size: 1.4rem;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
}

#cp_inner .cp_list02 {
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 30px;
}

#cp_inner .cp_list03 {
    overflow: hidden;
    margin-bottom: 50px;
    padding-top: 30px;
}

#cp_inner .cp_list02 li {
    float: left;
    width: 425px;
    margin-right: 50px;
    text-align: center;
}

#cp_inner .cp_list02 li .cp_list_inner {
    background: white;
    padding: 15px;
    margin-bottom: 10px;
}

#cp_inner .cp_list03 li {
    float: left;
    width: 400px;
}

#cp_inner .cp_list02 li:last-child {
    margin-right: 0;
}

#cp_inner .cp_list02 li .ttl,
#cp_inner .cp_list03 li .ttl {
    background: url(./img/cp_icon06.png) no-repeat left 10px center;
    background-size: 20px;
    border: 2px solid #2f447c;
    margin-bottom: 20px;
    padding: 5px 10px 5px 45px;
    color: #2f447c;
    font-size: 1.2rem;
    font-weight: bold;
}

#cp_inner .cp_list02 li img {
    margin-bottom: 20px;
}

#cp_inner .cp_list02 li p {
    line-height: 1.6;
}

#cp_inner .imgbox {
    overflow: hidden;
    background: white;
    padding: 50px;
    display: table;
    margin-bottom: 10px;
}

#cp_inner .imgbox li {
    display: table-cell;
    vertical-align: middle;
}

#cp_inner .imgbox li:nth-child(1) {
    width: 45%;
    padding-right: 5%;
}

#cp_inner .imgbox li:nth-child(2) {
    width: 55%;
}

#cp_inner .imgbox li .mintxt {
    font-size: 0.7rem;
    line-height: 1.2;
    padding-top: 15px;
}

#cp_inner .kakaku_list {
    overflow: hidden;
}

#cp_inner .kakaku_list li {
    margin-right: 5px;
    float: left;
    width: 447px;
}

#cp_inner .kakaku_list li img {
    width: 100%;
}

#cp_inner .kakaku_list li:last-child {
    margin-right: 0;
}

#cp_inner .cp03ttl {
    background: none;
    color: black;
    margin-bottom: 0px;
}

#cp_inner .cp03ttl span {
    color: white;
    padding: 10px 15px;
    background-color: #223b68;
    margin-right: 15px;
    font-style: italic;
    font-family: sans-serif;
}

#cp_inner .cp03ttl .ttlmin {
    background: none !important;
    color: black !important;
    font-size: 0.8rem !important;
    font-style: normal !important;
    padding: 0 0 5px 10px !important;
}

#cp_inner .whitebg {
    background: white;
    padding: 40px 0;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

#cp_inner .whitebg h4 {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

#cp_inner .whitebg img {
    width: 60%;
}

#cp_inner .whitebg2 {
    background: white;
    padding: 40px;
    overflow: hidden;
    display: table;
    margin-bottom: 20px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

#cp_inner .whitebg2 li {
    display: table-cell;
    vertical-align: middle;
    width: 33.333%;
    text-align: center;
}

#cp_inner .whitebg2 li:nth-child(2) {
    width: 2%;
}

#cp_inner .moniter_list {
    overflow: hidden;
    margin-bottom: 50px;
    padding-top: 20px;
}

#cp_inner .moniter_list li {
    float: left;
    width: 233px;
    margin-right: 100px;
    text-align: justify;
}

#cp_inner .moniter_list li:last-child {
    margin-right: 0;
}

#cp_inner .moniter_list li p {
    margin-bottom: 10px;
    text-align: center;
}

#cp_inner .caution {
    font-size: 0.8rem;
}

#cp_inner .caution .cau_ttl {
    border: 1px solid black;
    text-align: center;
    margin-bottom: 15px;
}

#cp_inner .caution span {
    color: #004a85;
    font-weight: bold;
}

#cp_inner .tokutentxt {
    color: red;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    padding: 20px 0 0;
}

#cp_inner .tokutentxt2 {
    color: red;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    padding: 0 0 20px;
}

#cp_inner .atn,
#cp_inner2 .atn {
    font-size: 85.7%;
    text-indent: -1.7em;
    margin-left: 1.7em;
    line-height: 1.6;
}

#cp_inner .atn2,
#cp_inner2 .atn2 {
    font-size: 85.7%;
    text-indent: -1.2em;
    margin-left: 1.2em;
    line-height: 1.6;
}

#cp_inner .atn_last,
#cp_inner2 .atn_last {
    font-size: 85.7%;
    text-indent: -1.7em;
    margin-left: 1.7em;
    margin-bottom: 50px;
    line-height: 1.6;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 50vw 0 50vw;
    border-color: #eaecf2 transparent transparent;
}

.kiyakubox {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    height: 200px;
    overflow: scroll;
    border: 1px solid #17366a;
    padding: 10px;
    background: white;
}

.checkbox {
    width: 730px;
    margin: 0 auto 20px;
    color: red;
}

.cp04midashi {
    background: red;
    font-style: normal !important;
    color: white !important;
    text-align: center;
    padding: 15px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    margin-bottom: 50px !important;
}

.cpbtnarea a,
.cpmorebtn a {
    text-decoration: none !important;
}

.cp_submit {
    width: 650px;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 1.4rem;
    color: #e23c30;
    background: white;
    border: 2px solid #e23c30;
    border-bottom: 5px solid #e23c30;
    transition: all ease-in-out 0.3s;
    border-radius: 7px;
    cursor: pointer !important;
}

.cp_submit:hover {
    background: #e23c30;
    border-bottom: 5px solid #c2281d;
    color: white;
}

.cp_submit2 {
    width: 380px;
    margin: 0 auto 50px;
    padding: 10px 0;
    font-size: 1.2rem;
    color: white;
    background: #2e467c;
    transition: all ease-in-out 0.3s;
}

.cp_submit2:hover {
    background: #2a3752;
}

.cp_submit3 {
    width: 65%;
    margin: 20px auto 0;
    padding: 0 !important;
    font-size: 1.4rem;
    color: white;
    transition: all ease-in-out 0.3s;
    border-radius: 7px;
    cursor: pointer !important;
}

.cp_submit3:hover {
    background: #f56a60 !important;
}

#cp_inner2 section {
    padding: 100px 0;
}
#cp_inner2 section:first-child{
    padding-top:30px
}

#cp_inner2 #tousen {
    padding: 30px 0;
    background: white;
}

#cp_inner2 #cp01 {
    background: #ffffff;
    padding-top:50px;
}

#cp_inner2 section:nth-child(even) {
    background: #fefceb;
}

#cp_inner2 section .main_ttl {
    margin-bottom: 30px;
    border-left: 7px solid #e14b44;
    padding-left: 20px;
    font-size: 1.8rem;
    color: #17366a;
    line-height: 1.3;
}

#cp_inner2 .inner {
    width: 900px;
    margin: 0 auto;
}

#cp_inner2 .inner .txtbox {
    background: white;
    padding: 50px 50px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#cp_inner2 .inner .txtbox p {
    line-height: 1.6;
}

#cp_inner2 .inner .txtbox .yokottl {
    display: block;
    font-size: 1rem;
}

#cp_inner2 .inner .txtbox ul li {
    list-style: disc !important;
    margin-left: 17px;
}

#cp_inner2 .inner .txtbox a {
    color: #154e79;
    text-decoration: underline !important;
}

#cp_inner2 .inner .txtbox a:hover {
    text-decoration: none !important;
}

#cp_inner2 .inner .tokutenkist {
    overflow: hidden;
    width: 890px;
    margin: 0 auto 30px;
}

#cp_inner2 .inner .tokutenkist li {
    float: left;
    margin-right: 50px;
    width: 420px;
}

#cp_inner2 .inner .tokutenkist li:last-child {
    margin-right: 0px;
}

#cp_inner2 .inner .tokutenkist h3 {
    font-size: 1.2rem;
}

#cp_inner2 .inner .tokutenkist h3 .t_tag {
    background: #ea5541;
    border-radius: 4px;
    padding: 5px;
    color: white;
    margin-right: 10px;
}

#cp_inner2 .inner .tokutenkist .mintxt {
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.6;
    padding: 10px 17px 0;
}

#cp_inner2 .inner .system_merit {
    overflow: hidden;
    padding: 0 20px;
    margin-bottom: 20px;
}

#cp_inner2 .inner .system_merit li {
    width: 48%;
    height: 150px;
    margin-right: 4%;
    background: #eaecf2;
    float: left;
    position: relative;
    padding: 0 45px;
    margin: 10px 4% 20px 0;
    display: table;
}

#cp_inner2 .inner .system_merit li p {
    font-size: 2rem;
    line-height: 1.4;
}

#cp_inner2 .inner .system_merit li .systxt {
    display: table-cell;
    vertical-align: middle;
}

#cp_inner2 .inner .system_merit li .number {
    position: absolute;
    top: -20px;
    left: 10px;
    font-size: 2.2rem;
    color: #e14b44;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    z-index: 3;
    letter-spacing: 3px;
}

#cp_inner2 .inner .system_merit li .sankaku {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #ffea00 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

#cp_inner2 .inner .system_merit li:nth-child(even) {
    margin-right: 0px;
}

#cp_inner2 .inner .kakaku_list {
    overflow: hidden;
    font-size: 0;
}

#cp_inner2 .inner .kakaku_list .h_price_org {
    background: #ea5541;
    border: 7px solid #ea5541;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

#cp_inner2 .inner .kakaku_list .h_price_org dt {
    background: white;
    float: left;
    padding: 5px 10px;
    color: #ea5541;
    font-size: 0.9rem;
}

#cp_inner2 .inner .kakaku_list .h_price_org dd {
    color: white;
    float: right;
    text-align: right;
    padding: 0 5px;
    font-size: 1.2rem;
}

#cp_inner2 .inner .kakaku_list .h_price_blu {
    background: #2f447c;
    border: 7px solid #2f447c;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

#cp_inner2 .inner .kakaku_list .h_price_blu dt {
    background: white;
    float: left;
    padding: 5px 10px;
    color: #2f447c;
    font-size: 0.9rem;
}

#cp_inner2 .inner .kakaku_list .h_price_blu dd {
    color: white;
    float: right;
    text-align: right;
    padding: 0 5px;
    font-size: 1.2rem;
}

#cp_inner2 .inner .kakaku_list h3 {
    font-size: 1.4rem;
    line-height: 1;
    color: white;
    padding: 15px 0;
}

#cp_inner2 .inner .kakaku_list h3 span {
    font-size: 0.8rem;
}

#cp_inner2 .inner .kakaku_list li {
    margin-right: 15px;
    float: left;
    width: 442px;
}

#cp_inner2 .inner .kakaku_list li:last-child {
    margin-right: 0;
}

#cp_inner2 .inner .merit_t {
    width: 550px;
    margin: 0 auto;
}

#cp_inner2 .inner .merit_t table {
    border-collapse: separate;
    border-spacing: 0px 5px;
    width: 100%;
    table-layout: fixed;
}

#cp_inner2 .inner .merit_t table th {
    background: #d2d2d2;
    padding: 10px 20px;
    font-weight: normal;
    vertical-align: middle;
}

#cp_inner2 .inner .merit_t table td {
    background: #eaecf2;
    padding: 10px 20px;
    font-size: 1.2rem;
    border-right: 1px solid #ffffff;
    font-weight: bold;
}

#cp_inner2 .inner .merit_t table td:last-child {
    border-right: none;
}

#cp_inner2 .inner .merit_t table .merit_t_ttl {
    width: 150px;
}
#cp_inner2 .maincap {
    font-size: 1.9rem;
    font-weight: bold;
    line-height:1.6;
    color:#17366a;
    width:1140px;
    margin:0 auto;
    padding-top:50px;
}
#cp_inner2 .inner .tokuten_list li {
    margin-bottom:30px;
}
#cp_inner2 .inner .tokuten_list li:last-child {
    margin-bottom:20px;
}
#cp_inner2 .inner .toku_m {
    font-size:1.1rem;
    font-weight: bold;
    background:#e14b44;
    color:white;
    line-height: 2.0;
    letter-spacing:3px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#cp_inner2 .inner .tokutxt {
    padding:15px;
    line-height:1.6;
    font-size: 1.2rem;
    border: 2px solid #e14b44;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#cp_inner2 .inner .toku_b {
    font-size:1.8rem;
}
#cp_inner2 .kikantxt {
    line-height:1.5;
    font-size:1.1rem;
    background: #17366a;
    padding: 5px;
    color: white;
    margin: 0 auto;
    width: 450px;
}
#cp_inner2 .inner .mintxt {
    font-size:1.0rem;
    display: block;
}
#cp_inner2 .inner .mintxt2 {
    font-size:0.7rem;
}
#cp_inner2 .inner .bottomtxt {
    font-size: 1.4rem;
    color:#17366a;
    font-weight: bold;
}
.storage_t,
.hybrid_t {
    border-collapse: separate;
    border-spacing: 0px 5px;
    width: 100%;
    table-layout: fixed;
    font-size: 0.8rem;
}

.storage_t th,
.hybrid_t th {
    background: #d2d2d2;
    padding: 5px 10px;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}

.storage_t td {
    background: #eadde0;
    padding: 5px 10px;
    border-right: 1px solid #f2f3f5;
    font-weight: bold;
}

.storage_t td:last-child,
.hybrid_t td:last-child {
    border-right: none;
}

.storage_t .price_t_ttl,
.hybrid_t .price_t_ttl {
    width: 135px;
}

.storage_t .bor_r_no,
.hybrid_t .bor_r_no {
    border-right: none;
}

.storage_t .bgc_gy01,
.hybrid_t .bgc_gy01 {
    background: #d2d2d2;
}

.storage_t .bgc_gy02,
.hybrid_t .bgc_gy02 {
    background: #dedfe2;
}

.storage_t .total {
    font-size: 1.2rem;
    color: #ea5541;
}

.hybrid_t td {
    background: #d7dbe6;
    padding: 5px 10px;
    border-right: 1px solid #f2f3f5;
    font-weight: bold;
}

.hybrid_t .total {
    font-size: 1.2rem;
    color: #2f447c;
}

#cpmainttl {
    position: absolute;
    left: 6%;
    top: 18%;
    width: 30%;
}

#cpmainttl .inner {
    background: white;
    padding: 0 0 30px;
}


/*========================================================================
  SYSTEM PAGE
========================================================================*/

.sys_list {}

.sys_list li {
    padding: 150px 0;
    background: #f2f3f5;
}

.sys_list li:nth-child(odd) {
    background: white;
}

.sys_list li .inner {
    width: 1140px;
    margin: 0 auto;
}

.sys_list li .inner h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.sys_list li .inner h3 {
    font-size: 1.6rem;
}

.sys_list li .inner ul {
    overflow: hidden;
    margin-bottom: 30px;
}

.sys_list li .inner ul li {
    float: left;
    padding: 0;
    margin-right: 40px;
    width: 550px;
    background: none !important;
}

.sys_list li .inner ul li:last-child {
    margin-right: 0;
}

.sys_list li .inner .slides li {
    margin-right: 0;
}

.sys_list li .inner .slides li .sinner {
    overflow: hidden;
    margin: 0;
    padding-bottom: 30px;
}

.sys_list li .inner .slides li .sinner li {
    width: 40%;
    float: left;
}

.sys_list li .inner .slides li .sinner li h2 {
    margin-bottom: 10px;
}

.sysbtn,
.sysbtn2 {
    position: relative;
}

.sysbtn p {
    background: url(img/btn_bg.jpg) #f2ad40 no-repeat right 20px center;
    padding: 10px 70px 10px 20px;
    display: inline-block;
    position: absolute;
    right: -30px;
    bottom: -70px;
    color: white;
}

.sysbtn2 p {
    background: url(img/btn_bg.jpg) #f2ad40 no-repeat right 20px center;
    padding: 10px 90px 10px 30px;
    display: inline-block;
    position: absolute;
    right: -70px;
    bottom: -110px;
    color: white;
}

.sys_list li .inner .slides li .sinner li:first-child {
    margin-right: 10%;
}

.sys_list li .inner .slides li .sinner li:last-child {
    background: white;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 50px;
    margin-top: 80px;
}

.sys_list .flex-control-nav li {
    padding: 0;
}

.sys_list li .inner .systemlist,
.sys_list li .inner .supportlist {
    overflow: hidden;
    padding: 0 10px;
}

.sys_list li .inner .systemlist li {
    float: left;
    width: 343px;
    margin-right: 45px;
    margin-bottom: 45px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.sys_list li .inner .systemlist li:last-child {
    width: 100%;
    margin-bottom: 20px;
}

.sys_list li .inner .systemlist li:nth-last-child(2) {
    margin-right: 0;
}

.sys_list li .inner .supportlist li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.sys_list li .inner .supportlist li:last-child {
    margin-bottom: 0;
}

.sys_list .system_bg1 {
    background: url(img/system_bg1.jpg) no-repeat top center !important;
    background-size: cover !important;
}

.sys_list .system_bg2 {
    background: url(img/system_bg2.jpg) no-repeat top center !important;
    background-size: cover !important;
}

.tabs {
    position: relative;
}

.tabs input {
    position: absolute;
    z-index: 1000;
    width: 23%;
    left: 0px;
    top: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
}

.tabs input#tab-2 {
    left: 120px;
}

.tabs label {
    background: #17366a;
    position: relative;
    padding: 10px 20px;
    float: left;
    display: block;
    width: 23.5%;
    margin-right: 2%;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.tab-label-4 {
    margin-right: 0 !important;
}

.tabs input:hover+label {
    background: #033384;
}

.tabs label:first-of-type {
    z-index: 4;
}

.tab-label-2 {
    z-index: 3;
}

.tabs input:checked+label {
    background: #fff;
    z-index: 6;
    background: white;
    color: #17366a;
    border: 1px solid #17366a;
}

.clear-shadow {
    clear: both;
}

.content {
    background: #fff;
    position: relative;
    width: 100%;
    height: 570px;
    z-index: 5;
}

.content div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 40px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

.tabs input.tab-selector-1:checked~.content .content-1,
.tabs input.tab-selector-2:checked~.content .content-2,
.tabs input.tab-selector-3:checked~.content .content-3,
.tabs input.tab-selector-4:checked~.content .content-4 {
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}


/*========================================================================
  PRODUCT PAGE
========================================================================*/

.pro_list {}

.pro_list li {
    padding: 100px 0;
    background: #f2f3f5;
}

.pro_list li:nth-child(odd) {
    background: white;
}

.pro_list li .inner {
    width: 1140px;
    margin: 0 auto;
}

.pro_list li .inner .inbox {
    padding: 50px 100px;
    background: #e23c30;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: white;
}

.pro_list li .inner .inbox2 {
    padding: 0px 100px;
}

.pro_list li .inner .inbox2 .main_ttl {
    margin-bottom: 30px;
    border-left: 7px solid #17366a;
    padding-left: 20px;
    font-size: 1.8rem;
    color: #17366a;
    line-height: 1.3;
}

.pro_list li .inner .inbox2 .main_ttl span {
    font-size: 1.5rem;
    display: block;
}

.pro_list li .inner .inbox p,
.pro_list li .inner .inbox2 p {
    line-height: normal;
}

.pro_list li .inner h2,
.pro_list li .inner2 h2 {
    font-size: 2rem;
    line-height: 1.2;
}

.pro_list li .inner h2 .uline_r {
    background: linear-gradient(transparent 70%, #f0c3bf 70%);
    font-weight: bold;
    display: inline;
}

.pro_list li .inner h2 .mintxt {
    font-size: 1.6rem;
    display: inline;
}

.pro_list li .inner h3,
.pro_list li .inner2 h3 {
    font-size: 1.6rem;
}

.pro_list li .inner ul {
    overflow: hidden;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_list li .inner ul li {
    float: left;
    padding: 0;
    margin-right: 4%;
    width: 48%;
    background: none;
    margin-bottom: 30px;
}

.pro_list li .inner ul li:nth-child(even) {
    margin-right: 0;
}

.pro_list li .inner2 {
    width: 750px;
    margin: 0 auto;
}

.spec {
    padding: 70px 0 100px;
    color: white;
    background: #3b4148;
}

.spec .inner {
    width: 1140px;
    text-align: center;
}

.spec .inner h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 30px;
}

.spec .inner h2 span {
    font-size: 1rem;
}

.spec_t {
    width: 600px;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.spec_t th,
.spec_t td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #535353;
    vertical-align: middle;
}

.spec_t th {
    background: #a0a0a0;
    border-right: 1px solid #535353;
    width: 200px;
}

.spec_t td {
    background: white;
    color: black;
}

.spec_t .spacttl1 {
    background: #4f5a6c;
}

.spec_txt {
    width: 600px;
    margin: 0 auto;
}

.into_li {
    padding-bottom: 10px !important;
    background: url(img/into_libg.png) repeat-x center top !important;
}

.introbox {
    background: white;
    padding: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.merit_bg {
    background: url(img/merit_bg.png) no-repeat center top !important;
    background-size: cover !important;
}

.point_bg {
    background: url(img/point_bg.jpg) no-repeat center top !important;
    background-size: cover !important;
}

.kozu_bg {
    background: url(img/kozu_bg.png) no-repeat center top !important;
    background-size: cover !important;
}

.kozu_btn {
    width: 100% !important;
    margin-bottom: 0 !important;
    text-align: center;
}

.kozu_btn li {
    border: 3px solid #e23c30;
    display: -moz-inline-box;
    display: inline-block;
    /* display: inline; */
    zoom: 1;
    float: none !important;
}

.kozu_btn li a {
    background: white;
    color: #e23c30;
    font-weight: bold;
    padding: 10px !important;
    display: block;
    text-align: center;
    text-decoration: none !important;
}

.kozu_btn li a:hover {
    background: #e23c30;
    color: white;
}

.hojo_box {
    background: #f4f4ef;
    padding: 50px 135px;
}

.merit_list,
.point_list {
    margin-bottom: 0 !important;
}

.merit_list {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

.merit_list li {
    width: 300px !important;
    padding: 40px !important;
    background: white !important;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: -moz-inline-box;
    display: inline-block;
    /* display: inline; */
    zoom: 1;
    float: none !important;
    margin-right: 50px !important;
}

.merit_list li:last-child {
    margin-right: 0 !important;
}

.merit_list li p {
    text-align: left;
}

.point_list {
    margin-bottom: 40px !important;
}

.point_list li {
    width: 100% !important;
    margin-right: 6px !important;
    float: none !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 10px;
    padding: 30px 50px !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.point_list li h3 {
    font-size: 1.2rem !important;
    border-bottom: 2px solid #93a9d5;
    margin-bottom: 10px;
    padding: 15px 0 15px 60px;
}

.point_list li:nth-child(1) h3 {
    background: url(img/pro_point01.png) no-repeat left center !important;
}

.point_list li:nth-child(2) h3 {
    background: url(img/pro_point02.png) no-repeat left center !important;
}

.point_list li:nth-child(3) h3 {
    background: url(img/pro_point03.png) no-repeat left center !important;
}

.point_list li:nth-child(4) h3 {
    background: url(img/pro_point04.png) no-repeat left center !important;
}

.point_list li:nth-child(5) h3 {
    background: url(img/pro_point05.png) no-repeat left center !important;
}

.point_list li .midtxt {
    font-size: 1.2rem;
}

.point_list li:last-child {
    margin-right: 0 !important;
}

.chara_list {
    overflow: hidden;
    padding: 5px;
}

.chara_list li {
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 3% 3% 6% !important;
    width: 47% !important;
    margin: 0 0 3% 3% !important;
    position: relative;
}

.chara_list li h4 {
    background: #17366a;
    padding: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: white;
    margin-bottom: 20px;
}

.chara_list li .listmidashi {
    line-height: 1.6;
    margin-bottom: 15px;
}

.chara_list li .atn {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.4;
    margin-bottom: 5px;
}

.chara_btn {
    display: block;
    text-align: right;
    position: absolute;
    bottom: 7%;
    right: 7%;
}

.chara_btn span {
    color: #17366a;
    position: relative;
    padding-right: 20px;
    font-weight: bold;
}

.chara_btn span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #e23c30;
    border-right: 2px solid #e23c30;
    transform: rotate(45deg);
    margin-top: -5px;
}

.prod_ttl .ttlh2_2 {
    margin-bottom: 0 !important;
    line-height: 1.4;
}

.prod_ttl p {
    line-height: 1.2;
}

.type_ttlbox_r {
    border: 2px solid #e23c30;
    border-top: none;
    background: white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0px;
}

.type_ttlbox_b {
    border: 2px solid #2e467c;
    border-top: none;
    background: white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0px;
}

.type_ttlbox_r table,
.type_ttlbox_b table {
    width: 770px;
    margin: 20px auto;
}

.systemitem,
.systemitem2 {
    text-align: center;
    margin-bottom: 0px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 950px;
    margin: 0 auto;
}

.systemitem li,
.systemitem2 li {
    width: 450px !important;
    float: none !important;
    margin: 0 50px 40px 0 !important;
    padding: 50px !important;
    background: white !important;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.systemitem li:nth-child(even),
.systemitem2 li:nth-child(even) {
    margin-right: 0 !important;
}

.systemitem li h4 {
    color: #e23c30;
    font-size: 1rem;
}

.systemitem2 li h4 {
    color: #2e467c;
    font-size: 1rem;
}

.systemitem li p,
.systemitem2 li p {
    line-height: 1.3;
}

.systemitem li p span,
.systemitem2 li p span {
    font-size: 0.8rem;
    display: block;
    margin-bottom: 30px;
}

.systemitem li .itembtn a {
    background: #e23c30;
    color: white;
    border: 1px solid #e23c30;
    text-decoration: none !important;
    padding: 10px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.systemitem li a:hover {
    background: white;
    color: #e23c30;
}

.systemitem2 li a {
    background: #2e467c;
    color: white;
    border: 1px solid #2e467c;
    text-decoration: none !important;
    padding: 10px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.systemitem2 li a:hover {
    background: white;
    color: #2e467c;
}

.item2colm {
    width: 60%;
    margin: 0 auto;
}

.item2colm td {
    text-align: center;
}

.item2colm td span {
    margin-bottom: 0 !important;
}

.atn {
    text-indent: -1.6em;
    margin-left: 1.6em;
    line-height: 1.4;
    font-size: 0.8rem;
}

.atn2 {
    text-indent: -2.5em;
    margin-left: 2.5em;
    line-height: 1.4;
    font-size: 0.8rem;
}

.atn3 {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.4;
    font-size: 0.8rem;
}

.cp_box {
    background: white;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 3px solid #e23c30;
    padding: 30px 100px;
    color: #e23c30;
}

.cp_box h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.hosyo_box {
    background: white;
    border: 3px solid #f2f4f8;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding-bottom: 50px;
    margin-bottom: 70px;
}

.hosyo_box h3 {
    background: #e9ebef;
    color: #17366a;
    border-radius: 18px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-radius: 18px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 18px;
    -moz-border-bottom-right-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    margin-bottom: 40px;
    padding: 10px 0;
}

.monitoringlist {
    text-align: center;
}

.monitoringlist li {
    float: none !important;
    display: -moz-inline-box;
    display: inline-block;
    /* display: inline; */
    zoom: 1;
    width: 166px !important;
    vertical-align: top;
    width: 230px !important;
}

.monitoringlist li h3 {
    font-size: 1rem !important;
    text-align: center;
}

.monitoringlist li p {
    text-align: left;
}

.pro_poin {
    width: 900px;
    margin: 0 auto;
    text-align: left;
}

.pro_poin .pro_list {
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 30px;
}

.pro_poin .ttl {
    background: url(img/cp_icon06.png) no-repeat left 10px center;
    background-size: auto;
    background-size: 20px;
    border: 2px solid #2f447c;
    margin-bottom: 20px;
    padding: 5px 10px 5px 45px;
    color: #2f447c;
    font-size: 1.2rem;
    font-weight: bold;
}

.pro_poin .pro_list li {
    float: left;
    width: 425px !important;
    margin-right: 50px;
    text-align: center;
}

.pro_poin .pro_list li .cp_list_inner {
    background: white;
    padding: 15px;
    margin-bottom: 10px;
}

.pro_poin .pro_list li .cp_list_inner p {
    text-align: left;
    line-height: 1.6;
}

.pro_poin .imgbox {
    overflow: hidden;
    background: white;
    padding: 50px;
    display: table;
    margin-bottom: 10px;
}

.pro_poin .imgbox li {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

.pro_poin .imgbox li:nth-child(1) {
    width: 45% !important;
    padding-right: 5%;
}

.pro_poin .imgbox li:nth-child(2) {
    width: 51% !important;
}

.hojo_box {
    background: #f4f4ef;
    width: 900px;
    margin: 0 auto;
    padding: 50px;
}

.hojo_box .h_blu {
    background: #1f4b82;
    color: white;
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 10px;
}

.hojo_box .h_blu h4 {
    font-size: 1.3rem;
}

.hojo_box .h_blu p {
    font-size: 1rem;
}

.hojo_box .hojottl_t {
    overflow: hidden;
    margin-bottom: 20px;
}

.hojo_box .hojottl_t h5 {
    margin: 0;
}

.hojo_box .hojottl_t dt {
    width: 30%;
    float: left;
    margin-right: 3%;
}

.hojo_box .hojottl_t dd {
    width: 67%;
    float: left;
    text-align: left;
}

.hojo_box .hojottl_t dd p {
    font-size: 1.2rem;
    line-height: 1.2;
}

.hojo_box .typelist {
    margin-bottom: 10px !important;
}

.hojo_box .typelist li {
    float: left;
    width: 49% !important;
    margin-right: 2% !important;
}

.hojo_box .typelist li:nth-child(2) {
    margin-right: 0% !important;
}

.hojo_box .chihou_box {
    background: url(img/hojo_bg.png) no-repeat top right;
    margin-bottom: 30px;
    overflow: hidden;
}

.hojo_box .chihou_box img {
    float: left;
    padding-right: 30px;
}

.hojo_box .hojopoint {
    text-align: left;
}

.hojo_box .hojopoint li {
    margin-bottom: 20px;
    padding-left: 80px !important;
    width: 100% !important;
}

.hojo_box .hojopoint li h6 {
    font-size: 1.3rem;
    margin: 0;
    border-bottom: 2px solid #2d4277;
    margin-bottom: 10px;
}

.hojo_box .hojopoint li dl {
    overflow: hidden;
}

.hojo_box .hojopoint li dl dt {
    margin-right: 10px;
}

.hojo_box .hojopoint li dl dt,
.hojo_box .hojopoint li dl dd {
    float: left;
}

.hojo_box .hojopoint li:nth-child(1) {
    background: url(img/hojo_point_mark01.png) no-repeat left top 10px;
}

.hojo_box .hojopoint li:nth-child(2) {
    background: url(img/hojo_point_mark02.png) no-repeat left top 10px;
}

.hojo_box .hojopoint li:nth-child(3) {
    background: url(img/hojo_point_mark03.png) no-repeat left top 10px;
}

.hojo_box .shinsei {
    width: 752px;
    margin: 0 auto 50px;
}

.hojo_box .shinsei h5 {
    font-size: 1.4rem;
    margin: 0 0 10px;
    color: #2d4277;
}

.hojo_box .shinsei p {
    line-height: 1.4;
}

.hojo_box .shinsei dl {
    overflow: hidden;
    padding-top: 20px;
    text-align: left;
}

.hojo_box .shinsei dl dt {
    float: left;
}

.hojo_box .shinsei dl dd {
    width: 43%;
    float: right;
}

.suppoet_list {
    width: 900px;
    margin: 0 auto;
}

.suppoet_list li {
    width: 100% !important;
    float: none;
    margin: 0 0 40px 0 !important;
    text-align: left;
}

.suppoet_list li h2 {
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
}

.suppoet_list li h2 span {
    display: inline !important;
}

.suppoet_list li .ser2_list {
    overflow: hidden;
    text-align: center;
    background: #f2f5f8;
    padding: 20px 0;
    margin-bottom: 0;
}

.suppoet_list li .ser2_list li {
    width: 260px !important;
    margin: 0 0 10px 20px !important;
    display: -moz-inline-box !important;
    display: inline-block !important;
    display: inline !important;
    zoom: 1 !important;
    float: none !important;
    text-align: center;
}

.suppoet_list li .ser2_list li:last-child {
    margin-right: 0px !important;
}

.suppoet_list .whitebg2 {
    background: #f2f5f8;
    padding: 40px 0;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    text-align: center;
}

.suppoet_list .whitebg2 li {
    width: 300px !important;
    display: -moz-inline-box;
    display: inline-block;
    /* display: inline; */
    zoom: 1;
    float: none !important;
    margin-bottom: 0 !important;
}

.suppoet_list .whitebg2 li:nth-child(2) {
    width: 100px !important;
    text-align: center;
}

.suppoet_list .whitebg2 li:nth-child(2) img {
    padding-top: 170px;
}

.price_list {
    width: 900px;
    margin: 0 auto;
}

.price_list ul {
    margin-bottom: 0 !important;
}

.price_list ul li {
    width: 49.5% !important;
    margin-right: 1% !important;
    float: left;
}

.price_list ul li:nth-child(2) {
    margin-right: 0% !important;
}

.price_list img {
    width: 100%;
}

.accordion {
    width: 79%;
    margin: 0 auto;
}

.accordion h2 {
    margin: 0 0 3%;
}

.accordion ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.accordion li {
    position: relative;
    list-style: none;
    margin-right: 0 !important;
    width: 100% !important;
    margin-bottom: 1%;
}

.accordion li h5 {
    margin: 0;
    text-align: left;
    font-size: 1.4rem;
}

.accordion li .acco_img {
    margin: 2% 0;
}

.accordion li dl {
    overflow: hidden;
}

.accordion li dl dt,
.accordion li dl dd {
    float: left;
    width: 50%;
}

.accordion li dl dt p {
    background: url(img/accordion_img05.png) no-repeat top 5px left;
    padding: 0 30px 0 70px;
}

.accordion li:first-child {}

.accordion>ul>li>a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 1% 5% 1% 5%;
    position: relative;
    background: #ffffff;
    color: #2f447c;
    text-decoration: none !important;
    border: 2px solid #2f447c;
}

.accordion>ul>li>a h5:hover {
    color: #2f447c;
    text-decoration: none;
}

.accordion>ul>li>ul {
    display: none;
    text-align: left;
    padding: 1em 1.4em 1em;
    color: #555;
    line-height: 1.8;
    background: none;
    margin-bottom: 0 !important;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
}

.accordion li .accordion_icon {
    position: absolute;
    width: 3%;
    height: 3%;
    top: 50%;
    right: 4%;
}

.accordion li .accordion_icon span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #004f8d;
}

.accordion li .accordion_icon span:nth-of-type(1) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.accordion li .accordion_icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.accordion li .accordion_icon.active span:nth-of-type(1) {
    display: none;
}

.accordion li .accordion_icon.active span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.supinner {
    background: #f2f5f8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 50px 0;
}

.support_tel {
    padding: 20px 0;
    width: 500px;
}

.keytxt {
    border: 2px solid #17366a;
    padding: 0px 10px;
    margin-bottom: 10px;
    color: #17366a;
    font-size: 1.2rem;
}

.keytxt2 {
    font-size: 0.7rem;
    margin-bottom: 30px;
}

#sys_inner {
    width: 100%;
    margin: 0 auto;
}

#sys_inner section {
    padding: 100px 0;
}

#sys_inner section .uline_r {
    background: linear-gradient(transparent 70%, #f0c3bf 70%);
    font-weight: bold;
    display: inline;
}

#sys_inner section h3 {
    font-size: 2rem;
    line-height: 1.3;
}

#sys_inner section .h3ttl_1 {
    text-align: center;
}

#sys_inner section .main_ttl {
    margin-bottom: 30px;
    border-left: 7px solid #17366a;
    padding-left: 20px;
    font-size: 1.8rem;
    color: #17366a;
    line-height: 1.3;
    font-weight: normal;
    font-family: "Fira Sans", sans-serif;
}

#sys_inner section .main_ttl span {
    font-size: 1.5rem;
    display: block;
}

#sys_inner section .syscap_1 {
    text-align: center;
    margin-bottom: 10px;
}

#sys_inner section p {
    line-height: normal;
}

#sys_inner .mintxt {
    font-size: 1.6rem;
}

#sys_inner section:nth-child(even) {
    background: #f2f3f5;
}

#sys_inner .sys_box {
    width: 1140px;
    margin: 0 auto;
    padding: 50px 100px;
    background: #e23c30;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: white;
}

#sys_inner .sys_box_hi {
    width: 1140px;
    margin: 0 auto;
    padding: 50px 100px;
    background: #003a73;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: white;
}

#sys_inner .sys_box_ai {
    width: 1140px;
    margin: 0 auto;
    padding: 50px 100px;
    background: #7e9fbb;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: white;
}

#sys_inner .sys_box2 {
    width: 940px;
    margin: 0 auto;
}

#sys_inner .systag {
    text-align: center;
    width: 320px;
    margin: 0 auto 10px;
    padding: 0px;
    color: white;
    background: #e23c30;
    font-size: 1.4rem;
    font-family: "Fira Sans", sans-serif;
    letter-spacing: 2px;
}

#sys_inner .systag_hi {
    text-align: center;
    width: 320px;
    margin: 0 auto 10px;
    padding: 0px;
    color: white;
    background: #003a73;
    font-size: 1.4rem;
    font-family: "Fira Sans", sans-serif;
    letter-spacing: 2px;
}

#sys_inner .systag_ai {
    text-align: center;
    width: 320px;
    margin: 0 auto 10px;
    padding: 0px;
    color: white;
    background: #7e9fbb;
    font-size: 1.4rem;
    font-family: "Fira Sans", sans-serif;
    letter-spacing: 2px;
}

#sys_inner .systag2 {
    text-align: center;
    width: 320px;
    margin: 0 0 10px;
    padding: 0px;
    color: white;
    background: #e23c30;
    font-size: 1.4rem;
    font-family: "Fira Sans", sans-serif;
    letter-spacing: 2px;
}

#sys_inner .systag2_hi {
    text-align: center;
    width: 320px;
    margin: 0 0 10px;
    padding: 0px;
    color: white;
    background: #003a73;
    font-size: 1.4rem;
    font-family: "Fira Sans", sans-serif;
    letter-spacing: 2px;
}

#sys_inner .systag2_ai {
    text-align: center;
    width: 320px;
    margin: 0 0 10px;
    padding: 0px;
    color: white;
    background: #7e9fbb;
    font-size: 1.4rem;
    font-family: "Fira Sans", sans-serif;
    letter-spacing: 2px;
}

#sys_inner ul {
    overflow: hidden;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#sys_inner ul li {
    float: left;
    padding: 0;
    margin-right: 4%;
    width: 48%;
    background: none;
    margin-bottom: 30px;
}

#sys_inner ul li:nth-child(2n) {
    margin-right: 0;
}


/*========================================================================
  SERVICE PAGE
========================================================================*/

.servicelist {
    overflow: hidden;
}

.servicelist li {
    padding: 80px 0;
}

.servicelist li:nth-child(odd) {
    background: #f6f8fb;
}

.servicelist li .inner {
    width: 900px;
}

.servicelist li .inner a {
    color: #f9dd32;
    text-decoration: underline !important;
}

.servicelist li .inner a:hover {
    text-decoration: none !important;
}

.servicelist li .inner h2 {
    color: #17366a;
    font-size: 1.9rem;
    font-style: italic;
    letter-spacing: 0.2em;
    line-height: 0.8;
    font-family: "Fira Sans", sans-serif;
}

.servicelist li .inner .su_jpttl {
    color: #17366a;
    font-size: 1rem;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.servicelist li .inner .suenttl1 {
    background: url(img/service_bgttl.png) no-repeat left bottom;
    background-size: 26%;
}

.servicelist li .inner .suenttl2 {
    background: url(img/service_bgttl2.png) no-repeat left bottom;
    background-size: 26%;
}

.servicelist li .inner .suenttl3 {
    background: url(img/service_bgttl3.png) no-repeat left bottom;
    background-size: 26%;
}

.servicelist li .inner .suenttl4 {
    background: url(img/service_bgttl4.png) no-repeat left bottom;
    background-size: 26%;
}

.servicelist li .inner .su_content {
    background: #96b1c8;
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: white;
}

.servicelist li .inner .su_content h3 {
    background: url(img/service_mark.png) no-repeat left center;
    background-size: contain;
    font-size: 1.6rem;
    padding-left: 60px;
    margin-bottom: 20px;
}

.servicelist li .inner .su_content .midtxt {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 10px;
}

.servicelist li .inner .su_content .sutxt {
    line-height: 1.6;
    margin-bottom: 20px;
}

.servicelist li .inner .su_content ul {
    overflow: hidden;
    background: white;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 30px;
    display: table;
}

.servicelist li .inner .su_content ul li {
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.servicelist li .inner .su_content ul li:nth-child(1),
.servicelist li .inner .su_content ul li:nth-child(3) {
    width: 46%;
}

.servicelist li .inner .su_content ul li:nth-child(2) {
    width: 8%;
}

.servicelist li .inner .su_content ul li:nth-child(2) img {
    margin-top: 100px;
}

.servicelist li .inner .su_content ul li:nth-child(odd) {
    background: none !important;
}

.servicelist li .inner .moniter {
    overflow: hidden;
    display: inherit;
}

.servicelist li .inner .moniter li {
    float: left;
    margin-right: 5% !important;
    width: 30% !important;
    color: black;
    display: block;
}

.servicelist li .inner .moniter li:last-child {
    margin-right: 0 !important;
}
.servicelist li .inner .moniter li h4 {
    text-align:center;
    margin-bottom:5px;
    font-size:1.2rem
}
.servicelist li .inner .moniter li p {
    line-height: 1.8;
    text-align: left;
}

.servicelist li .inner .moniter li img {
    margin: 0 !important;
}

.servicelist li .inner .aittl {
    text-align: center;
    border: 1px solid #cccccc;
    padding: 5px 0;
    margin-bottom: 10px;
    color: #4e5f7c;
    font-size: 1.2rem;
    font-weight: normal;
    background: white;
}

.servicelist li .inner .kaitekibg {
    background: white;
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.opelist {
    overflow: hidden;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.opelist li {
    float: left;
}

.opelist li:nth-child(1) {
    width: 63% !important;
    margin-right: 7% !important;
}

.opelist li:nth-child(2) {
    width: 30% !important;
}

.opelist li:nth-child(2) img {
    margin-top: 0 !important;
}

.opelist li .midtxt {
    font-size: 1.4rem !important;
    display: inline;
    line-height: 1.7 !important;
    padding-bottom: 5px;
    background: linear-gradient(transparent 70%, #f6e458 70%);
}

.opelist li .sutxt {
    margin-bottom: 0 !important;
    padding-top: 20px;
}


/*========================================================================
  FAQ
========================================================================*/

.faqinner {
    width: 1140px;
    margin: 0 auto 90px;
}

.faqinner h2,
.faqinner h3 {
    font-size: 1.6rem;
}

.faqinner h3 {
    color: #17366a;
    padding-top: 50px;
}

.faqinner .pickupttl {
    color: #e23c30;
    padding-top: 50px;
}

.morebtn {
    background: url(img/btn_bg4.png) no-repeat right;
    padding: 5px 35px 5px 0;
    color: #e23c30;
}

.morebtn:hover {
    color: #e23c30;
}

.faqinner .faqcate {
    text-align: center;
    margin-bottom: 0px;
}

.faqinner .faqcate li {
    display: -moz-inline-box;
    display: inline-block;
    /* display: inline; */
    zoom: 1;
    width: 23%;
    margin: 0 2% 2% 0;
    border: 2px solid #17366a;
}

.faqinner .faqcate li:nth-child(4n) {
    margin-right: 0;
}

.faqinner .faqcate li a {
    width: 100%;
    display: block;
    padding: 10px;
    color: #17366a;
    font-weight: bold;
}

.faqinner table th {
    vertical-align: middle;
}

#faqcate {
    width: 100%;
    /*max-width: 960px;*/
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

#faqcate li {
    display: block;
    float: left;
    width: 24%;
    margin: 0 1% 10px 0;
    padding: 0;
    border: 2px solid #17366a;
    font-weight: bold;
}

#faqcate li a {
    display: block;
    padding: 12px 0 10px;
    background: #fff;
    color: #17366a;
    text-align: center;
    text-decoration: none;
}

#faqcate li a:hover {
    background: #17366a;
    color: #fff;
    text-decoration: none !important;
}

#faqtoggle {
    display: none;
}

@media only screen and (max-width: 768px) {
    #faqcate li {
        width: 32%;
    }
}

@media only screen and (max-width: 480px) {
    #faqcate {
        display: none;
    }
    #faqcate li {
        width: 100%;
        border: none;
        margin: 0;
        padding: 0;
    }
    #faqcate li a {
        background: #17366a;
        color: #fff;
    }
    #faqtoggle {
        display: block;
        position: relative;
        width: 100%;
        background: #17366a;
    }
    #faqtoggle a {
        display: block;
        position: relative;
        padding: 12px 0 10px;
        border-bottom: 1px solid #17366a;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }
    #faqtoggle:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #fff;
    }
    #faqtoggle a:before,
    #faqtoggle a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 5px;
        background: #17366a;
    }
    #faqtoggle a:before {
        margin-top: -6px;
    }
    #faqtoggle a:after {
        margin-top: 2px;
    }
}

.search_container {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #999;
    padding: 3px 10px;
    border-radius: 20px;
    height: 2.3em;
    width: 450px;
    overflow: hidden;
    background: white;
}

.search_container input[type="text"] {
    border: none;
    height: 2em;
}

.search_container input[type="text"]:focus {
    outline: 0;
}

.search_container input[type="submit"] {
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.3em;
    border: none;
    background: none;
    color: #3879d9;
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    right: 0;
    top: -10px;
    outline: none;
}

.faqinner h4 {
    background: #fff;
    padding: 20px 30px;
    font-size: 18px;
    margin: 30px 0 20px;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
}

.keywbox {
    margin: 0 auto;
}

.queBox {
    width: 930px;
    margin: 0 auto 70px;
}

.queBox ul li {
    margin-top: 30px;
    background-color: #fff;
}

.queBox ul li:last-child {
    margin-bottom: 30px;
}

.queBox ul li .qArea .qBg img {
    position: absolute;
    top: 32%;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 25px;
}

.queBox:first-of-type {
    margin-top: 0;
}

.queBox ul li:first-of-type {
    margin-top: 0;
}

.queBox ul li .qArea {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.queBox ul li .qArea .qBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    background-color: #2f457c;
}

.queBox ul li .qArea .tableBox {
    display: table;
    width: 100%;
}

.queBox ul li .qArea .tableBox .qText {
    display: table-cell;
    padding: 17px 0 23px 85px;
    width: 86%;
    font-size: 14px;
    vertical-align: middle;
    font-weight: bold;
}

.queBox ul li .qArea .tableBox .qText p {
    line-height: 140%;
    cursor: pointer;
}

.queBox ul li .aArea {
    padding: 0 65px 40px 65px;
    background-color: #fff;
    display: none;
}

.queBox ul li .grayBg {
    padding: 25px 20px;
    background-color: #f8f8f8;
}

.queBox ul li .aArea .left {
    float: left;
    margin-right: 20px;
    width: 22px;
    height: 22px;
}

.queBox ul li .aArea .left img {
    display: block;
    margin: 0 auto;
}

.queBox ul li .aArea .right {
    width: 710px;
    float: left;
}

.qArea .tableBox .symbol {
    display: table-cell;
    width: 6%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}

.qArea .tableBox .symbolP {
    background-image: url(img/pc_plus.png);
}

.qArea .tableBox .symbolM {
    background-image: url(img/pc_minus.png);
}


/*========================================================================
  TOPICS SINGLE PAGE
========================================================================*/

.taglist {
    text-align: right;
    margin-bottom: 10px;
}

.topicsttl {
    font-size: 1.6rem;
    line-height: 3;
    display: inline-block;
    margin-bottom: 30px;
    line-height: 1.8;
}

.topicsttl span {
    background: #f2f3f5;
    padding: 15px 30px 15px 15px;
}

.column {
    padding-bottom: 70px;
}
.column h2 {
    border-left: 4px solid #17366a;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.column p {
    margin-bottom: 30px;
}

.t_date {
    overflow: hidden;
    margin-bottom: 20px;
}

.t_date li {
    float: left;
}

.t_cate {
    border: 1px solid #f2ad40;
    color: #f2ad40;
    padding: 0 10px;
    margin-left: 10px;
}

.t_cate2 {
    color: #ffffff;
    background: #ea5541;
    padding: 0 10px;
    margin-left: 10px;
}

.column section {
    margin-bottom: 50px;
}

.column section h2 {
    margin-bottom: 20px;
    padding: 0 5px;
    border-bottom: 10px solid #cae7fc;
    line-height: 10px;
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: 0.3em;
}

.column section .inner_txt {
    padding: 20px;
    background: #fbfcfd;
    margin-bottom: 0;
}

.colmlist {
    padding: 0;
    position: relative;
    background:#f5f5f5;
    padding:20px;
    border-radius: 10px;
}
.colmlist li {
    line-height: 1.5;
    padding: 0 0 20px 0;
    list-style-type: none !important;
    color: black;

}

.colmlist li:first-child {
    text-align:center;
    font-weight:bold;
    line-height:1.2;
    color:#2e467c
}
.colmlist li span {
    display:block;
    font-size:0.8rem;
}
.colmlist li a {
    color:#2e467c;
    font-size: 1.6rem;
}
.colmlist li .mintxt {
    font-size:14px;
    padding-left: 25px;
}

.colmlistttl {
    margin-bottom:20px;
    padding-top:70px;
    font-size:2.2rem;
    line-height:1.4
}
.colmlistttl2 {
    position: relative;
    margin-bottom:20px;
    padding:70px 0px 10px 70px !important;
    font-size:1.6rem;
    line-height:1.4;
    border-bottom: 4px solid #ec584c;
    border-left:none !important
}
.colmlistttl .minttl , .colmlistttl2 .minttl {
    display: block;
    font-size:1.2rem
}
.colmlistttl .uline_r , .colmlistttl2 .uline_r {
    background: linear-gradient(transparent 60%, #f0c3bf 60%);
    font-weight: bold;
    display: inline;
}
.colmlistttl2 .httl {
    display:block;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size:4.8rem;
    font-weight:900;
    line-height:1;
    position:absolute;
    left:5px;
    bottom: 5px;
    color:#ec584c;
    font-style: italic;
}
.readmore h3 {
    border-left: solid 7px #ec584c;
    font-size:1.2rem;
    margin-bottom:15px;
    padding-left:5px;
    line-height:1.4;
}
.readmore h4 {
    font-size:1.0rem;
    color:#ec584c
}
.readmore p {
    margin-bottom:0;
}
.readmore p a {
    color:#132858
}

.point_box {
    position: relative;
    margin: 2em 0;
    padding: 4em 2em 1.5em;
    border-radius: 5px;
    background:#ec584c;
    color:white
}
.point_ribbon {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    left:0;
    margin: auto;
    padding: 5px 0 2px;
    z-index: 2;
    width: 70px;
    text-align: center;
    font-size: 0.8rem;
    color: white;
    background: #cfc117;
}

.point_ribbon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 35px solid #cfc117;
    border-right: 35px solid #cfc117;
    border-bottom: 10px solid transparent;
}
.point_box p {
    margin: 0 !important;
    padding: 0;
    line-height:1.6;
    font-size: 1.0rem;
}

blockquote {
    position: relative;
    padding: 20px 30px;
    box-sizing: border-box;
    color: #464646;
    background: #f5f5f5;
    margin: 80px 0 0;
}
blockquote .ribon {
    position: absolute;
    left: 20px;
    top: -10px;
}
blockquote .matomettl {
    color:#ec584c;
    font-size:1.6rem;
    text-align:center;
    position:relative;
    margin-bottom:30px
}
blockquote .matomettl::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-bottom: solid 4px #e14b44;
    width: 65px;
}
blockquote p {
    margin-bottom:0 !important;
}
.quote23 blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.matomelist {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}
.matomelist ol{
    padding-left: 1em;
}
.matomelist li{
    text-indent: -1.7em;
    padding-left: 1.7em;
    margin-bottom: 5px;
}
.matomelist li:before {
    counter-increment: item;
    content: counter(item)'';
    /* 以下は自由に装飾... */
    font-weight: bold;
    color: #ffffff;
    background:#ec584c;
    border-radius: 10px;
    margin-right: 5px;
    padding: 1px 5px;
}
.mitorizulist {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 30px;
    overflow: hidden;
}
.mitorizulist li {
    text-indent: -1.7em;
    padding-left: 1.7em;
    margin-bottom: 5px;
    float: left;
    margin-right: 15px;
}
.mitorizulist li::before {
    counter-increment: item;
    content: counter(item)'';
    font-weight: bold;
    color: #ffffff;
    background: #2e467c;
    border-radius: 10px;
    margin-right: 5px;
    padding: 3px 5px;
}
.kari-pic {
    width: 100%;
    border: 1px solid black;
    height: 415px;
}
.readmore .atn , .readmore .atn2 , .readmore .atn3 {
    margin:0;
    padding:0
}
.readmore .atn li {
    font-size: 85.7%;
    text-indent: -2em;
    margin-left: 2em;
}
.readmore .atn2 li {
    font-size: 85.7%;
    text-indent: -1.5em;
    margin-left: 1.5em;
}
.readmore .atn3 li {
    font-size: 85.7%;
    text-indent: 0;
    margin-left: 0;
    margin-bottom: 5px
}
.yellow_line {
    background: linear-gradient(transparent 0%, #ffff66 0%);
}
.hojilist {
    overflow:hidden;
}
.hojilist li {position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    float:left;
    width:100%
}
.hojilist li::before,
.hojilist li::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.listarrow::before{
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #ec584c;
}
.colimg01 {
    margin: 0 auto;
    width: 70%
}
.colimg02 {
    margin: 0 auto;
    width: 65%
}
.colimg03 {
    margin: 0 auto;
    width: 60%
}
.colimg04 {
    margin: 0 auto;
    width: 55%
}
.colimg05 {
    margin: 0 auto;
    width: 50%
}
.colimg06 {
    margin: 0 auto;
    width: 700px
}
.colimg07 {
    margin: 0 auto;
    width: 90%
}
.linkred {
    color: red !important;
    text-decoration: underline !important
}
.scalearea {
    width: 100%;
    margin: 0 auto
}
.scale_list {
    width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-top: 20px
}
.scale_list li {
    width: 48%;
    float: left;
}
.scale_list li:nth-child(even){
    padding: 0 0 0 3%;
}
.scale_list li:nth-child(odd){
    padding: 0 3% 0 0;
    border-right: 1px solid #a0a0a0;
}
.scale_list li:nth-child(1) ,.scale_list li:nth-child(2){
    padding-bottom: 10px

}
.scale_list li .txtline {
    border-top: 1px dotted #a0a0a0;
    padding-top: 10px;
    margin-top: 10px;
    line-height: 1.8;
}

/*========================================================================
  NEWS
========================================================================*/

#newstop ul {
    width: 800px;
    margin: 0 auto 30px;
}

#newstop ul li {
    text-align: left;
    overflow: hidden;
    border-bottom: 1px solid #cecece;
    padding: 15px 0;
}

#newstop ul li p {
    float: left;
    line-height: normal !important;
    font-size: 0.8rem;
}

#newstop ul li .n_day {
    margin-right: 30px;
    padding: 2px 0 0 80px;
}

#newstop ul li .n_cate01 {
    margin-right: 15px;
    background: #ed9023;
    padding: 2px 5px;
    color: #ffffff;
    width: 110px;
    text-align: center;
}

#newstop ul li .n_cate02 {
    margin-right: 15px;
    background: #666666;
    padding: 2px 5px;
    color: #ffffff;
    width: 110px;
    text-align: center;
}

#newstop ul li .n_cate03 {
    margin-right: 15px;
    background: #ffffff;
    padding: 0 5px;
    color: #db4c4a;
    border: 1px solid #db4c4a;
    width: 110px;
    text-align: center;
}

#newstop ul li .n_cate04 {
    margin-right: 15px;
    background: #1b3661;
    padding: 2px 5px;
    color: #ffffff;
    width: 110px;
    text-align: center;
}

#newstop ul li .n_txt {
    padding: 2px 0;
}


/*========================================================================
  CATALOG
========================================================================*/

#catalog ul {
    width: 800px;
    margin: 0 auto 50px;
}

#catalog ul {
    overflow: hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#catalog ul li {
    width: 46%;
    float: left;
    margin-right: 8%;
    margin-bottom: 40px;
}

#catalog ul li:nth-child(2n) {
    margin-right: 0;
}

.catalogttl {
    border-left: 5px solid #e23c30;
    padding-left: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.catalogttl2 {
    border-left: 5px solid #2f457c;
    padding-left: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.pdfbtn a {
    background: #e23c30;
    border: 1px solid #e23c30;
    padding: 10px;
    color: white;
}
.pdfbtn2 a {
    background: #2f457c;
    border: 1px solid #2f457c;
    padding: 10px;
    color: white;
}
.pdfbtn3 a {
    background: #e23c30;
    border: 1px solid #e23c30;
    padding: 10px;
    color: white;
    width: 300px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.pdfbtn a:hover , .pdfbtn3 a:hover {
    background: white;
    color: #e23c30;
    text-decoration: none !important;
}
.pdfbtn2 a:hover {
    background: white;
    color: #2f457c;
    text-decoration: none !important;
}

.adobe_reader {
    background: white;
    width: 800px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 8px;
    border-top: 2px solid white;
}

.adobe_reader dl {
    overflow: hidden;
}

.adobe_reader dl dt {
    width: 170px;
}

.adobe_reader dl dd {
    width: 600px;
    line-height: 1.5;
}

.adobe_reader dl dt,
.adobe_reader dl dd {
    float: left;
}

.catalog-form {
    background: #494c4e;
    color: white;
    padding: 30px 30px;
}

.catalog-form input {
    margin: 0 0 16px 0;
    padding: 15px 5% !important;
    width: 100%;
    border-radius: 5px;
    border: none;
    font-size: 0.8rem;
}

.catalog-form .submit input {
    padding: 18px 0 !important;
    font-size: 16px;
    color: white;
    background: #eb5045;
    border-bottom: 5px solid #e23c30;
    transition: all ease-in-out 0.3s;
    border-radius: 3px;
}

.catalog-form .submit input:hover {
    background: #f46359;
}

.catalog-form .rules {
    font-size: 10px;
    display: block;
    text-align: center;
}

.catalog-form .rules a {
    color: white;
}
.catalog_cap {
    line-height:1.4;
    display:block;
    margin:5px 0 0;
    font-weight: normal;
}
.manual_con {
    width: 800px;
    margin: 0 auto;
}
.manual_con .manu_ttl {
    font-size: 2.2rem;
    font-weight: bold;
    color: #17366a;
    text-align:center;
    font-style: italic;
    line-height: 0.6;
}
.manual_con .manujp_ttl {
    color: #7e9fbb;
    font-size: 1.2rem;
    text-align:center
}
.manual_con .manu_cap {
    line-height:1.6;
    margin-bottom:15px;
}


/*========================================================================
  Simulation
========================================================================*/

#simtop .mainttl {
    color: #17366a;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 40px;
    font-size:1.6rem
}

#simtop .mainttl::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-bottom: solid 0.3vw #e23c30;
    width: 50px;
}
#simtop .cover {
    width: 100%;
}
#simtop .cover h1 {
    color:black;
}

#simtop .inner {
    width: 800px;
    margin: 0 auto;
}

#simtop .inner p {
    line-height:1.6
}
#simtop .inner .sim_mintxt {
    font-size;1.2rem;
    display:block;
    padding-top:10px
}

/*#breadcrumbs-two {
    overflow: hidden;
    width: 100%;
}

#breadcrumbs-two {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

#breadcrumbs-two li {
    float: left;
    margin: 0 0.5em 0 1em;
    position: relative;
}

#breadcrumbs-two li {
    background: #003a73;
    padding: 0.5em;
    float: left;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    width: 31%;
    text-align: center;
}

#breadcrumbs-two li::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.7em;
    border-width: 1.7em 0 1.7em 1em;
    border-style: solid;
    border-color: #003a73 #003a73 #003a73 transparent;
    left: -1em;
}

#breadcrumbs-two li:nth-child(1) {
    margin-left: 0;
}

#breadcrumbs-two li:nth-child(1)::before {
    display: none;
}

#breadcrumbs-two li::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.7em;
    border-top: 1.7em solid transparent;
    border-bottom: 1.7em solid transparent;
    border-left: 1em solid #003a73;
    right: -1em;
}

#breadcrumbs-two li a {
    color: white;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover {
    font-weight: bold;
    background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before {
    content: normal;
} */

#simtop .inner .town_name {
    border: 2px solid #98b2c9;
    padding: 20px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: white;
}
#simtop .inner .town_name .addlist {
    padding-bottom:10px
}
#simtop .inner .town_name .addlist li {
    padding:0;
}
#simtop .inner .town_name .addlist li::before {
    position: inherit;
    border:none;
}
#simtop .inner .town_name .addlist li input[type="radio"] {
    display: none;
}
#simtop .inner .town_name .addlist li label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
}
#simtop .inner .town_name .addlist li label::before,
#simtop .inner .town_name .addlist li label::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
#simtop .inner .town_name .addlist li label::before {
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: white;
    border: 1px solid #ccc;
}
#simtop .inner .town_name .addlist li label:hover::before {
    background: #fff;
}
#simtop .inner .town_name .addlist li label::after {
    opacity: 0;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #242730;
    -webkit-transform: scale(2);
    transform: scale(2);
}
#simtop .inner .town_name .addlist li input[type="radio"]:checked + label::before {
    background: #fff;
    border: 1px solid #242730;
}
#simtop .inner .town_name .addlist li input[type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#simtop .inner .town_name .gyo_ttl {
    border-bottom: 2px solid #003a73;
    padding-bottom: 0px;
    color: #003a73;
    font-size: 1.2rem;
    line-height: 2;
}

#simtop .inner .town_name ul {
    overflow: hidden;
    padding-bottom: 20px;
}

#simtop .inner .town_name ul li {
    float: left;
    width: 25%;
    margin-top: 10px;
    position: relative;
    padding-left: 2%;
}

#simtop .inner .town_name ul li:before {
    position: absolute;
    content: "";
    top: 0.6em;
    left: 0.3em;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #003a73;
}

#simtop .boxformat {
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #98b2c9;
    margin-bottom: 20px;
}

#simtop .boxformat a {
    word-break: break-all;
}

#simtop .boxformat .box_inner {
    background: white;
    padding: 20px;
}

#simtop .boxformat h3 {
    color: white;
    margin-bottom: 5px;
    font-size: 1.2rem;
}
#simtop .boxformat h3 span {
    font-size: 0.9rem;
    padding-left:10px
}

#simtop .boxplus {
    margin-bottom: 20px;
}

#simtop .caution {
    background: url(../img/caution_mark.png) no-repeat left top 5px;
    padding-left: 40px;
    margin-bottom: 30px;
}

#simtop .caution p {
    line-height: 1.6;
}

#simtop dl.form dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

#simtop dl.form {
    background: #98b2c9;
    border: 1px solid #003a73;
    border-top: none;
    width: 100%;
}

#simtop dl.form p {
    line-height: 1.4 !important;
}

#simtop dl.form dt,
dd {
    padding: 10px 15px;
}

#simtop dl.form dt {
    border-top: 1px solid #003a73;
    clear: left;
    float: left;
    width: 35%;
    text-align: center;
    color: white;
    vertical-align: middle;
}

#simtop dl.form dd {
    background: #f0f0f0;
    border-left: 1px solid #003a73;
    border-top: 1px solid #003a73;
    margin-left: 35%;
}

#simtop .town_name .text1 {
    width: auto;
    padding: 9px 10px;
    border: 1px solid #cacaca;
    font-size: 1rem;
    margin-right: 10px;
}

#simtop .simttl01 {
    background: url(../img/sim_icon1.png) no-repeat left bottom 5px;
    background-size: 3%;
    padding-left: 25px;
    font-size:1.2rem
}
#simtop .simttl02 {
    background: url(../img/sim_icon2.png) no-repeat left center;
    background-size: 2.5%;
    padding-left: 25px;
    font-size:1.2rem
}
#simtop .simttl03 {
    padding-left: 5px;
    font-size:1.2rem;
    border-left:5px solid #003a73;
    margin-bottom:20px;
    line-height:1.4
}
#simtop .inner .sim_midashi {
    font-size:1.0rem
}
#simtop .inner .ranking {
}
#simtop .inner .ranking ul {
    overflow:hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0;
    padding:0 0 20px
}
#simtop .inner .ranking ul li {
    float:left;
}
#simtop .inner .ranking ul li:nth-child(1),#simtop .inner .ranking ul li:nth-child(2),#simtop .inner .ranking ul li:nth-child(3) {
    background:white;
    width:254px;
    margin-right:19px;
    padding:75px 20px 75px;
    text-align:center;
    background-repeat:no-repeat;
    background-position:top 10px center;
    position:relative
}
#simtop .inner .ranking ul li:nth-child(1) {
    background-image:url(../img/ranking_01.png);
}
#simtop .inner .ranking ul li:nth-child(2) {
    background-image:url(../img/ranking_02.png);
}
#simtop .inner .ranking ul li:nth-child(3) {
    background-image:url(../img/ranking_03.png);
}
#simtop .inner .ranking ul li:nth-child(3) {
    margin-right:0;
}
#simtop .inner .ranking ul li .areatxt {
    font-size:1.3rem;
    line-height:1.4;
    min-height:60px;

}
#simtop .inner .ranking ul li .systemtxt {
    font-size:1.0rem;
    line-height:1.4;
    text-align:left;
}
#simtop .inner .ranking ul li .moneytxt {
    color:red;
    font-size:1.6rem;
    line-height:0.8;
    position:absolute;
    bottom:20px;
    left:0;
    width:100%;
    padding:0 20px
}
#simtop .inner .ranking ul li .moneytxt span {
    font-size:1.0rem;
}
#simtop .inner .ranking ul li .moneytxt .upper {
    font-size:0.8rem;
    font-weight:normal;
    color:black
}
#simtop .inner .ranking ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    counter-reset: my-counter 3;
}

#simtop .inner .ranking ol li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    display:block;
    padding:10px;
    background:white;
    width: 100%;
}
#simtop .inner .ranking ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #a0a0a0;
    color: #fff;
    display: block;
    float: left;
    line-height: 30px;
    margin-left: 0px;
    text-align: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-weight:bold;
    font-size:1.2rem
}
#simtop .inner .ranking ol li dl {
    overflow:hidden;
    padding-left:5px;
}
#simtop .inner .ranking ol li dl dt , #simtop .inner .ranking ol li dl dd {
    float:left;
    width:100%
}
#simtop .inner .ranking ol li dl dt {
    font-size:1.2rem;
    line-height: 1.6;
}
#simtop .inner .ranking ol li dl dd {
    padding: 0;
}
#simtop .inner .ranking ol li dl dd:nth-child(2) {
    line-height:1.4
}
#simtop .inner .ranking ol li dl dd:nth-child(3) {
    color:red;
    font-size:1.2rem
}
#simtop .inner .ranking ol li dl dd:nth-child(3) span {
    font-size:0.8rem;
    color:black;
    font-weight:normal
}
#simtop .inner .moneylist {
    overflow:hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0;
    padding:0 0 20px;
}
#simtop .inner .moneylist li {
    float:left;
    width:254px;
    background:white;
    text-align:center;
    padding:20px
}
#simtop .inner .moneylist li:nth-child(1) , #simtop .inner .moneylist li:nth-child(3) , #simtop .inner .moneylist li:nth-child(5) {
    margin-bottom:20px
}
#simtop .inner .moneylist li:nth-child(2) , #simtop .inner .moneylist li:nth-child(4) {
    width:19px;
    background:url(../img/plus_img.png) no-repeat center center;
    background-size:13px;
    padding:0
}
#simtop .inner .moneylist li:nth-child(5) {
    margin-right:0;
    position: relative;
}
#simtop .inner .moneylist li:nth-child(5) .townselect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#simtop .inner .moneylist li:last-child {
    margin-right:0;
    width:100%;
    padding:10px;
    position: relative;
    margin-bottom:40px
}
#simtop .inner .moneylist li:last-child:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 40px 100px 0 100px;
}
#simtop .inner .moneylist li:last-child p {
    font-size:1.6rem
}
#simtop .inner .moneylist li:last-child p span {
    font-size:2.2rem;
}
#simtop .inner .moneylist li p {
    font-size:1.2rem;
}
#simtop .inner .moneylist li a {
    color:#0088ba;
    text-decoration:underline !important;
    font-size:1.0rem
}
#simtop .inner .moneylist li a:hover {
    text-decoration:none !important
}
#simtop .inner .moneylist li .areatxt2 {
    border-bottom:1px solid black;
    line-height:1.4;
    margin-bottom:5px;
    padding-bottom:15px
}
#simtop .inner .moneylist li .moneytxt2 span {
    font-size:1.8rem;
}
#simtop .inner .contactlist {
    background: #e5e5e5;
    padding: 10px 20px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom:40px
}
#simtop .inner .contactlist ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#simtop .inner .contactlist ul li {
    width: 50%;
    float: left;
    padding-left: 80px
}
#simtop .inner .contactlist ul li:nth-child(1) {
    border-right: 1px solid #999999;
    background: url("https://www.smartsolar.co.jp/smartchikuden/wp-content/uploads/2021/04/service_icon01.png") no-repeat center left;
    background-size: 16%;
}
#simtop .inner .contactlist ul li:nth-child(1) p {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3
}
#simtop .inner .contactlist ul li:nth-child(1) span {
    font-size: 1.4rem
}

#simtop .inner .contactlist ul li:nth-child(1) .telinner li {
    text-align: center;
    width: 45%;
    padding: 2px 5px;

    font-size: 0.8rem;
}
#simtop .inner .contactlist ul li:nth-child(1) .telinner li:nth-child(1) {
    border: 1px solid black;
    background: none;
    margin-right: 2%
}
#simtop .inner .contactlist ul li:nth-child(1) .telinner li:nth-child(2) {
    border: 1px solid #2f457c;
    background: #2f457c;
    color: white;
    font-weight: normal;
    line-height: 1.8;
}
#simtop .inner .contactlist ul li:nth-child(2) {
    background: url("https://www.smartsolar.co.jp/smartchikuden/wp-content/uploads/2021/04/service_icon02.png") no-repeat center left 25px;
    background-size: 16%;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 110px;
    padding-top: 5px
}
#simtop .inner .contactlist ul li:nth-child(2) p {
    font-weight: normal;
    font-size: 0.8rem
}
#prodbg {
    background:white;
    padding-bottom:30px;
    margin-bottom:50px
}
#triangle {
    width: 0;
    margin:0 auto;
    height: 0;
    border-left: 50vw solid transparent;
    border-top: 5vw solid #f2f3f5;
    border-right: 50vw solid transparent;
}
#product_sim {
    padding-top:30px;
}
#product_sim dl.form {
    background: #2d4377;
    width: 100%;
    font-size:1.4rem;
    margin-bottom:5px
}
#product_sim dl.form dt {
    clear: left;
    float: left;
    width: 20%;
    text-align: center;
    color: white;
    vertical-align: middle;

}
#product_sim dl.form dd {
    background: white;
    margin-left: 20%;
}
#product_sim .supplelist {
    text-align:center;
    margin-bottom:30px
}
#product_sim .supplelist li {
    display: -moz-inline-box;
    display: inline-block;
/display: inline;
/zoom: 1;
    padding-right: 10px;
    margin-right:10px;
    border-right:1px solid black;
    line-height:1.4
}
#product_sim .supplelist li a {
    background:url(../img/hatena_mark.png) no-repeat center right;
    padding:7px 25px 5px 0;
    text-decoration:none !important
}
#product_sim .supplelist li:last-child {
    padding-right: 0px;
    margin-right:0px;
    border-right: none
}
#product_sim .selectttl {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 1.4rem;
}
#product_sim .selectttl::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-bottom: solid 0.3vw #2d4377;
    width: 150px;
}
#product_sim .itemlist {
    overflow:hidden;
    margin-bottom:30px;
    text-align:center
}
#product_sim .itemlist li {
    text-align:center;
    width:48%;
    margin-right:2%;
    display: inline-block;
/display: inline;
/zoom: 1;
}
#product_sim .itemlist li:last-child {
    margin-right:0
}
#product_sim .itemlist li .itemname {
    font-size:1.2rem;
    margin-bottom:10px
}
#product_sim .itemlist li a {
    padding:20px;
    display:block;
    text-decoration:none !important;
    margin-bottom:15px
}
#product_sim .itemlist li a:hover {
    background:#f2f3f5;
    padding:20px;
}
#product_sim .itemlist li .syosai_btn {
    padding:5px !important;
    background:#2d4377;
    color:white;
    width:120px;
    margin:0 auto
}
#product_sim .itemlist li .syosai_btn:hover {
    background:#95b0c7;
}
#product_sim .startbtn {
    padding:10px 25px !important;
    background:#2d4377;
    color:white;
    margin:0 auto;
    font-size:1.4rem;
    border-radius: 10px;
    display: table;
    text-decoration:none !important;
    margin-bottom:50px
}
#product_sim .startbtn:hover {
    background:#000;
}
#quotearea {
    padding-top:50px;
}
#quotearea ul {
    overflow:hidden;
}
#quotearea ul li {
    width:48%;
    float:left;
    margin-right:4%;
}
#quotearea ul li:first-child {
    margin-right:0;
    float:right;
}
#quotearea .prodname {
    overflow:hidden;
}
#quotearea .prodname dt , .prodname dd {
    font-size:1.0rem;
    padding:0;
}
#quotearea .prodname dt {
    width:20%;
    float:left;
}
#quotearea .prodname dd {
    width:75%;
    float:right;
}
#quotearea .quotebtn {
    padding: 10px 35px !important;
    background: #2d4377;
    color: white;
    margin: 0 auto;
    font-size: 1.4rem;
    border-radius: 10px;
    display: table;
    text-decoration: none !important;
}
#quotearea .quotebtn:hover {
    background:black
}
#quotearea .simarea {
    background:#2d4377;
    border-radius: 10px;
    padding:25px 20px 15px;
    position:relative;
    margin-top: 30px;
}
#quotearea .simarea p {
    position:absolute;
    text-align:center;
    width:100%;
    left:0;
    top:-15px
}
#quotearea .simarea table {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
    color:white;
}
#quotearea .simarea .txtarea1 {
    border:0;
    padding:5px;
    color:black;
    width:90%;
    margin-right:5px
}
#quotearea .simarea .txtarea2 {
    border:0;
    padding:5px;
    color:black;
    width:70px;
    margin-right:5px;
}
#quotearea .simarea .cp_ipselect {
    overflow: hidden;
    width: 90%;
    text-align: center;
}
#quotearea .simarea .cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
#quotearea .simarea .cp_ipselect select::-ms-expand {
    display: none;
}
#quotearea .simarea .cp_ipselect.cp_sl01 {
    position: relative;
    background: #ffffff;
}
#quotearea .simarea .cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 0.9em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
    pointer-events: none;
}
#quotearea .simarea .cp_ipselect.cp_sl01 select {
    padding: 5px 38px 5px 5px;
    color: black;
}
#quotearea .simarea .simbtn {
    padding: 5px 15px !important;
    background: white;
    color: #2d4377;
    margin: 0 auto;
    border-radius: 10px;
    display: table;
    text-decoration: none !important;
}
#quotearea .simarea .simbtn:hover {
    background:#8f9bb6;
    color:white
}
#quotearea .simarea table th {
    width:25%;
}
#quotearea .simarea table th , #quotearea .simarea table td {
    padding:5px 10px;
    font-weight:normal
}
#quotearea .quotebtn p {
    background:url(../img/mitumori_btn.png) no-repeat left center;
    padding-left:40px;
}
.quote_t_form {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.quote_t_form th ,  .quote_t_form td {
    padding:5px 10px;
    border-bottom:1px solid #f2f3f5;
    background:white
}
.quote_t_form th {
    text-align:left;
    border-right:1px solid #f2f3f5;
    font-weight:normal;
    width:60%
}
.quote_t_form td {
    text-align:right
}
.quote_t_form .midashi01 th , .quote_t_form .midashi01 td {
    background:#2d4377;
    border-right:none;
    color:white;
}
.quote_t_form .midashi01 td , .quote_t_form .midashi04 td {
    font-size:1.4rem
}
.quote_t_form .midashi02 {
    background:#8f9bb6;
    color:white;
}
.quote_t_form .midashi03 {
    background:#79c69c;
    color:white;
}
.quote_t_form .midashi04 , .quote_t_form .midashi05 {
    color:black;
}
.quote_t_form .midashi04 th {
    border-right:none;
    width:40%
}
.quote_t_form .midashi04 td {
    color:red;
    width:60%
}
.quote_t_form .midashi05 th {
    border-right:none;
    background:#fff45c;
    width:40%
}
.quote_t_form .midashi05 td {
    color:red;
    background:#fff45c;
    font-size:1.8rem;
    width:60%
}
.quote_t_form .midashi06 th , .quote_t_form .midashi06 td {
    border-top: 1px solid #2d4377;
    border-bottom: 1px solid #2d4377;
}
.quote_t_form .midashi06 th {
    border-right:none;
    background:white;
    width:40%;
    border-left: 1px solid #2d4377;
}
.quote_t_form .midashi06 td {
    color:red;
    background:white;
    font-size:1.8rem;
    width:60%;
    border-right: 1px solid #2d4377;
}
.quote_t_form .apptxt {
    color:#1b7e51
}
.quote_t_form .noapptxt {
    color:#9a9a9a
}
.quote_t_form input[type="checkbox"] {
    display: none;
}
.quote_t_form label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.quote_t_form label::before,
.quote_t_form label::after {
    position: absolute;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
}
.quote_t_form label::before {
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.quote_t_form label::after {
    opacity: 0;
    top: 50%;
    left: 3px;
    width: 10px;
    height: 5px;
    margin-top: -4px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg) scale(.5);
    transform: rotate(-45deg) scale(.5);
}
.quote_t_form label:hover::before {
    background: #fff;
}
.quote_t_form input[type="checkbox"]:checked + label::before {
    background: #fff;
    border: 1px solid #000;
}
.quote_t_form input[type="checkbox"]:checked + label::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}
.quote_t_form .appmark {
    background:url(../img/chek_icon.png) no-repeat right 30px center;
}


.readmore{
    position: relative;
    box-sizing: border-box;
}
.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 100px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(146,176,199,0.8) 50%, rgba(146,176,199,0.8) 50%, #95b0c7 100%);
    background: linear-gradient(top, rgba(146,176,199,0) 0%, rgba(146,176,199,0.8) 50%, rgba(146,176,199,0.8) 50%, #95b0c7 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 5px 20px;
    border-radius: 10px;
    color: #FFF;
    font-size:1.0rem
}
.readmore-label:before{
    content: '詳細を見る';
    background:url(../img/arrow_down.png) no-repeat center bottom;
    background-size:100%;
    padding-bottom: 20px;
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '　閉じる　';
    background:url(../img/arrow_up.png) no-repeat center top;
    background-size:100%;
    padding-top: 15px;
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}

#townlist {
    margin-top:-90px;
    padding-top:90px;
}

.multibtn_list {
    text-align: center;
}

.multibtn_list li {
    display: -moz-inline-box;
    display: inline-block;
    /* display: inline; */
    zoom: 1;
    margin-right: 30px;
}

.multibtn_list li:last-child {
    margin-right: 0;
}

.multibtn_list li a {
    padding: 10px 30px;
    width: 100%;
    color: white;
    background: #2e467c;
    display: inline-block;
    text-align: center;
    transition: all ease-in-out 0.3s;
    border-radius: 7px;
    font-size: 1rem;
}


/*========================================================================
  Pagination
========================================================================*/

.pagesend {
    text-align: center;
}

ul.pagination {
    text-align: center;
    margin-bottom: 30px;
}

ul.pagination li {
    display: -moz-inline-box;
    display: inline-block;
    /* display: inline; */
    zoom: 1;
    margin-right: 10px;
}

ul.pagination li .active {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #142243;
    color: white;
    padding-top: 7px;
}

ul.pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-decoration: none !important;
    color: #000;
    padding-top: 7px;
}

ul.pagination a:hover {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none !important;
    color: #fff;
    background: #3b4d78;
}

ul.pagination .p_link {
    padding: 0 10px;
}

ul.pagination .p_link a {
    display: inline-block;
    width: auto;
    height: 40px;
    text-decoration: none !important;
    color: #000;
    padding-top: 7px;
}

ul.pagination .p_link a:hover {
    display: inline-block;
    width: auto;
    height: 40px;
    color: #000;
    background: none;
    text-decoration: underline !important;
}


/*========================================================================
   Sitemap
 ========================================================================*/

#sitemap_list>li a {
    color: #f2ad40;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.8;
}

#sitemap_list>li>.children li {
    background: url(img/icon_link01.png) no-repeat;
    background-size: 8px 10px;
    background-position-y: 6px;
    padding: 0 0 0 20px;
}

#sitemap_list>li>.children li a {
    color: #242730;
    text-decoration: none;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
    .tb {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
    .articleInner {
        width: 90%;
        max-width: 90%;
        margin: 0 5%;
    }
    .mb50 {
        margin-bottom: 7% !important;
    }
    #main ul li .movbtn {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 60%;
    }
    .flex-control-nav {
        bottom: 10% !important;
    }
    /*========================================================================
      header
    ========================================================================*/
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: white;
        width: 100%;
        height: 60px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 10px;
        top: 0px;
        color: #333;
        font-size: 26px;
        padding-left: 0;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        height: auto;
    }
    #global-nav ul li {
        float: none;
        position: static;
        height: auto !important;
        padding-right: 0;
        display: block;
    }
	#global-nav .line_btn {
  display: block;
}
    #global-nav ul li a {
        height: auto !important;
    }
    #global-nav ul li:nth-last-child(2) {
        right: 0px;
        width: 100%;
    }
    /*２階層目*/
    #global-nav ul li .sub-menu {
        display: initial;
        position: inherit;
        left: 0px;
        top: 0px;
    }
    #global-nav ul li .sub-menu li {
        padding-right: 0;
        background: none;
    }
    #global-nav ul li .sub-menu li a {
        padding: 5px 0 !important;
        margin-right: 0;
        color: white;
        width: auto;
        background: #404040 !important;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 7px 0;
        background: none;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
    /*========================================================================
      footer
    ========================================================================*/
    footer {
        padding-top: 0px;
    }
    footer .fnaviinner {
        text-align: left;
        background: #142243;
        padding: 5% 4% 30%;
        width: auto;
        position: relative;
    }
    footer .fnaviinner .fbanner {
        position: absolute;
        left: 0;
        bottom: 5%;
        text-align: center;
        width: 100%;
    }
    footer .fnav {}
    footer .fnav li {
        display: -moz-inline-box;
        display: inline-block;
        /* display: inline; */
        zoom: 1;
        margin-right: 0px;
        padding-right: 0px;
        border-right: none;
        width: 32%;
        margin-bottom: 2%;
    }
    footer .fnav li:last-child {
        margin-bottom: 0;
    }
    footer p {}
    .contactarea {
        position: inherit;
        top: 0px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .contactarea li {
        float: left;
    }
    .contactarea li:first-child {
        width: 76.5%;
    }
    .contactarea li:last-child {
        width: 23.5%;
    }
    footer .corporate_f .f_rogo {
        width: 234px;
        max-width: 234px;
        margin: 0 auto;
        padding: 30px 0;
    }
    footer .corporate_f ul {
        padding: 0% 5%;
        width: auto;
    }
    footer .corporate_f ul li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    footer .copyright2 {
        padding: 0 0 5%;
    }
    #page-top {
        bottom: 12%;
        right: 2%;
    }
    #page-top a {
        width: 45px;
        padding: 10px 0;
    }
    /*========================================================================
      index
    ========================================================================*/
    #wapper {
        min-width: 100% !important;
    }
    #about {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background-size: cover;
    }
    #about .aboutinner {
        padding: 7% 5%;
    }
    #about .aboutinner ul li {
        float: none;
    }
    #about .aboutinner ul li:nth-child(1) {
        width: 100%;
        margin-bottom: 5%;
    }
    #about .aboutinner ul li:nth-child(2) {
        width: 100%;
        padding-top: 0px;
    }
    #product {
        height: auto;
        padding: 10% 0;
        background: url(img/product.jpg) bottom right no-repeat;
        background-size: cover;
    }
    #service {
        height: auto;
        padding: 10% 0;
    }
    #product .inner2,
    #service .inner2 {
        padding: 17% 10% 13%;
        width: 90%;
        margin: 0 auto;
        background: url(img/index_boxmark.png) no-repeat 13% 8% #ffffff;
        background-size: 14%;
    }
    #product .inner2 .newobi {
        top: 4%;
        padding: 2% 6%;
    }
    #product h2,
    #service h2 {
        padding-left: 0%;
        margin-bottom: 0%;
    }
    #product a,
    #service a {
        width: 100%;
        display: block;
        text-align: center;
    }
    #campaign {
        padding: 10% 5%;
    }
    #campaign .jpttl {
        margin-bottom: 2%;
    }
    #campaign .inner3 {
        width: 100%;
        margin: 0 auto;
    }
    #campaign .inner3 p {
        line-height: 1.6;
    }
    #topics,
    #movie,
    #news {
        padding: 10% 5%;
    }
    #movie .moviemain {
        text-align: center;
        padding-top: 3%;
    }
    #topics .more_txt,
    #news .more_txt {
        font-size: 0.8rem;
        text-align: left;
        color: #e14b44;
        width: 96%;
        margin: 0 auto 3%;
    }
    #topics .jpttl {
        margin-bottom: 2%;
    }
    #topics ul {
        width: 100%;
        margin: 0 auto 5%;
    }
    #topics ul li {
        margin-right: 0px;
        margin-bottom: 3%;
        width: 100%;
    }
    #topics ul li img {
        margin-bottom: 2%;
        width: 100%;
    }
    #news ul {
        width: 96%;
        margin: 0 auto;
    }
    #news ul li .n_day {
        margin-right: 1%;
        padding: 2px 0 0 2%;
    }
    #news ul li .n_cate01,
    #news ul li .n_cate02 {
        margin-right: 1%;
        padding: 2px 1%;
    }
    /*========================================================================
  2ND PAGE COMMON
========================================================================*/
    #cover {
        padding-top: 60px;
    }
    #cover h1 {
        position: absolute;
        left: 8%;
        top: 15%;
        width: 84%;
    }
    #cover .pro_cpbtn {
        position: absolute;
        bottom: 3%;
        right: 1%;
        width: 22%;
    }
    #cover p {
        padding: 2%;
        font-size: 0.8rem;
    }
    #cover2 {
        padding: 20% 0 2%;
    }
    #cover2 .coverttl {
        width: 94%;
        margin: 0 auto;
        font-size: 2.2rem;
        font-weight: bold;
    }
    #maincontent {
        padding: 3% 0 3%;
    }
    #maincontent2 {
        padding: 0;
    }
    .whitebox {
        background: white;
        padding: 4% 4% 15%;
        width: 94%;
        margin: 0 auto 10%;
    }
    .whitebox2 {
        padding: 4% 4% 15%;
        width: 94%;
        margin: 0 auto 10%;
    }
    .whitebox3 {
        padding: 4% 4% 15%;
        width: 94%;
        margin: 0 auto 10%;
    }
    .btnarea,
    .btnarea2 {
        position: relative;
    }
    .btnarea p {
        padding: 2% 18% 2% 4%;
        background: url(img/btn_bg.jpg) #f2ad40 no-repeat right 7% center;
        white-space: nowrap;
    }
    .btnarea2 p {
        background: url(img/btn_bg2.jpg) #f2ad40 no-repeat left 5% center;
        padding: 2% 18%;
        white-space: nowrap;
    }
    .btnarea a,
    .btnarea2 a {
        color: white;
    }
    .btnarea a:hover,
    .btnarea2 a:hover {
        text-decoration: underline !important;
    }
    .kanren_colmun {
        width: 94%;
        margin: 0 auto;
    }
    .kanren_colmun h2 {
        padding: 3%;
        margin-bottom: 4%;
    }
    .kanren_colmun ul {
        overflow: hidden;
        padding-bottom: 5%px;
    }
    .kanren_colmun ul li {
        float: none;
        margin-right: 0;
        margin-bottom: 5%;
        width: 100%;
    }
    .kanren_colmun ul li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    /*========================================================================
  ABOUT PAGE
========================================================================*/
    .abott_clo h3 {
        margin-bottom: 2%;
    }
    .abott_clo {
        margin-bottom: 5%;
    }
    .abott_clo img,
    .abott_clo_last img {
        width: 100% !important;
    }
    .about_t01 th {
        white-space: nowrap;
    }
    .about_t01 td {
        padding-left: 3%;
    }
    .about_list01 li span {
        position: initial;
    }
    .about_list01 li .listtxt {
        padding-left: 0px;
        display: block;
        padding-top: 5px;
    }
    .linktxt {
        line-height:1.5
    }

    /*========================================================================
  CAMPAIN PAGE
========================================================================*/
    #cp_inner {
        width: 100%;
        margin: 0 auto 15%;
    }
    #cp_inner h2 {
        margin-bottom: 2%;
    }
    #cp_inner h3 {
        font-size: 1.2rem;
        margin-bottom: 5%;
        padding: 2% 0;
    }
    #cp_inner section {
        padding: 7% 0;
    }
    #cp_inner #cp01 {
        padding-bottom: 0;
    }
    #cp_inner #cp01 h2 {
        width: 90%;
        margin: 0 auto 2%;
    }
    #cp_inner #cp01,
    #cp_inner #cp04 {
        width: 100%;
        margin: 0 auto;
    }
    #cp_inner #cp01 .inner {
        padding-bottom: 8%;
    }
    #cp_inner #cp03 {
        padding-bottom: 20px;
    }
    #cp_inner #cp04 {
        padding-top: 7%;
    }
    #cp_inner #cp05 {
        width: 100%;
    }
    #cp_inner #cp02 .inner,
    #cp_inner #cp03 .inner,
    #cp_inner #cp04 .inner {
        width: 90%;
    }
    #cp_inner .cp_btn {
        padding: 5% 0;
        width: 90%;
    }
    #cp_inner .cp_btn a {
        padding: 3% 0px;
        font-size: 1rem;
    }
    #cp_inner .cp_list01 {
        width: 100%;
        margin: 0 auto 7%;
    }
    #cp_inner .cp_list01 li {
        margin-bottom: 10px;
        padding-left: 60px;
    }
    #cp_inner .cp_list01 li:nth-child(1) {
        background: url(img/cp_icon01.png) no-repeat;
        background-size: 50px;
    }
    #cp_inner .cp_list01 li:nth-child(2) {
        background: url(img/cp_icon02.png) no-repeat;
        background-size: 50px;
    }
    #cp_inner .cp_list01 li:nth-child(3) {
        background: url(img/cp_icon03.png) no-repeat;
        background-size: 50px;
    }
    #cp_inner .cp_list01 li:nth-child(4) {
        background: url(img/cp_icon04.png) no-repeat;
        background-size: 50px;
    }
    #cp_inner .cp_list01 li:nth-child(5) {
        background: url(img/cp_icon05.png) no-repeat;
        background-size: 50px;
    }
    .point_t {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        margin-bottom: 3%;
    }
    .point_t td {
        font-size: 1.2rem;
        line-height: 1.4;
        text-align: left;
    }
    #cp_inner .cp_list02 {
        overflow: hidden;
        margin-bottom: 0px;
        padding-top: 7%;
    }
    #cp_inner .cp_list03 {
        overflow: hidden;
        margin-bottom: 50px;
        padding-top: 30px;
    }
    #cp_inner .cp_list02 li {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
    #cp_inner .cp_list03 li {
        float: left;
        width: 400px;
    }
    #cp_inner .cp_list02 li:last-child {
        margin-right: 0;
    }
    #cp_inner .cp_list02 li .ttl,
    #cp_inner .cp_list03 li .ttl {
        background: url(img/cp_icon06.png) no-repeat left 10px center;
        background-size: 20px;
        border: 2px solid #2f447c;
        margin-bottom: 20px;
        padding: 5px 10px 5px 45px;
        color: #2f447c;
        font-size: 1.2rem;
        font-weight: bold;
    }
    #cp_inner .cp_list02 li img {
        margin-bottom: 20px;
    }
    #cp_inner .cp_list02 li p {
        line-height: 1.6;
        text-align: left;
        margin-bottom: 10%;
    }
    #cp_inner .imgbox {
        padding: 7%;
        margin-bottom: 3%;
        display: block;
    }
    #cp_inner .imgbox img {
        width: 100%;
    }
    #cp_inner .imgbox li {
        display: block;
        vertical-align: auto;
        float: none;
    }
    #cp_inner .imgbox li:nth-child(1) {
        width: 100%;
        padding-right: 0;
        margin-bottom: 5%;
    }
    #cp_inner .imgbox li:nth-child(2) {
        width: 100%;
    }
    #cp_inner .kakaku_list li {
        margin-right: 0px;
        float: none;
        width: 100%;
        margin-bottom: 3%;
    }
    #cp_inner .kakaku_list li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    #cp_inner .cp03ttl {
        background: none;
        color: black;
        margin-bottom: 0px;
    }
    #cp_inner .whitebg {
        background: white;
        padding: 7%;
    }
    #cp_inner .whitebg h4 {
        margin-bottom: 4%;
    }
    #cp_inner .whitebg img {
        width: 100%;
    }
    #cp_inner .whitebg2 {
        padding: 7%;
        overflow: hidden;
        display: block;
        margin-bottom: 5%;
    }
    #cp_inner .whitebg2 img {
        width: 100%;
    }
    #cp_inner .whitebg2 li {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 5%;
    }
    #cp_inner .whitebg2 li:nth-child(2) {
        width: 8%;
        margin: 0 auto 5%;
    }
    #cp_inner .moniter_list {
        overflow: hidden;
        margin-bottom: 50px;
    }
    #cp_inner .moniter_list li {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
        text-align: center;
    }
    #cp_inner .moniter_list li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    #cp_inner .moniter_list li p {
        margin-bottom: 10px;
        text-align: center;
    }
    #cp_inner .caution {
        font-size: 0.8rem;
    }
    #cp_inner .caution .cau_ttl {
        text-align: left;
        margin-bottom: 5%;
        line-height: 1.6;
        padding: 2%;
    }
    #cp_inner .caution span {
        color: #004a85;
        font-weight: bold;
    }
    #cp_inner .tokutentxt {
        font-size: 1.6rem;
        padding: 5% 0 0;
    }
    #cp_inner .tokutentxt2 {
        font-size: 1.2rem;
        padding: 0 0 5%;
    }
    .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10vw 50vw 0 50vw;
        border-color: #eaecf2 transparent transparent;
    }
    .kiyakubox {
        display: block;
        width: 90%;
        height: 300px;
        overflow: scroll;
        border: 1px solid #17366a;
        padding: 3%;
    }
    .checkbox {
        width: 90%;
        margin: 0 auto 3%;
    }
    .cp04midashi {
        text-align: left;
        margin-bottom: 30px !important;
    }
    .cp_submit {
        width: 88%;
        font-size: 1.2rem;
    }
    .cp_submit3 {
        width: 65%;
        margin: 2% auto 0;
        padding: 15px 0 !important;
        font-size: 1.4rem !important;
    }
    #cp_inner2 section {
        padding: 7% 0;
    }
    #cp_inner2 .inner {
        width: 90%;
        margin: 0 auto;
    }
    #cp_inner2 .inner .tokutenkist {
        overflow: hidden;
        width: 100%;
        margin: 0 auto 3%;
    }
    #cp_inner2 .inner .tokutenkist li {
        margin-right: 0;
        width: 50%;
    }
    #cp_inner2 .inner .tokutenkist h3 {
        font-size: 1.1rem;
    }
    #cp_inner2 .inner .system_merit li {
        width: 48%;
        padding: 0 25px;
        margin: 15px 4% 20px 0;
    }
    #cp_inner2 .inner .system_merit li p {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    #cp_inner2 .inner .system_merit li .systxt {
        padding-top: 10px;
    }
    #cp_inner2 .inner .kakaku_list {
        overflow: hidden;
    }
    #cp_inner2 .inner .kakaku_list h3 {
        font-size: 1.4rem;
        line-height: 1;
        color: white;
        padding: 15px 0;
    }
    #cp_inner2 .inner .kakaku_list h3 span {
        font-size: 0.8rem;
    }
    #cp_inner2 .inner .kakaku_list li {
        margin-right: 15px;
        float: none;
        width: 100%;
        margin: 0 auto 5%;
    }
    #cp_inner2 .inner .kakaku_list li:last-child {
        margin-right: auto;
        margin-bottom: 0;
    }
    #cpmainttl {
        position: absolute;
        top: 9%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 90%;
    }
    #cpmainttl .inner {
        background: white;
        padding: 0 0 30px;
    }
    #cp_inner2 .maincap {
        font-size: 1.5rem;
        width:90%;
        margin:0 auto
    }
    #cp_inner2 .inner .bottomtxt {
        font-size: 1.1rem;
        line-height:1.4
    }

    /*========================================================================
  SYSTEM PAGE
========================================================================*/
    .sys_list {}
    .sys_list li {
        padding: 10% 0;
    }
    .sys_list li:first-child {
        padding: 10% 0 0;
    }
    .sys_list li:last-child {
        padding: 10% 0 0;
    }
    .sys_list li .inner {
        width: 94%;
    }
    .sys_list li .inner h2 {
        font-size: 1.4rem;
        margin-bottom: 3%;
    }
    .sys_list li .inner h3 {
        font-size: 1rem;
    }
    .sys_list li .inner ul {
        overflow: hidden;
        margin-bottom: 5%;
    }
    .sys_list li .inner ul li {
        float: left;
        padding: 0;
        margin-right: 40px;
        width: 550px;
        background: none !important;
    }
    .sys_list li .inner ul li:last-child {
        margin-right: 0;
    }
    .sys_list li .inner .slides li {
        margin-right: 0;
    }
    .sys_list li .inner .slides li .sinner {
        overflow: hidden;
        margin: 0;
        padding-bottom: 18%;
    }
    .sys_list li .inner .slides li .sinner li {
        width: 94%;
        margin: 0 auto;
        float: none;
    }
    .sys_list li .inner .slides li .sinner li img {
        width: 90%;
        margin: 0 auto;
    }
    .sys_list li .inner .slides li .sinner li h2 {
        margin-bottom: 3%;
    }
    .sys_list li .inner .slides li .sinner li p {
        line-height: 1.8;
    }
    .sysbtn,
    .sysbtn2 {
        position: relative;
    }
    .sysbtn p {
        padding: 2% 20% 2% 6%;
        right: -3.5%;
        bottom: -60px;
    }
    .sysbtn2 p {
        padding: 2% 20% 2% 6%;
        right: -4.5%;
        bottom: -60px;
    }
    .sys_list li .inner .slides li .sinner li:first-child {
        margin-right: 5%;
    }
    .sys_list li .inner .slides li .sinner li:last-child {
        padding: 3% 3% 14%;
        margin-top: 3%;
    }
    .sys_list .flex-control-nav li {
        padding: 0;
    }
    .sys_list li .inner .systemlist,
    .sys_list li .inner .supportlist {
        padding: 0 2%;
    }
    .sys_list li .inner .systemlist li {
        float: none;
        width: 100%;
        margin: 0 auto 7%;
    }
    .sys_list li .inner .systemlist li:last-child {
        margin-bottom: 0;
    }
    .sys_list li .inner .systemlist li:nth-last-child(2) {
        margin-right: 0;
    }
    .sys_list li .inner .supportlist li {
        margin-bottom: 8%;
    }
    .sys_list li .inner .supportlist li:last-child {
        margin-bottom: 0;
    }
    .tabs label {
        padding: 2% 0.5%;
        margin-right: 2%;
        margin-bottom: 2%;
        font-size: 0.5rem;
    }
    .content {
        height: 50%;
    }
    .content div {
        padding: 5% 4%;
    }
    .con_cap {
        font-size: 0.8rem;
        line-height: 1.6 !important;
        margin-bottom: 2%;
    }
    /*========================================================================
  PRODUCT PAGE
========================================================================*/
    .pro_list li {
        padding: 10% 0;
    }
    .pro_list li .inner,
    .pro_list li .inner2 {
        width: 94%;
        margin: 0 auto;
    }
    .pro_list li .inner .inbox {
        padding: 5% 10%;
    }
    .pro_list li .inner .inbox2 {
        padding: 0;
    }
    .pro_list li .inner h2 {
        font-size: 1.6rem;
        margin-bottom: 0%;
    }
    .pro_list li .inner h2 img {
        margin-bottom: 10px;
    }
    .pro_list li .inner h3 {
        font-size: 1.3rem;
    }
    .pro_img {
        margin-bottom: 5%;
    }
    .pro_list li .inner ul {
        margin-bottom: 5%;
        flex-direction: column;
    }
    .pro_list li .inner ul li {
        margin-right: 0%;
        margin-bottom: 5%;
        width: 100%;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
    .spec {
        padding: 7% 0 10%;
    }
    .spec .inner {
        width: 94%;
    }
    .spec .inner h2 {
        margin-bottom: 5%;
    }
    .spec_t {
        width: 100%;
    }
    .spec_t th,
    .spec_t td {
        padding: 3% 4%;
    }
    .spec_t th {
        width: 38%;
    }
    .spec_txt {
        width: 100%;
    }
    .systemitem,
    .systemitem2 {
        width: 100%;
    }
    .systemitem li,
    .systemitem2 li {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 3% !important;
        float: none !important;
    }
    .merit_list {
        width: 100%;
    }
    .merit_list li,
    .point_list li,
    .chara_list li {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }
    .merit_list li img,
    .point_list li img {
        width: 100%;
    }
    .chara_list li {
        width: 94% !important;
        margin: 0 auto;
        padding-bottom: 20% !important;
    }
    .kozu_btn li {
        width: 98% !important;
        margin: 0 auto;
    }
    .hojo_box {
        padding: 5%;
    }
    .cp_box {
        padding: 5%;
    }
    .hosyo_box img {
        width: 90%;
    }
    .monitoringlist {
        margin-bottom: 0 !important;
    }
    .monitoringlist li {
        width: 48% !important;
        margin-right: 4% !important;
        float: left !important;
    }
    .monitoringlist li:nth-child(even) {
        margin-right: 0 !important;
    }
    .tabarea {
        padding: 10% 0 65% !important;
        background: white;
    }
    .type_ttlbox_r table,
    .type_ttlbox_b table {
        width: 94%;
        margin: 1% auto;
    }
    .type_ttlbox_r table th,
    .type_ttlbox_b table th {
        width: 40%;
        vertical-align: middle;
        padding-right: 3%;
    }
    .pro_poin {
        width: 100%;
    }
    .pro_poin .ttl {
        line-height: 1.6 !important;
        text-align: left !important;
    }
    .pro_poin .pro_list {
        overflow: hidden;
        margin-bottom: 0px !important;
        padding-top: 4%;
    }
    .pro_poin .pro_list li {
        float: none !important;
        width: 100% !important;
        margin-right: 0px;
    }
    .pro_poin .pro_list li:last-child {
        margin-bottom: 0;
    }
    .pro_poin .pro_list li .cp_list_inner {
        background: white;
        padding: 15px;
        margin-bottom: 10px;
    }
    .pro_poin .pro_list li .cp_list_inner p {
        text-align: left;
        line-height: 1.6;
    }
    .pro_poin .imgbox {
        overflow: hidden;
        background: white;
        padding: 7%;
        display: block;
        margin-bottom: 10px;
    }
    .pro_poin .imgbox li {
        display: block;
        float: none !important;
    }
    .pro_poin .imgbox li:nth-child(1) {
        width: 100% !important;
        padding-right: 0;
        margin-bottom: 5%;
    }
    .pro_poin .imgbox li:nth-child(2) {
        width: 100% !important;
    }
    .hojo_box {
        background: #f4f4ef;
        width: 100%;
        padding: 5%;
    }
    .hojo_box .h_blu {
        background: #1f4b82;
        color: white;
        padding: 30px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        margin-bottom: 10px;
    }
    .hojo_box .h_blu h4 {
        font-size: 1.3rem;
    }
    .hojo_box .h_blu p {
        font-size: 1rem;
    }
    .hojo_box .hojottl_t {
        margin-bottom: 3%;
    }
    .hojo_box .hojottl_t dt {
        width: 50%;
        float: none;
        margin-right: 0%;
    }
    .hojo_box .hojottl_t dd {
        width: 100%;
        float: none;
    }
    .hojo_box .typelist {
        margin-bottom: 10px !important;
    }
    .hojo_box .typelist li {
        float: left;
        width: 49% !important;
        margin-right: 2% !important;
    }
    .hojo_box .typelist li:nth-child(2) {
        margin-right: 0% !important;
    }
    .hojo_box .chihou_box {
        background: url(img/hojo_bg.png) no-repeat top right;
        margin-bottom: 30px;
        overflow: hidden;
    }
    .hojo_box .chihou_box img {
        float: left;
        padding-right: 30px;
    }
    .hojo_box .hojopoint {
        text-align: left;
    }
    .hojo_box .shinsei {
        width: 100%;
        margin: 0 auto 7%;
    }
    .hojo_box .shinsei h5 {
        font-size: 1.2rem;
        margin: 0 0 2%;
    }
    .hojo_box .shinsei p {
        line-height: 1.4;
    }
    .hojo_box .shinsei dl {
        padding-top: 5%;
    }
    .hojo_box .shinsei dl dt {
        float: none;
        padding-bottom: 2%;
        text-align: center;
    }
    .hojo_box .shinsei dl dd {
        width: 100%;
        float: none;
    }
    .supinner {
        padding: 7%;
    }
    .suppoet_list {
        width: 100%;
        margin: 0 auto;
    }
    .suppoet_list li {
        width: 100% !important;
        float: none;
        margin: 0 0 40px 0 !important;
        text-align: center;
    }
    .suppoet_list li h2 {
        margin-bottom: 0 !important;
    }
    .suppoet_list li .ser2_list {
        overflow: hidden;
        text-align: center;
        background: #f2f5f8;
        padding: 20px 0;
        margin-bottom: 0;
    }
    .suppoet_list li .ser2_list li {
        width: 100% !important;
        margin-right: 0px !important;
        display: -moz-inline-box !important;
        display: inline-block !important;
        display: inline !important;
        zoom: 1 !important;
        float: none !important;
    }
    .suppoet_list li .ser2_list li:last-child {
        margin-right: 0px !important;
    }
    .suppoet_list .whitebg2 {
        padding: 7%;
        overflow: hidden;
        display: block;
        margin-bottom: 5%;
    }
    .suppoet_list .whitebg2 li {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 5%;
    }
    .suppoet_list .whitebg2 li:nth-child(2) {
        width: auto !important;
        text-align: center;
        padding: 1% 0 4%;
    }
    .suppoet_list .whitebg2 li:nth-child(2) img {
        padding-top: 0px;
    }
    .price_list {
        width: 100%;
        margin: 0 auto;
    }
    .price_list ul {
        margin-bottom: 0 !important;
    }
    .price_list ul li {
        width: 100% !important;
        margin-right: 0% !important;
        margin-bottom: 2% !important;
        float: none;
    }
    .price_list ul li:nth-child(2) {
        margin-right: 0% !important;
    }
    .price_list img {
        width: 100%;
    }
    .accordion {
        width: 100%;
        margin: 0 auto;
    }
    .accordion>ul>li>a {
        padding: 1% 8% 1% 5%;
    }
    .accordion li h5 {
        font-size: 1.2rem;
    }
    .accordion li dl dt {
        margin-bottom: 2%;
    }
    .accordion li dl dt,
    .accordion li dl dd {
        float: none;
        width: 100%;
    }
    .support_tel {
        padding: 2% 0;
        width: 100%;
    }
    .keytxt {
        font-size: 1rem;
        line-height: 1.4 !important;
        padding: 5px 10px;
    }
    .keytxt2 {
        margin-bottom: 5%;
        font-size: 0.9rem;
    }
    #sys_inner section {
        padding: 7% 0;
    }
    #sys_inner section h3 {
        font-size: 1.6rem;
        line-height: 1.3;
    }
    #sys_inner section .h3ttl_1 {
        text-align: left;
    }
    #sys_inner section .syscap_1 {
        text-align: left;
        margin-bottom: 1%;
    }
    #sys_inner section .main_ttl {
        margin-bottom: 30px;
        border-left: 7px solid #17366a;
        padding-left: 20px;
        font-size: 1.8rem;
        color: #17366a;
        line-height: 1.3;
        font-weight: normal;
    }
    #sys_inner section .main_ttl span {
        font-size: 1.5rem;
        display: block;
    }
    #sys_inner section p {
        line-height: normal;
    }
    #sys_inner .mintxt {
        font-size: 1.2rem;
    }
    #sys_inner section:nth-child(even) {
        background: #f2f3f5;
    }
    #sys_inner .sys_box,
    #sys_inner .sys_box_hi,
    #sys_inner .sys_box_ai {
        width: 90%;
        padding: 5% 10%;
    }
    #sys_inner .sys_box2 {
        width: 90%;
    }
    #sys_inner .systag,
    #sys_inner .systag2,
    #sys_inner .systag_hi,
    #sys_inner .systag2_hi,
    #sys_inner .systag_ai,
    #sys_inner .systag2_ai {
        width: 100%;
    }
    #sys_inner ul li {
        float: none;
        padding: 0;
        margin-right: 0%;
        width: 100%;
        background: none;
        margin-bottom: 5%;
    }
    #sys_inner ul li:nth-child(2n) {
        margin-right: 0;
    }
    /*========================================================================
  SERVICE PAGE
========================================================================*/
    .servicelist li {
        padding: 10% 0;
    }
    .servicelist li .inner {
        width: 90%;
        margin: 0 auto;
    }
    .servicelist li .inner .su_jpttl {
        padding-bottom: 10%;
        margin-bottom: 5%;
    }
    .servicelist li .inner .suenttl1,
    .servicelist li .inner .suenttl2,
    .servicelist li .inner .suenttl3,
    .servicelist li .inner .suenttl4 {
        background-size: 60%;
    }
    .servicelist li .inner .su_content {
        padding: 5%;
    }
    .servicelist li .inner .su_content .midtxt {
        margin-bottom: 3%;
    }
    .servicelist li .inner .su_content .sutxt {
        margin-bottom: 5%;
    }
    .servicelist li .inner .su_content h3 {
        font-size: 1.4rem !important;
        background-size: 13%;
        padding: 5% 0 5% 16%;
        line-height: 1.3;
    }
    .servicelist li .inner .su_content ul {
        padding: 5%;
    }
    .servicelist li .inner .su_content ul li {
        padding: 0;
        margin: 0;
        display: block;
        vertical-align: middle;
        text-align: center;
    }
    .servicelist li .inner .su_content ul li:nth-child(1),
    .servicelist li .inner .su_content ul li:nth-child(3) {
        width: 100%;
    }
    .servicelist li .inner .su_content ul li:nth-child(2) {
        width: 100%;
    }
    .servicelist li .inner .su_content ul li:nth-child(2) img {
        margin-top: 0px;
    }
    .servicelist li .inner .su_content ul li:nth-child(odd) {
        background: none !important;
    }
    .servicelist li .inner .moniter li {
        float: none;
        margin-right: 0% !important;
        width: 100% !important;
        margin-bottom: 7% !important;
    }
    .servicelist li .inner .moniter li img {
        margin: 0 !important;
    }
    .servicelist li .inner .aittl {
        margin-bottom: 3%;
    }
    .servicelist li .inner .kaitekibg {
        padding: 5%;
    }
    .opelist li {
        float: none;
    }
    .opelist li:nth-child(1) {
        width: 100% !important;
        margin-right: 0% !important;
        margin-bottom: 5% !important;
        text-align: left !important;
    }
    .opelist li:nth-child(2) {
        width: 100% !important;
    }
    .opelist li:nth-child(2) img {
        margin-top: 0 !important;
        width: 70%;
    }
    .opelist li .midtxt {
        font-size: 1.4rem !important;
        border-bottom: 5px solid #f6e458;
        display: inline;
        line-height: 1.7 !important;
        padding-bottom: 5px;
    }
    .opelist li .sutxt {
        margin-bottom: 0 !important;
        padding-top: 20px;
    }
    /*========================================================================
  FAQ
========================================================================*/
    .faqinner {
        width: 94%;
        margin: 0 auto 10%;
    }
    .faqinner h2,
    .faqinner h3 {
        font-size: 1.3rem;
    }
    .faqinner .faqcate {
        text-align: center;
        margin-bottom: 0;
    }
    .faqinner .faqcate li {
        display: -moz-inline-box;
        display: inline-block;
        /* display: inline; */
        zoom: 1;
        width: 45%;
        margin: 0 2.5% 2% 0;
        font-size: 0.8rem;
    }
    .faqinner .faqcate li:nth-child(3n) {
        margin-right: 2.5%;
    }
    .faqinner .faqcate li:nth-child(even) {
        margin-right: 0;
    }
    .faqinner table th {
        font-size: 0.6rem;
        vertical-align: middle;
    }
    .search_container {
        width: 250px;
    }
    .queBox {
        width: auto;
    }
    .queBox ul li .aArea {
        padding: 0 6% 6% 6%;
    }
    .queBox ul li .grayBg {
        padding: 3% 5%;
    }
    .queBox ul li .qArea .tableBox {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .queBox ul li .qArea .qBg {
        width: 30px;
        height: 30px;
        box-sizing: border-box;
    }
    .queBox ul li .qArea .qBg img {
        top: 25%;
        left: 50%;
        width: 12.5px;
        height: 15px;
        margin-left: -6.25px;
    }
    .queBox ul li .aArea .left {
        width: 100%;
        padding: 1.5% 0;
        margin-right: 0;
        float: none;
    }
    .queBox ul li .aArea .left img {
        width: 13px;
        padding: 0;
        margin: 0;
    }
    .queBox ul li .aArea .right {
        width: 100%;
        float: none;
    }
    .queBox ul li .qArea .tableBox {
        display: table;
        width: 100%;
    }
    .qArea .tableBox .symbol {
        width: 15%;
        background-position: center;
    }
    .qArea .tableBox .symbolP {
        background-image: url(img/sp_plus.png);
        background-size: 15px;
    }
    .qArea .tableBox .symbolM {
        background-image: url(img/sp_minus.png);
        background-size: 15px;
    }
    /*========================================================================
  TOPICS SINGLE PAGE
========================================================================*/
    .taglist {
        margin-bottom: 3%;
        font-size: 0.6rem;
    }
    .topicsttl {
        margin-bottom: 4%;
        line-height: 1.6;
        background: #f2f3f5;
        padding: 3%;
    }
    .topicsttl span {
        background: none;
        padding: 0%;
    }
    .column {
        padding-bottom: 15%;
    }
    .column h2 {
        margin-bottom: 4%;
    }
    .column p {
        margin-bottom: 4%;
    }
    .t_date {
        overflow: hidden;
        margin-bottom: 4%;
    }
    .colmlistttl2 {
        font-size: 1.8rem;
    }
    .colmlistttl .minttl, .colmlistttl2 .minttl {
        font-size: 1.2rem;
    }
    .colimg01 {
        margin: 0 auto;
        width: 80%
    }
    .colimg02 {
        margin: 0 auto;
        width: 80%
    }
    .colimg03 {
        margin: 0 auto;
        width: 70%
    }
    .colimg04 {
        margin: 0 auto;
        width: 75%
    }
    .colimg05 {
        margin: 0 auto;
        width: 70%
    }
    .colimg06 {
        margin: 0 auto;
        width: 90%
    }
    .colimg07 {
        margin: 0 auto;
        width: 100%
    }

    /*========================================================================
  NEWS
========================================================================*/
    #newstop ul {
        width: 100%;
        top: 4%;
        padding: 2% 6%;
    }
    #newstop ul li p {
        float: none;
    }
    #newstop ul li .n_day {
        padding-left: 0%;
        margin-bottom: 0%;
    }
    /*========================================================================
  CATALOG
========================================================================*/
    #catalog ul {
        width: 88%;
        padding-top: 5%;
    }
    #catalog ul {
        overflow: hidden;
    }
    #catalog ul li {
        width: 48%;
        float: none;
        margin-right: 4%;
        margin-bottom: 5%;
        float: left;
    }
    #catalog ul li:nth-child(even) {
        margin-right: 0 !important;
    }
    #catalog ul li:nth-child(3n) {
        margin-right: 4%;
    }
    #catalog ul li:last-child {
        margin-right: 0%;
    }
    .adobe_reader {
        width: 90%;
        margin-bottom: 5%;
    }
    .adobe_reader dl {
        overflow: hidden;
    }
    .adobe_reader dl dt {
        width: 100%;
        text-align: center;
    }
    .adobe_reader dl dd {
        width: 100%;
    }
    #catalog .manual_con {
        width: 88%;
    }
    #catalog .mlist {
        padding-top:0;
    }

    /*========================================================================
  Simulation
========================================================================*/
    #simtop .inner {
        width: 90%;
        margin: 0 auto;
    }
    #simtop h1 {
        margin: 0 0 4%;
    }
    #breadcrumbs-two li {
        width: 30.5%;
    }
    #simtop .inner .town_name {
        padding: 3%;
    }
    #simtop .inner .town_name ul li {
        width: 33.333%;
    }
    #simtop .caution {
        padding-bottom: 5%;
        margin-bottom: 0;
    }
    .multibtn_list {
        padding-bottom: 5%;
    }
    #simtop dl.form dt {
        clear: none;
        float: none;
        width: 100%;
    }
    #simtop dl.form dd {
        border-left: none;
        margin-left: 0;
    }
    #simtop .inner .ranking ul {
        padding-bottom:0px;
    }
    #simtop .inner .ranking ul li {
        width:32% !important;
        margin-bottom:10px;
        margin-right:2% !important;
        padding: 75px 2% 75px !important;

    }
    #simtop .inner .ranking ul li:nth-child(3) {
        margin-right:0 !important;
    }
    #simtop .inner .ranking ul li .areatxt {
        font-size:1.1rem
    }
    #simtop .inner .ranking ul li .systemtxt {
        text-align: center;
        font-size: 0.9rem;
    }
    #simtop .inner .ranking ol li {
        margin-bottom:10px;
    }
    #simtop .inner .ranking ol li dl dt {
        font-size: 1.1rem;
    }
    #simtop .inner .moneylist li {
        width: 31%;
    }
    #simtop .inner .moneylist li:nth-child(2), #simtop .inner .moneylist li:nth-child(4) {
        width: 3.5%;
    }
    #simtop .inner .moneylist li:nth-child(5) .townselect {
        width: 80%;
    }
}


/* 202003007 追記 */

#post-404 {
    padding: 60px 0;
}

#post-404 h1 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #2f457c;
}

#post-404 p a {
    padding: 8px;
    display: inline-block;
    background-color: #2f457c;
    color: #fff;
}

#post-404 p a:visited,
#post-404 p a:focus,
#post-404 p a:active {
    color: #fff;
    line-height: 1.6;
}

#post-404 p.returnTop {
    margin-top: 15px;
}

#post-404 p {
    line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    #post-404 {
        padding: 60px 0;
        width: 86.25%;
        margin: 0 auto;
    }
    #post-404 p {
        font-size: 12px;
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    #cover h1 {
        position: absolute;
        left: 3%;
        top: 15%;
        line-height: 1.4;
        width: 94%;
        text-align: center;
    }
    #cover h1 .enttl,
    #cover h1 .enttl2,
    #cover h1 .enttl3 {
        letter-spacing: 2px;
        font-size: 1.6rem;
    }
    #cover h1 .jpttl {
        font-size: 1.5rem;
    }
    #cover h1 .jpttl2 {
        font-size: 1rem;
    }
    footer .fnaviinner .fbanner {
        padding: 0 5%;
    }
    /*========================================================================
  CAMPAIN PAGE
========================================================================*/
    .cp_submit2 {
        width: 90%;
        margin: 0 auto 7%;
        font-size: 1rem;
    }
    .cp_submit3 {
        font-size: 1.2rem !important;
        padding: 2% 0 !important;
    }
    #cp_inner2 .inner .txtbox {
        padding: 7%;
    }
    #cp_inner2 .inner .txtbox p {
        line-height: 1.4;
    }
    #cp_inner2 .inner .txtbox p .yokottl {
        display: block;
        font-size: 1rem;
    }
    #cp_inner2 .inner .tokutenkist {
        width: 100%;
        margin-bottom: 5%;
    }
    #cp_inner2 .inner .tokutenkist li {
        margin-right: 0;
        margin-bottom: 3%;
        width: 100%;
    }
    #cp_inner2 .inner .tokutenkist li:last-child {
        margin-right: 0px;
        margin-bottom: 0;
    }
    #cp_inner2 .inner .tokutenkist h3 {
        font-size: 1rem;
    }
    #cp_inner2 .inner .system_merit {
        overflow: hidden;
        padding: 10px 0 0;
        margin-bottom: 4%;
    }
    #cp_inner2 .inner .system_merit li {
        width: 100%;
        height: auto;
        margin-right: 4%;
        background: #eaecf2;
        float: left;
        position: relative;
        padding: 15px 35px 20px;
        margin: 10px 4% 20px 0;
        display: table;
    }
    #cp_inner2 .inner .system_merit li p {
        font-size: 1.6rem;
    }
    #cp_inner2 .inner .kakaku_list li:last-child {
        margin-right: 0;
    }
    #cp_inner2 .inner .merit_t {
        width: 100%;
        margin: 0 auto;
    }
    #cp_inner2 .inner .merit_t table td {
        font-size: 0.8rem;
    }
    #cp_inner2 .inner .merit_t table .merit_t_ttl {
        width: 32%;
    }
    #cp_inner2 .inner .toku_m {
        line-height: 1.6;
        padding: 2% 4%;
        letter-spacing: 0;
    }
    #cp_inner2 .kikantxt {
        margin: 0 auto;
        width: 90%;
        font-size: 0.9rem;
    }
    .storage_t,
    .hybrid_t {
        font-size: 0.6rem;
    }
    #cpmainttl {
        position: absolute;
        left: 50%;
        top: 17%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 90%;
    }
    #cpmainttl .inner {
        background: white;
        padding: 0 0 7%;
    }
    #tousen img {
        width: 100%;
    }

    /*========================================================================
  CATALOG
========================================================================*/
    #catalog ul li {
        width: 100%;
        float: none;
        margin-right: 0%;
        margin-bottom: 10%;
        float: none;
    }
    #catalog ul li:nth-child(3n) {
        margin-right: 0%;
    }

    /*========================================================================
  Simulation
========================================================================*/
    #simtop {
        padding-top: 2%;
    }
    #simtop h1 {
        line-height: 1.6;
        width: 90%;
        margin: 0 auto 5%;
    }
    #simtop .inner {
        width: 90%;
        margin: 0 auto;
    }
    #triangle {
        border-top: 10vw solid #f2f3f5;
    }
    #product_sim {
        padding-top:5%;
    }
    #breadcrumbs-two li {
        width: auto;
        font-size: 0.7rem;
    }
    #breadcrumbs-two li::before {
        left: -0.9em;
    }
    #breadcrumbs-two li::after {
        right: -0.9em;
    }
    #simtop .inner .town_name {
        padding: 3%;
        text-align: center;
    }
    #simtop .inner .town_name ul li {
        width: 100%;
        padding-left: 4%;
        text-align: left;
    }
    #simtop .boxformat h2 {
        text-align: center;
    }
    #simtop .boxformat {
        margin-bottom: 3%;
    }
    #simtop .boxplus {
        margin-bottom: 3%;
    }
    #simtop .caution {
        padding-bottom: 10%;
        margin-bottom: 0;
    }
    #simtop dl.form dt {
        clear: none;
        float: none;
        width: 100%;
    }
    #simtop dl.form dd {
        border-left: none;
        margin-left: 0;
    }
    #simtop .town_name .text1 {
        width: 100%;
        margin: 0 auto 2%;
    }
    #simtop .zipbox .col_red {
        line-height: 1.4;
    }
    #simtop .zipbox .zipbtn {

    }
    #simtop .simttl01 {
        background-size: 7%;
        padding-left: 8%;
    }
    #simtop .simttl02 {
        background-size: 6%;
        padding-left: 8%;
    }
    .multibtn_list {
        width: 250px;
        margin: 0 auto;
        padding-bottom: 10%;
    }
    .multibtn_list li {
        display: block;
        margin-right: 0px;
        margin-bottom: 4%;
    }
    .multibtn_list li:last-child {
        margin-bottom: 0;
    }

    .colmlistttl2 {
        font-size: 1.4rem;
        padding-left: 25%;
    }
    .hojilist li::before, .hojilist li::after {
        top: 10px;
        bottom: auto;
    }
    #simtop .inner .town_name .addlist li:last-child {
        margin-top:0
    }
    #simtop .inner .town_name .addlist li {
        text-align:left
    }
    #simtop .inner .ranking ul li {
        width:100% !important
    }
    #simtop .inner .ranking ul li .areatxt {
        font-size: 1.3rem;
        min-height: auto;
    }
    #simtop .inner .ranking ul li .systemtxt {
        font-size: 1.0rem;
        text-align:left
    }
    #simtop .inner .moneylist li {
        width: 100%;
        padding: 3%;
        margin-bottom:0
    }
    #simtop .inner .moneylist li:nth-child(1), #simtop .inner .moneylist li:nth-child(3), #simtop .inner .moneylist li:nth-child(5) {
        margin-bottom: 0px;
        padding:2% 3%
    }
    #simtop .inner .moneylist li:nth-child(2), #simtop .inner .moneylist li:nth-child(4) {
        width: 100%;
    }
    #simtop .inner .moneylist li:nth-child(5) {
        margin-bottom:15px;
    }
    #simtop .inner .moneylist li:nth-child(5) .townselect {
        width: 100%;
        position:static;
        transform: none;
    }
    #simtop .inner .moneylist li:last-child p {
        font-size: 1.4rem;
    }
    #simtop .inner .contactlist li {
        float: none;
        width: 90%;
        margin: 0 auto 5%;
        border-right: none;
        padding: 0 0 5%;
        border-bottom: 1px solid black;
    }
    #simtop .inner .contactlist li:last-child {
        width: 90%;
        margin: 0 auto 0;
        padding: 0;
        border: none;
    }
    #product_sim .supplelist {
        text-align:left;
    }
    #product_sim .supplelist li {
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
    }
    #product_sim .itemlist li {
        margin-right: 4%;
    }
    #product_sim .itemlist li a {
        padding: 2%;
        margin-bottom: 3%;
    }
    #quotearea ul li {
        width: 100%;
        float: none;
        margin-right: 0%;
    }
    #quotearea .simarea table th {
        width: 27%;
    }
    #quotearea ul {
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    #quotearea ul li {
        float:none;
    }
    
}


/*========================================================================
  日本地図DOM
========================================================================*/

.japan_map {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    display: table;
    background-color: #ebebeb;
}


/* 日本地図画像（スマホ対応用） */

.japan_map img {
    max-width: 100%;
    height: auto;
    border: 0;
    -webkit-backface-visibility: hidden;
}


/* 日本地図ボタン */

.japan_map .area_btn {
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    cursor: pointer;
    border: 3px solid #333333;
    border-radius: 5px;
    background-color: #fff;
    padding: 0.2em auto;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}


/* ボタン配置（使用する日本地図画像により微調整） */

.japan_map .area_btn.area1 {
    top: 33%;
    right: 13%;
    width: auto;
    padding: 0px 15px;
}

.japan_map .area_btn.area2 {
    top: 64%;
    right: 24%;
    width: auto;
    padding: 0px 20px;
}

.japan_map .area_btn.area3 {
    top: 60%;
    right: 42%;
    width: auto;
    padding: 0px 20px;
}

.japan_map .area_btn.area4 {
    top: 73%;
    right: 43%;
    width: auto;
    padding: 0px 20px;
}

.japan_map .area_btn.area5 {
    top: 67%;
    left: 28%;
    width: auto;
    padding: 0px 15px;
}

.japan_map .area_btn.area6 {
    top: 83%;
    left: 13%;
    width: auto;
    padding: 0px 15px;
}

.japan_map .area_btn.area7 {
    top: 79%;
    left: 36%;
    width: auto;
    padding: 0px 15px;
}


/* オーバーレイ */

.japan_map .area_overlay {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: #111;
    opacity: 0.5;
    cursor: pointer;
}


/* 選択前は表示を隠す */

.japan_map .pref_area {
    display: none;
}


/* 地域毎の都道府県リスト */

.japan_map .pref_list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 3;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 500px;
    background-color: #fff;
}

.japan_map .pref_list>div {
    box-sizing: border-box;
    width: 50%;
    border: 1px solid #98b2c9;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    /* スマホユーザー向けにボタン文字サイズを調整 */
    .japan_map {
        padding: 0;
    }
    .japan_map .area_btn {
        font-size: 3vw;
    }
    /* 地域毎の都道府県リスト */
    .japan_map .pref_list {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        z-index: 3;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 90%;
        background-color: #fff;
    }
    .japan_map .area_btn.area1 {
        top: 27%;
        right: 9%;
        width: auto;
        padding: 0px 3%;
    }
    .japan_map .area_btn.area2 {
        top: 64%;
        right: 13%;
        width: auto;
        padding: 0px 5%;
    }
    .japan_map .area_btn.area3 {
        top: 51%;
        right: 41%;
        width: auto;
        padding: 0px 5%;
    }
    .japan_map .area_btn.area4 {
        top: 70%;
        right: 36%;
        width: auto;
        padding: 0px 5%;
    }
    .japan_map .area_btn.area5 {
        top: 64%;
        left: 16%;
        width: auto;
        padding: 0px 5%;
    }
    .japan_map .area_btn.area6 {
        top: 84%;
        left: 2%;
        width: auto;
        padding: 0px 3%;
    }
    .japan_map .area_btn.area7 {
        top: 81%;
        left: 34%;
        width: auto;
        padding: 0px 5%;
    }
}


/* 保証ページ&モニタリングサービス分 */

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

.warranty_inner h2 {
    font-size: 2rem;
    line-height: 1.2;
}

.warranty_inner .keytxt2 {
    font-size: 0.8rem;
    margin-bottom: 20px;
    line-height: 1.8;
}

.warranty_inner h3 {
    font-size: 1.8rem;
}

.warranty_inner .charalist {
    overflow: hidden;
    background: white;
    display: table;
    margin-bottom: 50px;
    height: 372px;
}

.warranty_inner .charalist li {
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.warranty_inner .charalist li:nth-child(1) {
    width: 400px;
}

.warranty_inner .charalist li:nth-child(2) {
    width: 140px;
    /*text-align: center;*/
}

.warranty_inner .charalist li:nth-child(3) {
    width: 400px;
}

.warranty_inner .bg_gry {
    padding: 70px 0;
    margin-bottom: 70px;
    background: #f2f3f5;
}

.warranty_inner .warrantylist {
    width: 940px;
    margin: 0 auto;
}

.warranty_inner .warrantylist .keytxt {
    border: 2px solid #17366a;
    padding: 0px 10px;
    margin-bottom: 20px;
    color: #17366a;
    font-size: 1.2rem;
    background: white;
}

.hosyolist {
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.hosyolist li {
    display: -moz-inline-box;
    display: inline-block;
    /*     display: inline; */
    zoom: 1;
    width: 176px;
    margin-right: 10px;
}

.hosyolist li:last-child {
    margin-right: 0;
}

.ho_naiyo {
    margin-bottom: 70px;
}

.ho_naiyo,
.ho_naiyo2 {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.ho_naiyo li {
    width: 460px;
    margin-right: 20px;
    display: -moz-inline-box;
    display: inline-block;
    /*     display: inline; */
    zoom: 1;
}

.ho_naiyo li:first-child {
    border: 1px solid #2f457c;
    background: white;
}

.ho_naiyo li:last-child {
    border: 1px solid #7d7d7d;
    background: white;
    margin-right: 0;
}

.ho_naiyo2 li {
    width: 550px;
    margin: 0 auto;
    border: 1px solid #ea5541;
    background: white;
}

.naiyottl {
    padding: 10px 10px 10px 50px;
    color: white;
    background: url(https://www.smartsolar.co.jp/smartchikuden/wp-content/uploads/2020/05/hosyo_mark01.png) no-repeat center left 15px #2f457c;
    text-align: left;
    font-size: 1.2rem;
}

.naiyottl2 {
    background: url(https://www.smartsolar.co.jp/smartchikuden/wp-content/uploads/2020/05/hosyo_mark02.png) no-repeat center left 15px #7d7d7d;
    padding: 10px 10px 10px 50px;
    color: white;
    text-align: left;
    font-size: 1.2rem;
}

.naiyottl3 {
    background: #ea5541;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 1.2rem;
}

.ho_naiyo li .ho_ninner,
.ho_naiyo2 li .ho_ninner {
    width: 100%;
    overflow: hidden;
    padding: 15px 15px 15px 30px !important;
}

.ho_naiyo li .ho_ninner li,
.ho_naiyo2 li .ho_ninner li {
    list-style: disc !important;
    border: none;
    text-align: left;
    display: list-item;
    width: auto !important;
    margin: 0;
}
.monitor {
    text-align: center;
    margin-bottom:50px
}
.monitor li {
    display: -moz-inline-box;
    display: inline-block;
    /*     display: inline; */
    zoom: 1;
    width: 230px;
    margin-right: 50px;
    vertical-align: top;
}

.monitor li:last-child {
    margin-right: 0;
}
.monitor li h4 {
    font-size:1.2rem
}
.monitor li p {
    line-height: 1.6;
}
.warranty_inner h4 {
    font-size: 1.6rem;
    font-weight:bold;
}
.warranty_inner h5 {
    font-weight:bold;
    font-size: 1.0rem;
    color:red
}
.warranty_inner .monitorimg {
    margin-bottom:50px;
}
.warranty_inner .erroer_t {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.warranty_inner .erroer_t th , .warranty_inner .erroer_t td {
    padding:10px;
    border-left:1px solid white;
    border-bottom:1px solid white;
    vertical-align:middle
}
.warranty_inner .erroer_t th:last-child , .warranty_inner .erroer_t td:last-child {
    border-right:none;
    width:50%
}
.warranty_inner .erroer_t th {
    background:#2d4277;
    color:white
}
.warranty_inner .erroer_t tr:nth-child(2n+1){ background:#dcdcdc;}
.warranty_inner .erroer_t tr:nth-child(2n){ background:#eeeeee;}

.warranty_inner .contactlist {
    background: #e5e5e5;
    padding: 10px 20px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.warranty_inner .contactlist ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.warranty_inner .contactlist ul li {
    width: 50%;
    float: left;
    padding-left: 80px
}
.warranty_inner .contactlist ul li:nth-child(1) {
    border-right: 1px solid #999999;
    background: url("https://www.smartsolar.co.jp/smartchikuden/wp-content/uploads/2021/04/service_icon01.png") no-repeat center left;
    background-size: 16%;
}
.warranty_inner .contactlist ul li:nth-child(1) p {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3
}
.warranty_inner .contactlist ul li:nth-child(1) span {
    font-size: 1.4rem
}
.warranty_inner .contactlist ul li:nth-child(1) .telinner li {
    text-align: center;
    width: 45%;
    padding: 2px 5px;

    font-size: 0.8rem;
}
.warranty_inner .contactlist ul li:nth-child(1) .telinner li:nth-child(1) {
    border: 1px solid black;
    background: none;
    margin-right: 2%
}
.warranty_inner .contactlist ul li:nth-child(1) .telinner li:nth-child(2) {
    border: 1px solid #2f457c;
    background: #2f457c;
    color: white;
    font-weight: normal;
    line-height: 1.8;
}
.warranty_inner .contactlist ul li:nth-child(2) {
    background: url("https://www.smartsolar.co.jp/smartchikuden/wp-content/uploads/2021/04/service_icon02.png") no-repeat center left 25px;
    background-size: 16%;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 110px;
    padding-top: 5px
}
.warranty_inner .contactlist ul li:nth-child(2) p {
    font-weight: normal;
    font-size: 0.8rem
}

@media only screen and (max-width: 768px) {
    .warranty_inner {
        padding: 10% 0;
    }
    .warranty_inner .warrantylist {
        width: 94%;
        margin: 0 auto;
    }
    .warranty_inner .charalist {
        overflow: hidden;
        background: white;
        display: table;
        margin-bottom: 10%;
        height: auto;
    }
    .warranty_inner .charalist li {
        width: 100% !important;
        display: block;
    }
    .hosyolist li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        float: left;
    }
    .hosyolist li:nth-child(even) {
        margin-right: 0;
    }
    .ho_naiyo li {
        width: 100%;
        margin-right: 0px;
        display: -moz-inline-box;
        display: inline-block;
        /*         display: inline; */
        zoom: 1;
        margin-bottom: 4%;
    }
    .naiyottl,
    .naiyottl2,
    .naiyottl3 {
        font-size: 1rem;
    }
    .warranty_inner .bg_gry {
        padding: 10% 0;
        margin-bottom: 10%;
    }
    .ho_naiyo {
        margin-bottom: 8%;
    }
    .monitor {
        text-align: center;
        margin-bottom:50px
    }
    .monitor li {
        display: -moz-inline-box;
        display: inline-block;
        /*     display: inline; */
        zoom: 1;
        width: 30%;
        margin-right: 3.333%;
        vertical-align: top;
    }

    .monitor li:last-child {
        margin-right: 0;
    }

    .warranty_inner .contactlist ul li {
        width: 70%;
        margin:0 auto;
        float: none;
        padding-left: 75px;
    }
    .warranty_inner .contactlist ul li:nth-child(1) {
        background-size: 14%;
        border-right: none;
    }
    .warranty_inner .contactlist ul li:nth-child(1) p {
        font-size: 1.8rem;
        letter-spacing: 0;
        line-height: 1.6;
        text-align:center
    }
    .warranty_inner .contactlist ul li:nth-child(1) span {
        font-size: 1.4rem
    }
    .warranty_inner .contactlist ul li:nth-child(1) .telinner li {
        width: 49%;
        font-size: 0.8rem;
        padding:0
    }
    .warranty_inner .contactlist ul li:nth-child(1) .telinner li:nth-child(1) {
        margin-right: 2%;
        margin-left:0;

    }
    .warranty_inner .contactlist ul li:nth-child(1) .telinner li:nth-child(2) {
        line-height: 1.8;
    }
    .warranty_inner .contactlist ul li:nth-child(2) {
        background-size: 14%;
        font-size: 1.9rem;
        padding-left: 75px;
        padding-top: 20px;
        background-position: top 25px left 0;
        text-align:center
    }
    .warranty_inner .contactlist ul li:nth-child(2) p {
        font-size: 0.8rem
    }
}
@media only screen and (max-width: 640px) {
    .monitor {
        text-align: center;
        margin-bottom:10%
    }
    .monitor li {
        width: 100%;
        margin-right: 0px;
        margin-bottom:5%
    }

    .monitor li:last-child {
        margin-right: 0;
        margin-bottom:0
    }
    .warranty_inner .erroer_t th, .warranty_inner .erroer_t td {
        padding: 1%1.5%;
        font-size: 0.8rem;
    }
    .warranty_inner .contactlist ul li {
        float: none;
        border-right: none;
        border-bottom:1px solid #000000;
        margin: 0 auto 5%;
        padding: 0 0 5%;
        width: 100%;
    }
    .warranty_inner .contactlist ul li {
        width: 100%;
        margin:0 auto;
        float: none;
        padding-left: 60px;
    }
    .warranty_inner .contactlist ul li:nth-child(1) {
        background-size: 16%;
        border-right: none;
        background-position: left top 20px;
    }
    .warranty_inner .contactlist ul li:nth-child(1) p {
        font-size: 1.8rem;
        letter-spacing: 0;
        line-height: 1.6;
        text-align:center
    }
    .warranty_inner .contactlist ul li:nth-child(1) span {
        font-size: 1.4rem
    }
    .warranty_inner .contactlist ul li:nth-child(1) .telinner li {
        width: 49%;
        font-size: 0.8rem;
        padding: 3%;
        line-height:1.4
    }
    .warranty_inner .contactlist ul li:nth-child(1) .telinner li:nth-child(1) {
        margin-right: 2%;
        margin-left:0;
    }
    .warranty_inner .contactlist ul li:nth-child(1) .telinner li:nth-child(2) {
        line-height: 1.4;
    }
    .warranty_inner .contactlist ul li:nth-child(2) {
        background-size: 16%;
        font-size: 1.3rem;
        padding-left: 60px;
        padding-top: 20px;
        background-position: top 20px left 0;
        text-align:center;
        border: none;
    }
    .warranty_inner .contactlist ul li:nth-child(2) p {
        font-size: 0.8rem;
        text-align:left;
        line-height:1.4
    }
    footer .fnav li {
        width: 100%;
		float:none
    }
}


/* @charset "UTF-8"; */


/*========================================================================
  FAQ NEW
========================================================================*/

.newqueBox {
    width: 930px;
    margin: 0 auto;
}

.newqueBox h3 {
    color: #17366a;
    padding-top: 0px;
}

.newqueBox .faq01ttl {
    background: white;
    border-left: 10px solid #2f457c;
    padding: 10px;
    color: #2f457c;
    font-weight: bold;
    margin: 0 0 20px;
}

.newqueBox .faq02ttl {
    background: white;
    border-left: 10px solid #e23c30;
    padding: 10px;
    color: #e23c30;
    font-weight: bold;
    margin: 0 0 20px;
}

.newqueBox .faq_catelist {
    overflow: hidden;
    margin-bottom: 40px;
}

.newqueBox .faq_catelist li {
    float: left;
    margin: 0 50px 10px 0;
}

.newqueBox .faq_catelist li a {
    color: black;
    text-decoration: none !important;
}

.newqueBox .faq_catelist li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 25px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}

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

.newqueBox .faq_catelist .arrow_line::before {
    width: 20px;
    height: 20px;
    background: #2f457c;
}

.newqueBox .faq_catelist .arrow_line2::before {
    width: 20px;
    height: 20px;
    background: #e23c30;
}

.newqueBox .faq_catelist .arrow_line:hover::before {
    background: #7e9fbb;
}

.newqueBox .faq_catelist .arrow_line2:hover::before {
    background: #f88865;
}

.newqueBox .faq_catelist .arrow_line::after,
.newqueBox .faq_catelist .arrow_line2::after {
    left: 4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.newqueBox .specialty_w {
    overflow: hidden;
    background: white;
    padding: 10px 10px;
    margin-bottom: 40px;
}

.newqueBox .specialty_w li {
    float: left;
    padding: 0 10px;
    line-height: 1.4;
}

.newqueBox .specialty_w li:last-child {
    border-right: none;
}

.newqueBox .formbox {
    padding: 20px;
    margin-bottom: 40px;
}

.newqueBox .contactlist {
    overflow: hidden;
}

.newqueBox .contactlist li {
    float: left;
    border-right: 1px solid black;
    padding: 0 35px 0 0;
    margin: 0 35px 0 0;
}

.newqueBox .contactlist li:last-child {
    border-right: none;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .newqueBox {
        width: 100%;
    }
    .newqueBox .faq01ttl {
        padding: 2%;
        color: #2f457c;
        margin: 0 0 4%;
    }
    .newqueBox .faq_catelist {
        margin-bottom: 7%;
    }
    .newqueBox .faq_catelist li {
        margin: 0 5% 2% 0;
    }
    .newqueBox .faq_catelist li:last-child {
        margin-right: 0;
    }
    .newqueBox .specialty_w,
    .newqueBox .formbox {
        margin-bottom: 7%;
    }
    .newqueBox .contactlist li{
        padding: 0 3% 0 0;
        margin: 0 3% 0 0;
        width: 48%;
    }

}
@media screen and (max-width: 640px) {
    .newqueBox .contactlist li {
        float: none;
        width: 90%;
        margin: 0 auto 5%;
        border-right: none;
        padding: 0 0 5%;
        border-bottom: 1px solid black;
    }
    .newqueBox .contactlist li:last-child {
        width: 90%;
        margin: 0 auto 0;
        padding: 0;
        border: none;
    }
}


/*========================================================================
  PRODUCT NEW
========================================================================*/

.product_box {
    width: 950px;
    margin: 0 auto;
}

.product_box h2,
.product_hosyo h2 {
    color: #000;
    font-size: 2rem !important;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.product_box h2::after,
.product_hosyo h2::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-bottom: solid 0.3vw #2f457c;
    width: 50px;
}

.product_box h3 {
    line-height: 1.2;
}

.product_box .prod_jpttl {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
}

.product_box .prod_subttl {
    line-height: 1.4;
    margin-bottom: 20px;
}

.product_box ul {
    margin-bottom: 30px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_box ul li {
    float: left;
    width: 49%;
    margin-bottom: 25px;
    margin-right: 2%;
}

.product_box li:nth-child(even) {
    margin-right: 0%;
}

.product_box ul li .boxinner {
    background: url(img/product_bg.png) no-repeat center center;
    padding: 25px 30px 0 30px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 10px;
}

.product_box ul li .boxinner a {
    text-decoration: none !important;
    color: black;
}

.product_box ul li .boxinner .txt_blu {
    color: #00b0f0;
}

.product_box ul li .boxinner .txt_grn {
    color: #a0d562;
}

.product_box ul li .boxinner .txt_red {
    color: #ff2600;
}

.product_box ul li .boxinner .productbtn {
    position: absolute;
    right: 0;
    bottom: 0;
}
.product_box ul li .boxinner .nisyoicon {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: auto !important;
    margin-bottom: 0;
}
.product_box ul li .boxinner .nisyoicon li {
    width:50px;
    margin-bottom:10px;
    margin-right: 0;
}
.product_box ul li .boxinner .nisyoicon li:last-child {
    margin-bottom:0px
}

.product_box ul li .boxinner .productbtn .arrow {
    position: relative;
    display: inline-block;
    padding: 5px 25px 5px 15px;
    color: white;
    text-decoration: none;
    background: #2f457c;
    border-bottom-right-radius: 10px;
}

.product_box ul li .boxinner .productbtn .arrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}

.product_box .prod_tag1,
.product_box .prod_tag2,
.product_box .prod_tag3 {
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.product_box .prod_tag1 dd,
.product_box .prod_tag2 dd,
.product_box .prod_tag3 dd {
    display: -moz-inline-box;
    display: inline-block;
    /*     display: inline; */
    zoom: 1;
    margin-right: 10px;
    color: white;
    padding: 5px 8px;
}

.product_box .prod_tag1 dd {
    background: #00b0f0;
}

.product_box .prod_tag2 dd {
    background: #a0d562;
}

.product_box .prod_tag3 dd {
    background: #ff2600;
}

.product_box .prod_tag1 dd:last-child,
.product_box .prod_tag2 dd:last-child,
.product_box .prod_tag3 dd:last-child {
    margin-right: 0;
}

.product_hosyo {
    width: 100%;
    background: #eeeeee;
    padding: 40px 0;
}

.product_hosyo .hosyolist {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_hosyo .hosyolist li {
    float: left;
    width: 178px;
    padding: 5px 10px 10px 10px;
    margin-right: 15px;
    background: url(img/hosyo_more.png) no-repeat center bottom 10px #fff;
}

.product_hosyo .hosyolist li:last-child {
    margin-right: 0;
}

.product_hosyo .hosyolist li a {
    color: black;
    text-decoration: none !important;
}

.product_hosyo .hosyolist li .taisyo {
    font-size: 0.7rem;
    line-height: 1.4;
    padding-bottom: 25px;
}

.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    text-align: center;
}

.modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s, visibility 0.4s;
}

.modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    vertical-align: middle;
    content: "";
}

.modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 70%;
    max-width: 800px;
    padding: 30px 30px 15px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    vertical-align: middle;
}

.modal-wrapper .modal-window h3 {
    font-size: 1.8rem;
}

.modal-wrapper .modal-window p {
    text-align: left;
}

.modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
}

.modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
}

.modal-wrapper .modal-close:hover {
    color: #2b2e38 !important;
}

.prod_capton00 {
    padding: 0 0 30px;
    line-height: 1.6;
    width: 950px;
    margin: 0 auto;
}

.prod_capton01 {
    padding: 0 0 20px;
    line-height: 1.6;
}

.prod_capton02 {
    padding: 10px 0 0;
    line-height: 1.6;
}
#systemflow {
    margin-bottom: 70px
}
.tab_container {
    padding-bottom: 1em;
    background-color: #fff;
    width: 950px;
    margin: 0 auto;}
.tab_item {
    width: calc(100%/4);
    padding:15px 0;
    background-color: #ececec;
    text-align: center;
    color: #00b0f0 ;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
.tab_item2 {
    width: calc(100%/4);
    padding:15px 0;
    background-color: #ececec;
    text-align: center;
    color: #ff2600 ;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
.tab_item:hover , .tab_item2:hover {
    opacity: 0.75;
}
input[name="tab_item"] {
    display: none;
}
.tab_content {
    display: none;
    padding: 2em 0 0;
    clear: both;
    overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
    display: block;
}
.tab_container input:checked + .tab_item {
    background-color: #00b0f0 ;
    color: #fff;
}
.tab_container input:checked + .tab_item2 {
    background-color: #ff2600 ;
    color: #fff;
}
.hi_txt {
    border-bottom: 1px solid #00b0f0;
    margin-bottom: 30px;
    padding-bottom: 20px
}
.st_txt {
    border-bottom: 1px solid #ff2600;
    margin-bottom: 30px;
    padding-bottom: 20px
}
.zoomtxt {
    display:none
}

@media only screen and (max-width: 768px) {
    .product_box,
    .prod_capton00 {
        width: 94%;
    }
    .product_box h3 {
        font-size: 1.4rem;
    }
    .product_box .prod_jpttl {
        font-size: 1rem;
    }
    .product_hosyo .hosyolist {
        width: 94%;
    }
    .product_hosyo .hosyolist li {
        width: 18.3%;
    }
    .modal-wrapper .modal-window {
        width: 100%;
        padding: 40px 10px 10px;
    }
    .modal-wrapper .modal-window p {
        line-height: 1.8;
    }
    .product_box ul li .boxinner .nisyoicon {
        bottom: 15px;
    }
    .tab_container {
        width: 94%;
    }
    .tab_content {
        padding: 1em 0 0;
    }
    .tab_item , .tab_item2 {
        line-height: 1.4;
        font-size: 0.8rem;
        padding: 10px;
        width: 50%;
    }
    .zoomtxt {
        display:block;
        margin-top:10px
    }
}

@media only screen and (max-width: 640px) {
    .product_box ul li {
        width: 100%;
        padding: 0;
    }
    .product_hosyo .hosyolist li {
        width: 49%;
        margin-right: 2%;
    }
    .product_hosyo .hosyolist li:nth-child(even) {
        margin-right: 0;
    }
    .colmlistttl2 .httl {
        font-size: 5.8rem;
    }
    .colimg01 , .colimg02 , .colimg03 , .colimg04 , .colimg05 , .colimg06 , .colimg07 {
        margin: 0 auto;
        width: 100%
    }
    .scale_list li {
        width: 100%;
        float: none;
    }
    .scale_list li:nth-child(even){
        padding: 0;
    }
    .scale_list li:nth-child(odd){
        padding: 0;
        border-right: none;
    }
    .scale_list li:nth-child(1), .scale_list li:nth-child(2) {
        padding-bottom: 10px;
    }
    .scale_list li:nth-child(5) {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #a0a0a0;
    }
    .scale_list li .txtline {
        margin-bottom: 0;
    }
    .scale_list .okunai1 {order: 4}
    .scale_list .okunai2 {order: 5}
    .scale_list .okunai3 {order: 6}
}

}


/*========================================================================
  パンくず
========================================================================*/

.cp_breadcrumb *,
.cp_breadcrumb *:after,
.cp_breadcrumb *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_breadcrumb {
    width: 1140px;
    margin: 20px auto 20px;
    color: #17366a;
}

.cp_breadcrumb a {
    text-decoration: none;
    color: #17366a;
}

.cp_breadcrumb .breadcrumbs {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.cp_breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: calc(16px + 8px);
    margin-right: 8px;
    color: #17366a;
}

.cp_breadcrumb li::before {
    content: "›";
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    font-size: 1em;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cp_breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0;
    color: #7e9fbb;
}

.cp_breadcrumb li:last-child::before {
    content: normal;
}

@media screen and (max-width: 768px) {
    .cp_breadcrumb {
        width: 96%;
        margin: 2% auto 2%;
        font-size: 1rem;
    }
}

.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    text-align: center
}

.modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
}

.modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 90%;
    /*max-width: 800px;*/
    padding: 30px 30px 15px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
}

.modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
}

.modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
}

@media only screen and (max-width:768px){
    .modal-wrapper .modal-window {
        width: 100%;
        padding: 40px 10px 10px;

    }
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border:1px solid #7e9fbb;
}
.moviepc {
    display:block;
}
.moviesp {
    display:none;
}
@media only screen and (max-width:768px){
    .moviepc {
        display:none;
    }
    .moviesp {
        display: block;
    }
    .pdfbtn3 a {
        width: 100%;
    }
}

#sys_inner .sys_box2 .api_area {
    position: relative;
}
#sys_inner .sys_box2 .api_area p {
    position: absolute;
    left: 15px;
    top: 170px;

}
#sys_inner .sys_box2 .api_area .api_banner {
    position: absolute;
    overflow: hidden;
    left: 105px;
    bottom: 50px;
}
#sys_inner .sys_box2 .api_area .api_banner li {
    float: left;
    margin: 0 50px 0 0;
    width: auto;
}
#sys_inner .sys_box2 .api_area .api_banner li:nth-child(2n) {
    margin-right: 0;
}
#sys_inner .sys_box2 .api_area .pc {display: block !important}
#sys_inner .sys_box2 .api_area .tb {display: none !important}
#sys_inner .sys_box2 .api_area .sp {display: none !important}

@media screen and (max-width: 959px) {
    #sys_inner .sys_box2 .api_area {
    }
    #sys_inner .sys_box2 .api_area p {
        top: 120px;
        width: 70%;
        line-height: 1.6
    }
    #sys_inner .sys_box2 .api_area .api_banner {
        position: absolute;
        overflow: hidden;
        left: 15px;
        bottom: 20px;
    }
    #sys_inner .sys_box2 .api_area .api_banner li {
        margin: 0 25px 0 0;
    }
    #sys_inner .sys_box2 .api_area .api_banner li img {
        width: 100%
    }
    #sys_inner .sys_box2 .api_area .pc {display: none !important}
    #sys_inner .sys_box2 .api_area .tb {display: block !important}
    #sys_inner .sys_box2 .api_area .sp {display: none !important}
}
@media screen and (max-width: 599px) {
    #sys_inner .sys_box2 .api_area {
    }
    #sys_inner .sys_box2 .api_area p {
        top: 100px;
        width: 54%;
        line-height: 1.8
    }
    #sys_inner .sys_box2 .api_area .api_banner {
        position: initial;
        margin-top: 5%;
    }
    #sys_inner .sys_box2 .api_area .api_banner li {
        margin: 0 4% 0 0;
        width: 48%;
    }
    #sys_inner .sys_box2 .api_area .api_banner li img {
        height: 100%
    }
    #sys_inner .sys_box2 .api_area .pc {display: none !important}
    #sys_inner .sys_box2 .api_area .tb {display: none !important}
    #sys_inner .sys_box2 .api_area .sp {display: block !important}
}

.voice_con , .voice_con2 {
    width:950px;
    margin:0 auto 50px
}
.voice_con3 {
    width:950px;
    margin:0 auto
}
.evaluation {
    background:#e6eaef;
    padding:30px 0 50px;
    border-radius:20px;
}
.evaluation h3 {
    background: none;
    padding: 0;
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: bold;
}

.accordion2 {
    width: 700px;
    margin:0 auto
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
    display: none;
}

/* 見出しボタン部分 */
.accordion-open {
    display: block;
    padding: 10px 80px 10px 20px;
    background: #7e9fbb;
    cursor: pointer;
    margin: 0;
    position: relative;
    color:white;
    font-weight:bold;
    font-size: 16px;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
    content: '';
    width: 20px;
    height: 3px;
    background: white;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
    transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
    /* 表示速度の設定 */
    cursor: pointer;
}
.accordion-inner ul {
    margin:0;
    padding:20px 20px 30px;
}
.accordion-inner ul li {
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px dotted #b2b2b2
}
.accordion-inner ul li:last-child{
    padding-bottom:0px;
    margin-bottom:0px;
    border:none
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
    height: auto;
    opacity: 1;
    padding: 0;
    background: white;
}
/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
    position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
    font-size: 1.5em;
    display: block;
    position: absolute;
    top: -.6em;
    left: -1.3em;
}

.accordion_qa .Q::before {
    content: 'Q.';
}

.accordion_qa .A::before {
    content: 'A.';
}

.accordion_qa .accordion-open {
    padding-left: 2.5em;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
    height: auto;
    opacity: 1;
    padding: 10px 10px 10px 2.5em;
}
/* Q&A追加ここまで */


/* 中にいろいろ入れたいとき */
.accordion-box {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 1s;
}

.accordion-hidden:checked+.accordion-open+.accordion-box {
    height: auto;
    opacity: 1;
    padding: 10px;
}

.voice_con2 h3 , .voice_con3 h3 {
    background:none;
    font-weight:bold;
    padding: 0 0 5px;
    margin:0 0 40px;
    position: relative;
    font-size:24px;
}
.voice_con2 h3::after , .voice_con3 h3::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-bottom: solid 3px #2f457c;
    width: 70px;
}
.voice_con2 ul {
    overflow:hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0
}
.voice_con2 ul li {
    float:left;
    width:48%;
    margin-right:4%;
    background:#ffb623;
    margin-bottom:2%;
    padding-bottom:2%;
    border-radius:10px
}
.voice_con2 ul li:nth-child(even) {
    margin-right:0;
}
.voice_con2 ul li .ImgBox {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.voice_con2 ul li a {
    color:white !important;
}
.voice_con2 ul li h4 {
    font-weight:bold;
    padding:0;
    margin:0 auto;
    border-left:none;
    width:92%;
    color: white;
}
.voice_con2 ul li p {
    width:92%;
    margin:0 auto;
    text-align:right
}
.voice_con3 .yobo {
    text-align:left;
}
.voice_con3 .yobo th {
    width:30%;
    background:#7e9fbb;
    color:white;
    padding:10px 20px;
    vertical-align: middle;
}
.voice_con3 .yobo td {
    background:white;
    padding:10px 20px;
    vertical-align: middle;
}

#zero_sim .inner {
	width: 800px !important;
}

#zero_sim ul {
	margin-left:60px !important;
}

#zero_sim .inner ul li:first-child {
	margin-right: 0 !important;
}

@media screen and (max-width: 599px) {
    .voice_con, .voice_con2 {
        width: 100%;
        margin: 0 auto 7%;
    }
    .voice_con3 {
        width: 100%;
    }
    .voice_con2 h3, .voice_con3 h3 {
        line-height: 1.4;
        padding: 0 0 10px;
    }
    .evaluation {
        padding: 20px 20px 30px;
    }
    .accordion2 {
        width: 100%;
    }
    .voice_con2 ul li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom:5%
    }
    .ImgBox {
        height: 150px;
    }
    .voice_con3 .yobo th {
        width: 45%;
        padding: 5px 10px;
    }
	#zero_sim .inner {
		width: 100% !important;
	}
	#zero_sim ul {
		margin-left: 0 !important;
	}
	#zero_sim .inner ul {
		width: 80% !important;
		margin: 0 auto 20px !important;
	}
	#zero_sim .inner ul li:nth-child(2) {
    margin: auto !important;
    width: 60px !important;
	}
}

.f_banner {
	position: fixed;
  top: 120px;
  right: 20px;
  width: 150px;
  z-index: 10;
}
.banner_area {
  width: 600px;
  margin: 0px auto 50px;
}
.bannercap {
	text-align:center;
	padding-top:5px
}
.fb_pc {display:block}
.fb_sp {display:none}

@media screen and (max-width: 519px) {
.f_banner {
	top: auto;
    right: auto;
  bottom: 12% !important;
  left: 10px !important;
  width: 80%;
}
.banner_area {
  width: 90%;
  margin: 0px auto 50px;
}
.fb_pc {display:none}
.fb_sp {display:block}
}