@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

html{
	font-size: 62.5%;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;	/* Regular */
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	padding: 90px 0 0;
	color: #333333;
}
body *{
	box-sizing: border-box;
}
ul li,
ol li{
	list-style: none;
}
input,select,button,textarea{
	font-family: inherit;
}
input[type=submit]{
	cursor: pointer;
}
img{
	max-width: 100%;
}
@media screen and (max-width: 950px) {
	body{
		padding: 30px 0 0;
	}
}
a:hover{
	opacity: 0.5;
}
/* module
------------------------------------------------------------------------ */
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	font-size: 0.1em;
}
.clearfix{
	display:block;
}
.inner{
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1100px;
}
@media screen and (max-width: 767px) {
	.inner{
		padding: 0 4%;
	}
}
.sp { display: none; }
@media screen and (max-width: 767px) {
	.sp { display: block; }
	.pc { display: none; }
}
.btn{
	background: #FAC543;
	background:
		url("../img/icon_chevron-right.0ebfb7a75992.png") no-repeat right 35px center #FAC543;
	background-size: 11px auto, 100% 100%;
	border: none;
	border-radius: 5px;
	width: 100%;
	max-width: 450px;
	height: 80px;
	font-size: 2.0rem;
	color: #004477;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.btn{
		background: #FAC543;
		background:
			url("../img/icon_chevron-right.0ebfb7a75992.png") no-repeat right 15px center #FAC543;
		background-size: 11px auto, 100% 100%;
		max-width: 315px;
		height: 60px;
		font-size: 1.8rem;
	}
}

/* section
------------------------------------------------------------------------ */
section{
	padding: 70px 0;
}
section a{
	color: #1C6CC1;
}
.section-title{
	position: relative;
	padding: 0 0 25px;
	text-align: center;
	color: #004477;
	letter-spacing: 0.1em;
}
.section-title::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #004477;
	display: block;
	margin: 0 0 0 -20px;
	width: 40px;
	height: 2px;
}
.section-title .title{
	font-family: 'Barlow', sans-serif;
	font-size: 4.0rem;
	font-weight: 700;	/* Bold */
}
.section-title small{
	display: block;
	margin: 10px 0 0;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	section{
		padding: 40px 0 50px;
	}
	.section-title{
		padding: 0 0 17px;
	}
	.section-title .title{
		font-size: 3.0rem;
	}
	.section-title small{
		margin: 5px 0 0;
		font-size: 1.2rem;
	}
}
.section-copy{
	margin: 40px auto;
	text-align: center;
}
.section-copy-head{
	margin: 30px auto;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	color: #004477;
}
.section-copy-text{
	margin: 30px auto;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.section-copy{
		margin: 20px auto;
		text-align: left;
	}
	.section-copy-head{
		margin: 15px auto;
		font-size: 2.0rem;
		letter-spacing: 0.08em;
	}
	.section-copy-text{
		margin: 15px auto;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	
	.section-copy-text.center {
		text-align: center;
	}
}


/* header
------------------------------------------------------------------------ */
header{
	background-color: #ffffff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}
header a{
	color: #004477;
	text-decoration: none;
}
header .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
}
@media screen and (min-width: 951px) {
	header{
		padding: 30px 0 0;
	}
	.header-logo{
		width: 150px;
	}
	.header-menu-open{
		display: none;
	}
	.header-menu-close{
		display: none;
	}
	.header-menu ul{
		display: flex;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
	}
	.header-menu ul li + li::before{
		content: '｜';
		margin: 0 15px;
		color: #004477;
	}
}
@media screen and (max-width: 950px) {
	.header-logo{
		width: 150px;
	}
	.header-menu-open{
		width: 23px;
	}
	.header-menu-wrap{
		transition: opacity .3s ease-in-out;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, .5);
		opacity: 0;
		pointer-events: none;
		z-index: 2;
	}
	.header-menu-wrap.open{
		opacity: 1;
		pointer-events: unset;
	}
	.header-menu{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: #F7F9FC;
	}
	.header-menu-close{
		background-color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 0 20px;
		height: 60px;
	}
	.header-menu-close img{
		width: 23px;
	}
	.header-menu ul{
		padding: 15px 30px;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		font-weight: 400;
	}
	.header-menu ul li{
		margin: 20px 0;
	}
}

