@charset "utf-8";

::selection {
	background-color: #333;
	color: #fff;
}

a {
	transition: all .3s;
}

a:hover {
	opacity: 0.7;
}

input,
button,
textarea {
	outline: none;
}

input:focus,
textarea:focus {
  background: #f7f7f7;
}

img {
	max-width: 100%;
}

.bold {
	font-size: 24px;
	font-weight: 900;
	margin: 0 0 20px 0;
}

.bold2 {
font-size: 16px;
font-weight: 900;
margin: -20px 0 20px 0;
}

.red {
	font-weight: 900;
	color: #c01414;
}

.blue {
	color: #009ee7;
}

.inner {
	max-width: 1600px;
	margin: 0 auto;
}

#header .inner {
	display: flex;
	align-items: center;
	padding: 15px 0;
}

#header {
	background: #fff;
}

#header h1 {
	width: 15%;
}

#header nav {
	width: 50%;
}

#header nav ul {
	display: flex;
}

#header nav ul li {
	flex: auto;
}

#header .h_links {
	width: 40%;
	text-align: right;
}

#header .h_links a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
}

.mv {
	background: url('../img/mv.jpg') no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
	padding: 250px 0;
}

section h2 strong {
	font-size: 73px;
	font-family: "Fira Sans", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.1em;
}

section h2 span {
	display: block;
	font-size: 24px;
	line-height: 1.4em;
	margin: 15px 0 0;
	font-weight: 500;
}

.service_ly {
	display: flex;
	padding: 100px 0 85px;
}

.service_ly h2 {
	width: 29%;
	box-sizing: border-box;
	padding: 0 0 0 75px;
}

.service_ly .service_con {
	width: 71%;
	box-sizing: border-box;
	padding: 0 140px 0 0;
}

.service_ly .service_con dl dt {
	font-size: 24px;
	margin: 0 0 40px;
}

.service_ly .service_con dl dd {
	display: inline-block;
	background: #029fe8;
	color: #fff;
	font-size: 19px;
	width: 225px;
	padding: 12px 0;
	text-align: center;
	margin: 0 18px 0 0;
}

.service_ly .service_con p {
	font-size: 16px;
	line-height: 1.8em;
	margin: 30px 0;
}

.btn_links {
	position: relative;
	display: inline-block;
	font-size: 16px;
	width: 270px;
	text-align: center;
	padding: 14px 0;
	border: 1px solid #000;
	background: #fff;
}

.btn_links:after {
	position: absolute;
	bottom: 2px;
	right: 2px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 13px 13px;
	border-color: transparent transparent #029fe8 transparent;
}

.ourservice_bg {
	height: 310px;
	width: 100%;
	background: url('../img/bg_ourservice.jpg') no-repeat 50% 50%;
	background-size: cover;
}

.commitment {
	background: #f0f0f0;
	padding: 100px 0;
}

.commitment h2 {
	text-align: center;
}

.commitment figure {
	text-align: center;
	margin: 70px 0;
}

.commitment p {
	padding: 0 315px;
	font-size: 16px;
	line-height: 1.8em;
}

.commitment .btn_case {
	text-align: center;
	margin: 70px 0 0;
}

.ourplan {
	padding: 100px 0;
}

.ourplan h2 {
	text-align: center;
}

.plan_list {
	display: flex;
	margin: 65px 0;
}

.plan_box {
	flex: 1;
	margin: 0 10px;
	border: 1px solid #cfcfcf;
	border-radius: 20px;
	overflow: hidden;
}

.plan_inner {
	padding: 16px 16px 30px;
}

.plan_inner dl {
	overflow: hidden;
}

.plan_inner dl dt {
	float: left;
	font-size: 30px;
	font-family: "Fira Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.plan_inner dl dt strong {
	font-size: 64px;
	font-weight: 600;
	margin: 0 10px 0 0;
}

.plan_inner dl dd {
	float: right;
	padding: 24px 0 0;
}

.plan_inner dl dd span {
	display: inline-block;
	font-size: 12px;
	border: 1px solid #000;
	border-radius: 50px;
	padding: 8px;
	font-weight: bold;
	margin: 0 0 0 3px;
}

.plan_inner dl dd span.label-b {
	background: #029fe8;
	border: 1px solid #029fe8;
	color: #fff;
}

.plan_inner h3 {
	font-size: 17px;
	background: #282728;
	color: #fff;
	text-align: center;
	padding: 7px 0;
	margin: 10px 0;
}

.plan_inner .plan_txt {
	font-size: 12px;
	line-height: 1.6em;
	min-height: 145px;
}

.plan_inner .plan_txt a {
	display: inline-block;
	margin: 15px 0;
	color: #029fe8;
}

.plan_inner .plan_explain {
	border: 5px solid #000;
	border-radius: 50px;
	font-size: 13.5px;
	line-height: 1.4em;
	padding: 12px 17px;
	font-weight: bold;
}

