@charset "UTF-8";
/* CSS Document */

body {
  background: #fff;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 100%;
  color: #192f63;
  line-height: 1.8;
}

img {
  margin: 0;
  padding: 0;
}

a:hover,
a:hover img {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

.areaMain {
  height: auto;
  background-image: url(../images/bg.png?20181119);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center center;
  font-family: "Yu Mincho", "YuMincho";
  padding-bottom: 40px;
  background-attachment: fixed;
}

#top header {
  width: auto;
  height: 60px;
  margin: 0 43px 0 36px;
}

#lp header,
#futari header,
#calendar header,
#policy header,
#about header,
#support header,
#sitemap header,
#design header,
#matching header,
#event header {
  width: auto;
  height: 103px;
  background-color: #fff;
  margin: 0 43px 0 36px;
  font-family: "Yu Mincho", "YuMincho";
}

.logo {
  /* width: 97px;*/
  width: 150px;
  float: left;
  margin: 28px 0 0 0;
}

.logo img {
  width: 140px;
}

.link {
  /* width: 680px;*/
  /*検索窓あり*/
  width: 520px; /*検索窓無し*/
  float: right;
}

#lp .link nav,
#top .link nav,
#futari .link nav,
#calendar .link nav,
#policy .link nav,
#about .link nav,
#support .link nav,
#sitemap .link nav,
#design .link nav,
#matching .link nav,
#event .link nav {
  width: 520px;
	margin: 16px 0 0;
/*	float: right;*/
  /* float: left; */
  /* margin: 46px 0 0; */
}

#lp .link nav ul,
#top .link nav ul,
#futari .link nav ul,
#calendar .link nav ul,
#policy .link nav ul,
#about .link nav ul,
#support .link nav ul,
#sitemap .link nav ul,
#design .link nav ul,
#matching .link nav ul,
#event .link nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

#lp .link nav li,
#top .link nav li,
#futari .link nav li,
#calendar .link nav li,
#policy .link nav li,
#about .link nav li,
#support .link nav li,
#sitemap .link nav li,
#design .link nav li,
#matching .link nav li,
#event .link nav li {
  list-style: none;
  font-size: 90%;
  font-weight: 500;
}

#top .link nav li a {
  color: #4d4d4d;
  text-decoration: none;
  font-weight: 500;
}

#top .link nav li a:hover {
  text-decoration: underline;
  opacity: 1;
}

#lp .link nav li a,
#futari .link nav li a,
#calendar .link nav li a,
#policy .link nav li a,
#about .link nav li a,
#support .link nav li a,
#sitemap .link nav li a,
#design .link nav li a,
#matching .link nav li a,
#event .link nav li a {
  color: #aa7d49;
  text-decoration: none;
}

#lp .link nav li a:hover,
#futari .link nav li a:hover,
#calendar .link nav li a:hover,
#policy .link nav li a:hover,
#about .link nav li a:hover,
#support .link nav li a:hover,
#sitemap .link nav li a:hover,
#design .link nav li a:hover,
#matching .link nav li a:hover,
#event .link nav li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.menu-trigger {
  display: none;
}

.g-nav {
  display: none;
}

.tokyo {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.tokyo form {
  /* float: right; */
  max-width: 200px;
  margin: 16px 0 0 16px;
  padding: 0;
}

.msta_menu {
  margin: 16px 0 0 0;
  padding: 0;
}

.search_container {
  width: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}

.msta_menu select,
.search_container input[type="text"] {
  width: 88%;
  background: #fff;
  border: 1px solid #7E7E7F;
  height: 23px;
  margin: 0;
  padding: 0 5px;
  font-size: 100%;
  box-sizing: border-box;
  font-family: "Yu Mincho", "YuMincho";
}

.msta_menu select {
  width: 100%;
}

.search_container input[type="text"]:focus {
  outline: 0;
}

.search_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #4C4C4C;
  color: #fff;
  outline: none;
  width: 23px;
  height: 23px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#top section {
  width: 780px;
  /*margin: 130px auto 120px; 2020 1208 警報前*/
  margin: 60px auto;
  overflow: hidden;
}


#top section .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 20px 0;
}

#top section .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.keihou {
  width: 500px;
  margin: 60px auto 60px;
  text-align: center;
}

.keihou a {
  width: 100%;
  /* [disabled]background-color: rgba(191,138,85,0.8); */
  border: 2px solid red;
  color: red;
  padding: 20px 100px;
  font-size: 1.2em;
  text-decoration: none;
  overflow: visible !important;
  border-radius: 10px;
  font-weight: bold;
}

@media screen and (max-width: 550px) {
  .keihou {
    width: 100%;
    margin: 30px auto 50px;
  }

  .keihou a {
    padding: 20px 20px;
    font-size: 1em;
  }
}

section#mainSection {
  max-width: 1000px;
  width: 100%;
}

.sectionInner {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

section .sectionInner .main h1 {
  position: relative;
}

section .sectionInner .main h1 span {
  position: absolute;
  top: -40px;
  left: -50px;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  z-index: 15;
}

.main {
  width: 375px;
  float: left;
  padding-top: 85px;
}

.main img {}

.emergency {
  font-size: 180%;
  color: #d31c21;
  border: 3px solid #d31c21;
  text-align: center;
  width: 50%;
  padding: 8px 0;
  border-radius: 15px;
  margin: 0 auto 56px;
  cursor: pointer;
}

.emergency:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;

}

.emergency>a {
  text-decoration: none;
  color: #d31c21;
  font-weight: bold;
}

.lead {
  width: 405px;
  text-align: center;
  float: right;
}

.lead p {
  font-size: 90%;
  margin-bottom: 16px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: -0.1px;
}

p.sub {
  margin-bottom: 38px;
  line-height: 1.3;
  font-weight: 600;
  /* font-size: 200%; */
  font-size: 150%;
}

/*追加CSS*/
.banner_title {
  margin: 30px auto;
  text-align: left !important;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

#banner_layout {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

#banner_layout .add_banner_flex {
  display: block;
}

#banner_layout .add_banner_flex a {
  display: block;
  background-color: #fff;
}

#banner_layout .add_banner_flex a.bottomBne {
  width: 100%;
}

#banner_layout .add_banner_flex a img {
  width: 100%;
  max-width: none;
  vertical-align: bottom;
}

@media screen and (max-width: 790px) {
  .banner_title {
    margin: 20px auto;
    font-size: 22px;
  }

  #banner_layout .add_banner_flex {
    display: block;
  }

  #banner_layout .add_banner_flex a.topBne {
    width: 100%;
    margin-right: 0;
  }

  #banner_layout .add_banner_flex a.bottomBne {
    width: 100%;
  }
}

#ams_movie p.sub {
  text-align: center;
}

@media screen and (max-width: 790px) {
  #ams_movie p.sub {
    font-size: 22px;
  }
}

#ams_movie p.txt {
  text-align: center;
}

#ams_movie p.txt a {
  text-align: center;
  display: inline-block;
  font-size: 140%;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  background-color: #192f63;
  text-decoration: none;
  padding: 15px 20px;
}

@media screen and (max-width: 790px) {
  #ams_movie p.txt {
    padding-bottom: 30px;
  }

  #ams_movie p.txt a {
    font-size: 130%;
    padding: 8px 10px;
    display: block;
  }
}

.info {
  width: auto;
  margin: 0 30px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /* max-width: 1150px;
  margin: 0 auto; */

  /* 20220117 追加 */
  justify-content: space-around;
}

@media screen and (max-width: 790px) {
  .info {
    display: block;
  }
}

.news {
  /* float: left; */
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 790px) {
  .news {
    display: block;
    width: 100%;
  }
}


.news h2 {
  width: 76px;
  float: left;
  font-size: 90%;
  line-height: 1.9;
  font-weight: 500;
}

/* .news ul { */
/* float: right; */
/* } */

.news li {
  font-size: 90%;
  line-height: 1.9;
}

.news li a {
  color: #192f63;
  text-decoration: none;
  font-weight: 500;
}

.news li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.news .banner {
  position: relative;
  padding: 50px 0 0 60px;
  margin-bottom: 70px;
}

.news .banner img {
  max-width: 100%;
}

.news .is-hidden {
  display: none;
}

.news .is-opened {
  display: block;
}

@media screen and (max-width: 790px) {
  .news .more-btn {
    display: flex;
  }
}

.news .more-btn p {
  cursor: pointer;
  font-size: 1.2em !important;
  font-weight: bold;
  margin: 1.5em auto auto;
  padding: 10px 50px;
  border: 2px solid #192f63;
  display: inline-flex !important;
  border-radius: 10px 0px 10px;
  color: #fff;
  text-decoration: none;
  background-color: #192f63;
}

.news .more-btn p:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 790px) {}


/* .news .banner::before {
  content: " ";
  background:url(/100episodes/images/new_ico.png);
  background-repeat: no-repeat;
  background-size:contain;
  vertical-align:middle;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 25px;
  z-index: 1;
  width: 64px;
  height: 64px;
} */

/* 写真展トップバナーここから */
#photo_exhibition {
  width: auto;
  margin: 0 20px;
  overflow: hidden;
}

.banner_wrapper {
  text-align: center;
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.banner_wrapper a {
  display: block;
  flex-basis: 48%;
  margin: 0 1%;
}

.banner_wrapper img {
  max-width: 100%;
}

@media screen and (max-width: 790px) {
  .banner_wrapper {
    margin: 15px auto;
    flex-wrap: wrap;
  }

  .banner_wrapper a {
    flex-basis: 98%;
    margin: 10px 0;
  }
}

/* 写真展トップバナーここまで */

ul.sns {
  /* width: 84px; 20200204*/
  width: 340px;
  /* width: 450px; */
  /* float: right; */
  /* margin-top: 30px; */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /* -webkit-align-items: center; */
  /* align-items: center; */
  align-items: start;
  /* margin: 30px auto 0; */
  justify-content: start;
}

ul.sns li {
  margin-right: 35px;
}

/* ul.sns li p.sub {
  font-size: 150%;
} */

.areaDetail {
  background-color: #1a2e63;
  font-family: "Yu Mincho", "YuMincho";
  /* padding-top: 130px; */
  padding-top: 0;
}

#futari .areaDetail,
#calendar .areaDetail,
#policy .areaDetail,
#about .areaDetail,
#support .areaDetail,
#sitemap .areaDetail,
#design .areaDetail,
#matching .areaDetail,
#event .areaDetail {
  padding-top: 13px;
}

#top .areaDetail h2 {
  font-size: 240%;
  line-height: 1.3;
  text-align: center;
  padding-top: 70px;
  color: #aa7d49;
  font-weight: 600;
}

#top .areaDetail h2 span {
  font-size: 30%;
  display: block;
  margin-top: 2px;
}

#top .areaDetail h3 {
  font-size: 150%;
  line-height: 1.3;
  text-align: center;
  color: #1a2e63;
  font-weight: 600;
  margin-bottom: 20px
}

#top .areaDetail h3 span {
  font-size: 30%;
  display: block;
  margin-top: 2px;
}

#top .futari {
  width: 1150px;
  height: 258px;
  margin: 0 auto;
  padding-top: 17px;
  /* background-image: url(../images/bg_left.png), url(../images/bg_right.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 340px auto, 336px auto;
  background-position: top left, top right; */

  display: flex;
  /*  flex-wrap: wrap;*/
  justify-content: center;
  align-items: center;
}

.futari_f {
  width: 600px;
  margin: 0 auto;
  padding-top: 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#top .futari .title {
  /*
  width: 340px;
  margin: 0 5%; 0 auto
*/
  width: 300px;
  margin: 0 3%;
  text-align: center;
  position: relative;
}

#top .futari .title.douga a {
  /*  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);*/
  border: 4px solid #d3d3d3;
}

@media screen and (max-width: 790px) {
  #top .futari .title {
    margin: 0 auto;
  }

  #top .futari {
    display: block;
    height: auto;
  }

  #top .futari .title.silver a {
    margin-top: 30px;
  }

  #top .futari .title.douga a {
    margin-top: 30px;
    /*     background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);*/
    padding: 55px 10px 0;
  }
}

#top .futari .title a {
  width: 300px;
  height: 230px;
  display: block;
  padding: 55px 16px 0;
  text-decoration: none;
  color: #192f63;
  box-sizing: border-box;
  background-color: #bf8a55;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}

#top .futari .title.silver a {
  background-color: #d3d3d3;
}

#top .futari .title a:hover {
  background-color: rgba(191, 138, 85, 0.8);
}

#top .futari .title.silver a:hover {
  background-color: rgba(211, 211, 211, 0.8);
}

#top .futari h2 {
  padding: 0;
  margin-bottom: 20px;
}

#top .futari h2 img {
  width: 214px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 0;
}

#top .futari h2 span {
  font-size: 26%;
  line-height: 1;
  display: block;
  margin-top: 10px;
  color: #192f63;
}

#top .futari .title p {
  font-size: 90%;
  line-height: 1.6;
  font-weight: 500;
}

#top .futari .title p.readmore {
  font-size: 70%;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  margin: auto;
}

#top .contents {
  width: 1088px;
  margin: 50px auto 0;
}

