@charset "UTF-8";

/* INTERFACE */

br.sp{
	display:none;
}

body>header{
	max-width:1600px;
	height:110px;
	margin:0 auto 40px;
	position:relative;
}

body>header h1,
body>header>a{
	margin:0;
	position:absolute;
	top:40px;
	left:100px;
}

body>header h1 img,
body>header>a img{
	width:260px;
}

body>header nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:14px;
	position:absolute;
	top:48px;
	right:360px;
}

body>header nav ul li{
	float:left;
	margin:0 0 0 35px;
}

body>header nav ul li a:link,
body>header nav ul li a:visited{
	color:#000;
}

body>header nav ul li a:hover,
body>header nav ul li a:active{
	color:#005bac;
}

body>header nav ul li span{
	color:#005bac;
}

#header_btn{
	display:block;
	width:215px;
	padding:50px 0;
	text-align:center;
	font-size:14px;
	font-weight:500;
	color:#fff;
	background-color:#005bac;
	position:absolute;
	top:0px;
	right:100px;
}

#header_btn:hover,
#header_btn:active{
	background-color:#00a2cb;
}

body>footer{
	margin:0;
	padding:45px 0 70px;
	background-color:#f3f3f3;
	border-top:10px solid #005bac;
	text-align:center;
}

body>footer ul{
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}

body>footer ul li{
	display:inline;
	margin:0 20px;
	font-size:14px;
}

body>footer>a img{
	width:40px;
	margin:35px auto;
}

body>footer>img{
	display:block;
	width:270px;
	margin:0 auto 80px;
}

body>footer small{
	font-family:Verdana,sans-serif;
	font-size:9px;
	color:#005bac;
}



/* HOME */

#home_key_area{
	max-width:1400px;
	margin:0 auto 100px;
	padding:0 100px;
	overflow:hidden;
	position:relative;
}

#home_key_area picture img{
	width:60%;
	float:right;
}

#home_key_area>div{
	width:36%;
	float:left;
	position:absolute;
	top:50%;
	left:100px;
	transform:translateY(-50%);
}

#home_key_area>div p{
	margin:0 0 50px;
	font-size:18px;
	font-weight:500;
	line-height:2em;
}

#home_key_area>div p span{
	color:#005bac;
}

#home_key_area>div a{
	font-size:15px;
}

@media screen and (max-width:1300px) {
	body>header h1{
		left:40px;
	}
	#header_btn{
		right:40px;
	}
	body>header nav ul{
		right:290px;
	}
	#home_key_area{
		padding:0 40px;
	}
	#home_key_area>div{
		left:40px;
	}
	#home_key_area>div p{
		margin:0 0 50px;
		font-size:17px;
		font-weight:500;
		line-height:2em;
	}
}

@media screen and (max-width:1100px) {
	body>header h1{
		top:30px;
	}
	body>header nav ul{
		top:90px;
		left:5px;
	}
	body>header{
		margin:0 auto 60px;
	}
}

#home_service_area{
	max-width:1200px;
	margin:0 auto;
	padding:0 0 80px;
	text-align:center;
	overflow:hidden;
}

#home_service_area h2{
	margin:0 0 40px;
	font-size:24px;
	font-weight:700;
	color:#005bac;
	letter-spacing:2px;
}

#home_service_area h2 span{
	display:block;
	font-size:10px;
	color:#000;
}

#home_service_area section{
	width:25%;
	float:left;
}

#home_service_area section a>img{
	width:80px;
}

#home_service_area section h3{
	font-size:15px;
	letter-spacing:1px;
}

#home_newplan_area{
	max-width:1000px;
	margin:0 auto;
	padding:60px 40px;
	border-top:1px solid #ddd;
	text-align:center;
	overflow:hidden;
}

#home_newplan_area.service{
	border-top:none;
	padding:60px 40px 120px;
}