.plan_inner .plan_price .price_ly {
	display: flex;
	align-items: end;
	margin: 20px 0;
}

.plan_inner .plan_price .price_ly .price_num {
	color: #e71a16;
	font-size: 20px;
	font-weight: 900;
}

.plan_inner .plan_price .price_ly .price_num strong {
	font-size: 44px;
	font-weight: 900;
}

.plan_inner .plan_price .price_ly .price_txt {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 0 0 20px;
}

.plan_inner .plan_price .price_explain {
	font-size: 11px;
	font-weight: 600;
}

.bnr_list {
	text-align: center;
	margin: 0 0 60px;
}

.bnr_list img:last-child {
	margin: 0 0 0 72px;
}

.s_plan_list {
	display: flex;
	padding: 0 10px;
}

.s_plan_list > div {
	flex: 1;
	border: 1px solid #cfcfcf;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	padding: 20px 270px 20px 20px;	
}

.s_plan_list > div:last-child {
	margin: 0 0 0 30px;
}

.s_plan_list figure {
	position: absolute;
	right: 0;
	top: 0;
	width: 243px;
	height: 100%;
	margin: 0;
	
}

.s_plan_list figure img {
	height: 100%;
	width: 100%;
}

.super_plan .s_plan_ttl {
	position: relative;
	padding: 0 0 0 73px;
}

.super_plan .s_plan_ttl dt {
	font-size: 26px;
	color: #e5004f;
	font-weight: 900;
}

.super_plan .s_plan_ttl dt span {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 64px;
}

.super_plan .s_plan_ttl dd {
	display: inline-block;
	padding: 4px 78px;
	font-weight: 600;
	font-size: 18px;
	color: #e5004f;
	border: 2px solid #e5004f;
	border-radius: 20px;
	margin: 10px 0 0;
}

.super_plan p {
	margin: 20px 0 30px;
	font-size: 12px;
	line-height: 1.6em;
	padding: 0 40px 0 0;
}

.super_plan_price {
	display: flex;
	padding: 0 20px 0 0;
}

.super_plan_price .price_box {
	flex: 1;
	background: #e5004f;
	border-radius: 20px;
	color: #fff;
	padding: 20px 0 30px;
	text-align: center;
}

.super_plan_price .price_box:last-child {
	margin: 0 0 0 16px;
}

.super_plan_price .price_box dl dt {
	font-family: "Fira Sans", sans-serif;
	font-weight: 300;
	font-size: 27px;	
}

.super_plan_price .price_box dl dt strong {
	font-size: 59px;
	font-weight: 600;
	margin: 0 10px 0 0;
}

.super_plan_price .price_box dl dd {
	font-size: 17px;
	font-weight: 900;
	margin: 20px 0 0;
}

.super_plan_price .price_box dl dd strong {
	font-size: 38px;
	margin: 0 0 0 5px;
}

.seminar_plan .s_plan_ttl dt {
	font-size: 64px;
	color: #0071e5;
	font-weight: 800;
}

.seminar_plan .s_plan_ttl dd {
	display: inline-block;
	padding: 4px 78px;
	font-weight: 600;
	font-size: 18px;
	color: #0071e5;
	border: 2px solid #0071e5;
	border-radius: 20px;
	margin: 10px 0 0;
}

.seminar_plan p.s_plan_txt {
	margin: 20px 0 70px;
	font-size: 12px;
	line-height: 1.6em;
	padding: 0 30px 0 0;
}

.seminar_plan_price .price_ly {
	display: flex;
}

.seminar_plan_price .price_ly {
	display: flex;
	align-items: end;
	margin: 20px 0;
}

.seminar_plan_price .price_ly .price_num {
	color: #e71a16;
	font-size: 20px;
	font-weight: 900;
}

.seminar_plan_price .price_ly .price_num strong {
	font-size: 40px;
	font-weight: 900;
}

.seminar_plan_price .price_ly .price_txt {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 0 0 20px;
}

.seminar_plan_price .price_explain {
	font-size: 11px;
	font-weight: 600;
}

.commitment_sp {
	display: none;
}

#primary {
	width: 100%;
	max-width: 880px;
	margin: 0px auto 0 auto;
	font-size: 16px;
	line-height: 26px;
}


.entry-content {
	width: 100%;
	max-width: 880px;
	margin: auto;
	font-size: 16px;
	line-height: 26px;
}

.entry-content img {
	padding: 30px 0;
}

.entry-content p strong {
	display: block;
	font-size: 24px;
	padding: 20px 0 10px 0;
	border-bottom: 5px #0073cb solid;
	margin: 0 0 20px 0;
}


.footerimage {
	width: 100%;
	background: url('../img/footer_contact.jpg') no-repeat 50% 50%;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
	font-size: 46px;
	color: #fff;
	font-weight: 900;
	margin: 60px 0 0 0;
}

