@charset "UTF-8";

/* ▼共通▼ */
body {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
}

strong, label {
	font-weight: normal;
}

label, input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 15px 0;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
	font-weight: bold;
}

@media (max-width: 767px) {
	img {
		margin-bottom: 10px !important;
	}
}

ol {
	padding: 0;
}

ol li {
	list-style: none;
	padding-left: 25px;
	counter-increment: number;
	margin-bottom: 5px;
}

ol li:last-child {
	margin-bottom: 0;
}

ol li:before {
	content: counter(number);
	display: inline-block;
	margin-left: -25px;
	margin-right: 5px;
	background: #d4e9f2;
	color: #344f6a;
	font-weight: bold;
	width: 2rem;
	height: 2rem;
	text-align: center;
	border-radius: 50%;
}

br.xs-hidden {
	display: none;
}

@media (max-width: 767px) and (min-width: 340px) {
	br.xs-hidden {
		display: block;
	}
}

div.section, section {
	margin-bottom: 40px;
}

div.entry {
	padding: 0 10px;
}

@media (max-width: 767px) {
	div#navi {
		margin-left: 0;
	}

	div.entry {
		padding: 0;
	}
}

.cont {
	margin: auto -15px !important;
	padding: 0 15px !important;
}

.cont img {
	margin: 0;
	width: 100%;
}

.cont_s {
	margin: 0 auto 25px !important;
}

.inner {
	padding: 0 15px !important;
}

@media (max-width: 480px) {
	.inner {
		padding: 0 !important;
	}
}

div#thisPage {
	max-width: 1000px;
}

@media (max-width: 1020px) {
	div#footer {
		width: 1000px;
	}
}

@media (max-width: 767px) {
	div#thisPage, div#footer {
		width: auto;
	}
}

/* @media (max-width: 1020px) {

	div#thisPage {

		max-width: 900px;

		}

	}

@media (max-width: 920px) {

	div#thisPage {

		max-width: 850px;

		}

	}

@media (max-width: 870px) {

	div#thisPage {

		max-width: 760px;

		}

	} */
div#content p {
	margin: 0;
	line-height: 1.7;
}

p.text {
	margin-bottom: 10px !important;
}

span.cyuui {
	font-size: 13px;
}

.br-xs {
	display: none;
}

@media (max-width: 480px) {
	.br-xs {
		display: block;
	}
}

h2 {
	margin-bottom: 30px;
	overflow: hidden;
}

@media (max-width: 767px) {
	h2 {
		margin-bottom: 25px;
	}

	h2 img {
		width: 100%;
	}
}

h2.mainTitle, h3 {
	color: #ffffff;
	font-size: 20px;
	background: #0058a7;
	background: -moz-linear-gradient(left, #ffffff 0%, #5192cc 20%, #0058a7 50%, #5192cc 80%, #ffffff 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%, #5192cc 20%, #0058a7 50%, #5192cc 80%, #ffffff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%, #5192cc 20%, #0058a7 50%, #5192cc 80%, #ffffff 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 */
	margin: 0 auto 20px;
	padding: 10px;
	text-align: center;
}

h4 {
	font-size: 18px;
	color: #3a5894;
}

h4:after {
	content: "";
	display: block;
	height: 4px;
	background: -moz-linear-gradient(left, rgba(90, 163, 230, 1) 0%, rgba(125, 185, 232, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(90, 163, 230, 1) 0%, rgba(125, 185, 232, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(90, 163, 230, 1) 0%, rgba(125, 185, 232, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aa3e6', endColorstr='#007db9e8', GradientType=1);
	/* IE6-9 */
}

h5.smTitle {
	font-size: 16px;
	padding-bottom: 5px;
	position: relative;
	color: #344f6a;
	padding-left: 21px;
}

h5.smTitle:before {
	content: "▼";
	color: #5d97c9;
	margin-left: -21px;
	margin-right: 3px;
}

h5.smTitle:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: -webkit-repeating-linear-gradient(-45deg, #a1cbf1, #a1cbf1 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #a1cbf1, #a1cbf1 2px, #fff 2px, #fff 4px);
}

h6.smTitle {
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-bottom: 3px solid #5d97c9;
	color: #286090;
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
	/* IE6-9 */
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}

h5, h6 {
	font-size: 15px;
	margin-bottom: 10px;
}

.boldtext, .boldtext em, .boldtext strong {
	font-weight: bold;
}

.redtext, .redtext em, .redtext strong {
	font-weight: bold;
	color: #e62f4b;
}

div.cont_box {
	padding: 0 15px;
}

@media (max-width: 480px) {
	div.cont_box {
		padding: 0;
	}
}

div#content p.eig_text {
	font-size: 1.1rem;
	margin: 0;
	margin-top: 10px;
	text-align: right;
}

/* ▼ヘッダー▼ */
h1 {
	margin: 0;
}

#header {
	margin: auto;
}

#header label {
	display: block;
	margin: 0;
}

#header_sp {
	display: none;
}

@media (max-width: 768px) {
	#header {
		display: none;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav, .navbar-nav>li {
		float: none;
	}

	#header_sp, .navbar-toggle,
	.navbar-collapse.collapse.in, .collapse.in .navbar-nav, .collapse.in .navbar-nav>li,
	.navbar-collapse.collapse.show, .collapse.show .navbar-nav, .collapse.show .navbar-nav>li {
		display: block !important;
		float: none;
	}
}

/* #topMenu {

	width: auto;
	max-width: 1000px;

	}

@media (max-width: 1020px) {

	#topMenu {

		margin: auto;

		}

	#topMenu img {

		width: 150px;
		height: auto;

		}

	}

@media (max-width: 920px) {

	#topMenu img {

		width: 140px;
		height: auto;

		}

	}

@media (max-width: 870px) {

	#topMenu img {

		width: 126px;
		height: auto;

		}

	} */
/* ▼スマホ版ヘッダー▼ */
#header_sp {
	height: 70px;
	border-bottom: 5px solid #76b0e0;
	box-sizing: content-box;
	z-index: 1000;
	position: relative;
}

