@charset "utf-8";
/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
#conts h3 {
	margin: 0 0 8px 10px;
}

#adopt-thanks #conts h3.txt {
	margin: 0 0 10px!important;
}

#conts p {
	margin: 0 10px 10px;
	color: #333;
	line-height: 1.7;
}

#conts .telImg {
	margin: 0 0 30px 10px;
}

#conts .telBox {
	margin: 0 10px 40px;
	padding: 3px 24px 4px;
	border: 5px solid #f0f0f0;
}

#conts .telBox ul li {
	margin-right: 23px;
	float: left;
}

#conts .policyBox {
	margin: 0 auto 25px;
	padding: 20px;
	width: 650px;
	height: 120px;
	border: 1px solid #ccc;
	overflow-y: scroll;
}

#conts .policyBox p {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 1.7;
}

#conts .policyBox p.ttl {
	margin-top: 0;
	font-weight: bold;
	font-size: 15px;
}

#conts .policyText {
    text-align: center;
    margin: 30px 0;
}

#conts form fieldset {
	margin: 0 10px 15px;
	padding: 5px;
	background: #f0f0f0;
}

#conts form table {
	width: 680px;
	border-collapse: collapse;
}

#conts form th,
#conts form td {
	padding: 15px 10px;
	border: 1px solid #ccc;

	vertical-align: middle;
	line-height: 1.5;
}

#conts form th {
	background: #F9F9F8;

	text-align: left;
	font-weight: normal;
}

#conts form th .required {
	margin-right: 5px;
	display: inline-block;

	vertical-align: middle;
}

#conts form th label {
	display: inline-block;

	vertical-align: middle;
}

#conts form td {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}

#conts form td input {
	padding: 4px 3px 3px;
}

#conts form td select {
	padding: 4px 3px 3px;
}

#conts form td textarea {
	padding: 4px 3px 3px;

	font-size: 1em;
	line-height: 1.4;
}

#conts form .fName input,
#conts form .fKana input {
	margin-right: 5px;
	width: 113px;
}

#conts form .fName .mei {
	margin-left: 22px;
}

#conts form .fKana .mei {
	margin-left: 10px;
}

#conts form .fBirth select {
	margin-right: 5px;
}

#conts form .fEmail p {
	margin: 5px 0 2px;
}

#conts form .fEmail input,
#conts form .fTel input {
	width: 340px;
}

#conts form .fQual textarea,
#conts form .fComment textarea {
	width: 490px;
	height: 66px;
}

#conts form .send {
	height: 45px;

	position: relative;
}

#conts form .send .rule {
	position: absolute;
	top: 12px;
	right: 450px;
}

#conts form .send .btn {
	text-align: center;
}

.mr0 {
	margin-right: 0!important;
}


p.notes {
	margin-top: 20px!important;
	color: #999!important;
	font-size: 12px!important;
	text-align: center;
}

/*------------------------------------------------------------
	error
------------------------------------------------------------*/
#conts p.error {
	margin-bottom: 3px;

	color: #FF0000;
	font-size: 1.24em;
}

#conts p.errorMsg {
	margin-bottom: 10px;

	line-height: 1.8;
}

#conts p.errorMsg img {
	margin-right: 5px;
	vertical-align: middle;
}

#conts form tr.error th {
	background: #ffe6e6;
}

#conts form tr.error td {
	background: #fff0f0;
}

/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
#conts .mv {
	margin-bottom: 30px;
	padding: 0 40px;
	text-align: right;
}

#conts .mv .mvImg {
	margin: 0 auto 10px;
	display: block;
}

#conts .mv .mvBtnLink {
	padding-left: 15px;
	position: relative;
}

#conts .mv .mvBtnLink::before {
	margin: auto 0;
	width: 0;
	height: 0;
	border-width: 10px 5px 0 5px;
	border-style: solid;
	border-color: #006b30 transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
}

#conts h2.h201 {
	margin: 0 0 12px 10px;
}

.mb20 {
	margin-bottom: 20px!important;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

#conts .ulBox {
	margin: 0 10px;
}

#conts .ulBox ul li {
	padding: 8px 10px 10px 10px;
	border: 5px solid #F0F0F0;
	width: 310px;
	line-height: 1.5;
	color: #333;
	font-size: 13px
}

#conts .ulBox ul li span {
	color: #008d3f;
	font-weight: bold;
}

#conts .thanksBox {
	font-size: 14px;
}

#conts .merit .meritBody {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#conts .merit {
	margin-bottom: 30px;
}

#conts .merit .level1 {
	margin-bottom: 20px;
}

#conts .merit .meritBox {
	margin-bottom: 30px;
	padding: 10px 30px 0;
	width: 50%;
	box-sizing: border-box;
}

#conts .merit .meritBox:not(:last-of-type) {
	position: relative;
}

#conts .merit .meritBox:not(:last-of-type)::after {
	width: 0;
	height: 0;
	border-width: 10px 0 10px 16px;
	border-style: solid;
	border-color: transparent transparent transparent #006B30;
	position: absolute;
	top: 25px;
	right: -8px;
	content: "";
}

#conts .merit .meritBox .meritHdg {
	margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #006B30;
	font-size: 23px;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
}

#conts .merit .meritBox .meritHdg .meritHdgNum {
	margin-right: 15px;
	display: flex;
	align-items: center;
	color: #CCC;
	font-size: 32px;
}

#conts .merit .meritBox .meritHdg .meritHdgNum .txt {
	margin-right: 3px;
	font-size: 14px;
}

#conts .merit .meritBox .meritBoxLayout01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#conts .merit .meritBox .meritBoxLayout02 {
	text-align: center;
}

#conts .merit .meritBox .meritBalloon {
	margin: 0;
	padding: 15px 20px;
	border-radius: 4px;
	background-color: #F6EDDA;
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
}

#conts .merit .meritBox .meritBalloon::after {
	margin: auto 0;
	width: 0;
	height: 0;
	border-width: 5px 0 5px 12px;
	border-style: solid;
	border-color: transparent transparent transparent #F6EDDA;
	position: absolute;
	top: 0;
	right: -12px;
	bottom: 0;
	content: "";
}

#conts .merit .meritBox .meritBalloon.reverse::after {
	right: auto;
	left: -12px;
	transform: rotate(180deg);
}

#conts .merit .meritSummary {
	padding: 30px;
	background-color: #F6EDDA;
}

#conts .merit .meritSummary li {
	padding-left: 30px;
	background: url(/assets/img/pc/entry/thanks/icon04.png) no-repeat left top 4px / 17px 14px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}

#conts .merit .meritSummary li:not(:last-child) {
	margin-bottom: 15px;
}

#conts .holiday {
	margin: 15px 20px 30px 10px;
	padding: 15px 20px;
	border: 2px solid #f00;
	color: #333;
}

#conts .holiday .ttl {
	margin-bottom: 10px;
	font-weight: bold;
}

#conts .thanksNote {
	margin: 20px auto;
	padding: 20px;
	width: 640px;
	border: 1px solid #ccc;
}

#conts .thanksNote p+p {
	margin-bottom: 0;
}

/*------------------------------------------------------------
	scout-thanks
------------------------------------------------------------*/
#scout-thanks #conts {
	margin: 0 auto;
	width: 720px;
	float: none;
}

h3.plantTeam {
	margin-left: 0!important;
}

#conts .thanksBox table {
	width: 345px;
}

#contact-thanks #conts .thanksBox table,
#adopt-thanks #conts .thanksBox table {
	width: 330px;
}

#contact-thanks #conts .holiday {
	margin-bottom: 35px;
}