@charset "UTF-8";

/* CSS Document */
/*==================================================================
    全体
===================================================================*/
body {
    overflow: hidden;
    background-image: url(../img/onayami_bg4.png);
    background-repeat: repeat-y;
    background-position: center;
}

a:hover {
    opacity: 0.5;
}

p {
    font-size: 22px;
    letter-spacing: 0rem;
}

img {
    vertical-align: bottom;
}

.clearfix {
    display: block;
    content: " ";
    clear: both;
}

/*==================================================================
    wrapper
===================================================================*/
/* .zentaiWrapper {
    width: auto;
    margin: 0 auto;
} */
/* .zentaiWrapper2 {
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/point_bg.png);
    background-size: cover;
    padding-bottom: 30px;
} */

.centerWrapper {
    width: 900px;
    margin: 0 auto;
}
.centerWrapper2 {
    width: 1200px;
    margin: 0 auto;
}
.centerWrapper3 {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
}
.centerWrapper4 {
    width: 1050px;
    margin: 0 auto;
    padding-left: 60px;
}


/*==================================================================
    ヘッダー
===================================================================*/
header {
    overflow: hidden;
    height: 87px;
    background-color: #7b0012;
    text-align: center;
    width: 100%;
    z-index: 100;
}

header ul {
    text-align: center;
    display: inline-block;
    overflow: hidden;
}

header ul li:first-child {
    float: left;
    width: 400px;
    overflow: hidden;
    margin-right: 25px;
    margin-top: 12px;
}

header ul li:nth-child(2) {
    float: left;
    width: 254px;
    overflow: hidden;
    margin-top: 12px;
    margin-left: 55px;
}

header ul li:last-of-type {
    float: left;
    width: 210px;
    overflow: hidden;
    margin-left: 15px;
    margin-top: 8px;
}

/*==================================================================
    #kv キービジュアル
===================================================================*/
#kv {
    width: 100%;
    background-image: url(../img/kv_bg.png);
    background-size: cover;
    background-position: center;
}

#kv .centerKv {
    /* position: relative; */
    width: 1200px;
    margin: 0 auto;
    /*padding-left: 120px;*/
    /* position: relative; */
    /* bottom: 17px; */
    /* left: 85px; */
}

#kv .kv {
    padding-top: 50px;
}
#kv .kv img {
    text-align: center;
    transform: translateX(80px);
    vertical-align: bottom;
}

#kv .kvBou {
    background-image: url(../img/kv_border.png);
    background-repeat: repeat-x;
    height: 9px;
}

/*==================================================================
    お悩み
===================================================================*/
#onayami .kvh {
    padding-top: 45px;
}

#onayami .onayamiBorder {
    border: 1px solid #804f21;
    background-color: #fff;
    padding: 40px;
    position: relative;
}

/* ======= 共通 ======= */
#onayami .onayamiBorder p {
    font-size: 18px;
    letter-spacing: 0.0em;
    line-height: 1.8;
}
#onayami .onayamiBorder p span {
    /*color: #ed1c24;*/
}
#onayami .onayamiBorder p .yellow{
  background-color: #fcee21;
}
#onayami .onayamiBorder p .red{
  color: #e61c24;
}
#onayami .onayamiBorder p .bold{
  font-weight: bold;
}
#onayami .onayamiBorder p .underline{
  text-decoration: underline;
}

#onayami .onayamiBorder .onayamiBorder__list {
    margin-bottom: 50px;
}
#onayami .onayamiBorder .onayamiBorder__list:last-child {
    margin-bottom: 0px;
}
#onayami .onayamiBorder .onayamiBorder__list .onayamiBorder__ttl {
    text-align: left;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
    margin-bottom: 25px;
    width: 100%;
}
#onayami .onayamiBorder .onayamiBorder__list .onayamiBorder__text {
    max-width: 630px;
    float: left;
}
#onayami .onayamiBorder .onayamiBorder__list .onayamiBorder__img {
    float: right;
}
#onayami .onayamiBorder .onayamiBorder__list:nth-child(3) .onayamiBorder__img {
    padding-right: 10px;
}
#onayami .onayamiBorder .onayamiBorder__hosoku {
    position: absolute;
    font-size: 12px;
    bottom: 15px;
    right: 20px;
}



/*==================================================================
    #chigai 違いとは？
===================================================================*/
#chigai {
    padding-top: 60px;
    background-color: #fff;
    margin-bottom: 90px;
}