.footer_text {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px !important;
	display: block;
	margin: 0 0 0px 0;
}

.btn-flat-border {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #fff;
	border: solid 2px #fff;
	border-radius: 3px;
	transition: .4s;
	font-size: 32px;
	font-weight: 600;
	margin: 40px 0 0 0;
  }
  
  .btn-flat-border:hover {
	background: #ff0000;
	color: white;
  }

  .banner {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	padding: 100px 0;
	text-align: center;
	background-color: #fff;
	color: #000;
}

.banner_img {
	width: 19%;
	float: left;
	margin: 0 0.5% 0 0.5%;
}

.areatext {
	width: 100%;
	margin: 0px auto 0 auto;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}

@media screen and (max-width: 1599px) {
	.inner {
		max-width: 97%;
	}
	#header nav {
		width: 70%;
	}
	#header .h_links {
		width: 20%;
	}
	#header .h_links a {
		margin: 5px 0;
	}
	#header nav ul {
		padding: 0 15px;
	}
	#header nav ul li {
		text-align: center;
		font-size: 15px;
	}
	.mv {
		padding: 150px 0;
	}
	.service_ly h2 {
		width: 40%;
		padding: 0 0 0 5%;
	}
	.service_ly .service_con {
		width: 60%;
	}
	.service_ly .service_con dl dd {
		width: auto;
		padding: 12px 20px;
	}
	.commitment p {
		padding: 0 10%;
	}
	.plan_inner dl dd {
		padding: 0;
	}
	.plan_inner dl dd span {
		display: block;
		margin: 5px 0;
	}
	.plan_inner dl {
		height: 110px;
	}
	.plan_inner h3 {
		font-size: 15px;
		line-height: 1.4em;
		padding: 10px;
	}
	.plan_inner .plan_txt {
		min-height: 220px;
	}
	.plan_inner .plan_price .price_ly {
		display: block;
	}
	.plan_inner .plan_price .price_ly .price_txt {
		margin: 10px 0 0;
	}
	.plan_inner .plan_price .price_explain  {
		line-height: 1.4em;
	}
	.bnr_list img {
		width: 47%;
	}
	.bnr_list img:last-child {
		margin: 0 0 0 3%;
	}
	.s_plan_list {
		display: block;
	}
	.s_plan_list > div:last-child {
		margin: 30px 0 0;
	}
}


.pc_only {
	display: block;
}

.sp_only {
	display: none;
}


