@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

body{
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  /*width: 100%;*/
  background: #fff;
  font-family: "Noto Sans JP", serif;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 768px) {
  body {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}

#news {
  padding-top: 160px;
  margin-top: -100px
}

/* ===== common ====== */

a {
  transition: all .5s;
  text-decoration: none;
  color: #333;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  vertical-align: top;
}

p {
	font-size: 17px;
	line-height: 1.7;
}

@media (max-width: 480px) {
p {
	font-size: 16px;
	line-height: 1.6;
}
}

.f-size-15 {
	font-size: 15px;
}

.f-size-24 {
	font-size: 24px;
}

.f-size-30 {
	font-size: 30px;
}


.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.indent-txt {
	font-size: 17px;
    line-height: 1.7;
}

.text_indent_3moji {
	padding-left: 6em;
	text-indent: -3em;
}

.txt_right {
	display: block;
    text-align: right;
}

.underline {
    text-decoration: underline;
}

.bullet-point {
	font-size: 17px;
    font-weight: 500;
}
      
.bullet-point::before {
    width: 10px;
    height: 10px;
    line-height: 1.7;
    content: "";
    display: inline-block;
    margin-right: 10px;
    background-color: #9F0038;
    border-radius: 50%;
    text-align: center;
}

.bullet-point2 {
	font-size: 17px;
    font-weight: 400;
	padding-left: 3em;
	text-indent: -1.2em;
}
      
.bullet-point2::before {
    width: 10px;
    height: 10px;
    line-height: 1.7;
    content: "";
    display: inline-block;
    margin-right: 10px;
    background-color: #9F0038;
    border-radius: 50%;
    text-align: center;
}

.bullet-point3 {
	font-size: 17px;
    font-weight: 400;
	padding-left: 2.5em;
	text-indent: -1.2em;
}
      
.bullet-point3::before {
    width: 10px;
    height: 10px;
    line-height: 1.7;
    content: "";
    display: inline-block;
    margin-right: 10px;
    background-color: #9F0038;
    border-radius: 50%;
    text-align: center;
}

.bullet-txt {
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.7;
}

@media (max-width: 480px) {
.indent-txt {
    line-height: 1.6;
}

.txt_right {
	display: block;
    text-align: right;
}

.underline {
    text-decoration: underline;
}

.bullet-point {
	font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    text-indent: -20px;
}
      
.bullet-point::before {
    width: 10px;
    height: 10px;
    line-height: 1.6;
    content: "";
    display: inline-block;
    margin-right: 10px;
    background-color: #9F0038;
    border-radius: 50%;
    text-align: center;
}

.bullet-point2 {
	font-size: 16px;
    font-weight: 400;
	padding-left: 3em;
	text-indent: -1.2em;
}
      
.bullet-point2::before {
    width: 10px;
    height: 10px;
    line-height: 1.6;
    content: "";
    display: inline-block;
    margin-right: 10px;
    background-color: #9F0038;
    border-radius: 50%;
    text-align: center;
}

.bullet-point3 {
	font-size: 16px;
    font-weight: 400;
	padding-left: 2.5em;
	text-indent: -1.2em;
}
      
.bullet-point3::before {
    width: 10px;
    height: 10px;
    line-height: 1.6;
    content: "";
    display: inline-block;
    margin-right: 10px;
    background-color: #9F0038;
    border-radius: 50%;
    text-align: center;
}

.bullet-txt {
	padding-left: 20px;
	font-size: 15px;
	line-height: 1.6;
}
}


.txt_pink {
    color: #9F0038;
}

.bg_beige{
  background-color: #ebe8df;
}
.bg_red{
  background-color: #9F0038;
}


