@charset "utf-8";
/* update 2022_1104_1640 */
/* font_area */

#gw_container h1 {
  border: 0;
}

#gw_container h1,
#gw_container h2,
#gw_container h3 {
  margin: 0;
  padding: 0;
}

p {
  display: inline;
}

.gwsn_ContentsWrapAll {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: -20px;
  font-size: 16px;
  color: #222222;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 1.3px;
  line-height: 1.6;
}

#mainContent {
  padding: 0 !important;
  margin-bottom: 0;
}

.gwsn_ContentsWrapAll a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #222;
}

.gwsn_ContentsWrapAll a img {}

.gwsn_ContentsWrapAll a:hover img {
  opacity: 1;
}

.gwsn_ContentsWrapAll img {
  width: 100%;
  display: block;
}

.gwsn_ContentsWrapAll a {}

.gwsn_ContentsWrapAll a:before,
.gwsn_ContentsWrapAll a:after {
  position: absolute;
  content: '';
  display: block;
}

.gwsn_commonSize {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents_wrap h1 {
  margin: 0;
  padding: 0;
  border: none;
}

.gwsn_ContentsWrapAll h2 {
  margin: 0;
  padding: 0;
}

.gwsn_ContentsWrapAll h3 {
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  line-height: 1.3;
}

.SP,
.SP a,
img.SP {
  display: none;
}

/*common_start*/
/*accordion_start*/
.invisible.gwsn_acoBt__txt,
.gwsn_acoBt__txt {
  display: none;
  padding-bottom: 60px;
}

.gwsn_acoBt_parent {
  position: relative;
  padding-bottom: 40px;
}

.gwsn_acoBt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.on.gwsn_acoBt {
  bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gwsn_acoBt:before,
.gwsn_acoBt:after {
  position: absolute;
  display: block;
  content: "";
}

.gwsn_acoBt:before {
  width: 100%;
  height: 60px;
  bottom: 20px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.0)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.gwsn_acoBt:after {
  width: 15px;
  height: 15px;
  bottom: 20px;
  left: 50%;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(135deg) translate(0, 50%);
  -ms-transform: rotate(135deg) translate(0, 50%);
  transform: rotate(135deg) translate(0, 50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #bfbfbf;
}

.on.gwsn_acoBt:before {
  display: none;
}

.on.gwsn_acoBt:after {
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  -ms-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: 25px;
}

h2.gwsn_commonTitleH2 {
  padding-top: 80px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 26px;
  line-height: 1.3;
}

h2.gwsn_commonTitleH2 .txtIm {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

h3.gwsn_commonTitleH3 {
  font-size: 24px;
  text-align: center;
  margin: 0 auto 10px;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  padding-top: 48px;
}

.gwsn_areaH2 {
  padding-bottom: 60px;
}

.gwsn_areaH3 {}

.gwsn_ContentsWrapAll {}

.gwsn_areaMiddle {}

/*hover_start*/


/*hover_end*/
/*breadcrumb_start*/
.gwsn_breadcrumb {
  background: #fff;
  width: 100%;
  display: block;
  height: calc(1em + (8px * 2));
  border-bottom: 1px solid #fff;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
}

ol.gwsn_breadcrumb li {
  position: relative;
  float: left;
  padding-left: 20px;
  font-size: 12px;
}

ol.gwsn_breadcrumb li:before {
  position: absolute;
  content: '';
  display: block;
  top: 30%;
  left: 1%;
  width: 6px;
  height: 6px;
  border-right: solid 1px;
  border-top: solid 1px;
  -webkit-transform: rotate(45deg) translate(0, -25%);
  -ms-transform: rotate(45deg) translate(0, -25%);
  transform: rotate(45deg) translate(0, -25%);
  color: #646464;
}

ol.gwsn_breadcrumb li:first-child:before {
  display: none;
}

ol.gwsn_breadcrumb li:first-child {
  padding-left: 0;
  background: none;
}

ol.gwsn_breadcrumb li,
ol.gwsn_breadcrumb li a {
  color: #646464;
}

ol.gwsn_breadcrumb li a:hover {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

ol.gwsn_breadcrumb li a {
  text-decoration: none;
}

/*breadcrumb_end*/


/*relation_end*/
.gwsn_areaBottom {
  background: #e5e5e5;
  padding: 5px 0 0;
  text-align: center;
  font-size: 12px;
}

.gwsn_areaBottom small {}

/*contents_end*/
@media screen and (min-width:641px) and (max-width:1000px) {
  #wrapper {
    min-width: 100%;
  }

  .gwsn_commonSize {
    width: calc(100VW - 80px);
    padding: 0;
  }

  .SP,
  .SP a,
  img.SP {
    display: block;
  }

  .PC,
  .PC a,
  img.PC {
    display: none;
  }

}

@media screen and (max-width: 640px) {
  .gwsn_ContentsWrapAll {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -25px;
    -webkit-text-size-adjust: 100%;
    font-size: clamp(14px, 3.5vw, 16px);
  }

  p {
    display: block;
  }

  .gwsn_ContentsWrapAll {}

  .gwsn_ContentsWrapAll img {
    width: 100%;
    display: block;
  }

  .gwsn_commonSize {
    width: 94vw;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*SP_common_start*/
  h2.gwsn_commonTitleH2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15vw;
    font-size: 7.5vw;
    margin-bottom: 3.5vw;
  }

  h2.gwsn_commonTitleH2 picture {
    max-width: initial;
    height: 8.5vw;
    width: auto;
  }

  h3.gwsn_commonTitleH3 {
    margin-bottom: 5vw;
    padding-top: 10vw;
    font-size: 6vw;
  }

  .gwsn_areaH2 {
    padding-bottom: 15vw;
  }

  .SP,
  .SP a,
  img.SP {
    display: block;
  }

  .PC,
  .PC a,
  img.PC {
    display: none;
  }

  /*SP_common_end*/
  /*SP_contents_start*/
  /*SP_breadcrumb_start*/
  .gwsn_breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2vw;
  }

  .gwsn_breadcrumb>* {
    float: initial;
    font-size: 2.8vw;
  }

  ol.gwsn_breadcrumb li:nth-of-type(n + 2) {
    padding-left: 15px;
    background-position: 1vw center;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }

  ol.gwsn_breadcrumb li:before {
    top: 50%;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    left: 0vw;
  }

  .gwsn_breadcrumb>* a {}

  /*SP_breadcrumb_end*/


  /*SP_relation_end*/

  /*hover_end*/
  .gwsn_copy {
    font-size: 10px;
    padding: 30vw 0 2vw;
  }

  /*SP_contents_end*/
}


/* GW_area */
/* update_yyyy_mm_dd */



/* copy-guard */
#gw_container img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  user-select: none;
}

#gw_container a:hover {
  opacity: 0.5;
  text-decoration: none !important;
}

#gw_container {
  letter-spacing: 0px;
  color: #646464;
  font-family: "Hiragino Sans", sans-serif;
}


