@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------
 * variables.css
--------------------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------
 # Color
-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
 # Path
-----------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------
 * mixins.css
--------------------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------
 # ribbon
-----------------------------------------------------------------------*/
.jp {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Montserrat", sans-serif;
}

* {
  box-sizing: border-box;
  hanging-punctuation: allow-end;
}

.red {
  color: #ff0000 !important;
}

.black {
  color: #333 !important;
}

.bg_lightyellow_stripe {
  background: #fffbce url("../common/img/bg01.png") repeat center center/30px;
}

.bg_lightblue_square {
  background: #45bdf2 url("../common/img/bg02.png") repeat center center/112px;
}

.bg_blue {
  background: #1866dd;
}

.sec_inner {
  line-height: 2;
}

.btn_main {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}

.btn_main a,
.btn_main .btn_inner {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #286bc1;
  border: 2px solid transparent;
  border-radius: 0.5em;
  box-shadow: 0 0.2em 0 #163c6d;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  font-weight: normal;
  font-weight: bold;
  line-height: 1.4em;
  padding: 1em 2.6em 0.9em;
  position: relative;
  text-align: center;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
  width: 100%;
  z-index: 2;
}

.btn_main a .icon_arrow,
.btn_main a .icon_plus,
.btn_main .btn_inner .icon_arrow,
.btn_main .btn_inner .icon_plus {
  bottom: 0;
  margin: auto 0;
  position: absolute;
  right: 5%;
  top: 0;
}

.btn_main a .icon_plus::before, .btn_main a .icon_plus::after,
.btn_main .btn_inner .icon_plus::before,
.btn_main .btn_inner .icon_plus::after {
  background: #a8a6a5;
}

.btn_main a:hover,
.btn_main .btn_inner:hover {
  opacity: 1;
}

.btn_main:hover {
  opacity: 0.75;
}

.btn_main.blue01 a, .btn_main.blue01 .btn_inner {
  background: #2caebd;
}

.btn_main.blue02 a, .btn_main.blue02 .btn_inner {
  background: #5a87c8;
}

.btn_main.blue03 a, .btn_main.blue03 .btn_inner {
  background: #2caebd;
}

.btn_main.green a, .btn_main.green .btn_inner {
  background: #2AAFBD;
  box-shadow: 0 0.2em 0 #19676f;
}

.btn_main.green01 a, .btn_main.green01 .btn_inner {
  background: #289baa;
}

.btn_main.green02 a, .btn_main.green02 .btn_inner {
  background: #2CAEBD;
}

.btn_main.pink a, .btn_main.pink .btn_inner {
  background: #f23071;
  box-shadow: 0 0.2em 0 #b22455;
}

.btn_main.btn_vertical {
  display: inline-block;
  vertical-align: middle;
}

.btn_main.btn_vertical a {
  padding: 1.5em 1.5em 2.5em;
}

.btn_main.btn_vertical a .btn_vertical_inner {
  display: inline-block;
  line-height: 1.1;
  margin: 0 auto;
  width: 1em;
}

.btn_main.btn_vertical a .icon_arrow {
  bottom: 1em;
  left: 50%;
  margin-left: -0.5em;
  right: 0;
  top: auto;
}

.icon_arrow {
  display: inline-block;
  height: 1.2rem;
  position: relative;
  vertical-align: middle;
  width: 1.2rem;
}

.icon_arrow::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  border-radius: 5rem;
  content: '';
  display: block;
  height: 100%;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
  width: 100%;
}

.icon_arrow::after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 2px solid #286bc1;
  border-right: 2px solid #286bc1;
  bottom: 0;
  content: '';
  height: 30%;
  left: -1%;
  margin: auto;
  position: absolute;
  right: 0;
  top: -15%;
  transform: rotate(45deg);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .icon_arrow::after {
    left: -10%;
  }
}

.icon_arrow.blue01::after {
  border-color: #289baa;
}