h1 {
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

h1:before {
  content: '';
  position: absolute;
  bottom: -24px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #9F0038;
}

h2 {
    padding: 0 0 14px;
    margin-bottom: 32px;
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
	/*border-bottom: solid 2px #CF809B; /*デザイン変更#9F0038*/
	/*width: 30%; /*デザイン変更*/
}

.h2-title-text-s {
    font-size: 0.9rem;
    font-weight: 500;
}



h2::before {
	/*デザイン変更*/
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #CF809B;
  bottom: -2px;
  width: 70px;
}
	
h2::after {
	/*デザイン変更*/
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #9F0038;
  bottom: -2px;
  width: 40px;
  z-index: 2;
}

    /*content: "";
    background-image: linear-gradient(to right, #9F0038, #9F0038 2px, transparent 2px, transparent 6px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 64px;
    height: 2px;*/


h3 {
    font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.h3-small {
    font-size: 0.8rem;
}

.page-title {
    position: relative;
    text-align: center;
    letter-spacing: .05rem;
    margin-bottom: 50px;
}

.page-title .title-eng{
    font-size: 1.4rem;
    font-family: "League Gothic", sans-serif;
    font-weight: 400;
    margin-bottom: 0.4%;
    color: #9F0038;
}


@media (max-width: 768px) {
.f-size-30 {
	font-size: 24px;	
}
	
h1 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}	
	
}

@media (max-width: 480px) {
.f-size-30 {
	font-size: 18px;
}
	
h1 {
  font-size: 1.4rem;
}
.page-title .title-eng{
    font-size: 1.2rem;
	line-height: 1.4;
}
}

/* ===== common ====== */


/* ===== topへ戻る ====== */

#page_top{
width: 50px;
height: 50px;
position: fixed;
right: 16px;
bottom: 16px;
background: #FFFFFF;
opacity: 1;
z-index: 10;
}

#page_top a{
display: flex;
width: 50px;
height: 50px;
border: #9F0038 solid 1.5px;
box-sizing: border-box;
text-decoration: none;
}

#page_top a::after{
content: 'TOP';
font-size: 12px;
font-weight: 400;
color: #9F0038;
    position: absolute;
    top: 8px;
    bottom: 12px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top a::before{
content: '▲';
font-size: 12px;
font-weight: 400;
color: #9F0038;
    position: absolute;
    top: 24px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}


/* PC-SP表示 */
.pc-open {
  display: block !important;
}
.sp-open {
  display: none !important;
}
.sp-open-900 {
  display: none !important;
}

@media (max-width: 768px) {
.pc-open {
    display: none !important;
}
}

@media (max-width: 768px) {
  .sp-open {
    display: block !important;
  }
}

@media (max-width: 900px) {
  .sp-open-900 {
    display: block !important;
  }
}

/* header */
#header{
  background-color: #fff;
  width: 100%;
  height: 144px;
  padding: 24px 0 0;
  position: fixed;
  z-index: 10;
  border-bottom: 2px solid #9F0038;
}

.header-wrapper {
  max-width:1120px;
  margin:0 auto;
  font-weight: 500;
}

.header-logo-wrapper {
    margin-bottom: 10px;
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.header-logo-wrapper img {
    margin-left: 10px;
}

@media (max-width: 768px) {
#header{
  height: 100px;
  padding: 16px 0 0;
}
.header-logo {
  width: 380px;
}	
}

@media (max-width: 480px) {
#header{
  height: 60px;
  padding: 8px 0 0;
}
.header-logo {
  width: 258px;
}	
}

.gnavi__wrap {
    width: 100%;
    margin: 0 auto;
}

.gnavi__wrap ul {
    list-style: none;
	padding: 0;
}

.gnavi__lists {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gnavi__list {
    width: 20%;
    height: 48px;
    background-color: #FFFFFF;
    position: relative;
    transition: all .3s;
}
.gnavi__list:hover {
    background-color: #FFFFFF;
}
.gnavi__list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.gnavi__list:hover::before {
    background-color: #FFFFFF;
}
.gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 500;
    transition: all .3s;
}
.gnavi__list:hover a {
    color: #9F0038;
}


.dropdown__lists ul {
    list-style: none;
}

.dropdown__lists {
    transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
    transform-origin: center top;/*変形を適応する基準をtopとする*/
    transition: all .4s;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    top: 48px;
    left: 0;
	display: block;
	box-shadow: 0px 5px 3px -1px rgba(0, 0, 0, .2);
}
.gnavi__list:hover .dropdown__lists {
    transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
}

