@charset "utf-8";

/*==========================================
 font
===========================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color: #231815;
}

/* link */
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a { outline: none; text-decoration: none; }
a:link    { color: #231815; text-decoration: none; }
a:visited { color: #231815; text-decoration: underline; }
a:hover   { color: #231815; text-decoration: underline; }
a:active  { color: #231815; text-decoration: underline; }



/*==========================================
 body
===========================================*/

html {
  background: #FFF;
  /* background: #CCC; */
  overflow: auto;
}
body {
  /* overflow: hidden;
	min-width: 1100px;
  -webkit-text-size-adjust: 100%; */
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
  	min-width: auto;
  }
}

/*==========================================
 画像切替
===========================================*/
/* PC、スマートフォン表示分岐 */
.pcView {
  display: block;
}
.spView {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #FFF;
  border-bottom: 1px solid #9fa0a0;
  box-shadow: 0px 5px 15px 4px rgba(0, 0, 0, 0.02);
}
body.program header {
  position: fixed;
}
header #header {
  position: relative;
  width: 100%;
  height: 80px;
}
header #headerLogo {
  position: absolute;
  left: 50px;
  top: 24px;
  width: 487px;
}
header #headerLogo h1 img {
  width: 400px;
  height: auto;
}

header #headerNavi {
  position: absolute;
  right: 365px;
  top: 32px;
}
header #headerNavi nav ul {
  /* width: 370px; */
  width: 300px;
  display: flex;
  justify-content: space-between;
}
header #headerNavi nav ul li a {
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 0.3s ease;
}
header #headerNavi nav ul li a:hover {
  text-decoration: none;
  color: #e14661;
}

header #headerPassport {
  position: absolute;
  right: 122px;
  top: 21px;
}
/* header #headerPassport::before {
  position: absolute;
  left: 0;
  top: -17px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #E14661;
  content: "前売 10/31 まで";
} */
header #headerPassport img {
  width: 206px;
  height: auto;
}

header #headerMenu {
  display: block;
  position: absolute;
  right: 46px;
  top: 22px;
  width: 32px;
  text-align: center;
}
header #headerMenu img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1170px) {
  header #headerNavi {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  header #headerPassport {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header {
    height: 60px;
  }
  body.program header {
    position: static;
  }
  header #header {
    width: 100%;
    height: 60px;
    margin: 0 auto;
  }
  header #headerLogo {
    left: 15px;
    top: 22px;
    width: 198px;
  }
  header #headerLogo h1 img {
    width: 198px;
  }

  header #headerNavi {
    display: none;
  }

  header #headerPassport {
    display: block;
    right: 48px;
    top: 20px;
  }
  /* header #headerPassport::before {
    top: -14px;
    font-size: 1.0rem;
  } */
  header #headerPassport img {
    width: 105px;
  }

  header #headerMenu {
    right: 15px;
    top: 17px;
    width: 20px;
  }
  header #headerMenu img {
    width: 100%;
    height: auto;
  }
}


header #overay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
}
header #headerNavi_Sp {
  position: absolute;
  z-index: 1000;
  right: -100vw;
  top: 0;
  display: block;
  width: 400px;
  height: 1080px;
  padding: 95px 0 0;
  box-sizing: border-box;
  background-color: rgba(239, 239, 239, 0.95);
}
@media only screen and (max-width: 767px) {
  header #headerNavi_Sp {
    width: 100%;
    height: 700px;
    padding-top: 98px;
    padding-left: calc((100% - 266px) / 2);
    padding-right: calc((100% - 266px) / 2);
  }
}

header #headerNavi_Sp #headerMenu_Close {
  display: block;
  position: absolute;
  right: 46px;
  top: 26px;
  width: 32px;
  height: 32px;
  text-align: center;
}
header #headerNavi_Sp #headerMenu_Close img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  header #headerNavi_Sp #headerMenu_Close {
    right: 15px;
    top: 19px;
    width: 20px;
    height: 20px;
  }
  header #headerNavi_Sp #headerMenu_Close img {
    width: 20px;
  }
}

header #headerNavi_Sp .searchBox {
  position: absolute;
  right: 111px;
  top: 20px;
  width: 248px;
  height: 50px;
}
header #headerNavi_Sp .searchBox::before {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 34px;
  height: 36px;
  background-image: url("../img/icon02.svg");
  background-size: cover;
  content: "";
}
header #headerNavi_Sp .searchBox input {
  width: 100%;
  height: 50px;
  padding: 20px 60px 20px 20px;
  box-sizing: border-box;
  border: none;
  background: #FFF;
  border-radius: 0;
  font-size: 1.6rem;
}
header #headerNavi_Sp .searchBox input:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  header #headerNavi_Sp .searchBox {
    position: absolute;
    left: 50%;
    top: 40px;
    width: 266px;
    height: 50px;
    margin: 0 0 0 -133px;
  }
  header #headerNavi_Sp .searchBox::before {
    right: 15px;
    top: 8px;
    width: 23px;
    height: 24px;
  }
  header #headerNavi_Sp .searchBox input {
    height: 40px;
    padding: 20px 60px 20px 20px;
    font-size: 1.4rem;
  }
}


header #headerNavi_Sp .snsBox {
  width: 175px;
  margin: 0 auto;
}
header #headerNavi_Sp .snsBox ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
header #headerNavi_Sp .snsBox ul li {
  width: 50px;
}
header #headerNavi_Sp .snsBox ul li img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  header #headerNavi_Sp .snsBox {
    width: 160px;
  }
  header #headerNavi_Sp .snsBox ul li {
    width: 40px;
  }
}


header #headerNavi_Sp nav ul {
  width: 320px;
  margin: 0 auto;
  padding: 20px 0 0;
  list-style-type: none;
}
header #headerNavi_Sp nav ul li {
  width: 100%;
  height: 40px;
  margin: 0 0 10px;
  background-image: url("../img/menu_bk01.svg");
  background-size: cover;
}
header #headerNavi_Sp nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0 0 15px;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 400;
}
header #headerNavi_Sp nav ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  header #headerNavi_Sp nav ul {
    width: 266px;
    margin: 0 auto;
    padding: 15px 0 0;
  }
  header #headerNavi_Sp nav ul li {
    width: 100%;
    height: 34px;
    margin: 0 0 9px;
  }
  header #headerNavi_Sp nav ul li a {
    padding: 11px 0 0 15px;
    font-size: 1.2rem;
  }
}

header #headerNavi_Sp .passportBox {
  width: 320px;
  margin: 0 auto;
  padding: 10px 0 0;
}
header #headerNavi_Sp .passportBox a {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 16px 0 0;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: #e14661;
  font-size: 1.8rem;
  font-weight: 400;
  color: #FFF;
  text-align: center;
  transition: all 0.3s ease;
}
header #headerNavi_Sp .passportBox a::after {
  position: absolute;
  right: 68px;
  top: 15px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon03.svg");
  background-size: 100%;
  content: "";
}
header #headerNavi_Sp .passportBox a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  header #headerNavi_Sp .passportBox {
    width: 266px;
    padding: 10px 0 0;
  }
  header #headerNavi_Sp .passportBox a {
    height: 45px;
    padding: 15px 0 0;
    font-size: 1.5rem;
  }
  header #headerNavi_Sp .passportBox a::after {
    right: 56px;
    top: 14px;
    width: 16px;
    height: 16px;
  }
}


/*==========================================
 協賛関連ロゴ
===========================================*/
#footer_logoArea {
  width: 100%;
  margin: 100px 0 0;
  padding: 50px 0;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
#footer_logoArea .columnBox01 {
  width: 500px;
  margin: 0 auto;
}
#footer_logoArea .columnBox01 img {
  width: 100%;
  height: auto;
}
#footer_logoArea .columnBox02 {
  width: 400px;
  margin: 0 auto;
  padding: 40px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer_logoArea .columnBox02 a:nth-child(1) img {
  width: 200px;
  height: auto;
}
#footer_logoArea .columnBox02 a:nth-child(2) img {
  width: 150px;
  height: auto;
}
#footer_logoArea .columnBox03 {
  width: 350px;
  margin: 0 auto;
  padding: 40px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer_logoArea .columnBox03 a:nth-child(1) img {
  width: 100px;
  height: auto;
}
#footer_logoArea .columnBox03 a:nth-child(2) img {
  width: 200px;
  height: auto;
}
#footer_logoArea .columnBox04 {
  width: 600px;
  margin: 0 auto;
  padding: 30px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer_logoArea .columnBox04 a:nth-child(1) img {
  width: 120px;
  height: auto;
}
#footer_logoArea .columnBox04 a:nth-child(2) img {
  width: 120px;
  height: auto;
}
#footer_logoArea .columnBox04 a:nth-child(3) img {
  width: 80px;
  height: auto;
}
#footer_logoArea .columnBox04 a:nth-child(4) img {
  width: 50px;
  height: auto;
}
#footer_logoArea .columnBox04 a:nth-child(5) img {
  width: 80px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #footer_logoArea {
    width: 100%;
    margin: 100px 0 0;
    padding: 30px 0;
  }
  #footer_logoArea .columnBox01 {
    width: 320px;
  }
  #footer_logoArea .columnBox02 {
    width: 280px;
    padding: 30px 0 0;
  }
  #footer_logoArea .columnBox02 a:nth-child(1) img {
    width: 140px;
    height: auto;
  }
  #footer_logoArea .columnBox02 a:nth-child(2) img {
    width: 110px;
    height: auto;
  }
  #footer_logoArea .columnBox03 {
    width: 250px;
    padding: 30px 0 0;
  }
  #footer_logoArea .columnBox03 a:nth-child(1) img {
    width: 80px;
    height: auto;
  }
  #footer_logoArea .columnBox03 a:nth-child(2) img {
    width: 150px;
    height: auto;
  }
  #footer_logoArea .columnBox04 {
    width: 320px;
    padding: 20px 0 0;
  }
  #footer_logoArea .columnBox04 a:nth-child(1) img {
    width: 70px;
    height: auto;
  }
  #footer_logoArea .columnBox04 a:nth-child(2) img {
    width: 60px;
    height: auto;
  }
  #footer_logoArea .columnBox04 a:nth-child(3) img {
    width: 50px;
    height: auto;
  }
  #footer_logoArea .columnBox04 a:nth-child(4) img {
    width: 20px;
    height: auto;
  }
  #footer_logoArea .columnBox04 a:nth-child(5) img {
    width: 40px;
    height: auto;
  }
}

#footer_textArea {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer_textArea  .column_L p {
  position: relative;
  padding: 0 0 0 50px;
  font-size: 1.3rem;
}
#footer_textArea  .column_L p::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 32px;
  margin: -16px 0 0;
  background-image: url("../img/footer_logo11.jpg");
  background-size: cover;
  content: "";
}
#footer_textArea  .column_R p {
  position: relative;
  padding: 0 0 0 60px;
  font-size: 1.3rem;
}
#footer_textArea  .column_R p::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 29px;
  margin: -14px 0 0;
  background-image: url("../img/footer_logo12.jpg");
  background-size: cover;
  content: "";
}
@media only screen and (max-width: 1100px) {
  #footer_textArea {
    width: calc(100% - 30px);
    padding: 50px 0 0;
  }
  #footer_textArea  .column_L {
    width: 100%;
    padding: 0 0 30px;
  }
  #footer_textArea  .column_L p {
    padding: 0 0 0 60px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #footer_textArea  .column_L p::before {
    width: 50px;
    height: 41px;
    margin: -20px 0 0;
  }
  #footer_textArea  .column_R {
    width: 100%;
  }
  #footer_textArea  .column_R p {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}


/*==========================================
 フッターのスタイル
===========================================*/
footer {
  width: 100%;
  margin: 50px 0 0;
  background-color: #efefef;
}
footer #footerBody {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 55px 0 70px;
}
@media only screen and (max-width: 1100px) {
  footer #footerBody {
    width: calc(100% - 100px);
  }
}
footer #footerBody h1 img {
  width: 460px;
  height: auto;
}

footer #footerBody .footerSitemap {
  width: 100%;
  padding: 50px 0 0;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
footer #footerBody .footerSitemap .column {
  padding: 0 68px 30px 0;
}
footer #footerBody .footerSitemap .column:last-child {
  padding: 0 0 30px 0;
}
footer #footerBody .footerSitemap .column h3 {
  padding: 0 0 20px;
  font-size: 1.5rem;
  font-weight: 700;
}
footer #footerBody .footerSitemap ul {
  list-style-type: none;
}
footer #footerBody .footerSitemap ul li {
  padding: 0 0 20px;
}
footer #footerBody .footerSitemap ul li a {
  font-size: 1.3rem;
  font-weight: 400;
}
footer #footerBody .footerSitemap ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

footer #footerBody .footerLink {
  width: auto;
}
footer #footerBody .footerLink ul {
  list-style-type: none;
}
footer #footerBody .footerLink ul li {
  padding: 0 0 20px;
}
footer #footerBody .footerLink ul li a {
  font-size: 1.3rem;
  font-weight: 400;
}
footer #footerBody .footerLink ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

footer #footerBody .snsLink {
  width: 100%;
  padding: 20px 0 0;
}
footer #footerBody .snsLink ul {
  list-style-type: none;
  display: flex;
}
footer #footerBody .snsLink ul li {
  position: relative;
  margin: 0 12px 0 0;
}
footer #footerBody .snsLink ul li a img {
  width: 50px;
  height: auto;
}

