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

.dot{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(../../common/img/raster_dot.png);
	background-position:center center;
	z-index:2;
	opacity:1;
	}
.main-visual{
	height: 716px;

    background-image: url(../img/top-sky.png);
    background-size: 1920px;
    background-position: center;
	background-repeat: no-repeat;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c92c9+1,42c9f5+35,42c9f5+35,177ed9+100 */



	}

.main-visual-bg{
	background: #1c92c9; /* Old browsers */
background: -moz-linear-gradient(top,  #1c92c9 1%, #42c9f5 35%, #42c9f5 35%, #177ed9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1c92c9 1%,#42c9f5 35%,#42c9f5 35%,#177ed9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1c92c9 1%,#42c9f5 35%,#42c9f5 35%,#177ed9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c92c9', endColorstr='#177ed9',GradientType=0 ); /* IE6-9 */
	}

.bg-img-1 img,.bg-img-2 img{
	vertical-align:bottom;
}

.pos-r{
	position:relative;
	}

.bg-logo{
	top: 9%;
	width:100%;
	color:#fff;
	text-align:center;
	position:relative;
	}

.bg-txt{
	top: 47%;
	left:0;
	width:100%;
	position:absolute;
	text-align:center;
	z-index: 2;
	}

.dog{
	position:absolute;
	bottom: 0%;
    left: -5%;
	vertical-align:bottom;
	}

.cat{
	position:absolute;
	bottom: 0%;
    right: -7%;
	}


.index-menu{
	background-color:#1c5c7a;
	}

.index-menu ul{
	text-align:center;
	}

.index-menu li{
	display:inline-block;
	font-size:15px;
	}

.index-menu li a{
	color:#FFF;
	padding:24px;
	display:block;
	}

.feature-wrap{
	background-color:#e3f6ff;
	padding:32px 24px;
	}

.feature-wrap h2{
	font-size: 32px;
}
.feature-wrap h2 span{
	font-size: 44px;
	padding: 0 4px;
}

.feature-ttl h2{
	background-color: #2290b5;
  padding: 20px;
  color: #fff;
	line-height: 1.4;
}

.feature-ttl h2 span{
	color: #ffed57;

}

.f-ttl{
	font-size:150%;
	}
.f-ttl-s{
	font-size:140%;
	}

.area-wrap{
	    background-color: #e3f6ff;
    padding: 300px 24px 32px;
    background-image: url(../img/new-bg.png);
    background-repeat: no-repeat;
    background-position: center -16%;
    background-size: 770px;
	}

.area-wrap2{
	    background-color: #e3f6ff;
    padding: 300px 24px 32px;
    background-image: url(../img/new-bg2.png);
    background-repeat: no-repeat;
    background-position: center -16%;
    background-size: 770px;
	}

.mr-2{
	margin-right:16px;
	}

.tab-box{
	position:relative;
	}
.tab{
	display:inline-block;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding:8px 16px;
color:#fff;
    font-size: 150%;
    font-weight: 400;
	}

.tab-sub{
	  text-align: center;
    line-height: 1.4;
    padding: 10px 0;
    color: #fff;
}

/*
.tab-content{
	padding:16px;
	}

.tab-content select{
	width:100%;
	padding:16px;
	font-size:18px;
	border:none;

	}

.search-btn{
	background-color:#d33302;
	border:4px solid #fff;
	color:#fff;
	padding:16px;
	font-size:18px;
	}

.tab-content .fd{
	background:#FFF;
	font-size:120%;
	padding:8px;
	border-radius:5px;
	font-weight:700;
	}
.tab-content .tel{
	color:#fff;
	font-size:200%;
	font-weight:700;
	}
.tab-content .time{
	color:#fff;
	padding-bottom:16px;
	}
.tab-content .comment{
	    line-height: 1.5em;
	color:#fff;
	margin:-16px;
	padding:24px 16px;
	margin-top:0;
	}*/

.woman{
	position:absolute;
	bottom:0;
	right: -18px;
	}
.bg-plan{
	background-image:url(../img/plan-bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding-top:32px;
	padding-bottom:32px;
	}

.plan{
	border:6px solid #fff;
	position:relative;
	padding:32px 16px;
	}
.plan1{
	background-color:#56aad1;
	}
.plan2{
	background-color:#5294b2;
	}
.plan3{
	background-color:#2e7da2;
	}

.plan-item{
	text-align:center;
	}
.plan-item li{
	display:inline-block;
	font-size:90%;
	padding:8px;
	border-radius:5px;
	background-color:#fff;
	line-height:1em;
	margin-bottom:8px;
	position:relative;
	margin-right:8px;
	}
.plan-item li.no-style{
	background-color:inherit !important;
	color:#fff;
	}

.plan-item li.arw:after{
	 content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
    height: 0;
    position: absolute;
    top: 50%;
    right: -5px;
	margin-top:-5px;
    width: 0;
}

.plan-plice{
	color:#fff;
	font-size:150%;
	}
.plan-plice span{
	font-size:150%;
	font-weight:700;
	}
.to-plan{
    background-color: #d33302;
    border: 4px solid #fff;
    color: #fff;
    padding: 16px;
    font-size: 18px;
	display:inline-block;
	}

.p-icon{
	position:absolute;
	left:-6px;
	top:-6px;
	}

.news-list{}

.news-list li{
	margin-bottom:24px;
	}

.news-list .date{
	padding-right:40px;
	}

.banner-wrap{}

.banner-wrap img{
	max-width:590px;
	width:100%;
	}


.img-ttl img{
	width:100%;
	max-width:299px;
	}

.bg-feature{
	/*background-image:url(../img/ptn.png);*/
	background: #c7e9f9;
	padding:40px;
	margin-top:0px;
	}
.yt-frame-box{
	position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
	}
.yt-frame{
	 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}
.top-voice-wrap{
	padding:64px 0;
	}

.top-voice-item .img{
	height:200px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	}

.top-voice-ttl{
	font-size:24px;
	}

.top-voice-item h3{
	background-color:#eee;
	padding:8px;
	}

.top-voice-item h3 .date{
	display:block;
	color:#333;
	font-weight:normal;
	}


/* ブログ */
.news-cate-list {
}



.news-cate-list li {
}

.news-cate-list a{
	color:#333;
	}


.news-cate-list a:hover{
	text-decoration:none;
	}

.news-cate-list li article {
	padding:16px;
}

.news-cate-list li article .cf {
	text-align: center;
}

.news-cate-list li article .cf .art-img {
	/*float:left;*/
	margin: 0 auto;
	width:150px;
}

.cate-art-date{
	line-height:1.2em;
	color:#000;
	font-size:12px;
}

.news-cate-list li article .cf .art-img p {
}

.news-cate-list li article .cf .art-img p img {
	width:150px;
}

.news-cate-list li article .cf .art-info {
	/*padding:0 10px;
	margin-left:100px;*/
	margin-top: 12px;
}

.news-cate-list li article .cf .art-info .cate-art-ttl {
	font-size:13px;
	line-height:1.2em;
}



.tag-list-s li{
	display:inline-block;
	font-size:12px;
	padding:4px;
	line-height:1em;
	color: #fff;
	}


.to-news-list {
        font-size: 15px;
    border: 2px solid #ccc;
    display: inline-block;
    padding: 10px;
    margin-left: 10px;
    line-height: 1em;
    /* position: absolute; */
    vertical-align: middle;
    font-weight: bold;
    /* right: 0; */
    /* top: 0; */
}

/* 追記20170605 */
.container-fluid .next-link{
	margin-top: 24px;
	text-align: right;
	color: #1c5c7a;
	font-size: 24px;
	text-decoration: underline;
}

section.innovation h2{
	text-align:center;
	font-size:40px;
}

section.innovation h3{

	font-size: 32px;
}

section.innovation p{
	 margin-top: 24px;
    text-align: start;
    font-size: 28px;
    line-height: 1.8em;

}

section.innovation img{
	border: 1px solid #000;
}

.kakushin h3{
	font-size:24px;
	}

.kakushin-bg h2{

}
.kakushin-bg{
	padding:80px 20px;
	background-image:url(../img/kakushin-bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	}

/* 追記20170831 */

#company-list table{
	width: 100%;
	margin: 32px auto 0 auto;
	border: 4px solid #56aad1;
	max-width: 850px;
}

#company-list table th{
	border-right: 2px solid #56aad1;
	border-bottom: 2px solid #fff;
	padding: 12px;
	background-color: #56aad1;
	color: #fff;
	width: 150px;
}


#company-list table td{
	border-bottom: 2px solid #56aad1;
	padding: 12px;
}

