@charset "UTF-8";
header {
  margin-bottom: 35px;
}
/*-----  インタースタイルとは  -----*/
.about .kv .wrapper {
  margin-bottom: 45px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b9b9b9;
}
.about .kv .wrapper .kvBox {
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 -5px 10px 7px rgba(150, 150, 150, 0.15), 0 5px 10px 7px rgba(150, 150, 150, 0.15);
  margin-bottom: 40px;
}
.about .kv .wrapper .kvBox img {
  width: 100%;
  margin-bottom: 30px;
}
.about .kv .wrapper p.lead {
  font-size: 19px;
  font-weight: bold;
}
.about .con {
  margin-bottom: 50px;
}
.about .con p {
  font-size: 16px;
  line-height: 1.8;
}
.about .con .box {
  margin-bottom: 60px;
}
.about .con .box > div {
  width: 50%;
}
.about .con .box > div h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.about .con .box > div.imgBlc .mvSt {
  margin-bottom: 10px;
}
.about .con .box > div.imgBlc .mvSt .status {
  color: #ff0125;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  vertical-align: middle;
}
.about .con .box > div.imgBlc .mvSt .status:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fd5c31;
  border: 4px solid #feb6a3;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about .con .box > div.imgBlc .mvSt .statusQ {
  color: #fff;
  background-color: #ff0125;
  font-size: 8.5px;
  line-height: 1;
  padding: 5px 15px;
  border-radius: 7px;
  margin-left: 15px;
  vertical-align: middle;
}
.about .con .box > div.imgBlc .imgbg {
  border-radius: 15px;
  box-shadow: 0 -5px 10px 7px rgba(150, 150, 150, 0.15), 0 5px 10px 7px rgba(150, 150, 150, 0.15);
  overflow: hidden;
  height: 235px;
}
.about .con .box > div.imgBlc .imgbg img {
  width: 100%;
}
.about .con .box > div.txtBlc.left {
  padding-right: 40px;
}
.about .con .box > div.txtBlc.right {
  padding-left: 40px;
}
.about .con .box > div.txtBlc.right p {
  margin-bottom: 20px;
}
.about .con .box > div.imgBlc.left .imgbg {
  height: 435px;
}
.about .con .box > div.left {
  float: left;
}
.about .con .box > div.right {
  float: right;
}
.about .overview {
  margin-bottom: 85px;
}
.about .overview h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.about .overview table {
  border-top: 1px solid #b9b9b9;
  width: 100%;
}
.about .overview table th {
  width: 11.666%;
  padding: 25px 0;
  text-align: center;
  border-bottom: 1px solid #b9b9b9;
  font-size: 16px;
  font-weight: normal;
}
.about .overview table td {
  padding: 25px 0 25px 25px;
  border-bottom: 1px solid #b9b9b9;
  font-size: 16px;
}
/*-----  ログイン  -----*/
.login .txtAttn {
  background-color: #ffebeb;
  border-radius: 15px;
  border: 1px solid #ff0125;
  margin-bottom: 45px;
}
.login .txtAttn p {
  font-size: 16px;
  color: #ff0125;
  text-align: center;
  padding: 15px 0;
}
.login .con {
  padding-bottom: 50px;
	display: block;
}
.login .con > div {
  width: 50%;
  padding-top: 10px;
}
.login .con > div h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}
.login .con > div h2 span {
  font-size: 18px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  display: inline-block;
  margin-left: 15px;
  padding: 7px 15px;
  line-height: 1;
}
.login .con > div p {
  font-size: 16px;
}
.login .con > div .formBlc input {
  font-size: 20px;
  width: 100%;
  margin-bottom: 25px;
}
.login .con > div .formBlc p {
  text-align: center;
}
.login .con > div .btnBlc {
  text-align: center;
}
.login .con > div .btnBlc button {
  color: #fff;
  font-size: 20px;
  background-color: #43a838;
  padding: 18px 0;
  width: 280px;
  border: none;
  border-radius: 40px;
}
.login .con > div .btnBlc button:hover {
  cursor: pointer;
}
.login .con > div.leftBlc {
  padding-right: 40px;
	float: left;
}
.login .con > div.leftBlc .formBlc {
  padding-top: 45px;
  padding-bottom: 30px;
  margin-bottom: 8px;
}
.login .con > div.leftBlc .formBlc input {
  margin-bottom: 40px;
}
.login .con > div.rightBlc {
  border-left: 1px solid #bcbaba;
  padding-left: 40px;
	float: right;
}
.login .con > div.rightBlc .formBlc {
  padding-top: 25px;
}
.login .con > div.rightBlc .formBlc .radio_box {
  display: inline-block;
  width: 49%;
  font-size: 16px;
  margin-bottom: 20px;
}
.login .con > div.rightBlc .formBlc .radio_box input {
  width: auto;
}
.login .con > div.rightBlc .formBlc input {
  margin-bottom: 20px;
}
.login .con > div.rightBlc .btnBlc {
  padding-bottom: 40px;
}
.login .con > div.rightBlc .txtBlc p {
  margin-bottom: 20px;
}
/*-----  プライバシーポリシー  -----*/
.privacy h2 {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.privacy h3 {
  font-size: 19px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 30px;
}
.privacy .box {
  margin-bottom: 30px;
}
.privacy .box h4 {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
}
.privacy .box p {
  font-size: 16px;
  line-height: 1.8;
}
.privacy .box ul li {
  font-size: 16px;
  line-height: 1.8;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 10px;
}
.privacy .box ul li .flxB > div {
  padding-right: 80px;
}
.privacy .box ul li .flxB > div p {
  text-indent: 0;
}
.privacy .box.txtRight {
  display: inline-block;
  float: right;
}
.privacy .box.txtRight p {
  text-align: left;
}
/*-----  お知らせ  -----*/
.topics .ttlBlc {
  padding-bottom: 25px;
}
.topics .box {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.topics .box .txtBlc {
  width: -moz-calc(100% - 46.666%);
  width: -o-calc(100% - 46.666%);
  width: -webkit-calc(100% - 46.666%);
  width: calc(100% - 46.666%);
  padding-right: 80px;
}
.topics .box .txtBlc h3 {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 15px;
}
.topics .box .txtBlc .article {
  line-height: 1.9;
}
.topics .box .txtBlc p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 1em;
}
.topics .box .txtBlc .date {
  color: #717171;
}
.topics .box .imgBlc {
  width: 46.666%;
}
.topics .box .imgBlc .imgFrm {
  border-radius: 20px;
  height: calc(100% - 20px);
  overflow: hidden;
  box-shadow: 0 -5px 10px 7px rgba(150, 150, 150, 0.15), 0 5px 10px 7px rgba(150, 150, 150, 0.15);
}
.topics .box .imgBlc iframe {
  width: 100%;
}
.topics .pager {
  text-align: center;
  padding-bottom: 50px;
}
.topics .pager span {
  font-size: 16px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding-top: 7px;
  line-height: 1;
  vertical-align: middle;
  color: #43a838;
}
.topics .pager span.current, .topics .pager span:hover {
  background-color: #43a838;
  color: #fff;
  cursor: pointer;
}
.topics .pager span.arrw img {
  height: 18px;
  width: auto;
}
.topics .pager span.arrw:hover {
  background: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /*-----  インタースタイルとは  -----*/
  .about .kv .wrapper .kvBox {
    height: auto;
    line-height: 1;
    box-shadow: none;
    overflow: inherit;
  }
  .about .kv .wrapper .kvBox img {
    margin-bottom: 0;
    border-radius: 20px;
    box-shadow: 0 -5px 10px 7px rgba(150, 150, 150, 0.15), 0 5px 10px 7px rgba(150, 150, 150, 0.15);
  }
  .about .con .box img {
    max-width: 100%;
  }
  .about .con .box > div.imgBlc .imgbg {
    box-shadow: none;
    height: auto;
    overflow: inherit;
  }
  .about .con .box > div.imgBlc .imgbg img {
    border-radius: 15px;
    box-shadow: 0 -5px 10px 7px rgba(150, 150, 150, 0.15), 0 5px 10px 7px rgba(150, 150, 150, 0.15);
  }
  /*-----  お知らせ  -----*/
  .topics .box .imgBlc .imgFrm {
    overflow: inherit;
    box-shadow: none;
  }
  .topics .box .imgBlc .imgFrm img {
    border-radius: 20px;
    max-width: 100%;
    overflow: hidden;
    box-shadow: 0 -5px 10px 7px rgba(150, 150, 150, 0.15), 0 5px 10px 7px rgba(150, 150, 150, 0.15);
  }
}
@media screen and (max-width: 768px) {
  /*-----  ログイン  -----*/
  .login .con > div h2 span {
    margin-left: 0;
  }
  .login .con > div.leftBlc .formBlc {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .login .con > div.leftBlc .formBlc input {
    margin-bottom: 20px;
  }
  .login .con > div.leftBlc .formBlc p {
    text-align: left;
  }
  .login .con > div.rightBlc .formBlc .radio_box {
    margin-bottom: 25px;
  }
  .login .con > div.rightBlc .formBlc input {
    margin-bottom: 22px;
  }
  /*-----  お知らせ  -----*/
  .topics .box .txtBlc {
    width: 100%;
    padding-right: 0;
  }
  .topics .box .imgBlc {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  header {
    margin-bottom: 4vw;
  }
  main {
    padding-top: 18.6vw;
  }
  /*-----  インタースタイルとは  -----*/
  .about .ttlBlc .wrapper.flxB .leftBlc {
    width: 100%;
  }
  .about .kv .wrapper {
    margin-bottom: 6vw;
    padding-bottom: 4vw;
  }
  .about .kv .wrapper .kvBox {
    margin-bottom: 4vw;
    border-radius: 10px;
    height: 31vw;
  }
  .about .kv .wrapper .kvBox img {
    width: 100%;
    margin-bottom: 4vw;
  }
  .about .kv .wrapper p.lead {
    font-size: 3.6vw !important;
  }
  .about .con {
    margin-bottom: 7vw;
  }
  .about .con p {
    font-size: 3.6vw;
  }
  .about .con .box {
    margin-bottom: 0;
  }
  .about .con .box > div {
    width: 100%;
    margin-bottom: 6vw;
  }
  .about .con .box > div h3 {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .about .con .box > div.imgBlc .mvSt .status {
    font-size: 3vw;
    padding-left: 20px;
  }
  .about .con .box > div.imgBlc .mvSt .statusQ {
    font-size: 2.5vw;
    margin-left: 15px;
  }
  .about .con .box > div.imgBlc .imgbg {
    border-radius: 15px;
    box-shadow: 0 -5px 10px 7px rgba(150, 150, 150, 0.15), 0 5px 10px 7px rgba(150, 150, 150, 0.15);
    overflow: hidden;
    height: auto;
  }
  .about .con .box > div.imgBlc .imgbg img {
    width: 100%;
  }
  .about .con .box > div.txtBlc.left {
    padding-right: 0;
  }
  .about .con .box > div.txtBlc.right {
    padding-left: 0;
  }
  .about .con .box > div.txtBlc.right p {
    margin-bottom: 4vw;
  }
  .about .con .box > div.imgBlc.left .imgbg {
    height: 66vw;
  }
  .about .con .box > div.left {
    float: none;
  }
  .about .con .box > div.right {
    float: none;
  }
  .about .overview {
    margin-bottom: 7vw;
  }
  .about .overview h2 {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
  .about .overview table {
    border-top: 1px solid #b9b9b9;
    width: 100%;
  }
  .about .overview table th {
    width: 100%;
    display: block;
    padding: 4vw 0 0;
    text-align: left;
    font-size: 3.6vw;
    border-bottom: none;
  }
  .about .overview table td {
    width: 100%;
    display: block;
    padding: 1vw 0 4vw;
    font-size: 3.6vw;
  }
  /*-----  ログイン  -----*/
  .login {
    padding-top: 3vw;
  }
  .login .txtAttn {
    margin-bottom: 6vw;
  }
  .login .txtAttn p {
    font-size: 3.2vw;
    padding: 3vw 0;
  }
  .login .con {
    padding-bottom: 6vw;
  }
  .login .con > div {
    width: 100%;
    padding-top: 0;
  }
  .login .con > div h2 {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
  .login .con > div h2 span {
    font-size: 3.5vw;
    margin-left: 3vw;
  }
  .login .con > div p {
    font-size: 3.5vw;
  }
  .login .con > div .formBlc input {
    margin-bottom: 4vw;
    font-size: 4vw;
  }
  .login .con > div .btnBlc {
    padding: 0 0 6vw !important;
  }
  .login .con > div .btnBlc button {
    font-size: 4vw;
		width: 80%;
		padding: 3.5vw 0;
  }
  .login .con > div.leftBlc {
    padding-right: 0;
    padding: 22.6vw 0 6vw;
		margin-top: -16.6vw;
		float: none;
  }
  .login .con > div.leftBlc .formBlc {
    padding-top: 5vw;
    padding-bottom: 3vw;
  }
	.login .con > div.leftBlc .formBlc p {
		text-align: center;
	}
  .login .con > div.rightBlc {
    border-left: none;
    padding: 16.6vw 0 6vw;
		margin-top: -16.6vw;
		float: none;
    border-bottom: 1px solid #bcbaba;
  }
  .login .con > div.rightBlc .formBlc {
    padding-top: 6vw;
  }
  .login .con > div.rightBlc .formBlc input {
    margin-bottom: 5vw;
  }
  .login .con > div.rightBlc .txtBlc p {
    margin-bottom: 4vw;
  }
	.login .lnkBlc {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #bcbaba;
		border-top: 1px solid #bcbaba;
		margin: 0 3vw 6vw;
		padding: 2vw 0;
		position: relative;
		z-index: 5;
	}
	.login .lnkBlc > div {
		width: 50%;
		text-align: center;
	}
	.login .lnkBlc > div a {
		font-size: 4vw;
		color: #000;
		display: inline-block;
		width: 100%;
		padding: 2vw 0;
		background-image: url("../img/common/icon_arrw.svg");
		background-repeat: no-repeat;
		background-position: right 5.0vw center;
		background-size: 3.5vw auto;
		position: relative;
	}
	.login .lnkBlc > div:nth-child(1) a {
		border-right: 1px solid #bcbaba;
	}
	.login .lnkBlc > div:nth-child(2) a {
		background-position: right 3.5vw center;
	}
	.login .lnkBlc > div:nth-child(2) a:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 40px;
		background-image: url("../img/common/icon_toroku.svg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		position: absolute;
		left: 3vw;
		top: 50%;
		transform: translateY(-50%);
	} 
	.login .lnkBlc > div:nth-child(1) a:before {
		content: "";
		display: inline-block;
		width: 28px;
		height: 40px;
		background-image: url("../img/common/icon_login.svg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		position: absolute;
		left: 3vw;
		top: 50%;
		transform: translateY(-50%);
	} 
  /*-----  プライバシーポリシー  -----*/
  .privacy h2 {
    margin-bottom: 4vw;
  }
  .privacy h3 {
    font-size: 4vw;
    margin-bottom: 0;
  }
  .privacy .box {
    margin-bottom: 3.5vw;
  }
  .privacy .box h4 {
    font-size: 3.5vw;
  }
  .privacy .box p {
    font-size: 3.5vw;
  }
  .privacy .box ul li {
    font-size: 3.5vw;
  }
  .privacy .box ul li .flxB {
    margin-bottom: 10px;
  }
  .privacy .box ul li .flxB > div {
    padding-right: 0;
    width: 100%;
    margin-bottom: 4vw;
  }
  /*-----  お知らせ  -----*/
  .topics .ttlBlc {
    padding-bottom: 4vw;
  }
  .topics .box {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .topics .box .txtBlc {
    width: 100%;
    padding-right: 0;
  }
  .topics .box .txtBlc h3 {
    font-size: 4vw;
      line-height: 5.7vw;
    margin-bottom: 3.0vw;
  }
  .topics .box .txtBlc p {
    font-size: 3.6vw;
      line-height: 6vw;
    word-break: break-all;
    overflow-wrap: break-word;
  }
  .topics .box .txtBlc p.date {
     font-size: 3.2vw;
    text-align: right;
  }
  .topics .box .imgBlc {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2.5vw;
  }
  .topics .box .imgBlc .imgFrm {
    border-radius: 20px;
    height: calc(100% - 20px);
		line-height: 0.7;
  }
  .topics .box .imgBlc iframe {
    height: 51vw;
  }
  .topics .box .pager {
    text-align: center;
    padding-bottom: 50px;
  }
  .topics .box .pager span {
    font-size: 16px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding-top: 7px;
    line-height: 1;
    vertical-align: middle;
    color: #43a838;
  }
  .topics .box .pager span.arrw img {
    height: 18px;
    width: auto;
  }
  .topics .box .pager span.current, .topics .box .pager span:hover {
    background-color: #43a838;
    color: #fff;
    cursor: pointer;
  }
  .topics .box .pager span.arrw:hover {
    background: none;
  }
  .topics .pager {
    padding-bottom: 5vw;
  }
  .topics .pager span {
    font-size: 3.5vw;
    margin-bottom: 4vw;
    width: 6vw;
    height: 6vw;
    padding: 6px;
  }
  .topics .pager span.arrw {
    padding-top: 4px;
  }
}