@charset "utf-8";

/*-----------------------------------
リセット
-----------------------------------*/
*{ margin: 0; padding: 0;}
a { text-decoration : none;}
ul, ol { list-style : none;}
img { border-style:none;}
*, *:before, *:after { box-sizing: border-box; }
body { -webkit-text-size-adjust: 100%; }
table {	border-collapse:collapse }

/*-----------------------------------
基本設定
-----------------------------------*/
body {
    color:#000;
	background-color:#FFF;	
	text-align:left;
	font-size:17px;
	line-height: 1.9;
	letter-spacing: 0.04em;
	
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 350;
	font-style: normal;
}
body.pop_act {
    overflow: hidden;
}
@keyframes OpenIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

header,
h2,
h3,
h4,
.txt_area a,
.g_navi,
.kv a,
.k_name,
.k_title,
.kikou .more,
.v_title,
.voice a,
.omoi .title,
.omoi a,
.law .name,
.contact_bana,
.p_f_num,
.p_f_title,
.p_f_midashi,
.p_name,
.p_title,
.p_v_title,
.p_o_title,
.info2nd .pageback,
.office_wrap .office,
.office_web,
.thanks a,
.sysNextSubmit {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	font-style: normal;
}

img {
	width: 100%;
	height: auto;
}
a {
	color:#000;
	transition:0.4s;
}
a:hover {
	color:#474544;
	transition:0.4s;
}
a img	{
	opacity: 1;
	transition:0.3s;
}
a:hover img	{
	opacity: 0.6;
	transition:0.3s;
}
#totop {
	position: absolute;
	top: 0;
}


@media screen and (min-width: 721px) {
.sp {display: none}
}

@media screen and (max-width: 720px) {
.pc {display: none}
}

#support {
	padding-top: 100px;
    margin-top: -100px;
}
#kikou,#voice,#lawyer,#info,#contact {
	padding-top: 60px;
    margin-top: -60px;
}

/*-----------------------------------
Header
-----------------------------------*/
header {
	width: 100%;
	position: fixed;
	top: 0;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
	z-index: 88;
}
.head_innder {
	height: 60px;
	position: relative;
	display: flex;
	flex-direction:row-reverse;
	justify-content:flex-end;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
}
.logo {
	width: 155px;
	margin: 0 25px 0 30px;
}

.contact_btn {
	position: absolute;
	top: 15px;
	right: 80px;
	
	display: block;
	padding: 8px 1.8em;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 1;

	border-radius: 5px;
	background-color: #ecb3b2;
}
.contact_btn:hover {
	color: #FFF;
	background-color: #DC7371;
}
@media screen and (max-width: 640px) {
.head_innder {
	height: 60px;
}
.logo {
	width: 125px;
	margin: 0 20px;
}
.contact_btn {
	position: absolute;
	right: 66px;
	
	font-size: 12px;
	letter-spacing: 0.01em;
}
}
@media screen and (max-width: 410px) {
.logo {
	margin: 0 10px;
}
.contact_btn {
	right: 56px;
	padding: 8px;
	letter-spacing: 0;
}
.contact_btn span {
	display: none;
}
}

header a {
	color:#000;
	transition:1.0s;
}
header a:hover {
	color:#600;
	transition:1.0;
}

#totop {
	position: absolute;
	top: 0;
}


/*-----------------------------------
Contents
-----------------------------------*/
section {
	max-width: 100%;
	text-align: left;
	margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
section {
	margin-bottom: 70px
}
}

section .inner {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
}
h2 {
	max-width: 960px;
	width: 100%;
	font-size: 1.6em;
	color: #000;
	line-height: 1.6;
	text-align: center;	
	letter-spacing: 0.06em;
	margin: 0 auto 55px auto;
	
	
	word-break: keep-all;
	overflow-wrap: anywhere;
}
h2 span {
	padding: 0.1em 0.1em;
	border-bottom: solid 3px #c0ad5e;
}

@media screen and (max-width: 640px) {
h2 {
	font-size: 1.2em;
	margin: 0 auto 1.5em auto;
}
}

rt {
	text-align: center;
}