#header-title {
	height: 70px;
}

#header-title>.title {
	display: inline-block;
	width: calc(100% - 75px) !important;
	height: 70px;
	line-height: 1;
	margin: 0;
	padding-top: 15px;
	position: relative;
}

#header-title>.title .sp_header_logo:first-child,
#header-title>.title a:first-child {
	width: calc(33.33333333% - 8%);
}

#header-title>.title .sp_header_logo:last-child,
#header-title>.title a:last-child {
	margin-top: -3px;
}

@media (min-width: 600px) {
	#header-title>.title {
		width: 70% !important;
	}
}

@media (min-width: 670px) {
	#header-title>.title {
		width: 50% !important;
	}
}

@media (max-width: 480px) {
	#header-title {
		height: 59px;
	}

	#header-title div.sp_header_logo {
		padding-left: 0;
		padding-right: 5px;
	}
}

#header-title>.title img {
	width: 100%;
	/* position: absolute; */
	top: 0;
	bottom: 0;
	margin: auto !important;
}

@media (max-width: 480px) {
	#header-title>.title img {
		width: 95%;
	}
}

#header-title>.text {
	display: inline-block;
	font-size: 12px;
	vertical-align: bottom;
	color: #868686;
	width: 42%;
	margin-bottom: 5px;
}

ul.dropdown-menu {
	padding: 0 !important;
}

/* br-sp */
.br-sp {
	display: none;
}

@media (min-width: 500px) {
	.br-sp {
		display: block;
	}
}

.br-sm {
	display: none;
}

@media (max-width: 376px) {
	.br-sm {
		display: block;
	}
}

.navbar-header {
	width: auto;
	/* height: 70px; */
	position: absolute;
	right: 0px;
	top: 0px;
	background: rgb(0, 118, 192);
}

.navbar-header button.navbar-toggle {
	margin: 0 !important;
}

.navbar-toggle {
	height: 70px;
	text-align: center;
	width: 55px;
	margin: 0px;
}

.navbar-toggle .icon-bar {
	height: 3px;
	background: rgb(255, 255, 255);
	margin: 0px auto;
}

.navbar-nav {
	margin: 0 -15px 7.5px;
}

.nav>li {
	background: #76b0e0;
	z-index: 10000;
	border-bottom: 1px solid #fff;
	font-size: 13px;
}

.spMenu {
	background: #0076c0 !important;
	color: #fff !important;
}

.pcMenu {
	padding-left: 30px !important;
}

.dropdown-menu>li>a {
	color: #fff;
	line-height: 40px !important;
	border-bottom: 1px solid #fff;
}

.nav>li>a {
	padding: 15px 0 15px 15px;
	color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover,
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background: #efefef;
	color: #000;
}

.nav-border {
	background: #efefef;
	color: #000 !important;
	cursor: default;
}

