@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 {
	float: left;
	width: 640px;
}
#cn-side {
	float: right;
	width: 300px;
}
/*
=========================================
	Each page（Original）
=========================================
*/

.intro {
	font-size: 14px;
}

.intro  h1 span {
	font-size:16px;
}

#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: 30px;
}
.article_inner {
	padding: 0 20px 20px 20px;
	margin-bottom: 40px;
}
.article_inner h3 {
	margin: 0 0 6px;
	font-size: 18px;
	color: #ba9932;	
}
.article_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #1a1a1a;
	border-left: solid 6px #ba9932;
	padding-left: 10px;
	margin: 30px 0;
}
.article p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
}
.article .img {
	width:100%;
	margin:0 auto;
	margin-bottom:30px;
	text-align:center;
}

.article .img img {
	box-sizing:border-box;
}

.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: #ba9932;
	text-decoration: none;
}
.article_inner a:hover {
	color: #ba9932;
	text-decoration: underline;
}
sup{
	font-size: 70%;
}

/*
=========================================
	Modules（Parts）
=========================================
*/

#credit {
	text-align: right;
	margin-top: 10px;
}
#cn-main .intro h1 {
	border-top: 8px solid #ba9932;
	border-bottom: 2px solid #ba9932;
	padding: 25px 20px;
	font-size: 20px;
}
#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 #ba9932;
}
#article_side li {
	background-color: fff;
	padding: 15px 5px 15px 12px;
	border-bottom: 1px dotted #ba9932;
	font-size: 14px;
}
#article_side #side_title {
	border-top: 4px solid #ba9932;
	font-size: 18px;
}
#article_side .side_last {
	border-bottom: 1px solid #ba9932;
}
#article_side li a {
	background: url(../images/ico_link_01.png) no-repeat left center;
	padding-left: 20px;
	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: #ba9932;
}
.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 #ba9932;
}
.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%;
}