/*-----------------------------------
KV
-----------------------------------*/
.kv { 
	margin-top: 60px;
	line-height: 1;
	width: 100vw;
	height: calc(100vh - 60px);
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	position: relative;
	margin-bottom: 90px;
	overflow: hidden;
}
.kv .back { 
	width: 100%;
	height: 100%;
	background-image:url("../images/kv_back.jpg");
	background-position: center;
	background-size: contain;
	
	opacity: 0;
	animation: KvIn 1.5s linear 28.0s;
	animation-fill-mode: forwards;
	position: absolute;
}
.kv .shadow { 
	width: 100vw;
	height: 100%;
	background-image:  radial-gradient( #FFF 75%, #eee );
}

.kv img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	position: absolute;
}

.page1 {
	position: absolute;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	animation: KV1 9.0s linear 0s;
	animation-fill-mode: forwards;
	z-index: 2;
}
.page1_1,.page1_2,.page1_3,.page2_1,.page2_2,.page2_3,.page3_1,.page3_2 {
	z-index: 2;
}
.page1_1 {
	animation: SLIDE1 2.5s linear 1.0s;
	animation-fill-mode: forwards;
}
.page1_2 {
	animation: SLIDE1 2.5s linear 3.0s;
	animation-fill-mode: forwards;
}
.page1_3 {
	animation: SLIDE1 2.5s linear 5.0s;
	animation-fill-mode: forwards;
}

@keyframes KV1 {
    0% {opacity: 0;filter: blur(4px);}
    15% {opacity: 1; filter: blur(0);}
	85% {opacity: 1; filter: blur(0);}
	100% {opacity: 0;filter: blur(4px);}
}
@keyframes SLIDE1 {
    0% {transform: translate(0,0);}
	100% {transform: translate(0,100%);}
}

.page2 {
	position: absolute;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	animation: KV1 9.0s linear 9.0s;
	animation-fill-mode: forwards;
	z-index: 2;
}
.page2_1 {
	animation: SLIDE1 2.5s linear 10.0s;
	animation-fill-mode: forwards;
}
.page2_2 {
	animation: SLIDE1 2.5s linear 12.0s;
	animation-fill-mode: forwards;
}
.page2_3 {
	animation: SLIDE1 2.5s linear 14.0s;
	animation-fill-mode: forwards;
}

.page3 {
	position: absolute;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	animation: KV3 7.0s linear 18.0s;
	animation-fill-mode: forwards;
	z-index: 2;
}
.page3_1 {
	animation: SLIDE1 2.5s linear 18.0s;
	animation-fill-mode: forwards;
}
.page3_2 {
	animation: SLIDE1 2.5s linear 20.0s;
	animation-fill-mode: forwards;
}

@keyframes KV3 {
    0% {opacity: 1; transform: scale(0.95, 0.95);filter: blur(0);}
	75% {opacity: 1; filter: blur(0);}
	100% {opacity: 0; transform: scale(1.0, 1.0);filter: blur(2px);}
}

.page4 {
	opacity: 0;
	animation: KvIn 2.0s linear 25.0s;
	animation-fill-mode: forwards;
	z-index: 2;
}
.page42 {
	opacity: 0;
	animation: KvIn 2.0s linear 26.0s;
	animation-fill-mode: forwards;
	z-index: 2;
}
.page43 {
	opacity: 0;
	animation: KvIn 2.0s linear 27.0s;
	animation-fill-mode: forwards;
	z-index: 2;
}

.kv a {
	font-size: 0.8em;
	opacity: 0;
	position: absolute;
	bottom: 20px;
	left: 20px;
	
	animation: KvIn 1.5s linear 29.5s;
	animation-fill-mode: forwards;
	z-index: 3;
}

@keyframes KvIn {
    0% {opacity: 0;filter: blur(2px);}
	100% {opacity: 1;filter: blur(0);}
}

.kv_bar {
	position: absolute;
	width: 25%;
	height: 4px;
	border: solid 1px #ecb3b2;
	background-color: #FFF;
	
	bottom: 25px;
	z-index: 2;
	animation: KvOut 1.0 linear 30.0s;
	animation-fill-mode: forwards;
}
.kv_bar div {
	width: 0%;
	height: 100%;
	background-color: #ecb3b2;
	animation: Scl 28.0s linear 0.5s;
	animation-fill-mode: forwards;
	position: absolute;
	left: 0;
	top: 0;
}

@keyframes KvOut {
    0% {opacity: 1}
	97% {opacity: 1}
	100% {opacity: 0}
}
@keyframes Scl {
	0% { width: 0; }
	100% { width: 100%; }
}