@media screen and (max-width: 999px) {
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}



	.commitment_pc {
		display: none;
	}
	.commitment_sp {
		display: block;
	}
	.inner {
		max-width: 94%;
	}
	.menu-btn {
		display: block;
		width: 40px;
		height: 40px;
		z-index: 10;
		top: 17px;
		right: 2.5%;
		position: absolute;
		cursor: pointer;
	}
	.menu.is-active{
		left: 0;
		top: 60px;
	}
	.menu-btn span{
		display: block;
		height: 2px;
		width: 20px;
		background-color: #333;
		position: absolute;
		left: 10px;
		border-radius: 2px;
	}
	.menu-btn span:nth-of-type(1){
		top: 10px;
	}
	.menu-btn span:nth-of-type(2){
		top: 18px;
	}
	.menu-btn span:nth-of-type(3){
		top: 26px;
	}
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 999;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	}
	#header nav,
	#header .h_links {
		display: none;
	}
	#header .inner {
		display: block;
	}
	#header h1 {
		width: auto;
		padding: 0 0 0 3%;
	}
	#header h1 img {
		height: 40px;
	}
	#header nav.is-active {
		display: block;
		width: 100%;
	}
	#header nav ul {
		display: block;
		padding: 10px 0;
	}
	#header nav ul li {
		flex: none;
	}
	#header nav ul li a {
		display: block;
		padding: 20px 0;
		background: #313131;
		color: #fff;
		border-top: 1px solid #999;
		font-size: 16px;
	}
	#header .inner {
		max-width: 100%;
	}
	#header .h_links.is-active {
		display: block;
		width: 100%;
		text-align: center;
	}
	#header .h_links a {
		margin: 10px 0 0;
	}
	.mv {
		padding: 140px 3% 70px;
	}
	.service_ly {
		padding: 10% 0;
		display: block;
	}
	.service_ly h2 {
		padding: 0;
		text-align: center;
		width: 100%;
	}
	section h2 strong {
		font-size: 10vw;
	}
	.service_ly .service_con {
		width: 100%;
		margin: 10% 0 0;
		padding: 0;
		text-align: center;
	}
	.service_ly .service_con dl dt {
		font-size: 4vw;
		margin: 0 0 5%;
	}
	.service_ly .service_con dl dd {
		padding: 2vw 4vw;
		font-size: 4vw;
		margin: 0 2%;
	}
	.service_ly .service_con p {
		font-size: 3.4vw;
		margin: 5% 0;
	}
	.btn_links {
		font-size: 3.8vw;
		width: 60vw;
		padding: 3vw 0;
	}
	.ourservice_bg {
		height: 30vw;
	}
	.commitment {
		padding: 10% 0;
	}
	section h2 span {
		font-size: 4vw;
		margin: 3% 0 0;
	}
	.commitment figure {
		margin: 10% 0;
	}
	.commitment p {
		font-size: 3.4vw;
		padding: 0;
	}
	.ourplan {
		padding: 10% 0;
	}
	.plan_list {
		display: block;
		margin: 10% 0 0;
	}
	.plan_box {
		margin: 0 0 5%;
	}
	.plan_inner dl dt {
		font-size: 8vw;
	}
	.plan_inner dl dt strong {
		font-size: 15vw;
		margin: 0 2vw 0 0;
	}
	.plan_inner dl dd span {
		font-size: 3.4vw;
		padding: 2vw 4vw;
		margin: 0 0 1vw;
	}
	.plan_inner dl {
		height: auto;
	}
	.plan_inner h3 {
		font-size: 4vw;
		padding: 2vw 1vw;
		margin: 4% 0;
	}
	.plan_inner .plan_txt {
		min-height: auto;
		font-size: 3.4vw;
	}
	.plan_inner .plan_txt a {
		margin: 3% 0;
	}
	.plan_inner .plan_explain {
		margin: 8% 0 5%;
		font-size: 3.4vw;
		padding: 2vw 5vw;
	}
	.plan_inner .plan_price .price_ly {
		text-align: center;
	}
	.plan_inner .plan_price .price_ly .price_num {
		font-size: 5vw;
	}
	.plan_inner .plan_price .price_ly .price_num strong {
		font-size: 10vw;
	}
	.plan_inner .plan_price .price_ly .price_txt {
		font-size: 3vw;
		margin: 5% 0 0;
	}
	.plan_inner .plan_price .price_explain {
		font-size: 3vw;
	}
	.plan_inner {
		padding: 5% 3%;
	}
	.bnr_list {
		margin: 10% 0;
	}
	.bnr_list img {
		width: 100%;
	}
	.bnr_list img:last-child {
		margin: 5% 0 0;
	}
	.s_plan_list figure {
		position: relative;
		right: auto;
		width: 100%;
	}
	.s_plan_list > div {
		padding: 0;
	}
	.super_plan .s_plan_ttl {
		padding: 0 0 0 13vw;
	}
	.super_plan .s_plan_ttl dt {
		font-size: 4.2vw;
	}
	.super_plan .s_plan_ttl dt span {
		font-size: 10vw;
	}
	.super_plan .s_plan_ttl dd {
		padding: 2vw 10vw;
		font-size: 3.4vw;
	}
	.super_plan p {
		font-size: 3.4vw;
		margin: 5% 0;
		padding: 0;
	}
	.super_plan_price {
		padding: 0;
	}
	.super_plan_price .price_box {
		padding: 5vw 0;
	}
	.super_plan_price .price_box dl dt {
		font-size: 6vw;
	}
	.super_plan_price .price_box dl dt strong {
		font-size: 10vw;
	}
	.super_plan_price .price_box dl dd {
		font-size: 4vw;
		margin: 5% 0 0;
	}
	.super_plan_price .price_box dl dd strong {
		font-size: 6vw;
	}
	.s_plan_inner {
		padding: 5%;
	}
	.seminar_plan .s_plan_ttl {
		text-align: center;
	}
	.seminar_plan .s_plan_ttl dt {
		font-size: 10vw;
		margin: 0 0 3%;
	}
	.seminar_plan .s_plan_ttl dd {
		padding: 2vw 10vw;
		font-size: 3.4vw;
	}
	.seminar_plan p.s_plan_txt {
		font-size: 3.4vw;
		margin: 5% 0;
		padding: 0;
	}
	.seminar_plan_price .price_ly {
		text-align: center;
		display: block;
		margin: 5% 0;
	}
	.seminar_plan_price .price_ly .price_num {
		font-size: 5vw;
	}
	.seminar_plan_price .price_ly .price_num strong {
		font-size: 10vw;
	}
	.seminar_plan_price .price_ly .price_txt {
		font-size: 3vw;
		margin: 5% 0 0;
	}
	.seminar_plan_price .price_explain {
		font-size: 3vw;
		line-height: 1.4em;
	}
	.s_plan_list figure img {
		width: 100%;
	}

	#primary {
		width: 95%;
		max-width: 880px;
		margin: 20px auto 0 auto;
		font-size: 16px;
	}

	.footer_text {
		width: 90%;
		max-width: 460px;
		font-size: 14px;
		font-weight: 300;
		line-height: 22px !important;
		display: block;
		margin: 0 auto 0px auto;
		text-align: left !important;
	}

	.banner_img {
		width: 95%;
		float: left;
		margin: 0 2.5% 0 2.5%;
	}
}

