@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}
html, body, div, span, object, iframe, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  color: #1a1a1a;
  line-height: 1.8;
  font-size: 100%;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, input, select, textarea {
  vertical-align: middle;
}
a {
  color: #000000;
  /*transition: 0.5s;*/
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
}
/*Icon Fonts*/
@font-face {
  font-family: 'kokoro';
  src: url('../font/ipaexm.ttf'), url('../font/ipaexg.ttf');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e600";
}
.icon-twitter:before {
  content: "\e601";
}
.icon-pinterest:before {
  content: "\e602";
}
/*
=========================================
	Base Layout
=========================================
*/
/*ALL and Smart Phone*/
body {
  font-family: sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: 100;
  color: #1a1a1a;
}
/*
=========================================
	Modules（Block）
=========================================
*/
#Contents #ContentsInner {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}
#Main {
  margin: 0 auto !important;
  padding: 8px 0 0 !important;
  width: 100% !important;
}
#MainInner {
  border-top: medium none !important;
  margin: 0 auto !important;
  width: 100% !important;
  padding-top: 0 !important;
}
#Main .BreadCrumb {
  border-bottom: 1px solid #dcdcd5;
  margin: 0 auto !important;
  padding-bottom: 6px;
  width: 980px !important;
}
#Footer {
  margin: 0 auto !important;
}
#cn-asahi {
  margin: 0 auto;
  padding: 0 0 20px;
  width: 980px;
}
#cn-top-wrapper {
  clear: both;
  width: 100%;
}
#cn-wrapper {
  width: 100%;
}
#cn-container {
  margin: 0 auto;
  width: 980px;
}
#cn-content {
  margin: 10px auto;
  width: 980px;
}
#cn-main {
}
/*#cn-side {
  float: right;
  width: 300px;
}*/
/*
=========================================
	Each page（Original）
=========================================
*/
#mainv {
  margin-bottom: 30px;
  text-align: center;
}
#mainv span {
  display: inline-block;
  padding-top: 8px;
}
.lead {
  padding: 0 20px;
  font-size: 16px;
}
.article {
  background: #fff;
  margin-bottom: 60px;
}
.article_inner {
  padding: 0 20px 20px 20px;
  margin-bottom: 40px;
}
.article_title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  border-left: solid 2px transparent;
  border-right: solid 2px transparent;
  text-align: left;
  margin: 60px 80px 40px;
}
.article_title::before,
.article_title::after{
  content: "";
  display: block;
  height:1px;
  width:100%;
  background: -moz-linear-gradient(270deg, rgba(65,49,111,1) 0%, rgba(162,74,94,1) 100%);
  background: -webkit-linear-gradient(270deg, rgba(65,49,111,1) 0%, rgba(162,74,94,1) 100%);
  background: linear-gradient(270deg, rgba(65,49,111,1) 0%, rgba(162,74,94,1) 100%);
  margin: 20px 0;
}
.article p {
  margin: 0 80px 40px;
  font-size: 16px;
  line-height: 1.9;
}
.article .img {
  width: 100%;
  margin: 0 auto 40px;
  padding: 10px 0 0;
  text-align: center;
}
.article .img.img-sub{
  max-width: 780px;
}
.article .img.img-message{
  width: 700px;
  margin: 0 auto 40px;
}
.article .img.img-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 780px;
}
.article .img img {
  box-sizing: border-box;
}
.article .img.img-flex img{
  max-width: 375px;
}
.article .img.img-change{
  background: url(../images/img_05_off.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 780px;
  height: 393px;
  padding: 0;
  margin-bottom: 60px;
}
.article .img.img-change a{
  background: url(../images/img_05_off.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  text-indent: -9999px;
  width: 780px;
  height: 393px;
}
.article .img.img-change a:hover{
  background: url(../images/img_05_on.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.article .text-flex{
  width: 375px;
}
.article .text-flex p{
  margin: 0 0 40px;
  text-align: left;
}
.article .text-flex p:last-of-type{
  margin-bottom: 0;
}
.article .cap {
  padding: 8px 0;
  font-size: 13px;
  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;
}
.article_inner a {
  color: #4B8EE0;
  text-decoration: underline;
}
.article_inner a:hover {
  color: #4B8EE0;
  text-decoration: underline;
}
sup {
  font-size: 70%;
}
.article_inner .article_link_btn{
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.4;
  width: 580px;
  padding: 16px 90px;
  background: #CA002B;
  border-radius: 36px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.16);
}
.article_inner .article_link_btn:after{
  content: "";
  display: inline-block;
  background: url(../images/img_external-link.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}
.article_inner .article_link_btn:hover{
  box-shadow: none;
  background: #EF154A;
  color: #fff;
  text-decoration: none;
}
/*
=========================================
	Modules（Parts）
=========================================
*/
#credit {
  width: 285px;
  text-align: left;
  margin: 10px 0 0 auto;
  font-size: 70%;
}
#cn-main .intro h1 {
  font-size: 28px;
}
#cn-main .intro h1 span {
  font-size: 18px;
}
#cn-main #sns {
  text-align: right;
  padding: 15px 0 5px 0;
}
/*btn_page
--------------------*/
#btn_page {
  width: 300px;
  margin: 0 auto;
}
#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;
}
#article_side {
  background-color: fff;
  border-top: 4px solid #B90000;
}
#article_side li {
  background-color: fff;
  padding: 15px 5px 15px 12px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
