
/* ↓メインビジュアル共通 ここから↓ */

.h-contact{
	background-image:url(../images/accident-contact/accident-contact.jpeg);
}

.contents_header{
	background-size:cover;
	background-repeat:no-repeat;
}

.contents_header .page_ttl{
	font-size:35px;
	line-height:1;
	text-shadow:0px 0px 5px #fff;
}

.contents_header .page_ttl_en{
	color:#262261;
	letter-spacing:0.07em;
	text-shadow:0px 0px 5px #fff;
}

/* ↑メインビジュアル共通 ここまで↑ */




/* ↓パンくずリスト共通 ここから↓ */


.pankuzu {
	font-size: 1.1rem;
	line-height: 1.2;
	background-size: 82px;
}

.pankuzu .pankuzu_set {
	display: flex;
	text-align: right;
}

.pankuzu .pankuzu_item {
	white-space: nowrap;
}

.pankuzu .pankuzu_item:before {
	margin: 0 1em 0 1.2em;
	color: #262261;
	content: ">";
}

.pankuzu .pankuzu_item a {
	text-decoration: none;
	color: #999999;
	display: inline-block;
}

.pankuzu .home::before {
	display: none;
}

.pankuzu .home a {
	margin-left: 2px;
}

.pankuzu .home a:hover {
	text-decoration: underline;
}

.pankuzu + * {
	margin-top: 30px;
}

/* ↑パンくずリスト共通 ここまで↑ */


/* ↓コンテンツ内タイトル部分 ここから↓ */

.ttl_h2 {
	position: relative;
	line-height: 1.6;
	color: #262261;
}

.ttl_h2 > span {
    margin-bottom: -2px;
    display: inline-block;
    border-bottom: solid 2px #262261;
}

/* ↑コンテンツ内タイトル部分 ここから↑ */


/* ↓お電話でのお問い合わせ ここから↓ */

.tel_form p.form_tel {
	font-size:32px;
	line-height: 1;
	color: #262261;
	margin: 8px 0;
}
.tel_form p.form_tel:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../images/tel.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right:10px;
	margin-bottom:10px;
}


/* ↑お電話でのお問い合わせ ここまで↑ */


/* ↓プライバシーポリシー ここから↓ */

.privacy_inc_ttl {
    font-size: 1.7rem;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
}

.privacy_contents .ttl_h2 {
    text-align: left;
    border: 0;
}

.privacy_frame {
    background: #eff0eb;
    overflow: auto;
    border: solid 1px #ccc;
}

.kakomi{
	border:solid 1px #000;
	display:inline-block;
}



.required {
    margin-right: 10px;
    padding: 4px 5px 3px;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background: #ff5773;
    display: inline-block;
    position: relative;
    top: -2px;
}

.privacy_agree{
	font-size:1.7rem;
}

/* ↑プライバシーポリシー ここまで↑ *


/* ↓メールフォーム ここから↓ */

.option {
    margin-right: 10px;
    padding: 4px 5px 3px;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background: #bbb;
    display: inline-block;
    position: relative;
    top: -2px;
}

.form_set .form_row {
    width: 100%;
    border-bottom: solid 1px #ddd;
}

.form_set .form_row .unit_ttl {
    font-size: 1.5rem;
    position: relative;
}

input[type=text], input[type=tel], input[type=email], input[type=password] {
    padding: 15px 11px;
}
input[type=text], input[type=tel], input[type=email], select, option {
    font-size: 1.6rem;
    border-radius: 3px;
    border: solid 1px #ddd;
    background: #fff;
    width: 100%;
    max-height: 51px;
    outline: none;
}

input, select {
    vertical-align: middle;
}

select {
    padding: 13px 11px 13px;
}


.comment1 {
    padding: 10px;
    line-height: 1.8;
    border-radius: 3px;
    border: solid 1px #ddd;
    background: #fff;
    width: 100%;
    max-width: 100% !important;
    height: 250px;
    outline: none;
    font-size: 1.6rem;
}

.submit ul li{
	text-align:center;
}

/* ↑メールフォーム ここまで↑ */



/* ↓お問い合わせ確認画面 ここから↓ */

.table tbody th {
    font-weight: normal;
    text-align: left;
    background: #E6E6FA;
}

.table th, .table td {
    text-align: left;
    line-height: 1.4;
    vertical-align: top;
}



/* ↑お問い合わせ確認画面 ここまで↑ */




/*事故時のアクシデント*/
/*その他CSSより*/
.accident_contact_set .ttl_h2 p {
	display: inline-block;
	font-size: 1.5rem;
	color: #222;
}

.accident_contact_set a {
	color: #058ee5;
	text-decoration: underline;
}