#home_newplan_area h2{
	display:inline-block;
	margin:0;
	padding:40px 0 0;
	font-size:20px;
	font-weight:600;
	color:#ffa201;
	letter-spacing:2px;
	background-image:url(../img/interface/ico_newplan.png);
	background-repeat:no-repeat;
	background-size:35px 35px;
	background-position:center top;
	position:relative;
}

#home_newplan_area h2 span{
	display:block;
	padding:5px 0 0;
	font-size:14px;
	font-weight:400;
	color:#666;
}

#home_newplan_area h2:before{
	content:'[';
	font-size:48px;
	font-weight:100;
	position:absolute;
	top:28px;
	left:-35px;
}

#home_newplan_area h2:after{
	content:']';
	font-size:48px;
	font-weight:100;
	position:absolute;
	top:28px;
	right:-35px;
}

#home_newplan_area p{
	margin:15px 0 40px;
	font-size:14px;
	color:#666;
	line-height:1.4em;
}

#home_newplan_area>a{
	display:block;
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:0 30px;
}

#home_newplan_area>a img{
	width:100%;
}


#home_newplan_area>a:hover{
	opacity:0.8;
}

#home_newplan_area>a span{
	display:block;
	width:100px;
	margin:0 auto 10px;
	padding:5px;
	font-size:14px;
	font-weight:500;
	letter-spacing:1px;
	color:#00a2cb;
	background-color:#fff;
	border:1px solid #00a2cb;
}

#home_newplan_area>a small{
	display:block;
	margin:10px 0 0;
	font-size:12px;
}

#home_news_area{
	background-color:#f3f3f3;
	margin:0 0 100px;
}

#home_news_area>div{
	max-width:1080px;
	margin:0 auto;
	padding:50px 40px;
	overflow:hidden;
}

#home_news_area h2{
	margin:0;
	font-size:24px;
	font-weight:700;
	color:#005bac;
	letter-spacing:2px;
	float:left;
}

#home_news_area h2 span{
	display:block;
	font-size:10px;
	color:#000;
}

#home_news_contents{
	width:80%;
	float:right;
	padding:0 0 0 45px;
	border-left:1px solid #005bac;
}

#home_news_contents h3{
	margin:0;
	font-size:15px;
	line-height:1.2em;
	color:#005bac;
}

#home_news_contents p{
	margin:20px 0 30px;
	font-size:15px;
	font-weight:300;
	line-height:1.5em;
	text-align:justify;
}

#home_servicedetail_area{
	max-width:1400px;
	margin:0 auto 150px;
}

#home_servicedetail_area section{
	padding:90px 40px 60px;
	border-top:1px solid #ddd;
	overflow:hidden;
}

#home_servicedetail_area section>img{
	width:45%;
}

#home_servicedetail_area section>div{
	width:55%;
	box-sizing:border-box;
	overflow:hidden;
}

#home_servicedetail_area section>div h2{
	margin:0 0 50px;
	font-size:34px;
	color:#005bac;
	letter-spacing:2px;
}

#home_servicedetail_area section>div h2 span{
	display:block;
	font-size:10px;
	color:#000;
	letter-spacing:1px;
}

#home_servicedetail_area section>div>img{
	width:15%;
	float:left;
}

#home_servicedetail_area section>div>div{
	width:80%;
	float:right;
}

#home_servicedetail_area section>div p{
	margin:0 0 40px;
	text-align:justify;
	font-size:14px;
	line-height:2em;
	color:#666;
}

#home_servicedetail_area section>div a{
	font-size:14px;
}

#home_servicedetail_area section:nth-of-type(odd)>img{
	float:right;
}

#home_servicedetail_area section:nth-of-type(odd)>div{
	float:left;
	padding:0 60px 0 50px;
}

#home_servicedetail_area section:nth-of-type(even)>div{
	float:right;
	padding:0 50px 0 60px;
}