.gw_copyguard_img {
  pointer-events: none;
}

.gwsn_intro__mvWrap>iframe {
  border-style: none;
}

.gw_box_q_txt li a {
  display: inline-block;
}

@media screen and (min-width: 1000px) {

  #gw_anker1,
  #gw_anker2,
  #gw_anker1_1,
  #gw_anker1_2,
  #gw_anker1_3,
  #gw_anker2_1,
  #gw_anker2_2,
  #gw_anker2_3,
  #gw_anker2_4 {
    margin-top: -50px !important;
    display: block;
  }

  #gw_anker1 {
    padding-top: 80px !important;
  }

  .gw_main_bg {
    padding: 40px 0;
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/oshikatsucolumn09/bg.png);
  }

  .gw_adjust img {
    width: auto;
    padding: 45px 0 20px;
  }

  .gw_time {
    font-size: 17px;
    line-height: 29px;
    font-weight: normal;
    text-align: end;
  }

  .gw_main_box {
    width: 980px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px #A1B5AA;
    box-shadow: 0px 0px 5px #A1B5AA;
  }

  .gw_main_box>* {
    max-width: 880px;
    margin: 0 auto;
  }

  .gw_comment2 {
    width: 770px;
    margin: 50px auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gw_comment2 li:nth-child(1) {
    width: auto;
    margin-left: 0 !important;
  }

  .gw_comment2 li:nth-child(2) {
    width: 520px;
    background-color: #F4E6D7;
    position: relative;
    margin-right: 0 !important;
  }

  .gw_comment2 li:nth-child(2) {
    height: 100%;
  }

  .gw_comment2 li:nth-child(2)::after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(244, 230, 215, 0);
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 26px;
    border-right-width: 30px;
    margin-top: -20px;
    border-right-color: #F4E6D7;
    right: 100%;
    top: 50%;
  }

  .gw_comment2 li:nth-child(2) p:nth-of-type(1) {
    font-size: 20px;
    line-height: 34px;
    font-weight: normal;
    padding: 23px 33px;
    padding-left: 33px;
    display: block;
  }


  .gw_box_q {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 6px solid #F4BAB9;
    opacity: 1;
    margin-bottom: 40px !important;
    margin-top: 35px !important;
  }

  .gw_box_q2 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 4px solid #F4BAB9;
    opacity: 1;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding: 30px;

  }

  .gw_box_q2>div {
    width: 780px;
    font-size: 18px;
  }

  .gw_box_q2>div>p:nth-child(2) {
    letter-spacing: 2px;
  }

  .gw_txt_pink {
    color: #F4BAB9;
    font-weight: 700;
  }

  .gw_box_q h2 {
    margin: 30px auto 20px !important;
    text-align: center;
    font-size: 46px;
    line-height: 68px;
    font-weight: bold;
    color: #F4BAB9;
    font-family: 'M PLUS 2', sans-serif;
    border: none;
  }

  .gw_box_q_txt {
    width: 830px;
  }

  .gw_box_q_txt li p {
    text-align: left;
    font-size: 22px;
    line-height: 51px;
    padding-left: 20px;
    font-weight: bold;
    color: #646464;
    font-family: 'M PLUS 2', sans-serif;
  }

  .gw_box_q_left {
    padding-left: 3em !important;
  }

  .gw_box_q_txt li {
    text-indent: 0em;
  }

  .gw_box_q_txt li:last-child {
    margin-bottom: 40px !important;
  }

  .gw_border {
    width: 100%;
    height: 4px;
    background-color: #F4BAB9;
    margin-bottom: 20px !important;
  }

  .gw_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .gw_map li {
    width: 421px;
    margin: 0 !important;
  }

  .gw_map li p:nth-child(2) {
    padding-top: 30px;
  }

  .gw_map p {
    line-height: 1.7 !important;
    display: block;
    letter-spacing: 2px;
  }

  .gw_ttl0 {
    background: #F4BAB9 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #fff;
    font-weight: 700;
    padding: 15px;
  }

  .gw_ttl {
    background: #F4BAB9 0% 0% no-repeat padding-box;
    border: 5px solid #F2E6D9;
    opacity: 1;
    margin-bottom: 30px !important;
  }

  .gw_ttl2 {
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gw_ttl2 span {
    margin: 0 !important;
  }

  .gw_ttl3 {
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px !important;
  }

  .gw_ttl span {
    font-size: 36px;
    line-height: 58px;
    padding-left: 20px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'M PLUS 2', sans-serif;
    margin-left: 0 !important;
  }



  .gw_border_inner p {
    display: block;
  }

  .gw_p_contents1>p {
    display: block;
  }

  .gw_p_contents1>.gw_p_contents {
    padding-top: 0;
  }

  .gw_p_contents {
    width: 841px;
    margin: 0 auto;
    padding: 30px 0;
  }

  .gw_in_txt {
    padding-top: 30px;
    padding-bottom: 0px;
    display: block;
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    font-family: "Hiragino Sans", sans-serif;
    color: #646464;
    letter-spacing: 1.5px;
  }

  .gw_in_txt0 {
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    font-family: "Hiragino Sans", sans-serif;
    color: #646464;
    letter-spacing: 1.5px;
    display: block;
  }

  .gw_in_txt00 {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    font-family: "Hiragino Sans", sans-serif;
    color: #646464;
    letter-spacing: 1.5px;
    display: block;
  }

  .gw_in_txt000 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    font-family: "Hiragino Sans", sans-serif;
    color: #646464;
    letter-spacing: 1.5px;
    display: block;
  }

  .gw_under_pink {
    border-bottom: solid 5px #F4BAB9;
  }

  .gw_list li:nth-child(4) {
    text-indent: 1em;
  }

  #gw_anker1_2,
  #gw_anker2_2,
  #gw_anker2_3,
  #gw_anker2_4 {
    display: inline;
  }

  #gw_anker1_1 {
    padding-top: 80px !important;
  }



  .gw_border2 {
    height: 3px;
    background-color: #F4BAB9;
    opacity: 1;
    width: 100%;
    margin-right: 0 !important;
  }

  .gw_in_txt2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #646464;
    padding-bottom: 8px;
    padding-left: 1em;
    letter-spacing: 2px;
  }

  .gw_margin_adjust {
    margin-top: 40px !important;
  }

  .gw_img_set {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .gw_img_set2 {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 50px !important;
  }

  .gw_img_set3 {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px !important;
  }

  .gw_in_txt3 {
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
    color: #646464;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    padding: 21px 20px;
  }

  .gw_margin_adjust6 {
    margin: 40px auto 50px !important;
    padding-bottom: 20px !important;
  }

  .gw_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px !important;
  }

  .gw_page_jump {
    width: 165px;
  }

  .gw_page_jump a {
    font-size: 18px;
    line-height: 27px;
    color: #72BE94;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gw_page .gw_page_jump a:hover {
    color: #72BE94 !important;
  }

  .gw_page .gw_page_home a:hover {
    color: #fff !important;
  }

  .gw_page_home {
    width: 220px;
    height: 49px;
    border-radius: 25px;
    background-color: #72BE94;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .gw_page_home a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
  }

}

