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

/* 共通 */
html {
	font-size: 20px;
	height: 100%;
}
body {
	font-weight: bold;
	color: #19100e;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
img {
	vertical-align: bottom;
}
a, a:visited {
	text-decoration: none;
	color: #3c1a01;
}
a:hover img {
	opacity: 0.7;
}
.repc {
	display: block;
}
.resp {
/*	display: none !important;*/
	display: none;
}
img.repc {
	display: inline-block;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.img_top {
	text-align: center;
}
#container {
	flex: 1;
}
.contents {
	background: #e0db1c;
	padding-bottom: 40px;
}
.inner {
	max-width: 800px;
	width: 90%;
	margin: auto;
}

.notice {
	font-size: 1.3rem;
	margin: 3rem auto 3rem;
	max-width: 1000px;
	padding: 0 4%;
	text-align: center;
	line-height: 1.4;
}
.notice a {
	color: red;
	text-decoration: underline;
}
.caution {
	text-align: center;
	color: red;
	margin-top: 1rem;
	font-size: 1.3rem;
}

.box_cont {
	background: #f4f2b0;
	border-radius: 20px;
	margin-top: 2.5rem;
	padding: 2vw;
}
.ttl_cont {
	text-align: center;
	color: #7f217d;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	margin-bottom: calc(40px * 0.8);
}
.box_cont .txt_cont {
	text-align: center;
	line-height: 1.5rem;
}
.box_cont .txt_cont span {
	color: #7f217d;
}
.box_link {
	padding-top: calc(40px * 0.8);
	padding-bottom: calc(40px * 0.8);
	text-align: center;
}
.box_link a {
	width: 90%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.box_link a img {
	width: 100%;
}
.box_link .text {
	margin-top: 0.5rem;
	color: #7f217d;
}
.box_attention {
	width: 90%;
	max-width: 1000px;
	border: 5px solid #862284;
	border-radius: 20px;
	margin: 0 auto 40px;
	padding: 40px 90px;
	line-height: 1.3rem;
}
.box_attention .box_inner {
	font-size: 0.7rem;
	line-height: 1.5rem;
	color: #862284;
}
footer {
	background: #862284;
	padding: calc(40px * 0.8) 10%;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.3rem;
	font-family: "Quicksand", "Avenir", "Arial", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, sans-serif;
}
#contents .top_img .img02,#contents .top_img h1,#contents .resp img{
    opacity: 1!important;
}

@media (max-width: 1000px) {
	html {
		font-size: 12px;
		font-weight: normal;
	}
	.repc {
		display: none !important;
	}
	.resp {
		display: block;
	}
	img.resp {
		display: inline-block;
	}
	#topimg .img_top {
		overflow: hidden;
	}
	#topimg .img_top img {
		width: 114%;
		margin-left: -7%;
	}
	.contents {
		padding-bottom: 20px;
	}
	.box_cont .img_sign {
		margin-top: calc(20px * 0.8);
	}
	.ttl_cont {
		margin-bottom: calc(20px * 0.8);
	}
	.box_link {
		padding-top: calc(20px * 0.8);
		padding-bottom: calc(20px * 0.8);
	}
	.box_attention {
		padding: 0.8rem;
	}
	footer {
		padding: calc(20px * 0.8) 10%;
	}
}

/* top */
body#top {
	border-top: 20px solid #7f217d;
	padding-top: 20px;
}
body#top .lead {
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px;
}
body#top .lead .img {
	width: 20%;
}
body#top .lead .text {
	width: 75%;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	line-height: 2rem;
	margin-top: 1rem;
}
body#top .lead .text span {
	font-size: 2rem;
}
body#top .lead .text p {
	margin-top: 1rem;
}
body#top .lead .text a {
	color: #7f217d;
	text-decoration: underline;
}
body#top .btn_w {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px;
}
body#top .btn_w a:first-child {
	margin-right: 25px;
}
body#top .contents {
	background: #fff;
	padding-bottom: 0;
}
body#top .contents .box_inner {
	width: 90%;
	max-width: 1000px;
	border: 5px solid #7f217d;
	border-radius: 20px;
	margin: auto;
	text-align: center;
	padding: 30px;
}
body#top .contents .box_inner .box_cont {
	background: #fff;
	margin-top: 0;
}
body#top .contents .box_inner .box_cont .ttl_cont {
	color: #000;
	line-height: 2rem;
}
body#top .contents .box_inner .box_cont .txt_cont {
	width: 80%;
	margin: auto;
	line-height: 1.5rem;
}
.box_flex .box_news .inn_news {
	overflow-y: scroll;
	height: 440px;
	padding: 15px;
	margin: 15px;
}
.box_flex .box_news .inn_news li {
	text-align: left;
	display: block;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ccc;
	font-size: 0.9rem;
	line-height: 1rem;
	font-weight: normal;
}
.box_flex .box_news .inn_news li .bold {
	font-weight: bold;
}
.box_flex .box_news .inn_news li a:hover {
	opacity: 0.8;
}
.box_flex .inn_twitter {
	padding: 10px;
	height: 440px;
	overflow-y: scroll;
}
body#top .box_link a {
	max-width: 1000px;
}