@media (max-width: 480px) {
	#header_sp, .sp_header .navbar-header, .navbar-toggle {
		height: 55px;
	}

	#header-title>.title, .sp_header header, .sp_header .navbar-toggle {
		height: 55px !important;
	}

	#header-title>.text {
		font-size: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 320px) {
	#header_sp {
		height: 55px;
	}

	#header-title>.title, .sp_header #header-title>.text {
		width: 100%;
		max-width: 240px;
	}
}

li.hokkaido a {
	color: #3a8cbf !important;
	background: #cae8fc !important;
}

li.kanto a {
	color: #527e26 !important;
	background: #d5ebbf !important;
}

li.chubu a {
	color: #7f562c !important;
	background: #efdbc6 !important;
}

li.kansai a {
	color: #6c3f9a !important;
	background: #e7d5f9 !important;
}

li.chugoku a {
	color: #458a74 !important;
	background: #c7ebdf !important;
}

li.kyushu a {
	color: #d94b4b !important;
	background: #fddcdc !important;
}

li.okinawa a {
	color: #bf4b03 !important;
	background: #ffe1cf !important;
}

div#navi {
	margin: 15px 0 15px 10px;
}

@media (max-width: 768px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

/* ▼よくある質問▼ */
#qa .left {
	padding-right: 5px;
}

#qa .right {
	padding-left: 5px;
}

@media (max-width: 768px) {
	#qa .left {
		padding-right: 15px;
	}

	#qa .right {
		padding-left: 15px;
	}
}

.questionBox a[class*="qa_btn"] {
	display: block;
	padding: 10px 40px;
	border: 1px solid #ccc;
	border-bottom: none;
	text-decoration: none;
	color: #000;
	position: relative;
}

.questionBox a[class*="qa_btn"]:before {
	content: "Q：";
	font-weight: bold;
	color: #0971ce;
	margin-left: -26px;
}

