@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/*===============
#page_top
=================*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 80px;
  background: #932E44;
  opacity: 0.6;
  border-radius: 5px;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.flow01 #page_top,
.flow02 #page_top,
.flow03 #page_top{
  display: none !important
}

@media screen and (max-width: 640px){
	#page_top{
	  bottom: 120px;
	}
}


/*=============================================
common class
===============================================*/
.w100 { width: 100%!important; }
.w90 { width: 90%!important; }
.w80 { width: 80%!important; }


.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }

.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; }
.mt60 { margin-top: 60px !important; }

.al_left { text-align: left; }
.al_right { text-align: right; }
.al_center { text-align: center; }


.f_pink { color: #ed1e79; }
.f_orange { color: #F7931E; }
.f_green { color: #39b54a; }

.f_big { font-size: 1.25em; }


.marker_pink {
	background: linear-gradient(transparent 40%, #f9bbc0 0%);
	padding: 0 3px; margin: 0 3px;
}
.marker_pink2 {
	background: linear-gradient(transparent 70%, #f9bbc0 0%);
	padding: 0 3px; margin: 0 3px;
}
.marker_yellow {
	background: linear-gradient(transparent 80%, #f4e7bd 0%);
	padding: 0 3px; margin: 0 3px;
}
.marker_green {
	background: linear-gradient(transparent 80%, #b6e0ba 0%);
	padding: 0 3px; margin: 0 3px;
}

/*=============================================
main
===============================================*/
main {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
	background-color: #fff;
	background-attachment: fixed;	
} 
body.flow01 main,
body.flow02 main,
body.flow03 main { 
	padding-top: 20px;
}	

@media screen and (max-width: 1024px){
	main { 
		padding-top: 90px;
		background-color: #fff;
		background-image: none;
		overflow-x: hidden;
	}
	body.flow01 main,
	body.flow02 main,
	body.flow03 main { 
		padding-top: 0px;
	}	
}





/*---------------
sld
---------------*/
#sld {
    position: relative;
    z-index: 3;
    height: 146px;
	margin-bottom: 30px;
    background-color:#fff;
	box-sizing:content-box;
	text-align: center;
}
#sld .eng{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 8em;
	line-height: 1;
	color: rgba(65,9,8,.15);
	letter-spacing: 20px;
}
#sld.privacy .eng{
	font-size: 5em;
	letter-spacing: 0px;
}

#sld h2 {
	line-height: 1; margin: -20px 0 0;
}




#sld h2.inner {

}




@media screen and (max-width: 640px){
	#sld {
		height: 80px;
		padding-top: 0;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-size: auto 100%;		
	}
	#sld .eng{
		font-size: 5em;
		letter-spacing: 5px;
	}	
	#sld.privacy .eng{
		font-size: 3em;
		letter-spacing: 0px;
	}	

}


/*---------------
H
---------------*/
h2 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;	
	letter-spacing: 1px;
	font-size: 32px;
	text-align: center;
	color: #410908;
}
h3 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;	
	letter-spacing: 1px;
	font-size: 24px;
	color: #333;
	border-bottom: solid 1px #898D92;
	background: #fff;
	text-align: left;
	padding: 10px 0;
	margin: 0 auto 30px;
}


@media screen and (max-width: 768px){
	main#contents h2 { font-size: 20px; }
	main#contents h3 { font-size: 18px; }
	main#contents h4 { font-size: 18px; }
}
@media screen and (max-width: 640px){
	main#contents h3 { font-size: 20px; padding: 5px 10px; margin: 0 auto 20px; }
	main#contents h4 { font-size: 14px; margin: 1.5em 0 0.5em; }
}






main#contents .inner {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	line-height: 1.6;
}
main#contents .inner_wide {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	line-height: 1.6;
}
main#contents .inner_small {
	width: 95%;
	max-width: 800px; min-width: 800px;
	margin: 0 auto;
	line-height: 1.6;
}

.bg_green_01 {
	background-image: url("../images/bg_green_01.png");
}


main#contents section {
	margin-bottom: 60px;
}
body.home main#contents section {
	margin-bottom: 0;
}

.bg_yellow {
	background: #fbfce8;
	padding-top: 3em; padding-bottom: 3em;
}

