@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Component - Base

コンポーネント設定。  
各ページでよく使い回す記述。  
このサイト専用の共通設定。


*/
/*
## - form input select textarea

<div class="_h3">input select textarea</div>

*/
.caution_area {
	border: 2px solid #d64747;
	border-radius: 0px;
	color: #ff0000;
	padding: 5px 10px;
}

.caution_area p {
	margin-bottom: 1px;
}

.text_frame input {
	width: 100%;
	font-size: 0.938rem;
	box-sizing: border-box;
	margin: 0;
	background-color: #fff;
	border-radius: 0px;
	border: 1px solid #b2b2b2;
	height: 40px;
	padding: 0 .7em;
	padding-right: .5em;
}

.text_frame input:focus, .text_frame input:active {
	outline: 2px solid #a6a6a6;
	outline-offset: -2px;
}

.text_frame-age input {
	width: 7em;
	margin-right: 1em;
}

.form__text {
	border-radius: 0px;
	box-shadow: 0 1px 0 0 #cacaca inset;
	background-color: #fff;
}

.form__submit {
	border: 1px solid #fff;
	background-color: #116890;
	font-weight: normal;
}

.form-color__text {
	border: 0 none;
	color: #222;
}

.select_frame {
	position: relative;
	top: 0;
	left: 0;
}

.select_frame__display {
	border: 1px solid #ccc;
	border-radius: 0px;
	background-color: #fff;
	font-size: 1rem;
	z-index: 1;
	position: relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding-top: .4em;
	padding-left: .6em;
	height: 40px;
	padding-right: 26px;
}