.icon_arrow.blue02::after {
  border-color: #5a87c8;
}

.icon_arrow.blue03::after {
  border-color: #2caebd;
}

.icon_arrow.blue04::after {
  border-color: #286bc1;
}

.icon_arrow.green::after {
  border-color: #2AAFBD;
}

.icon_arrow.green01::after {
  border-color: #289baa;
}

.icon_arrow.green02::after {
  border-color: #3cbe76;
}

.icon_arrow.black::before {
  background: #fff;
}

.icon_arrow.black::before, .icon_arrow.black::after {
  border-color: #333;
}

.icon_arrow.pink::after {
  border-color: #f23071;
  left: 0;
  top: -16%;
  transform: rotate(45deg);
}

.icon_arrow.top::after {
  left: 0%;
  top: 15%;
  transform: rotate(-135deg);
}

.icon_arrow.right::after {
  left: -18%;
  top: -5%;
  transform: rotate(-45deg);
}

.pc-none {
  display: none;
}

@media screen and (max-width: 1032px) {
  .pc-none {
    display: inline-block;
  }
}

.sp-none {
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .sp-none {
    display: none;
  }
}

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

@media screen and (max-width: 1032px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 900px) {
  .sp-only {
    display: inline-block;
  }
}

.tb-none {
  display: inline-block;
}