#top .bg_wrap {
  width: 1150px;
  margin: 0 auto;

  /* padding: 80px 0; */
  padding: 30px 0 80px;
  background-image: url(../images/bg_left.png), url(../images/bg_right.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 340px auto, 336px auto;
  background-position: bottom left, bottom right;
}

#top .contents h3 {
  font-size: 155%;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: bold;
}
/*
#top .contents li:nth-child(7) h3 {
  margin-bottom: 10px;

  font-size: 105%;
  line-height: 1.2;
}
 */
#top .contents h3 span {
  font-size: 40%;
  line-height: 1;
  display: block;
  font-weight: normal;
  margin-top: 10px;
}

#top .contents ul {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  /* -webkit-align-items: center; */
  /* align-items: center; */
  align-items: flex-start;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
}

#top .contents li {
  text-align: center;
  position: relative;
  margin-right: 34px;
}

/* #top .contents li:last-child { */
/* margin: 0 auto 34px; */
/* } */

#top .contents li .attend {
  color: #d31c21;
}

#top .contents li .attend2 {
  color: #aa7d49;
}

#top .contents li:nth-child(3),
#top .contents li:nth-child(6),
#top .contents li:nth-child(9) {
  margin-right: 0;
}

#top .contents li:nth-child(1),
#top .contents li:nth-child(2),
#top .contents li:nth-child(3),
#top .contents li:nth-child(4),
#top .contents li:nth-child(5),
#top .contents li:nth-child(6),
#top .contents li:nth-child(7),
#top .contents li:nth-child(8),
#top .contents li:nth-child(9) {
  margin-bottom: 34px;
}

#top .contents li a {
  width: 340px;
  height: 203px;
  display: block;
  text-decoration: none;
  padding: 55px 20px 0;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}

#top .contents li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

#top .contents li a.soon:hover {
  opacity: 1;
  cursor: default;
  background-color: rgba(255, 255, 255, 1);
}

#top .contents li a.last {
  /* width: 340px; */
  width: 205px;
  height: 100%;
  padding: 0;
  background: none;
  border-radius: 0;
}

#top .contents li a.last img {
  width: 100%;
}

/* #top .contents li:nth-child(1), */
/* #top .contents li:nth-child(1) a, */
/* #top .contents li:nth-child(6) a, */
/* #top .contents li:nth-child(8), */
/* #top .contents li:nth-child(8) a { */
/* color: #192f63; */
/* } */

#top .contents li:nth-child(6) a {
  color: #192f63;
  /* [disabled]background: url(../images/event_bg.png?20190312) bottom right no-repeat; */
}

/* #top .contents li:nth-child(2), */
/* #top .contents li:nth-child(2) a, */
/* #top .contents li:nth-child(4), */
/* #top .contents li:nth-child(4) a, */
/* #top .contents li:nth-child(9), */
/* #top .contents li:nth-child(9) a, */
/* #top .contents li:nth-child(10) a, */
/* #top .contents li:nth-child(11) a { */
/* color: #aa7d49; */
/* } */

/* #top .contents li:nth-child(3), */
/* #top .contents li:nth-child(3) a, */
/* #top .contents li:nth-child(5), */
/* #top .contents li:nth-child(5) a, */
/* #top .contents li:nth-child(7), */
/* #top .contents li:nth-child(7) a { */
/* color: #d31c21; */
/* } */

#top .contents li p {
  font-size: 85%;
  line-height: 1.5;
  font-weight: 500;
  color: #192f63;
}

#top .contents li p.discontinued {
  color: #d31c21;
  font-size: 20px;
  border: 2px solid;
  display: inline-block;
  padding: 0.2em 1.5em;
}

#top .contents li p span {
  font-size: 80%;
  display: block;
}

#top .contents li p.btn {
  width: 95px;
  font-size: 100%;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  margin: auto;
}

#top .notice h4 {
  width: 316px;
  background-color: #aa7d49;
  font-size: 110%;
  line-height: 1;
  padding: 12px;
  color: #1a2f63;
  margin: 35px auto 0;
  text-align: center;
  font-weight: 500;
}

#top .notice p {
  text-align: center;
  font-size: 90%;
  line-height: 1;
  margin-top: 18px;
  color: #fff;
}

#top .notice ul {
  width: 40px;
  margin: 30px auto 0;
  display: -webkit-flex;
  display: flex;
  /* -webkit-justify-content: space-between; */
  /* justify-content: space-between; */
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#top .notice ul li {
  padding-right: 35px;
}

/* 20220121 追加 */
#top .notice ul li:first-child {
  padding-left: 35px;
}

#top .notice_box {
  width: 220px;
  margin: 40px auto;
}

#top .notice_box img {
  width: 100%;
  height: auto;
}

#top .notice_box .pcEvent {
  display: block;
}

#top .notice_box .spEvent {
  display: none;
}

#top .download {
  width: 1088px;
  margin: 75px auto 0;
  text-align: center;
  overflow: hidden;
}

#top .download img {
  margin-top: 76px;
}

#top .download h4 {
  width: 140px;
  color: #1a2f63;
  margin: 25px auto 0;
  font-size: 80%;
  line-height: 1;
}

#top .download h4 a {
  width: 140px;
  display: block;
  color: #1a2f63;
  background-color: #aa7d49;
  padding: 8px 3px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  font-weight: 500;
}

#top .download h4 a:hover {
  background-color: rgba(170, 125, 73, 0.8);
}

footer {
  position: relative;
  background-color: #1a2e63;
  overflow: hidden;
}

footer .bottom {
  width: auto;
  margin: 133px 90px 80px 80px;
  overflow: hidden;
}

#futari footer .bottom,
#calendar footer .bottom,
#policy footer .bottom,
#about footer .bottom,
#support footer .bottom,
#sitemap footer .bottom,
#matching footer .bottom,
#event footer .bottom {
  margin: 52px 88px 80px 80px;
}

footer ul.linkBottom1,
footer ul.linkBottom2,
footer ul.linkBottom3 {
  margin: 0;
  padding: 0;
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
}

footer ul.linkBottom1 {
  margin-right: 55px;
}

footer ul.linkBottom2 {
  margin-right: 55px;
}

footer ul.linkBottom3 {
  margin-right: 20px;
}

footer ul.linkBottom1 li,
footer ul.linkBottom2 li,
footer ul.linkBottom3 li {
  list-style: none;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho";
  margin-bottom: 14px;
  line-height: 1.6;
}

footer ul.linkBottom1 li {
  font-size: 70%;
}

footer ul.linkBottom2 li {
  font-size: 70%;
}

footer ul.linkBottom3 li {
  /*font-size: 80%;*/
  font-size: 70%;
  margin-bottom: 10px;
}

footer ul.linkBottom3 li:first-child {
  font-size: 70%;
  margin-bottom: 14px;
}

footer ul.linkBottom3 li:last-child {
  margin-bottom: 0;
}

footer ul.linkBottom1 li a,
footer ul.linkBottom2 li a,
footer ul.linkBottom3 li a {
  color: #fff;
  text-decoration: none;
}

footer ul.linkBottom1 li a:hover,
footer ul.linkBottom2 li a:hover,
footer ul.linkBottom3 li a:hover {
  text-decoration: underline;
}

footer ul.snsBottom {
  /* width: 84px; */
  /* width: 150px;*/
  width: 100px;
  margin: 85px 193px 0 0;
  float: right;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

/*footer .logoBottom {
	width: 98px;
	margin: 51px 122px 0 0;
	float: left;
}*/
footer .btnTop {
  width: 98px;
  height: 81px;
  margin: 0;
  position: absolute;
  right: 90px;
  bottom: 66px;
  text-align: center;
  /*background-image: url(../images/line_backtop.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 40px auto;*/
}

footer .btnTop img {
  margin: 0 0 5px;
}

/*footer .btnTop p {
	color: #aa7d49;
	font-size: 80%;
	background: none;
	letter-spacing: 2.5;
}*/
footer .btnTop a {
  font-family: "Yu Mincho", "YuMincho";
  color: #aa7d49;
  text-decoration: none;
  font-size: 65%;
  display: block;
  font-weight: 500;
}

footer p {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  background-color: #aa7d49;
  font-size: 70%;
  line-height: 1;
  padding: 6px;
  font-family: "Yu Mincho", "YuMincho";
}

.breadcrumb p {
  color: #fff;
  margin: 0 0 13px 36px;
  font-size: 90%;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb a:hover {
  opacity: 1;
  text-decoration: underline;
}

#futari section,
#calendar section,
#policy section,
#about section,
#support section,
#sitemap section,
#design section,
#matching section,
#event section {
  width: 1118px;
  margin: 0 auto;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-left-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px;
  background-color: #fff;
  padding-bottom: 40px;
  overflow: hidden;
}

#futari section h1,
#calendar section h1,
#policy section h1,
#about section h1,
#support section h1,
#sitemap section h1,
#design section h1,
#matching section h1,
#event section h1 {
  font-size: 240%;
  line-height: 1.3;
  text-align: center;
  /*padding-top: 60px;*/
  color: #1a2f63;
  font-weight: 500;
  margin-bottom: 25px;
  padding: 60px 8px 0 16px;
}

#futari section h1 span,
#calendar section h1 span,
#policy section h1 span,
#about section h1 span,
#support section h1 span,
#sitemap section h1 span,
#design section h1 span,
#matching section h1 span,
#event section h1 span {
  font-size: 35%;
  display: block;
  margin-top: 7px;
  color: #aa7d49;
}

#futari section h2 span {
    font-size: 90%;
    display: block;
    margin-top: 7px;
    color: #aa7d49;
}

#futari section img,
#calendar section img {
  display: block;
  margin: 0 auto;
}

.futari_start {
  max-width: 1150px;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.futari_start .title {
  max-width: 280px;
  width: 100%;
  margin: 0 3%;
  text-align: center;
  position: relative;
}

.futari_start .title a {
  display: block;
  width: 100%;
}

.futari_start .title.pdf {
  max-width: 210px;
  border: 4px solid #d3d3d3;
  box-sizing: border-box;
}

.futari_start .title.pdf a {
  background: none;
  padding: 0;
}

.futari_start .title.pdf a img {
  width: 100%;
}

.futari_start .title.douga a {
  border: 4px solid #d3d3d3;
}

.futari_start .title .douga_link {
  max-width: 300px;
  width: 100%;
  /* height: 230px; */
  display: block;
  padding: 55px 16px 0;
  text-decoration: none;
  color: #192f63;
  box-sizing: border-box;
  background-color: #bf8a55;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}

.futari_start .title a h3 {
  font-size: 150%;
  line-height: 1.3;
  text-align: center;
  color: #1a2e63;
  font-weight: 600;
  margin-bottom: 20px;
}

.futari_start .title a h3 span {
  font-size: 30%;
  display: block;
  margin-top: 2px;
}

.futari_start .title p {
  font-size: 90%;
  line-height: 1.6;
  font-weight: 500;
}

.futari_start .title p.readmore {
  font-size: 70%;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  margin: auto;
}

.event_rogo {
  vertical-align: middle;
  display: inline !important;
}

#futari section p,
#calendar section p,
#policy section p,
#about section p,
#support section p,
#sitemap section p,
#design section p,
#matching section p,
#event section p {
  line-height: 1.8;
  text-align: center;
  margin: 25px auto 30px;
  font-weight: 500;
}

#futari section .pagelist li {
  display: none;
}

#futari section .pagelist li:first-child {
  display: inline;
}

#futari section .pagelist li:nth-child(2) {
  display: inline;
}

#futari section ul,
#matching section ul {
  /*width: 960px;*/
  /*width: 700px;  20190301　suzuki*/
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
}


#design section ul {
  /*width: 960px;*/
  /*width: 700px;  20190301　suzuki*/
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
}

#futari section .start {
  /*width: 632px; 20190131　suzuki*/
  width: 700px;
  margin: 0 auto;
}

#futari section .start.link_col3,
#matching section .start.link_col3 {
  width: 690px;
}

#futari section li {
    /* width: 300px; */
  height: auto;
    /* text-align: center; */
  color: #fff;
  margin: 10px;
}

#futari section .link_col3 li,
#matching section .link_col3 li {
  width: 220px;
  height: 140px;
  margin: 5px;
}

#futari section li,
#matching section li {
    /* width: 300px; */
  height: auto;
    /* text-align: center; */
  color: #fff;
  margin: 10px;
}


#futari section li a,
#matching section .link_col3 li a {
  width: 306px;
  height: 100%;
  text-decoration: none;
  padding: 23px 20px 20px;
  color: #fff;
  box-sizing: border-box;
  background-color: #aa7d49;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
}

#futari section li a.attend {
  background-color: #1a2e63;
}

#futari section li a.attend2 {
  background-color: #990033;
}

#futari section li a.attend3 {
  background-color: #cc0000;
}

#futari section .link_col3 li a,
#matching section .link_col3 li a {
  width: auto;
  padding: 23px 5px 20px;
}

#design section li {
  width: 200px;
  height: auto;
  text-align: center;
  color: #fff;
  margin: 10px;
  font-size: 1.4em;
}

.ld_btn {
  margin: 5px auto !important
}

.life_year {
  font-size: 1.2em;
  font-weight: bold;
  width: 63%;
  margin: 0 auto 10px;
}

#design section li a {
  width: 206px;
  height: 100%;
  text-decoration: none;
  padding: 23px 20px 20px;
  color: #fff;
  box-sizing: border-box;
  background-color: #aa7d49;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
}

