/*-------------------------
common
---------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.8;
	font-size: 1.6rem;
	letter-spacing: 0.05rem;
	color: #333;
}
em {
	font-style: normal;
}
ul {
	padding: 0;
}
li {
	list-style: none;
}
ol {
	padding: 0;
	margin: 0;
}
dd {
	margin-left:0;
}
a {
	text-decoration: none;
	display: inline-block;
}
a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
  opacity: 0.5;
}
section a {
	color: #ee9c00;	
}
p {
	margin: 0 0 20px 0;
}
button {
	border: 0;
	outline: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
address {
	font-style: normal;
}
figure, .acenter img {
	margin: 0 0 30px 0;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
header {
	overflow: hidden;
	width: 1000px;
	margin: auto;
}
header h1 {
	width: 104px;
	height: 82px;
	float: left;
}
header h1 a {
	display: block;
}
header h1 img {
	width: 104px;
	height: 82px;
}
header .drawer-toggle {
	display: none;
}
header .drawer-main {
	display: inline-block;
	float: right;
	margin-top: 30px;
}
header .drawer-main .home {
	display: none;
}
header .drawer-main li {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	line-height: 1;
	font-size: 90%;
}
header .drawer-main li:first-child {
	border-left: 0;
}
header .drawer-main a {
	color: #333;
}
.slide_wrapper > h1 img {
	left: 5%;
}
.slide_wrapper > h1:before {
	content: "";
	display: block;
	width: 268px;
	height: 210px;
	background: url(../img/logo02.png) no-repeat;
	position: absolute;
	right: 5%;
	top: 0;
	bottom: 0;
	margin: auto;
}

section {
	width: 1000px;
	margin: 0 auto 50px auto;
	text-align: center;
}
section h1.title01 {
	border-bottom: #ee9c00 1px solid;
	border-top: #ee9c00 3px solid;
	padding: 20px 5px;
	margin: 0 auto 30px auto;
}
section p {
	text-align: left;
}
section p strong {
	font-weight: bold;
	font-size: 16px;
	color: #0668b2;
}
.btnarea {
	margin-top: 20px;
}
.btnarea a {
	border-radius: 8px;
	background-image: url(../img/arrow01.png);
	background-color: #ee9c00;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 15px 40px 15px 30px;
	font-size: 110%;
	font-weight: bold;
	color: white;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.btnarea a:after {
	content: "";
	display: block;
	width:  99%;
	height: 46%;
	background: rgba(255,255,255,0.1);
	border-radius: 6px 6px 0 0;
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
	margin: auto;	
}
a.external {
	background-image: url(../img/external.png);
	background-size: 22px auto;
}
.btnarea2 {
	margin: 20px 0 0 0;
	text-align: center;
}
.btnarea2 a {
	border-radius: 5px;
	background-image: url(../img/arrow01.png);
	background-color: #ee9c00;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 10px 40px 10px 20px;
	font-size: 110%;
	font-weight: bold;
	color: white;
}
.normal {
	font-weight: normal;
}
footer {
	text-align: center;
}
footer nav a {
	color: #333;
}
footer nav ul {
	overflow: hidden;
	display: inline-block;
	margin: 30px auto;
	font-size: 1.4rem;
}
footer nav li {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	line-height: 1;
	font-size: 90%;
}
footer nav li:first-child {
	border-left: 0;
}
footer .copyright {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.gotop {
	display: none;
}
#pagetop {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 40px;
  right: 20px;
}
#pagetop a {
	background: url(../img/pagetop.png) no-repeat center#ee9c00;
	border-radius: 6px;
	text-indent: -9999px;
	display: block;
	width: 50px;
	height: 50px;
}
#pagetop a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
  opacity: 0.5;
}
@media (max-width: 1160px) {
	#pagetop {
		display: none;
	}
}
#breadcrumbs {
	background: #f0f0f0;
	padding: 10px 0;
	font-size: 80%;
}
#breadcrumbs ol {
	margin: 0 auto;
	width: 1000px;
}
#breadcrumbs li:after {
	content: ">";
	color: #aaa;
	font-weight: bold;
}
#breadcrumbs li {
	display: inline-block;
}
#breadcrumbs li.end:after {
	content: "";
}
#breadcrumbs a {
	color: #333;
	font-size: 1.4rem;
}
.pagetitle {
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	margin: 0 0 30px 0;
	padding: 30px 0;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.3rem;
}
.pagetitle span {
	display: block;
	width: 1000px;
	margin: auto;
}
.pagetitle small {
	font-size: 60%;
}
.pagetitle + p {
	width: 1000px;
	margin: auto;
}
.acenter {
	text-align: center;
}
.aright {
	text-align: right;
}
section h1 {
	font-size: 130%;
}
.txt_c {
	text-align: center;
}
.txt_c span {
	display: inline-block;
	text-align: left;
}
.movie {
	text-align: center;
}
.movie iframe {
	width: 560px;
	height: 315px;
}

/*-------------------------
instagram
---------------------------*/
article.insta {
	text-align: center;
	padding: 30px 0 60px 0;
}
article.insta .insta-box {
	width: 20%;
	margin: 5px;
	display: inline-block;
}
/*-------------------------
topic
---------------------------*/
/*topic common*/
#topic  .pagetitle {
	margin-bottom: 0;
}
#topic .topic_index {
	width: 1000px;
	margin: 0 auto 80px auto;
}
#topic .topic_index dl {
	display: inline-block;
	text-align: left;
	width: 465px;
	vertical-align: top;
}
#topic .topic_index dl:nth-child(odd) {
	margin-right: 60px;
}
#topic .topic_index dt {
	background: #f3f3f3 url(../img/plus.png) no-repeat right center;
	background-size: 24px auto;
	border-radius: 10px;
	padding: 5px 20px;
	font-size: 110%;
	font-weight: bold;
}
#topic .topic_index dt.open {
	background-image: url(../img/minus.png);
}
#topic .topic_index dd {
	padding-top: 20px;
}
#topic .topic_index p {
	position: relative;
	padding: 5px 0 5px 100px;
	margin: 0 20px;
}
#topic .topic_index time {
	position: absolute;
	top: 5px;
	left: 0;
}
#topic .topic_index a {
	color: #333;
	display: block;
}
#topic .topic_wrapper {
	width: 1000px;
	margin: auto;
	position: relative;
}
#topic .topic_wrapper:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: 210px;
	top: 0;
	z-index: -1;
	border-right: 1px solid #ddd;
}
#topic .topic_wrapper h1.topic_title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin: 0 0 30px 0;
}
#topic .topic_wrapper .pic {
	width: 300px;
	float: right;
	margin-left: 30px;
}
#topic .topic_wrapper article {
	width: 740px;
	display: inline-block;
	padding: 30px 40px 80px 0;
}
#topic .topic_wrapper .backno {
	display: inline-block;
	vertical-align: top;
	margin: 30px 0 80px 60px;
}
#topic .topic_wrapper .backno a {
	color: #333;
	display: block;
	padding: 5px 0 5px 16px;
	background: url(../img/arrow05.png) no-repeat left center;
	background-size: 16px auto;
}
#topic .monthly li {
	overflow: hidden;
	border-bottom: solid 1px #ddd;
	padding: 20px 0;
}
#topic .monthly li p {
	width: 590px;
	float: right;
}
#topic .monthly li figure {
	width: 120px;
	height: 80px;
	overflow: hidden;
	text-align: center;
	float: left;
	margin: 0 30px 0 0;
}
#topic .monthly li figure img {
	width: 120px;
	height: auto;
	vertical-align: middle;
}
#topic .monthly li a {
	display: block;
	color: #ee9c00;
}
#topic .monthly li time {
	display: block;
	margin-bottom: 10px;
}
#topic .topic_wrapper section {
	width: auto;
	margin-top: 40px;
}
#topic .topic_wrapper section > h1{
	text-align: left;
	border-left: 5px solid #ee9c00;
	line-height: 1.4;
	padding-left: 10px;
}
#topic .topic_wrapper section h2 {
	font-size: 120%;
	color: #0668b2;
}
#topic .conversation li:nth-child(odd),
#topic .conversation02 li:nth-child(even) {
	background: url(../topic/img/fukidashi02.png) no-repeat left top;
	background-size: 28px;
	padding: 5px 0  5px 34px;
	color: #ff6772;
	font-weight: bold;
	text-align: left;
}
#topic .conversation li:nth-child(even),
#topic .conversation02 li:nth-child(odd) {
	background: url(../topic/img/fukidashi01.png) no-repeat left top;
	background-size: 28px;
	padding: 5px 0  5px 34px;
	margin-left: 40px;
	font-weight: bold;
	color: #666;
	text-align: left;
}
#topic .pic287 {
	width: 287px;
	float: right;
}
#topic .img01 {
	width: 355px;
	float: right;
	margin-left: 20px;
}
caption {
	white-space: nowrap;
	text-align: left;
}
.movie iframe {
	width: 100%;
	height: 400px;
}
.pic_two {
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.pic_three {
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.pic_c_small {
	text-align: center;
	padding: 20px;
}
.pic_c_small img {
	max-width: 200px;
}
/**/
#topic blockquote {
	background: #f3f3f3;
	padding: 30px;
	margin: 30px;
}
cite {
	text-align: right;
	font-style: normal;
	display: block;
	font-size: 80%;
	margin-bottom: 10px;
}
.list_no1 {
	margin-bottom: 30px;
}
.list_no1 li {
	list-style: decimal;
	margin: 0 0 10px 40px;
	text-align: left;
	font-weight: bold;
}
.list_no1 li p {
	font-weight: normal;
}
.list_no1 li h1 {
	font-size: 120%;
	margin-bottom: 10px;
}
.list_no2 {
	display: inline-block;
}
.list_no2 + figure {
	margin-bottom: 30px;
}
.list_no2 li {
	list-style: decimal;
	margin: 0 0 10px 40px;
	text-align: left;
	font-weight: bold;
}
.list02 li {
	padding: 10px 20px;
	margin: 0 10px 20px 10px;
	text-align: left;
	font-weight: bold;
	background: #f3f3f3;
	border-radius: 10px;
	display: inline-block;
}
.list_no3 li {
	list-style: decimal;
	text-align: left;
	margin-left: 40px;
}
.list_flow li {
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
}
.list_flow li:after {
	content: "▼";
	color: #ccc;
	font-size: 20px;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	margin: auto;
	bottom: -20px;
	left: 0;
	right: 0;
}
.list_flow h1 {
	font-size: 120%;
	margin: 0 0 10px 0;
}
.list_flow li p:last-child {
	margin-bottom: 0;
}
.list_flow li:last-child:after {
	content : "";
}
.dl_01 {
	margin: 40px;
	border-top: #ccc solid 1px;
}
.dl_01 dt {
	background: #f3f3f3;
	font-weight: bold;
	padding: 10px;
	font-size: 120%;
	padding: 10px 30px;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
}
.dl_01 dt span {
	display: block;
	font-weight: normal;
	font-size: 100%;
}
.dl_01 dd {
	padding: 30px 30px 20px 30px;
	border: #ccc solid 1px;
	overflow: hidden;
}
.dl_01 h2 {
	font-size: 100%;
	text-align: left;
	margin: 0 0 10px 0;
}
.dl_01 h2:before {
	content: "■";
}
.dl_01 ol {
	margin-bottom: 0;
}
.dl_02 {
	margin: 40px 0;
	text-align: left;
}
.dl_02 dt {
	font-weight: bold;
}
.dl_02 dd {
	margin: 0 20px 20px 20px;
}
.dl_02 .arrow {
	font-size: 120%;
	font-weight: bold;
	color: orange;
}
.dl_03 {
	margin-bottom: 40px;
}
.dl_03 dt {
	font-weight: bold;
	text-align: left;
}
.dl_03 dt:before {
	content: "■";
	color: orange;
	margin-right: 5px;
}
.dl_03 dd {
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}
#topic .pic2 {
	margin: 30px 0;
}
#topic .pic2 img {
	width: 50%;
}
#topic .pic_c {
	text-align: center;
}
#topic .pic_c img {
	max-width: 400px;
}
#topic .pic02 {
	float: right;
	width: 200px;
	margin: 0 0 20px 30px;
}
.table01 {
	border-left: #ccc 1px solid;
	border-top: #ccc 1px solid;
	margin: 0 auto 30px auto;
}
.table01 th,
.table01 td {
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	padding: 10px;
}
.table01 td {
	text-align: center;
}
.table01 th {
	background: #f3f3f3;
}
.table01 .th04 {
	width: 50%;
}
.table01 .or01 {
	background: #ffe4a0;
}
.table01 .or02 {
	background: #fff2d2;
}
.title02 {
	margin: 0 0 10px 0;
	font-size: 100%;
}
.title03 {
	text-align: left;
}
.title03 span {
	border: 1px solid orange;
	color: orange;
	display: inline-block;
	padding: 5px 20px;
}
.dl_04 {
	text-align: left;
	margin: 0 auto 30px auto;
	padding: 30px 30px 10px 30px;
	background: #f3f3f3;
	display: inline-block;
}
.dl_04 dt {
	color: #0668b2;
	font-weight: bold;
	margin-bottom: 10px;
}
.dl_04 dd {
	margin-bottom: 20px;
}
.pc_hide {
	display: none;
}
.red {
	color: red;
}
.large {
	font-size: 2rem;
	font-weight: bold;
}
blockquote footer {
	text-align: right;
	margin-top: 20px;
}
.fukidashi_r {
	text-align: center;
	background-color: red;
}
.flexbox01 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.flexbox01 li {
	flex-basis: 50%;
	padding: 20px;
	box-sizing: border-box;
}
li.combine {
	flex-basis: 100%;
}	
.flexbox01 img {
	border: 3px solid #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	background: #ccc;
}
.flexbox01.number li {
	position: relative;
}
.flexbox01.number li:first-child:before {
	content: "?";
}
.flexbox01.number li:nth-child(2):before {
	content: "?";
}
.flexbox01.number li:nth-child(3):before {
	content: "?";
}
.flexbox01.number li:nth-child(4):before {
	content: "?";
}
.flexbox01.number li:nth-child(5):before {
	content: "?";
}
.flexbox01 li.no-number {
	content: "";
}
.flexbox01.number li:before {
	font-size: 20px;
	width: 20px;
	height: 20px;
	display: block;
	color: #ccc;
	z-index: 5;
	position: absolute;
	top: 28px;
	left: 36px;
}
.flexbox01 p {
	line-height: 1.5;
	font-weight: 700;
	margin: 16px 0 0 0;
}
/*-------------------------
top page
---------------------------*/
#top .trial {
	background: url(../img/stripe01.png);
	padding: 20px;
	margin-bottom: 50px;
}
#top .trial a {
	display: block;
	width: 1000px;
	margin: auto;
	position: relative;
}
#top .trial h1 {
	background: url(../img/trial01.png) no-repeat center;
	text-indent: -9999px;
	height: 75px;
	margin: 0;
}
#top .trial .trial02 {
	width: 156px;
	height: 93px;
	position: absolute;
	left: 140px;
	top: -10px;
}
#top .trial .trial03 {
	width: 190px;
	height: 190px;
	position: absolute;
	right: 90px;
	top: -60px;
}
#top .recommend {
	display: table;
	border-collapse:separate;
	border-spacing: 10px 0;
}
#top .recommend dt {
	border: 2px solid #ee9c00;
	border-radius: 6px;
	background: url(../img/plus.png),linear-gradient(white,#fae4ba);
	background-repeat: no-repeat;
	background-position: right center;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 110%;
	padding: 0 50px 0 20px;
	box-sizing: border-box;
	min-width: 318px;
	line-height: 1.4;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
#top .recommend dt:hover {
	background: url(../img/plus.png),linear-gradient(#fae4ba,white);
	background-repeat: no-repeat;
	background-position: right center;
}
.modal-content {
	width: 620px ;
	position: fixed ;
}
.modal-content a {
	line-height: 28px;
	padding-left: 32px;
}
#top .kids {
	color: white;
	background: #0668b2;
	margin-left: 8px;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 80%;
}
#top .information {
	background: url(../img/stripe02.png);
	padding: 10px 0;
	text-align: center;
}
#top .information figure {
	height: 200px;
	overflow: hidden;
}
#top .information h1 {
	color: white;
	text-align: center;
	font-size: 160%;
	letter-spacing: 1rem;
}
#top .information ul {
	margin: auto;
	display: inline-block;
	overflow: hidden;
}
#top .information ul li {
	background-color: white;
	width: 292px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	line-height: 1.4;
	font-size: 1.4rem;
	float: left;
	box-sizing: border-box;
	margin: 0 10px 20px 10px;
	text-align: left;
}
#top .information ul li time {
	margin: 10px 10px 5px 10px;
	display: block;
	color: #999;
}
#top .information ul li time span {
	background: #ee9c00;
	color: white;
	border-radius: 4px;
	padding: 0 3px;
	margin-left: 5px;
}
#top .information ul li a {
	color: #333;
	display: block;
}
#top .information ul li p {
	padding: 0 10px 10px 10px;
}
#top .information ul li.link {
	background-image: url(../img/link01.png);
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#top .information ul li.link:hover {
	background-image: url(../img/link01_on.png);
}
#top .information ul h1 {
	color: #0668b2;
	letter-spacing: 0;
	margin: 10px;
}
#top .information .blog h1 {
	background: url(../img/livedoor.png) no-repeat right center;
	padding-right: 20px;
}
#top .dvd {
	border: 1px solid #ddd;
	padding: 0 20px 20px 20px;
	width: 940px;
	margin: 0 auto 50px auto;
	overflow: hidden;
}
#top .dvd h1 {
	background: url(../img/bg_blue.png);
	padding: 10px;
	color: white;
	text-align: center;
	letter-spacing: 0.3rem;
}
#top .dvd .pic {
	width: 170px;
	float: right;
	margin: 0 30px;
}
#top .dvd p {
	margin: 0 0 20px 30px;
}
#top .dvd .price,
#top .dvd .btnarea {
	text-align: center;
}
/*-------------------------
flow
---------------------------*/
#flow .step .box {
	display: table;
	margin: 0 30px;
}
#flow .step h1 {
	background: #0668b2;
	color: white;
	font-size: 130%;
	position: relative;
	padding:  20px 10px;
	margin-bottom: 30px;
	line-height: 1;
	letter-spacing: 0.3rem;
}
#flow .step h1:before {
	background: url(../img/arrow03.png) no-repeat bottom;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	width: 100%;
	height: 100%;
}
#flow .step h1 span {
	display: inline-block;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px dotted white;
	position: absolute;
	left: 30px;
	top: 20px;
	font-family: Times New Roman;
}
#flow .keep {
	border: 2px solid #ddd;
	box-sizing: border-box;
	padding: 20px;
	margin: 0 auto 50px auto;
	width: 940px;
}
#flow .keep .box {
	display: table;
}
#flow .keep h1 {
	color: #0668b2;
	letter-spacing: 0.3rem;
	text-align: left;
}
#flow .box figure {
	width: 300px;
	height: auto;
	display: table-cell;
	vertical-align: middle;
}
#flow .box .txt {
	width: 600px;
	height: auto;
	display: table-cell;
	vertical-align: middle;
}
#flow .step .txt {
	padding-right: 40px;
}
#flow .keep .txt {
	padding-left: 40px;
}
#flow .step ul li {
	text-align: left;
	list-style: disc;
	margin: 0 0 10px 20px;
	font-weight: bold;
}
#flow #trial {
	background: #fff4dd;
	border-top: 1px solid #ffe4b1;
	border-bottom: 1px solid #ffe4b1;
}
#flow #trial .inner {
	width: 1000px;
	margin: auto;
	padding: 20px 0;
}
#flow #trial h1 {
	text-align: center;
	text-shadow: white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px;
	color: #ee9c00;
	font-size: 180%;
}
#flow #trial section {
	background: white;
	border-radius: 10px;
	padding: 10px 30px;
	margin-bottom: 10px;
}
#flow #trial h2 {
	font-size: 130%;
	text-align: left;
}
#flow #trial table {
	border-left: 1px solid #ccc;
}
#flow #trial strong {
	color: #0668b2;
}
/*-------------------------
voice
---------------------------*/
#voice .pagetitle + p {
	margin-bottom: 50px;
}
#voice section h1 {
	display: inline-block;
	background: #fdeabe;
	margin-bottom: 20px;
	padding: 20px 40px;
	text-shadow: white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px;
	font-size: 120%;
	position: relative;
	border-radius: 10px;
}
#voice section h1:before {
	position: absolute;
	content: "▼";
	color: #fdeabe;
	font-size: 20px;
	bottom: -16px;
	width: 20px;
	line-height: 1;
	left: 48%;
	text-shadow: none;
}
/*-------------------------
fee
---------------------------*/
#fee .basic {
	width: 1000px;
	margin: 20px auto 50px auto;
	display: table;
	border-collapse: separate;
	border-spacing: 40px 0;
}
#fee .basic li {
	border: 1px solid #ccc;
	border-radius: 10px;
	width: 28%;
	position: relative;
	margin-left: 40px;
	padding: 20px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	background: #fff4dd;
}
#fee .basic li:after {
	content: "+";
	font-size: 200%;
	font-weight: bold;
	color: #ccc;
	position: absolute;
	left: -32px;
	top: 42px;
}
#fee .basic li:first-child:after {
	content: "";
}
#fee .basic strong {
	display: block;
}
#fee section h1 {
	background: #f3f3f3;
	padding: 5px;
	margin-bottom: 30px;
}
#fee section dl {
	display: none;
}
#fee section table {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 20px auto 30px auto;
	box-sizing: border-box;
	width: 860px;
}
#fee section table th {
	background: #fff4dd;
}
#fee section table th,
#fee section table td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
}
#fee section table th:first-child {
	width: 300px;
}
#fee section table th:nth-child(2),
#fee section table th:nth-child(3) {
	width: 120px;
}
#fee section table th:nth-child(4) {
	width: 320px;
}
#fee section.cancell h1 {
	background: #ffdcda;
}
#fee .pic01 {
	width: 300px;
	float: right;
	margin: 0 0 30px 30px;
}
/*-------------------------
faq
---------------------------*/
#faq .faq_list {
	width: 920px;
	margin: 0 auto 80px auto;
	padding: 0 40px;
}
#faq .faq_list dt {
	font-weight: bold;
	background: #f3f3f3 url(../img/plus.png) no-repeat right center;
	background-size: 24px auto;
	border-radius: 10px;
	padding: 0 20px;
	color: #0668b2;
	font-size: 110%;
	margin-top: 20px;
}
#faq .faq_list dt.open {
	background-image: url(../img/minus.png);
	background-size: 24px auto;
}
#faq .faq_list dt:before {
	content: "Q.";
	font-size: 160%;
	font-weight: bold;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #0668b2;
	margin-right: 5px;
}
#faq .faq_list dd {
	padding: 10px 20px 20px 20px;
	margin-bottom: 20px;
}
#faq .faq_list dd:before {
	content: "A.";
	font-weight: bold;
	font-size: 160%;
	color: #aaa;
	margin-right: 5px;
}
/*-------------------------
trainer
---------------------------*/
#trainer section .name {
	margin: auto;
	display: table;
	font-size: 80%;
	padding-bottom: 30px;
}
#trainer section .name h1 {
	padding-right: 40px;
}
#trainer section .name h1,
#trainer section .name figure {
	display: table-cell;
	vertical-align: middle;
}
#trainer .pic01 {
	width: 300px;
	height: auto;
}
#trainer section small {
	font-size: 80%;
	color: #666;
}
#trainer section h2 {
	background: #f3f3f3;
	margin-top: 50px;
	letter-spacing: 0.3rem;
}
#trainer .history li {
	border-bottom: 1px dotted #ccc;
	margin: 20px 40px;
	padding-bottom: 20px;
	overflow: hidden;
	text-align: left;
}
#trainer .history li .year {
	float: left;
	width: 160px;
}
#trainer .history li .year:before {
	color: #ee9c00;
	content: "●";
	margin-right: 2px;
}
#trainer .history li .text {
	margin-left: 160px;
}
#trainer .list01 {
	margin: 0 auto;
	display: inline-block;
}
#trainer .list01 li {
	text-align: left;
	text-indent: -1.6rem;
	padding-left: 1.6rem;
	margin: 10px 40px;
}
#trainer .list01 li:before {
	color: #ee9c00;
	content: "●";
	margin-right: 2px;
}
/*-------------------------
contact
---------------------------*/
#contact article {
	width: 1000px;
	margin: auto;
	text-align: center;
}
#contact .contact_form {
	border: 1px solid #ddd;
	display: table;
	margin: 0 auto 20px auto;
	background: #f3f3f3;
	text-align: left;
}
#contact .contact_form dt {
	display: table-cell;
	width: 20rem;
	vertical-align: middle;
	padding: 20px;

}
#contact .contact_form dd {
	display: table-cell;
	width: 50rem;
	vertical-align: middle;
	padding: 20px;
}
#contact .required {
	background: #ee9c00;
	border-radius: 4px;
	color: white;
	font-size: 80%;
	padding: 0 6px;
	margin-left: 10px;
	display: inline-block;
}
#contact textarea,
#contact input {
	padding: 5px;
}
#contact .middle {
	width: 40rem;
}
#contact .large {
	width: 40rem;
	height: 16rem;
}
#contact .btnarea {
	margin-bottom: 80px;
}
#contact .btnarea input {
    background-color: #ee9c00;
    background-repeat: no-repeat;
    padding: 10px;
    color: white;
    border: 0;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}
