@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize*/
html{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body{
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{
	display: block;
}

audio,
canvas,
progress,blockquote
video{
	display: inline-block;
	vertical-align: baseline;
}


a{
	background-color: transparent;
}

a:active,
a:hover{
	outline: 0;
}

a:hover img{
opacity: 0.85;
filter: alpha(opacity=85);
}

abbr[title]{
	border-bottom: 1px dotted;
}

b,
strong{
	font-weight: bold;
}

small{
	font-size: 80%;
}

sub,
sup{
	vertical-align: baseline;
	line-height: 0;
	position: relative;
	font-size: 75%;
}

sup{
	top: -0.5em;
}

sub{
	bottom: -0.25em;
}

img{
	border: 0;
}

input{
	line-height: normal;
}

input[type="search"]{
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}

fieldset{
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend{
	padding: 0;
	border: 0;
}

textarea{
	overflow: auto;
}

optgroup{
	font-weight: bold;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th{
	padding: 0;
}

/*テーブルタグ-開運DVD ゴールド*/
table.table-style{
	margin: 20px 0;
	border-collapse: collapse;
	text-align: left;
}

table.table-style td{
	padding: 10px 20px 20px;
	border: 1px solid #9A9164;
    font-size: 1.0em;
}
    
table.table-style th{
	background: #e5ddb3;
    border: 1px solid #9A9164;
    padding: 20px;
}

table.table-style p{
	margin-bottom: 1.5em;
	line-height: 1.8;
	text-align: left;
}


/*------------------------------------------------------------
賢威テンプレートの共通設定
-------------------------------------------------------------*/

html{
	overflow-y: scroll;
}

body{
    background-image: url("../../images/bg-green.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
	margin: 0;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #795a2e;
}

a:hover,
a:active,
a:focus{
	color:#e4b948;
}

address,
caption,
cite,
code,
dfn,
var,
h1,
h2,
h3,
h4,
h5,
h6{
	font-style: normal;
	font-weight: normal;
}

q{
	quotes: none;
}

q:before,q:after{
	content: '';
	content: none;
}

img{
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

div{
	word-wrap: break-word;
}

pre{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
    font-family: "黎ミン M", Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

form{
	margin: 0;
}

button,
input,
select,
textarea,
optgroup,
option{
	vertical-align: baseline;
}

select{
	max-width: 100%;
}

textarea{
	min-height: 100px;
	vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
	margin: 0;
}

table{
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
	border-spacing: 0;
}

caption{
	text-align: left;
}

img{
	height: auto;
	max-width: 100%;
}

img{
	max-width: none\9;/*IE8への対応*/
}

html:not(:target) img{
    max-width: 100%; /*IE9以上への対応*/
}

p{
	margin: 0 0 1.5em;
}

ul,
ol{
	margin-left: 40px;
	padding-left: 0;
}

li{
	margin-bottom: 0.5em;
}

q{
	background: #fffdc2;
}

table{
	width: 100%;
	margin: 1em 0;
	padding: 0;
	border-top: 1px solid #b48f43;
	border-left: 1px solid #b48f43;
}

/*--------------------------------------------------------
テンプレートレイアウト
--------------------------------------------------------*/

.site-header,
.main-body,
.site-footer{
	min-width: 980px;
}

.site-header-in,
.main-image-in,
.main-image-in-text,
.main-image-in-text-cont,
.main-body-in,
.site-footer-in{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 980px; /*サイトの横幅。これより小さければレスポンシブ*/
	margin: auto;
}

.main-image-in img{
	width: 100%;
}

/*1カラムレイアウト*/
.col1 .main-body-in{
	width: 100%;
}

.col1 .breadcrumbs{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
.site-header{
    padding-top: 0;
}

.site-header-conts{
	display: block;
	width: 100%;
    position: relative;
}

/*--------------------------------------------------------
メインビジュアル
--------------------------------------------------------*/

.main-image{
	margin-bottom: 0;
}

.main-image-in-text{
	background-repeat: no-repeat;
	background-size: cover;
}

.main-image-in-text-cont{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3em;
}

.main-image-in-text.wide .main-image-in-text-cont{
	width: 980px;
}

.main-image-in-text p:last-child{
	margin-bottom: 0;
}

.main-copy{
	margin-bottom: 20px;
	font-size: 3em;
	text-align: center;
}

.sub-copy{
	font-size: 1.5em;
	text-align: center;
}

/*--------------------------------------------------------
メインボディ
--------------------------------------------------------*/

.main-body{
	padding-bottom: 0;
}

/*--------------------------------------------------------
メインコンテンツ
--------------------------------------------------------*/
.main-conts{
	line-height: 1.8;
}

.main-conts p,
            ul{
	line-height: 1.8;
    font-size: 1.1em;            
}

/*コンテンツの基本単位（「section-wrap」＋「section-in」でコンテンツを覆う）*/
.section-wrap{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.main-conts .section-wrap{
    box-shadow:0px 0px 1px 1px rgba(0,0,0,0.1);
    background: #fff;
    padding: 0 0 30px;
}

/*1カラムレイアウト*/
.col1 .section-wrap,
.col1 .float-area{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
.site-footer{
	background-color: #fffef2;
	color: #795a2e;
}

.site-footer-in a{
	color: #795a2e;
}

.site-footer-in a:hover,
.site-footer-in a:active,
.site-footer-in a:focus{
	color: #e5ce21;
}

/*フッターナビ*/
.site-footer-nav{
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
}

.site-footer-nav li{
	display: inline;
	list-style: none;
	margin-left: 50px;
	padding: 0 0 0 13px;
	background: url(../images/icon/icon-arw-next02.png) left center no-repeat;
}

	/*Retina（高解像度）ディスプレイ用*/
	@media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx){

		.site-footer-nav li{
			background: url(../images/icon/icon-arw-next02@2x.png) left center no-repeat;
			-webkit-background-size: 8px 10px;
			background-size: 8px 10px;
		}

	}

.site-footer-nav li:first-child{
	margin-left: 0;
}


.col li{
	list-style: none;
	padding: 5px 0 5px 30px;
	background: url(../images/sun-s.png) left center no-repeat;
}

/*コピーライト*/
.copyright{
	margin: 0;
	padding: 15px 0;
	background: url(../images/common/bg-darkbrown.jpg) #8f6f30 ;
	color: #fff;
	text-align: center;
}

	/*Retina（高解像度）ディスプレイ用*/
	@media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx){

		.copyright{
			background: url(../images/common/bg-darkbrown@2x.jpg) #8f6f30 ;
			-webkit-background-size: 180px 140px;
			background-size: 180px 140px;
		}

	}

.copyright small{
	font-size: 100%;
}

/*ページトップボタン*/
.page-top{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	line-height: 1.2;
	margin-bottom: 0;
}

/*--------------------------------------------------------
見出し
--------------------------------------------------------*/

.section-in > h1:first-child,
.section-in > h2:first-child,
.section-in > h3:first-child,
.section-in > h4:first-child,
.section-in > h5:first-child,
.section-in > h6:first-child{
	margin-top: 0;
}

/*画像を使う場合などに見出しのデザインを解除*/
.main-body .img-title{
	padding: 0;
	border: none;
	background: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: normal;
	font-size: 1.0em;
}

/*記事タイトルや基本単位毎の最初の見出し*/
.section-wrap .section-title{
	line-height: 1.5;
	margin: 0 0 1em;
	padding: 0 0 15px;
	border: none;
	font-size: 2.125em;
}

.main-body .section-title a{
	color: #62481C;
	text-decoration: none;
}

.main-body .section-title a:hover,
.main-body .section-title a:active,
.main-body .section-title a:focus{
	color: #cea435;
	text-decoration: underline;
}

	.col h3{
	padding: 0 0 10px;
	border-radius: 0;
	border-bottom: 1px solid #b48f43;
	background: none;
	color: #62481C;
	font-weight: bold;
	font-size: 1.5em;
}

/*マルチカラム（1～6）*/
.col6-wrap,
.col5-wrap,
.col4-wrap,
.col3-wrap,
.col2-wrap{
	margin: 0 0 1em;
}

.col6-wrap::after,
.col5-wrap::after,
.col4-wrap::after,
.col3-wrap::after,
.col2-wrap::after{
	display: block;
	content: " ";
	clear: both;
}

.col,
.col_ns{
	float: none;
	width: auto;
	margin-left: 0;
}

.col{
	margin-bottom: 2%;
}


/*隙間なしのマルチカラム*/
.col_ns{
	margin-bottom: 0;
}


.col-link{
	border: 1px solid #ccc;
}

.col-link a{
	display: block;
	color: #333;
	text-decoration: none;
}

.col-link a:hover,
.col-link a:active,
.col-link a:focus{
	background: #eee;
}

/*--------------------------------------------------------
パーツ毎のスタイル
--------------------------------------------------------*/

/*Q&A*/
.qa-list dt{
	display: block;
	margin-bottom: 15px;
	padding: 10px 0 15px 65px;
	background: url(../images/icon/icon-q.png) left 3px no-repeat;
	color: #795a2e;
	font-weight: bold;
}

.qa-list dd{
	margin-left: 0;
	margin-bottom: 70px;
	padding: 10px 0 10px 65px;
	background: url(../images/icon/icon-a.png) left 3px no-repeat;
}

	/*Retina（高解像度）ディスプレイ用*/
	@media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx){

		.qa-list dt{
			background: url(../images/icon/icon-q@2x.png) left 3px no-repeat;
			-webkit-background-size: 48px 48px;
			background-size: 48px 48px;
		}

		.qa-list dd{
			background: url(../images/icon/icon-a@2x.png) left 3px no-repeat;
			-webkit-background-size: 48px 48px;
			background-size: 48px 48px;
		}

	}

/*--------------------------------------------------------
デザイン調整用のスタイル
--------------------------------------------------------*/

img.resize30,
html:not(:target) img.resize30{
	height: auto;
	max-width: 30%;
}

img.resize40,
html:not(:target) img.resize40{
	height: auto;
	max-width: 40%;
}

img.resize50,
html:not(:target) img.resize50{
	height: auto;
	max-width: 50%;
}

img.resize_p50s60,
html:not(:target) img.resize_p50s60{
	height: auto;
	max-width: 50%;
}

img.resize60,
html:not(:target) img.resize60{
	height: auto;
	max-width: 60%;
}

img.resize70,
html:not(:target) img.resize70{
	height: auto;
	max-width: 70%;
}

img.resize80,
html:not(:target) img.resize80{
	height: auto;
	max-width: 80%;
}

img.resize90,
html:not(:target) img.resize90{
	height: auto;
	max-width: 90%;
}

img.resize95,
html:not(:target) img.resize95{
	height: auto;
	max-width: 95%;
}

.sun{
	padding: 20px 0 25px 85px!important;
	background: url(../images/sun.png) left top no-repeat;
    font-weight: bold;
}

/*回り込み
※モバイル時にも解除されない*/
.fl-l{
	float: left;
	margin: 0 1em 1em 0;
}

.fl-r{
	float: right;
	margin: 0 0 1em 1em;
}

.fl-c{ clear: both; }

/*回り込み
※モバイル時には回り込み解除*/
.left{
	float: left;
	margin: 0 1em 1em 0;
}

.right{
	float: right;
	margin: 0 0 1em 1em;
}

.right02{
	float: right;
	margin: 0 0 0 0.5em;
}

/*文字の横位置*/
.al-l{ text-align: left; }
.al-r{ text-align: right; }
.al-c{ text-align: center; }

/*文字の縦位置*/
.vl-t{ vertical-align: top!important; }/*上寄せ*/
.vl-m{ vertical-align: middle!important; }/*中央寄せ*/
.vl-b{ vertical-align: bottom!important; }/*下寄せ*/

/*周りのブロックからの距離（margin）*/
.m0{ margin: 0!important; }/*周りからのmarginを0に*/
.m0-t{ margin-top: 0!important; }/*上からのmarginを0に*/
.m0-r{ margin-right: 0!important; }/*右からのmarginを0に*/
.m0-b{ margin-bottom: 0!important; }/*下からのmarginを0に*/
.m0-l{ margin-left: 0!important; }/*左からのmarginを0に*/

.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5!important; }/*左からのmarginを5に*/

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m50-t{ margin-top: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m80-t{ margin-top: 80px!important; }

/*周りのブロックからの距離（padding）*/
.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }
.p1-t{ padding-top: 1px!important; }
.p5-t{ padding-top: 5px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }


.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-tb{ padding: 40px 0!important; }
.p40-lr{ padding: 0 40px!important;}


.p50-t{ padding-top: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p60-tb{ padding: 60px 0 50px!important; }
.p80-r{ padding-right: 80px!important; }
.p80-t{ padding-top: 80px!important; }
.p80-l{ padding-left: 80px!important; }


/*フォントの装飾*/
.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

/*フォントサイズの設定*/
.small{ font-size: 0.8em!important; }

.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f15em{ font-size: 1.5em; }
.f16em{ font-size: 1.6em; }
.f18em{ font-size: 1.8em; }
.f20em{ font-size: 2.0em; }
.f22em{ font-size: 2.2em; }
.f12em-ps{ font-size: 1.2em; }
.f16emp{ font-size: 1.6em; }
.f22em-s{ font-size: 2.2em; }
.f22em-ps{ font-size: 2.2em; }
.f15p-f11s{ font-size: 1.5em; }
.f16empc{ font-size: 1.6em; }
.f18em-ps{ font-size: 1.8em; }
.f19em-ps{ font-size: 1.9em; }
.f30em-ps{ font-size: 3.0em; }


/*フォントの色設定*/
.red{ color: #e53935!important; }/*赤*/
.red02{ color: #a21916!important; }/*赤*/
.blue{ color: #0000dd!important; }/*青*/
.pink{ color: #ec407a!important; }/*ピンク*/
.purple{ color: #9c27b0!important; }/*紫*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #909090!important; }/*灰*/
.brown{ color: #795a2e!important; }/*茶*/
.gold{ color: #a17722!important; }/*ゴールド*/
.orange{ color: #f0b61a!important; }/*オレンジ*/
.gray02{ color: #5f5e5e!important; }/*灰*/


/*マーカー表示（背景に着色）*/
.box-yellow,
.box-orange,
.box-pink,
.box-lime,
.box-gold,
.box-gold2,
.box-gray{ 
padding: 2px; }

.box-yellow{ background-color: #ff6; }/*黄*/
.box-pink{ background-color: #ffccd8; }/*ピンク*/
.box-gray{ background-color: #ccc; }/*灰*/
.box-gold{ background-color: rgba(237, 193, 46, 0.61); }/*gold*/
.box-gold2{ background-color: #f2de79; }/*gold2*/

/*行間の設定*/
.lh10{ line-height: 1.0!important; }
.lh15{ line-height: 1.5!important; }
.lh20{ line-height: 2.0!important; }
.lh30{ line-height: 3.0!important; }

/*横幅を指定*/
.w90{ width: 90%; }

/*下線や取消線の設定*/
.underline{ text-decoration: underline!important; }
.del{ text-decoration: line-through; }
.noborder{ border: 0!important; }/*枠線を無くす*/

/*重なりの優先度*/
.z1{ z-index: 1!important; }

/*マーカー無しのリスト*/
.none{ margin: 1em 0; padding: 0; }
.none li{ list-style-type: none; }


/*--------------------------------------------------------
floatの回り込みを解除
--------------------------------------------------------*/
.site-header-conts:after,
.main-body-in:after,
.article-body:after,
.section-in:after,
.col4-wrap:after,
.col3-wrap:after,
.col2-wrap:after,
.news-item:after,
.related-articles-thumbs01 li:after,
.btn-area:after,
.page-nav-bf:after,
.clearfix:after,
#mail-form-in:after,
#mail-form-in02:after{
	content: '';
	display: block;
	clear: both;
	height: 0;
}

/*--------------
	generated by Keni Template Maker Ver.7.0 on 2017-02-28 20:14:24
----------------*/

/*追記*/

.btnred,
a.btnred{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--orange {
  color: #fff;
  background-color: #f80013;
  border-bottom: 5px solid #f80013;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f80013;
  border-bottom: 2px solid #f80013;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

body.bg-red{
	margin: 0;
	background: url(../../images/bg_red01-s.jpg) top center no-repeat #fff;
    background-attachment: fixed;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body.bg-202201{
	margin: 0;
	background: url(../../images/bg-202201.jpg) top center no-repeat #fff;
    background-attachment: fixed;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body.bg2023{
	margin: 0;
    background: url(../../images/202301-bg.jpg) top center no-repeat #fff;
    background-attachment: fixed;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body.bg-202308sl{
	margin: 0;
	background: url(../../images/bg-202308sl.jpg) top center no-repeat #fff;
    background-attachment: fixed;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body.bg202408{
	margin: 0;
    background: url(../../images/bg-202408kigan.jpg) top center no-repeat #fff;
    background-attachment: fixed;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body.bg202601{
	margin: 0;
    background: url(../../images/202601-bg01.jpg) top center no-repeat #fff;
    background-attachment: fixed;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

img.center-mtb0{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

img.center-mtb30{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

img.center-mt50{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 0;
}

img.center-mb60{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 60px;
}

img.center-mtb50{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.site-title h1{
    margin: 0;
    padding: 0;
}

.conts01{
    margin: 0 100px 0;
}

.conts01 pre{
    font-size: 1.2em;
    line-height: 3.0em;
}

.conts01 p.information{
    font-size: 0.9em;
    line-height: 1.5em;
    color: #666;
}

.conts02{
    margin: 60px 100px 0;
}

.conts02 pre{
    font-size: 1.2em;
    line-height: 2.0em;
}

.conts03 pre{
    font-size: 0.9em;
    line-height: 1.5em;
    color: #5c5b5b;
}

.conts05{
    margin: 0 80px 0;
}

.conts06{
    margin: 0 20px 0;
}

.conts07{
    margin: 0 70px 0;
}

.conts07 pre{
    font-size: 1.2em;
    line-height: 3.0em;
}

.box01{
    border: 1px solid #eee;
    background-color: cornsilk;
    padding: 0 40px;
    margin: 20px 80px;
}

.box01 pre{
    font-size: 20px;
    line-height: 2.5;
}

.box01 a{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #234cba;
    text-decoration: none;
}

.box01 a:hover,
.box01 a:active,
.box01 a:focus{
	color:#e4b948;
    text-decoration: underline;
}

/*リンク矢印アイコン*/
.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 25px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 1.1rem;
}

.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.sample4-2::before{
width: 20px;
height: 20px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #ffbd08;
}

.sample4-2::after{
left: 7px;
box-sizing: border-box;
width: 5.5px;
height: 5.5px;
border: 5.5px solid transparent;
border-left: 8.5px solid #fff;
}

.sample4-2{
    font-weight: 600;
}

.box02{
    padding: 0.8em 0.6em;
    margin: 50px 0 0;
    background: #ffeded;
    box-shadow: 0px 0px 0px 10px #ffeded;
    border: dashed 2px white;
}

.box02 p {
    margin: 0; 
    padding: 0;
}


p.voice01{
	padding: 20px 0 25px 0!important;
	font-weight: bold;
    font-size: 1.6em;
}

p.voice02{
	padding: 20px 0 20px 0!important;
    font-weight: bold;
    font-size: 1.2em;
}

.box03 {
    position: relative;
    margin:  50px;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}

.box03 .box03-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 20px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.box04{
    width: 90%;
    background-color:beige;
    padding: 8px;
}

.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #e82c0c;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #ffce19;
    border-radius: 3px;
}

.square_btn span{
    text-shadow: 1px 1px 1px #535252;
    font-size: 20px;
    font-weight: 600;
}

.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.square_btn :hover,
.square_btn :active,
.square_btn :focus{
    color: #fff501;
}

.square_btn2{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #ffa200;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #ffce19;
    border-radius: 3px;
}

.square_btn2 span{
    text-shadow: 1px 1px 1px #535252;
    font-size: 20px;
    font-weight: 600;
}

.square_btn2:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.square_btn2 :hover,
.square_btn2 :active,
.square_btn2 :focus{
    color: #ff3434f3;
}


.hl-01 {
background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

.hl-02 {
background: linear-gradient(transparent 70%, #ffaab9 70%);
    font-size: 1.4em;
}

.hl-03 {
background: linear-gradient(transparent 70%, #e2b355 70%);
}

.hl-04 {
background: linear-gradient(transparent 90%, #c30404 10%);
}

.hl-05{
    text-align: center;
    font-weight: bold;
    font-size: 2.2em;
}

.no-underline{
    text-decoration: none;
}

/*モバイルは中央寄せ、PCは右寄せ*/
.s-c_p-r{
	float: right;
	margin: 0 0 1em 1em;
}
  
img.resize40s-p,
html:not(:target) img.resize40s-p{
	height: auto;
	max-width: 40%;
}

.center_pm01{
    text-align: center;
    padding: 0;
    margin: 10px 30px 50px;
}

.center_pm02{
    text-align: center;
    padding: 20px;
    margin: 0 0 5px;
}

.box05{
    margin: 20px auto;
    width: 80%;
    border: 1px solid #a8a8a8;
    padding: 20px;
}

.box05 pre{
    text-align: left;
    color: #333;
}

.box05-in{
    background: #fbff9c;
    padding: 10px 10px 20px;
}

.box06{
    margin: 20px auto;
    width: 90%;
}

.uchikeshi {  
  text-decoration: line-through;
}

.info-box01{
    border: 1px solid #575757;
    margin: 20px auto;
    width: 95%;
    padding: 10px;
}

.info-box01 p{
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 0.8em;
}

.box07{
    padding: 40px 0 0 30px;
    font-weight: 600;
  
}

.box07 p{
     font-size: 1.1em;    
}

.box08{
	border: 1px solid #ccb100;
	padding: 3px 3px 0;
	margin: 20px 0 40px;
}

p.coment01{
    font-weight: 600;
    font-size: 1.8em; 
    color: red;
}

.box10{
	border: none;
	padding: 20px 5px;
	margin-bottom: 40px;
	background-color: #fbff9c;
	}

.box12{
	border: 1px solid #ccb100;
	padding: 20px 5px 10px;
	margin-bottom: 40px;
}

.box13{
	border: none;
	padding: 10px 5px;
	margin-bottom: 40px;
	background-color: #fffc9c75;
	}

.order-btn{
	margin: 40px 0;
	text-align: center;
}

.css-br::before {
	content: "\A" ;
	white-space: pre ;
}

/*カラーボックス*/
.box_style_blue,
.box_style_green,
.box_style_orange,
.box_style_red,
.box_style_pink,
.box_style_yellow,
.box_style_gray{
	margin-bottom: 30px;
	padding: 6px;
	background-size: 4px 4px;
	background-repeat: repeat;
	font-size: 1.0rem;
}

.box_style_blue .box_inner,
.box_style_green .box_inner,
.box_style_orange .box_inner,
.box_style_red .box_inner,
.box_style_pink .box_inner,
.box_style_yellow .box_inner{
    padding: 15px; }

.box_style_blue .box_style_title,
.box_style_green .box_style_title,
.box_style_orange .box_style_title,
.box_style_red .box_style_title,
.box_style_pink .box_style_title,
.box_style_yellow .box_style_title,
.box_style_gray .box_style_title{
	margin: -8px 0 5px -27px;
	color: #fff;
	line-height: 1.4;
}

/*カラーボックス（橙）*/
.box_style_orange{
	background-image: linear-gradient(
		-45deg,
		#fff 25%,
		#fca60d 25%, #fca60d 50%,
		#fff 50%, #fff 75%,
		#fca60d 75%, #fca60d
	);
}
.box_style_orange .box_inner{ background-color: #fdf9f1; }
.box_style_orange .list_style02 li::before,
.box_style_orange .box_style_title span{ background-color: #fca60d;
    font-size: 1.4rem;
    padding: 3px;}
    
/*カラーボックス（グレー）*/
.box_style_gray{
	border: 1px solid gray;
    background-color: #fff;
    padding: 5px;
}

.box_style_gray p{
    font-size: 1.0em;
    text-align: left;
    line-height: 1.2;
    color: gray;
    margin-bottom: 0;
}

.box_style_gray .box_inner{
    padding: 3px;    
}

.conts-mincho{
    font-family: serif;
}

.conts-mincho .hl p{
    font-weight: 600;
}

hr.short{
    border-bottom: solid 2px;
    text-align: center;
    width: 40px;
    margin-bottom: 50px;
}

.number-title .num {
    background-color: #000;
    color: #fff;
    width: 1.4em;
    margin: 0 0.2em 0 0;
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
}

.num-guide{
    margin-bottom: 5px;
    line-height: 1.5;
}

.conts-douga{
    margin: 0 10px 0;}




/*追記*/
@media (max-width : 767px){
.br::before {
	content: "\A" ;
	white-space: pre ;
}
}
    
@media (min-width : 480px){

	/*マルチカラム（1～6）*/
	.col,
	.col_ns{
		float: left;
	}

	.col::after,
	.col_ns::after{
		display: block;
		clear: both;
		height: 0;
		content: '';
	}

	.col5-wrap > .col,
	.col4-wrap > .col,
	.col2-wrap > .col{
		width: 49%;
	}

	.col5-wrap > .col:nth-child(odd),
	.col4-wrap > .col:nth-child(odd),
	.col2-wrap > .col:nth-child(odd){
		margin-right: 2%;
	}

    img.resize50-pc,
html:not(:target) img.resize50-pc{
	height: auto;
	max-width: 50%;
}
    
img.resize70-pc,
html:not(:target) img.resize70-pc{
	height: auto;
	max-width: 70%;
}
    
img.resize80-pc,
html:not(:target) img.resize80-pc{
	height: auto;
	max-width: 80%;
}

img.resize-p60s20,
html:not(:target) img.resize-p60s20{
	height: auto;
	max-width: 60%;
}

img.resize-p60s50,
html:not(:target) img.resize-p60s50{
	height: auto;
	max-width: 60%;
}

img.resize-p60s80,
html:not(:target) img.resize-p60s80{
	height: auto;
	max-width: 60%;
}
    
}/*横幅480px以上*/

@media (max-width : 480px){
.btnred,
a.btnred{
  font-size: 1.3rem;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
}
    
}