#design section li h2 {
  width: 60%;
}

#design section li p {
  width: 100%;
}

.life-ssi li h2 {
  width: 60%;
}

.life-ssi li p {
  width: 60%;
}

.life_images_2 {
  width: 700px;
  margin: 0 auto;
}

.life_images_2 img {
  width: 300px;
  margin: 0 1em;
}

.life_images_L {
  margin: 0em auto 2em;
  width: 800px;
}

.life_images_L img {
  /* [disabled]float: left; */
  /* [disabled]width: 300px; */
  display: block;
  margin: 0 auto;
}

.life_images_L p {
  float: left;
  margin-left: 2em !important;
  text-align: left !important;
}

.life_images_R {
  margin: 0em auto 2em;
  width: 700px;
}

.life_images_R img {
  float: right;
  width: 300px;
}

.life_images_R p {
  float: right;
  margin-right: 2em !important;
  text-align: left !important;
}

.life_images_col2 {
  display: flex;
}

.life_images_col2 figure {
  width: 50%;
}

/* 2022-02-24 追加 */
#design .movieContents h2 {
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 20px;
}

#design .movieContents ul {
  display: block;
  width: 30%;
  margin: 0 auto;
}

#design .movieContents li {
  color: #192f63;
  width: auto;
  text-align: left;
  font-size: 1em;
  list-style-type: disc;
}

#design .movieContents .movie-wrap iframe {
  margin-top: 25px;
}


.seminar_voice {
  /* [disabled]width: 90%!important; */
  padding: 2em;
  border: 1px solid #1a2f63;
  margin: 0 auto;
  border-radius: 10px 0 10px 0;
}

.seminar_voice2 {
  width: 90% !important;
  padding: 2em;
  margin: 0 auto;
}

.seminar_voice_c {
  width: 90% !important;
  margin: 0 auto;
  text-align: center;
}

.seminar_voice h2 {
  font-size: 180%;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 500;
}

.sp_only {
  display: none;
}

.life-ssi_d {
  width: 500px;
  margin: 0 auto 0 145px;
}

.life-ssi_d>ul {
  display: block !important;
}


@media screen and (max-width: 870px) {
  .life_images_2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .life_images_2 img {
    width: 80%;
    max-width: 300px;
    margin: 5px 1em;
  }

  .life_images_L {
    margin: 0em auto 2em;
    width: 80%;
  }

  .life_images_L img {
    float: none;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    display: block
  }

  .life_images_L p {
    float: none;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .life_images_R {
    margin: 0em auto 2em;
    width: 80%;
  }

  .life_images_R img {
    float: none;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    display: block
  }

  .life_images_R p {
    float: none;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .seminar_voice {
    width: 85% !important;
    padding: 2em;
    border: 1px solid #1a2f63;
    margin: 0 auto;
  }

  .seminar_voice2 {
    width: 80% !important;
    padding: 2em;
    margin: 0 auto;
  }

  .seminar_voice_c {
    width: 80% !important;
    margin: 0 auto;
    text-align: center;
  }

  .seminar_voice h2 {
    font-size: 180%;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .life-ssi_d {
    width: 100%;
    margin: 0 auto;
  }

  .life-ssi_d>ul {
    display: flex !important;
  }
}

.seminar_voice p {
  text-align: left !important;
  margin: 0 0 10px !important;
  font-size: 105%;
  font-weight: normal !important;
}

.seminar_voice2 p {
  text-align: left !important;
  margin: 0 0 10px !important;
  font-size: 105%;
  font-weight: 500 !important;
}

#futari.vol01 section li:nth-of-type(1) a,
#futari.vol02 section li:nth-of-type(2) a,
#futari.vol03 section li:nth-of-type(3) a,
#futari.vol04 section li:nth-of-type(4) a,
#futari.vol05 section li:nth-of-type(5) a,
#futari.vol06 section li:nth-of-type(6) a,
#futari.vol07 section li:nth-of-type(7) a,
#futari.vol08 section li:nth-of-type(8) a,
#futari.vol09 section li:nth-of-type(9) a,
#futari.vol10 section li:nth-of-type(10) a,
#futari.vol11 section li:nth-of-type(11) a,
#futari.vol12 section li:nth-of-type(12) a,
#futari.vol13 section li:nth-of-type(13) a,
#futari.vol14 section li:nth-of-type(14) a,
#futari.vol15 section li:nth-of-type(15) a,
#futari.vol16 section li:nth-of-type(16) a,
#futari.vol17 section li:nth-of-type(17) a,
#futari.vol18 section li:nth-of-type(18) a,
#futari.vol19 section li:nth-of-type(19) a,
#futari.column01 section li:nth-of-type(1) a,
#futari.column02 section li:nth-of-type(2) a,
#futari.column03 section li:nth-of-type(3) a,
#futari.column04 section li:nth-of-type(4) a,
#futari.column05 section li:nth-of-type(5) a,
#futari.column06 section li:nth-of-type(6) a,
#futari.column07 section li:nth-of-type(7) a,
#futari.column08 section li:nth-of-type(8) a,
#futari.column09 section li:nth-of-type(9) a,
#futari.column10 section li:nth-of-type(10) a,
#futari.column11 section li:nth-of-type(11) a,
#futari.column12 section li:nth-of-type(12) a,
#futari.column13 section li:nth-of-type(13) a,
#futari.column14 section li:nth-of-type(14) a,
#futari.column15 section li:nth-of-type(15) a,
#futari.column16 section li:nth-of-type(16) a,
#futari.column17 section li:nth-of-type(17) a,
#futari.column18 section li:nth-of-type(18) a,
#futari.column19 section li:nth-of-type(19) a,
#futari.column20 section li:nth-of-type(20) a {
/*  pointer-events: none;
  background-color: rgba(191, 138, 85, 0.7); */
}

#futari.vol21 section li a.attend.active {
/*    pointer-events: none;
  background-color: rgba(26, 46, 99, 0.8); */
}

#futari.vol01 section li:nth-of-type(1) a:hover,
#futari.vol02 section li:nth-of-type(2) a:hover,
#futari.vol03 section li:nth-of-type(3) a:hover,
#futari.vol04 section li:nth-of-type(4) a:hover,
#futari.vol05 section li:nth-of-type(5) a:hover,
#futari.vol06 section li:nth-of-type(6) a:hover,
#futari.vol07 section li:nth-of-type(7) a:hover,
#futari.vol08 section li:nth-of-type(8) a:hover,
#futari.vol09 section li:nth-of-type(9) a:hover,
#futari.vol10 section li:nth-of-type(10) a:hover,
#futari.vol11 section li:nth-of-type(11) a:hover,
#futari.vol12 section li:nth-of-type(12) a:hover,
#futari.vol13 section li:nth-of-type(13) a:hover,
#futari.vol14 section li:nth-of-type(14) a:hover,
#futari.vol15 section li:nth-of-type(15) a:hover,
#futari.vol16 section li:nth-of-type(16) a:hover,
#futari.vol17 section li:nth-of-type(17) a:hover,
#futari.vol18 section li:nth-of-type(18) a:hover,
#futari.vol19 section li:nth-of-type(19) a:hover,
#futari.column01 section li:nth-of-type(1) a:hover,
#futari.column02 section li:nth-of-type(2) a:hover,
#futari.column03 section li:nth-of-type(3) a:hover,
#futari.column04 section li:nth-of-type(4) a:hover,
#futari.column05 section li:nth-of-type(5) a:hover,
#futari.column06 section li:nth-of-type(6) a:hover,
#futari.column07 section li:nth-of-type(7) a:hover,
#futari.column08 section li:nth-of-type(8) a:hover,
#futari.column09 section li:nth-of-type(9) a:hover,
#futari.column10 section li:nth-of-type(10) a:hover,
#futari.column11 section li:nth-of-type(11) a:hover,
#futari.column12 section li:nth-of-type(12) a:hover,
#futari.column13 section li:nth-of-type(13) a:hover,
#futari.column14 section li:nth-of-type(14) a:hover,
#futari.column15 section li:nth-of-type(15) a:hover,
#futari.column16 section li:nth-of-type(16) a:hover,
#futari.column17 section li:nth-of-type(17) a:hover,
#futari.column18 section li:nth-of-type(18) a:hover,
#futari.column19 section li:nth-of-type(19) a:hover,
#futari.column20 section li:nth-of-type(20) a:hover {
/*   background-color: #aa7d49;
  opacity: 1; */
}

#futari.vol20 section li a.attend:hover {
/* background-color: #1a2e63;
  opacity: 1; */
}

#design.vol01 section li:nth-of-type(1) a,
#design.vol02 section li:nth-of-type(2) a,
#design.vol03 section li:nth-of-type(3) a,
#design.vol04 section li:nth-of-type(4) a,
#design.vol05 section li:nth-of-type(5) a,
#design.vol06 section li:nth-of-type(6) a,
#design.vol07 section li:nth-of-type(7) a,
#design.vol08 section li:nth-of-type(8) a,
#design.vol09 section li:nth-of-type(9) a,
#design.vol10 section li:nth-of-type(10) a,
#design.column01 section li:nth-of-type(1) a,
#design.column02 section li:nth-of-type(2) a,
#design.column03 section li:nth-of-type(3) a,
#design.column04 section li:nth-of-type(4) a,
#design.column05 section li:nth-of-type(5) a,
#design.column06 section li:nth-of-type(6) a {
/*  pointer-events: none;
  background-color: rgba(191, 138, 85, 0.7); */
}

#design.vol01 section li:nth-of-type(1) a:hover,
#design.vol02 section li:nth-of-type(2) a:hover,
#design.vol03 section li:nth-of-type(3) a:hover,
#design.vol04 section li:nth-of-type(4) a:hover,
#design.vol05 section li:nth-of-type(5) a:hover,
#design.vol06 section li:nth-of-type(6) a:hover,
#design.vol07 section li:nth-of-type(7) a:hover,
#design.vol08 section li:nth-of-type(8) a:hover,
#design.vol09 section li:nth-of-type(9) a:hover,
#design.vol10 section li:nth-of-type(10) a:hover,
#design.column01 section li:nth-of-type(1) a:hover,
#design.column02 section li:nth-of-type(2) a:hover,
#design.column03 section li:nth-of-type(3) a:hover,
#design.column04 section li:nth-of-type(4) a:hover,
#design.column05 section li:nth-of-type(5) a:hover,
#design.column06 section li:nth-of-type(6) a:hover {
 /*  background-color: #aa7d49;
  opacity: 1; */
}

#futari section li a:hover {
  background-color: rgba(191, 138, 85, 0.8);
}

#futari section li a.attend:hover {
  background-color: rgba(26, 46, 99, 0.8);
}

#futari section li a.attend3:hover {
  background-color: rgba(255, 102, 102, 0.8);
}

#futari section li a.soon {
  cursor: default;
}

#futari section li a.soon:hover {
  opacity: 1.0;
  background-color: #aa7d49;
}

#futari section li h2 {
  /*font-size: 150%;*/
  font-size: 120%;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}
#matching section li h2 {
  /*font-size: 150%;*/
  font-size: 100%;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}

#futari section .link_col3 li h2 {
  font-size: 100%;
}

#futari section li h2.soon {
  font-size: 150%;
}

#futari section li p {
  font-size: 90%;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

#futari .inner {
  width: 780px;
  margin: 70px auto 0;
}

#futari .inner h2 {
  width: 780px;
  font-size: 180%;
  line-height: 1.3;
  margin-bottom: 35px;
  float: left;
  clear: both;
  font-weight: 500;
}

#futari .inner h2 a {
  text-decoration: none;
  color: #1a2f63;
}

#futari .inner h3 {
  clear: both;
  margin: 30px 0 30px;
  padding-left: 10px;
  border-left: 2px solid #192f63;
  line-height: 1.4;
  font-weight: 500;
  font-size: 130%;
}

#futari .inner p {
  text-align: left;
  margin: 0 0 35px;
  font-size: 105%;
  font-weight: 500;
}

#futari .inner p+h2 {
  margin-top: 15px;
}

#futari .inner a.wbal {
  word-break: break-all;
}

#futari .inner img {
  width: 186px;
  height: 186px;
  float: right;
  margin: -50px 0 35px 25px;
}

#futari .inner img.vol26 {
	width: 80%;
	height: auto;
	float: none;
	margin: 0;
}

#futari .inner .center img {
  width: 400px;
  height: auto;
  float: none;
  margin: 0 auto 60px;
}
#futari .inner .center780 img {
  width: 780px;
  height: auto;
  float: none;
  margin: 0 auto 60px;
}

#futari .inner .center img.large {
  width: 500px;
}

#futari .inner .table_style_01 {
  margin-bottom: 30px;
}

#futari .inner .table_style_01 th {
  width: 70px;
}

#futari .inner .table_style_01 th,
#futari .inner .table_style_01 td {
  padding: 10px;
  line-height: 1.8;
}

/* 20200123 clicknet 追加　start */
#futari .inner .center p {
  text-align: center;
  margin-bottom: 5px;
}

#futari .inner .center figure {
  width: auto;
  max-width: 700px;
  margin: 0 auto 60px;
}

#futari .inner .center figure img {
  width: 100%;
  margin: 0 auto;
  max-width: none;
}