#home_column_area{
	max-width:1200px;
	margin:0 auto 85px;
	padding:0 90px 60px;
	background-color:#005bac;
}

#home_column_area h2{
	margin:0;
	font-size:70px;
	font-weight:700;
	font-style:italic;
	line-height:0.65em;
	color:#fff;
}

#home_column_area h2 span{
	display:block;
	padding:10px 0 0;
	font-weight:500;
}

#home_column_area ul{
	display:flex;
	flex-wrap:wrap;
	margin:40px 0 20px;
	padding:0;
	list-style-type:none;
	color:#fff;
}

#home_column_area ul li{
	width:50%;
	box-sizing:border-box;
	padding:30px 10px 30px 55px;
	background-image:url(../img/interface/ico_column.svg);
	background-repeat:no-repeat;
	background-size:35px 38px;
	background-position:left center;
	font-size:14px;
	font-weight:500;
	line-height:1.4em;
}

#home_column_area ul li a{
	color:#fff;
}

#home_column_area ul li a:hover,
#home_column_area ul li a:active{
	color:#80e5ff;
	text-decoration:underline;
}

#home_column_area>a.btn{
	font-size:14px;
	color:#fff;
}

#home_column_area>a.btn:hover,
#home_column_area>a.btn:active{
	color:#80e5ff;
}

/* SERVICE INDEX*/

#service_index_area{
	max-width:1400px;
	margin:0 auto;
	padding:55px 15px 100px;
	border-bottom:1px solid #ddd;
	display:flex;
}

#service_index_area section{
	width:25%;
	box-sizing:border-box;
	padding:25px;
}

#service_index_area section img{
	width:100%;
	height:auto;
	font-size:15px;
	vertical-align:bottom;
}

#service_index_area section h2{
	margin:15px 0;
	font-size:24px;
	font-weight:500;
	color:#005bac;
	letter-spacing:1px;
}

#service_index_area section h2 span{
	display:block;
	font-size:10px;
	color:#000;
}

#service_index_area section p{
	margin:0 0 25px;
	text-align:justify;
	font-size:13px;
	line-height:1.7em;
	color:#555;
}

#service_index_area section>div>div>a{
	font-size:14px;
	font-weight:400;
}

#service_index_area section a:hover{
	opacity:0.8;
}

/* SERVICE */

#service_key_area{
	background:linear-gradient(-135deg,#00a2cb,#00cba2);
	text-align:center;
	margin:0 0 40px;
	padding:60px 20px;
}

#service_key_area h1{
	margin:0;
	font-size:40px;
	font-weight:100;
	color:#fff;
	font-feature-settings:"palt";
}

#service_key_area.newplan span.category{
	display:block;
	width:150px;
	margin:10px auto 3px;
	padding:5px 0 8px;
	font-size:14px;
	font-weight:500;
	line-height:1em;
	color:#005bac;
	background-color:#fff;
	border-radius:5px;
}

#service_key_area p{
	font-size:14px;
	font-weight:300;
	line-height:1.5em;
	font-feature-settings:"palt";
	color:#fff;
}

#service_key_area>img{
	height:70px;
}

#service_intro_area{
	max-width:1200px;
	margin:0 auto;
	padding:40px;
	text-align:center;
}

#service_intro_area h2{
	margin:0 0 40px;
	font-size:34px;
	font-weight:200;
	font-feature-settings:"palt",1;
	color:#000;
}

#service_intro_area>div{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	border-bottom:1px solid #e5e5e5;
}

#service_intro_area>div:last-of-type{
	border-bottom:none;
}

#service_intro_area section{
	width:50%;
	box-sizing:border-box;
	margin:2% 0;
	padding:0 4%;
	border-right:1px solid #8c8c8c;
}

#service_intro_area section:nth-of-type(even),
#service_intro_area section:last-of-type{
	border-right:none;
}

#service_intro_area section h3{
	font-size:20px;
	font-weight:400;
	color:#00a2cb;
}