@media screen and (max-width: 1032px) {
  .tb-none {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .tb-none {
    display: inline-block;
  }
}

.tb-only {
  display: none;
}

@media screen and (max-width: 1032px) {
  .tb-only {
    display: inline-block;
  }
}

@media screen and (max-width: 900px) {
  .tb-only {
    display: none;
  }
}

.delay1 {
  animation-delay: 100ms;
}

.delay2 {
  animation-delay: 200ms;
}

.delay3 {
  animation-delay: 300ms;
}

.delay4 {
  animation-delay: 400ms;
}

.delay5 {
  animation-delay: 500ms;
}

.delay6 {
  animation-delay: 600ms;
}

.delay7 {
  animation-delay: 700ms;
}

.delay8 {
  animation-delay: 800ms;
}

.delay9 {
  animation-delay: 900ms;
}

.delay10 {
  animation-delay: 1000ms;
}

.inview {
  animation-play-state: running;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fadein.inview {
  opacity: 0;
}

.fadein.inview.on {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadein;
  animation-timing-function: ease;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeup.inview {
  opacity: 0;
  transform: translateY(20px);
}

.fadeup.inview.on {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeup;
  animation-timing-function: ease;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.rotatein.inview {
  transform: rotateX(-90deg);
}

.rotatein.inview.on {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: rotatein;
  animation-timing-function: ease;
}

@keyframes rotatein {
  0% {
    transform: rotateX(-90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

.blur.inview {
  blur: 40px;
  filter: blur(40px);
}

.blur.inview.on {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: blur;
  animation-timing-function: ease;
}

@keyframes blur {
  0% {
    filter: blur(40px);
  }
  100% {
    filter: blur(0px);
  }
}

.swing.inview {
  transform-origin: bottom;
}

.swing.inview.on {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: swing;
  animation-timing-function: ease;
}

@keyframes swing {
  0% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(3deg);
  }
  27% {
    transform: rotate(-3deg);
  }
  33% {
    transform: rotate(1deg);
  }
  37% {
    transform: rotate(-1deg);
  }
  40% {
    transform: rotate(0deg);
  }
}

.bound.inview.on {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: bound;
  animation-timing-function: ease;
}

@keyframes bound {
  0% {
    transform: translateY(0px);
  }
  15% {
    transform: translateY(-5px);
  }
  30% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0px);
  }
  55% {
    transform: translateY(-1px);
  }
  60% {
    transform: translateY(0px);
  }
}

button:not([disabled]) > b {
  display: block;
  margin: auto;
  position: absolute;
  text-align: center;
}

button:not([disabled]) > i.spinner {
  opacity: 0;
}

button[disabled] > i.spinner {
  opacity: 1;
}

button[disabled] > b {
  display: none;
}

.btn02 {
  background: black;
  border-radius: 0px;
  color: white;
  display: block;
  height: 50px;
  margin: 0 auto;
  position: relative;
  transition: 0.5s;
  width: 180px;
}

@media screen and (max-width: 900px) {
  .btn02 {
    width: 180px;
  }
}

@media screen and (max-width: 900px) and (max-width: 680px) and (orientation: portrait), screen and (max-width: 900px) and (max-width: 737px) and (orientation: landscape) {
  .btn02 {
    height: 50px;
    margin: 30px auto 0;
    width: 230px;
  }
}

.btn02:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.btn.arrow {
  position: relative;
}

.btn.arrow::after {
  border-right: solid 2px white;
  border-top: solid 2px white;
  content: "";
  height: 5px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  z-index: 1;
}

.spinner {
  -webkit-animation: spinner 1.3s infinite linear;
  animation: spinner 1.3s infinite linear;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  height: 1em;
  margin: auto;
  position: relative;
  text-indent: -9999em;
  transform: scale(0.55);
  width: 1em;
}

@keyframes spinner {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/* popup */
.popup {
  margin: 100px auto;
  min-height: 500px;
  padding: 0px;
  position: relative;
  width: 100%;
}

.mfp-content {
  max-width: 940px;
}

.mfp-close-btn-in .mfp-close {
  background: url(../img/top/popup_close_btn@2x.png) no-repeat;
  background-size: 52px;
  height: 52px;
  opacity: 1;
  overflow: hidden;
  padding-top: 52px;
  top: -67px;
  width: 52px;
}

/*---------------------------------------------
    ページ内共通部分
---------------------------------------------*/
.text-red {
  color: #e60012;
}

/*---------------------------------------------
    詳細コンテンツ
---------------------------------------------*/
.detailContent_inner {
  background-color: #fff;
  border-radius: 31px;
  overflow: hidden;
}

.detailContent_Title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #45bdf2;
  border-radius: 31px 31px 0 0;
  color: #fff;
  font-size: 30px;
  height: 84px;
  letter-spacing: 0.05em;
  line-height: 91px;
  padding: 0 45px;
}

.detailContent_wrapImage {
  background: #fff;
  padding: 50px 40px 0 40px;
}

.detailContent_wrapFlex {
  -webkit-flex: 1;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detailContent_wrapFlex--R {
  border-radius: 10px;
  flex: 0 0 56%;
  margin: 0 12px 0 0;
  max-width: 56%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.graph_box {
  background: #45bdf2;
  border-radius: 10px  0 0 10px;
  display: table;
  height: 100%;
  width: 100%;
}

.graph_box_item {
  display: table-cell;
  height: 100%;
  position: relative;
}

.graph_box_item p {
  z-index: 2;
}

.graph_box_item:first-child {
  min-width: 34%;
  width: 34%;
}

.graph_box_item:first-child::before {
  background: #286bc1;
  content: '';
  display: block;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.graph_box_item:last-child {
  background: #f5f5f5;
  border-radius: 0 10px 10px 0;
  vertical-align: middle;
}

.detailContent_img {
  display: block;
  margin: 1em auto;
  text-align: center;
  vertical-align: middle;
  /* padding: 0 12px 0 0; */
  width: 280px;
}

.detailContent_img img {
  display: inline-block;
}

.detailContent_ten1,
.detailContent_ten2,
.detailContent_ten3,
.detailContent_ten4 {
  position: absolute;
  z-index: 1;
}

.detailContent_ten1 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  left: 46px;
  top: 25px;
}

.detailContent_ten1 span {
  font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
}

.detailContent_ten2 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  left: 110px;
  top: 70px;
}

.detailContent_ten2 span {
  font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
}

.detailContent_ten2:before {
  border-top: 2px solid #fff;
  bottom: 0;
  content: '';
  margin: auto;
  position: absolute;
  right: 17px;
  top: 0;
  transform: rotate(-45deg);
  width: 30px;
}

.detailContent_ten3 {
  font-size: 20px;
  font-weight: bold;
  /* display: inline-block; */
  margin-right: 24px;
  text-align: center;
  top: 144px;
  width: 100%;
}

.detailContent_ten4 {
  color: #fff100;
  font-size: 28px;
  font-weight: bold;
  left: 0;
  text-align: center;
  top: 165px;
  width: 100%;
}

.detailContent_ten4 span {
  font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
  font-size: 52px;
  margin-right: 6px;
}

.detailContent_img2 {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

.detailContent_wrapFlex--L {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 0 0 10px;
}

.detailContent_wrapFlex--L img {
  border: 2px solid #d1d1d1;
}

.detailContent_wrapList {
  background: #fff;
}

.detailContent_wrapList {
  box-sizing: border-box;
  display: none;
  overflow: hidden;
  padding: 2em 50px 1.5em 50px;
}

.detailContent_list__Single,
.detailContent_list__Double {
  float: left;
}

.detailContent_listFlex {
  -ms-flex-pack: space-between;
  -webkit-box-pack: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.detailContent_BlackTitleSingle,
.detailContent_BlackTitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #8c8c8c;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  text-align: center;
}

.detailContent_list01,
.detailContent_list02,
.detailContent_list03,
.detailContent_list04,
.detailContent_list05 {
  border: solid 2px #8c8c8c;
  border-radius: 10px;
  position: relative;
}

.detailContent_list01,
.detailContent_list02,
.detailContent_list03,
.detailContent_list04,
.detailContent_list05 {
  margin: 0 2px 0 2px;
  width: calc(25% - 4px);
}

.detailContent_list02 .table {
  font-size: 0.9em;
  font-weight: bold;
}

.detailContent_listFlex--L,
.detailContent_listFlex--R {
  box-sizing: border-box;
  text-align: center;
  width: 50%;
}

.detailContent_listFlex--L {
  border-right: solid 2px #dcdcdc;
}

.detailContent_bottomYellowSingle,
.detailContent_bottomYellow {
  background: #fff100;
  border-radius: 0 0 10px 10px;
  color: #286bc1;
  font-size: 15px;
  font-weight: bold;
  height: 60px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 10px 0 0 0;
  text-align: center;
}

.detailContent_listL--Text01 {
  font-size: 12px;
  line-height: 1.25;
  padding: 1.8rem 0 1.8rem 0;
  position: relative;
}

.detailContent_listL--Text01::after {
  border-bottom: dotted 2px #555;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
}

.detailContent_listL--Text02 {
  font-size: 12px;
  line-height: 1.25;
  padding: 1.8rem 0 1.8rem 0;
}

.detailContent_listL----getsugaku {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.detailContent_TextSingle {
  height: 230px;
}

.detailContent_TextSingle .table {
  display: table;
  height: 100%;
  width: 100%;
}

.detailContent_TextSingle .table .table_inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.detailContent_TextSingle .table .table_inner.center {
  text-align: center;
}

.detailContent_TextSingle .table .table_inner strong {
  display: block;
  font-size: 14px;
  padding: 0;
  text-align: center;
}

.detailContent_TextSingle .table .table_inner strong.font_big {
  font-size: 18px;
}

.detailContent_TextSingle .table .table_tr {
  display: table-row;
}

.detailContent_TextSingle .table .table_tr .table_inner {
  height: auto;
  padding: 0.5rem 0;
  position: relative;
}

.detailContent_TextSingle .table .table_tr .table_inner::after {
  border-bottom: dotted 2px #8c8c8c;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
}

.detailContent_TextSingle .table .table_tr:last-child .table_inner::after {
  display: none;
}

.detailContent_TextSingle .table li {
  font-size: 14px;
  margin-bottom: 1em;
  padding-left: 1em;
  position: relative;
}

.detailContent_TextSingle .table li::before {
  content: '・';
  left: 0;
  position: absolute;
  top: 0;
}

.detailContent_TextSingle .table li:last-child {
  margin-bottom: 0;
}

.detailContent_list01 .detailContent_listFlex--L .detailContent_BlackTitle {
  border-radius: 7px 0 0 0;
}

.detailContent_list01 .detailContent_listFlex--R .detailContent_BlackTitle {
  border-radius: 0 7px 0 0;
}

.detailContent_BlackTitleSingle--2Row {
  line-height: 16px;
  padding: 5px 0 0 0;
}

.detailContent_BlackTitleSingle {
  border-radius: 7px 7px 0 0;
}

.detailContent_listR--Text01 {
  font-size: 14px;
  font-weight: bold;
  height: 230px;
  letter-spacing: 0.05em;
  line-height: 200px;
  text-align: center;
}

.detailContent_list04 .detailContent_TextSingle2 {
  box-sizing: border-box;
  font-size: 11px;
  font-size: 11px;
  font-weight: bold;
  font-weight: bold;
  height: 230px;
  letter-spacing: 0.05em;
  letter-spacing: 0.028em;
  line-height: 1.6;
  padding: 0 1rem 1rem;
}

.detailContent_list04 .detailContent_TextSingle2 strong {
  display: block;
  font-size: 16px;
  padding: 60% 0 1em;
  text-align: center;
}

.detailContent_list05 .detailContent_TextSingle3 {
  display: table;
  height: 230px;
  text-align: center;
  width: 100%;
}

.detailContent_list05 .detailContent_TextSingle3 strong {
  display: table-cell;
  height: 230px;
  vertical-align: middle;
  width: 100%;
}

.detailContent_list03 .detailContent_TextSingle,
.detailContent_list04 .detailContent_TextSingle,
.detailContent_list05 .detailContent_TextSingle {
  box-sizing: border-box;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.028em;
  padding: 9px 8px 0 8px;
}

.detailContent_wrapButton {
  background: #fff;
  padding: 2em 0 70px 0;
  text-align: center;
}

.detailContent_wrapButton .btn_main {
  margin: 0 auto;
  width: 70%;
}

.detailContent_firstRank {
  background: #286bc1;
  border-radius: 100%;
  color: #fff;
  font-size: 11px;
  height: 34px;
  left: -5px;
  line-height: 34px;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 34px;
}

.detailContent_firstRank span {
  font-size: 16px;
  position: relative;
  top: 1px;
}

.detailContent_list_showButton {
  height: 40px;
  margin: 20px 20px 0;
  /* padding: 20px 20px 0; */
  position: relative;
}

.detailContent_list_showButton p {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.detailContent_list_showButton p a {
  background-color: #e6e6e6;
  color: #333;
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-align: center;
}

.detailContent_list_showButton p a span {
  position: relative;
}

.detailContent_list_showButton p a span:before {
  -webkit-transform: rotate(135deg);
  border: 0px;
  border-right: solid 1px #333;
  border-top: solid 1px #333;
  content: '';
  height: 7px;
  margin-top: -7.5px;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: rotate(135deg);
  width: 7px;
}

.detailContent_list_showButton .btn01 {
  z-index: 2;
}

.detailContent_list_showButton .btn02 {
  z-index: 1;
}

.detailContent_list_showButton .btn02 {
  height: auto;
}

.detailContent_list_showButton .btn02 a span:before {
  -webkit-transform: rotate(-45deg);
  margin-top: -3.5px;
  transform: rotate(-45deg);
}

.detailContent_list_showButton.show .btn01 {
  display: none;
}

.detailContent_list_btn_web {
  padding: 2em 20px 2em;
}