#contact #submit[disabled] {
    background-color: rgba(238,156,0,0.5);
    cursor: default;
}
#contact .privacy {
	margin: 40px 100px 20px 100px;
	text-align: left;
	border: #aaa 1px dotted;
	padding: 10px 30px;
}
#contact .privacy .accordion {
	border: #ddd 1px solid;
}
#contact .privacy .accordion dt {
	background: #ddd url(../img/plus.png) no-repeat right center;
	background-size: 30px auto;
	padding: 10px 20px;
}
#contact .privacy .accordion dt.open {
	background-image: url(../img/minus.png);
}
#contact .privacy .accordion dd {
	padding: 20px;
}
#contact .privacy .check {
	text-align: center;
}
#contact .msg {
	color: #d7000f;
}
/*-------------------------
topic
---------------------------*/
.method {
	border: #ccc 1px solid;
	padding: 40px 30px 0 30px;
	background: url(../img/bg_g.png);
}
.method figure.pic4 img {
	max-width: 280px;
}
.method figure.pic3 img {
	max-width: 560px;
}
.method li {
	margin-bottom: 40px;
}
.topic_1607 {
	background: url(../topic/topic2016/img/1607_02.png) no-repeat;
	height: 430px;
	text-indent: -9999px;
	margin: 30px 0;
}
.box_line {
	border: 1px solid #ccc;
	padding: 20px 40px;
	background: #fff1ab;
	margin-bottom: 40px;
}
.box_line li {
	text-align: left;
	margin-bottom: 10px;
}
.levelup {
	text-align: left;
}
.levelup img {
	width: 180px;
}
.list03 {
	display: inline-block;
	text-align: left;
	background: #f0f0f0;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 40px;
}
.list03 li {
	margin-bottom: 10px;
}
.list_no_center {
	text-align: center;
}
.list_no_center .list_no1 {
	display: inline-block;
	text-align: left;
}
#topic h2 {
	background: #f3f3f3;
	border-radius: 10px;
	font-size: 120%;
	padding: 10px;
	text-align: center;
}
#topic h3 {
	text-align: left;
}
.list_line {
	margin: 20px;
}
.list_line li {
	border-bottom: 1px solid #ccc;
}
.faq2 {
	text-align: left;
}
.faq2 dt {
	background:  #f0f0f0;
	border-radius: 10px;
	padding: 10px 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.faq2 dd {
	margin-bottom: 20px;
}
.flexbox {
	display: flex;
	justify-content: space-between;
}
.flexbox figure:nth-child(odd) {
	margin-right: 10px;
}
.flexbox figure:nth-child(even) {
	margin-left: 10px;
}
/*-------------------------
common
---------------------------*/
.box02 {
	display: flex;
}
.box02 div {
	margin: 0 20px;
}
.box02 th,
.box02 td {
	padding: 3px 10px;
	line-height: 1.3;
}
p a {
	color: #ee9c00;
}
.button {
	display: inline-block;
	color: white;
	background: url(../img/arrow01.png) no-repeat right center #ee9c00;
	padding: 5px 40px 5px 20px;
	border-radius: 6px;
	margin-top: 6px;
}
.accordion dd {
	display: none;
}
.redbox {
	text-align: center;
}
.redbox span {
	display: inline-block;
	padding: 10px;
	border: #FF3300 solid 2px;
	color: #FF3300;
	font-size: 120%;
}
.s22_or {
	font-size: 22px;
	font-weight: bold;
	color: orange;
	text-align: center;
}
.m-b40 {
	margin-bottom: 40px;
}
.newyear {
	border: 3px solid #fff;
	padding: 40px 200px 20px 50px;
	box-sizing: border-box;
	line-height: 2;
	font-size: 18px;
	background: url(../img/gasho.png) no-repeat right bottom;
	background-size: auto 200px;
}

/*--------------トピック用に旧サイトを残す為の記述-------------------*/
header .drawer-toggle,
header .drawer-main,
footer nav,
#breadcrumbs,
#topic .pagetitle {
	display: none;
}
#topic .drawer-overlay:before {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	content: "過去のトピック";
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 40px;
	font-size: 32px;
}