footer #footerBody .footerMail {
  position: relative;
  width: 192px;
  height: 58px;
  margin: 35px 0 0;
  padding: 7px 0 0 10px;
  box-sizing: border-box;
  border: 1px solid #231815;
  transition: all 0.3s ease;
}
footer #footerBody .footerMail a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer #footerBody .footerMail p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #231815;
}
footer #footerBody .footerMail::before {
  position: absolute;
  right: 14px;
  top: 15px;
  width: 39px;
  height: 25px;
  background-image: url("../img/icon22.svg");
  background-size: cover;
  content: "";
}

footer #footerBody .footerClub {
  position: absolute;
  left: 212px;
  bottom: 70px;
  width: 192px;
  height: 58px;
  padding: 7px 0 0 10px;
  box-sizing: border-box;
  border: 1px solid #231815;
  transition: all 0.3s ease;
}
footer #footerBody .footerClub a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer #footerBody .footerClub p {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #231815;
}
footer #footerBody .footerClub p::before {
  position: absolute;
  right: 14px;
  top: 3px;
  width: 32px;
  height: 34px;
  background-image: url("../img/icon23.svg");
  background-size: cover;
  content: "";
}

@media only screen and (max-width: 767px) {
  footer {
    margin: 50px 0 0;
  }
  footer #footerBody {
    width: calc(100% - 30px);
    padding: 40px 0 80px;
  }
  footer #footerBody h1 img {
    width: 196px;
  }

  footer #footerBody .footerSitemap {
    padding: 40px 0 0;
    justify-content: space-between;
  }
  footer #footerBody .footerSitemap .column {
    width: 48%;
    padding: 0 0 20px 0;
  }
  footer #footerBody .footerSitemap .column:last-child {
    padding: 0 0 20px 0;
  }
  footer #footerBody .footerSitemap .column h3 {
    padding: 0 0 15px;
    font-size: 1.3rem;
  }
  footer #footerBody .footerSitemap ul li {
    padding: 0 0 15px;
  }
  footer #footerBody .footerSitemap ul li a {
    font-size: 1.1rem;
  }

  footer #footerBody .footerLink {
    padding: 20px 0 0;
  }
  footer #footerBody .footerLink ul li {
    padding: 0 0 15px;
  }
  footer #footerBody .footerLink ul li a {
    font-size: 1.1rem;
  }

  footer #footerBody .snsLink {
    padding: 10px 0;
  }
  footer #footerBody .snsLink ul li {
    margin: 0 10px 0 0;
  }
  footer #footerBody .snsLink ul li a img {
    width: 40px;
  }

  footer #footerBody .footerMail {
    margin: 15px 0 0;
  }

  footer #footerBody .footerClub {
    position: static;
    margin: 15px 0 0;
  }
}



/*==========================================
 コンテンツのスタイル 共通
===========================================*/
#mainContents {
  min-height: 500px;
  padding: 80px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  #mainContents {
    padding: 60px 0 50px 0;
  }
  body.program #mainContents {
    padding: 0 0 50px 0;
  }
}


/*==========================================
 共通タイトル
===========================================*/
#mainContents #titleArea {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0 0;
  text-align: center;
}
#mainContents #titleArea h2 {
  font-size: 3.0rem;
  font-weight: 400;
  ;line-height: 1.4;
}
#mainContents #titleArea p {
  padding: 30px 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #mainContents #titleArea {
    width: calc(100% - 40px);
    padding: 40px 0 0;
  }
  #mainContents #titleArea h2 {
    font-size: 2.4rem;
  }
  #mainContents #titleArea p {
    padding: 20px 0 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

#mainContents #titleArea02 {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0 0;
  text-align: center;
}
#mainContents #titleArea02 h2 {
  font-size: 4.0rem;
  font-weight: 400;
}
#mainContents #titleArea02 p {
  padding: 30px 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #mainContents #titleArea02 {
    width: calc(100% - 40px);
    padding: 40px 0 0;
  }
  #mainContents #titleArea02 h2 {
    font-size: 3.0rem;
  }
  #mainContents #titleArea02 p {
    padding: 20px 0 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}


/*==========================================
 共通ナビゲーション
===========================================*/
#mainContents .naviArea01 {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0 80px;
}
#mainContents .naviArea01 ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#mainContents .naviArea01 ul li {
  padding: 0 15px 40px;
}
#mainContents .naviArea01 ul li a {
  position: relative;
  padding: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 400;
}
#mainContents .naviArea01 ul li a::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin: 0 0 0 -50%;
  background-color: #231815;
  content: "";
}
#mainContents .naviArea01 ul li a:hover {
  text-decoration: none;
  color: #E14661;
}
#mainContents .naviArea01 ul li a:hover::before {
  background-color: #E14661;
}
@media only screen and (max-width: 767px) {
  #mainContents .naviArea01 {
    width: calc(100% - 40px);
    padding: 40px 0 20px;
  }
  #mainContents .naviArea01 ul {
    flex-wrap: wrap;
  }
  #mainContents .naviArea01 ul li {
    padding: 0 15px 25px 0;
  }
  #mainContents .naviArea01 ul li a {
    padding: 0 0 5px;
    font-size: 1.4rem;
  }
}

/*==========================================
 Top
===========================================*/
#mainContents .topVisual {
  width: 100%;
  margin: 0 0 115px;
  opacity: 0;
}
#mainContents .topVisual .topMv {
  display: block;
}
#mainContents .topVisual .topMv_sp {
  display: none;
}
#mainContents .topVisual img {
  width: 100%;
  height: auto;
}
#mainContents .topVisual .slick-dots {
  bottom: -70px;
}
#mainContents .topVisual .slick-dots li {
  margin: 0 8px;
}
#mainContents .topVisual .slick-dots li button:before {
  width: 15px;
  height: 15px;
  font-size: 0;
  color: #c9caca;
  background-color: #c9caca;
  border-radius: 10px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: '•';
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mainContents .topVisual .slick-dots li.slick-active button:before {
  background-color: #e14661;
}
@media only screen and (max-width: 767px) {
  #mainContents .topVisual {
    margin: 0 0 55px;
  }
  #mainContents .topVisual .topMv {
    display: none;
  }
  #mainContents .topVisual .topMv_sp {
    display: block;
  }
  #mainContents .topVisual .slick-dots {
    bottom: -35px;
  }
  #mainContents .topVisual .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 10px;
  }
  #mainContents .topVisual .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}


#mainContents .topNews {
  width: 100%;
  padding: 60px 0 30px;
  background-color: #EFEFEF;
}
#mainContents .topNews ul {
  width: 800px;
  margin: 0 auto;
  list-style-type: none;
}
#mainContents .topNews ul li {
  position: relative;
  padding: 0 0 20px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
#mainContents .topNews ul li span {
  position: absolute;
  left: 0;
  top: 0;
}
#mainContents .topNews ul li a {
  display: block;
  padding: 0 0 0 105px;
  transition: all 0.3s ease;
}
#mainContents .topNews ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mainContents .topNews .link01 {
  width: 800px;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: right;
}
#mainContents .topNews .link01 a {
  position: relative;
  display: inline-block;
  padding: 9px 40px 12px 20px;
  border: 2px solid #231815;
  background-color: #FFF;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  transition: all 0.3s ease;
}
#mainContents .topNews .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mainContents .topNews .link01 a::after {
  position: absolute;
  right: 14px;
  top: 13px;
  width: 10px;
  height: 13px;
  background-image: url("../img/icon08.svg");
  background-size: 100%;
  content: "";
}
@media only screen and (max-width: 767px) {
  #mainContents .topNews {
    padding: 30px 0 20px;
  }
  #mainContents .topNews ul {
    width: calc(100% - 30px);
  }
  #mainContents .topNews ul li {
    padding: 0 0 15px;
    font-size: 1.4rem;
  }
  #mainContents .topNews ul li a {
    padding: 0 0 0 80px;
  }
  #mainContents .topNews .link01 {
    width: calc(100% - 30px);
    padding: 10px 0 0;
    text-align: center;
  }
  #mainContents .topNews .link01 a {
    padding: 7px 30px 9px 15px;
    border: 1px solid #231815;
    font-size: 1.4rem;
  }
  #mainContents .topNews .link01 a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #mainContents .topNews .link01 a::after {
    right: 11px;
    top: 10px;
    width: 8px;
    height: 10px;
  }
}

#mainContents .topMap {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0;
}
#mainContents .topMap iframe {
  width: 1000px;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  #mainContents .topMap {
    width: calc(100% - 30px);
    padding: 50px 0 0;
  }
  #mainContents .topMap iframe {
    width: 100%;
    height: 400px;
  }
}


#mainContents .topCateMenu {
  display: none;
}
@media only screen and (max-width: 767px) {
  #mainContents .topCateMenu {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: -60px;
    width: 100%;
    height: 60px;
    padding: 9px 0 0;
    box-sizing: border-box;
    background-color: #EFEFEF;
    box-shadow: 0px 5px 15px 4px rgba(0, 0, 0, 0.07);
    transition: all 0.5s ease;
  }
  #mainContents .topCateMenu.view {
    bottom: 0;
  }
  #mainContents .topCateMenu ul {
    width: calc(100% - 16px);
    margin: 0 auto;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
  }
  #mainContents .topCateMenu ul li {
    width: 18.5%;
  }
  #mainContents .topCateMenu ul li a {
    display: block;
    width: 100%;
    height: 44px;
    padding: 15px 0 0;
    box-sizing: border-box;
    background-color: #FFF;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    transition: all 0.3s ease;
  }
  #mainContents .topCateMenu ul li:nth-child(2) a,
  #mainContents .topCateMenu ul li:nth-child(3) a,
  #mainContents .topCateMenu ul li:nth-child(4) a {
    padding: 9px 0 0;
  }
  #mainContents .topCateMenu ul li.active a {
    background-color: #e14661;
  }
  #mainContents .topCateMenu ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #mainContents .topCateMenu .allLink {
    display: none;
  }
}

/*==========================================
 共通
===========================================*/
#mainContents .layoutTyp01 {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0;
}
#mainContents .layoutTyp01 .iconBox {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#mainContents .layoutTyp01 .iconBox img {
  width: auto;
  height: 100%;
}

#mainContents .layoutTyp01 .dateBox {
  width: 100%;
  padding: 40px 0 0 30px;
}
#mainContents .layoutTyp01 .dateBox ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#mainContents .layoutTyp01 .dateBox ul li {
  position: relative;
  padding: 2px 15px 0 0;
  font-size: 1.8rem;
}
#mainContents .layoutTyp01 .dateBox ul li.erea {
  padding: 0 30px 0 0;
  font-size: 2.2rem;
}
#mainContents .layoutTyp01 .dateBox ul li:last-child {
  padding: 2px 0 0 0;
}
#mainContents .layoutTyp01 .dateBox ul li.erea::before {
  position: absolute;
  left: -22px;
  top: 1px;
  width: 14px;
  height: 24px;
  background-color: #FFF;
  background-image: url("../img/icon04.svg");
  background-size: 100%;
  content: "";
}
#mainContents .layoutTyp01 .dateBox ul li::after {
  position: absolute;
  right: 12px;
  top: 4px;
  width: 1px;
  height: 18px;
  background-color: #231815;
  content: "";
}
#mainContents .layoutTyp01 .dateBox ul li:nth-child(1):after,
#mainContents .layoutTyp01 .dateBox ul li:last-child:after {
  display: none;
}

#mainContents .layoutTyp01 h2 {
  padding: 30px 0 0;
  font-size: 4.0rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

#mainContents .layoutTyp01 .cateBox {
  width: 100%;
  padding: 30px 0 0 0;
}
#mainContents .layoutTyp01 .cateBox ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#mainContents .layoutTyp01 .cateBox ul li {
  margin: 0 7px 10px;
  padding: 5px 8px 7px;
  border: 1px solid #231815;
  font-size: 1.3rem;
}
#mainContents .layoutTyp01 .cateBox ul li.cate.cate01 {
  border: 1px solid #e14661;
  color: #e14661;
}
#mainContents .layoutTyp01 .cateBox ul li.cate.cate02 {
  border: 1px solid #00AFD5;
  color: #00AFD5;
}
#mainContents .layoutTyp01 .cateBox ul li.cate.cate03 {
  border: 1px solid #7FBE26;
  color: #7FBE26;
}
#mainContents .layoutTyp01 .cateBox ul li.cate.cate04 {
  border: 1px solid #A6559D;
  color: #A6559D;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp01 {
    width: calc(100% - 30px);
    padding: 20px 0 0;
  }
  #mainContents .layoutTyp01 .iconBox {
    width: 50px;
    height: 50px;
  }

  #mainContents .layoutTyp01 .dateBox {
    padding: 20px 0 0 15px;
  }
  #mainContents .layoutTyp01 .dateBox ul li {
    padding: 1px 5px 10px;
    font-size: 1.2rem;
  }
  #mainContents .layoutTyp01 .dateBox ul li.erea {
    padding: 0 10px 0 0;
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp01 .dateBox ul li:last-child {
    padding: 1px 0 0 0;
  }
  #mainContents .layoutTyp01 .dateBox ul li.erea::before {
    left: -16px;
    top: 0px;
    width: 9px;
    height: 15px;
  }
  #mainContents .layoutTyp01 .dateBox ul li::after {
    right: 3px;
    top: 3px;
    width: 1px;
    height: 9px;
  }
  #mainContents .layoutTyp01 .dateBox ul li:nth-child(1):after,
  #mainContents .layoutTyp01 .dateBox ul li:last-child:after {
    display: none;
  }

  #mainContents .layoutTyp01 h2 {
    padding: 15px 0 0;
    font-size: 2.6rem;
  }

  #mainContents .layoutTyp01 .cateBox {
    width: 100%;
    padding: 15px 0 0 0;
  }
  #mainContents .layoutTyp01 .cateBox ul li {
    margin: 0 4px 8px;
    padding: 3px 7px 3px;
    border: 1px solid #231815;
    font-size: 1.1rem;
  }
  #mainContents .layoutTyp01 .cateBox ul li.cate {
    border: 1px solid #e14661;
  }
}


