@charset "UTF-8";
/*----------------------------------------------------
	Reset
----------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	margin-left: 0;
    margin-top: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------
	Base
----------------------------------------------------*/
* {
	box-sizing: border-box;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

html {
	font-size: 62.5%;
}

body {
	-webkit-text-size-adjust: 100%;
	font-family:"メイリオ",Meiryo,Meiryo UI,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Osaka－等幅","Osaka-Mono",Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

@media screen and (min-width: 770px) {
    body {
        min-width: 980px;
    }
}

input, button, select, textarea {
	font-family: inherit;
	line-height: inherit;
	font-size: inherit;
}

caption,
th {
	text-align: left;
}

th {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6, p, th, td, li, div {
	color: #4D4D4D;
	font-size: 15px;
	line-height: 1.6;
}

a {
	color: #4D4D4D;
	text-decoration: none;
}

a:hover {
	color: #777;
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

@media screen and (max-width: 768px) {
    img {
        max-width: 100%;
    }
}

/*----------------------------------------------------
    Component
----------------------------------------------------*/
/* clearfix */
.clearfix {
    clear: both;
    zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (min-width: 769px) {
    .clearfix-pc {
        clear: both;
        zoom: 1;
    }

    .clearfix-pc:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
}

@media screen and (max-width: 768px) {
    .clearfix-sp {
        clear: both;
        zoom: 1;
    }

    .clearfix-sp:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
}

/* animation */
.ani,
.rollover {
    animation: horizontalY 0.5s ease-in-out infinite alternate;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ani:before,
.rollover:hover {
    animation: horizontalY 0.2 ease-in-out infinite alternate;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/* rollover */
.rollover:hover {
    filter: alpha(opacity=70) !important;
    -moz-opacity: 0.7 !important;
    opacity: 0.7 !important;
}

/* pc/sp */
.pc {
    display: block;
}

.pc-i {
    display: inline;
}

.sp,
.sp-i {
    display: none;
}

@media only screen and (max-width: 768px) {
    .scrollbar {
        overflow-x: scroll;
    }

    .scrollbar::-webkit-scrollbar {
        height: 10px;
    }

    .scrollbar::-webkit-scrollbar-track {
        background: #eee;
        border-radius: 5px;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        background: #666;
        border-radius: 5px;
    }

    .pc,
    .pc-i {
        display: none;
    }

    .sp {
        display: block;
    }

    .sp-i {
        display: inline;
    }
}

/* btn */
.btn1 {
    background: #2EA7E0;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 43px;
    text-align: center;
    width: 462px;
}

.btn2 {
    background: #000;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    line-height: 44px;
    padding: 0 40px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .btn1,
    .btn2 {
        font-size: 16px;
        line-height: 40px;
        width: 100%;
    }
}

.jump {
    position: relative;
    top: -50px;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
.header {
    background: #2EA7E0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-in {
    margin: 0 auto;
    width: 980px;
}

.header-main {
    float: left;
    width: 50%;
}

.header-nav {
    float: right;
    width: 50%;
}

/* main */
.header-logo {
    display: inline-block;
    margin-left: 30px;
    margin-right: 35px;
    padding-top: 6px;
    vertical-align: middle;
}

.header-catch {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

/* nav */
.header-nav ul {
    text-align: right;
}

.header-nav li {
    display: inline-block;
}

.header-nav li a {
    display: inline-block;
}

.header-nav li:first-child a {
    background: #7BC7EB;
}

.header-nav li span {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .header-in {
        width: 100%;
    }

    .header-main {
        width: 72%;
    }

    .header-nav {
        width: 28%;
    }

    /* main */
    .header-logo {
        margin-left: 15px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .header-logo img {
        height: 28px;
    }

    .header-catch {
        font-size: 10px;
        letter-spacing: -1px;
    }

    /* nav */
    .header-nav li img {
        height: 40px;
    }
}

/*----------------------------------------------------
    menu
----------------------------------------------------*/
.menu {
    background: #2EA7E0;
    border-top: 1px solid #fff;
    display: none;
    position: fixed;
    top: 71px;
    width: 100%;
    z-index: 1000;
}

.menu-in {
    margin: 0 auto;
    padding: 20px 0;
    width: 980px;
}

.menu li {
    display: block;
}

.menu a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .menu {
        top: 40px;
    }

    .menu-in {
        padding: 0;
        width: 100%;
    }

    .menu a {
        border-bottom: 1px solid #fff;
        padding: 10px 20px;
    }
}

/*----------------------------------------------------
    main-visual
----------------------------------------------------*/
.main-visual {
    border-bottom: 6px dashed rgba(46, 167, 224, 0.334);
    margin-top: 71px;
    padding-top: 35px;
    position: relative;
    z-index: 10;
}

.main-visual-in {
    margin: 0 auto;
    padding-bottom: 45px;
    width: 980px;
}

.main-visual-bxslider-sp {
    display: none;
}

.main-visual li {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .main-visual {
        border-bottom: 0;
        margin-top: 40px;
    }

    .main-visual-in {
        border-bottom: 6px dashed rgba(46, 167, 224, 0.334);
        padding: 0 20px 45px;
        width: 100%;
    }

    .main-visual-bxslider {
        display: none;
    }

    .main-visual-bxslider-sp {
        display: block;
    }
}


/*----------------------------------------------------
    main-visual bxslider（現在未使用）
----------------------------------------------------*/
.main-visual .bx-wrapper {
    margin-bottom: 0;
}

.main-visual .bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
    left: 0;
}

.main-visual .bx-wrapper .bx-pager.bx-default-pager a {
    background: #CECECE;
    height: 8px;
    line-height: 1;
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
    width: 8px;
}

.main-visual .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main-visual .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #6996BF;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 40px;
    line-height: 1;
}

/*----------------------------------------------------
    footer
----------------------------------------------------*/
.footer {
    background: #F4F4F4;
    padding: 60px 20px 30px;
}

.footer-in {
    margin: 0 auto;
    width: 750px;
}

.footer-link {
    padding-bottom: 40px;
    text-align: center;
}

.footer-link li {
    display: inline-block;
    margin: 0 0 20px;
    text-align: left;
    width: 33.3333333333%;
}

.footer-link li a {
    font-size: 17px;
}

.footer-link-short {
    padding-left: 50px;
}

.footer-logo {
    margin-bottom: 15px;
    text-align: center;
}

.copyright {
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .footer-in {
        width: 100%;
    }

    .footer-link li {
        margin: 0;
        width: 60%;
    }

    .footer-link .footer-link-short-sp {
        width: 40%;
    }

    .footer-link li a {
        font-size: 13px;
    }

    .footer-link-short {
        padding-left: 0px;
    }
}

/*----------------------------------------------------
    introduce
----------------------------------------------------*/
.introduce {
    margin-bottom: 60px;
    padding-top: 30px;
}

.introduce-in {
    padding: 0 10px;
}

.introduce-img,
.introduce-img2 {
    margin-bottom: 30px;
    text-align: center;
}

.introduce-more-btn {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .introduce-img {
        padding: 0 20px;
    }

    .introduce-img2 {
        margin-bottom: 60px;
    }

    .introduce-more-btn {
        margin: 0 auto;
        width: 80%;
    }
}

/*----------------------------------------------------
    banner
----------------------------------------------------*/
.banner {
    background: #2EA7E0;
}

.banner-in {
    margin: 0 auto;
    padding: 55px 235px;
    width: 980px;
}

.banner-btn a {
    display: inline-block;
    margin-top: 10px;
}

.banner-btn a:first-child {
    margin-top: 0;
}

.banner-title {
    margin-bottom: 20px;
    text-align: center;
}

.banner-text {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
}

.banner-remark {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    margin-top: 12px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .banner-in {
        padding: 20px;
        width: 100%;
    }

    .banner-btn {
        width: 100%;
    }

    .banner-text {
        font-size: 13px;
    }

    .banner-remark {
        font-size: 13px;
    }
}

/*----------------------------------------------------
    info
----------------------------------------------------*/
.info {
    background: #eee;
    padding: 20px 0;
}

.info-in {
    display: table;
    margin: 0 auto;
    width: 660px;
}

.info-icon {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.info ul {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 500px;
}

.info ul a:before {
    content: '〇';
    display: inline-block;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .info {
        padding: 20px;
    }

    .info-in {
        width: 100%;
    }

    .info ul {
        padding-left: 20px;
        width: auto;
    }

    .info-icon {
        width: 18%;
    }

    .info ul a {
        font-size: 12px;
    }
}

/*----------------------------------------------------
    content
----------------------------------------------------*/
.title {
    padding: 55px 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .title img {
        height: 50px;
    }
}

/*----------------------------------------------------
    about
----------------------------------------------------*/
.about-in {
    margin: 0 auto;
    padding: 30px 0 80px;
    width: 735px;
}

.about-img {
    float: left;
    padding-left: 30px;
    width: 247px;
}

.about-body {
    float: right;
    width: 390px;
}

.about-title {
    color: #2EA7E0;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.about-text {
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .about-in {
        width: 100%;
    }

    .about-img {
        float: none;
        margin: 0 auto 30px;
        padding-left: 0;
        width: 50%;
    }

    .about-body {
        float: none;
        margin-left: 0;
        padding: 0 20px;
        width: 100%;
    }

    .about-title {
    }
}

/*----------------------------------------------------
    movie
----------------------------------------------------*/
.movie {
    background: #2EA7E0;
}

.movie-in {
    margin: 0 auto;
    padding: 35px 125px;
    width: 980px;
}

.movie iframe {
    height: 415px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .movie-in {
        padding: 35px 20px;
        width: 100%;
    }

    .movie iframe {
        height: 250px;
    }
}

/*----------------------------------------------------
    about2
----------------------------------------------------*/
.about2-title {
    color: #2EA7E0;
    font-size: 30px;
    padding: 50px 0;
    text-align: center;
}

.about2-img {
    margin-bottom: 50px;
    text-align: center;
}

.about2-img li {
    display: inline-block;
    margin: 0 18px;
}

.about2-text {
    font-size: 17px;
    margin-bottom: 18px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .about2-in {
        padding: 0 20px;
    }

    .about2-title {
        font-size: 15px;
    }

    .about2-img {
        margin-bottom: 0;
    }

    .about2-img li {
        margin: 0;
        padding: 0 20px 50px;
        width: 50%;
    }

    .about2-img img {
        margin: 0;
    }

    .about2-text {
        font-size: 14px;
    }
}

/*----------------------------------------------------
    product
----------------------------------------------------*/
.product-in {
    padding-bottom: 55px;
}

.product-title {
    color: #2EA7E0;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.product-img {
    margin-bottom: 50px;
    text-align: center;
}

.product-list {
    margin-bottom: 35px;
    text-align: center;
}

.product-list li {
    display: inline-block;
    margin: 0 25px;
    text-align: center;
    vertical-align: top;
    width: 155px;
}

.product-list li img {
    display: block;
    margin: 0 auto 20px;
}

.product-list li span {
    color: #1B94D3;
    font-size: 19px;
}

.product-more-btn {
    text-align: center;
}

/* more */
.product-more {
    display: none;
    padding-top: 80px;
}

.product-more-btn2 {
    margin-bottom: 30px;
    text-align: center;
}

/* reason */
.product-reason {
    margin: 0 auto 80px;
    width: 650px;
}

.product-reason-title {
    color: #2EA7E0;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
}

.product-reason-text {
    font-size: 17px;
    margin-bottom: 60px;
    text-align: center;
}

.product-reason-img {
    text-align: center;
}

/* reason2 */
.product-reason2 {
    margin: 0 auto 80px;
    width: 690px;
}

.product-reason2-title {
    color: #2EA7E0;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
}

.product-reason2-text {
    font-size: 20px;
    margin-bottom: 60px;
    text-align: center;
}

.product-reason2-img {
    margin-bottom: 80px;
    text-align: center;
}

/* filter */
.product-filter {
    margin-bottom: 50px;
}

.product-filter-guide {
    text-align: center;
}

.product-filter-guide-in {
    display: inline-block;
    text-align: left;
}

.product-filter-title {
    color: #2EA7E0;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
}

.product-filter-guide-title {
    display: inline-block;
    font-size: 19px;
}

.product-filter-text {
    display: inline-block;
    font-size: 22px;
}

.product-filter-text strong {
    color: #2EA7E0;
    font-weight: bold;
}

/* economy */
.product-economy {
    margin-bottom: 80px;
}

.product-economy-title {
    color: #2EA7E0;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

.product-economy-img {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .product-title {
        font-size: 16px;
    }

    .product-img {
        padding: 0 20px;
    }

    .product-list {
        padding: 0 20px;
    }

    .product-list li {
        margin: 0;
        padding: 0 30px 20px;
        width: 50%;
    }

    .product-list li span {
        font-size: 13px;
    }

    .product-more-btn,
    .product-more-btn2 {
        margin: 0 auto;
        width: 80%;
    }

    /* reason */
    .product-reason {
        padding: 0 20px;
        width: 100%;
    }

    .product-reason-title {
        font-size: 18px;
    }

    .product-reason-text {
        font-size: 13px;
    }

    /* reason2 */
    .product-reason2 {
        padding: 0 20px;
        width: 100%;
    }

    .product-reason2-title {
        font-size: 18px;
        text-align: center;
    }

    .product-reason2-text {
        font-size: 14px;
    }

    /* filter */
    .product-filter {
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .product-filter-title {
        font-size: 16px;
        letter-spacing: -1px;
        margin-bottom: 30px;
    }

    .product-reason-guide-title {
        font-size: 14px;
    }

    .product-filter-text {
        display: inline-block;
        font-size: 16px;
    }

    .product-filter-text strong {
        color: #2EA7E0;
        font-weight: bold;
    }

    /* economy */
    .product-economy {
        margin-bottom: 80px;
    }

    .product-economy-title {
        font-size: 18px;
    }

    .product-economy-img {
        padding: 0 20px;
    }
}

/*----------------------------------------------------
    comment
----------------------------------------------------*/
.comment {
    background: #F4F4F4;
    padding: 30px 20px 40px;
}

.comment-in {
    margin: 0 auto;
    width: 680px;
}

.comment-each {
    background: #fff;
    border-radius: 10px;
    padding: 30px 18px;
    margin-bottom: 40px;
}

.comment-profile {
    float: left;
    width: 270px;
}

.comment-body {
    float: right;
    width: 360px;
}

.comment-name {
    font-size: 17px;
    font-weight: bold;
    margin-top: 8px;
    text-align: center;
}

.comment-position {
    font-size: 13px;
    margin-right: 10px;
}

.comment-body-text {
    font-size: 17px;
    margin-bottom: 25px;
}

.comment-body-remark {
    display: block;
    font-size: 11px;
    text-align: right;
}

/* more */
.comment-more {
    display: none;
    padding-top: 55px;
}

.comment-more-btn,
.comment-more-btn2 {
    text-align: center;
}

.comment-title {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 40px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .comment-in {
        width: 100%;
    }

    .comment-each {
        border-radius: 20px;
        padding: 20px;
    }

    .comment-profile {
        float: none;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }

    .comment-body {
        float: none;
        width: 100%;
    }

    .comment-img {
        text-align: center;
    }

    .comment-position {
        font-size: 13px;
    }

    .comment-name {
        font-size: 17px;
    }

    .comment-body-text {
        font-size: 14px;
    }

    /* more */
    .comment-more-btn,
    .comment-more-btn2 {
        margin: 0 auto;
        width: 80%;
    }
}

/*----------------------------------------------------
    spec
----------------------------------------------------*/
.spec {
    margin-bottom: 55px;
}

.specs {
    margin: 0 auto 430px;
    width: 735px;
}

.specs table {
    position: relative;
    width: 100%;
}

.specs-name th {
    border-bottom: 2px solid #2EA7E0;
    font-size: 21px;
    padding-top: 8px;
}

.specs-name td {
    border-bottom: 2px solid #2EA7E0;
    font-size: 27px;
    padding-top: 8px;
}

.specs-price {
    text-align: right;
}

.spec-price-del {
    color: #999;
    font-size: 16px;
    text-decoration: line-through;
}

.spec-price-special {
    color: #c00;
}

.spec-name-purchase1,
.spec-name-purchase2 {
    position: absolute;
    bottom: -390px;
}

.spec-name-purchase1{
    left: 0;
}

.spec-name-purchase2 {
    right: 0;
}

.spec-name-purchase1 span,
.spec-name-purchase2 span {
    background: #2EA7E0;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 6px 10px;
    text-align: right;
}

/* more */
.spec-more {
    display: none;
}

.spec-detail {
    margin: 0 auto 40px;
    padding-top: 40px;
    width: 735px;
}

.spec-detail table {
    margin-bottom: 20px;
    width: 100%;
}

.spec-detail th {
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    padding: 6px 10px;
    width: 40%;
}

.spec-detail td {
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    padding: 6px 10px;
    width: 60%;
}

.spec-more-btn,
.spec-more-btn2 {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .specs {
        margin-bottom: 0;
        padding: 0 20px;
        width: 100%;
    }

    .specs table {
        position: relative;
        width: 100%;
    }

    .specs-name th {
        font-size: 14px;
        letter-spacing: -1px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .specs-name td {
        font-size: 16px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .spec-price-del {
        font-size: 13px;
    }

    .spec-price-special {
        display: block;
    }

    .spec-name-purchase1,
    .spec-name-purchase2 {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .spec-name-purchase1 td,
    .spec-name-purchase2 td {
        padding-bottom: 55px;
        padding-top: 10px;
    }

    /* more */
    .spec-detail {
        padding: 40px 20px 0;
        width: 100%;
    }

    .spec-more-btn,
    .spec-more-btn2 {
        margin: 0 auto;
        width: 80%;
    }
}

/*----------------------------------------------------
    media
----------------------------------------------------*/
.media {
    margin-bottom: 60px;
}

.medias {
    margin: 0 auto;
    width: 735px;
}

.medias li {
    float: left;
    margin-bottom: 30px;
    padding: 0 10px;
    text-align: center;
    width: 33.3333333333%;
}

.medias li span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
}

.medias li img {
    width: 100%;
}

.medias2 {
    margin: 0 auto;
    padding-top: 60px;
    width: 735px;
}

.medias2 li {
    float: left;
    margin-bottom: 30px;
    padding: 0 10px;
    text-align: center;
    width: 20%;
}

.medias2 li span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.medias2 li img {
    width: 100%;
}

.media-more {
    display: none;
}

.media-more-btn,
.media-more-btn2 {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .medias {
        padding: 0 20px;
        width: 100%;
    }

    .medias li {
    }

    .medias2 {
        padding: 60px 20px 0;
        width: 100%;
    }

    .medias2 li {
        line-height: 50px;
        padding: 0 10px;
        width: 33.3333333333%;
    }

    .media-more-btn,
    .media-more-btn2 {
        margin: 0 auto;
        width: 80%;
    }
}

/*----------------------------------------------------
    qa
----------------------------------------------------*/
.qa {
    background: #F4F4F4;
    padding-bottom: 45px;
}

.qa-in {
    margin: 0 auto;
    width: 680px;
}

.qa-list {
    margin-bottom: 40px;
}

.qa-each {
    border-bottom: 1px solid #2EA7E0;
    margin-bottom: 28px;
    padding-bottom: 5px;
}

.qa-q {
    font-size: 19px;
    margin-bottom: 5px;
    position: relative;
}

.qa-q span {
    cursor: pointer;
    display: block;
    width: 100%;
}

.qa-icon {
    margin-right: 10px;
    vertical-align: middle;
}

.qa-icon2 {
    margin-top: -11px;
    position: absolute;
    right: 0;
    top: 50%;
}

.qa-a {
    display: none;
    padding: 20px 10px;
    text-align: left;
    text-justify: auto;
    word-break: break-all;
}

.qa-text {
    margin-bottom: 20px;
    text-align: center;
}

.qa-img {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .qa-in {
        padding: 0 20px;
        width: 100%;
    }

    .qa-icon {
        margin-right: 0;
        margin-top: -15px;
        position: absolute;
        left: 0;
        top: 50%;
        width: 30px;
    }

    .qa-q {
        padding-left: 40px;
        padding-right: 30px;
        font-size: 16px;
    }

    .qa-text {
        font-size: 12px;
    }

    .qa-img a {
        display: inline-block;
        width: auto;
    }
}

