@charset "utf-8";
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, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
object, embed {
	vertical-align: middle;
}
legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0 none;
}
img {
	vertical-align: middle;
}
ul li {
	list-style-type: none;
}
/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}
input, textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/* リンク
----------------------------------------------------*/
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* 汎用
----------------------------------------------------*/
/* clear clerfix */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.content:after, .clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.content, .clearfix {
	zoom: 1;/* for IE5.5 - IE7 */
}
/*box-sizing */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
	font-size: 14px;
	background: #fff;
	line-height: 25.2px;
}
/*----------------------------------------------------
	各ページスタイル
----------------------------------------------------*/

/* 共通
-----------------------------------------------------------------------------------------------*/

#contents:after, #contents_low:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
a.trance:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#index p, #category p, #page p {
	margin: 10px 0;
}

/*----------------------------------------------------
	PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
.sp {
	display: none!important;
}
#contents {
	margin: 50px auto;
	max-width: 1000px;
	width: 100%;
}
#index, #category, #page {
	float: right;
	max-width: 720px;
	width: 72%;
	background-color: #ffffff;
	box-sizing: border-box;
	color: #444444;
}
#side {
	float: left;
	max-width: 240px;
	width: 26%;
}
.inner {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
/* header */
#header .mainArea {
	position: relative;
}
#header .mainArea .sitename {
	position: absolute;
	z-index: 5;
}
#header .mainArea .sitename h1 {
    width: 380px;
	box-sizing: border-box;
	background-color: #51a373;
	font-size: 25px;
	color: #ffffff;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	position: relative;
        display: table;
}
#header .mainArea .sitename .h1 span {
    display: table-cell;
    vertical-align: middle;
}
#header .mainArea .sitename a {
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	background-color: #51a373;
	font-size: 28px;
	color: #ffffff;
	width: 380px;
	line-height: 1.2;
	font-weight: bold;
	padding: 30px 30px 10px;
	text-align: center;
	position: relative;
        display: table;
}
/*#header .mainArea .sitename h1:after, #header .mainArea .sitename a:after {
        content: "";
        position: absolute;
        bottom: -43px;
        left: 0;
        width: 380px;
        height: 43px;
        background: url(img/pc_h1_380.png) no-repeat;
}*/
#header .mainArea .sitename a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#header .mainArea .txt {
        background-color: #33393f;
        text-align: right;
        font-size: 12px;
        color: #ffffff;
}
#header .mainArea .txt .inner {
	box-sizing: border-box;
	padding: 2px 0 2px 270px;
}
/* nav */
#header nav {

}
#header nav ul {
	box-sizing: border-box;
	padding-left: 380px;
	max-width: 1000px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	height: 100%;
}
#header nav ul li {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	position: relative;
        display: inline-block;
}
#header nav ul li:after {
	content: "";
	position: absolute;
	top: 15%;
	right: 0;
	width: 1px;
	height: 70%;
	border-right: solid 1px #dcdcdc;
}
#header nav ul li:first-child:before {
	content: "";
	position: absolute;
	top: 15%;
	left: 0;
	width: 1px;
	height: 70%;
	border-left: solid 1px #dcdcdc;
}
#header nav ul li a {
	font-weight: bold;
	padding: 15px;
	text-decoration: none;
	color: #333333;
	text-align: center;
	width: 100%;
	height: 100%;
	display: table;
/*	align-items: center;
	justify-content: center;
	box-sizing: border-box;*/
}
#header nav ul li a:hover {
	background-color: #b7ddc5;
}
#header nav ul li a span {
    display: table-cell;
    vertical-align: middle;
}

