@charset "utf-8";
/* update 2022_1027_1820 */
/* font_area */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100;200;300;400;500;600;700;800;900&display=swap');

#gw_container h1,
#gw_container h2,
#gw_container h3 {
  margin: 0;
  padding: 0;
}

.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%);
  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%);
  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%);
  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);
  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);
  }

  .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%);
    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;
}



@media screen and (min-width: 1000px) {

  #gw_anker1,
  #gw_anker2,
  #gw_anker3,
  #gw_anker4 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 50px !important;
    margin-top: -50px !important;
  }

  .gw_anker li a:hover,
  .gw_anker li a:hover {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #646464 !important;
  }

  .gw_main_bg {
    padding: 40px 0;
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/oshikatsucolumn10/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 !important;
  }

  .gw_comment,
  .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_comment li:nth-child(1),
  .gw_comment2 li:nth-child(1) {
    width: auto;
    margin-left: 0 !important;
  }

  .gw_comment li:nth-child(2),
  .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_comment 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: 15px;
    border-bottom-width: 15px;
    border-left-width: 30px;
    border-right-width: 30px;
    margin-top: -100px;
    border-right-color: #F4E6D7;
    right: 100%;
    top: 50%;
  }

  .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_comment li:nth-child(2) p:nth-of-type(1),
  .gw_comment2 li:nth-child(2) p:nth-of-type(1) {
    font-size: 20px;
    line-height: 34px;
    font-weight: normal;
    padding: 23px 15px;
    padding-left: 25px;
  }

  .gw_comment li:nth-child(2) p:nth-of-type(2) {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    padding: 0 15px 13px;
  }

  .gw_box_q {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 6px solid #F4BAB9;
    opacity: 1;
  }

  .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_txt li {
    text-indent: -1em;
    padding-left: 1em;
  }

  .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_anker {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .gw_anker li:nth-child(1),
  .gw_anker li:nth-child(2) {
    margin-bottom: 10px !important;
  }

  .gw_anker li a {
    width: 420px;
    height: 99px;
    text-align: center;
    background: #F2E6D9 0% 0% no-repeat padding-box;
    border: 4px solid #F4BAB9;
    border-radius: 8px;
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 31px;
    font-weight: bold;
    color: #646464;
    font-family: 'M PLUS 2', sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .gw_anker li a::after {
    position: absolute;
    width: 13px;
    height: 10px;
    background-color: #646464;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    left: 50%;
    bottom: 5%;
  }

  .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: #484848;
    font-family: 'M PLUS 2', sans-serif;
    margin-left: 0 !important;
  }

  .gw_in_txt {
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    font-family: 'M PLUS 2', sans-serif;
    color: #646464;
  }

  .gw_border2 {
    height: 3px;
    background-color: #F4BAB9;
    opacity: 1;
    width: 100%;
    margin-right: 0 !important;
  }

  .gw_in_txt2 {
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
    color: #646464;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    padding: 25px 20px;
    margin-top: 10px !important;
  }

  .gw_margin_adjust {
    margin-bottom: 50px !important;
  }

  .gw_img_set {
    width: auto !important;
    margin-left: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }

  .gw_img_set3 {
    width: 90% !important;
    margin-right: 0 !important;
    margin-top: 25px !important;
    margin-bottom: 50px !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_adjust2 {
    margin-top: 10px !important;
  }

  .gw_margin_adjust3 {
    margin-top: 50px !important;
  }

  .gw_margin_adjust4 {
    margin-top: 20px !important;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    color: #646464;
  }

  .gw_margin_adjust5 {
    margin-top: 20px !important;
  }

  .gw_margin_adjust6 {
    margin: 70px 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_anker3,
  #gw_anker4 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 50px !important;
    margin-top: -50px !important;
  }

  .gw_anker li a:hover,
  .gw_anker li a:hover {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #646464 !important;
  }

  .gw_main_bg {
    padding: 10px 0 30px;
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/sp/special/oshikatsucolumn10/bg.png);
    background-size: 10px;
  }

  .gw_adjust img {
    width: 40%;
    padding: 10px 0;
  }

  .gw_time {
    font-size: 20px;
    line-height: 1.7;
    font-weight: normal;
    text-align: end;
  }

  .gw_main_box {
    width: 100%;
    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: 610px;
    margin: 0 auto !important;
  }

  .gw_comment,
  .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_comment li:nth-child(1),
  .gw_comment2 li:nth-child(1) {
    width: 20%;
    margin-left: 0 !important;
  }

  .gw_comment li:nth-child(2),
  .gw_comment2 li:nth-child(2) {
    width: 70%;
    background-color: #F4E6D7;
    position: relative;
    margin-right: 0 !important;
  }

  .gw_comment 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: 17px;
    margin-top: -75px;
    border-right-color: #F4E6D7;
    right: 100%;
    top: 50%;
  }

  .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: 17px;
    margin-top: -20px;
    border-right-color: #F4E6D7;
    right: 100%;
    top: 50%;
  }

  .gw_comment li:nth-child(2) p:nth-of-type(1) {
    font-size: 19px;
    line-height: 1.7;
    font-weight: normal;
    padding: 10px 7px 0 7px;
  }

  .gw_comment2 li:nth-child(2) p:nth-of-type(1) {
    font-size: 19px;
    padding: 0 10px;
    line-height: 1.7;
    font-weight: normal;
    height: 100%;
    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_comment li:nth-child(2) p:nth-of-type(2) {
    font-size: 13px;
    line-height: 1.7;
    width: 100%;
    font-weight: normal;
    -webkit-transform-origin: left;
    transform-origin: left;
    font-weight: normal;
    padding: 0 15px 13px;
  }

  .gw_box_q {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #F4BAB9;
    opacity: 1;
    width: 95%;
  }

  .gw_box_q h2 {
    border: none;
    margin: 15px auto 10px !important;
    text-align: center;
    font-size: 25px;
    line-height: 1.45;
    font-weight: bold;
    color: #F4BAB9;
    font-family: 'M PLUS 2', sans-serif;
  }

  .gw_box_q_txt {
    width: 95%;
  }

  .gw_box_q_txt li p {
    text-align: left;
    font-size: 19px;
    line-height: 1.4;
    margin-top: 10px !important;
    font-weight: bold;
    color: #646464;
    font-family: 'M PLUS 2', sans-serif;
  }

  .gw_box_q_txt li {
    text-indent: -1em;
    padding-left: 1em;
  }

  .gw_box_q_txt li::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #F4BAB9;
    width: 550px;
  }

  .gw_box_q_txt li:last-child {
    margin-bottom: 20px !important;
  }

  /* .gw_border{
      width: 100%;
      height: 4px;
      background-color: #F4BAB9;
      margin-bottom: 20px!important;
    } */
  .gw_anker {
    margin: 20px auto !important;
  }

  .gw_anker li a {
    height: 90px;
    width: 87%;
    text-align: center;
    background: #F2E6D9 0% 0% no-repeat padding-box;
    border: 4px solid #F4BAB9;
    border-radius: 8px;
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
    color: #646464;
    font-family: 'M PLUS 2', sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .gw_anker li:nth-child(1),
  .gw_anker li:nth-child(2),
  .gw_anker li:nth-child(3) {
    margin-bottom: 10px !important;
  }

  .gw_anker li a::after {
    position: absolute;
    width: 13px;
    height: 10px;
    background-color: #646464;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    right: 3%;
  }

  .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: center;
  }

  #gw_anker1::after {}

  .gw_ttl2 span {
    margin: 0 !important;
  }

  .gw_ttl3 {
    text-align: center;
    margin-top: 25px !important;
    padding: 5px 0 !important;
  }

  .gw_ttl span {
    font-size: 25px;
    line-height: 1.45;
    font-weight: bold;
    color: #484848;
    font-family: 'M PLUS 2', sans-serif;
  }

  .gw_in_txt {
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
    font-family: 'M PLUS 2', sans-serif;
    color: #646464;
  }

  .gw_border2 {
    border: 1px solid #F4BAB9;
    opacity: 1;
    width: 100%;
    margin-right: 0 !important;
  }

  .gw_in_txt2 {
    font-size: 17px;
    line-height: 1.7;
    font-weight: normal;
    color: #646464;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    padding: 5px 10px;
    margin: 5px 0 25px 0 !important;
  }

  .gw_margin_adjust {
    margin-bottom: 25px !important;
  }

  .gw_img_set {
    width: auto !important;
    margin-left: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
  .gw_img_set2 {
    width: auto !important;
  }
  .gw_img_set3 {
    width: 100% !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
  }


  .gw_in_txt3 {
    font-size: 17px;
    line-height: 1.7;
    font-weight: normal;
    color: #646464;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    padding: 5px 10px;
  }

  .gw_margin_adjust2 {
    margin-top: 5px !important;
  }

  .gw_margin_adjust3 {
    margin-top: 25px !important;
  }

  .gw_margin_adjust4 {
    margin-top: 10px !important;
    font-size: 19px;
    line-height: 1.7;
    font-weight: bold;
    color: #646464;
  }

  .gw_margin_adjust5 {
    margin-top: 20px !important;
  }

  .gw_margin_adjust6 {
    margin: 25px auto 15px!important;
    padding-bottom: 10px!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);
    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;
  }

}

