@charset "UTF-8";
header {
  width: 1200px;
  margin: 0px auto;
  position: relative;
  padding: 50px 0;
}
header h1 span {
  position: absolute;
  top: 0;
  left: 0;
}
header h1 {
    display: flex;
    justify-content: flex-end;
}
.info{
  overflow: hidden;
  background: #f00;
  padding: 20px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
main {
  width: 600px;
  margin: 0 auto;
  /*padding-top: 100px;*/
}
.inner {
  /*background: #fff;*/
}
.inner section{
  background: #fff;
  border-radius: 16px;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.mainvisual {
}
h2 {
  text-align: center;
  /*margin-top: -60px;*/
}
h2 img{
  transform: scale(0.5) translateX(-100%) translateY(-60px);
  position: relative;
  left: 50%;
  max-width: inherit;
}
.shops {
  padding: 70px 100px 0;
}
.shops h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
}
.shops h2 span {
    font-size: 3.5rem;
    color: #0086cd;
}
.shops h3 {
    font-weight: 600;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.shop_icon {
  text-align: center;
}
.shop_icon li {
  width: 125px;
  margin: 14px;
  display: inline-block;
}
.shops_list {
  border: 2px solid #000;
  padding: 45px;
  margin-top: 50px;
}
.shops_list p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 20px;
  margin-top: 30px;
}
.shop_icon li:first-child {
  margin-left: 0;
}
.shop_icon li:last-child {
  margin-right: 0;
}
.present {
    padding: 80px 0;
    text-align: center;
}
.present_inner {
    display: flex;
    justify-content: center;
}
.present_a {
    margin-right: 70px;
}
.present h2 {
display: flex;
align-items: center;
font-size: 2.5rem;
margin-bottom: 50px;
font-weight: 600;
padding: 0 100px;
}
.present h2:before,
.present h2:after {
border-top: 5px solid;
content: "";
flex-grow: 1;
}
.present h2:before {
margin-right: 1rem;
}
.present h2:after {
margin-left: 1rem;
}
/*
.items {
  padding: 0 100px;
}*/
.items_list{
  padding: 0px 4%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item_list li {
  display: inline-block;
}
.items_list li {
  display: inline-block;
  /*margin: 0 13px;*/
}
.items_list li:first-child {
  margin-left: 0;
}
.items_list li:last-child {
  margin-right: 0;
}
.items_list h3 {
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 22px;
  letter-spacing: -0.5px;
}
.link_about {
  display: block;
  text-align: center;
  padding: 20px;
  background: #68c1f3;
  color: #fff;
  border-radius: 100px;
  width: 380px;
  margin: 50px auto 0;
  font-size: 2.5rem;
  font-weight: 600;
}
/*
.howto h2 {
display: flex;
align-items: center;
font-size: 2.5rem;
margin-bottom: 50px;
font-weight: 600;
padding: 0 100px;
}*/
/*
.howto h2:before,
.howto h2:after {
border-top: 5px solid;
content: "";
flex-grow: 1;
}
.howto h2:before {
margin-right: 1rem;
}
.howto h2:after {
margin-left: 1rem;
}*/
/*
.howto {
  padding: 70px 0;
}*/
.howto_step {
  padding: 0 100px;
  display: flex;
  justify-content: center;
}
.howto_step li {
  width: 33%;
}
/*
.howto_step li:nth-child(2) {
  margin: 0 20px;
}
*/
.howto_step li p {
  font-size: 1.2rem;
  line-height: 22px;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.howto_image {
  margin: 25px 0;
  height: 115px;
}
.howto_image img {
  margin: 0 auto;
}
.howto_step li h3 {
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  align-items: flex-start;
}
.howto_step li h3 span {
  padding: 8px 10px;
  background: #007cc6;
  color: #fff;
  margin-right: 10px;
  font-size: 2.5rem;
  line-height: 22px;
}
.present_a_plan {
  padding: 0 100px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 80px;
}
.present_a_plan p span {
  display: block;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 600;
}
.resheet {
  padding: 0 100px;
}
.link_mail {
  padding: 65px 0;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
.apply_btn {
  display: block;
  text-align: center;
  margin: 70px auto 100px;
  padding: 21px;
  background: #dc000c;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 600;
  border-radius: 100px;
  width: 500px;
}

p.attention {
    padding: 0 300px 100px;
    font-size: 1.2rem;
    line-height: 22px;
}

.attention span {
    display: block;
    font-weight: 600;
    border-bottom: 1px solid #000;
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 1.5rem;
    text-align: center;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
header {
    width: 100%;
    margin: 0px auto;
    position: relative;
    padding: 40px 5% 0;
    margin-bottom: 50px;
}
header h1 span {
  position: absolute;
  top: 0;
  left: 0;
}
header h1 {
    display: flex;
    justify-content: flex-start;
	align-items: flex-start;
}
header h1 img {
	width: 100%;
	height: auto;
}

.inner {
  /*background: #fff;*/
  margin: 5%;
}
.mainvisual {
}
.shops {
  padding: 20px 5%;
}
.shops h2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
.shops h2 span {
    font-size: 1.5rem;
    color: #0086cd;
}
.shops h3 {
    font-weight: 600;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.shop_icon {
  text-align: center;
}
.shop_icon li {
  width: 30%;
  margin: 1%;
  display: inline-block;
}
.shops_list {
  border: 1px solid #000;
  padding: 5%;
  margin-top: 20px;
}
.shops_list p {
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 16px;
  letter-spacing: -1px;
  margin-top: 15px;
}
.shop_icon li:first-child {
  margin-left: 0;
}
.shop_icon li:last-child {
  margin-right: 0;
}
.present {
    padding: 10px 0 0;
    text-align: center;
}
.present_inner {
    padding: 0 5%;
    display: block;
    justify-content: center;
}
.present_a {
    margin: 0 0 5% 0;
}
.present h2 {display: flex;align-items: center;font-size: 1.5rem;margin-bottom: 20px;font-weight: 600;padding: 0 5%;}
.present h2:before,
.present h2:after {border-top: 2px solid;content: "";flex-grow: 1;}
.present h2:before {
margin-right: 1rem;
}
.present h2:after {
margin-left: 1rem;
}
/*
.items {
  padding: 0 5%;
}*/
.items_list li {
    display: inline-block;
    width: 46.5%;
}
.items_list li:first-child {
  margin-right: 0;
}
.items_list li:last-child {
  margin-right: inherit;
}
.items_list li:nth-child(3) {
  margin-left: 0;
}
.item_image {
  margin-bottom: 12px;
}
.items_list h3 {
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 15px;
  letter-spacing: -1px;
}
.link_about {
  display: block;
  text-align: center;
  padding: 15px;
  background: #68c1f3;
  color: #fff;
  border-radius: 100px;
  width: 90%;
  margin: 20px auto 0;
  font-size: 1.8rem;
  font-weight: 600;
}
/*
.howto h2 {display: flex;align-items: center;font-size: 1.5rem;margin-bottom: 20px;font-weight: 600;padding: 0 5%;}
*/
/*.howto h2:before,
.howto h2:after {border-top: 2px solid;content: "";flex-grow: 1;}
.howto h2:before {
margin-right: 1rem;
}
.howto h2:after {
margin-left: 1rem;
}*/
/*
.howto {
  padding: 30px 0 10px;
}*/
.howto_step {
  padding: 0 9%;
  display: block;
  justify-content: center;
}
.howto_step li {
  width: 100%;
  margin-bottom: 40px;
}
/*
.howto_step li:nth-child(2) {
  margin: 0 0 20px;
}*/
.howto_step li p {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.howto_image {
  margin: 16px 0;
  height: auto;
}
.howto_image img {
    margin: 0 auto;
    width: auto;
    height: 150px;
}
.howto_step li h3 {
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  align-items: flex-start;
}
.howto_step li h3 span {
  padding: 8px 10px;
  background: #007cc6;
  color: #fff;
  margin-right: 10px;
  font-size: 2.2rem;
  line-height: 20px;
}
.howto_step li:last-child img{
  height: auto;
}

.resheet {
  padding: 0 5%;
}
.link_mail {
  padding: 30px 5%;
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
.apply_btn {
  display: block;
  text-align: center;
  margin: 50px auto;
  padding: 18px;
  background: #dc000c;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  border-radius: 100px;
  width: 100%;
}
p.attention {
  padding: 20px;
  font-size: 1.3rem;
  line-height: 1.5;
  background: #fff;
  border-radius: 16px;
}

.attention span {
    display: block;
    font-weight: 600;
    border-bottom: 1px solid #000;
    margin-bottom: 12px;
    padding-bottom: 6px;
    font-size: 1.6rem;
}
.present_a_plan {
    padding: 0 5%;
    font-weight: 500;
    line-height: 22px;
    margin: 30px 0;
}
.present_a_plan p {
    font-size: 1.1rem;
    line-height: 19px;
}
.present_a_plan p span {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

@media screen and (max-width:480px){
  main {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
  .howto_image img {
    margin: 0 auto;
    width: auto;
    height: 130px;
  }
}

.close_btn{
  background: #888;
  pointer-events: none;
}