#futari .inner .center.full img {
  width: 100%;
  max-width: fit-content;
}

#futari .inner .center figcaption {
  margin-top: 1em;
  font-size: 80%;
  text-align: center;
  line-height: normal;
}

#futari .inner .prof {
  padding: 0;
  background-color: #f4eee8;
  box-sizing: border-box;
  overflow: hidden;
}

#futari .inner .prof p {
  margin: 15px auto 0;
  padding-left: 1em;
  font-size: 95%;
}

#futari .inner .prof p span {
  font-size: 120%;
}

#futari .inner .prof img {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: auto;
  padding-left: 1em;
}

#futari .inner .prof.prof_vol21 img {
  max-width: 380px;
}

#futari .inner .prof.prof_vol21 p {
  padding: 1em;
  margin: 0;
}

#futari.interview01 .inner .prof p,
#futari.column14 .inner .prof p {
  margin: 15px auto;
  padding-left: 1em;
  font-size: 95%;
}

#futari.interview01 .inner .prof img,
#futari.column14 .inner .prof img {
  width: 100%;
  max-width: 170px;
  height: auto;
  margin: auto;
  padding-left: 1em;
}

#futari.interview03 .name_color_blue,
#futari.interview04 .name_color_blue {
  color: #333333;
  font-weight: bold;
}

#futari.interview03 .name_color_red,
#futari.interview04 .name_color_red {
  color: #d31c21;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #futari .inner .prof {
    padding: 30px 0 20px;
  }

  #futari .inner .prof img {
    max-width: 300px;
    width: 80%;
    padding-left: 0;
  }

  #futari .inner .prof.prof_vol21 img {
    width: 90%;
  }

  #futari .inner .prof p {
    padding: 0 1em;
  }

	#futari .inner img.vol26 {
		max-width: 100%;
		width: 100%;
		height: auto;
		float: none;
		margin: 0;
	}
}

/* 20200123 追加　end */
#futari h2.other {
  font-size: 160%;
  line-height: 1.3;
  margin: 0 auto 20px;
  padding-top: 10px;
  text-align: center;
  font-weight: 500;
}

#matching h2.other {
  font-size: 160%;
  line-height: 1.3;
  margin: 0 auto 20px;
  padding-top: 10px;
  text-align: center;
  font-weight: 500;
}


#design h2.other {
  font-size: 160%;
  line-height: 1.3;
  margin: 0 auto 20px;
  padding-top: 10px;
  text-align: center;
  font-weight: 500;
}

#futari .question {
  width: 780px;
  margin: 0 auto;
}

#futari .question h2 {
  font-size: 180%;
  line-height: 1.3;
  margin: 0 auto 20px;
  padding-top: 20px;
  text-align: left;
  font-weight: 500;
}

#futari .question dl {
  background-color: #fff;
  border: 5px solid #1a2f63;
  margin-bottom: 20px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

#futari .question dt {
  width: 110px;
  clear: both;
  float: left;
  border-top: 1px solid #aa7d49;
  font-size: 200%;
  color: #d31c21;
  text-align: center;
  position: relative;
  padding: 24px 30px;
  box-sizing: border-box;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
}

#futari .question dt:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  border-top: 2px solid #fff;
}

#futari .question dd {
  width: 660px;
  float: right;
  border-top: 1px solid #aa7d49;
  line-height: 1.6;
  position: relative;
  padding: 24px 30px 24px 0;
  box-sizing: border-box;
  font-weight: 500;
}

#futari .question dd:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -2px;
  width: 24px;
  border-top: 2px solid #fff;
}

#futari .question dt:first-of-type,
#futari .question dd:first-of-type {
  border-top: none;
}

#futari .toOther {
  text-align: left;
}

#futari .toOther a[target="_blank"] {
  background: url(../images/icon.png) no-repeat right center;
  background-size: 16px 14px;
  padding-right: 22px;
  color: #aa7d49;
}

#futari .toOther a {
  color: #aa7d49;
  text-decoration: none;
}

#futari .toOther a:hover {
  text-decoration: underline;
  opacity: 1;
}

#futari .toOther.btn_style a {
  border-radius: 5px;
  background-color: #aa7d49;
  padding: 15px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  text-align: center;
}

#futari .toOther.btn_style a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#futari .inner .txtlink {
  color: #192f63;
  text-decoration: underline;
}

#futari .inner .txtlink:hover {
  opacity: 1;
}

#futari .inner .txtlink[target="_blank"] {
  background: url(../images/icon.png) no-repeat right center;
  background-size: 16px 14px;
  padding-right: 22px;
}

#futari .inner .imgFlex300 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

#futari .inner .imgFlex300 img {
  border: 1px solid #ddd;
  width: 300px;
  height: auto;
  float: none;
  margin: 15px;
}

#futari .inner .listNum,
#futari .inner .listDisc {
  margin: 20px 0 40px;
  padding: 30px;
  background-color: #f4eee8;
}

#futari .inner .listDisc li {
  line-height: 1.8;
  margin: 0 0 10px;
  font-size: 105%;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  font-weight: 500;
  color: #192f63;
  list-style-type: disc;
  list-style-position: inside;
  width: 100%;
  text-align: left;
}

#futari .inner .listNum li {
  line-height: 1.8;
  margin: 0 0 10px;
  font-size: 105%;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  font-weight: 500;
  color: #192f63;
  list-style-type: decimal;
  list-style-position: inside;
  width: 100%;
  text-align: left;
}

#futari .inner .listQa {
  margin-bottom: 60px;
  width: 100%;
}

#futari .inner .listQa dd+dt {
  margin-top: 30px;
}

#futari .inner .listQa dt {
  line-height: 1.8;
  margin: 0 0 10px;
  font-size: 105%;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 500;
  color: #192f63;
  color: #d31c21;
}

#futari .inner .listQa dd {
  line-height: 1.8;
  margin: 0 0 10px;
  font-size: 105%;
  font-weight: 500;
}

#futari .inner .todoList {
  border: #1A2E63 4px solid;
  border-radius: 30px 0 30px 0;
  padding: 40px;
  margin-bottom: 40px;
}

#futari .inner .todoList h4 {
  text-align: center;
  font-weight: bold;
  font-size: 160%;
  padding-bottom: 40px;
}

#futari .inner .todoList h5 {
  font-weight: bold;
  border-bottom: 1px solid #1A2E63;
  padding-bottom: 20px;
}

#futari .inner .todoList ul+h5 {
  margin-top: 40px;
  line-height: 1.4;
}

#futari .inner .todoList ul li {
  text-align: left;
  color: #1A2E63;
  border-bottom: 1px dotted #ccc;
  width: 100%;
  padding: 15px 0;
  margin: 0;
  line-height: 1.4;
}

#futari .inner .todoList ul li:first-child {
  margin-top: 10px;
}

#futari .inner .todoList ul li:before {
  content: '□';
  padding-right: 10px;
}

/* コラム別 */
/* column18 */
/* column19 */
#futari.column18 .inner .center img,
#futari.column19 .inner .center img {
  width: 500px;
}

.indentAdd {
  text-indent: 1em;
}

#futari.column18 .example,
#futari.column19 .example {
  margin-bottom: 0;
  padding-left: 4%;
}

#futari.column18 .inner img.column18-img {
  display: block;
  width: 35%;
  height: 100%;
  margin: 0 0 35px 0;
  float: none;
}

#futari.column18 .inner img.column18-img.column18-img04,
#futari.column18 .inner img.column18-img.column18-img05 {
  display: block;
  width: 25%;
  height: 100%;
  margin: 0 0 20px 0;
  float: none;
}

#futari.column18 img.prof_img,
#futari.column19 img.prof_img {
  float: left;
  padding: 0 1em 0 0;
}

@media screen and (max-width: 560px) {

  #futari.column18 .inner .center img,
  #futari.column19 .inner .center img {
    max-width: 270px;
  }

  #futari.column18 .example,
  #futari.column19 .example {
    padding-left: 0;
  }

  #futari.column18 .inner img.column18-img,
  #futari.column19 .inner img.column19-img {
    width: 100%;
  }

  #futari.column18 .inner img.column18-img.column18-img04,
  #futari.column18 .inner img.column18-img.column18-img05 {
    width: 40%;
    margin: 0 auto 20px;
  }

  #futari.column18 img.prof_img,
  #futari.column19 img.prof_img,
  #futari.column20 img.prof_img {
    float: none;
    padding: 0;
    width: 60%;
  }

}

/* column19 */
#futari.column19 .inner h2 {
  font-size: 160%;
}

#futari.column19 .inner img.column19-img.column19-img01 {
  width: 25%;
  display: block;
  height: 100%;
  margin: 0 0 0 0;
  float: none;
}

#futari.column19 .inner img.column19-img.column19-img02 {
  width: 100%;
  margin: 0 auto 35px;
  display: block;
  height: 100%;
  float: none;
}

@media screen and (max-width: 560px) {
  #futari.column19 .inner h2 {
    font-size: 130%;
  }

  #futari.column19 .inner img.column19-img.column19-img01 {
    width: 100%;
  }

  #futari.column19 .inner img.column19-img.column19-img02 {
    max-width: 100%;
  }
}

#matching .inner {
  width: 780px;
  margin: 70px auto 0;
}

#matching .inner h2 {
  font-size: 180%;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 500;
}

#matching .inner p.intro {
  text-align: left;
  margin: 0;
  font-size: 105%;
  font-weight: 500;
}

#matching .inner h3 {
  clear: both;
  margin: 80px 0 40px;
  padding-left: 15px;
  border-left: 5px solid #192f63;
  line-height: 1.4;
  /*font-weight: 500;*/
  font-weight: bold;
  /*font-size: 130%;*/
  font-size: 170%;
}

#matching .inner img {
  max-width: 400px;
  margin: 0 auto 40px;
  display: block;
}

#matching .inner h4 {
  margin: 40px 0 0;
  border-bottom: 2px dotted #192f63;
  font-weight: 500;
  font-size: 120%;
  line-height: 1.4;
  padding-bottom: 8px;
}

#matching .inner p {
  text-align: left;
  margin: 0 0 30px;
  font-size: 105%;
  font-weight: 500;
}

#matching .inner h3+p {
  margin-top: 20px;
}

#matching .inner ul,
#matching .inner ol {
  margin: 20px 0 40px;
  padding: 30px;
  background-color: #f4eee8;
  display: block;
}

#matching .inner li {
  line-height: 1.8;
  margin: 0 0 10px;
  font-size: 105%;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  font-weight: 500;
  color: #192f63;
  list-style-type: disc;
  list-style-position: inside;
}

#matching .inner ol li {
  line-height: 1.8;
  margin: 0 0 10px;
  font-size: 105%;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  font-weight: 500;
  color: #192f63;
  list-style-type: decimal;
  list-style-position: inside;
}

#matching .inner li:last-child {
  margin: 0;
}

#matching .inner a[target="_blank"] {
  background: url(../images/icon.png) no-repeat right center;
  background-size: auto auto;
  background-size: 14px 12px;
  padding-right: 18px;
}

#matching .inner a {
  color: #aa7d49;
  text-decoration: none;
  word-break: break-all;
}

#matching .inner a:hover {
  text-decoration: underline;
  opacity: 1.0;
}

#matching .inner .attention {
  margin: 20px 0 40px;
  padding: 30px;
  background-color: #F4F7FB;
}

#matching .inner .attention>p {
  margin-bottom: 0;
}

#matching .inner ul.point_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
  padding: 30px 0 40px 0;
  border-bottom: 1px #1a2f63 solid;
  margin-bottom: 30px;
  background-color: #fff;
}

#matching .inner ul.point_list li {
  width: 600px;
  font-size: 140%;
  line-height: 1.3;
  font-weight: 500;
  list-style: none;
  margin-bottom: 20px;
}

#matching .inner ul.point_list li a {
  text-decoration: none;
  color: #1a2f63;
  position: relative;
}

#matching .inner ul.point_list li a:hover {
  text-decoration: underline;
  opacity: 1;
}

#matching .inner ul.point_list li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -30px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #1a2f63;
  border-bottom: 1px solid #1a2f63;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#matching .inner ul.point_list li a br {
  display: none;
}

#calendar .inner {
  width: 1010px;
  margin: 40px auto 0;
}

#calendar .inner dl {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
}

#calendar .inner dt {
  width: 190px;
  font-size: 300%;
  background-color: #aa7d49;
  color: #fff;
  box-sizing: border-box;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#calendar .inner dd {
  width: 820px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  border-top: 5px solid #1a2f63;
  border-right: 5px solid #1a2f63;
  border-bottom: 5px solid #1a2f63;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 20px 47px;
  font-size: 90%;
  line-height: 1.8;
  font-weight: 500;
}

#calendar .inner dd:first-of-type {
  text-align: center;
}

#calendar .inner dd h2 {
  font-size: 150%;
  line-height: 1.3;
  margin-bottom: 8px;
  font-weight: 500;
}

#calendar .inner dd h2 a {
  color: #1a2f63;
  text-decoration: underline;
  /*text-decoration: none;*/
  display: block;
}

#calendar .inner dd h2 a:hover,
#calendar .inner dd a:hover,
#calendar .inner p.twt a:hover {
  text-decoration: underline;
  opacity: 1;
}