#chigai h2 {
    text-align: center;
    margin-bottom: 25px;
}

#chigai .chigai2retsu {
    background-image: url(../img/chigai_bg.png);
}

#chigai .chigai2retsu .retsuWrapper {
    padding-bottom: 25px;
}

#chigai .chigai2retsu .retsuWrapper div {
    float: left;
    margin-top: 80px;
    margin-left: 30px;
    box-shadow: 3px 3px 3px 2px #494848;
}

#chigai .chigai2retsu .retsuWrapper div:first-child {
    margin-left: 55px;
}

#chigai .chigai2retsu .retsuWrapper div p {
    width: 380px;
    background: #fff;
    padding: 20px 18px 40px;
}

#chigai .chigai2retsu .retsuWrapper div p span {
    color: #cf1c1c;
    font-weight: bold;
}


/*==================================================================
    #kaizen
===================================================================*/
#kaizen {
    background-color: #e1e0d1;
    text-align: center;
    padding-bottom: 50px;
}
#kaizen h2 {
    background-color: #bb0012;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 680px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    display: inline-block;
    margin-top: -20px;
    font-size: 22px;
    margin-bottom: 50px;
}
#kaizen .kaizen__ttl {
    margin-bottom: 60px;
}
#kaizen .kaizen__ttl2 {
    margin-bottom: 60px;
}
#kaizen .kaizen__list {
    margin-bottom: 40px;
}
#kaizen .kaizen__graph {}


/*==================================================================
    hotondo 95%が定期
===================================================================*/
.hotondo {
    padding-top: 40px;
}
.hotondo .hosoku {
    font-size: 12px;
    text-align: right;
    margin: 3px 0px 20px;
}

.hotondo .hosoku a {
    color: #0071bc;
    text-decoration: underline;
}




/*==================================================================
    .price 申し込みその１
===================================================================*/
.price .btnBox {
    position: relative;
}

.price .btnArea {
    position: absolute;
    bottom: 30px;
    left: 25px;
}

.price .tanpin {
    position: relative;
    margin: 20px auto 0px;
}

.price .tanpin div {
    position: absolute;
    top: 55px;
    right: 20px;
}

/*==================================================================
    一人で悩まないで
===================================================================*/
#hitoride {
    padding-top: 20px;
    background-color: #fff;
}

/*==================================================================
    結果、２つの原因が存在
===================================================================*/
#futatsu {
    background-color: #fff;
}

#futatsu .futatsu__ttl {
    margin-bottom: 70px;
}


#futatsu .docterBox {
    position: relative;
}
#futatsu .docterBox .ookunokata {
    z-index: 2;
    position: relative;
}

#futatsu .docterBox .boxInDocter {
    position: absolute;
    top: 0;
    right: -250px;
}

#futatsu .geninOne {
    padding-top: 20px;
    margin-bottom: 40px;
}

/*==================================================================
    .ooku 60代から大半が耳鳴りの悩みをもっています。
===================================================================*/
.ooku {
    text-align: center;
}
.ooku__ttl {
    margin-bottom: 50px;
}
.ooku__txt {
    margin-bottom: 80px;
}


/*==================================================================
    #points ５つのポイント
===================================================================*/
#points {
    background-color: #dfd7ba;
    padding-bottom: 30px;
}
#points .points__ttl {
    position: relative;
    z-index: 1;
}
#points .points__ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: -1;
}

#points p {
    line-height: 1.7;
}

/* -----------------------------------------------
    pointBox
------------------------------------------------*/
#points .pointBox {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px;
}
/*padding調整用*/
#points .pointBox .pointBox__inner {
    padding: 30px;
}


/* ======= pointBox__text ======= */
#points .pointBox .pointBox__text {
    margin-bottom: 30px;
}
#points .pointBox .pointBox__text:nth-child(2) {
    margin-bottom: 20px;
}

#points .pointBox .pointBox__ttl {
    margin-bottom: 20px;
}
#points .pointBox .pointBox__text .txtBox {
    width: 100%;
    max-width: 590px;
    float: left;
}
#points .pointBox .pointBox__text100 {
    width: 100%;
    margin-bottom: 20px;
}

#points .pointBox .pointBox__text .imgBox {
    max-width: 230px;
    width: 100%;
    float: right;
    text-align: right;
}