@media screen and (min-width:641px) and (max-width:1000px) {

  #gw_anker1,
  #gw_anker2,
  #gw_anker1_1,
  #gw_anker1_2,
  #gw_anker1_3,
  #gw_anker2_1,
  #gw_anker2_2,
  #gw_anker2_3,
  #gw_anker2_4 {
    padding-top: 50px !important;
    margin-top: -50px !important;
  }

  .gw_main_bg {
    padding: 30px 0;
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/oshikatsucolumn09/bg.png);
  }

  .gw_adjust img {
    width: 40%;
    padding: 10px 0;
  }

  .gw_time {
    font-size: 20px;
    line-height: 1.7;
    font-weight: normal;
    text-align: end;
    width: 90%;
  }

  .gw_main_box {
    width: 88%;
    max-width: 640px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px #A1B5AA;
    box-shadow: 0px 0px 5px #A1B5AA;
    padding-bottom: 10px;
  }

  .gw_main_box>* {
    max-width: 97%;
    margin: 0 auto !important;
  }

  .gw_comment2 {
    width: 100%;
    margin: 25px auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gw_comment2 li:nth-child(1) {
    width: 20%;
    margin-left: 0 !important;
  }

  .gw_comment2 li:nth-child(2) {
    width: 71%;
    background-color: #F4E6D7;
    position: relative;
    padding: 10px 0;
  }


  .gw_comment2 li:nth-child(2)::after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(244, 230, 215, 0);
    border-top-width: 10px;
    border-bottom-width: 2px;
    border-left-width: 10px;
    border-right-width: 14px;
    margin-top: -13px;
    border-right-color: #F4E6D7;
    right: 100%;
    top: 50%;
  }

  .gw_comment2 li:nth-child(2) p:nth-of-type(1) {
    font-size: calc(0.625rem + ((1vw - 3.2px) * 1.4706));
    line-height: 1.7;
    font-weight: 600;
    height: 100%;
    margin: 0 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }



  .gw_box_q {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #F4BAB9;
    opacity: 1;
    width: 95%;
    margin-bottom: 20px !important;
    margin-top: 15px !important;
  }

  .gw_box_q2 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #F4BAB9;
    opacity: 1;
    width: 95%;
    margin-bottom: 20px !important;
    margin-top: 15px !important;
  }

  .gw_box_q h2 {
    margin: 15px auto 10px !important;
    text-align: center;
    font-size: calc(1.25rem + ((1vw - 3.2px) * 3.8235));
    line-height: 1.45;
    font-weight: bold;
    color: #F4BAB9;
    font-family: 'M PLUS 2', sans-serif;
    border: none;
  }

  .gw_box_q_txt {
    width: 100%;

  }

  .gw_box_q_txt li p {
    text-align: left;
    font-size: calc(0.8125rem + ((1vw - 3.2px) * 1.3235));
    line-height: 1.4;
    margin-top: 10px !important;
    font-weight: bold;
    color: #646464;
    font-family: 'M PLUS 2', sans-serif;
    display: block;
  }

  .gw_box_q_left {
    padding-left: 3em !important;
  }

  .gw_box_q_txt li {
    text-indent: 0em;
  }

  .gw_box_q_txt li p {
    text-indent: -1em;
    padding-left: 1em;
  }

  .gw_box_q_txt li::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #F4BAB9;
    max-width: 550px;
    width: 75%;
  }

  .gw_box_q_txt li:last-child {
    margin-bottom: 20px !important;
  }


  .gw_ttl {
    background: #F4BAB9 0% 0% no-repeat padding-box;
    border: 5px solid #F2E6D9;
    opacity: 1;
    margin-bottom: 30px !important;
  }

  .gw_ttl2 {
    padding: 15px 0 !important;
    text-align: left;
  }

  .gw_ttl2 span {
    margin: 0 !important;
  }

  .gw_ttl3 {
    text-align: center;
    margin-top: 25px !important;
    padding: 5px 0 !important;
  }

  .gw_ttl span {
    letter-spacing: -1px;
    font-size: 32px;
    padding-left: 1em;
    line-height: 1.45;
    font-weight: bold;
    color: #fff;
    font-family: 'M PLUS 2', sans-serif;
  }

  .gw_p_contents {
    padding: 30px 0;
  }

  .gw_in_txt,
  .gw_in_txt0,
  .gw_in_txt00,
  .gw_in_txt000 {
    padding-bottom: 15px;
    font-size: calc(0.9375rem + ((1vw - 3.2px) * 0.4412));
    line-height: 1.5;
    font-weight: 400;
    font-family: "Hiragino Sans", sans-serif;
    color: #646464;
    letter-spacing: -0.5px;
    display: block;
  }

  .gw_border2 {
    border: 1px solid #F4BAB9;
    opacity: 1;
    width: 100%;
  }

  .gw_in_txt2 {
    font-size: calc(0.9375rem + ((1vw - 3.2px) * 0.7353));
    line-height: 1.7;
    font-weight: bold;
    color: #646464;
    padding: 5px 5px;
    letter-spacing: -0.5px;
    display: block;
  }

  .gw_margin_adjust {
    margin-bottom: 25px !important;
  }

  .gw_img_set {
    margin-bottom: 10px !important;
  }

  .gw_img_set2 {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
  }

  .gw_img_set3 {
    margin-top: 30px !important;
    margin-bottom: 0px !important;
  }

  .gw_margin_adjust6 {
    margin: 15px auto 15px !important;
    padding-bottom: 10px !important;
  }

  .gw_space_adjust {
    letter-spacing: -0.5px !important;
  }

  .gw_space_adjust2 {
    letter-spacing: 0px !important;
  }

  .gw_page {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 70px !important;
  }

  .gw_page_jump {
    width: 33%;
  }

  .gw_page_jump a {
    font-size: 19px;
    line-height: 1.7;
    color: #72BE94;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gw_page_jump a svg {
    width: 1.5em;
    height: auto;
  }

  .gw_page .gw_page_jump a:hover {
    color: #72BE94 !important;
  }

  .gw_page .gw_page_home a:hover {
    color: #fff !important;
  }

  .gw_page_home {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    width: 50%;
    height: 2.5em;
    border-radius: 25px;
    background-color: #72BE94;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .gw_page_home a {
    font-size: 19px;
    line-height: 1.7;
    color: #fff;
  }

  .gw_box_q2 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 4px solid #F4BAB9;
    opacity: 1;
    margin-top: 30px !important;
    margin-bottom: 40px !important;
    padding: 15px 7.5px;
    padding-bottom: 0px;
    letter-spacing: 0.8px;
  }

  .gw_txt_pink {
    color: #F4BAB9;
    font-weight: 700;
  }

  .gw_under_pink {
    border-bottom: solid 5px #F4BAB9;
  }

  .gw_ttl0 {
    background: #F4BAB9 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-bottom: 15px !important;
    color: #fff;
    font-weight: 700;
    padding: 10px 6px;
    display: block;
  }

}