#calendar .inner dd a {
  color: #aa7d49;
  text-decoration: none;
  display: block;
}

#calendar .inner dd a[target="_blank"] {
  background: url(../images/icon.png) no-repeat right center;
  background-size: 14px 12px;
  padding-right: 18px;
}

#calendar .inner dd a[href$=".pdf"] {
  background: url(../images/icon_pdf.png) no-repeat right center;
  background-size: 11px 14px;
  padding-right: 6px;
}

#calendar .inner p.twt a[target="_blank"] {
  background: url(../images/icon.png) no-repeat right center;
  background-size: 14px 12px;
  padding-right: 18px;
}

#calendar .inner p.twt a {
  color: #aa7d49;
  text-decoration: none;
  display: block;
}

.twt2 a {
  color: #aa7d49 !important;
  text-decoration: none;
}

.twt2 a.noneIcon {
  background: none !important;
  padding: 0;
  margin: 0;
}

.eventIcon {
  padding: 0 15px 0 0 !important;
  margin: 0 3px 0 0;
}

.eventlink {
  background: url(../images/icon.png) no-repeat right center;
  background-size: 16px 14px;
  padding-right: 22px;
  color: #aa7d49;
  text-decoration: none !important;

}


.twt2 a[target="_blank"] {
  background: url(../images/icon.png) no-repeat right center;
  background-size: 14px 12px;
  padding-right: 18px;
}

.twt3 a {
  color: #aa7d49 !important;
}

.twt3 a[target="_blank"] {
  background: url(../images/icon.png) no-repeat right center;
  background-size: 16px 14px;
  padding-right: 26px;
  color: #aa7d49;
}

.cal_info {
  border: 4px solid #1a2e63;
  padding: 15px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}

.cal_info2 {
  border: 1px solid #1a2e63;
  padding: 15px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-top: 20px !important;
  text-align: center !important;
  font-size: 120% !important;
  line-height: 1.2em !important;
}

.cal_info_text {
  font-size: 80% !important;
}

#calendar .inner dd .boxLeft {
  float: left;
  width: calc(100% - 200px);
}

#calendar .inner dd .boxRight {
  width: 200px;
  float: right;
}

#calendar .inner dd img {
  width: 200px;
  height: auto;
  margin: 8px 0 0 20px;
}

#calendar .inner td img {
  /*width: 200px;*/
  /*width: 400px;*/
  height: auto;
  margin: 8px 0 0;
  padding: 0;
  text-align: left;
  border: 1px solid #ddd;
}

#calendar .report {
  font-size: 1.25em !important;
  margin: 1em auto auto 1em;
  border: 2px solid #1a2e63;
  padding: 3px 40px;
  display: inline-flex !important;
  border-radius: 10px 0px 10px;
}

.repo_botton {
  text-align: center;
}

.repo_botton a:hover {
  background-color: #CCD6F1;
}

.repo_dl {
  margin-left: 1em;
}

.repo_dl dt {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0em !important;
}


#calendar .report2 {
  font-size: 1.4em !important;
  margin: 0 auto 2em;
  border: 1px solid #1a2e63;
  padding: 10px 50px;
  display: inline-flex !important;
  border-radius: 10px 0px 10px;
  color: #aa7d49;
  text-decoration: none;
  font-weight: bold;
}


#calendar .inner .imgFlex300 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

#calendar .inner .imgFlex300 img {
  border: 1px solid #ddd;
  width: 400px;
  height: auto;
  float: none;
  margin: 15px;
}

#calendar td a[target="_blank"] {
  background: url(../images/icon.png) no-repeat right center;
  background-size: 16px 14px;
  padding-right: 22px;
  color: #aa7d49;
}

#calendar td a[href$=".pdf"] {
  background: url(../images/icon_pdf.png) no-repeat right center;
  background-size: 14px 17px;
  padding-right: 8px;
}

#calendar .re_link a[target="_blank"] {
  background: url(../images/icon.png) no-repeat right center;
  background-size: 16px 14px;
  padding-right: 22px;
  color: #aa7d49;
}

#calendar .re_link a[href$=".pdf"] {
  background: url(../images/icon_pdf.png) no-repeat right center;
  background-size: 14px 17px;
  padding-right: 8px;
}

#calendar td a.noneIcon {
  background: none;
  padding: 0;
  margin: 0;
}

.noneIcon {
  background: none !important;
  padding: 0;
  margin: 0;
}

#calendar .inner h2 {
  font-size: 180%;
  line-height: 1.3;
  margin: 0 0 30px;
  font-weight: 500;
}

#calendar .inner p {
  text-align: left;
  margin: 0 0 10px;
  font-size: 105%;
}

#calendar .inner p.intro {
  margin: 0 0 40px;
}

#calendar .inner p.introTop {
  margin: 0 0 40px;
  text-align: center;
  font-size: 120%;
}

#calendar .inner p.toOther {
  text-align: center;
  margin: 30px auto 0;
  color: #192f63;
}

#calendar .inner p.toOther a {
  color: #192f63;
  text-decoration: none;
}

#calendar .inner p.toOther a:hover {
  text-decoration: underline;
  opacity: 1;
}

#calendar .inner ol,
#calendar .inner ul {
  margin: 0 0 40px;
  padding: 0;
}

#calendar .inner ul.comments {
  margin: 0 0 20px;
}

#calendar .inner ol li,
#calendar .inner ul li,
#calendar .inner ul.comments li {
  line-height: 1.8;
  list-style-position: inside;
  margin-bottom: 10px;
  font-size: 105%;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
}

#calendar .inner ol li {
  list-style-type: decimal;
  font-weight: 500;
}

#calendar .inner ul li {
  list-style-type: disc;
  font-weight: 500;
}

#calendar .inner ul.comments li {
  list-style-type: none;
  font-size: 90%;
}

#calendar .inner h3 {
  margin: 40px 0 20px;
  border-left: 2px solid #192f63;
  font-weight: 500;
  font-size: 130%;
  padding-left: 10px;
  line-height: 1.4;
}

#calendar .inner address {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 105%;
  line-height: 1.8;
}

#calendar .inner address ul.comments {
  margin: 0;
}

#calendar .inner address ul.comments li {
  margin: 0;
}

#calendar .plan {
  margin: 0 54px;
}

#calendar .plan h2 {
  font-size: 180%;
  line-height: 1.3;
  margin: 40px 0 30px;
  float: none;
  clear: none;
  font-weight: 500;
}

#calendar .plan ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
}

#calendar .plan li:last-child,
#calendar .plan li:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}

#calendar .plan li {
  width: 470px;
  color: #1a2f63;
  list-style-type: disc;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 20px;
  list-style-position: inside;
  line-height: 1.6;
  font-weight: 500;
}

#calendar .plan li a {
  color: #1a2f63;
}

#calendar .plan li a:hover {
  opacity: 1;
}

#calendar .inner .logomark {
  margin: 30px 0 40px;
  padding: 30px;
  background-color: #f4eee8;
}

#calendar .inner .logomark>h3 {
  margin-top: 10px;
}

a[href$=".pdf"],
a[href$=".doc"],
a[href$=".docx"] {
  padding-right: 8px;
  color: #aa7d49;
  text-decoration: none;
}

.event_icon2 a[href$=".pdf"],
a[href$=".doc"],
a[href$=".docx"] {
  padding-right: 20px !important;
}

#calendar .inner p a[href$=".pdf"],
#calendar .inner p a[href$=".doc"] {
  padding-right: 18px;
}

a[href$=".pdf"] {
  background: url(../images/icon_pdf.png) no-repeat right center;
  background-size: 13px 16px;
}

.BottomButton a[href$=".pdf"] {
  background-image: none;
}

.notice_box a[href$=".pdf"] {
  background-image: none;
}

a[href$=".doc"] {
  background: url(../images/icon_doc.png) no-repeat right center;
  background-size: 13px 16px;
}

a[href$=".docx"] {
  background: url(../images/icon_doc.png) no-repeat right center;
  background-size: 13px 16px;
}

a:hover[href$=".pdf"],
a:hover[href$=".doc"],
a:hover[href$=".docx"] {
  text-decoration: underline;
  opacity: 1;
}

.inner ul.comments li a[href$=".pdf"] {
  background: url(../images/icon_pdf.png) no-repeat right center;
  background-size: 11px 14px;
}

.inner ul.comments li a[href$=".doc"] {
  background: url(../images/icon_doc.png) no-repeat right center;
  background-size: 11px 14px;
}

#policy .inner,
#about .inner  {
  /*width: 780px;*/
  width: 1010px;
  margin: 70px auto 0;
}

#policy .inner h2,
#about .inner h2 {
  font-size: 180%;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 500;
}

#policy .inner p,
#about .inner p {
  text-align: left;
  margin: 0 0 35px;
  font-size: 105%;
}

#policy .inner p+h2,
#about .inner p+h2 {
  padding-top: 15px;
}

#policy .inner ol,
#policy .inner ul,
#policy .inner ul.comments,
#about .inner ol,
#about .inner ul,
#about .inner ul.comments {
  margin: 0 0 40px;
  padding: 0;
}

#policy .inner ol li,
#policy .inner ul li,
#policy .inner ul.comments li,
#about .inner ol li,
#about .inner ul li,
#about .inner ul.comments li {
  line-height: 1.8;
  list-style-position: inside;
  margin-bottom: 10px;
  font-size: 105%;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
}

#policy .inner ol li,
#about .inner ol li {
  list-style-type: decimal;
  font-weight: 500;
}

#policy .inner ul li,
#about .inner ul li {
  list-style-type: disc;
  font-weight: 500;
}

#policy .inner ul.comments li,
#about .inner ul.comments li {
  list-style-type: none;
  font-size: 90%;
}

#policy .inner h3,
#about .inner h3 {
  margin: 0 0 30px;
  border-left: 2px solid #192f63;
  font-weight: 500;
  font-size: 130%;
  padding-left: 10px;
  line-height: 1.4;
}

#policy .inner h4,
#about .inner h4 {
  margin: 0 0 30px;
  border-bottom: 2px dotted #192f63;
  font-weight: 500;
  font-size: 120%;
  line-height: 1.4;
  padding-bottom: 8px;
}

#policy .inner img,
#about .inner img {
  float: right;
  margin: 0 0 0 40px;
  padding: 0;
  display: block;
  clear: both;
}

.policy_hr {
  margin: 7em auto 2em;
  width: 90%;
  color: #1a2f63;
  height: 2px;
  background-color: #1a2f63;
  border: none;
}

#support .inner {
  width: 1010px;
  margin: 40px auto 0;
}

#support .inner h2 {
  font-size: 180%;
  line-height: 1.3;
  margin: 0 0 30px;
  padding-top: 30px;
  font-weight: 500;
}

#support .inner h3 {
  margin: 0 0 30px;
  padding-left: 7px;
  border-left: 2px solid #192f63;
  line-height: 1.6;
  font-weight: 500;
}

#support .inner h4 {
  padding-bottom: 20px;
  line-height: 1.6;
  font-weight: 500;
}

#support .inner h4:before {
  content: '・';
}

#support .inner p {
  text-align: left;
  font-size: 90%;
}

#support .inner ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px #1a2f63 solid;
  margin-bottom: 30px;
}

#support .inner li {
  width: 470px;
  font-size: 180%;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 10px
}

#support .inner li a {
  text-decoration: none;
  color: #1a2f63;
  position: relative;
}

#support .inner li a:hover {
  text-decoration: underline;
  opacity: 1;
}

/*
#support .inner li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -30px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #1a2f63;
  border-bottom: 1px solid #1a2f63;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
*/

.nigyou {
  font-size: 1em !important;
}

#support .inner li p {
  font-size: 60%;
  margin: 30px 0 0;
}

#support .inner table {
  width: 100%;
  color: #192f63;
  border: #192f63 1px solid;
  border-collapse: collapse;
  box-sizing: border-box;
  margin-bottom: 60px;
}

#support .inner table a {
  color: #aa7d49;
  text-decoration: none;
}

#support .inner table a[target="_blank"] {
  background: url(../images/icon.png) no-repeat right center;
  background-size: 18px 16px;
  padding-right: 25px;
  color: #aa7d49;
}

#support .inner table a:hover {
  color: #aa7d49;
  text-decoration: underline;
  opacity: 1;
}

#support .inner table th {
  width: 40%;
  padding: 20px;
  background-color: #f4eee8;
  border-bottom: #192f63 1px solid;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 1.6;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: 500;
}

#support .inner table td {
  padding: 20px;
  border-bottom: #192f63 1px solid;
  border-right: #ddd 1px solid;
  box-sizing: border-box;
  line-height: 1.6;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: 500;
}

#support .inner table td:last-child {
  border-right: #192f63 1px solid;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.sp_fl {
  width: 65%;
  display: table-cell;
  vertical-align: middle;
}

.sp_fr {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px
}

.down {
  margin-left: 5px;
}


.movie {
  /*width: 800px;
	height: 450px;
	margin: 0 auto 50px;*/
}

.movie {
  height: auto;
  padding-top: 0;
}

.movie a[target="_blank"] {
  background: url(../images/icon.png) no-repeat right center;
  background-size: auto auto;
  background-size: 18px 16px;
  padding-right: 25px;
  color: #aa7d49;
}

