/* ↓最大568px スマホ限定*/
@media screen and (max-width: 568px) {
    .mobileSkin iframe {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
    #jform_articletext_ifr {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        width: 100% !important;
    }
    #jform_articletext_tbl {
        max-height: 200px !important;
    }

    body{
        min-width: 100%; //ウインドウ縮小対策
    }

    /* ↑最大568px スマホ限定*/
}

@media screen and (min-width: 569px) {
    body{
        min-width: /*980*/960px; //ウインドウ縮小対策
    }
    /*モジュール編集オフセット*/
    .btn.jmodedit{ 
        right: -50px !important;
        width:15px !important;
    }
}
body.component {
    box-sizing: border-box;
    min-width: auto !important;
}
#editor-xtd-buttons a {
    float: left;
    margin-bottom: 6px;
}

/* ipad対策*/
@media screen and (max-width:/*980*/960px) {
    #flexslider {
        overflow: hidden;
    }
    /* ipad対策ここまで*/
}


/* ↓PC・スマホ共通デザイン */

/* 見出し */

.kiji-midashi {
    border-left: 4px solid #3C8A96;
    color: #3C8A96;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 20px 0 10px;
    padding: 5px 0 5px 10px;
}

.kiji-midashi-2 {
    background-color: #f7f7f7;
    border-color: #ccc #ccc #114f75;
    border-style: solid;
    border-width: 1px 1px 3px;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px;
    padding: 7px 10px;
}

.kiji-midashi-3 {
    border-bottom: 1px dotted #444444;
    margin: 15px 0 10px;
    padding: 5px 0;
}

.text-highlight {
    background: none repeat scroll 0 0 #ffffaa;
    font-size: 14px;
    margin: 10px 0;
    padding: 7px;
}

.highlight-green {
    color: #fff;
    background: #48691b;
    font-size: 14px;
    margin: 10px 0;
    padding: 7px;
}

.highlight-light {
    color: #000;
    background: #e5e5e5;
    font-size: 14px;
    margin: 10px 0;
    padding: 7px;
}

.highlight-dark {
    color: #fff;
    background: #595959;
    font-size: 14px;
    margin: 10px 0;
    padding: 7px;
}

.news-title {
    background-color: #E5E2D3;
    color: #444444;
    font-size: 14px;
    margin: 15px 0 0;
    padding: 7px 10px;
}

/*.news-box {
    border: 1px solid #CCCCCC;
    max-height: 150px;
    overflow: auto;
    padding: 7px;
}*/

.news-box table {
    width: 100%;
}

.news-box table th {
    border-bottom: 1px dotted #ccc;
    font-weight: normal;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    width: 80px;
    font-size: 13px;
}

/*.news-box table th:before,
.news-box ul li:before {
    color: #999;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 5px;
}*/

.news-box table td {
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    vertical-align: top;
}
.news-box ul {
    margin: 0;
    padding: 0;
}

.news-box ul li {
    margin: 0 0 10px;
}

.news-box .mod-articles-category-date {
    margin-right: 10px;
    color:#0088CE;
}

.news-box .mod-articles-category-title {
    font-weight: normal;
}

/**受賞**/
.news-box a.catid-99:before {
    content: "【受賞】";
    color: #cc0000;
}
/**新発売**/
.news-box a.catid-100:before {
    content: "【新発売】";
    color: #cc0000;
}


body,
td,
p {
    font-family: 'meiryo', 'メイリオ', 'ms pgothic', 'ms pゴシック', sans-serif;
    font-size: 14px;
    line-height: 1.7;
color:#333;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
color:#0088CE;
    text-decoration: underline
}

a:hover img {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE lt 8 */
    -ms-filter: “alpha(opacity=80)”;
    /* IE 8 */
}

a img {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,
ul {
    margin: 0 0 0 20px
}

ul.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none
}

:focus {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*	Grid  */

.container {
    width: 100%;
    max-width: 100%;
    min-width: 220px;
    margin: 0 auto;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
}

#post .container {
    width: auto;
    overflow: hidden;
}

.icon-remove:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
}

.container .row,
.col {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    margin-bottom: 1.5em
}

.col {
    display: block;
    float: left;
    width: 100%;
}

.col:first-child {
    margin-left: 0
}

.row:after,
.col:after,
.clr:after,
.group:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
}


/* grid */

.col {
    margin-left: 2%
}

.span_1 {
    width: 6.5%
}

.span_2 {
    width: 15.0%
}

.span_3 {
    width: 23.5%
}

.span_4 {
    width: 32.0%
}

.span_5 {
    width: 40.5%
}

.span_6 {
    width: 49.0%
}

.span_7 {
    width: 57.5%
}

.span_8 {
    width: 66.0%
}

.span_9 {
    width: 74.5%
}

.span_10 {
    width: 83.0%
}

.span_11 {
    width: 91.5%
}

.span_12 {
    width: 100%
}

#wrapper {
    padding: 0!important;
}
.count-1 {
    clear: both;
    margin-left: 0;
}
#wrapper {
    min-width: /*980*/960px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    position: relative;
}
#comp-wrap {
    padding: 0;
    position: relative;
}
.full {
    padding: 0;
    margin: 0;
    clear: both
}
.contact a {
    text-decoration: none
}

/* Article Columns */
.column-1,
.column-2,
.column-3,
.column-4 {
    position: relative;
    margin: 0;
    padding: 0;
}

/* Content styles */
#archive {
    padding: 0;
    margin: 0;
}
.archive {
    padding: 0;
}
.archive .article-count {
    color: #999;
}
.items-leading {
    position: relative;
    clear: both;
    margin: 0 0 20px 0;
    padding: 0;
}
.leading {
    margin: 0 0 20px 0;
    position: relative;
}
.items-row,
.item-page,
.contact {
    position: relative;
}
.item-separator {
    margin-bottom: 60px;
}
#home .item-separator {margin-bottom:0;}
.item-page {
    position: relative
}
/*.item-page-title {
    padding: 0 70px 5px 0;
    margin: 0
}*/
.item-page-title,
.item-page-title a,
.contact-name {
    text-decoration: none;
    font-size: 22px;
}
.contact h2 {
    margin: 0 0 20px 0;
}
.contact .current {
    margin: 0;
    padding: 0;
}
dl.tabs {
    display: block;
    clear: both;
    border-bottom: 1px solid #ddd;
}
dl dt.tabs {
    display: inline-block;
    margin: 0 0 -1px 0
}
dt.tabs h3 {
    margin: 0 2px 5px 0;
}
dt.tabs h3 a {
    padding: 8px 8px 3px 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    text-decoration: none
}
dt.tabs.closed h3 a {
    border-color: #eeeeee #eeeeee #dddddd;
}
dt.tabs h3 a,
dt.tabs h3.open a {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
dd.tabs {
    padding: 10px 20px
}
.jicons-icons {
    float: left;
    margin: 0 10px 0 0;
    padding: 5px 0 0 0
}
h1.componentheading {
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    color: #333;
}
.buttons {
    clear: both;
    display: block;
    overflow: hidden;
}
ul.button-icons {
    float: right;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
ul.button-icons li {
    display: inline-block
}
ul.button-icons li.edit-icon,
ul.button-icons li.print-icon,
ul.button-icons li.email-icon {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    float: left;
    overflow: hidden;
    line-height: 20px;
}
.iteminfo,
.content_rating {
    background-color: #263749;
    color:#fff;
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
    padding: .5em 1em;
}
.content_rating p {
    margin: 0;
    padding: 0;
}
.iteminfo span {
    margin: 0 10px 0 0;
}
.iteminfo .category,
.iteminfo .sub-category,
.iteminfo .create,
.iteminfo .modified,
.iteminfo .published,
.iteminfo .createdby,
.iteminfo .hits {
    display: inline-block;
    line-height: 20px!important;
}
.iteminfo .createdby {
    font-weight: bold;
}
.items-more {
    clear: both;
}
h3.items-more {
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.items-more ol {
    margin: 0 0 0 30px;
    padding: 0
}
th.item-title,
th.list-title {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

/* Commons */
.clear {
    clear: both
}
blockquote {
    position: relative;
    margin: 30px 0;
    padding: 20px;
    background-color: #e9e9e9;
    color: #505050;
    border-left: 5px solid #ddd;
    font-size: 16px;
    font-style: italic;
    font-family: 'Georgia', sans-serif;
    line-height: 1.8em;
}
pre {
    margin: 30px 0;
    padding: 20px;
    background-color: #e9e9e9;
    color: #505050;
    border-left: 5px solid #ddd;
    font-size: 15px;
    font-family: 'Georgia', sans-serif;
    line-height: 1.8em;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
address {
    margin: 20px 0;
    letter-spacing: 1px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 0 0 10px;
}
h1 {
    font-size: 11px;
    font-weight: normal;
    margin: 0;
}
h2 {
    font-size: 22px
}


h3 {
    font-size: 18px
}
h4 {
    font-size: 16px
}
h5 {
    font-size: 14px
}
h6 {
    font-size: 12px
}
.entry p:last-child {
    margin: 0
}
.entry ul {
    margin: 30px 0 30px 20px
}
.entry ul li,
.entry ol li {
    margin: 0 0 5px
}
.entry ol {
    margin: 30px 0 30px 25px
}
.entry ol {
    list-style: decimal
}
.entry ul {
    list-style: disc
}
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin: 40px 0 20px
}
p {
    margin: 0;
}
p.lead {
    font-size: 21px;
    line-height: 27px;
}
em {
    font-style: italic
}
strong {
    font-weight: bold
}
small {
    font-size: 80%
}
hr {
    height: 0;
    margin: 10px 0;
    border: solid #eee;
    border-width: 1px 0 0;
    clear: both;
}
hr#system-readmore {
    background-color: #f473ab;
    border: medium none;
    height: 22px;
    text-align: center;
}
hr#system-readmore::before {
    color: #fff;
    content: "▼続きを読む▼";
}

a {
    outline: 0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease
}
a:hover {
    text-decoration: underline;
}

/*a[href$=".pdf"]::before {   
    content:"\f1c1";
    font-family: FontAwesome;
    color: #ee0822;
}  */

/* Header  */
#header-wrap {
    padding: 0;
}
#social {
    display: block;
    float: right
}
#social a.social-icon {
    display: inline-block;
    margin-left: 2px;
    padding: 0;
    width: 32px;
    height: 32px;
}
#social a.social_1 {
    background: url(../images/social/facebook.png) 0 0 no-repeat;
}
#social a.social_2 {
    background: url(../images/social/twitter.png) 0 0 no-repeat;
}
#social a.social_3 {
    background: url(../images/social/google.png) 0 0 no-repeat;
}
#social a.social_4 {
    background: url(../images/social/youtube.png) 0 0 no-repeat;
}
#social a.social_5 {
    background: url(../images/social/dribbble.png) 0 0 no-repeat;
}
#social a.social_6 {
    background: url(../images/social/flickr.png) 0 0 no-repeat;
}
#social a.social_7 {
    background: url(../images/social/pinterest.png) 0 0 no-repeat;
}
#social a.social_8 {
    background: url(../images/social/picasa.png) 0 0 no-repeat;
}
#social a.social_9 {
    background: url(../images/social/linkedin.png) 0 0 no-repeat;
}
#social a.social_10 {
    background: url(../images/social/reddit.png) 0 0 no-repeat;
}
ul.tags {
    border-top: 1px dotted #ddd;
    margin: 10px 0;
    padding: 10px 0;
}
ul.tags li {
    display: inline-block;
    list-style: outside none none;
}
ul.tags li a {
    padding: 4px 7px;
}
.tag-category form > ul {
    margin: 0;
    padding: 0;
}
.tag-category form > ul li {
    list-style: outside none none;
}