@media screen and (max-width: 640px) {

  #gw_anker1,
  #gw_anker2,
  #gw_anker1_1,
  #gw_anker1_2,
  #gw_anker1_3,
  #gw_anker2_1,
  #gw_anker2_2,
  #gw_anker2_3,
  #gw_anker2_4 {
    padding-top: 80px !important;
    margin-top: -50px !important;
  }

  .gw_main_bg {
    padding: 30px 0;
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/oshikatsucolumn09/bg.png);
  }

  .gw_adjust img {
    width: 40%;
    padding: 10px 0;
  }

  .gw_time {
    font-size: 3.125vw;
    line-height: 1.7;
    font-weight: normal;
    text-align: end;
    width: 90%;
  }

  .gw_main_box {
    width: 88%;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px #A1B5AA;
    box-shadow: 0px 0px 5px #A1B5AA;
    padding-bottom: 10px;
  }

  .gw_main_box>*,
  .gwsn_top__im {
    max-width: 97%;
    margin: 0 auto !important;
  }

  .gw_comment2 {
    width: 100%;
    margin: 25px auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gw_comment2 li:nth-child(1) {
    width: 20%;
    margin-left: 0 !important;
  }

  .gw_comment2 li:nth-child(2) {
    width: 71%;
    background-color: #F4E6D7;
    position: relative;
    padding: 10px 0;
  }


  .gw_comment2 li:nth-child(2)::after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(244, 230, 215, 0);
    border-top-width: 10px;
    border-bottom-width: 2px;
    border-left-width: 10px;
    border-right-width: 14px;
    margin-top: -13px;
    border-right-color: #F4E6D7;
    right: 100%;
    top: 25%;
  }

  .gw_comment2 li:nth-child(2) p:nth-of-type(1) {
    font-size: 3.125vw;
    line-height: 1.7;
    font-weight: 600;
    height: 100%;
    margin: 0 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    letter-spacing: -0.5px;
  }

  .gw_comment li:nth-child(2) p:nth-of-type(2) {
    font-size: 3.125vw;
    line-height: 1.7;
    width: 100%;
    white-space: nowrap;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    font-weight: 600;
    padding: 0 15px 13px 5px;
  }

  .gw_box_q {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #F4BAB9;
    opacity: 1;
    width: 95%;
    margin-bottom: 20px !important;
    margin-top: 15px !important;
  }

  .gw_box_q2 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 4px solid #F4BAB9;
    opacity: 1;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    padding: 15px 7.5px;
    padding-bottom: 0px;
    letter-spacing: 0.8px;
  }

  .gw_box_q h2 {
    margin: 15px auto 10px !important;
    text-align: center;
    font-size: 6.25vw;
    line-height: 1.45;
    font-weight: bold;
    color: #F4BAB9;
    font-family: 'M PLUS 2', sans-serif;
    border: none;
  }

  .gw_box_q_txt {
    width: 100%;
  }

  .gw_box_q_txt li p {
    text-align: left;
    padding-bottom: 5px;
    font-size: 4vw;
    line-height: 1.4;
    margin-top: 10px !important;
    font-weight: bold;
    color: #646464;
    font-family: 'M PLUS 2', sans-serif;
  }

  .gw_box_q_left {
    padding-left: 3em !important;
  }

  .gw_box_q_txt li {
    text-indent: 0em;
  }

  .gw_box_q_txt li p {
    text-indent: -1em;
    padding-left: 1em;
  }

  .gw_box_q_txt li::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #F4BAB9;
    width: 75%;
  }

  .gw_box_q_txt li:last-child {
    margin-bottom: 20px !important;
  }

  .gw_txt_pink {
    color: #F4BAB9;
    font-weight: 700;
  }

  .gw_under_pink {
    border-bottom: solid 5px #F4BAB9;
  }

  .gw_ttl0 {
    background: #F4BAB9 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-bottom: 15px !important;
    color: #fff;
    font-weight: 700;
    padding: 10px 6px;
  }


  .gw_ttl {
    background: #F4BAB9 0% 0% no-repeat padding-box;
    border: 5px solid #F2E6D9;
    opacity: 1;
    margin-bottom: 30px !important;
  }

  .gw_ttl2 {
    padding: 10px 0 !important;
    text-align: center;
  }

  .gw_ttl2 span {
    margin: 0 !important;
  }

  .gw_ttl3 {
    text-align: center;
    margin-top: 25px !important;
    padding: 5px 0 !important;
  }

  .gw_ttl span {
    letter-spacing: -1px;
    font-size: 5vw;
    line-height: 1.45;
    font-weight: bold;
    color: #fff;
    font-family: 'M PLUS 2', sans-serif;
  }

  .gw_in_txt,
  .gw_in_txt0,
  .gw_in_txt00,
  .gw_in_txt000 {
    padding-bottom: 20px;
    font-size: 4.625vw;
    line-height: 1.7;
    font-weight: 400;
    font-family: "Hiragino Sans", sans-serif;
    color: #646464;
    letter-spacing: 1px;
    padding-top: 5px;
    width: 100%;
  }

  .gw_in_txt000,
  .gw_in_txt0 {
    padding-bottom: 0px !important;
  }

  .gw_in_txt_down {
    padding-bottom: 0px;
  }

  .gw_list li:nth-child(4) {
    margin-left: 1em !important;
  }

  .gw_border2 {
    border: 1px solid #F4BAB9;
    opacity: 1;
    width: 100%;
    margin-right: 0 !important;
  }

  .gw_in_txt2 {
    font-size: 4.84375vw;
    line-height: 1.7;
    font-weight: bold;
    color: #646464;
    padding: 5px 5px;
    letter-spacing: 0.5px;
  }

  .gw_margin_adjust {
    margin-bottom: 25px !important;
  }

  .gw_img_set {
    margin-bottom: 10px !important;
  }

  .gw_img_set2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .gw_img_set3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .gw_margin_adjust6 {
    margin: 15px auto 15px !important;
    padding-bottom: 10px !important;
  }

  .gw_space_adjust {
    letter-spacing: -0.5px !important;
  }

  .gw_space_adjust2 {
    letter-spacing: 0px !important;
  }

  .gw_page {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px !important;
  }

  .gw_page_jump {
    width: 40%;
  }

  .gw_page_jump a {
    font-size: 3.4375vw;
    line-height: 1.7;
    color: #72BE94;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gw_page_jump a svg {
    width: 1.5em;
    height: auto;
  }

  .gw_page .gw_page_jump a:hover {
    color: #72BE94 !important;
  }

  .gw_page .gw_page_home a:hover {
    color: #fff !important;
  }

  .gw_page_home {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    width: 50%;
    height: 2em;
    border-radius: 25px;
    background-color: #72BE94;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .gw_page_home a {
    font-size: 3.125vw;
    line-height: 1.7;
    color: #fff;
  }

}