.questionBox a[class*="qa_btn"]:after {
	content: "▼";
	color: #0971ce;
	position: absolute;
	width: 15px;
	height: 20px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.questionBox a.active:after {
	content: "▲";
}

.questionBox.last1 a,
.questionBox.last2 a {
	border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {
	.questionBox.last1 a {
		border-bottom: none;
	}
}

.questionBox .answer {
	border: 1px solid #ccc;
	border-bottom: none;
}

.questionBox.last2 .answer {
	border-top: none;
	border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
	.questionBox.last1 .answer {
		border-top: none;
		border-bottom: 1px solid #ccc;
	}
}

.questionBox .answer p {
	padding: 15px;
	padding-left: 40px;
}

.questionBox .answer p:before {
	content: "A：";
	font-weight: bold;
	color: #d83024;
	margin-left: -26px;
}

/* ▼お客様の声▼ */
.soudan_view {
	margin-bottom: 20px;
}

.soudan_view div {
	margin-bottom: 10px;
}

.voiceBox {
	margin-bottom: 20px;
	padding: 10px 15px;
	border: 1px solid #cbe1ad;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.voiceBox p {
	margin-bottom: 10px !important;
}

.voiceBox img {
	max-width: 200px;
}

.voiceBox h5.before {
	padding-left: 20px;
	position: relative;
	color: #575b72;
}

.voiceBox h5.after {
	padding-left: 20px;
	position: relative;
	color: #cc5d83;
}

.voiceBox h5.before:before,
.voiceBox h5.after:before {
	content: "●";
	margin-left: -20px;
	font-size: 18px;
}

.voiceBox h5.before:after,
.voiceBox h5.after:after {
	content: "▼";
	color: #fff;
	position: absolute;
	left: 4px;
	top: 6.5px;
	font-size: 10px;
}

/* ▼店舗一覧メニュー▼ */
div.area_btn a {
	display: block;
	width: 100%;
	text-align: center;
	background: #f6f6f6;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #ccc;
	border-bottom: none;
	text-decoration: none;
	padding: 10px;
	color: #26669c !important;
	position: relative;
}

div.area_btn a:after {
	content: "▼";
	position: absolute;
	right: 15px;
}

div.area_btn a.active:after {
	content: "▲";
}

div.area_btn a.okinawa {
	border-bottom: 1px solid #ccc;
}

.shopBox_in {
	background: #fff;
	margin: 0 auto;
	padding: 0 !important;
	border: 1px solid #ccc;
	border-bottom: none;
}

div.shopBox_in p {
	margin: 0 !important;
}

.shop-total {
	font-size: 18px;
	font-weight: bold;
	margin: 0 -15px 0 -15px !important;
	padding: 20px 15px;
	border-bottom: 1px solid #bebebe;
}

.shop-total {
	font-size: 18px;
	font-weight: bold;
	margin: 0 -15px 0 -15px !important;
	padding: 20px 15px;
	border-bottom: 1px solid #bebebe;
}

.shop-col {
	margin: 0;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
}

.shop-col:hover {
	background: #d5e7f6;
}

@media (max-width: 480px) {
	.shop-col {
		padding: 10px 5px;
	}
}

.shopBox_in .shop-col:last-child {
	border-bottom: none;
}

.shop-col a.tenpo_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	z-index: 1;
}

.shop-col div {
	padding: 0 3px;
}

.shop-col div.tenpo_in {
	margin: 0;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
}

.shop-col div.tenpo_ls,
.shop-col div.tenpo_ntr,
.shop-col div.tenpo_hs,
.shop-col div.tenpo_hn {
	padding-left: 50px;
	position: relative;
	/*	min-height: 45px; */
}

.shop-col div.tenpo_ls:before {
	background: url(/images/logo_ls.png);
}

.shop-col div.tenpo_ntr:before {
	background: url(/images/logo_nitori.png);
}

.shop-col div.tenpo_hs:before {
	background: url(/images/logo_soudan.png);
}

.shop-col div.tenpo_hn:before {
	background: url(/images/logo_hoken-nitori.png);
}

.shop-col div.tenpo_ls:before,
.shop-col div.tenpo_ntr:before,
.shop-col div.tenpo_hs:before,
.shop-col div.tenpo_hn:before {
	content: "";
	background-size: 100%;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	margin: auto;
	left: -5px;
}

@media (min-width: 600px) {

	.shop-col div.tenpo_ls:before,
	.shop-col div.tenpo_ntr:before,
	.shop-col div.tenpo_hs:before,
	.shop-col div.tenpo_hn:before {
		bottom: 0;
	}
}

@media (max-width: 599px) {
	.shop-col div.tenpo_in {
		display: block;
	}

	.shop-col div.tenpo_ls,
	.shop-col div.tenpo_ntr,
	.shop-col div.tenpo_hs {
		padding-left: 22px;
		width: 100%;
	}

	.shop-col div.tenpo_ls:before,
	.shop-col div.tenpo_ntr:before,
	.shop-col div.tenpo_hs:before {
		width: 30px;
		height: 30px;
		left: -3px;
		top: -1px;
	}
}

.shop-col div.shop_name p {
	margin: 0;
}

.shop-col div.shop_name p strong {
	font-size: 1.5rem !important;
	font-weight: bold;
}

.shop-col .address p {
	margin: 0;
}

@media (max-width: 599px) {
	.shop-col .address, .shop-col div.shop_name {
		width: 100%;
	}

	.shop-col div.shop_name {
		margin-bottom: 5px;
	}

	.shop-col .address p {
		font-size: 1.3rem !important;
	}
}

.shop-col .address span {
	position: relative;
	z-index: 100;
	font-size: 1.45rem !important;
}

.shop-col .address span a {
	text-decoration: underline;
}

.shop-col p.button {
	margin: 0;
}

.top_back {
	max-width: 718px;
	padding: 20px 0;
	margin: auto;
}

.top_back a {
	display: block;
	margin: auto;
	padding: 10px 15px;
	text-align: center;
	width: 70%;
	background: #1e5799;
	background: -moz-linear-gradient(top, #4a90cc 0%, #1e5799 99%);
	background: -webkit-linear-gradient(top, #4a90cc 0%, #1e5799 99%);
	background: linear-gradient(to bottom, #4a90cc 0%, #1e5799 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a90cc', endColorstr='#1e5799', GradientType=0);
	/* IE6-9 */
	color: #fff;
	font-size: 1.8rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.top_back a:hover {
	text-decoration: none;
	background: #4a90cc;
}

.top_back a:before {
	content: "";
	display: inline-block;
	background: url(../images/back.png) no-repeat;
	background-size: contain;
	width: 17px;
	height: 17px;
	margin-bottom: -2px;
	margin-right: 5px;
}

.buttonBox, .buttonBox2 {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000000;
}

.buttonBox .col-md-6,
.buttonBox2 .col-md-4 {
	margin: 0;
	padding: 0;
}

.buttonBox .col-md-4 {
	margin: 0;
	padding: 0;
}

@media (max-width: 991px) {
	.buttonBox .col-md-6 {
		width: 50% !important;
		float: left !important;
	}

	.buttonBox2 .col-md-4 {
		width: 36% !important;
		float: left !important;
	}

	.buttonBox2 .col-md-4.docBtn {
		width: 28% !important;
	}
}

@media (max-width: 330px) {
	.buttonBox2 .col-md-4 a {
		font-size: 16.5px;
		padding: 15px 10px;
	}
}

.contactBox {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000000;
}

.contactBox a {
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 15px;
	background-color: #26995a;
	color: #fff;
	font-weight: bold;
}

.mainImg {
	text-align: center;
	margin-top: 10px !important;
}

.mainImg, .mainTxt {
	margin: auto;
}

.btn-contact,
.btn-tel {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}

.btn-contact {
	color: #fff !important;
	background-color: #f88413;
	border-color: #f88413;
}

.btn-contact.btn-md {
	position: relative;
	z-index: 100;
	line-height: 1.2;
}

@media (max-width: 460px) {
	.btn-contact.btn-md {
		font-size: 1.3rem;
		padding: 6px 3px 5px;
	}
}

.btn-contact:hover {
	color: #fff;
	background-color: #ffac7d;
	border-color: #ffac7d;
}

.buttonBox .btn-contact,
.buttonBox2 .btn-contact {
	border-radius: 0;
	padding: 15px;
	background-color: #e51c58;
	border-color: #e51c58;
}

.buttonBox2 .docBtn .btn-contact {
	background-color: #26995a;
	border-color: #26995a;
}

.btn-cBack {
	color: #fff;
	background-color: #4BC6FF;
	border-color: #4BC6FF;
	padding: 16px 16px;
	font-size: 25px;
}

.btn-cBack:hover {
	color: #fff;
	background-color: #98DEFF;
	border-color: #98DEFF;
}

.button {
	font-family: "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif;
}

@media (max-width: 460px) {

	.btn-group-lg>.btn,
	.btn-lg {
		padding: 10px 3px;
	}
}

/* ▼フッター▼ */
div#footer {
	height: auto;
}

#footer_sp {
	display: none;
}

@media (max-width: 768px) {
	#footer {
		display: none;
	}

	#footer_sp {
		display: block;
	}
}

#footer_sp footer {
	margin-top: 50px;
	background: #dde9f3;
	color: #337ab7;
	font-size: 1.4rem;
	padding: 20px 0 15px;
}