#mainContents .layoutTyp02 {
  width: 100%;
  margin: 0 auto 140px;
  padding: 30px 0 0;
  opacity: 0;
}
#mainContents .layoutTyp02 div {
  margin: 0;
  text-align: center;
}
#mainContents .layoutTyp02 div img {
  height: 500px;
  margin: 0 10px;
}
#mainContents .layoutTyp02 .slick-dots {
  bottom: -80px;
}
#mainContents .layoutTyp02 .slick-dots li {
  margin: 0 7px;
}
#mainContents .layoutTyp02 .slick-dots li button:before {
  width: 15px;
  height: 15px;
  font-size: 0;
  color: #c9caca;
  background-color: #c9caca;
  border-radius: 10px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: '•';
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mainContents .layoutTyp02 .slick-dots li.slick-active button:before {
  background-color: #e14661;
}

@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp02 {
    width: 100%;
    margin: 0 auto 60px;
    padding: 20px 0 0;
  }
  #mainContents .layoutTyp02 div {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  #mainContents .layoutTyp02 div img {
    height: 280px;
    object-fit: contain;
    margin: auto;
  }
  #mainContents .layoutTyp02 .slick-dots {
    bottom: -35px;
  }
  #mainContents .layoutTyp02 .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 10px;
  }
  #mainContents .layoutTyp02 .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}


#mainContents .layoutTyp03 {
  width: 800px;
  margin: 0 auto;
}
#mainContents .layoutTyp03 p {
  font-size: 1.8rem;
  line-height: 2.0;
  letter-spacing: 0.0.5em;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp03 {
    width: calc(100% - 30px);
  }
  #mainContents .layoutTyp03 p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}


#mainContents .layoutTyp04 {
  width: 800px;
  margin: 40px auto 0;
  padding: 30px 30px 10px;
  box-sizing: border-box;
  background-color: #efefef;
}
#mainContents .layoutTyp04 table {
  width: 100%;
}
#mainContents .layoutTyp04 table tr th {
  width: 150px;
  padding: 0 0 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.0.5em;
}
#mainContents .layoutTyp04 table tr td {
  padding: 0 0 20px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.0.5em;
}
#mainContents .layoutTyp04 table tr td a {
  color: #e14661;
  text-decoration: underline;
}
#mainContents .layoutTyp04 table tr td a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp04 {
    width: 100%;
    margin: 30px auto 0;
    padding: 15px 15px 0;
  }
  #mainContents .layoutTyp04 table tr th {
    width: 100px;
    padding: 0 0 15px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #mainContents .layoutTyp04 table tr td {
    padding: 0 0 15px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

#mainContents .layoutTyp05 {
  position: relative;
  width: 800px;
  margin: 80px auto 0;
}
#mainContents .layoutTyp05 .titleBox {
  position: relative;
  height: 50px;
}
#mainContents .layoutTyp05 .titleBox::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-image: url("../img/icon06.svg");
  background-size: 100%;
  content: "";
}
#mainContents .layoutTyp05 .titleBox h3 {
  padding: 0 0 0 60px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #e14661;
}
#mainContents .layoutTyp05 .titleBox p {
  padding: 7px 0 0 60px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #e14661;
}
#mainContents .layoutTyp05 p.guide {
  position: absolute;
  left: 400px;
  top: 32px;
  font-size: 1.6rem;
}
#mainContents .layoutTyp05 .columnBox {
  width: 100%;
  padding: 50px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp05 .columnBox .column {
  width: 48%;
  padding: 0 0 30px;
}
#mainContents .layoutTyp05 .columnBox .column h4 {
  font-size: 1.8rem;
  font-weight: 400;
}
#mainContents .layoutTyp05 .columnBox .column audio {
  width: 100%;
  margin: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp05 {
    width: calc(100% - 30px);
    margin: 50px auto 0;
  }
  #mainContents .layoutTyp05 .titleBox {
    height: 40px;
  }
  #mainContents .layoutTyp05 .titleBox::before {
    width: 40px;
    height: 40px;
  }
  #mainContents .layoutTyp05 .titleBox h3 {
    padding: 0 0 0 50px;
    font-size: 2.0rem;
  }
  #mainContents .layoutTyp05 .titleBox p {
    padding: 5px 0 0 50px;
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp05 p.guide {
    position: static;
    padding: 20px 0 0;
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp05 .columnBox {
    padding: 30px 0 0;
  }
  #mainContents .layoutTyp05 .columnBox .column {
    width: 100%;
    padding: 0 0 30px;
  }
  #mainContents .layoutTyp05 .columnBox .column h4 {
    font-size: 1.6rem;
  }
  #mainContents .layoutTyp05 .columnBox .column audio {
    margin: 10px 0 0;
  }
}


#mainContents .layoutTyp06 {
  width: 800px;
  margin: 80px auto 0;
}
#mainContents .layoutTyp06 h3 {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 2.0rem;
  font-weight: 400;
  color: #e14661;
}
#mainContents .layoutTyp06 h3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon07.svg");
  background-size: 100%;
  content: "";
}
#mainContents .layoutTyp06 .columnBox {
  width: 100%;
  padding: 35px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp06 .columnBox .column {
  width: 48%;
  padding: 0 0 50px;
}
#mainContents .layoutTyp06 .columnBox .column a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mainContents .layoutTyp06 .columnBox .column img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp06 .columnBox .column h4 {
  padding: 10px 0 0;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.4;
}
#mainContents .layoutTyp06 .dateBox {
  width: 100%;
  padding: 10px 0 0;
}
#mainContents .layoutTyp06 .dateBox ul {
  list-style-type: none;
  display: flex;
  justify-content :start;
  flex-wrap: wrap;
}
#mainContents .layoutTyp06 .dateBox ul li {
  position: relative;
  padding: 0 15px 0 0;
  font-size: 1.5rem;
}
#mainContents .layoutTyp06 .dateBox ul li::after {
  position: absolute;
  right: 12px;
  top: 2px;
  width: 1px;
  height: 15px;
  background-color: #231815;
  content: "";
}
#mainContents .layoutTyp06 .dateBox ul li:last-child:after {
  display: none;
}
#mainContents .layoutTyp06 .dateBox p {
  font-size: 1.5rem;
}
#mainContents .layoutTyp06 p.erea {
  position: relative;
  margin: 15px 0 0;
  padding: 0 0 0 18px;
  font-size: 1.7rem;
}
#mainContents .layoutTyp06 p.erea::before {
  position: absolute;
  left: 0;
  top: 0px;
  width: 11px;
  height: 19px;
  background-image: url("../img/icon04.svg");
  background-size: 100%;
  content: "";
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp06 {
    width: calc(100% - 30px);
    margin: 50px auto 0;
  }
  #mainContents .layoutTyp06 h3 {
    padding: 0 0 0 25px;
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp06 h3::before {
    top: 1px;
    width: 18px;
    height: 18px;
  }
  #mainContents .layoutTyp06 .columnBox {
    padding: 30px 0 0;
  }
  #mainContents .layoutTyp06 .columnBox .column {
    width: 100%;
    padding: 0 0 40px;
  }
  #mainContents .layoutTyp06 .columnBox .column h4 {
    padding: 8px 0 0;
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp06 .dateBox ul li {
    position: relative;
    padding: 0 15px 0 0;
    font-size: 1.3rem;
  }
  #mainContents .layoutTyp06 .dateBox ul li::after {
    top: 1px;
    height: 13px;
  }
  #mainContents .layoutTyp06 .dateBox p {
    font-size: 1.3rem;
  }
  #mainContents .layoutTyp06 p.erea {
    margin: 12px 0 0;
    padding: 0 0 0 18px;
    font-size: 1.5rem;
  }
  #mainContents .layoutTyp06 p.erea::before {
    width: 11px;
    height: 18px;
  }
}


#mainContents .layoutTyp07 {
  opacity: 0;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 60px 0 0;
}
#mainContents .layoutTyp07 {
  width: 100%;
}
#mainContents .layoutTyp07.top {
  opacity: 1;
}
#mainContents .layoutTyp07 h2 {
  font-size: 4.0rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
#mainContents .layoutTyp07 .layoutTyp07_Box {
  width: calc(100% - 40px);
  margin: 0 auto;
}
#mainContents .layoutTyp07 .columnBox {
  position: relative;
  width: calc(100% + 1.25%);
  margin: 60px 0 0 -1.25%;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
#mainContents .layoutTyp07 .columnBox a {
  transition: all 0.5s ease;
}
#mainContents .layoutTyp07 .columnBox a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mainContents .layoutTyp07 .columnBox .column {
  position: relative;
  width: 32.0%;
  padding: 0 0 80px 1.25%;
}
/* #mainContents .layoutTyp07 .columnBox .column:nth-child(3n) {
  padding: 0 0 80px 0;
} */
@media only screen and (max-width: 1150px) {
  #mainContents .layoutTyp07 .columnBox {
    width: 100%;
    margin: 100px 0 0 0;
    justify-content: space-between;
  }
  #mainContents .layoutTyp07 .columnBox .column {
    width: 49%;
    padding: 0 0 80px 0;
  }
}

#mainContents .layoutTyp07 .columnBox .column .iconBox {
  width: 40px;
  height: 40px;
}
#mainContents .layoutTyp07 .columnBox .column .iconBox img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp07 .columnBox .column .cateBox {
  position: absolute;
  left: 70px;
  top: 10px;
}
#mainContents .layoutTyp07 .columnBox .column .cateBox p {
  display: block;
  width: 150px;
  padding: 4px 0 6px;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}
#mainContents .layoutTyp07 .columnBox .column .cateBox.cate01 p {
  border: 1px solid #e14661;
  color: #e14661;
}
#mainContents .layoutTyp07 .columnBox .column .cateBox.cate02 p {
  border: 1px solid #00afd5;
  color: #00afd5;
}
#mainContents .layoutTyp07 .columnBox .column .cateBox.cate03 p {
  border: 1px solid #7fbe26;
  color: #7fbe26;
}
#mainContents .layoutTyp07 .columnBox .column .cateBox.cate04 p {
  border: 1px solid #a6559d;
  color: #a6559d;
}
#mainContents .layoutTyp07 .columnBox .column .ereaBox {
  position: absolute;
  left: 256px;
  top: 14px;
}
#mainContents .layoutTyp07 .columnBox .column .ereaBox p {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
}
#mainContents .layoutTyp07 .columnBox .column .ereaBox p::before {
  position: absolute;
  left: -25px;
  top: -4px;
  width: 17px;
  height: 29px;
  background-color: #FFF;
  background-image: url("../img/icon04.svg");
  background-size: 100%;
  content: "";
}
#mainContents .layoutTyp07 .columnBox .column .imgBox {
  position: relative;
  margin: 15px 0 10px;
  overflow: hidden;
}
#mainContents .layoutTyp07 .columnBox .column .imgBox img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp07 .columnBox .column .imgBox .status {
  position: absolute;
  right: 15px;
  top: 15px;
}
#mainContents .layoutTyp07 .columnBox .column .imgBox .status p {
  display: block;
  padding: 10px 15px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #FFF;
  line-height: 1.4;
}
#mainContents .layoutTyp07 .columnBox .column .imgBox .status.status01 p {
  background-color: #e14661;
}
#mainContents .layoutTyp07 .columnBox .column .imgBox .status.status02 p {
  background-color: #636b70;
}
#mainContents .layoutTyp07 .columnBox .column h3 {
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.4;
}
#mainContents .layoutTyp07 .columnBox .column p.text01 {
  padding: 5px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