/* oshikatsucolumn15_custom */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

.gw_time {
  display: block;
  text-align: right;
}

/* !--- gw_common */
.gw_font_f_hiragino {
  font-family: "Hiragino Sans", 'Noto Sans JP', sans-serif;
  ;
}

.gw_line_h_172 {
  line-height: 1.72;
}

.gw_p_content {
  display: block;
}

@media (max-width:999px) {
  .gw_sp_font_15 {
    font-size: 4.6875vw;
  }

  .gw_sp_font_13 {
    font-size: 4.0625vw;
  }

  .gw_sp_font_12 {
    font-size: 3.75vw;
  }

  .gw_sp_font_10 {
    font-size: 3.125vw;
  }

  .gw_pc_only {
    display: none;
  }
}

@media (min-width:640px) {
  .gw_sp_font_15 {
    font-size: 30px;
  }

  .gw_sp_font_13 {
    font-size: 26px;
  }

  .gw_sp_font_12 {
    font-size: 24px;
  }

  .gw_sp_font_10 {
    font-size: 20px;
  }
}

@media (min-width:1000px) {
  .gw_sp_only {
    display: none;
  }

  .gw_pc_mb_30 {
    margin-bottom: 30px;
  }

  .gw_pc_font_20 {
    font-size: 20px;
  }

  .gw_pc_font_18 {
    font-size: 18px;
  }

  .gw_pc_font_16 {
    font-size: 16px;
  }

  .gw_pc_font_15 {
    font-size: 15px;
  }

  #gw_anker1,
  #gw_anker2,
  #gw_anker3,
  #gw_anker1_1,
  #gw_anker1_2,
  #gw_anker1_3,
  #gw_anker2_1,
  #gw_anker2_2,
  #gw_anker2_3,
  #gw_anker2_4 {
    padding-top: 50px;
    margin-top: -50px;
  }

  .gw_pc_ml_20 {
    margin-left: 20px;
  }

  .gw_pc_mr_20 {
    margin-right: 20px;
  }

  .gw_p_content {
    letter-spacing: 0.09em;
    line-height: 1.72;
    color: #646464;
  }
}

