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

p{
	margin: 0;
	padding:0;
}

 a img{
  -webkit-transition: filter 0.5s ease-out;
  -webkit-transition: -webkit-filter 0.5s ease-out;
  transition: -webkit-filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out, -webkit-filter 0.5s ease-out;
}
 a img:hover{
  -webkit-filter: brightness(110%);
  filter:brightness(110%);
}
/*a img {
  border-style:none;
}*/

p a{
  height: auto;
}

body{
  font-size: 0;
  line-height: 0;
}

img{
  max-width: 100%;
  display: block;
  vertical-align: top;
}
/*============================
#main
============================*/
#wrapper {
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    box-shadow: 0 6px 20px grey;
}
header{
    max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
section h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	display: block;
	font-size: 0;
	line-height: 0;
}

section{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/*
body{
  background-image: url('../img/bg.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}
*/

/*============================
#btn
============================*/
#wrapper .rel_box{
  position: relative;
}
#wrapper .btn_offer button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
#wrapper .btn_offer{
  width: calc(651/750*100%);
  margin: 0 auto;
  position: absolute;
  bottom: 3.5%;
  left:7%;
}



/* detail */

#wrapper .detail{
  padding: min(calc(48/750*100%),48px) min(calc(30/750*100%),30px) min(calc(25/750*100%),25px);
  text-align: left;
  background-color: #FFF;
}

#wrapper .detail h2{
  background-color: #5785d1;
  font-size: 23px;
  color: #FFF;
  padding: 0.7em 0;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px;
}

#wrapper .detail h3{
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
#wrapper .detail h3+ul{
  margin-bottom: 40px;
}
#wrapper .detail h3+ul li{
  font-size: 16px;
  line-height: calc(24/16);
}

#wrapper .detail h4{
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

#wrapper .detail h4+p{
  font-size: 16px;
  line-height: calc(24/16);
  margin-bottom: 20px;
}

#wrapper .detail dl{
  border-bottom: 1px dashed #000;
}
#wrapper .detail dl:first-of-type{
  border-top: 1px dashed #000;
}
#wrapper .detail dl:last-of-type{
  margin-bottom: 30px;
}

#wrapper .detail dl dt,
#wrapper .detail dl dd{
  font-size: 16px;
  line-height: calc(24/16);
  display: inline-block;
  padding: 0.8em 0;
}

#wrapper .detail dl dt {
  width: 6em;
  vertical-align: top;
}

#wrapper .detail dl dd {
  width: calc(100% - 6em);
}

#wrapper .detail .caution_list{
  font-size: 16px;
  line-height: calc(24/16);
  margin-bottom: 20px;
}

#wrapper .detail p,
#wrapper .detail a{
  font-size: 16px;
  line-height: calc(24/16);
}
#wrapper .detail p:nth-of-type(4){
  margin-top: 40px;
}

#wrapper .detail .link_list {
  margin-top: 30px;
}
#wrapper .detail .link_list li{
  display: inline;
  word-break: break-all;
}
#wrapper .detail a{
  display: inline;
}

#wrapper .detail .link_list li:after{
  content: "／";
  font-size: 16px;
  display: inline;
  text-decoration:underline;
}
#wrapper .detail .link_list li:last-of-type:after{
  content: "";
}
/* footer */
footer {
  padding:min(calc(10/750*100%),10px) min(calc(30/750*100%),30px) min(calc(50/750*100%),50px);
  background-color: #FFF;
}

footer .copyright{
  font-size: 16px;
  line-height: 1;
  color: #333333;
}

/* SP */
@media (max-width: 750px){
body{
  background: none;
}
#wrapper{
  box-shadow: none;
}
#wrapper .detail h2{

  font-size: 18px;
  margin-bottom: 18px;
}

#wrapper .detail h3{
  font-size: 18px;
  margin-bottom: 6px;
}
#wrapper .detail h3+ul{
  margin-bottom: 20px;
}
#wrapper .detail h3+ul li{
  font-size: 14px;
  line-height: calc(24/16);
}

#wrapper .detail h4{
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
}

#wrapper .detail h4+p{
  font-size: 14px;
  line-height: calc(24/16);
  margin-bottom: 15px;
}

#wrapper .detail dl{
  border-bottom: 1px dashed #000;
}
#wrapper .detail dl:first-of-type{
  border-top: 1px dashed #000;
}
#wrapper .detail dl:last-of-type{
  margin-bottom: 20px;
}

#wrapper .detail dl dt,
#wrapper .detail dl dd{
  font-size: 14px;
}


#wrapper .detail .caution_list{
  font-size: 14px;
  margin-bottom: 20px;
}

#wrapper .detail p,
#wrapper .detail a{
  font-size: 14px;
}
#wrapper .detail p:nth-of-type(4){
  margin-top: 20px;
}
#wrapper .detail .link_list {
  margin-top: 20px;
}


#wrapper .detail .link_list li:after{
  content: "／";
  font-size: 14px;
  display: inline;
  text-decoration:underline;
}
#wrapper .detail .link_list li:last-of-type:after{
  content: "";
}
/* footer */

footer .copyright{
  font-size: 10px;
  line-height: 1.5;
  color: #333333;
}
}
/* @media end */