/* Navigation */
#navbar-wrap {
    background: #363636;
}
#navbar {
    position: relative;
}
#navbar.row {
    margin-bottom: 0
}
#navigation .menu {
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#navigation .menu .icon-angle-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    color: #aaa;
    font-size: 12px;
}
#navigation .menu > li {
    display: block;
    float: left;
}
#navigation .menu > li ul {
    padding: 0;
}
#navigation .menu ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 10px 0 0 0;
    /*IE6 only*/
    
    _margin: 0;
    nowhitespace: afterproperty;
    opacity: 0;
    transition: all .2s ease-in-out;
    visibility: hidden;
    z-index: 99;
}
#navigation .menu ul ul {
    left: 100%;
    top: 0;
}
#navigation .menu ul ul li {
    width: 100%
}
#navigation .menu li {
    position: relative;
    list-style: none
}
#navigation .menu li:hover > ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
}
#navigation .menu a {
    display: block;
    position: relative;
}
span.image-title {
    display: none;
}


/* current item */
#navigation .menu > li > a:hover,
#navigation .menu > li.sfHover > a,
#navigation .menu > .active > a,
#navigation .active > a:hover,
#navigation .active > a:hover {
    color: #0088CE;
}
#navigation .menu > .active > a,
#navigation li.active > a {
    font-weight: bold;
    color: #0088CE;
}

#navigation .menu a {
    color: #fff;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 13px;
    font-size: 14px;
}
#navigation .menu a:hover,
#navigation .menu a:focus {
    background-color: inherit;
}
#navigation .menu li > span.separator {
    cursor: default;
}
#navigation .menu li > span {
    color: #fff;
    display: block;
    padding: 10px 13px;
    font-size: 16px;
}

/* 画像メニューのスタイル */
#navigation ul#img-menu > li > a {
    padding: 0;
}
#navigation ul#img-menu li > span {
    padding: 0;
}

/* drop-down styles */
#navigation .menu ul {
    border-top: none;
    background-color: rgba(0,0,0,0.8);
    border: 1px solid #222;
    min-width: 200px;
}
#navigation .menu li:hover ul {
    margin-top: 0;
}
#navigation .menu ul ul.sub-menu {
    margin-top: -1px;
    margin-left: 1px;
}
#navigation .menu ul li {
    border-bottom: 1px solid #222
}
#navigation .menu ul li:first-child {}
#navigation .menu ul li:last-child {
    border: 0
}
#navigation .menu ul li > a:hover {
    color: #0088CE;
}
#navigation .menu ul a {
    display: block;
    height: auto;
    margin: 0px;
    padding: 8px 15px;
    border: 0px;
    line-height: 20px;
}
#navigation .selector {
    display: none
}
#navigation ul.sub-menu .icon-angle-down:before {
    content: "\f105"!important;
}
#navigation ul.sub-menu a {
    font-size: 12px;
}
#navigation i {
    text-align: right
}
#menu-icon {
    display: none;
}

/* slide　*/
#slide-wrap{
    min-height: 290px;
}
.slide-show {
    margin: 0 auto;
    width: 100%;
    min-height: 290px;
}


/* Module Classes */
ul.categories-module {
    margin: 0;
    padding:1em 1.5em;
    background-color:#f3f3f3;
}
#sidebar .categories-module li {
    list-style: outside none none;
    margin: 5px 0;


}
#sidebar .categories-module li::before{
    content:"\f0da";
    font-family: FontAwesome;
    color: #0088CE;
}

ul.categories-module h4 {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}
#sidebar .tagspopular {}
#sidebar .tagspopular ul {
    margin: 0;
    padding-left: 15px;
}
#sidebar .tagspopular ul li {
    margin: 0 0 10px;
}
#sidebar .tagspopular ul li a {}

/* light */
.light {
    border: 1px solid #cfcfcf !important;
    background: #F6F6F6 !important;
    color: #555 !important;
}
.light .module-title {
    color: #555 !important;
    background: none!important;
    border-bottom: none!important;
}
.light .module-body {
    border-top: none !important;
}
.light a {
    text-decoration: underline !important;
}
.light a:hover {
    color: #333!important
}

/* normal */
.normal {
    border: 1px solid #46acd1 !important;
    background: #58C0E6!important;
    color: #fff!important;
}
.normal .module-title {
    color: #fff !important;
    background: none!important;
    border-bottom: none!important;
}
.normal .module-body {
    border-top: none !important;
}
.normal a {
    text-decoration: underline !important;
    color: #fff!important
}
.normal a:hover {
    color: #303030!important
}

/* dark */
.dark {
    border: 1px solid #333 !important;
    background: #363636!important;
    color: #fff !important;
}
.dark .module-title {
    color: #fff !important;
    background: none !important;
    border-bottom: none!important;
}
.dark .module-body {
    border-top: none !important;
}
.dark a {
    text-decoration: underline !important;
    color: #58C0E6!important
}
.dark a:hover {
    color: #fff!important
}

/* blank */
.blank {
    border: none!important;
    background: none!important;
    padding: 5px!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important
}
.blank .module-title {
    border: none!important;
    padding: 0 0 0 5px!important
}
.light,
.normal,
.dark {
    padding: 10px!important;
}
.light ul.menu li a,
.normal ul.menu li a,
.dark ul.menu li a {
    text-decoration: none!important
}
.light .module-title,
.normal .module-title,
.dark .module-title {
    padding: 0 0 0 5px!important;
    border: none!important;
    line-height: 30px!important;
}
.light .module-body,
.normal .module-body,
.dark .module-body {
    padding: 0 5px !important;
}

/* Page Navigation */
ul.pagenav {
    clear: both;
    display: block;
    padding: 0;
}
ul.pagenav li {
    list-style: none;
}
ul.pagenav li a {
    display: block
}
.pagenav-prev {
    float: left;
}
.pagenav-next {
    float: right
}
#pagination {
    clear: both;
    text-align: center;
    padding: 0;
}

/* Breadcrumbs */
.breadcrumbs {
    margin-bottom: 30px;
    padding: 0;
}
.breadcrumbs .icon-angle-right {
    padding: 0 5px
}

/* Sidebar */
#leftbar-w {
    float: left
}
#rightbar-w {
    float: right;
    display: block;
}
#sidebar {
    padding: 0;
    position: relative;
}
#sidebar .module {
    margin-bottom: 20px;
    padding: 0px;
}
#sidebar .module-title {
    border-bottom: 1px dotted #ced8df;
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding: 5px;
}
#sidebar h3 {
    margin: 0;
    padding: 0;
}
#rightbar-w .module-title {}
#sidebar .module-body {
    margin: 0;
    padding: 0;
}
#sidebar .module-body p {
    padding: 0;
    margin: 0;
}
#sidebar ul li {
    margin: 0 5px;
    padding: 0;
}

/* Sidebar Menu*/
#sidebar .module ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar .module ul.menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #ced8df
}
#sidebar .module ul.menu li:last-child {
    border-bottom: none
}
#sidebar .module ul.menu li span.separator {
    display: inline-block;
    padding: 7px;
}
#sidebar .module ul.menu li::before{
    content:"\f105";
    font-family: FontAwesome;
    color: #777;
}
#sidebar .module ul.menu li.divider::before{
    content: none;
}

#sidebar .module ul.menu li a{
    display: inline-block;
    margin: 0;
    padding: 7px;
    text-decoration: none;
}
#sidebar .module ul.menu li a:hover{
    text-decoration: underline;
}

/* Sidebar SubMenu*/
#sidebar .module ul.menu li ul {
    margin: 0;
    border-top: 1px dotted #ced8df;
    padding-left: 0;
}
#sidebar .module ul.menu li ul li {
    background: none;
    margin: 0;
    padding: 0 0 0 10px
}
#sidebar .module ul.menu li:last-child,
#sidebar .module ul.menu li ul li:last-child,
#sidebar .module ul.menu li.active ul li:last-child {
    background: none
}
#sidebar .module ul.menu li ul li a:hover {
    border: 0;
}
.module .menu .icon-angle-down:before {
    content: ""!important
}

/* promo and fotter */
#promo-wrap {
    position: relative;
}
#promo {
    padding: 0;
    margin: 0 auto;
    clear: both;
}
#home #promo {
    width: 100%;
    max-width: inherit;
}
#promo .module {
    color: #555;
    margin-bottom: 10px
}
#promo .inner {
    padding: 0 10px;
}
#promo .module-title {
    display: block;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
}
#promo h3.module-title {
    margin-bottom: 0;
    padding-bottom: 0;
}
#promo ul {
    margin: 0;
    padding: 0;
}
#promo ul li {
    list-style: none;
}

#promo-page-title {
    background-image:url(../images/h2bg.jpg);
    background-repeat:no-repeat;
    background-position: center center;
    margin-bottom: 20px;
    padding: 60px 0;
}
#promo-page-title .container{}
#promo-page-title h2 {
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    color:#fff;
}