/* 共通 */
.changeCard ul {
	padding: 0;
	list-style: none;
	border: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 20px;
}
.changeItemTxt {
	width: 62%;
}
.changeItemTxt p.itemTitle {
	font-size: 1.1rem;
	line-height: 1.56;
	margin: 0;
	font-weight: bold;
	color: #313131;
	margin-bottom: 10px;
}
.changeItemTxt ul.itemTag {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.changeItemTxt ul.itemTag li {
	background: #f1f1f1;
	color: #707070;
	font-size: 0.7rem;
	padding: 2px 10px;
	position: relative;
}
.changeItemTxt ul.itemTag li:before {
	padding-right: 3px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1em;
	content: "\f02b";
	vertical-align: baseline;
	color: #aaa;
}
p.itemCat {
	position: absolute;
	left: 22px;
	top: 22px;
	background: #6bb6ff;
	color: #FFF;
	border-radius: 9999px;
	font-size: 0.7rem;
	display: inline-block;
	padding: 1px 12px 0px;
	z-index: 2;
}
/* 共通ここまで */

/* Grid */
li.changeItem.grid {
	width: 30%;
	margin-bottom: 5px;
}
li.changeItem.grid a {
	padding-bottom: 20px;
	padding-top: 0px;
	height: 100%;
	flex-direction: column;
	display: flex;
	text-decoration: none;
	border-top: solid 1px #eee;
}
li.changeItem.grid a p.itemCat {
	display: none;
}
li.changeItem.grid a img, li.changeItem.grid a .changeItemTxt {
	width: 100%;
	 margin: 0;
}
li.changeItem.grid a img {
	margin-bottom: 15px;
	transition: 0.2s ease-in-out;
	box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}
li.changeItem.grid a:hover {
	background: none;
}
li.changeItem.grid a:hover > img {
	box-shadow: 0 15px 30px -5px rgb(0 0 0 / 25%);
	transform: translateY(-4px);
}

li.changeItem.grid a .changeItemTxt .itemTitle {
	font-size: 16px;
	font-weight: 600;
}


@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
li.changeItem.grid {
	width: 100%;
	margin: 0;
	padding: 0;
}
li.changeItem.grid a {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
li.changeItem.grid:last-child a {
	border-bottom: solid 1px #eee;
}
li.changeItem.grid a img {
	width: 100px;
	margin-right: 10px;
	height: auto;
	margin-bottom: 0;
}
li.changeItem.grid a .changeItemTxt {
	width: calc(100% - 155px);
}
li.changeItem.grid a .changeItemTxt time {
	display: none;
}
li.changeItem.grid a .changeItemTxt .itemTitle {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	text-align: left;
}
li.changeItem.grid a .changeItemTxt ul.itemTag {
	display: none;
}
}

/* List */
.itemTitle {
	font-size: 16px !important;
	font-weight: 600;
}
li.changeItem.defaultList {
	width: 100%;
	padding: 0;
}
li.changeItem.defaultList a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-radius: 2px;
	background: #fff;
	cursor: pointer;
	transition: 0.2s ease-in-out;
	padding: 15px;
	position: relative;
	align-items: center;
	text-decoration: none;
	border-top: solid 1px #eee;
	padding-right: 10px;
	cursor: pointer;
}
li.changeItem.defaultList:last-child a {
	border-bottom: solid 1px #EEE;
}
li.changeItem.defaultList a:hover {
	background: #fafafa;
}
li.changeItem.defaultList a img {
	width: 35%;
	margin-right: 3%;
}

@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
li.changeItem.defaultList a {
	flex-direction: column;
}
li.changeItem.defaultList a img {
	width: 100%;
	margin: 0 0 15px;
}
li.changeItem.defaultList a .changeItemTxt {
	width: 100%;
}
}



.pankuzu {
	background: #000;
	padding: 20px 50px;
	color: #fff;
}

.pankuzu .inner {
	width: 100%;
	max-width: 880px;
	max-width: auto;
}

.servis {
	width: 100%;
	border-radius: 10px;
	background: #ededed !important;
	margin: 60px 0 0 0;
}

.servis_inner {
	width: 90%;
	margin: auto;
	padding: 20px 0;
}

.servis_inner_left {
	width: 60%;
	float: left;
}

.servis_inner_right {
	width: 35%;
	float: right;
}

.pankuzu {
	width: 100%;
	padding: 10px 0;
	background: #000;
	margin: 20px 0 0 0;
}

.pankuzu .inner {
	max-width: 880px;
	margin: auto;
	color: #fff;
}

.pankuzu .inner a {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.pankuzu {
	margin: 70px 0 0 0;
		font-size:10px;
}
	.servis_inner_left {
		width: 100%;
		float: none;
	}
	
	.servis_inner_right {
		width: 100%;
		float: none;
	}
}

