/*----------------------------*/
/*--base--*/
/*----------------------------*/
.inner {
	width: 1100px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.inner {
		width: 100%;
		padding: 0 20px;
	}
}
  
.forPc {
	display: block;
}
.forSp {
	display: none;
}
@media screen and (max-width: 767px) {
	.forPc {
	  display: none;
	}
	.forSp {
		display: block;
	}
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.clearfix::after{
	content: "";
	clear: both;
	display: block;
}
  
.font-roboto {
	font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4 {
	font-weight: bold;
	letter-spacing: 0.03rem;
	margin-bottom: 0;
}
  
.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
.fs22 {
	font-size: 22px;
}
@media screen and (max-width: 767px) {
	.fs12 {
	  font-size: 10px;
	}
	.fs14 {
	  font-size: 12px;
	}
	.fs16 {
	  font-size: 14px;
	}
	.fs18 {
	  font-size: 16px;
	}
	.fs20 {
	  font-size: 18px;
	}
	.fs22 {
	  font-size: 18px;
	}
}
@media screen and (max-width: 390px) {
	.fs16 {
	  font-size: 13px;
	}
	.fs18 {
	  font-size: 15px;
	}
	.fs20 {
	  font-size: 16px;
	}
	.fs22 {
	  font-size: 18px;
	}
}
  
em {
	color: #317dc1;
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff25f 60%);
}
  
.text_gradation {
	color: #ACB6E5;
	background: -webkit-linear-gradient(0deg, #97d754, #02b7aa);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bg_gradation {
	background: linear-gradient(to right, #97d754, #02b7aa);
}
.bg_blue {
	background: #317dc1;
}
.bg_gray {
	background: #f3f9eb;
}
.bg_white {
	background: #fff;
}


/*----------------------------*/
/*--料金・機能紹介--*/
/*--main--*/
/*----------------------------*/
section#bgImage {
    margin-top: 90px;
	text-align: center;
	padding: 80px 0 260px;
}
section.main h1 {
	font-size: 42px;
	line-height: 3rem;
	margin-bottom: 20px;
}
section.main p {
	font-weight: bold;
	line-height: 1rem;
}
@media screen and (max-width: 767px) {
	section#bgImage {
		margin-top: 0px;
		padding: 40px 0 240px;
	}
	section.main h1 {
		font-size: 32px;
		line-height: 2.4rem;
		margin-bottom: 10px;
	}
}


/*----------------------------*/
/*--料金・機能紹介--*/
/*--price_content--*/
/*----------------------------*/
section.price_content {
	margin-bottom: 60px;
}
.price__content__box {
	margin-top: -200px;
	padding: 60px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
.price__content__box .inner {
	width: 100%;
}
.price__content__box .lead_box {
	text-align: center;
	margin-bottom: 60px;
}
.price__content__box .lead_box p {
	margin-bottom: 40px;
}
a.download_link {
	display: block;
	margin: 0 auto;
	padding: 20px;
	width: 400px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 90px;
	transition: 0.3s;
}
a.download_link:hover {
	opacity: 0.8;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
	.price__content__box {
		padding: 40px 20px;
	}
	.price__content__box .inner {
		padding: 0;
	}
	.price__content__box .lead_box {
		text-align: left;
		margin-bottom: 40px;
	}
	.price__content__box .lead_box p {
		margin-bottom: 20px;
	}
	a.download_link {
		width: 100%;
	}
}
/*----------------------------*/
/*--料金・機能紹介--*/
/*--price_content__table--*/
/*----------------------------*/
.price_content__table table {
	border: 1px solid #e1f0ce;
}
.price_content__table table tr {
	border-bottom: 1px solid #e1f0ce;
}
.price_content__table table th,
.price_content__table table td {
	border-right: 1px solid #e1f0ce;
}
.price_content__table table th {
	background: #f3f9eb;
	color : #333;
	padding: 60px 0;
}
.price_content__table table td {
	padding: 0 30px;
	background: #fff;
	vertical-align:middle
}
.price_content__table table td.center {
	text-align: center;
	font-weight: bold;
}
.price_content__table table td p.ta_left {
	text-align: left;
}
@media screen and (max-width: 767px) {
	.price_content__table table tr {
		border-bottom: none;
	}
	.price_content__table table th,
	.price_content__table table td {
		width: 100%;
		display: block;
		padding: 20px;
		border-right: none;
		border-bottom: 1px solid #e1f0ce;
	}
	.price_content__table table td.center .fs16 {
		font-size: 16px;
	}
	.price_content__table table td p span.roboto {
		font-size: 20px;
	}
}

/*----------------------------*/
/*--料金・機能紹介--*/
/*--link_content--*/
/*----------------------------*/
section.link_content {
	margin-bottom: 120px;
}



/*----------------------------*/
/*--資料ダウンロード--*/
/*--main--*/
/*----------------------------*/
.i-portvice_plan_download {
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 90px;
    display: flex;
}
.i-portvice_plan_download__inner {
	max-width: 1000px;
	width: calc(100% - 390px);
	padding: 60px 0;
	padding-right: 50px;
}
.i-portvice_plan_download_section_form {
	width: 390px;
	padding: 60px 40px;
}
@media screen and (max-width: 767px) {
	.i-portvice_plan_download {
		display: block;
		margin-top: 0px;
	}
	.i-portvice_plan_download__inner {
		max-width: 1000px;
		width: 100%;
		padding-right: 0px;
		padding-top: 0;
		padding-bottom: 30px;
	}
	.i-portvice_plan_download_section_form {
		width: 100%;
		padding: 40px 20px;
	}
}

/*----------------------------*/
/*--資料ダウンロード--*/
/*--コンテンツ--*/
/*----------------------------*/
.i-portvice_plan_download_section_form .ttl_formblock {
	margin-bottom: 20px;
}
.i-portvice_plan_download_section_form h3 {
	margin-bottom: 10px;
}

.i-portvice_plan_download__inner .mainImage {
	margin-bottom: 60px;
}
.mainContent .text_box {
	margin-bottom: 60px;
}
.mainContent .text_box .osusume {
	margin-bottom: 30px;
}
.mainContent .text_box .osusume ul {
	font-weight: bold;
}
.mainContent .text_box .osusume ul li {
	margin-bottom: 10px;
	padding-left: 16px;
	text-indent: -16px;
}
.mainContent .text_box .osusume ul li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	border-radius: 90px;
	background: linear-gradient(to right, #97d754, #02b7aa);
	vertical-align: middle;
}
.mainContent .text_box .osusume ul li:last-child {
	margin-bottom: 0px;
}
.mainContent .text_box h2 {
	margin-bottom: 30px;
	line-height: 2rem;
}
.mainContent .text_box h3 {
	margin-bottom: 10px;
	line-height: 2rem;
}
.mainContent .text_box p {
	line-height: 1.6rem;
}
@media screen and (max-width: 767px) {
	.i-portvice_plan_download__inner .mainImage {
		margin-bottom: 30px;
	}
	.mainContent .text_box,
	.mainContent .img_box {
		padding: 0 20px;
	}
	.mainContent .text_box h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.mainContent .text_box h3 {
		font-size: 18px;
	}
	.mainContent .text_box .osusume {
		margin-bottom: 20px;
	}
	.mainContent .text_box .osusume ul li {
		margin-bottom: 3px;
	}
	.mainContent .text_box {
		margin-bottom: 30px;
	}
}

/*----------------------------*/
/*--資料ダウンロード--*/
/*--フォーム--*/
/*----------------------------*/
.form_input_item {
    margin-bottom: 10px;
}
.i-portvice_plan_download_section_form input[type="text"],
.i-portvice_plan_download_section_form input[type="email"],
.i-portvice_plan_download_section_form input[type=tel],
.i-portvice_plan_download_section_form form textarea {
	border: 1px solid #e1f0ce!important;
	background: #fff;
	border-radius: 3px;
    padding: 10px;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
	.i-portvice_plan_download_section_form input[type="text"],
	.i-portvice_plan_download_section_form input[type="email"],
	.i-portvice_plan_download_section_form input[type=tel],
	.i-portvice_plan_download_section_form form textarea {
		width: 100%!important;
	}
}
.accep_txt {
    background: #fff;
    height: 75px;
    overflow-y: scroll;
	padding: 10px 15px;
	margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.2rem;
	border: 1px solid #e1f0ce;
	border-radius: 3px;
}
.form_input_item.acceptance {
    margin: 15px 0;
    font-size: 14px;
}
.form_input_item.acceptance a {
	color: #2347b5;
	text-decoration: underline;
}
div.wpcf7 .wpcf7-submit {
	background: linear-gradient(to right, #97d754, #02b7aa);
	border-radius: 90px;
	padding: 20px 0;
	width: 100%;
	opacity: 1;
	font-size: 18px;
}
div.wpcf7 .wpcf7-submit:disabled {
	background: #dfdfdf;
	border-radius: 90px;
	padding: 20px 0;
	width: 100%;
	opacity: 1;
	transition: all .5s ease;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
    border: none;
    outline: 0;
	transition: all .5s ease;
}

/*------- 追記_240401 ----------*/
@media screen and (max-width: 767px) {
	section#bgImage {
		margin-top: 0px;
		padding: 100px 0 240px;
	}
}