@charset "utf-8";

/* Init tags
================================================*/
/*--- reset */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

address,
em,
cite,
dfn,
var {
	font-style: normal;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
	padding: 0;
}

li {
	padding: 0;
}

table {
	border-collapse: collapse;
}

table th {
	vertical-align: top;
}

input,
select {
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #0066cc;
}

a {
	-webkit-tap-highlight-color: transparent;
}

a:hover {
	color: #0066cc;
	text-decoration: none;
}

a img {
	border-style: none;
}


html,
body {
	-webkit-text-size-adjust: none;
}


body {
	margin: 0;
	width: 100%;
	font: 16px/22px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, Arial, sans-serif;
	color: #333;
	background: #f3f3f3;
}



.center {
	text-align: center;
	margin: 0 auto;
}


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


.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.b {
	font-weight: bold;
	font-size: 16px;
}

.red {
	color: #ff0000;
	font-weight: bold;
	font-size: 16px;
}

.pink {
	color: #ff387e;
	font-weight: bold;
}

.orange {
	color: #ea9450;
	font-weight: bold;
	font-size: 16px;
}

.yellow {
	background: #ffff99;
	font-weight: bold;
	font-size: 16px;
}

.blue {
	color: #0024ff;
	font-weight: bold;
	font-size: 16px;
}

.yline {
	background: linear-gradient(transparent 74%, #ff0 0%);
	font-weight: bold;
}

.txt-l {
	font-size: 36px;
}


/* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */
#main {
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	margin: 0px auto;
	width: 100%;
	background: #f0c269;
	border-bottom: 2px solid #fff;
	text-align: center;
	padding: 10px 0;
}

.contents {
	background: #fff;
	margin: 10px;
}



.txt-area {
	font-size: 14px;
	padding: 10px;
}

.t-title {
	font-weight: bold;
	margin: 15px 0;
}


/*blog
================================================*/

.blog {
	padding: 10px;
}

.b-title {
	margin: 2px 0;
	font-size: 12px;
	color: #999;
}

#view {
	margin-top: 6px;
	color: #999;
	font-size: 12px;
	padding: 3px 10px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.vl {
	float: left;
}

.vr {
	float: right;
}


h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

h2 {
	margin-bottom: 10px;
	padding: 6px 4px;
	color: #4A4A4A;
	background-color: #F7F7F7;
	border-color: #EEEEEE #C3C3C3 #C3C3C3 #EEEEEE;
	border-style: solid;
	border-width: 1px;
}

h2 p {
	border-left: 6px solid #fa7f3c;
	padding: 0 6px;
}

h2 span {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
}



h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 10px 5px;
	background: url(../images/arrow.png) no-repeat 0 4px;
	-webkit-background-size: 10px 12px;
	padding-left: 10px;
}

.area {
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
	padding: 7px;
	margin: 15px auto;
	width: 80%;
	font-size: 14px;
}

.area img {
	margin-bottom: 10px;
}

.tag {
	color: #376189;
}


.tw_box {
	margin: 15px auto;
	border-radius: 10px;
	background-color: #FFFFFF;
	border: 1px solid #e9edf2;

}

.tw_box a {
	color: #0000ff;

}

.tw_img {
	width: 100%;
	margin-bottom: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #e9edf2;
}

.tw_box .tw_prof {
	padding: 5px;
}

.tw_prof img {
	float: left;
	margin-right: 5px;
	border-radius: 5px;
}

.tw_box .tw_prof p:last-child,
.tw_box p.time {
	color: #9F9F9F;
	font-weight: normal;
}

.time {
	margin-left: 10px;
	margin-top: 10px;
}

.write {
	font-size: 15px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}

.tw_icon {
	margin-right: 8px;
	margin-left: 8px;
	list-style-type: none;
}

.tw_icon li {
	width: 33%;
	float: left;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

.bb {
	font-size: 16px;
	color: #1c2022;
	font-weight: bold;
}

#insta {
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	background: #fff;
	margin: 10px 0;

}

.insta-hea {
	padding: 10px;
}

.prof {
	float: left;
}

.prof img {
	border-radius: 40px;
	border: 1px solid #dedede;
}

.name {
	font-weight: bold;
	margin: 10px 0 0 10px;
	float: left;
}

.follow {
	font-weight: bold;
	float: right;
	margin: 10px 0 0;
	color: #3897f0;
	font-size: 16px;
}

.ph {
	position: relative;
}


.ar {
	position: absolute;
	bottom: 8px;
	left: 8px;
}

.comment {
	padding: 0px 35px 0px 0px;
	margin: 10px;
	background: url(../images/icon.png) no-repeat bottom right;
	-webkit-background-size: 32px 32px;
}

.tag {
	color: #376189;
}