.gw_main_box {
  padding: 1px 0;
}

.gw_indent_1 {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.gw_box_q_txt {
  margin: 0 auto;
}

/* gw_common ---! */
.gw_adjust img {
  margin: 0 auto;
}
.gw_p_content2 {
  letter-spacing:0.05em
}
@media (max-width:999px) {
  .gw_box_q_txt {
    width: 90.9%;
  }

  .gw_box_q_txt li::after {
    content: "";
    position: relative;
    border-bottom: 2px solid #F4BAB9;
    width: 100%;
    height: 2px;
    display: block;
  }

  .gw_main_box img.gw_img_set {
    width: 92.857%;
    margin-left: auto;
    margin-right: auto;
  }

  .gw_p_content {
    letter-spacing: 0;
    line-height: 1.72;
    color: #646464;
    margin-left: auto;
    margin-right: auto;
    margin-left: 4%;
    margin-right: 4%;
  }

  .gw_p_content2 {
    margin-left: 6.666%;
    margin-right: 6.666%;
  }
}

@media (min-width:640px) and (max-width:999px) {
  .gw_p_content {
    width: 556px;
  }

  .gw_p_content2 {
    width: 520px;
  }
}

/* !--- gw_itemlists */
.gw_itemlist_menu {
  text-align: center;
}

.gw_itemlist_tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #FFFFFF;
  color: #F2A7A7;
}