#mainContents .layoutTyp07 .link01 {
  width: 370px;
  margin: 0 auto;
  padding: 50px 0 0;
}
#mainContents .layoutTyp07 .link01 a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 17px 0 0;
  border-radius: 50px;
  box-sizing: border-box;
  background-color: #e14661;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  color: #FFF;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp07 .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mainContents .layoutTyp07 .link01 a::after {
  position: absolute;
  right: 27px;
  top: 21px;
  width: 13px;
  height: 18px;
  background-image: url("../img/icon09.svg");
  background-size: 100%;
  content: "";
}
#mainContents .layoutTyp07 .noProgram {
  display: none;
  width: 100%;
  padding: 50px 0;
  text-align: center;
}
#mainContents .layoutTyp07 .noProgram p {
  font-size: 2.0rem;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp07 {
    width: calc(100% - 30px);
    padding: 170px 0 0;
  }
  #mainContents .layoutTyp07.top {
    padding: 40px 0 0;
  }
  #mainContents .layoutTyp07 h2 {
    font-size: 2.6rem;
  }
  #mainContents .layoutTyp07 .layoutTyp07_Box {
    width: 100%;
  }
  #mainContents .layoutTyp07 .columnBox {
    width: 100%;
    margin: 50px auto 0;
  }
  #mainContents .layoutTyp07 .columnBox .column {
    width: 100%;
    padding: 0 0 40px 0;
  }
  #mainContents .layoutTyp07 .columnBox .column:nth-child(3n) {
    padding: 0 0 40px 0;
  }
  #mainContents .layoutTyp07 .columnBox .column .iconBox {
    width: 35px;
    height: 35px;
  }
  #mainContents .layoutTyp07 .columnBox .column .cateBox {
    left: 45px;
    top: 9px;
  }
  #mainContents .layoutTyp07 .columnBox .column .cateBox p {
    width: 120px;
    padding: 4px 0 6px;
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp07 .columnBox .column .ereaBox {
    left: 202px;
    top: 14px;
  }
  #mainContents .layoutTyp07 .columnBox .column .ereaBox p {
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp07 .columnBox .column .ereaBox p::before {
    left: -22px;
    top: -4px;
    width: 14px;
    height: 24px;
  }
  #mainContents .layoutTyp07 .columnBox .column .imgBox .status {
    right: 10px;
    top: 10px;
  }
  #mainContents .layoutTyp07 .columnBox .column .imgBox .status p {
    padding: 10px 10px;
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp07 .columnBox .column h3 {
    font-size: 2.0rem;
  }
  #mainContents .layoutTyp07 .columnBox .column p.text01 {
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp07 .link01 {
    width: 300px;
    padding: 0;
  }
  #mainContents .layoutTyp07 .link01 a {
    height: 50px;
    padding: 15px 0 0;
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp07 .link01 a::after {
    right: 27px;
    top: 17px;
    width: 11px;
    height: 15px;
  }
  #mainContents .layoutTyp07 .noProgram {
    padding: 50px 0;
    text-align: center;
  }
  #mainContents .layoutTyp07 .noProgram p {
    font-size: 1.6rem;
  }
}

#mainContents .layoutTyp07 .cateMenu {
  display: block;
  position: relative;
  width: 100%;
  margin: 30px 0 0;
  padding: 30px 0;
  background-color: #EFEFEF;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp07 .cateMenu.scroll_01 {
  position: fixed;
  z-index: 900;
  left: 0;
  top: -100px;
}
#mainContents .layoutTyp07 .cateMenu.scroll_02 {
  top: 51px;
}
#mainContents .layoutTyp07 .cateMenu ul {
  width: 1000px;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1060px) {
  #mainContents .layoutTyp07 .cateMenu ul {
    width: calc(100% - 40px);
  }
}
#mainContents .layoutTyp07 .cateMenu ul li {
  width: 18%;
  height: 42px;
}
#mainContents .layoutTyp07 .cateMenu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 11px 0 0;
  box-sizing: border-box;
  background-color: #FFF;
  font-size: 1.8rem;
  color: #231815;
  text-align: center;
  cursor: pointer;
}
#mainContents .layoutTyp07 .cateMenu ul li a:hover {
  text-decoration: none;
}
#mainContents .layoutTyp07 .cateMenu ul li:nth-child(1) a:hover {
  background-color: #727171;
  color: #FFF;
}
#mainContents .layoutTyp07 .cateMenu ul li:nth-child(2) a:hover {
  background-color: #E14661;
  color: #FFF;
}
#mainContents .layoutTyp07 .cateMenu ul li:nth-child(3) a:hover {
  background-color: #00afd5;
  color: #FFF;
}
#mainContents .layoutTyp07 .cateMenu ul li:nth-child(4) a:hover {
  background-color: #7fbe26;
  color: #FFF;
}
#mainContents .layoutTyp07 .cateMenu ul li:nth-child(5) a:hover {
  background-color: #a6559d;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp07 .cateMenu {
    display: none;
  }
}


#mainContents .layoutTyp08 {
  width: 800px;
  margin: 0 auto;
  padding: 40px 0 0;
}
#mainContents .layoutTyp08 ul {
  list-style-type: none;
}
#mainContents .layoutTyp08 ul li {
  position: relative;
  margin: 25px 0 0;
  padding: 0 0 25px;
  border-bottom: 1px solid #CCC;
}
#mainContents .layoutTyp08 ul li a {
  display: inline-block;
  padding: 0 0 0 120px;
  font-size: 1.8rem;
  line-height: 1.4;
}
#mainContents .layoutTyp08 ul li a:hover {
  text-decoration: none;
  color: #E14661;
}
#mainContents .layoutTyp08 ul li span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp08 {
    width: calc(100% - 40px);
    padding: 20px 0 0;
  }
  #mainContents .layoutTyp08 ul li {
    margin: 20px 0 0;
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp08 ul li a {
    padding: 0 0 0 90px;
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp08 ul li span {
    font-size: 1.4rem;
  }
}

#mainContents .layoutTyp09 {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0 0;
}
#mainContents .layoutTyp09 p.date {
  font-size: 1.6rem;
  font-weight: 400;
}
#mainContents .layoutTyp09 h2 {
  padding: 15px 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #E14661;
}
#mainContents .layoutTyp09 .entry {
  width: 100%;
  padding: 40px 0 0;
}
#mainContents .layoutTyp09 .entry p {
  padding: 0 0 30px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.0;
}
#mainContents .layoutTyp09 .entry p a {
  color: #E14661;
  text-decoration: underline;
}
#mainContents .layoutTyp09 .entry p a:hover {
  opacity: 0.7;
}
#mainContents .layoutTyp09 .entry img {
  max-width: 100%;
  padding: 0 0 30px;
}
#mainContents .layoutTyp09 .link01 {
  width: 250px;
  margin: 0 auto;
  padding: 100px 0 0;
}
#mainContents .layoutTyp09 .link01 a {
  display: block;
  width: 250px;
  height: 50px;
  padding: 15px 0 0;
  border-radius: 25px;
  background-color: #E14661;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp09 .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp09 {
    width: calc(100% - 40px);
    padding: 50px 0 0;
  }
  #mainContents .layoutTyp09 p.date {
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp09 h2 {
    padding: 15px 0 0;
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp09 .entry {
    padding: 20px 0 0;
  }
  #mainContents .layoutTyp09 .entry p {
    padding: 0 0 20px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #mainContents .layoutTyp09 .entry img {
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp09 .link01 {
    width: 200px;
    padding: 50px 0 0;
  }
  #mainContents .layoutTyp09 .link01 a {
    width: 100%;
    height: 40px;
    padding: 11px 0 0;
    font-size: 1.6rem;
  }
}


#mainContents .layoutTyp10 {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 30px;
}
#mainContents .layoutTyp10.typ01 {
  padding: 0;
}
#mainContents .layoutTyp10 h3 {
  position: relative;
  padding: 0 0 15px 40px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp10 h3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon10.svg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp10 h4 {
  padding: 0 0 5px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #E14661;
}
#mainContents .layoutTyp10 h4.typ01,
#mainContents .layoutTyp10 h4.typ02,
#mainContents .layoutTyp10 h4.typ03,
#mainContents .layoutTyp10 h4.typ04 {
  position: relative;
  margin: 20px 0;
  padding: 0 0 0 50px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #E14661;
}
#mainContents .layoutTyp10 h4.typ01::before,
#mainContents .layoutTyp10 h4.typ02::before,
#mainContents .layoutTyp10 h4.typ03::before,
#mainContents .layoutTyp10 h4.typ04::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 44px;
  margin: -22px 0 0 0;
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp10 h4.typ01::before {
  background-image: url("../img/icon13.svg");
}
#mainContents .layoutTyp10 h4.typ02::before {
  background-image: url("../img/icon15.svg");
}
#mainContents .layoutTyp10 h4.typ03::before {
  background-image: url("../img/icon16.svg");
}
#mainContents .layoutTyp10 h4.typ04::before {
  background-image: url("../img/icon17.svg");
}
#mainContents .layoutTyp10 p.text01 {
  padding: 0 0 40px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.0;
}
#mainContents .layoutTyp10 p.text02 {
  padding: 0 0 30px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
#mainContents .layoutTyp10 p.text03 {
  padding: 30px 0 20px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.0;
}
#mainContents .layoutTyp10 p.text03 span {
  padding: 2px 10px 3px;
  border: 1px solid #231815;
}
#mainContents .layoutTyp10 p.text03 span.typ01 {
  border: 1px solid #ED770F;
  color: #ED770F;
}
#mainContents .layoutTyp10 p.text03 span.typ02 {
  border: 1px solid #009FD1;
  color: #009FD1;
}
#mainContents .layoutTyp10 p a {
  color: #E14661;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp10 p a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp10 {
    width: calc(100% - 40px);
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp10 h3 {
    padding: 0 0 10px 30px;
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp10 h3::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
  #mainContents .layoutTyp10 h4 {
    font-size: 1.6rem;
  }
  #mainContents .layoutTyp10 h4.typ01 {
    padding: 0 0 0 40px;
    font-size: 1.6rem;
  }
  #mainContents .layoutTyp10 h4.typ01::before {
    width: 30px;
    height: 33px;
    margin: -16px 0 0 0;
  }
  #mainContents .layoutTyp10 p.text01 {
    padding: 0 0 20px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #mainContents .layoutTyp10 p.text02 {
    padding: 0 0 15px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #mainContents .layoutTyp10 p.text03 {
    padding: 20px 0 20px;
    font-size: 1.6rem;
  }
}

#mainContents .layoutTyp10 .listBox {
  width: 100%;
  padding: 0 0 40px;
}
#mainContents .layoutTyp10 .listBox ul {
  list-style-type: none;
}
#mainContents .layoutTyp10 .listBox ul li {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 1.6rem;
}
#mainContents .layoutTyp10 .listBox ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6rem;
  content: "・";
}
@media only screen and (max-width: 767px) {

}

#mainContents .layoutTyp10 .columnBox02 {
  width: 100%;
  padding: 20px 0 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp10 .columnBox02 .column_L {
  width: 300px;
}
#mainContents .layoutTyp10 .columnBox02 .column_L img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp10 .columnBox02 .column_R {
  width: 480px;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp10 .columnBox02 {
    padding: 10px 0 40px;
  }
  #mainContents .layoutTyp10 .columnBox02 .column_L {
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
  }
  #mainContents .layoutTyp10 .columnBox02 .column_L img {
    width: 300px;
    height: auto;
  }
  #mainContents .layoutTyp10 .columnBox02 .column_R {
    width: 100%;
  }
}



#mainContents .layoutTyp10 table.typ01 {
  width: 100%;
  margin: 0 0 50px;
  border-top: 5px solid #E14661;
  border-bottom: 3px solid #E14661;
}
#mainContents .layoutTyp10 table.typ01 tr {
  border-top: 2px solid #E14661;
}
#mainContents .layoutTyp10 table.typ01 tr th {
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: 400;
  color: #E14661;
  text-align: center;
  line-height: 1.6;
}
#mainContents .layoutTyp10 table.typ01 tr th:nth-child(1) {
  border-right: 2px solid #E14661;
}
#mainContents .layoutTyp10 table.typ01 tr th:nth-child(2),
#mainContents .layoutTyp10 table.typ01 tr th:nth-child(3) {
  border-right: 2px solid #E14661;
}
#mainContents .layoutTyp10 table.typ01 tr td {
  /* width: 20%; */
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  vertical-align: middle;
}
#mainContents .layoutTyp10 table.typ01 tr td:nth-child(1) {
  width: 50%;
  border-right: 2px solid #E14661;
}
#mainContents .layoutTyp10 table.typ01 tr td:nth-child(2),
#mainContents .layoutTyp10 table.typ01 tr td:nth-child(3) {
  border-right: 2px solid #E14661;
}
#mainContents .layoutTyp10 table.typ01 tr td .columnBox {
  width: 100%;
  padding: 0 15px 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
#mainContents .layoutTyp10 table.typ01 tr td .columnBox:last-child {
  padding: 0 15px;
}
#mainContents .layoutTyp10 table.typ01 tr td .columnBox .column_L {
  width: 150px;
  padding: 0 20px 0 0;
}
#mainContents .layoutTyp10 table.typ01 tr td .columnBox .column_L img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp10 table.typ01 tr td .columnBox .column_R {
  padding: 0 20px 0 0;
  text-align: left;
}
#mainContents .layoutTyp10 table.typ01 tr td .columnBox .column_R p {
  font-size: 1.8rem;
}
#mainContents .layoutTyp10 table.typ01 tr td .columnBox .column_R p span {
  display: inline-block;
  border: 1px solid #E14661;
  margin: 0 0 0 10px;
  padding: 3px 8px 4px;
  font-size: 1.4rem;
  line-height: 1;
  color: #E14661;
}
#mainContents .layoutTyp10 table.typ01 tr td span {
  display: block;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp10 table.typ01 {
    margin: 0 0 30px;
  }
  #mainContents .layoutTyp10 table.typ01 tr th {
    padding: 15px 0;
    font-size: 1.4rem;
    line-height: 1.4;
    vertical-align: middle;
  }
  #mainContents .layoutTyp10 table.typ01 tr td {
    /* width: 30%; */
    padding: 15px 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #mainContents .layoutTyp10 table.typ01 tr td:nth-child(1) {
    width: 40%;
  }
  #mainContents .layoutTyp10 table.typ01 tr td:nth-child(2) {
    width: 16%;
  }
  #mainContents .layoutTyp10 table.typ01 tr td .columnBox {
    padding: 0 0 15px;
  }
  #mainContents .layoutTyp10 table.typ01 tr td .columnBox:last-child {
    padding: 0;
  }
  #mainContents .layoutTyp10 table.typ01 tr td .columnBox .column_L {
    width: 100%;
    padding: 0 10px 0 0;
  }
  #mainContents .layoutTyp10 table.typ01 tr td .columnBox .column_L img {
    width: 100%;
    height: auto;
  }
  #mainContents .layoutTyp10 table.typ01 tr td .columnBox .column_R {
    width: 100%;
    padding: 0;
  }
  #mainContents .layoutTyp10 table.typ01 tr td .columnBox .column_R p {
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp10 table.typ01 tr td .columnBox .column_R p span {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 3px 8px 4px;
    font-size: 1.2rem;
  }
  #mainContents .layoutTyp10 table.typ01 tr td span {
    display: block;
    font-size: 1.4rem;
  }
}