#service_intro_area section p{
	text-align:justify;
	font-size:15px;
	font-weight:300;
	line-height:1.8em;
}

#service_feature_area{
	max-width:1200px;
	margin:0 auto;
	padding:40px;
	text-align:center;
	overflow:hidden;
}

#service_feature_area.practice_support{
	max-width:1280px;
	padding:40px 40px 100px;
	border-bottom:1px solid #ddd;
}

#service_feature_area h2{
	margin:0 0 40px;
	font-size:34px;
	font-weight:200;
	font-feature-settings:"palt",1;
	color:#000;
}

#service_feature_area h3{
	margin:30px 0 25px;
	text-align:left;
	font-size:20px;
	font-weight:400;
	color:#005bac;
}

#service_feature_area>img{
	width:50%;
	height:auto;
	float:right;
}

#service_feature_area>p{
	width:46%;
	text-align:justify;
	font-size:15px;
	font-weight:300;
	line-height:2em;
}

#service_feature_area ul{
	margin:30px 0;
	padding:0 0 0 25px;
	text-align:left;
	font-size:15px;
	font-weight:300;
	line-height:1.8em;
}

#service_price_area{
	background-color:#fcfbf7;
	text-align:center;
	margin:40px 0 0;
	padding:80px 40px;
}

#service_price_area>div{
	max-width:1100px;
	margin:0 auto 80px;
}

#service_price_area>div>section{
	margin:0 0 40px;
}

#service_price_area>div>section>section{
	margin:0 0 40px;
	padding:10px 0 25px;
	border-bottom:1px dotted #888;
	background-image:url(../img/interface/btn_arrow_down.svg);
	background-repeat:no-repeat;
	background-size:15px 13px;
	background-position:top center;
}

#service_price_area>div section>section:first-of-type{
	background-image:none;
}

#service_price_area h2{
	margin:0 0 40px;
	font-size:34px;
	font-weight:200;
	font-feature-settings:"palt",1;
	color:#000;
}

#service_price_area h3{
	margin:0 0 30px;
	padding:10px 0 12px 10px;
	text-align:left;
	font-size:18px;
	font-weight:400;
	line-height:1;
	color:#fff;
	background-color:#00a2cb;
	border-left:4px solid #888;
}

#service_price_area h3.left{
	text-align:left;
}

#service_price_area h3.left span{
	margin:10px 0 0;
}

#service_price_area h4{
	margin:0 0 20px;
	padding:0 0 6px;
	text-align:left;
	font-size:17px;
	font-weight:500;
	color:#333;
	border-bottom:1px dotted #888;
}

#service_price_area h4 span{
	font-family: 'Dancing Script', cursive;
	font-size:20px;
}

#service_price_area table.price_table{
	width:100%;
	border-collapse:collapse;
	background-color:#fff;
}

#service_price_area table.price_table caption{
	margin:0 0 5px;
	font-size:14px;
	text-align:right;
}

#service_price_area table.price_table th{
	padding:8px;
	border:1px solid #fff;
	background-color:#ccb329;
	color:#fff;
	font-size:15px;
	font-weight:400;
}

#service_price_area table.price_table td{
	width:25%;
	padding:8px;
	border:1px solid #ccb329;
	font-size:15px;
	font-weight:400;
}

#service_price_area p{
	text-align:justify;
	font-size:15px;
	font-weight:300;
	line-height:1.6em;
}

#service_price_area ul,
#service_price_area ol{
	text-align:left;
	margin:0;
	padding:0 0 0 25px;
	font-size:15px;
	font-weight:300;
	line-height:1.8em;
}

#service_price_area>a img{
	max-width:480px;
	height:auto;
}

#service_price_area.newplan>div{
	max-width:600px;
	margin:0 auto 80px;
}