@media screen and (max-width: 640px){
	main#contents .inner { width: 90%; min-width: auto; }
	main#contents .inner_small { width: 90%; min-width: auto; }
	main#contents .inner_wide {
		padding: 30px 0;
		overflow: hidden;
	}	
	main#contents section {
		margin-bottom: 40px;
	}	
}


/*=============================================

00. 共通

===============================================*/
.flex_s_b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_s_a {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.flex_c {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.align_c { align-items: center; }

.box_1_2 {
	width: 49%; margin-bottom: 10px;
}
.box_1_3 {
	width: 32%; margin-bottom: 10px;
}
.box_2_3 {
	width: 66%;
}
.box_1_4 {
	width: 25%;
}
.box_3_4 {
	width: 73%;
}
.box_1_5 {
	width: 20%;
}
.box_4_5 {
	width: 78%;
}
.box_3_7 {
	width: 41.71%;
}
.box_4_7 {
	width: 56.28%;
}


@media screen and (max-width: 640px){
	.box_1_2,
	.box_1_3,
	.box_2_3,
	.box_1_4,
	.box_3_4,
	.box_1_5,
	.box_4_5,
	.box_3_7,
	.box_4_7 {
		width: 100%; margin-bottom: 10px;
	}
}

.main_contact {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.ph-frame {
	display: inline-block;
	position: relative;
}
.ph-frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #fff;*/
	box-shadow: 
	  inset 0 0 20px #fff /* 背景色と同じ色 */,
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff;
}

.wp-pagenavi { display: none; }
.pagination .wp-pagenavi { display: block; }
.wp-pagenavi a {
	padding: 6px 9px 5px 9px !important;
}

/*=============================================

TAB

===============================================*/
/*tabの形状*/
.wrap_tab {
	background-color: #9b1639;
	padding: 30px 0;
}
.tab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	
}
.tab li { width: calc(100% / 3); }
.tab li a{
	display: block;
	background:#fff;
	color: #000;
	margin:0;
	padding:10px 20px;
	text-align: center;
	text-decoration: none;
	transition: 0.5s;
}


/*liにactiveクラスがついた時の形状*/
.tab li.active a{
	background-color: #c15a75;
	color: #fff;
	text-decoration: none;
}

.tab li a:hover{
	background-color: #9b1639;
	color: #fff;
	text-decoration: none;
}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
	padding:50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media screen and (max-width: 640px) {
	.tab li { 
		width: 100%;
		border-bottom: solid 1px #dddddd;
	}
	.area {
		padding:30px 0;
	}	
}



/*=============================================

01 service

===============================================*/
.service_title_img {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 auto;
}
.service_title_img .num,
h2.service_title .num {
	font-size: 2.0em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: normal;
	border-bottom: solid 1px #932E44;
	color: #932E44;
	margin-right: 20px;
	margin-bottom: 10px;
}
.service_title_img .img_box {
	
}
h2.service_title {
	background-color: transparent;
	color: #BE6D55;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 1.0em;
	padding: 0;
	margin: 20px auto 40px;
	border-bottom: none;
	text-align: center;
}

.service p {
	line-height: 1.75;
}
.service .service04_head,
.service .service05_head {
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 25px; margin: 40px 0 10px;
	border: none;
}
.service .service04_head:nth-of-type(1) {
	margin: 0 0 10px;
}
.service .service04_head::before,
.service .service05_head::before {
	display: inline-block;
	width: 20px; height: 20px;
	text-align: center;
	border-radius: 10px;
	border: solid 1px #000;
	line-height: 20px;
	position: absolute; left: 0; top: 50%; transform: translateY(-50%);
}
.service .service04_head:nth-of-type(1)::before,
.service .service05_head:nth-of-type(1)::before {
	content: "1";
}
.service .service04_head:nth-of-type(2)::before,
.service .service05_head:nth-of-type(2)::before {
	content: "2";
}
.service .service04_head:nth-of-type(3)::before {
	content: "3";
}

.service .wrap_border {
	width: 80%;
	margin: 30px auto;
	padding: 30px 30px;
	border: solid 1px #333;
}

@media screen and (max-width: 640px) {
	.service .wrap_border {
		width: 100%;
		margin: 20px auto;
		padding: 20px 20px;
	}
	.service .service04_head,
	.service .service05_head {
		font-size: 18px !important;
		padding: 0 0 0 25px !important;
		margin: 30px auto 20px !important;		
	}
	.service .service04_head:first-of-type,
	.service .service05_head:first-of-type {
		margin: 0px auto 20px !important;		
	}	
	.service .service04_head::before,
	.service .service05_head::before {
		position: absolute; left: 0; top: 3px; transform: translateY(0%);
	}	
	h2.service_title .num {
		font-size: 20px;
	}	
}

/*---------------
title_flow / title_voice
---------------*/
.title_flow,
.title_voice,
.title_partner {
    position: relative;
    z-index: 3;
    height: 146px;
	margin-bottom: 30px;
    background-color:#fff;
	box-sizing:content-box;
	text-align: center;
}
.title_flow .eng,
.title_voice .eng,
.title_partner .eng {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 7em;
	line-height: 1;
	color: rgba(65,9,8,.15);
	letter-spacing: 20px;
}
.title_flow h2,
.title_flow h2,
.title_partner h2 {
	line-height: 1; margin: -20px 0 0;
}

@media screen and (max-width: 640px) {
	.title_flow .eng,
	.title_voice .eng,
	.title_partner .eng {
		font-size: 5em;
		letter-spacing: 5px;
	}
}


/*---------------
FLOW
---------------*/
body.flow01 header, body.flow01 footer, body.flow01 #page_top,
body.flow02 header, body.flow02 footer, body.flow02 #page_top,
body.flow03 header, body.flow03 footer, body.flow03 #page_top {
	display: none;
}

