/* Theme Name: kenyuukai */
img {
	height: auto;
}

.p-form__footer {
	flex-flow: column;
}
.p-form__btn {
	border-radius: 5px !important;
}

.home .news__box {
	margin-bottom:0;
}

.wpcf7-radio {
	width:92%;
	margin:0 auto;
	display:block;
}
@media screen and (max-width: 560px) {
.wpcf7-radio {
	text-align:left;
}
}


.wrap-h-contents {
  background: url(/wp-content/themes/kenyuukai/asset/images/top/contents_bg.png) no-repeat center bottom;
  background-size: 100% 100%;
  padding: 120px 0;
}
.wrap-h-contents__inner {
  width: 94%;
  max-width: 814px;
  margin: 0 auto;
}
.wrap-h-contents__list {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
}
.wrap-h-contents__list li {
  width: 30%;
}
.wrap-h-contents__list li a {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  height: 100%;
  color: #333;
  text-decoration: none;
  padding: 0 0 80px;
  box-sizing: border-box;
	position:relative;
	box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.1);
	transition: ease .2s;
}
.wrap-h-contents__list li a h2,
.wrap-h-contents__list li a p {
	transition: ease .2s;
}
.wrap-h-contents__list li a:hover h2,
.wrap-h-contents__list li a:hover p {
	color: #1E97DC;
}
.wrap-h-contents__list li a::after {
    content: url(asset/images/common/icon/arrow_blue.svg);
    border: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 35px;
    left: 50%;
	transform:translateX(-50%);
}

.wrap-h-contents__list li a picture img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.wrap-h-contents__list h2 {
  font-size: 18px;
  position: relative;
  margin: -45px auto 20px;
  line-height: 1.2;
  width: 96%;
	font-weight: bold;
}
.wrap-h-contents__list h2::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: #fff url(/wp-content/themes/kenyuukai/asset/images/top/contents1_icon.png) no-repeat center 40%;
  background-size: 30px 20px;
  border-radius: 50vh;
  margin: 0 auto -10px;
}
.wrap-h-contents__list li:nth-child(2) h2::before {
  background: #fff url(/wp-content/themes/kenyuukai/asset/images/top/contents2_icon.png) no-repeat center 40%;
  background-size: 18px 18px;
}
.wrap-h-contents__list li:nth-child(3) h2::before {
  background: #fff url(/wp-content/themes/kenyuukai/asset/images/top/contents3_icon.png) no-repeat center 40%;
  background-size: 18px 18px;
}
.wrap-h-contents__list p {
  font-size: 14px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 560px) {
.wrap-h-contents {
  background: url(/wp-content/themes/kenyuukai/asset/images/top/contents_bg_sp.png) no-repeat center bottom;
  background-size: 100% 100%;
  padding: 40px 0 20px;
}
.wrap-h-contents__inner {
  width: 84%;
}
.wrap-h-contents__list {
  display: block;
}
.wrap-h-contents__list li {
  width: 100%;
  margin: 0 auto 20px;
}
.wrap-h-contents__list li a {
  text-align: left;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-h-contents__list li a::after {
    display:none;
}
.wrap-h-contents__list li a picture {
  width: 35%;
  line-height: 0.6;
}
.wrap-h-contents__list li a picture img {
  width: 100%;
  border-radius: 5px 0 0 5px;
}
.wrap-h-contents__list li div {
  width: 60%;
}
.wrap-h-contents__list h2 {
  font-size: 15px;
  position: relative;
  margin: 0 auto 5px;
  width: auto;
}
.wrap-h-contents__list h2::before {
  display: none;
}
.wrap-h-contents__list p {
  font-size: 13px;
  margin: 0;
  width: auto;
  padding-right: 10px;
}
}

@media screen and (max-width: 560px) {
	.pc {
		display: none;
	}
}
@media screen and (min-width: 561px) {
	.sp {
		display: none;
	}
}
/*
.header__infobox-item:nth-child(2),
.header__infobox-item:nth-child(3),
#h-nav,
.home .news__btn,
.wrap-h-contents,
.groupcompany,
.footer__nav,
.footer_box .btn00,
.openbtn,
.f-nav {
	display:none !important;
}
.header {
	height:130px;
}
@media screen and (max-width: 960px) {
	.header {
		height:65px;
	}
}*/


.mb_5em {
    margin-bottom: 5em;
}

.column_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 5em;
}
.column_2 .img {
    width: 44%;
}
.column_2 .img.right {
    order: 2;
}
.column_2 .txt {
    width: 50%;
}
.column_2 .txt .subheading:first-child {
    margin-top: 0;
}
.column_2 .txt .subheading {
    margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
.column_2 {
    flex-direction: column;
}
.column_2 .img {
    margin: 0 auto;
    width: 100%;
    max-width: 440px;
}
.column_2 .img.right {
    order: 0;
}
.column_2 .txt {
    width: 100%;
}
}

.list_link li a {
    position: relative;
    padding-left: 1.2em;
    display: inline-block;
}
.list_link li a::before {
    content: ">>";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    transform: scaleX(0.6);
}