@charset "utf-8";
/* CSS Document */

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: bottom;
	max-width:100%;
}
ol, ul, li {
	list-style-type: none;
}
a {
	color:#3CF;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font: 18px/1.5 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color:#634a3f;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* clearfix
----------------------------------------------- */

/* ---IE7.IE8 clearfix--- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.clear {
	clear: both;
}
/* ==================================================
   base
===================================================== */
.main {
	margin:0 auto;
	border-bottom:1px solid #fff;
	overflow:hidden;
}
.inner {
	width:1000px;
	margin:0 auto;
}
h2 {
	display: block;
	position: relative;
	font-size:34px;
	font-weight:bold;
	color: #634a3f;
	text-align:center;
	margin-top:30px;
}
h2:before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background-color: #f08d17;
}
h3 {
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
/* contents
----------------------------------------------- */
.section01 {
	background: #eee;
	position: relative;
	z-index: 0;
	padding: 50px 0;
}
.section01::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: url(../images/bg_stripe.png);
}
.section01 p {
	margin-bottom:20px;
}
.section01_wrap {
	margin:0 auto 50px;
	overflow:hidden;
	background-color:#fff;
	border-radius: 8px;
	padding:40px;
}
.section01 .image {
	float:left;
	width:380px;
}
.section01 .textBox {
	float: right;
	width:520px;
}
.section01 .textBox ul li {
	font-weight: bold;
	font-size: 18px;
	border: 1px solid #ccc;
	padding:10px 20px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.section01 .textBox ul li:last-child {
	margin-bottom:0;
}
.section01 .textBox p {
	margin-bottom:20px;
}
.tmp_title {
	text-align:center;
}
.tmp_title em {
	background: #fff;
	color: #f08d17;
	border-radius: 50px;
	font-size: 3rem;
	font-weight:bold;
	position: relative;
	margin-bottom: .8em;
	display:block;
	line-height: -moz-block-height;
}
.tmp_title em::after {
	content: '';
	display: block;
	border: .4em solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
	position: absolute;
	top: 100%;
	left: calc(50% - .4em);
}
@media screen and (max-width: 768px) {
.tmp_title em {
	font-size: 1.2rem;
	padding: .1em 1.1em;
}
}
.note {
	background: url(../images/bg_first.png) 0 0/cover no-repeat;
	padding:50px 0;
}
.note_box {
	background-color:#fff;
	padding:30px;
	border-radius: 8px;
	overflow:hidden;
}
.note_box dl dt {
	padding: .75em 0;
	margin-bottom:30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size:26px;
	font-weight:bold;
	text-align:center;
}
.note_box dl dd p {
	margin-bottom:20px;
}
.section02 {
	overflow:hidden;
	padding:50px 0 0;
}
.section02 .representative {
	overflow:hidden;
}
.section02 .representative dt {
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	color: #f08d17;
	border-bottom:1px solid #f08d17;
}
.section02 .representative dd p {
	margin-bottom:20px;
}
.section03 {
}
.section03 ul li {
	border-bottom:1px solid #f57922;
	padding-bottom:20px;
	margin-bottom:20px;
}
.contact {
	background:#eee;
	padding:10px 0;
}
.hurry {
	padding:20px;
	margin:20px 0;
	background: #fff;
	border: dashed 2px #f08d17;
}
.hurry p {
	margin: 0;
	padding: 0;
	text-align:center;
}
.hurry p.tel {
	font-size:20px;
	font-weight:bold;
}
footer {
	background:#f08d17;
	color:#fff;
	text-align:center;
	font-size:11px;
	padding:20px 0;
}
#thanks ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom:20px;
}
#thanks ul li {
	background-color:#fff;
	border:1px solid #ccc;
	text-align:center;
	display:block;
	border-radius:12px;
}
#thanks ul li:first-child {
	margin-right:20px;
}
#thanks ul li a {
	color:#f57922;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:20px;
}
#thanks ul li a:hover {
	background-color:#f57922;
	color:#fff;
	border-radius:12px;
}
/* ==================================================
   table
===================================================== */
table {
}
table.tb01 {
	font-size: 24px;
	font-weight: bold;
	border: 2px solid #f08d17;
	width: 100%;
	overflow: hidden;
}
.tb01 th, .tb01 td {
	padding: 1em;
	box-sizing:border-box;
	border: 2px dotted #f08d17;
}
.tb01 td span {
	font-size:14px;
	display:block;
}
.tb01 td.pack_title {
	background-color:#eee;
}
.tb01 th {
	background: #f08d17;
	color: #fff;
}
.tb01 ul {
	font-size:18px;
}
@media screen and (max-width: 640px) {
.tb01 .head {
	display:none;
}
.tb01 {
	width: 100%;
}
table.tb01 td {
	display: block;
	width: 100%;
	border-bottom:none;
}
.tb01 ul {
	font-size:16px;
}
table.tb01 td:first-child {
	background: #f08d17;
	color:#fff;
	font-weight:bold;
}
.tb01 tr:last-child {
	border-bottom: solid 1px #ccc;
}
}
.plan-table {
	border: 2px solid #f08d17;
	width:100%;
	overflow:hidden;
	text-align: center;
}
.plan-table table {
	width:100%;
	font-size: 24px;
	font-weight: bold;
}
.plan-table table thead th {
	background:#f08d17;
	font-size: 24px;
	font-weight: bold;
	padding:1em;
	width:100%;
	color:#fff;
}
.plan-table table tbody th {
	background:#eee;
	padding:1em;
}
.plan-table table tbody td {
	background:#fff;
	padding:30px;
}
.plan-table table tbody td span {
	font-size: 14px;
	font-weight: normal;
	margin-left:1em;
	display: inline-block;
}
.plan-table table tbody td span.maru {
	color:#f08d17;
	font-size:32px;
	margin:0;
	font-weight:bold;
}
.plan-table table .underline {
	border-bottom:2px dotted #f08d17;
}
.plan-table-subtit {
	padding:0.6em 1em;
	border-left: 5px solid #0086d3;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	margin:60px 0 30px 0;
}
.maru {
	color:#ff783c;
	font-size:20px;
}
/* voice */
.voice {
	background: url(../images/bg_first.png) 0 0/cover no-repeat;
	padding-bottom:50px;
	border-top:1px solid #fff;
}
.voice .title {
	margin-bottom:50px;
}
.voiceIn {
	max-width: 1180px !important;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.voice_box {
	padding: 50px;
	margin-bottom:50px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.2);
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.2);
	overflow:hidden;
}
.voice dl dt {
	font-family: "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 30px;
	color: #f08d17;
	font-weight:500;
	line-height:1.2em;
	margin-bottom:20px;
}
.voice dl dd p {
	margin-bottom:30px;
}
.voice dl dd.name {
	text-align:right;
	font-weight:bold;
	margin-bottom:20px;
}
.voice dl dd p {
	margin-bottom:30px;
}
.voice dl dd.name {
	text-align:right;
	font-weight:bold;
	margin-bottom:20px;
}
/* ==================================================
   btn
===================================================== */
.btn-area {
	background: url(../images/bg_contents.jpg) repeat;
	overflow:hidden;
	padding-top:30px;
	margin:0;
}
.btn-area .ph {
	width:360px;
	float:left;
}
.btn-area .info {
	width:620px;
	float:right;
}
.btn-area .info dl dt {
	margin-bottom:20px;
}
.btn-area .info dl dd {
	margin-bottom:20px;
}
#fixed_contact {
	position:fixed;
	bottom:0;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:10px;
	background:rgba(248,246,243,0.9);
}
#fixed_contact ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: center;
}
#fixed_contact ul li {
	list-style: none;
	margin: 0;
	display: inline-block;
}
#fixed_contact ul li img {
	height:53px;
}
/* text-style
----------------------------------------------- */
.txt-right {
	text-align: right !important;
}
.txt-left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.color-red {
	color: #dd0000;
}
.font20 {
	font-size: 20px;
}
.font12 {
	font-size: 12px;
}
.font10 {
	font-size: 10px;
}
.font-en {
	font-family:"Times New Roman", serif;
	font-size: large;
}
.lineheight2 {
	line-height: 2.0;
}
span.br-sp {
	display:inline-block;
}
.em1 {
	text-decoration:underline;
}
.marker {
	padding:0;
	background: linear-gradient(transparent 50%, #FFEB3B 50%) repeat scroll 0% 0% transparent;
	font-weight: bold;
}
/* other-style
----------------------------------------------- */
.MT0 {
	margin-top: 0px !important;
}
.MT10 {
	margin-top: 10px !important;
}
.MT20 {
	margin-top: 20px !important;
}
.MT30 {
	margin-top: 30px !important;
}
.MT40 {
	margin-top: 40px !important;
}
.MT50 {
	margin-top: 50px !important;
}
.MB0 {
	margin-bottom: 0px !important;
}
.MB5 {
	margin-bottom: 5px !important;
}
.MB10 {
	margin-bottom: 10px !important;
}
.MB20 {
	margin-bottom: 20px !important;
}
.MB30 {
	margin-bottom: 30px !important;
}
.MB40 {
	margin-bottom: 40px !important;
}
.MB50 {
	margin-bottom: 50px !important;
}
.MR0 {
	margin-right: 0 !important;
}
.MR10 {
	margin-right: 10px !important;
}
.MR20 {
	margin-right: 20px !important;
}
.MR30 {
	margin-right: 30px !important;
}
.ML10 {
	margin-left: 0 !important;
}
.ML10 {
	margin-left: 10px !important;
}
.ML20 {
	margin-left: 20px !important;
}
.ML30 {
	margin-left: 30px !important;
}
.ML100 {
	margin-left: 100px !important;
}
.MRL-20 {
	margin-left: -20px !important;
	margin-right: -20px !important;
}
.PT0 {
	padding-top: 0px !important;
}
.PT10 {
	padding-top: 10px !important;
}
.PT20 {
	padding-top: 20px !important;
}
.PT30 {
	padding-top: 30px !important;
}
.PB0 {
	padding-bottom: 0px !important;
}
.PB10 {
	padding-bottom: 10px !important;
}
.PB20 {
	padding-bottom: 20px !important;
}
.PB30 {
	padding-bottom: 30px !important;
}
.col-l {
	float: left;
}
.col-r {
	float: right;
}
.pc-only {
	display: block !important;
	margin:0 auto;
}
.sp-only {
	display: none !important;
}
.w20 {
	width:20% !important;
}
.w25 {
	width:25% !important;
}
.w30 {
	width:30% !important;
}
.w35 {
	width:35% !important;
}
.w40 {
	width:40% !important;
}
.w45 {
	width:45% !important;
}
.w50 {
	width:50% !important;
}
.w55 {
	width:55% !important;
}
.w60 {
	width:60% !important;
}
.w65 {
	width:65% !important;
}
.w70 {
	width:70% !important;
}
.w75 {
	width:75% !important;
}
.w80 {
	width:80% !important;
}
 @media screen and (max-width: 768px) {
.inner {
	width:90%;
	margin:0 auto;
}
h2 {
	font-size: 24px;
}
.section01 .image {
	float:none;
	width:100%;
}
.section01 .textBox {
	float:none;
	width:100%;
}
.plan-table table thead th {
	font-size: 16px;
	padding:.4em;
}
.plan-table table tbody th {
	background:#eee;
	padding:.4em;
	font-size:16px;
}
.plan-table table tbody td {
	background:#fff;
	padding:10px;
	font-size:14px;
}
.note_box dl dt {
	font-size:18px;
}
.section01_wrap {
	padding:20px;
}
.section02 .col-r img {
	width:45%;
}
.voice_box {
	padding: 30px;
}
.voice dl dt {
	font-size: 24px;
}
#thanks ul li {
	width:100%;
}
#thanks ul li:first-child {
	margin-right:0px;
	margin-bottom:20px;
}
#thanks ul li a {
	color:#f57922;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:20px;
}
#thanks ul li a:hover {
	background-color:#f57922;
	color:#fff;
	border-radius:12px;
}
footer {
	margin-bottom:72px;
}
/* ==================================================
   btn
===================================================== */
.btn-area {
	background: url(../images/bg_contents.jpg) repeat;
	overflow:hidden;
	padding-top:20px;
	margin:0;
	padding-bottom:20px;
}
.btn-area .ph {
	display:none;
}
.btn-area .info {
	width:100%;
	float:none;
}
.btn-area .info dl dt {
	margin-bottom:20px;
}
.btn-area .info dl dd {
	margin-bottom:0px;
}
/* other-style
----------------------------------------------- */
.col-l {
	float: none;
}
.col-r {
	float: none;
}
.pc-only {
	display: none !important;
}
.sp-only {
	display: block !important;
}
.w20 {
	width:100% !important;
}
.w25 {
	width:100% !important;
}
.w30 {
	width:100% !important;
}
.w35 {
	width:100% !important;
}
.w40 {
	width:100% !important;
}
.w45 {
	width:100% !important;
}
.w50 {
	width:100% !important;
}
.w55 {
	width:100% !important;
}
.w60 {
	width:100% !important;
}
.w65 {
	width:100% !important;
}
.w70 {
	width:100% !important;
}
.w75 {
	width:100% !important;
}
.w80 {
	width:100% !important;
}
}