/* main
------------------------------------------------------------------------ */
#main{
	position: relative;
	z-index: 1;
}
.main-logo{
	position: absolute;
	left: 13%;
	top: 50%;
	margin: -100px 0 0;
	z-index: 1;
}
.main-logo .logo{
	width: 448px;
}
.main-slide .slick-slide{
	background-size: cover;
	background-position: center center;
	height: 300px;
}
.main-slide .slick-slide.slide1{
	background-image: url("../img/main_slide1_pc.90e5945919f5.jpg");
}
.main-slide .slick-slide.slide2{
	background-image: url("../img/main_slide2_pc.c1491d5f087c.jpg");
}
.main-slide .slick-slide.slide3{
	background-image: url("../img/main_slide3_pc.bf9543c3c77c.jpg");
}
@media screen and (max-width: 767px) {
	#main{
		position: relative;
	}
	.main-logo{
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
	}
	.main-logo .logo{
		margin: 27vw 0 0;
		width: 84vw;
	}
	.main-slide .slick-slide{
		height: 0;
		padding: 109vw 0 0;
	}
	.main-slide .slick-slide.slide1{
		background-image: url("../img/main_slide1_sp.1a567f554183.jpg");
	}
	.main-slide .slick-slide.slide2{
		background-image: url("../img/main_slide2_sp.4bd3b1aa5df7.jpg");
	}
	.main-slide .slick-slide.slide3{
		background-image: url("../img/main_slide3_sp.855fc49a909d.jpg");
	}
}

/* service
------------------------------------------------------------------------ */
.service-inner01 {
	display: flex;
	align-items: center;
	justify-content:space-between;
}
.service-main-inner{
	width: 52%;
	position: relative;
}
.service-main {
	width: 67.5%;
}
.service-main-inner::after{
	content: "";
	display: block;
	background: url("../img/icon_arrow.9fe607ab58db.png");
	background-size:cover;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
    width: 42px;
    height: 52px;
}
.service-items {
	width: 46%;
}
.service-items li{
	font-size: 2rem;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #004477;
	position: relative;
	border-radius: 5px;
	background: #eaf0f3;
	margin-bottom: 10px;
	padding-left: 8%;
	padding: 5px 0 5px 8%;
}
.service-items li:last-of-type{
	margin: 0;
}
.service-items li::before{
	position: absolute;
	content: "";
	display: block;
	background: url("../img/icon_check.87c1195e6382.png") no-repeat center 0;
	background-size:cover;
	height: 14px;
	width: 21px;
	top: 50%;
	transform: translateY(-50%);
	left: 2%
}
@media screen and (max-width: 767px) {
	.service-inner01 {
		flex-wrap: wrap;
	}
	.service-main-inner{
		width: 100%;
	}
	.service-main {
		width: 90%;
		margin: 0 auto;
	}
	.service-main-inner::after{
		content: "";
		display: block;
		background: url("../img/icon_arrow.9fe607ab58db.png");
		background-size:cover;
		position: absolute;
		top: inherit;
		bottom: -50px;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
		width: 42px;
		height: 52px;
	}
	.service-items {
		width: 100%;
		margin-top: 60px;
	}
	.service-items li{
		font-size: 1.8rem;
		line-height: 1.5;
		padding: 8px 4% 8px 14%;
	}
	.service-items li::before{
		transform: translateY(-50%);
		left: 4%
	}
}
/* function
------------------------------------------------------------------------ */
#function{
	overflow: hidden;
}
.function-item{
	display: flex;
	margin: 40px 0;
}
.function-item-img{
	position: relative;
	flex-shrink: 0;
	width: 290px;
	padding-top: 20px;
}
.function-item-img::before{
	content: '';
	position: absolute;
	top: 0;
	right: 30px;
	background: url("../img/function_item_bg_left.f1e1283260fd.png") no-repeat right 0 #E6ECEF;
	background-size: auto 185px;
	display: block;
	width: 100vw;
	height: 185px;
}
.function-item-img img{
	position: relative;
	z-index: 1;
}
.function-item-title{
	border-bottom: 1px dotted #004477;
	padding: 25px 0 10px 35px;
	font-size: 2.0rem;
	color: #004477;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.function-item-text{
	margin: 12px 0 0;
	padding: 0 0 0 35px;
	font-size: 1.4rem;
	line-height: 2;
}
.function-item-text-note{
	font-size: 1.2rem;
}
.function-item:nth-child(2n){
	flex-direction: row-reverse;
}
.function-item:nth-child(2n) .function-item-img::before{
	left: 30px;
	background-image: url("../img/function_item_bg_right.cf9c0db7c204.png");
	background-position: left 0;
}
.function-item:nth-child(2n) .function-item-title{
	padding: 25px 35px 10px 0;
}
.function-item:nth-child(2n) .function-item-text{
	padding: 0 35px 0 0;
}
@media screen and (max-width: 767px) {
	.function-item{
		display: block;
		margin: 35px 4vw;
	}
	.function-item:last-of-type {
		margin-bottom: 0;
	}
	.function-item-img{
		width: 100%;
	}
	.function-item-img::before{
		background-size: auto 200px;
		height: 200px;
	}
	.function-item-title{
		padding: 20px 0 10px;
		font-size: 1.8rem;
	}
	.function-item-text{
		padding: 0;
		font-size: 1.2rem;
	}
	.function-item-text-note{
		font-size: 1rem;
	}
	.function-item:nth-child(2n) .function-item-title{
		padding: 20px 0 10px;
	}
	.function-item:nth-child(2n) .function-item-text{
		padding: 0;
	}
}