.gw_itemlist_tab.active {
  background-color: #F2A7A7;
  color: #FFFFFF;
}

.gw_itemlist:not(.active) {
  display: none;
}

.gw_itemlist input+div label.gw_label_check {
  aspect-ratio: 1/1;
}
.gw_itemlist * label{
  cursor: pointer;
}

.gw_itemlist input+div label.gw_label_check {
  content: "";
  background-color: #D3D3D3;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gw_checkitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gw_itemlist input {
  display: none;
}

.gw_itemlist input:checked+div label.gw_label_check {
  background-color: #F2A7A7;
  border-radius: 100%;
  aspect-ratio: 1/1;
}

.gw_checkitem label.gw_label_txt,
.gw_checkitem p {
  display: block;
  line-height: 1;
}
@media (max-width:999px) {
  .gw_checkitem label.gw_label_txt,
  .gw_checkitem p {
    width: 95%;
    line-height: 1.5;
  }
}
@media (min-width:1000px) {
  .gw_checkitem label.gw_label_txt,
  .gw_checkitem p {
    line-height: 1.5;
  }
}

.gw_itemlist input:not(:checked)+div label.gw_label_check svg {
  display: none;
}

@media (max-width:999px) {
  .gw_itemlist_menu {
    display: grid;
    position: relative;
    width: 81.25vw;
    margin: 0 auto 9.375vw;
  }

  .gw_itemlist_tab:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    border-radius: 5.3125vw 0 0 0;
    height: 13.125vw;
  }

  .gw_itemlist_tab:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
    border-radius: 0 5.3125vw 0 0;
    height: 13.125vw;
  }

  .gw_itemlist_tab:nth-child(3) {
    grid-row: 2;
    grid-column: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-radius: 0 0 5.3125vw 5.3125vw;
    height: 13.125vw;
  }

  .gw_itemlist_tab {
    border: 1.5px solid #F2A7A7;
  }
  .gw_itemlist_tab:nth-child(1) {
    border-right: 0.75px solid #F2A7A7;
  }
  .gw_itemlist_tab:nth-child(2) {
    border-left: 0.75px solid #F2A7A7;
  }
  .gw_itemlist_tab:nth-child(3) {
    border-top: none;
  }

  .gw_itemlists .gw_itemlist_tab_deco {
    width: 53.65%;
  }

  .gw_itemlist_menu::before {
    width: 3.4375vw;
    height: 3.4375vw;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #F2A7A7;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }

  .gw_itemlist input+div label.gw_label_check {
    width: 7.1875vw;
    margin-right: 3.125vw;
  }

  .gw_itemlist input:checked+div label.gw_label_check svg {
    width: 70%;
  }

  .gw_checktext {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .gw_checkitem label.gw_label_txt {
    padding: 1vw 0;
  }

  .gw_checkitem:not(:last-of-type) {
    margin-bottom: 5px;
  }

  .gw_itemlist_content {
    height: 107.1875vw;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width:640px) and (max-width:999px) {
  .gw_itemlist input+div label.gw_label_check {
    width: 46px;
    margin-right: 20px;
  }

  .gw_itemlist_menu {
    width: 520px;
  }
  .gw_checkitem label.gw_label_txt {
    padding: 10px 0;
  }
  .gw_itemlist_content {
    height: 760px;
  }
}

@media (min-width:1000px) {
  .gw_itemlist_menu {
    text-align: center;
  }

  .gw_itemlist_tab_deco {
    position: absolute;
    top: -2px;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }

  .gw_itemlist_tab {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .gw_itemlist_tab {
    padding: 0 20px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #F2A7A7;
    margin-bottom: 9px;
  }

  .gw_itemlist_tab:not(:last-child) {
    margin-right: 16px;
  }

  .gw_itemlist_tab.active::before {
    width: 9px;
    height: 9px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #F2A7A7;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }

  .gw_checkitem:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .gw_itemlist_content {
    height: 594px;
  }

  .gw_itemlist input+div label.gw_label_check {
    width: 32px;
    margin-right: 10px;
  }

  .gw_itemlist_content {
    margin-left: 20px;
  }

  .gw_checkitem label.gw_label_txt {
    padding: 6px 0;
  }

  .gw_itemlist input:checked+div label.gw_label_check svg {
    width: 70%;
  }
}

/* gw_itemlists ---! */
/* !--- gw_end_content */
@media (max-width:999px) {
  #gw_end_content {
    margin-bottom: 25px !important;
  }
}

@media (min-width:1000px) {
  #gw_end_content {
    margin-bottom: 70px;
  }
}

/* !--- gw _pagination */
.gw_pagination_link a {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gw_pagination_link p {
  color: #72BE94;
}

#gw_container .gw_pagination a,
#gw_container .gw_pagination_link a {
  text-decoration: none;
}

.gw_pagination_home a {
  background: #72BE94 0% 0% no-repeat padding-box;
  border: 2px solid #72BE94;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gw_pagination_home p {
  color: #ffffff;
}

@media (max-width:999px) {
  .gw_pagination {
    display: grid;
  }

  .gw_pagination .gw_pagination_link:first-child {
    grid: 1/1;
  }

  .gw_pagination .gw_pagination_link:last-child {
    grid: 1/2;
  }

  .gw_pagination .gw_pagination_home {
    grid-column: 1/3;
    grid-row: 2;
  }

  .gw_pagination_home a {
    border-radius: 78.125vw;
    width: 35.1375vw;
    height: 6.9218765vw;
    margin: 0 auto;
  }

  .gw_pagination_link a svg {
    width: 4.2375vw;
  }
}

@media (min-width:1000px) {
  .gw_pagination {
    margin: 60px 0 0 0;
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .gw_pagination_link p {
    font-size: 18px;
    line-height: 28px;
  }

  .gw_pagination_link a svg {
    width: 30px;
    height: 30px;
  }

  .gw_pagination_home a {
    border-radius: 25px;
    width: 220px;
    height: 50px;
  }

  .gw_pagination_home p {
    font-size: 18px;
    line-height: 28px;
  }
}

/* gw _pagination --!*/

@media (max-width: 640px) {
  .gw_ttl2 {
    text-align: left;
    text-indent: 0.5em;
  }
}

@media (max-width:999px) {
  .gw_time{
    width: auto;
  }
}