body#home #promo-page-title{display: none;}

/* User 2 */
#content-bottom {
    clear: both;
    margin: 10px 0;
}
#footer {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
#footer .module {
    margin: 0px
}
#footer .inner {
    padding: 0 10px;
}
#footer .module-title {
    display: block;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
}
#footer h3.module-title {
    margin-bottom: 0;
    padding-bottom: 0;
}
#footer .module-body {}
#footer a {}
#footer a:hover {}
/*#footer ul {
    margin: 0;
    padding: 0;
}
#footer ul li {
    list-style: none;
    border-bottom: 1px dotted #ced8df
}
#footer ul li:hover {}
#footer ul li a {
    display: block;
    margin: 0;
    padding: 5px 0 5px 25px;
    background: url(../images/sidebar-li1.png) 5px 50% no-repeat;
    text-decoration: none;
    color: #999;
    font-size: 12px;
    line-height: 15px;
}
#footer ul li a:hover {
    background: url(../images/sidebar-li2.png) 5px 50% no-repeat;
    text-decoration: none;
    color: #58C0E6;
}*/
#footer-content {
    width: 100%;
}
#footer-content td {
    vertical-align: top;
}

/* Search */
input[type="search"] {
    display: block;
    width: 100%;
    padding: 10px 32px 10px 11px;
    color: #202020;
    font-size: 11px;
    -moz-box-sizing: border-box;
    -webkit-appearance: none !important;
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}
input[type="search"]::-webkit-search-decoration {
    display: none
}
input[type="search"]:focus {
    color: #000;
    outline: none;
}

/* Forms / Inputs / Buttons */
#modlgn-remember {
    float: left;
    width: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    margin-left: 0;
    padding: 8px;
    font-weight: 400;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.030) inset;
}
fieldset.phrases {}
fieldset.phrases .phrases-box {
    margin-bottom: 10px;
}
fieldset.phrases .ordering-box,
fieldset.phrases .form-limit {
    display: inline-block;
}
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="tel"]:focus,
form textarea:focus {
    border-color: #A0ECFF;
    outline: none;
}
form input[type="button"],
form input[type="submit"],
form button[type="submit"],
form button[type="button"] {}
form .mceLayout button[type="button"] {
    min-height: auto;
}
select {
    background-color: #f7f7f7;
    border-radius: 5px;
    display: inline;
    line-height: 100%;
    margin: 0;
    padding: 3px;
    vertical-align: middle;
    width: auto;
    border: 1px solid #ccc;
}
select[disabled="disabled"],
select.disabled {
    color: #999;
    background: #f5f5f5;
    -moz-box-shadow: inset 0px 0px 2px #ddd;
    -webkit-box-shadow: inset 0px 1px 2px #ddd;
    box-shadow: inset 0px 1px 2px #ddd;
}
.input-medium,
.input-large {
    width: auto !important;
}
.readmore {
    margin: 5px;
    text-align: right;
}

.btn {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #444;
    padding: 4px 7px;
}
.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled] {
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}
.btn:active,.btn.active {background-color: #cccccc \9;}
.btn:hover,.btn:focus {color: #333;	text-decoration: none;background-position: 0 -15px;	-webkit-transition: background-position .1s linear;	-moz-transition: background-position .1s linear;-o-transition: background-position .1s linear;transition: background-position .1s linear;}
.btn:focus {outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
.btn.active,.btn:active {background-image: none;outline: 0;-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}

a.btn-readmore {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    *background-color: #e6e6e6;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
a.btn-readmore:hover,
a.btn-readmore:focus,
a.btn-readmore:active,
a.btn-readmore.active,
a.btn-readmore.disabled,
a.btn-readmore[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}
.system-unpublished {
    background-color: #efefef;
    padding: 5px;
}

/* Mailto */
.mailto {
    background: #fff;
    color: #222;
    padding: 10px;
}

/* Tooltips */
.tip-wrap {
    float: left;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #535353;
    border: 1px solid #222;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    text-shadow: 1px 1px #000
}
.tip-title {
    padding: 0;
    margin: 0;
    display: none
}
.tip-text {
    font-size: 100%;
    margin: 0;
}
#topcontrol {
    background: url(../images/arrow_up.png) 50% 50% no-repeat;
    width: 60px;
    height: 60px;
    white-space: nowrap;
    cursor: pointer;
    opacity: 0.7;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

/* Error */
#error {
    padding: 20px;
    text-align: center
}
#error .error {
    color: #FF0000;
    display: block;
    padding: 0;
    font-size: 140px;
    font-weight: bold;
    line-height: 200px;
}
#error .center {
    width: 400px;
    margin-left: -200px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 20%
}
#error .error {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9), 0 1px 0 rgba(255, 255, 255, 0.7);
}
#error .error > span {
    display: inline-block;
    position: relative;
}
#error .error > span:before {
    content: "";
    position: absolute;
    top: 70%;
    left: -30px;
    right: -30px;
    height: 80px;
    background: url(../images/error.png) no-repeat;
    background-size: 100% 100%;
}
#error ol li {
    text-align: left;
}

/* Offline */
.error-offline .error > span:before {
    top: 65%;
}
.error-offline .message {
    width: 350px;
}

/* Thumbs */
.width-10 {
    width: 10px;
}
.width-20 {
    width: 20px;
}
.width-30 {
    width: 30px;
}
.width-40 {
    width: 40px;
}
.width-50 {
    width: 50px;
}
.width-60 {
    width: 60px;
}
.width-70 {
    width: 70px;
}
.width-80 {
    width: 80px;
}
.width-90 {
    width: 90px;
}
.width-100 {
    width: 100px;
}
.height-10 {
    height: 10px;
}
.height-20 {
    height: 20px;
}
.height-30 {
    height: 30px;
}
.height-40 {
    height: 40px;
}
.height-50 {
    height: 50px;
}
.height-60 {
    height: 60px;
}
.height-70 {
    height: 70px;
}
.height-80 {
    height: 80px;
}
.height-90 {
    height: 90px;
}
.height-100 {
    height: 100px;
}
.thumbnail {
    border: 1px solid #ccc!important;
    max-width: 100%!important;
}
.thumbnail img {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.thumbnail img:hover {
    opacity: 1;
}
.thumbnail.pull-left {
    margin-right: 10px!important
}
.thumbnail.pull-right {
    margin-left: 10px!important
}
.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
    display: table;
    content: "";
    line-height: 0;
}
.thumbnails:after {
    clear: both;
}
.thumbnails > li {
    float: left;
    margin-bottom: 18px;
    margin-left: 20px;
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 18px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.thumbnail:hover {
    border-color: #08c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #555;
}

/* Footer */
/*#footer-wrap {
    background-color: #ddd;
    margin: 30px auto 0;
    padding: 10px 0 0;
    position: relative;
}*/
#footer-wrap p {
    margin: 0;
    padding: 0;
}
#footer-wrap .login {
    margin: 20px 0 5px;
    text-align: center;
}
#footer-wrap .login a {
    color: #fff;
    font-size: 10px;
    line-height: 1;
}
.copyright {
    margin: 0 auto;
    padding: 0 0 5px 0;
}
.copyright a {}
.copy a:hover {}
.business {
    margin: 0 -480px 0 0;
    padding: 0;
    font-size: 10px;
    color: #ccc;
    text-align: right;
    text-shadow: none;
    bottom: 0;
    right: 50%;
    line-height: 10px;
    height: 10px;
    position: absolute;
}

/*#bottom {
    background-color: #777;
    color: #fff;
    padding: 7px 0;
}*/

.business a,
.business a:hover {
    text-decoration: none;
    font-size: 10px;
    color: #ccc
}
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40px;
}
.dl-horizontal dd {
    margin-left: 50px;
}
.items-more h3 {
    margin-bottom: 10px;
}
p.errorcontainer {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}
fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}
.hidden {
    display: none !important;
}
.nav-tabs {
    padding: 0;
}
.btn-toolbar {
    margin: 15px 0;
}
.btn-group {
    display: inline;
}
#gaiyo-table {
    border-collapse: separate;
    width: 100%;
}
#gaiyo-table tbody {}
#gaiyo-table td {
    border-bottom: 1px dotted #696969;
    padding: 5px;
}
#gaiyo-table th {
    border-bottom: 1px dotted #696969;
    font-weight: normal;
    width: 15%;
    padding: 5px;
}
h2.componentheading,
.page-header h2 {
    background-color: #f7f7f7;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    font-size: 22px;
    font-weight: normal;
    margin: 0px 0 20px;
    padding: 20px 15px;
    line-height: 1em;
}
iframe {
    border: medium none;
}
.btnmenu {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0;
    padding: 10px;
}
ul#usermenu {
    margin: 0;
    padding: 0;
}
ul#usermenu li {
    list-style: outside none none;
    margin-bottom: 10px;
}
ul#usermenu li:last-child {
    margin-bottom: 0;
}
#usermenu a.btn {
    display: inline-block;
    padding: 7px 15px;
    text-align: left;
    
}

#login-form{margin: 20px 0;}

#header-table {
    width: 100%;
}
#header-table td:last-child {
    text-align: right;
}
.control-group {
    margin-bottom: 10px;
}
.chzn-container {
    width: 250px !important;
}
.input-append input {
    display: inline;
}
.input-append button {
    display: inline;
    margin-left: 5px;
    padding: 9px 12px;
}

/*shadowbox*/
#sb-nav {
    height: auto;
    line-height: 1;
}
#sb-info,
#sb-info-inner {
    height: auto;
}
#sb-info-inner {
    font-size: 14px;
    height: auto;
}
#sb-nav a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-family: FontAwesome;
    font-size: 18px;
    height: 20px;
    width: 20px;
}
#sb-nav a:hover {
    text-decoration: none;
}
#sb-nav-next:before {
    content: "\f0a9";
}
#sb-nav-close:before {
    content: "\f05c";
}
#sb-nav-previous:before {
    content: "\f0a8"
}
.accordeonck .toggler:before {
    content: "\f0fe";
    font-family: FontAwesome;
    color: #999;
    margin-right: 10px;
}
.accordeonck ul li ul {
    margin: 0;
}
.accordeonck ul li ul li {
    list-style: none outside none !important;
    margin: 0 !important;
}
.accordeonck ul li a {}
.pchidden {
    display: none;
}
#footer .switchBtn {
    margin: 20px 0;
    text-align: center;
}
#footer .switchBtn a {
    border: 1px solid #b5b3b3;
    border-radius: 4px;
    color: #494949;
    display: inline-block;
    padding: 8px 30px;
    background-color: #fff;
}
#footer .switchBtn a.btnAcv {
    display: none;
    background-color: #C4C4C4;
    background-image: none;
}
.switchBtn a:first-child {
    margin-right: 10px;
}
.component_container {
    padding: 0;
}

