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

@import "reset.css";
@import "base.css";

/*******************

 LP style

********************/
a.hover img{
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

a.hover img:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
input:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
img {
  vertical-align: bottom;
}
.bold{ font-weight: bold;}
.red {color: #b50000;}

/*------------------------------------------*/

#fv {
  background-image: -webkit-linear-gradient(left, #ffe2bf 50%, #dae4ee 50%);
  background-image: -o-linear-gradient(left, #ffe2bf 50%, #dae4ee 50%);
  background-image: linear-gradient(to right, #ffe2bf 50%, #dae4ee 50%);
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 900px;/* fv画像縦幅 */
  min-width: 1000px;/* fv下部コンテンツ横幅 */
  width: 100%;
}
#fv .fv-inner {
  background-image: url(../img/fvbg.png),url(../img/fv_top_bg.png);
  background-position: top center;
  background-repeat: no-repeat , repeat-x;
  height: 900px;/* fv画像縦幅 */
  width: 100%;/* fv下部コンテンツ横幅 */
}
#fv h1 {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px; /* fv画像横幅の半分 */
  width: 1000px; /* fv画像横幅 */
}
#wrap {
  margin: -90px auto 0;
  min-height: 1000px;
  position: relative;
  width: 1000px; /* fv下部コンテンツ横幅 */
  z-index: 2;
}

/* cv */
.cv {
  position: relative;
}
.cv .btn-form {
  position: absolute;
  right: 63px;
  bottom: 40px;
}
#cv2 {
  margin-top: -150px;
  margin-bottom: 40px;
}
.up{
  margin-top: 60px;
}
.comic {
  margin-top: 60px;
}
/* functional */
.functional {
  background: url(../img/checker_bg.png);
  margin: 40px auto;
  padding: 10px;
  width: 950px;
}
.functional-inner {
  background-color: #fff;
}
.functional p {
  padding: 1em 20px;
}
.functional .clearfix p:last-child {
  padding-bottom: 0px;
}
.functional .functional-img-1 {
  float: right;
}
.functional .functional-img-2 {
  float: left;
  clear: both;
  padding-right: 20px;
}

/* exp */
.exp {
  margin-bottom: 60px;
}
.exp .exp-box-l {
  float: left;
  width: 50%;
}
.exp .exp-box-r {
  float: right;
  width: 50%;
}
.exp-box-l .exp-box {
  background-image: url(../img/exp_l_bg_btm.png),url(../img/exp_l_bg.png);
  background-repeat: no-repeat , repeat-y;
  background-position: bottom left , top left;
}
.exp-box-l .exp-box dd{
  padding: 6px 30px 30px 50px;
}
.exp-box-r .exp-box {
  background-image: url(../img/exp_r_bg_btm.png),url(../img/exp_r_bg.png);
  background-repeat: no-repeat , repeat-y;
  background-position: bottom left , top left;
}
.exp-box-r .exp-box dd{
  padding: 6px 60px 30px 30px;
}
.exp-box-big .exp-box {
  background-image: url(../img/exp_06_bg_btm.png),url(../img/exp_06_bg.png);
  background-repeat: no-repeat , repeat-y;
  background-position: bottom left , top left;
}
.exp-box-big .exp-box dd{
  padding: 0px 50px 30px 60px;
}
.exp-box li{
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 2px;
}
.exp-box li:before {
  content: "●";
  color: #303030;
  font-size: 13px;
  padding: 3px;
  line-height: 28px;
}
#item1-btn {
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
#item1-btn:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
.news-box-att {
  text-align: right;
  font-size: 13px;
  padding-right: 40px;
}
#item1 {
  text-align: center;
}
.popup-box{
  border: 3px solid #f8f8f8;
  background-color: #fff;
  box-shadow: 2px 2px 2px #aaa;
  margin: 20px auto;
  max-width: 700px;
  padding: 0px;
  position: relative;
  width: 80%;
}
.popup-box .inner {
  position: relative;
  padding-bottom: 109.5%;
  height: 0;
  width: 100%;
}
.popup-box .inner img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}
.popup-box .mfp-close {
  line-height: 1em;
  position: absolute;
  right: -38px;
  top: -38px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #aaa;
  font-style: normal;
  font-size: 300%;
}
.mfp-bg {
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40); 
}
.popup-hidden{
  display: none;
  height: 0;
}

/* performance */
.performance {
  position: relative;
}
.performance-txt {
  position:  absolute;
  bottom: 50px;
  right: 50px;
  text-align: right;
  color: #ffffff;
  font-size: 15px;
}
/* reason */
.reason {
  background: url(../img/reason_03.png) repeat-y top left;
}
.reason dd > p{
  padding: 15px 65px;
  line-height: 1.7em;
}
.google-sheets {
  padding: 15px 70px 30px;
}
.google-sheets iframe {
  border-top:  2px solid #ccc;
  width: 100%;
  min-height: 480px;
}
.reason3-box {
  background-color: #f0f4f8;
  margin: 15px 65px 30px;
  padding: 20px;
}
.reason3-box:last-child {
  margin-bottom: 15px;
}
.reason3-box p {
  font-size: 17px;
  line-height: 1.8em;
}
.reason3-box .reason3-box-1 {
  background: url(../img/reason3_img_01.jpg) no-repeat top right;
  padding-right: 276px;
  min-height: 320px;
}
.reason3-box .rason3-name {
  margin-bottom: 18px;
}
.reason3-box .rason3-ttl {
  border-bottom: 2px solid #075cac;
  margin: 18px auto;
}
.reason3-box .books {
  background: url(../img/reason3_img_02.jpg) no-repeat top right;
  padding-right: 180px;
  min-height: 220px;
}
.reason3-box.shirakawa {
  background: #f0f4f8 url(../img/reason3_img_04.jpg) no-repeat;
  background-position: 596px 35px;
  padding-right: 300px;
  min-height: 350px;
}
.reason3-box .shirakawa-txt {
  background: #f0f4f8 url(../img/reason3_img_03.jpg) no-repeat ;
  background-position: 100% 50%;
  padding-right: 280px;
  min-height: 260px;
}

