@charset "utf-8";

/*----------------------------------------------------
 アイコンフォント
----------------------------------------------------*/
@font-face {
  font-family: 'fontello';
  src: url('//svg.aacdn.jp/aa-front/font/fontello.eot');
  src: url('//svg.aacdn.jp/aa-front/font/fontello.eot') format('embedded-opentype'),
       url('//svg.aacdn.jp/aa-front/font/fontello.woff') format('woff'),
       url('//svg.aacdn.jp/aa-front/font/fontello.ttf') format('truetype'),
       url('//svg.aacdn.jp/aa-front/font/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="aa_icon-font-"]:before,
[class*=" aa_icon-font-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    font-style: normal;

    src: url('//svg.aacdn.jp/aa-front/font/fontello.eot');
    src: url('//svg.aacdn.jp/aa-front/font/fontello.eot') format('embedded-opentype'),
    url('//svg.aacdn.jp/aa-front/font/fontello.woff') format('woff'),
    url('//svg.aacdn.jp/aa-front/font/fontello.ttfS') format('truetype'),
    url('//svg.aacdn.jp/aa-front/font/fontello.svg') format('svg');
}
[class^='aa_icon-font-']:before,
[class*=' aa_icon-font-']:before {
    display: inline-block;
    width: 1em;
    margin-right: 0.2em;
    margin-left: 0.2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    font-family: 'fontello';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1em;
    speak: none;
}
.aa_icon-font-search:before { content: '\e800'; }
.aa_icon-font-glyph-facebook:before { content: '\e801'; }
.aa_icon-font-glyph-twitter:before { content: '\e802'; }
.aa_icon-font-glyph-gplus:before { content: '\e803'; }
.aa_icon-font-up-open-big:before { content: '\e804'; }
.aa_icon-font-glyph-hatena:before { content: '\e805'; }
.aa_icon-font-text-cat:before { content: '\e806'; }
.aa_icon-font-glyph-pocket:before { content: '\e807'; }
.aa_icon-font-glyph-rss:before { content: '\e808'; }
.aa_icon-font-arrow-down:before { content: '\e809'; }
.aa_icon-font-arrow-left:before { content: '\e80a'; }
.aa_icon-font-arrow-up:before { content: '\e80b'; }

.aa_icon-font:hover {text-decoration: none;}
/* ie7 */
.ie7 [class^='aa_icon-font-'],
.ie7 [class*=' aa_icon-font-'] {
    font-family: 'fontello';
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
}
.ie7 .aa_icon-font-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;'); }
.ie7 .aa_icon-font-glyph-facebook { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;'); }
.ie7 .aa_icon-font-glyph-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;'); }
.ie7 .aa_icon-font-glyph-gplus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe803;&nbsp;'); }
.ie7 .aa_icon-font-up-open-big { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe804;&nbsp;'); }
.ie7 .aa_icon-font-glyph-hatena { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe805;&nbsp;'); }
.ie7 .aa_icon-font-text-cat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe806;&nbsp;'); }
.ie7 .aa_icon-font-glyph-pocket { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe807;&nbsp;'); }
.ie7 .aa_icon-font-glyph-rss { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe808;&nbsp;'); }
.ie7 .aa_icon-font-arrow-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe809;&nbsp;'); }
.ie7 .aa_icon-font-arrow-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80a;&nbsp;'); }
.ie7 .aa_icon-font-arrow-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80b;&nbsp;'); }

/* css icon */
.aa_css-icon {
    content: '';
    display: inline-block;
}
/* 赤い三角アイコン系 */
/* red 上向き */
.aa_css-icon-arw-top-red {
    border-top: 1px solid #c00;
    border-left: 1px solid #c00;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.aa_has-icon-right-center {position: relative;}
.aa_has-icon-right-center .aa_css-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
}
/* リストアイコン/link */
.aa_link-has-triangle-left {
    display: inline-block;
    position: relative;
    padding-left: 14px;
}
.aa_link-has-triangle-left:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.2em;
    left: 0;
    border-width: 5px 0 5px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #c00;
    width: 0;
    height: 0;
}

/* ----------------------------------------------------------------- common ---------------------------------------------------*/
/*----------------------------------------------------
 ベースレイアウト
----------------------------------------------------*/
.aa_container {position: relative;}
.aa_layout-inner {
    position: relative;
    width: 1058px;
    margin: 0 auto;
}
.aa_content {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.aa_content > .aa_layout-inner {padding: 12px 0;}
.aa_content-inner {
    position: relative;
    padding-top: 7px;
}
.aa_content-main {width: 697px;}
/*----------------------------------------------------
 ヘッダー
----------------------------------------------------*/
.aa_header {border-top: 4px solid #c00;}
.aa_header-inner {padding: 12px 0;}
.aa_header-site-id {padding-top: 6px;}
/* AAロゴ */
.aa_header-logo {float: left;}
.aa_header-logo-inner {
    display: block;
    overflow: hidden;
    width: 148px;
    height: 31px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(//img.aacdn.jp/app/touch-front/images/header-logo_red.png) left top no-repeat;
    -webkit-background-size: 148px 31px;
    background-size: 148px 31px;
}
.aa_header-category {
    float: left;
    margin: 4px 0 0 16px;
    font-size: 2.2rem;
}
.aa_header-category-link {
    font-weight: bold;
    line-height: 1;
    color: #1e1e1e;
}
.aa_header-category-link:hover {text-decoration: none;}

/*----------------------------------------------------
 パンくず（PC）
----------------------------------------------------*/
.aa_breadcrumb {
    margin-bottom: 20px;
    font-size: 1.2rem;
}
.aa_breadcrumb a {
    display: block;
    position: relative;
    margin-right: 8px;
    padding-right: 17px;
    color: #1e1e1e;
}
.aa_breadcrumb li:last-child a {font-weight: bold;}
.aa_breadcrumb a:after {
    content: '>';
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    color: #999;
    -webkit-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
}
.aa_breadcrumb li:last-child a:after {
    content: '';
}
/*----------------------------------------------------
 フッター
----------------------------------------------------*/
.aa_footer-copyright {
    display: block;
    margin-top: 20px;
    padding: 15px;
    text-align: center;
    border-top: 1px solid #dbdbcf;
    font-size: 1.1rem;
    color: #666;
}
/*----------------------------------------------------
 PCでは非表示
----------------------------------------------------*/
@media only screen and (min-width: 768px){
    .aa_breadcrumb-footer,
    .aa_pagetop {display: none;}
}
/* ----------------------------------------------------------------- PC基本コーディング ---------------------------------------------------*/
/* 見出し */
.aa_responsive-main-header {margin-bottom: 20px;}
.aa_responsive-main-header-title {
    border-bottom: 1px solid #000;
    font-size: 3.3rem;
    color: #000;
}
.aa_responsive-main-header-lead {margin-top: 15px;}
.aa_responsive-main-menu {padding: 0 0 30px 20px;}
/* プライバシーポリシー目次 */
.aa_responsive-list-item a {
    position: relative;
    display: inline-block;
    padding: 8px 0 8px 20px;
    font-size: 1.6rem;
    font-weight: bold;
}
.aa_responsive-list-item a:before {
    content: '▼';
    display: block;
    position: absolute;
    top: 50%;
    left: -5px;
    color: #c00;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.aa_responsive-contents-caption {
    padding: 10px;
    background: #eee;
    font-size: 1.8rem;
    font-weight: bold;
}
/* 見出しがリンクになるとブロックリンクになる */
.aa_responsive-contents-caption a {
    display: block;
    position: relative;
    color: #000;
}
.aa_responsive-contents-item {
  padding: 15px 10px;
    line-height: 1.5;
}
.aa_responsive-contents-item .aa_responsive-address{
    margin-bottom: 20px;
}
.aa_responsive-inner-list {
    list-style: outside decimal none;
    margin-left: 28px;
}
.aa_responsive-inner-list.list-ol {
    list-style: outside disc none;
}
.aa_responsive-inner-list-parenthesis > li{
    position: relative;
    list-style: none;
    padding-left: 2.8em;
}
.aa_responsive-inner-list-parenthesis > li:before{
    content:"（";
    display: inline-block;
    position: absolute;
    top: .0;
    left: 0em;
    width: 1em;
    height: 1em;
    letter-spacing:-0.1em;
}
.aa_responsive-inner-list-parenthesis > li:after{
    counter-increment:parenthesis;
    content:counter(parenthesis) "）";
    display: inline-block;
    position: absolute;
    top: .0;
    left: 1em;
    width: 2.5em;
    height: 1em;
    letter-spacing:-0.03em;
}
.aa_responsive-inner-list-parenthesis {counter-reset:parenthesis;}
.aa_responsive-inner-list-parenthesis > li{
    list-style: none;
}
.aa_responsive-inner-list-item {margin-bottom: 10px;}
.aa_responsive-inner-list-item > ol {
    list-style: outside decimal none;
    padding: 5px 0 5px 20px;
}
.aa_responsive-inner-list-item > ol > li {
    margin: 10px 0;
    font-size: 1.4rem;
}
.aa_responsive-inner-list-item > ol > li:last-child {margin: 10px 0 0;}

.aa_responsive-address {padding: 0 15px;}
.aa_responsive-address-item {margin: 3px 0;}
.aa_responsive-item-url {margin: 0 10px;}
.aa_responsive-time {
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
}
.aa_responsive-time-list-item {margin: 5px 0;}
.aa_responsive-inner-list-chapter {margin-bottom: 20px;}
.aa_responsive-inner-list-chapter:last-child{margin: 0;}
.aa_responsive-inner-list-chapter-caption {
    margin-bottom: 5px;
    font-weight: bold;
}
/* 文章節 */
.aa_responsive-inner-text {margin-bottom: 20px;}
.aa_responsive-inner-text:last-child {margin: 0;}
/* 前のページに戻るボタン */
.aa_responsive-btn {margin: 20px auto 0;}
.aa_pageprev {
    display: inline-block;
    position: relative;
    background: #c00;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 12px 100px;
    font-weight: bold;
    color: #fff;
}
.aa_has-icon-left-center .aa_css-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -5px;
}
.aa_css-icon-arw-left-white {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
/* 3列リスト */
.aa_responsive-3col-list a {
    display: block;
    position: relative;
    padding: 15px 10px;
}
.aa_responsive-3col-list .aa_grid-3col-item {
    width: 352px;
}

/* -------------- RSS -------------------*/
.aa_responsive-rss,
.aa_responsive-rss-recommend {
    margin-bottom: 20px;
}
.aa_responsive-rss .aa_responsive-contents-caption {
    padding: 0;
}
.aa_responsive-rss .aa_responsive-contents-caption a {
    padding: 10px;
}
/* オススメの新着RSS */
.aa_responsive-rss-recommend .aa_responsive-contents-caption {
    padding: 10px;
    background: #ff8c00;
    color: #fff;
}
.aa_responsive-rss-recommend .aa_responsive-3col-list {
    background: #fff6dd;
}
.aa_responsive-3col-list .title {margin-bottom: 5px;}
.aa_responsive-3col-list a:hover .title {text-decoration: underline;}
.aa_responsive-3col-list .lead {
    color: #999;
    font-size: 1.2rem;
}
/* RSSアイコンフォント */
.aa_responsive-contents-caption .aa_icon-font-glyph-rss:before {
    margin-left: 4px;
    font-size: 15px;
    color: #fff;
}
.aa_responsive-contents-caption .aa_pict-sns-rss {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    background: #ff8c00;
    text-align: center;
    line-height: 30px;
}
.aa_responsive-rss-list a .aa_icon-font-glyph-rss {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 15px;
    color: #ff8c00;
}
/* -------------- メルマガ -------------------*/
.mailmag-list .aa_grid-2col-item {
    width: 48%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 4%;
    vertical-align: top;
    letter-spacing: normal;
}
.register{
    display: inline-block;
    text-align: left;
    width: 550px;
}
.register-box {
    margin-bottom: 15px;
    letter-spacing: -0.4em;
}
.register-box * {
    letter-spacing: normal;
}
.register .input-box {
    border: 5px
    solid #CCC;
    width: 430px;
    display: inline-block;
    margin-right: 10px;
}
.register .input-box input {
    border: 0 none;
    height: 40px;
    text-indent: 3px;
    display: block;
    padding: 0;
    width: 100%;
    font-size: 1.5rem;
}
.register .input-btn {
    width: 100px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}
.register .input-btn .btn-register {
    height: 50px;
    border: none;
    background: #c00;
    color: #fff;
    border-radius: 4px;
    font-size: 1.8rem;
    width: 100%;
    font-weight: bold;
}
input.trans:hover {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.aa_responsive-inner-text-supplementation{
    font-size: 1.2rem;
    margin-bottom:20px;
}
.register .agree,
.register .attention {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #666;
}
.register .attention{
    color:#cc0000;
}
.register .aa_link-has-triangle-left{
    display:block;
    margin-bottom: 10px;
}

/* チェックボックス */
.checkbox-btn-wrap {text-align: left;}
.checkbox-btn-wrap input {display: none;}
.checkbox-btn {
    display: block;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
}
.checkbox-btn .icon-font-check {
    display: inline-block;
    background: #fff;
    border: solid 1px #aaa;
    border-radius: 4px;
    font-size: 1.3rem;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 4px;
    margin-right: 3px;
}
.checkbox-btn.plain{
    margin-bottom: 5px;
    font-weight: normal;
}
.checkbox:checked + label .icon-font-check {
    background: #73716e;
    border: solid 1px #73716e;
    border-radius: 4px;
}
.checkbox:checked + label .icon-font-check.blue {
    color: #005ead;
    text-shadow: -1px -1px 1px #00589f, 1px 1px 1px #ebf1f5;
}
.icon-font-check:before {
    content: url(//img.aacdn.jp/responsive/check_white_s.png);
    visibility: hidden;
    line-height: 1.3;
}
.checkbox:checked + label .icon-font-check:before {
    visibility: visible;
}
.mailmag-list-item-title {
    line-height: 1.4;
    margin-left: 29px;
    font-size: 1.2rem;
}
.list-item-header{margin-bottom: 15px;}
.aa_responsive-inner-attention-tit{
    color: #c00;
    font-weight: bold;
    margin-bottom: 10px;
}
.aa_responsive-inner-tit-ml{
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.flex_table_bd_2col{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items:stretch;
    letter-spacing: -0.4em;
    font-size: 0;
    width: 100%;
    border-top: solid 1px #ccc;
    margin-bottom: 20px;
    background: #eee;
}
.flex_table_bd_2col dt,
.flex_table_bd_2col dd {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
     font-size: 13px;
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
    padding: 20px;
    border: solid 1px #ccc;
    border-top: none;
}
.flex_table_bd_2col dt{
    border-right: none;
    width: 30%;
    font-weight: bold;
}
.flex_table_bd_2col dd{
    background: #FFF;
}
.samplePreview {
    border: 1px solid #666;
    padding: 10px;
    margin: 20px auto 10px auto;
    width: 55%;
    height: 600px;
    overflow: auto;
    background-color: #fff;
    text-align: left;
}
pre {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}
.error_ct .aa_responsive-contents-item{
    margin-bottom: 50px;
}
/* -------------- オプトアウト -------------------*/
.aa_responsive-contents-preferences {
    text-align: center;
    padding: 30px 5px ;
    border-top: dotted 1px #bbb;
    border-bottom: dotted 1px #bbb;
    margin: 20px 0 5px;
}
.aa_responsive-contents-preferences h2 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.preferences-now-on {
}
.preferences-now-on h2 em{
    color:#00C;
}
.preferences-btn{
    display: block;
    padding: 14px 5px;
    margin: 0 auto;
    border: solid 1px #d5d5d5;
    border-radius: 4px;
    background: #efefef;
    font-size: 1.6rem;
    color: #1d629a;
    font-weight: bold;
    width: 220px;
    text-align: center;
}
.preferences-now-off h2 em{
    color:#C00;
}
.preferences-now-off .preferences-btn {
    background: #c00;
    color: #fff;
    border: none;
}
.preferences-now-off {
    background: #e6e6e6;
}
.aa_responsive-contents-attenthion{
    margin: 15px 10px;
}
.aa_responsive-contents-attenthion h2{
    font-weight: bold;
    margin-bottom: 2px;
}
.aa_responsive-contents-attenthion p{
    font-size: 1.2rem;
    line-height: 1.4;
}
/* -------------- wellness -------------------*/
.aa_responsive-contents-chapter{
    margin-bottom: 40px;
}
.aa_responsive-contents-caption-line {
    padding: 6px 10px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    border-left: 4px solid #c00;
    border-bottom: 1px solid #000;
}
/* 見出しがリンクになるとブロックリンクになる */
.aa_responsive-contents-caption a {
    display: block;
    position: relative;
    color: #000;
}
.aa_responsive-contents-focus{
    background: #efefe0;
    padding: 40px;
    text-align: center;
}
.aa_standard_l_btn {
    display: inline-block;
    position: relative;
    background: #c00;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 18px 100px;
    font-weight: bold;
    color: #fff;
}
.wellness-contact-form{
    text-align: center;
}
.wellness-contact-form iframe{
    width: 930px;
}
/* ----------------------------------------------------------------- Small devices(tablet.sp) ---------------------------------------------------*/
@media only screen and (max-width: 767px){
    body {
        min-width: 100%;
        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    }
    /* img */
    img {
        height: auto;
    }
    /* リンク周り */
    a {
        color: #000;
        text-decoration: none;
    }
    a:hover {text-decoration: none;}
    .link-blue {
        color: #194aae;/* SP */
    }
    /* グリッド解除 */
    .aa_grid-free,
    .aa_grid-2col,
    .aa_grid-3col,
    .aa_grid-4col {
        letter-spacing: normal;/* pcの横並びリストのためのもの（解除） */
    }
    .aa_grid-free-item,
    .aa_grid-2col-item,
    .aa_grid-3col-item,
    .aa_grid-4col-item {
        display: block
    }
    .aa_grid-2col .aa_grid-2col-item,
    .aa_grid-3col .aa_grid-3col-item,
    .aa_grid-4col .aa_grid-4col-item {
        width: 100%;
    }
    /* 本文中はリンク青 */
    .aa_responsive-contents-item a {
        color: #194aae;
        display: inline;
    }
    /* ヘッダー */
    .aa_header {
        border-bottom: 1px solid #efefe0;
        width: 100%;
    }
    .aa_layout-inner {
        width: 100%;
        padding: 3px 0 9px;
        text-align: center;
     }
     .aa_content > .aa_layout-inner {
        padding: 0;
    }
    .aa_header-site-id {
        float: none;
        width: auto;
     }
    .aa_header-logo {float: none;}
    .aa_header-logo-inner {
        width: 110px;
        height: 23px;
        background: url(//img.aacdn.jp/app/touch-front/images/header-logo_red.png) left top no-repeat;
        -webkit-background-size: 110px 23px;
        background-size: 110px 23px;
    }
    .aa_header-logo-inner {margin: 0 auto;}
    .aa_header-category {display: none;}
    .aa_responsive-main-header-lead {
        margin: 10px 10px 0;
    }
    /* メインコンテンツ */
    .aa_responsive-main {text-align: left;}
    .aa_responsive-main-header {
        padding: 0;
    }
    .aa_responsive-main-header-title {
        background: #c00;
        padding: 4px 0;
        margin: 0 0 10px;
        text-align: center;
        border: none;
        font-size: 2rem;
        font-weight: bold;
        color: #fff;
    }
    .aa_responsive-main-menu {
        padding: 0 0 30px;
    }
    .aa_responsive-list-item a {
        display: block;
        padding: 10px 0 10px 40px;
    }
    .aa_responsive-list-item a:before {
        left: 10px;
    }
    .aa_responsive-item-text,
    .aa_responsive-item-url {
        display: block;
    }
    .aa_responsive-item-url {margin: 0;}
    /* 前のページに戻る */
    .aa_responsive-btn {margin: 0 10px 20px;}
    .aa_responsive-btn .aa_pageprev {
        display: block;
        padding: 15px 0;
        color: #fff;
    }
    /* フッターぱんくず */
    .aa_breadcrumb {display: none;}/*SP時上は削除*/
    .aa_breadcrumb-footer {
        overflow: hidden;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 7px 3px 6px;
        border-top: 1px solid #efefe0;
        text-align: center;
        word-wrap: break-word;
        font-size: 1.4rem;
        overflow-wrap: break-word;
    }
    .aa_breadcrumb-footer li {
        position: relative;
        margin: 2px 10px 2px 0;
        color: #000;
    }
    .aa_breadcrumb-footer li:last-child {
        margin-left: 6px;
    }
    .aa_breadcrumb-footer li:after {
        content: '>';
        display: block;
        position: absolute;
        top: -1px;
        right: -8px;
        font-weight: bold;
        color: #c00;
        -webkit-transform: scale(0.8, 1);
        transform: scale(0.8, 1);
    }
    .aa_breadcrumb-footer li:last-child:after {display: none;}
    .aa_breadcrumb-footer a {
        display: block;
        padding: 0 8px;
        text-decoration: none;
        color: #222;
    }
    .aa_footer-copyright {
        border: none;
        margin: 0;
        padding: 8px 15px;
    }
    .aa_pagetop {
        display: block;
        position: relative;
        border-top: 1px solid #efefe0;
        border-bottom: 1px solid #efefe0;
        padding: 10px 5px;
        text-align: center;
        color: #000;
        background: #fff;
    }
    /* -------------- RSS -------------------*/
    .aa_responsive-rss,
    .aa_responsive-rss-recommend {
        margin: 0;
    }
    .aa_grid-3col-item {
        width: 100%;
        border-bottom: 1px solid #eee;
     }
      .aa_responsive-rss-recommend .aa_grid-3col-item {
        border-bottom: 1px solid #ffdf9f;
     }
    .aa_grid-3col-item:last-child {border: none; }
     .aa_responsive-3col-list a:hover .title {text-decoration: none;}
    /* -------------- メルマガ -------------------*/
    .register{
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .register-box {
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -o-flexbox;
        display: flexbox;
        display: flex;
        width: 100%;
        margin: 6px 0px 15px ;
    }
    .register .input-box {
        flex: 1;
        margin-right: 7px;
        width: inherit;
    }
    :root .register .input-box {
        max-width: 74%\0/; /* IE9 */
    }
    .register .input-btn {
        width: 70px;
    }
    .input-btn input {
        -webkit-appearance:  none;
    }
    .flex_table_bd_2col{width: 100%;}
    .flex_table_bd_2col dt,
    .flex_table_bd_2col dd {
        width: 100%;
        border-right: solid 1px #ccc;
    }
    .samplePreview {
        width: 90%;
        height: auto;
        overflow: visible;
    }
    /* ------------ オプトアウト ---------------*/
    .aa_responsive-contents-preferences{
        text-align: left;
    }
    /* -------------- wellness -------------------*/
    .aa_standard_l_btn {
        padding: 18px 10px;
        font-weight: bold;
        width: 80%;
    }
    .wellness-contact-form{
        margin: 0 10px;
    }
    .wellness-contact-form iframe{
        width: 100%;
    }


}

/* -------------- Yahoo!ホットスポット -------------------*/
.yads_ad {
    width: 1038px;
}

.yads_ad_item {
    width: 302px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
    margin-right: 60px;
    padding-bottom: 30px;
}

a.yads_ad_item:hover {
    text-decoration: none;
    opacity: 0.8;
}

a.yads_ad_item:hover .yads_ad_title {
    text-decoration: underline;
}

.yads_ad a:nth-child(3n) {
    margin-right: 0;
}

.yads_ad_title {
    color: #005ead;
    line-height: 1.3;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding-left: 14px;
}

.yads_ad_title::after {
    content:'';
    display: block;
    position: absolute;
    top: 0.2em;
    left: 0;
    border-width: 5px 0 5px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #c00;
    width: 0;
    height: 0;
}

.yads_ad_adv {
    color: #008000;
    font-size: 12px;
    line-height: 1.3;
}

.yads_ad_desc {
    color: #1e1e1e;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 5px;
}

.yads_ad_info {
    color: #b3b3b3;
    font-size: 11px;
    line-height: 1.3;
    margin-top: 50px;
    text-align: right;
}

.yads_ad_info span {
    color: #b3b3b3;
}

.yads_ad_info a:hover {
    text-decoration: none;
}

.yads_ad_info img {
    width: 12px;
    height: 12px;
}

/* -------------- SP用(Yahoo!ホットスポット画像なしLP) -------------------*/
@media only screen and (max-width: 767px) {
    .yads_ad {
        width: 100%;
    }

    .yads_ad .yads_ad_item {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

.yads_ad_res_s {
    width: 1038px;
    margin: auto;
}

.yads_ad_item_has_image {
    width: 314px;
    min-height: 160px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
    margin-right: 40px;
    padding-bottom: 40px;
}

.yads_ad_res_s a:nth-child(3n) {
    margin-right: 0;
}

a.yads_ad_item_has_image:hover {
    text-decoration: none;
    opacity: 0.8;
}

a.yads_ad_item_has_image:hover .yads_ad_title_res_s {
    text-decoration: underline;
}

.yads_ad a:nth-child(3n) {
    margin-right: 0;
}

.yads_ad_img_res_s {
    width: 120px;
    height: auto;
    position: absolute;
}

.yads_ad_logo_res_s {
    display: none;
    height: 40px;
    width: auto;
    padding-left: 130px;
}

.yads_ad_logo_res_s img {
    height: 40px;
    width: auto;
}

.yads_ad_title_res_s {
    color: #005ead;
    line-height: 1.3;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding-left: 130px;
    margin-bottom: 5px;
    display: block;
}

.yads_ad_title::after {
    content:'';
    display: block;
    position: absolute;
    top: 0.2em;
    left: 0;
    border-width: 5px 0 5px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #c00;
    width: 0;
    height: 0;
}

.yads_ad_adv_res_s {
    color: #008000;
    font-size: 12px;
    line-height: 1.3;
    padding-left: 130px;
    margin-bottom: 5px;
}

.yads_ad_desc_res_s {
    color: #1e1e1e;
    text-decoration:none;
    font-size: 13px;
    line-height: 1.5;
    display: block;
    padding-left: 130px;
    margin-bottom: 5px;
}

.yads_ad_button_res_s {
    color: #005ead;
    font-size: 13px;
    line-height: 1.3;
    display: block;
    padding-left: 130px;
}

a.yads_ad_item_has_image:hover .yads_ad_button_res_s {
    text-decoration: underline;
}

.yads_ad_info_res_s {
    color: #b3b3b3;
    font-size: 11px;
    line-height: 1.3;
    margin-top: 50px;
    text-align: right;
}

.yads_ad_info_res_s span {
    color: #b3b3b3;
}

.yads_ad_info_res_s a:hover {
    text-decoration: none;
}

.yads_ad_info_res_s img {
    width: 12px;
    height: 12px;
}

/* -------------- SP用(Yahoo!ホットスポット画像ありLP) -------------------*/
@media only screen and (max-width: 767px) {
    .yads_ad_res_s {
        width: 100%;
    }

    .yads_ad_res_s .yads_ad_item_has_image {
        display: block;
        width: 100%;
        min-height: 150px;
        margin-right: 0;
        padding-bottom: 30px;
    }
}