.dropdown__list {
    background-color: #FFFFFF;
    height: 49px;
    transition: all .3s;
    position: relative;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #9F0038;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #FFFFFF;
}

.dropdown__lists .dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
	font-size: 13px;
    text-decoration: none;
    position: relative;
}

.dropdown__lists .dropdown__list a:hover {
	color: #9F0038;
}

.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #333;
    border-left: 1.5px solid #333;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 3px);
}

/* 以下、ハンバーガーボタン */
.burger-btn-txt {
	text-align: center;
	font-size: 12px;
	color: #9F0038;
	vertical-align: -12px;
}

.burger-btn{
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 3;
  border:none;
  position: fixed;
  top: 10px;
  right: 14px;
  background-color: #9F0038;
}
.bar{
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
}
.bar_top{
  top: 12px;
}
.bar_mid{
  top: 50%;
  transform: translate(-50%,-50%);
}
.bar_bottom{
  bottom: 12px;
}

/*close*/
.burger-btn.close .bar_top{
  transform: translate(-50%,7px) rotate(45deg);
  transition: transform .3s;
}
.burger-btn.close .bar_mid{
  opacity: 0;
  transition: opacity .3s;
}
.burger-btn.close .bar_bottom{
transform: translate(-50%,-7px) rotate(-45deg);
transition: transform .3s;
}

/* 以下、ハンバーガーメニュー */

.sp-navi-wrapper {
  visibility: hidden;
  opacity: 0;
  background-color:#FFFFFF;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: all .3s;
  z-index: 2;
  padding: 80px 0 0 50px;
}

/* メニューオープン時 */
.sp-navi-wrapper.fade {
	visibility: visible;
	opacity: 1;
}

/* メニューオープン時 スクロールしない設定 */
.noscroll {
  overflow: hidden;
}


.sp-navi-wrapper ul {
    list-style: none;
	padding-left: 0;
}

.sp-navi-wrapper .link {
	font-size: 15px;
}

.sp-navi-wrapper li a {
    display: inline-block;
    transition: all .5s;
    text-decoration: none;
    font-size: 15px;
    color: #333;
}

.sp-navi-wrapper li a:hover {
   color: #9F0038;
}

.sp-navi-wrapper .sub-menu li {
	padding-left: 20px;
}

.sp-navi-wrapper .sub-menu li a {
    display: inline-block;
    transition: all .5s;
    text-decoration: none;
    font-size: 13px;
    color: #333;
}

.sp-navi-wrapper .sub-menu li a:hover {
   color: #9F0038;
}

.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow_r:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1.5px #333;
  border-right: solid 1.5px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 480px) {

}



/* slider */
.top-slider-wrapper {
	max-width: 1200px;
	height: 100%;
	padding-top: 164px;
	margin: 0 auto;
	display: block;
}

@media (max-width: 768px) {
.top-slider-wrapper {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	margin: 0 auto;
	display: block;
}
}

@media (max-width: 480px) {
.top-slider-wrapper {
	width: 100%;
	height: 100%;
	padding-top: 70px;
	margin: 0 auto;
	display: block;
}
}

.top-slider-wrapper ul {
    list-style: none;
	padding: 0;
}
/*
.top-slider {
	height: 600px;
}
*/
.top-slider img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	
}


.top-lead {
	text-align: center;
}

@media (max-width: 480px) {
.top-lead {
	width: 94%;
	margin: 0 auto;
	text-align: center;
}
}

.menu_box_top .title-eng{
    font-size: 1.5rem;
    font-family: "League Gothic", sans-serif;
    font-weight: 400;
	color: #9F0038;
    margin-bottom: 1%;
}

.menu_box_wrapper_top {
	max-width: 1120px;
    margin: auto;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	gap: 20px;
}

.menu_box_top {
	width: 310px;
    background-color: #fff;
    text-align: center;
    padding: 50px 0 0 0;
}

.menu_box_top a {
    position: relative;
    display: inline-block;	
}

.menu_box_top a::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid;
    border-right: 1.5px solid;
    transform: rotate(45deg);
    content: "";
    color: #FFFFFF;
    position: absolute;
    top: 45%;
    right: 5%;
}