#mainContents .layoutTyp10 table.typ02 {
  width: 100%;
  margin: 0 0 30px;
  border-top: 5px solid #E14661;
  border-bottom: 5px solid #E14661;
}
#mainContents .layoutTyp10 table.typ02 tr {
  border-top: 2px solid #E14661;
}
#mainContents .layoutTyp10 table.typ02 tr th {
  padding: 20px 0;
  border-right: 2px solid #E14661;
  font-size: 1.8rem;
  font-weight: 400;
  color: #E14661;
  text-align: center;
  line-height: 1.6;
}
#mainContents .layoutTyp10 table.typ02 tr th:last-child {
  border-right: none;
}
#mainContents .layoutTyp10 table.typ02 tr td {
  width: 20%;
  padding: 20px 0;
  border-right: 2px solid #E14661;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  vertical-align: middle;
}
#mainContents .layoutTyp10 table.typ02 tr td:last-child {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp10 table.typ02 {
    margin: 0 0 20px;
  }
  #mainContents .layoutTyp10 table.typ02 tr th {
    padding: 15px 0;
    font-size: 1.4rem;
    line-height: 1.4;
    vertical-align: middle;
  }
  #mainContents .layoutTyp10 table.typ02 tr td {
    width: 30%;
    padding: 15px 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}


#mainContents .layoutTyp10 .tableBox {
  width: 100%;
  margin: 0 0 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp10 .tableBox .column_L {
  width: 48%;
}
#mainContents .layoutTyp10 .tableBox .column_R {
  width: 48%;
}
#mainContents .layoutTyp10 .tableBox table {
  width: 100%;
  border-top: 5px solid #E14661;
  border-bottom: 5px solid #E14661;
}
#mainContents .layoutTyp10 .tableBox table tr th {
  width: 60%;
  padding: 30px 0;
  border-right: 2px solid #E14661;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6;
}
#mainContents .layoutTyp10 .tableBox table tr td {
  padding: 30px 0;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6;
}
#mainContents .layoutTyp10 .tableBox table tr td span {
  display: block;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp10 .tableBox {
    margin: 0 0 30px;
  }
  #mainContents .layoutTyp10 .tableBox .column_L {
    width: 100%;
    margin: 0 0 20px;
  }
  #mainContents .layoutTyp10 .tableBox .column_R {
    width: 100%;
  }
  #mainContents .layoutTyp10 .tableBox table tr th {
    padding: 20px 0;
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp10 .tableBox table tr td {
    padding: 20px 0;
    font-size: 1.4rem;
  }
}


#mainContents .layoutTyp10 .link01 {
  position: relative;
  width: 500px;
  margin: 0 auto;
  padding: 30px 0 60px;
}
/* #mainContents .layoutTyp10 .link01::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  color: #E14661;
  content: "前売 10/31 まで";
} */
#mainContents .layoutTyp10 .link01 a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 0 0;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #E14661;
  font-size: 2.0rem;
  color: #FFF;
  text-align: center;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp10 .link01 a::after {
  position: absolute;
  right: 142px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background-image: url("../img/icon11.svg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp10 .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp10 .link01 {
    width: 335px;
    padding: 30px 0 40px;
  }
  /* #mainContents .layoutTyp10 .link01::before {
    font-size: 1.8rem;
  } */
  #mainContents .layoutTyp10 .link01 a {
    height: 50px;
    padding: 16px 0 0;
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp10 .link01 a::after {
    right: 75px;
    width: 18px;
    height: 18px;
    margin: -9px 0 0;
  }
}


#mainContents .layoutTyp10 .link02 {
  width: 500px;
  margin: 0 auto;
  padding: 0 0 60px;
}
#mainContents .layoutTyp10 .link02 a {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 13px 0 0;
  box-sizing: border-box;
  border-radius: 30px;
  border: 2px solid #E14661;
  background-color: #FFF;
  font-size: 1.8rem;
  color: #E14661;
  text-align: center;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp10 .link02 a::after {
  position: absolute;
  right: 102px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background-image: url("../img/icon12.svg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp10 .link02.typ01 a::after {
  right: 133px;
}
#mainContents .layoutTyp10 .link02 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp10 .link02 {
    width: 335px;
    padding: 0 0 40px;
  }
  #mainContents .layoutTyp10 .link02 a {
    height: 50px;
    padding: 13px 0 0;
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp10 .link02 a::after {
    right: 23px;
    width: 18px;
    height: 18px;
    margin: -9px 0 0;
  }
  #mainContents .layoutTyp10 .link02.typ01 a::after {
    right: 58px;
  }
}


#mainContents .layoutTyp10 .link03 {
  width: 100%;
  margin: 0 0 60px;
}
#mainContents .layoutTyp10 .link03 ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
#mainContents .layoutTyp10 .link03 ul li {
  margin: 0 20px 0 0;
}
#mainContents .layoutTyp10 .link03 ul li a {
  position: relative;
  display: block;
  padding: 8px 35px 10px 20px;
  border-radius: 30px;
  background-color: #FFF;
  border: 2px solid #231815;
  font-size: 1.8rem;
}
#mainContents .layoutTyp10 .link03 ul li a::after {
  position: absolute;
  right: 13px;
  top: 50%;
  width: 10px;
  height: 14px;
  margin: -7px 0 0;
  background-image: url("../img/icon14.svg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp10 .link03 ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp10 .link03 {
    margin: 0 0 40px;
  }
  #mainContents .layoutTyp10 .link03 ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  #mainContents .layoutTyp10 .link03 ul li a {
    display: inline-block;
    font-size: 1.4rem;
  }
}


#mainContents .layoutTyp11 {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0 0;
}
#mainContents .layoutTyp11 h3 {
  padding: 0 0 30px;
  font-size: 2.0rem;
  font-weight: 400;
}
#mainContents .layoutTyp11 p {
  display: block;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background-color: #EFEFEF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.0;
}
#mainContents .layoutTyp11 p a {
  text-decoration: underline;
  color: #E14661;
}
#mainContents .layoutTyp11 p a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp11 {
    width: calc(100% - 40px);
    padding: 30px 0 0;
  }
  #mainContents .layoutTyp11 h3 {
    padding: 0 0 20px;
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp11 p {
    padding: 20px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}



#mainContents .layoutTyp12 {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0 0;
}
#mainContents .layoutTyp12.typ02 {
  padding: 100px 0 0;
}
#mainContents .layoutTyp12 h3 {
  position: relative;
  padding: 0 0 15px 40px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp12 h3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon10.svg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp12 h4 {
  padding: 20px 0 5px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #E14661;
}
#mainContents .layoutTyp12 h5 {
  padding: 20px 0 5px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}
#mainContents .layoutTyp12 p.text01 {
  padding: 0 0 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.0;
}
#mainContents .layoutTyp12 p.text02 {
  padding: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
#mainContents .layoutTyp12 p a {
  color: #E14661;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp12 p a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp12 {
    width: calc(100% - 40px);
    padding: 40px 0 0;
  }
  #mainContents .layoutTyp12.typ02 {
    padding: 70px 0 0;
  }
  #mainContents .layoutTyp12 h3 {
    padding: 0 0 10px 40px;
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp12 h4 {
    padding: 15px 0 5px;
    font-size: 1.6rem;
  }
  #mainContents .layoutTyp12 p.text01 {
    padding: 0 0 20px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #mainContents .layoutTyp12 p.text02 {
    padding: 0 0 15px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

#mainContents .layoutTyp12 .listBox {
  width: 100%;
  padding: 20px 0 40px;
}
#mainContents .layoutTyp12 .listBox ul {
  list-style-type: none;
}
#mainContents .layoutTyp12 .listBox ul li {
  position: relative;
  padding: 0 0 15px 20px;
  font-size: 1.6rem;
  line-height: 1.4;
}
#mainContents .layoutTyp12 .listBox ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6rem;
  content: "・";
}
#mainContents .layoutTyp12 .listBox ul li a {
  color: #E14661;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp12 .listBox ul li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp12 .listBox {
    padding: 10px 0 20px;
  }
  #mainContents .layoutTyp12 .listBox ul li {
    padding: 0 0 10px 18px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #mainContents .layoutTyp12 .listBox ul li::before {
    font-size: 1.4rem;
  }
}


#mainContents .layoutTyp12 table {
  width: 100%;
  margin: 20px 0 80px;
  border-top: 5px solid #E14661;
  border-bottom: 5px solid #E14661;
}
#mainContents .layoutTyp12 table tr {
  border-bottom: 2px solid #E14661;
}
#mainContents .layoutTyp12 table tr th {
  width: 100px;
  padding: 30px 20px;
  border-right: 2px solid #E14661;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
}
#mainContents .layoutTyp12 table tr td {
  padding: 30px 20px;
  font-size: 1.6rem;
  line-height: 1.6;
}
#mainContents .layoutTyp12 table tr td a {
  text-decoration: underline;
  color: #E14661;
}
#mainContents .layoutTyp12 table tr td a:hover {
  opacity: 0.7;
}
#mainContents .layoutTyp12 table tr td .link01 {
  width: 200px;
  padding: 15px 0;
}
#mainContents .layoutTyp12 table tr td .link01 a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 30px 15px 0;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #E14661;
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp12 table tr td .link01 a::after {
  position: absolute;
  right: 27px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background-image: url("../img/icon11.svg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp12 table tr td .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp12 table {
    margin: 20px 0 60px;
  }
  #mainContents .layoutTyp12 table tr th {
    width: 70px;
    padding: 20px 0;
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp12 table tr td {
    padding: 20px 0 20px 15px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #mainContents .layoutTyp12 table tr td a:hover {
    opacity: 0.7;
  }
  #mainContents .layoutTyp12 table tr td .link01 a {
    padding: 10px 20px 10px 0;
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp12 table tr td .link01 a::after {
    right: 27px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0;
  }
}

#mainContents .layoutTyp12 .link02 {
  width: 500px;
  margin: 0 auto;
  padding: 50px 0 0;
}
#mainContents .layoutTyp12 .link02 a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 0 0;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #E14661;
  font-size: 2.0rem;
  color: #FFF;
  text-align: center;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp12 .link02 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp12 .link02 {
    width: 335px;
    padding: 30px 0 0;
  }
  #mainContents .layoutTyp12 .link02 a {
    height: 50px;
    padding: 16px 0 0;
    font-size: 1.8rem;
  }
}

#mainContents .layoutTyp13 {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0 0;
}
#mainContents .layoutTyp13 h3 {
  position: relative;
  padding: 0 0 15px 40px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp13 h3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon10.svg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp13 p.text01 {
  padding: 0 0 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.0;
}
#mainContents .layoutTyp13 p.text02 {
  padding: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
#mainContents .layoutTyp13 .formArea {
  width: 100%;
  padding: 50px 0 0;
}
#mainContents .layoutTyp13 .formArea p {
  padding: 20px 0 50px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
