@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

*{
	border-radius: 0px !important;
}

body{
	font-size:16px;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height:1.7em;
}

.lead{
    line-height: 1.7em !important;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a>img:hover{
	opacity: 0.9;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.7;
    margin-top: 0;
}

.navbar{
	margin-bottom: 0px;
	background:#424C58;
	min-height:23px;
}

.nav-box{
	text-align: center;
}

.nav-box img{
	max-width: 973px;
	width:100%;
	height: auto;
}
.navbar p{
	margin-bottom: 0px;
}

ul.ul1 {
	font-size:120%;
}
ul.ul1 li {
	 list-style-type:disc;
	 list-style-position:inside;
}

.jumbotron-h{
	background: url(./img/header.jpg) no-repeat;
	background-position: center top;
	padding:0 !important;
	text-align: center;
}

.jumbotron-h-sp{
	width:100%;
}

.jumbotron-h-sp img{
	height: auto;
	width:100%;
}

h1{
	font-family: "Sawarabi Mincho", serif;
}

.title{
    background: url(./img/subttl.jpg) no-repeat scroll center top,#fff;
	padding:2em 0 2em;
	background-size: cover;
	text-align: center;
}

.title h2{
	font-weight: bold;
	font-size:2em;
	color: #003757;
}

.t-area {
	width: 100%;
	margin:20px auto 30px;
	border: 5px solid #003757;
	padding:40px 50px;
	background-color:rgba(255,255,255,0.80);
}

.check li {
    background-image: url(./img/check.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 55px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-top: 8px;
}

.price{
	text-align: center;
	font-size:1.5em;
	font-weight: bold;
	line-height:1.8em;
}

.price .red{
	font-size:2em;
	font-weight: bold;
	color: #C00;
}

.subttl-box{
	background: #003757;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.subttl-box h3{
	font-size:2em;
	padding:0.2em 0 0.3em 0;
	margin-bottom: 30px;
}


dl.q_and_a {
	font-size: 21px;
}
dl.q_and_a dt {
	margin-bottom:0.5em;
}
dl.q_and_a dd {
	color: #003757;
	margin-bottom:1.5em;
}

.fc-color .red{
	color: #C00;
}


.bg1{
	background-color: #f6eeea
}

.bg2{
	background: url(./img/img10.svg) center top cover;
	height: 100%;
}

.bg3{
	background-color: #003757;
	padding-bottom: 40px;
}
.bg3 .text-white{
	color: white;
}

.text-white{color: white !important;}

.bg4{
	background-color: #f6eeea;
}

.bg5white{
	background-color: #c60000;
	color: white;
}
.bg5white:hover{
	background-color: #c60000;
	color: #FFE88D;
}

.font150 {
	font-size:150%;
}

.bgy {
	background:#FFFF00;
	padding:2px;
}

.sign{
	text-align: right;
	font-style:italic;
}


.carousel-cell .panel{
	background-color: white;
	margin: 10px;
	height: 200px;
	width: 245px;
	padding: 10px 20px 10px 20px;
}

.fc-color{
	color: #003757 !important;
}

.lh-200{
	line-height: 200%;
}

ul.numberlist{
	margin-top: 10px;
}

ul.numberlist>li{
	padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid;
}

ul.numberlist>li:last-child{
	border-bottom: none;
}

ul .list1{
	background-image: url(./img/img09-1.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: left center;
}

ul .list2{
	background-image: url(./img/img09-2.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
}

ul .list3{
	background-image: url(./img/img09-3.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
}

section{
	padding-top: 30px;
	padding-bottom: 30px;
}

.pt-0{
	padding-top: 0px;
}

.pt-1{
	padding-top:10px;
}

.pt-2{
	padding-top:20px;
}

.pt-3{
	padding-top:30px;
}

.pt-4{
	padding-top:40px;
}

.pt-5{
	padding-top:50px;
}

.pb-0{
	padding-bottom: 0px;
}

.pb-1{
	padding-bottom: 10px;
}

.pb-2{
	padding-bottom: 20px;
}

.pb-3{
	padding-bottom: 30px;
}

.pb-4{
	padding-bottom: 40px;
}

.pb-5{
	padding-bottom: 50px;
}



.p-1{
	padding-top:10px;
	padding-bottom: 10px;
}

.p-2{
	padding-top:20px;
	padding-bottom: 20px;
}

.p-3{
	padding-top:30px;
	padding-bottom: 30px;
}

.p-4{
	padding-top:40px;
	padding-bottom: 40px;
}

.p-5{
	padding-top:50px;
	padding-bottom: 50px;
}




.mt-0{
	margin-top: 0px;
}

.mt-1{
	margin-top:10px;
}

.mt-2{
	margin-top:20px;
}

.mt-3{
	margin-top:30px;
}

.mt-4{
	margin-top:40px;
}

.mt-5{
	margin-top:50px;
}

.mb-0{
	margin-bottom: 0px;
}

.mb-1{
	margin-bottom: 10px;
}

.mb-2{
	margin-bottom: 20px;
}

.mb-3{
	margin-bottom: 30px;
}

.mb-4{
	margin-bottom: 40px;
}

.mb-5{
	margin-bottom: 50px;
}


.panel-default>.panel-heading.fc{
	color: white;
	background-color: #7babbf;
	border-color: #7babbf;
}

.panel-body{
	padding: 1.5em;
}

.panel-body p{
	font-size:1.2em;
	line-height:1.7em;
}

ul.dot {
    list-style: none;
    padding:0;
    margin:0;
}
ul.dot>li { 
    padding-left: 1em; 
    text-indent: -.7em;
}
ul.dot>li:before {
    content: "■ ";
    color: #003757;
}

.text-white a{
	color: #fff;
}

.img-float-l {
	float:left;
	margin-right:16px;
	margin-bottom:0;
}

.img-float-r {
	float:right;
	margin-left:16px;
	margin-bottom:0;
}

img.img-float-r {
	width:40%;
}

  .nopc {
    display: none !important;
  }
  .nosp {
    display: block !important;
  }