.flow_sub_title {
	font-size: 1.125em;
	border-collapse: collapse;
	margin: 20px auto 0;
	border: solid 1px #ccc;
	width: 90%;
}
.flow_sub_title a {
	text-decoration: none !important;
}
.flow_sub_title tr.clickable:hover th,
.flow_sub_title tr.clickable:hover td {
	background: #f5f2f2;
	cursor: pointer;
}
.flow_sub_title tr {
	border-bottom: solid 1px #f5f2f2;
	cursor: pointer;
}
/* .flow_sub_title tr:nth-of-type(even) {
	background-color: rgba(165,109,108,0.1);
} */

.flow_sub_title tr:nth-of-type(1) {
	/* background-color: #EDF9FC; */
	background-color: #FFF;
}
.flow_sub_title tr:nth-of-type(2) {
	/* background-color: #FFFCEB; */
	background-color: #FCF1F1;
}
.flow_sub_title tr:nth-of-type(3) {
	/* background-color: #EBFFFC; */
	background-color: #FFF;
}
.flow_sub_title tr:nth-of-type(4) {
	background-color: #FCF1F1;
	border-bottom: solid 1px #ccc;
}

.flow_sub_title th {
	padding: 10px; text-align: left;
	font-weight: normal;
}
.flow_sub_title td {
	padding: 10px; text-align: right;
}
iframe.flow_sub {
	border: solid 1px #ccc;
	width: 100%;
	height: auto; min-height: 500px;
	margin: 0 auto;
}
.flow_contents {
	padding: 50px 20px 0;
}
.tbl_flow { 
	width: 100%;
	border-collapse: collapse;
}
.tbl_flow th {
	color: #922E44;
	text-align: left;
}
.tbl_flow td {
	padding: 0 0 1.5em;
	text-align: left;
}
.tbl_flow .img_box {
	display: flex;
	justify-content: flex-start;
	margin: 20px 0 0;
}
.tbl_flow .img_box li {
	max-width: 120px; width: 30%;
	margin: 0 10px 0 0;
}
.tbl_flow .img_box li.img_big {
	max-width: 240px;
}
.tbl_flow .img_box li.img_border {
	border: solid 1px #ccc;
}

@media screen and (max-width: 640px) {
	.flow_sub_title th {
		display: block;
		width: 100%;
		font-size: 14px;
		padding: 10px 10px 0;
	}	
	.flow_sub_title td {
		display: block;
		width: 100%;
		font-size: 14px;
		padding: 0 10px 10px;
	}
	.flow_sub_title td.period  {
		padding: 0 10px 10px;
		text-align: right;
	}	
	.tbl_flow .img_box li.img_big {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}	
}