.kizai {
	display:flex;
	flex-wrap: wrap;
}

.kizai_box {
	width: 47%;
	margin: 0 1.5% 40px 1.5%;
	float: left;
	border-radius: 10px;
	border: 2px solid #ededed;
}

.kizai_box2 {
	width: 47%;
	margin: 0 0% 40px 0%;
	float: right;
	border-radius: 10px;
	border: 2px solid #ededed;
}

.kizai_title {
	background-color: #ededed;
	padding: 10px 0;
	text-align: center;
}

.kizai_img {
	margin: -49px 0 0 0;
	padding: 0;
}

.kizai_text {
	width: 90%;
	margin: auto;
	padding: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
	.servis_inner_left {
		width: 100%;
		float: none;
	}
	
	.servis_inner_right {
		width: 100%;
		float: none;
	}

	.kizai_box {
		width: 97%;
		margin: 0 1.5% 40px 1.5%;
		float: none;
		border-radius: 10px;
		border: 2px solid #ededed;
	}
	
	.kizai_box2 {
		width: 97%;
		margin: 0 1.5% 40px 1.5%;
		float: none;
		border-radius: 10px;
		border: 2px solid #ededed;
	}
		.category-blog {
		width: 93.555% !important;
		margin: 0 1% 10px 1%;
		float: none !important;
		border: 1px solid #c7c7c7;
		padding: 2%;
	  }
}

	.option {
width: 100%;
border-radius: 10px;
background: #ededed !important;
margin: 40px 0 0 0;
}
.option_inner {
width: 90%;
margin:auto;
padding: 20px 0;
}

.qa-6 {
max-width: 100%;
margin-bottom: 5px;
border-bottom: 2px solid #d6dde3;
}
.qa-6 summary {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 1em 2em 1em 3em;
color: #333333;
font-weight: 600;
cursor: pointer;
}
.qa-6 summary::before,
.qa-6 p::before {
position: absolute;
left: 1em;
font-weight: 600;
font-size: 1.3em;
}
.qa-6 summary::before {
color: #75bbff;
content: "Q";
}
.qa-6 summary::after {
transform: translateY(-25%) rotate(45deg);
width: 7px;
height: 7px;
margin-left: 10px;
border-bottom: 3px solid #333333b3;
border-right: 3px solid #333333b3;
content: '';
transition: transform .5s;
}
.qa-6[open] summary::after {
transform: rotate(225deg);
}
.qa-6 p {
position: relative;
transform: translateY(-10px);
opacity: 0;
margin: 0;
padding: .3em 3em 1.5em;
color: #333;
transition: transform .5s, opacity .5s;
}
.qa-6[open] p {
transform: none;
opacity: 1;
}
.qa-6 p::before {
color: #ff8d8d;
line-height: 1.2;
content: "A";
}
.flow_design10 {
display: flex;
justify-content: center;
align-items: center;
}
.flow10 {
padding-left: 0;
}
.flow10 > li {
list-style-type: none;
border: 2px solid #4D9BC1;
padding: 20px;
border-radius: 20px;
}
.flow10 > li:not(:last-child) {
margin-bottom: 40px;
position: relative;
}
.flow10 > li:not(:last-child)::after {
content: '';
position: absolute;
border: 20px solid transparent;
width: 0;
height: 0;
bottom: -53px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
border-top-color: #4D9BC1;
}
.flow10 > li dl dt {
font-size: 1.3em;
font-weight: bold;
border-bottom: 2pt dashed #ccc;
padding-bottom: 0.5em;
margin-bottom: 0.5em;
}
.flow10 > li .icon10 {
color: #4D9BC1;
margin-right: 0.5em;
}
.flow10 > li dl dd {
margin: 0;
}
.box-design13 {
margin: 20px auto;
padding: 20px;
border: 2px dashed #4c9ac0;
position: relative;
}
.box-design13-ttl {
position: absolute;
top: -15px;
left: 20px;
background-color: #fff;
padding: 0 0.5em;
margin: 0;
font-size: 20px;
font-weight: bold;
}
.jirei_midashi {
background: #e9e9e9;/*背景色*/
padding: 0.5em;/*文字まわり（上下左右）の余白*/
font-weight: 600;
}
.box19 {
position: relative;
padding:0.25em 1em;
margin: 0 0 40px 0;
}
.box19:before,.box19:after{
content:'';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}
.box19:before{
border-left: solid 1px #5767bf;
border-top: solid 1px #5767bf;
top:0;
left: 0;
}
.box19:after{
border-right: solid 1px #5767bf;
border-bottom: solid 1px #5767bf;
bottom:0;
right: 0;
}
.box19 p {
margin: 0;
padding: 0;
}
.balloon5 {
width: 100%;
margin: 1.5em 0 0 0;
overflow: hidden;
}
.balloon5 .faceicon {
float: left;
margin-right: -90px;
width: 80px;
}
.balloon5 .faceicon img{
width: 100%;
height: auto;
margin: -30px 0 0 0;
}
.balloon5 .chatting {
width: 100%;
}
.says {
display: inline-block;
position: relative;
margin: 5px 0 0 105px;
padding: 17px 13px;
border-radius: 12px;
background: #f66714;
color: #fff;
}
.says:after {
content: "";
display: inline-block;
position: absolute;
top: 18px;
left: -24px;
border: 12px solid transparent;
border-right: 12px solid #f66714;
}
.says p {
margin: 0;
padding: 0;
}	}


  /* table01 */

  #table01 ul li {
	list-style-type: none;
	position: relative;
	padding-left: 0.6em;
	}
	#table01 ul li:before {
	border-radius: 50%;
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.6em;
	content: "";
	background: #d7d7d7;
	}

