@charset "UTF-8";
/*よくある質問用CSS*/

.qa-list {
	width: 100%;
	margin-top: 45px;
}
.qa-list dl {
	position: relative;
	cursor: pointer;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #A80082;
	margin-top: 25px;
	background-color: #FFFFFF;
}
.qa-list dl:first-child {
	margin-top: 0px;
}
.qa-list dl dt {
	position: relative;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 35px;
	padding-right: 35px;
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.qa-list dl dt .tag a {
	color: #367FD4;
	text-decoration: none;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 7px;
	margin-bottom: 4px;
	display: inline-block;
	border: 1px solid #A80082;
	border-radius: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.qa-list dl dd {
	position: relative;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 35px;
	display: none;
}
.qa-list dl dd p {
	margin-top: 3px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
}

.qa-list dl dt::before {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 23px;
	line-height: 1;
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	content: 'Q';
	color: #A80082;
}
.qa-list dl dd::before {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 25px;
	line-height: 1;
	position: absolute;
	left: 11px;
	display: block;
	content: 'A';
	color: #008AD7;
}
.qa-list dl dt::after {
	content: '＋';
	position: absolute;
	color: #A80082;
	top: 10px;
	right: 10px;
	font-size: 17px;
	transition: all 0.3s;
}
.qa-list dl dt.selected::after {
	
	transform: rotate(-135deg);
	transition: all 0.3s;
}







@media (min-width:600px) and (max-width:959px){













}





@media (min-width:960px){

.qa-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 65px;
}
.qa-list dl dt {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-left: 50px;
	font-size: 18px;
	transition: all 0.3s;
}
.qa-list dt:hover {
	opacity: 0.7;
}
.qa-list dl dd {
	margin: 0;
	padding-top: 5px;
	padding-right: 16px;
	padding-left: 50px;
	padding-bottom: 20px;
}
.qa-list dl dd p {
	margin-top: 9px;
	font-size: 16px;
}

.qa-list dl dt::before {
	font-size: 32px;
	top: 16px;
	left: 15px;
}
.qa-list dl dd::before {
	font-size: 35px;
	margin-top: 3px;
	left: 16px;
}
.qa-list dl dt::after {
	top: 20px;
	right: 15px;
	font-size: 19px;
}
.qa-list dl dt .tag a {
	padding-left: 6px;
	padding-right: 6px;
	transition: all 0.3s;
	font-size: 12px;
	margin-bottom: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.qa-list dl dt .tag a:hover {
	color: #FFF;
	background-color: #367FD4;
}
.qa-list dl {
	width: 48%;
	margin-top: 40px;
}
.qa-list dl:first-child {
	margin-top: 40px;
}



































}
@charset "UTF-8";
body {
	overflow-x: hidden;
}
h1, h2, h3, h4, p, a, span {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	color: #1A1A18;
}
h1 ,h2, h3, h4, p {
	line-height: 1.7;
	letter-spacing: 0.02em;
}

.section_box {
	padding-bottom: 80px;
	overflow-x: hidden;
}
.section_box .container {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.top_contact_box {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 80px;
	overflow-x: hidden;
}
.top_contact_box.sub {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 80px;
}
.top_contact_box.middle_contact_img {
	background-image: url(img/middle_contact_img.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.top_contact_box.footer_contact_img {
	background-image: url(img/footer_contact_img.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.top_contact_box .container {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.top_contact_box .middle_contact {
	background-color: rgba(255,255,255,0.6);
	border-radius: 10px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.top_contact_box.sub .middle_contact {
	padding-top: 0px;
	padding-bottom: 0px;
}
.top_contact_box .middle_contact.footer {
	margin-top: 30px;
}
.top_contact_box .middle_contact .inner_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.top_contact_box.sub .middle_contact .inner_box {
	width: 100%;
}
.top_contact_box .middle_contact .text_box h3 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: normal;
}
.top_contact_box .middle_contact .text_box p {
	font-size: 14px;
}
.top_contact_box .middle_contact .link_box {
	margin-top: 25px;
}
.top_contact_box .middle_contact .link_box .contact {
	width: 100%;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	background: #005BAC;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top_contact_box .middle_contact .link_box .contact p {
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin-left: 8px;
}
.top_contact_box .middle_contact .link_box .contact img {
	width: 26px;
	height: auto;
}
.top_contact_box .middle_contact .link_box .contact.mail {
	background-color: #A80082;
	margin-bottom: 20px;
}
.top_contact_box .middle_contact .link_box .contact.line {
	background-color: #00B300;
}

.price_box {
	margin-top: 40px;
}
.price_box section {
	border: 1px solid #A80082;
	margin-bottom: 35px;
	border-radius: 10px;
	padding-bottom: 20px;
}
.price_box section h3 {
	background-color: #A80082;
	color: #FFFFFF;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.price_box section h4 {
	color: #FFFFFF;
	font-size: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
	background-color: #A80082;
	margin-left: 4%;
	padding-left: 10px;
	padding-right: 10px;
}
.price_box section p {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 14px;
	text-align: justify;
}
.price_box section .main_text {
	margin-bottom: 5px;
}
.price_box section .price_text {
	font-size: 17px;
	font-weight: bold;
}
.price_box section .line {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	height: 1px;
	background-color: #999999;
}


.section_sub_title {
	position: relative;
	margin-top: 40px;
}
.section_sub_title p {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 16px;
	margin-top: 25px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.concept_box {
	position: relative;
}
.concept_box p {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 16px;
	margin-top: 25px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.concept_box .pentagram {
	width: 85%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.concept_box .pentagram img {
	width: 100%;
	height: auto;
}
.section_title {
	position: relative;
}
.section_title img {
	width: 100%;
	height: auto;
}
.section_title .decoration_left {
	position: absolute;
	left: 0px;
	width: 40%;
	top: 32px;
}
.section_title .decoration_right {
	position: absolute;
	right: 0px;
	width: 40%;
	top: 32px;
}
.section_title .section_text p {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px;
	color: #404040;
}
.section_title .section_text h2 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 28px;
	text-align: center;
	color: #404040;
	font-weight: normal;
}
.section_title .section_text p.white {
	color: #FFF;
}
.section_title .section_text h2.white {
	color: #FFF;
}
.section_title .section_text .pentagram_icon {
	width: 23px;
	margin-left: auto;
	margin-right: auto;
}
.section_title .section_text .pentagram_icon img {
	width: 100%;
	height: auto;
}
.pentagram_icon img {
	animation: spin 3s linear infinite; /* 3秒で1回転 */
}
@keyframes spin{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.voice_box {
	margin-top: 45px;
}
.voice_box section {
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	background-color: #F6F6F6;
	margin-top: 25px;
}
.voice_box section .inner_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.voice_box .inner_box .img_box {
	height: 48vw;
	overflow: hidden;
	width: 100%;
	position: relative;
	border-radius: 10px;
	margin-bottom: 15px;
}
.voice_box .inner_box .img_box img {
	object-fit: cover;
	height: 100%;
}
.voice_box .inner_box .text_box {
}
.voice_box .inner_box .text_box .tag {
	margin-bottom: 12px;
}
.voice_box .inner_box .text_box .tag a {
	color: #A80082;
	text-decoration: none;
	font-size: 11px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 6px;
	margin-bottom: 3px;
	display: inline-block;
	border: 1px solid #A80082;
	border-radius: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
}
.voice_box .inner_box .text_box h3 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 19px;
	line-height: 1.4;
}
.voice_box .inner_box .text_box p {
	font-size: 14px;
	margin-top: 10px;
}

.section_box .banner {
	margin-top: 50px;
	display: block;
}

.feature_box {
	margin-top: 45px;
}
.feature_box .back_img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 10px;
	padding-top: 35px;
	padding-bottom: 45px;
	margin-top: 20px;
}
.feature_box .back_img:first-child {
	margin-top: 0px;
}
.feature_box .back_img .back_filter {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.45);
	border-radius: 10px;
	top: 0;/*指定しないと縦幅がズレる*/
	bottom: 0;/*指定しないと縦幅がズレる*/
}
.feature_box .back_img h3 {
	font-size: 28px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	color: #FFFFFF;
	position: relative;
}
.feature_box .back_img h3 span {
	font-size: 16px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	color: #FFFFFF;
}
.feature_box .back_img p {
	font-size: 14px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	position: relative;
}
.feature_box .back_img a {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	border: 1px solid #FFF;
	border-radius: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	position: relative;
	margin-top: 20px;
	margin-left: 5%;
}
.feature_box .back_img.feature_A {
	background-image: url(img/feature_A.jpg);
}
.feature_box .back_img.feature_B {
	background-image: url(img/feature_B.jpg);
}
.feature_box .back_img.feature_C {
	background-image: url(img/feature_C.jpg);
}
.feature_box .back_img.feature_D {
	background-image: url(img/feature_D.jpg);
}
.feature_box .back_img.feature_E {
	background-image: url(img/feature_E.jpg);
}
.feature_box .back_img.feature_F {
	background-image: url(img/feature_F.jpg);
}

.post_list_box {
	margin-top: 20px;
}
.post_list_box.sub {
	margin-top: 0px;
}
.post_list_box .inner_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.post_list_box section {
	margin-top: 25px;
	width: 47.5%;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 0px 6px #808080;
	position: relative;
	display: flex;
	flex-direction: column;
}
.post_list_box .vertical_box {
	text-decoration: none;
	display: block;
	overflow-x: hidden;
	padding-bottom: 7px;
}
.post_list_box .vertical_box .img {
	height: 27vw;
	overflow: hidden;
	width: 100%;
	position: relative;
	border-radius: 10px 10px 0px 0px;
}
.post_list_box  .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.post_list_box .img span {
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(168,0,130,0.65);
	text-align: center;
	color: #FFF;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.post_list_box .vertical_box .text {
	margin-top: 8px;
}
.post_list_box .text h3 {
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	text-align: justify;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.post_list_box .text time {
	font-size: 12px;
	color: #999999;
	display: flex;
	align-items: center;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
}
.post_list_box .text time img {
	width: 11px;
	height: auto;
	margin-right: 4px;
}
.post_list_box .tag {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 7px;
}
.post_list_box .tag a {
	color: #A80082;
	text-decoration: none;
	font-size: 11px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 6px;
	margin-bottom: 3px;
	display: inline-block;
	border: 1px solid #A80082;
	border-radius: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.section_box .back_img_box {
	padding-top: 60px;
	padding-bottom: 60px;
	border-radius: 10px;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.section_box .back_img_box.soothsayer {
	background-image: url(img/soothsayer_back.jpg);
}
.section_box .back_img_box .back_filter_black {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.45);
	border-radius: 10px;
	top: 0;/*指定しないと縦幅がズレる*/
	bottom: 0;/*指定しないと縦幅がズレる*/
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	border: 7px solid #F1F1F1;
	margin-bottom: 0px;
	margin-top: 30px;
}
.video_box p {
	font-size: 13px;
	margin-top: 10px;
}

.profile_box {
	margin-top: 50px;
}
.profile_box p {
	font-size: 14px;
	border-bottom: 1px solid #999999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.profile_box p:first-child {
	border-top: 1px solid #999999;
}

.top_separate_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.top_separate_box.sub {
	width: 100%;
	margin-top: 0px;
}
.top_separate_box .text_box {
	position: relative;
}
.top_separate_box .text_box h3 {
	color: #FFFFFF;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 19px;
	margin-bottom: 15px;
	font-weight: normal;
}
.top_separate_box.sub .text_box h3 {
	color: #1A1A18;
}
.top_separate_box .text_box p {
	color: #FFFFFF;
	font-size: 14px;
}
.top_separate_box.sub .text_box p {
	color: #1A1A18;
}
.top_separate_box .img_box {
	height: 400px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(img/profile.jpg);
	position: relative;
	border-radius: 10px;
	margin-bottom: 30px;
}
.top_separate_box .text_box a {
	text-align: center;
	margin-top: 30px;
	text-decoration: none;
	display: inline-block;
	background-color: #A80082;
	color: #FFFFFF;
	border-radius: 30px;
	border: 1px solid #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
}

.common_link_button {
	text-align: center;
	margin-top: 35px;
}
.common_link_button a {
	text-decoration: none;
	display: inline-block;
	background-color: #A80082;
	color: #FFFFFF;
	border-radius: 30px;
	border: 1px solid #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
}
.privacy_box h2 {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 5px;
	margin-top: 25px;
}
.privacy_box p {
	font-size: 14px;
	margin-bottom: 15px;
}

.category_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
	justify-content: center;
}
.category_list a {
	text-decoration: none;
	background-color: #A80082;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 30px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

/*ページネーション*/
.pnavi {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 35px;
}
.pnavi a {
	font-size: 14px;
	text-decoration: none;
	color: #A80082;
	border: 1px solid #A80082;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.3s;
}
.pnavi a.next {
	border: none;
}
.pnavi a.prev {
	border: none;
}
.pnavi span {
	font-size: 14px;
	background-color: #A80082;
	color: #FFFFFF;
	border: 1px solid #A80082;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 15px;
	margin-left: 3px;
	margin-right: 3px;
	display: inline-block;
	border-radius: 5px;
}


/*フッター*/
footer {
	padding-bottom: 73px;
}
footer .container {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}
footer .footA {
	text-align: center;
}
footer .footA img {
	width: 110px;
}
footer p {
	font-size: 15px;
	margin-bottom: 15px;
	color: #3D3D3D;
	line-height: 2;
}
footer .title {
	font-size: 22px;
	color: #044372;
	letter-spacing: 0.06em;
	font-weight: bold;
	margin-bottom: 5px;
}
footer .footer_menu {
	margin-top: 40px;
}
footer .footer_menu .title {
	font-size: 22px;
	color: #005BAC;
	letter-spacing: 0.06em;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
footer .footer_menu .inner {
	display: flex;
	flex-flow: column;
	text-align: center;
}
footer .footer_menu a.link {
	font-size: 15px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #3D3D3D;
}
.copyright {
	font-size: 13px;
	color: #6E6E6E;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
}
.copyright small {
	display: flex;
	align-items: center;
	justify-content: center;
}
.copyright small span {
	font-size: 15px;
	margin-right: 3px;
}

/*------------フェードイン（スマホ・タブレット）----------*/
/* 画面外にいる状態 */
.fade-in {
	opacity : 0;
	transform : translate(0, 0);/*フェードする距離*/
	transition : all 1100ms;
}
/* 画面内に入った状態 */
.fade-in.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*------------フェードレフト（スマホ・タブレット）----------*/
/* 画面外にいる状態 */
.fade-left {
	opacity : 0;
	transform : translate(-90px, 0);/*フェードする距離*/
	transition : all 1100ms;
}
/* 画面内に入った状態 */
.fade-left.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*------------フェードライト（スマホ・タブレット）----------*/
/* 画面外にいる状態 */
.fade-right {
	opacity : 0;
	transform : translate(90px, 0);/*フェードする距離*/
	transition : all 1100ms;
}
/* 画面内に入った状態 */
.fade-right.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
















@media (min-width:600px) and (max-width:959px){
footer {
	padding-bottom: 73px;
}
.top_separate_box .img_box {
	height: 550px;
}









































}



















@media (min-width:960px){

footer {
	padding-bottom: 25px;
}
footer .container {
	width: 85%;
	max-width: 1220px;
	padding-bottom: 150px;
}
footer .footA {
	text-align: left;

}
footer p {
	font-size: 16px;
	margin-bottom: 14px;
}
footer .title {
	font-size: 26px;
	margin-bottom: 15px;
}
footer .footer_menu {
	margin-top: 0px;
}
footer .footer_menu .flex_box {
	display: flex;
}
footer .footer_menu .title {
	font-size: 28px;
	margin-bottom: 15px;
}
footer .footer_menu .inner {
	text-align: left;
}
footer .footer_menu a.link {
	font-size: 17px;
	margin-bottom: 30px;
	transition: all 0.3s;
	display: inline-block;
	margin-right: 60px;
}
footer .footer_menu a:hover {
	opacity: 0.7;
}
footer .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .footA img {
	width: 150px;
}
.copyright {
	max-width: 1220px;
	width: 85%;
}
.copyright small {
	justify-content: flex-start;
}
.section_sub_title p {
	font-size: 18px;
	margin-top: 35px;
	width: 100%;
	text-align: center;
}
.concept_box p {
	font-size: 20px;
	margin-top: 35px;
	width: 100%;
	text-align: center;
}
.concept_box .pentagram {
	width: 500px;
	top: 50%;
}
.section_box {
	padding-bottom: 170px;
}
.section_title .section_text p {
	font-size: 20px;
	margin-bottom: 20px;
}
.section_title .section_text .pentagram_icon {
	width: 34px;
}
.section_title .section_text h2 {
	font-size: 50px;
}
.section_title .decoration_left {
	width: 33%;
	top: 30px;
}
.section_title .decoration_right {
	width: 33%;
	top: 30px;
}
.top_contact_box {
	padding-bottom: 130px;
	padding-top: 130px;
	margin-bottom: 170px;
}
.top_contact_box.sub {
	padding-top: 70px;
	margin-bottom: 170px;
}
.top_contact_box .container {
	width: 95%;
	max-width: 1400px;
}
.voice_box {
	margin-top: 92px;
}
.feature_box .back_img {
	border-radius: 10px;
	padding-top: 40px;
	padding-bottom: 55px;
	margin-top: 18px;
	width: 32.5%;
}
.feature_box .back_img:first-child {
	margin-top: 18px;
}
.feature_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:stretch;
	margin-top: 92px;
}
.feature_box .back_img p {
	font-size: 16px;
	width: 86%;
}
.feature_box .back_img h3 {
	font-size: 40px;
	width: 86%;
	margin-bottom: 20px;
}
.section_box .container {
	width: 95%;
	max-width: 1400px;
}
.feature_box .back_img h3 span {
	font-size: 19px;
}
.feature_box .back_img a {
	font-size: 15px;
	padding-left: 17px;
	padding-right: 17px;
	border-radius: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-left: 7%;
	transition: all 0.3s;
}
.feature_box .back_img a:hover {
	opacity: 0.7;
}

.post_list_box {
	margin-top: 70px;
}
.post_list_box section {
	width: 23%;
	margin-top: 40px;
}
.post_list_box .inner_box::after {
	content: "";
	display:block;
	width:23%;
}
.post_list_box .inner_box::before {
	content: "";
	display:block;
	width:23%;
	order: 1;
}
.post_list_box .vertical_box {
	padding-bottom: 13px;
}
.post_list_box .vertical_box .img {
	height: 14vw;
	max-height: 195px;
}
.post_list_box a:hover .img img{
	transform: scale(1.1,1.1);
	opacity: 0.8;
}
.post_list_box a:hover .img span{
	opacity: 1;
}
.post_list_box .img span {
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 17px;
	padding-right: 17px;
	transition: all 0.3s;
	opacity: 0;
	width: auto;
	background-color: #A80082;
}
.post_list_box .vertical_box .text {
	margin-top: 15px;
	transition: all 0.3s;
}
.post_list_box a:hover .text {
	opacity: 0.6;
}
.post_list_box .text h3 {
	font-size: 19px;
}
.post_list_box .text time {
	font-size: 13px;
}
.post_list_box .tag {
	margin-bottom: 8px;
}
.post_list_box .tag a {
	padding-left: 9px;
	padding-right: 9px;
	transition: all 0.3s;
	font-size: 12px;
	margin-bottom: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.post_list_box .tag a:hover {
	color: #FFF;
	background-color: #A80082;
}
.top_separate_box {
	width: 86%;
	margin-top: 110px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_separate_box .img_box {
	width: 46%;
	height: 650px;
	margin-bottom: 0px;
}
.top_separate_box .text_box {
	width: 46%;
}
.section_box .back_img_box {
	padding-top: 140px;
	padding-bottom: 140px;
	border-radius: 20px;
}
.section_box .back_img_box .back_filter_black {
	border-radius: 20px;
}
.top_separate_box .text_box h3 {
	font-size: 26px;
	margin-bottom: 35px;
}
.top_separate_box .text_box p {
	font-size: 16px;
}
.top_separate_box .text_box a {
	margin-top: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 16px;
	transition: all 0.3s;
}
.top_separate_box .text_box a:hover {
	opacity: 0.7;
}
.common_link_button {
	margin-top: 75px;
}
.common_link_button a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 16px;
	transition: all 0.3s;
}
.common_link_button a:hover {
	opacity: 0.7;
}
.voice_box section .inner_box {
	width: 86%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.voice_box section {
	padding-top: 60px;
	padding-bottom: 60px;
	border-radius: 20px;
	margin-top: 45px;
}
.voice_box .inner_box .img_box {
	width: 46%;
	height: 28vw;
	margin-bottom: 0px;
	max-height: 400px;
}
.voice_box .inner_box .text_box {
	width: 46%;
}
.voice_box .inner_box .img_box img {

}
.voice_box .inner_box .text_box .tag {
	margin-bottom: 10px;
}
.voice_box .inner_box .text_box .tag a {
	padding-left: 9px;
	padding-right: 9px;
	transition: all 0.3s;
	font-size: 12px;
	margin-bottom: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.voice_box .inner_box .text_box .tag a:hover {
	color: #FFF;
	background-color: #A80082;
}
.voice_box .inner_box .text_box h3 {
	font-size: 24px;
	line-height: 1.4;
}
.voice_box .inner_box .text_box p {
	font-size: 16px;
	margin-top: 10px;
}
.top_contact_box .middle_contact .link_box .contact {
	padding-top: 17px;
	padding-bottom: 17px;
	border-radius: 10px;
	transition: all 0.3s;
}
.top_contact_box .middle_contact .link_box .contact:hover {
	opacity: 0.7;
}
.top_contact_box .middle_contact .link_box .contact img {
	width: 40px;
	height: auto;
}
.top_contact_box .middle_contact .link_box .contact p {
	font-size: 19px;
	margin-left: 15px;
}
.top_contact_box .middle_contact .link_box {
	margin-top: 0px;
	width: 46%;
}
.top_contact_box .middle_contact .text_box {
	width: 48%;
}
.top_contact_box .middle_contact .text_box h3 {
	font-size: 36px;
	text-align: left;
	margin-bottom: 20px;
}
.top_contact_box .middle_contact .inner_box {
	width: 86%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_contact_box .middle_contact .text_box p {
	font-size: 16px;
}
.top_contact_box .middle_contact {
	border-radius: 20px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.top_contact_box .middle_contact.footer {
	margin-top: 100px;
}
.top_contact_box .middle_contact .link_box .contact.mail {
	margin-bottom: 40px;
}
.top_contact_box .middle_contact .link_box .line_banner {
	transition: all 0.3s;
}
.top_contact_box .middle_contact .link_box .line_banner:hover {
	opacity: 0.7;
}
.privacy_box {
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}
.privacy_box h2 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 40px;
}
.privacy_box p {
	font-size: 16px;
	margin-bottom: 25px;
}

.category_list {
	margin-top: 60px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 88%;
}
.category_list a {
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 25px;
	transition: all 0.3s;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: 11px;
	margin-right: 11px;
}
.category_list a:hover {
	opacity: 0.7;
}

.pnavi {
	margin-top: 55px;
}
.pnavi a {
	font-size: 16px;
	margin-left: 9px;
	margin-right: 9px;
	padding-left: 15px;
	padding-right: 15px;
}
.pnavi a:hover {
	opacity: 0.6;
}
.pnavi span {
	font-size: 16px;
	margin-left: 9px;
	margin-right: 9px;
	padding-left: 15px;
	padding-right: 15px;
}
.section_sub_title {
	margin-top: 80px;
}
.profile_box p {
	font-size: 16px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.profile_box {
	margin-top: 80px;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}
.price_box section h3 {
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.price_box section p {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
.price_box {
	margin-top: 90px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.price_box section .price_text {
	font-size: 22px;
}
.price_box section h4 {
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	width: 92%;
	text-align: center;
}
.price_box section .line {
	margin-top: 25px;
	margin-bottom: 25px;
}
.price_box section {
	margin-bottom: 60px;
}
.price_box section .main_text {
	margin-bottom: 15px;
}
.video_box {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.video {
	padding-bottom: 53%;
	border: 25px solid #F1F1F1;
	margin-bottom: 0px;
	margin-top: 90px;
}
.video_box p {
	font-size: 15px;
	margin-top: 20px;
}
.section_box .banner {
	margin-top: 100px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s;
}
.section_box .banner:hover {
	opacity: 0.8;
}






















































































}
@charset "UTF-8";
/*WP投稿用CSS*/

.post_content_box h1 {
	letter-spacing: 0.01em;
	font-weight: normal;
	line-height: 1.7;
}
.post_content_box h2 {
	letter-spacing: 0.01em;
	font-weight: normal;
	color: #FFFFFF!important;
	line-height: 1.6;
	font-size: 19px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 30px;
	margin-top: 60px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 8px;
	background-color: #A80082;
}
.post_content_box h2 span {
	color: #FFFFFF!important;
}
.post_content_box h3 {
	letter-spacing: 0.01em;
	font-weight: normal;
	line-height: 1.7;
	color: #A80082;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	margin-top: 40px;
	position: relative;
	text-align: justify;
}
.post_content_box h3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-image: linear-gradient(90deg, #A80082 35%, #F3F3F3 100%);
}
.post_content_box h4 {
	letter-spacing: 0.01em;
	font-weight: normal;
	line-height: 1.7;
	color: #FFF;
	font-size: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 27px;
	margin-top: 20px;
	text-align: justify;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	background-color: #A80082;
	border-radius: 8px;
	display: inline-block;
}
.post_content_box h5 {
	letter-spacing: 0.01em;
	font-weight: normal;
	line-height: 1.7;
}
.post_content_box p {
	letter-spacing: 0.01em;
	font-weight: normal;
	line-height: 1.7;
	color: #000;
	font-size: 14px;
	margin-bottom: 20px;
}
.post_content_box .wp-block-media-text__content p {
	left: 0;
	right: 0;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.post_content_box .wp-block-media-text__content {

}
.post_content_box span {
	letter-spacing: 0.01em;
	font-weight: normal;
	line-height: 1.7;
}
.post_content_box a {
	letter-spacing: 0.01em;
	font-weight: normal;
	line-height: 1.7;
	color: #133D8C;
	font-size: 15px;
	text-decoration: none;
	margin-bottom: 20px;
	display: inline-block;
}
.post_content_box img {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 10px;
	display: block;
}
.post_content_box a img {
	margin-top: 20px;
}

/*----記事_テーブル装飾----*/
.post_content_box table {
	border-collapse: collapse!important;
	margin-top: 30px!important;
	margin-bottom: 35px!important;
	border: solid 1px #888888!important;
	width: 100%!important;
}
.post_content_box th {
	color: #FFF!important;
	font-size: 15px!important;
	background: #A80082!important;
	padding: 5px 10px!important;
	line-height: 1.8!important;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: normal!important;
	text-align: left!important;
	border-top: 1px solid #999999!important;
	border-right: 1px solid #999999!important;
	border-left: 1px solid #999999!important;
	border-bottom: none!important;
}
.post_content_box thead {
	border: none!important;
}
.post_content_box td {
	font-size: 15px!important;
	padding: 5px 10px!important;
	color: #000!important;
	border: solid 1px #999999!important;
	line-height: 1.8!important;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

/*----コラム詳細目次デザイン-LuckyWP----*/
.post_content_box .lwptoc {
	border: 2px solid #A80082;
	padding-top: 25px;
	padding-bottom: 28px;
	padding-left: 6%;
	padding-right: 6%;
	border-radius: 8px;
	margin-top: 30px;
}
.post_content_box .lwptoc_title {
	margin-bottom: 5px;
	font-size: 18px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	border-bottom: 1px solid #A80082;
	padding-bottom: 5px;
	font-weight: normal;
	display: block;
}
.post_content_box .lwptoc_items-visible {
	width: 91%;
	margin-left: auto;
	margin-right: auto;
}
.post_content_box .lwptoc a {
	color: #000;
	margin-bottom: 0px;
	text-align: justify;
	margin-top: 17px;
	padding-left: 1.2em;
	text-indent: -1.2em;
	font-size: 14px;
	line-height: 1.6;
}
.post_content_box .lwptoc .lwptoc_item_number {
	color: #999999;
	margin-right: 5px;
	line-height: 1.6;
}
.post_content_box .lwptoc_item .lwptoc_itemWrap a {
	margin-top: 8px;
	padding-left: 32px;
	text-indent: -2.1em;
}

/*----リストデザイン----*/
.post_content_box ul {
	border: 1px solid #A80082;
	list-style-type: none;
	padding-top: 25px;
	padding-bottom: 8px;
	margin-bottom: 35px;
	margin-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.post_content_box ul li {
	margin-bottom: 15px;
	font-size: 14px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

/*----記事_前次記事リンク----*/
.baf_box {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #367FD4;
}
.baf_box .baf_link {
	border: 1px solid #367FD4;
	position: relative;
	border-radius: 20px;
	width: 30.5%;
	background-color: #367FD4;
}
.arrow_left {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 47%;
	left: 7px;
}
.baf_box a {
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.arrow_right {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	transform: rotate(-135deg) translateY(50%);
	position: absolute;
	top: 47%;
	right: 14px;
}










@media (min-width:600px) and (max-width:959px){













}





@media (min-width:960px){
.post_content_box {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.post_content_box h2 {
	font-size: min(2.6vw,28px);/*（基本サイズ、最大サイズ）*/
	line-height: 1.6;
	border-top-width: 3px;
	border-bottom-width: 3px;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-bottom: 60px;
	margin-top: 110px;
	padding-left: 4%;
	padding-right: 4%;
}
.post_content_box h3 {
	font-size: 26px;
	padding-bottom: 10px;
	margin-bottom: 35px;
	margin-top: 60px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.post_content_box h3:after {
	height: 3px;
}
.post_content_box h4 {
	font-size: 19px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 40px;
	margin-top: 30px;
	margin-left: 3%;
	margin-right: 3%;
}
.post_content_box p {
	font-size: 17px;
	margin-bottom: 25px;
	padding-left: 3%;
	padding-right: 3%;
}
.post_content_box .wp-block-media-text__content p {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.post_content_box .wp-block-media-text__content {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.post_content_box .wp-block-media-text {
	padding-left: 3%;
	padding-right: 3%;
}
.post_content_box a {
	font-size: 16px;
	margin-bottom: 28px;
	transition: all 0.3s;
	display: block;
	/* [disabled]margin-left: 3%; */
}
.post_content_box a:hover {
	opacity: 0.8;
}
.post_content_box img {
	margin-bottom: 50px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}
.post_content_box a img {
	margin-top: 50px;
}

/*----記事_テーブル装飾----*/
.post_content_box table {
	margin-bottom: 45px!important;
	margin-top: 40px!important;
	width: 94%!important;
	margin-left: auto!important;
	margin-right: auto!important;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.post_content_box th {
	font-size: 16px!important;
	padding:12px 20px!important;
}
.post_content_box td {
	font-size: 16px!important;
	padding:12px 20px!important;
}

/*----コラム詳細目次デザイン-LuckyWP----*/
.post_content_box .lwptoc {
	padding-top: 50px;
	padding-bottom: 53px;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 50px;
}
.post_content_box .lwptoc_title {
	margin-bottom: 25px;
	font-size: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.post_content_box .lwptoc_items-visible {
	width: 94%;
}
.post_content_box .lwptoc a {
	margin-top: 20px;
	font-size: 16px;
	transition: all 0.3s;
}
.post_content_box .lwptoc a:hover {
	opacity: 0.5;
}
.post_content_box .lwptoc_item .lwptoc_itemWrap a {
	margin-top: 10px;
	padding-left: 38px;
}

/*----リストデザイン----*/
.post_content_box ul {
	padding-top: 40px;
	padding-bottom: 15px;
	margin-bottom: 45px;
	margin-top: 40px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #A80082;
}
.post_content_box ul li {
	margin-bottom: 22px;
	font-size: 18px;
}

/*----記事_前次記事リンク----*/
.baf_box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	max-width: 850px;
	padding-top: 45px;
}
.baf_box .baf_link {
	border-radius: 30px;
	width: 23%;
}
.arrow_left {
	left: 14px;
}
.baf_box a {
	font-size: 15px;
	padding: 15px 0px;
	transition: all 0.3s;
}
.baf_box a:hover {
	opacity: 0.7;
}
.arrow_right {
	right: 21px;
}





















}
@charset "UTF-8";
/*メールフォーム用CSS*/


.mail_form_box {
	margin-top: 35px;
}
.mail_form_box p {
	font-size: 15px;
	color: #000000;
	line-height: 1.5;
}
.mail_form_box form {
	margin-top: 40px;
}
.mail_form_box form p {
	border-top: 1px solid #999999;
	padding-bottom: 30px;
	padding-top: 30px;
	line-height: 1.5;
}
.mail_form_box form .textfield_label {
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 165px;
	font-weight: bold;
}
.mail_form_box form .icon_require {
	font-size: 12px;
	background-color: #FF3900;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 3px;
	color: #FFFFFF;
}
.mail_form_box form .icon_any {
	font-size: 12px;
	background-color: #367FD4;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 3px;
	color: #FFFFFF;
}
.mail_form_box form .prefecture {
	font-size: 13px;
	width: 100%;
	display: block;
	margin-top: 15px;
}
.mail_form_box form .form_space_box_A {
	height: 35px;
	width: 100%;
	display: block;
}
.mail_form_box form .toggle {
	padding: 5px;
	width: 135px;
	font-size: 14px;
	color: #000000;
	margin-bottom: 13px;
}
.mail_form_box form .form_text {
	padding: 5px;
	width: 96.5%;
	font-size: 14px;
	margin-top: 15px;
}
.mail_form_box form .submit {
	display: flex;
}
.mail_form_box form .submit input {
	font-size: 15px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	transition: all 0.3s;
	border-radius: 100vw;
	background-color: #A80082;
	margin-top: 15px;
	/*border: 0px solid #785C1C;*/
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.mail_form_box form #message {
	padding: 5px;
	width: 96.5%;
	font-size: 14px;
	margin-top: 15px;
	height: 190px;
}
.mail_form_box form .radio {
	font-size: 15px;
	width: 100%;
	display: block;
	margin-top: 15px;
	line-height: 1.7;
}

.mail_form_box form .img_send {
	font-size: 15px;
	width: 100%;
	display: block;
	line-height: 1.6;
	text-align: center;
}








@media (min-width:600px) and (max-width:959px){













}





@media (min-width:960px){
.mail_form_box form {
	margin-top: 60px;
}
.mail_form_box form p {
	padding-bottom: 35px;
	padding-top: 35px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
}
.mail_form_box form .textfield_label {
	font-size: 16px;
	width: 220px;
	text-align: left;
}
.mail_form_box form .textfield_label br.pc_none {
	display: none;
}
.mail_form_box form .icon_require {
	font-size: 14px;
}
.mail_form_box form .icon_any {
	font-size: 14px;
}
.mail_form_box form .prefecture {
	font-size: 14px;
	width: 61.8%;
	margin-top: 0px;
	text-align: left;
}
.mail_form_box form .toggle {
	padding: 5px;
	width: 150px;
	font-size: 16px;
	margin-bottom: 18px;
}
.mail_form_box form .prefecture .toggle {
	margin-bottom: 0px;
}
.mail_form_box form .form_text {
	padding: 5px;
	width: 60%;
	font-size: 16px;
	margin-top: 0px;
}
.mail_form_box form .submit input {
	font-size: 17px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 20px;
	cursor: pointer;
	margin-bottom: 20px;
}
.mail_form_box form .submit input:hover {
	opacity: 0.7;
}
.mail_form_box form #message {
	padding: 5px;
	width: 60%;
	font-size: 16px;
	margin-top: 0px;
	height: 220px;
}
.mail_form_box form .radio {
	font-size: 16px;
	width: 61.5%;
	margin-top: 0px;
	text-align: left;
}
.mail_form_box form .form_space_box_B {
	height: 30px;
	width: 100%;
	display: block;
}
.mail_form_box form .form_space_box_A {
	height: 30px;
}
.mail_form_box p {
	font-size: 16px;
}
.mail_form_box {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
}
.mail_form_box form .img_send {
	font-size: 16px;
	text-align: center;
}






















}