.date {
	color: #999;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 20px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* スライド */
#container {
	width: 95%;
	margin: 0 auto 40%;
	clear: both;
}

.container_round {
	width: 78%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* calrse */
#myRoundabout {
	padding: 0;
}

#myRoundabout ul {
	list-style: none;
	margin: 0;
}

#myRoundabout li {
	list-style-type: none;
	margin-top: 30px;
}

.roundabout-holder {
	list-style: none;
	width: 100%;
	height: 10em;
	margin: auto;
}

.roundabout-moveable-item {
	height: 10em;
	width: 100%;
	cursor: pointer;
}

.roundabout-moveable-item img {
	width: 70%;
	border: none;
}

.roundabout-in-focus {
	cursor: auto;
}

#btn-prev,
#btn-next {
	position: absolute;
	width: 75px;
	height: 250px;
	z-index: 100;
}

#btn-prev {
	left: 0;
	top: 0;
}

#btn-next {
	right: 0;
	top: 0;
}

/* スライド */



.item {
	float: left;
	width: 120px;
}

.item_name {
	color: #fa7f3c;
	font-size: 18px;
	font-weight: bold;
}

.item-info {
	padding-left: 130px;
}


.f-title {
	color: #f18930;
	font-weight: bold;
	font-size: 16px;
	background: url(../images/icon.svg) no-repeat left;
	background-size: 30px;
	height: 30px;
	line-height: 30px;
	text-indent: 32px;
}

.f-comment {
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0;
}

.feature table {
	width: 100%;
	border: #cfc8c1 1px solid;
	background-color: #fff;
	margin: 4px auto;
	display: table;
}



.feature th {
	text-align: left;
	padding: 10px;
	border: #cfc8c1 1px solid;
	font-weight: bold;
	color: #fff;
	background: #f1cc00;
	display: block;
}


.feature td {
	padding: 10px;
	text-align: left;
	border: #cfc8c1 1px solid;
	color: #e8615d;
	display: block;
}