#footer_sp footer a {
	text-decoration: underline;
	color: #337ab7;
}

#footer_sp footer ul {
	padding-left: 50px;
}

@media (max-width: 340px) {
	#footer footer ul {
		padding-left: 30px;
	}
}

#footer_sp footer ul li {
	margin-bottom: 5px;
	padding-left: 0;
}

#footer_sp footer .inner p {
	font-size: 1.6rem;
	padding-left: 20px;
	position: relative;
	font-weight: normal;
}

#footer_sp footer .inner p:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(/images/footer-icon.png) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
}

#footer_sp footer p {
	margin: 0;
}

#footer_sp footer p:nth-child(1) {
	margin-bottom: 5px;
}

#footer_sp footer .inner {
	margin-bottom: 20px;
}

#footer_sp .boshi {
	padding: 10px 15px 5px;
	text-align: center;
	font-size: 1.2rem;
	color: #777;
	background: #f6f6f6;
}

#footer_sp .boshi p {
	margin-bottom: 5px;
}

#pagetop {
	line-height: 55px;
	color: #fff;
	background: #0076c0;
	text-align: center;
	font-size: 1.7rem;
}

#pagetop>a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#shop_page #pagetop {
	padding-bottom: 60px;
}

/* ▼おすすめコンテンツ▼ */
.recommendBox {
	border: 1px solid #d5e7e9;
	padding: 10px 15px;
	margin-bottom: 20px;
	min-height: 195px;
}

@media (max-width: 768px) {
	.recommendBox {
		min-height: 100%;
	}
}

.recommendBox h4 {
	padding-bottom: 3px;
	border-bottom: 1px dotted #ccc;
}

.recommendBox .col-xs-5 {
	padding-right: 0;
}

/* ▼------- 保険相談・保険見直し -------▼ */
table.hoken_flow {
	margin: 0;
}

table.hoken_flow {
	margin: 0;
	border: 1px solid #ddd;
	width: 100%;
}

table.hoken_flow th,
table.hoken_flow td {
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	min-height: 55px;
	line-height: 1.5;
}

table.hoken_flow th.last,
table.hoken_flow td.last {
	border-bottom: none;
}