/* ↓tab & Slides */
ul.jwts_tabbernav li a {
    border-radius: 4px 4px 0 0;
}
div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle {
    background-position: 0 3px;
}
div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlTitle {
    background-position: 0 -142px;
}
#responsive-tabs {
    margin-bottom: 15px;
}
#responsive-tabs label {
    margin: 0;
    padding: 7px 20px;
}
#responsive-tabs input[type="radio"]:checked + label,
#responsive-tabs input.checked[type="radio"] + label {
    border-top-color: #494949;
}
#responsive-tabs label:first-child {}
#responsive-tabs label span {
    font-size: 14px;
}
.edit .tab-content,
.tab-content {
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 10px;
}
.tab-content .tab-content-item {}
.star {
    color: #ff002a;
}

/* ↑tab & Slides */

/*↓ showplus サムネイルスライド*/
.showplus-thumbnails > ul > li > a {
    margin-left: 1px !important;
    margin-right: 1px !important;
    padding: 0 !important;
    box-sizing: border-box;
}
.showplus-thumbnails > ul > li > a:hover {}
.showplus-horizontal .showplus-thumbnails > ul > li:last-child > a {
    margin-left: 2px !important;
}
.showplus-horizontal .showplus-thumbnails > ul > li:first-child > a {}
.showplus-thumbnails > ul {
    height: auto !important;
    overflow: hidden;
}

/*↑ showplus サムネイルスライド*/
ul.rsstableList {
    margin: 0;
    padding: 0;
}
ul.rsstableList li {
    border-bottom: 1px dotted #ddd;
    list-style: none outside none;
    overflow: hidden;
    padding: 10px 0;
}
ul.rsstableList li.odd {}
ul.rsstableList li.even {}
ul.newsflash-horiz {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.newsflash-horiz li {
    box-sizing: border-box;
    float: left;
    list-style: outside none none;
    padding-right: 10px;
    margin-bottom: 15px;
    width: 50%;
    position: relative;
}
ul.newsflash-horiz li:last-child {
    padding-right: 0;
}
ul.newsflash-horiz .article-separator {
    display: none;
}
.news-flash-readmore {
    float: right;
}

h4.newsflash-title{
    
    font-size: 15px;
    padding: 8px;
}
h4.newsflash-title a{}

ul.newsflash-vert {
    margin: 0;
    padding: 0;
}
ul.newsflash-vert li {
    list-style: outside none none;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
ul.newsflash-vert li:last-child {margin-bottom:0;}
#toppublicity ul.newsflash-vert li {background-color:#fff;}
#toppublicity h4.newsflash-title {font-size:20px; font-weight:bold; color:#263749; padding:.5em .8em; border-bottom:1px solid #f3f3f3;}
#toppublicity h4.newsflash-title:before {
  content: "\f02e";
  font-family: FontAwesome;
  margin-right:.1em;
color:#0088CE;
}

.whole-link{
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
}
.whole-link:hover{
background-color: #fff;
opacity: 0.4;
}




/* module editor */
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.label {
    border-radius: 3px;
}
.label,
.badge {
    background-color: #999;
    color: #fff;
    display: inline-block;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}
.row-fluid:before,
.row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
.row-fluid .form-horizontal .control-group:before,
.row-fluid .form-horizontal .control-group:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid .form-horizontal .control-group:after {
    clear: both;
}
.row-fluid .form-horizontal .control-group {
    margin-bottom: 18px;
}
.row-fluid .form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 20%;
}
.row-fluid .form-horizontal .controls {
    margin-left: 25%;
}
.row-fluid .control-label .hasTooltip {
    display: inline-block;
}
.row-fluid .controls > .radio:first-child,
.row-fluid .controls > .checkbox:first-child {
    padding-top: 5px;
}
.row-fluid fieldset.radio.btn-group {
    padding-left: 0;
}
.row-fluid .radio,
.row-fluid .checkbox {
    min-height: 18px;
    padding-left: 20px;
}
#jform_articletext_tbl {
    width: 100%;
}
iframe#jform_articletext_ifr {
    width: 100% !important;
}
.ckdatetimepicker {
    float: left;
}
.datepickerbtn {
    float: left;
    margin-left: 5px;
    padding: 8px 10px !important;
}
.input-append.date {
    overflow: hidden;
}
.dtp-calendar {
    border: 1px solid #ccc;
    margin-left: 5px;
    padding: 1px;
}
.dtp-calendar:first-child {
    margin: 0;
}
.table-striped td,
.table-striped th {
    //  font-size: 18px;
    padding: 7px 10px !important;
}
.close {
    position: absolute;
    right: 0;
    z-index: 1;
}
#system-message .alert {
    margin: 0;
}
.alert-message a.close {
    display: none;
}
#jf_mm_menu,
.jf_mm_trigger {
    display: none;
}

/* simple image gallery pro*/
ul.sigProContainer span.sigProPseudoCaption {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 2;
}
.cat-items table {
    border-top: 1px solid #ddd;
    width: 100%;
}

/* スマートサーチ */
.finder label {
    display: none;
}
.finder input {
    margin: 0;
}
.finder button {
    box-shadow: none;
    margin: 0;
    padding: 7px 12px 8px;
}
.finder .fa-search::before {
    font-size: 15px;
    line-height: 1.2;
    margin-right: 5px;
}
#search-results {}
#search-query-explained {}
ul.search-results {
    list-style: outside none none;
    margin: 15px 0;
    padding: 0;
}
ul.search-results li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
ul.search-results li:first-child {
    border-top: 1px dotted #ccc;
    padding-top: 10px;
}
.result-title {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

/* スマートサーチ ここまで*/

/* rsforms pro*/
.yui-calcontainer .yui-cal-nav-mc {
    box-sizing: border-box;
}
#userForm .rsform-block {
    display: table;
    margin: 8px 0 0;
    width: 100%;
}
#userForm .rsform-block > label {
    border-top: 1px dotted #ccc;
    display: table-cell;
    padding: 8px 10px 3px 8px;
    vertical-align: top;
    width: 40%;
}
#userForm .rsform-block .formControls {
    display: table-cell;
    border-top: 1px dotted #ccc;
    vertical-align: top;
    padding: 8px 8px 3px;
}
#userForm .rsform-block-submit {
    display: block;
}
#userForm .rsform-block-submit > label {
    border: medium none;
    display: inline-block;
    padding: 0;
}
#userForm .rsform-block-submit .formControls {
    display: block;
    text-align: center;
}
#submit {
    font-size: 22px;
    line-height: 1;
    padding: 10px 20px;
}
strong.formRequired {
    color: #ff002a;
    font-weight: normal !important;
    font-size: 11px;
}
#userForm .checkbox {
    display: block;
    margin-right: 10px;
}
#userForm .radio {
    margin-right: 10px;
    display: block;
}

#userForm .inline {
    display: inline;
}

.formValidation {
    display: block;
}
.formValidation .formError {
    font-size: 14px;
}
.formControls input.btn {
    margin-left: 10px;
    padding: 6px 5px 8px;
}

.rsform-calendar-button::before{
    content:"\f073";
    font-family: FontAwesome;
}

/* rsforms pro　ここまで*/



/* ↑PC・スマホ共通デザイン */