/* mv-wrap */
.mv-wrap {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}
.mv-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(img/mv_r.png) no-repeat top right;
	background-size: auto 100%;
}
.mv-wrap .mv-inner {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.mv-wrap .mv-inner .mv-img .mv-img-l {
	position: absolute;
	top: 0;
	left: -70px;
	width: 1000px;
	height: 100%;
	transform: skewX(-15deg);
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.mv-wrap .mv-inner .mv-img .mv-img-l img {
	transform: skewX(15deg);
	width: max-content;
	height: 100%;
}
.mv-wrap .mv-inner .mv-img .mv-img-c {
	width: 180px;
	height: 100%;
	transform: skewX(-15deg);
	position: absolute;
	top: 0;
	left: 810px;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}
.mv-wrap .mv-inner .mv-img .mv-img-c img {
	height: 50%;
	transform: skewX(15deg);
	width: max-content;
}
.mv-wrap .mv-inner .mv-box {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	min-height: 428px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	z-index: 5;
	position: relative;
        padding: 80px 0 40px;
}
.mv-wrap .mv-inner .mv-box .mv {
	width: 100%;
	max-width: 460px;
	padding: 0 15px;
}
.mv-wrap .mv-inner .mv-box .mv .mv-title h2 {
	font-weight: bold;
	font-size: 26px;
	line-height: 1.4;
	color: #333333;
	background: url(img/mv-title.png) no-repeat bottom left;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.mv-wrap .mv-inner .mv-box .mv p {
	color: #333333;
}
/* pankuzu */
#pankuzu {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	padding: 30px 0 0 385px;
	box-sizing: border-box;
}
/* side */

#side .side_freespace {
	background: url(img/side_freespace.png) repeat-y top left;
	background-size: 100% auto;
	position: relative;
	padding: 10px 5%;
	margin-bottom: 30px;
	border-radius: 10px;
}
#side .side_freespace dl {
	padding: 20px 10%;
	background-color: #b3dbc1;
	border-radius: 10px;
}
#side .side_freespace dl dt img {
	max-width: 100%;
}
#side .side_freespace dl dt a {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #040404;
	line-height: 1.2;
	display: block;
	margin: 20px 0;
	position: relative;
	padding: 0 5px;
}
#side .side_freespace dl dt a:before {
	content: "";
	position: absolute;
	top: 0;
	right: -5px;
	width: 1px;
	height: 100%;
	-webkit-transform: skewX(160deg);
	-moz-transform: skewX(160deg);
	transform: skewX(160deg);
	border-right: 1px solid #040404;
}
#side .side_freespace dl dt a:after {
	content: "";
	position: absolute;
	top: 0;
	left: -5px;
	width: 1px;
	height: 100%;
	-webkit-transform: skewX(-160deg);
	-moz-transform: skewX(-160deg);
	transform: skewX(-160deg);
	border-right: 1px solid #040404;
}
#side .side_freespace dl dt a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
#side .side_freespace dl dd p {
	margin: 10px 0;
}
#side .side_freespace .btn {
	background: url(img/arr_orange.png) no-repeat right 15px center #e69a44;
	background-size: 20px auto;
	text-align: center;
	padding: 10px 45px 8px 20px;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 20px;
	border: solid 2px #ffffff;
}
#side .side_freespace .btn:hover {
	background: url(img/arr_white_02.png) no-repeat right 15px center #fff;
	background-size: 20px auto;
	border: solid 2px #de9646;
	color: #de9646;
}
#side .category_list {
	margin: 30px 0;
}
#side .category_list .ttl a {
	background: url(img/pc_category.png) #e69a44;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	padding: 20px;
	text-align: center;
}
#side .category_list .ttl a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
#side .category_list ul {
	margin: 0;
	border: solid 1px #e69a44;
	border-top: none;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
}
#side .category_list ul li {
	margin: 0;
	padding: 0;
	border-top: dashed 1px #e69a44;
}
#side .category_list ul li:before {
	display: none;
}
#side .category_list ul li:first-child {
	border-top: none;
}
#side .category_list ul li a {
	display: block;
	padding: 20px 20px 20px 50px;
	text-decoration: none;
	color: #030303;
	background: url(img/side_arr.png) no-repeat left 25px center;
	background-size: auto 13px;
}
#side .category_list ul li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	text-decoration: underline;
}
#side .category_list ul li.sub_cat a {
    padding: 20px 20px 20px 60px;
    background: url(img/side_arr.png) no-repeat left 35px center;
    background-size: auto 13px;
}
#side .category_sitemap a {
    background: url(img/pc_map.png) no-repeat right 5px center;  
    display: block;
    text-align: right;
    padding: 0 25px 0 0;
}
/* footer */
#footer {
	background-color: #33393f;
	margin-top: 115px;
}
#footer .inner {
	position: relative;
	padding: 65px 0;
}
#footer .inner .pagetop.pc {
	display: block;
	position: absolute;
	top: -50px;
	right: 0;
	width: 100px;
	height: 100px;
	background: url(img/pagetop_hover.png) no-repeat center;
	background-size: 100% auto;
}
#footer .inner .pagetop img {
	max-width: 100%;
}
#footer .inner .pagetop:hover img {
	display: none;
}
#footer .inner .disclaimer {
	background-color: #535353;
	padding: 25px;
	color: #ffffff;
	max-width: 850px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