#mainContents .layoutTyp13 .formArea table {
  width: 100%;
  margin: 0 0 15px;
}
#mainContents .layoutTyp13 .formArea table th {
  position: relative;
  width: 250px;
  padding: 20px 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  line-height:  1.4;
}
#mainContents .layoutTyp13 .formArea table th span {
  margin: 0 0 0 7px;
  padding: 2px 10px 4px;
  border-radius: 6px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFF;
}
#mainContents .layoutTyp13 .formArea table th span.required {
  background-color: #E14661;
}
#mainContents .layoutTyp13 .formArea table th span.any {
  background-color: #C4C4C4;
}
#mainContents .layoutTyp13 .formArea table td {
  padding: 20px 0;
  font-size: 1.6rem;
  vertical-align: middle;
}
#mainContents .layoutTyp13 .formArea table td input[type="text"],
#mainContents .layoutTyp13 .formArea table td input[type="email"],
#mainContents .layoutTyp13 .formArea table td input[type="tel"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: none;
  background-color: #FFF;
  border: 1px solid #54575A;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 1.6rem;
}
#mainContents .layoutTyp13 .formArea table td input.typ01 {
  width: 50%;
}
#mainContents .layoutTyp13 .formArea table td input[type="text"]::placeholder,
#mainContents .layoutTyp13 .formArea table td input[type="email"]::placeholder,
#mainContents .layoutTyp13 .formArea table td input[type="tel"]::placeholder {
  color: #969696;
}
#mainContents .layoutTyp13 .formArea table td input[type="text"]:focus,
#mainContents .layoutTyp13 .formArea table td input[type="email"]:focus,
#mainContents .layoutTyp13 .formArea table td input[type="tel"]:focus {
  outline: none;
}
#mainContents .layoutTyp13 .formArea table td select {
  -webkit-appearance: none;
  width: auto;
  height: 50px;
  padding: 0 20px;
  border: none;
  background-color: #FFF;
  border: 1px solid #54575A;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 1.6rem;
  color: #333;
}
#mainContents .layoutTyp13 .formArea table td textarea {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 200px;
  padding: 5px 10px;
  border: none;
  background-color: #FFF;
  border: 1px solid #54575A;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 1.6rem;
  line-height: 1.8;
}
#mainContents .layoutTyp13 .formArea table td textarea::placeholder {
  color: #B4B4B4;
}
#mainContents .layoutTyp13 .formArea table td textarea:focus {
  outline: none;
}
#mainContents .layoutTyp13 .formArea table td label {
  display: inline-block;
  padding: 12px 25px 12px 0;
  font-size: 1.6rem;
}
#mainContents .layoutTyp13 .formArea table td label input[type="radio"] {
  margin: -2px 4px 0 0;
}
#mainContents .layoutTyp13 .formArea .privacyBox {
  width: 100%;
  padding: 50px 0 0;
  text-align: center;
  font-size: 1.6rem;
}
#mainContents .layoutTyp13 .formArea .privacyBox input[type="radio"] {
  margin: -2px 4px 0 0;
  font-size: 2.0rem;
}
#mainContents .layoutTyp13 .formArea .privacyBox p {
  display: block;
  padding: 30px 0 0;
  font-size: 1.6rem;
  line-height: 1.4;
}
#mainContents .layoutTyp13 .formArea .privacyBox p a {
  color: #E14661;
  text-decoration: underline;
}
#mainContents .layoutTyp13 .formArea .privacyBox p a:hover {
  opacity: 0.7;
}
#mainContents .layoutTyp13 .formArea .submitArea {
  position: relative;
  width: 330px;
  height: 80px;
  margin: 70px auto 0;
}
#mainContents .layoutTyp13 .formArea .submitArea input[type="submit"] {
  -webkit-appearance: none;
  width: 100%;
  height: 60px;
  border-radius: 40px;
  background-color: #E14661;
  border: none;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFF;
  cursor: pointer;
}
.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}
#mainContents .layoutTyp13 .formArea .error {
  display: block;
  padding: 10px 0 0;
  font-size: 1.6rem;
  color: #E14661;
}
#mainContents .layoutTyp13 .mw_wp_form_preview .noView {
  display: none;
}

#mainContents .layoutTyp13 .link01 {
  width: 500px;
  margin: 0 auto;
  padding: 50px 0 0;
}
#mainContents .layoutTyp13 .link01 a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 0 0;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #E14661;
  font-size: 2.0rem;
  color: #FFF;
  text-align: center;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp13 .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp13 {
    width: calc(100% - 40px);
    padding: 40px 0 30px;
  }
  #mainContents .layoutTyp13 h3 {
    padding: 0 0 10px 30px;
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp13 h3::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
  #mainContents .layoutTyp13 p.text01 {
    padding: 0 0 20px;
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp13 p.text02 {
    padding: 0 0 20px;
    font-size: 1.2rem;
  }
  #mainContents .layoutTyp13 .formArea {
    padding: 0;
  }
  #mainContents .layoutTyp13 .formArea p {
    padding: 15px 0 30px;
  }
  #mainContents .layoutTyp13 .formArea table {
    width: 100%;
    margin: 0 0 15px;
  }
  #mainContents .layoutTyp13 .formArea table th {
    display: block;
    width: 100%;
    padding: 30px 0 0;
  }
  #mainContents .layoutTyp13 .formArea table th.typ01 {
    padding: 30px 0 0;
  }
  #mainContents .layoutTyp13 .formArea table td {
    display: block;
    width: 100%;
    padding: 10px 0 0;
  }
  #mainContents .layoutTyp13 .formArea table tr.typ01 th {
    padding: 0;
  }
  #mainContents .layoutTyp13 .formArea table tr.typ01 td {
    padding: 20px 0 0;
  }
  #mainContents .layoutTyp13 .formArea table td textarea {
    height: 300px;
  }
  #mainContents .layoutTyp13 .formArea .privacyBox {
    text-align: left;
    font-size: 1.6rem;
  }
  #mainContents .layoutTyp13 .formArea .privacyBox p {
    text-align: left;
  }
  #mainContents .layoutTyp13 .formArea .submitArea {
    position: relative;
    width: 250px;
    height: 50px;
    margin: 50px auto 0;
  }
  #mainContents .layoutTyp13 .formArea .submitArea input[type="submit"] {
    height: 50px;
    font-size: 1.6rem;
  }
  #mainContents .layoutTyp13 .link01 {
    width: 350px;
    padding: 30px 0 0;
  }
  #mainContents .layoutTyp13 .link01 a {
    height: 50px;
    padding: 16px 0 0;
    font-size: 1.8rem;
  }
}


#mainContents .layoutTyp14 {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 30px;
}
#mainContents .layoutTyp14 h3 {
  position: relative;
  padding: 0 0 20px 40px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp14 h3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon10.svg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp14 h4 {
  padding: 0 0 5px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #E14661;
}
#mainContents .layoutTyp14 p.text01 {
  padding: 0 0 40px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.0;
}
#mainContents .layoutTyp14 p.text01 span {
  margin: 0 5px 0 0;
  padding: 2px 10px 3px;
  border: 1px solid #231815;
}
#mainContents .layoutTyp14 p.text02 {
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.0;
}
#mainContents .layoutTyp14 p.text02 span.noView {
  display: none;
}
#mainContents .layoutTyp14 .pullDown {
  width: 100%;
  margin: 0 0 40px;
  padding: 0 0 20px;
  border-bottom: 1px solid #C9CACA;
  display: flex;
  justify-content: right;
}
#mainContents .layoutTyp14 .pullDown a {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon18.svg");
  background-size: cover;
}
#mainContents .layoutTyp14 .pullDown a.open {
  background-image: url("../img/icon19.svg");
}

#mainContents .layoutTyp14 p a {
  color: #E14661;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp14 p a:hover {
  opacity: 0.7;
}
#mainContents .layoutTyp14 img {
  width: 100%;
  height: auto;
  padding: 10px 0 30px;
}

#mainContents .layoutTyp14 table {
  width: 100%;
  margin: 50px 0 0;
}
#mainContents .layoutTyp14 table th {
  width: 150px;
  padding: 0 0 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
#mainContents .layoutTyp14 table td {
  padding: 0 0 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp14 {
    width: calc(100% - 40px);
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp14 h3 {
    padding: 0 0 10px 30px;
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp14 h3::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
  #mainContents .layoutTyp14 h4 {
    font-size: 1.6rem;
  }
  #mainContents .layoutTyp14 p.text01 {
    padding: 0 0 20px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #mainContents .layoutTyp14 p.text02 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #mainContents .layoutTyp14 .pullDown {
    margin: 0 0 30px;
    padding: 0 0 10px;
  }
  #mainContents .layoutTyp14 .pullDown a {
    width: 20px;
    height: 20px;
  }
  #mainContents .layoutTyp14 img {
    padding: 10px 0 10px;
  }
  #mainContents .layoutTyp14 table {
    margin: 30px 0 0;
  }
  #mainContents .layoutTyp14 table th {
    width: 95px;
    padding: 0 0 15px;
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp14 table td {
    padding: 0 0 15px;
    font-size: 1.4rem;
  }
}
#mainContents .layoutTyp14 .link01 {
  width: 100%;
  margin: 0 0 60px;
}
#mainContents .layoutTyp14 .link01 ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#mainContents .layoutTyp14 .link01 ul li {
  margin: 0 20px 0 0;
}
#mainContents .layoutTyp14 .link01 ul li a {
  position: relative;
  display: block;
  padding: 8px 35px 10px 20px;
  border-radius: 30px;
  background-color: #FFF;
  border: 2px solid #231815;
  font-size: 1.8rem;
}
#mainContents .layoutTyp14 .link01 ul li a::after {
  position: absolute;
  right: 13px;
  top: 50%;
  width: 10px;
  height: 14px;
  margin: -7px 0 0;
  background-image: url("../img/icon14.svg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp14 .link01 ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp14 .link01 {
    margin: 0 0 40px;
  }
  #mainContents .layoutTyp14 .link01 ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  #mainContents .layoutTyp14 .link01 ul li a {
    display: inline-block;
    font-size: 1.4rem;
  }
}


#mainContents .layoutTyp15 {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0;
  background-color: #EFEFEF;
}
#mainContents .layoutTyp15 .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
}
#mainContents .layoutTyp15 .loading img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp15 .contentsBox {
  opacity: 0;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1060px) {
  #mainContents .layoutTyp15 .contentsBox {
    width: calc(100% - 40px);
  }
}

#mainContents .layoutTyp15 .cateArea {
  width: 100%;
  padding: 0 0 20px;
  display: flex;
  justify-content: space-between;
}
#mainContents .layoutTyp15 .cateArea input[type=checkbox] {
  display: none;
}
#mainContents .layoutTyp15 .cateArea label {
  width: 18%;
  height: 42px;
  padding: 11px 0 0;
  box-sizing: border-box;
  background-color: #FFF;
  font-size: 1.8rem;
  color: #231815;
  text-align: center;
  cursor: pointer;
}
#mainContents .layoutTyp15 .cateArea input[type=checkbox]:checked + label[for=cate00] {
  background-color: #727171;
  color: #FFF;
}
#mainContents .layoutTyp15 .cateArea input[type=checkbox]:checked + label[for=cate01] {
  background-color: #E14661;
  color: #FFF;
}
#mainContents .layoutTyp15 .cateArea input[type=checkbox]:checked + label[for=cate02] {
  background-color: #00afd5;
  color: #FFF;
}
#mainContents .layoutTyp15 .cateArea input[type=checkbox]:checked + label[for=cate03] {
  background-color: #7fbe26;
  color: #FFF;
}
#mainContents .layoutTyp15 .cateArea input[type=checkbox]:checked + label[for=cate04] {
  background-color: #a6559d;
  color: #FFF;
}

#mainContents .layoutTyp15 .noViewArea {
  display: none;
}
#mainContents .layoutTyp15 .link01 {
  width: 100%;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #E14661;
  text-align: center;
}
#mainContents .layoutTyp15 .link01 a {
  position: relative;
  font-size: 1.6rem;
}
#mainContents .layoutTyp15 .link01 a::after {
  position: absolute;
  right: -21px;
  top: 50%;
  width: 10px;
  height: 14px;
  margin: -6px 0 0;
  background-image: url("../img/icon14.svg");
  background-size: cover;
  transform: rotate(90deg);
  content: "";
}
#mainContents .layoutTyp15 .link01 a.open::after {
  transform: rotate(-90deg);
}
#mainContents .layoutTyp15 .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mainContents .layoutTyp15 .checkArea {
  position: relative;
  width: 100%;
  margin: 15px 0 0;
}
#mainContents .layoutTyp15 .checkArea h3 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  font-weight: 400;
}
#mainContents .layoutTyp15 .checkArea .columnBox {
  width: 100%;
  padding: 0 0 0 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
#mainContents .layoutTyp15 .checkArea .columnBox input[type=checkbox] {
	display: none;
}
#mainContents .layoutTyp15 .checkArea .columnBox label {
	position: relative;
	font-size: 1.6rem;
	padding: 0 20px 20px 27px;
}
#mainContents .layoutTyp15 .checkArea .columnBox label:hover:after {
	border-color: #231815;
}
#mainContents .layoutTyp15 .checkArea .columnBox label:after,
#mainContents .layoutTyp15 .checkArea .columnBox label:before{
	position: absolute;
	content: ""; 
	display: block;
	top: 50%;
}
#mainContents .layoutTyp15 .checkArea .columnBox label:after {
	left: 0;
	margin: -19px 0 0;
	width: 16px;
	height: 16px;
	border: 2px solid #231815;
  background-color: #FFF;
}
#mainContents .layoutTyp15 .checkArea .columnBox label:before {
  z-index: 500;
	left: 6px;
	margin: -18px 0 0 0;
	width: 7px;
	height: 11px;
	border-right: 3px solid #E14661;
	border-bottom: 3px solid #E14661;
	transform: rotate(45deg);
	opacity: 0;
}
#mainContents .layoutTyp15 .checkArea .columnBox input[type=checkbox]:checked + label:before {
	opacity: 1;
}

#mainContents .layoutTyp15 .checkArea .columnBox.radio label:hover:after {
	border-color: #231815;
}
#mainContents .layoutTyp15 .checkArea .columnBox.radio label:after,
#mainContents .layoutTyp15 .checkArea .columnBox.radio label:before{
	position: absolute;
	content: ""; 
	display: block;
	top: 50%;
}
#mainContents .layoutTyp15 .checkArea .columnBox.radio label:after {
	left: 0;
	margin: -19px 0 0;
	width: 16px;
	height: 16px;
  border-radius: 10px;
	border: 2px solid #231815;
  background-color: #FFF;
}
#mainContents .layoutTyp15 .checkArea .columnBox.radio label:before {
  z-index: 500;
  left: 2px;
  margin: -14px 0 0 3px;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #E14661;
	opacity: 0;
}
#mainContents .layoutTyp15 .checkArea .columnBox.radio input[type=checkbox]:checked + label:before {
	opacity: 1;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp15 {
    display: none;
  }
}