/* ======= pointBox__doc ======= */
#points .pointBox .pointBox__doc {
    text-align: center;
}


/*  pointBox01
---------------------------------------------*/
#points .pointBox01 .pointBox__text:nth-child(2) .txtBox {
    max-width: 340px;
}
#points .pointBox01 .pointBox__text:nth-child(2) .imgBox {
    max-width: 500px;
}

/*  pointBox02
---------------------------------------------*/
#points .pointBox.pointBox02 {
    padding: 0;
}
#points .pointBox.pointBox02 .pointBox__inner {
    padding-top: 10px;
}

/*  pointBox03
---------------------------------------------*/
#points .pointBox.pointBox03 {
    padding: 0;
}
#points .pointBox.pointBox03 .pointBox__inner {
    padding-top: 10px;
}


/*==================================================================
    その結果、「慣れるしかない … 」と諦めてしまっています。
===================================================================*/
#akirame {
    text-align: center;
    padding-bottom: 70px;
    padding-top: 80px;
}

/*==================================================================
    #story
===================================================================*/
#story {
    background-color: #edf1e5;
    padding-bottom: 40px;
}
#story .story__mainTtl {
    text-align: center;
    width: 100%;
    padding: 40px 0;
    background: #608ca3;
    background: -moz-linear-gradient(top,  #608ca3 14%, #edf1e5 100%);
    background: -webkit-linear-gradient(top,  #608ca3 14%,#edf1e5 100%);
    background: linear-gradient(to bottom,  #608ca3 14%,#edf1e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#608ca3', endColorstr='#edf1e5',GradientType=0 );
}
#story .story__inner {
    padding:70px 50px;
    background-color: #fff;
    position: relative;
}

/* ======= border ======= */
#story .story__inner::before,
#story .story__inner::after,
#story .story__inner .story__bd {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: url("../img/column_bd.png");
    background-repeat: repeat-x;
}
#story .story__inner::after {
    top:auto;
    bottom: -10px;
    background-image: url("../img/column_bd_b.png");
}
#story .story__inner .story__bd--r {
    top: 0;
    left: auto;
    right: -10px;
    width: 10px;
    height: 100%;
    background-image: url("../img/column_bd_r.png");
    background-repeat: repeat-y;
}
#story .story__inner .story__bd--l {
    top: 0;
    left: -10px;
    right: auto;
    width: 10px;
    height: 100%;
    background-image: url("../img/column_bd_l.png");
    background-repeat: repeat-y;
}



/*  txtBox
---------------------------------------------*/
#story .story__inner .txtBox {
    margin-bottom: 10px;
}
#story .story__inner .txtBox .txtItem {
    float: left;
    max-width: 460px;
}
#story .story__inner .txtBox .imgItem {
    float: right;
    text-align: right;
}

#story .story__inner p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
}
#story .story__inner strong {
    font-weight: bold;
}
#story .story__inner .yellow {
    background-color: #fcee21;
}
#story .story__inner .red {
    color: #cf1c1c;
}

/*  txtBox2
---------------------------------------------*/
#story .story__inner .txtBox2 img {
    float: right;
    padding-left: 15px;
}

/*  accordion
---------------------------------------------*/
#story .ac{
  cursor: pointer;
  padding: 5px 10px;
  line-height: 40px;
  color: #fff;
  background: -moz-linear-gradient(#89c4ff, #336699);
  background: -webkit-linear-gradient(#89c4ff, #336699);
  background:linear-gradient(#89c4ff, #336699);
  text-shadow:2px 2px 3px #555;
  box-shadow:5px 5px 8px 3px #ccc;
  border: solid 1px #89c4ff;
  border-radius: 3px;
  margin-bottom: 50px;
  transition: .5s;
}
#story .ac-title::before{
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
}
#story .ac-title{
  float: left;
  padding-left: 20px;
  font-size: 20px;
}
#story .ac-button{
  cursor: pointer;
  float: right;
  text-align: center;
  font-weight: bold;
  width: 40px;
}
#story .ac:hover{
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  -khtml-opacity: 0.6;
  opacity:0.6;
}
#story .ac-inner{
  display: none;
}


/*==================================================================
    安心のサポート体制　薬剤師によるお薬相談
===================================================================*/
#soudan {}
#soudan .soudan__ttl {
    padding: 80px 0;
    text-align: center;
}
#soudan .soudan__cta {
    background-color: #aab553;
    text-align: center;
    padding: 40px 0 45px;
}
#soudan .soudan__cta h3 {
    margin-bottom: 30px;
}
#soudan .soudan__cta .soudan__cta__inner {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
}