#footer .copy {
	text-align: center;
	color: #ffffff;
	padding: 3px;
	font-size: 12px;
}
#footer .copy a {
	color: #ffffff;
	text-decoration: none;
}
#footer .copy a:hover {
	text-decoration: underline;
}
/* parts home */
#index h2 {
	margin: 0 0 20px;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	font-size: 30px;
	padding: 50px 30px 40px;
	background: url(img/h2.png) repeat-y top center;
	background-size: 100% auto;
	position: relative;
	text-align: center;
}
#index h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/h2_top.png) no-repeat top center;
	background-size: 100% auto;
	width: 100%;
	height: 37px;
}
#index h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(img/h2_bottom.png) no-repeat bottom center;
	background-size: 100% auto;
	width: 100%;
	height: 35px;
}
#index h3 {
	margin: 40px 0 20px;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	font-size: 27px;
	background-color: #f2f2f2;
	position: relative;
	padding: 20px 20px 18px 50px;
}
#index h3:before {
	content: "";
	position: absolute;
	top: 15%;
	left: 20px;
	width: 8px;
	height: 70%;
	background-color: #51a373;
}
#index h4 {
	margin: 40px 0 20px;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	font-size: 23px;
	padding: 15px 20px 13px;
	background: url(img/pc_h4.png);
	border-bottom: solid 4px #e69a44;
}
#index h5 {
	margin: 40px 0 20px;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	font-size: 20px;
	padding: 15px 20px 13px;
	border-bottom: solid 4px #f2f2f2;
	position: relative;
}
#index h5:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 30%;
	height: 4px;
	background-color: #51a373;
}
/* parts lower */
#category h1, #page h1 {
	margin: 0 0 20px;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	font-size: 30px;
	padding: 50px 30px 40px;
	background: url(img/h2.png) repeat-y top center;
	background-size: 100% auto;
	position: relative;
	text-align: center;
}
#category h1:before, #page h1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/h2_top.png) no-repeat top center;
	background-size: 100% auto;
	width: 100%;
	height: 37px;
}
#category h1:after, #page h1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(img/h2_bottom.png) no-repeat bottom center;
	background-size: 100% auto;
	width: 100%;
	height: 35px;
}
#category h2, #page h2 {
	margin: 40px 0 20px;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	font-size: 27px;
	background-color: #f2f2f2;
	position: relative;
	padding: 20px 20px 18px 50px;
}
#category h2:before, #page h2:before {
	content: "";
	position: absolute;
	top: 15%;
	left: 20px;
	width: 8px;
	height: 70%;
	background-color: #51a373;
}
#category h3, #page h3 {
	margin: 40px 0 20px;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	font-size: 23px;
	padding: 15px 20px 13px;
	background: url(img/h4.png) repeat top left;
	border-bottom: solid 4px #e69a44;
}
#category h4, #page h4 {
	margin: 40px 0 20px;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	font-size: 20px;
	padding: 15px 20px 13px;
	border-bottom: solid 4px #f2f2f2;
	position: relative;
}
#category h4:before, #page h4:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 30%;
	height: 4px;
	background-color: #51a373;
}
/* parts all */
#contents ul {
	margin: 40px 0;
}
#contents ul > li {
	padding-left: 30px;
	margin-bottom: 5px;
	position: relative;
}
#contents ul > li:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 8px;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background-color: #e69b43;
}
#contents ol {
	counter-reset: li;
	list-style: none;
	margin: 40px 0;
}
#contents ol > li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 5px;
	counter-reset: section;
	list-style-type: none;
}
#contents ol > li:before {
	content: "0"counter(li);
	counter-increment: li;
	position: absolute;
	left: 4px;
	top: 0;
	font-weight: bold;
	color: #57aa75;
}
#contents ol > li:nth-child(n+10):before {
	content: counter(li);
}
#contents .rank, #contents .recommend {
	padding: 20px 35px 20px 115px;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
	position: relative;
        background: url(img/sp_rank_a.png);
        background-color: #51A373;
	margin: 40px 0 20px;
        border-radius: 5px;
}
#contents .rank:before, #contents .recommend:before {
    content: '';
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin: 0 0 0 -20px;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-top: 20px solid #51A373;
    border-left: 15px solid transparent;
}
#contents .rank:after, #contents .recommend:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 80px;
	height: 80px;
        margin-top: -40px;
}
#contents .rank.rank1:after {
	background: url(img/rank1.png) no-repeat center;
}
#contents .rank.rank2:after {
	background: url(img/rank2.png) no-repeat center;
}
#contents .rank.rank3:after {
	background: url(img/rank3.png) no-repeat center;
}
#contents .rank.rank4:after {
	background: url(img/rank4.png) no-repeat center;
}
#contents .recommend:after {
	background: url(img/recommend.png) no-repeat center;
}
#contents p span {
	font-weight: bold;
	color: #b20000;
	font-size: 18px;
}
#contents .table-layout {
	margin: 40px 0;
}
#contents .table-layout table {
	width: 100%;
	table-layout: fixed;
}
#contents .table-layout table tr th, #contents .table-layout table tr td {
	text-align: center;
	word-break: break-all;
	vertical-align: middle;
	padding: 20px;
	border: solid 1px #33393f;
	color: #333333;
}
#contents .table-layout table tr th {
	background-color: #d0dfd5;
	font-size: 16px;
	font-weight: bold;
}
#contents .float-wrap {
	margin: 40px 0;
}
#contents .float-wrap .fl {
	float: left;
	margin-right: 20px;
}
#contents .float-wrap .fr {
	float: right;
	margin-left: 20px;
}
#contents .float-wrap .float-img {
	margin-top: 5px;
	margin-bottom: 10px;
}
#contents .float-wrap .float-img .flame {
	max-width: 226px;
	box-sizing: border-box;
	border: solid 2px #e69a44;
}
#contents .float-wrap .float-img .flame img {
	max-width: 100%;
}
#contents .float-wrap .float-img .caption {
	font-size: 10px;
	text-align: center;
	color: #999999;
	margin: 10px 0;
	line-height: 1.4;
        word-wrap: break-word;
}
#contents .btn-internal a {
	background: url(img/arr_black.png) no-repeat right 15px center #595959;
	background-size: 20px auto;
	text-align: center;
	padding: 20px 45px 18px 20px;
	display: block;
	margin: 40px auto;
	max-width: 320px;
	position: relative;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 30px;
	box-shadow: 0px 10px 0 0 rgba(64,64,64,1);
	-webkit-box-shadow: 0px 10px 0 0 rgba(64,64,64,1);
	-moz-box-shadow: 0px 10px 0 0 rgba(64,64,64,1);
}
#contents .btn-internal a:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
        transform: translate3d(0, 10px, 0);        
}
#contents .btn-web a {
	background: url(img/arr_blue.png) no-repeat right 15px center #00b7ee;
	background-size: 20px auto;
	text-align: center;
	padding: 20px 45px 18px 20px;
	display: block;
	margin: 40px auto;
	max-width: 320px;
	position: relative;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 30px;
	box-shadow: 0px 10px 0 0 rgba(72,147,186,1);
	-webkit-box-shadow: 0px 10px 0 0 rgba(72,147,186,1);
	-moz-box-shadow: 0px 10px 0 0 rgba(72,147,186,1);
}
#contents .btn-web a:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    transform: translate3d(0, 10px, 0);
}
#contents .btn-link {
	overflow: hidden;
	margin: 40px 0;
}
#contents .btn-link a {
	font-size: 14px;
	float: right;
	display: block;
	color: #33393f;
	font-weight: bold;
	position: relative;
	padding-left: 30px;
	background: url(img/btn-link.png) no-repeat left center;
}
#contents .btn-link:hover {
	text-decoration: none;
}
#contents .box-wrap {
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
}
#contents .box-wrap:after {
	display: none;
}
#contents .box-wrap .box {
	width: 49%;
	box-sizing: border-box;
	position: relative;
	margin: 10px 0;
	border: solid 3px #58b178;
	padding: 30px 5%;
}
#contents .box-wrap .box .box-head a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #333333;
	background: url(img/box-head.png) no-repeat bottom left;
}
#contents .box-wrap .box .box-body {
	color: #333333;
}
#contents .box-wrap .box .box-body .in_link_btn {
	background: url(img/arr_orange.png) no-repeat right 15px center #e69a44;
	background-size: 20px auto;
	text-align: center;
	padding: 12px 45px 10px 20px;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 20px;
	border-bottom: solid 8px #eb6100;
	max-width: 230px;
	width: 100%;
	margin: 20px auto 0;
}
#contents .box-wrap .box .permalink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
#contents .box-wrap .box:hover {
	border: solid 3px #e69a44;
}
#contents .box-wrap .box:hover .box-head a {
	background: url(img/box-head_hover.png) no-repeat bottom left;
}
#contents .box-wrap .box:hover .box-body .in_link_btn {
	background: url(img/arr_black.png) no-repeat right 15px center #595959;
	background-size: 20px auto;
	border-bottom: solid 8px #404040;
}
#contents .frame-wrap {
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
}
#contents .frame-wrap .frame {
	width: 32%;
	display: flex;
	flex-flow: column;
}
#contents .frame-wrap .frame .frame-head {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #333333;
	padding: 5px 5%;
	background-color: #8ac8a0;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
