@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: #f8f3e6;
	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;
}
#contents {
	margin: 20px auto;
	max-width: 1000px;
	width: 100%;
}
#index, #category, #page {
	float: left;
        max-width: 740px;
        width: 74%;
	background-color: #ffffff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 1%;
	color: #444444;
}
#side {
	float: right;
	max-width: 240px;
	width: 24%;
}
.inner {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
/* header */
#header .mainArea {
	background: url(img/head_bg.png) repeat top center;
}
#header .mainArea .inner {
	position: relative;
	box-sizing: border-box;
	padding: 34px 0 20px;
}
#header .mainArea .sitename {
	font-size: 30px;
	color: #fff;
	max-width: 500px;
	width: 100%;
	line-height: 1.2;
	font-weight: bold;
}
#header .mainArea .sitename:first-line {
	color: #f2e77b;
}
#header .mainArea .sitename a {
	text-decoration: none;
	color: #fff;
	display: block;
}
#header .mainArea .sitename a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#header .mainArea .txt {
font-size: 12px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.2;
    padding: 5px 140px 15px 5px;
}
#header .mainArea .sitemap_link {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
	color: #66afc4;
	text-align: center;
	background-color: #f2e77b;
	line-height: 1.4;
}
#header .mainArea .sitemap_link:hover {
	background-color: #a5d1db;
	color: #f2e77b;
}
/* pankuzu */
.pankuzu_inner {
	background: url(img/bg.png) repeat bottom left;
}
#pankuzu {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	padding: 20px 0;
	text-align: right;
}
/* nav */
#header nav {
	background-color: #5b4f4f;
	box-shadow: 0 4px 10px rgba(0,0,0,0.8) inset;
}
#header nav ul {
	max-width: 1000px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 20px 0;
}
#header nav ul li {
	width: 100%;
	border-right: solid 1px #d2d2d2;
	box-sizing: border-box;
	position: relative;
}
#header nav ul li:first-child {
	border-left: solid 1px #d2d2d2;
}
#header nav ul li a {
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
#header nav ul li a:hover {
	background-color: #d07269;
	border-radius: 5px;
}
/* mv-wrap */
#header .mv-wrap {
	background: url(img/bg.png) repeat top center;
	padding: 25px 0;
}
#header .mv-wrap .mv-inner {
	min-height: 350px;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 30px 50px 330px;
	background: url(img/mv.png) no-repeat left bottom #E0EAF0;
	border-radius: 10px;
}
#header .mv-wrap .mv .mv-title h2 {
	font-weight: bold;
	line-height: 1.2;
	font-size: 25px;
	margin-bottom: 25px;
	color: #66afc4;
}
/* side */
#side .side_freespace dl dt {
	position: relative;
}
#side .side_freespace dl dt:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border: 25px solid transparent;
	border-bottom: 25px solid #66afc4;
}
#side .side_freespace dl dt img {
	max-width: 100%;
	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;
}
#side .side_freespace dl dd {
	padding: 20px 10px;
	background-color: #66afc4;
	line-height: 1.4;
	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 .side_freespace dl dd p {
	color: #fff;
	padding: 0 20px;
}
#side .side_freespace .title {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	color: #040404;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#side .side_freespace .title:hover {
	color: #d5514c;
}
#side .side_freespace .btn {
	background-color: #fff;
	text-align: center;
	padding: 10px 35px 8px 10px;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #d5514c;
	border-radius: 5px;
	margin-top: 15px;
}
#side .side_freespace .btn:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #d5514c;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
}
#side .side_freespace .btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 8px solid #ffffff;
}
#side .side_freespace .btn:hover {
	background-color: #d5514c;
	color: #ffffff;
}
#side .side_freespace .btn:hover:before {
	background-color: #fff;
}
#side .side_freespace .btn:hover:after {
	border-left: 8px solid #d5514c;
}
#side .category_list {
	margin: 30px 0;
}
#side .category_list .ttl a {
	padding: 20px 20px 15px;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	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;
	background-color: #5b4f4f;
}
#side .category_list .ttl a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#side .category_list ul {
	padding: 0 5px;
	background-color: #fff;
	margin: 0;
	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 {
	padding: 0;
	margin: 0;
	border-top: solid 1px #5b4f4f;
	background: none;
}
#side .category_list ul li:first-child {
	border-top: none;
}
#side .category_list ul li a {
	padding: 15px 20px 15px 40px;
	display: block;
	position: relative;
	text-decoration: none;
	color: #5b4f4f;
	background: url(img/side_arr.png) no-repeat left 15px center;
}
#side .category_list ul li a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#side .category_list ul li.sub_cat {
	padding-left: 40px;
}
#side .category_list ul li.sub_cat a {
	color: #66afc4;
	padding-left: 30px;
	background: url(img/side_sub_cat.png) no-repeat left 5px center;
}
/* footer */
#footer {
	background: url(img/foot_bg.png) repeat top center;
}
#footer .pagetop {
	display: block;
	text-align: center;
	padding: 15px;
	background-color: #e6f3f6;
}
#footer .pagetop:hover {
	background-color: #f2e77b;
}
#footer .inner .category_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer .inner .category_list {
	width: 33%;
	box-sizing: border-box;
	padding: 50px 25px 0;
}
#footer .inner .category_list .ttl a {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 15px;
	background: url(img/foot_line.png) no-repeat bottom left;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	display: block;
	margin-bottom: 15px;
}
#footer .inner .category_list .ttl a:hover {
	color: #d2d2d2;
	background: url(img/foot_line_hover.png) no-repeat bottom left;
}
#footer .inner .category_list ul li a {
	text-decoration: none;
	color: #fff;
	margin-bottom: 10px;
	display: block;
}
#footer .inner .category_list ul li a:hover {
	color: #d2d2d2;
}
#footer .inner .category_list ul li.sub_cat a {
	padding-left: 15px;
	background: url(img/foot_sub_cat.png) no-repeat left center;
}
#footer .disclaimer {
	margin: 95px 0 15px;
	color: #fff;
	display: flex;
	justify-content: space-between;
}
#footer .disclaimer dt {
	width: 20%;
	border: solid 1px #fff;
	padding: 20px 5px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .disclaimer dd {
	width: 79%;
	border: solid 1px #fff;
	padding: 20px;
	font-size: 12px;
}
#footer .copy {
	background-color: rgba(79, 140, 158, 0.5);
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	padding: 3px;
}
#footer .copy a {
	color: #ffffff;
	text-decoration: none;
}
#footer .copy a:hover {
	text-decoration: underline;
}
/* parts home */
#index h2 {
	margin: 60px 0 50px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	padding: 10px 50px 5px;
	text-align: center;
	background: url(img/h2_bg.png) repeat-y top center;
	background-size: 100% auto;
	position: relative;
	z-index: 2;
}
#index h2:before {
	content: "";
	position: absolute;
	top: -62px;
	left: 0;
	width: 100%;
	height: 62px;
	background: url(img/h2_top.png) no-repeat top center #fff;
	background-size: 100% auto;
}
#index h2:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(img/h2_bottom.png) no-repeat bottom center #fff;
	background-size: 100% auto;
	z-index: 1;
}
#index h3 {
	margin: 40px 0 20px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 28px;
	color: #333333;
	padding: 15px 20px;
	background-color: #f2e77b;
	border-radius: 5px;
}
#index h4 {
	margin: 40px 0 20px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 24px;
	border: solid 1px #66afc4;
	border-radius: 5px;
	color: #66afc4;
	padding: 20px;
}
#index h5 {
	margin: 40px 0 20px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	background: url(img/h5.png) no-repeat left 5px top;
	padding-top: 15px;
}
/* parts lower */
#category h1, #page h1 {
	margin: 60px 0 50px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	padding: 10px 50px 5px;
	text-align: center;
	background: url(img/h2_bg.png) repeat-y top center;
	background-size: 100% auto;
	position: relative;
	z-index: 2;
}
#category h1:before, #page h1:before {
	content: "";
	position: absolute;
	top: -62px;
	left: 0;
	width: 100%;
	height: 62px;
	background: url(img/h2_top.png) no-repeat top center #fff;
	background-size: 100% auto;
}
#category h1:after, #page h1:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(img/h2_bottom.png) no-repeat bottom center #fff;
	background-size: 100% auto;
	z-index: 1;
}
#category h2, #page h2 {
	margin: 40px 0 20px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 28px;
	color: #333333;
	padding: 15px 20px 13px;
	background-color: #f2e77b;
	border-radius: 5px;
}
#category h3, #page h3 {
	margin: 40px 0 20px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 24px;
	border: solid 1px #66afc4;
	border-radius: 5px;
	color: #66afc4;
	padding: 20px 20px 18px;
}
#category h4, #page h4 {
	margin: 40px 0 20px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	background: url(img/h5.png) no-repeat left 5px top;
	padding-top: 15px;
}
/* parts all */
#contents ul {
	margin: 40px 0;
}
#contents ul > li {
	padding-left: 25px;
	margin-bottom: 5px;
	background: url(img/ul.png) no-repeat top 6px left 3px;
}
#contents ol {
	counter-reset: li;
	list-style: none;
	margin: 40px 0;
}
#contents ol > li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 5px;
	counter-reset: section;
	list-style-type: none;
}
#contents ol > li:before {

	counter-increment: li;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	font-size: 15px;
	color: #d5514c;
}
ol li:nth-child(-n + 9):before {
	content: "0"counter(li);
}
ol li:nth-child(n + 10):before {
        content: counter(li);
}
#contents .rank, #contents .recommend {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
    padding: 35px 50px 5px;
	border-radius: 5px;
	border: solid 1px #d5514c;
	position: relative;
	margin: 65px 0 20px;
	line-height: 1.2;
}
#contents .rank:before, #contents .recommend:before {
	content: "";
	position: absolute;
	width: 181px;
	height: 46px;
	top: -23px;
	left: 50%;
	margin-left: -90.5px;
	background: url(img/rank.png) no-repeat center;
}
#contents .rank:after, #contents .recommend:after {
	content: "";
	position: absolute;
	width: 181px;
	height: 65px;
	top: -32.5px;
	left: 50%;
	margin-left: -90.5px;
}
#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 .rank.rank5:after {
	background: url(img/rank5.png) no-repeat center;
}
#contents .recommend:after {
	background: url(img/recommend.png) no-repeat center;
}
#contents p span {
	font-weight: bold;
	font-size: 18px;
	color: #d5514c;
	text-decoration: underline;
}
#contents p a {
	font-weight: bold;
	font-size: 18px;
	color: #66afc4;
	text-decoration: underline;
}
#contents p a:hover {
	text-decoration: none;
}
#contents .table-layout {
	margin: 40px 0;
}
#contents .table-layout table {
	width: 100%;
	table-layout: fixed;
	border-top: solid 1px #303753;
}
#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 #66afc4;
	color: #333333;
}
#contents .table-layout table tr th {
	background-color: #f2e77b;
	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: 240px;
	box-sizing: border-box;
	border: solid 3px #66afc4;
	border-radius: 5px;
}
#contents .float-wrap .fc .flame {
	margin: 0 auto;
}
#contents .float-wrap .float-img .flame img {
	max-width: 100%;
}
#contents .float-wrap .float-img .caption {
	font-size: 10px;
	text-align: center;
	color: #333333;
	margin: 10px 0;
	line-height: 1.4;
	padding: 10px;
	background-color: #f8f3bd;
	border-radius: 5px;
}
#contents .btn-internal a {
	background-color: #fff;
	border: solid 2px #e5e5e5;
	text-align: center;
	padding: 20px 40px 15px 20px;
	display: block;
	margin: 40px auto;
	max-width: 320px;
	position: relative;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #66afc4;
	border-radius: 5px;
}
#contents .btn-internal a:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #66afc4;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
}
#contents .btn-internal a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 8px solid #fff;
}
#contents .btn-internal a:hover {
	background-color: #66afc4;
	border: solid 2px #66afc4;
	color: #fff;
}
#contents .btn-internal a:hover:before {
	background-color: #fff;
}
#contents .btn-internal a:hover:after {
	border-left: 8px solid #66afc4;
}
#contents .btn-web a {
	background-color: #d5514c;
	border: solid 2px #d5514c;
	text-align: center;
	padding: 20px 40px 15px 20px;
	display: block;
	margin: 40px auto;
	max-width: 370px;
	position: relative;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
}
#contents .btn-web a:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
}
#contents .btn-web a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 8px solid #d5514c;
}
#contents .btn-web a:hover {
	background-color: #fff;
	border: solid 2px #f8f3e6;
	color: #d5514c;
}
#contents .btn-web a:hover:before {
	background-color: #d5514c;
}
#contents .btn-web a:hover:after {
	border-left: 8px solid #ffffff;
}
#contents .btn-link {
	overflow: hidden;
	margin: 40px 0;
}
#contents .btn-link a {
	font-size: 14px;
	float: right;
	display: block;
	color: #5b4f4f;
	font-weight: bold;
	position: relative;
	padding-right: 30px;
	text-decoration: none;
}
#contents .btn-link a:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #5b4f4f;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	box-sizing: border-box;
	border: solid 1px #5b4f4f;
}
#contents .btn-link a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 8px solid #fff;
}
#contents .btn-link a:hover {
	text-decoration: underline;
}
#contents .btn-link a:hover:before {
	background-color: #fff;
}
#contents .btn-link a:hover:after {
	border-left: 8px solid #5b4f4f;
}
#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;
	display: flex;
	flex-flow: column;
}
#contents .box-wrap .box .box-head a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 40px 15px 20px;
	color: #66afc4;
	background: #f2e77b;
	position: relative;
	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 .box-wrap .box .box-head a:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #66afc4;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
}
#contents .box-wrap .box .box-head a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 8px solid #fff;
}
#contents .box-wrap .box:hover .box-head a {
	background-color: #66afc4;
	color: #fff;
}
#contents .box-wrap .box:hover .box-head a:before {
	background-color: #fff;
}
#contents .box-wrap .box:hover .box-head a:after {
	border-left: 8px solid #66afc4;
}
#contents .box-wrap .box .box-body {
	padding: 10px 20px;
	color: #333333;
	background-color: #e6f3f6;
	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;
	height: 100%;
	overflow: hidden;
}
#contents .box-wrap .box .box-body .in_link_btn {
	background-color: #66afc4;
	text-align: center;
	padding: 15px 30px 12px 10px;
	display: block;
	width: 100%;
	max-width: 100%;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
	float: right;
	margin: 10px 0;
}
#contents .box-wrap .box .box-body .in_link_btn:before {
	content: "";
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -9px;
}
#contents .box-wrap .box .box-body .in_link_btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 9px;
	margin-top: -5px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 8px solid #66afc4;
}
#contents .box-wrap .box:hover .box-body .in_link_btn {
	background-color: #f2e77b;
	color: #66afc4;
}
#contents .box-wrap .box:hover .box-body .in_link_btn:before {
	background-color: #66afc4;
}
#contents .box-wrap .box:hover .box-body .in_link_btn:after {
	border-left: 8px solid #f2e77b;
}
#contents .box-wrap .box .box-body p {
	width: 100%;
}
#contents .box-wrap .box .permalink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#contents .frame-wrap {
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
}
#contents .frame-wrap .frame {
	width: 32%;
	box-sizing: border-box;
	background-color: #e6f3f6;
	padding: 10px 3% 10px;
}
#contents .frame-wrap .frame .frame-head {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #333333;
	padding-bottom: 5px;
	margin-bottom: 15px;
	background: url(img/frame_bg.png) no-repeat bottom center;
	background-size: auto 3px;
}
#contents .frame-wrap .frame .frame-body {
	color: #333333;
}
}

