@charset "UTF-8";

/* ページタイトル */
.header_img{
	background: #00AED8;
}


#page_ttl {
	position: relative;
	width: 100%;
	margin: 0 auto 50px;
}
#page_ttl img {
	position: relative;
    top: 50%;
    left: 50%;
    max-width: 2000px;
    width: auto;
    height: 300px;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
	opacity: 0.7;
}
#page_ttl h2 {
	position: absolute;
	font-size: 42px;
	color: #fff;
	text-align: center;
    font-family: source-han-serif-japanese, serif;
	top: 40%;
	right: 0;
	left: 0;
	margin: auto;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	#page_ttl img {
		height: 200px;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #page_ttl img {
		height: 200px;
	}
	#page_ttl h2 {
		font-size: 24px;
		top: 55%;
		letter-spacing: 0.2em;
		font-weight: bolder;
	}
}
/* ========== end △ */

/* 見出し設定スタイル */
.ttl_style01 {
  margin-bottom: 50px;
  text-align: left;
}
.ttl_style01 h3 {
  position: relative;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 36px;
}
.ttl_style01 p {
	font-size: 16px;
	margin-top: -36px;
}

.ttl_style01 .day {
	font-size: 16px;
	margin-top: -36px;
	color: #d3d3d3;
}



/*.ttl_style01 h3::after {
	position: absolute;
	content: "";
	background: #3cb8ff;
	width: 80px;
	height: 3px;
	margin: auto;
	right: 0;
	left: 0;
	bottom: -10px;
}*/

.ttl_style02 {
	margin-bottom: 30px;
	position: relative;
	padding: 0.1em 0.5em;
	color: #333;
}
.ttl_style02 h4 {
	position: relative;
	font-size: 30px;
	margin: 0;
/*	padding: 7px;*/
	color: #333;
	font-family: source-han-serif-japanese, serif;
	font-style: normal;
	font-weight: normal; 
	border-bottom: 1px solid #eee;
}

.ttl_style02 h4::before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 20%;
	height: 1px;
	content: '';
	background: #3cb8ff;
}

.ttl_style03 {
	line-height: 1.6em;
	padding-bottom: 5px;
	margin-bottom: 30px;
	color:#333;
}
.ttl_style03 h5 {
	font-size: 22px;
	padding-left: 15px;
	font-family: source-han-serif-japanese, serif;
	font-style: normal;
	font-weight: normal; 
}
.ttl_style04 {
	line-height: 1.6em;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color:#333;
}
.ttl_style04 h5 {
	font-size: 20px;
	padding-left: 15px;
	font-family: source-han-serif-japanese, serif;
	font-style: normal;
	font-weight: normal; 
}
.ttl_style04 p {
	font-size: 16px;
	padding-left: 15px;
	font-family: source-han-serif-japanese, serif;
	font-style: normal;
	font-weight: normal; 
	color: #d3d3d3;
}


/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.ttl_style01 {
		text-align: left;
		margin-bottom: 10%;
	}
	.ttl_style01 h3 {
		position: relative;
		font-size: 30px;
		font-weight: bold;
	}

	.ttl_style02 {
		padding: 10px;
		margin-bottom: 5%;
	}
	.ttl_style02 h4 {
		font-size: 20px;
	}

	.ttl_style03 h5 {
		font-size: 18px;
		margin: 0;
	}
	.ttl_style04 h5 {
		font-size: 18px;
		margin: 0;
	}
}
/* ========== end △ */


/* 内容テンプレート */


/* 3つの特徴用枠 */
.ico_area {
	margin-bottom: 50px;
}
.ico_area .box {
	position: relative;
	width: 28%;
}
.ico_area .box::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 280px;
	background-color: #eee;
	top: 10%;
	left: -50px;
}
.ico_area .box:first-child::after {
	position: static;
}
.ico_area .box .ttl {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #3499c0;
}
.ico_area .box .img {
	position: relative;
	width: 130px;
	height: 130px;
	background: #eee;
	border-radius: 50%;
	margin: 10px auto;
}
.ico_area .box .img img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.ico_area {
		margin-bottom: 10%;
	}
	.ico_area .box {
		width: 100%;
		margin-bottom: 5%;
	}
	.ico_area .box::after {
		position: absolute;
		content: "";
		width: 280px;
		height: 1px;
		background-color: #eee;
		top: -3%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.ico_area .box .img img {
	    width: auto;
	    height: auto;
	}
}
/* ========== end △ */