#table01 tr {
	border-bottom: 1px solid #b5b1b1;
  }
  
  #table01 th,
  #table01 td {
	padding: 24px 0;
	border: none;
	text-align: left;
  }
  
  #table01 th {
	width: 30%;
  }
  
  /* sp */
  @media only screen and (max-width: 480px) {
	#table01 th,
	#table01 td {
	  width: 100%;
	  display: block;
	}
  
	#table01 th {
	  width: 100%;
	}
  
	#table01 td {
	  padding-top: 0;
	}
  }

 .p_title {
	padding: 0.5em;/*文字周りの余白*/
	color: #010101;/*文字色*/
	background: #eaf3ff;/*背景色*/
	border-bottom: solid 3px #516ab6;/*下線*/
	margin: 20px 0 10px 0;
  }

.grid_footer {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 1.5rem;
	font-size: 12px;
  }
  
  .footer {
	padding: 2rem;
	font-size: 15px;
	color: #4b5564;
	background: #fff;
	max-width: 1200px;
	margin: auto;
  }
  
  .footer__navi-heading {
	font-weight: 600;
	padding: 0 0 10px 0;
  }
  
  .footer__logo {
	display: inline-block;
	margin-bottom: 2rem;
  }
  
  .footer__navi li {
	margin-bottom: 0.75rem;
  }
  
  @media (min-width: 768px) {
	.md-flex {
	  display: flex;
	}
  
	.md-justify-between {
	  justify-content: space-between;
	}
  
	.grid {
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	}

  }


#content p strong {
	display: block;
	font-size: 24px;
	padding: 20px 0 10px 0;
	border-bottom: 5px #0073cb solid;
	margin: 0 0 20px 0;
}

  .assistive-text {
	display: none;
  }


.nav-previous {
	padding: 5px 0px;
	width: 150px;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
  }

  .nav-next {
	padding: 5px 0px;
	width: 150px;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
  }

  .category-blog {
	width: 43.555%;
	margin: 0 1% 10px 1%;
	float: left;
	border: 1px solid #c7c7c7;
	padding: 2%;
  }

  .entry-meta  {
	font-size: 12px;
  }



  .thum {
	width: 100%;
	height: 150px;
	padding: 0 20px 0 0;
  }
  .thum img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .blog_entry-content {
	width: 100%;
  }
  .entry-meta {
	display: block;
	padding: 5px 0;
  }

  .entry-content2 {
	width: 100%;
  }

 .entry-meta2 {
	background: #eaeaea;
	padding: 5px 10px;
 font-size: 12px;
	 margin:5px 0 10px 0;
  }
#nav-single {
	text-align: center;
	  width:100%;
	padding:80px 0 0 0
  }


.thumb{
　height: 250px;
  width: 100%;
  object-fit: cover;
}

.d_title {
	position: relative;
	padding: 0.6em;
	background: #e0edff;
  }
  