#company-list table td .item-1{
		border-right: 2px solid #56aad1;
}

/* 追記20171003 */

#bg-voice{
	/*background-image: url(../img/bg-voice.jpg);*/
	background-size: contain;
}

section#voice .voice-wrap-pd{
	padding-top: 20px;
	padding-bottom: 20px;
}


.slider-item li img{
	margin: 0 auto;
	width: 100%;
}
.slider-item .slide img{
margin: 0 auto;	width: 100%;
display: block;
width: 100%;	margin: 0 auto;
padding: 0;
}	}


.slider-item{
/*max-width:800px;*/
	padding: 0 20px;	max-width: 100%;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
}

.slick-slide {
	transition: .3s ease;
	transform: scale(.95);
}
.slick-slide:not(.slick-current) {
	opacity: .5;
}
.slick-current {
	transform: scale(1);
}


section .blog-area{
	padding-bottom: 20px;
}

/* 20171117追記 */
.to-news-list-2{
	font-size: 15px;
	border: 2px solid #ccc;
	display: table;
	padding: 10px 32px;
	margin: 16px auto 0 auto;
	line-height: 1em;
	vertical-align: middle;
	font-weight: normal;
	background-color: #fff;
}


/* 20171211追記 */
#voice .top-voice-item .img{
	height: 250px;
}