#soudan .soudan__cta .soudan__cta__inner .img {
    margin-bottom: 30px;
}
#soudan .soudan__cta .soudan__cta__inner .cautionArea {
    text-align: center;
}
#soudan .soudan__cta .soudan__cta__inner .cautionArea h4 {
    margin-bottom: 15px;
}
#soudan .soudan__cta .soudan__cta__inner .cautionArea p {
    text-align: left;
    font-size: 19px;
    letter-spacing: -0.05em;
}


/*==================================================================
    沢山の感謝のお手紙
===================================================================*/
#otegami h2 {
    display: none;
}

#otegami {
    padding-bottom: 70px;
}

#otegami .otegamiTop {
    position: relative;
}

#otegami .otegamiTop div {
    position: absolute;
    top: -40px;
    left: 100px;
}

/*==================================================================
    漢方薬へのこだわり
===================================================================*/
#kodawari {
    line-height: 1.7;
}

/* -----------------------------------------------
    mainTtl
------------------------------------------------*/
#kodawari .kodawari__mainTtl  {
    position: relative;
}
#kodawari .kodawari__mainTtl  .isha img {
    position: absolute;
    top: 0;
    right: 0;
}
#kodawari .kodawari__mainTtl h2 {
    height: 377px;
    background: linear-gradient(to right, white 0%, #c9d2e0 100%);
}
#kodawari .kodawari__mainTtl .kodawariCenter {
    width: 800px;
    position: relative;
    margin: 0 auto;
    display: block;
}
#kodawari .kodawari__mainTtl .kodawariCenter img {
    position: absolute;
    top: 100px;
    left: -50px;
    z-index: 5;
}
#kodawari .kodawari__mainTtl .kodawariCenter .sankaku {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 54px 53.5px 0 53.5px;
    border-color: #E4E8F0 transparent transparent transparent;
    position: absolute;
    left: 370px;
    top: 377px;
    display: block;
}
#kodawari .kodawari__mainTtl h2 .moji {
    display: none;
}


/* -----------------------------------------------
    kodawariBox
------------------------------------------------*/
#kodawari .kodawariBox {
    margin: 20px 0 0 0;
}

#kodawari .kodawariBox .leftBox {
    width: 452px;
    border-top: 2px solid #000;
    padding-top: 30px;
    margin-top: 13px;
    margin-bottom: 70px;
}

#kodawari .kodawariBox .leftBox p span {
    color: #e61c24;
    text-decoration: underline;
}

#kodawari .kodawariBox .leftBox h3 {
    padding-bottom: 20px;
}

#kodawari .kodawariBox .rightBox {
    width: 420px;
}

#kodawari .kodawariBox .rightBox h4 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #000;
}

#kodawari .kodawariBox .rightBox ul {
    margin-top: 5px;
}

#kodawari .kodawariBox .rightBox li {
    font-size: 20px;
}

#kodawari .kodawariBox .rightBox p {
    font-size: 14px;
    margin-top: 10px;
}

#kodawari .kodawariBox .rightBox {
    margin-top: 16px;
}

#kodawari .kodawariBox:first-child {
    margin-top: 100px;
}

#kodawari .kodawariBox .rightBox .shutten {
    font-size: 17px;
}

/*==================================================================
    正しい飲み方
===================================================================*/
#tadashii {
    padding-top: 45px;
    background-color: #eae4ae;
}

#tadashii h2 {
    text-align: center;
}

#tadashii .tadashiiHosoku {
    width: 900px;
    margin: 30px auto 0;
    padding-bottom: 50px;
}

#tadashii .tadashiiHosoku ul li {
    font-size: 22px;
}

#tadashii .tadashiiHosoku ul li:first-child {
    text-decoration: underline;
    color: #e61c24;
}

#tadashii .tadashiiHosoku p:last-of-type {
    margin-top: 30px;
}

/*==================================================================
    様々な年代のお客様にご愛飲
===================================================================*/
#nendai {
    padding-bottom: 100px;
    padding-top: 90px;
    height: 900px;
    margin-bottom: 100px;
}

#nendai h2 {
    text-align: center;
    width: 900px;
    margin: 0 auto;
}