@media screen and (max-width: 640px) {
.kv_bar {	
	bottom: 16px;
}
.kv {
	margin-bottom: 55px;
}
}

/*-----------------------------------
冒頭
-----------------------------------*/
.intro {
	text-align: center;
	font-size: 1.05em;
	line-height: 2.0;
	margin-bottom: 20px;
}
.intro span { letter-spacing: 0; }

.intro .title {
	font-size: 1.6em;
	letter-spacing: 0.05em;
	line-height: 1.9;
	margin-bottom: 1.3em;
}
@media screen and (min-width: 641px) {
.intro .ind {display: none; }
}
@media screen and (max-width: 640px) {
.intro .title {
	font-size: 1.25em;
	text-align: center;
}
.intro {
	font-size: 17px;
	text-align: left;
	line-height: 1.7;
}
}


.flow {
	margin-top: 10px;
	padding: 0;
	background-image:url("../images/flowline.jpg");
	background-repeat: repeat-y;
	background-size: 180px;
	background-position: 40px 0; 
}
.g_top,.g_bottom {
	width: 100%;
	height: 100px;
}
.g_top { background-image: linear-gradient(0deg, transparent, #ffffff); }
.g_bottom { background-image: linear-gradient(0deg, #ffffff, transparent); }



.flow_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4em;
}
.flow_inner:last-child {
	margin-bottom: 0;
}

.flow_inner .pic_area {
	width: 280px;
	color: #FFF;
	text-align: center;
	margin-right: 50px;
}
.flow_inner .pic_area img {
	left: 0px;
	transform: scale(1.05, 1.05);
	position: relative;
}



.flow_inner .txt_area {
	text-align: left;
	flex: 1;
	padding: 1.3em 1.8em;
}
.flow_inner .txt_area p {
	margin-bottom: 1.5em;
}
.flow_inner .txt_area p:last-child {
	margin-bottom: 0;
}

.flow_inner .pic_area .col_p {
	background-color: #e29787;
	border: solid 1px #FFF;
}
.txt_col_p {
	background-color: #F8E8E8;
	border: solid 1px #e29787;
}
.flow_inner .pic_area .col_p0 {
	color: #e29787;
	background-color: #FFF;
	border: solid 1px #bbb;
}

.flow_inner .pic_area .col_g {
	background-color: #a8c47d;
	border: solid 1px #FFF;
}
.txt_col_g {
	background-color: #DFE9CF;
	border: solid 1px #a8c47d;
}
.flow_inner .pic_area .col_b {
	background-color: #b1afc9;
	border: solid 1px #FFF;
}
.txt_col_b {
	background-color: #E0DFEA;
	border: solid 1px #b1afc9;
}

.flow h3 {
	font-size: 17px;
	line-height: 1.5;
	border: solid 1px #FFF;
	padding: 0.5em;
	margin-bottom: 1.5em;
}
.flow h4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.2em;
	margin-bottom: 0.1em;
}
.txt_area a {
	display: block;
	padding: 7px 1.5em;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 1;

	border-radius: 5px;
	
	margin-left: 0.7em;
}
.txt_area a:hover {
	cursor: pointer;
	color: #FFF;
}

.txt_area .col_p { background-color: #e29787; }
.txt_area .col_p:hover { background-color: #D56A53; }

.txt_area .col_g { background-color: #a8c47d; }
.txt_area .col_g:hover { background-color: #769644; }

.txt_area .col_b { background-color: #b1afc9; }
.txt_area .col_b:hover { background-color: #716E9D; }


@media screen and (min-width: 769px) {
.fsp {display: none!important}
}


@media screen and (max-width: 768px) {
.fpc {display: none}
.flow {
	background-size: 180px;
	background-position: center; 
}
.flow_inner {
	display: block;
	margin-bottom: 4em;
}
.flow_inner .pic_area {
	width: 100%;
	margin-right: 0;
}
.flow_inner .pic_area img {
	width: 85%;
	transform: scale(1.0, 1.0);
}	
.flow_inner .txt_area {
	padding: 1em;
}
	
.flow h3 {
	font-size: 0.9em;
	margin-bottom: 2em;
}
.flow h4 {
	display: block;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
.txt_area a {
	padding: 10px 1.5em;
	margin-top: 0.1em;
	margin-left: 0;
}
}



/*-----------------------------------
特別寄稿
-----------------------------------*/
.kikou {
	background-color: #F4F1E6;
	padding: 80px 0;
}
.kikou .inner {
	position: relative;
	max-width: 960px;
	width: 90%;
	background-color: #FFF;
	padding: 30px 30px 60px 30px;
	margin-bottom: 30px;
	
	display: flex;
	justify-content: space-between;
	/*border: solid 3px #c0ad5e;*/
}
.kikou .inner .pic {
	width: 170px;
	line-height: 0;
	margin-right: 30px;
}
.kikou .inner .prof {
	flex: 1;
}

.sec_name {
	display: flex;
	align-items:center;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-bottom: 1.0em;
}
.kikou .k_sec {
	font-size: 0.95em;
	line-height: 1.6;
	
	/*margin-bottom: 0.6em;*/
}
.kikou .k_name {
	font-size: 2.4em;
	font-weight: 400;
	line-height: 1.0;
	margin-right: 0.5em;
	/*margin-bottom: 1.0em;*/
}
.kikou .k_title {
	font-size: 1.35em;
	text-indent: -0.4em;
	margin-bottom: 0.5em;
}
.kikou .k_intro {
	height: 5.3em;
	overflow: hidden;
    position: relative;
}
.kikou .intro_g {
    background: linear-gradient(rgba(256,256,256,0),rgba(256,256,256,1));
    width: 100%;
    height: 3em;
	position: absolute;
	left: 0;
	bottom: 0;
}

.kikou .more {
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #c0ad5e;
	padding: 0.6em 1.5em;
	transition:0.5s;
}
.kikou .more:hover {
	color: #FFF;
	background-color: #000;
	transition:0.5s;
	cursor: pointer;
}
@media screen and (max-width: 770px) {
.sec_name {
	display: block;
	margin-bottom: 1.0em;
}
.kikou .k_sec {
	margin-bottom: 0.8em;
}
}

@media screen and (max-width: 640px) {
.kikou .inner {
	display: block;
	padding: 30px 30px 80px 30px;
	text-align: center;
}
.kikou .inner .pic {
	width: 60%;
	margin: 0 auto 0.7em auto;
}
.kikou .inner .prof {
	width: 100%;
}


.kikou .k_sec {
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 0.8em;
}
.kikou .k_name {
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 1.3em;
	margin-right: 0;
}
.kikou .k_title {
	font-size: 1.2em;
	text-align: center;
	text-indent: 0em;
	margin-bottom: 1em;
}
.kikou .k_intro {
	font-size: 0.9em;
	height: 5.3em;
	overflow: hidden;
    position: relative;
	margin-bottom: 2em;
}
	
.kikou .more {
	position: relative;
	width: 100%;
	border-radius: 5px;
}
}

@media screen and (max-width: 420px) {
.kikou .inner {
	padding: 20px 10px 10px 10px;
}
.kikou .k_sec {
	font-size: 0.9em;
	text-align: center;
}
.kikou .k_title {
	font-size: 1.0em;
	letter-spacing: 0;
}
}

blockquote {
	margin: 1em 0;
}
blockquote p {
	font-size: 1.2em;
	font-style: italic;
	
}
cite {
	font-size: 0.9em;
	color: #666;
	font-style: normal;
}

/*-----------------------------------
ご利用者様の声
-----------------------------------*/
.voice h2 span{
	border-bottom: none;
}
.voice h2 span img {
	width: auto;
	max-height: 18px;
	margin: 0 1em
}
.voice h2 p img {
	width: 50%;
	height: auto;
}

.voice .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voice .inner div {
	width: 33%;
	text-align: center;
	transition:0.4s;
}
.voice .inner div:hover {
	cursor: pointer;
}
.voice .inner div img {
	width: 65%;
}
.v_title{
	margin-bottom: 0.5em;
}
.v_name {
	font-size: 0.85em;
	margin-bottom: 1em;
}

.voice .inner a {
	display: inline-block;
	padding: 10px 2em;
	color: #000;
	text-align: center;
	line-height: 1;

	border-radius: 5px;
	background-color: #a8c47d;
	margin-top: 0.5em;
}
.voice .inner a:hover {
	color: #fff;
	background-color: #7B9D47;
	cursor: pointer;
}
@media screen and (max-width: 895px) {
.voice .inner div {
	width: 50%;
	margin-bottom: 60px;
}
.voice .inner div:last-child {
	width: 50%;
	margin-bottom: 0;
}
}

@media screen and (max-width: 640px) {
.voice .inner {
	display: block;
}
.voice .inner div {
	width: 100%;
	margin: 0 auto 3.5em auto;
}
.voice .inner div:last-child {
	width: 100%;
}
.voice .inner div img {
	width: 60%;
	margin-bottom: 0.5em
}
}



/*-----------------------------------
弁護士紹介
-----------------------------------*/

.lawyer h2 span {
	border-bottom: solid 3px #a8c47d;
}

.omoi {
	position: relative;
	max-width: 960px;
	width: 90%;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	background-color: #a8c47d;
	overflow: hidden;
}
.omoi .title_area .title {
	font-size: 1.2em;
}
.omoi .title_area .sub {
	font-size: 0.9em;
	margin-bottom: 1em;
}
.omoi .title_area a {
	width: 60%;
	display: inline-block;
	padding: 16px 0;
	color: #000;
	text-align: center;
	line-height: 1;

	border-radius: 5px;
	background-color: #fff;
}
.omoi .title_area a:hover {
	cursor: pointer;
	color: #fff;
	background-color: #7B9D47;
}
.omoi .chara1 {
	line-height: 0;
	width: 105px;
	position: absolute;
	bottom: -250px;
	left: 30px;
}
.omoi .chara2 {
	line-height: 0;
	width: 105px;
	position: absolute;
	bottom: -258px;
	right: 30px;
}


.lawyer .law {
	display:flex;
	margin: 3.0em auto;
}
.lawyer .law .pic_area {
	width: 18%;
	margin-right: 4%;
	line-height: 0;
	position: relative;
}
.lawyer .law .pic_area span {
	width: 18%;
	position: absolute;
	margin-top: 70%;
	left: 15px;
}

.lawyer .law .txt_area {
	width: 78%;
}
.lawyer .name {
	font-size: 1.3em;
	line-height: 1;
	margin-bottom: 0.3em;
	font-weight: 500;
	border-bottom: solid 1px #a8c47d;
	padding-bottom: 0.5em;
}
.lawyer .name span {
	font-size: 0.7em;
	letter-spacing: 0;
}
.lawyer .sec {
	font-size: 0.9em;
	line-height: 1.5;
	margin-bottom: 1.0em;
}
.lawyer .txt span {
	color: #aaa;
}

@media screen and (max-width: 820px) {
.omoi .chara1 {
	line-height: 0;
	width: 90px;
	position: absolute;
	bottom: -232px;
	left: 20px;
}
.omoi .chara2 {
	line-height: 0;
	width: 90px;
	position: absolute;
	bottom: -232px;
	right: 20px;
}
}


@media screen and (max-width: 640px) {
.lawyer .law {
	display:block;
}
.lawyer .law .pic_area {
	width: 55%;
	margin: 0 auto;
	margin-bottom: 1.5em;
}
.lawyer .law .pic_area span {
	width: 12%;
	margin-top: 59%;
	left: auto;
	right: 25px;
}
.lawyer .law .txt_area {
	width: 100%;
}
}

@media screen and (min-width: 611px) {
.omoi_sp {
	display: none;
}
}
@media screen and (max-width: 540px) {
.omoi .title_area {
	width: 100%;
	margin: 0;
}

	
.omoi .title_area .title {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
.omoi .title_area .sub {
	font-size: 0.68em;
	margin-bottom: 1.5em;
}
.omoi .chara1 {
	width: 45px;
	position: absolute;
	bottom: -100px;
	left: 10px;
}
.omoi .chara2 {
	line-height: 0;
	width: 45px;
	position: absolute;
	bottom: -100px;
	right: 10px;
}
}




.office_wrap {
	padding: 40px 50px;
	margin-bottom: 3em;
	/*border: solid 2px #c0ad5e;*/
	background-color: #a8c47d;
}
.office_wrap .office {
	font-size: 1.3em;
	font-weight: 500;
}
.office_wrap .add {
	margin-bottom: 0.5em;
}
.office_web {
	display: block;
	padding: 12px;
	margin-top: 1em;
	color: #000;
	text-align: center;
	line-height: 1;

	border-radius: 5px;
	background-color: #FFF;
}
.office_web:hover {
	color: #FFF;
	background-color: #7B9D47;
}
.office_wrap .open span {
	font-size: 0.8em;
}
@media screen and (max-width: 640px) {
.office_wrap {
	padding: 20px 30px;
	margin-bottom: 1em;
}

}


.map_wrap {
	display: flex;
	justify-content: space-between;
}
.access {
	width: 100%;
	height: 420px;
	overflow: hidden;
}
iframe {
	width: 100%;
	margin-bottom: 1.5em;
	/*filter: grayscale(100%);*/
}
.office_pic {
	width: auto;
	height: 420px;
	line-height: 1;
	margin-left: 20px;
}
.office_pic img {
	width: auto;
	height: 420px;
}

@media screen and (max-width: 640px) {
.map_wrap {
	display: block;
}
.access {
	margin-bottom: 1em;
}
.office_pic {
	height: auto;
	margin: 0 auto;
}
.office_pic img {
	width: 100%;
	height: auto;
}
}




/*-----------------------------------
お知らせ
-----------------------------------*/
.info {
	background-color: #F8E8E8;
	padding: 80px 0;
}
.info h2 span {
	padding: 0.1em 0.1em;
	border-bottom: solid 3px #ecb3b2;
}
.info .inner {
	background-color: #FFF;
	padding: 50px;
}

.info li {
	display: flex;
	align-items: baseline;
	margin-bottom: 1em;
}
.info a {
	transition:0.4s;
}
.info a:hover {
	color: #DC7371;
	transition:0.4s;
}

.info .date {
	width: 4.5em;
}
.info .cat {
	width: 9em;
	font-size: 0.7em;
	text-align: center;
	padding: 3px 0;
	background-color: #F8E8E8;
}
.info .title {
	padding-left: 1.5em;
	width: 100%;
}

.tonews {
	line-height: 0;
	text-align: right;
	margin-top: 2em;
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
.info .inner {
	padding: 30px;
}
.info li {
	flex-wrap: wrap;
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
}

.info .date {
	width: 4.0em;
}
.info .title {
	padding-left: 0;
	padding-top: 0.5em;

}
}

/*-----------------------------------
お問い合わせ
-----------------------------------*/
.contact h2 span {
	padding: 0.1em 0.1em;
	border-bottom: solid 3px #ecb3b2;
}

.graph  {
	border-bottom: solid 1px #ddd;
	text-align: left;
	max-width: 940px;
	margin: 0 auto;
}
.graph ul {
    display:flex;
    flex-wrap:wrap;
	border-top: solid 1px #ddd;
}
.graph li,#apo li {
	width: 75%;
	padding: 20px;
	border-bottom: solid 1px #ddd;
}
.graph li:nth-last-child(-n+2) {
	border-bottom: 0;
}
.g_midashi,#apo .g_midashi {
	width:  25%!important;
}
.point {
	color: #c0ad5e;
}
#apo {
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
.graph li,#apo li {
	width: 100%;
	padding: 10px;
}
.g_midashi,#apo .g_midashi {
	width:  100%!important;
	background-color:#eee;
}
}

input[type="text"],input[type="email"],input[type="date"],input[type="time"],textarea,select {
    padding: 0.5em;
    outline: none;
    border: 1px solid #aaa;
    border-radius: 3px;
	margin-bottom: 10px;
	font-style: normal;
	font-size: 17px;
	box-sizing: border-box;
	scroll-margin-top: 120px;
}


input[type="text"],input[type="email"],textarea {
	width: 100%;
}
select,#date,#date2,#date3,#birth {
	width: 60%;
	color: #000;
}
@media screen and (max-width: 640px) {
select,#date,#date2,#date3,#birth {
	width: 100%;
}
}

textarea {
    width: 100%;
	height: 200px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #ecb3b2;
	border: 1px solid #ecb3b2;
}

label {
	margin-right: 1em;
}
label input {
	margin-right: 0.3em;
}

.cheflg input.sysNextSubmit[type="submit"][disabled] {
	background-color: #ddd;
	color: #fff;
	cursor: default;
	border: none;
}    
.policy {
	text-align: center;
}

.policy {
	max-width: 800px;
	height: 220px;
	overflow-y: scroll;
	border: 1px solid #ddd;
	padding: 30px;
	margin: 30px auto;
	
	font-size: 0.95em;
	line-height: 1.75;
	text-align: left;
}
.policy_content h3{font-size: 1.15em;}
.policy_content h4{padding-top:1.5em;padding-bottom:1em}
.policy_content p{padding-bottom:1em}
.policy_content ol{list-style:decimal;list-style-position:inside}
.policy_content li{padding-left:1em;text-indent:-1em}
.policy_content li ol,.policy_content li li{padding-left:1em}


.policy_check {
	text-align: center;
}

.submit_bt {
	margin-top: 30px;
	text-align: center;
}
input.sysNextSubmit {
	font-size: 18px;
	font-weight: 700;
    color: #000;
	background-color:#ecb3b2;
    padding: 20px;
	width: 60%;
    border-radius: 5px;
	transition:0.4s;
	border: none;
}
input.sysNextSubmit:hover {
	color: #FFF;
    background-color:#DC7371;
	transition:0.4s;
	cursor: pointer;
}




/*-----------------------------------
Footer
-----------------------------------*/
footer {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	padding: 2em 0;
	background-color: #F8E8E8;
	/*background-image:url(../images/back.jpg);
	background-size: cover;*/
}
.f2nd {
	background-color: #FFF;
}
footer .inner {
	width: 100%;
	text-align: center;
}
footer .office {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 0.1em;
}


@media screen and (max-width: 640px) {
footer {
	font-size: 0.8em;
	letter-spacing: 0.02em;
}
}

/* 問い合わせバナー */
.contact_bana {
	position: fixed;
	right: 10px;
	bottom: -60px;
	line-height: 0;
	padding: 20px 30px;
	background-color: #ecb3b2;
	border-radius: 10px 10px 0 0;
	
	
	opacity: 0;
	z-index: 85;
	transition:0.4s;
}
.contact_bana.slidein {
	animation: ActSlideU 1.5s ease;
	animation-fill-mode: forwards;
}
.contact_bana.slidein2 {
	animation: ActSlideU2 1.5s ease;
	animation-fill-mode: forwards;
}
@keyframes ActSlideU {
    0% {opacity: 1; transform: translate(0px,0);}
    100% {opacity: 1; transform: translate(0px,-60px);}
}
@keyframes ActSlideU2 {
    0% {opacity: 1; transform: translate(0px,-60px);}
    100% {opacity: 1; transform: translate(0px,0px);}
}

.contact_bana:hover {
	opacity: 1;
	color: #FFF;
	background-color: #DC7371;
	transition:0.4s;
}

@media screen and (max-width: 700px) {
.contact_bana {
	width: 95%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
}

/*-----------------------------------
Popups
-----------------------------------*/
.p_masuno,.p_chiba,.p_voice1,.p_voice2,.p_voice3,.p_omoi,.p_f1,.p_f2,.p_f3,.p_f4,.p_f5,.p_f6,.p_f7,.p_f8 {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255,0.80);
	z-index: 99;
}
.p_inner {
	display: flex;
	justify-content: center;
	align-items:flex-start;
	width: 100vw;
	height: 100vh;
	overflow: scroll;
	padding: 50px 0;
}
.p_win,.p_v_win,.p_f_win_p,.p_f_win_g,.p_f_win_b {
	position: relative;
	max-width: 970px;
	width: 95%;
	background-color: #FFF;
	padding: 50px;
}
.p_win {
	border: solid 3px #c0ad5e;
}
.p_v_win {
	border: solid 3px #a9c57d;
}

.p_f_win_p {
	border: solid 3px #e29787;
}
.p_f_win_g {
	border: solid 3px #a8c47d;
}
.p_f_win_b {
	border: solid 3px #b1afc9;
}

.p_conts {
	display: flex;
	justify-content: space-between;
}
.p_close {
	width: 65px;
	line-height: 0;
	position: fixed;
	top: 0;
	right: 0;
	filter: brightness(100%);
	transition:0.4s;
}
.p_close:hover {
	filter: brightness(85%);
	transition:0.4s;
}

.p_win .p_close {
	background-color: #c0ad5e;
}
.p_v_win .p_close {
	background-color: #a8c47d;
}
.p_f_win_p .p_close {
	background-color: #e29787;
}
.p_f_win_g .p_close {
	background-color: #a8c47d;
}
.p_f_win_b .p_close {
	background-color: #b1afc9;
}

.p_photo_area {
	width: 220px;
	margin-right: 40px;
	line-height: 0;
}
.p_txt_area {
	flex: 1;
}

.p_sec {
	font-size: 1.1em;
	line-height: 1.7;
	margin-bottom: 0.5em;
}
.p_name {
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 1.5em;
}
.p_title {
	font-size: 1.5em;
	margin-bottom: 1.5em;
}
.p_title span {
	padding: 0.2em 0em;
	border-bottom: solid 3px #c0ad5e;
}
.plofile {
	background-color: #f5f2e9;
	padding: 1.5em;
	margin-top: 2em;
}
.plofile span {
	font-size: 1.1em;
	font-weight: 500;
}

@media screen and (max-width: 720px) {
.p_win,.p_v_win,.p_f_win_p,.p_f_win_g,.p_f_win_b {
	padding: 40px;
}
.p_conts {
	display: block;
}
.p_close {

}
.p_photo_area {
	width: 75%;
	margin: 0 auto 1em auto;
}
.p_sec {
	font-size: 1.0em;
	text-align: center;
	margin-bottom: 1.0em;
}
.p_name {
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 1.0em;
}
.p_title {
	font-size: 1.3em;
	text-align: center;
	text-indent: 0em;
}
}

@media screen and (max-width: 420px) {
.p_win,.p_v_win,.p_f_win_p,.p_f_win_g,.p_f_win_b {
	padding: 35px 20px;
	font-size: 15px;
}
.p_title {
	font-size: 1.1em;
}
}


.p_v_title {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
.p_v_name {
	font-size: 0.9em;
	margin-bottom: 2.0em;
}
.p_f_title {
	font-size: 1.5em;
	margin-bottom: 1.1em;
}
.p_f_num {
	font-size: 1.1em;
	margin-bottom: 0.1em;
}
.p_f_midashi {
	margin-top: 1.5em;
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

.p_f_win_p span { color: #e29787;margin-right: 0.5em; }
.p_f_win_g span { color: #a8c47d;margin-right: 0.5em; }
.p_f_win_b span { color: #b1afc9;margin-right: 0.5em; }

@media screen and (max-width: 640px) {
.p_f_title {
	font-size: 1.3em;
}
}


@media screen and (max-width: 420px) {
.p_v_title {
	font-size: 1.1em;
}
.p_v_name {
	font-size: 0.8em;
}
.p_f_title {
	font-size: 1.1em;
	font-weight: 600;
}
.p_f_num {
	font-size: 0.9em;
	font-weight: 600;
	margin-bottom: 0.1em;
}
.p_f_midashi {
	font-size: 1.0em;
	font-weight: 600;
}
}


.p_o_title {
	font-size: 1.5em;
	margin-bottom: 0.5em;
	text-align: center;
}
.p_o_sub {
	font-size: 1.1em;
	margin-bottom: 1.5em;
	text-align: center;
}
.grape {
	width: 7%;
	min-width: 48px;
	margin: 0 auto 1.5em auto;
}

.p_charas {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 2em;
}
.p_charas img {
	width: 8%;
	margin: 0 1%;
}

@media screen and (max-width: 640px) {
.p_charas img {
	width: 15%;
}
}
@media screen and (max-width: 420px) {
.p_o_title {
	font-size: 1.2em;
}
.p_o_sub {
	font-size: 0.8em;
}
}

/*-----------------------------------
check thanks
-----------------------------------*/

.check_back {
	max-width: 860px;
	width: 90%;
	margin: 160px auto 0 auto;
	text-align: center;
}
.check_back h2 {
	width: 100%;
}
.check_back h2 span {
	padding: 0.1em 0.1em;
	border-bottom: solid 3px #ecb3b2;
}

.thanks {
	height: calc(100vh);
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.thanks_pos {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
.thanks a {
	width: 50%;
	display: block;
	padding: 8px 12px;
	margin: 1.2em auto 0 auto;
	color: #000;
	text-align: center;
	line-height: 1;

	border-radius: 5px;
	background-color: #ecb3b2;
	transition:0.4s;
}
.thanks a:hover {
	color: #fff;
	background-color: #DC7371;
	transition:0.4s;
}