.menu_wrapper {
padding: 60px 0;
}

.menu_box_wrapper {
	max-width: 1120px;
    margin: auto;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	gap: 20px;
}

.menu_box {
	width: 310px;
    background-color: #fff;
    border-top: 2px solid #9F0038;
    text-align: center;
    padding: 3rem 1rem;
}

.menu_box2 {
	width: 310px;
}

.menu_box p {
	font-size: 0.9rem
}

.menu_title {
	font-size: 1.15rem;
    width: 100%;
    color: #fff;
    background-color: #9F0038;
    position: relative;
    display: inline-block;
	padding: 0.5rem 0 0.5rem 0;
}

.menu_title:hover {
        opacity: 0.8;
}

.menu_box a {
    position: relative;
    display: inline-block;	
}

.menu_box a::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid;
    border-right: 1.5px solid;
    transform: rotate(45deg);
    content: "";
    color: #FFFFFF;
    position: absolute;
    top: 45%;
    right: 5%;
}

@media (max-width: 480px) {
.menu_box {
    padding: 1.5rem 1rem;
}
}

/* news */
.main-news_wrapper {
	padding: 60px 0;
    max-width: 900px;
    margin: auto;
}

.news-wrapper {
    position: relative;
    margin-bottom: 4rem;
}

.news-wrapper ul li {
    list-style: none;
}

.news-item {
    padding: 2rem 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
	padding-left: 0;
	border-bottom: dotted 1px #707070;
}

.news-wrapper li:first-child {
	border-top: dotted 1px #707070;
}

.news-item-date {
   width: 100px;
}

.news-item-label-news{
    background-color: #83C0CE;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 24px;
    color: #fff;
    font-size: 0.8rem;
    margin-right: 34px;
}

.news-item-label-important{
    background-color: #ee869a;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 24px;
    color: #fff;
    font-size: 0.8rem;
    margin-right: 34px;
}

.news-item-txt  {
    max-width: 74%;
}

.news-item-txt a:hover {
    color: #9F0038;
}

.news-item-newicon {
    display: inline-block;
    color: #fff;
    font-size: 0.8rem;
    padding: 1px 8px;
    background: #9F0038;
    text-align: center;
}


.primary-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.primary-btn a {
    position: relative;
    display: inline-block;
    font-size: 0.9rem;
    width: 180px;
    color: #9F0038;
    background-color: #fff;
    border: solid 1px #9F0038;
    appearance: none;
    outline: none;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s;
    cursor: pointer;
    vertical-align: baseline;
}

.primary-btn a:hover {
    color: #fff;
    background-color: #9F0038;
    border: solid 1px #9F0038;
    appearance: none;
    text-decoration: none;
    transition: all 0.5s;
    cursor: pointer;
    vertical-align: baseline;
}

@media (max-width: 900px) {
.news-item-txt  {
    max-width: 100%;
}
.main-news_wrapper {
	padding: 60px 5%;
    margin: auto;
}
	
}

/*  bnr  */

.bnr-wrapper {
    max-width: 1120px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	gap: 20px;

}

.bnr-wrapper a {
    max-width: 440px;
    width: calc((100% - 10px) / 2);
    transition: all .5s;
    text-decoration: none;
    color: #333;
    outline: none;
}

.bnr-wrapper a:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
.bnr-wrapper a {
    width: 90%;
}	
}

/* footer */

/*　page_topボタンをfooterで止める時に追加
footer {
	position: relative;
}
*/
.footer {
    border-top: 1px solid #CCCCCC;
    display: block;
}

