@charset "UTF-8";
@media screen and (max-width: 767px) {
	.u-pc {
		display: none;
	}
	header {
		position: relative;
		width: 100%;
		background: url(/svcsol/campaign/images/fs_202006/top/bg_mainvisual_sp.png) no-repeat center top;
		background-size: cover;
	}
	.in_head {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 5px;
		margin: 0 auto;
	}
	.grand_title {
		display: flex;
		flex-direction: row;
		width: 98%;
		margin: 0 auto 0;
		text-align: right;
		align-items: normal;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.grand_title .logotop__01 {
		width: 74.5px;
		height: 49.5px;
		background-color: #000;
	}
	.grand_title .logotop__01 a {
		display: block;
		margin-top: 10px;
		margin-right: 5px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.grand_title .logotop__01 a img {
		width: 56.5px;
		height: 32px;
	}
	.main_visual {
		padding-top: 8.75vw;
	}
	.main_visual .main_visual_title h1 {
		overflow: hidden;
	}
	.main_visual .main_visual_title h1 img {
		position: relative;
		bottom: -1px;
		vertical-align: bottom;
	}
	.spbr {
		display: block;
	}
	.pcbr {
		display: none;
	}
	.side_by_side .btn_area {
		margin-bottom: 20px;
	}
	.btn_area {
		margin-bottom: 10px;
		text-align: center;
	}
	.btn_area .btn {
		display: block;
		margin: 0 auto;
		padding: 10px;
		text-decoration: none;
		border: none;
		border-radius: 4px;
		background: linear-gradient(#d00041, #b6001f);
	}
	.btn_area span {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.5;
		min-height: 67px;
		padding-right: 20px;
		color: #fff;
		background: url(/svcsol/campaign/images/fs_202006/common/icon_externallink.svg) no-repeat right 0 center;
		background-size: 9px 8px;
	}
}

@media screen and (max-width: 767px) {
	.child_box__inner:not(:last-child) {
		margin-bottom: 30px;
	}
	.child_box .txt {
		font-size: 1.4rem;
		line-height: 1.7;
		margin-bottom: 20px;
	}
	.appeal_box {
		padding: 25px 0;
		background: #252525;
	}
	.appeal_box .child_box {
		padding: 0 10px;
	}
	.appeal_box .child_box .outline {
		font-size: 1.6rem;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
		color: #fff;
	}
	.appeal_box .tel_box,
	.appeal_box .extra_box {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 20px;
		text-align: center;
	}
	.appeal_box .tel_box:before {
		display: inline-block;
		width: 22px;
		height: 22px;
		margin-right: 10px;
		content: "";
		vertical-align: top;
		background: url(/svcsol/campaign/images/fs_202006/common/icon_tel_white.svg) no-repeat center center;
		background-size: cover;
	}
	.appeal_box .tel_box .txt {
		font-size: 1.2rem;
		font-weight: bold;
		margin-right: 0;
		color: #fff;
	}
	.appeal_box .tel_box .number {
		font-size: 1.4rem;
		font-weight: bold;
		color: #fff;
	}
	.appeal_box .tel_box .time {
		font-size: 1rem;
		display: block;
		color: #fff;
	}
	.appeal_box .extra_box .extra_txt {
		font-size: 1.2rem;
		font-weight: bold;
		color: #fff;
	}

	.hd_01 {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.6;
		position: relative;
		margin-bottom: 20px;
		padding-bottom: 10px;
		text-align: center;
		color: #7e4ec0;
		border-bottom: 6px solid #d0d0d0;
	}
	.hd_01:after {
		position: absolute;
		bottom: -6px;
		left: 50%;
		width: 100px;
		height: 6px;
		content: "";
		transform: translateX(-50%);
		background-color: #7e4ec0;
	}
	footer {
		background: #000;
	}
	footer .in_foot {
		width: 100%;
		padding: 20px 0;
	}
	footer .in_foot .foot_nav ul {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: center;
	}
	footer .in_foot .foot_nav ul li a {
		font-size: 1rem;
		text-decoration: none;
		color: #fff;
	}
	footer .in_foot .foot_nav ul li a:after {
		display: inline-block;
		width: 12px;
		height: 10px;
		margin-left: 10px;
		content: "";
		background: url(/svcsol/campaign/images/fs_202006/common/icon_externallink.svg) no-repeat center top;
		background-size: cover;
	}
	footer .in_foot .foot_nav ul li:first-child {
		margin-right: 20px;
	}
	footer .in_foot .foot_nav ul li:first-child:after {
		content: none;
	}
	footer .in_foot .foot_nav ul li:before {
		margin-right: 20px;
		content: "|";
		color: #fff;
	}
	footer .in_foot .foot_nav ul li:after {
		margin-left: 20px;
		content: "|";
		color: #fff;
	}
	footer .in_foot .copy {
		margin-top: 20px;
		text-align: center;
		color: #fff;
	}
	#totop a[href="#"] {
		display: none;
	}
}

/*#########################################################

各種ページファイル読み込み

#########################################################*/
@media screen and (max-width: 767px) {
	.parent_box {
		padding: 30px 0;
	}
	.appeal_box--another {
		background-color: transparent;
		padding: 0 0 40px;
	}
	.parent_box.download_box {
		padding-bottom: 0;
	}
	.parent_box.three_feature {
		position: relative;
	}
	.parent_box.three_feature::before {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 180px;
		content: "";
		background-color: #70a706;
		background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #6ea406 10px, #6ea406 20px);
		background-size: auto auto;
	}
	.parent_box.feature_box {
		padding: 40px 10px;
		background: url(/svcsol/campaign/images/fs_202006/top/bg_feature_box.png) no-repeat center top;
		background-size: 300% auto;
	}
	.parent_box.feature_box > .child_box {
		padding: 0 10px;
		background-color: #fff;
	}
	.parent_box.black_dline {
		background-color: #262425;
		background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #232122 10px, #232122 20px);
		background-size: auto auto;
	}
	.parent_box.green_dline {
		background-color: #70a706;
		background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #6ea406 10px, #6ea406 20px);
		background-size: auto auto;
	}
	.parent_box.top_border {
		position: relative;
		border-top: 10px solid #a3a3a3;
	}
	.parent_box.top_border::before {
		position: absolute;
		top: -10px;
		left: 50%;
		width: 950px;
		height: 10px;
		margin-left: -475px;
		content: "";
		background-color: #70a706;
	}
	.parent_box.bottom_border {
		position: relative;
		border-bottom: 10px solid #70a706;
	}
	.parent_box.bottom_border::before,
	.parent_box.bottom_border::after {
		position: absolute;
		bottom: -10px;
		width: 10px;
		height: 10px;
		content: "";
		background-color: #a3a3a3;
	}
	.parent_box.bottom_border::before {
		left: 0;
	}
	.parent_box.bottom_border::after {
		right: 0;
	}
	.parent_box > .child_box {
		padding: 0 10px;
	}
	.titlebox {
		position: relative;
		margin-bottom: 30px;
		text-align: center;
	}
	.titlebox::before {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: calc(100% + 20px);
		height: 10px;
		margin-left: -10px;
		content: "";
		background-color: #4c8803;
	}
	.titlebox__sub {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1;
		position: relative;
		z-index: 2;
		display: inline-block;
		width: 90%;
		margin-bottom: 20px;
		padding: 8px 0;
		color: #fff;
		background-color: #404040;
	}
	.titlebox__number {
		font-size: 2rem;
	}
	.titlebox__main {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.5;
		color: #70a706;
	}
	.titlebox__min {
		font-size: 1.5rem;
		line-height: 2;
		display: block;
		margin-top: 5px;
		text-align: center;
	}
	.titlebox__bold {
		color: #70a706;
	}
	.lp-txt {
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 1.5;
		margin-bottom: 20px;
		text-align: left;
		color: #333;
	}
	.lp-txt--white {
		font-size: 1.4rem;
		line-height: 1.5;
		margin-bottom: 15px;
		color: #fff;
	}
	.lp-lead {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 25px;
	}
	.lp-txt--white__note {
		display: block;
	}
	.navbox {
		position: relative;
		z-index: 2;
	}
	.navbox__item {
		position: relative;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		padding: 12px 0;
		cursor: pointer;
		border: 4px solid #d0d0d0;
		background-color: #fff;
		-ms-align-items: center;
		align-items: center;
		-moz-flex-direction: column;
		-o-flex-direction: column;
	}
	.navbox__item:not(:last-child) {
		margin-bottom: 10px;
	}
	.navbox__item::after {
		position: absolute;
		bottom: 10px;
		left: 50%;
		width: 15px;
		height: 9.5px;
		margin-left: -13px;
		content: "";
		background-image: url(/svcsol/campaign/images/fs_202006/top/icon_arrow_bottom.svg);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 15px 9.5px;
	}
	.navbox__link {
		text-decoration: none !important;
		color: inherit !important;
		width: 100%;
		height: 100%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.navbox__hd {
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.3;
		margin-bottom: 13px;
	}
	.navbox__txt {
		font-size: 1rem;
		font-weight: bold;
		line-height: 1.3;
		position: relative;
		margin-bottom: 15px;
		color: #70a706;
		margin-right: 5px;
	}
	.navbox__number {
		font-size: 1.6rem;
		margin-left: 5px;
	}
	.p-column {
		margin-bottom: 40px;
	}
	.p-column__item {
		margin-bottom: 20px;
	}
	.p-column__hd {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1;
		padding: 15px 0;
		text-align: center;
		color: #fff;
		background-color: #70a706;
	}
	.p-column__box {
		padding: 15px 0;
		text-align: center;
	}
	.p-column__txt {
		font-size: 1.4rem;
		line-height: 1.57;
	}
	.p-column__img {
		max-width: 100%;
	}
	.p-column__img--01 {
		width: 137px;
	}
	.p-column__img--02 {
		width: 150px;
	}
	.p-column__img--03 {
		width: 126px;
	}
	.p-column__img--network {
		width: 250px;
	}
	.p-column__figure {
		padding: 30px 0 40px;
		padding-top: 30px;
		text-align: center;
	}
	.p-column--cloud__item {
		border: 4px solid #d3d3d3;
		background-color: #fff;
	}
	.p-column--cloud__item:not(:last-child) {
		margin-bottom: 20px;
	}
	.p-column--cloud__hd {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1;
		padding: 10px 0;
		text-align: center;
		color: #333;
		background-color: #d3d3d3;
	}
	.p-column--cloud__figure {
		padding: 25px 0 20px;
		text-align: center;
	}
	.p-column--cloud__img--01 {
		width: 224px;
	}
	.p-column--cloud__img--02 {
		width: 200px;
	}
	.p-column--cloud__img--03 {
		width: 184px;
	}
	.p-column--cloud__img--04 {
		width: 180px;
		margin: 5px auto 10px;
	}
	.p-column--cloud__txt {
		font-size: 1.4rem;
		line-height: 1.57;
		padding: 0 10px 10px;
	}
	.p-column--cloud__note {
		font-size: 1rem;
		line-height: 2;
		color: #fff;
	}
	.p-point {
		padding: 20px;
		border: 4px solid #70a706;
	}
	.p-point__hd {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.6875;
		margin-bottom: 15px;
		text-align: center;
		color: #70a706;
	}
	.p-point__txt {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.p-movie__inner {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.p-movie__item {
		width: 48.333%;
		margin-bottom: 10px;
	}
	.p-movie__label {
		padding: 10px 0;
		margin-bottom: 5px;
		text-align: center;
		background-color: #fff;
	}
	.p-movie__caption {
		font-size: 1.2rem;
		font-weight: bold;
		color: #65940b;
	}
	.p-movie__time {
		font-size: 1rem;
		margin-top: 3px;
	}
	.p-movie__link {
		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	.p-movie__note {
		font-size: 1.2rem;
		color: #fff;
	}
	.function {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		border-top: 2px solid #dedede;
		border-left: 2px solid #dedede;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.function__item {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 100%;
		border-right: 2px solid #dedede;
		border-bottom: 2px solid #dedede;
	}
	.function__pic {
		width: 100px;
	}
	.function__inner {
		padding: 10px 20px 15px;
		-moz-flex: 1 0 1%;
		-o-flex: 1 0 1%;
		flex: 1 0 1%;
	}
	.function__hd {
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	.function__txt {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.p-basic {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.p-basic__item:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
	.p-basic__item:not(:first-child) {
		width: 50%;
	}
	.p-basic__item:nth-child(2) {
		padding-right: 10px;
		border-right: 2px dotted #b5b5b5;
	}
	.p-basic__item:nth-child(3) {
		padding-left: 10px;
	}
	.p-basic__hd {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1;
		padding: 8px 0;
		text-align: center;
		color: #fff;
		background-color: #70a706;
	}
	.p-basic__hd__min {
		font-size: 1.2rem;
	}
	.p-basic__figure {
		padding: 15px 0;
		text-align: center;
	}
	.p-basic__img--01 {
		width: 100%;
	}
	.p-basic__img--02 {
		width: 100%;
		position: relative;
		top: 5px;
	}
	.p-basic__img--03 {
		width: 100%;
	}
	.p-basic__img--04,
	.p-basic__img--05 {
		width: 31.25vw;
	}
	.p-basic__txt {
		font-size: 1.4rem;
		line-height: 1.55;
	}
	.p-basic__txt--bold {
		font-size: 1.4rem;
		line-height: 1.55;
		font-weight: bold;
	}
	.p-basic__box {
		padding-bottom: 20px;
		border-bottom: 2px dotted #b5b5b5;
		margin-top: 20px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.p-basic__box__hd {
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 1;
		margin-right: 10px;
		width: 35px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5px 0;
		text-align: center;
		background-color: #e8efda;
	}
	.p-basic__box__hd--vertical {
		padding: 5px 10px;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		-o-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
	.p-basic__box__content {
		width: calc(100% - 45px);
	}
	.p-basic__box__item {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.p-basic__box__item:not(:first-child) {
		margin-top: 25px;
	}
	.p-basic__box__inner {
		width: calc(100% - 12.187vw);
		margin-right: 5px;
	}
	.p-basic__box__figure {
		width: 24.687vw;
		padding-right: 8px;
		text-align: center;
	}
	.p-basic__table {
		width: 100%;
		margin-bottom: 10px;
		table-layout: fixed;
	}
	.p-basic__table__td {
		font-size: 1rem;
		line-height: 1;
		padding: 10px 0;
		text-align: center;
		vertical-align: middle;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		background-color: #e8efda;
	}
	.p-basic__table__bold {
		font-size: 1.2rem;
		font-weight: bold;
	}
	.p-option {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-bottom: 20px;
		justify-content: center;
		flex-wrap: wrap;
	}
	.p-option__item {
		margin-bottom: 20px;
	}
	.p-option__item:not(:nth-child(2)) {
		width: 31.166%;
		margin-right: 10px;
	}
	.p-option__item:nth-child(2) {
		width: calc(100% - 10px - 31.166%);
	}
	.p-option__item:last-child {
		margin-right: 0;
	}
	.p-option__figure {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		height: 32.1875vw;
		align-items: center;
		justify-content: center;
	}
	.p-option__img--01 {
		width: 27.031vw;
	}
	.p-option__img--02 {
		width: 22.812vw;
	}
	.p-option__img--03 {
		width: 21.562vw;
	}
	.p-option__img--04 {
		width: 21.25vw;
	}
	.p-option__img--05 {
		width: 22.812vw;
	}
	.p-option__hd {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.57;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		height: 50px;
		padding: 7px 0;
		text-align: center;
		color: #fff;
		background-color: #70a706;
		justify-content: center;
		align-items: center;
	}
	.p-option__txt {
		font-size: 1.4rem;
		line-height: 1.555;
		text-align: center;
	}
	.p-option__min {
		font-size: 1.2rem;
		white-space: nowrap;
	}
	.p-option__column {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.p-option__column__item {
		width: 48%;
	}
	.download_box {
		font-size: 1.5rem;
		margin: 0;
	}
	.download_box .child_box {
		padding: 0;
	}
	.download_box .p-download {
		margin: 0 0 20px 0;
		padding: 10px;
		border: 2px solid #d70d3b;
		background: #fff;
	}
	.download_box .p-download__inner {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.download_box .p-download__item,
	.download_box .p-download__item--inner {
		display: flex;
		justify-content: space-between;
		position: relative;
		margin-bottom: 15px;
	}
	.download_box .p-download__item--label {
		width: 100%;
		height: 20px;
		position: relative;
		margin: 10px 0 20px;
		background-size: auto auto;
		background-color: #d6d6ff;
		background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #ccccff 2px, #ccccff 4px);
	}
	.download_box .p-download__pdf {
		font-size: 12px;
		line-height: 1.8;
		font-weight: normal;
	}
	.download_box .p-download__txt {
		font-size: 12px;
		line-height: 1.6;
	}
	.download_box .p-download__figure--01 {
		width: 90px;
		margin-right: 15px;
	}
	.download_box .p-download__item > .p-download__desc .p-download__tit {
		font-size: 15px;
		line-height: 1.5;
		font-weight: bold;
	}
	.download_box .p-download__figure--02,
	.download_box .p-download__figure--03 {
		width: 70px;
		margin: 0 27px 0 10px;
	}
	.download_box .p-download__item--inner .p-download__tit {
		font-size: 14px;
		line-height: 1.5;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.download_box .p-download__twomore {
		position: absolute;
		top: -12px;
		left: 50%;
		margin-left: -25px;
		width: 50px;
	}
	.download_box .p-download__desc {
		padding-top: 5px;
		flex: 1 0 1%;
	}
	.download_box .p-download .outline {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.75;
		margin-top: 0;
		text-align: left;
		margin-bottom: 20px;
		color: #d70d3b;
	}
	.download_box .p-download .c-tit {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 5px;
	}
	.download_box .p-download .c-tit__min {
		font-size: 1.2rem;
		font-weight: normal;
		display: block;
	}
	.download_box .p-download .c-tit .p-download__pdf {
		font-size: 1.2rem;
		font-weight: normal;
		display: block;
	}
	.download_box .p-download .c-txt {
		font-size: 1.2rem;
		line-height: 1.71;
		color: #333;
	}
	.download_box .p-download .side_by_side {
		margin-bottom: 10px;
	}
	.download_box .p-download .btn_area {
		margin-bottom: 0;
	}
	.download_box .p-download .btn_area .btn {
		padding: 11px;
	}
	.download_box .p-download .btn_area .btn span {
		font-size: 1.4rem;
		line-height: 1.5;
		padding-right: 20px;
		white-space: nowrap;
		background-position: top 6px right 1px;
	}
	.download_box .side_by_side li.icon_more {
		width: 74px;
		height: 64px;
		margin: 20px auto;
	}
	.download_box .side_by_side li.icon_more img {
		width: 74px;
		height: 64px;
	}
	.download_box + .side_by_side {
		padding: 0 10px;
	}
	.note {
		font-size: 1rem;
		line-height: 2;
		margin-top: 8px;
	}
	.hd_01 {
		font-size: 2.2rem;
		font-weight: bold;
		position: relative;
		margin-bottom: 20px;
		padding-bottom: 10px;
		text-align: center;
		color: #6da500;
		border-bottom: 6px solid #d0d0d0;
	}
	.hd_01::after {
		position: absolute;
		bottom: -6px;
		left: 50%;
		width: 100px;
		height: 6px;
		content: "";
		transform: translateX(-50%);
		background-color: #6da500;
	}
	.hd_02 {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.55;
		position: relative;
		margin-bottom: 30px;
		text-align: center;
		color: #70a706;
	}
	.hd_02--white {
		z-index: 2;
		color: #fff;
	}
	.hd_02--modifier {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	.hd_02--modifier__label {
		font-size: 1.6rem;
		position: relative;
		margin-bottom: 5px;
		padding-bottom: 27px;
	}
	.hd_02--modifier__label::before {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 238px;
		height: 17px;
		margin-left: -119px;
		content: "";
		background: url(/svcsol/campaign/images/fs_202006/top/bg_title_sp.png) no-repeat center bottom;
		background-size: 238px 17px;
	}
	.hd_02--modifier__sub {
		font-size: 1.6rem;
		color: #fff;
	}
	.hd_02--modifier__sub:first-child {
		margin-bottom: 5px;
	}
	.hd_02--modifier__sub:last-child {
		margin-top: 10px;
	}
	.hd_03 {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 20px;
		padding: 8px 0;
		text-align: center;
		color: #fff;
		background-color: #666;
	}
	.hd_04 {
		background-color: #70a706;
		color: #fff;
		text-align: center;
		margin-bottom: 10px;
		font-size: 1.5rem;
		font-weight: 700;
		padding: 10px 0;
		line-height: 1;
	}
	.hd_04__min {
		display: block;
		font-size: 1.2rem;
		margin-top: 8px;
	}
	.hd_05 {
		text-align: center;
		font-size: 18px;
		line-height: 1.25;
		color: #c00040;
		margin-bottom: 20px;
		font-weight: bold;
	}
	.fee_box {
		padding: 30px 10px;
	}
	.table-style {
		width: 100%;
		margin-bottom: 10px;
	}
	.table-style th,
	.table-style td {
		font-size: 1rem;
		line-height: 1.4;
		padding: 5px;
		border-collapse: collapse;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #d3d3d3;
	}
	.table-style th {
		font-weight: normal;
		position: relative;
		white-space: nowrap;
		color: #fff;
	}
	.table-style thead th {
		background-color: #70a706;
	}
	.table-style tbody th {
		text-align: left;
		text-align: left;
		color: #333;
		background: #e8efda;
	}
	.table-style__w-small {
		width: 159px;
	}
	.table-style__w-middle {
		width: 318px;
	}
	.table-style__w-large {
		width: 634px;
	}
	.table-style__min {
		font-size: 1.4rem;
	}
	.table-style__big {
		font-size: 4.8rem;
		font-weight: bold;
	}
	.table-style__ta-right {
		padding-right: 40px !important;
		text-align: right !important;
	}
	.table-style__basic td {
		height: 70px;
	}
	.table-style__label {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1;
		position: absolute;
		top: 50%;
		right: 20px;
		display: inline-block;
		padding: 4px 10px 6px;
		transform: translateY(-50%);
		text-align: center;
		color: #fff;
		border-radius: 3px;
		background-color: #bd003d;
	}
	.scroll {
		overflow: auto;
		margin: 0;
	}
	.scroll th {
		white-space: nowrap;
	}
	.scroll::-webkit-scrollbar {
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
	.faq_wrap {
		padding: 30px 10px;
		background-color: #fff;
	}
	.faq_wrap .faq {
		margin-bottom: 25px;
		padding-bottom: 10px;
		background: url(/svcsol/campaign/images/fs_202006/top/bg_faq.gif) repeat-x left bottom;
	}
	.faq_wrap .faq:nth-last-of-type(1) {
		background: none;
	}
	.faq_wrap .faq a {
		color: #005cc3;
	}
	.faq_wrap .faq .faq-a,
	.faq_wrap .faq .faq-q {
		font-weight: bold;
		position: absolute;
		top: 0;
		left: 0;
	}
	.faq_wrap .faq .faq-q {
		color: #bd003d;
	}
	.faq_wrap .faq .faq-a {
		color: #6fa7ed;
	}
	.faq_wrap .faq dt,
	.faq_wrap .faq dd {
		font-size: 1.4rem;
		position: relative;
		padding-left: 40px;
	}
	.faq_wrap .faq dt {
		font-weight: bold;
		line-height: 1.7;
		margin-bottom: 5px;
	}
	.faq_wrap .faq dd {
		line-height: 1.5;
	}
	.p-lead {
		font-size: 1.5rem;
		font-weight: bold;
		padding: 0 0 20px;
		text-align: center;
	}
	.p-lnav {
		padding: 0 10px;
		border-bottom: 6px solid #252525;
		display: none;
	}
	.p-lnav__item:not(:last-child) {
		position: relative;
		padding-bottom: 1px;
	}
	.p-lnav__item:not(:last-child)::before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		content: "";
		background-color: #d0d0d0;
	}
	.p-lnav__link {
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 2;
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		padding: 19px 0 25px;
		text-align: center;
		text-decoration: none;
		color: #333;
	}
	.p-lnav__link::before {
		position: absolute;
		bottom: 10px;
		left: 50%;
		width: 15px;
		height: 9.5px;
		content: "";
		transform: translateX(-50%);
		background-image: url(/svcsol/campaign/images/fs_202006/top/icon_arrow_bottom.svg);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 15px 9.5px;
	}
	.p-box {
		padding: 20px 15px;
		background-color: #fff;
	}
	.p-box__txt {
		font-size: 1.4rem;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.p-box__img {
		width: 100%;
	}
	.p-box--intro__txt {
		color: #fff;
	}

	.p-box--intro__txt span {
		color: #fb4274;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.p-box--intro__figure {
		background-color: #fff;
		padding: 13px 25px 20px;
	}
	.p-checklist {
		position: relative;
	}
	.p-checklist::after {
		position: absolute;
		top: 0;
		right: 0;
		width: 95px;
		height: 100px;
		content: "";
		background: url(/svcsol/campaign/images/fs_202006/top/icon_worries.svg) no-repeat left top;
		background-size: 95px 100px;
	}
	.p-checklist__item {
		font-size: 1.4rem;
		line-height: 1.5;
		position: relative;
		padding: 10px 0 10px 20px;
		border-bottom: 2px dotted #b5b5b5;
	}
	.p-checklist__item:not(:last-child):not(:nth-last-child(2)) {
		width: calc(100% - 95px);
	}
	.p-checklist__item::before {
		position: absolute;
		top: 15px;
		left: 0;
		width: 14px;
		height: 11px;
		content: "";
		background: url(/svcsol/campaign/images/fs_202006/common/icon_check.svg) no-repeat left top;
		background-size: 14px 11px;
	}
	/* added seminar 20200713 start */
	.c-parent--info {
		padding: 10px 10px;
		background-color: #70a706;
		background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #6ea406 10px, #6ea406 20px);
		background-size: auto auto;
	}
	.c-parent--info .child_box {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.c-parent--info .c-child {
		background: #fff;
		border-radius: 10px;
		border: 2px solid #70a706;
		padding: 10px;
	}
	.c-parent--info .c-child dl {
		padding: 5px 6px 5px 6px;
	}
	.c-parent--info .c-child dl dt {
		font-weight: 700;
		margin: 0;
	}
	.c-parent--info .c-child dl dt:nth-child(n + 2) {
		margin-top: 10px;
	}
	.c-parent--info .c-child dl dd {
		margin: 0;
	}
	.c-parent--info .c-child dl dd strong {
		font-weight: 700;
	}
	.c-parent--info .c-child dl dd a,
	.c-parent--info .c-child dl dd a:link,
	.c-parent--info .c-child dl dd a:visited {
		color: #70a706;
		text-decoration: none;
	}
	.c-parent--info .c-child dl dd a:hover {
		color: #cf0040;
		text-decoration: underline;
	}
	.c-parent--info .c-child dl dd a[target="_blank"] {
		padding-right: 18px;
		background: url(/common/images/com_icn05.png) right center/10px auto no-repeat;
	}
	.c-parent--info .c-child dl dd span {
		font-size: 13px;
	}
	.icoLink {
		display: inline-block;
		padding: 0 0 0 17px;
		margin-right: 20px;
		background: url(/common/images/com_icn01.png) no-repeat left 0.4em;
	}
	/* added seminar 20200713 end */
	/* added voice 20210420 start */
	.voice {
		margin: 0 10px 20px;
		border: 2px solid #71a670;
		padding: 20px 13px;
	}
	.voice__hd {
		text-align: center;
		font-weight: bold;
		font-size: 1.8rem;
		color: #70a750;
		margin-bottom: 20px;
	}
	.voice__figure {
		width: 100%;
		border: 2px solid #eeeeee;
		margin-bottom: 25px;
	}
	.voice__logo {
		width: 100%;
	}
	.voice__label {
		background-color: #71a607;
		color: #fff;
		line-height: 1;
		text-align: center;
		font-size: 1.8rem;
		padding: 8px;
		margin: 0 auto 20px;
		width: 78.125vw;
	}
	.voice__label__bold {
		font-weight: bold;
	}
	.voice__txt {
		font-size: 1.4rem;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.voice__marker {
		font-weight: bold;
		color: #4b8820;
		display: inline;
		background: linear-gradient(transparent 50%, #ffff6c 0%);
	}
	.voice__name {
		text-align: right;
		font-size: 1.4rem;
	}
	/* added voice 20210420 end */
	/* added voice 20210623 start */
	.img-sp {
		display: block;
	}
	.img-pc {
		display: none;
	}
	.title-img {
		width: 100%;
		height: auto;
	}
	.title-img img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	/* added seminar 20210623 end */
}