#article_side #side_title {
  border-top: 4px solid #B90000;
  font-size: 18px;
}
#article_side .side_last {
  border-bottom: 1px solid #B90000;
}
#article_side li a {
  background: url(../images/ico_link_01.png) no-repeat left center;
  padding-left: 24px;
  display: inline;
}
#cn-side p {
  margin-top: 20px;
}
.side_fixed {
  position: fixed;
  top: 20px;
  width: 300px;
}
/*
=========================================
	Utilities
=========================================
*/
/* width
---------------------------------*/
.u-w600 {
  width: 600px;
}
/* パディング
---------------------------------*/
.u-pt50 {
  padding-top: 50px;
}
/* マージン
---------------------------------*/
.u-mt0 {
  margin-top: 0;
}
.u-mt5 {
  margin-top: 5px;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mt15 {
  margin-top: 15px;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mt25 {
  margin-top: 25px;
}
.u-mt30 {
  margin-top: 30px;
}
.u-mt35 {
  margin-top: 35px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mt45 {
  margin-top: 45px;
}
.u-mt50 {
  margin-top: 50px;
}
.u-mb0 {
  margin-bottom: 0;
}
.u-mb5 {
  margin-bottom: 5px;
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mb25 {
  margin-bottom: 25px;
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-mb35 {
  margin-bottom: 35px;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mb45 {
  margin-bottom: 45px;
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-mb300 {
  margin-bottom: 300px;
}
/* 左右行揃え
---------------------------------*/
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
/* バックグラウンドカラー
---------------------------------*/
.u-bg-gray {
  background-color: #C8C8C8;
}
.u-bg-yellow {
  background-color: #FFFFCC;
}
.u-bg-pink {
  background-color: #FFD6D9;
}
.u-bg-lightBlue {
  background-color: #D2EFFF;
}
.u-bg-purple {
  background-color: #F4F4F4;
}
/* common-color
---------------------------------*/
/* フロート／フロート解除
---------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* 表示調整
---------------------------------*/
/*SP*/
.u-sp {
  display: block;
}
.u-pc {
  display: none;
}
/* text
---------------------------------*/
.f80 {
  font-size: 85% !important;
}
.tRight {
  text-align: right;
}
rt {
  font-size: 5px;
}
/* column
---------------------------------*/
.article .column3 {
  margin-bottom: 30px;
}
.article .column3 li {
  float: left;
  display: block;
  width: 190px;
  margin-right: 15px;
}
.article .column3 li:last-child {
  margin-right: 0;
}
/* column
---------------------------------*/
.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_inner {
  padding: 20px 20px 0;
}
.column .img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
/* product
---------------------------------*/
.product {
  margin: 0 0 30px;
  padding: 20px 20px 0;
  border: 2px solid #B90000;
}
.product .img {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
a.premal {
  color: #000;
}
a.premal:hover {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
/* clear
---------------------------------*/
.clr {
  clear: both
}
/* 20190419
-------------------------------- */
.img-cmn-01 {
  max-width: 320px;
  width: 100%;
}
.img-cmn-02 {
  max-width: 480px;
  width: 100%;
}
.article .notes {
  font-size: 80%;
  text-indent: inherit;
}