@media (max-width: 1000px) {
	body#top .img_top img {
		width: 140% !important;
		margin-left: -20% !important;
	}
	body#top .lead {
		margin-bottom: 20px;
	}
	body#top .lead .img {
		text-align: right;
	}
	body#top .lead .img img {
		width: 95%;
	}
	body#top .lead .text {
		line-height: 1.5rem;
		font-size: 0.8rem;
	}
	body#top .lead .text span {
		font-size: 1.5rem;
	}
	body#top .contents .box_inner {
		padding: 0.8rem;
	}
	body#top .contents .box_inner .ttl_logo_cf img {
		width: 90%;
	}
	body#top .btn_w a {
		display: block;
		width: 90%;
		margin: 0 5%;
	}
	body#top .btn_w a:last-child {
		margin-top: 1rem;
	}
	body#top .btn_w a img {
		width: 100%;
	}
	body#top .contents .box_inner .box_cont .txt_cont {
		width: 100%;
	}
	.box_flex .box_news .inn_news {
		height: 280px;
	}
	.box_flex .inn_twitter {
		height: 300px;
	}
}

/* cf, cfk共通 */
.ttl_sub {
	background: #862284;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.6rem;
	padding: calc(40px * 0.35);
	color: #fff;
	letter-spacing: 0.2rem;
	margin-bottom: 40px;
}
.img_photo img {
	width: 100%;
	max-width: 800px;
}
.box_cont .img_sign {
	margin-top: calc(40px * 0.8);
}
.list_detail {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: auto;
}
.list_detail dt {
	width: 25%;
	text-align: left;
}
.list_detail dd {
	width: 73%;
	text-align: left;
	margin-bottom: 0.5rem;
}

@media (max-width: 1000px) {
	.ttl_sub {
		padding: calc(20px * 0.35);
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.list_detail {
		width: 90%;
		font-size: 0.8rem;
	}
	.list_detail dt {
		width: 30%;
	}
	.list_detail dd {
		width: 69%;
	}	 
}

/* cf */
#cf .contents {
	background: #862284;
}
#cf .contents .ttl_sub {
	line-height: 2.5rem;
	padding: 40px;
	margin-bottom: 0;
}
#cf .contents .box_cont {
	background: #d5b2d4;
	margin-top: 0;
}
#cf .contents .box_img, #cf .contents .img_photo {
	margin-bottom: 40px;
}
#cf .contents .box_img img, #cf .contents .img_photo img {
	width: 100%;
}
#cf .contents .txt_cont .box_text {
	font-size: 0.9rem;
	background: #862284;
	border-radius: 20px;
	color: #fff;
	line-height: 2rem;
	padding: 40px;
}

@media (max-width: 1000px) {
	#cf .contents .ttl_sub {
		padding: 20px;
	}
	#cf .contents .txt_cont .box_text {
		padding: 20px;
	}
}

/* cfk */
.ttl_box {
	text-align: center;
	font-size: 1.8rem;
	color: #862284;
	margin-bottom: calc(40px * 0.8);
}
.ttl_box p {
	margin-top: 0.8rem;
	font-size: 1.2rem;
}
.list_ready {
	display: flex;
	flex-wrap: wrap;
}
.list_ready dt {
	color: #7f217d;
	width: 7%;
	font-size: 1.4rem;
}
.list_ready dd {
	width: 92%;
	text-align: left;
	margin-bottom: 40px;
}
.list_reco {
	width: 85%;
	margin: auto;
}
.list_reco li {
	text-align: left;
	list-style: disc;
	margin-bottom: 0.5rem;
}
.box_note {
	background: #7f217d;
	border-radius: 20px;
	color: #fff;
	font-size: 0.9rem;
	padding: calc(40px * 0.8);
	margin-top: calc(40px * 0.8);
}

@media (max-width: 1000px) {
	.ttl_box {
		margin-bottom: calc(20px * 0.8);
	}
	.list_ready dd {
		margin-bottom: 20px;
	}
	.box_note {
		padding: calc(20px * 0.8);
		margin-top: calc(20px * 0.8);
	}
}