#voice .art-img2{
	height: 150px;
	background-size: cover;
	background-position: center center;
}


#media-area h2{
	padding: 12px 0;
	background-color: #458fb1;
	text-align: center;
	font-weight: normal;
	font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size: 32px;
	color: #fff;
}

#media-area h3{
	background-color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
}

#media-area h3 span{
	margin: 0 12px 0 0;
	font-size: 14px;
}

#reserve-area {
	margin-top: 25px;
}

#reserve-area aside{
	position: static;
	border: 6px solid #1c5c7a;
	width: 100%;
	min-height: 275px
}

#reserve-area .as-1901{
	min-height: 211px;
}

#reserve-area aside .tel-ttl{
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 20px;
}

#reserve-area aside .tel-num{
	text-align: center;
}

.kyoukai{
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.kyoukai img{
}


/* 20180913追記 */
.card-wrap{
	display: flex;
}

.card-img{
	flex: 1;
	padding-right: 15px;
}
.card-btn{
	width: 210px;
}

.tflex{
	display: flex;
	justify-content: center;
  align-items: center;
	flex-flow: column nowrap;
}

.tel-ttl-3{
  color: #f90000;
	text-align: center;
  font-size: 34px;
  font-weight: 900;
}

.tel-num-2 {
    font-size: 42px;

    font-weight: 900;
    text-align: center;
		margin: 30px 0;
		width: 100%;
}
.tel-num-2 img{
	width: 50px;
	height: auto;
}

.tel-num-3{
	display: flex;
	align-items: center;
	margin: 15px 0;
}
.tel-num-3-free{
		background-color: #e51700;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
}
.tel-num-3-free span{
	display: block;
	font-size: 14px;
}
.tel-num-3-txt{
  font-size: 40px;
  font-weight: 800;
  padding-left: 10px;
}

.tel-txt-3{
	display: flex;
  font-size: 12px;
  line-height: 1;
  align-items: center;
  justify-content: space-between;
  width: 96%;
	font-weight: 600;
  margin: 3px 0;
}
.org{
	color: #a25500;
}
.tel-txt-3-r{
	border: 1px solid;
  width: 178px;
  padding: 3px;
  text-align: center;
	font-weight: 400;
}

.tel-txt{
  font-size: 26px;
  font-weight: bold;
}

.slide{
	position: relative;
}

.slide span{
	position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  width: 140px;
	background: rgba(138, 138, 138, 0.8);
  text-align: center;
  padding: 8px 4px;
  line-height: 1.2;
  color: #fff;
  font-weight: 300;
}

.option_1811 {
display: flex;
flex-wrap: wrap;
}
.option-box {
height: 100%;
}
.modal-content {
z-index: 999999;
}
.pc-header {
z-index: 999;
}
.service_1811 {
display: flex;
flex-wrap: wrap;
}
.service_1811 li {
width: 30%;
margin: 0 auto;
padding: 20px 20px 0 0;
}
.service_1811 li:nth-child(4){
margin-right: -80px;
}
.service_1811 li img {
display: block;
margin: 0 auto;
width: 40%;
}

.service_1901 {
display: flex;
flex-wrap: wrap;
margin-top: 30px;
}
.service_1901 li {
    width: 30%;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: #fafeff;
    margin-bottom: 30px;
		border: 3px solid #dadada;
}
.service_1901 li:nth-child(4){
margin-right: -80px;
}
.service_1901 li img {
display: block;
margin: 0 auto;
width: 40%;
}

.service_1901 .sv_text_box{
	text-align: left;
  margin-top: 20px;
}
.service_1901 .f-ttl-s{
	font-size: 20px;
  color: #e51700;
  font-weight: 600;
	text-align: center;
}


.sv_text_box {
text-align: center;
}
.slider-item2 .slick-slide{
padding: 5px;
}
.slider-item .slick-dots,
.slider-item2 .slick-dots{
width: 100%;
}
.slick-dotted.slick-slider{
margin-bottom: 50px;
}
/***20181126***/
.regions_bg {
background-color: #c7e9f9;
}
.regions {
width: 70%;
margin: auto;
}
.regions button {
background: #005d7d;
color: #ffffff;
padding: 10px 0px;
font-size: 18px;
width: 21%;
font-weight: normal;
border: 1px solid #c7e9f9;
}
.regions button:hover {
background: #19708e;
}
.click_text {
/* margin-bottom: 20px; */
border-bottom: 1px solid #040404;
width: 340px;
margin: 0 auto 0px;
/* padding-bottom: 10px; */
/* font-weight: bold; */
text-align: center;
}
.area {
text-align: center;
font-size: 26px;
font-weight: bold;
padding: 20px 0 10px;
/* color: #2e70ba; */
}

.plans-wrap{
	display: flex;
	justify-content: space-between;
}

.plans-item{
	width: 32%;
}
.plans-ttl{
  background-color: #3995b5;
  color: #fff;
  text-align: center;
	padding: 10px 0;
  font-size: 20px;
	position: relative;
	font-weight: 300;
}
.irai{
  position: absolute;
  width: 90px;
  top: -24px;
  left: 10px;
}
.irai img{
	width: 100%;
}
.plans-img img{
    display: block;
    width: 100%;
}

.plans-flow{
	padding: 10px 0;
	text-align: center;
}
.plans-flow span{
color: #fff;
    padding: 3px 8px;
    line-height: 1;
    margin: 0 2px;
    font-size: 11px;
}

.plans-price{
	margin: 10px 0;
	display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-icon span{
	font-size: 14px;
	background-color: #e51700;
	color: #fff;
  line-height: 1;
  padding: 2px 6px;
  border-radius: 5px;
	margin-right: 10px;
}

.price-txt{
	font-size: 42px;
	font-weight: 800;
	color: #e51700;
	font-style: italic;
	letter-spacing: 2px;
}
.price-txt small{
	font-size: 20px;
}
.plans-item-bottom{
	border: solid #828282;
  border-width: 0 1px 1px 1px;
}
.plans-item-bottom p{
	padding: 0 12px;
	line-height: 1.8;
	min-height: 240px;
}
.plans-item-bottom p small{
	font-size: 12px;
}
.flow-p{
	background-color: #ff6276;
}
.flow-v{
	background-color: #bd39a0;
}
.flow-g{
	background-color: #11940a;
}
.flow-b{
	background-color: #1186b5;
}
.flow-y{
	background-color: #f1ae30;
}
.plans-box{
	padding: 10px;
}
.plans-table{
	width: 100%;
}
.plans-table td.plans-ca{
	text-align: center;
  background-color: #6b4e3e;
  color: #fff;
	border: 1px solid;
}

.plans-table th,.plans-table td{
	border-collapse: collapse;
  border:1px solid #fff;
	padding: 8px 10px;
	line-height: 1.4;
	font-weight: 200;
	vertical-align: middle;
}

.plans-table th{
	color: #fff;
	background-color: #a7978d;
}

.plans-table td{
	background-color: #efe9e4;
}

.news-new{
	 max-width: 1180px;
	 margin: 0 auto;
}
.li-new{
	margin-bottom: 24px;
  border-bottom: 1px dashed;
  padding-bottom: 12px;
}
.news-list .cate{
    border: 1px solid #e51700;
    color: #e51700;
    padding: 6px 10px;
    border-radius: 5px;
    width: 100px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    margin-right: 14px;
    font-size: 14px;
}
/*
#three-pran-area .slick-dots{
	position:static;
	line-height: 0.1;
    margin-top: 10px;
}

#three-pran-area .slick-slider {
	position:static;

}

#three-pran-area .slick-dotted.slick-slider {
    margin-bottom: 0;
}



#three-pran-area table{
	margin: 0 auto 20px auto;
	border: 1px solid #2e5263;
	width: 80%;
	background-color: #fff;
}

#three-pran-area table th.no-br,
#three-pran-area table td.no-br{
	border-right: 0;
}

#three-pran-area table th,
#three-pran-area table td{
	border-bottom: 1px solid #2e5263;
	padding: 6px 0;
	vertical-align: middle;
}

#three-pran-area table td{
	font-size:20px;
}


#three-pran-area table .plan-dot{
	font-size: 54px;
}

#three-pran-area table thead th{
	background-color:#5294b2;
	color: #fff;
}

#three-pran-area table th{
	border-right: 1px solid #2e5263;
	text-align: center;
	line-height: 1.5;
	font-weight: normal;
	font-size: 16px;
	color: #333;
}
#three-pran-area table th img{
    width: 30%;
}
#three-pran-area table td{
	border-right: 1px solid #2e5263;
	text-align: center;
	line-height: 1.5;
}

#three-pran-area table td .btn{
	padding: 4px 8px;
	font-size: 14px;
}

#three-pran-area table td .modal-title{
	font-size: 20px;
	font-weight: normal;
	color: #56aad1;
}

#three-pran-area table td .modal-footer{
	text-align: left;
}

#three-pran-area table td .modal-footer .total{
	display: block;
	padding-bottom: 4px;
	border-bottom: 1px solid #000;
}

#three-pran-area table td .modal-footer .price{
	display: block;
	padding-bottom: 16px;
	text-align: right;
	font-size: 20px;
	color: #56aad1;
}

#three-pran-area .modal-body{
	padding: 45px;
}


#three-pran-area table td .modal-body span {
    padding: 4px;
    border-bottom: solid 3px #56aad1;
    float: left;
    width: 50%;
    text-align: left;
}

#three-pran-area .flow-area .box-1 {
	width:200px;
	float:left;
}

#three-pran-area .flow-area .box-1 img {
	width:100%;
}


#three-pran-area .flow-area .box-2 {
	margin-left:220px;
}

.clear-box {
    clear: both;
}


#three-pran-area table td .modal-body .arrow {
    padding: 20px;

}


#three-pran-area #premium-plan .slick-dots{
	line-height: 0.1;
    margin-top: 10px;
}
*/

/*
#weight-area .sb-ttl{
	font-size: 32px;
}

#weight-area table{
	margin: 40px auto 20px auto;
	border: 1px solid #2e5263;
	width: 80%;
	background-color: #fff;
}

#weight-area table th.no-br,
#weight-area table td.no-br{
	border-right: 0;
}

#weight-area table th,
#weight-area table td{
	border-bottom: 1px solid #2e5263;
	padding: 8px 0;
	vertical-align: middle;
}

#weight-area table td{
	font-size: 20px;
}

#weight-area table thead th{
	background-color:#5294b2;color: #fff;
}

#weight-area table th{
	border-right: 1px solid #2e5263;
	background-color: #ccc;
	text-align: center;
	line-height: 1.5;
	font-weight: normal;
	font-size: 16px;
	color: #333;
}

#weight-area table td{
	border-right: 1px solid #2e5263;
	text-align: center;
	line-height: 1.5;
}*/


/***20190121***/
.regions_bg {
    background-color: #fff;
}

.regions button {
    background: #2290b5;
    color: #ffffff;
    padding: 10px 0px;
    font-size: 18px;
    width: 21%;
    font-weight: normal;
    border: 1px solid #c7e9f9;
}

.regions button:hover {
    background: #00759c;
}

#media-area h2 {
    padding: 12px 0;
    background-color: #2290b5;
    text-align: center;
    font-weight: normal;
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 32px;
    color: #fff;
}

.service_1901 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
}

.service_1901 li {
    width: 48%;
    margin: 0;
    padding: 30px 20px;
    background-color: #fafeff;
    margin-bottom: 30px;
    border: 3px solid #dadada;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.service_1901 .sv_text_box {
    text-align: left;
    margin-top: 20px;
    width: 45%;
}

.service_1901 .f-ttl-s {
    font-size: 20px;
    color: #e51700;
    font-weight: 600;
    text-align: left;
}

.service_1901 li img {
    display: block;
    margin: 50px auto 0;
    width: 60%;
}

.service_1901 li:nth-child(4) {
    margin-right: 0;
}

.service_1901 li:nth-child(5) {
    margin: 0 auto;
}

@media (min-width: 768px) {

}

@media (min-width: 992px){

}