/*---------------
VOICE
---------------*/
.tbl_voice {
	width: 100%;
	border-collapse: collapse;	
}
.tbl_voice th {
	font-weight: bold;
	text-align: left;
}
.tbl_voice th::before {
	content: "";
	width: 20px; height: 20px; display: inline-block;
	border-radius: 10px;
	text-align: center;
	line-height: 20px;
	background-color: #922E44;
	color: #fff;
	margin: 0 5px 0 0;
}
.tbl_voice th.voice1::before { content: "1"; }
.tbl_voice th.voice2::before { content: "2"; }
.tbl_voice th.voice3::before { content: "3"; }
.tbl_voice th.voice4::before { content: "4"; }
.tbl_voice th.voice5::before { content: "5"; }
.tbl_voice th.voice6::before { content: "6"; }
.tbl_voice th.voice7::before { content: "7"; }
.tbl_voice th.voice8::before { content: "8"; }
.tbl_voice th.voice9::before { content: "9"; }

.tbl_voice .request {
	color: #410908;
}
.tbl_voice .detail {
	padding: 0 0 20px;
}



/*=============================================

02 fee

===============================================*/
p.p_table {
	display: table;
	margin-left: auto; margin-right: auto;
}
.tbl_fee {
	border-collapse: collapse;
	width: 100%;
	margin: 40px auto 30px;
	font-size: 0.875em;
}
.tbl_fee th,
.tbl_fee td {
	padding: 10px 10px;
	border: solid 1px #989898;
}
.tbl_fee th {
	background-color: #565656;
	color: #fff;
}
.tbl_fee .items { width: 20%; }
.tbl_fee .price { width: 30%; }
.tbl_fee .note { width: 50%; }


/*=============================================

05 about

===============================================*/
h3.head_about {
	border-bottom: none;
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	color: #000;
	padding: 0 0 20px;
	margin: 0 0 40px;
	position: relative;
	width: 100%;
}
h3.head_about::after {
  content: "";
  width: 90px;
  height: 1px;
  background-color: #952424;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.ph_about {
	text-align: center;
}

.wrap_philosophy {
	margin: 80px auto 0;
	text-align: center;
} 
.wrap_outline {
	margin: 80px auto 30px;
} 
.wrap_outline iframe {
	width: 100%; height: 400px;
}
.tbl_outline {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto 30px;
}
.tbl_outline th,
.tbl_outline td {
	padding: 10px 10px;
}
.tbl_outline th {
	text-align: left;
	vertical-align: top;
}
.wrap_outline .box_download {
	margin: 70px auto 0;
	padding: 0 0 60px;
	border-bottom: solid 1px #A5A5A4;
}
.wrap_outline .box_download p {
	display: table;
	margin: 0 auto 40px;
}
.wrap_outline .box_download .btn_box { margin: 0 auto; }
.wrap_outline .box_download .btn_box a {
	display: flex;
	justify-content: space-between;
	align-items: center;	
	margin: 0 auto;
	padding: 1em 1em;
	width: 50%;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	background-color: #cccccc;
	border-radius: 10px;
	text-decoration: none;
}
.wrap_outline .box_download .btn_box span {
	width: 95%;
	text-align: center;
}

.wrap_outline .box_download .btn_box a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.wrap_outline .box_download .btn_box a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

@media screen and (max-width: 640px){
	.ph_about img {
		max-width: 200px;
		margin: 0 auto 10px;
	}	
	.tbl_outline th,
	.tbl_outline td {
		display: block;
		width: 100%;
	}	
	.tbl_outline th {
		padding: 10px 10px 0;
	}		
	.tbl_outline th {
		padding: 0 10px 15px;
	}		
}



/*---------------
PARTNERS
---------------*/
.wrap_partner p {
	display: table;
	margin: 0 auto 30px;
}
.txt_partner {
	display: table;
	margin-left:auto;
	margin-right: auto;
}


/*=============================================

06 DLONE

===============================================*/
.txt_bar_yellow {
	border-bottom: solid 3px #ffff33;
}
.wrap_dlone_worry {
	background-color: #f5f2f2;
	padding: 40px 0;
	margin: 40px 0;
}
.wrap_dlone_worry h3 {
	border-bottom: none;
	background-color: transparent;
	text-align: center;
}
.wrap_dlone_worry ul {
	display: table;
	margin: 30px auto 0;
}
.wrap_dlone_worry li {
	margin: 0 0 1em;
	padding: 0 0 0 1.5em;
	position: relative;
}