table.hoken_flow th {
	border-right: 1px solid #ddd;
	text-align: center;
	font-size: 2rem;
	background: #f6f6f6;
	width: 30%;
	color: #5187b6;
}

table.hoken_flow th span {
	color: #104d82;
}

table.hoken_flow td {
	width: 70%;
}

.link_btn {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	max-width: 600px;
}

.link_btn span {
	font-size: 16px;
	margin-left: 10px;
}

.link_btn a {
	color: #604b3f;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	background: #feffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #feffff 0%, #ffc107 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #feffff 0%, #ffc107 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #feffff 0%, #ffc107 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#ffc107', GradientType=0);
	/* IE6-9 */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px 1px #ccbfac;
}

.link_btn a:hover {
	background: #feffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #feffff 0%, #f7d262 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #feffff 0%, #f7d262 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #feffff 0%, #f7d262 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#f7d262', GradientType=0);
	/* IE6-9 */
	box-shadow: 0px 0px 5px 1px #ccbfac;
}

/* ▼10年振りの「標準生命表」の改定 LP18_apr ▼ */
p.big_text {
	font-size: 2rem;
	margin-bottom: 10px !important;
}

span.s_title {
	padding: 2px 5px;
	border: 1px solid #9E9E9E;
	margin: 0 10px;
}

.box1 {
	margin: 0 auto 20px;
	border: 1px solid #a1cbf1;
	padding: 15px;
}

.box1 p {
	text-align: center;
}

.yajirushi:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 30px solid #ff5722;
	display: block;
	margin: 10px auto 20px;
}

.yajirushi p {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #FF9800;
}

.box2 {
	margin: 0 auto 20px;
	border: 1px dashed #5d97c9;
	padding: 15px;
}

.box2 p {
	padding-left: 13px !important;
	font-size: 90%;
	color: #777;
}

.box2 p:before {
	content: "※";
	margin-left: -13px;
}

/* ▼LP18_jun ▼ */
.p8 {
	padding-left: 19px;
	padding-right: 19px;
}

button {
	margin: 15px 30px !important;
}

.bb {
	border-bottom: 1px solid;
}

.bold strong {
	font-weight: bold !important;
}

.bold {
	font-weight: bold;
}

.big2 {
	font-size: 120%;
}

@media screen and (max-width:768px) {
	button {
		margin: 0 5px 15px !important;
	}
}

input.check_big {
	display: none;
}

.check_text {
	padding-top: 3px;
	padding-right: 30px;
	position: relative;
	font-weight: bold;
}

.check_text:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	border: 1px solid #999;
	border-radius: 4px;
}

input.check_big:checked+.check_text {
	color: #e94628;
}

input.check_big:checked+.check_text:after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	right: 8px;
	width: 8px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #e94628;
	border-right: 3px solid #e94628;
}

section.main_box {
	padding-bottom: 40px;
	margin: 40px 0;
	border-bottom: 3px dotted #b8e4d0;
}

@media (max-width:768px) {
	section.main_box {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}

@media (max-width:576px) {
	section.main_box {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}

h3.title {
	background: linear-gradient(transparent 60%, #e3f0f9 0%);
	padding: 0px 9px;
	padding-bottom: 6px;
	margin-bottom: 15px;
	color: #000;
	text-align: left;
}

h3.title a {
	color: #417698;
}

h3.title a:hover {
	color: #2091da;
}

.date_category {
	margin: 10px 0;
	line-height: 1.2;
}

.date_category span.tenpo {
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
	font-size: 75%;
	background-color: #2577b7;
	border-radius: 15px;
	text-decoration: none;
	text-align: center;
	margin: 0 5px;
}

p.more_link {
	text-align: right;
}

p.more_link a {
	color: #000;
}

p.more_link a:hover {
	text-decoration: none;
	border-bottom: dashed 1px #a4d9f4;
}

p.more_link a:before {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 6px solid transparent;
	border-left: 11px solid #76b0e0;
	border-bottom: 6px solid transparent;
	margin-right: 3px;
}

/*-- ▼ ページナビゲーション ▼ --*/
.wp-pagenavi {
	text-align: center;
	padding: 15px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px !important;
	color: #016ab2 !important;
	border-color: #cee2f3 !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color: #0076c0 !important;
	color: #fff !important;
	border-color: #0076c0 !important;
}

.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
}

.page_navi {
	margin-top: 30px;
}

.page_navi .fa {
	color: #3f90d9;
}