@charset "utf-8";

body{
	color: #333333!important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
#page_top{
 background:#1b8ec9;
}
.page_top2{
  background: URL("../images/main01.png");
background-repeat:no-repeat;
	background-position: right bottom;
}
@media (max-width: 1100px) {
.page_top2{
  background: URL("../images/main01.png");
background-repeat:no-repeat;
	background-position: right bottom;
	background-size: 230px;
}
}
@media (max-width: 768px) {
.page_top2{
  background: URL("../images/main01.png");
background-repeat:no-repeat;
	background-position: right bottom;
	background-size: 150px;
}
}
@media (max-width: 576px) {
.page_top2{
	background:none;}
}
.main-bg01{
	z-index: 10;
	position: relative;
}
#page_top h1{
	padding-top:20px; 
	font-size:52px;
	font-weight: 600;
	color: #ffffff;
	line-height: 76px;
		font-family :Quicksand, sans-serif;/*Google Font*/
}
#page_top h1 span.yellow{
	line-height:1em;
	font-size:70px;
	font-weight: 700;
	color: #ffea00;
	line-height: 53px;
}
	#page_top h2{
	font-size:30px;
	font-weight: 600;
	color: #ffffff
	}
#page_top .explanatory{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 33px;
}
#page_top .target{
	color: #ffea00;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}
#page_top .target p{
	border-bottom: 1px solid #ffea00;
	display: inline;
}
@media (max-width: 576px) {
	#page_top h1{
	font-size:30px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	}
	#page_top h1 span.yellow{
	line-height:1em;
	font-size:30px;
	font-weight: 800;
	color: #ffea00;
  }
	#page_top h2{
	font-size:25px;
	font-weight: 600;
	color: #ffffff
	}
	#page_top .explanatory{
	font-family: SourceHanSansJP;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 33px;
	}
	#page_top .target{