#service_price_area.newplan h4{
	display:table;
	margin:0px 0 10px;
	padding:0px 0 0;
	color:#005bac;
	border-bottom:0px double #ccb329;
}

#service_price_area.newplan h4 b{
	display:table-cell;
	vertical-align:middle;
	font-weight:500;
	padding:0 0 0 8px;
}

#service_price_area.newplan h4 span{
	display:inline-block;
	width:65px;
	height:45px;
	margin:0 5px 0 0;
	padding:18px 0 0;
	color:#fff;
	background-color:#ccb329;
	border-radius:50%;
	text-align:center;
	vertical-align:middle;
}

#service_price_area.newplan>div section>section{
	margin:0 0 30px;
	border-bottom:3px double #ccb329;
}

#service_price_area.newplan>div>section{
	margin:0 0 80px;
}

#service_newplan_area{
	padding:40px 40px;
	text-align:center;
}

#service_newplan_area h2{
	font-size:17px;
	font-weight:300;
}

#service_newplan_area p{
	margin:0 0 40px;
	font-size:15px;
	font-weight:400;
	line-height:1.8em;
	color:#333;
}

#service_newplan_area ul{
	max-width:500px;
	margin:0 auto;
	padding:30px 60px;
	text-align:left;
	font-size:15px;
	font-weight:300;
	line-height:1.8em;
	border:3px double #ddd;
}


/* COLUMN */

#column_key_area{
	background:linear-gradient(-135deg,#00a2cb,#00cba2);
	text-align:center;
	padding:60px 20px;
}

#column_key_area h1{
	margin:5px 0 0;
	font-size:40px;
	font-weight:100;
	color:#fff;
	font-feature-settings:"palt";
}

#column_key_area span.en{
	display:block;
	font-family: 'Dancing Script', cursive;
	font-size:20px;
	color:#fff;
}

#column_key_area span.category{
	display:inline-block;
	font-size:13px;
	line-height:1em;
	color:#fff;
}

#column_contents_area{
	max-width:1000px;
	margin:0 auto;
	padding:80px 40px;
}

#column_contents_area h2{
	margin:40px 0 25px;
	font-size:25px;
	color:#005bac;
	line-height:1.4em;
}

#column_contents_area p{
	margin:20px 0;
	text-align:justify;
	font-size:15px;
	font-weight:300;
	line-height:1.8em;
}

#column_contents_area ul,
#column_contents_area ol{
	margin:25px 0;
	font-size:15px;
	font-weight:300;
	line-height:1.8em;
}

#column_contents_area figure{
	margin:25px 0;
}

#column_contents_area figure img{
	width:100%;
	height:auto;
	font-size:15px;
	vertical-align:bottom;
}

#column_contents_area figure figcaption{
	font-size:14px;
	color:#555;
}

#column_contents_area table{
	width:100%;
	margin:30px 0;
	border-collapse:collapse;
}

#column_contents_area table td{
	padding:10px;
	border:1px solid #ddd;
	font-size:15px;
	font-weight:300;
	vertical-align:top;
}

#other_column_area{
	max-width:1000px;
	margin:0 auto;
	padding:60px 90px 100px;
	border-top:4px double #ccc;
	text-align:center;
}

#other_column_area h2{
	display:inline-block;
	margin:0;
	padding:0 0 8px;
	text-align:center;
	font-size:18px;
	font-weight:500;
	line-height:1em;
	color:#000;
	border-bottom:3px solid #eaeaea;
}

#other_column_area h2 span{
	display:block;
	padding:10px 0 0;
}

#other_column_area ul{
	display:flex;
	flex-wrap:wrap;
	margin:40px 0;
	padding:0;
	list-style-type:none;
	color:#fff;
	overflow:hidden;
	text-align:left;
}

#other_column_area ul li{
	width:50%;
	box-sizing:border-box;
	padding:30px 0 30px 55px;
	background-image:url(../img/interface/ico_column_bl.svg);
	background-repeat:no-repeat;
	background-size:35px 38px;
	background-position:left center;
	font-size:14px;
	font-weight:500;
	line-height:1.4em;
}

