@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  scroll-behavior: smooth;
}

/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SUMMARY 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.summary {
  overflow: hidden;
  position: relative;
}
.summary .borders {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
.summary .borders .border {
  border-left: solid 1px #dddddd;
  width: 1px;
  height: 100%;
}
.summary .wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  padding: 60px 0 60px 0;
}
.summary .wrapper .thumb {
  line-height: 0;
  width: 700px;
}
.summary .wrapper .thumb img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.summary .wrapper .text {
  width: 1000px;
  background: linear-gradient(45deg, #e67678 0%, #ec9769 100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 0 0 -60px;
  padding: 60px 60px 60px 60px;
  color: #fff;
  position: relative;
}
.summary .wrapper .text::before, .summary .wrapper .text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
.summary .wrapper .text::before {
  left: 5px;
  top: 5px;
  border-width: 30px 30px 0 0;
  border-color: #f0b995 transparent transparent transparent;
}
.summary .wrapper .text::after {
  right: 5px;
  bottom: 5px;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #f0b995 transparent;
}
.summary .wrapper .text h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.summary .wrapper .text h2 .icon {
  line-height: 0;
  width: 45px;
}
.summary .wrapper .text h2 .catch {
  padding: 0 0 0 10px;
  letter-spacing: 4px;
  font-size: 40px;
}
.summary .wrapper .text .sentence {
  margin: 25px 0 0 0;
}
.summary .wrapper .text .sentence p {
  letter-spacing: 2px;
  font-size: 18px;
}
.summary .wrapper .text ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
  padding: 0 0 0 0;
}
.summary .wrapper .text ul li {
  position: relative;
  width: 48%;
}
.summary .wrapper .text ul li::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #efaeaf 0%, #ffb68f 100%);
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.summary .wrapper .text ul li .inset {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 20px 20px 20px 20px;
}
.summary .wrapper .text ul li .inset .icon {
  line-height: 0;
  width: 90px;
}
.summary .wrapper .text ul li .inset .cover {
  padding: 0 10px 0 10px;
  width: calc(100% - 90px);
}
.summary .wrapper .text ul li .inset .cover h3 .catch {
  display: inline-block;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  line-height: 1.3;
  padding: 2px 15px 3px 15px;
}
.summary .wrapper .text ul li .inset .cover h3 .catch span {
  background: linear-gradient(45deg, #e67678 0%, #ec9769 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
}
.summary .wrapper .text ul li .inset .cover p {
  letter-spacing: 1px;
  font-size: 16px;
  margin: 5px 0 0 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .summary .borders .border {
    border-left: solid 1px #dddddd;
    width: 1px;
    height: 100%;
  }
  .summary .wrapper {
    max-width: 100%;
    padding: 60px 0 60px 0;
  }
  .summary .wrapper .thumb {
    line-height: 0;
    width: 50%;
  }
  .summary .wrapper .text {
    width: 50%;
    margin: 0 0 0 -60px;
    padding: 50px 50px 50px 50px;
  }
  .summary .wrapper .text::before, .summary .wrapper .text::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    opacity: 0.4;
    mix-blend-mode: multiply;
  }
  .summary .wrapper .text::before {
    left: 5px;
    top: 5px;
    border-width: 30px 30px 0 0;
    border-color: #23952b transparent transparent transparent;
  }
  .summary .wrapper .text::after {
    right: 5px;
    bottom: 5px;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #159577 transparent;
  }
  .summary .wrapper .text h2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .summary .wrapper .text h2 .icon {
    line-height: 0;
    width: 4.5vw;
  }
  .summary .wrapper .text h2 .catch {
    padding: 0 0 0 10px;
    letter-spacing: 4px;
    font-size: 3.5vw;
  }
  .summary .wrapper .text .sentence {
    margin: 25px 0 0 0;
  }
  .summary .wrapper .text .sentence p {
    letter-spacing: 2px;
    font-size: 1.7vw;
  }
  .summary .wrapper .text ul {
    display: block;
    margin: 30px 0 0 0;
    padding: 0 0 0 0;
  }
  .summary .wrapper .text ul li {
    position: relative;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .summary .wrapper .text ul li .inset {
    padding: 20px 20px 20px 20px;
  }
  .summary .wrapper .text ul li .inset .icon {
    line-height: 0;
    width: 9vw;
  }
  .summary .wrapper .text ul li .inset .cover {
    padding: 0 10px 0 10px;
    width: calc(100% - 9vw);
  }
  .summary .wrapper .text ul li .inset .cover h3 .catch {
    padding: 2px 15px 3px 15px;
  }
  .summary .wrapper .text ul li .inset .cover h3 .catch span {
    font-size: 2vw;
  }
  .summary .wrapper .text ul li .inset .cover p {
    letter-spacing: 1px;
    font-size: 1.7vw;
    margin: 5px 0 0 0;
  }
}
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .summary .borders .border {
    border-left: solid 1px #dddddd;
    width: 1px;
    height: 100%;
  }
  .summary .wrapper {
    max-width: 100%;
    padding: 60px 3% 60px 3%;
    display: block;
  }
  .summary .wrapper .thumb {
    line-height: 0;
    width: 80%;
    margin: 0 auto 0;
  }
  .summary .wrapper .text {
    width: 100%;
    margin: 0 0 0 0px;
    padding: 50px 50px 50px 50px;
  }
  .summary .wrapper .text::before, .summary .wrapper .text::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    opacity: 0.4;
    mix-blend-mode: multiply;
  }
  .summary .wrapper .text::before {
    left: 5px;
    top: 5px;
    border-width: 30px 30px 0 0;
    border-color: #23952b transparent transparent transparent;
  }
  .summary .wrapper .text::after {
    right: 5px;
    bottom: 5px;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #159577 transparent;
  }
  .summary .wrapper .text h2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .summary .wrapper .text h2 .icon {
    line-height: 0;
    width: 4.5vw;
  }
  .summary .wrapper .text h2 .catch {
    padding: 0 0 0 10px;
    letter-spacing: 4px;
    font-size: 3.5vw;
  }
  .summary .wrapper .text .sentence {
    margin: 25px 0 0 0;
  }
  .summary .wrapper .text .sentence p {
    letter-spacing: 2px;
    font-size: 1.7vw;
  }
  .summary .wrapper .text ul {
    margin: 30px 0 0 0;
    padding: 0 0 0 0;
  }
  .summary .wrapper .text ul li {
    position: relative;
  }
  .summary .wrapper .text ul li .inset {
    padding: 5%;
  }
  .summary .wrapper .text ul li .inset .icon {
    line-height: 0;
    width: 9vw;
  }
  .summary .wrapper .text ul li .inset .cover {
    padding: 0 10px 0 10px;
    width: calc(100% - 9vw);
  }
  .summary .wrapper .text ul li .inset .cover h3 .catch {
    padding: 2px 15px 3px 15px;
  }
  .summary .wrapper .text ul li .inset .cover h3 .catch span {
    font-size: 2vw;
  }
  .summary .wrapper .text ul li .inset .cover p {
    letter-spacing: 1px;
    font-size: 1.7vw;
    margin: 5px 0 0 0;
  }
}
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .summary .wrapper {
    flex-direction: column;
  }
  .summary .wrapper .thumb {
    text-align: center;
  }
  .summary .wrapper .thumb img {
    width: 80vw;
  }
  .summary .wrapper .text {
    width: 90%;
    margin: 0;
    padding: 8%;
  }
  .summary .wrapper .text h2 .icon {
    width: 10%;
    max-width: 45px;
  }
  .summary .wrapper .text h2 .catch {
    white-space: nowrap;
  }
  .summary .wrapper .text ul {
    flex-direction: column;
    gap: 10px;
  }
  .summary .wrapper .text ul li {
    width: 100%;
  }
  .summary .wrapper .text ul li .inset {
    flex-direction: column;
    padding: 5%;
  }
  .summary .wrapper .text ul li .inset .icon {
    display: none;
  }
  .summary .wrapper .text ul li .inset .cover {
    width: auto;
    padding: 0;
  }
  .summary .wrapper .text ul li .inset .cover h3 {
    white-space: nowrap;
  }
  .summary .wrapper .text ul li .inset .cover h3 .catch {
    width: 165px;
  }
  .detail .title h2 .icon {
    width: 10%;
    max-width: 80px;
    min-width: 30px;
  }
  .detail .title h2 .cover .main .catch {
    font-size: 40px !important;
    white-space: nowrap;
  }
}
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 DETAIL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.detail {
  position: relative;
  overflow: hidden;
  margin: 0px 0 0 0;
  min-height: 200px;
  background: linear-gradient(90deg, #ffeeee 0%, #ffebe0 100%);
  padding: 60px 0 60px 0;
}
.detail::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #eb6466 0%, #e98b58 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
}
.detail::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  height: 3px;
  border-top: dotted 2px #eb6466;
  transform: scale(6, 1);
}
.detail .title {
  padding: 0px 0 0 0;
}
.detail .title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail .title h2 .icon {
  line-height: 0;
  width: 80px;
}
.detail .title h2 .cover {
  padding: 0 0 0 10px;
}
.detail .title h2 .cover .main .catch {
  background: linear-gradient(45deg, #e67678 0%, #ec9769 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 44px;
}
.detail .title h2 .cover .sub {
  color: #e67678;
  font-family: "Caveat";
  letter-spacing: 5px;
  font-size: 24px;
}
.detail .table {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  max-width: 1280px;
  margin: 40px auto 0;
}
.detail .table dl {
  display: flex;
}
.detail .table dl dt {
  background: linear-gradient(45deg, #e67678 0%, #ec9769 100%);
  position: relative;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 10px 10px 10px 10px;
  letter-spacing: 3px;
  font-size: 22px;
}
.detail .table dl dt:before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #ffe1e2 0%, #ffe9dd 100%);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.detail .table dl dd {
  position: relative;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  width: 70%;
  padding: 10px 40px 10px 40px;
}
.detail .table dl dd:before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #d9d9d9, #c5c6c2);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.detail .link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}
.detail .link .explain {
  padding: 0 60px 0 0;
}
.detail .link .explain h3 .catch {
  background: linear-gradient(45deg, #e67678 0%, #ec9769 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Jost";
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 30px;
}
.detail .link .explain p {
  font-weight: 700;
  font-size: 16px;
}
.detail .link .button {
  width: 450px;
  padding: 0px 0 0 0;
}
.detail .link .button a {
  text-decoration: none;
  background: linear-gradient(45deg, #e67678 0%, #ec9769 100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  display: block;
  padding: 5px 20px 20px 20px;
}
.detail .link .button a .caption {
  text-align: center;
  margin: -20px 0 0 0;
}
.detail .link .button a .caption p {
  display: inline-block;
  font-weight: 700;
  background: #fff;
  color: #e67678;
  border-radius: 100px;
  border: solid 3px #e67678;
  padding: 3px 20px 3px 20px;
}
.detail .link .button a .cover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.detail .link .button a .cover .icon {
  width: 45px;
  height: auto;
}
.detail .link .button a .cover .catch {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  font-size: 24px;
}
.detail .link .button a .cover .arrow {
  width: 35px;
  height: auto;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .detail {
    padding: 60px 0 60px 0;
  }
  .detail::before {
    width: 100%;
    height: 6px;
  }
  .detail::after {
    top: 9px;
    width: 100%;
    height: 3px;
    border-top: dotted 2px #99ca87;
    transform: scale(6, 1);
  }
  .detail .title {
    padding: 0px 0 0 0;
  }
  .detail .title h2 .icon {
    line-height: 0;
    width: 5vw;
  }
  .detail .title h2 .cover {
    padding: 0 0 0 10px;
  }
  .detail .title h2 .cover .main .catch {
    font-size: 3.5vw;
  }
  .detail .title h2 .cover .sub {
    letter-spacing: 5px;
    font-size: 2.25vw;
  }
  .detail .table {
    max-width: 92%;
    margin: 40px auto 0;
  }
  .detail .table dl {
    display: flex;
  }
  .detail .table dl dt {
    width: 30%;
    padding: 10px 10px 10px 10px;
    letter-spacing: 3px;
    font-size: 2vw;
  }
  .detail .table dl dt:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  .detail .table dl dd {
    width: 70%;
    padding: 10px 40px 10px 40px;
  }
  .detail .table dl dd:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  .detail .link {
    margin: 50px 0 0 0;
  }
  .detail .link .explain {
    padding: 0 60px 0 0;
  }
  .detail .link .explain h3 .catch {
    letter-spacing: 3px;
    font-size: 3.5vw;
  }
  .detail .link .explain p {
    font-weight: 700;
    font-size: 16px;
  }
  .detail .link .button {
    width: auto;
    padding: 0px 0 0 0;
  }
  .detail .link .button a {
    border-radius: 100px;
    padding: 5px 25px 20px 25px;
  }
  .detail .link .button a .caption {
    margin: -20px 0 0 0;
  }
  .detail .link .button a .caption p {
    padding: 3px 20px 3px 20px;
    font-size: 1.8vw;
  }
  .detail .link .button a .cover {
    margin: 10px 0 0 0;
  }
  .detail .link .button a .cover .icon {
    width: 3.5vw;
    height: auto;
  }
  .detail .link .button a .cover .catch {
    line-height: 1.3;
    font-size: 2.5vw;
    padding: 0 25px 0 25px;
  }
  .detail .link .button a .cover .arrow {
    width: 3vw;
    height: auto;
  }
}
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .detail {
    padding: 60px 0 60px 0;
  }
  .detail::before {
    width: 100%;
    height: 6px;
  }
  .detail::after {
    top: 9px;
    width: 100%;
    height: 3px;
    border-top: dotted 2px #99ca87;
    transform: scale(6, 1);
  }
  .detail .title {
    padding: 0px 0 0 0;
  }
  .detail .title h2 .icon {
    line-height: 0;
    width: 8vw;
  }
  .detail .title h2 .cover {
    padding: 0 0 0 10px;
  }
  .detail .title h2 .cover .main .catch {
    font-size: 5vw;
  }
  .detail .title h2 .cover .sub {
    letter-spacing: 5px;
    font-size: 3vw;
  }
  .detail .table {
    max-width: 92%;
    margin: 40px auto 0;
  }
  .detail .table dl {
    display: flex;
  }
  .detail .table dl dt {
    width: 30%;
    padding: 10px 10px 10px 10px;
    letter-spacing: 3px;
    font-size: 2.5vw;
  }
  .detail .table dl dt:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  .detail .table dl dd {
    width: 70%;
    padding: 10px 40px 10px 40px;
  }
  .detail .table dl dd:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  .detail .link {
    margin: 50px 0 0 0;
  }
  .detail .link .explain {
    padding: 0 20px 0 0;
  }
  .detail .link .explain h3 .catch {
    letter-spacing: 3px;
    font-size: 3.5vw;
  }
  .detail .link .explain p {
    font-weight: 700;
    font-size: 2vw;
  }
  .detail .link .button {
    width: auto;
    padding: 0px 0 0 0;
  }
  .detail .link .button a {
    border-radius: 100px;
    padding: 5px 25px 20px 25px;
  }
  .detail .link .button a .caption {
    margin: -20px 0 0 0;
  }
  .detail .link .button a .caption p {
    padding: 3px 20px 3px 20px;
    font-size: 1.8vw;
  }
  .detail .link .button a .cover {
    margin: 10px 0 0 0;
  }
  .detail .link .button a .cover .icon {
    width: 3.5vw;
    height: auto;
  }
  .detail .link .button a .cover .catch {
    line-height: 1.3;
    font-size: 2.5vw;
    padding: 0 25px 0 25px;
  }
  .detail .link .button a .cover .arrow {
    width: 3vw;
    height: auto;
  }
}
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .detail .table {
    width: 90%;
    margin: 0 auto;
    min-width: 320px;
  }
  .detail .table dl dt {
    font-size: 16px;
    padding: 2.5%;
    width: 35%;
  }
  .detail .table dl dd {
    padding: 2.5% 5%;
    width: 65%;
  }
  .detail .link {
    flex-direction: column;
  }
  .detail .link .explain {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .detail .link .explain .sentence {
    margin: 0 auto;
  }
  .detail .link .button {
    width: 80%;
    max-width: 450px;
    margin-top: 30px;
    min-width: 300px;
  }
  .detail .link .button .cover {
    margin: 10px auto 0;
  }
  .detail .link .button .cover .icon {
    display: none;
  }
  .detail .link .button .cover .catch {
    text-align: center;
    width: 90%;
  }
  .detail .link .button .cover .arrow {
    width: 10%;
    max-width: 35px;
  }
}
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	420px以下	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 420px) {
  .detail .table {
    width: 90%;
    margin: 0 auto;
    min-width: 0px;
  }
  .detail .table dl {
    display: block;
  }
  .detail .table dl dt {
    width: 100%;
  }
  .detail .table dl dd {
    padding: 5% 5%;
    width: 100%;
  }
}
/* 420px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints *//*# sourceMappingURL=style.css.map */