font-family: SourceHanSansJP;
	color: #ffea00;
	font-size: 20px;
	font-weight: 700;
	line-height: 33px;
	padding-top: 40px;
	padding-bottom: 30px;
}
}
.main-bg01{

}
/*パーツ*/
span.n-line{
	display: inline-block;
}
.border-dot{
	border-bottom: 1px dotted #C1C1C1;
	width: 98%;
	margin: auto;
}
/*ボタン*/
a.inqBtn1{
	display: inline-block;
	margin:30px 0px;
	padding: 0.5em 1em;
    text-decoration: none;
	background-color: #ffea00;
	color: #1b8ec9;
	font-size: 20px;
	font-weight: 800;
	line-height: 33px;
	color: #1b8ec9!important;
}
a.inqBtn1 span.small{
	font-size: 16px;
}
.inqBtn1:hover{
    background: #fff;
    color: #ffea00;
}
a.inqBtn2{
    padding: 0.5em 3em;
    text-decoration: none;
	border-radius: 30px;
	background-color: #ffea00;
	color: #1b8ec9;
	font-size: 22px;
	font-weight: 700;
	line-height: 35px;
	max-width: 500px;
}
.inqBtn2:hover{
    background: #fff;
    color: #1b8ec9;
}
a.inqBtn3{
    display: inline-block;
    padding: 0.1em 0em;
    text-decoration: none;
    color: #fff!important;
    text-align: center;
	background-color: #1b8ec9;
	border: 2px solid #1b8ec9;
    border-radius: 25px;
    transition: .4s;
	width: 100%;
	font-size: 1.2em;
	font-weight: 600;
}
.inqBtn3:hover{
    background: #fff;
    color: #1b8ec9!important;
	border: 2px solid #1b8ec9;
}
a.inqBtn4{
    display: inline-block;
    padding: 0.5em 0em;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border: solid 2px #fff;
	background-color: #1e96d4;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    transition: .4s;
	width: 100%;
	max-width: 400px;
	min-width: 250px;
	font-size: 1.1em;
	font-weight: 600;
}
.inqBtn4:hover{
    background: #fff;
    color: #1e96d4;
}
/*背景*/
.bg-blue1{
	background-color: #1e96d4;
}
.bg-blue2{
	background-color: #1e96d4;
}
.bg-white{
	background-color: #ffffff;
}
.bg-gray{
	background-color: #D7D7D7;
}
/*フォントカラー*/
.fc-red{
	color: #d52929!important;
}
.fc-white{
	color: #ffffff!important;
}
.fc-blue{
	color: #1e96d4!important;
}
.fc-yellow{
	color: #ffea00!important;
}
.fc-green{
	color: #219f1e!important;
}
.fc-black{
	color: #333!important;
}
/*フォントサイズ*/
@media (max-width: 576px) {
  .fs-1 {
    font-size: 16px !important;
  }
  .fs-2 {
    font-size: 20px !important;
  }
  .fs-3 {
    font-size: 20px !important;
  }
  .fs-4 {
    font-size: 30px !important;
  }
  .fs-5 {
    font-size: 30px !important;
  }
	.fs-6 {
    font-size: 40px !important;
  }
	.fs-7 {
    font-size: 40px !important;
  }
}
@media (min-width: 576px) {
  .fs-1 {
    font-size: 16px !important;
  }
  .fs-2 {
    font-size: 20px !important;
  }
  .fs-3 {
    font-size: 25px !important;
  }
  .fs-4 {
    font-size: 30px !important;
  }
  .fs-5 {
    font-size: 40px !important;
  }
  .fs-6 {
    font-size: 45px !important;
  }
  .fs-7 {
    font-size: 50px !important;
  }
}
/*コンテンツ*/
.content{
	padding: 30px 0px;
}
.content h2{
	font-size: 45px;
	font-weight: 600;
  position: relative;
  padding: 1.5rem;
  text-align: center;
		line-height: 1.3em;
}
.content h2 span{
	color: #1b8ec9;
	font-size: 16px;
	font-weight: 700;
}
.content h3{
	font-size:30px;
	font-weight: 600;
	line-height: 40px;
}
.content h3 span{
	color: #1b8ec9;
	font-size: 16px;
	font-weight: 700;
}
.reason{
	background-color: #1e96d4;
	color: #ffffff;
	padding: 0.3em;
	position: relative;
	top:-50px;	
}
.border-blue{
	border: 2px solid #1e96d4;
}
.border-gray{
	border: 1px solid #ddd;
	border-radius: 25px;
	padding: 20px 10px;
	margin:10px 5px;
}
.img-shadow{
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
}
.content h4{
	font-size:30px;
	font-weight: 700;
	line-height: 1.3em;
}
@media (max-width: 576px) {
	.content h2,.content h2.bg-b{
	font-size: 30px;
	font-weight: 600;
		line-height: 1.3em;
}
	.pc{display: none;}
		.content h2{
	font-size: 30px;
	font-weight: 600;
  position: relative;
  padding: 1.5rem;
  text-align: center;
		line-height: 50px;
}
.content h2 span{
	color: #1b8ec9;
	font-size: 16px;
	font-weight: 700;
}
.content h3{
	font-size:25px;
	font-weight: 600;
	line-height: 35px;
}
.content h4{
	font-size:20px;
	font-weight: 700;
	line-height: 1.3em;
}
}
@media (min-width: 576px) {
	.sp{
		display: none;
	}
}
.proposal{
	
}
.proposal-haru{
	background-color: #e86e77;
	color: #fff;
	font-weight: 600;
	padding: 0.5em 0px;
	font-size: 30px;
}
.proposal-natu{
	background-color: #eaa613;
	color: #fff;
	font-weight: 600;
	padding: 0.5em 0px;
	font-size: 30px;
}
.proposal-aki{
	background-color: #b64118;
	color: #fff;
	font-weight: 600;
	padding: 0.5em 0px;
	font-size: 30px;
}
.proposal-fuyu{
	background-color: #0c8eb9;
	color: #fff;
	font-weight: 600;
	padding: 0.5em 0px;
	font-size: 30px;
}
table.comparison th td {
	text-align: center;
}

table.comparison th{
	padding: 30px 0px;
	font-size: 1.2em;
}
table.comparison td{
	font-size:1.3em;
}
table th.popular{
  position: relative;
	border:3px solid #f34955;
}

table.comparison th.popular p.inner{
  position: absolute;
  color:white;
  background-color: #f34955;
  left: 0;
  bottom: 0;
	right: 0;
  display: block;
  padding: 40px 0px 20px;
	outline: 3px solid #f34955;
}
table.comparison th.comparison2{
	background-color: #f34955;
	border: 3px solid #f34955;
	font-weight: 700;
	font-size: 1.3em;
	color: #fff;
}
table.comparison td.comparison2{
	background-color: #FFFE75;
	border: 3px solid #f34955;
	font-weight: 700;
	font-size: 2em;
}
.navbar-toggler{
	color: #0c8eb9!important;
	border-color: #0c8eb9!important;
	background: #0c8eb9;
}
/*フェードイン*/
.sa {
  opacity: 0;
  transition: all .5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}