#contents .frame-wrap .frame .frame-body {
	color: #333333;
	padding: 5px 5%;
	background-color: #f2f2f2;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	display: flex;
	height: 100%;
}
}

/*----------------------------------------------------
	SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
html {
	font-size: 3.2vw;
}
body {
	font-size: 1.7rem;
	-webkit-text-size-adjust: none;
	color: #333;
	line-height: 1.4;
	background-color: #fff;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
img {
	max-width: 100%;
}
#contents {
	margin: 30px auto;
	width: 100%;
}
#index, #category, #page {
	padding: 0 3%;
}
.inner {
	padding: 0 3%;
}
.pc {
	display: none!important;
}
/* header */
#header .mainArea .sitename h1 {
	padding: 1.5rem 0;
	font-weight: bold;
	line-height: 1.2;
	color: #333333;
	font-size: 1.8rem;
	text-align: center;
}
#header .mainArea .sitename a {
	padding: 1.5rem 0;
	font-weight: bold;
	line-height: 1.2;
	color: #333333;
	font-size: 1.8rem;
	text-align: center;
	text-decoration: none;
	display: block;
}
#header .mainArea .txt {
	background-color: #33393f;
	text-align: right;
	font-size: 1rem;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0.5rem 0;
}
/* nav */
#header .sp-nav {
	display: none;
}
.sp-nav {
	overflow: hidden;
}
.sp-nav.clone-nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
/*	transition: .3s;*/
	transform: translateY(-100%);
}
.sp-nav.is-show {
	transform: translateY(0);
	width: 7rem;
	height: 7rem;
}
.sp-nav.open {
	top: 100%;
}
.sp-nav .nav-btn {
        width: 55px;
        height: 55px;
	float: right;
	z-index: 5;
	position: relative;
	margin-top: 1rem;
	margin-right: 1rem;
}
.sp-nav.open .nav-btn {
	background: url(img/gnav_icn_off.png) no-repeat center top;
	background-size: 100% auto;
}
.sp-nav.open .nav-btn img {
	display: none;
}
.sp-nav .nav-wrap {
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: scroll;
	background-color: rgba(0, 0, 0 ,0.5);
	position: absolute;
	padding-top: 8rem;
}
.sp-nav.open .nav-wrap {
	display: block;
}
.sp-nav .nav-wrap .category_list {
	background-color: #fff;
}
.sp-nav .category_list .ttl a {
/*	background: url(img/side_ttl.png) repeat top left #e69a44;
	background-size: 100% auto;*/
        background-color: #e69a44;
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
	color: #333333;
	text-decoration: none;
        padding: 15px 40px 15px 20px;
	border-bottom: solid 3px #fff;
        position: relative;
}
.sp-nav .category_list .ttl a:before {
        content: ">";
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -11px;
}
.sp-nav .category_list ul li {
	margin: 0;
	padding: 0;
	border-bottom: solid 3px #e69b43;
}
.sp-nav .category_list ul li a {
	display: block;
	padding: 1.5rem 4rem 1.5rem 2rem;
	text-decoration: none;
	color: #030303;
	background: url(img/side_arr.png) no-repeat right 2rem center;
	background-size: 1rem auto;
	font-size: 1.4rem;
}
.sp-nav .nav-close {
	background-color: #58b178;
	padding: 2rem 1.5rem 1.8rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.sp-nav .nav-close:before, .sp-nav .nav-close:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10rem;
	width: 2rem;
	height: 2px;
	margin-left: 0;
	background: #fff;
}
.sp-nav .nav-close:before {
	transform: rotate(45deg);
}
.sp-nav .nav-close:after {
	transform: rotate(-45deg);
}
/* mv-wrap */