/* plan
------------------------------------------------------------------------ */
#plan{
	overflow: hidden;
}
.select-plan-text {
	background-color: #004477;
    padding: 20px 80px;
    margin: 40px 0 0;
	width: 100%;
	font-size: 1.7rem;
	font-weight: 500;;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #ffdf0e;
	text-align: center;
}
.plan-note{
	background-color: #E6ECEF;
	padding: 17px 80px;
	color: #004477;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 400;
	margin-top: 40px;
}
.plan-note p{
	margin: 5px auto;
}

@media screen and (max-width: 767px) {
	.select-plan-text {
		background-color: #004477;
		padding: 30px 4%;
		margin: 35px 0 0;
		width: 100%;
		font-size: 1.8rem;

	}
	#plan .section-copy:nth-of-type(n+2){
		margin-top: 40px;
	}
	.section-copy-head {
		text-align: center;
	}
	.plan-note p{
		margin: 10px auto;
	}
	.plan-note{
		padding: 12px 4vw;
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 0;
	}
}

.plan-table1-table{
	display: flex;
	letter-spacing: 0.05em;
}
.plan-table1-head{
	flex-shrink: 0;
	width: 20%;
	font-size: 1.4rem;
	font-weight: 300;	/* Light */
}
.plan-table1-head a{
	color: #ffffff;
}
.plan-table1-head div{
	background: url("../img/plan_table1_bg.9093702908f8.png") no-repeat 0 0;
	background-size: 100% 100%;
}
.plan-table1-head ul li{
	background-color: #195C80;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #E6ECEF;
}
.plan-table1-head ul li:last-of-type{
	border-bottom: 1px solid #004477;
}
.plan-table1-head ul li small {
	font-size: 1.2rem;
}
.plan-table1-body{
	width: 80%;
}
.plan-table1-body table{
	width: 100%;
}
.plan-table1-body table th,
.plan-table1-body table td{
	vertical-align: middle;
	text-align: center;
}
.plan-table1-body table th{
	background-color: #004477;
	border-left: 1px solid #E6ECEF;
	padding: 25px 15px 15px;
	color: #ffffff;
	font-weight: 300;	/* Light */
}
.plan-table1-body table th .label{
	font-size: 1.8rem;
	font-weight: 700;	/* Bold */
}
.plan-table1-body table th .detail{
	margin: 10px 0 0;
	font-size: 1.2rem;
}
.plan-table1-body table th .price{
	padding-top: 10px;
	font-size: 2.4rem;
	line-height: 1;
}
.plan-table1-body table th .price small{
	font-size: 1.2rem;
	font-weight: 400;	/* Regular */
}
.plan-table1-body table td{
	background-color: #E6ECEF;
	height: 45px;
	padding: 5px;
	font-size: 1.4rem;
	color: #004477;
}
.plan-table1-body table td.ok{
	font-size: 2.0rem;
}
.plan-table1-body table td.none{
	background-color: #ffffff;
}
.plan-table1-body table td.part{
	background-color: #ffffff;
	color: rgba(0,75,115,0.5);

}
.plan-table1-body table td small{
	font-size: 1.2rem;
}
.plan-table1-body table tr th:last-of-type{
	border-right: 1px solid #004477;
}
.plan-table1-body table tr + tr td{
	border-top: 1px solid #004477;
}
.plan-table1-body table tr + tr:last-of-type td{
	border-bottom: 1px solid #004477;
}
.plan-table1-body table td + td{
	border-left: 1px solid #004477;
}
.plan-table1-body table td:last-of-type{
	border-right: 1px solid #004477;
}
@media screen and (max-width: 767px) {
	.plan-table1-table{
		position: relative;
	}
	.plan-table1-table::after{
		transition: opacity .3s ease-in-out;
		content: '';
		position: absolute;
		top: 245px;
		right: 0;
		display: block;
		background: url("../img/icon_chevron-circle-right.4428b23b238d.png") no-repeat 0 0;
		background-size: 40px auto;
		width: 40px;
		height: 40px;
		pointer-events: none;
	}
	.plan-table1-table.scroll::after{
		opacity: 0;
	}
	.plan-table1-head{
		width: 120px;
		font-size: 1.2rem;
	}
	.plan-table1-body{
		margin-right: -4vw;
		overflow-x: auto;
	}
	.plan-table1-body table{
		table-layout: fixed;
	}
	.plan-table1-body table th{
		width: 200px;
	}
	.plan-table1-body table td{
		font-size: 1.2rem;
	}
}