/***********onedam***/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}
img {vertical-align: bottom;}
#wrapper {
	background-color: rgba(255,255,255,.8);
	position:fixed;
	width:100%;
	height:35px;
	z-index:100;
}
#header-wrap {width:/*980*/960px; margin:0 auto; position:relative; height:35px;}
h1 {font-size:11px; padding-top:5px;}
p.headnav {position:absolute; top:0px; right:0; font-size:12px;}
p.headnav span {margin-left:15px; display:inline-block; vertical-align:middle;}
.privacy:before {
  content: "\f138";
  font-family: FontAwesome;
  margin-right:.3em;
}
.recall {color:#cc0000;}
.recall:before {
  content: "\f138";
  font-family: FontAwesome;
  margin-right:.3em;
}
.call a {font-size:22px; color:#0088CE; text-decoration:none; font-weight:bold;}
.call a:before {
  content: "\f095";
  font-family: FontAwesome;
  margin-right:.3em;
}

.call2 a {font-size:30px; color:#0088CE; text-decoration:none; font-weight:bold;}
.call2 a:before {
  content: "\f095";
  font-family: FontAwesome;
  margin-right:.2em;
}

#navigation {min-width:/*980*/960px; margin:0 auto;}
#navbar-wrap {width:100%; height:65px; position:fixed; z-index:10;
	margin-top:35px;
	background-color: rgba(255,255,255,.8);
}
#navbar {width:/*980*/960px; height:65px; margin:0 auto;}

/*ナビゲーション装飾*/
#navbar ul.menu > li { display: block; float: left; position: relative; height:65px; cursor:pointer;}
#navbar ul.menu > li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0088CE;
  height: 0px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#navbar ul.menu > li:first-child:before {background:none;}
#navbar ul.menu > li:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  height: 3px;
  z-index:100;
}
ul.menu li a:hover img {
    opacity: 1.0;
    -webkit-opacity: 1.0;
    -moz-opacity: 1.0;
   filter: alpha(opacity=100);
    /* IE lt 8 */
    -ms-filter: “alpha(opacity=100)”;
    /* IE 8 */
}

.inr {width:/*980*/960px; margin:0 auto;}
#box-wrap {width:/*980*/960px; margin:0 auto;}
#home #box-wrap {width:100%;}

/*メインイメージ*/
#promo-wrap, #promo-page-title {margin-top:100px;}
#promo-wrap ul li img {width:100%; height:auto;}

/**新着ニュース**/

/**ピックアップ**/
#toppickup {background-color:#f3f3f3; padding:50px 0;}
ul.pickup3 {
    width:/*980*/960px;
    margin:0 auto;
}
ul.pickup3 li {
  float:left;
        margin:.5%;
        width:32%;
        text-align:center;
}
ul.pickup3 li img {display:block; margin-bottom:5px; width:100%; height:auto;}
ul.pickup3 li p {font-size:16px;}
ul.pickup3 li p span {font-size:16px; font-weight:bold;}
ul.pickup3 li a:hover {text-decoration:none;}
ul.pickup3 li a:hover p { color:#0088CE;}


/**製品ラインナップ**/
ul.product {width:/*980*/960px; margin:0 auto;}
ul.product li {
  float:left;
        margin:.5%;
        width:24%;
        text-align:center;
}
ul.product li img {display:block; margin-bottom:5px; width:100%; height:auto;}

ul.product li p {font-size:16px;}
ul.product li p span {font-size:16px; font-weight:bold;}
ul.product li a:hover {text-decoration:none;}
ul.product li a:hover p { color:#0088CE;}


/**雑誌掲載・TV放送情報**/
#toppublicity {background-color:#f3f3f3; padding:50px 0;}

/**sns**/
.btmsns {text-align:center;}
.btmsns a span {font-size:40px; color:#0088CE; margin:0 15px;}
.btmsns a:hover {text-decoration:none;}
.btmsns a span:hover {color:#263749;}
.btmsns a span.icon-tw:before {
  content: "\f099";
  font-family: FontAwesome;
}
.btmsns a span.icon-insta:before {
  content: "\f16d";
  font-family: FontAwesome;
}
.btmsns a span.icon-fb:before {
  content: "\f09a";
  font-family: FontAwesome;
}
.btmsns a span.icon-yt:before {
  content: "\f16a";
  font-family: FontAwesome;
}

.cat-children ul li a { background-color:#0088CE; padding:.5em 1em; color:#fff; margin:0 5px; float:left; font-size:12px;}
.cat-children ul li a:hover {text-decoration:none; background-color:#263749;}

/****/
table.topics {border-collapse: collapse; width:100%;}
table.topics td.photo {width:150px;}
table.topics td.photo img {width:150px; height:189px; object-fit: cover;}
table.topics td.photo1 {width:180px;}
table.topics td.photo1 img {width:100%; height:auto;}
table.topics td.photo2 {width:305px;}
table.topics td.photo2 img {width:100%; height:auto;}
table.topics tr td { padding:10px; vertical-align: top;}
table.topics tr td span {font-weight:bold; display:block; margin-bottom:1.5em; color:#263749;}


/**リコールについて**/
h3.recalltitle {font-size:26px; text-align:center; margin-bottom:1.5em;}
h3.recalltitle span {display:block; font-size:30px; color:#cc0000; padding-bottom:.5em; margin-bottom:.5em; border-bottom:1px solid #e8e8e8;}
p.recalltxt {font-size:16px; text-align:center;}
p.recalltxt span {color:#FF1010;}
p.caution {background-color:#FF1010; color:#fff; padding:.5em 0; text-align:center; font-size:24px; font-weight:bold;}
.flt3 li img {margin-bottom:10px;}
.free {padding-right:.5em;}
.freedial a {font-size: 30px; font-weight: bold; color:#cc0000;}

/**製品ラインナップ**/
.productcap h5 {border:1px solid #e8e8e8; padding:.5em 0; text-align:center; font-weight:bold; font-size:18px; margin-top:.8em;}
.productcap  a:hover {text-decoration:none;}
.ptitle {font-size:30px; font-weight:bold; border-bottom:1px solid #e8e8e8; padding-bottom:.3em; margin-bottom:.5em;}
.ptitle2 {font-size:20px; font-weight:bold; margin-bottom:1em;}

/**特集製品**/
.over img{
	opacity:0.5;
}
.pickupthumb ul{
	margin-top: 10px;
	padding: 0;
}
.pickupthumb li{
        width:25%; height:auto;
	display:inline-block;
}
.pickupthumb li img {width:100%; height:auto;}

/**アンケート**/
.enq-waku {border:4px double #e8e8e8; padding:2em;}
.policy {background-color:#333; padding:1.5em; font-size:13px; color:#fff;}

.rsform-block-product {font-weight:bold; border-top: 3px solid #ccc; padding: 1em 0; margin-top: 30px!important;}

/**プライバシーポリシー**/
ul.privacypolicy {}
ul.privacypolicy li {margin-bottom:1em;}
ul.privacypolicy li h4 {font-size:14px; font-weight:bold; color:#263749;}
ul.privacypolicy li h4:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right:.3em;
}

/**よくあるご質問**/
.question {
/*font-size:19px; 
margin-bottom:.5em; */
font-size:/*17*/15px; 
margin-bottom:0.7em; 
cursor: pointer; 
}
.question:before {
  content: "\f128";
  font-family: FontAwesome;
  margin-right:.5em;
  color:#0088CE;
}
.answer {display:none;}
.answer {background-color:#f3f3f3; padding:1.5em; margin-bottom:20px;}

/**会社案内**/
.msg1 {font-size:40px; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; color: #0088CE;}
.msg2, .name {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; font-size:24px; color:#000;}
.name span {font-size:16px;}
.rinen {text-align:center; line-height:2em; font-size:16px;}

/**採用情報**/
ul.recruitList { width:70%; margin:0 auto;}
ul.recruitList li { font-size:28px; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; color:#000;}
ul.recruitList li:before {

  content: "\f046";
  color:#ccc;
  font-family: FontAwesome;
  margin-right:.5em;
}

/**品質管理 故障・修理について**/
.waku {background-color:#f3f3f3; padding:1em 1.5em; margin:30px 0;}
.waku h5 {font-size:18px; font-weight:bold; border-bottom:1px solid #ccc; padding-bottom:.5em; margin-bottom:.5em; color:#cc0000;}
.waku h5:before {
  content: "\f071";
  font-family: FontAwesome;
  margin-right:.5em;
}
ul.recallno {margin-left:2%;}
ul.recallno li {width:30%; float:left; font-size:20px;
border:1px solid #e8e8e8; padding:.5em 1em; margin:1%; background-color:#fff;}
ul.recallno li:before {
  content: "\f0da"; color:#999;
  font-family: FontAwesome;
  margin-right:.5em;
}
table.tcau {border-collapse: collapse;}
table.tcau th {padding:0 20px 0 0; text-align:left; font-size:20px; font-weight:bold;}
table.tcau td {padding:0; font-size:20px;}

ul.cau1 li {margin:.5em 0;}
ul.cau1 li span {font-weight:bold;}
ul.cau1 li:before {
content: "\f111";
  font-family: FontAwesome;
  margin-right:.5em;
}

.rsform-block-text4,.rsform-block-text5,.rsform-block-text6,.rsform-block-text7 {
font-weight:bold; padding: 1em 0 0;
}
.rsform-block-text4:before,.rsform-block-text5:before,.rsform-block-text6:before,.rsform-block-text7:before {
  content: "\f13a";
  font-family: FontAwesome;
  margin-right:.3em;
}
p.formtxt {display:inline-block; text-align:left; font-size:12px;}
#recall2 .rsform-block-text3 {margin-bottom:20px;}

/**お問い合わせ**/
#contactform {margin-top : -100px; padding-top : 100px;}

/**テーブル**/
table.blog {border-collapse: collapse; width:100%;}
table.blog td.photo {width:40%;}
table.blog td {padding:10px; vertical-align: top;}
.tstyle1 {border-collapse: collapse; width:100%;}
.tstyle1 th {width:20%; padding:15px; border-bottom:1px solid  #0088CE; text-align:left; border-right:10px solid #fff;}
.tstyle1 td {width:80%; padding:15px; border-bottom:1px solid #e8e8e8; text-align:left;}
.tstyle2 {border-collapse: collapse; width:100%;}
.tstyle2 th {width:20%; padding:15px; border-bottom:1px solid #e8e8e8; font-weight:bold; border-right:5px solid  #0088CE;}
.tstyle2 td {width:80%; padding:15px; border-bottom:1px solid #e8e8e8; text-align:left;}
td.end, th.end {border-bottom:none;}
.tstyle3 {border-collapse: collapse; width:100%;}
.tstyle3 th {padding:15px; border:1px solid  #e8e8e8; background-color:#f7f7f7;}
.tstyle3 td {padding:15px; border:1px solid #e8e8e8; text-align:center;}
.ban {width:50%;}
.kikan {width:50%;}
.tstyle {border-collapse: collapse; width:100%;}
.tstyle th {width:30%; padding:10px 15px; border:1px solid  #e8e8e8; text-align:left; background-color:#f7f7f7;}
.tstyle td {width:70%; padding:10px 15px; border:1px solid #e8e8e8;}
.tstyle01 {border-collapse: collapse; width:100%;}
.tstyle01 th {width:30%; padding:10px 15px; border:1px solid  #e8e8e8; text-align:left; background-color:#f7f7f7;}
.tstyle01 td {width:35%; padding:10px 15px; border:1px solid #e8e8e8;}
.hinban {text-align:center; background-color:#f7f7f7;}
.tstyle02 {border-collapse: collapse; width:100%;}
.tstyle02 th {width:20%; padding:10px 15px; border:1px solid  #e8e8e8; text-align:left; background-color:#f7f7f7;}
.tstyle02 td {width:20%; padding:10px 15px; border:1px solid #e8e8e8;}

/**フロートスタイル**/
.flt {width:48%; margin:1%; float:left;}
.flt50 {width:50%; float:left;}
.fltLs {width:29%; float:left;}
.fltRs {width:29%; float:right;}
.fltLl {width:69%; float:left;}
.fltRl {width:69%; float:right;}

ul.flt3 {}
ul.flt3 li {width:31%; margin:1%; float:left;}
ul.flt4 li {width:23%; margin:1%; float:left;}
ul.flt4 li img {width:100%; height:auto;}
img.full {width:100%; height:auto;}

.fltFlex {
    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;
}
.fltF {width:470px; margin:10px;}
.fltF img {margin-bottom:10px;}

/**見出しスタイル**/
.style-m {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;}
.mds01 {font-size:16px; text-align:center; margin-bottom:1.5em;}
.mds01 span {font-size:33px;}
.mds01 span:after{
  content:"/";
  font-weight:bold;
  color: #0088CE;
  margin-left:.3em;
  margin-right:.3em;
}
.mds02 {font-size:33px; border-bottom:1px solid #e8e8e8; padding-bottom:.1em; margin-bottom:.5em;}

.mds02a {font-size:26px; text-align:center; font-weight:bold;}
.mds02a {
  position: relative;
  padding-bottom: .5em;
  margin-bottom:1.5em;
}
.mds02a:after {
  position: absolute;
  bottom: -3px;
  left: 47%;
  z-index: 2;
  content: '';
  width: 6%;
  height: 3px;
  background-color: #e8e8e8;
}

.mds03 {font-size:22px; border-bottom:1px solid #e8e8e8; padding-bottom:.1em; margin-bottom:.5em; color:#000;}
.mds04 {/*font-size:20px;*/ font-size:18px; font-weight:bold; color:#0088CE; margin-bottom:.5em;}
.mds05 {font-size:20px; font-weight:bold; margin-bottom:.5em;}

ul.flt3 li h5 {text-align:center; font-weight:bold; font-size:18px;}

.cap1 {background-color:#333; color:#fff; text-align:center; padding:.5em; /*font-size:24px;*/ font-size:20px; margin-bottom:1.5em;}
.cap1 span {font-size:16px; display:inline-block; padding-top:.5em; margin-top:.5em; border-top:1px solid #fff;}

.item-page-title {font-size:22px; margin-bottom:.5em;}

/**ボタンスタイル**/
.bstyle1 a {display:inline-block; text-align:center; font-size:15px; width:250px; height:50px; line-height:50px; border:1px solid #e8e8e8; border-radius:50px;}
.bstyle1 a:hover {text-decoration:none; border:1px solid #0088CE;}
#toppublicity .bstyle1 a {border:1px solid #ccc;}
#toppublicity .bstyle1 a:hover {border:1px solid #0088ce;}

.bstyle1w a {display:inline-block; text-align:center; font-size:15px; padding:0 2em; height:50px; line-height:50px; border:1px solid #e8e8e8; border-radius:50px; margin:.5em;}
.bstyle1w a:hover {text-decoration:none; border:1px solid #0088CE;}

.waku .bstyle1w a {border:1px solid #ccc;}
.waku .bstyle1w a:hover {border:1px solid #0088ce;}

#footer-wrap {margin-top:20px; background-color:#263749;}
#home #footer-wrap {margin-top:60px; background-color:#263749;}
  #footer {padding-top:15px;}
  ul.fmenu{float:left; margin-right:5%; color:#fff;}
  ul.fmenu > li {font-size:15px; margin-top:10px;}
  ul.fmenu li ul li {display:block; font-size:12px;}
  ul.fmenu li ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right:.3em;
}
ul.fmenu li a {color:#fff;}

table.finfo {display:inline-block; text-align:left;}
table.finfo td {font-size:12px; line-height:1.5; color:#fff; text-align:left; vertical-align:bottom;}
table.finfo td img {padding:0 0 10px 15px;}

#bottom {background-color:#263749;}
#bottom p {color:#fff; font-size:11px;}
.btmtxt {font-size:12px; color:#fff; text-align:left;}


.spritespin-progress {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 45%;
}
.spritespin-progress-label {
  color: grey;
}
.spritespin-progress-bar {
  background-color: grey;
  height: 1px;
}


/****************************************
          margin
*****************************************/
.mb1em{margin-bottom:1em!important;}
.mb2em{margin-bottom:2em!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb25{margin-bottom:25px!important;}
.mb30{margin-bottom:30px!important;}
.mb40{margin-bottom:40px!important;}
.mb50{margin-bottom:50px!important;}
.mb60{margin-bottom:60px!important;}
.mb70{margin-bottom:70px!important;}
.mb80{margin-bottom:80px!important;}
.mb90{margin-bottom:90px!important;}
.mb100{margin-bottom:100px!important;}
.mr20{margin-right:30px!important;}
.alignC {text-align:center;}
.alignR {text-align:right;}


/****************************************
         以下自社で追加
*****************************************/
.add701{margin:-10px 0 60px 0!important;}

/* -----------------------------------------------------------------------
YouTube調整
------------------------------------------------------------------------*/
.frame-wrapper_yt {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.frame-wrapper_yt iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* -----------------------------------------------------------------------
googleフォーム調整
------------------------------------------------------------------------*/
.frame-wrapper_gf{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 120%;
  margin-left:auto;
  margin-right:auto;
}

.frame-wrapper_gf iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* -----------------------------------------------------------------------
margin-top／0auto
------------------------------------------------------------------------*/
.mt1 {
margin-top: 1px;
}
.mt5 {
margin-top: 5px;
}
.mt10 {
margin-top: 10px;
}
.mt20 {
margin-top: 20px;
}
.mt30 {
margin-top: 30px;
}
.mt40 {
margin-top: 40px;
}
.mt50 {
margin-top: 50px;
}
.mt60 {
margin-top: 60px;
}
.mt70 {
margin-top: 70px;
}
.mt80 {
margin-top: 80px;
}
.mt90 {
margin-top: 90px;
}
.mt100 {
margin-top: 100px;
}
.mt110 {
margin-top: 110px;
}
.mt120 {
margin-top: 120px;
}
.mt130 {
margin-top: 130px;
}
.mt140 {
margin-top: 140px;
}
.mt150 {
margin-top: 150px;
}
.m0a {		
margin: 0 auto;		
}		
.mia{
  margin-inline: auto;
}

/* -----------------------------------------------------------------------
フロートスタイル追加
------------------------------------------------------------------------*/
.fltL40 {width:38%; margin:1%; float:left;}
.fltR60 {width:58%; margin:1%; float:right;}
.fltL60 {width:58%; margin:1%; float:left;}
.fltR40 {width:38%; margin:1%; float:right;}

/**アンバサダー**/
.titleAmb
{display:inline-block; text-align:center; font-size:15px; padding:0 2em; 
height:50px; line-height:50px; border-radius:50px; margin:0.5em;
 background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.btn-amb-gradient a{
display:inline-block; text-align:center; font-size:15px; padding:0 2em; height:50px; line-height:50px;
 border-radius:50px; margin:0.5em;
 color: #FFF;
 background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
 transition: .4s;
}

.btn-amb-gradient a:hover {
text-decoration:none;
 background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

/**HOME追加**/
#toppublicity .newsflash-item{
border: 1px solid #ccc;
padding:0 2%;
}

/**HOME_サロン様ご紹介**/
#topsalon {background-color:#f3f3f3; padding:50px 0;}
.salon a {
color: #333;
    text-decoration: none;
}
.salon a:hover {
    text-decoration: none;
}
.salon a:hover p {
    color: #0088CE;
}

/**LINE公式アカウント**/
.line_ttl p {
  position: relative;
}

.line_ttl p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #00B900, #00B900 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #00B900, #00B900 2px, #fff 2px, #fff 4px);
}

.boxLine {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #00B900;
}
.boxLine .boxLine-title {
    position: absolute;
    display: inline-block;
    top: -32px;
    left: -3px;
    padding: 5px 12px;
    height: 30px;
    line-height: 25px;
    font-size: 17px;
    background: #00B900;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.boxLine p {
    margin: 0; 
    padding: 0;
}

/* -----------------------------------------------------------------------
タブ切り替え（全体のスタイル）5カラム
------------------------------------------------------------------------*/
.tabAs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tabA_item {
  width: calc(100%/5);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #f5f5f5;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tabA_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tabA_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tabA_content {
  display: none;
  padding: 40px 2% 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tabA1:checked ~ #tabA1_content,
#tabA2:checked ~ #tabA2_content,
#tabA3:checked ~ #tabA3_content,
#tabA4:checked ~ #tabA4_content,
#tabA5:checked ~ #tabA5_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabAs input:checked + .tabA_item {
  background-color: #5ab4bd;
  color: #fff;
}

/*420px以下*/
@media screen and (max-width: 420px) {
	.tabA_item{
	font-size: 10px;}
}
	
/*タブ内タイトル２行の場合*/
@media screen and (max-width: 420px) {
	.tabA_2lines{
	line-height:27px;}
}
/* -----------------------------------------------------------------------
タブ切り替え（全体のスタイル）4カラム
------------------------------------------------------------------------*/
.tabBs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tabB_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #f5f5f5;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tabB_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tabB_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tabB_content {
  display: none;
  padding: 40px 2% 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tabB1:checked ~ #tabB1_content,
#tabB2:checked ~ #tabB2_content,
#tabB3:checked ~ #tabB3_content,
#tabB4:checked ~ #tabB4_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabBs input:checked + .tabB_item {
  background-color: #5ab4bd;
  color: #fff;
}

/*420px以下*/
@media screen and (max-width: 420px) {
	.tabB_item{
	font-size: 10px;}
}
	
/*タブ内タイトル２行の場合*/
@media screen and (max-width: 420px) {
	.tabB_2lines{
	line-height:27px;}
}

/* -----------------------------------------------------------------------
ボタンスタイル追加
------------------------------------------------------------------------*/
.bstyle_add1 p {color: #0088CE;
display:inline-block;text-align:center; font-size:16px;}
.bstyle_add1 p a {background-color:#FFF; color: #0088CE; display:inline-block; padding:0.5em 1em;  line-height:25px;  border:1px solid #0088CE; border-radius:25px; margin:.5em;
transition: .3s;}
.bstyle_add1 a:hover { background-color: #86b3e0;
  color: white;text-decoration:none;}

.bstyle_add2 a {background-color:#FFF;
color: #0088CE;
display:inline-block;text-align:center; font-size:16px; padding:0 1em; width:250px; height:60px; line-height:60px; border:1px solid #0088CE; margin:.5em;
transition: .3s;}
.bstyle_add2 a:hover
 { background-color: #86b3e0;
  color: white;text-decoration:none;}

.bstyle_add3 a
 {text-align:center; font-size:16px;
background-color:#FFF; color: #0088CE; display:inline-block; padding:1em 1.5em;  line-height:25px;  border:1px solid #0088CE; margin:.5em;
transition: .3s; border-radius:30px; }
.bstyle_add3 a:hover 
{  background-color: #86b3e0; color: white;
text-decoration:none;}

.bstyle_add3b a {
  text-align: center;
  font-size: 16px;
  background-color: #86b3e0;
  color: #fff;
  display: inline-block;
  padding: 1em 1.5em;
  line-height: 25px;
  border: 1px solid #0088CE;
  margin: .5em;
  transition: .3s;
  border-radius: 30px;
}
.bstyle_add3b a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.bstyle_add4 a
 {text-align:center; font-size:16px;
background-color:#FFF; color: #0088CE; display:inline-block; padding:1em 1.5em;  line-height:25px;  border:1px solid #0088CE; margin:.5em;
transition: .3s; }
.bstyle_add4 a:hover 
{  background-color: #86b3e0; color: white;
text-decoration:none;}

.bstyle_add_01bl a{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/*width: 120px;*/
	margin: auto;
	padding: 1rem 1.5rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	transition: 0.5s;
    letter-spacing: 0.08em;
}
.bstyle_add_01bl a:hover {
	color: #fff;
	background: #27acd9;
}

.bstyle_add_01rd a {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/*width: 120px;*/
	margin: auto;
	padding: 1rem 1.5rem;
	font-weight: bold;
	border: 2px solid #e1332d;
	color: #e1332d;
	transition: 0.5s;
    letter-spacing: 0.08em;
}
.bstyle_add_01rd a:hover {
	color: #fff;
	background: #e1332d;
}

.bstyle_add_02bl a {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/*width: 120px;*/
	margin: auto;
	padding: 1rem 1.5rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	transition: 0.5s;
    letter-spacing: 0.08em;
}
.bstyle_add_02bl a:hover {
	color: #27acd9;
	background: #fff;
}

.bstyle_add_02rd a {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/*width: 120px;*/
	margin: auto;
	padding: 1rem 1.5rem;
	font-weight: bold;
	border: 2px solid #e1332d;
	background: #e1332d;
	color: #fff;
	transition: 0.5s;
    letter-spacing: 0.08em;
}
.bstyle_add_02rd a:hover {
	color: #e1332d;
	background: #fff;
}

.tac{text-align: center}

/*---------------------------------
　ダウンロードリスト
---------------------------------*/
.download-page{
	margin: 0 auto;
	padding: 0 10px;
	max-width: 720px;
}

.download-page h3{
	font-weight: bold;
	color: #0088CE;
}
.download-list li h4{font-size:14px !important;
}
.download-list{
border-top: 1px solid #e8e8e8;
}
.download-list li {
    border-bottom: 1px solid #e8e8e8;
    height: 50px;
    line-height: 50px;
    padding: 0 8px;
}
.download-list li h4{
	float:left;
}
.download-list li .data p{
	float:right;
	display: inline-block;
    position: relative;
    padding-right: 15px;
	line-height: 50px;
}
.download-list li .data p:last-child{
	margin-right: 25px;
}
.download-list li .data p:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5.5px 0 5.5px;
    border-color: #2ca559 transparent transparent transparent;
    display: block;
    content: '';
}
/*文字サイズ*/
@media screen and (max-width: 375px) {
.download-page h2{font-size:22px !important;}
.download-list li h4{font-size:14px !important;}
.download-list li .data p{font-size:12px !important;}
.download-list li .data p:last-child{margin-right: 15px;}
}


/* DL様リスト */
.dealer_anchor_area {
	color: #0088CE;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}
.dealer_anchor ul {
	margin-top: 5px;
	overflow: hidden;
}
.dealer_anchor ul li {
	float: left;
    margin-right: 15px;
}
.dealer_anchor ul li a {
	display: inline-block;
}
.dealer_anchor ul li a:before {
	content: ">";
	color: #0088CE;
	display: inline-block;
	margin-right: 3px;
}
@media screen and (max-width: 767px) {
	.dealer_anchor ul li {
		margin-right: 10px;
	}
}

/* DL様リスト_アコーディオン */
.acc_area {font-size:16px;
	cursor: pointer;
position: relative;}
.acc_area {
	background-color: #f3f3f3;
overflow: hidden;
	border-top: 1px solid #333;}
.acc_area:after{
    background: #f3f3f3;
    box-sizing: border-box;
    content: '\f078';
    display: block;
    font-family: FontAwesome;
    height: 54px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 4px;
}
.acc_dealer {display:none;
	padding:1.5em; margin-bottom:20px;}
.acc_dealer a{
color:#0088CE;
    text-decoration: underline
}

.dealer_pref_ttl {
	font-size: 18px;
    font-weight: 500;
	color: #333;
	padding: 12px 20px;
}
.dealer_table {
	width: 100%;
    border-collapse: collapse;
}
.dealer_table th {
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #0088CE;
	border: 1px solid #333;
	padding: 2px 0;
}
.dealer_table th.dl_name {
	width: 75%;
}
.dealer_table th.tel {
	width: 25%;
}
.dealer_table td {
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #333;
	padding: 6px 10px;
}
.dealer_table td.tel {
	text-align: center;
	vertical-align: middle;
}

/*420px以下*/
@media screen and (max-width: 420px) {
    .acc_dealer {padding:1.5em 0;
	}
	.dealer_table td{
		font-size:12px;
		padding:6px;
	}
}

/*ページ内リンクのズレ調整*/
#dl_contents{
  padding-top: 100px;
}
#hokkaido,#aomori,#miyagi,#yamagata,#fukushima,#tochigi,#gunma,#saitama,#tokyo,#kanagawa,#ibaraki,#chiba,#niigata,#toyama,#ishikawa,#nagano,#shizuoka,#aichi,#gifu,#mie,#shiga,#kyoto,#osaka,#hyogo,#wakayama,#tottori,#shimane,#okayama,#hiroshima,#yamaguchi,#tokushima,#kagawa,#ehime,#kouchi,#fukuoka,#nagasaki,#kumamoto,#miyazaki,#kagoshima,#okinawa {
   margin-top:-100px;
  padding-top:100px;
}
#hokkaido{
z-index:100;}
#aomori{
z-index:101;}

/*TOP　重要なお知らせ*/
.attention{
margin:0 auto 10px;
text-align: center;
}
.attention-inner{
padding: 5px 0 3px;
margin:0 auto /*12*/10px;
border: /*2*/1px solid #db0a0a;
border-radius: 100vh;
max-width:500px;
}
.attention a{
color: #db0a0a;
font-size: 14px;
align-items: center;
text-decoration:none;
line-height: 1.2;
}
.attention span{display: inline-block;
}

/*420px以下*/
@media screen and (max-width: 420px) {
.attention a{
padding: 2px 5px;
font-size: 12px;}
}

/* -----------------------------------------------------------------------
 Responsive(画像の切り替え)
------------------------------------------------------------------------*/
.spOnly {
  display: block; }
  @media screen and (min-width: 768px) {
    .spOnly {
      display: none; } }

.pcOnly {
  display: none; }
  @media screen and (min-width: 768px) {
    .pcOnly {
      display: block; } }
/* -----------------------------------------------------------------------
 flexbox
------------------------------------------------------------------------*/
.f-container, .flex{
	display:flex;	
}

/* -----------------------------------------------------------------------
 SNS埋め込み（サイズ調整）
------------------------------------------------------------------------*/
.instaInshot{
	margin:0 auto; text-align:center; display:block;
	width: 100%;
max-width: 540px;}

.instaInshot ifame{
	width: 100%;
max-width: 540px;}

/* -----------------------------------------------------------------------
 ページ内リンクのズレ調整
------------------------------------------------------------------------*/
/*ABD-701*/
#701_test_contents,#701_howto_contents,#701_faq_contents{
  padding-top: 100px;
}
#701_test,#701_howto,#701_faq {
   margin-top:-100px;
  padding-top:100px;
}
#701_test,#701_howto,#701_faq{
z-index:100;}

/*HBD-701F 未使用*/
#nozzle_contents{
  padding-top: 100px;
}
#nozzle{
   margin-top:-100px;
  padding-top:100px;
}
#nozzle{
z-index:100;}

/* -------------------------------------------------------------		
ふきだしデザイン（動画用）	
--------------------------------------------------------------*/
.ttl-fukidashi01 {
  text-align:center;
  margin: 0 auto;
  color: #333;
  width: 96%;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  position: relative;
  padding: 0.6em 1.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #ffeabf, #ffeabf 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #ffeabf, #ffeabf 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}

.ttl-fukidashi01:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}
/* ------------------------------------------------------------------------------------------
            ↓ ↓ 以下はワンダムストアから移植CSS ↓ ↓
--------------------------------------------------------------------------------------------*/
/*---------------------------------
　ページ内リンクのズレ調整（ヘッダーの影響）
---------------------------------*/
html {
  scroll-padding-top: 80px/*ヘッダーの高さ*/;
}

/*---------------------------------
　テキスト行揃え
---------------------------------*/
.txtL, .tal, .tAL {
  text-align: left !important;
}
.txtR, .tar, .tAR {
  text-align: right !important;
}
.txtC, .tac, .tAC {
  text-align: center !important;
}
/*---------------------------------
　テキストサイズ／色
---------------------------------*/
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}

/**　テキストの色　**/
.fc-red {
  color: #ee0000;
}
.fc-blue {
  color: #065FD4;
}
.fc-green {
    color: #13bf24;
}

/*---------------------------------
　見出しデザイン（背景付き）
---------------------------------*/
/*共通*/
.ttl-bg-black01, .ttl-bg01-black, .ttl09b {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-color: #333;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 0 6px;
}
/*TOP*/
.ttl-bg-gray01-top{
  font-size:  16px;
  letter-spacing: 0.1rem;
  padding: 8px 20px 6px;
  margin-bottom: 14px;
  background-color: whitesmoke ;
  color: /*#fff*/ #000;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .ttl-bg-gray01-top {
    font-size: 18px;
    max-width:  900px;
    margin-inline: auto !important;
  }
}
/*フリーページ*/
.ttl-fp-bg01 {
  padding: 24px 0 18px;
  background-image: linear-gradient(120deg, #C8E2FA 0%, #D1EEFB 100%);
  line-height: 1;
  color: #000;
}

.ttl-fp-bg01, .fp-ttl-bg01-line {
  width: 100vw !important;
  margin: 0 calc(50% - 50vw) !important;
}
.ttl-fp-bg01-line {
  padding: 4px 0 4px;
  background-image: linear-gradient(120deg, #C8E2FA 0%, #D1EEFB 100%);
  line-height: 1;
  color: #000;
}
.ttl-fp-bg01-line h1, .fp-ttl-bg01-line h2 {
  padding: 18px 0 14px;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  letter-spacing: 0.08rem;
}
/*---------------------------------
　見出しデザイン（下線）
---------------------------------*/
/* 見出しの下に線 */
.ttl-under-01-LB, .ttl-under01-bl {
  /*font-size: 16px;*/
  font-weight: bold;
  border-bottom: 2px solid #b4d2f0;
  margin-bottom: 10px;
  line-height:1;/*追加*/
  padding-bottom: .3rem;/*追加*/
}
.ttl-under02 {
  /*font-size: 16px;*/
  border-bottom: 1px solid #6e6e6e;
  padding-bottom: .3rem;
  margin-bottom: .5em;
  line-height:1;/*追加*/
}
/* 見出しの下に斜線 */
.ttl-border01 {
  position: relative;
  /*font-size: 1.4rem*/ /*20px;*/
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  line-height: 1;
  padding-bottom: 0.2rem;
}
.ttl-border01:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, #6E6E6E, #6E6E6E 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6E6E6E, #6E6E6E 2px, #fff 2px, #fff 4px);
}
/* 見出しの下に斜線 */
.ttl-border02 {
  position: relative;
  line-height: 1;
  padding-bottom: 0.6rem;
  margin-bottom: 10px;
}
.ttl-border02:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: repeating-linear-gradient(90deg, #6E6E6E, #6E6E6E 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 4px);
}

/*---------------------------------
　テキストデザイン
---------------------------------*/
/*下線マーカー*/
.marker-yellow {
  background: linear-gradient(transparent 60%, #ffffbc 60%);
}
.marker-blue {
  background: linear-gradient(transparent 60%, #d1f0ff 60%);
}
.marker-blueGreen {
  background: linear-gradient(transparent 60%, #d1fbff 60%);
}
.marker-green {
  background: linear-gradient(transparent 60%, #d1fff4 60%);
}
.marker-stripe {
  background-image: repeating-linear-gradient(-45deg, #fcf69f 0, #fcf69f 2px, transparent 2px, transparent 4px);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
}


/*---------------------------------
　button　追加デザイン
---------------------------------*/
/*共通*/
.btn_add01-bl a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*width: 120px;*/
  margin: auto;
  padding: 1rem 2rem;
  font-weight: bold;
  border: 2px solid #27acd9;
  color: #27acd9;
  transition: 0.5s;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
.btn_add01-bl a:hover {
  color: #fff;
  background: #27acd9;
}
.btn_add01-rd a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*width: 120px;*/
  margin: auto;
  padding: 1rem 2rem;
  font-weight: bold;
  border: 2px solid #e1332d;
  color: #e1332d;
  transition: 0.5s;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
.btn_add01-rd a:hover {
  color: #fff;
  background: #e1332d;
}
.btn_add02-bl a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*width: 120px;*/
  margin: auto;
  padding: 1rem 2rem;
  font-weight: bold;
  border: 2px solid #27acd9;
  background: #27acd9;
  color: #fff;
  transition: 0.5s;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
.btn_add02-bl a:hover {
  color: #27acd9;
  background: #fff;
}
.btn_add02-rd a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*width: 120px;*/
  margin: auto;
  padding: 1rem 2rem;
  font-weight: bold;
  border: 2px solid #e1332d;
  background: #e1332d;
  color: #fff;
  transition: 0.5s;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
.btn_add02-rd a:hover {
  color: #e1332d;
  background: #fff;
}
.btn_add03-rd-line a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*width: 120px;*/
  margin: auto;
  padding: 1rem 2rem;
  font-weight: bold;
  border: 1px solid #e1332d;
  background: #fff;
  color: #e1332d;
  transition: 0.5s;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  border-radius: 30px;
}
.btn_add03-rd-line a:hover {
  color: #fff;
  background: #e1332d;
}

/*---------------------------------
　リンク装飾
---------------------------------*/
.link-bl, .link-bl a {
  color: #065FD4; /*#1558d6*/
}
.link-bl-b, .link-bl-b a {
  color: #065FD4; /*#1558d6*/
  font-weight: bold;
}
.link-bl-under, .link-bl-under a {
  color: #065FD4; /*#1558d6*/
  text-decoration: underline;
}
.link-bl-under-b, .link-bl-under-b a {
  color: #065FD4; /*#1558d6*/
  text-decoration: underline;
  font-weight: bold;
}
/*---------------------------------
　テーブル（修理料金表）
---------------------------------*/
.tstyle-price-maintenance {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.4;
}
.tstyle-price-maintenance th {
  padding: 8px 10px;
  border: 1px solid #e8e8e8;
  text-align: left;
  background-color: whitesmoke;
  font-size: 13px;
}
.tstyle-price-maintenance th:first-child {
width: 25%;
}
.tstyle-price-maintenance th:nth-child(2) {
  font-size: 13px;
	width: 45%;
}
.tstyle-price-maintenance th:last-child {
	width: 30%;
}
.tstyle-price-maintenance td {
  /*width: 40%;*/
  padding: 10px 10px;
  border: 1px solid #e8e8e8;
}
.tstyle-price-maintenance td:first-child {
  width: 25%;
}
.tstyle-price-maintenance td:nth-child(2) {
  font-size: 13px;
	width: 45%;
}
.tstyle-price-maintenance td:last-child {
	width: 30%;
}

/*---------------------------------
　修理ページ（アコーディオン）
---------------------------------*/
.maintenane-container .question:before {
  content: none;
	margin-right: 0;
}
.maintenane-container .question {
  display: block;
  padding: 14px 50px 14px 10px;
  background: aliceblue;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.maintenane-container .answer {
background-color:white;
padding:5px;
}
/* 開閉状態を示すアイコン+の作成 */
.maintenane-container .question::before, .maintenane-container .question::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #4d4d4d;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
/* 一本は縦にして+を作る */
.maintenane-container .question::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
/* アコーディオンが開いたら縦棒を横棒にして-にする */
.maintenane-container .answer:checked + .maintenane-container .question:after {
  transform: translateY(-50%) rotate(0);
}

/* -----------------------------------------------------------------------
　
以下は特集ページ用に追加

------------------------------------------------------------------------*/

/* -----------------------------------------------------------------------
　特集ページ
------------------------------------------------------------------------*/
/*ページ内リンク・ボタン*/
.bstyle-wrap_feature01 {
  display: flex; /*横並び*/
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.bstyle-wrap-bg_feature01 {
  padding: 20px 0 30px;
  background-color: whitesmoke; /*背景に薄いグレー*/
}
.bstyle_feature01 a {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 0 1em;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #0088CE;
  margin: .5em;
  transition: .3s;
  letter-spacing: 0.05em;
  background-color: #FFF;
  color: #0088CE;
}
.bstyle_feature01 a:hover {
  background-color: #86b3e0;
  color: #FFF;
  text-decoration: none;
}

/*---------------------------------
　Flexレイアウト・特集ページ（スマホ縦並び／PC横並び：568pxで切り替え）
---------------------------------*/
/* 共通（スマホ表示） */
.feature-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.feature-block__image, .feature-block__text {
  width: 100%;
}
.feature-block__image img {
  width: 100%;
  height: auto;
  display: block;
}
/* 横並び切り替え（PC） */
@media screen and (min-width: 569px) {
  .feature-block {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  /* ①デフォルト：1:1（50%:50%） */
  .feature-block__image, .feature-block__text {
    max-width: 50%;
  }
  /* ② 3:7レイアウト */
  .feature-block--37 .feature-block__image {
    max-width: 30%;
  }
  .feature-block--37 .feature-block__text {
    max-width: 70%;
  }
  /* ③ 4:6レイアウト */
  .feature-block--46 .feature-block__image {
    max-width: 40%;
  }
  .feature-block--46 .feature-block__text {
    max-width: 60%;
  }
  /* ④ 7:3レイアウト */
  .feature-block--73 .feature-block__image {
    max-width: 70%;
  }
  .feature-block--73 .feature-block__text {
    max-width: 30%;
  }
  /* ⑤ 6:4レイアウト */
  .feature-block--64 .feature-block__image {
    max-width: 60%;
  }
  .feature-block--64 .feature-block__text {
    max-width: 40%;
  }
}

/* -----------------------------------------------------------------------
　インスタ動画（リール）埋め込み
------------------------------------------------------------------------*/
/*PCでは横並び、クリックすると拡大*/
.reels-container {
  background-color: whitesmoke;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  overflow-x: auto;
  padding: 40px;
}
.reel iframe {
  width: 340px;
  height: 620px;
  cursor: pointer;
  border: none;
}
/* モバイルでは縦並びに */
@media screen and (max-width: 768px) {
  .reels-container {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
.reel iframe {
  width: /*340*/320px;
  height: /*620*/564px;
  cursor: pointer;
  border: none;
}
}

/*---------------------------------
　ページ内スライドショー（横にスワイプ）
---------------------------------*/
.product-slider .swiper-slide {
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  width: /*980*/960px; /*追加*/
  margin: 0 auto; /*追加*/
}
.product-slider img {
  width: 100%;
  height: auto;
}
/* スライダー全体の幅を制限して中央に配置 */
@media screen and (min-width: 569px) {
  .swiper.product-slider {
    width: /*980*/960px;
    margin: 0 auto;
  }
}

/*テキスト：ゴシック体の変更：メイリオから游ゴシックへ*/
.font-style-sans-new p {
  font-family: 'Lato', "游ゴシック体", "Yu Gothic", "YuGothic", 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', 'Noto Sans JP', sans-serif, Noto Sans, Roboto, sans-serif;
  font-weight: 500;
}
/*---------------------------------
　【特設ページ】テクノロジー
---------------------------------*/
.tech-wrap {
  line-height: 2.4;
  padding: 0 20px;
  max-width: 720px;
  margin-inline: auto;
}
/*---------------------------------
　【btn】もっと読むボタン（ストアから移植）
---------------------------------*/
.btn-more {
    display: inline-block;
    /*width: 140px;*/
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    outline: none;
    margin-top:10px;
}
.btn-more__link {
    position: relative;
    display: inline-block;
    padding: 0 32px;
    border-radius: 8px;
    border: 1px solid #6e6e6e;
    background: transparent;
    cursor: pointer;
    /*font-weight: bold;*/
}
.btn-more__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
}