.movie a {
  text-decoration: none;
  word-break: break-all;
  padding: 3px 0;
}

.movie a:hover {
  text-decoration: underline;
}

.research {
  margin-top: 60px;
}

.research a[target="_blank"] {
  background: url(../images/icon.png) no-repeat right center;
  background-size: auto auto;
  background-size: 18px 16px;
  padding-right: 25px;
  color: #aa7d49;
}

.research a {
  text-decoration: none;
  word-break: break-all;
  padding: 3px 0;
}

.research a:hover {
  text-decoration: underline;
}

.result {
  margin-top: 60px;
}

.result a[target="_blank"] {
  background: url(../images/icon_pdf.png) no-repeat right center;
  background-size: auto auto;
  background-size: 14px 17px;
  padding-right: 20px;
  color: #aa7d49;
}

.result a {
  text-decoration: none;
  word-break: break-all;
  padding: 3px 0;
}

.result a:hover {
  text-decoration: underline;
}

#sitemap .inner {
  width: 1010px;
  margin: 40px auto 0;
}

#sitemap .inner h2 {
  font-size: 180%;
  line-height: 1.3;
  margin: 60px 0 20px;
  border-bottom: #ddd 1px solid;
  padding-bottom: 20px;
  font-weight: 500;
}

#sitemap .inner h2 a {
  color: #1a2f63;
  text-decoration: none;
  position: relative;
}

#sitemap .inner h2 a:hover {
  opacity: 1;
  text-decoration: underline;
}

#sitemap .inner h2 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -20px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #1a2f63;
  border-bottom: 1px solid #1a2f63;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#sitemap .inner ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
}

#sitemap .inner li {
  width: 470px;
  /*color: #aa7d49;*/
  color: #1a2f63;
  list-style-type: disc;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 20px;
  list-style-position: inside;
  line-height: 1.6;
  font-weight: 500;
}

#sitemap .inner li:last-child,
#sitemap .inner li:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}

#sitemap .inner li a {
  /*color: #aa7d49;*/
  color: #1a2f63;
  text-decoration: none;
}

#sitemap .inner li a:hover {
  opacity: 1;
  text-decoration: underline;
}

#event .inner {
  width: 1010px;
  margin: 40px auto 0;
}

#event .inner h2 {
  font-size: 180%;
  line-height: 1.3;
  margin: 50px 0 30px;
  padding-top: 30px;
  font-weight: 500;
}

#event .inner h2#policy_01,
#event .inner p#policy_01_p {
  color: #CB102B;
  margin: 20px 0 30px;
}

#event .inner h2#policy_02,
#event .inner p#policy_02_p {
  color: #A57D49;
}

#event .inner h2#policy_04,
#event .inner p#policy_04_p {
  color: #1a2f63;
}

#event .inner h2#policy_05,
#event .inner p#policy_05_p {
  color: #005B10;
}

#event .inner p#policy_01_p,
#event .inner p#policy_02_p,
#event .inner p#policy_04_p {
  /*margin: -10px 0 30px;*/
  margin: 0 0 15px;
}

#event .inner h2#policy_01 {
  margin: 20px 0 30px;
}

#event .inner h2#policy_02 {
  border-top: 1px #1a2f63 solid;
  margin: 70px 0 30px;
  padding-top: 60px;
}

#event .inner h2#policy_05 {
  border-top: 1px #1a2f63 solid;
  margin: 70px 0 30px;
  padding-top: 60px;
}

#event .inner h2#policy_04 {
  border-top: 1px #1a2f63 solid;
  margin: 70px 0 30px;
  padding-top: 60px;
}



#event .inner h2#policy_01_report {
  color: #CB102B;
  border-top: 1px #1a2f63 solid;
  padding-top: 50px;
}

#event .inner .policy_01_report_p {
  color: #CB102B;
}

#event .inner h2#policy_02_report {
  color: #A57D49;
  border-top: 1px #1a2f63 solid;
  padding-top: 50px;
}

#event .inner h2#policy_04_report {
  color: #A57D49;
  border-top: 1px #1a2f63 solid;
  padding-top: 50px;
}

#event .inner .policy_02_report_p {
  color: #A57D49;
}

#event .inner .policy_04_report_p {
  color: #A57D49;
}

#event .inner .toOther a[target="_blank"] {
  background: url(../images/icon.png) no-repeat right center;
  background-size: 16px 14px;
  padding-right: 22px;
  color: #aa7d49;
}

#event .inner .toOther a {
  text-decoration: none;
  color: #aa7d49;
}

#event .inner .toOther a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

#event .linkArea {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px #1a2f63 solid;
}

#event .imgFlex300 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

#event .imgFlex300 img {
  border: 1px solid #ddd;
  width: 300px;
  height: auto;
  float: none;
  margin: 15px;
}

#event .imgFlex200 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#event .imgFlex200 img {
  width: 200px;
  height: auto;
  float: none;
  margin: 15px;
}

#event .inner dl+h3 {
  margin-top: 40px;
}

#event .inner h3 {
  margin: 0 0 30px;
  padding-left: 7px;
  border-left: 2px solid #192f63;
  line-height: 1.6;
  font-weight: 500;
  font-size: 130%;
}

.otoi_hr {
  border-top: 1px #1a2f63 solid;
  margin-bottom: 3em;
}

#event .inner p {
  text-align: left;
  font-size: 105%;
}

.f100 {
  font-size: 100% !important
}

#event .inner dl {
  text-align: left;
  font-size: 105%;
  line-height: 1.8;
}

#event .inner dt {
  margin-top: 20px;
}

#event .inner dt:first-child {
  margin-top: 0;
}

#event .inner dd {
  margin-left: 1em;
}

#event .inner ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
  padding-bottom: 60px;
  border-bottom: 1px #1a2f63 solid;
  margin-bottom: 30px;
}

#event .inner li {
  font-size: 180%;
  line-height: 1.3;
  font-weight: 500;
}

#event .inner li br.title {
  display: none;
}

#event .inner li span {
  font-size: 55%;
}

#event .inner li:nth-child(1) {
  width: 37%;
}

#event .inner li:nth-child(2) {
  width: 40%;
}

#event .inner li:nth-child(3) {
  width: 20%;
}

.syousai_s li:nth-child(1) {
  width: 28% !important;
}

.syousai_s li:nth-child(2) {
  width: 28% !important;
}

.syousai_s li:nth-child(3) {
  width: 33% !important;
}

.syousai_s2 li:nth-child(1) {
  width: 10% !important;
}

.syousai_s2 li:nth-child(2) {
  width: 20% !important;
}

.syousai_s2 li:nth-child(3) {
  width: 20% !important;
}

.syousai_s2 li:nth-child(4) {
  width: 20% !important;
}

.syousai_s {
  justify-content: flex-end !important;
}

.syousai_s2 {
  /* [disabled]justify-content: flex-end !important; */
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.normal li {
  font-weight: normal !important;
}

.w660 {
  width: 660px;
}

.w800 {
  width: 800px;
}

.w1000 {
  width: 1000px;
}

.kaigi_s {
  line-height: 1.8em !important;
}

.harada {
  width: 129px;
  line-height: 1.3em !important;
  margin-left: 2em;
}

#event .inner li a {
  text-decoration: none;
  color: #1a2f63;
  position: relative;
}

#event .inner li:nth-child(1) a {
  color: #cb102b;
}

#event .inner li:nth-child(2) a {
  color: #a57d49;
}

#event .inner li:nth-child(3) a {
  color: #005B10;
}

#event .inner li a:hover {
  text-decoration: underline;
  opacity: 1;
}

#event .inner li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 60px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #1a2f63;
  border-bottom: 1px solid #1a2f63;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.syousai_s li a::after {
  right: -20px !important;
}

.syousai_s2 li a::after {
  right: -20px !important;
}

@-moz-document url-prefix() {
  #event .inner li a::after {
    right: -30px;
  }
}

#event .inner li:nth-child(1) a::after {
  border-right: 1px solid #cb102b;
  border-bottom: 1px solid #cb102b;
}

#event .inner li:nth-child(2) a::after {
  border-right: 1px solid #a57d49;
  border-bottom: 1px solid #a57d49;
  right: -40px;
}

@-moz-document url-prefix() {
  #event .inner li:nth-child(2) a::after {
    right: -30px;
  }
}

#event .inner li:nth-child(3) a::after {
  right: -30px;
}

#event .inner .notes {
  margin: 0 0 40px;
  padding: 0;
  border-bottom: none;
}

#event .inner .notes li {
  width: auto;
  line-height: 1.6;
  list-style-position: inside;
  margin-bottom: 10px;
  font-size: 105%;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
}

#event .inner .notes li {
  list-style-type: disc;
  font-weight: 500;
}

#event .inner .notes li:nth-child(1),
#event .inner .notes li:nth-child(2) {
  margin-bottom: 10px;
}

#event .inner li p {
  font-size: 60%;
  margin: 30px 0 0;
}

#event .inner table {
  width: 100%;
  color: #192f63;
  border: #192f63 1px solid;
  border-collapse: collapse;
  box-sizing: border-box;
  margin-bottom: 60px;
}

#event .inner table a {
  color: #aa7d49;
  text-decoration: none;
}

#event .inner table a[target="_blank"] {
  background: url(../images/icon.png) no-repeat right center;
  background-size: 18px 16px;
  padding-right: 25px;
  color: #aa7d49;
}

#event .inner table a:hover {
  color: #aa7d49;
  text-decoration: underline;
  opacity: 1;
}

#event .inner table th {
  width: 16%;
  padding: 20px;
  background-color: #f4eee8;
  border-bottom: #192f63 1px solid;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 1.6;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: 500;
}

#event .inner table td {
  padding: 20px;
  border-bottom: #192f63 1px solid;
  border-right: #ddd 1px solid;
  box-sizing: border-box;
  line-height: 1.6;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: 500;
}

#event .inner table td:last-child {
  border-right: #192f63 1px solid;
}

#event .inner .btn {
  /*width: 600px;*/
  width: 650px;
  margin: 0 auto 20px;
  text-align: center;
}

#event .inner .btn a {
  display: block;
  width: 600px;
  background-color: #1A2E63;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 30px;
  border-radius: 15px 0 15px 0;
  text-decoration: none;
  line-height: 1.4;
}

#event .inner .btn_txt {
  text-align: center;
  width: 100%;
  padding-top: 0;
  margin: 0 0 60px;
}

#event .inner .attention {
  margin: 0 0 60px;
  padding: 30px;
  background-color: #f4eee8;
}

#event .inner .attention p {
  margin: 0;
}

#event .detail {
  margin: 30px 0 0;
  padding: 0;
  overflow: hidden;
}

#event .detail dl {
  margin: 0;
  padding: 0;
}

#event .detail dt {
  width: 660px;
  float: left;
  line-height: 2;
  margin: 0 40px 0 0;
  font-weight: 500;
}

#event .detail dd {
  float: right;
}

#event .detail dd p {
  margin: 6px 0 0;
}

#event .detail img {
  width: 200px;
  height: auto;
}

#event .inner p.mark1,
#event .inner p.mark {
  font-size: 104%;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
}

#event .inner p.mark1 {
  margin: 10px 0 0;
}

#event .inner p.mark {
  margin: 0;
}

#design .inner {
  width: 1010px;
  margin: 40px auto 0;
}

#design .inner2 {
  width: 1010px;
  margin: 40px auto 0;
}

@media screen and (max-width: 1280px) {

  #top .futari,
  #top .bg_wrap {
    width: auto;
    margin: 0 30px;
  }
}

@media screen and (max-width: 1146px) {
  footer ul.snsBottom {
    margin: 85px 150px 0 0;
  }

  footer .btnTop {
    right: 90px;
  }
}

