@charset "utf-8"; 

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */
/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 14px;
}

body {
	line-height: 2.14;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
		"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
		"Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: underline;
}

/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
}

body.home {
	word-break: break-all;
}

#container {
	overflow: hidden;
}

/* header
------------------------------------------*/
#header {
	height: 160px;
}

#header-inner {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	z-index: 20;
	display: flex;
	flex-wrap: wrap;
}

.site-description {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 11px;
	color: #aaa;
}

.header-logo {
	position: absolute;
	top: 32px;
	left: 40px;
}

.header-tel {
	position: absolute;
	top: 0;
	right: 230px;
	margin-left: auto;
}

.header-mail {
	position: absolute;
	top: 0;
	right: 0;
}

.gnav {
	width: 100%;
	position: absolute;
	top: 100px;
	border-top: 1px solid #f1f1f1;
}

.gnav-list {
	max-width: 1080px;
	margin: 0 auto;
}

/* droppy */
.gnav-list {
	position: relative;
	text-align: left;
	zoom: 1;
}

.gnav-list li {
	float: left;
	display: block;
	position: relative;
	z-index: 20;
}

.gnav-list li.hover img {
	opacity: 0 !important;
}

.gnav-list li a:before {
	position: absolute;
	content: "";
	background: #01a3e2 url(/images/default/gnav01_ov.png) no-repeat center center / contain;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s ease;
}

.gnav-list li:nth-child(2) a:before {
	background-image: url(/images/default/gnav02_ov.png);
}

.gnav-list li:nth-child(3) a:before {
	background-image: url(/images/default/gnav03_ov.png);
}

.gnav-list li:nth-child(4) a:before {
	background-image: url(/images/default/gnav04_ov.png);
}

.gnav-list li:nth-child(5) a:before {
	background-image: url(/images/default/gnav05_ov.png);
}

.gnav-list li:nth-child(6) a:before {
	background-image: url(/images/default/gnav06_ov.png);
}

.gnav-list li.hover a:before {
	opacity: 1;
	transition: 0.5s ease;
}

.gnav-list ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
}

.gnav-list ul li {
	float: none;
}

.gnav-list ul li a {
	display: block;
	padding: 5px 10px;
	color: inherit;
	font-size: 11px;
	zoom: 1;
}

.gnav-list ul li a:hover {
	text-decoration: none;
	background: #fff;
}

.gnav-list ul ul {
	top: 0;
	left: 100%;
	width: 100%;
}

.gnav-list a,
.gnav-ul img {
	display: block;
}

/* mainimage
------------------------------------------*/
#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.slideshow .slick-slide {
	backface-visibility: hidden;
}

.slideshow .slick-slide img {
	width: 100%;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}

.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

.slideshow .slick-arrow.slick-prev {
	left: 30px;
}

.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}

.slideshow .slick-arrow.slick-next {
	right: 30px;
}

.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 30px;
}

.slideshow .slick-dots {
	bottom: -30px;
}

.slideshow .slick-dots li button::before {
	color: #ccc;
}

.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #666;
}

/* content main
------------------------------------------*/
body:not(.home) #content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.top-inner {
	width: 1080px;
	margin: 0 auto;
}

/* main-trouble */
.main-trouble {
	background: #e4f1f5 url(/images/default/main-trouble-bg.jpg) center center /
		cover no-repeat;
	padding-top: 93px;
}

.main-trouble-title {
	margin-bottom: 61px;
	text-align: center;
}

.main-consultation-img {
	margin: 0 -88px;
}

/* main-consultation */
.main-consultation {
	background: #00a2e3;
	padding: 85px 0 85px;
}

.main-consultation-title {
	margin-bottom: 45px;
	text-align: center;
}

.main-consultation-text {
	font-size: 16px;
	color: #fff;
	line-height: 1.875;
	text-align: center;
}

.main-consultation-catch {
	margin-top: 28px;
	text-align: center;
}

.main-consultation-info {
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 49px 50px 49px 75px;
	align-items: center;
	margin-top: 43px;
}

/* main-service */
.main-service {
	background: url(/images/default/main-service-bg.png) left calc(50% + 7px) top -55px
		no-repeat;
	padding: 144px 0 117px;
}

.main-service-title {
	margin-bottom: 83px;
	text-align: center;
}

.main-service-box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.main-service-image {
	width: 580px;
}