#other_column_area ul li a{
	color:#005bac;
}

#other_column_area ul li a:hover,
#other_column_area ul li a:active{
	color:#00a2cb;
	text-decoration:underline;
}

#other_column_area>a{
	font-size:14px;
}

#column_index_area{
	padding:20px 0 100px;
}

#column_index_area section{
	max-width:1000px;
	margin:0 auto;
	padding:60px 90px;
	border-top:1px solid #ddd;
	text-align:center;
}

#column_index_area section:first-of-type{
	border-top:none;
}

#column_index_area section h2{
	display:inline-block;
	margin:0;
	padding:0 0 8px;
	text-align:center;
	font-size:18px;
	font-weight:500;
	line-height:1em;
	color:#000;
	border-bottom:3px solid #eaeaea;
}

#column_index_area section h2 span{
	display:block;
	padding:10px 0 0;
}

#column_index_area section ul{
	display:flex;
	flex-wrap:wrap;
	margin:40px 0 0;
	padding:0;
	list-style-type:none;
	color:#fff;
	text-align:left;
}

#column_index_area section ul li{
	width:50%;
	box-sizing:border-box;
	padding:30px 10px 30px 55px;
	background-image:url(../img/interface/ico_column_bl.svg);
	background-repeat:no-repeat;
	background-size:35px 38px;
	background-position:left center;
	font-size:14px;
	font-weight:500;
	line-height:1.4em;
}

#column_index_area section ul li a{
	color:#005bac;
}

#column_index_area section ul li a:hover,
#column_index_area section ul li a:active{
	color:#00a2cb;
	text-decoration:underline;
}

#column_index_area section>a{
	font-size:14px;
}



/* ABOUT US */

#sub_key_area{
	background:linear-gradient(-135deg,#00a2cb,#00cba2);
	text-align:center;
	margin:0;
	padding:60px 20px;
}

#sub_key_area h1{
	margin:0;
	font-size:40px;
	font-weight:100;
	color:#fff;
	font-feature-settings:"palt";
}

#sub_key_area p{
	font-size:14px;
	font-weight:300;
	line-height:1.5em;
	font-feature-settings:"palt";
	color:#fff;
}

#sub_key_area span.en{
	display:block;
	font-family: 'Dancing Script', cursive;
	font-size:20px;
	color:#fff;
}

#sub_contents_area{
	max-width:1200px;
	min-height:400px;
	margin:0 auto;
	padding:80px 40px 100px;
	overflow:hidden;
}

#sub_contents_area section{
	padding:0 0 40px;
}

#sub_contents_area h2{
	margin:0 0 40px;
	font-size:34px;
	font-weight:200;
	font-feature-settings:"palt",1;
	color:#005bac;
}

#sub_contents_area h3{
	font-size:20px;
	font-weight:400;
	color:#00a2cb;
}

#sub_contents_area p{
	margin:20px 0;
	text-align:justify;
	font-size:15px;
	font-weight:300;
	line-height:2em;
}

#sub_contents_area>p{
	margin:0 0 40px;
}

#sub_contents_area p.sign{
	text-align:right;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
}

#sub_contents_area ul,
#sub_contents_area ol{
	margin:0;
	padding:0 0 0 25px;
	font-size:15px;
	font-weight:300;
	line-height:1.8em;
}

#sub_contents_area address{
	font-style:normal;
	font-size:15px;
	font-weight:300;
	line-height:1.6em;
}

#sub_contents_area table.link_table{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #99861f;
}

#sub_contents_area table.link_table th{
	background-color:#f9f5dd;
	border-bottom:1px solid #99861f;
	text-align:left;
	padding:15px;
	font-size:15px;
	font-weight:500;
}

#sub_contents_area table.link_table th a{
	color:#99861f;
}