.btn01 {
	border-radius: 10px;
	display: inline-block;
	box-sizing: border-box;
	border-bottom: 5px solid #d64c0c;
	background: url(../images/arrow.svg) no-repeat 98% #ec7239;
	width: 90%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.btn02 {
	border-radius: 10px;
	display: inline-block;
	box-sizing: border-box;
	border-bottom: 5px solid #249b95;
	background: url(../images/arrow.svg) no-repeat 98% #5bcac5;
	width: 90%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.btn00 {
	border-radius: 10px;
	display: inline-block;
	box-sizing: border-box;
	border-bottom: 3px solid #249b95;
	background: #5bcac5;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}


.btn-area {
	margin: 10px auto;
	text-align: center;
}


.btn03 {
	border-radius: 10px;
	display: inline-block;
	box-sizing: border-box;
	border-bottom: 5px solid #e6490e;
	background: url(../images/arrow.svg) no-repeat 98% #f18930;
	width: 90%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.rank {
	margin: 90px 0;
	border-bottom: 1px dotted #ccc;
}


.rank-title {
	background: #6ba767;
	height: 32px;
	width: 100%;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 32px;
}

.rank-s {
	position: absolute;
	left: 5px;
	top: -80px;
}

.rank-s img {
	width: 69px;
}


.evaluation {
	position: absolute;
	right: 5px;
	top: -140%;
	width: 84px;
	height: 64px;
	border: 3px solid #f1c269;
	border-radius: 50%;
	color: #fff;
	background: #fa7f3c;
	text-align: center;
	font-size: 12px;
	padding-top: 20px;
	line-height: 10px;
}

.r-name {
	margin-left: 6px;
	text-shadow: 1px 1px 0px #64503b;
}

.e-star {
	color: #ffe731;
	font-size: 12px;
	margin: 8px 0;
}

.e-point {
	font-size: 20px;
}

.rank-info {
	margin: 10px 0 10px;
}

.rank-cap {
	padding: 0 10px;

}

.rank-disc {
	margin: 10px;
}

.rank-disc ul {
	border-top: 1px solid #cfc8c1;
	border-left: 1px solid #cfc8c1;
	font-size: 14px;
	font-weight: bold;
}

.rank-disc li {
	padding: 10px 5px;
	border-right: 1px solid #cfc8c1;
	border-bottom: 1px solid #cfc8c1;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.kuimg {
	float: left;
	margin-right: 5px;
}

.disc {
	float: left;
	width: 100px;
}

.d-point {
	float: left;
	color: #e8615d;
	width: 50px;
	margin-left: 5px;
}

.d-point span {
	font-size: 20px;
}


.r-point {
	color: #f4719a;
}


#comment {
	width: 96%;
	margin: 0 auto 10px;
	max-height: 450px;
	overflow-y: scroll;
	border: solid #e0e0e0 4px;
	font-size: 12px;
	line-height: 18px;
}

.comment {
	border-bottom: solid #e0e0e0 1px;
	padding-bottom: 12px;
}

.c-name {
	font-size: 16px;
	line-height: 26px;
	color: #fa7f3c;
	font-weight: bold;
}


.star {
	color: #ffbe21;
}


.sub-post-list {
	width: 100%;
	margin: 6px 0;
	padding: 10px 10px;
	border-bottom: #f3f3f3 1px solid;
}

.sub-post-list-img {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0;
	overflow: hidden;
}

.sub-post-list-img img {
	width: 120px;
	height: auto;
}

.sub-post-list-inner {
	padding-left: 90px;
	font-size: 14px;
	color: #999;
}

.sub-post-tag {
	color: #333;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0;
}

.ranks_tb {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 20px;
}

.ranks_tb th,
.ranks_tb td {
	border: 1px solid #ddd;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.ranks_tb th {
	background: #f87f3b;
	color: #fff;
	font-weight: normal;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	width: 14px;
	padding: 3px;
}

.ranks_tb td {
	font-size: 14px;
	padding: 3px;
}

.st-y {
	color: #ffd600;
}

.item {
	background: #e3007f;
	color: #fff;
	font-size: 10px !important;
	line-height: 15px !important;
}

.item-img {
	position: relative;
}

.rank-img {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
}

.rank_icon {
	position: relative;
	width: 90%;
	margin: 8px auto;
}

.rank-img02 {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 8px;
	left: 0;
}

.form-bg {
	margin: 0 10px;
}

.contents_ttl {
	padding: 8px 10px;
	margin: 0 -10px 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	background-color: #f0c269;
	position: relative;
}

.contents_ttl span {
	display: block;
	text-align: center;
	color: #fff;
}

.contents_ttl:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -10px;
	border-color: #f0c269;
	border-style: solid;
	border-width: 10px;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}

.t_table {
	width: 100%;
	margin-bottom: 10px;
}

.t_table th {
	display: block;
	background-color: #fea4a4;
	padding: 8px;
	border-radius: 6px;
	text-align: left;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

.t_table td {
	display: block;
	padding: 10px;
	font-size: 14px;
}

.t_table td select {
	border-radius: 8px;
	padding: 7px 10px;
	font-size: 14px;
	border: 1px solid #ccc;
}

.t_table ul {
	overflow: hidden;
}

.t_table ul.col4 li,
.t_table div.col4>div {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.t_table ul.col2 li,
.t_table div.col2>div {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

div.check-group {
	width: 100%;
}

div.check-group input[type=checkbox] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

div.check-group div {
	cursor: pointer;
	padding: 6px 3px;
	float: left;
	border: solid 1px #C0D61B;
	margin-left: -1px;
	background: #fbffd6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fbffd6 0%, #d0f473 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbffd6), color-stop(100%, #d0f473));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbffd6 0%, #d0f473 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbffd6 0%, #d0f473 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbffd6 0%, #d0f473 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fbffd6 0%, #d0f473 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbffd6', endColorstr='#d0f473', GradientType=0);
	/* IE6-9 */
	text-shadow: 0px 0px 0px #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin: 0 8px 8px 0;
	box-shadow: inset 1px 1px 1px #fff;
	text-align: left;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

div.check-group.blue div {
	cursor: pointer;
	padding: 6px 3px;
	float: left;
	border: solid 1px #509FC9;
	margin-left: -1px;
	background: #e8f8ff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #e8f8ff 0%, #92d6ef 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8f8ff), color-stop(100%, #92d6ef));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e8f8ff 0%, #92d6ef 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e8f8ff 0%, #92d6ef 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e8f8ff 0%, #92d6ef 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e8f8ff 0%, #92d6ef 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8f8ff', endColorstr='#92d6ef', GradientType=0);
	/* IE6-9 */
	text-shadow: 0px 0px 0px #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin: 0 8px 8px 0;
	box-shadow: inset 1px 1px 1px #fff;
	text-align: left;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

div.check-group.orange div {
	cursor: pointer;
	padding: 6px 3px;
	float: left;
	border: solid 1px #D6B14D;
	margin-left: -1px;
	background: #fcf3d4;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fcf3d4 0%, #fce479 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcf3d4), color-stop(100%, #fce479));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcf3d4 0%, #fce479 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcf3d4 0%, #fce479 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcf3d4 0%, #fce479 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fcf3d4 0%, #fce479 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf3d4', endColorstr='#fce479', GradientType=0);
	/* IE6-9 */
	text-shadow: 0px 0px 0px #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin: 0 8px 8px 0;
	box-shadow: inset 1px 1px 1px #fff;
	text-align: left;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

div.check-group.red div {
	cursor: pointer;
	padding: 6px 3px;
	float: left;
	border: solid 1px #FF915E;
	margin-left: -1px;
	background: #ffe3dd;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffe3dd 0%, #ffc5aa 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe3dd), color-stop(100%, #ffc5aa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffe3dd 0%, #ffc5aa 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffe3dd 0%, #ffc5aa 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffe3dd 0%, #ffc5aa 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffe3dd 0%, #ffc5aa 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3dd', endColorstr='#ffc5aa', GradientType=0);
	/* IE6-9 */
	text-shadow: 0px 0px 0px #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin: 0 8px 8px 0;
	box-shadow: inset 1px 1px 1px #fff;
	text-align: left;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

div.check-group.col4 div {
	width: 48%;
}

div.check-group.col4 div:nth-child(even) {
	margin-right: 0;
}

div.check-group.col4 div.wide {
	width: 99%;
}

div.check-group.col2 div {
	width: 100%;
}

div.check-group.col4 div.wide {
	width: 100%;
}

@media screen and (max-width:320px) {
	.t_table td {
		padding: 10px 0;
	}

	div.check-group div,
	div.check-group.blue div,
	div.check-group.orange div,
	div.check-group.red div {
		font-size: 13px;
	}
}
.bold {
	font-weight: bold;
}
.box30 {
	margin: 2em 0;
	background: #f1f1f1;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.box30 .box-title {
	font-size: 1.2em;
	background: #f1a145f6;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.box30 p {
	padding: 15px 20px;
	margin: 0;
}

.accbox {
	margin: 2em 0;
	padding: 0;
}


.accbox label {
	display: block;
	margin: 1.5px 0;
	padding: 11px 12px;
	color: #ffffff;
	font-weight: bold;
	background: #1eae66;
	cursor: pointer;
	transition: all 0.5s;
}

.accbox label:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-weight: 900;
	padding-right: 8px;
}

.accbox label:hover {
	background: #f0c269;
}

.accbox input {
	display: none;
}


.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

.cssacc:checked+label+.accshow {
	height: auto;
	padding: 5px;
	background: #fff5eb;
	opacity: 1;
}

.accbox .accshow p {
	margin: 15px 10px
}

.cssacc:checked+label:before {
	content: '\f078';
}


/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */
#footer {
	text-align: center;
	color: #fff;
	background: #f0c269;
	font-size: 12px;
	padding: 10px 0;
}

#footer a {
	color: #fff;
}

.f-menu {
	margin: 0 auto;
}


.f-menu li {
	display: block;
	list-style: none;
	float: left;
	width: 50%;
}

address {
	margin: 0px auto;
	padding: 10px 0;
}

.pyramid_wrap {
	display: flex;
	justify-content: space-between;
	margin: auto;
	background: #fff9f2;
	padding: 0.6em 0.6em 1em;
}

.pyramid_wrap .pyramid_box {
	text-align: center;
	width: 32%;
	display: flex;
	align-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
}

.pyramid_wrap .pyramid_box .title {
	font-size: 0.6em;
	font-weight: bold;
	margin-bottom: 0.4em;
}

.pyramid_wrap .pyramid_box .title .icon {
	width: 26%;
	margin-right: 0.1em;
	vertical-align: sub;
}

.pyramid_wrap .pyramid_box .banner {
	width: 96%;
}

.pyramid_wrap .pyramid_box .txt {
	margin-top: 0.4em;
	font-size: .9em;
	text-align: left;
}

.btn a {
	position: relative;
	overflow: hidden;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 0.8em;
	background: rgb(91, 202, 197);
	border-bottom: 3px solid #249b95;
	box-sizing: border-box;
}

.btn-top a {
	width: 100%;
	margin: 0.4em auto 0;
	padding: 0.4em 1em;
	border-radius: 5px;
}
.text {
	padding: 12px;
	line-height: 30px;
}
.marker {
	background-color: #fffcab;
}
.u-line {
	text-decoration: underline;
}
.small {
	font-size: 10px;
}
.large {
	font-size: 20px;
}
.right {
	text-align: right;
	padding-right: 5px;
}















.toggle_contents {
}

.toggle_title {
	width: 100%;
	padding: 0;
	cursor: pointer;
	line-height: 1.4;
}

.toggle_btn {

}

.toggle_btn:before,
.toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;

	transform: translate(-50%, -50%);
}

.toggle_btn:before {
	width: 2px;
	height: 10px;
}

.toggle_title.selected .toggle_btn:before {
	content: normal;
}

.toggle_contents dd {
	display: none;
}
.toggle_contents dd{
	display: none;
}
.toggle_contents + .show dd{
	display: block;
}
.toggle_contents:first-of-type dd {
	display: block;
}
.toggle_contents dd {
	padding: 5px;
	background-color: #fff5eb;
}