@charset "UTF-8";

*{
  box-sizing: border-box;
}

img{
  max-width: 100%;
}

.pc{
  display: block;
}

.sp {
  display: none;
}

#nursepouch {
  text-align: center;
  font-size: 24px;
}

#main {
  margin-bottom: 100px;
}

p {
  line-height: 1.5em;
}

.title h2{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.set {
  border-bottom: 2px solid #879bae;
  padding-bottom: 90px;
  margin-bottom: 90px;
}

.set:last-of-type{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.set h3{
  font-size:18px;
  text-align: left;
  line-height: 1.2;
  margin-top: 35px;
  margin-bottom: 5px;
}

.set img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

.set .name {
  margin-top: 20px;
  text-align-last: left;
  font-size: 23px;
}

.set .value {
  margin-top: 10px;
  font-size: 40px;
}

.set .value span {
  font-size: 20px;
}

.set .detail {
  font-size: 30px;
}

.set .detail a {
  text-decoration: none;
  color: #ffffff;
  padding: 15px 70px 15px 80px;
  display: block;
}

.button .detail a{
  background-color: #000;
}

.flex_item{
  width: 49%;
}

.flex_item:nth-of-type(odd){
  margin-right: 16px;
}

.item_container{
  border-bottom: 2px solid #A6A6A6;
  margin-top: 50px;
  padding-bottom: 50px;
}

.item_container:last-of-type{
  border: none;
}

.heading{
  margin-bottom: 50px;
}

.arrow{
  margin-bottom: 50px;
}

/* <!-- navi --> */
.navi{
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

.navi li{
  width: 30%;
  line-height: 1;
}

.navi li a{
  text-decoration: none;
}

.navi li a:hover{
  opacity: 0.5;
  transition: 0.5s;
}

.navi li a p{
  font-size: 18px;
  display: inline;
}

.pouch, .navi li:first-of-type a{
  color: #83B51B;
}

.organizer, .navi li:nth-last-of-type(2) a{
  color: #FF6E7A;
}

.pencil_case, .navi li:last-of-type a{
  color: #798AB7;
}

.pouch{
  border-bottom: 1px solid #83B51B;
}

.pouch span{
  background-color: #83B51B;
}

.organizer{
  border-bottom: 1px solid #FF6E7A;
}

.organizer span{
  background-color: #FF6E7A;
}

.pencil_case{
  border-bottom: 1px solid #798AB7;
}

.pencil_case span{
  background-color: #798AB7;
}

.triangle{
  display: inline-block;
  width: 12px;
  height: 16px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-left: 4px;
}

/* <!-- #item --> */
.flex_container{
  display: flex;
  flex-wrap: wrap;
}

#pouch .title{
  color: #83B51B;
}

#pouch .button .detail a{
  background-color: #83B51B;
}

#organizer .title{
  color: #FF949D;
}

#organizer .button .detail a{
  background-color: #FF949D;
}

#pencil_case .title{
  color: #7889B7;
}

#pencil_case .button .detail a{
  background-color: #7889B7;
}

#pencil_case .name:first-of-type{
  font-size: 20px;
}

/* <!-- .click_button --> */

.click_button{
  display: block;
  margin: 0 auto 100px;
  background-color: #FF949D;
  width: 65%;
  border: none;
}

.click_button a{
  padding: 20px;
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
}

.click_button a p{
  font-size: 32px;
  text-align: center;
  color: #fff;
}

/* SP */

@media screen and (max-width: 520px) { /* SP */

.pc {
    display: none;
}

.sp {
    display: block;
}

.pane-main > div:last-child{
  padding-bottom: 0;
}

#nursepouch{
  padding-bottom: 0;
}

#main {
  margin-bottom: 50px;
}

h1 {
  margin-bottom: 10px;
}

h2 {
  background-color: transparent;
  font-weight: normal;
}

.title h2 {
  font-size: 20px;
  padding-left: 0;
}

.set .name {
  margin-top: 10px;
  font-size: 17px;
  letter-spacing: 0.03em;
  text-align: left;
}

.set .value {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1;
}

.set .value span {
  font-size: 16px;
  letter-spacing: 0.01em;
}

.set .detail {
  margin-top: 10px;
  font-size: 20px;
}

.set .detail a {
  padding: 10px 40px 10px 50px;
}

.set h3{
  font-size: 14px;
  margin-top: 20px;
}

.heading{
  margin-bottom: 30px;
}

.arrow{
  margin-bottom: 0;
}

/* <!-- navi --> */
.navi{
  display: block;
  margin-bottom: 30px;
}

.navi li{
  width: 100%;
}

.navi li:nth-of-type(2){
  margin: 20px 0;
}

/* <!-- #item --> */

  .flex_item{
  width: 100%;
  }

  .flex_container{
    display: block;
  }

  .item_container {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .intro p{
    font-size: 16px;
    text-align: left;
  }

  #pencil_case .name:first-of-type{
    font-size: 17px;
  }

  /* <!-- .click_button --> */

.click_button{
  margin: 0 auto 30px;
  width: 100%;
}

.click_button a{
  padding: 8px;
  display: block;
  width: 100%;
  height: auto;
}

.click_button a p{
  font-size: 5.5vw;
}
}