@charset "utf-8";
/* CSS Document */


html {
  
}
#main {
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #323743;
  line-height: 1.7;
  margin: 0 auto;
  background-color: #fff;
  font-family: Noto Sans JP;
}
.title {
  margin: auto;
  padding: 75px 0;
  text-align: center;
}
.title h1 {
  font-size: 4.0rem;
  display: inline-block;
  position: relative;
  padding: 0 20px;
  margin: 0 0 45px 0;
  border-bottom: 2px solid #339b63;
}
.title h1::before {
  position: absolute;
  bottom: -0.9rem;
  left: 0rem;
  right: 0rem;
  border-bottom: 4px solid #339b63;
  content: "";
}


.title p {
  font-size: 1.6rem;
}

section.contents {
  padding: 50px 0 80px;
  background-color: #eef9ef;
  margin: 0 auto;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
  margin: 0 0 45px;
}
section h2::before,
section h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 1px;
  background-color: #323232;
}
section h2::before {
  left: -95px;
}
section h2::after {
  right: -95px;
}

.theme_wrap {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.theme_wrap a {
  margin-bottom: 20px;
}
.theme_box {
  background-color: #fff;
  box-shadow: 3px 3px 8px 0 rgba(199, 199, 199, 1);
  /*margin-bottom: 20px;*/
  position: relative;
}
.theme_tag_new {
  z-index: 2;
  position: absolute;
  color: #fff;
  background-color: #f59830;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: -18px;
  left: -10px;
}
.theme_tag_new::before {
  content: "NEW";
  line-height: 50px;
}
.theme_tag_new::after {
  
}
.theme_box img {
  padding: 10px;
}

.theme_box p {
  padding: 10px 0 20px;
  color: #323232;
}

@media screen and (min-width:768px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
  .theme_box a:hover img {
    opacity: 0.7;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .theme_box a:hover p {
    text-decoration: none;
  }
}

@media screen and (max-width:767.98px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .title {
    padding: 45px 0;
  }
  .title h1 {
    font-size: 2.5rem;
    padding: 0 25px 0;
    margin: 0 0 18px;
  }
  .title p {
    font-size: 1.2rem;
    line-height: 2.0;
  }
  section {
    padding: 30px 0 50px;
  }
  section h2 {
    font-size: 2.0rem;
  }
  .theme_wrap {
    /*padding: 0 14px;*/
    width: 100%;
    max-width: 350px;
    justify-content: space-between;
  }
  .theme_box {
    width: 165px;
    padding: 12px 10px 18px;
  }
  .theme_box img {
    padding: 0px;
  }
  .theme_box p {
    font-size: 1.2rem;
    padding-bottom: 0px;
  }
}

@media screen and (max-width:369px) {
  .title {
    padding: 25px 0;
  }
  section h2 {
    margin-bottom: 5px;
  }
  .theme_wrap {
    display: flex;
    flex-flow: column;
  }
  .theme_box {
    margin: 30px auto 0;
  }
}


.area_button{
    text-align: center;
    margin: 40px 0;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
}
.area_button .contents_wrap{
    justify-content: center;
    flex-wrap: wrap;
}
.area_button__titbox__fukidashi{
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #cc0d20;
    padding: 5px 0;
    color: #cc0d20;
    font-weight: bold;
    font-size: 18px;
}
.area_button__titbox__fukidashi:before,
.area_button__titbox__fukidashi:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.area_button__titbox__fukidashi:before {
    border: solid 9px transparent;
    border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi:after {
    border: solid 11px transparent;
    border-top: solid 17px #fff;
    margin-top: -5px;
}
.area_button__titbox__tit{
    font-size: 2.4rem;
    color: #333333;
    margin: 15px 5px;;
}
.area_button__link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 760px;
}
.area_button__link li{
  width: 100%;
}
.area_button__link li a{
    text-align: center;
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: bold;
    border: 2px solid #cc0d20;
    border-radius: 5px;
    padding: 10px 36px 9px 9px;
    width: 100%;
    color: #333333;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before{
display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #cc0d21;
    content: "";
    width: 27px;
}
.area_button__link li a:after{
    -webkit-transform: rotate(45deg);
    display: block;
    position: absolute;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    top: calc(50% - 4px);
    right: 10px;
    width: 8px;
    height: 8px;
}
.redtext {
    color: #cc0d21;
}
@media screen and (min-width:768px) {
  .area_button__link li{
    max-width: 138px;
  }
  .area_button__link li a:hover{
    opacity: 0.7;
  }
}
@media screen and (max-width : 767px ) , print{
  .area_button__link {
    margin: 0 10px 0;
  }
  .area_button__link li{
    margin-bottom: 5px;
  }
  .area_button__link li:last-of-type {
    margin-bottom: 0;
  }
}



