@charset "UTF-8";
/*#########################################################

各種ファイル読み込み

#########################################################*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
}

/* HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

html {
	font-size: 62.5%;
	color: #333;
}

body {
	font-family: "Noto Sans Japanese", Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
	font-size: 1rem;
}

* {
	box-sizing: border-box;
	word-wrap: break-word;
}

img {
	max-width: 100%;
}

.wrapper {
	overflow: hidden;
}

.u-pt0 {
	padding-top: 0 !important;
}

.u-mb0 {
	margin-bottom: 0 !important;
}

@media print, screen and (min-width: 768px) {
	.u-sp {
		display: none;
	}
	header {
		position: relative;
		width: 100%;
		min-width: 950px;
		height: 400px;
		background: url(/svcsol/campaign/images/fs_202006/top/bg_mainvisual.png) no-repeat center bottom;
		background-size: auto 100%;
	}
	.in_head {
		position: relative;
		z-index: 2;
		width: 950px;
		min-width: 950px;
		margin: 0 auto;
	}
	.grand_title {
		display: flex;
		flex-direction: row;
		width: 100%;
		text-align: right;
		align-items: normal;
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
	.grand_title .logotop__01 {
		background-color: #000;
	}
	.grand_title .logotop__01 a {
		display: block;
	}
	.grand_title .logotop__01 {
		width: 106px;
		height: 70px;
	}
	.grand_title .logotop__01 a {
		margin-top: 10px;
		margin-right: 5px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.grand_title .logotop__01 a img {
		width: 86px;
		height: 51px;
	}
	.main_visual {
		position: relative;
	}
}

@media print, screen and (min-width: 768px) and (min-width: 949px) {
	.main_visual {
		position: relative;
		width: 950px;
		min-width: 950px;
		margin: 0 auto;
	}
}

@media print, screen and (min-width: 768px) {
	.main_visual_title {
		margin-top: -70px;
		text-align: center;
	}
	.main_visual_title h1 img {
		width: 950px;
	}
	.main_visual_title h1 .logo_img img {
		margin-bottom: 0;
	}
	.parent_box {
		min-width: 950px;
		padding: 60px 0 80px;
	}
	.parent_box.download_box {
		padding-bottom: 0;
	}
	.parent_box.three_feature {
		position: relative;
		padding: 50px 0 70px;
	}
	.parent_box.three_feature::before {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 256px;
		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-top: 70px;
		padding-bottom: 100px;
		background: url(/svcsol/campaign/images/fs_202006/top/bg_feature_box.png) no-repeat center top;
		background-size: 100% auto;
	}
	.parent_box.feature_box > .child_box {
		width: 1010px;
		padding: 0 30px;
		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: 200px;
		height: 10px;
		content: "";
		background-color: #a3a3a3;
	}
	.parent_box.bottom_border::before {
		left: 0;
	}
	.parent_box.bottom_border::after {
		right: 0;
	}
	.parent_box .child_box {
		min-width: 950px;
	}
	.parent_box .child_box__inner:not(:last-child) {
		margin-bottom: 60px;
	}
	.parent_box .child_box .in_box {
		width: 950px;
		min-width: 950px;
		margin: 0 auto;
	}
	.parent_box .child_box .in_box .txt_explain {
		font-size: 1.8rem;
		line-height: 1.7;
		margin-bottom: 35px;
	}
	.parent_box > .child_box {
		width: 950px;
		margin: 0 auto;
	}
	.titlebox {
		position: relative;
		margin-bottom: 30px;
		text-align: center;
	}
	.titlebox::before {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: calc(100% + 60px);
		height: 10px;
		margin-left: -30px;
		content: "";
		background-color: #4c8803;
	}
	.titlebox__sub {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;
		position: relative;
		z-index: 2;
		display: inline-block;
		width: 660px;
		height: 40px;
		margin-bottom: 45px;
		padding-top: 6px;
		color: #fff;
		background-color: #404040;
	}
	.titlebox__number {
		font-size: 2.4rem;
	}
	.titlebox__main {
		font-size: 4rem;
		font-weight: bold;
		line-height: 1;
		color: #70a706;
	}
	.titlebox__min {
		font-size: 3rem;
		line-height: 1.8;
		display: block;
		margin-top: 5px;
		text-align: center;
	}
	.titlebox__bold {
		color: #70a706;
	}
	.appeal_box {
		padding: 40px 0;
		background: #252525;
	}
	.appeal_box--another {
		padding: 0 0 100px;
		background-color: transparent;
	}
	.appeal_box .child_box {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
	}
	.appeal_box .side_by_side {
		flex-wrap: wrap;
	}
	.appeal_box .side_by_side li {
		width: 50%;
	}
	.appeal_box .tel_box,
	.appeal_box .extra_box {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.appeal_box .tel_box:before {
		display: inline-block;
		width: 22px;
		height: 22px;
		margin-top: 4px;
		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.6rem;
		font-weight: bold;
		margin-right: 10px;
		color: #fff;
	}
	.appeal_box .tel_box .number {
		font-size: 2rem;
		font-weight: bold;
		color: #fff;
	}
	.appeal_box .tel_box .time {
		font-size: 1.4rem;
		margin-top: 10px;
		color: #fff;
	}
	.appeal_box .otherLink_box {
		font-weight: bold;
		width: 100%;
		margin: 0 0 40px;
		text-align: center;
	}
	.appeal_box .otherLink_box a {
		font-size: 1.6rem;
		text-decoration: none;
		color: #fff;
	}
	.appeal_box .extra_box .extra_txt {
		font-size: 1.6rem;
		font-weight: bold;
		margin-right: 10px;
		color: #fff;
	}

	.appeal_box .otherLink_box a[target="_blank"] {
		padding-right: 24px;
		background: url(/svcsol/campaign/images/fs_202006/common/icon_externallink.svg) no-repeat right center;
		background-size: 18px 16px;
	}
	.appeal_box .otherLink_box a:hover {
		text-decoration: underline;
		color: #ccc;
	}
	.appeal_box .otherLink_box a,
	.appeal_box .otherLink_box a:link,
	.appeal_box .otherLink_box a:visited {
		font-size: 1.6rem;
		text-decoration: none;
		color: #fff;
	}
	.spbr {
		display: none;
	}
	.pcbr {
		display: block;
	}
	.side_by_side {
		display: flex;
		flex-direction: row;
		margin: 0 auto 0;
		align-items: normal;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.side_by_side > li {
		width: 455px;
	}
	.btn_area {
		width: 455px;
		margin: 0 auto 0;
		margin-left: 0;
	}
	.btn_area .btn {
		font-size: 1.8rem;
		font-weight: bold;
		display: block;
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		padding: 19px 20px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		border: none;
		border-radius: 4px;
		background: linear-gradient(#d00041, #b6001f);
	}
	.btn_area .btn:hover {
		position: relative;
		cursor: pointer;
	}
	.btn_area .btn:hover:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		opacity: 0.3;
		border-radius: 4px;
		background: #fff;
	}
	.btn_area span {
		font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
		font-size: 1.8rem;
		padding-right: 30px;
		background: url(/svcsol/campaign/images/fs_202006/common/icon_externallink.svg) no-repeat right center;
		background-size: 18px 16px;
	}
	.hd_01 {
		font-size: 3.4rem;
		font-weight: bold;
		line-height: 1.6;
		position: relative;
		margin-bottom: 40px;
		padding-bottom: 20px;
		text-align: center;
		color: #7e4ec0;
		border-bottom: 6px solid #d0d0d0;
	}
	.hd_01:after {
		position: absolute;
		bottom: -6px;
		left: 50%;
		width: 316px;
		height: 6px;
		content: "";
		transform: translateX(-50%);
		background-color: #7e4ec0;
	}
	footer {
		min-width: 950px;
		background: #000;
	}
	footer .in_foot {
		display: flex;
		flex-direction: row;
		width: 100%;
		max-width: 950px;
		margin: 0 auto -15px;
		padding: 15px 0;
		align-items: normal;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	footer .in_foot .foot_nav ul {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	footer .in_foot .foot_nav ul li a {
		font-size: 1.2rem;
		text-decoration: none;
		color: #fff;
	}
	footer .in_foot .foot_nav ul li a:hover {
		text-decoration: underline;
	}
	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 {
		margin-right: 20px;
	}
	footer .in_foot .foot_nav ul li:first-child:after {
		content: none;
	}
	footer .in_foot .foot_nav ul li:before {
		content: "|";
		color: #fff;
		margin-right: 20px;
	}
	footer .in_foot .foot_nav ul li:last-child:after {
		content: "|";
		color: #fff;
		margin-left: 20px;
	}
	footer .in_foot .copy {
		color: #fff;
	}
	#totop {
		position: fixed;
		z-index: 100;
		right: 0;
		bottom: 0;
		width: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#totop > a[href="#"] {
		position: fixed;
		right: 0;
		display: block;
		width: 63px;
		margin-left: auto;
	}
	#totop > a[href="#"]:hover {
		transition: 0.8s;
		opacity: 0.7;
	}
	#totop .pdf {
		position: fixed;
		right: 0;
		width: 100%;
		padding: 30px 0;
		-webkit-transform: translateZ(0);
		border-top: 1px solid #bababa;
		background-color: rgba(236, 236, 236, 0.95);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#totop .pdf.close {
		display: none;
		transition: 0.5s all;
		opacity: 0;
	}
	#totop .pdf__close {
		position: absolute;
		z-index: 1;
		top: -15px;
		right: 15px;
		display: block;
		width: 20px;
		height: 20px;
	}
	#totop .pdf__close__inner {
		display: block;
		width: 20px;
		height: 20px;
	}
	#totop .pdf__close__inner span {
		position: absolute;
		left: 0;
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		height: 1px;
		transition: all 0.4s;
		background-color: #333;
	}
	#totop .pdf__close__inner span:nth-of-type(1) {
		top: 0;
		transform: translate3d(-1px, 0, 0) rotate(-45deg);
	}
	#totop .pdf__close__inner span:nth-of-type(2) {
		top: 0;
		transform: translate3d(-1px, 0, 0) rotate(45deg);
	}
	#totop .pdf__item {
		align-self: center;
	}
	#totop .pdf__title {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.4;
	}
	#totop .pdf__inner {
		position: relative;
		display: flex;
		flex-direction: row;
		width: 950px;
		margin: 0 auto 0;
		align-items: normal;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	#totop .pdf .btn_area {
		width: 298px;
		margin-left: auto;
		align-self: center;
	}
	#totop .pdf .btn_area .btn {
		padding: 7px 0 10px;
		background: #7ee517;
	}
	#totop .pdf .btn_area .btn span {
		font-size: 1.6rem !important;
		line-height: 1;
		padding-right: 18px;
		background-image: url(/svcsol/campaign/images/fs_202006/common/icon_externallink_white.svg);
		background-position: top 2px right 1px;
		background-size: 16px 14px;
	}
	.p-lead {
		font-size: 2rem;
		font-weight: bold;
		padding: 0 0 20px;
		text-align: center;
	}
	.p-lnav {
		padding: 15px 0;
		border-bottom: 6px solid #252525;
	}
	.p-lnav__list {
		position: relative;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 950px;
		height: 100px;
		margin: 0 auto;
	}
	.p-lnav__list::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100px;
		content: "";
		background-color: #d0d0d0;
	}
	.p-lnav__item {
		position: relative;
		height: 100px;
		padding-right: 1px;
		cursor: pointer;
	}
	.p-lnav__item:nth-child(odd) {
		width: 159px;
	}
	.p-lnav__item:nth-child(even) {
		width: 157px;
	}
	.p-lnav__item:first-child {
		width: 160px;
	}
	.p-lnav__item:hover::after {
		position: absolute;
		z-index: 1;
		top: -15px;
		left: 0;
		width: 100%;
		height: calc(100% + 30px);
		content: "";
		background-color: #70a706;
	}
	.p-lnav__item::before {
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100px;
		content: "";
		background-color: #d0d0d0;
	}
	.p-lnav__link {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		position: relative;
		z-index: 2;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 100%;
		height: 100%;
		padding-bottom: 24px;
		text-align: center;
		text-decoration: none;
		color: #333;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
	}
	.p-lnav__link::after {
		position: absolute;
		top: -15px;
		left: 0;
		width: 100%;
		height: calc(100% + 30px);
		content: "";
	}
	.p-lnav__link:hover {
		color: #fff;
	}
	.p-lnav__link:hover::before {
		background-image: url(/svcsol/campaign/images/fs_202006/top/icon_arrow_bottom_white.svg);
	}
	.p-lnav__link::before {
		position: absolute;
		z-index: 3;
		bottom: 0;
		left: 50%;
		width: 26px;
		height: 17px;
		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: 26px 17px;
	}
	main .post_body {
		overflow: scroll;
		word-wrap: normal;
	}
	.download_box {
		width: 950px;
		min-width: 950px;
		margin: 0 auto;
	}
	.download_box .p-download {
		margin-bottom: 40px;
		padding: 20px 30px;
		border: 2px solid #d70d3b;
		background: #fff;
	}
	.download_box .p-download .outline {
		font-size: 2.4rem;
		font-weight: bold;
		margin-bottom: 30px;
		text-align: center;
		color: #d70d3b;
	}
	.download_box .p-download__column,
	.download_box .p-download__column--inner {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.download_box .p-download__column {
		margin-bottom: 20px;
	}
	.download_box .p-download__item:first-child {
		width: 320px;
	}
	.download_box .p-download__item:last-child {
		width: 540px;
	}
	.download_box .p-download__item--inner:nth-child(2),
	.download_box .p-download__item--inner:nth-child(3) {
		width: 260px;
	}
	.download_box .p-download__item--inner.p-download__item--inner--02:nth-child(2) {
		width: 280px;
	}
	.download_box .p-download__item--inner.p-download__item--inner--03:nth-child(3) {
		width: 240px;
	}
	.download_box .p-download__item {
		position: relative;
	}
	.download_box .p-download__item--label {
		width: 100%;
		height: 26px;
		position: relative;
		margin: 0 0 18px;
		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: 13px;
		line-height: 1.8;
		font-weight: normal;
	}
	.download_box .p-download__txt {
		font-size: 14px;
		line-height: 1.7;
	}
	.download_box .p-download__item > .p-download__figure--01,
	.download_box .p-download__item > .p-download__figure--03 {
		position: absolute;
		left: 0;
		top: 0;
	}
	.download_box .p-download__item > .p-download__figure--01 {
		width: 132px;
	}
	.download_box .p-download__item > .p-download__figure--03 {
		width: 83px;
	}
	.download_box .p-download__item > .p-download__desc .p-download__tit {
		font-size: 18px;
		line-height: 1.5;
		font-weight: bold;
		padding: 10px 0 0 150px;
		padding-left: 150px;
		margin-bottom: 30px;
	}
	.download_box .p-download__item > .p-download__desc .p-download__tit--secondary {
		padding: 15px 0 0 105px;
		margin-bottom: 30px;
	}
	.download_box .p-download__item--inner {
		display: flex;
		justify-content: space-between;
	}
	.download_box .p-download__item--inner .p-download__figure--01 {
		width: 82px;
		margin-right: 10px;
	}
	.download_box .p-download__item--inner .p-download__figure--02,
	.download_box .p-download__item--inner .p-download__figure--03 {
		width: 63px;
		margin-right: 18px;
	}
	.download_box .p-download__item--inner .p-download__tit {
		font-size: 16px;
		line-height: 1.5;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.download_box .p-download__twomore {
		position: absolute;
		top: -18px;
		left: 50%;
		margin-left: -32px;
		width: 64px;
	}
	.download_box .p-download .c-tit {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.2;
		margin-bottom: 8px;
	}
	.download_box .p-download .c-tit__min {
		font-size: 1.4rem;
		font-weight: normal;
	}
	.download_box .p-download .c-tit .p-download__pdf {
		font-size: 1.4rem;
		font-weight: normal;
		position: relative;
		left: -5px;
		display: block;
		margin-top: 7px;
	}
	.download_box .p-download .btn_area {
		width: 450px !important;
		margin: 0 auto;
	}
	.download_box .p-download__inner {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.download_box .p-download__desc {
		flex: 1 0 1%;
	}
	.download_box .side_by_side {
		position: relative;
		width: 927px;
		margin-bottom: 20px;
		justify-content: space-between;
	}
	.download_box .side_by_side li.icon_more {
		position: absolute;
		top: 0;
		left: 495px;
		width: 98px;
		height: 85px;
	}
	.download_box .side_by_side li.icon_more img {
		width: 98px;
		height: 85px;
	}
	.download_box .side_by_side li:first-child {
		width: 475px;
	}
	.download_box .side_by_side li:last-child {
		width: 315px;
		padding-right: 35px;
	}
	.download_box .side_by_side li .c-txt {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.download_box + .side_by_side li:last-child .tel_box {
		margin-top: 0;
	}
	.download_box + .side_by_side li:last-child .time {
		display: block;
		margin-top: 13px;
	}
	.note {
		font-size: 1.4rem;
		line-height: 1;
		margin-top: 8px;
	}
	.hd_01 {
		font-size: 3.4rem;
		font-weight: bold;
		line-height: 1.6;
		position: relative;
		margin-bottom: 40px;
		padding-bottom: 25px;
		text-align: center;
		color: #6da500;
		border-bottom: 6px solid #d0d0d0;
	}
	.hd_01::after {
		position: absolute;
		bottom: -6px;
		left: 50%;
		width: 316px;
		height: 6px;
		content: "";
		transform: translateX(-50%);
		background-color: #6da500;
	}
	.hd_02 {
		font-size: 3.4rem;
		font-weight: bold;
		line-height: 1.45;
		position: relative;
		margin-bottom: 50px;
		text-align: center;
		color: #70a706;
	}
	.hd_02--white {
		position: relative;
		z-index: 2;
		margin-bottom: 25px;
		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: 2.4rem;
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 34px;
	}
	.hd_02--modifier__label::before {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 356px;
		height: 16.5px;
		margin-left: -178px;
		content: "";
		background: url(/svcsol/campaign/images/fs_202006/top/bg_title.png) no-repeat center bottom;
		background-size: 356px 16.5px;
	}
	.hd_02--modifier__sub {
		font-size: 2.4rem;
		color: #fff;
	}
	.hd_02--modifier__sub:first-child {
		margin-bottom: 10px;
	}
	.hd_02--modifier__sub:last-child {
		margin-top: 15px;
	}
	.hd_03 {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 40px;
		padding: 17px 0 15px;
		text-align: center;
		color: #fff;
		background-color: #666;
	}
	.hd_04 {
		background-color: #70a706;
		color: #fff;
		text-align: center;
		margin-bottom: 30px;
		font-size: 2rem;
		font-weight: 700;
		padding: 13px 0;
		line-height: 1;
	}
	.hd_04__min {
		display: block;
		font-size: 1.4rem;
		margin-top: 9px;
	}
	.hd_05 {
		text-align: center;
		font-size: 28px;
		line-height: 1.25;
		color: #c00040;
		margin-top: 70px;
		margin-bottom: 20px;
		font-weight: bold;
	}
	.lp-txt {
		font-size: 1.6rem;
		font-weight: normal;
		line-height: 1.7;
		margin-bottom: 40px;
		text-align: left;
		color: #333;
	}
	.lp-txt--white {
		font-size: 1.8rem;
		line-height: 1.777;
		margin-bottom: 32px;
		text-align: center;
		color: #fff;
	}
	.lp-txt--white__note {
		font-size: 1.4rem;
		display: block;
	}
	.lp-lead {
		font-size: 18px;
		line-height: 1.7;
		margin-bottom: 50px;
	}
	.navbox {
		position: relative;
		z-index: 2;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		-ms-align-items: normal;
		align-items: normal;
	}
	.navbox__item {
		position: relative;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		width: 290px;
		height: 190px;
		padding: 17px 0 47px;
		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::after {
		position: absolute;
		bottom: 20px;
		left: 50%;
		width: 26px;
		height: 17px;
		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: 26px 17px;
	}
	.navbox__link {
		text-decoration: none !important;
		color: inherit !important;
	}
	.navbox__link:hover::before {
		position: absolute;
		z-index: 3;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		background-color: rgba(255, 255, 255, 0.4);
	}
	.navbox__hd {
		font-size: 2.6rem;
		font-weight: bold;
		line-height: 1.45;
		margin-bottom: 24px;
		text-align: center;
	}
	.navbox__txt {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.3;
		position: relative;
		margin-bottom: 10px;
		text-align: center;
		color: #70a706;
	}
	.navbox__number {
		font-size: 2.2rem;
		margin-left: 5px;
	}
	.p-column {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-bottom: 50px;
		justify-content: space-between;
	}
	.p-column__item {
		width: 290px;
	}
	.p-column__hd {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
		padding: 10px 0;
		text-align: center;
		color: #fff;
		background-color: #70a706;
	}
	.p-column__box {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 100%;
		height: 190px;
		align-items: center;
		justify-content: center;
	}
	.p-column__txt {
		font-size: 1.6rem;
		line-height: 1.7;
	}
	.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-top: 40px;
		text-align: center;
	}
	.p-column--cloud__inner {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-bottom: 20px;
		/* justify-content: space-between; */
		justify-content:space-evenly
	}
	.p-column--cloud__item {
		width: 230px;
		border: 4px solid #d3d3d3;
		background-color: #fff;
	}
	.p-column--cloud__hd {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.2;
		height: 80px;
		text-align: center;
		color: #333;
		background-color: #d3d3d3;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.p-column--cloud__figure {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		height: 138px;
		align-items: center;
		justify-content: center;
	}
	.p-column--cloud__img--01 {
		width: 195px;
	}
	.p-column--cloud__img--02 {
		width: 192px;
	}
	.p-column--cloud__img--03 {
		width: 188px;
	}
	.p-column--cloud__img--04 {
		width: 195px;
	}
	.p-column--cloud__txt {
		font-size: 1.5rem;
		line-height: 1.66;
		padding: 0 10px 25px;
	}
	.p-column--cloud__note {
		font-size: 1.4rem;
		line-height: 1.7;
		color: #fff;
	}
	.p-point {
		padding: 30px 25px;
		border: 4px solid #70a706;
	}
	.p-point__hd {
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 30px;
		text-align: center;
		color: #70a706;
	}
	.p-point__txt {
		font-size: 1.6rem;
		line-height: 1.7;
	}
	.p-movie__inner {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.p-movie__item {
		width: 215px;
	}
	.p-movie__label {
		padding: 14px 0;
		margin-bottom: 10px;
		text-align: center;
		background-color: #fff;
	}
	.p-movie__caption {
		font-size: 1.8rem;
		font-weight: bold;
		color: #65940b;
	}
	.p-movie__time {
		font-size: 1.4rem;
		margin-top: 3px;
	}
	.p-movie__link {
		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	.p-movie__link:hover {
		position: relative;
	}
	.p-movie__link:hover .p-movie__thumbail {
		position: relative;
	}
	.p-movie__link:hover .p-movie__thumbail::before {
		position: absolute;
		width: 100%;
		height: 100%;
		content: "";
		background-color: rgba(255, 255, 255, 0.4);
	}
	.p-movie__note {
		font-size: 1.4rem;
		margin-top: 20px;
		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: 50%;
		border-right: 2px solid #dedede;
		border-bottom: 2px solid #dedede;
	}
	.function__pic {
		width: 123px;
	}
	.function__inner {
		padding: 19px 30px 25px;
		-moz-flex: 1 0 1%;
		-o-flex: 1 0 1%;
		flex: 1 0 1%;
	}
	.function__hd {
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	.function__txt {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.p-basic {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.p-basic__item:first-child {
		width: 460px;
	}
	.p-basic__item:not(:first-child) {
		width: 230px;
		padding-left: 15px;
		border-left: 2px dotted #b5b5b5;
	}
	.p-basic__hd {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
		padding: 10px 0;
		text-align: center;
		color: #fff;
		background-color: #70a706;
	}
	.p-basic__hd__min {
		font-size: 1.4rem;
	}
	.p-basic__figure {
		padding: 20px 0;
		text-align: center;
	}
	.p-basic__img--01 {
		width: 70px;
	}
	.p-basic__img--02 {
		position: relative;
		top: 10px;
		width: 73px;
	}
	.p-basic__img--03 {
		width: 73px;
	}
	.p-basic__img--04,
	.p-basic__img--05 {
		width: 100px;
	}
	.p-basic__txt {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.p-basic__txt--bold {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.55;
	}
	.p-basic__box {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-top: 20px;
		padding-bottom: 20px;
		border-bottom: 2px dotted #b5b5b5;
	}
	.p-basic__box__hd {
		font-size: 1.8rem;
		font-weight: normal;
		line-height: 1;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 40px;
		margin-right: 15px;
		padding: 5px 0;
		text-align: center;
		background-color: #e8efda;
		align-items: center;
		justify-content: center;
	}
	.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% - 55px);
	}
	.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% - 78px);
		margin-right: 5px;
	}
	.p-basic__box__figure {
		width: 73px;
		text-align: center;
	}
	.p-basic__table {
		width: 100%;
		margin-bottom: 20px;
		table-layout: fixed;
	}
	.p-basic__table__td {
		font-size: 1.4rem;
		line-height: 1;
		padding: 20px 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.8rem;
		font-weight: bold;
	}
	.p-option {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-bottom: 80px;
		justify-content: space-between;
	}
	.p-option__item:not(:nth-child(2)) {
		width: 174px;
	}
	.p-option__item:nth-child(2) {
		width: 368px;
	}
	.p-option__figure {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		height: 114px;
		align-items: center;
		justify-content: center;
	}
	.p-option__img--01 {
		width: 87px;
	}
	.p-option__img--02 {
		width: 73px;
	}
	.p-option__img--03 {
		width: 69px;
	}
	.p-option__img--04 {
		width: 68px;
	}
	.p-option__img--05 {
		width: 73px;
	}
	.p-option__hd {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
		padding: 10px 0;
		text-align: center;
		color: #fff;
		background-color: #70a706;
	}
	.p-option__txt {
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: center;
	}
	.p-option__min {
		font-size: 1.4rem;
	}
	.p-option__column {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.p-option__column__item {
		width: 165px;
	}
	.p-option__column__item:nth-child(1) {
		margin-left: 10px;
	}
	.fee_box {
		padding: 30px 0;
	}
	.fee_box .child_box {
		width: 950px;
		margin: 0 auto;
	}
	.table-style {
		width: 100%;
		margin-bottom: 10px;
	}
	.table-style th,
	.table-style td {
		font-size: 1.8rem;
		line-height: 1.4;
		z-index: -1;
		padding: 10px;
		border-collapse: collapse;
		text-align: center;
		vertical-align: middle;
		border: 2px solid #d3d3d3;
	}
	.table-style th {
		font-weight: normal;
		position: relative;
		white-space: nowrap;
		color: #fff;
	}
	.table-style thead th {
		font-weight: bold;
		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;
	}
	.table-style__label _:-ms-lang(x)::-ms-backdrop,
	.table-style__label {
		top: 35px;
	}
	.faq_wrap {
		width: 950px;
		margin: 0 auto 0;
		padding: 60px 0;
		background-color: #fff;
	}
	.faq_wrap .faq {
		margin-bottom: 25px;
		padding-bottom: 20px;
		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.8rem;
		line-height: 1.5;
		position: relative;
		padding-left: 40px;
	}
	.faq_wrap .faq dt {
		font-weight: bold;
		margin-bottom: 15px;
	}
	.p-box {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin: 0 auto;
		padding: 40px;
		background-color: #fff;
		justify-content: space-between;
	}
	.p-box__desc {
		width: 480px;
	}
	.p-box__txt {
		font-size: 1.6rem;
		line-height: 1.7;
	}
	.p-box__txt:not(:last-child) {
		margin-bottom: 20px;
	}
	.p-box__figure {
		width: 350px;
	}
	.p-box__img {
		width: 100%;
	}
	.p-box--intro {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.p-box--intro__desc {
		width: 478px;
	}
	.p-box--intro__figure {
		background-color: #fff;
		width: 430px;
		padding: 34px 40px 40px;
	}
	.p-box--intro__txt {
		color: #fff;
	}
	.p-checklist {
		position: relative;
		width: 634px;
		margin: 0 auto;
	}
	/* .p-checklist::after {
		position: absolute;
		top: 0;
		right: 5px;
		width: 95px;
		height: 101px;
		content: "";
		background: url(/svcsol/campaign/images/fs_202006/top/icon_worries.svg) no-repeat left top;
		background-size: 95px 101px;
	} */
	.p-checklist__item {
		font-size: 1.8rem;
		line-height: 2;
		position: relative;
		padding: 0 0 0 30px;
		border-bottom: 2px dotted #b5b5b5;
	}
	/* .p-checklist__item:not(:last-child):not(:nth-last-child(2)) {
		width: 514px;
	} */
	.p-checklist__item::before {
		position: absolute;
		top: 50%;
		left: 5px;
		width: 14px;
		height: 11px;
		margin-top: -5.5px;
		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: 15px 0;
		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;
		width: 950px;
		margin-right: auto;
		margin-left: auto;
	}
	.c-parent--info .c-child dl {
		padding: 15px 30px 15px 30px;
	}
	.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: 20px;
		background: url(/common/images/com_icn05.png) right center/11px auto no-repeat;
	}
	.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 {
		width: 100%;
		max-width: 950px;
		margin: -40px auto 60px;
		border: 5px solid #71a670;
		padding: 40px 32px 48px;
	}
	.voice__hd {
		text-align: center;
		font-weight: bold;
		font-size: 2.8rem;
		color: #70a750;
		margin-bottom: 50px;
	}
	.voice__inner {
		position: relative;
		padding-left: 296px;
	}
	.voice__figure {
		position: absolute;
		width: 266px;
		top: 0;
		left: 0;
		border: 2px solid #eeeeee;
	}
	.voice__logo {
		width: 100%;
	}
	.voice__label {
		background-color: #71a607;
		color: #fff;
		line-height: 1;
		text-align: center;
		font-size: 1.8rem;
		padding: 10px;
		margin-bottom: 40px;
	}
	.voice__label__bold {
		font-weight: bold;
	}
	.voice__txt {
		font-size: 1.6rem;
		line-height: 1.6875;
		margin-bottom: 30px;
	}
	.voice__marker {
		font-weight: bold;
		color: #4b8820;
		display: inline;
		background: linear-gradient(transparent 15%, #ffff6c 5%);
	}
	.voice__name {
		text-align: right;
		font-size: 1.7rem;
	}
	/* added voice 20210420 end */
	/* added voice 20210623 start */
	/* .child_box .check-title {
		font-size: 2.2rem;
		color: #fff;
		text-align: center;
		font-weight: bold;
	} */
	.title-img {
		width: 100%;
		height: auto;
	}
	.title-img img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.appeal_box--first {
		padding: 10px 0;
	}
	.parent_box.download_box {
		padding-top: 30px;
	}
	.p-checklist__item:not(:first-child) {
		width: 514px;
	}
	.p-checklist::after {
		position: absolute;
		top: 50px;
		right: 0px;
		width: 95px;
		height: 101px;
		content: "";
		background: url(/svcsol/campaign/images/fs_202006/top/icon_worries.svg) no-repeat left top;
		background-size: 95px 101px;
	}
	.p-box--intro__txt span {
		color: #fb4274;
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: -0.02em;
	}
	.p-box__txt:nth-of-type(3) {
		margin-bottom: 10px !important;
	}
	.img-sp {
		display: none;
	}
	/* added seminar 20210623 end */
}

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

print.css読み込み

#########################################################*/
@media print and (min-width: 100px) {
	header,
	.in_head,
	footer {
		width: 100%;
		min-width: 100%;
		text-align: center;
	}
	header .in_head {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.grand_title {
		text-align: center;
	}
	.btn_area .btn {
		border: 1px solid #ccc;
	}
	.title_box {
		width: 100%;
		text-align: center;
	}
}
