@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: insurance.css
description: 保険と補償専用スタイルシート

1.レイアウト
2.スマートフォン縦横
3.スマートフォン横

///////////////////////////////////////////////////////// */

/* ===========  1.レイアウト =========== */

table.tblInsurance {
	border: none;
	width: 100%;
}

.scrl table.tblInsurance {
	border: none;
	width: 680px;
}

table.tblInsurance th {
	background-color: #65b50f;
	color: white;
	border: 1px solid #e5e5e5;
}

table.tblInsurance th.th02 {
	background-color: #e6f1da;
	color: black;
	border: 1px solid #e5e5e5;
}

table.tblInsurance td {
	width: 18%;
	text-align: center;
	border: 1px solid #e5e5e5;
}

table.tblInsurance td.noWidth {
	width: auto;
}

table.tblInsurance td.noBorder {
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 0;
}

.boxContactInsurance {
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	-khtml-border-radius: 10px;
	border: 2px solid #e5e5e5;
	padding: 15px 15px 5px;
	text-align: center;
}

.boxInsurance01 {
	float: left;
	width: 445px;
}

.boxInsurance02 {
	width: 215px;
	float: right;
}

.boxInsurance03 {
	background-color: #e5e5e5;
	padding: 10px;
	font-size: 128.6%;
	font-weight: 900;
	text-align: center;
}

.pth-wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-top:40px;
	margin-bottom: 40px;
}

.pth-wrap h4 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight:bold;
	font-size: 115%;
}

.pth-wrap .pth-p {
	line-height: 1;
	padding-left: 0.25rem;
	padding-bottom: 0;
	margin-top: 0.5rem;
}

.pth-text {
  font-size: 400%;
  vertical-align: middle;
  position: relative;
  left: 1rem;
  top: -0.25rem;
  color: #555;
}


/* ===========  2.667px以下スマホ縦横 =========== */
@media screen and (max-width: 667px) {
	
.boxInsurance01 {
	float: none;
	width: 100%;
}

.boxInsurance02 {
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 20px;
}

.tel-link {
	font-size: 200%;
}

.fs_normal {
	font-size: 100%;
}


.scrl {
	overflow: scroll;
}

.pth-wrap {
	flex-wrap: wrap;
}

.pth-text {
	display: none;
}



}

/* ===========  3.スマホ横 =========== */
@media only screen and (max-device-width:667px) and (orientation:landscape) {

.boxInsurance01 {
	float: left;
	width: 60%;
}

.boxInsurance02 {
	width: 35%;
	float: right;
	margin-top: 0;
}

.boxInsurance02 img {
	width: 100%;
}

.scrl table.tblInsurance {
	border: none;
	width: 100%;
}


}