.d_title:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
	width: 0;
	height: 0;
  }

  .d_text {
	width: 100%;
	margin: 0px 0 0 0;
  }


  .panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
			box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  }
  .panel-body {
	padding: 15px;
  }
  .panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
  }
  .panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
  }
  .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
  }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
	color: inherit;
  }
  .panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
  }
  .panel > .list-group,
  .panel > .panel-collapse > .list-group {
	margin-bottom: 0;
  }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
  }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
  }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
  }
  .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
  }
  .panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
  }
  .list-group + .panel-footer {
	border-top-width: 0;
  }
  .panel > .table,
  .panel > .table-responsive > .table,
  .panel > .panel-collapse > .table {
	margin-bottom: 0;
  }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
	padding-right: 15px;
	padding-left: 15px;
  }
  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
  }
  .panel > .table:last-child,
  .panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
  }
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
  }
  .panel > .table > tbody:first-child > tr:first-child th,
  .panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
  }
  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
	border: 0;
  }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
  }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
  }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
  }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
  }
  .panel > .table-responsive {
	margin-bottom: 0;
	border: 0;
  }
  .panel-group {
	margin-bottom: 20px;
  }
  .panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
  }
  .panel-group .panel + .panel {
	margin-top: 5px;
  }
  .panel-group .panel-heading {
	border-bottom: 0;
  }
  .panel-group .panel-heading + .panel-collapse > .panel-body,
  .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #ddd;
  }
  .panel-group .panel-footer {
	border-top: 0;
  }
  .panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
  }
  .panel-default {
	border-color: #ddd;
  }
  .panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
  }
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
  }
  .panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
  }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
  }
  .panel-primary {
	border-color: #337ab7;
  }
  .panel-primary > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
  }
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
  }
  .panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
  }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
  }
  .panel-success {
	border-color: #d6e9c6;
  }
  .panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
  }
  .panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
  }
  .panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
  }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
  }
  .panel-info {
	border-color: #bce8f1;
  }
  .panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
  }
  .panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
  }
  .panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
  }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
  }
  .panel-warning {
	border-color: #faebcc;
  }
  .panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
  }
  .panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
  }
  .panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
  }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
  }
  .panel-danger {
	border-color: #ebccd1;
  }
  .panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
  }
  .panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
  }
  .panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
  }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
  }


 .bnr_list2 {
	width: 100%;
  }

  .bnr_list2 img {
	width: 47%;
	margin: 40px 1.5% 0px 1.5%;
	float: left;
  }

  @media screen and (max-width: 767px) {
	   .bnr_list2 {
	width: 100%;
	margin: 20px 1.5% 20px 1.5%;
  }
	.bnr_list2 img {
		width: 97%;
		margin: 0px 1.5% 20px 1.5%;
		float: none;
	  }

  }

  .s_plan_txt a {
	display: inline-block;
	margin: 15px 0;
	color: #029fe8;
}


.container {
	height: auto;
  }
  .elm {
	width: 100%;
	text-align: center;
	text-decoration: none;
	background-color:#fff;
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	color: #fff;
	transition: 0.2s;
	opacity: 0;
	z-index:-1;
  }
  .elm div {
	width: 47%;
	margin: 0 1.5%;
	float: left;
	text-align: center;
  }

  .elm div img {
	max-width: 260px;
  }

  .container2 {
	height: auto;
  }
  .elm2 {
	width: 100%;
	text-align: right;
	text-decoration: none;
	background-color:none;
	position: fixed;
	bottom: 100px;
	right: 0px;
	padding: 0px;
	color: #fff;
	transition: 0.2s;
	opacity: 0;
	z-index:-1;
  }

  .elm2 div img {
	max-width: 60px;
	margin: 0 0 10px 0;
  }

.ileft {
	width:100%;
	height:100%;
	max-width:360px;
	max-height:207px;
	object-fit: cover;
}




/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:100%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

table.CF7_table th {
	text-align:left;
	font-size: 14px;
	font-weight: 200;
	padding: 10px 0 10px 10px;
}

table.CF7_table td {
	padding: 10px 0 10px 10px;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:12px;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:12px;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

.wpcf7-text {
border:0;
padding:10px;
font-size:12px;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
width:80%;
}

.wpcf7-date {
	border:0;
	padding:10px;
	font-size:12px;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	width:40%;
	}
.wpcf7-textarea {
	border:0;
	padding:10px;
	font-size:12px;
	font-family:Arial, sans-serif;
	color:#000;
	border:solid 1px #ccc;
	width:80%;
}

.wpcf7-select {
		border:0;
	padding:10px;
	font-size:12px;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	width:10%;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	padding: 5px 0 5px 3px !important;
	}

	.CF7_table td{
		padding: 5px 0 5px 3px !important;
		}

		.wpcf7-text {
			border:0;
			padding:10px;
			font-size:12px;
			font-family:Arial, sans-serif;
			color:#e5e5e5;
			border:solid 1px #ccc;
			width:90%;
			}
			
			.wpcf7-date {
				border:0;
				padding:10px;
				font-size:12px;
				font-family:Arial, sans-serif;
				color:#aaa;
				border:solid 1px #ccc;
				width:90%;
				}
			.wpcf7-textarea {
				border:0;
				padding:10px;
				font-size:12px;
				font-family:Arial, sans-serif;
				color:#aaa;
				border:solid 1px #ccc;
				width:90%;
			}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

.cuq {
	font-size: 12px;
	color: #9c9c9c;
}

.cuq2 {
	font-size: 12px;
	color: #000;
	font-weight: 200;
}


.wpcf7-list-item-label {
	font-size: 12px !important;
	font-weight: 200 !important;
}

.wpcf7-radio .wpcf7-list-item {
margin-top:5px;
display: block;
}