@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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* 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-collapse: collapse;
	border-spacing: 0;
}

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

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

/* p {
	@include fz_vw(13);
@media print, screen and (min-width: 769px) {
		font-size: 30px;
	}
} */
@media screen and (max-width: 767px) {
	html {
		font-size: 62.5%;
	}
	body {
		font-size: 1rem;
		font-family: "Noto Sans JP", Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.pcimg {
		display: none;
	}
	body {
		word-wrap: break-word;
		/* background: #000; */
	}
	img {
		width: 100%;
	}
	.wrapper {
		overflow: hidden;
	}
	.pc{
		display: none !important;
	}
	.u-pc{
		display: none;
	}
	header {
		background: url(/svcsol/campaign/images/swg_201712/top/bg_mainvisual_sp.png) no-repeat right bottom;
		background-size: cover;
		position: relative;
		width: 100%;
		min-height: 110vw;
	}
	header:after {
		content: "";
		display: block;
		padding-top: 10%;
	}
	.grand_title {
		text-align: right;
		width: 100%;
	}
	.grand_title .logotop {
		width: 74px;
		height: 49px;
		display: inline-block;
		background-color: #000;
	}
	.grand_title .logotop a {
		padding: 10px;
		display: block;
	}
	.grand_title .logotop a img {
		min-width: 100%;
	}
	.main_visual_title h1 {
		padding: 2px 25px 0 25px;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.main_visual_title h1 .logo_img img {
		margin-bottom: 0;
	}
}


@media screen and (max-width: 767px) {
	.main_visual_title .btn_area {
		margin: 10px auto;
	}
	#news {
		position: relative;
		padding: 20px 0 18px;
		background: #fff;
	}
	#news .news_box {
		max-width: 90%;
		margin: 0 auto;
	}
	#news .news_title {
		position: relative;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		padding-bottom: 14px;
	}

	#news .news_list {
		font-size: 14px;
		font-weight: 700;
		text-align: left;
	}
	#news .news_listitem a {
		position: relative;
		display: inline-block;
		font-size: 14px;
		line-height: 1.7;
	}
	#news .news_listitem a::after {
		width: 15px;
		height: 13px;
		content: "";
		background: url(/svcsol/campaign/images/swg_201712/common/icon_externallink_white_outline.svg) no-repeat top center;
		background-size: contain;
		display: inline-block;
		margin: 6px 0 0 5px;
	}
	#news .news_listitem:not(:last-of-type) {
		padding-bottom: 10px;
	}
	.appeal_box {
		padding: 30px 0;
		background: #252525;
	}
	.appeal_box01 {
		padding: 30px 0;
		background: #252525;
	}
	.parent_box .child_box {
		width: 100%;
		margin: 0 auto;
	}

	.wrapper + .appeal_box {
		padding: 40px 0;
	}
	.appeal_box .child_box {
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}

	.appeal_box .side_by_side {
		width: 100%;
		padding: 0 10px;
	}
	.appeal_box .tel_box .time {
		width: 100%;
		font-size: 1rem;
		display: block;
		margin-top: 9px;
		color: #fff;
	}
	.appeal_box .tel_box {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.appeal_box .tel_box01 {
		width: 100%;
		text-align: center;
		margin: 28px 0 0;
		display: flex;
		justify-content: center;
	}
	.appeal_box .tel_box:before {
		width: 15px;
		height: 17px;
		display: inline-block;
		content: "";
		background: url(/svcsol/campaign/images/swg_201712/top/icon01.svg) no-repeat center center;
		background-size: cover;
		vertical-align: top;
		margin: -2px 5px 0 0;
	}
	.appeal_box .tel_box .txt {
		font-size: 1.2rem;
		/* font-size: 2.5vmin; */
		font-weight: 700;
		color: #fff;
		margin-right: 10px;
		display: block;
	}
	.appeal_box .tel_box .number {
		font-size: 1.4rem;
		font-weight: bold;
		font-family: "Roboto", sans-serif;
		color: #fff;
	}

	/* .side_by_side {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.side_by_side li:last-child {
		text-align: right;
	} */
	/* add 20190130 */
	.download_box .p-download {
		margin: 0 0 20px 0;
		padding: 20px 10px 10px;
		border: 2px solid #cf0040;
		background: #fff;
	}
	.download_box .p-download01 {
		margin-bottom: 22px;
		padding: 20px 10px 10px;
		border: 2px solid #cf0040;
		background: #fff;
	}
	.download_box .p-download .outline {
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 17px;
		line-height: 1.75;
		text-align: center;
		color: #cf0040;
	}
	.download_box .p-download .c-tit {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 5px;
	}
	.download_box .p-download .c-tit__span {
		font-weight: normal;
		display: block;
		line-height: 1.5;
		font-size: 1.5rem;
	}
	.download_box .p-download .btn_area {
		width: 100%;
		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__figure {
		margin-right: 10px;
		width: 93px;
	}
	.download_box .p-download__desc {
		flex: 1 0 1%;
		text-align: left;
	}
	.download_box .side_by_side {
		position: relative;
		width: 100%;
		margin-bottom: 15px;
	}
	.download_box .side_by_side li.icon_more {
		width: 98px;
		height: 85px;
		margin: 20px auto;
	}
	.download_box .side_by_side li.icon_more img {
		width: 98px;
		height: 85px;
	}
	.download_box .side_by_side li:first-child {
		/* order: 1; */
	}
	.download_box .side_by_side li:last-child {
		/* width: 378px;
		text-align: left; */
	}
	.download_box .side_by_side li .c-txt {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.download_box01{
		width: 91%;
		margin: 0 auto;
	}

	.sec-title {
		font-size: 22px;
		font-weight: 700;
		line-height: 1.5;
		text-align: center;
	}
	.btn_area .btn {
		width: 100%;
		display: block;
		border-radius: 4px;
		background: linear-gradient(#d00041, #b6001f);
		border: none;
		font-size: 1.4rem;
		font-weight: bold;
		color: #fff;
		padding: 11px 6px;
		line-height: 1.5;
		box-sizing: border-box;
		text-align: center;
		text-decoration: none;
		margin: 0 auto;
	}
	.btn_area .btn01 {
		width: 100%;
		padding: 10px 5px;
	}
	.btn_area .btn:hover {
		position: relative;
		cursor: pointer;
	}
	.btn_area .btn:hover:after {
		content: "";
		opacity: 0.1;
		transition: background 1s linear;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.btn_area span {
		padding-right: 20px;
		background: url(/svcsol/campaign/images/swg_201712/common/icon_externallink_white.svg) no-repeat right center;
		background-size: 18px 16px;
		font-size: 1.4rem;
		font-weight: 700;
		letter-spacing: 0.03em;
	}
	.btn_area .btn01 span {
		padding-right: 19px;
		background: url(/svcsol/campaign/images/swg_201712/common/icon_externallink_white.svg) no-repeat right center;
		background-size: 14px 12px;
		font-size: 1.4rem;
		font-weight: 700;
		letter-spacing: 0.01em;
	}

	.appeal_box .child_box .visual_box {
		position: relative;
		padding: 20px 15px 42px;
		background: rgba(255, 255, 255, 0.8);
		margin-bottom: 30px;
	}
	.appeal_box .child_box .visual_box-side {
		width: 81.334%;
		margin: 0 auto;
	}
	.appeal_box .child_box .visual_box h2 {
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.5;
		padding-bottom: 20px;
	}
	.appeal_box .child_box .visual_box h2 span {
		color: #cf0040;
	}
	.appeal_box .child_box .visual_box .txt {
		font-size: 3.8rem;
		font-weight: bold;
		line-height: 1.7368;
	}
	.appeal_box .child_box .visual_box .txt span {
		color: #c9003e;
	}
	.appeal_box .child_box .visual_box .visual_box__img {
		position: absolute;
		right: -3px;
		bottom: -2px;
		display: inline-block;
		width: 300px;
	}
	.appeal_box .child_box .visual_box .visual_box__img img {
		width: 100%;
		min-width: 100%;
	}
}

@media screen and (max-width: 767px) and (min-width: 769px) {
	.btn_area span {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px) {

	footer {
		background: #000;
	}
	footer .in_foot {
		width: 100%;
		padding: 20px 0;
	}
	footer .in_foot .foot_nav ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	footer .in_foot .foot_nav ul li a {
		font-size: 1rem;
		color: #fff;
		text-decoration: none;
	}
	footer .in_foot .foot_nav ul li a:after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 10px;
		background: url(/svcsol/campaign/images/swg_201712/common/icon_externallink.svg) no-repeat center top;
		background-size: cover;
		margin-left: 10px;
	}
	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;
		text-align: center;
		margin-top: 20px;
	}
	#totop {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	main .post_body {
		overflow: scroll;
		word-wrap: normal;
	}
}

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

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

#########################################################*/
@media screen and (max-width: 767px) {
	/* swg-service */
	.swg-service {
		padding: 40px 0;
		text-align: center;
		background: #f2f2f2 url(/svcsol/campaign/images/swg_201712/top/bg-swg.svg) no-repeat;
		background-size: 327px, cover;
		background-position: center 0;
	}
	.swg-service_title {
		padding: 0 15px 28px;
		text-align: center;
	}
	.swg-service_title > span {
		display: inline-block;
		border-bottom: 3px solid #2190ec;
		padding-bottom: 17px;
	}
	.swg-service_title .color-change {
		color: #2190ec;
	}
	.swg-service_text {
		padding: 0 15px;
		font-size: 14px;
		line-height: 1.8;
		margin: 0 auto 22px;
		text-align: left;
	}
	.swg-service_text span {
		color: #2190ec;
		font-weight: 700;
	}
	.swg-service_text:last-of-type {
		margin-bottom: 26px;
	}
	.swg-lead {
		max-width: 91%;
		margin: 0 auto;
	}
	.swg-triangle {
		position: relative;
		display: inline-block;
		margin-bottom: 40px;
	}
	.swg-triangle::after {
		content: "";
		background: url(/svcsol/campaign/images/swg_201712/top/triangle-gray_sp.svg) no-repeat;
		background-size: contain;
		width: 51px;
		height: 31px;
		position: absolute;
		top: 44%;
		left: -22px;
	}
	.swg-lead__box {
		width: 100%;
		min-height: 458px;
		background: #fff;
	}
	.swg-lead__box01{
		margin-bottom: 14px;
	}
	.swg-lead__box01,
	.swg-lead__box02 {
		position: relative;
	}
	.swg-lead__box01::after {
		content: "";
		background: url(/svcsol/campaign/images/swg_201712/top/img01.svg) no-repeat center;
		width: 95.312vw;
		height: 83.125vw;
		background-size: contain;
		position: absolute;
		bottom: 4%;
		left: -6%;
	}
	.swg-lead__box02::after {
		content: "";
		background: url(/svcsol/campaign/images/swg_201712/top/img02.svg) no-repeat center;
		width: 103.125vw;
		height: 83.125vw;
		background-size: contain;
		position: absolute;
		bottom: 4%;
		left: -7%;
	}
	.swg-lead__box-title {
		font-size: 18px;
		font-weight: 700;
		padding: 20px 0 26px;
	}
	.swg-lead__box-title01 {
		color: #fff;
		background: #777777;
	}
	.swg-lead__box-title02 {
		color: #fefd47;
		background: #2190ec;
	}
	.swg-lead__box-txt {
		font-size: 1.5rem;
		margin-top: 23px;
		width: 86%;
		margin: 12px auto 0;
		text-align: left;
		line-height: 1.8;
		padding-bottom: 94.125vw;
	}

	/* point */
	.point {
		background: url(/svcsol/campaign/images/swg_201712/top/bg-point_sp.jpg) no-repeat center top;
		background-size: cover;
		width: 100%;
		height: auto;
		padding: 48px 0 20px;
	}
	.point-lead {
		color: #2190ec;
		font-size: 1.6rem;
		font-weight: 700;
		width: 78%;
		background: #fefd47;
		border-radius: 40px;
		text-align: center;
		display: block;
		margin: 0 auto;
		padding: 8px 0;
	}
	.point-title {
		font-weight: 700;
		padding: 11px 15px 15px;
		color: #fff;
		font-size: 2.8rem;
	}
	.point-subtitle {
		font-size: 1.4rem;
		font-weight: 700;
		color: #fff;
		text-align: center;
		margin-bottom: 35px;
	}
	.point-box {
		/* display: flex;
			justify-content: space-between;
			max-width: 950px; */
		width: 90%;
		margin: 0 auto;
	}
	.point-box a {
		width: calc(100% / 3 - 7px);
	}
	.point-boxitem {
		position: relative;
		padding: 14px 0 42px;
		text-align: center;
		background-color: #fff;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	.point-boxitem:after {
		content: "";
		background: url(/svcsol/campaign/images/swg_201712/top/icon02.svg) no-repeat center bottom;
		width: 40px;
		height: 21px;
		display: block;
		position: absolute;
		bottom: 14px;
		left: 43.5%;
	}
	.point-box a,
	.point-box a:link {
		color: #333;
	}
	.tit_box {
		position: relative;
	}
	.tit_box h3:nth-of-type(1) {
		color: #ffffff;
		width: 212px;
		margin: 0 auto 10px;
		letter-spacing: 0.08em;
		position: relative;
	}
	.tit_box h3:nth-of-type(1) .tit_txt {
		background: #2190ec;
		border-radius: 10px;
		display: inline-block;
		box-sizing: border-box;
		font-size: 1.4rem;
		font-weight: 700;
		width: 210px;
		padding: 5px 0;
	}
	.tit_box_txt {
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.6;
		letter-spacing: 0.01em;
		text-align: center;
	}

	/* point1 */
	.point-details {
		padding: 48px 0 33px;
		text-align: center;
	}
	.point-details1 {
		background: url(/svcsol/campaign/images/swg_201712/top/bg-about.png), linear-gradient(to bottom, #134CBB 0%, #134CBB 20%, #deeeff 20%,  #deeeff 75%, #9dd3ff 100%);
		background-size: 2700px, cover;
		background-repeat: no-repeat;
		background-position: 50% 5.5%, top left;
	}
	.point-details2 {
		background: url(/svcsol/campaign/images/swg_201712/top/bg-about.png), linear-gradient(to bottom, #134CBB 0%, #134CBB 20%, #deeeff 20%,  #deeeff 100%);
		background-size: 2700px, cover;
		background-repeat: no-repeat;
		background-position: 50% 7.5%, top left;
	}
	.tit_box2 {
		position: relative;
		text-align: center;
		width: 91%;
		margin: 0 auto;
	}
	.tit_txt2 {
		background: #2190ec;
		border-radius: 10px;
		display: inline-block;
		box-sizing: border-box;
		font-size: 1.4rem;
		font-weight: 700;
		width: 210px;
		padding: 5px 0;
		color: #fff;
		margin-bottom: 10px;
	}
	.tit_box2 h2 {
		font-size: 2.8rem;
		color: #fff;
		text-align: center;
		margin: 0 auto 22px;
		font-weight: 700;
		line-height: 1.6;
	}
	.point-details1 .tit_box_txt2 {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.8;
		letter-spacing: 0.01em;
		text-align: center;
		padding-bottom: 70px;
		color: #fff;
	}
	.point-details2 .tit_box_txt2 {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.6;
		letter-spacing: 0.01em;
		text-align: center;
		padding-bottom: 45px;
		color: #fff;
	}
	.point-answer_lead {
		font-size: 1.5rem;
		text-align: center;
		color: #2190ec;
		font-weight: 700;
		display: block;
		width: 91%;
		margin: 0 auto;
	}
	.point-details1 .point-answer_title {
		position: relative;
		margin: 20px auto 60px;
		font-weight: 700;
		line-height: 1.5;
		font-size: 2.8rem;
		color: #2190ec;
		width: 91%;
	}
	.point-details2 .point-answer_title {
		position: relative;
		margin: 11px auto 66px;
		font-weight: 700;
		line-height: 1.6;
		font-size: 2.8rem;
		color: #2190ec;
		width: 91%;
	}
	.point-answer_title span {
		position: relative;
		display: inline-block;
	}
	.point-answer_title span::after {
		content: "";
		background: url(/svcsol/campaign/images/swg_201712/top/line_sp.svg) no-repeat center bottom;
		width: 215px;
		height: 5px;
		display: block;
		position: absolute;
		bottom: -13%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.point-answer_txt {
		width: 800px;
		margin: 0 auto 32px;
		font-size: 16px;
		line-height: 2;
		text-align: left;
	}
	.point1-img {
		/* width: 950px; */
		/* display: flex; */
		box-sizing: border-box;
		justify-content: space-between;
		width: 91%;
		margin: 0 auto;
	}
	.point1-img .img03 {
		width: 240px;
		height: auto;
		display: block;
			margin: 0 auto 30px;
	}
	.point1-img .img04 {
		width: 660px;
		height: auto;
	}
	.point1-contents {
		/* display: flex; */
		max-width: 91%;
		margin: 30px auto 10px;
		justify-content: space-between;
	}
	.point1-box {
		background-color: #fff;
		border-top: 4px solid #2190ec;
		box-sizing: border-box;
	}
	.point1-box01 {
		width: 100%;
		padding: 20px 21px 20px;
		text-align: left;
		margin-bottom: 30px;
	}
	.point1-box02 {
		width: 91%;
		padding: 20px 21px 20px;
		margin: 0 auto 40px;
		text-align: left;
	}
	.point1-box03 {
		width: 100%;
		padding: 20px 21px 20px;
		margin: 0 auto 30px;
		text-align: left;
	}
	.point1-box04 {
		width: 100%;
		padding: 20px 21px 20px;
		margin: 0 auto 30px;
		text-align: left;
	}
	.point1-box_title {
		font-size: 18px;
		font-weight: 700;
		text-align: left;
		line-height: 1.6;
	}
	.point1-box_title01 {
		position: relative;
		display: inline-block;
		padding-left: 70px;
		margin-bottom: 35px;
	}
	.point1-box_title01::before {
		content: "";
		background: url(/svcsol/campaign/images/swg_201712/top/icon03.svg) no-repeat;
		background-size: contain;
		width: 60px;
		height: 60px;
		position: absolute;
		top: -2px;
		left: 0;
	}
	.point1-box_title02 {
		position: relative;
		display: inline-block;
		padding-left: 70px;
		margin-bottom: 36px;
	}
	.point1-box_title02::before {
		content: "";
		background: url(/svcsol/campaign/images/swg_201712/top/icon04.svg) no-repeat;
		background-size: contain;
		width: 60px;
		height: 60px;
		position: absolute;
		top: -2px;
		left: 0;
	}
	.point1-box_txt {
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}
	.point1-box_txt2 {
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}
	.point1-box_txt span,
	.point1-box_txt2 span {
		color: #2190ec;
		font-weight: 600;
	}
	.point1-box_img {
		text-align: center;
		margin-bottom: 17px;
	}
	.point1-box .img05 {
		width: 160px;
		height: 40px;
		margin: 0 auto 20px;
	}
	.point1-box .img06 {
		width: 160px;
		height: 22px;
		margin: 0 auto;
	}
	.point1-box_title03 {
		position: relative;
		display: inline-block;
		margin-bottom: 11px;
		padding-left: 70px;
	}
	.point1-box_title03::before {
		content: "";
		background: url(/svcsol/campaign/images/swg_201712/top/icon05.svg) no-repeat;
		background-size: contain;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 2px;
		left: 0;
	}
	/* point2 */
	.point2-img {
		width: 91%;
		/* background-color: #fff; */
		margin: 0 auto;
		box-sizing: border-box;
		/* display: flex; */
		justify-content: center;
		align-items: center;
	}
	.point2-img img {
		width: 100%;
		height: auto;
	}
	.point2-box_title01 {
		position: relative;
		display: inline-block;
		padding-left: 70px;
		margin-bottom: 28px;
	}
	.point2-box_title01::before {
		content: "";
		background: url(/svcsol/campaign/images/swg_201712/top/icon06.svg) no-repeat;
		background-size: contain;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.point2-box_title02 {
		position: relative;
		display: inline-block;
		padding-left: 70px;
		margin-bottom: 28px;
	}
	.point2-box_title02::before {
		content: "";
		background: url(/svcsol/campaign/images/swg_201712/top/icon07.svg) no-repeat;
		background-size: contain;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		left: 0;
	}
	/* point3 */
	.point3-box_title01 {
		position: relative;
		display: inline-block;
		padding-left: 70px;
		margin-bottom: 28px;
	}
	.point3-box_title01::before {
		content: "";
		background: url(/svcsol/campaign/images/swg_201712/top/icon08.svg) no-repeat;
		background-size: contain;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.point3-box_title02 {
		position: relative;
		display: inline-block;
		padding-left: 70px;
		margin-bottom: 28px;
	}
	.point3-box_title02::before {
		content: "";
		background: url(/svcsol/campaign/images/swg_201712/top/icon09.svg) no-repeat;
		background-size: contain;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.point3-img {
		width: 91%;
		margin: 0 auto 50px;
		box-sizing: border-box;
		/* display: flex; */
		justify-content: center;
		align-items: center;
	}
	.point3-img img {
		width: 100%;
		height: auto;
	}

	/* case */
	.case-details {
		width: 91%;
		margin: 0 auto;
		padding: 53px 0 50px;
		text-align: center;
	}

	.tit_box {
		position: relative;
		text-align: center;
	}
	.case-txt {
		background: #79b723;
		border-radius: 10px;
		display: inline-block;
		box-sizing: border-box;
		font-size: 1.4rem;
		font-weight: 700;
		width: 210px;
		padding: 5px 0;
		color: #fff;
		margin-bottom: 6px;
	}
	.case-title {
		position: relative;
		margin: 0 0 46px;
		font-weight: 700;
		line-height: 1.6;
		font-size: 2.8rem;
	}

	.case-title span {
		position: relative;
		display: inline-block;
	}
	.case-title span::after {
		content: "";
		background: url(/svcsol/campaign/images/swg_201712/top/line02_sp.svg) no-repeat center bottom;
		width: 215px;
		height: 5px;
		display: block;
		position: absolute;
		bottom: -13px;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.case-contents {
		/* display: flex; */
		max-width: 950px;
		margin: 0 auto 50px;
		justify-content: space-between;
	}
	.case-box {
		background-color: #fff;
		border-top: 4px solid #79b723;
		box-sizing: border-box;
		width: 100%;
		background: #f2f2f2;
		padding: 25px 35px 35px;
		margin-bottom: 30px;
	}
	.case-num {
		background: #79b723;
		border-radius: 10px;
		display: inline-block;
		box-sizing: border-box;
		font-size: 1.4rem;
		font-weight: 700;
		width: 210px;
		padding: 5px 0;
		color: #fff;
		margin-bottom: 4px;
	}
	.case-box__title {
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		line-height: 1.5;
		padding-bottom: 14px;
	}
	.case-box__txt {
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}

	.case-img {
		width: 100%;
		margin: 0 auto;
		/* padding: 0 76px 60px; */
		box-sizing: border-box;
		/* display: flex; */
		justify-content: center;
		align-items: center;
	}
	.case-img img {
		width: 100%;
		height: auto;
	}

	/*example*/
	.example_box {
		background: url(/svcsol/campaign/images/swg_201712/top/bg-logo.png) no-repeat center top;
		background-size: cover;
		padding: 54px 0 48px;
		text-align: center;
	}
	.example_box .title_box{
		width: 91%;
		margin: 0 auto;
	}
	.example_box .title_box span {
		color: #fefd47;
		font-size: 1.6rem;
		font-weight: 700;
		padding-bottom: 14px;
		display: block;
	}
	.example_box .title_box h2 {
		font-size: 2.8rem;
		color: #fff;
		font-weight: 700;
		margin: 0 auto 18px;
	}
	.example_box .child_box {
		max-width: 950px;
		margin: 0 auto;
		background: rgba(255, 255, 255, 0.8);
		padding: 16px 0 22px;
	}
	.example_box .child_box h3 {
		font-size: 1.6rem;
		font-weight: 700;
		padding-bottom: 18px;
		line-height: 1.4;
	}
	.example_box {
		position: relative;
	}
	/* .example_box .example_box-space{
		display: block;
	} */
	.example_box .example_box-space::after {
		content: "";
		display: inline-block;
		padding-right: 20px;
	}
	.example_box-big {
		font-size: 2.8rem;
	}
	.example_box .child_box figure {
		width: 94%;
		margin: 0 auto;
	}
	.example_box .child_box figure img {
		width: 100%;
		height: auto;
	}

	/* 資料1札 */

	.download_box .p-download--single .p-download__figure {
		margin-right: 12px;
	}
	.download_box .p-download .p-download--single .c-tit {
		font-size: 1.5rem;
		margin-bottom: 5px;
	}
	.download_box .p-download .p-download--single .c-tit span {
		font-size: 14px;
		position: relative;
		margin-left: 2px;
		}
		.download_box .p-download .p-download--single li .c-txt {
		margin-bottom: 0;
		font-size: 1.4rem;
		line-height: 1.7;
		margin-top: 0;
		}

}