/*----------------------------------------------------
	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 {
	padding: 0.5rem 8rem 0.5rem 3%;
	background: url(img/head_bg.png) repeat center top;
	min-height: 7.5rem;
}
#header .mainArea .inner {
	padding: 14px 0 0;
}
#header .mainArea .sitename {
	font-size: 1.8rem;
	color: #333333;
	line-height: 1.4;
	font-weight: bold;
}
#header .mainArea .sitename:first-line {
	color: #f2e77b;
}
#header .mainArea .sitename a {
	text-decoration: none;
	color: #333333;
	display: block;
}
#header .mainArea .txt {
	font-size: 1rem;
	color: #ffffff;
	line-height: 1.4;
	position: absolute;
	top: 0.5rem;
	left: 0;
	padding: 0 8rem 0 2%;
}
/* nav */
#header .sp-nav .nav-btn {
	width: 7.5rem;
	height: 7.5rem;
	z-index: 5;
	background: url(img/gnav_icn_off.png) no-repeat center top #f2e77b;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 0;
}
#header .sp-nav.open .nav-btn img {
	display: none;
}
#header .sp-nav .nav-wrap {
	display: none;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 5;
}
#header .sp-nav.open .nav-wrap {
	display: block;
	overflow-y: scroll;
}
#header .sp-nav .nav-wrap .category_list {
	background-color: #66afc4;
}
#header .sp-nav .category_list .ttl {
	background-color: rgba(92, 162, 194, 0.6);
}
#header .sp-nav .category_list .ttl a {
	padding: 1.5rem 4rem 1.2rem 2rem;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ffffff;
	background: url(img/foot_arr.png) no-repeat right 2rem center;
	background-size: 1rem auto;
}
#header .sp-nav .category_list ul li {
	background: url(img/foot_line_sp.png) no-repeat top center;
	background-size: 96% auto;
}
#header .sp-nav .category_list ul li:first-child {
	background: none;
}
#header .sp-nav .category_list ul li a {
	text-decoration: none;
	color: #fff;
	padding: 1.5rem 4rem 1.2rem 2rem;
	display: block;
	font-size: 1.4rem;
	background: url(img/foot_arr.png) no-repeat right 2rem center;
	background-size: 1rem auto;
}
#header .sp-nav .category_list ul li.sub_cat {
	padding-left: 2rem;
}
#header .sp-nav .category_list ul li.sub_cat a {
	padding-left: 4rem;
	position: relative;
}
#header .sp-nav .category_list ul li.sub_cat a:before {
	content: "";
	position: absolute;
	left: 1.5rem;
	top: 50%;
	margin-top: -0.5rem;
	width: 1rem;
	height: 1rem;
	background: url(img/foot_sub_cat.png) no-repeat center;
	background-size: auto 1rem;
}
.sp-nav .nav-close {
	background-color: #66afc4;
	padding: 3rem 1.5rem 1.2rem;
	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: 1.5rem;
	left: 50%;
	width: 2rem;
	height: 2px;
	margin-left: -1rem;
	background: #fff;
}
.sp-nav .nav-close:before {
	transform: rotate(45deg);
}
.sp-nav .nav-close:after {
	transform: rotate(-45deg);
}
/* pankuzu */
.pankuzu_inner {
	padding: 1.5rem 3% 0;
}
#pankuzu {
	font-size: 1.4rem;
	overflow-x: scroll;
	white-space: nowrap;
	overflow-y: hidden;
}
#pankuzu::-webkit-scrollbar {
 height:5px;
}
#pankuzu::-webkit-scrollbar-track {
 background:#F1F1F1;
}
#pankuzu::-webkit-scrollbar-thumb {
 background:#C1C1C1;
}
#pankuzu > span {
	display: inline-block;
	margin-bottom: 1rem;
}
/* mv-wrap */
#header .mv-wrap {
	background: url(img/bg.png) repeat top center;
	padding: 2rem 3%;
}
#header .mv-wrap .mv-inner {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 1.5rem;
	border-radius: 5px;
	background-color: #E1EBF1;
}
#header .mv-wrap .mv .mv-title h2 {
	font-weight: bold;
	line-height: 1.2;
	font-size: 1.9rem;
	margin-bottom: 1rem;
	color: #66afc4;
	background: url(img/mv_sp.png) no-repeat left bottom;
	background-size: 10rem auto;
	padding-left: 10rem;
}
/* side */
#side {
	margin: 2rem 0;
	padding: 0 3%;
}
#side .side_freespace dl dt {
	position: relative;
}
#side .side_freespace dl dt:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -2rem;
	box-sizing: border-box;
	width: 2rem;
	height: 2rem;
	border: 2rem solid transparent;
	border-bottom: 2rem solid #66afc4;
}
#side .side_freespace dl dt img {
	max-width: 100%;
	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;
}
#side .side_freespace dl dd {
	padding: 2rem;
	background-color: #66afc4;
	color: #fff;
	line-height: 1.4;
	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 .side_freespace .title {
	display: block;
	text-decoration: none;
	color: #040404;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.5rem;
}
#side .side_freespace .btn {
	background-color: #ffffff;
	text-align: center;
	padding: 1.5rem 4rem 1.2rem 1.5rem;
	display: block;
	margin: 1.5rem 0 0;
	position: relative;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	color: #d5514c;
	border-radius: 5px;
}
#side .side_freespace .btn:before {
	content: "";
	width: 2rem;
	height: 2rem;
	background-color: #d5514c;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -1rem;
}
#side .side_freespace .btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -0.5rem;
	box-sizing: border-box;
	width: 1rem;
	height: 1rem;
	border: 0.5rem solid transparent;
	border-left: 0.8rem solid #ffffff;
}
/* footer */
#footer {
	background: url(img/foot_bg_sp.png) repeat top center;
	padding-bottom: 5rem
}
#footer .pagetop {
	display: block;
	text-align: center;
	padding: 0.5rem;
	background-color: #e6f3f6;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5rem;
	box-sizing: border-box;
	z-index: 3;
}
#footer .pagetop img {
	width: auto;
	height: 4rem;
}
#footer .inner {
	padding: 0;
}
#footer .category_list .ttl {
	background-color: rgba(92, 162, 194, 0.6);
}
#footer .category_list .ttl a {
	padding: 1.5rem 4rem 1.2rem 2rem;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ffffff;
	background: url(img/foot_arr.png) no-repeat right 2rem center;
	background-size: 1rem auto;
}
#footer .inner .category_list ul {
	background: url(img/foot_line_sp.png) no-repeat bottom center;
	background-size: 96% auto;
}
#footer .inner .category_list ul li {
	background: url(img/foot_line_sp.png) no-repeat top center;
	background-size: 96% auto;
}
#footer .inner .category_list ul li a {
	text-decoration: none;
	color: #fff;
	padding: 1.5rem 4rem 1.2rem 2rem;
	display: block;
	font-size: 1.4rem;
	background: url(img/foot_arr.png) no-repeat right 2rem center;
	background-size: 1rem auto;
}
#footer .category_list ul li.sub_cat {
	padding-left: 2rem;
}
#footer .category_list ul li.sub_cat a {
	padding-left: 4rem;
	position: relative;
}
#footer .category_list ul li.sub_cat a:before {
	content: "";
	position: absolute;
	left: 1.5rem;
	top: 50%;
	margin-top: -0.5rem;
	width: 1rem;
	height: 1rem;
	background: url(img/foot_sub_cat.png) no-repeat center;
	background-size: auto 1rem;
}
#footer .footer_bottom_wrap {
	margin: 2rem 0;
	border: solid 2px #fff;
	display: flex;
	align-items: center;
}
#footer .disclaimer {
	width: 70%;
	box-sizing: border-box;
	border-right: solid 2px #fff;
	padding: 1rem 0.5rem;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	color: #fff;
}
#footer .disclaimer dt {
	display: flex;
	width: 30%;
	align-items: center;
}
#footer .disclaimer dd {
	width: 70%;
}
#footer .sitemap_link {
	width: 30%;
	box-sizing: border-box;
	padding: 1rem 0.5rem;
	text-decoration: none;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