#mainContents .layoutTyp16 {
  display: none;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp16 {
    position: fixed;
    z-index: 900;
    left: 0;
    top: 61px;
    display: block;
    width: 100%;
    padding: 15px 0 3px;
    background-color: #EFEFEF;
    transition: all 0.3s ease;
  }
  #mainContents .layoutTyp16.scroll {
    top: 0;
  }
  #mainContents .layoutTyp16 .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
  }
  #mainContents .layoutTyp16 .loading img {
    width: 100%;
    height: auto;
  }
  #mainContents .layoutTyp16 .contentsBox {
    opacity: 0;
    width: 100%;
    margin: 0 auto;
  }
  #mainContents .layoutTyp16 .cateArea {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 0 10px;
    display: flex;
    justify-content: space-between;
  }
  #mainContents .layoutTyp16 .cateArea input[type=checkbox] {
    display: none;
  }
  #mainContents .layoutTyp16 .cateArea label {
    width: 18%;
    height: 50px;
    padding: 11px 0 0;
    box-sizing: border-box;
    background-color: #FFF;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #231815;
    text-align: center;
    cursor: pointer;
  }
  #mainContents .layoutTyp16 .cateArea label[for=cate00_sp],
  #mainContents .layoutTyp16 .cateArea label[for=cate04_sp] {
    padding: 18px 0 0;
  }
  #mainContents .layoutTyp16 .cateArea input[type=checkbox]:checked + label[for=cate00_sp] {
    background-color: #727171;
    color: #FFF;
  }
  #mainContents .layoutTyp16 .cateArea input[type=checkbox]:checked + label[for=cate01_sp] {
    background-color: #E14661;
    color: #FFF;
  }
  #mainContents .layoutTyp16 .cateArea input[type=checkbox]:checked + label[for=cate02_sp] {
    background-color: #00afd5;
    color: #FFF;
  }
  #mainContents .layoutTyp16 .cateArea input[type=checkbox]:checked + label[for=cate03_sp] {
    background-color: #7fbe26;
    color: #FFF;
  }
  #mainContents .layoutTyp16 .cateArea input[type=checkbox]:checked + label[for=cate04_sp] {
    background-color: #a6559d;
    color: #FFF;
  }

  #mainContents .layoutTyp16 .checkArea {
    width: width: calc(100% - 15px);
    margin: 0 0 0 15px;
    padding: 0 0 5px;
    overflow-x: scroll;
  }
  #mainContents .layoutTyp16 .checkArea .columnBox {
    /* width: 1022px; */
    width: 1161px;
    padding: 0 10px 5px 0;
    display: flex;
    justify-content: space-between;
  }
  #mainContents .layoutTyp16 .checkArea .columnBox input[type=checkbox] {
    display: none;
  }
  #mainContents .layoutTyp16 .checkArea .columnBox label {
    display: inline-block;
    padding: 8px 2px 8px 10px;
    border: 1px solid #898989;
    background-color: #FFF;
    border-radius: 20px;
    font-size: 1.2rem;
    text-align: center;
    cursor: pointer;
  }
  #mainContents .layoutTyp16 .checkArea .columnBox label:last-child {
    padding: 8px 10px 8px 10px;
  }
  #mainContents .layoutTyp16 .checkArea .columnBox label[for=popUp] {
    position: relative;
    padding: 8px 10px 8px 25px;
  }
  #mainContents .layoutTyp16 .checkArea .columnBox label[for=popUp]::before {
    position: absolute;
    left: 8px;
    top: 50%;
    width: 13px;
    height: 11.5px;
    margin: -5px 0 0;
    background-image: url("../img/icon20.svg");
    background-size: cover;
    content: "";
  }
  #mainContents .layoutTyp16 .checkArea .columnBox label[for=teket1_sp] {
    position: relative;
    padding: 8px 10px;
  }
  #mainContents .layoutTyp16 .checkArea .columnBox label[for=popUp].iconSet {
    padding: 8px 20px 8px 25px;
  }
  #mainContents .layoutTyp16 .checkArea .columnBox label[for=popUp].iconSet::after {
    position: absolute;
    right: 7px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -4px 0 0;
    border-radius: 10px;
    background-color: #E14661;
    content: "";
  }
  #mainContents .layoutTyp16 .checkArea .columnBox input[type=checkbox]:checked + label {
    border: 1px solid #E14661;
    background-color: #E14661;
    color: #FFF;
  }
}

#mainContents .layoutTyp17 {
  display: none;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp17 {
    display: none;
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
    width: 100%;
    height: 100Vh;
    background-color: #FFF;
  }
  #mainContents .layoutTyp17 .popUp_Close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
  }
  #mainContents .layoutTyp17 .popUp_Close img {
    width: 20px;
    height: 20px;
  }
  #mainContents .layoutTyp17 .contentsBox {
    width: 100%;
    height: 100Vh;
    margin: 50px 0 0;
    background-color: #EFEFEF;
  }

  #mainContents .layoutTyp17 .cateArea {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 15px 0 10px;
    display: flex;
    justify-content: space-between;
  }
  #mainContents .layoutTyp17 .cateArea input[type=checkbox] {
    display: none;
  }
  #mainContents .layoutTyp17 .cateArea label {
    width: 18%;
    height: 50px;
    padding: 11px 0 0;
    box-sizing: border-box;
    background-color: #FFF;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #231815;
    text-align: center;
    cursor: pointer;
  }
  #mainContents .layoutTyp17 .cateArea label[for=cate00_pop],
  #mainContents .layoutTyp17 .cateArea label[for=cate04_pop] {
    padding: 18px 0 0;
  }
  #mainContents .layoutTyp17 .cateArea input[type=checkbox]:checked + label[for=cate00_pop] {
    background-color: #727171;
    color: #FFF;
  }
  #mainContents .layoutTyp17 .cateArea input[type=checkbox]:checked + label[for=cate01_pop] {
    background-color: #E14661;
    color: #FFF;
  }
  #mainContents .layoutTyp17 .cateArea input[type=checkbox]:checked + label[for=cate02_pop] {
    background-color: #00afd5;
    color: #FFF;
  }
  #mainContents .layoutTyp17 .cateArea input[type=checkbox]:checked + label[for=cate03_pop] {
    background-color: #7fbe26;
    color: #FFF;
  }
  #mainContents .layoutTyp17 .cateArea input[type=checkbox]:checked + label[for=cate04_pop] {
    background-color: #a6559d;
    color: #FFF;
  }

  #mainContents .layoutTyp17 .scrollArea {
    width: calc(100% - 30px);
    height: calc(100vh - 140px);
    height: calc(100dvh - 140px);
    margin: 5px auto 0;
    overflow-y: scroll;
  }
  #mainContents .layoutTyp17 .scrollArea .scrollBox {
    width: 100%;
    padding: 0 0 50px;
  }
  #mainContents .layoutTyp17 .scrollArea .scrollBox .checkArea {
    width: 100%;
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp17 .scrollArea .scrollBox .checkArea h3 {
    padding: 0 0 10px;
    font-size: 1.4rem;
    font-weight: 400;
  }

  #mainContents .layoutTyp17 .scrollArea .scrollBox .checkArea {
    width: 100%;
    padding: 0 0 5px;
  }
  #mainContents .layoutTyp17 .scrollArea .scrollBox .checkArea .columnBox {
    width: 100%;
    padding: 0 0 5px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
  #mainContents .layoutTyp17 .scrollArea .scrollBox .checkArea .columnBox input[type=checkbox] {
    display: none;
  }
  #mainContents .layoutTyp17 .scrollArea .scrollBox .checkArea .columnBox label {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 8px 10px;
    border: 1px solid #898989;
    background-color: #FFF;
    border-radius: 20px;
    font-size: 1.2rem;
    text-align: center;
    cursor: pointer;
  }
  #mainContents .layoutTyp17 .scrollArea .scrollBox .checkArea .columnBox input[type=checkbox]:checked + label {
    border: 1px solid #E14661;
    background-color: #E14661;
    color: #FFF;
  }

  #mainContents .layoutTyp17 .scrollArea .scrollBox .link01 {
    width: 255px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  #mainContents .layoutTyp17 .scrollArea .scrollBox .link01 a {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    padding: 11px 0 0;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #E14661;
    font-size: 1.8rem;
    color: #FFF;
    text-align: center;
    transition: all 0.3s ease;
  }
  #mainContents .layoutTyp17 .scrollArea .scrollBox .link01 a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

#mainContents .layoutTyp18 {
  width: 800px;
  margin: 0 auto;
  padding: 60px 0 0;
}
#mainContents .layoutTyp18 h3 {
  width: 100%;
  margin: 0 0 50px;
  padding: 30px 0;
  background-color: #EFEFEF;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}
#mainContents .layoutTyp18 .column {
  width: 100%;
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
}
#mainContents .layoutTyp18 .column a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mainContents .layoutTyp18 .column h4 {
  position: relative;
  padding: 0 0 5px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  
}
#mainContents .layoutTyp18 .column p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
#mainContents .layoutTyp18 .column p b {
  font-weight: 400;
}
#mainContents .layoutTyp18 .column p br {
  display: none;
}
#mainContents .layoutTyp18 .column p.link {
  color: #E14661;
}
#mainContents .layoutTyp18 .noSearch {
  width: 100%;
  padding: 50px 0 0;
  text-align: center;
}
#mainContents .layoutTyp18 .noSearch p {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp18 {
    width: calc(100% - 40px);
    padding: 30px 0 0;
  }
  #mainContents .layoutTyp18 .column {
    padding: 15px 0;
  }
  #mainContents .layoutTyp18 .column h4 {
    font-size: 1.6rem;
  }
  #mainContents .layoutTyp18 .column h4.blank {
    padding: 0 0 0 20px;
  }
  #mainContents .layoutTyp18 .column h4.blank::after {
    top: 2px;
    width: 18px;
    height: 18px;
  }
  #mainContents .layoutTyp18 .column p {
    font-size: 1.3rem;
  }
  #mainContents .layoutTyp18 .noSearch {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 30px 0 0;
  }
  #mainContents .layoutTyp18 .noSearch p {
    font-size: 1.6rem;
  }
}

#mainContents .layoutTyp19 {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0 0;
}
#mainContents .layoutTyp19 .pageNavi {
  width: 100%;
  padding: 0 0 80px;
}
#mainContents .layoutTyp19 .pageNavi ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp19 .pageNavi ul li {
  width: 13.5%;
  height: 70px;
}
#mainContents .layoutTyp19 .pageNavi ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 0 0;
  box-sizing: border-box;
  background-color: #EFEFEF;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
#mainContents .layoutTyp19 .pageNavi ul li:nth-child(4) a {
  padding: 15px 0 0;
}
#mainContents .layoutTyp19 .pageNavi ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mainContents .layoutTyp19 .pageNavi ul li.active a {
  background-color: #E14661;
  font-weight: 700;
  color: #FFFFFF;
}

#mainContents .layoutTyp19 .columnArea {
  width: 100%;
  padding: 0 0 80px;
}
#mainContents .layoutTyp19 .columnArea h3 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px 40px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp19 .columnArea h3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon10.svg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp19 .columnArea .columnBox {
  width: 100%;
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #CCC;
}
#mainContents .layoutTyp19 .columnArea .columnBox h4 {
  position: relative;
  padding: 0 0 0 23px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp19 .columnArea .columnBox h4 a {
  display: block;
}
#mainContents .layoutTyp19 .columnArea .columnBox h4 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mainContents .layoutTyp19 .columnArea .columnBox h4 a::before {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #E14661;
  content: "Q";
}
#mainContents .layoutTyp19 .columnArea .columnBox h4 a::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url("../img/icon18.svg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp19 .columnArea .columnBox h4 a.open::after {
  background-image: url("../img/icon19.svg");
}
#mainContents .layoutTyp19 .columnArea .columnBox p {
  display: none;
  padding: 15px 30px 0 23px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
#mainContents .layoutTyp19 .columnArea .columnBox p a {
  text-decoration: underline;
  color: #E14661;
}
#mainContents .layoutTyp19 .columnArea .columnBox p a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp19 {
    width: calc(100% - 40px);
    padding: 30px 0 0;
  }
  #mainContents .layoutTyp19 .pageNavi {
    padding: 0 0 30px;
  }
  #mainContents .layoutTyp19 .pageNavi ul li {
    width: 48%;
    height: 50px;
    margin: 0 0 10px;
  }
  #mainContents .layoutTyp19 .pageNavi ul li:nth-child(1) {
    width: 100%;
    height: 40px;
  }
  #mainContents .layoutTyp19 .pageNavi ul li a {
    padding: 16px 0 0;
    font-size: 1.3rem;
  }
  #mainContents .layoutTyp19 .pageNavi ul li:nth-child(1) a {
    padding: 11px 0 0;
  }
  #mainContents .layoutTyp19 .pageNavi ul li:nth-child(4) a {
    padding: 8px 0 0;
  }
  #mainContents .layoutTyp19 .pageNavi ul li a:hover {
    opacity: 1;
  }

  #mainContents .layoutTyp19 .columnArea {
    padding: 0 0 50px;
  }
  #mainContents .layoutTyp19 .columnArea h3 {
    padding: 0 0 10px 30px;
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp19 .columnArea h3::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
  #mainContents .layoutTyp19 .columnArea .columnBox {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp19 .columnArea .columnBox h4 {
    position: relative;
    padding: 0 25px 0 20px;
    font-size: 1.5rem;
  }
  #mainContents .layoutTyp19 .columnArea .columnBox h4 a::before {
    font-size: 1.5rem;
  }
  #mainContents .layoutTyp19 .columnArea .columnBox h4 a::after {
    top: 3px;
    width: 15px;
    height: 15px;
  }
  #mainContents .layoutTyp19 .columnArea .columnBox h4 a:hover {
    opacity: 1;
  }
  #mainContents .layoutTyp19 .columnArea .columnBox p {
    padding: 15px 25px 0 20px;
    font-size: 1.3rem;
  }
}



