﻿/***baser****************************************************/
#CnWrapper {
  width: 100%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 70%;
  line-height: 1.7;
  color: #1a1a1a;
  min-width: 320px;
}
#Contents {
  padding: 0 !important;
}
#Footer_wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
/***CnHeader****************************************************/
#CnHeader {
  margin: 0 atuo;
}
#CnHeaderInner {
  height: 50px;
  background: #FFF;
}
#cnAsahiLogo {
  float: left;
  margin: 10px 0 0 4px;
}
#cnAsahiLogo img {
  max-width: 70px;
}
#CnHeader .adCn p {
  float: right;
  font-size: 80%;
  line-height: 1.4;
  margin: 7px 4px 0 0;
  text-align: left;
}
#CnHeader .adCn img {
  max-width: 220px;
}
#CnHeader #titleLogo img {
  max-width: 192px;
  margin-bottom: 12px;
  height: auto;
}
/***CnContent****************************************************/
#cn-main img {
  max-width: 100%;
  height: auto;
}
#cn-main .intro h1 pre{
  display: inline-block;
  font-size: 12px;
  vertical-align: 7px;
}
#cn-main .intro h1 .intro_red {
  color: #D5101A;
}
#cn-main .intro h1 .intro_blue {
  color: #1E4AAF;
}
#cn-main .intro h1 img{
  width: 100%;
}
#cn-main #sns {
  padding: 15px 0 10px 0;
  text-align: center;
}
#cn-main h2 {
  margin: 0 auto 20px;
}
#mainv {
  margin-bottom: 30px;
  text-align: center;
}
#mainv span {
  display: inline-block;
  padding-top: 8px;
}
.lead {
  padding: 0 20px;
  font-size: 14px;
  margin-bottom: 20px;
}
.article {
  background: #fff;
  padding: 0 4% 40px;
  margin: 0 auto;
}
.article_inner {}
.article_title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 60px 80px 40px;
  border-top: solid 3px #DBB240;
  border-bottom: solid 3px #DBB240;
}
.article_title span{
  font-size: 12px;
}
.article p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
}
.article .notes {
  font-size: 12px;
  text-align: left;
}
.article .img {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
article .img iframe{
  width: 100%;
}
.article .img .cap {
  text-align: left;
}
.article .img img {
  height: 300px;
  box-sizing: border-box;
}
.article .cap {
  padding: 8px 5px;
  font-size: 12px;
  margin-bottom: 0;
}
.article .link {
  text-align: center;
  margin-bottom: 40px;
}
.article .link a {
  display: inline;
  text-decoration: underline;
}
.article .ques {
  color: #b32424;
  margin-bottom: 20px;
}
.column {
  margin: 0 0 50px;
  background: #FFFCD3;
}
.column .column_title {
  margin: 50px 0 0;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: #B90000;
}
.column .column_title {
  margin-bottom: 0 !important;
}
.column .column_inner {
  padding: 20px 20px 0;
}
.article_inner h3 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #B90000;
}
.product {
  margin: 0 0 30px;
  padding: 20px 20px 0;
  border: 2px solid #B90000;
}
.product .img {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
#Contents a.premal {
  color: #000;
}
#Contents a.premal:hover {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
figcaption{
  text-align: left;
  margin-top: 20px;
  color: #787878;
  font-size: 12px;
}
.article img.img_stop-bnr{
  margin-top: 40px;
  width: 100%;
}

.article_thoughts{
  width: 100%;
  margin: 0 auto 40px;
  background: #FFF5CC;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.article_thoughts::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 60%;
  right: 30px;
  transform: translateY(-50%);
  background: url(../../images/img_beer.png);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
  width: 60px;
  padding-top: 35%;
}
.article_thoughts p span{
  color: #335EC5;
}
p.article_thoughts_title{
  font-weight: bold;
  font-size: 14px;
  border-bottom: solid 1px #335EC5;
  margin: 0 0 20px;
  display: inline-block;
}
.article_thoughts ul{
  width: 74%;
}
.article_thoughts li{
  font-size: 10px;
  font-weight: bold;
  text-align: left;
}
.article_thoughts li:not(:last-of-type){
  margin-bottom: 5px;
}
.article_thoughts li span{
  font-weight: normal;
}
.article_list{
  margin: 0 0 10px;
}
/*btn_page
--------------------*/
#btn_page {
  width: 300px;
  margin: 0 auto;
  padding: 30px 0;
}
#btn_page li {
  float: left;
}
#btn_page li {
  width: 60px;
  height: 40px;
}
#btn_page a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/btn_page.gif) no-repeat;
  background-size: 280px 80px;
}
#btn_page .btn01 a {
  background-position: 0 0;
}
#btn_page .btn02 a {
  background-position: -60px 0;
}
#btn_page .btn03 a {
  background-position: -120px 0;
}
#btn_page .btn04 a {
  background-position: -180px 0;
}
#btn_page .btn05 a {
  background-position: -240px 0;
}
#btn_page .btn01 a:hover, #btn_page .btn01.active a {
  background-position: 0 -40px;
}
#btn_page .btn02 a:hover, #btn_page .btn02.active a {
  background-position: -60px -40px;
}
#btn_page .btn03 a:hover, #btn_page .btn03.active a {
  background-position: -120px -40px;
}
#btn_page .btn04 a:hover, #btn_page .btn04.active a {
  background-position: -180px -40px;
}
#btn_page .btn05 a:hover, #btn_page .btn05.active a {
  background-position: -240px -40px;
}
#cn-side {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}
#article_side {
  background-color: fff;
  border-top: 4px solid #b32424;
}
#article_side li {
  background-color: fff;
  padding: 15px 5px 15px 12px;
  border-bottom: 1px dotted #b32424;
  font-size: 14px;
}
#article_side #side_title {
  border-top: 4px solid #b32424;
  font-size: 18px;
}
#article_side .side_last {
  border-bottom: 1px solid #b32424;
}
#article_side li a {
  background: url(../images/ico_link_01.png) no-repeat left center;
  padding-left: 20px;
  display: inline;
}
#cn-side p {
  margin-bottom: 20px;
  text-align: center;
}
#cn-side p img {
  max-width: 100%;
  height: auto;
}
.side_fixed {
  top: 20px;
  width: 300px;
}
/*---module--------------------*/
.w_100{
  width: 100%;
}
.mb0 {
  margin-bottom: 0;
}
.mb20 {
  margin-bottom: 20px;
}
.clr {
  clear: both !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.article_inner a {
  color: #4B8EE0;
  text-decoration: underline;
}
.article_inner .article_link_btn{
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.4;
  padding: 10px 40px 10px 10px;
  background: #264CA1;
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -0.5px;
}
.article_inner .article_link_btn::after{
  content: "";
  display: inline-block;
  background: url(../../images/img_circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.article_inner .article_link_btn pre{
  display: inline-block;
  font-size: 10px;
  vertical-align: 8px;
}
.article sup {
  font-size: 10px;
  vertical-align: top;
}
/* text
---------------------------------*/
.f80 {
  font-size: 85% !important;
}
.tRight {
  text-align: right;
}
/* 20190419
-------------------------------- */
.img-cmn-01 {
  width: 70%;
  margin: 0 15%;
}
/* IEのみ
-------------------------------- */
@media all and (-ms-high-contrast: none) {
  .ie_none{
    display: none;
  }
}