@charset "UTF-8";


.txt01 {
	color: #000;
	font-size: 107%;
	line-height: 1.8;
	margin-bottom: 20px;
}

.h3_tit01 {
	color: #2db9b1 !important;
	font-size: 160% !important;
	border-bottom: solid 3px #ccc !important;
	position: relative;
}

.h3_tit01::after {
	content: "";
	width: 152px;
	height: 3px;
	background: #2db9b1;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 1;
}

#inner h4 {
	font-size: 16px;
	border-left: 5px solid #2db9b1;
	padding: 7px 15px;
	background: #e3f6f5;
	margin-bottom: 20px;
}

.h5_tit01 {
	font-size: 120% !important;
	border-left: 5px solid #2db9b1 !important;
	padding: 0 10px !important;
	margin-bottom: 10px !important;
}

.submainv h2 {
	font-size: 220%;
}

.box01 {
	margin-bottom: 50px;
}

/* サブページメインビジュアル
------------------------------------------------------------*/
.request {
	background-image: url(images/request/mainv.png);
}


#inner {
	font-size: 16px;
}


.mark {
	display: inline-block;
	background: linear-gradient(transparent 80%, yellow 20%);
}
.red { color: #ff0000; }


.column_2 {
	overflow: hidden;
}

.column_2 div {
	width: 430px;
	float: left;
}

.column_2 div:last-child {
	float: right;
}

.column_2 .moreBtn {
	width: 70%;
	margin: auto;
}

.yellow_back {
	background: #fcf9ed;
	padding: 30px;
}

.dash_box {
	border: 1px dashed #ccc;
	padding: 15px;
}

.dash_box .font_large {
	display: block;
	margin-top: 10px;
	letter-spacing: 0.05em;
}

.font_large {
	font-size: 24px;
}

.bold {
	font-weight: bold;
}


/* フォーム
------------------------------------------------------------*/
.form {
	margin-top:  40px;
	overflow: hidden;
	border-top: 1px solid #ccc;
}

.form dt {
	float: left;
	width: 20%;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.form dd {
	float: right;
	width: 80%;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.form input, .form textarea, .form select {
	border: 1px solid #ccc;
	padding: 6px;
}

.form input[type="text"], .form textarea {
	width: 80%;
}

label {
	cursor: pointer;
}

.mgr_1em {
	margin-left: 1em;
}

.submit {
	display: block;
	
	padding: 20px 0;
	background: #2db9b1;
	text-align: center;
	color: #fff;
	font-size: 16px;
	width: 250px;
	margin: 50px auto 0;
	
	cursor: pointer;
	-webkit-appearance: none;
}

.submit:hover {
	opacity: 0.7;
	transition: 0.3s ease all;
}

.enter {
	background: #2db9b1;
}

@media (max-width: 999px) {
.column_2 > div {
	width: 48%;
	margin-bottom: 30px;
}

.column_2 div.taiken_thumb {
	width: 100%;
}

.column_2 div img {
	width: 100%;
}

.mail_mousikomi {
	width: 90%;
}


/* フォーム
------------------------------------------------------------*/
.form {
	overflow: hidden;
	border-top: 0;
}

.form dt {
	float: none;
	width: 100%;
	padding: 10px;
	border: 0;
	background: #f1f1f1;
}

.form dd {
	float: none;
	width: 100%;
	border: 0;
	padding: 10px;
	padding-bottom: 30px;
}

.form input[type="text"], .form textarea {
	width: 100%;
	margin-bottom: 10px;
}

label {
	display: block;
}

.mgr_1em {
	margin-left: 0;
}

}



@media (max-width: 768px) {

.column_2 > div {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}

.column_2 div:last-child {
	float: none;
}

.pagelink li {
	float: none;
	margin-right: 0px;
	margin-bottom: 10px;
}
.pagelink li:last-child {
	margin-bottom: 0;
}

.kijitu td, .kijitu th {
	display: block;
}


.submit {
	width: 80%;
}

}