#sub_contents_area table.link_table th a:hover{
	color:#b39d24;
}

#sub_contents_area table.link_table td{
	padding:15px;
	font-size:15px;
	font-weight:300;
	border-bottom:1px solid #99861f;
}

#greeting_area{
	overflow:hidden;
}

#greeting_area>img{
	width:48%;
	height:auto;
	float:right;
	margin:0 0 40px 40px;
	font-size:15px;
	vertical-align:bottom;
}

#greeting_area p.sign{
	text-align:right;
	font-family:YuMincho,'Yu Mincho',serif;
	font-size:16px;
	color:#333;
}

#profile_area{
	overflow:hidden;
}

#profile_area img{
	width:30%;
	height:auto;
	float:right;
	margin:0 0 40px 40px;
	font-size:15px;
	vertical-align:bottom;
}

#sub_contents_area .aboutus_table{
	border-collapse:collapse;
	margin:40px 0;
	border-top:1px solid #ccb329;
}

#sub_contents_area .aboutus_table th{
	padding:10px 15px;
	border-bottom:1px solid #ccb329;
	background-color:#f9f5dd;
	color:#99861f;
	font-size:15px;
	font-weight:400;
}

#sub_contents_area .aboutus_table td{
	padding:10px 15px;
	border-bottom:1px solid #ccb329;
	font-size:15px;
	font-weight:300;
	line-height:1.5em;
}

/* ACCESS */

#access_kanban{
	width:70%;
	margin:0 0 30px;
}

#access_map_area{
	position:relative;
	width:50%;
	height:0;
	padding-top:40%;
	margin:0 40px 0 0;
	float:left;
}

#access_map_area iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#access_txt_area{
	width:45%;
	float:right;
}

#access_txt_area h2{
	margin:0 0 20px;
	font-size:26px;
}

#access_txt_area>a{
	display:inline-block;
	margin:0 0 40px;
	padding:0 0 5px;
	font-size:15px;
	border-bottom:2px solid #00a2cb;
}

#access_txt_area address{
	font-style:normal;
	font-size:15px;
	font-weight:400;
}

#access_txt_area figure{
	margin:30px 0 0;
}

#access_txt_area figure img{
	width:100%;
	height:auto;
}

#access_txt_area figure figcaption{
	font-size:15px;
	font-weight:300;
	color:#444;
}

#sitemap_area{
	overflow:hidden;
}

#sitemap_area section{
	width:50%;
	float:left;
}

#sitemap_area section h2{
	padding:0 0 0 25px;
	font-size:20px;
	font-weight:300;
	line-height:1em;
	background-image:url(../img/interface/btn_arrow_gold.svg);
	background-repeat:no-repeat;
	background-size:10px 12px;
	background-position:left center;
}

#sitemap_area section ul li{
	margin:0 0 10px;
	font-weight:400;
}

/* ----------------------------------- お問い合わせ */

#sub_area_contact{
	padding:0px 0px 40px 0px;
	position:relative;
}

#sub_area_contact p{
	margin:0px 0px 1em 0px;
	padding:20px;
	font-size:14px;
	line-height:2em;
	border-bottom:1px dotted #cccccc;
}

.contact_form_left{
	float:left;
	width:450px;
	margin:40px auto 0px;
	text-align:left;
}
.contact_form_right{
	float:right;
	width:450px;
	margin:40px auto 0px;
	text-align:left;
}

.contact_input_label{
	font-size:18px;
	font-weight:300;
	line-height:2em;
	color:#333;
}

.contact_input_label_s{
	font-size:13px;
	line-height:2em;
	color:#005bac;
}