#footer .copy {
	background-color: rgba(79, 140, 158, 0.5);
	text-align: center;
	font-size: 1.2rem;
	color: #ffffff;
	padding: 0.5rem;
}
#footer .copy a {
	color: #ffffff;
}
/* parts home */
#index h2 {
	margin: 5rem 0 3rem;
	line-height: 1.2;
	font-weight: bold;
	font-size: 2.1rem;
	color: #333333;
	padding: 0.5rem 2rem 0;
	text-align: center;
	background: url(img/h2_bg_sp.png) repeat-y top center;
	background-size: 100% auto;
	position: relative;
	z-index: 2;
}
#index h2:before {
	content: "";
	position: absolute;
	top: -4rem;
	left: 0;
	width: 100%;
	height: 4rem;
	background: url(img/h2_top_sp.png) no-repeat top center #fff;
	background-size: 100% auto;
}
#index h2:after {
	content: "";
	position: absolute;
	bottom: -2rem;
	left: 0;
	width: 100%;
	height: 2rem;
	background: url(img/h2_bottom_sp.png) no-repeat bottom center #fff;
	background-size: 100% auto;
	z-index: 1;
}
#index h3 {
	margin: 2rem 0 1rem;
	line-height: 1.2;
	font-weight: bold;
	font-size: 1.8rem;
	color: #333333;
	font-size: 2rem;
	background-color: #f2e77b;
	border-radius: 5px;
	padding: 1rem;
}
#index h4 {
	margin: 2rem 0 1rem;
	line-height: 1.2;
	font-weight: bold;
	font-size: 1.8rem;
	border: solid 1px #66afc4;
	border-radius: 5px;
	color: #66afc4;
	padding: 1rem;
}
#index h5 {
	margin: 2rem 0 1rem;
	line-height: 1.2;
	font-weight: bold;
	color: #333333;
	background: url(img/h5.png) no-repeat left 5px top;
	background-size: auto 0.6rem;
	padding-top: 1.5rem;
}
/* parts lower */
#category h1, #page h1 {
	margin: 5rem 0 3rem;
	line-height: 1.2;
	font-weight: bold;
	font-size: 2.1rem;
	color: #333333;
	padding: 0.5rem 2rem 0;
	text-align: center;
	background: url(img/h2_bg_sp.png) repeat-y top center;
	background-size: 100% auto;
	position: relative;
	z-index: 2;
}
#category h1:before, #page h1:before {
	content: "";
	position: absolute;
	top: -4rem;
	left: 0;
	width: 100%;
	height: 4rem;
	background: url(img/h2_top_sp.png) no-repeat top center #fff;
	background-size: 100% auto;
}
#category h1:after, #page h1:after {
	content: "";
	position: absolute;
	bottom: -2rem;
	left: 0;
	width: 100%;
	height: 2rem;
	background: url(img/h2_bottom_sp.png) no-repeat bottom center #fff;
	background-size: 100% auto;
	z-index: 1;
}
#category h2, #page h2 {
	margin: 2rem 0 1rem;
	line-height: 1.2;
	font-weight: bold;
	font-size: 1.8rem;
	color: #333333;
	font-size: 2rem;
	background-color: #f2e77b;
	border-radius: 5px;
	padding: 1rem;
}
#category h3, #page h3 {
	margin: 2rem 0 1rem;
	line-height: 1.2;
	font-weight: bold;
	font-size: 1.8rem;
	border: solid 1px #66afc4;
	border-radius: 5px;
	color: #66afc4;
	padding: 1rem;
}
#category h4, #page h4 {
	margin: 2rem 0 1rem;
	line-height: 1.2;
	font-weight: bold;
	color: #333333;
	background: url(img/h5.png) no-repeat left 5px top;
	background-size: auto 0.6rem;
	padding-top: 1.5rem;
}
/* parts all */
#contents ul {
	margin: 2rem 0;
}
#contents ul > li {
	padding-left: 2.5rem;
	margin-bottom: 5px;
	position: relative;
	background: url(img/ul.png) no-repeat top 0.2rem left 0.2rem;
	background-size: 1.5rem auto;
}
#contents ol {
	counter-reset: li;
	list-style: none;
	margin: 2rem 0;
}
#contents ol > li {
	padding-left: 2.5rem;
	position: relative;
	margin-bottom: 5px;
}
#contents ol > li:before {
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	font-size: 1.5rem;
	color: #d5514c;
	line-height: 1.6;
}
ol li:nth-child(-n + 9):before {
	content: "0"counter(li);
}
ol li:nth-child(n + 10):before {
        content: counter(li);
}
#contents .rank, #contents .recommend {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #333333;
	padding: 3rem 1rem 1rem;
	border-radius: 5px;
	border: solid 1px #d5514c;
	position: relative;
	margin: 5rem 0 1rem;
	line-height: 1.2;
}
#contents .rank:before, #contents .recommend:before {
	content: "";
	position: absolute;
	width: 10rem;
	height: 3rem;
	top: -1.5rem;
	left: 50%;
	margin-left: -5rem;
	background: url(img/rank.png) no-repeat center;
	background-size: 100% auto;
}
#contents .rank:after, #contents .recommend:after {
	content: "";
	position: absolute;
	width: 8rem;
	height: 3.5rem;
	top: -2rem;
	left: 50%;
	margin-left: -4rem;
}
#contents .rank.rank1:after {
	background: url(img/rank1.png) no-repeat center;
	background-size: auto 100%;
}
#contents .rank.rank2:after {
	background: url(img/rank2.png) no-repeat center;
	background-size: auto 100%;
}
#contents .rank.rank3:after {
	background: url(img/rank3.png) no-repeat center;
	background-size: auto 100%;
}
#contents .rank.rank4:after {
	background: url(img/rank4.png) no-repeat center;
	background-size: auto 100%;
}
#contents .rank.rank5:after {
	background: url(img/rank5.png) no-repeat center;
	background-size: auto 100%;
}
#contents .recommend:after {
	background: url(img/recommend.png) no-repeat center;
	background-size: 100% auto;
}
#contents p span {
	font-weight: bold;
	font-size: 1.9rem;
	color: #d5514c;
	text-decoration: underline;
}
#contents p a {
	font-weight: bold;
	font-size: 1.9rem;
	color: #66afc4;
	text-decoration: underline;
}
#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;
	border-top: solid 1px #303753;
}
#contents .table-layout table tr th, #contents .table-layout table tr td {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	border: solid 1px #66afc4;
	color: #333333;
}
#contents .table-layout table tr th {
	background-color: #f2e77b;
	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 3px #66afc4;
	border-radius: 5px;
}
#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: #333333;
	margin: 1rem 0;
	line-height: 1.4;
	padding: 1rem;
	background-color: #f8f3bd;
	border-radius: 5px;
}
#contents .btn-internal a {
	background-color: #fff;
	border: solid 2px #e5e5e5;
	text-align: center;
	padding: 1.5rem 5rem 1.2rem 2rem;
	display: block;
	margin: 2rem 0;
	position: relative;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	color: #66afc4;
	border-radius: 5px;
}
#contents .btn-internal a:before {
	content: "";
	width: 2rem;
	height: 2rem;
	background-color: #66afc4;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -1rem;
}
#contents .btn-internal a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -0.5rem;
	box-sizing: border-box;
	width: 1rem;
	height: 1rem;
	border: 0.5rem solid transparent;
	border-left: 0.8rem solid #fff;
}
#contents .btn-web a {
	background-color: #d5514c;
	border: solid 2px #d5514c;
	text-align: center;
	padding: 1.5rem 5rem 1.2rem 2rem;
	display: block;
	margin: 2rem 0;
	position: relative;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
}
#contents .btn-web a:before {
	content: "";
	width: 2rem;
	height: 2rem;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -1rem;
}
#contents .btn-web a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -0.5rem;
	box-sizing: border-box;
	width: 1rem;
	height: 1rem;
	border: 0.5rem solid transparent;
	border-left: 0.8rem solid #d5514c;
}
#contents .btn-link a {
	border: solid 2px #5b4f4f;
	text-align: center;
	padding: 1.5rem 5rem 1.2rem 2rem;
	display: block;
	margin: 2rem 0;
	position: relative;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	color: #5b4f4f;
	border-radius: 5px;
}
#contents .btn-link a:before {
	content: "";
	width: 2rem;
	height: 2rem;
	background-color: #5b4f4f;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -1rem;
}
#contents .btn-link a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -0.5rem;
	box-sizing: border-box;
	width: 1rem;
	height: 1rem;
	border: 0.5rem solid transparent;
	border-left: 0.8rem solid #fff;
}
#contents .btn-tel a {
	border: solid 2px #66afc4;
	background: url(img/tel.png) no-repeat left 1.8rem center #f2e77b;
	background-size: 3.5rem auto;
	text-align: center;
	padding: 1.5rem 4rem 1.2rem 6rem;
	display: block;
	margin: 2rem 0;
	position: relative;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	color: #66afc4;
	border-radius: 60px;
}
#contents .box-wrap {
	margin: 2rem 0;
}
#contents .box-wrap:after {
	display: none;
}
#contents .box-wrap .box {
	margin: 2rem 0;
}
#contents .box-wrap .box .box-head a {
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 1.5rem 5rem 1.2rem 2rem;
	color: #66afc4;
	background: #f2e77b;
	position: relative;
	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 .box-wrap .box .box-head a:before {
	content: "";
	width: 2rem;
	height: 2rem;
	background-color: #66afc4;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -1rem;
}
#contents .box-wrap .box .box-head a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -0.5rem;
	box-sizing: border-box;
	width: 1rem;
	height: 1rem;
	border: 0.5rem solid transparent;
	border-left: 0.8rem solid #fff;
}
#contents .box-wrap .box .box-body {
	padding: 1rem 2rem;
	color: #333333;
	background-color: #e6f3f6;
	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;
}
#contents .box-wrap .box .box-body .in_link_btn {
	background-color: #66afc4;
	text-align: center;
	padding: 1.5rem 4rem 1.2rem 1.5rem;
	display: block;
	margin: 2rem 0 1rem;
	position: relative;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
}
#contents .box-wrap .box .box-body .in_link_btn:before {
	content: "";
	width: 2rem;
	height: 2rem;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -1rem;
}
#contents .box-wrap .box .box-body .in_link_btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -0.5rem;
	box-sizing: border-box;
	width: 1rem;
	height: 1rem;
	border: 0.5rem solid transparent;
	border-left: 0.8rem solid #66afc4;
}
#contents .frame-wrap {
	margin: 2rem 0;
}
#contents .frame-wrap .frame {
	margin: 2rem 0;
	box-sizing: border-box;
	background-color: #e6f3f6;
	padding: 1rem;
	border-radius: 5px;
}
#contents .frame-wrap .frame .frame-head {
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	color: #333333;
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
	background: url(img/frame_bg.png) no-repeat bottom center;
	background-size: auto 0.5rem;
}
#contents .frame-wrap .frame .frame-body {
	color: #333333;
}
}