#mainContents .layoutTyp20 {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 50px;
}
#mainContents .layoutTyp20 h3 {
  position: relative;
  padding: 0 0 15px 40px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp20 h3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon10.svg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp20 ul {
  list-style-type: none;
}
#mainContents .layoutTyp20 ul li {
  position: relative;
  margin: 25px 0 0;
  padding: 0 0 25px;
  border-bottom: 1px solid #CCC;
}
#mainContents .layoutTyp20 ul li a {
  display: inline-block;
  padding: 0 0 0 120px;
  font-size: 1.8rem;
  line-height: 1.4;
}
#mainContents .layoutTyp20 ul li a:hover {
  text-decoration: none;
  color: #E14661;
}
#mainContents .layoutTyp20 ul li span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp20 {
    width: calc(100% - 40px);
  }
  #mainContents .layoutTyp20 h3 {
    padding: 0 0 10px 30px;
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp20 h3::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
  #mainContents .layoutTyp20 ul li {
    margin: 20px 0 0;
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp20 ul li a {
    padding: 0 0 0 90px;
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp20 ul li span {
    font-size: 1.4rem;
  }
}


#mainContents .layoutTyp21 {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0 0;
}
#mainContents .layoutTyp21.typ02 {
  padding: 0 0 80px;
}
#mainContents .layoutTyp21 h3 {
  position: relative;
  padding: 0 0 20px 40px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp21 h3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon10.svg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp21 h4 {
  padding: 0 0 5px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #E14661;
}
#mainContents .layoutTyp21 p.text01 {
  padding: 0 0 40px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.0;
}
#mainContents .layoutTyp21 p.text01 span {
  margin: 0 5px 0 0;
  padding: 2px 10px 3px;
  border: 1px solid #231815;
}
#mainContents .layoutTyp21 p.text01 span.typ01 {
  border: 1px solid #ED770F;
  color: #ED770F;
}
#mainContents .layoutTyp21 p.text01 span.typ02 {
  border: 1px solid #009FD1;
  color: #009FD1;
}
#mainContents .layoutTyp21 p.text01 span.typ03 {
  display: block;
  margin: 0;
  padding: 0 0 15px;
  border: none;
  font-size: 1.7rem;
  font-weight: 700;
}
#mainContents .layoutTyp21 p.text02 {
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.0;
}
#mainContents .layoutTyp21 p.text03 {
  padding: 0 0 40px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.0;
}
#mainContents .layoutTyp21 p a {
  color: #E14661;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp21 p a:hover {
  opacity: 0.7;
}
#mainContents .layoutTyp21 img {
  width: 100%;
  height: auto;
  padding: 10px 0 30px;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp21 {
    width: calc(100% - 40px);
    padding: 40px 0 20px;
  }
  #mainContents .layoutTyp21.typ02 {
    padding: 0 0 50px;
  }
  #mainContents .layoutTyp21 h3 {
    padding: 0 0 10px 30px;
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp21 h3::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
  #mainContents .layoutTyp21 h4 {
    font-size: 1.6rem;
  }
  #mainContents .layoutTyp21 p.text01 {
    padding: 0 0 20px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #mainContents .layoutTyp21 p.text02 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #mainContents .layoutTyp21 img {
    padding: 10px 0 10px;
  }
}

#mainContents .layoutTyp21 .columnBox {
  width: 600px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
#mainContents .layoutTyp21 .columnBox .column {
  width: 48%
}
#mainContents .layoutTyp21 .columnBox .column a {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 14px 0 0;
  box-sizing: border-box;
  border-radius: 30px;
  border: 2px solid #E14661;
  background-color: #FFF;
  font-size: 1.8rem;
  color: #E14661;
  text-align: center;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp21 .columnBox .column a::after {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 10px;
  height: 15px;
  margin: -7px 0 0;
  background-image: url("../img/icon21.svg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp21 .columnBox .column a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mainContents .layoutTyp21 .columnBox .column p {
  padding: 10px 0 0;
  font-size: 1.6rem;
  color: #E14661;
  text-align: center;
}
#mainContents .layoutTyp21 .link01 {
  width: 250px;
  margin: 0 auto;
  padding: 30px 0 0;
}
#mainContents .layoutTyp21 .link01.typ01 {
  width: 330px;
}
#mainContents .layoutTyp21 .link01 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 35px 12px 20px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #FFF;
  border: 2px solid #231815;
  font-size: 1.8rem;
  text-align: center;
}
#mainContents .layoutTyp21 .link01 a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 14px;
  margin: -7px 0 0;
  background-image: url("../img/icon14.svg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp21 .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#mainContents .layoutTyp21 .link02 {
  width: 420px;
  margin: 0 auto;
  padding: 0 0 20px;
}
#mainContents .layoutTyp21 .link02 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 35px 12px 20px;
  box-sizing: border-box;
  border-radius: 50px;
  border: 2px solid #E14661;
  background-color: #FFF;
  font-size: 1.8rem;
  color: #E14661;
  text-align: center;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp21 .link02 a::after {
  position: absolute;
  right: 17px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -11px 0 0;
  background-image: url("../img/icon12.svg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp21 .link02 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp21 .columnBox {
    width: 300px;
    padding: 20px 0 0;
    flex-wrap: wrap;
  }
  #mainContents .layoutTyp21 .columnBox .column {
    width: 100%;
    padding: 0 0 30px;
  }
  #mainContents .layoutTyp21 .columnBox .column p {
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp21 .link01 {
    padding: 20px 0 0;
  }
  #mainContents .layoutTyp21 .link01.typ01 {
    width: 330px;
  }
  #mainContents .layoutTyp21 .link01 a {
    padding: 10px 35px 12px 20px;
    font-size: 1.6rem;
  }

  #mainContents .layoutTyp21 .link02 {
    width: 330px;
  }
  #mainContents .layoutTyp21 .link02 a {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #mainContents .layoutTyp21 .link02 a::after {
    right: 17px;
    width: 20px;
    height: 20px;
    margin: -11px 0 0;
  }
}

#mainContents .layoutTyp21 .naviArea {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
}
#mainContents .layoutTyp21 .naviArea ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#mainContents .layoutTyp21 .naviArea ul li {
  padding: 0 15px 50px;
}
#mainContents .layoutTyp21 .naviArea ul li a {
  position: relative;
  padding: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 400;
}
#mainContents .layoutTyp21 .naviArea ul li a::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin: 0 0 0 -50%;
  background-color: #231815;
  content: "";
}
#mainContents .layoutTyp21 .naviArea ul li a:hover {
  text-decoration: none;
  color: #E14661;
}
#mainContents .layoutTyp21 .naviArea ul li a:hover::before {
  background-color: #E14661;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp21 .naviArea {
    width: calc(100% - 40px);
    padding: 40px 0 0;
  }
  #mainContents .layoutTyp21 .naviArea ul {
    flex-wrap: wrap;
  }
  #mainContents .layoutTyp21 .naviArea ul li {
    padding: 0 15px 25px 0;
  }
  #mainContents .layoutTyp21 .naviArea ul li a {
    padding: 0 0 5px;
    font-size: 1.4rem;
  }
}

#mainContents .layoutTyp22 {
  width: 800px;
  margin: 100px auto 0;
  padding: 50px;
  box-sizing: border-box;
  background-color: #EFEFEF;
}
#mainContents .layoutTyp22 h3 {
  padding: 0 0 50px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
#mainContents .layoutTyp22 .layoutTyp22_Box {
  width: 100%;
  padding: 45px;
  box-sizing: border-box;
  background-color: #FFF;
}
#mainContents .layoutTyp22 .layoutTyp22_Box .columnBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp22 .layoutTyp22_Box .columnBox .column {
  width: 48%;
}
#mainContents .layoutTyp22 .layoutTyp22_Box .columnBox .column p {
  font-size: 1.6rem;
}
#mainContents .layoutTyp22 .layoutTyp22_Box .columnBox .column p span {
  margin: 0 5px 0 0;
  padding: 2px 10px 3px;
  border: 1px solid #231815;
}
#mainContents .layoutTyp22 .layoutTyp22_Box .columnBox .column p span.typ01 {
  border: 1px solid #ED770F;
  color: #ED770F;
}
#mainContents .layoutTyp22 .layoutTyp22_Box .columnBox .column p span.typ02 {
  border: 1px solid #009FD1;
  color: #009FD1;
}
#mainContents .layoutTyp22 .layoutTyp22_Box ul {
  padding: 30px 0 20px;
  list-style-type: none;
}
#mainContents .layoutTyp22 .layoutTyp22_Box ul li {
  position: relative;
  padding: 0 0 15px 20px;
  font-size: 1.6rem;
  line-height: 1.4;
}
#mainContents .layoutTyp22 .layoutTyp22_Box ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6rem;
  content: "・";
}
#mainContents .layoutTyp22 .layoutTyp22_Box img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp22 .layoutTyp22_Box .link01 {
  width: 500px;
  margin: 0 auto;
  padding: 50px 0 0;
}
#mainContents .layoutTyp22 .layoutTyp22_Box .link01 a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 18px 0 0;
  box-sizing: border-box;
  border-radius: 30px;
  border: 1px solid #E14661;
  background-color: #FFF;
  font-size: 2.0rem;
  color: #E14661;
  text-align: center;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp22 .layoutTyp22_Box .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#mainContents .layoutTyp22 .layoutTyp22_Box .link02 {
  width: 500px;
  margin: 0 auto;
  padding: 30px 0 0;
}
#mainContents .layoutTyp22 .layoutTyp22_Box .link02 a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 0 0;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #E14661;
  font-size: 2.0rem;
  color: #FFF;
  text-align: center;
  transition: all 0.3s ease;
}
#mainContents .layoutTyp22 .layoutTyp22_Box .link02 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp22 {
    width: 100%;
    margin: 60px auto 0;
    padding: 40px 20px;
  }
  #mainContents .layoutTyp22 h3 {
    padding: 0 0 40px;
    font-size: 2.0rem;
  }
  #mainContents .layoutTyp22 .layoutTyp22_Box {
    padding: 30px 20px;
  }
  #mainContents .layoutTyp22 .layoutTyp22_Box .columnBox .column {
    width: 100%;
    padding: 0 0 30px;
  }
  #mainContents .layoutTyp22 .layoutTyp22_Box .columnBox .column p {
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp22 .layoutTyp22_Box ul {
    padding: 0 0 10px;
  }
  #mainContents .layoutTyp22 .layoutTyp22_Box ul li {
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp22 .layoutTyp22_Box ul li::before {
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp22 .layoutTyp22_Box .link01 {
    width: 100%;
    padding: 30px 0 0;
  }
  #mainContents .layoutTyp22 .layoutTyp22_Box .link01 a {
    height: 50px;
    padding: 14px 0 0;
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp22 .layoutTyp22_Box .link02 {
    width: 100%;
    padding: 20px 0 0;
  }
  #mainContents .layoutTyp22 .layoutTyp22_Box .link02 a {
    height: 50px;
    padding: 16px 0 0;
    font-size: 1.8rem;
  }
}

#mainContents .layoutTyp23 {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 0;
}
#mainContents .layoutTyp23 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp23 {
    width: calc(100% - 40px);
    padding: 30px 0 0;
  }
}

/*==========================================
 ページネーションのスタイル
===========================================*/
#mainContents #pagination {
  margin: 50px 0 0;
}
#mainContents #pagination ul {
  text-align: center;
}
#mainContents #pagination ul li {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
}
#mainContents #pagination ul li a,
#mainContents #pagination ul li span {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 5px 0 0;
  box-sizing: border-box;
  font-size: 1.8rem;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #E14661;
}
#mainContents #pagination ul li span {
  color: #000;
}
#mainContents #pagination ul li a:hover {
  opacity: 0.7;
}
#mainContents #pagination ul li a.prev:hover,
#mainContents #pagination ul li a.next:hover {
  opacity: 0.7;
}
#mainContents #pagination ul li a.prev:before {
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  border: 2px solid #E14661;
  border-left-width: 0;
  border-top-width: 0;
  position: absolute;
  top: 50%;
  left: 14px;
  margin: -6px 0 0 0;
  transform: rotate(-225deg);
}
#mainContents #pagination ul li a.next:after {
  position: absolute;
  top: 50%;
  left: 7px;
  height: 10px;
  width: 10px;
  display: block;
  border: 2px solid #E14661;
  border-left-width: 0;
  border-top-width: 0;
  margin: -6px 0 0 0;
  transform: rotate(-45deg);
  content: "";
}
@media only screen and (max-width: 767px) {
  #mainContents #pagination {
    padding: 0 0 30px;
  }
  #mainContents #pagination ul li {
    width: 40px;
    height: 40px;
    margin: 0 2px;
  }
  #mainContents #pagination ul li a,
  #mainContents #pagination ul li span {
    width: 40px;
    height: 40px;
    padding: 12px 0 5px 0;
    font-size: 16px;
  }
  #mainContents #pagination ul li a.prev:before {
    height: 12px;
    width: 12px;
    left: 15px;
    margin: -7px 0 0 0;
  }
  #mainContents #pagination ul li a.next:after {
    height: 12px;
    width: 12px;
    left: 10px;
    margin: -7px 0 0 0;
  }
}