/* interview
------------------------------------------------------------------------ */
#interview .section-copy-text{
	text-align: left;
}
.interview-item {
	border-radius: 5px;
	background: #e6ecef;
	padding: 30px;
}
.interview-item:nth-of-type(n+2){
	margin-top: 20px;
}
.interview-item-title {
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #004477;
}
.interview-item-text01,
.interview-item-text02 {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2;
	color: #333;
}
.interview-item-inner {
	display: flex;
	margin-top: 30px;
}
.interview-item-img {
	margin-right: 35px;
	width: 290px;
	flex-shrink: 0;
}
.park-item {
	border-radius: 5px;
	background: #004477;
	padding: 30px;
	color: #FFFFFF;
	margin-top: 50px;
}
.park-item-inner {
	display: flex;
	margin-bottom: 50px;
}
.park-item-img {
	margin-right: 35px;
	width: 290px;
	flex-shrink: 0;
}
.park-item-title {
	font-weight: 500;
	font-size: 2rem;
}
.park-item-text01{
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 10px;
}
.park-list-text01{
	margin-bottom: 15px;
	font-size: 1.6rem;
}
.park-list ul{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	font-weight: 500;
	font-size: 1.4rem;
}
.park-list ul li a{
	color: #FFFFFF;
}
.park-list ul li::after{
	content: '／';
	margin: 0 20px;
}
.park-list ul li:last-child::after{
	display: none;
}
@media screen and (max-width: 767px) {
	#interview .section-copy{
		text-align: left;
	}
	#interview .section-copy-head{
		text-align: left;
		letter-spacing: 0.1em;
	}
	.interview-item {
		padding: 25px 4%;
	}
	.interview-item:nth-of-type(n+2){
		margin-top: 10px;
	}
	.interview-item-title {
		font-size: 1.8rem;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.interview-item-text01,
	.interview-item-text02 {
		font-size: 1.2rem;
		line-height: 2;
	}
	.interview-item-inner {
		margin-top: 25px;
		flex-wrap: wrap;
	}
	.interview-item-img {
		margin: 0 0 25px 0;
		width: 100%;
		flex-shrink: 0;
	}
	.park-item {
		padding: 25px 4%;
		margin-top: 35px;
	}
	.park-item-inner {
		margin-bottom: 35px;
		flex-wrap: wrap;
	}
	.park-item-img {
		margin: 0 0 25px 0;
		width: 100%;
		flex-shrink: 0;
	}
	.park-item-title {
		font-weight: 500;
		font-size: 1.8rem;
	}
	.park-item-text01{
		font-size: 1.2rem;
		margin-top: 10px;
	}
	.park-list-text01{
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	.park-list ul{
		font-size: 1.3rem;
	}
	.park-list ul li a{
		color: #FFFFFF;
	}
	.park-list ul li::after{
		content: '／';
		margin: 0 12px;
	}
}

/* qa
------------------------------------------------------------------------ */
.qa-list {
	position: relative;
	padding: 0 0 80px;
}
.qa-list::after {
	content: "";
	background: url("../img/icon_ellipsis-v.51bae8a4508d.png") no-repeat center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 6px;
	height: 44px;
}
.qa-item {
	margin: 50px 0 0;
}
.qa-item-question {
	color: #004477;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	position: relative;
}
.qa-item-question::before {
	content: "";
	border-top: 1px solid #004477;
	position: absolute;
	bottom: -1px;
	height: 1px;
	width: calc(100% - 25px);
}
.qa-item-question::after {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 0;
	width: 56px;
	height: 50px;
}
.qa-item-answer {
	font-size: 1.4rem;
	line-height: 2;
	position: relative;
}
.qa-item-answer::after {
	content: "";
	background-image: url("../img/icon_lightbulb-on.4143adba5db6.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 20px;
	width: 50px;
	height: 50px;
}
.qa-item:nth-child(2n+1) .qa-item-question {
	padding: 10px 0 10px 70px;
}
.qa-item:nth-child(2n+1) .qa-item-question::before {
	right: 0;
}
.qa-item:nth-child(2n+1) .qa-item-question::after {
	background-image: url("../img/icon_question-circle-01.b777ca139e4c.png");
	left: 0;
}
.qa-item:nth-child(2n+1) .qa-item-answer {
	padding: 20px 0 0 70px;
}
.qa-item:nth-child(2n+1) .qa-item-answer::after {
	left: 0;
}
.qa-item:nth-child(even) .qa-item-question {
	padding: 10px 70px 10px 0;
}
.qa-item:nth-child(even) .qa-item-question::before {
	left: 0;
}
.qa-item:nth-child(even) .qa-item-question::after {
	background-image: url("../img/icon_question-circle-02.ee1c7a9844a2.png");
	right: 0;
}
.qa-item:nth-child(even) .qa-item-answer {
	padding: 20px 70px 0 0;
}
.qa-item:nth-child(even) .qa-item-answer::after {
	right: 0;
}
@media screen and (max-width: 767px) {
	.qa-list {
		padding: 0;
	}
	.qa-list::after{
		bottom: -60px;
	}
	.qa-item {
		margin: 25px 0 0;
	}
	.qa-item-question {
		font-size: 1.6rem;
	}
	.qa-item-answer {
		font-size: 1.2rem;
	}
	.qa-item:nth-child(even) .qa-item-question {
		padding: 10px 0 10px 70px;
	}
	.qa-item:nth-child(even) .qa-item-question::before {
		left: auto;
		right: 0;
	}
	.qa-item:nth-child(even) .qa-item-question::after {
		background-image: url("../img/icon_question-circle-01.b777ca139e4c.png");
		right: auto;
		left: 0;
	}
	.qa-item:nth-child(even) .qa-item-answer {
		padding: 20px 0 0 70px;
	}
	.qa-item:nth-child(even) .qa-item-answer::after {
		right: auto;
		left: 0;
	}
}

/* inquiry
------------------------------------------------------------------------ */
#contact {
	margin-bottom: 140px;
}
.inquiry-form{
	font-size: 1.4rem;
	color: #5C6B72;
}
.inquiry-form small{
	font-size: 80%;
}
.inquiry-form .red{
	color: #FE595F;
}
.inquiry-form .contact-form {
	max-width: 800px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0;
	border-top: solid 1px #DDD;
}
.inquiry-form .contact-form tr>* {
	padding: 20px;
	border-bottom: solid 1px #DDD;
}
.inquiry-form .contact-form th {
	width: 1%;
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;
}
.inquiry-form .contact-form td {
	padding-left: 0px;
	text-align: left;
}
.inquiry-form .contact-form input,
.inquiry-form .contact-form textarea {
	width: 100%;
	border: solid 1px #CCC;
	padding: 10px;
	vertical-align: top;
	color: #5C6B72;
}
.inquiry-form .submit{
	margin: 60px auto 0;
	text-align: center;
}
.inquiry-form .submit .btn:hover{
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	#contact {
		margin-bottom: 55px;
	}
	.inquiry-form{
		font-size: 1.2rem;
		color: #5C6B72;
		padding: 0 0 20px;
	}
	.inquiry-form small{
		font-size: 80%;
	}
	.inquiry-form .red{
		color: #FE595F;
	}
	.inquiry-form .contact-form,
	.inquiry-form .contact-form tbody,
	.inquiry-form .contact-form tr {
		display: block;
	}
	.inquiry-form .contact-form tr>* {
		display: block;
		padding: 20px 0;
	}
	.inquiry-form .contact-form th {
		border-bottom: none;
		padding-bottom: 10px;
		width: 100%;
		text-align: left;
	}
	.inquiry-form .contact-form td {
		padding-top: 0;
	}
	.inquiry-form .submit{
		margin: 20px auto 0;
	}
}