.select_frame__display::after {
	position: absolute;
	top: 50%;
	right: 10px;
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.select_frame__display-default {
	color: #333;
}

.select_frame select {
	-webkit-user-modify: read-write-plaintext-only;
	-moz-user-modify: read-write-plaintext-only;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: 0 none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	width: 100%;
	height: 40px;
	cursor: pointer;
}

.select_frame select:focus + .select_frame__display,
.select_frame select:active + .select_frame__display {
	outline: 2px solid #a6a6a6;
	outline-offset: -2px;
}

.select_frame option {
	padding: 0 15px;
}

.textarea_frame textarea {
	width: 100%;
	font-size: 1rem;
	box-sizing: border-box;
	line-height: 1.5em;
	margin: 0;
	border-radius: 0px;
	border: 1px solid #b2b2b2;
	padding: .7em;
	height: 6em;
	resize: none;
}

.textarea_frame textarea:focus, .textarea_frame textarea:active {
	outline: 2px solid #a6a6a6;
	outline-offset: -2px;
}

.textarea_frame-m textarea {
	height: 5em;
}

.radio_frame {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
}

.radio_frame > label {
	display: table;
	width: 100%;
	height: 100%;
}

.radio_frame__input {
	position: absolute;
	-webkit-user-modify: read-write-plaintext-only;
	-moz-user-modify: read-write-plaintext-only;
	z-index: 1;
	left: 0;
	width: 14px;
	opacity: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
}

.radio_frame__input:focus + .radio_frame__label,
.radio_frame__input:active + .radio_frame__label {
	outline: 2px solid #a6a6a6;
	outline-offset: -2px;
}

.radio_frame__label {
	cursor: pointer;
	border: 1px solid #cfcfcf;
	border-radius: 0px;
	color: #888;
	text-align: center;
	font-size: 0.938rem;
}

.radio_frame .radio_frame__input:checked + .radio_frame__label {
	color: #fff;
}

.radio_list {
	display: table;
	width: 100%;
}

.radio_list .radio_frame {
	height: 100%;
}

.radio_list .radio_frame > label {
	display: table;
	width: 100%;
	height: 100%;
}

.radio_list .radio_frame__label {
	height: 100%;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-right-width: 0;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	background-color: #eee;
}

.radio__li {
	display: table-cell;
	height: 50px;
}

.radio__li:last-child .radio_frame__label {
	border-right-width: 1px;
}

.radio__li-2 {
	width: 50%;
	box-sizing: border-box;
}

.radio__li-3 {
	width: 33%;
	box-sizing: border-box;
}

.radio__li:first-child .radio_frame__label {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.radio__li:last-child .radio_frame__label {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.birth {
	position: relative;
	top: 0;
	left: 0;
}

.birth__input {
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding-right: 3em;
	margin-right: -3em;
}

.birth__unit {
	float: left;
	width: 3em;
	text-align: center;
	position: relative;
	line-height: 3.5em;
}

.birth::before, .birth::after {
	content: '';
	display: table;
}

.birth::after {
	clear: both;
}

.birth_list::before, .birth_list::after {
	content: '';
	display: table;
}

.birth_list::after {
	clear: both;
}

.check_frame {
	position: relative;
	top: 0;
	left: 0;
	min-width: 19px;
	min-height: 19px;
}

.check_frame-focus .check_frame__display {
	outline: 2px solid #a6a6a6;
}

.check_frame__icon {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.check_frame__display {
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
}

.check_frame__input {
	cursor: pointer;
	position: absolute;
	-webkit-user-modify: read-write-plaintext-only;
	-moz-user-modify: read-write-plaintext-only;
	z-index: 1;
	left: 0;
	width: 19px;
	height: 19px;
	box-sizing: border-box;
	opacity: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
}

.check_frame__input:focus + .check_frame__display {
	outline: 2px solid #a6a6a6;
	outline-offset: -2px;
}

.check_frame__display, .check_frame__input {
	top: 0.25em;
}

.check_frame__label {
	margin-left: 24px;
	display: block;
}

.check_frame__input:checked + .check_frame__display .check_frame__icon {
	opacity: 1;
	-ms-transform: scale(1);
	    transform: scale(1);
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Project

特定ページ専用、効果範囲が限定的な記述。  
コンテンツ内容に密接で、汎用性がなく、機能の付け替えを想定していない。


*/
.form-alert {
	color: #c73d42;
}

.red_label {
	background-color: #d64747;
	color: #fff;
	font-size: 13px;
	margin-left: 1em;
	line-height: 26px;
	height: 26px;
	box-sizing: border-box;
	display: inline-block;
	padding-left: .7em;
	padding-right: .7em;
	border-radius: 0;
	position: relative;
	top: -.15em;
	left: 0;
}

@media screen and (min-width: 900px), print {
	.contact {
		font-size: 15px;
	}
}

.contact input,
.contact textarea,
.contact select,
.contact option {
	font-size: 16px;
}

@media screen and (min-width: 900px), print {
	.contact .textarea_frame textarea {
		height: 250px;
	}
}

@media screen and (max-width: 899px) {
	.contact .textarea_frame textarea {
		height: 200px;
	}
}

.contact__head {
	margin-bottom: 50px;
}

.contact__head p:not(:last-child) {
	margin-bottom: 2em;
}

@media screen and (min-width: 900px), print {
	.contact__gr {
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 899px) {
	.contact__gr {
		padding-bottom: 20px;
	}
}

.contact__gr-submit {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

@media screen and (min-width: 900px), print {
	.contact__gr-submit {
		padding-top: 45px;
	}
}

.contact__gr-submit .link_arrow-prev {
	position: absolute;
	top: 65px;
	left: 0;
}

.contact__gr input[type='radio'] {
	margin-right: .4em;
}

.contact__th {
	padding-top: .4em;
	color: #4d4d4d;
	font-size: 16px;
}

@media screen and (min-width: 900px), print {
	.contact__th {
		min-width: 300px;
	}
}

@media screen and (max-width: 899px) {
	.contact__th {
		margin-bottom: 10px;
	}
}

.contact__th .red_text {
	margin-left: .2em;
}

.form-confirm .contact__th,
.mw_wp_form_confirm .contact__th, .contact__th-listgroup {
	padding-top: 0;
}

.contact__td {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

.contact__td li {
	display: inline-block;
	margin-right: 1em;
}

.contact__td li:not(:last-child) {
	margin-bottom: .7em;
}

.contact__td .radio_list .mwform-radio-field {
	display: inline-block;
	margin-right: 1em;
}

.contact__td .radio_list .mwform-radio-field:not(:last-child) {
	margin-bottom: .7em;
}

.contact__td .radio_list:not(:last-child) {
	margin-bottom: 1em;
}

.form-confirm .contact__td,
.mw_wp_form_confirm .contact__td {
	word-break: break-all;
}

.contact__td .contact__th {
	min-width: 130px;
	display: inline-block;
}

.contact__td .text_frame-unit input {
	margin-right: .5em;
}

@media screen and (min-width: 900px), print {
	.contact__td .text_frame-unit input {
		width: 93%;
	}
}

@media screen and (max-width: 899px) {
	.contact__td .text_frame-unit input {
		width: 90%;
	}
}

@media screen and (min-width: 900px), print {
	.contact__td .text_frame-age input {
		width: 10em;
	}
}

@media screen and (min-width: 900px), print {
	.contact__td .text_frame-tel input {
		width: 7em;
	}
}

@media screen and (max-width: 899px) {
	.contact__td .text_frame-tel input {
		width: 5.5em;
	}
}

.contact__td .text_frame .unit {
	color: #4d4d4d;
}

@media screen and (min-width: 900px), print {
	.contact__td .text_frame .unit {
		font-size: 16px;
	}
}

.contact__ex {
	margin-top: .5em;
}

.contact__ex-php {
	margin-top: 0;
}

.contact__ex-alert {
	background-color: #d64747;
	color: #fff;
	padding: .3em 1em;
	border-radius: 0px;
	transition: opacity .2s ease-in;
}

.contact__ex-alert.ng-enter {
	opacity: 0;
}

.contact__ex-alert.ng-enter.ng-enter-active {
	opacity: 1;
}

.contact__ex-alert.ng-leave {
	opacity: 1;
}

.contact__ex-alert.ng-leave.ng-leave-active {
	opacity: 0;
}

.contact__ex + .contact__ex-alert {
	margin-top: .5em;
}

.contact__foot {
	margin-top: 60px;
}

.required {
	color: #d64747;
	margin-left: 1em;
	font-size: 0.813rem;
}

.explanation {
	margin-top: 15px;
	background: #f5f5f5;
	padding: 26px;
	border-radius: 5px;
}

.explanation p,
.explanation a {
	font-size: 0.813rem;
}

.explanation .link_list li {
	margin-bottom: .1em;
}

.button_area {
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}

.button_area .link-prev {
	color: #222;
}

@media screen and (min-width: 900px), print {
	.button_area .link-prev {
		position: absolute;
		top: 1em;
		left: 0;
	}
}

@media screen and (max-width: 899px) {
	.button_area .link-prev {
		margin-top: 2em;
		display: inline-block;
	}
}

.root .main_content .button_area .link-prev {
	text-decoration: none;
	border: 0 none;
	background: none;
	padding: 0 0 0 38px;
	min-height: 16px;
	display: block;
	background: url("../img/icon/arrow/link_prev.png") 0 center/34px 12px no-repeat transparent;
}

.root .main_content .button_area .link-prev:hover {
	text-decoration: underline;
}

.button_area .btn {
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	color: #fff;
	background-color: #116890;
	border: 0 none;
	text-align: center;
	min-width: 10em;
	border-radius: 0;
	height: 44px;
	padding-left: 2em;
	padding-right: 2em;
}

.button_area .btn:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

@media screen and (max-width: 899px) {
	.button_area .btn {
		min-width: 15em;
	}
}

.button_area .btn-disabled {
	opacity: .5;
}

.button_area .btn-disabled:hover {
	opacity: .5;
}

@media screen and (max-width: 899px) {
	.button_area .btn {
		display: block;
	}
}

@media screen and (max-width: 899px) {
	.radio_list .mwform-radio-field {
		margin-bottom: 10px;
	}
}

.mw_wp_form_input p {
	display: none;
}

.mw_wp_form_confirm .pet_type__layout .text_frame {
	display: block;
}

.mw_wp_form_confirm .contact__th {
	font-weight: bold;
}

.mw_wp_form_confirm p {
	display: none;
}

.mw_wp_form_complete p {
	display: block;
}

input[type="text"] + br {
	display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

.text_frame br {
	display: none;
}