@media screen and (max-width: 1118px) {
  .breadcrumb p {
    color: #fff;
    margin: 0 0 13px 36px;
    font-size: 90%;
  }

  #futari section,
  #calendar section,
  #policy section,
  #about section,
  #support section,
  #sitemap section,
  #design section,
  #matching section,
  #event section {
    width: auto;
    margin: 0 30px;
    padding-bottom: 40px;
    padding: 0 30px 40px;
  }

  #futari section h1,
  #calendar section h1,
  #policy section h1,
  #about section h1,
  #support section h1,
  #sitemap section h1,
  #design section h1,
  #matching section h1,
  #event section h1 {
    padding-top: 60px;
    margin-bottom: 25px;
  }

  #futari section li {
    width: 306px;
  }

  #futari section li a {
    width: 306px;
  }

  #design section li a {
    width: 206px;
  }

  #calendar .inner {
    width: auto;
    margin: 40px 20px 0;
  }

  #calendar .inner dl {
    width: 100%;
    margin: 0 auto;
  }

  #calendar .inner dt {
    width: 20%;
  }

  #calendar .inner dd {
    width: 80%;
  }

  #calendar .inner dd .boxLeft {
    float: none;
    width: auto;
  }

  #calendar .inner dd .boxRight {
    float: none;
    margin: 30px auto 0;
  }

  #calendar .inner dd img {
    margin: 0;
  }

  #calendar .plan {
    margin: 0 20px;
  }

  #calendar .plan li {
    width: 45%;
  }

  #calendar .plan li:last-child,
  #calendar .plan li:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }

  #support .inner,
  #event .inner {
    width: auto;
    margin: 40px 20px 0;
  }

  #support .inner dt {
    width: 30%;
  }

  #support .inner dd {
    width: 70%;
  }

  #event .inner li:nth-child(1) {
    width: 100%;
    margin-bottom: 40px;
  }

  #event .inner li:nth-child(2) {
    width: 100%;
    margin-bottom: 40px;
  }

  #event .inner li:nth-child(3) {
    width: 100%;
  }

  .syousai_s li:nth-child(1) {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .syousai_s li:nth-child(2) {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .syousai_s li:nth-child(3) {
    width: 100% !important;
  }

  .syousai_s2 li:nth-child(1) {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .syousai_s2 li:nth-child(2) {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .syousai_s2 li:nth-child(3) {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .syousai_s2 li:nth-child(4) {
    width: 100% !important;
  }

  .w660 {
    width: auto;
  }

  .w800 {
    width: auto;
  }

  .w1000 {
    width: auto;
  }

  #event .inner .btn {
    width: auto;
  }

  #event .inner .btn a {
    width: auto;
  }

  #event .detail dt {
    width: auto;
    float: none;
    margin: 0 0 40px;
  }

  #event .detail dd {
    float: none;
  }

  #event .detail dd p {
    text-align: center;
    margin: 10px 0 0;
  }

  #event .detail img {
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  #sitemap .inner {
    width: auto;
    margin: 40px 20px 0;
  }

  #sitemap .inner li {
    width: 45%;
  }

  #sitemap .inner li:last-child,
  #sitemap .inner li:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }

  #support .inner li {
    width: 45%;
  }

  .movie {
    width: 80%;
    position: relative;
  }

  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1088px) {
  #top .pcEvent_1088 {
    display: none;
  }

  #top .contents {
    width: auto;
    margin: 50px 30px 0;
  }

  #top .contents li:nth-child(2),
  #top .contents li:nth-child(4),
  #top .contents li:nth-child(8) {
    margin-right: 0;
  }

  #top .contents li:nth-child(3) {
    margin-right: 34px;
  }

  #top .contents li:nth-child(1),
  #top .contents li:nth-child(2),
  #top .contents li:nth-child(3),
  #top .contents li:nth-child(4),
  #top .contents li:nth-child(5),
  #top .contents li:nth-child(6),
  #top .contents li:nth-child(7),
  #top .contents li:nth-child(8),
  #top .contents li:nth-child(9),
  #top .contents li:nth-child(10),
  #top .contents li:nth-child(11) {
    margin-bottom: 34px;
  }

  /* レイアウトで対応 */
  #top .contents li:last-child {
    margin-right: 0;
  }

  #top .futari,
  #top .bg_wrap {
    background-size: 25% auto, 25% auto;
    background-position: top 30px, top 30px;
  }

  #top .download {
    width: auto;
    margin: 75px 30px 0;
  }

  #top .contents li p.discontinued {
    font-size: 14px;
  }

  footer .bottom {
    width: auto;
    margin: 133px 30px 80px;
  }

  footer ul.snsBottom {
    margin: 85px 140px 0 0;
  }

  footer .btnTop {
    right: 30px;
  }

  #futari footer .bottom,
  #calendar footer .bottom,
  #policy footer .bottom,
  #about footer .bottom,
  #support footer .bottom,
  #sitemap footer .bottom,
  #design footer .bottom,
  #matching footer .bottom,
  #event footer .bottom {
    width: auto;
    margin: 52px 30px 80px;
  }

  footer ul.linkBottom1 {
    margin-right: 30px;
  }

  footer ul.linkBottom2 {
    margin-right: 30px;
  }

  footer ul.linkBottom3 {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1080px) {

  #futari section,
  #calendar section,
  #policy section,
  #about section,
  #support section,
  #sitemap section,
  #design section,
  #matching section,
  #event section {
    padding: 0 50px 40px;
  }

  #futari section ul {}
}

@media screen and (max-width:960px) {
  .news ul {
    width: 500px;
  }

  #top .notice_box {}

  #futari .inner {
    width: auto;
    margin: 70px 20px 0;
  }

  #design .inner2 {
    width: auto;
    margin: 40px auto 0;
  }

  #futari .inner h2 {
    width: auto;
    float: none;
    clear: none;
  }

  #futari .inner p,
  #policy .inner p,
  #about .inner p,
  #support .inner p,
  #sitemap .inner p,
  #event .inner p {
    text-align: none;
    margin: 0 0 35px;
  }

  #futari .inner img {
    float: none;
    margin: 35px auto;
  }

  #futari .question {
    width: auto;
    margin: 0 20px;
  }

  #futari .question dl {}

  #futari .question dt {
    width: auto;
    height: auto;
    float: none;
    padding: 24px 30px 0;
    justify-content: left;
  }

  #futari .question dd {
    width: auto;
    height: auto;
    float: none;
    padding: 24px 30px 24px 30px;
    border: none;
  }

  #futari .question dt:before {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -2px;
    width: 24px;
    border-top: 2px solid #fff;
  }

  #futari .futari_top_img {
    max-width: 800px;
    width: 100%;
    height: auto;
  }

  #matching .inner {
    width: auto;
    margin: 70px 20px 0;
  }

  #matching .inner p {
    margin: 0 0 30px;
  }

  #policy .inner,
  #about .inner {
    width: auto;
    margin: 70px 20px 0;
  }

  #policy .inner img,
  #about .inner img {
    float: none;
    margin: 0 auto 30px;
  }

  .movie {
    width: 100%;
    position: relative;
  }

  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width:900px) {
  #calendar .inner dl {
    width: 100%;
    margin: 0 auto;
  }

  #calendar .inner dt {
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
  }

  #calendar .inner dd {
    width: 100%;
    border-left: 5px solid #1a2f63;
    padding: 30px;
    margin-bottom: 20px;
  }

  #support .inner dl {
    width: 100%;
    margin: 0 auto;
  }

  #support .inner dt {
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 0;
  }

  #support .inner dt br {
    display: none;
  }

  #support .inner dd {
    width: 100%;
    border-left: 5px solid #1a2f63;
    padding: 30px 30px 10px;
    margin-bottom: 20px;
  }

  #futari section img {
    max-width: 800px;
    width: 100%;
    height: auto;
  }

  #futari .inner .center img {
    width: 100%;
    height: auto;
  }

  #futari .inner .center780 img {
    max-width: 100%;
    height: auto;
}

  .seminar_map {
    max-width: 800px;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width:870px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  #top header {
    height: 70px;
    margin: 0 20px;
  }

  #futari header,
  #calendar header,
  #policy header,
  #about header,
  #support header,
  #sitemap header,
  #matching header,
  #event header {
    height: 70px;
    margin: 0 20px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
  }

  .menu-trigger {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 2;
    float: right;
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: rgb(255, 255, 255, 0.5);
  }

  .menu-trigger span {
    position: absolute;
    background: #4C4C4C;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 15px;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 15px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  .g-nav {
    display: none;
    /*position: absolute;*/
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #fff;
    font-family: "Yu Mincho", "YuMincho";
  }

  .g-nav .list {
    padding: 0;
  }

  .g-nav .list .item {
    border-bottom: 1px solid #7F7F80;
  }

  .g-nav .list .item a {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #4C4C4C;
    padding: 18px;
  }

  .g-nav li.hp a {
    border: 12px solid #F3F3F3;
  }

  .g-nav .list li.hp a {
    text-align: center;
    padding: 10px 0;
  }

  .g-nav .list li.hp {
    border-bottom: none;
  }

  form {
    float: none;
    max-width: 800px;
    margin: 35px 0 0;
    padding: 0;
  }

  .msta_menu_sp,
  .search_container_sp {
    width: auto;
    box-sizing: border-box;
    margin: 20px 20px 0;
    padding: 0;
  }

  .msta_menu_sp select,
  .search_container_sp input[type="text"] {
    width: 80%;
    background: #fff;
    border: 1px solid #7E7E7F;
    height: 39px;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0;
    padding: 0 5px;
    font-size: 100%;
    box-sizing: border-box;
    font-family: "Yu Mincho", "YuMincho";
  }

  .msta_menu_sp select {
    width: 60%;
  }


  .search_container_sp input[type="text"]:focus {
    outline: 0;
  }

  .search_container_sp input[type="submit"] {
    cursor: pointer;
    font-family: FontAwesome;
    border: none;
    background: #4C4C4C;
    color: #fff;
    outline: none;
    width: 39px;
    height: 39px;
    margin: 0 0 2px;
    padding: 0;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 100%;
  }

  .logo {
    margin: 20px 0 0;
  }

  .areaMain {
    height: auto;
  }

  #top section {
    width: auto;
    margin: 100px 30px 0;
  }

  .main {
    width: 260px;
  }

  .lead {
    width: 340px;
  }

  .breadcrumb p {
    margin: 0 10px 13px 10px;
    font-size: 70%;
    line-height: 1.4;
  }

  #support .inner table,
  #event .inner table {
    border-bottom: none;
  }

  #support .inner table tr,
  #event .inner table tr {
    display: block;
    width: 100%;
  }

  #support .inner table th,
  #event .inner table th {
    display: block;
    width: 100%;
  }

  #support .inner table td,
  #event .inner table td {
    display: block;
    width: 100%;
  }

  #support .inner table td:last-child,
  #event .inner table td:last-child {
    border-right: none;
  }

  #support .inner li a::after {
    display: none;
  }

  .down {
    display: inline;
    margin-left: 5px;
  }

  .event_rogo {
    vertical-align: top;
    display: block !important;
    margin-top: -13px !important;
  }
}

@media screen and (max-width:826px) {
  footer ul.linkBottom3 {
    margin-right: 30px;
  }

}

@media screen and (max-width: 793px) {

  #futari section,
  #calendar section,
  #policy section,
  #about section,
  #support section,
  #sitemap section,
  #design section,
  #matching section,
  #event section {
    padding: 0 20px 40px;
  }

  #futari section ul {
    width: 540px;
  }

  #futari section li {
    width: 260px;
  }

  #futari section li a {
    width: 260px;
  }

  #design section li a {
    width: 206px;
  }

  #support .inner li,
  #event .inner li {
    width: 100%;
    margin-bottom: 40px;
  }

  #support .inner li {
    margin-bottom: 20px;
    font-size: 1.5em;
  }

  .sp_fl {
    margin-top: 0;
  }

  .sp_fr {
    padding-left: 15px;
  }

  .sp_fr img {
    width: 100%;
  }

  .down {
    display: inline;
    margin-left: 5px;
  }

  #support .inner li:last-child,
  #event .inner li:last-child {
    margin-bottom: 0;
  }

  #support .inner li p,
  #event .inner li p {
    margin: 15px 0 0;
  }

  #calendar .plan {
    margin: 0;
  }
}

@media screen and (max-width: 790px) {
  .main {
    float: none;
    padding-top: 0;
    margin: 0 auto 40px;
  }

  .emergency {
    width: 50%;
    font-size: 170%;
  }

  .lead {
    float: none;
    margin: 0 auto;
  }

  .info {
    margin: 0 30px;
  }

  .news {
    width: auto;
    float: none;
  }

  .news h2 {
    width: 76px;
    float: none;
    margin-bottom: 10px;
  }

  .news ul {
    width: auto;
    float: none;
  }

  .news li {
    line-height: 1.6;
    margin-bottom: 6px;
  }

  .news .banner {
    width: 100%;
    padding: 7% 0 0;
    margin-bottom: 30px;
    margin-top: 10%;
  }

  .news .banner img {
    width: 100%;
  }

  .news .banner::before {
    left: 0px;
    width: 30%;
    height: 30%;
    top: -12%;
  }

  #top .futari {
    margin: 0 auto;
    height: auto;
  }

  #top .contents ul {
    width: 674px;
    margin: 50px auto 0;
  }

  #top .contents li a {
    width: 320px;
  }

  .futari_f {
    width: auto;
    display: block;
  }

  .sns_wrapper {
    display: flex;
    margin: 30px auto 0;
    justify-content: right;
  }
}

@media screen and (max-width: 770px) {
  #futari section .start.link_col3,
  #matching section .start.link_col3 {
    width: auto;
  }

  .sp_only {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .life_year {
    text-align: center;
  }
}


@media screen and (max-width: 736px) {
  #top .contents ul {
    width: 634px;
  }

  #top .contents li a {
    width: 300px;
  }

  #matching .inner ul.point_list li {
    width: 95%;
    font-size: 120%;
    text-indent: 0;
    padding-left: 0;
  }

  #matching .inner ul.point_list li a:after {
    top: 1px;
    right: 0;
  }

  #matching .inner ul.point_list li a {
    display: block;
  }

  #matching .inner ul.point_list li a br {
    display: block;
  }

  #futari section .start {
    width: auto;
  }
}

@media screen and (max-width: 693px) {
  #top .contents ul {
    width: 614px;
  }

  #top .contents li a {
    width: 290px;
  }
}