.wrap_dlone_worry li::before {

    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/index/check.png");
        background-size: auto;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

.dlone_flow {
	display: table;
	margin: 70px auto;
}
.dlone_flow h3 {
	font-size: 3.0rem;
	border-bottom: none;
	background-color: transparent;
	text-align: center;
}
.dlone_flow h4 {
	font-size: 2.0rem;
	margin-bottom: 5px;
}
.dlone_flow ol {	
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: 40px;
	margin: 0 2em 30px;
}
.dlone_flow ol li {
	margin-bottom: 5px;
}
.head_dlone {
	color: #932E44;
}


/*=============================================

#投稿 single.php /  category.php

===============================================*/





@media screen and (max-width: 640px){
	h1.title {
		font-size: 20px;
	}

}


/*====================
category.php
====================*/
body.category h1.title,
body.single h1.title {
    font-weight: 700;
    font-style: normal;
    position: relative;
    font-size: 2.4rem;
    text-align: left;
    border-bottom: none;
    color: #000;
    background-color: #F4EFEF;
    padding: 10px 20px;
    margin: 0 auto 10px;
}

body.category h1.title a {
	color: #000;
}

.post_data { text-align: right; font-size: 0.875em; }
.post { margin: 0 0 80px; }

.cate_img img {
	width: 100% !important; height: auto;
}
.post_data {
	padding: 0 10px; margin: 0 0 20px;
}
.wrap_post_menu {

    display: flex;
    justify-content: space-between;
    padding: 15px 0 0;
    margin-top: 60px;
    margin-bottom: 10px;
	border-top: dotted 1px #ccc;

}
.wrap_post_menu li {

    list-style: none;
    cursor: pointer;
    display: block;
    width: 30%;

}
.wrap_post_menu li.next { text-align: right; }
.wrap_post_menu a.btn_box {

    padding: 0.5em;
    margin: 10px 1em;
    display: block;
    color:#fff !important;
	background: rgba(180,180,180,0.9);
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.6s ease 0s;

}
.wrap_post_menu a.btn_box:hover {
	background: #b2eafa;
}
.wrap_post_menu a.btn_box::before {

    content: "◀";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 5px 0 0;
    vertical-align: middle;
	line-height: 1;
}

@media screen and (max-width: 640px) {
	body.category h1.title,
	body.single h1.title {
		font-size: 16px;
		text-align: left;
		border-bottom: none;
		color: #000;
		border-radius: 3px;
		background-color: #F4EFEF;
		padding: 5px 10px;
		margin: 0 auto 10px;
	}
	.wrap_post_menu { display: block; }
	.wrap_post_menu li { width: 100%; }
}



/*=============================================
contact
===============================================*/
.contact section { margin: 3em 0; }

/*=============================================
contact form7
===============================================*/

/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #F92931;
	border-radius: 20px;
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #424242;
	border-radius: 20px;
}

/* 項目名を太字にする */
form p {
	margin-top: 1em;
	padding: 1em 1em;
	border-bottom: dotted 1px #ccc;
	box-sizing: border-box;
}


/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 95%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(227, 218, 218, 0.2);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 50%; height: 50px; margin: 1em auto; display: block;
	background: #555;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border: none;
	transition : all 1.0s;
}

input.wpcf7-submit:hover {
	 background: #932E44;
         color: #ffffff;
	 cursor: pointer;
	 text-decoration: none;
}


/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 400;
	padding: 1em;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {

    border: 2px solid #ffffcc;

}


/*==============================

00.共通

================================*/
.button01 a,
.button_center a,
.button_guide a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em 2em;
	width: 300px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background-color: #78d83a;
	text-decoration: none;
	transition: 0.3s;
}
.button_guide a {
	color: #fff;
}
.button01 a {
	margin: 60px 0 0;
}
.button_center a,
.button_guide a {
	margin: 60px auto 0;
}

.button01 a::after,
.button_center a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.button_guide a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.button01 a:hover,
.button_center a:hover,
.button_guide a:hover {
  text-decoration: none;
  background-color: #8bc53f;
}







/*==============================

07.お問い合わせ

================================*/
.hissu {
	color: #cc3300;
	border-radius: 5px;
	padding: 4px 5px;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.contact_kome {
	text-align: right;
	border-bottom: solid 1px #ccc;
	margin: 30px auto;
}





/*==============================

08.プライバシーポリシー

================================*/
h3.head_privacy {
	margin: 4rem auto 1em;
}
.list_privacy {
	list-style: decimal;
	list-style-position: outside;
	padding: 0 0 0 2em;
	margin: 1em auto;
}
