@charset "utf-8";

html{
font-size: 100%;
overflow-y:scroll;
}


/* タブレット向けのスタイル：600px ～ 333px */
@media screen and (min-width: 900px) and (max-width: 1129px) {
  body {
    font-size: 80%;
  }
  header {
    display: flex;
    justify-content: space-between;
    padding: 0 100px 0 40px;
    align-items: center;
    height: 120px;
  }
  .hea_r {
    display: none;
				}

  .hea_c {
    width: 130px;
    height: 50px;
    margin-left: 20px;
  }
  .hea_c a {
    background: #977f35;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 125%;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .ind_sl {
    width: 100%;
    height: 500px;
    background-image: url("../img/header/hea_bg.png");
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ind_map {
    background: #f4f3ef;
    padding: 120px 0 50px;
  }
  .map_m {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
  }
  .map {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
  }
  .map img {
    max-width: 100%;
  }
  .mbt_h2 {
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/map/map_hbg.png") no-repeat left center;
    color: #0f2343;
    padding-left: 35px;
    font-size: 200%;
    letter-spacing: 2px;
  }
  .hof a:hover {
    opacity: .8;
    transition: all .3s ease-in-out
  }
  .mbt01 {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1;
  }
  .mbt02 {
    position: absolute;
    top: 150px;
    right: 80px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 9;
  }
  .mbt02:hover {
    transition: all .3s ease-in-out
  }
  .map_m ul {
    background: #fff;
    border: 2px solid #977f35;
    padding: 22px 10px 10px 10px;
    border-radius: 10px;
    font-size: 118%;
    margin-top: -20px;
    transition: all .3s ease-in-out
  }
  .map_m ul li a {
    display: block;
    padding-bottom: 3px;
    text-align: center;
  }
  .mbt03 {
    position: absolute;
    top: 300px;
    right: 80px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 8;
  }
  .mbt04 {
    position: absolute;
    top: 220px;
    right: 195px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 7;
  }
  .mbt05 {
    position: absolute;
    top: 325px;
    right: 260px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 6;
  }
  .mbt06 {
    position: absolute;
    top: 280px;
    left: 300px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 5;
  }
  .mbt07 {
    position: absolute;
    top: 390px;
    left: 330px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 4;
  }
  .mbt08 {
    position: absolute;
    top: 370px;
    left: 140px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 3;
  }
  .mbt09 {
    position: absolute;
    top: 190px;
    left: 150px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 2;
  }
  .area {
    background: #fff;
    width: 95%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 40px 20px 40px;
    border-radius: 15px;
  }
  .area h3 {
    font-size: 200%;
    color: #0f2343;
    background: url("../img/map/area_hbg.png") no-repeat left center;
    padding-left: 20px;
    letter-spacing: 2px;
  }
  .are_m {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
  }
  .are_m div {
    width: 46%;
    padding-bottom: 40px;
  }
  .are_m div h4 {
    font-size: 130%;
    padding-bottom: 15px;
  }
  .are_m div ul {
    display: flex;
    flex-wrap: wrap;
  }
  .are_m div ul li {
    padding: 0 5px 10px;
  }
  .are_m div ul li a {
    width: 60px;
    height: 35px;
    background: #f4f3ef;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #005ec4;
    font-weight: 700;
  }
  .are_m div ul li a:hover {
    text-decoration: underline;
    transition: all .3s ease-in-out
  }
  .dai {
    display: flex;
				flex-direction: column;
				align-items: center;
    width: 95%;
    max-width: 1080px;
    margin: 50px auto 0;
  }
		
	  .dai_l {
padding-bottom: 30px;
}
  .toha {
    width: 100%;
    padding: 100px 0 130px;
  }
  .toha h2 {
    width: 95%;
    margin: 0 auto 70px;
    text-align: center;
    color: #0f2343;
    font-size: 380%;
    letter-spacing: 2px;
  }
  .toha_m {
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .toha_m dl {
    width: 30%;
    padding-bottom: 50px;
  }
  .toha_m dl dt {
    text-align: center;
  }
  .toha_m dl dt img {
    max-width: 100%;
  }
  .toha_m dl dd h3 {
    height: 120px;
    font-size: 170%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .toha_m dl dd h3 span {
    display: block;
  }
  .toha_m dl dd p {
    line-height: 30px;
    font-size: 115%;
  }
  .toha_b {
    width: 251px;
    margin: 0 auto;
  }
  .eve {
    background: #f4f3ef;
    padding: 100px 0;
  }
  .eve_m {
    width: 95%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .eve_mn {
    border-top: 1px solid #002f82;
  				margin-top: 45px;
}
  .eve_mn div {
    border-bottom: 1px solid #002f82;
  }
  .eve_mn div a {
    display: flex;
    padding: 10px 0;
    background: url("../img/event/eve_bg.png") no-repeat right center;
  }
  .eve_mn div a:hover {
    text-decoration: underline;
  }
  .ed01 {
    width: 160px;
    padding: 0 0 0 10px;
  }
  .ed01 img {
    display: block;
    width: 110px;
    height: 75px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    overflow: hidden;
  }
  .ed02 {
    width: calc(100% - 160px);
    font-size: 115%;
  }
  .ed02 span {
    display: block;
    font-size: 90%;
    padding: 10px 0 7px;
  }
  .eve_b {
    display: flex;
    justify-content: flex-end;
    padding-top: 40px;
  }
  .eve_b a {
    display: block;
    width: 111px;
    height: 36px;
  }
  .inv {
    background: #c2b07d;
    padding: 100px 0;
  }
  .inv_m {
    width: 95%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .inv_m h2 {
    font-size: 200%;
    color: #0f2343;
    background: url("../img/map/area_hbg.png") no-repeat left center;
    padding-left: 20px;
    letter-spacing: 2px;
  }
  .inv_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 45px;
  }
  .inv_b dl {
    width: 32%;
    max-width: 320px;
    margin-bottom: 60px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    background: #fff;
    padding: 18px;
    height: 372px;
  }
  .inv_b dl dt {
    width: 100%;
  }
  .inv_b dl a:hover img {
    transform: scale(1.1);
    transition: all .3s ease-in-out
  }
  .inv_b dl dt {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s ease-in-out
  }
  .inv_b dl dt img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
    transition: all .3s ease-in-out
  }
  .inv_b dl dd {
    width: 100%;
    padding-top: 10px;
  }
  .inv_b dl dd span {
    display: block;
  }
  .inv_b dl dd span.sv1 {
    font-size: 110%;
    padding-bottom: 5px;
  }
  .inv_b dl dd span.sv2 {
    font-size: 110%;
    padding-bottom: 5px;
  }
  .inv_b dl dd span.sv3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 32px;
    height: 64px;
    font-size: 130%;
  }
  .inv_btn {
    width: 112px;
    margin: 0 auto;
  }
  .bnn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 45px 0;
    margin: 0 auto;
    width: 98%;
    max-width: 1200px;
  }
  .bnn div {
    padding: 0 5px;
    width: 225px;
  }
  .bnn div a {
    display: block;
    width: 100%;
  }
  .bnn div a img {
    width: 100%;
  }
  .bnn div a:hover {
    opacity: .8;
    transition: all .3s ease-in-out
  }
  .con {
    padding: 60px 0 75px;
    background: #0f2343;
  }
  .con h3 {
    color: #977f35;
    font-size: 380%;
    text-align: center;
    padding-bottom: 30px;
  }
  .con h3 span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 35%;
    font-weight: normal;
  }
  .con p {
    color: #fff;
    font-size: 120%;
    text-align: center;
    padding-bottom: 20px;
  }
  .con p span {
    display: block;
    text-align: center;
  }
  .con_btn {
    width: 95%;
    margin: 0 auto;
    max-width: 410px;
  }
  .con_btn img {
    max-width: 100%;
  }
  footer {
    background: #f4f3ef;
    padding: 80px 0 10px;
  }
  footer h5 {
    text-align: center;
    padding-bottom: 40px;
  }
  .fo_ul1 {
    display: flex;
    justify-content: center;
    font-size: 125%;
    margin-bottom: 30px;
  }
  .fo_ul1 li {
    position: relative;
  }
  .fo_ul1 li::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background: #24324f;
  }
  .fo_ul1 li:last-child::after {
    display: none;
  }
  .fo_ul1 li a {
    padding: 20px;
    color: #24324f;
  }
  .fo_ul1 li a:hover {
    text-decoration: underline;
  }
  .fo_ul2 {
    display: flex;
    justify-content: center;
  }
  .fo_ul2 li {
    padding: 7px;
  }
  footer div {
    width: 250px;
    margin: 0 auto;
    padding-top: 20px;
  }
  footer div a {
    display: block;
    text-align: center;
    font-size: 110%;
    color: #24324f;
  }
  footer div a:hover {
    text-decoration: underline;
  }
  footer p {
    color: #24324f;
    text-align: center;
    font-weight: 700;
    padding-top: 30px;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    background: rgba(15, 35, 67, 0.9);
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav.globalMenuSp ul {
    width: 250px;
  }
  nav.globalMenuSp ul li {
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
  }
  .navToggle {
    display: block;
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 35px;
    top: 35px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 103;
    background: #0f2343;
    text-align: center;
    border-radius: 10px;
  }
  .navToggle span {
    display: block;
    position: absolute; /* .navToggleに対して */
    width: 20px;
    border-bottom: solid 2px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 15px;
  }
  .navToggle span:nth-child(1) {
    top: 15px;
  }
  .navToggle span:nth-child(2) {
    top: 24px;
  }
  .navToggle span:nth-child(3) {
    top: 33px;
  }
  .navToggle.active span:nth-child(1) {
    top: 25px;
    left: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.tsu_sl {
width: 100%;
height: 500px;
display: flex;
justify-content: center;
background: #f4f3ef;
}
.tsu_sl img {
max-width: 100%;
line-height: 0;
}
  .toha h2 span {
display: block;
}
.tsu_p {
line-height: 35px;
font-size: 150%;
text-align: center;
width: 95%;
margin: 0 auto 60px;
}
.tsu_p span {
display: block;
}

  .eve_main {
    padding: 100px 0;
  }

  .eve_m h2 {
    font-size: 200%;
    color: #0f2343;
    background: url("../img/map/area_hbg.png") no-repeat left center;
    padding-left: 20px;
    letter-spacing: 2px;
  }
		.eve_sl {
		width: 100%;
		height: 140px;
background: #0f2343;
		}
		.eve_sl h2 {
width: 100%;
max-width: 1200px;
margin: 0 auto;
color: #fff;
font-size: 220%;
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
		background-image: url("../img/event/eve_h.png");
		background-position: right center;
		background-size: cover;
		padding-left: 40px;
		}
		.eve_sl h2 span {
display: block;
color: #977f35;
font-size: 60%;
}
.tsu_btn {
width: 95%;
margin: 80px auto 0;
display: flex;
justify-content: center;
padding-bottom: 80px;
}
.tsu_btn div {
padding: 0 3px;
}
.tsu_btn div a {
width: 40px;
height: 40px;
display: flex;;
justify-content: center;
align-items: center;
border-radius: 50%;
}
.tsu_btn div a:hover {
background: #f4f3ef;
}
.tsu_btn ul {
display: flex;
justify-content: center;
}
.tsu_btn ul li {
padding: 0 3px;
}
.tsu_btn ul li a {
width: 40px;
height: 40px;
display: flex;;
justify-content: center;
align-items: center;
background: #f4f3ef;
border-radius: 50%;
font-size: 120%;
}
.tsu_btn ul li a:hover {
background: #fff;
}

.eve_wp {
width: 95%;
margin: 0 auto;
max-width: 800px;
padding-bottom: 80px;
color: #24324f;
}
.eve_wp p.wp_hi {
color: #24324f;
font-size: 100%;
margin-bottom: 15px;
}

.eve_wp h2 {
background: url("../img/wordpress/wp_h2bg.png") no-repeat bottom left;
color: #24324f;
font-size: 220%;
padding-bottom: 15px;
margin-bottom: 50px;
}
.wp_img01 {
width: 100%;
max-width: 700px;
height: auto;
text-align: center;
margin: 0 auto 50px;
}
.wp_img01 img {
width: 100%;
max-width: 100%;
height: auto;
}
.eve_wp h3 {
color: #24324f;
font-size: 190%;
padding-bottom: 10px;
margin-bottom: 30px;
border-bottom: 1px solid #ccc;
}
.eve_wp p {
color: #24324f;
font-size: 115%;
margin-bottom: 30px;
line-height: 28px;
}
.eve_wp a {
color: #005ec4;
}
.eve_wp a:hover {
text-decoration: underline;
}
.eve_wp ul {
margin-bottom: 30px;
}

.eve_wp ul li {
color: #24324f;
font-size: 115%;
line-height: 28px;
position: relative;
padding-left: 15px;
}
.eve_wp ul li::before {
position: absolute;
content: "";
top: 10px;
left: 0;
width: 10px;
height: 10px;
border-radius: 50%;
background: #24324f;
}
.eve_wp ol {
  position: relative;
  list-style: none;
margin-bottom: 30px;
}
.eve_wp ol li {
  position: relative;
  padding-left: 15px;
color: #24324f;
font-size: 115%;
line-height: 28px;
}
.eve_wp ol {
  counter-reset: li;
}
.eve_wp ol > li:before {
  position: absolute;
  color: #24324f;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) "";
  left: 0;
  top: 0;
}
.eve_wp h4 {
font-size: 150%;
margin-bottom: 20px;
}
.eve_wp h5 {
margin: 30px 0 10px;
position: relative;
padding-left: 21px;
font-size: 135%;
color: #24324f;
}
.eve_wp h5::after {
background: #977f35;
border-radius: 50%;
width: 15px;
height: 15px;
content: "";
left: 0;
top: 7px;
position: absolute;
}
.eve_wp h6 {
font-size: 120%;
margin-bottom: 10px;
}
.ich_btn {
width: 95%;
margin: 0 auto;
max-width: 250px;
padding-bottom: 80px;
}
.ich_btn img {
max-width: 100%;
}
.wp_img02 {
width: 100%;
max-width: 700px;
margin: 0 auto 50px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.wp_img02 div {
width: 48%;
margin-bottom: 20px;
}
.wp_img02 img {
width: 100%;
max-width: 100%;
height: auto;
}

.age {
background: #f4f3ef;
padding: 100px 0;
}
.age .area {
padding: 0 40px 0 40px;
}
.age summary {
cursor: pointer;
position: relative;
}
.age  .area h3 {
    font-size: 200%;
    color: #0f2343;
    background: url("../img/map/area_hbg.png") no-repeat left center;
    padding-left: 20px;
    letter-spacing: 2px;
				padding: 20px 0 20px 20px;
  }

.age .are_m {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
				padding-bottom: 40px;
}

.age summary::after {
  content: "+";
  font-size: 300%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
		color: #0f2343;
}
.ac[open] .ac_su::after {
  content: "−";
}
.age_m {
width: 95%;
margin: 0 auto;
padding: 100px 0;
max-width: 1080px;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.age_m dl {
width: 48%;
max-width: 340px;
padding: 0 0 80px;
margin: 0 10px;
transition: all .3s ease-in-out
}
.age_m dl dt {
width: 100%;
height: 250px;
overflow: hidden;
border-radius: 10px;
transition: all .3s ease-in-out
}
.age_m dl a:hover img {
transform: scale(1.1);
transition: all .3s ease-in-out
}
.age_m dl a img {
object-position: center center;
object-fit: cover;
width: 100%;
height: 100%;
transition: all .3s ease-in-out
}
.age_m dl dd h5 {
		color: #0f2343;
		font-size: 150%;
		padding: 10px 0 5px 0;
}
.age_m dl dd p {
		color: #977f35;
	font-size: 115%;
}

.agem {
background: #f4f3ef;
padding: 140px 0 80px;
}
.agem_m {
width: 95%;
max-width: 1080px;
margin: 0 auto;
}
.mm {
width: 100%;
max-width: 880px;
margin: 0 auto
}
.agem_h h5 {
width: 120px;
height: 30px;
background: #977f35;
border-radius: 15px;
color: #fff;
margin-bottom: 25px;
display: flex;
justify-content: center;
align-items: center;
font-size: 115%;
font-weight: normal;
}
.agem_logo {
display: flex;
margin-bottom: 25px;
}
.agem_logo div {
width: 125px;
height: 125px;
display: flex;
justify-content: center;
align-items: center;
}
.agem_logo div img {
max-width: 100%;
}
.agem_logo dl {
padding-left: 40px;
}
.agem_logo dl dt h2 {
font-size: 300%;
}
.agem_logo dl dd p {
font-size: 200%;
}

.container {
width: 100%;
}
.slider {
width: 100%;
height: 550px;
border-radius: 10px;
overflow: hidden;
}
.slick-img {
width: 100%;
height: 550px;
}
.slick-img img {
width: auto;
object-fit: cover;
height: 550px;
margin: 0 auto;
}
.thumbnail {
margin: 25px auto 0;
width: 100%;
max-width: 880px;
height: 100px;
}
.thumbnail-img {
border-radius: 3px;
overflow: hidden;
cursor: pointer;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.thumbnail-img:hover {
opacity: .8;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.thumbnail-img img {
width: 98%;
height: 100px;
object-fit: cover;
border-radius: 3px;
overflow: hidden;
}
.slick-arrow {
  z-index: 999;
}
.slick-prev {
width: 31px!important;
height: 100px!important;
background: url("../img/agency/hidari.png") no-repeat center center!important;
  bottom: -49px!important;
  left: -2px!important;
  right: auto;
  margin: auto;
		line-height: 0;
}
.slick-next {
width: 31px!important;
height: 100px!important;
background: url("../img/agency/migi.png") no-repeat center center!important;
  bottom: -49px!important;
  left: auto;
  right: -2px!important;
  margin: auto;
		line-height: 0;
}
.agem_h3 {
background: url("../img/wordpress/wp_h2bg.png") no-repeat bottom left;
color: #24324f;
font-size: 220%;
padding-bottom: 15px;
}
.agem_p1 {
font-size: 140%;
line-height: 37px;
}
.m01 {
margin: 80px 0 30px;
}
.agem02 {
padding: 65px 0;
width: 95%;
max-width: 880px;
margin: 0 auto;
}
.agem02dl {
border-top: 1px solid #ccc;
margin: 30px 0 65px;
}

.agem02dl dl {
display: flex;
width: 100%;
border-bottom: 1px solid #ccc;
}
.agem02dl dl dt {
width: 180px;
background: #0f2343;
padding: 25px;
font-size: 125%;
color: #fff;
text-align: center;
}
.agem02dl dl dd {
padding: 25px;
font-size: 125%;
background: #f4f3ef;
width: calc(100% - 180px);
}
.ic_sns {
display: flex;
flex-wrap: wrap;
}
.ic_sns li {
margin-right: 5px;
}
.agem_h5 {
margin: 30px 0 10px;
position: relative;
padding-left: 21px;
font-size: 130%;
color: #24324f;
font-weight: normal;
}
.agem_h5::after {
background: #977f35;
border-radius: 50%;
width: 15px;
height: 15px;
content: "";
left: 0;
top: 5px;
position: absolute;
}
.agem_p2 {
font-size: 165%;
font-weight: bold;
}
.agem_p3 {
font-size: 120%;
}
.agem_img {
display: flex;
justify-content: space-between;
width: 100%;
flex-wrap: wrap;
}
.agem_img div {
width: 32%;
max-width: 285px;
height: 200px;
margin-bottom: 20px;
}
.agem_img div img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.agem_map {
width: 100%;
margin: 30px 0 120px;
}
.agem_btn {
width: 250px;
padding-bottom: 80px;
margin: 0 auto;
}

.inv_m {
padding: 140px 0;
}
.inv_wp {
background: #f4f3ef;
}
.wp_img03 {
width: 100%;
max-width: 880px;
height: 400px;
}
.wp_img03 img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
}
.inv_wpm {
padding: 25px;
margin-bottom: 50px;
}

div.inv_wpm h5 {
margin: 0 0 10px;
position: relative;
padding-left: 0px;
font-size: 100%;
color: #977f35;
}
div.inv_wpm h5::after {
display: none;
}
div.inv_wpm p {
color: #24324f;
font-size: 115%;
margin-bottom: 20px;
line-height: 28px;
}
div.inv_wpm h4 {
font-size: 150%;
margin-bottom: 0;
}

/*contact*/
.cf {
background: #f4f3ef;
padding: 100px 0 50px;
}
.cf h3 {
text-align: center;
font-size: 130%;
padding-bottom: 30px;
}

.cf p {
text-align: center;
font-size: 130%;
line-height: 33px;
width: 95%;
margin: 0 auto;
}
.cf p span {
display: block;
}
.cf p span.red {
color: red;
display: inline;
}
.cfm {
width: 95%;
max-width: 820px;
margin: 0 auto;
padding: 100px 0;
}
.c1 {
margin-bottom: 45px;
}
	.c1 input {
		width: 100%;
		height: 70px;
		text-indent: 1em;
		background: #fff;
		border: 1px solid #000;
		border-radius: 10px;
	}
.c2 {
margin-bottom: 80px;
}
	.c2 textarea {
		width: 100%;
		height: 200px;
		padding: 10px;
		line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
		-webkit-text-size-adjust: 100%;
		letter-spacing: 1px;
		font-size: 95%;
		background: #fff;
		border: 1px solid #000;
		border-radius: 10px;
	}
	.cfm h4 {
	font-size: 125%;
	margin-bottom: 4px;
	
	}
.cfm h4 span.red {
color: red;
}

.c3 {
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
font-size: 115%;
margin: 20px 0 100px;
}

	/* 元々のチェックボックス（非表示） */
	.c3 input[type="checkbox"] {
		display: none;
	}
	/* チェックボックスの代わりを成すラベル */
	.c3 input[type="checkbox"] + label {
		cursor: pointer;
		display: inline-block;
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 7px;
	}
	/* ラベルの左に表示させる正方形のボックス□ */
	.c3 input[type="checkbox"] + label::before {
		content: "";
		position: absolute;
		display: block;
		box-sizing: border-box;
		width: 20px;
		height: 20px;
		margin-top: -14px;
		left: 0;
		top: 50%;
		border: 1px solid;
		border-color: #ccc; /* 枠の色変更 お好きな色を */
		background-color: #fff; /* 背景の色変更 お好きな色を */
		border-radius: 3px;
	}
	/* チェックが入った時のレ点 */
	.c3 input[type="checkbox"]:checked + label::after {
		content: "";
		position: absolute;
		display: block;
		box-sizing: border-box;
		width: 18px;
		height: 9px;
		margin-top: -11px;
		top: 50%;
		left: 3px;
		transform: rotate(-45deg);
		border-bottom: 3px solid;
		border-left: 3px solid;
		border-color: #d73333; /* チェックの色変更 お好きな色を */
	}

.cfin	{
	background-color:#f4f3ef;
	height:300px;
	width: 100%;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
	padding: 30px;
scrollbar-width: thin;
scrollbar-color: #000000 #f4f3ef;
}
.cfin	h5 {
font-size: 120%;
padding-bottom: 3px;
}
.cfin	h6 {
font-size: 115%;
padding-bottom: 2px;
}
.cfin	p {
font-size: 105%;
padding-bottom: 25px;
}
.cfin ul	{
padding-bottom: 25px;
}
.cfin ul li	{
list-style-type: disc;
margin-left: 20px;
font-size: 105%;
}
.c4 {
width: 251px;
margin: 0 auto;
padding-bottom: 50px;
}
.c4 input[type="submit"] {
    border: 0px;
    width:251px;
    height:51px;
    background: url("../img/contact/con_btns.png") left top no-repeat;
				line-height: 0;
}
.c4 input[type="submit"]:hover {
    cursor: pointer;
    opacity:0.5;
}

}