/* schedule */
.schedule {
  margin-top: 30px;
  margin-bottom: 70px;
}
.schedule .schedule-box {
  background-image: url(../img/schedule_04.png),url(../img/schedule_03.png);
  background-repeat: no-repeat , repeat-y;
  background-position: bottom left ,top left;
  padding: 20px 65px 60px;
}

/* cost */
.cost > p{
  width: 930px;
  margin: 20px auto;
}
.cost-box {
  background-image: url(../img/cost_04.png),url(../img/cost_03.png);
  background-repeat: no-repeat , repeat-y;
  background-position: bottom left ,top left;
  padding-bottom: 20px;
}
.cost-box table {
  border: 2px solid #666;
  width: 870px;
  margin: 0 auto 30px;
}
.cost-box table tr:first-child{
  border-bottom: 1px solid #666;
}
.cost-box table tr:nth-child(odd){
  background-color: #f0f4f8;
}
.cost-box table tr:nth-child(even){
  background-color: #fff;
}
#cost2.cost-box table tr:first-child{
  border-bottom: 1px solid #666;
}
#cost2.cost-box table tr:nth-child(odd){
  background-color: #f0f4f8;
}
#cost2.cost-box table tr:nth-child(even){
  background-color: #fff;
}
.cost-box table caption {
  font-size: 20px;
  font-weight: bold;
}
.cost-box table caption .min-txt {
  font-size: 16px;
  font-weight: normal;
  display: block;
  padding-bottom: 2px;
}

.cost-box table th {
  text-align: center;
  font-size: 16px;
  padding: 8px;
  border-bottom: 1px dotted #aaa;
}
.cost-box table .no-txt {
  border-bottom: none;
}
.cost-box table td {
  font-size: 16px;
  padding: 8px;
  border-left: 1px solid #aaa;
  border-bottom: 1px dotted #aaa;
}
.cost-box table tr td:nth-child(3) {
  text-align: right;
}
.cost-box table .total {
  text-align:center;
}
.cost-box table tr:first-child th:nth-child(1) ,
.cost-box table tr:first-child th:nth-child(3){
  width: 15%;
  border-right: 1px solid #aaa;
}
.cost-box table tr:first-child th:nth-child(2){
  width: 45%;
  border-right: 1px solid #aaa;
}
#cost2.cost-box table tr:first-child th:nth-child(3){
  width: 25%;
}
#cost2.cost-box table tr:first-child th:nth-child(2){
  width: 35%;
}
/* qa */
.qa{
  background: url(../img/checker_bg.png);
  margin: 70px auto 40px;
  padding: 10px;
  width: 930px;
}
.qa-inner {
  background-color: #fff;
  width: 930px;
}
.qa-a {
  background: url(../img/qa_a.png) no-repeat left top;
  box-sizing: border-box;
  min-height: 80px;
  padding: 25px 25px 25px 72px;
  font-size: 17px;
}
.qa-box {
  margin-top: 20px;
  border: 1px solid #aaa;
  padding: 20px;
}
.qa-box .qa-box-l {
  float: left;
  width: 48%;
}
.qa-box dt {
  background-color: #aaaaaa;
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
}
.qa-box dd {
  padding-bottom: 10px;
  font-size: 14px;
}
.qa-box .qa-box-r {
  float: right;
  width: 48%;
}
.qa-box p {
  font-size: 14px;
}



/* form-iframe */
#application {
  margin: 10px auto;
  background-image: url(../img/form_04.png),url(../img/form_03.png);
  background-repeat: no-repeat , repeat-y;
  background-position: bottom left, top left;
  padding-bottom: 22px;
  
}
#form-iframe {
  width: 880px;
  margin: 10px 60px;
}

/* 2019/04/25 */
div#container {width: 1000px; margin: 0 auto;}
div#main {width: 100%;}
.accessory {margin-top:20px;
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #bbb inset;}
.box {width:32.9%;display:inline-block;vertical-align:top;margin-top:10px;}

.footer-menu h5 {
  position: relative;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #5c9ee7;
	font-size:70%;
margin-bottom:5px;
}

.footer-menu h5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c1";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*.footer-menu h5:before {content: "\f0c8";font-family: "Font Awesome 5 Free";font-weight:900;margin-right:0.3em;}*/
ul.link-text li{font-size:70%;}
ul.link-text li a{font-size:100%;}
ul.link-text li.arrow:before {content: "\f138";font-family: "Font Awesome 5 Free";font-weight:900;margin-right:0.1em;}
ul.link-text li.sm-text {font-size:50%;margin-left:1.5em;}
/* /2019/04/25 */

.copy {
  text-align: center;
  font-size: 13px;
  color: #bebebe;
  line-height: 3em;
  margin-top: 20px;
  background-color: #666666;
}