.main-service-image img {
	max-width: none;
	margin-right: -270px;
}

.main-service-content {
	width: 455px;
	text-align: left;
}

.main-service-stitle {
	margin-bottom: 34px;
}

.main-service-text {
	font-size: 15px;
	line-height: 2.666;
	letter-spacing: 0.1em;
}

.main-service-more {
	margin-top: 71px;
	display: block;
}

.main-service-box:nth-of-type(2n) {
	flex-direction: row;
}

.main-service-box:nth-of-type(2n) .main-service-image img {
	margin-right: 0;
	margin-left: -270px;
}

.main-service-box:nth-of-type(1) .main-service-content {
	padding-bottom: 12px;
}

.main-service-box:nth-of-type(2) {
	margin-top: 70px;
}

.main-service-box:nth-of-type(2) .main-service-content {
	padding-top: 7px;
}

.main-service-box:nth-of-type(2) .main-service-stitle {
	position: relative;
	left: -6px;
}

.main-service-box:nth-of-type(2) .main-service-more {
	margin-top: 111px;
}

.main-service-box:nth-of-type(3) {
	margin-top: 60px;
}

.main-service-box:nth-of-type(3) .main-service-content {
	padding-top: 17px;
}
.main-service-box:nth-of-type(3) .main-service-more {
	margin-top: 61px;
}

/* main-point */
.main-point {
	background: #e3f8ff;
	padding: 92px 0 103px;
}

.main-point-title {
	margin-bottom: 68px;
	text-align: center;
}

.main-point-con {
	display: flex;
	justify-content: space-between;
}

.main-point-box {
	width: 340px;
}

.main-point-stitle {
	margin-top: 23px;
}

.main-point-text {
	margin-top: 30px;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 2.14;
}

/* main-consultation-bottom */
.main-consultation-bottom {
	background: #00a2e3 url(/images/default/main-consultation-bg.jpg) center
		center / cover no-repeat;
}

/* main-bnr */
.main-bnr {
	padding: 92px 0 128px;
}

.main-bnr-con {
	display: flex;
	justify-content: space-between;
}

/* main-trouble */
.main-blog {
	position: relative;
	margin: 0 auto 166px;
}

.main-blog-title {
	margin-bottom: 10px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-24px);
	transform: translateY(-24px);
	z-index: 10;
	text-align: center;
}

.main-blog-list {
	display: flex;
	justify-content: center;
	padding: 124px 0 90px;
	margin: 0 -10px;
}

.main-blog-list:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	max-width: 1720px;
	min-width: 1280px;
	width: calc(100% - 180px);
	height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	background: url(/images/default/main-blog-bg.png) center top repeat;
}

.main-blog-list-item {
	position: relative;
	z-index: 10;
	width: 255px;
	margin: 0 10px;
}

.main-blog-list-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.main-blog-link {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.785;
	margin-top: 8px;
}

.main-blog-list-cat {
	display: block;
	position: relative;
	top: -1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 160px;
}

.main-blog-list-cat a {
	display: block;
	padding: 1px 10px 0;
	min-width: 85px;
	text-align: center;
	background: #a3a3a3;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	transition: all 0.3s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 160px;
}

.main-blog-list-cat a:hover {
	opacity: 0.7;
}

.main-blog-list-text {
	font-size: 12px;
}

.main-blog-more {
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	z-index: 10;
}

/* footer
------------------------------------------*/
#footer-inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	display: flex;
}

.footer-con {
	background: #e3f8ff;
	padding: 96px 0 65px;
}

.footer-info {
	flex: 1;
}

.footer-data {
    margin-top: 29px;
    line-height: 2.72;
}

.footer-tel {
	margin-top: 18px;
    display: block;
}

.footer-nav-wrap {
	display: flex;
	padding-top: 9px;
}

.footer-nav {
	margin-bottom: 20px;
	font-size: 13px;
	margin-left: 111px;
}

.footer-nav li {
	display: block;
	color: #000;
	margin-bottom: 29px;
	line-height: 1.6;
}

.footer-nav li a {
	color: inherit;
	position: relative;
	padding-left: 18px;
	letter-spacing: 0.05em;
}

.footer-nav li a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	position: absolute;
	top: -1px;
	left: 3px;
	color: #00a2e3;
	line-height: 1;
	font-size: 18px;
}