/* ▽ TAB layout ========== */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .ico_area .box {
		width: 80%;
		margin: auto;
		margin-bottom: 5%;
	}
	.ico_area .box::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 1px;
		background-color: #eee;
		top: -3%;
		left: 0;
		right: 0;
		margin: auto;
	}
}
/* ========== end △ */

/*見出し＋テキスト*/
.txt_box .ttl_l{
	width: 30%;
}
.txt_box .ttl_l h6{
	font-size: 24px;
	font-family: source-han-serif-japanese, serif;
	font-style: normal;
	font-weight: normal;
	color: #3499c0;
	margin: 0;
	margin-bottom: 3%;
}
.txt_box .txt_r{
	width: 70%;
	margin-bottom: 20px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
.txt_box .ttl_l{
	width: 100%;
	}
.txt_box .txt_r{
	width: 100%;
	margin-bottom: 20px;
}
}

/* ========== end △ */



/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
.txt_box .ttl_l{
		width: 90%;
	}
	.txt_box .txt_r{
		width: 100%;
		margin-bottom: 20px;
	}
}
/* ========== end △ */

/* 画像＋テキスト基本型 */
.img_txt {
	margin-bottom: 50px;
}
.img_txt .box_odd .img_area {
	float: left;
}
.img_txt .box_odd .txt_area {
	float: right;
	width: 50%;
}
.img_txt .box_even .img_area {
	float: right;
	width: 50%;
	text-align: center;
}
.img_txt .box_even .txt_area {
	float: left;
	width: 50%;
}
.img_txt .txt_area h6 {
	font-size: 24px;
	font-family: source-han-serif-japanese, serif;
	font-style: normal;
	font-weight: normal;
	color: #3499c0;
	margin: 0;
	margin-bottom: 3%;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
	.img_txt {
		margin-bottom: 10%;
	}
	.img_txt .box_odd .img_area, .img_txt .box_even .img_area {
		float: none;
		text-align: center;
		margin-bottom: 3%;
	}
	.img_txt .box_odd .txt_area, .img_txt .box_even .txt_area {
		float: none;
		width: 100%;
	}
	.img_txt img {
		height: auto;
	}
	.img_txt .box_even .img_area {
		float: none;
		width: 100%;
	}
}
/* ========== end △ */



/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  	.img_txt {
		margin-bottom: 10%;
	}
	.img_txt .box_odd .img_area {
		float: none;
	}
	.img_txt .box_odd .txt_area {
		float: none;
		width: 100%;
	}
	.img_txt .box_even .img_area {
		float: none;
		width: 100%;
		margin-bottom:10px;
	}
	.img_txt .box_even .txt_area {
		float: none;
		width: 100%;
	}
	.img_txt img {
		height: auto;
	}
}
/* ========== end △ */