.contact_input{
	margin:0px 0px 0px 0px;
	font-size:18px;
	background-color:#f4f4f4;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f4f4f4), to(white));
	background-image: -webkit-linear-gradient(top, #f4f4f4, white);
	background-image: -moz-linear-gradient(top, #f4f4f4, white);
	background-image: -o-linear-gradient(top, #f4f4f4, white);
	background-image: -ms-linear-gradient(top, #f4f4f4, white);
	background-image: linear-gradient(to bottom, #f4f4f4, white);
	border-radius:2px;
	border:1px solid #bbbbbb;
	display:block;
	padding:4px;
	color:#333333;
}
.form-group{
	margin-bottom:20px;
}

.input_size_l{
	width:450px;
}
.input_size_m{
	width:215px;
}
.input_size_s{
	width:170px;
	font-size:14px;
}

.form_input_left{
	width:215px;
	float:left;
}
.form_input_right{
	width:215px;
	float:right;
}

form_input_prefecture{
	margin:0px 0px 15px 0px;
	display: block;
    position: relative;
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #bbb;
    overflow: hidden;
}

#form_prefecture{
	display: block;
    position: relative;
    width: 100%;
    height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #bbb;
    overflow: hidden;
}

#form_prefecture:after{
	position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    /* ここで下向き矢印指定　今回はCSSで */
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;/* クリック出来るよう */
}

#form_prefecture select{
	width: 100%;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
    border: none;
    position: relative;
}

.contact_form_txt{
	width:800px;
	margin:40px auto;
	text-align:left;
}

.contact_textarea{
	width:790px;
	margin:0px;
	padding:0px;
	font-size:18px;
	background-color:#fff;
	border-radius:0px;
	border:1px solid #bbbbbb;
	display:block;
	padding:4px;
	color:#333333;
}

#contact_btn_confirm{
	text-align:center;
}

#contact_btn_confirm a{
    border-radius: 4px;
    width: 200px;
    height: 40px;
	display: block;
	margin:0 auto;
	padding:12px 0 0;
    position: relative;
    background: #005bac;
    color: #fff;
    text-align: center;
    border: 1px solid #005bac;
	cursor: pointer;
	font-size:15px;
}

#contact_btn_confirm a:hover {
	color: #005bac;
	background: #fff;
}

/* ----------------------------------- 内容の確認 */


.table_submit{
	width:100%;
	margin:50px 0px;
	border-collapse:collapse;
	font-size:14px;
}

.table_submit th{
	width:200px;
	padding:25px;
	background-color:#f9f9f9;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	white-space:nowrap;
	border-bottom:1px dotted #cccccc;
}
.table_submit td{
	padding:25px;
	background-color:#ffffff;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	border-bottom:1px dotted #cccccc;
}

#contact_btn_submit a{
    border-radius: 4px;
    width: 200px;
    height: 40px;
	display: block;
	margin:0 auto;
	padding:12px 0 0;
    position: relative;
    background: #005bac;
    color: #fff;
    text-align: center;
    border: 1px solid #005bac;
	cursor: pointer;
	font-size:15px;
}

#contact_btn_submit a:hover {
	color: #005bac;
	background: #fff;
}



#confirm_prev{
	text-align:left;
}

#confirm_prev a{
	font-size:14px;
}

#confirm_prev a:link{
	color:#00a2cb;
	text-decoration:underline;
}
#confirm_prev a:visited{
	color:#00a2cb;
	text-decoration:underline;
}
#confirm_prev a:hover{
	color:#005bac;
	text-decoration:underline;
}
#confirm_prev a:active{
	color:#005bac;
	text-decoration:underline;
}



/* ----------------------------------- 送信完了 */


#thanks_prev_btn a{
    border-radius: 4px;
    width: 200px;
    height: 40px;
	display: block;
	margin:60px auto 0;
	padding:12px 0 0;
    position: relative;
    background: #005bac;
    color: #fff;
    text-align: center;
    border: 1px solid #005bac;
	cursor: pointer;
	font-size:15px;
}

#thanks_prev_btn a:hover {
	color: #005bac;
	background: #fff;
}
