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


@media screen and (min-width: 1030px) {
.pc {
display:block;
}
.sp {
display:none;
}
}
@media screen and (max-width:1029px) {
.pc {
display:none;
}
.sp {
display:block;
}
}
.contents {
width:100%;
overflow: hidden;
}

@media screen and (max-width:768px) {
.space5 {
padding-top:7%;
display:block;
}
}

.alpha a:hover {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
.slow * {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}

.header {
position:relative;
width:100%;
height:54px;
background:#ffffff;
}

.header_logo {
position:absolute;
top:0;
bottom:0;
width:220px;
height:25px;
margin:auto;
display:block;
padding-left:20px;
}

.header_logo img {
vertical-align:top;
}

.red_font {
color:#ff0000;
}
.space1 {
padding-top:1%;
display:block;
}

.space2 {
padding-top:2%;
display:block;
}

b, strong {
  font-weight: bolder
}

.ul-disc li a{
color:#014099;
text-decoration: underline;
text-underline-offset:0.3em;
}

.ul-disc li a:hover{
color:#014099;
text-decoration: none;
}

/* フッター */
.l-footer {
  background: #f2f2f2;
  padding-bottom: 150px;
}

.l-footer.u-100vw {
  margin: 0;
}

.l-footer .inner {
  width: 90%;
  max-width: 1000px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding: 50px 0 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.l-footer img {
  width: 100%;
  vertical-align: bottom;
}

.l-footer .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer .sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer .sns_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		  margin-bottom:5px;
}

.l-footer .sns_box p {
  margin-left: 34px;
  color: #003ca5;
  font-size: 1rem;
  font-weight: 700;
}

.l-footer .sns_item {
  width: 60px;
  margin-left: 0;
}

.l-footer .logo {
  padding: 0 0 15px;
}

.l-footer .logo img {
  width: 130px;
}

.l-footer .copyright {
  color: #656464;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-bottom:2px;
}

.l-footer .note {
width:90%;
  max-width: 1000px;
  margin: auto;
  padding-top: 35px;
  color: #656464;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 1px;
}

.l-footer .note_link {
  margin-top: 30px;
}

.l-footer .note_link a {
  text-decoration: underline;
  margin-left: 20px;
}



@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  .l-footer {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 915px) {
  .l-footer .inner {
    display: block;
  }
  .l-footer .sns_box {
    display: block;
  }
  .l-footer .sns_box_inner {
    width: 90%;
    margin: auto;
  }
  .l-footer .sns_box p {
    margin-left: 3.3%;
    margin-right: 3.3%;
  }
  .l-footer .foot_box {
    text-align: center;
  }
  .l-footer .logo {
    padding: 50px 0 25px;
  }
  .l-footer .logo img {
    width: 22%;
    max-width: 82.5px;
  }
  .l-footer .copyright {
    font-size: 0.9rem;
  }
  .note {
    width: 90%;
    font-size: 0.65rem;
  }
  .note_link {
    margin-top: 3.6%;
  }
  .l-footer .note_link a {
    margin-left: 0;
    display: block;
    line-height: 2;
  }
  
  footer .flex p {
  font-size: 11px;
  line-height:1.5;
}
}
footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  width: 90%;
  margin: 40px auto 0;
}
footer .flex p {
  font-size: 11px;
  line-height:2;
}

@media (max-width: 798px) {
  footer .flex {
    display: block;
  }
  footer .flex p + p {
    margin-top: 20px;
  }
}
footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  width: 90%;
  margin: 42px auto 4px auto;
}
footer .links a {
  font-size: 11px;
}
@media (max-width: 798px) {
  footer .links {
    display: block;
  }
  footer .links a {
    display: block;
    margin: 10px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
	  line-height:1.8;
  }
  
    footer .flex p {
  font-size: 11px;
  line-height:1.8;
}
}
footer copyright {
  text-align: center;
  font-size: 1.1rem;
  display: block;
}





.fix_btn {
  position: fixed;
  bottom: 10px;
  right: -100vw;
  transition: 0.2s;
  max-width: 510px;
  width: 40%;
  z-index: 10;
  opacity: 0;
  border-radius: 45px;
  transition: 0.5s;
}
.fix_btn a {
  background: #009944;
  box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 2.2rem;
  width: 100%;
  display: block;
  position: relative;
  font-weight: bold;
  border-radius: 45px;
  max-width: 510px;
  padding: 20px 50px;
  transition: 0.5s;
  color: #fff;
}
.fix_btn a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  margin: auto;
  display: block;
  width: 35px;
}
.fix_btn a:hover {
margin-bottom:-10px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 798px) {
  .fix_btn a {
    font-size: 1.8rem;
  }
}
.fix_btn.active {
  opacity: 1;
  right: 10px;
}
@media screen and (max-width: 798px) {
  .fix_btn {
    bottom: -100vw;
    right: 0;
    width: 95%;
  }
  .fix_btn.active {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 10px;
  }
}
.fix_btn:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}