@media screen and (max-width: 672px) {
  #top .contents ul {
    width: 400px;
  }

  #top .contents li {
    margin-right: 0;
  }

  #top .contents li a {
    width: 400px;
  }

  #top .contents li:nth-child(3) {
    margin-right: 0;
  }

  #futari section,
  #calendar section,
  #policy section,
  #about section,
  #support section,
  #sitemap section #design section,
  #matching section,
  #event section {
    padding: 0 20px 40px;
  }

  #futari section ul {
    width: auto;
  }

  #futari section li {
    width: 380px;
  }

  #futari section li a {
    width: 380px;
  }

  #design section li a {
    width: 206px;
  }

  #futari section li:nth-child(1),
  #futari section li:nth-child(2),
  #futari section li:nth-child(3),
  #futari section li:nth-child(4) {
    margin-bottom: 20px;
  }

  #futari section .link_col3 li:nth-child(1),
  #futari section .link_col3 li:nth-child(2),
  #futari section .link_col3 li:nth-child(3),
  #futari section .link_col3 li:nth-child(4) {
    margin-bottom: 5px;
  }

  #futari section .start li,
  #matching section .start li {
    width: 380px;
  }

  #futari section .start li:nth-child(odd) {
    margin-right: 0;
  }

  #futari section .start.link_col3 li:nth-child(odd) {
    margin-right: 5px;
  }

  #futari section .start li:nth-child(3) {
    margin-bottom: 20px;
  }

  #futari section .start.link_col3 li:nth-child(3) {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 630px) {
  footer ul.linkBottom3 {
    margin-right: 30px;
  }

  .emergency {
    width: 70%;
  }
}

@media screen and (max-width: 600px) {
  #top .futari {
    padding-top: 160px;
  }

  #top .futari {
    background-size: 47% auto, 47% auto;
  }

  .search_container_sp select,
  .search_container_sp input[type="text"] {
    width: 60%;
  }



  #sitemap .inner li {
    width: 100%;
  }

  #calendar .inner td img {
    width: 200px;
    height: auto;
  }

  #calendar .plan li {
    width: 100%;
  }

  #calendar .plan li:nth-last-child(2):nth-child(odd) {
    margin-bottom: 20px;
  }

  #matching .inner img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  #top header {
    height: 60px;
    margin: 0 10px;
  }

  #futari header,
  #calendar header,
  #policy header,
  #about header,
  #support header,
  #sitemap header,
  #design header,
  #matching header,
  #event header {
    height: 60px;
    margin: 0 10px;
  }

  #futari section h1,
  #calendar section h1,
  #policy section h1,
  #about section h1,
  #support section h1,
  #sitemap section h1,
  #design section h1,
  #matching section h1,
  #event section h1 {
    font-size: 200%;
    padding-top: 40px;
  }

  .menu-trigger {
    top: 5px;
  }

  .logo {
    margin: 15px 0 0;
  }

  #top section {
    margin: 30px 20px 0;
  }

  .main {
    width: auto;
    text-align: center;
  }

  /* レイアウト追加 */
  section .sectionInner .main h1 span {
    position: unset;
    top: 0;
    left: 0;
    display: block;
    font-size: 110%;
    margin-bottom: 15px;
  }

  .emergency {
    width: 65%;
    font-size: 150%;
    padding: 10px 0;
  }

  .lead {
    width: auto;
  }

  .info {
    margin: 0 20px;
  }

  #top .areaDetail {
    padding-top: 60px;
  }

  #top .areaDetail h2 {
    padding-top: 60px;
  }

  #top .futari h2 {
    padding: 0;
  }

  #top .futari .title {
    width: 300px;
    margin: 0 auto;
  }

  #top .futari .title a {
    width: 300px;
  }

  #top .futari .title.silver a {
    width: 300px;
    margin-top: 30px;
  }

  #top .contents {
    /* margin: 0 30px; */
    margin: 0 15px;
  }

  #top .contents ul {
    width: auto;

    justify-content: space-between;
  }

  #top .contents ul li {
    width: 48%;
    margin: 0;
  }

  #top .contents li:last-child {
    margin-right: 0;
  }

  #top .contents li a {
    /* width: 300px; */
    max-width: 280px;
    width: 100%;
    padding: 15px 10px 10px;
    height: 145px;
  }

  #top .contents li a.last {
    max-width: 280px;
    width: 100%;
  }

  #top .contents li h3 {
    /* font-size: 95%; */
    font-size: 100%;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  #top .contents li:nth-child(7) h3 {
    font-size: 100%;
  }

  #top .contents li p {
    font-size: 80%;
  }

  #top .notice_box {
    width: auto;
    margin: 40px 30px;
  }

  #top .notice_box .pcEvent {
    display: none;
  }

  #top .notice_box .spEvent {
    display: block;
  }

  #top .contents li:nth-child(1),
  #top .contents li:nth-child(2),
  #top .contents li:nth-child(3),
  #top .contents li:nth-child(4),
  #top .contents li:nth-child(5) {
    margin-bottom: 34px;
  }

  #top .notice h4 {
    width: auto;
    margin: 35px 30px 0;
  }

  #top .download {
    margin: 0 30px;
  }

  /* 2022-02-26 追加 */
  #design .movieContents ul {
    margin: 0;
    width: 100%;
    padding: 0 20px;
  }

  #design .movie-wrap {
    margin-bottom: 30px;
  }


  footer ul.linkBottom1,
  footer ul.linkBottom2 {
    width: 50%;
    float: left;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }

  footer ul.linkBottom1 {
    margin-right: 0;
  }

  footer ul.linkBottom2 {
    margin-right: 0;
  }

  footer ul.linkBottom1 li,
  footer ul.linkBottom2 li,
  footer ul.linkBottom3 li {
    margin-bottom: 25px;
  }

  footer ul.linkBottom3 li:first-child {
    margin-bottom: 25px;
  }

  footer ul.linkBottom1 li {
    font-size: 80%;
  }

  footer ul.linkBottom2 li {
    font-size: 80%;
  }

  footer ul.linkBottom3 li {
    font-size: 90%;
  }

  footer ul.linkBottom3 li:first-child {
    font-size: 80%;
  }

  footer ul.snsBottom {
    margin: 85px 0 0 0;
    float: left;
  }

  #futari .inner h2,
  #calendar .inner h2,
  #policy .inner h2,
  #about .inner h2,
  #support .inner h2,
  #sitemap .inner h2,
  #design .inner h2,
  #matching .inner h2,
  #event .inner h2 {
    font-size: 140%;
  }

  #futari section,
  #calendar section,
  #policy section,
  #about section,
  #support section,
  #sitemap section,
  #design section,
  #matching section,
  #event section {
    margin: 0 10px;
  }

  #futari section img {
    max-width: 200px;
    width: 100%;
    height: auto;
  }

  #futari .inner .center img {
    max-width: 200px;
    width: 100%;
    height: auto;
  }

  #futari section img.futari_top {
    max-width: 300px;
    width: 100%;
    height: auto;
  }

  #futari section li {
    width: 300px;
  }

  #futari section li a {
    width: 300px;
  }

  #design section li a {
    width: 206px;
  }

  #futari section .start li {
    width: 300px;
  }

  #futari .inner {
    margin: 40px 0 0;
  }

  #futari .question {
    margin: 0;
  }

  #futari .question h2 {
    font-size: 140%;
  }

  #futari .question dt {
    justify-content: center;
  }

  #futari .question dt:after {
    width: 15px;
  }

  #futari .question dt:before {
    width: 15px;
  }

  #futari h2.other {
    font-size: 140%;
  }

  .futari_start {
    flex-flow: row wrap;
  }

  .futari_start .title.pdf {
    max-width: 280px;
    margin-bottom: 30px;
  }

  #futari .futari_start .title.pdf a img {
    display: block;
    max-width: 280px;
  }

  #matching .inner {
    margin: 40px 20px 0;
  }

  #matching .inner ul {
    padding: 30px 20px;
  }

  #calendar .inner,
  #policy .inner,
  #about .inner,
  #support .inner,
  #sitemap .inner,
  #event .inner {
    margin: 40px 0 0;
  }

  #support .inner li,
  #event .inner li {
    font-size: 140%;
  }

  #support .inner li a::after,
  #event .inner li a::after {
    top: 5px;
  }

  #event .inner li span {
    font-size: 75%;
    display: block;
    line-height: 1.4;
    margin: 6px 0 0;
  }

  #event .detail img {
    width: 100%;
  }

  #sitemap .inner h2 a::after {
    top: 7px;
  }

  #calendar .inner .imgFlex300 img {
    width: 300px;
  }

  ul.sns {
    /* width: 280px; */

    max-width: 450px;
    width: 100%;
    margin: 30px auto 0;
    justify-content: center;

  }

  ul.sns li {
    margin-right: 25px;
  }

  ul.sns li p.sub {
    font-size: 120%;
  }

  /* 20220117 追加 */
  .sns_wrapper {
    display: block;
  }

  p.sub {
    display: flex;
    justify-content: center;
    font-size: 120%;
  }


  ul.sns {
    margin-top: 30px;
    justify-content: center;
    width: 280px;
    float: none;
  }

}

@media screen and (max-width: 394px) {

  .emergency {
    width: 90%;
  }

  footer ul.linkBottom3 {
    margin-right: 0;
  }

  #futari .question dt {
    padding: 24px 15px 0;
  }

  #futari .question dd {
    padding: 24px 15px;
  }

  #calendar .inner dd {
    padding: 30px 15px;
  }

  #support .inner dd {
    padding: 30px 15px 10px;
  }
}

@media screen and (max-width: 374px) {

  #futari section,
  #calendar section,
  #policy section,
  #about section,
  #support section,
  #sitemap section,
  #design section,
  #matching section,
  #event section {
    padding: 0 10px 40px;
  }

  #futari section li {
    width: 260px;
  }

  #futari section li a {
    width: 260px;
  }

  #design section li a {
    width: 200px;
  }

  #futari section .start li {
    width: 260px;
  }
}

@media screen and (max-width: 330px) {
  #event .inner li br.title {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  #top .futari .title {
    width: 280px;
  }

  #top .contents li a {
    height: 200px;
  }

  #top .contents li a {
    max-width: 280px;
    width: 100%;
    padding: 35px 6px 0;
  }

  #top .notice_box {
    width: auto;
    margin: 40px 20px;
  }
}

.soroe1 {
  text-indent: -1em;
  padding-left: 1em;
}

.soroe2 {
  text-indent: -2em;
  padding-left: 2em;
}

.soroe3 {
  text-indent: -3em;
  padding-left: 3em;
}

.soroe4 {
  text-indent: -4em;
  padding-left: 4em;
}

.soroe5 {
  text-indent: -5em;
  padding-left: 5em;
}

.soroe6 {
  text-indent: -6em;
  padding-left: 6em;
}

.soroe7 {
  text-indent: -7em;
  padding-left: 7em;
}

.soroe8 {
  text-indent: -8em;
  padding-left: 8em;
}

.soroe9 {
  text-indent: -9em;
  padding-left: 9em;
}

.soroe10 {
  text-indent: -10em;
  padding-left: 10em;
}

.auto {
  margin: 0 auto;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}


/*--padding --*/

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.fs_120 {
  font-size: 1.2em;
}

.imgfig {
  margin-top: -25px;
  margin-bottom: 5px;
  text-align: center;
}

.catch_txt_c {
  width: 70%;
  text-indent: 1em;
  text-align: left !important;
}

.under {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.repo_box {
  background-color: #aa7d49;
  float: left;
  margin: 20px;
  padding: 20px;
  font-weight: bold;
  width: 250px;
  border-radius: 10px 0;
  text-align: left;
  font-size: 1.1em;
  height: 7em;
}

.repo_box span {
  font-size: 1.1em;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}

.repo_box div {
  margin-left: 1.5em;
}

.repo_box a {
  color: #fff !important;
  line-height: 1.4em;
  text-decoration: none !important;
}

.repo_box a:hover {
  text-decoration: underline !important;
}

.fwn p {
  font-weight: normal !important;
}

.repo_img {
  display: block;
  margin: 0 auto;
}

.repo_jikai {
  border: 2px solid #1a2e63;
  width: 60%;
  padding: 1em;
  margin: 0 auto 50px;
  border-radius: 10px 0;
}

.repo_jikai p {
  margin: 0px auto 0px !important;
}

.caution {
  border: 1px solid #1a2e63;
  margin: 0 auto 2em;
  font-size: 1.1em;
  padding: 15px;
  word-break: break-all;
  line-height: 1.5em;
}

@media screen and (max-width: 870px) {
  .repo_box {
    float: none;
    margin: 0 auto 20px;
    height: auto;
    font-size: 1em;
  }

  .repo_img {
    margin: 0 auto;
    width: 100%;
  }

  .repo_jikai {
    width: 90%;
  }
}

.resizeimage img {
 max-width: 95%;
  }
/* レイアウト追加 futari-start 20220727 */
#futari .inner .prof dl {
    line-height: 1.7;
	font-size: 95%;
	margin: 0 auto;
    padding-left: 1em;
	font-weight:500;
	}
#futari .inner .prof dt {
    float: left;
}
#futari .inner .prof dd {
    margin-left: 6em;
}


/* 2023 追加 start */
.txt_red {
	color: #d00;
}
#calendar .inner ol {
	margin: 0;
	padding: 0;
}
#futari .question h2.fs {
  padding-top: 0;
  max-width: 100%;
}
/* 2023 追加 end*/

#futari .inner p.talk {
	margin-left: 7em;
	text-indent: -7em;
}