/* faq */
#faq {
	border-top: 30px solid #7f217d;
	padding-top: 20px;
}
#faq .ttl_faq {
	width: 95%;
	max-width: 623px;
	margin: 0 auto 1rem;
}
#faq .ttl_faq img {
	width: 100%;
}
#faq .box_faq {
	width: 90%;
	max-width: 1000px;
	border: 5px solid #862284;
	border-radius: 20px;
	margin: auto;
	padding: 40px 90px;
	line-height: 1.3rem;
}
#faq .box_faq dt {
	background: url(../images/faq/ico_q.png) no-repeat 0 0;
	padding-top: 0.5rem;
	padding-left: 60px;
	min-height: 60px;
	margin-bottom: 2rem;
}
#faq .box_faq dd {
	background: url(../images/faq/ico_a.png) no-repeat 0 0;
	padding-left: 60px;
	min-height: 60px;
	padding-top: 0.5rem;
	padding-bottom: 2rem;
	border-bottom: dashed 1px #862284;
	margin-bottom: 2rem;
}
#faq .box_text {
	width: 80%;
	max-width: 780px;
	margin: 3rem auto 0;
	font-size: 0.9rem;
	line-height: 1.5rem;
}
#faq .box_link a {
	max-width: 1000px;
}
.box_flex {
	width: 90%;
	max-width: 1000px;
	margin: 2rem auto 0;
	text-align: center;
	padding: 30px 0 0;
	display: flex;
	justify-content: space-between;
}
.box_flex .box {
	width: 47%;
	border: 5px solid #7f217d;
	border-radius: 20px;
}
.box_flex .box h3 {
	margin: 1rem;
	font-size: 1.5rem;
	font-weight: bold;
}
.box_attention .box_flex dt {
	width: 30%;
}
.box_attention .box_flex dd {
	width: 65%;
}

@media (max-width: 1000px) {
	#faq {
		border-top: 15px solid #7f217d;
	}
	#faq .box_faq {
		padding: 0.8rem;
	}
	#faq .box_faq dt {
		background-size: 3rem;
		padding-left: 3.5rem;
		margin-bottom: 0.5rem;
	}
	#faq .box_faq dd {
		background-size: 3rem;
		padding-left: 3.5rem;
	}
	.box_flex {
		flex-wrap: wrap;
	}
	.box_flex .box {
		width: 100%;
		height: 360px;
		margin-bottom: 2rem;
	}
}

/* 問い合わせ */
#sub_contact .box_form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 95%;
	max-width: 1000px;
	margin: auto;
}
.ttl_contact {
	text-align: center;
}
.ttl_contact img {
	width: 100%;
	max-width: 663px;
}
#sub_contact .box_form dt {
	width: 17%;
	color: #862284;
	padding-top: 10px;
	margin-top: 60px;
}
#sub_contact .box_form dd {
	width: 81%;
	margin-top: 60px;
}
#sub_contact .box_form dd input, #sub_contact .box_form dd textarea {
	max-width: 760px;
}
#sub_contact .box_form dd input, #sub_contact .box_form dd textarea {
	outline: 0;
	width: 100%;
	border: 5px solid #862284;
	border-radius: 20px;
	padding: 20px 40px;
}
#sub_contact .btn_submit {
	cursor: pointer;
	display: block;
	width: 1000px;
	height: 120px;
	border: none;
	text-indent: -9999px;
	background: url(../images/contact/btn_submit.png) no-repeat 0 0;
	background-size: 100% auto;
	margin: 40px auto 0;
}
#sub_contact .btn_submit:hover {
	opacity: 0.7;
}
#sub_contact .resp .btn_submit {
	width: 90%;
	height: 0;
	padding-top: 8%;
	display: block;
	background: url(../images/contact/btn_submit_s.png) no-repeat 0 0;
	background-size: 100% auto;
}
#sub_contact .btn_backtop {
	width: 90%;
	max-width: 1000px;
	margin: 30px auto;
	display: block;
}
#sub_contact .btn_backtop img {
	width: 100%;
}
#sub_contact #container {
	border-top: 30px solid #7f217d;
	padding: 20px 4% 0;
}
.formrun-system-show.red {
	color: red;
	font-weight: bold;
	margin-top: 10px;
}
.box_confirmation {
	text-align: center;
	margin: 2rem auto;
	line-height: 1.4;
	font-weight: normal;
	max-width: 800px;
}
.box_confirmation h3 {
	color: #7f217d;
	font-size: 1.5rem;
	margin: 2rem 0;
}
.box_confirmation .purple {
	color: #7f217d;
	font-weight: bold;
}
.button-group {
	margin-top: 2rem;
}
#formWrap {
	margin: 3rem auto;
	font-weight: normal;
}
#formWrap .text_thanks {
	text-align: center;
	margin-bottom: 5rem;
}

@media (max-width: 1000px) {
	#sub_contact .box_form dt {
		width: 100%;
		margin-top: 20px;
		padding-left: 10px;
		font-size: 20px;
	}
	#sub_contact .box_form dd {
		width: 100%;
		margin-top: 10px;
	}
	#sub_contact .box_form dd input, #sub_contact .box_form dd textarea {
		padding: 10px 20px;
	}
	#sub_contact .btn_backtop {
		margin: 10px auto;
	}
	#sub_contact #container {
		border-top: 15px solid #7f217d;
	}
}