.footer-nav li ul {
	display: none;
}

.footer-copyright {
	text-align: center;
	font-size: 11px;
	display: block;
	padding: 26px 0;
	letter-spacing: 0.05em;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 59px;
	z-index: 20;
}

/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}

/* heading */
.page-title-wraparea {
	background: url(/images/default/page-title-bg.png) center top,
		url(/images/default/page-title-bg.png) center bottom;
	background-color: #e4f1f5;
	background-repeat: repeat-x;
	display: flex;
	justify-content: center;
	margin: 0 0 15px 0;
}

.page-title {
	padding: 10px 15px;
	font-size: 38px;
	text-align: center;
	font-weight: bold;
	color: #006fbf;
	display: none;
}

.page-title-wrap {
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1080px;
	position: relative;
}

.page-title-wrap .page-title {
	display: block;
}

.entry-title,
.entry-content h2 {
	position: relative;
	margin: 0 0 35px;
	padding: 0px 0 10px 24px;
	border-bottom: 2px solid #d0d0d0;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	line-height: 1.6;
}

.entry-title:before,
.entry-content h2:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 8px;
	height: 25px;
	z-index: 1;
	background: #da4a4a;
}

.entry-title a,
.entry-content h2 a {
	color: inherit;
}

.entry-content h3,
.h3 {
	padding: 14px 10px 14px 21px;
	border-left: 3px solid #c7e3eb;
	background: #e4f1f5;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.6;
	margin: 40px 0 25px;
}

.entry-content h3:first-child {
	margin-top: 40px;
}

.entry-content h4,
.h4 {
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	color: #006fbf;
	padding: 0 0 0 31px;
	line-height: 1.6;
	margin: 50px 0 30px;
}

.entry-title h4:before,
.entry-content h4:before {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 14px;
	height: 5px;
	z-index: 1;
	background: #006fbf;
}

.entry-content h5,
.h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
	line-height: 1.6;
}

/* Breadcrumb
------------------------------------------*/
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 35px;
	padding: 0;
	background: none;
	font-size: 11px;
}

.breadcrumb-item + .breadcrumb-item:before {
	content: ">";
	color: inherit;
}

.breadcrumb-item.home a {
	color: #da4a4a;
}

.breadcrumb-item.home:before {
	display: none;
}

/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186, 186, 186, 0.5);
}

.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
.blog-nav-group {
	display: flex;
	justify-content: space-between;
}

.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
	width: 23%;
}

.blog-nav-title {
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186, 186, 186, 0.5);
	font-size: 15px;
	font-weight: bold;
}

.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186, 186, 186, 0.5);
	font-size: 0.8rem;
	color: inherit;
}

.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: "\f105";
	font-size: 12px;
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.blog-nav-list li li a {
	padding-left: 3.5rem;
}

.blog-nav-list li li a::after {
	left: 2.25rem;
}

.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area {
	max-height: 200px;
}

/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area {
	overflow: auto;
}

.simplebar-track.simplebar-vertical {
	width: 11px;
}

.simplebar-track.simplebar-horizontal {
	height: 11px;
}

.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #006fbf;
	background-color: #006fbf;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #ccc;
	background-color: #fff;
	color: #333;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #333;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}

/*==========
CONTENTS WORKS ID:1995
==========*/
table.table_qa{
    margin: 0 0 0.8em 0;
    padding: 0;
    margin-bottom:40px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table.table_qa th{
    padding: 10px;
    width: 5%;
}
table.table_qa td{
    padding: 10px;
}
table.table_qa tr:nth-child(2n-1) td{
	font-size:18px;
}
table.table_qa tr:nth-child(2n){
    background:#FBF2E4;
}
table.table_qa tr:nth-child(2n) th{
    vertical-align: top;
}
/* Qアイコン */
.q_icon{
	/*font-family: 'Nunito', sans-serif;*/
	/* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif; */
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: normal;
	display: inline-block;
	font-size: 26px;
	color: #fff;
	background: #237e06;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 54px;
}
/* Aアイコン */
.a_icon{
	/*font-family: 'Nunito', sans-serif;*/
	/* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝", "Yu Mincho", YuMincho,  "MS P明朝", "MS PMincho", serif; */
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: normal;
	display: inline-block;
	font-size: 26px;
	color: #fff;
	background: #f59600;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 54px;
}