.mv-wrap .mv-inner .mv-img{
	height: 11rem;
	position: relative;
		background: url(img/mv_r_sp.png) no-repeat top right;
		background-size: auto 100%;
}

.mv-wrap .mv-inner .mv-img .mv-img-l {
	height: 100%;
}
.mv-wrap .mv-inner .mv-img .mv-img-l img {
	height: 100%;
}
.mv-wrap .mv-inner .mv-img .mv-img-c {
	width: 10rem;
    height: 100%;
    transform: skewX(-15deg);
    position: absolute;
    top: 0;
    right: 9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.mv-wrap .mv-inner .mv-img .mv-img-c img {
	height: 100%;
	transform: skewX(15deg);
	width: max-content;
}











.mv-wrap .mv-inner .mv-box{
	background-color: #ebf8ef;
	padding: 1.5rem 3%;
}
.mv-wrap .mv-inner .mv-title h2 {
	font-size: 1.9rem;
	font-weight: bold;
	color: #333333;
	padding-bottom: 2rem;
	background: url(img/mv-title_sp.png) no-repeat bottom left;
	background-size: 100% auto;
	margin-bottom: 1.5rem;
	line-height: 1.2;
}
/* pankuzu */
#pankuzu {
	border-top: solid 3px #77bf91;
	font-size: 1.4rem;
	padding: 1rem 3% 0;
}
/* side */