@media screen and (max-width: 640px) {

  #gw_anker1,
  #gw_anker2,
  #gw_anker3,
  #gw_anker4 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 50px !important;
    margin-top: -50px !important;
  }

  .gw_anker li a:hover,
  .gw_anker li a:hover {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #646464 !important;
  }

  .gw_main_bg {
    padding: 30px 0;
    background-image: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/oshikatsucolumn10/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 * {
    max-width: 97%;
    margin: 0 auto !important;
  }

  .gw_comment,
  .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_comment li:nth-child(1),
  .gw_comment2 li:nth-child(1) {
    width: 20%;
    margin-left: 0 !important;
  }

  .gw_comment li:nth-child(2),
  .gw_comment2 li:nth-child(2) {
    width: 75%;
    background-color: #F4E6D7;
    position: relative;
    margin-right: 0 !important;
    padding: 10px 0;
  }

  .gw_comment 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: 9px;
    border-bottom-width: 2px;
    border-left-width: 9px;
    border-right-width: 13px;
    margin-top: -60px;
    border-right-color: #F4E6D7;
    right: 100%;
    top: 50%;
  }

  .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: -5px;
    border-right-color: #F4E6D7;
    right: 100%;
    top: 50%;
  }

  .gw_comment li:nth-child(2) p:nth-of-type(1) {
    font-size: 3.125vw;
    line-height: 1.7;
    font-weight: 600;
    padding: 10px 5px 0 5px;
  }

  .gw_comment2 li:nth-child(2) p:nth-of-type(1) {
    font-size: 3.125vw;
    line-height: 1.7;
    font-weight: 600;
    height: 100%;
    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_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);
    transform: scale(0.8);
    -webkit-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%;
  }

  .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;
    font-size: 4vw;
    line-height: 1.4;
    margin-top: 20px !important;
    font-weight: bold;
    color: #646464;
    font-family: 'M PLUS 2', sans-serif;
  }

  .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_border{
      width: 100%;
      height: 4px;
      background-color: #F4BAB9;
      margin-bottom: 20px!important;
    } */
  .gw_anker {
    margin: 20px auto !important;
  }

  .gw_anker li a {
    width: 100%;
    height: 50px;
    text-align: center;
    background: #F2E6D9 0% 0% no-repeat padding-box;
    border: 4px solid #F4BAB9;
    border-radius: 8px;
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4.0625vw;
    line-height: 1.5;
    font-weight: bold;
    color: #646464;
    font-family: 'M PLUS 2', sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .gw_anker li:nth-child(1),
  .gw_anker li:nth-child(2),
  .gw_anker li:nth-child(3) {
    margin-bottom: 10px !important;
  }

  .gw_anker li a::after {
    position: absolute;
    width: 10px;
    height: 7px;
    background-color: #646464;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    right: 1%;
  }

  .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: center;
  }

  #gw_anker1::after {}

  .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: 4.6875vw;
    line-height: 1.45;
    font-weight: bold;
    color: #484848;
    font-family: 'M PLUS 2', sans-serif;
  }

  .gw_in_txt {
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 5vw;
    line-height: 1.5;
    font-weight: bold;
    font-family: 'M PLUS 2', sans-serif;
    color: #646464;
    letter-spacing: -0.5px;
  }

  .gw_border2 {
    border: 1px solid #F4BAB9;
    opacity: 1;
    width: 100%;
    margin-right: 0 !important;
  }

  .gw_in_txt2 {
    font-size: 4.625vw;
    line-height: 1.7;
    font-weight: normal;
    color: #646464;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    padding: 5px 5px;
    margin: 5px 0 5px 0 !important;
    letter-spacing: -0.5px;
  }

  .gw_margin_adjust {
    margin-bottom: 25px !important;
  }

  .gw_img_set {
    width: 65% !important;
    margin-left: 0 !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }

  .gw_img_set2 {
    width: 75% !important;
  }
  .gw_img_set3 {
    width: 100% !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
  }

  .gw_in_txt3 {
    font-size: 4.625vw;
    line-height: 1.7;
    font-weight: normal;
    color: #646464;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    padding: 5px 5px;
    letter-spacing: -0.5px;
  }

  .gw_margin_adjust2 {
    margin-top: 5px !important;
  }

  .gw_margin_adjust3 {
    margin-top: 25px !important;
  }

  .gw_margin_adjust4 {
    margin-top: 10px !important;
    font-size: 4.5vw;
    line-height: 1.7;
    font-weight: bold;
    color: #646464;
    letter-spacing: 1px;
  }

  .gw_margin_adjust5 {
    margin-top: 20px !important;
  }

  .gw_margin_adjust6 {
    margin: 25px 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);
    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;
  }

}