#nendai .nendaiWrapper {
    position: relative;
    margin: 0 auto;
    width: 700px;
}

#nendai .nendaiCircle img {
    position: absolute;
    top: -20px;
    left: 110px;
}

/*==================================================================
   お客様から頂くご質問
===================================================================*/
#shitsumon .centerWrapper {
    /*background-color: #fff;*/
    padding-bottom: 40px;
}

#shitsumon h2 {
    height: 103px;
    background-color: #bc0000;
    text-align: center;
    overflow: hidden;
}

#shitsumon h2 img {
    margin-top: 27px;
    overflow: hidden;
}

#shitsumon .question1 {
    margin-top: 50px;
    background-color: #fff;
}

#shitsumon .question1 dl dt .qaImage {
    float: left;
    width: 97px;
    padding: 31.5px;
    border: 2px solid #bc0000;
}

#shitsumon .question1 dl dt p {
    overflow: auto;
    padding: 26.5px;
    border: 2px solid #bc0000;
    border-left: none;
}

#shitsumon .question1 dl dd .qaImage {
    float: left;
    padding: 31.5px 35.5px 264px;
    border: 2px solid #bc0000;
    border-top: none;
    border-right: none;
}

#shitsumon .question1 dl dd div:last-of-type {
    overflow: auto;
    padding: 26.5px;
    border: 2px solid #bc0000;
    border-left: none;
    border-top: none;
    height: 320px;
}

#shitsumon .question1 dl dd div:last-of-type p:last-child {
    margin-top: 0px;
}

#shitsumon .question2 {
    margin-top: 40px;
}

#shitsumon .question2 .qaImage {
    float: left;
    width: 97px;
    padding: 31.5px;
    border: 2px solid #bc0000;
}

#shitsumon .question2 p {
    overflow: auto;
    padding: 26.5px;
    border: 2px solid #bc0000;
    border-left: none;
}

#shitsumon .qRed {
    color: #bc0000;
}

/*==================================================================
    飲み合わせにご注意
===================================================================*/
#nomiawase h2 {
    height: 103px;
    text-align: center;
    background-color: #2e3182;
}

#nomiawase h2 img {
    margin-top: 27px;
    overflow: hidden;
}

#nomiawase .nomiBorder {
    width: 900px;
    margin: 50px auto 0;
    border: solid 1px #2e3182;
    background-color: #fff;
}

#nomiawase .nomiBorder p {
    padding: 25px 50px 50px;
}

#nomiawase .nomiBorder p:last-of-type {
    font-size: 20px;
}

#nomiawase .nomiBorder h3 {
    font-size: 40px;
    font-weight: bold;
    color: #000099;
    padding-left: 30px;
}

#nomiawase .nomiBorder dl dt {
    font-size: 26px;
    font-weight: bold;
    color: #000099;
    padding-left: 50px;
    width: 780px;
    margin: 20px 0;
}

#nomiawase .nomiBorder dl dt:first-child {
    margin: 5px 0 20px;
}

#nomiawase .nomiBorder dl dd div {
    float: left;
    font-size: 20px;
    padding-left: 50px;
    line-height: 2;
}

#nomiawase .nomiBorder dl:last-of-type {
    margin: 50px 0 20px;
}

#nomiawase .nomiBorder dl dd .teiki2 {
    background-color: #fff;
}

.teiki2 .hosoku {
    font-size: 12px;
    text-align: right;
    margin: 3px 0px 10px;
}

.teiki2 .hosoku a {
    color: #0071bc;
    text-decoration: underline;
}

/*==================================================================
    申し込みその２
===================================================================*/
.pricing222 {
    padding-top: 40px;
    width: 900px;
    margin: 0 auto;
}

.pricing222 .hosoku {
    margin: 3px 0px 20px;
}

/*==================================================================
    購入ガイド
===================================================================*/

#guide {
    background-color: #e5dbc7;
    font-size: 22px;
    padding-bottom: 70px;
}

#guide .centerWrapper3 dl {
    letter-spacing: -0.1rem;
}


#guide h2 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: #754c24;
    padding: 60px 0;
}

#guide dl {
    width: 1000px;
    padding: 0 30px;
}

#guide dt {
    padding-top: 30px;
    border-bottom: 2px solid #514D4D;
}

#guide dd {
    padding-top: 20px;
    line-height: 1.8;
}

#guide dd ul li {
    padding-top: 10px;
}