.accident_contact_set td {
	line-height: 1.7;
}

.accident_contact_set .accident_contact_tel span {
	font-weight: bold;
	display: block;
}

.accident_contact_set h3 {
	font-size: 1.7rem;
}

.accident_contact_list a {
	color: #058ee5;
	text-decoration: none;
}

.accident_contact_list h3 {
	font-size: 1.7rem;
}

.accident_contact_list .works_set {
	width: 100%;
}
.fwb {
	font-weight: bold !important;
}

 /*↓画面サイズが599px以下からはここを読み込む(スマホ）↓*/
@media screen and (max-width: 599px) {
	.contents_inner {
		padding-right: 15px;
		padding-left: 15px;
		text-align: left;
	}

	/*メインビジュアル*/
	.contents_header .contents_header_inner {
		padding-top: 40px;
		min-height: 120px;
	}
	.contents_header .page_ttl {
		font-size: 2.2rem;
	}
	.contents_header .page_ttl_en {
		font-size: 1.4rem;
	}

	/*パンくずリスト*/
	.pankuzu .pankuzu_set {
		overflow-x: scroll;
		padding: 0 15px;
	}
	.pankuzu .pankuzu_item a {
		padding: 1.5em 0;
	}

	/*コンテンツ内タイトル、文*/
	.ttl_h2 {
		font-size: 1.9rem;
		text-align: center;
		padding-bottom: 30px;
	}
	.ttl_h2 > span {
		padding-bottom: 8px;
		text-align: left;
	}
	.inner_lv3 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/*事故時の連絡先*/
	.table th,
	.table td {
		width: 100%;
		display: block;
	}
	.table_heavy tbody th {
		padding: 15px 1em 13px;
	}
	.table_heavy tbody td {
		padding: 20px 0 18px;
	}

	.accident_contact_set .ttl_h2 p {
		padding-top: 20px;
		text-align: left;
	}
	.accident_contact_set .accident_contact_tel span {
		font-size: 2.6rem;
	}
	.accident_contact_set .accident_contact_tel {
		padding: 10px 0;
	}
	.accident_contact_set .accident_contact_note {
		padding-top: 0;
		font-size: 1.4rem;
	}
	.accident_pet {
		padding-top: 10px;
	}
	.accident_contact_list .works_set {
		line-height: 1.9;
	}


}


 /*↓画面サイズが600px以上からはここを読み込む↓*/
@media screen and (min-width: 600px), print {

/*メインコンテンツ*/
	.contents {
		min-height: 600px;
	}
	.contents_inner {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		width: 960px;
	}

	/*メインビジュアル*/
	.contents_header .contents_header_inner {
		margin-left: auto;
		margin-right: auto;
		width: 960px;
		padding-top: 105px;
		min-height: 250px;
	}
	.contents_header .page_ttl {
		font-size: 3.5rem;
		letter-spacing: 0.05em;
	}
	.contents_header .page_ttl_en {
		font-size: 1.6rem;
		margin-top: 5px;
	}

	/*パンくずリスト*/
	.pankuzu .pankuzu_set {
		justify-content: flex-end;
		padding: 2em 0;
		margin-left: auto;
		margin-right: auto;
		width: 960px;
	}


	/*コンテンツ内タイトル、文*/
	.ttl_h2 {
		font-size: 2.4rem;
		width: 960px;
		border-bottom: solid 2px #ddd;
	}
	.ttl_h2 > span {
		padding-bottom: 15px;
	}
	.inner_lv3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	/*事故時の連絡先*/
	.table {
		border: solid 1px #ddd;
	}
	.table th,
	.table td {
		border: solid 1px #ddd;
	}
	.table_heavy tbody th {
		padding: 20px 1.5em 18px;
	}
	.table_heavy tbody td {
		padding: 20px 1.5em 18px;
	}

	.accident_contact_set .ttl_h2 p {
		padding-left: 15px;
	}
	.accident_contact_set .accident_contact_th {
		width: 230px;
		vertical-align: middle;
	}
	.accident_contact_set .accident_contact_tel span {
		font-size: 2rem;
	}
	.accident_contact_set .accident_contact_tel {
		width: 280px;
		vertical-align: middle;
	}
	.accident_contact_set .accident_contact_note {
		vertical-align: middle;
	}
	.accident_contact_set .pet {
		margin-bottom: 90px;
	}
	.accident_pet {
		padding-top: 30px;
	}
	.accident_contact_list {
		margin-top: 40px;
	}
	.accident_contact_list .company_profile_th {
		width: 220px;
	}
	.accident_contact_list .works_set {
		margin-top: 5px;
		overflow: hidden;
	}
	.accident_contact_list .works_item {
		margin-top: .6em;
	}
}