/* pagetop
------------------------------------ ------------------------------------ */
#pagetop a{
	display: block;
	position: absolute;
	right: 0;
	bottom: 35px;
	line-height: 0;
	width: 50px;
}
@media screen and (min-width: 768px) {
	#pagetop{
		position: fixed;
		margin: 0 0 0 425px;
		z-index: 10;
		right: 100px;
		bottom: 80px;
	}

}
@media screen and (max-width: 767px) {
	#pagetop .inner{
		position: relative;
	}
	#pagetop a{
		right: 10px;
		bottom: 20px;
		width: 40px;
	}
}

/* footer
------------------------------------------------------------------------ */
footer{
	background-color: #004477;
	height: 100px;
	padding: 20px 0;
	color: #ffffff;
}
footer a{
	color: #ffffff;
	text-decoration: none;
}
footer a[target=_blank]{
	background: url("../img/icon_blank.e8386fbf6fc1.png") no-repeat right center;
	background-size: 11px auto;
	padding-right: 20px;
}
footer .inner{
	display: flex;
	justify-content: space-between;
}
.footer-logo img{
	width: 110px;
}
.footer-copyright{
	font-size: 1.1rem;
}
.footer-menu ul{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
}
.footer-menu ul li + li::before{
	content: '｜';
	margin: 0 20px;
}
@media screen and (max-width: 767px) {
	footer{
		background-color: #004477;
		height: auto;
		padding: 20px 0 40px;
		text-align: center;
	}
	footer .inner{
		flex-direction: column-reverse;
		align-items: center;
	}
	.footer-left{
		margin: 15px 0 0;
	}
	.plan-table1-head ul li small {
		font-size: 1rem;
	}
}
.plan-table1-add{
	position: relative;
	background-color: #004477;
	margin: 80px auto;
	padding: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 300;	/* Light */
	letter-spacing: 0.05em;
}
.plan-table1-add::before{
	content: '';
	position: absolute;
	top: -60px;
	left: 50%;
	background: url("../img/icon_plus.cc46ba8eed6c.png") no-repeat center center;
	background-size: 40px auto;
	display: block;
	margin: 0 0 0 -20px;
	width: 40px;
	height: 40px;
}
.plan-table1-add small{
	font-size: 1.2rem;
	font-weight: 400;	/* Regular */
}

.sns_btn a {
	display: inline-block;
	margin: -2px 0 0;
	line-height: 24px;
	vertical-align: top;
}
.sns_btn a + a { margin-left: 5px; }
.sns_btn img { vertical-align: top; }
.sns_btn span { display: none; }
@media screen and (max-width: 950px) {
	.sns_btn a {
		display: block;
		margin: 18px 0;
	}
	.sns_btn a + a { margin-left:0; }
	.sns_btn span {
		display: inline-block;
		margin-left: 5px;
	}
}