#side .side_freespace {
	background: url(img/side_freespace.png) repeat-y top left;
	background-size: 100% auto;
	position: relative;
	padding: 1rem;
	margin: 2rem 3%;
	border-radius: 10px;
}
#side .side_freespace dl {
	padding: 1.5rem;
	background-color: #b3dbc1;
	border-radius: 10px;
}
#side .side_freespace dl dt img {
	max-width: 100%;
}
#side .side_freespace dl dt a {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #040404;
	line-height: 1.2;
	display: block;
	margin: 1.5rem 0;
	position: relative;
	padding: 0 1.5rem;
}
#side .side_freespace dl dt a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	-webkit-transform: skewX(160deg);
	-moz-transform: skewX(160deg);
	transform: skewX(160deg);
	border-right: 1px solid #040404;
}
#side .side_freespace dl dt a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	-webkit-transform: skewX(-160deg);
	-moz-transform: skewX(-160deg);
	transform: skewX(-160deg);
	border-right: 1px solid #040404;
}
#side .side_freespace dl dd p {
	margin: 1.5rem 0;
}
#side .side_freespace .btn {
	background: url(img/arr_orange.png) no-repeat right 2rem center #e69a44;
	background-size: 2rem auto;
	text-align: center;
	padding: 1.5rem 5rem 1.2rem 2.5rem;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	border-radius: 60px;
	border: solid 6px #ffffff;
}
#side .category_list {
	margin: 1rem 0 0;
}
#side .category_sitemap {
    display: none;
}
#side .category_list .ttl a {
	background: url(img/sp_category2.png) #e69a44;
        background-size: 16px;
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
	color: #333333;
	text-decoration: none;
	padding: 1.5rem 2rem;
}
#side .category_list ul {
	margin: 0;
}
#side .category_list ul li {
	margin: 0;
	padding: 0;
	border-bottom: solid 2px #e69b43;
}
#side .category_list ul li:before {
	display: none;
}
#side .category_list ul li a {
	display: block;
	padding: 1.5rem 4rem 1.5rem 2rem;
	text-decoration: none;
	color: #030303;
	background: url(img/side_arr.png) no-repeat right 2rem center;
	background-size: 1rem auto;
	font-size: 1.4rem;
}
#side .category_list ul li.sub_cat a {
    padding: 1.5rem 4rem 1.5rem 3rem;
}
/* footer */
#footer {
	background-color: #33393f;
	padding: 2rem 0 0;
}
.side_inn {
    position: relative;
    padding: 60px 0 0px;
}
.pagetop {
	display: block;
	text-align: center;
	position: absolute;
	right: 30px;
	top: 0px;
        width: 60px;
        height: 60px;
	box-sizing: border-box;
	z-index: 3;
}
#footer .inner .disclaimer {
	background-color: #535353;
	padding: 1.5rem 1rem;
	color: #ffffff;
	box-sizing: border-box;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 2rem;
}
#footer .copy {
	text-align: center;
	color: #ffffff;
	padding: 0.5rem 3%;
	font-size: 1.2rem;
}
#footer .copy a {
	color: #ffffff;
}
/* parts home */
#index h2 {
	margin: 0 0 1rem;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	font-size: 2.1rem;
	padding: 2.5rem 1.5rem 2rem;
	background: url(img/h2_sp.png) repeat-y top center;
	background-size: 100% auto;
	position: relative;
	text-align: center;
}
#index h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/h2_top_sp.png) no-repeat top center;
	background-size: 100% auto;
	width: 100%;
	height: 2.5rem;
}
#index h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(img/h2_bottom_sp.png) no-repeat bottom center;
	background-size: 100% auto;
	width: 100%;
	height: 2rem;
}
#index h3 {
	margin: 2rem 0 1rem;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	font-size: 2rem;
	background-color: #f2f2f2;
	position: relative;
	padding: 1.5rem 1.5rem 1.2rem 3rem;
}
#index h3:before {
	content: "";
	position: absolute;
	top: 15%;
	left: 1rem;
	width: 8px;
	height: 70%;
	background-color: #51a373;
}
#index h4 {
	margin: 2rem 0 1rem;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	font-size: 1.8rem;
	padding: 1rem 1rem 0.8rem;
	background: url(img/h4.png) repeat top left;
	border-bottom: solid 4px #e69a44;
}
#index h5 {
	margin: 2rem 0 1rem;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	font-size: 1.7rem;
	padding: 1rem 1rem 0.8rem;
	border-bottom: solid 4px #f2f2f2;
	position: relative;
}
#index h5:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 30%;
	height: 4px;
	background-color: #51a373;
}
/* parts lower */
#category h1, #page h1 {
	margin: 0 0 1rem;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	font-size: 2.1rem;
	padding: 2.5rem 1.5rem 2rem;
	background: url(img/h2_sp.png) repeat-y top center;
	background-size: 100% auto;
	position: relative;
	text-align: center;
}
#category h1:before, #page h1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/h2_top_sp.png) no-repeat top center;
	background-size: 100% auto;
	width: 100%;
	height: 2.5rem;
}
#category h1:after, #page h1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(img/h2_bottom_sp.png) no-repeat bottom center;
	background-size: 100% auto;
	width: 100%;
	height: 2rem;
}
#category h2, #page h2 {
	margin: 2rem 0 1rem;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	font-size: 2rem;
	background-color: #f2f2f2;
	position: relative;
	padding: 1.5rem 1.5rem 1.2rem 3rem;
}
#category h2:before, #page h2:before {
	content: "";
	position: absolute;
	top: 15%;
	left: 1rem;
	width: 8px;
	height: 70%;
	background-color: #51a373;
}
#category h3, #page h3 {
	margin: 2rem 0 1rem;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	font-size: 1.8rem;
	padding: 1rem 1rem 0.8rem;
	background: url(img/h4.png) repeat top left;
	border-bottom: solid 4px #e69a44;
}
#category h4, #page h4 {
	margin: 2rem 0 1rem;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	font-size: 1.7rem;
	padding: 1rem 1rem 0.8rem;
	border-bottom: solid 4px #f2f2f2;
	position: relative;
}
#category h4:before, #page h4:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 30%;
	height: 4px;
	background-color: #51a373;
}
/* parts all */
#contents ul {
	margin: 2rem 0;
}
#contents ul > li {
	padding-left: 2.5rem;
	margin-bottom: 5px;
	position: relative;
}
#contents ul > li:before {
	content: "";
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background-color: #e69b43;
}
#contents ol {
	counter-reset: li;
	list-style: none;
	margin: 2rem 0;
}
#contents ol > li {
	padding-left: 2.5rem;
	position: relative;
	margin-bottom: 5px;
	counter-reset: section;
	list-style-type: none;
}
#contents ol > li:before {
	content: "0"counter(li);
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	color: #57aa75;
	font-size: 1.5rem;
	line-height: 1.7;
}
#contents ol > li:nth-child(n+10):before {
	content: counter(li);
}
#contents .rank, #contents .recommend {
        padding: 15px 15px 15px 80px;
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        line-height: 1.2;
        position: relative;
        background: url(img/pc_rank_a.png);
        background-color: #51A373;
        margin: 40px 0 20px;
        border-radius: 5px;
        background-size: 18px;      
}
#contents .rank:before, #contents .recommend:before {
        content: '';
        position: absolute;
        bottom: -19px;
        left: 50%;
        margin: 0 0 0 -20px;
        width: 0;
        height: 0;
        border-right: 15px solid transparent;
        border-top: 20px solid #51A373;
        border-left: 15px solid transparent;
}
#contents .rank:after, #contents .recommend:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 1rem;
        width: 60px;
        height: 60px;
        margin-top: -31px;
}
#contents .rank.rank1:after {
	background: url(img/rank1_sp.png) no-repeat center;
	background-size: 100% auto;
}
#contents .rank.rank2:after {
	background: url(img/rank2_sp.png) no-repeat center;
	background-size: 100% auto;
}
#contents .rank.rank3:after {
	background: url(img/rank3_sp.png) no-repeat center;
	background-size: 100% auto;
}
#contents .rank.rank4:after {
	background: url(img/rank4_sp.png) no-repeat center;
	background-size: 100% auto;
}
#contents .recommend:after {
	background: url(img/recommend_sp.png) no-repeat center;
	background-size: 100% auto;
}
#contents p span {
	font-weight: bold;
	color: #d75347;
	font-size: 1.9rem;
}
#contents .table-layout {
	overflow-x: scroll;
	margin: 2rem 0;
}
#contents .table-layout::-webkit-scrollbar {
 height:10px;
}
#contents .table-layout::-webkit-scrollbar-track {
 background:#F1F1F1;
}
#contents .table-layout::-webkit-scrollbar-thumb {
 background:#C1C1C1;
}
#contents .table-layout table {
	margin-bottom: 1rem;
}
#contents .table-layout table tr th, #contents .table-layout table tr td {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	border: solid 1px #33393f;
	color: #333333;
}
#contents .table-layout table tr th {
	background-color: #d0dfd5;
	font-size: 16px;
	font-weight: bold;
}
#contents .table-layout table tr td {
	font-size: 14px;
}
#contents .float-wrap {
	margin: 2rem 0;
}
#contents .float-wrap .float-img {
	margin-bottom: 1rem;
}
#contents .float-wrap .float-img .flame {
	border: solid 4px #e69a44;
}
#contents .float-wrap .float-img .flame img {
	max-width: 100%;
	text-align: center;
}
#contents .float-wrap .float-img .caption {
	font-size: 1.5rem;
	text-align: center;
	color: #999999;
	margin: 1rem 0;
	line-height: 1.4;
        word-wrap: break-word;
}
#contents .btn-internal a {
	background: url(img/arr_black.png) no-repeat right 2rem center #595959;
	background-size: 2rem auto;
	text-align: center;
	padding: 1.5rem 5rem 1.2rem 2.5rem;
	display: block;
	margin: 2rem 0;
	position: relative;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	border-radius: 60px;
	border-bottom: solid 1rem #404040;
}
#contents .btn-web a {
	background: url(img/arr_blue.png) no-repeat right 2rem center #00b7ee;
	background-size: 2rem auto;
	text-align: center;
	padding: 1.5rem 5rem 1.2rem 2.5rem;
	display: block;
	margin: 2rem 0;
	position: relative;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	border-radius: 60px;
	border-bottom: solid 1rem #4893ba;
}
#contents .btn-link a {
	background: url(img/arr_white.png) no-repeat right 2rem center;
	background-size: 2rem auto;
	text-align: center;
	padding: 1.5rem 5rem 1.2rem 2.5rem;
	display: block;
	margin: 2rem 0;
	position: relative;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	color: #33393f;
	border-radius: 60px;
	border: solid 3px #33393f;
}
#contents .btn-tel a {
	background: url(img/arr_green.png) no-repeat right 2rem center #a5cd66;
	background-size: 2rem auto;
	text-align: center;
	padding: 1.5rem 5rem 1.2rem;
	display: block;
	margin: 2rem 0;
	position: relative;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	border-radius: 60px;
	border-bottom: solid 1rem #92bd4e;
	position: relative;
}
#contents .btn-tel a:before {
	content: "";
	position: absolute;
	left: 2.5rem;
	top: 0;
	width: 2rem;
	height: 100%;
	background: url(img/tel.png) no-repeat left center;
	background-size: 100% auto;
}
#contents .box-wrap {
	margin: 2rem 0;
}
#contents .box-wrap:after {
	display: none;
}
#contents .box-wrap .box {
	margin: 2rem 0;
	padding: 1rem 2rem 2rem;
	border: solid 3px #58b178;
}
#contents .box-wrap .box .box-head a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 1rem 3rem 1rem 0;
	margin-bottom: 1.5rem;
	color: #333333;
	background: url(img/box-head.png) repeat-x bottom left;
	position: relative;
}
#contents .box-wrap .box .box-head a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 2rem;
	height: 2rem;
	background: url(img/arr_white_02.png) no-repeat center;
	background-size: 2rem auto;
	margin-top: -1rem;
}
#contents .box-wrap .box .box-body {
	color: #333333;
}
#contents .box-wrap .box .box-body .in_link_btn {
	background: url(img/arr_orange.png) no-repeat right 2rem center #e69a44;
	background-size: 2rem auto;
	text-align: center;
	padding: 1.5rem 5rem 1.2rem 2.5rem;
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border-radius: 60px;
	border-bottom: solid 8px #eb6100;
	width: 100%;
	margin: 2rem auto 0;
	font-size-adjust: 1.8rem
}
#contents .frame-wrap {
	margin: 2rem 0;
}
#contents .frame-wrap .frame {
	margin: 2rem 0;
}
#contents .frame-wrap .frame .frame-head {
	font-weight: bold;
	color: #333333;
	padding: 0.5rem 1.5rem;
	background-color: #8ac8a0;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
#contents .frame-wrap .frame .frame-body {
	text-align: center;
	color: #333333;
	padding: 0.5rem 1.5rem;
	background-color: #f2f2f2;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px / 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px / 0 0 5px 5px;
}
}