.footer-wrapper {
    max-width: 1080px;
    padding: 3% 6% 3%;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-navi-wrapper {
    width: 55%;
    display: flex;
	flex-wrap: wrap;
}

.footer-navi-list-01 {
    width: 40%;
}

.footer-navi-list-02 {
    width: 60%;
}

.footer-navi-wrapper ul {
    list-style: none;
	padding-left: 0;
}

.link {
	font-size: 15px;
}

.footer-navi-wrapper li a {
    display: inline-block;
    transition: all .5s;
    text-decoration: none;
    font-size: 15px;
    color: #333;
}

.footer-navi-wrapper li a:hover {
   color: #9F0038;
}

.sub-menu li {
	padding-left: 20px;
}

.footer-navi-wrapper .sub-menu li a {
    display: inline-block;
    transition: all .5s;
    text-decoration: none;
    font-size: 13px;
    color: #333;
}

.footer-navi-wrapper .sub-menu li a:hover {
   color: #9F0038;
}

.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow_r:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1.5px #333;
  border-right: solid 1.5px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.footer-info {
  width: 35%;
}

.footer-info p:first-child {
   margin-bottom: 20px;
}

@media (max-width: 768px) {
.footer-navi-wrapper {
    display: none;
}
.footer-info {
  width: 100%;
  padding: 0 4% 0;
}
}

.copyright {
    font-size: 13px;
	color: #fff;
    background-color: #9F0038;
    padding: 20px 0;
    text-align: center;
}

.copyright P {
    font-size: 13px;
}

/* セカンドページ */
.second-top {
    display: block;
    background-color: #9F0038;
    color: #fff;
    padding: 200px 20px 30px 20px;
}

.page-item {
	margin-top: 80px
}

.second-top-wrapper {
    max-width: 1120px;
    margin: 0 auto;
}

.second-top-wrapper .en {
    font-family: 'League Gothic', sans-serif;
    letter-spacing: .1rem;
	font-size: 1.2rem;
}

.second-top-wrapper .ja {
        font-size: 1.8rem;
}

.second_wrapper {
    max-width: 1120px;
    margin: auto;
	padding: 60px 20px;
}

.second_wrapper2 {
    max-width: 1120px;
    margin: auto;
	padding: 60px 20px 0px;
}


.breadcrumb-list {
    display: flex;
    max-width: 1120px;
    margin: 0 auto;
    padding: 10px 1.5rem 0 1.5rem;
    list-style: none;
}

.breadcrumb-list a {
	font-size: 15px;
	margin-right: 14px;
}

.breadcrumb-list a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 0px;
	margin-left: 12px;
    margin-bottom: 2px;
    border-top: 1.5px solid #19191A;
    border-right: 1.5px solid #19191A;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*
.breadcrumb-list a:nth-child(n + 2)::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 14px;
    margin-bottom: 2px;
    border-top: 1.5px solid #19191A;
    border-right: 1.5px solid #19191A;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/

@media (max-width: 900px) {
.second_wrapper {
    max-width: 1120px;
    margin: auto;
	padding: 60px 5%;
}
	
.second_wrapper2 {
    max-width: 1120px;
    margin: auto;
	padding: 60px 5% 0px;
}
}

@media (max-width: 768px) {
.second-top {
    padding: 146px 20px 30px 20px;
}	
.second-top-wrapper .ja {
        font-size: 1.6rem;
}	
}

@media (max-width: 480px) {
.second-top {
    padding: 100px 20px 30px 20px;
}	
.second-top-wrapper .en {
	font-size: 1.1rem;
}
.second-top-wrapper .ja {
        font-size: 1.4rem;	
}
}
	
/* greeting */
.greeting_sign {
    max-width: 225px;
    margin-left: auto;
}

.greeting_sign2 { /*2025 2026 2027*/
    max-width: 300px;
    margin-left: auto;
}

.attention {
    font-size: 0.9rem;
}

.attention a {
    font-size: 0.9rem;
}


/* サービス */
.magazine-wrapper {
    display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
	gap: 10px;
    max-width: 1200px;
    background-color: #ebe8df;
    padding: 10px 14px;
}
    
.magazine-img {
    padding-top: 10px;
	width: calc(100% / 4);
    max-width: 220px;
    }
    
.magazine-img-txt {
    text-align: center;
    padding: 5px 0 5px;
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table td:first-child {
    width: 30%;
    max-width: 105px;
    background-color: #f5e4ea;
}

.table td {
    padding: 14px;
    border: 1px solid;
}

.table td:last-child {
    width: 295px;
}

.img-area {
	display: flex;
    flex-wrap: wrap;
	gap: 20px;
}

.img-area-img {
    width: calc((100% - 20px) / 2);
    max-width: 360px;
}

.e-book_description-img div img {
	margin: 0 auto;
	width: 900px;
}

@media (max-width: 480px) {
.magazine-img {
    padding-top: 10px;
	width: calc(100% / 1);
    max-width: 90%;
    }
	
.img-area-img {
     width: 100%;
     max-width: 100%;
}
/*	
.e-book_description-img img {
	text-align: center;
    width: 100%;
    max-width: 100%;
}
*/	
/*===========
.scroll-box
===========*/
.e-book_description-img {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.e-book_description-img div img {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}
  
/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.e-book_description-img::-webkit-scrollbar {
  height: 4px;
}
/*スクロールバー全体の背景*/
.e-book_description-img::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.e-book_description-img::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.e-book_description-img::-webkit-scrollbar-thumb:hover {
  background: #999;
}
	
}


/* report */
.report-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 50px;
    margin-bottom: 44px;
	border-bottom: 1px solid #9F0038;
}

.report-img {
    width: calc((100% - 20px) / 2);
    max-width: 360px;
}

.report-img2 {
    width: calc(100%/ 1);
    max-width: 736px;
}

.report-img3 {
    width: calc((100% - 20px) / 2);
    max-width: 360px;
	border: 1px solid #333;
}

.report-wrapper_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 16px;
}

.report-wrapper_flex_text {
	width: 100%;
    max-width: 736px;
	text-align: center;
	font-size: 0.9rem;
}

/*
figcaption {
	font-size: 0.9rem;
}
*/
@media (max-width: 768px) {

	
}

@media (max-width: 480px) {
.report-img {
     width: 100%;
     max-width: 100%;
}
	
.report-img2 {
     width: 100%;
     max-width: 100%;
}
	
.report-img3 {
     width: 100%;
     max-width: 100%;
	border: 1px solid #333;
}	

.sp_mg_b16 {
	margin-bottom: 16px;
}	
	
}


/* goods */
.goods-wrapper {
    margin: 6rem 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	gap: 20px;
}

.goods-item {
    width: calc((100% - 20px) / 3);
    max-width: 310px;
    border: 1px solid;
    padding: 12px;
    margin-bottom: 24px;
}

.goods-item-name {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 12px 0;
}

@media (max-width: 900px) {
.goods-item {
    width: calc(100%/2);
    max-width: 310px;
    border: 1px solid;
    padding: 12px;
    margin-bottom: 24px;
}
}

@media (max-width: 480px) {
.goods-item {
    width: 90%;
    max-width: 90%;
    border: 1px solid;
    padding: 12px;
    margin-bottom: 24px;
}
}

/* goods 画像入替え */
.main-img,
.main-img li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-img {
  margin-bottom: 8px;
}
.main-img li {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main-img li.item2,
.main-img li.item3,
.main-img li.item4 {
  display: none;
}
.main-img li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.thumb-img,
.thumb-img li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thumb-img li {
  display: inline-block;
  width: 70px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  margin-right: 5px;
}
.thumb-img li img {
  width: 100%;
  height: auto;
}
.thumb-img li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.main-img2,
.main-img2 li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-img2 {
  margin-bottom: 8px;
}
.main-img2 li {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main-img2 li.item2-2,
.main-img2 li.item2-3,
.main-img2 li.item2-4 {
  display: none;
}
.main-img2 li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.thumb-img2,
.thumb-img2 li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thumb-img2 li {
  display: inline-block;
  width: 70px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  margin-right: 5px;
}
.thumb-img2 li img {
  width: 100%;
  height: auto;
}
.thumb-img2 li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


/* form */
.form-txt-link a {
    text-decoration: underline;
    font-size: 0.9rem;
}
.arrow-before-s7 {
    position: relative;
    display: inline-block;
}

.arrow-before-s7::before {
	display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 14px 1px 0;
	border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    content: "";
    color: inherit;
}


.nf404-title {
	text-align: center;
	color: #9F0038;
	font-size: 40px;
	font-weight: 600;
}

.nf404-title_ja {
	text-align: center;
	font-size: 28px;
	font-weight: 500;
}