/* テキスト＋画像並び　画像サイズ大 */
.img_l .box_odd .txt_area {
	float: right;
	width: 48%;
}
.img_l .box_even .txt_area {
	float: left;
	width: 48%;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.img_l .box_odd .txt_area {
		float: none;
		width: 100%;
	}
	.img_l .box_even .txt_area {
		float: none;
		width: 100%;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.img_l .box_odd .txt_area {
		float: none;
		width: 100%;
	}
	.img_l .box_even .txt_area {
		float: none;
		width: 100%;
	}
}
/* ========== end △ */


/* テキスト＋画像並び　画像サイズ小 */
.img_s .box_odd .txt_area {
	float: right;
	width: 55%;
}
.img_s .box_even .txt_area {
	float: left;
	width: 55%;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.img_s .box_odd .txt_area, .img_s .box_even .txt_area {
		float: none;
		width: 100%;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.img_s .box_odd .txt_area, .img_s .box_even .txt_area {
		float: none;
		width: 100%;
	}
}
/* ========== end △ */

.product {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.product .txt_area {
	width: 62%;
}
.product .txt_area .btn_style01 {
	margin-right: 0;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.product {
		flex-flow: row wrap-reverse;
	}
	.product .txt_area {
		width: 100%;
		margin-top: 5%;
	}
	.product .txt_area .btn_style01 {
		margin-right: auto;
	}
	.product .img_area {
		margin: auto;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	
}
/* ========== end △ */



/* 1カラム用スタイル */
.col01 .flex-sys-wrap::after {
	content: "";
	display: block;
	width: 94%;
	height: 0;
}
.col1_box {
	width: 94%;
	text-align: center;
}
.col1_box img {
	margin-bottom: 3%;
}
.col1_box p {
	margin: 0;
	text-align: center;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.col1_box img {
		margin-bottom: 3%;
		height: auto;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.col1_box {
		width: 100%;
		margin-bottom: 5%;
	}
	.col1_box img {
		height: auto;
	}
}
/* ========== end △ */




/* 2カラム用スタイル */
.col02 .flex-sys-wrap::after {
	content: "";
	display: block;
	width: 48%;
	height: 0;
}
.col2_box {
	width: 48%;
	text-align: center;
}
.col2_box img {
	margin-bottom: 3%;
}
.col2_box p {
	margin: 0;
	text-align: left;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.col2_box img {
		margin-bottom: 3%;
		height: auto;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.col2_box {
		width: 100%;
		margin-bottom: 5%;
	}
	.col2_box img {
		height: auto;
	}
}
/* ========== end △ */


/* 3カラム用スタイル */
.col03 .flex-sys-wrap::after {
	content: "";
	display: block;
	width: 30%;
	height: 0;
}
.col3_box {
	width: 30%;
	text-align: center;
}
.col3_box img {
	margin-bottom: 3%;
}
.col3_box p {
	margin: 0;
	text-align: left;
}

.cate_txt {
	margin-top: 10px;
	font-size: 14px;
	border: 1px solid #333;
	padding: 5px 10px;
}


/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.col3_box img {
		margin-bottom: 3%;
		height: auto;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.col3_box {
		width: 100%;
		margin-bottom: 5%;
	}
	.col3_box img {
		height: auto;
	}
}
/* ========== end △ */

/* 3カラム_小 用スタイル */
.col3_s {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.col3s_box .flex-sys-wrap::after {
	content: "";
	display: block;
	width: 29%;
	height: 0;
}
.col3s_box {
	width: 29%;
	text-align: center;
}
.col3s_box img {
	margin-bottom: 3%;
}
.col3s_box .txt_top {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	color: #3499c0;
}
.col3s_box p {
	margin: 0;
	text-align: left;
}


/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.col3_s {
		width: 100%;
	}
	.col3s_box .flex-sys-wrap::after {
		content: "";
		display: block;
		width: 100%;
		height: 0;
	}
	.col3s_box {
		width: 100%;
		text-align: center;
		margin-bottom: 5%;
	}
	.col3s_box img {
		margin-bottom: 3%;
	}
	.col3s_box .txt_top {
		margin-bottom: 10px;
	}
	.col3s_box p {
		margin: 0;
		text-align: left;
	}
}
/* ========== end △ */

/* ▽ TAB layout ========== */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .col3_s {
		width: 100%;
	}
}
/* ========== end △ */


/* 4カラム用スタイル */
.col04 .flex-sys-wrap::after {
	content: "";
	display: block;
	width: 22%;
	height: 0;
}
.col4_box {
	width: 22%;
	text-align: center;
}
.col4_box img {
	margin-bottom: 3%;
}
.col4_box .txt_top {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	color: #3499c0;
}
.col4_box p {
	margin: 0;
	text-align: left;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.col04 .flex-sys-wrap::after {
		content: "";
		display: block;
		width: 45%;
		height: 0;
	}
	.col4_box {
		width: 45%;
		margin-bottom: 5%;
	}
	.col4_box img {
		margin-bottom: 3%;
		height: auto;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.col4_box {
		width: 100%;
		margin-bottom: 5%;
	}
	.col4_box img {
		height: auto;
	}
}
/* ========== end △ */

.txt_only .col4_box {
 padding: 20px;
 box-sizing: border-box;
 border-radius: 10px;
 border: 2px solid #3cb8ff;
}
.txt_only .col4_box .txt_top {
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #3499c0;
}
#feature .box {
    width: 30%;
}



/* 画像サイズ大 */
.large_img {
	margin-bottom: 50px;
	text-align: center;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.large_img img {
		height: auto;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.large_img img {
		height: auto;
	}
}
/* ========== end △ */

.news {
	width: 100%;
	margin-bottom: 30px;
}

.txtbox {
	margin: 0 auto 35px;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.txtbox {
		width: 100%;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.txtbox {
		width: calc( 100% - 20px );
	}
}
#main_content_wrap.about_page .txtbox{
margin-left:20px;
}
/* ========== end △ */

.linebox {
	margin: 0 auto 35px;
	padding: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.linebox p {
	padding-bottom: 0;
	margin: 0;
}

.philosophy {
	color: #333;
	background: linear-gradient(135deg, #e0f3ff 0%, #fff 100%);
	border: none;
}
.philosophy p {
	padding-bottom: 0;
	margin: 0;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.linebox {
		width: 90%;
		padding: 5%;
	}
	.philosophy {
		width: 90%;
		padding: 5%;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.linebox {
		width: 90%;
		padding: 5%;
	}
	.philosophy {
		width: 90%;
		padding: 5%;
	}
}
/* ========== end △ */

.centertxt {
	text-align: center;
	margin: 0 auto 35px;
}
.guidelines {
	text-align: center;
	margin: 0 auto 35px;
	padding: 20px;
	color: #333;
	background: linear-gradient(135deg, #e0f3ff 0%, #fff 100%);
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
	.centertxt {
		width: 100%;
	}
	.guidelines {
		width: 100%;
		padding: 5%;
		box-sizing: border-box;
	}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.centertxt {
		width: 100%;
	}
	.guidelines {
		width: 100%;
		padding: 5%;
	}
}
/* ========== end △ */

.btn_area {
	margin-bottom: 50px;
}

/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {

}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.btn_area li {
		width: 100%;
		margin-bottom: 3%
	}
}
/* ========== end △ */

/* ▽ TAB layout ========== */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .btn_area li {
		width: 45%;
	}
}
/* ========== end △ */


.tbl01 {
	width: 100%;
	margin-bottom: 50px;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}
.tbl01 th {
	width: 20%;
	padding: 10px;
	padding-left: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #3499c0;
}
.tbl01 td {
	padding: 10px;
	padding-left: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.scroll {
	margin-bottom: 50px;
}
.tbl02 {
	width: 100%;
	margin-bottom: 50px;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	border-top: 1px solid #ccc;
}
.tbl02 th {
	padding: 10px;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
/*	border-right: 1px solid #ccc;
	background: #3cb8ff;*/
	text-align: center;
	color: #3499c0;
}
.tbl02 td {
	padding: 10px;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
/*	border-right: 1px solid #ccc;*/
	text-align: center;
}



/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.tbl01 th  {
		padding: 3%;
		padding-left: auto;
		display: block;
		border-bottom: none;
	}
	.tbl01 td {
		padding: 3%;
		padding-left: auto;
		display: block;
		border-top: 1px none;
		border-bottom: none;
	}
	.tbl01 td  {
		border-right: none;
	}
	.tbl01 tr:last-child td  {
		border-bottom: none;
	}
	.tbl01 th {
		width: 94%;
	}

	.img_tbl {
	flex-direction: column-reverse;
	}

	.scroll {
		overflow: auto;
		white-space: nowrap;
		margin-bottom: 8%;
	}
	.scroll::after {
		position: relative;
	/*	content: "※横にスクロールしてください";*/
		color: #f76060;
		top: -15px;
	}
	.scroll .tbl02 {
		width: 100%;
		margin-bottom: 20px;
	}
	.img_tbl .img_area {
		margin-bottom: 3%; 
	}
	textarea{
		width: 94%;
	}
	.button{
		display: flex;
	}
	button{
		width: 45%;
		margin: 0 10px;

	}
}
/* ========== end △ */



.faq_box {
	margin-bottom: 50px;
	border: 1px solid #ccc;
}
.faq_box .q_box {
	background-color: #fff;
	padding: 20px;
	border-bottom: 1px dashed #ccc;
	border-radius: 10px 10px 0 0;
}
.faq_box .q_box h4 {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	padding-left: 40px;
}
.faq_box .q_box h4::before {
	position: absolute;
	content: "Q";
	color: #333;
	font-size: 30px;
	font-weight: bold;
	left: 0;
	top: 50%;
	margin-top: -23px;
}
.faq_box .a_box {
	padding: 20px;
}
.faq_box .a_box p {
	position: relative;
	padding-left: 40px;
}
.faq_box .a_box p::before {
	position: absolute;
	content: "";
	font-size: 30px;
	font-weight: bold;
	left: 8px;
	top: 38%;
	margin-top: -24px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	.faq_box .q_box h4 {
		font-size: 18px;
	}
}
/* ========== end △ */

.cont_area .site_wrap{
	width: 1000px;
}

.cont_area{
	position: relative;
	background: #eee;
	padding-top: 50px;
	padding-bottom: 70px;
	margin-top: 50px;
}
.cont_area .top_ttl{
	position: relative;
	top: 0;
	margin: 0;
	text-align: center;
}
.cont_area .top_ttl h2{
margin-top: 0;
color: #124098;
font-size: 48px;
font-family: source-han-serif-japanese, serif;
font-style: normal;
font-weight: normal; 
}

.cont_area .top_txt{
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}
.top_ttl .j_txt{
	font-size: 16px;
	margin-left: 15px;
	color: #aaa;
}
.cont_inner{
    width: 1000px;
    margin-left: auto;
    margin-top: 20px;
}
.cont_area .tel_area{
	background: url(../images/ico_tel.png) left center no-repeat;
	font-family: source-han-serif-japanese, serif;
	font-size: 48px;
	font-weight: bold;
	padding-left: 40px;
}
.cont_area .cont_btn{
	width: 350px;
}
.cont_area .cont_btn a{
	display: block;
	color: #333;
	background: url(../images/ico_mail_cnt.png) left 30px center no-repeat ;
	border: #333 2px solid;
	text-align: center;
	padding: 20px;
	text-decoration: none;
	transition: all 0.2s ease;
}



/* ▽ PC layout ========== */
@media only screen and (min-width: 641px) {
.cont_area .cont_btn a:hover {
    background: url(../images/ico_mail_cnt_on.png) left 30px center no-repeat #333;
	color: #fff;
  }
}
/* ========== end △ */


/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
  .cont_area {
    padding-bottom: 8%;
  }
  .cont_area .site_wrap{
	width: 94%;
}
  .cont_inner {
    width: 90%;
    margin: auto;
    margin-top: 2%;
  }
	.cont_area .logo_area img {
    height: auto;
  }
  .cont_area .tel_area {
    background: url(../images/ico_tel.png) left center no-repeat;
    font-size: 48px;
    font-weight: bold;
    padding-left: 40px;
    margin:0 auto;
  }
  .cont_area .cont_btn {
    width: 350px;
    margin: auto;
    margin-top: 3%;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .cont_area {
    padding-bottom: 10%;
  }
  .cont_area .top_ttl {
    top: -20px;
  }
  .cont_area .top_txt {
    font-size: 18px;
    text-align: center;
  }
  .cont_inner {
    width: 100%;
    margin-left: auto;
    margin-top: 2%;
  }
  .cont_area .logo_area {
    width: 40%;
  }
  .cont_area .logo_area img {
    height: auto;
  }
  .cont_area .tel_area {
    width: auto;
    background: url(../images/ico_tel.png) left center no-repeat;
    background-size: 18px;
    font-size: 28px;
    font-weight: bold;
    padding-left: 20px;
    margin-top: auto;
  }
  .cont_area .cont_btn {
    width: 100%;
    margin: auto;
    margin-top: 5%;
  }
}
/* ========== end △ */


/*サービス内容*/
.service {
	border: 1px solid #eee;
	padding: 2%;
}
/*お問い合わせフォーム*/
.dd-radio{
	margin-left: 0;
}
.button {
	margin: 0 auto;
	text-align: center;
}

.button button{
	background: transparent;
	border: none;
}
.pref {
	margin: 10px 0 10px 20px;
}
.cnt_adress{
	margin-left: 30px;
	width: 29%;
}

/* ▽ TAB layout ========== */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
	.cnt_adress{
		width: 56%;
	}
  }
  /* ========== end △ */
  

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
	button{
	display: block;
	width: 100%;
	}
	.cnt_adress{
		width: 88%;
	}
  }
  /* ========== end △ */

  /*お問い合わせページ*/
  .cf {
	  text-align: center;
	  margin: 10px auto 50px;
	  display: flex;
  }

  .cf button,
  .button button {
	background: #666666;
	color: #fff;
	padding: 10px 15px;
	margin: 5px 10px 20px;
	border-radius: 8px;
	width: 250px;
	font-weight: 600;
	border: none;
	font-size: 16px;
  }


@media only screen and (min-width: 641px) and (max-width: 1024px) {
	#page_ttl h2{
		top: 52%;
	}

}

/* ----------------------------------------- 内容テンプレート END  */