@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #333;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	word-break: break-all;
}
a { 
	text-decoration: none; 
	color: inherit;
}
a[href^="tel:"] { cursor: default; }
.hv-o:hover { 
	opacity: 0.7;
}
.hv-u:hover {
	text-decoration: underline;
}
img { 
	max-width: 100%; 
	height: auto;
}
.wrap {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
.br-show {
	display: none;
}
.transition {
	transition: 0.5s ease;
}
.anchor_fixtop {
    width: 100%;
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}
/* Header */
header {
	background-color: #006EB4;
	padding: 20px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.header-wrap {
	display: flex;
}
.header-wrap .contact {
	margin-left: auto;
	display: flex;
	align-self: center;
}
.header-wrap .contact .phone {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	color: #FFFF00;
	font-size: 25px;
	margin-right: 20px;
	align-self: center;
}
.header-wrap .contact .social {
	margin: 0 7px;
}
.header-wrap .contact .phone .phone-icon img {
	vertical-align: middle;
}
/* End Header */

/* Navigation, Banner */
.nav-banner-wrap {
	position: relative;
	margin-top: 95px;
}
.nav-banner {
	background-color: #A0C832;
}
.nav-banner-wrap .sub-page-banner {
	background-color: #BFDBEC;
	color: #1B1464;
	font-size: 22px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	padding: 40px 0;
	text-align: center;
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
}
.nav {
	margin: auto;
	position: fixed;
	top: 95px;
}
.nav-wrap {
	width: 200px;
	height: 380px;
	background-color: #fff;
	box-shadow: 1px 2px 5px #B2A499;
	padding: 29px 0 29px 25px;
	z-index: 99;
}
.nav ul {
	list-style-image: url(../../common/img/menu-icon.png);
	list-style-position: inside;
}
.nav ul li {
	padding: 20px 0;
}
.nav ul li a {
	color: #4D4D4D;
	font-size: 18px;
	transition: 0.5s ease;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.nav ul li a:hover {
	color: rgb(160, 200, 50);
}
.nav ul li.not-show-on-pc {
	display: none;
}
.nav ul li a.active {
	color: rgb(160, 200, 50);
}
/* End Navigation, Banner */

/* Footer */
footer {
	background-color: #A0CD32;
	color: #fff;
}
.ft-wrap {
	background-color: #006EB4;
	padding: 32px 0 12px 0;
}
.ft-wrap .logo {
	text-align: center;
	margin-bottom: 15px;
}
.ft-wrap .address {
	text-align: center;
	line-height: 214%;
}
.ft-wrap .ft-btns {
	display: flex;
	justify-content: center;
	margin: 32px 0 52px 0;
}
.ft-wrap .ft-btns .ft-btn:first-child {
	margin-right: 20px;
}
.ft-wrap .ft-btns .ft-btn a {
	display: block;
	width: 151px;
	height: 31px;
	text-align: center;
	padding: 7px 0;
	background-image: url(../../common/img/ft-btn.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #4D4D4D;
}
.ft-wrap .ft-copyright {
	text-align: center;
	font-size: 12px;
}
/* End Footer */

/* Common */
.content {
	padding: 100px 0;
}
#toTop {
	position: fixed;
	bottom: 5px;
	right: -55px;
	border: none;
	background: none;
	cursor: pointer;
	outline: none;
	transition: 0.5s ease;
}
#toTop:hover {
	bottom: 25px;
}
.title-type-1 {
	background-color: #A0CD32;
	margin-bottom: 75px;
}
.title-type-1 .wrap {
	background-color: #BFDBEC;
}
.title-type-1 .title-type-1-wrap {
	background-color: #BFDBEC;
	color: #1B1464;
	text-align: center;
	font-size: 22px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	padding: 35px 0;
	max-width: 1000px;
	margin-left: auto;
}
.ct-padding {
	padding-top: 50px;
}
.strong-txt-1 {
	font-size: 18px;
	font-weight: bold;
}
.strong-txt-2 {
	font-size: 16px;
	font-weight: bold;
}
/* End Common */

/* Home */
.home-greeting {
	margin-bottom: 150px;
}
.home-greeting-wrap {
	max-width: 1000px;
	margin-left: auto;
	display: flex;
	padding: 0 50px;
}
.home-greeting-wrap .img {
	max-width: 230px;
	width: 100%;
}
.home-greeting-wrap .txt {
	max-width: 650px;
	width: 100%;
	padding-left: 50px;
}
.home-greeting-wrap .txt .title {
	font-size: 20px;
	font-weight: bold;
	color: #4D4D4D;
	margin-bottom: 25px;
}
.home-greeting-wrap .txt .desc {
	font-size: 15px;
	line-height: 186%;
}
.home-grid-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 150px;
}
.home-grid-item a {
	max-width: 14.2%;
	width: 100%;
	padding: 2px;
}
.home-contact-wrap {
	display: flex;
	max-width: 100%;
}
.home-contact-wrap .map {
	max-width: 100%;
	width: 100%;
}
.home-contact-wrap .map iframe {
	width: 100%;
}
/* About */
.about-banner {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	padding: 0 50px;
	margin-bottom: 80px;
}
.about-content {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	padding: 0 50px;
	margin-bottom: 80px;
}
.about-content .title {
	color: #4D4D4D;
	font-size: 18px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.about-content .desc ul li {
	margin-bottom: 15px;
	font-size: 16px;
}
.about-content .table table {
	max-width: 900px;
	width: 100%;
}
.about-content .table table tr td:first-child {
	width: 128px;
	background-color: #E5F0F7;
	font-weight: 700;
}
.about-content .table table tr td {
	padding: 20px 0 20px 25px;
	border-bottom: 1px dashed #1B1464;
	line-height: 200%;
	vertical-align: middle;
}
.about-content .table table tr:first-child td {
	border-top: 1px dashed #1B1464;
}
.about-content-2 .desc .desc-wrap {
	padding: 0 50px;
	margin-left: auto;
	max-width: 1000px;
	width: 100%;
	line-height: 192%;
}
.about-content-2 .desc .desc-wrap p {
	margin-bottom: 30px;
}
.about-content-2 .desc .desc-wrap p:last-child {
	margin-bottom: 0;
}
/* Insurance */
.ins-content {
	margin-bottom: 70px;
}
.ins-content .ins-content-wrap {
	max-width: 1000px;
	margin-left: auto;
	padding: 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
}
.ins-content .ins-content-wrap .item {
	width: 435px;
	border: 1px solid #1B1464;
	position: relative;
	margin-bottom: 30px;
}
.ins-content .ins-content-wrap .item .label {
	background-color: #FFFAB4;
	color: #1B1464;
	font-size: 20px;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	padding: 10px 0 10px 105px;
}
.ins-content .ins-content-wrap .item .label span {
	color: #4D4D4D;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	margin-left: 5px;
}
.ins-content .ins-content-wrap .item .ct {
	margin-left: auto;
	max-width: 350px;
	line-height: 171%;
	padding: 13px 13px 13px 13px;
	color: #4D4D4D;
}
.ins-content .ins-content-wrap .item .img {
	position: absolute;
	top: 10px;
	left: 15px;
}
.ins-content-2 .main-wrap {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	padding: 0 50px;
}
.ins-content-2 .main-wrap .item {
	display: flex;
	padding-bottom: 50px;
	border-bottom: 2px dashed #8D89B1;
	margin-bottom: 45px;
}
.ins-content-2 .main-wrap .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.ins-content-2 .main-wrap .item .img {
	max-width: 230px;
	width: 100%;
}
.ins-content-2 .main-wrap .item .txt {
	max-width: 670px;
	width: 100%;
	padding-left: 50px;
}
.ins-content-2 .main-wrap .item .txt .title {
	font-size: 18px;
	font-weight: 700;
	color: #006EB4;
	margin-bottom: 10px;
}
.ins-content-2 .main-wrap .item .txt .desc {
	line-height: 142%;
}
/* End Insurance */

/* FAQ - Contact - Policy */
.faq-content {
	margin-bottom: 100px;
}
.faq-content .faq-content-wrap {
	margin-left: 200px;
	max-width: 1000px;
	width: 100%;
	padding: 0 50px;
}
.faq-content .faq-content-wrap .item {
	font-size: 16px;
	font-weight: 500;
	color: #4D4D4D;
	line-height: 171%;
	margin-bottom: 45px;
}
.faq-content .faq-content-wrap .item:last-child {
	margin-bottom: 0;
}
.faq-content .faq-content-wrap .item .question {
	display: flex;
}
.faq-content .faq-content-wrap .item .question .icon {
	max-width: 47px;
	width: 100%;
}
.faq-content .faq-content-wrap .item .question .txt {
	align-self: center;
	padding-left: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C5E29F;
	max-width: 853px;
	width: 100%;
}

.faq-content .faq-content-wrap .item .answer {
	display: flex;
	margin-bottom: 10px;
}
.faq-content .faq-content-wrap .item .answer .icon {
	max-width: 47px;
	width: 100%;
}
.faq-content .faq-content-wrap .item .answer .txt {
	align-self: center;
	padding-left: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FDD79D;
	max-width: 853px;
	width: 100%;
	letter-spacing: -1px;
}
.faq-content .faq-content-wrap .item .desc {
	font-size: 14px;
	font-weight: 400;
	max-width: 853px;
	width: 100%;
	margin-left: auto;
	padding-left: 15px;
}
.contact-form .contact-form-wrap {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-bottom: 100px;
	padding: 0 50px;
	color: #585858;
}
.contact-form .contact-form-wrap .required {
	margin-bottom: 25px;
}
.contact-form .contact-form-wrap .required span {
	color: #C30D23;
}
.contact-form .contact-form-wrap form table {
	max-width: 900px;
	width: 100%;
}
.contact-form .contact-form-wrap form table tr td:first-child {
	width: 200px;
	vertical-align: middle;
}
.contact-form .contact-form-wrap form table tr:nth-child(7) td {
	border: none;
}
.contact-form .contact-form-wrap form table tr:last-child td {
	border: none;
	text-align: center;
	padding-top: 32px;
	padding-bottom: 0;
}
.contact-form .contact-form-wrap form table tr td {
	padding: 14px 0;
	border-bottom: 1px dashed #636363;
	font-size: 18px;
}
.contact-form .contact-form-wrap form table tr td span {
	color: #C30D23;
	font-size: 14px;
	vertical-align: top;
}
.contact-form .contact-form-wrap form table tr td input[type="text"],
.contact-form .contact-form-wrap form table tr td input[type="email"] {
	height: 37px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	outline: none;
}
.contact-form .contact-form-wrap form table tr td textarea {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	outline: none;
	resize: none;
	height: 135px;
}
.contact-form .contact-form-wrap form table tr td button {
	border: none;
	background: none;
	cursor: pointer;
	outline: none;
	margin-right: 40px;
	transition: 0.5s ease;
}
.contact-form .contact-form-wrap form table tr td button:last-child {
	margin-right: 0;
}
.policy-ct {
	max-width: 1000px;
	margin-left: auto;
	line-height: 192%;
	padding: 0 50px;
}
.policy-ct p {
	margin-bottom: 30px;
}
/* End FAQ - Contact - Policy */

/* Responsive */
@media screen and (max-width: 1366px) {
	.home-contact-wrap {
		max-width: 100%;
	}
}
@media screen and (max-width: 1200px) {
	/* About */
	.about-banner {
		margin-left: 200px;
		width: auto;
	}
	/* End About */

	/* Insurance */
	.ins-content .ins-content-wrap {
		margin-left: 200px;
		justify-content: center;
	}
	/* End Insurance */

	/* FAQ - Contact - Policy */
	.faq-content .faq-content-wrap {
		max-width: 80%;
		margin-left: 20%;
	}
	/* End FAQ - Contact - Policy */ 
}
@media screen and (max-width: 992px) {
	/* Common */
	.header-wrap .contact .phone {
		font-size: 20px;
	}
	.header-wrap .logo {
		max-width: 320px;
	}
	.nav {
		top: 76px;
	}
	.nav-banner-wrap {
		margin-top: 76px;
	}
	/* End Common */

	/* Home */
	.home-grid-item a {
		width: 33.3%;
		max-width: 33.3%;
	}
	.home-contact-wrap {
		flex-wrap: wrap;
	}
	/* End Home */
}
@media screen and (max-width: 767px) {
	/* Common */
	header {
		padding: 0;
		position: static;
	}
	.header-wrap {
		flex-wrap: wrap;
	}
	.nav-banner-wrap {
		margin-top: 0;
	}
	.header-wrap .logo {
		max-width: 100%;
		width: 100%;
		padding: 15px 10px;
	}
	.header-wrap .contact {
		max-width: 100%;
		width: 100%;
		background-color: #A0CD32;
		padding: 15px 10px;
		justify-content: flex-end;
	}
	.header-wrap .contact .phone {
		margin-right: 0;
		font-size: 17px;
	}
	.header-wrap .mb-nav-toggle {
		display: inline-block;
		cursor: pointer;
		margin-left: 7px;
	}
	.header-wrap .mb-nav-toggle .bar-1,
	.header-wrap .mb-nav-toggle .bar-2,
	.header-wrap .mb-nav-toggle .bar-3 {
		width: 35px;
		height: 5px;
		background-color: #fff;
		margin: 5px 0;
		transition: 0.3s ease;
	}
	.effect .bar-1 {
		transform: rotate(-45deg) translate(-7px, 6px);
		/*top: 18px;
		transform: rotate(135deg);*/
	}
	.effect .bar-2 {
		opacity: 0;
	}
	.effect .bar-3 {
		/*top: 18px;
		transform: rotate(-135deg);*/
		transform: rotate(45deg) translate(-8px, -8px);
	}
	.nav-banner .nav {
		display: none;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transform: none;
		z-index: 9;
	}
	.nav-banner .nav .nav-wrap {
		width: 100%;
		height: auto;
		padding: 15px 0;
		box-shadow: none;
		background-color: rgba(255,255,255,0.9);
		padding: 0;
	}
	.nav-banner .nav ul {
		list-style-image: none;
	}
	.nav ul li.not-show-on-pc {
		display: block;
	}
	.nav-banner .nav ul li {
		border-bottom: 1px solid #A0CD32;
		padding: 10px 0;
	}
	.nav-banner .nav ul li a {
		text-align: center;
		display: block;
	}
	.ft-wrap {
		padding-bottom: 0;
	}
	.ft-wrap .logo {
		padding: 0 10px;
	}
	.ft-wrap .ft-btns {
		display: none;
	}
	.ft-wrap .address {
		margin-bottom: 15px;
	}
	.ft-wrap .ft-copyright {
		padding: 15px 10px;
		line-height: 160%;
		background-color: #A0CD32;
	}
	.br-show {
		display: block;
	}
	.nav-banner-wrap .sub-page-banner {
		padding: 20px 0;
	}
	.title-type-1 {
		margin-bottom: 30px;
	}
	.title-type-1 .title-type-1-wrap {
		padding: 20px 0;
	}
	.content {
		padding: 30px 0;
	}
	/* End Common */

	/* Home */
	.home-greeting-wrap {
		flex-wrap: wrap;
		padding: 0 15px;
	}
	.home-greeting-wrap .img {
		max-width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.home-greeting-wrap .txt {
		padding-left: 0;
	}
	.home-greeting-wrap .txt .title {
		margin-bottom: 15px;
	}
	.home-greeting {
		margin-bottom: 30px;
	}
	.home-grid-item {
		margin-bottom: 30px;
	}
	.home-contact-wrap {
		flex-wrap: wrap;
	}
	.home-contact-wrap .map {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	.home {
		padding-bottom: 0;
	}
	/* End Home */

	/* About */
	.about-banner {
		margin-left: 0;
		margin-bottom: 30px;
		text-align: center;
		padding: 0 10px;
	}
	.about-content {
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.about-content .desc ul li {
		line-height: 180%;
	}
	.about-content .table table tr:first-child td {
		width: 100%;
		float: left;
		border: none;
	}
	.about-content .table table tr td:first-child {
		width: 100%;
		float: left;
	}
	.about-content .table table tr td {
		width: 100%;
		float: left;
		border: none;
		padding: 10px;
	}
	.about-content-2 .desc .desc-wrap {
		padding: 0 10px;
	}
	/* End About */

	/* Insurance */
	.ins-content .ins-content-wrap {
		margin-left: auto;
		padding: 0 10px;
	}
	.ins-content .ins-content-wrap .item .img img {
		max-width: 50%;
	}
	.ins-content .ins-content-wrap .item .label {
		padding-left: 70px;
	}
	.ins-content .ins-content-wrap .item .img {
		top: 3%;
	}
	.ins-content {
		margin-bottom: 0;
	}
	.ins-content-2 .main-wrap {
		padding: 0 10px;
	}
	.ins-content-2 .main-wrap .item {
		flex-wrap: wrap;
		padding-bottom: 15px;
	}
	.ins-content-2 .main-wrap .item .img {
		max-width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.ins-content-2 .main-wrap .item .txt {
		padding-left: 0;
	}
	.ins-content .ins-content-wrap .item {
		margin-right: 0;
		max-width: 100%;
	}
	/* End Insurance */

	/* FAQ - Contact - Policy */
	.faq-content .faq-content-wrap {
		max-width: 100%;
		padding: 0 10px;
		margin-left: 0;
	}
	.faq-content .faq-content-wrap .item .desc {
		padding-left: 0;
	}
	.faq-content .faq-content-wrap .item {
		margin-bottom: 30px;
	}
	.faq-content {
		margin-bottom: 30px;
	}
	.contact-form .contact-form-wrap {
		padding: 0 10px;
	}
	.contact-form .contact-form-wrap form table tr td:first-child {
		width: 100%;
		float: left;
	}
	.contact-form .contact-form-wrap form table tr td {
		width: 100%;
		float: left;
		border: none;
		padding: 0;
	}
	.contact-form .contact-form-wrap form table tr td:nth-child(even) {
		padding: 10px 0 20px 0;
	}
	.contact-form .contact-form-wrap form table tr:last-child td {
		padding-top: 0;
	}
	.contact-form .contact-form-wrap form table tr td button {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.contact-form .contact-form-wrap form table tr td button:last-child {
		margin-bottom: 0;
	}
	.contact-form .contact-form-wrap {
		margin-bottom: 30px;
	}
	.policy-ct {
		padding: 0 10px;
	}
	.policy-ct p {
		margin-bottom: 15px;
	}
	/* End FAQ - Contact - Policy */
}
/* End Responsive */