#guide dd img {
    padding: 10px 0 15px;
}

#guide .underBox {
    margin-top: 90px;
}

/*==================================================================
    製品仕様
===================================================================*/
#shiyou {
    background-color: #fff;
    padding: 60px 0 75px;
}

#shiyou h2 {
    display: none;
}

#shiyou .shiyouBox {
    margin: 0 auto;
    width: 1000px;
    border: 1px solid #b1b1b2;
    font-size: 20px;
    background-color: #fff;
    border-bottom: none;
}

#shiyou dt {
    width: 277px;
    background-color: #ebeaeb;
    float: left;
    border-bottom: 1px solid #b1b1b2;
    border-right: 1px solid #b1b1b2;
}

#shiyou dd {
    overflow: auto;
    border-bottom: 1px solid #b1b1b2;
    padding: 15px 20px;
    line-height: 1.5;
}

#shiyou .seihinName dt, #shiyou .risk dt, #shiyou .tenkabutsu dt {
    padding: 15px 20px;
}

#shiyou .seihinName dd, #shiyou .risk dd, #shiyou .tenkabutsu dd {
    padding: 15px 20px;
}

#shiyou .kounou dt {
    padding: 45px 20px;
}

#shiyou .youhouYouryou dt {
    padding: 90px 20px;
}

#shiyou .seibunBunryou dt {
    padding: 45px 20px;
}

/*==================================================================
    フッター
===================================================================*/
footer {
    background-color: #7b0012;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 135px;
}

footer ul {
    width: 1333px;
    margin: 0 auto;
    padding: 20px 0 60px;
}

footer ul li {
    display: inline;
    line-height: 1.8;
}

footer ul li a {
    color: #fff;
}

footer small {
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    display: block;
}

footer small p {
    font-size: 16px;
    letter-spacing: normal;
}

/*==================================================================
    カート設置につき追加　2019-11-13
===================================================================*/
footer a{
    color:#fff !important;
    text-decoration:none !important;
}

/*==================================================================
    訴求モーダル 2019-12-05
===================================================================*/
#modal-appeal{
  position: fixed;
  box-sizing: border-box;
  top: -100%;
  left: 0;
  width: 100%;
  background-color: rgb(100, 100, 100, .9);
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}
#modal-appeal.active {
  top: 0;
}
#modal-appeal.active > #modal-inner{
  padding: 10px;
  margin: 10% auto 0 auto;
  width: 600px;
}
.modal-close{
  text-align: right;
  line-height: 40px;
  color: #fff;
  font-size: 4vh;
}
.modal-content{
  margin-bottom:15px;
}
.modal-hosyou{
  text-align: center;
}
.modal-hosyou p{
  color: #fff;
  font-size: 2vh;
}
.modal-hosyou p a{
  color:#fffc00;
}

/*==================================================================
    上に戻るボタン
===================================================================*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 1000;
}

.pagetop a {
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
}

.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*==================================================================
    アコーディオン
===================================================================*/
.acMenu dt:hover {
    cursor: pointer;
    opacity: 0.5;
}

.acMenu dd {
    display: none;
}

/*==================================================================
    フッターバー
===================================================================*/
#footer-bar {
    position: fixed;
    bottom: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    /*background-color: #dac7a3;*/
    background: rgb(150,150,150,.8);
    z-index: 999;
    height: 135px;
}

.footer-bar-inner {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    text-align: center;
}

.btn-shine {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: inline-block;
}
.btn-shine:after {
    content: "";
    width: 100%;
    height: 94%;
    display: block;
    position: absolute;
    z-index: 100;
    top: 3%;
    left: 0px;
    background: -moz-linear-gradient(-24deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 52%, rgba(255,255,255,0) 66%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(-24deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 52%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 100%);
    background: linear-gradient(116deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 52%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    opacity: .3;
    -webkit-animation-name: shine;
    -o-animation-name: shine;
    animation-name: shine;
    -webkit-animation-duration: 3.5s;
    -o-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@keyframes shine {
  0% {-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);}
  70% {-webkit-transform: translate3d(1000%, 0, 0);
    transform: translate3d(1000%, 0, 0);}
  100% {-webkit-transform: translate3d(1000%, 0, 0);
    transform: translate3d(1000%, 0, 0);}
}

/* --- 20202-02-12 --- */
#henkin {
  margin: 0 auto;
  width: 1200px;
}
