@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

/*reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
	q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
	th, td, article, aside, canvas, details, figcaption, figure, footer,
	header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	letter-spacing: 0;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colors to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colors to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

/* change border color to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/*
* 共通パーツ
*/
#solutioncontents_page main section.form_box ul.errorMsg li {
		list-style:none;
		margin-left:1rem;
		font-size:1.5rem;
		color:#FF0000;
		line-height:1.8rem;
}
#solutioncontents_page main section.form_box p.noteContact{
	font-size:2rem;
	line-height:2.4rem;
	margin-top:1rem;
}


/*
* 各ページ
*/

/* Page:top */
html {
	font-size: 62.5%;
	line-height: 1.8;
	letter-spacing: 0.14rem;
	overflow: visible;
}

#solutioncontents_page {
	overflow: visible;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	font-size: 1.0rem;
	color: #252D43;
	background: #252D43;
}

#solutioncontents_page .cf:before, #solutioncontents_page .cf:after {
	content: " ";
	display: table;
}

#solutioncontents_page .cf:after {
	clear: both;
}

#solutioncontents_page .cf {
	*zoom: 1;
}

#solutioncontents_page .pagetop_box {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	z-index: 100;
}

#solutioncontents_page .pagetop_box #pagetop {
	display: block;
}

#solutioncontents_page .pagetop_box #pagetop img {
	width: 100%;
}

/* End of Page:top */
/* PC画面 */
@media only screen and (min-width: 769px) {
	#solutioncontents_page .pc_none {
		display: none !important;
	}
	#solutioncontents_page header {
		border-top: 90px solid #fff;
		background-image: url(../images/bg_top_03.png),
			url(../images/bg_top_02.png), url(../images/bg_top_01.png);
		background-repeat: no-repeat;
		background-position: center bottom, center center, center center;
		background-size: auto 38%, 1359px auto, cover;
		position: relative;
		overflow: visible;
	}
	#solutioncontents_page header .wrap {
		max-width: 1020px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#solutioncontents_page header .wrap h1 {
		color: #fff;
		border-radius: 26.5px;
		background: #F2A300;
		font-size: 2.6rem;
		font-weight: normal;
		text-align: center;
		max-width: 784px;
		padding: 20px 0 20px;
		width: 100%;
		margin: -10px auto 0;
		position: relative;
		z-index: 1;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		line-height: 0.7;
	}
	#solutioncontents_page header .wrap h1:before {
		content: "";
		background: #F2A300;
		width: 32px;
		height: 32px;
		display: block;
		-webkit-transform: rotate(45deg) translate(-50%, 40px);
		transform: rotate(45deg) translate(-50%, 40px);
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 0;
	}
	#solutioncontents_page header .wrap .h1_p {
		font-size: 3.5rem;
		max-width: 912px;
		width: 100%;
		text-align: center;
		color: #fff;
		background: rgba(7, 29, 48, 0.7);
		position: relative;
		margin: -17px auto 50px;
		line-height: 1.2;
		padding: 35px 2% 34px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		z-index: 0;
		overflow: hidden;
	}
	#solutioncontents_page header .wrap .h1_p:before {
		content: "";
		display: block;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border: 1px solid #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#solutioncontents_page header .wrap .h1_p strong {
		font-size: 6.0rem;
	}
	#solutioncontents_page header .wrap .h1_p strong:before,
		#solutioncontents_page header .wrap .h1_p strong:after {
		content: "\A";
		white-space: pre;
	}
	#solutioncontents_page header .wrap h2 {
		margin: 47px auto 50px;
		max-width: 563px;
		width: 100%;
		text-align: center;
		line-height: 60px;
		font-size: 3.5rem;
		background: rgba(1, 22, 34, 0.3);
		border-radius: 26px;
		border: 1px solid #fff;
		color: #fff;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		font-weight: bold;
		letter-spacing: 1px;
	}
	#solutioncontents_page header .wrap .h2_p {
		font-size: 2.8rem;
		font-weight: bold;
		text-align: center;
		color: #1E2C4D;
		max-width: 622px;
		line-height: 1.4;
		width: 100%;
		margin: 0 auto 30px;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		letter-spacing: 3px;
	}
	#solutioncontents_page header .wrap a.logo {
		position: absolute;
		top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 50%;
		height: 90px;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		text-decoration: none;
		color: #252D43;
	}
	#solutioncontents_page header .wrap a.logo p.page_name {
		max-width: 297px;
		box-sizing: border-box;
		width: 100%;
		padding: 10px 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 2.0rem;
		font-weight: normal;
		border: 1px solid #252D43;
		margin-right: 10px;
		letter-spacing: 0;
	}
	#solutioncontents_page header .wrap a.logo img.logo_img {
		width: 36px;
		height: 36px;
	}
	#solutioncontents_page header .wrap a.logo p.company_name {
		font-size: 1.4rem;
		margin-left: 5px;
	}
	#solutioncontents_page header .wrap div.tel_box {
		position: absolute;
		top: 0;
		right: 20%;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 90px;
		font-size: 1.4rem;
		font-weight: normal;
		text-align: center;
		max-width: 236px;
		width: 28%;
	}
	#solutioncontents_page header .wrap div.tel_box a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-decoration: none;
		color: #252D43;
		font-size: 2.4rem;
		padding-top: 13px;
		font-weight: bold;
	}
	#solutioncontents_page header .wrap div.tel_box a:before {
		content: "";
		background: url(../images/ico_tel.png) center center no-repeat;
		background-size: contain;
		width: 31.15px;
		height: 30.8px;
		display: block;
		margin-right: 3px;
	}
	#solutioncontents_page header .wrap a.contact {
		position: absolute;
		box-sizing: border-box;
		display: block;
		top: 0;
		right: 0;
		padding: 0 12px;
		color: #fff;
		font-size: 2.3rem;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		width: 30%;
		height: 90px;
		text-decoration: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 206px;
		width: 23%;
		z-index: 1;
	}
	#solutioncontents_page header .wrap a.contact:before {
		content: "";
		display: block;
		width: 36px;
		height: 24px;
		background: url(../images/ico_mail.png) center center no-repeat;
		background-size: contain;
		margin-right: 4px;
	}
	#solutioncontents_page header .wrap a.contact:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 60px;
		display: block;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background: #1AAD80;
		border-radius: 10px;
		z-index: -1;
	}
	#solutioncontents_page .wrap_body {
		width: 100vw;
		overflow: hidden;
		position: relative;
	}
	#solutioncontents_page main {
		width: 100%;
		position: relative;
	}
	#solutioncontents_page main div.bg_color {
		position: relative;
		padding: 1px 0;
	}
	#solutioncontents_page main section:before, #solutioncontents_page main div.bg_color:before
		{
		content: "";
		width: 100vw;
		display: block;
		position: absolute;
		height: 100%;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: -1;
		overflow: hidden;
	}
	#solutioncontents_page main section.bg_white:before,
		#solutioncontents_page main div.bg_white:before {
		background: #ffffff;
	}
	#solutioncontents_page main section.bg_navy:before,
		#solutioncontents_page main div.bg_navy:before {
		background: #252D43;
	}
	#solutioncontents_page main section.bg_orange:before,
		#solutioncontents_page main div.bg_orange:before {
		background: #FECD60;
	}
	#solutioncontents_page main section.bg_cream:before,
		#solutioncontents_page main div.bg_cream:before {
		background: #FFFBF0;
	}
	#solutioncontents_page main section.bg_gray:before,
		#solutioncontents_page main div.bg_gray:before {
		background: #EBEBEB;
	}
	#solutioncontents_page main .bnr_box {
		float: left;
		z-index: 100;
		background: url(../images/bg_bnr_01.png) center center no-repeat;
		background-size: cover;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		position: relative;
		padding: 44px 38px 38px;
		-webkit-box-shadow: 0 8px 0 #979797;
		box-shadow: 0 8px 0 #979797;
		width: 100%;
		max-width: 1020px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#solutioncontents_page main .bnr_box a {
		text-decoration: none;
		color: #252D43;
		z-index: 999;
	}
	#solutioncontents_page main .bnr_box .tel_box h3 {
		font-size: 2.4rem;
		padding-left: 1em;
		margin-bottom: 12px;
		font-weight: normal;
	}
	#solutioncontents_page main .bnr_box .tel_box a p {
		font-size: 5.0rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-weight: bold;
		font-family: Arial;
	}
	#solutioncontents_page main .bnr_box .tel_box a p:before {
		content: "";
		display: block;
		width: 50px;
		height: 70px;
		background: url(../images/ico_tel.png) center center no-repeat;
		background-size: contain;
		margin-right: 10px;
	}
	#solutioncontents_page main .bnr_box:before {
		content: "";
		position: absolute;
		width: calc(100% - 16px);
		height: calc(100% - 16px);
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		display: block;
		border: 2px solid #fff;
	}
	#solutioncontents_page main .bnr_box .contact_btn {
		background: #1AAD80;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 366px;
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 366px;
		flex: 0 1 366px;
		font-size: 3.0rem;
		padding: 23px 37px;
		border-radius: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 9999;
	}
	#solutioncontents_page main .bnr_box .contact_btn:before {
		content: "";
		width: 44px;
		height: 28px;
		background: url(../images/ico_mail_02.png) center center no-repeat;
		background-size: contain;
		display: block;
		margin-right: 30px;
	}
	#solutioncontents_page main .bnr_box.down {
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		z-index: 100;
	}
	#solutioncontents_page main .bnr_box.no_float {
		float: none;
		left: 0;
		-webkit-transform: none;
		transform: none;
		margin: 10px auto 60px;
	}
	#solutioncontents_page main .bnr_box02 {
		display: block;
		float: left;
		margin-top: -110px;
		margin-bottom: 50px;
	}
	#solutioncontents_page main .bnr_box02 h2 {
		background: #252D43;
		border-radius: 21px;
		color: #fff;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.3;
		padding: 5px 10px;
		text-align: center;
		max-width: 750px;
		width: 78%;
		margin-left: auto;
	}
	#solutioncontents_page main .bnr_box02 h3 {
		max-width: 750px;
		width: 78%;
		text-align: center;
		font-weight: normal;
		font-size: 3.0rem;
		margin-left: auto;
		padding: 10px 0;
	}
	#solutioncontents_page main .bnr_box02 a {
		display: block;
		font-size: 6.0rem;
		font-weight: bold;
		max-width: 750px;
		width: 78%;
		margin-left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#solutioncontents_page main .bnr_box02 a:before {
		background: url(../images/ico_tel.png) center center no-repeat;
		width: 60px;
		height: 66px;
		content: "";
		background-size: contain;
		margin-right: 5px;
		display: block;
	}
	#solutioncontents_page main .bnr_box02:after {
		content: "";
		width: 30%;
		max-width: 301px;
		height: 306px;
		position: absolute;
		background: url(../images/ico_human_07.png) center center no-repeat;
		background-size: contain;
		left: 0;
		bottom: 0;
		display: block;
	}
	#solutioncontents_page main section {
		max-width: 1020px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 0;
		overflow: visible;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#solutioncontents_page main section .ttl_box {
		text-align: center;
	}
	#solutioncontents_page main section .ttl_box img {
		height: 55px;
	}
	#solutioncontents_page main section strong {

	}
	#solutioncontents_page main section strong.orange {
		color: #FFC23C;
	}
	#solutioncontents_page main section strong.orange2 {
		color: #fc7301;
	}
	#solutioncontents_page main section strong.red {
		color: #D0021B;
	}
	#solutioncontents_page main section strong.line {
		border-bottom: 10px solid #FFC23C;
	}
	#solutioncontents_page main section strong.line2 {
		border-bottom: 5px solid #FFC23C;
	}
	#solutioncontents_page main section strong.marker {
		background: #FFC23C;
		letter-spacing: 3px;
		padding: 10px 15px;
	}
	#solutioncontents_page main section.about_box01 {
		padding-bottom: 35px;
	}
	#solutioncontents_page main section.about_box01 .ttl_box {
		padding: 35px 0 34px;
		background: url(../images/ttl_about_01.png) no-repeat center center;
		background-size: 140px;
		height: 56px;
	}
	#solutioncontents_page main section.about_box01 h2 {
		font-size: 4.0rem;
		margin-bottom: 28px;
		text-align: center;
		letter-spacing: 3px;
	}
	#solutioncontents_page main section.about_box01 p.about_contents {
		text-align: center;
		font-size: 2.0rem;
		max-width: 620px;
		width: 100%;
		margin: 0 auto;
		line-height: 1.8;
		margin-bottom: 42px;
		letter-spacing: 2.5px;
	}
	#solutioncontents_page main section.about_box01 .green_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#solutioncontents_page main section.about_box01 .green_box .photo_box {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 300px;
		flex: 0 1 300px;
		background: #EAEAEA;
		text-align: right;
		position: relative;
	}
	#solutioncontents_page main section.about_box01 .green_box .photo_box img
		{
		max-width: 289px;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		position: absolute;
		top: 0;
		left: 2px;
	}
	#solutioncontents_page main section.about_box01 .green_box .txt_box {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100px;
		flex: 1 1 100px;
		background: #27AC81;
	}
	#solutioncontents_page main section.about_box01 .green_box .txt_box p {
		color: #fff;
		line-height: 1.8;
		font-size: 1.8rem;
		margin: 34px 20px 32px 20px;
	}
	#solutioncontents_page main section.about_box02 h2 {
		text-align: center;
		font-size: 2.7rem;
		line-height: 2;
		margin-bottom: 30px;
		font-weight: normal;
	}
	#solutioncontents_page main section.about_box02 h2 strong {
		font-size: 6.0rem;
		line-height: 1.5;
		padding-bottom: 10px;
		padding-right: 10px;
		font-weight: bolder;
		letter-spacing: 3px;
	}
	#solutioncontents_page main section.about_box02 p.bg_pop {
		background: url(../images/bg_pop_01.png) center center no-repeat;
		background-size: contain;
		width: 621px;
		margin: 0 auto;
		height: 228px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px 45px 0;
		text-align: center;
		line-height: 1.5;
		font-size: 3.5rem;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		letter-spacing: 2px;
		font-weight: bold;
	}
	#solutioncontents_page main section.about_box02 p.bg_pop span span.first_line
		{
		font-size: 2.7rem;
		font-weight: normal;
	}
	#solutioncontents_page main section.about_box02 div.moved_web {
		padding: 57px 0 47px;
	}
	#solutioncontents_page main section.about_box02 div.moved_web h3 {
		color: #FFC23C;
		font-size: 4.0rem;
		text-align: center;
		font-weight: normal;
		margin-bottom: 40px;
		margin-top: 10px;
	}
	#solutioncontents_page main section.about_box02 div.moved_web p {
		font-size: 2.0rem;
		line-height: 1.3;
		color: #fff;
		text-align: center;
		font-weight: normal;
		line-height: 1.8;
	}
	#solutioncontents_page main section.about_box03 {
		padding: 80px 0 58px;
	}
	#solutioncontents_page main section.about_box03 h2 {
		background: #27AC81;
		padding: 15px 0;
		text-align: center;
		color: #fff;
		font-size: 3.3rem;
		font-weight: bold;
		margin-bottom: 40px;
	}
	#solutioncontents_page main section.about_box03 div.renew_box {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: auto auto;
		grid-template-rows: auto auto;
		-ms-grid-columns: auto auto;
		grid-template-columns: auto auto;
	}
	#solutioncontents_page main section.about_box03 div.renew_box .photo_box
		{
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1/3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		margin-right: 43px;
	}
	#solutioncontents_page main section.about_box03 div.renew_box .photo_box img
		{
		max-width: 253px;
		width: 100%;
	}
	#solutioncontents_page main section.about_box03 div.renew_box h3 {
		font-size: 2.4rem;
		margin-top: 26px;
		line-height: 1.5;
		margin-bottom: 26px;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
	#solutioncontents_page main section.about_box03 div.renew_box p {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
		font-size: 1.8rem;
		line-height: 2;
		letter-spacing: 3px;
	}
	#solutioncontents_page main section.about_box03 p.pop01 {
		background: #252D43;
		border-radius: 34px;
		margin: 40px auto;
		position: relative;
		color: #fff;
		text-align: center;
		font-size: 3.5rem;
		padding: 18px 55px 16px;
		max-width: 229px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: bold;
	}
	#solutioncontents_page main section.about_box03 p.pop01:after {
		content: "";
		display: block;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-right: 32px solid transparent;
		border-top: 32px solid #252D43;
		border-left: 32px solid transparent;
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 0;
		bottom: -25px;
	}
	#solutioncontents_page main section.about_box03 h3.think {
		text-align: center;
		font-size: 3.3rem;
		margin-bottom: 40px;
		font-weight: bold;
		letter-spacing: 3px;
	}
	#solutioncontents_page main section.about_box03 ul li {
		list-style: none;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-size: 2.4rem;
		margin: 5px 0;
		font-weight: bold;
	}
	#solutioncontents_page main section.about_box03 ul li:before {
		content: "";
		background-color: #252D43;
		background-image: url(../images/ico_check_01.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 41px auto;
		display: block;
		width: 81px;
		height: 75px;
		margin-right: 30px;
	}
	#solutioncontents_page main section.kikasete01 {
		padding-top: 43px;
	}
	#solutioncontents_page main section.kikasete01 h2 {
		padding-bottom: 28px;
		font-size: 3.6em;
		background: url(../images/ico_underline_01.png) bottom center no-repeat;
		background-size: 103px auto;
		text-align: center;
		font-weight: bold;
		margin: 8px auto 30px;
	}
	#solutioncontents_page main section.kikasete01 h3 {
		font-weight: bold;
		font-size: 3.0rem;
		line-height: 2.4;
		text-align: center;
		margin-bottom: 60px;
	}
	#solutioncontents_page main section.kikasete01 div.discontent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 56px;
	}
	#solutioncontents_page main section.kikasete01 div.discontent div.photo_box
		{
		-webkit-box-flex: 0;
		-ms-flex: 0 1 287px;
		flex: 0 1 287px;
	}
	#solutioncontents_page main section.kikasete01 div.discontent div.photo_box img
		{
		width: 100%;
	}
	#solutioncontents_page main section.kikasete01 div.discontent div.txt_box
		{
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100px;
		flex: 1 1 100px;
	}
	#solutioncontents_page main section.kikasete01 div.discontent div.txt_box p
		{
		font-size: 2.0rem;
		line-height: 1.8;
		margin-bottom: 22px;
		margin-top: 22px;
		letter-spacing: 2.6px;
	}
	#solutioncontents_page main section.kikasete01 div.spiral_box {
		padding: 45px 0 87px;
	}
	#solutioncontents_page main section.kikasete01 div.spiral_box p.title {
		color: #FECD60;
		font-size: 4.0rem;
		text-align: center;
		letter-spacing: 3px;
		line-height: 1.3;
		margin-bottom: 50px;
		font-weight: bold;
	}
	#solutioncontents_page main section.kikasete01 div.spiral_box p.txt {
		color: #fff;
		font-size: 2.7rem;
		text-align: center;
		font-weight: bold;
		line-height: 1.6;
		letter-spacing: 5.5px;
	}
	#solutioncontents_page main section.kikasete01 div.spiral_box:after {
		border-right: 57px solid transparent;
		border-top: 45px solid #FECD60;
		border-left: 57px solid transparent;
		content: "";
		position: absolute;
		left: 50%;
		bottom: 26px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#solutioncontents_page main section.kikasete02 {
		padding-top: 50px;
		max-width: 900px;
	}
	#solutioncontents_page main section.kikasete02 h3 {
		margin-bottom: 54px;
		text-align: center;
		font-size: 3.5rem;
		font-weight: bold;
	}
	#solutioncontents_page main section.kikasete02 dl {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 6fr;
		grid-template-columns: 1fr 6fr;
		-ms-grid-rows: auto auto auto;
		grid-template-rows: auto auto auto;
	}
	#solutioncontents_page main section.kikasete02 dl dt {
		color: #fff;
		text-align: center;
		font-size: 2.0rem;
		background: #252D43;
		border-radius: 4px 0 0 4px/4px 0 0 4px;
		border: 3px solid #252D43;
		border-right: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		margin-bottom: 20px;
	}
	#solutioncontents_page main section.kikasete02 dl dt strong.big,
	#solutioncontents_page main section.kikasete02 dl dt span.big {
		font-size: 6.0rem;
		display: block;
		text-align: center;
		font-weight: bold;
	}
	#solutioncontents_page main section.kikasete02 dl dt:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
	#solutioncontents_page main section.kikasete02 dl dt:nth-child(3) {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
	#solutioncontents_page main section.kikasete02 dl dt:nth-child(5) {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
	#solutioncontents_page main section.kikasete02 dl dd {
		border: 3px solid #252D43;
		border-radius: 0 4px 4px 0/0 4px 4px 0;
		border-left: none;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 3.0em;
		line-height: 1.8;
		margin-bottom: 20px;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		height: 143px;
	}
	#solutioncontents_page main section.kikasete02 dl dd:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
	#solutioncontents_page main section.kikasete02 dl dd:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
	#solutioncontents_page main section.kikasete02 dl dd:nth-child(6) {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
	#solutioncontents_page main section.kikasete02 dl dd:before {
		content: "";
		display: block;
		margin-right: 18px;
		margin-left: 18px;
	}
	#solutioncontents_page main section.kikasete02 dl dd:nth-child(2):before
		{
		-webkit-box-flex: 0;
		-ms-flex: 0 1 205px;
		flex: 0 1 205px;
		width: 205px;
		height: 153px;
		background: url(../images/ico_step_01.png) center center no-repeat;
		background-size: contain;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	#solutioncontents_page main section.kikasete02 dl dd:nth-child(4):before
		{
		-webkit-box-flex: 0;
		-ms-flex: 0 1 205px;
		flex: 0 1 205px;
		width: 205px;
		height: 128px;
		background: url(../images/ico_step_02.png) center center no-repeat;
		background-size: auto 90%;
	}
	#solutioncontents_page main section.kikasete02 dl dd:nth-child(6):before
		{
		-webkit-box-flex: 0;
		-ms-flex: 0 1 205px;
		flex: 0 1 205px;
		width: 205px;
		height: 128px;
		background: url(../images/ico_step_03.png) center center no-repeat;
		background-size: auto 90%;
	}
	#solutioncontents_page main section.kikasete03 {
		padding-top: 48px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		z-index: 10;
	}
	#solutioncontents_page main section.kikasete03:before {
		background-image: url(../images/bg_earth_01.png);
		background-position: bottom 90px center;
		background-size: 1450px auto;
		background-repeat: no-repeat;
		display: block;
	}
	#solutioncontents_page main section.kikasete02 p.base {
		font-size: 3.5rem;
		text-align: center;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		font-weight: bold;
	}
	#solutioncontents_page main section.kikasete02 p.base span.red {
		color: #D0021B;
		font-size: 4.0rem;
	}
	#solutioncontents_page main section.kikasete03 p.important {
		font-size: 3.5rem;
		text-align: center;
		line-height: 1.3;
		margin-top: 85px;
		margin-bottom: 26px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		font-weight: bold;
	}
	#solutioncontents_page main section.kikasete03 h2 {
		background: #252D43;
		color: #fff;
		font-size: 3.5rem;
		text-align: center;
		line-height: 1.3;
		font-weight: normal;
		padding: 56px 0 20px;
		position: relative;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 900px;
		margin: auto;
	}
	#solutioncontents_page main section.kikasete03 h2 strong.big,
	#solutioncontents_page main section.kikasete03 h2 span.big {
		font-size: 5.5rem;
		line-height: 2;
		font-weight: bold;
	}
	#solutioncontents_page main section.kikasete03 h2:before {
		content: "";
		width: calc(100% - 16px);
		height: calc(100% - 16px);
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		display: block;
		border: 1px solid #fff;
	}
	#solutioncontents_page main section.kikasete03 .contents_box {
		margin-bottom: -95px;
		margin-top: 5px;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		overflow: hidden;
	}
	#solutioncontents_page main section.kikasete03 .contents_box .photo_box
		{
		float: left;
		width: 30%;
		margin-right: 14px;
	}
	#solutioncontents_page main section.kikasete03 .contents_box .photo_box img
		{
		width: 100%;
	}
	#solutioncontents_page main section.kikasete03 .contents_box .txt_box {
		float: left;
		width: 60%;
		margin-top: 50px;
		line-height: 1.8;
		font-size: 2.0rem;
	}
	#solutioncontents_page main section.kikasete03 .contents_box .txt_box p
		{
		width: 620px;
	}
	#solutioncontents_page main section.kikasete03 .contents_box .txt_box p:first-of-type
		{
		margin-bottom: 20px;
	}
	#solutioncontents_page main section.kikasete03 .bnr_box {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		width: 940px;
	}
	#solutioncontents_page main section.technique_solution01 {
		padding: 129px 0 60px;
	}
	#solutioncontents_page main section.technique_solution01 h3 {
		text-align: center;
		margin-bottom: 40px;
		height: 55px;
		background: url(../images/ttl_technique_solution_01.png) no-repeat center center;
		background-size: 400px;
	}
	#solutioncontents_page main section.technique_solution01 dl {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: auto auto auto;
		grid-template-rows: auto auto auto;
		-ms-grid-columns: 0.5fr 8fr;
		grid-template-columns: 0.5fr 8fr;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	#solutioncontents_page main section.technique_solution01 dl dt {
		color: #fff;
		font-size: 2.2rem;
		background: #1AAD80;
		width: 140px;
		height: 140px;
		border-radius: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-weight: normal;
		-ms-flex-item-align: center;
		align-self: center;
		justify-self: right;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		position: relative;
		z-index: 200;
		margin-right: -70px;
		margin-top: 25%;
	}
	#solutioncontents_page main section.technique_solution01 dl dt:nth-child(1)
		{
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
	#solutioncontents_page main section.technique_solution01 dl dt:nth-child(3)
		{
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
	#solutioncontents_page main section.technique_solution01 dl dt:nth-child(5)
		{
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
	#solutioncontents_page main section.technique_solution01 dl dt:before {
		content: "";
		width: 100%;
		height: 60px;
		display: block;
		margin-bottom: 5px;
	}
	#solutioncontents_page main section.technique_solution01 dl dt:nth-child(1):before
		{
		background: url(../images/bg_solution_01.png) center center no-repeat;
		background-size: contain;
	}
	#solutioncontents_page main section.technique_solution01 dl dt:nth-child(3):before
		{
		background: url(../images/bg_solution_02.png) center center no-repeat;
		background-size: contain;
	}
	#solutioncontents_page main section.technique_solution01 dl dt:nth-child(5):before
		{
		background: url(../images/bg_solution_03.png) center center no-repeat;
		background-size: contain;
	}
	#solutioncontents_page main section.technique_solution01 dl dd {
		background: #fff;
		border: 2px dashed #979797;
		padding: 22px 61px 26px 95px;
		margin-bottom: 24px;
		border-radius: 8px;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		font-weight: bold;
	}
	#solutioncontents_page main section.technique_solution01 dl dd:nth-child(2)
		{
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
	#solutioncontents_page main section.technique_solution01 dl dd:nth-child(4)
		{
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
	#solutioncontents_page main section.technique_solution01 dl dd:nth-child(6)
		{
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ol li {
		list-style: none;
		background: #252D43;
		border-radius: 8px;
		color: #fff;
		text-align: center;
		font-size: 3.0rem;
		padding: 18px 0 22px;
		position: relative;
		z-index: 20;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ol li:first-child
		{
		margin-bottom: 73px;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ol li:after
		{
		content: "";
		width: 85px;
		height: 73px;
		display: block;
		position: absolute;
		left: 50%;
		bottom: 0;
		background: url(../images/ico_solution_arrow_01.png) center center
			no-repeat;
		background-size: contain;
		-webkit-transform: translate(-50%, 100%);
		transform: translate(-50%, 100%);
	}
	#solutioncontents_page main section.technique_solution01 dl dd ol li.double_arrow:before,
		#solutioncontents_page main section.technique_solution01 dl dd ol li.double_arrow:after
		{
		content: "";
		width: 85px;
		height: 73px;
		display: block;
		position: absolute;
		left: 25%;
		bottom: 0;
		background: url(../images/ico_solution_arrow_01.png) center center
			no-repeat;
		background-size: contain;
		-webkit-transform: translate(-50%, 100%);
		transform: translate(-50%, 100%);
	}
	#solutioncontents_page main section.technique_solution01 dl dd ol li.double_arrow:after
		{
		left: 75%;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		line-height: 1.4;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ul li {
		position: relative;
		z-index: 20;
		list-style: none;
		background: #252D43;
		border-radius: 8px;
		color: #fff;
		text-align: center;
		font-size: 3.0rem;
		padding: 38px;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ul li.solution_item
		{
		padding-top: 50px;
	}
	#solutioncontents_page main section.technique_solution02 {
		padding: 60px 0 58px;
	}
	#solutioncontents_page main section.technique_solution02 .web_point {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#solutioncontents_page main section.technique_solution02 .web_point .photo_box
		{
		-webkit-box-flex: 0;
		-ms-flex: 0 1 324px;
		flex: 0 1 324px;
		margin-right: 30px;
		background: url(../images/star1.png) no-repeat top left, url(../images/star2.png) no-repeat bottom right 20px;
		background-size: 120px, 100px;
		padding: 40px 10px;
	}
	#solutioncontents_page main section.technique_solution02 .web_point .photo_box img
		{
		width: 100%;
	}

	#solutioncontents_page main section.technique_solution02 .web_point .txt_box
		{
		-webkit-box-flex: 0;
		-ms-flex: 0 1 553px;
		flex: 0 1 553px;
	}
	#solutioncontents_page main section.technique_solution02 .web_point .txt_box h3
		{
		font-size: 2.4rem;
		padding-bottom: 19px;
		border-bottom: 3px dashed #F3A70A;
		margin-bottom: 23px;
		font-weight: bold;
	}
	#solutioncontents_page main section.technique_solution02 .web_point .txt_box p
		{
		font-size: 2.2rem;
		line-height: 1.6;
	}
	#solutioncontents_page main section.technique_solution02 .web_point.imgright
		{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-top: 54px;
	}
	#solutioncontents_page main section.technique_solution02 .web_point.imgright .txt_box
		{
		margin-right: 30px;
	}
	#solutioncontents_page main section.technique_solution02 .web_point.welcome
		{
		margin-top: 56px;
	}
	#solutioncontents_page main section.technique_solution03 {
		padding: 60px 0 90px;
		z-index: 10;
		position: relative;
	}
	#solutioncontents_page main section.technique_solution03 h2 {
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 4.0rem;
		font-weight: normal;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 90%;
		margin: 0 auto 33px;
	}
	#solutioncontents_page main section.technique_solution03 h2:before {
		content: "\\";
		font-size: 8.0rem;
		font-weight: 100;
	}
	#solutioncontents_page main section.technique_solution03 h2:after {
		content: "/";
		font-size: 8.0rem;
		font-weight: 100;
	}
	#solutioncontents_page main section.technique_solution03 h2 strong.line
		{
		border-bottom: 7px solid #FFC23C;
		padding-bottom: 20px;
		font-weight: bold;
	}
	#solutioncontents_page main section.technique_solution03 h3.ttl {
		background: #FFC23C;
		text-align: center;
		padding: 20px 0;
		font-size: 3.6rem;
		font-weight: bold;
	}
	#solutioncontents_page main section.technique_solution03 div.detail {
		background: #fff;
		padding: 15px 17px;
		margin: 0 0 60px;
		font-weight: bold;
	}
	#solutioncontents_page main section.technique_solution03 div.detail p.servece
		{
		font-size: 2.7rem;
		text-align: center;
		padding: 15px 0 53px;
	}
	#solutioncontents_page main section.technique_solution03 div.detail p.price
		{
		background: #252D43;
		font-size: 2.0rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		width: 100%;
		margin: 0 auto;
		max-width: 621px;
		padding: 11px 41px;
		color: #fff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: bold;
	}
	#solutioncontents_page main section.technique_solution03 div.detail p.price strong.time
		{
		padding: 5px 30px;
		display: block;
		background: #FFC23C;
		font-size: 4.0rem;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		color: #232f3f;
		font-weight: bold;
	}
	#solutioncontents_page main section.technique_solution03 div.detail p.price strong.time:after
		{
		border-top: 25px solid transparent;
		border-left: 15px solid #FFC23C;
		border-bottom: 25px solid transparent;
		content: "";
		position: absolute;
		right: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	#solutioncontents_page main section.technique_solution03 div.detail p.price .price_num
		{
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100px;
		flex: 1 1 100px;
		text-align: right;
		font-size: 4.5rem;
		color: #fff;
		font-weight: bold;
	}
	#solutioncontents_page main section.technique_solution03 div.detail ul {
		padding: 12px 0 39px;
		border: 2px solid #252D43;
		margin: 24px auto 0;
		position: relative;
		font-weight: normal
	}
	#solutioncontents_page main section.technique_solution03 div.detail ul strong
		{
		font-weight: bold;
	}
	#solutioncontents_page main section.technique_solution03 div.detail ul:before
		{
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: -75px;
		width: 129px;
		height: 382px;
		background: url(../images/ico_human_05.png) bottom center no-repeat;
		background-size: contain;
	}
	#solutioncontents_page main section.technique_solution03 div.detail ul:after
		{
		content: "";
		width: 184px;
		height: 373px;
		display: block;
		position: absolute;
		right: 0;
		bottom: -75px;
		background: url(../images/ico_human_06.png) bottom center no-repeat;
		background-size: contain;
	}
	#solutioncontents_page main section.technique_solution03 div.detail ul li
		{
		list-style: none;
		font-size: 1.8rem;
		line-height: 2.2;
		max-width: 721px;
		width: 100%;
		margin: 0 auto;
	}
	#solutioncontents_page main section.technique_solution03 div.detail ul li:before
		{
		content: "■";
		margin-right: 0.5rem;
	}
	#solutioncontents_page main section.technique_solution03 .bnr_box.down {
		position: absolute;
		bottom: 0;
		box-sizing: border-box;
	}
	#solutioncontents_page main section.users_voice01,
		#solutioncontents_page main section.users_voice03 {
		background-color: #fff;
	}
	#solutioncontents_page main section.users_voice01 .ttl_box,
		#solutioncontents_page main section.users_voice03 .ttl_box {
		padding: 136px 0 28px;
		font-weight: bold;
	}
	#solutioncontents_page main section.users_voice01 .ttl_box {
		background: url(../images/ttl_users_voice.png) no-repeat top 136px center;
		background-size: 226px;
		height: 55px;
	}
	#solutioncontents_page main section.users_voice01 h2,
		#solutioncontents_page main section.users_voice03 h2 {
		text-align: center;
		font-weight: bold;
		font-size: 4.0rem;
		padding-bottom: 40px;
	}
	#solutioncontents_page main section.users_voice01 .mttl,
		#solutioncontents_page main section.users_voice03 .mttl {
		background: url(../images/bg_message01_01.png) center center no-repeat;
		background-size: cover;
		color: #fff;
		margin-bottom: 120px;
	}
	#solutioncontents_page main section.users_voice01 .mttl h3 {
		text-align: center;
		font-size: 4.0rem;
		font-weight: bold;
		line-height: 1.6;
		padding: 36px 0 0px;
	}
	#solutioncontents_page main section.users_voice03 .mttl h3 {
		text-align: center;
		font-size: 4.0rem;
		font-weight: bold;
		line-height: 1.6;
		padding: 36px 0 0px;
	}
	#solutioncontents_page main section.users_voice01 .mttl div.profile_bpx,
		#solutioncontents_page main section.users_voice03 .mttl div.profile_bpx
		{
		padding: 0 40px 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	#solutioncontents_page main section.users_voice01 .mttl div.profile_bpx div.photo_box,
		#solutioncontents_page main section.users_voice03 .mttl div.profile_bpx div.photo_box
		{
		-webkit-box-flex: 0;
		-ms-flex: 0 1 296px;
		flex: 0 1 296px;
		margin-right: 20px;
	}
	#solutioncontents_page main section.users_voice01 .mttl div.profile_bpx div.photo_box img,
		#solutioncontents_page main section.users_voice03 .mttl div.profile_bpx div.photo_box img
		{
		width: 100%;
	}
	#solutioncontents_page main section.users_voice01 .mttl div.profile_bpx div.detail,
		#solutioncontents_page main section.users_voice03 .mttl div.profile_bpx div.detail
		{
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100px;
		flex: 1 1 100px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: relative;
	}
	#solutioncontents_page main section.users_voice01 .mttl div.profile_bpx div.detail:before,
		#solutioncontents_page main section.users_voice03 .mttl div.profile_bpx div.detail:before
		{
		content: "";
		background: url(../images/txt_message.png) center right no-repeat;
		display: block;
		max-width: 474px;
		width: 100%;
		height: 100px;
		background-size: contain;
		margin-bottom: 100px;
	}
	#solutioncontents_page main section.users_voice01 .mttl div.profile_bpx div.detail p,
		#solutioncontents_page main section.users_voice03 .mttl div.profile_bpx div.detail p
		{
		text-align: right;
		font-size: 2.0rem;
	}
	#solutioncontents_page main section.users_voice01 .mttl div.profile_bpx div.detail p a,
		#solutioncontents_page main section.users_voice03 .mttl div.profile_bpx div.detail p a
		{
		display: block;
		text-decoration: underline;
		padding: 2rem -0px;
		padding-right: 1rem;
		color: #fff;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail,
		#solutioncontents_page main section.users_voice03 div.message_detail {
		padding: 0 45px 40px;
	}
	#solutioncontents_page main section.users_voice03 div.message01 div.photo_box
		{
		margin-top: 21px;
	}
	#solutioncontents_page main section.users_voice01 div.message05,
		#solutioncontents_page main section.users_voice03 div.message05 {
		padding-bottom: 70px;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail div.photo_box,
		#solutioncontents_page main section.users_voice03 div.message_detail div.photo_box
		{
		max-width: 336px;
		width: 100%;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail div.photo_box.right,
		#solutioncontents_page main section.users_voice03 div.message_detail div.photo_box.right
		{
		float: right;
		margin-left: 50px;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail div.photo_box.right+h4,
		#solutioncontents_page main section.users_voice03 div.message_detail div.photo_box.right+h4
		{
		text-align: left;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail div.photo_box.left,
		#solutioncontents_page main section.users_voice03 div.message_detail div.photo_box.left
		{
		float: left;
		margin-right: 50px;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail div.photo_box.left+h4,
		#solutioncontents_page main section.users_voice03 div.message_detail div.photo_box.left+h4
		{
		text-align: right;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail div.photo_box.center,
		#solutioncontents_page main section.users_voice03 div.message_detail div.photo_box.center
		{
		max-width: 100%;
		width: 100%;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail div.photo_box img,
		#solutioncontents_page main section.users_voice03 div.message_detail div.photo_box img
		{
		width: 100%;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail h4,
		#solutioncontents_page main section.users_voice03 div.message_detail h4
		{
		font-size: 3.3rem;
		margin-bottom: 35px;
		line-height: 1.3;
		font-weight: bold;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail p,
		#solutioncontents_page main section.users_voice03 div.message_detail p
		{
		font-size: 1.6rem;
		line-height: 2;
	}
	#solutioncontents_page main section.users_voice01 div.message03 p {
		margin-bottom: 70px;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail.message01,
		#solutioncontents_page main section.users_voice03 div.message_detail.message01
		{
		background: url(../images/bg_txt_01.png) top 20px left 39% no-repeat;
		background-size: 218px;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail.message02,
		#solutioncontents_page main section.users_voice03 div.message_detail.message02
		{
		background: url(../images/bg_txt_02.png) top 20px right 39% no-repeat;
		background-size: 218px;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail.message03
		{
		background: url(../images/bg_txt_03.png) top 20px left 89% no-repeat;
		background-size: 218px;
	}
	#solutioncontents_page main section.users_voice03 div.message_detail.message03
		{
		background: url(../images/bg_txt_03.png) top 20px left 39% no-repeat;
		background-size: 218px;
			padding-top: 20px;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail.message04,
		#solutioncontents_page main section.users_voice03 div.message_detail.message04
		{
		background: url(../images/bg_txt_04.png) top 20px right 45px no-repeat;
		background-size: 218px;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail.message05,
		#solutioncontents_page main section.users_voice03 div.message_detail.message05
		{
		background: url(../images/bg_txt_05.png) top 20px right 39% no-repeat;
		background-size: 218px;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail.message06,
		#solutioncontents_page main section.users_voice03 div.message_detail.message06
		{
		background: url(../images/bg_txt_06.png) top 20px right 30% no-repeat;
		background-size: 218px;
	}
	#solutioncontents_page main section.users_voice01 .mttl {
		background: url(../images/bg_message01_01.png) center center no-repeat;
		background-size: contain;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail.message04
		{
		background: url(../images/bg_txt_04.png) top 20px left 39% no-repeat;
		background-size: 218px;
	}
	#solutioncontents_page main section.users_voice03 .mttl {
		background: url(../images/bg_message02_01.png) center center no-repeat;
		background-size: cover;
		padding-bottom: 50px;
	}
	#solutioncontents_page main section.users_voice03 .mttl h3 {
		margin-bottom: 50px;
	}
	#solutioncontents_page main section.users_voice02,
		#solutioncontents_page main section.users_voice04 {
		background-color: #fff;
	}
	#solutioncontents_page main section.users_voice02 .ttl_story {
		background: #252D43;
		text-align: center;
		padding: 24px 0 44px;
		margin-bottom: 90px;
		position: relative;
	}
	#solutioncontents_page main section.users_voice04 .ttl_story {
		background: #252D43;
		text-align: center;
		padding: 24px 0 44px;
		margin-bottom: 90px;
		position: relative;
	}
	#solutioncontents_page main section.users_voice02 .ttl_story:after,
		#solutioncontents_page main section.users_voice04 .ttl_story:after {
		border-left: 60px solid transparent;
		border-top: 60px solid #252D43;
		border-right: 60px solid transparent;
		content: "";
		position: absolute;
		left: 50%;
		bottom: -60px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#solutioncontents_page main section.users_voice02 .ttl_story h3,
		#solutioncontents_page main section.users_voice04 .ttl_story h3 {
		color: #fff;
		font-size: 4.0rem;
		font-weight: normal;
		padding-top: 80px;
		background: url(../images/txt_story.png) top center no-repeat;
		background-size: auto 70px;
		position: relative;
		margin-bottom: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#solutioncontents_page main section.users_voice02 .ttl_story h3:before,
		#solutioncontents_page main section.users_voice02 .ttl_story h3:after,
		#solutioncontents_page main section.users_voice04 .ttl_story h3:before,
		#solutioncontents_page main section.users_voice04 .ttl_story h3:after
		{
		content: "";
		background: url(../images/ico_star.png) center center no-repeat;
		background-size: contain;
		width: 42px;
		height: 40px;
		display: block;
	}
	#solutioncontents_page main section.users_voice02 .ttl_story h3:before,
		#solutioncontents_page main section.users_voice04 .ttl_story h3:before
		{
		margin-right: 10px;
	}
	#solutioncontents_page main section.users_voice02 .ttl_story h3:after,
		#solutioncontents_page main section.users_voice04 .ttl_story h3:after
		{
		margin-left: 10px;
	}
	#solutioncontents_page main section.users_voice02 .ttl_story p,
		#solutioncontents_page main section.users_voice04 .ttl_story p {
		color: #fff;
		font-size: 2.7rem;
	}
	#solutioncontents_page main section.users_voice02 h4.ttl_usp,
		#solutioncontents_page main section.users_voice04 h4.ttl_usp {
		font-size: 3.3em;
		text-align: center;
		line-height: 1.8;
		font-weight: bold;
	}
	#solutioncontents_page main section.users_voice02 h4.ttl_usp strong.maker.green,
		#solutioncontents_page main section.users_voice04 h4.ttl_usp strong.maker.green,
	#solutioncontents_page main section.users_voice02 h4.ttl_usp span.maker.green,
		#solutioncontents_page main section.users_voice04 h4.ttl_usp span.maker.green
		{
		display: block;
		font-size: 3.5rem;
		background: #1AAD80;
		padding: 0px 20px;
		color: #fff;
		max-width: 573px;
		margin: 0 auto 10px;
		text-align: center;
			font-weight: bold;
	}
	#solutioncontents_page main section.users_voice02 .story_box,
		#solutioncontents_page main section.users_voice04 .story_box {
		padding: 12px 45px 28px;
		font-size: 1.6rem;
		line-height: 2;
	}
	#solutioncontents_page main section.users_voice02 .story_box p,
		#solutioncontents_page main section.users_voice04 .story_box p {
		margin-bottom: 30px;
	}
	#solutioncontents_page main section.users_voice02 .story_box .photo_box,
		#solutioncontents_page main section.users_voice04 .story_box .photo_box
		{
		max-width: 339px;
		width: 40%;
	}
	#solutioncontents_page main section.users_voice02 .story_box .photo_box img,
		#solutioncontents_page main section.users_voice04 .story_box .photo_box img
		{
		width: 100%;
	}
	#solutioncontents_page main section.users_voice02 .story_box .photo_box.right,
		#solutioncontents_page main section.users_voice04 .story_box .photo_box.right
		{
		float: right;
		margin-left: 64px;
	}
	#solutioncontents_page main section.users_voice02 .story_box .photo_box.left,
		#solutioncontents_page main section.users_voice04 .story_box .photo_box.left
		{
		float: left;
		margin-right: 64px;
	}
	#solutioncontents_page main section.users_voice02 .story_box h4.border_ttl,
		#solutioncontents_page main section.users_voice04 .story_box h4.border_ttl
		{
		border-top: 2px solid #252D43;
		border-bottom: 2px solid #252D43;
		padding: 16px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 3.3rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 1.3;
		margin-bottom: 30px;
		font-weight: bold;
	}
	#solutioncontents_page main section.users_voice02 .story_box h4.border_ttl strong.ico_usp,
		#solutioncontents_page main section.users_voice02 .story_box h4.border_ttl strong.ico_cta,
		#solutioncontents_page main section.users_voice04 .story_box h4.border_ttl strong.ico_usp,
		#solutioncontents_page main section.users_voice04 .story_box h4.border_ttl strong.ico_cta,
	#solutioncontents_page main section.users_voice02 .story_box h4.border_ttl span.ico_usp,
		#solutioncontents_page main section.users_voice02 .story_box h4.border_ttl span.ico_cta,
		#solutioncontents_page main section.users_voice04 .story_box h4.border_ttl span.ico_usp,
		#solutioncontents_page main section.users_voice04 .story_box h4.border_ttl span.ico_cta
		{
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #252D43;
		font-size: 4.0rem;
		height: 92px;
		margin-right: 40px;font-weight: bold;
	}
	#solutioncontents_page main section.users_voice03 {
		background-color: #fff;
	}
	#solutioncontents_page main section.users_voice04 {
		background-color: #fff;
	}
	#solutioncontents_page main section.company_box {
		position: relative;
		padding-top: 30px;
		padding-bottom: 150px;
	}
	#solutioncontents_page main section.company_box:before {
		content: "";
		background: url(../images/bg_company_01.png) center center no-repeat;
		background-size: cover;
		position: absolute;
	}
	#solutioncontents_page main section.company_box .ttl_box {
		margin-bottom: 30px;
		background: url(../images/ttl_company.png) no-repeat top center;
		background-size: 188px;
		height: 55px;
	}
	#solutioncontents_page main section.company_box h2 {
		text-align: center;
		color: #fff;
		margin-bottom: 53px;
		font-size: 4.0rem;
		letter-spacing: 3px;
	}
	#solutioncontents_page main section.company_box div.nosaka {
		padding: 64px 30px 12px;
		background-image: url(../images/bg_company_nosaka_01.png),
			url(../images/bg_company_nosaka_02.png),
			url(../images/bg_company_nosaka_03.png);
		background-repeat: no-repeat;
		background-position: top right, top left, bottom center;
		background-size: 38.52% auto, 68.4% auto, 100% auto;
	}
	#solutioncontents_page main section.company_box div.nosaka h3 {
		margin-left: auto;
		max-width: 600px;
		font-size: 3.5rem;
		text-align: right;
		line-height: 1.8;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#solutioncontents_page main section.company_box div.nosaka h3 strong.maker.navy
		{
		display: block;
		background: #252D43;
		color: #fff;
	}
	#solutioncontents_page main section.company_box div.nosaka p {
		max-width: 590px;
		width: 100%;
		margin-left: auto;
		font-size: 2.0rem;
		line-height: 1.8;
	}
	#solutioncontents_page main section.company_box div.nosaka p.name {
		text-align: right;
		padding-bottom: 20px;
	}
	#solutioncontents_page main section.company_box div.nosaka p.name strong.big,
	#solutioncontents_page main section.company_box div.nosaka p.name span.big
		{
		font-size: 3.0rem;
			font-weight: bold;
	}
	#solutioncontents_page main section.company_box div.nakajima {
		background: url(../images/bg_company_nakajima_01.png) center center
			no-repeat;
		background-size: cover;
		padding: 120px 45px;
	}
	#solutioncontents_page main section.company_box div.nakajima p.name {
		background-color: rgba(255, 255, 255, 0.76);
		padding: 10px;
		font-size: 2.0rem;
		margin-right: auto;
		max-width: 300px;
		text-align: center;
	}
	#solutioncontents_page main section.company_box div.nakajima p.name strong.big,
	#solutioncontents_page main section.company_box div.nakajima p.name span.big
		{
		font-size: 3.0rem;
			font-weight: bold;
	}
	#solutioncontents_page main section.company_box div.meeting {
		background: url(../images/bg_company_other_01.png) center center
			no-repeat;
		background-size: cover;
		padding: 30px 0 250px;
	}
	#solutioncontents_page main section.company_box div.meeting p {
		background: url(../images/txt_meeting.png) top center no-repeat;
		background-size: auto 104px;
		padding-top: 124px;
		max-width: 375px;
		margin: 0 auto;
		font-size: 1.6rem;
		color: #fff;
		line-height: 1.8;
	}
	#solutioncontents_page main section.form_box {
		padding: 53px 0 188px;
	}
	#solutioncontents_page main section.form_box .ttl_box {
		margin-bottom: 39px;
		background: url(../images/ttl_form.png) no-repeat top center;
		background-size: 105px;
		height: 55px;
	}
	#solutioncontents_page main section.form_box h3 {
		font-size: 4.0rem;
		text-align: center;
		margin-bottom: 50px;
		letter-spacing: 3px;
	}
	#solutioncontents_page main section.form_box form {
		padding: 50px 30px;
		background: #fff;
	}
	#solutioncontents_page main section.form_box form dl {
		width: 100%;
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: auto auto auto auto auto auto;
		grid-template-rows: auto auto auto auto auto auto;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 2fr;
	}
	#solutioncontents_page main section.form_box form dl dt {
		-ms-flex-item-align: stretch;
		align-self: stretch;
		padding: 22px 0;
		padding-left: 22px;
		border-bottom: 1px solid #252D43;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 1.8rem;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		font-weight: bold;
	}
	#solutioncontents_page main section.form_box form dl dt:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
	#solutioncontents_page main section.form_box form dl dt:nth-child(3) {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
	#solutioncontents_page main section.form_box form dl dt:nth-child(5) {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
	#solutioncontents_page main section.form_box form dl dt:nth-child(7) {
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4/5;
	}
	#solutioncontents_page main section.form_box form dl dt:nth-child(9) {
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		grid-row: 5/6;
	}
	#solutioncontents_page main section.form_box form dl dt span.require {
		background: #FF8A00;
		font-size: 1.5rem;
		color: #fff;
		padding: 0.5rem;
		margin-left: 30px;
	}
	#solutioncontents_page main section.form_box form dl dd {
		padding: 22px 0;
		padding-right: 22px;
		border-bottom: 1px solid #252D43;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		font-size:2rem;
	}
	#solutioncontents_page main section.form_box form dl dd:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
	#solutioncontents_page main section.form_box form dl dd:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
	#solutioncontents_page main section.form_box form dl dd:nth-child(6) {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
	#solutioncontents_page main section.form_box form dl dd:nth-child(8) {
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4/5;
	}
	#solutioncontents_page main section.form_box form dl dd:nth-child(10) {
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		grid-row: 5/6;
	}
	#solutioncontents_page main section.form_box form dl dd input,
		#solutioncontents_page main section.form_box form dl dd textarea {
		background: #E8E8E8;
		border: none;
		border-radius: 4px;
		width: 100%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#solutioncontents_page main section.form_box form dl dd textarea {
		height: 10rem;
	}
	#solutioncontents_page main section.form_box form button {
		background: #1AAD80;
		color: #fff;
		text-align: center;
		border: none;
		font-size: 3.0rem;
		max-width: 270px;
		width: 100%;
		margin: 40px auto 0;
		padding: 10px 15px;
		border-radius: 4px;
		display: block;
	}
	#solutioncontents_page main section.form_box  form p#config_btn {text-align: center;}
	#solutioncontents_page main section.form_box  form button#edit,
	#solutioncontents_page main section.form_box  form button#submit  {
	display: inline;
	width:50%;
	margin: 40px 20px 0;
}
	#solutioncontents_page main div.message_box {
		background: #FECD60;
		padding: 30px;
		border-radius: 21px;
		max-width: 1020px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto 60px;
	}
	#solutioncontents_page main div.message_box:before {
		padding-bottom: 60px;
	}
	#solutioncontents_page footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 1020px;
		width: 100%;
		margin: 0 auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
	}
	#solutioncontents_page footer a.copyright {
		text-align: center;
		display: block;
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		background: #fff;
		text-decoration: none;
		padding: 20px 0;
		font-size: 1.3rem;
		margin-top: 40px;
		position: relative;
		color: #292c3b;
	}
	#solutioncontents_page footer a.copyright:before {
		content: "";
		width: 100vw;
		display: block;
		position: absolute;
		height: 100%;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: -1;
		background: #fff;
	}
	#solutioncontents_page footer a.copyright h3 {
		font-weight: normal;
	}
	#solutioncontents_page footer h3.company_name {
		font-size: 2.0rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #FECD60;
		font-weight: normal;
	}
	#solutioncontents_page footer h3.company_name:before {
		content: "";
		background: url(../images/logo_02.png) center left no-repeat;
		background-size: contain;
		width: 43px;
		height: 43px;
		display: block;
		margin-right: 10px;
	}
	#solutioncontents_page footer adress {
		color: #fff;
		font-size: 1.5rem;
		line-height: 1.3;
	}
}
/* SP画面 */
@media only screen and (max-width: 768px) {
	html {
		font-size: 31.25%;
	}
	#solutioncontents_page .sp_none {
		display: none !important;
	}
	#solutioncontents_page header {
		margin-top: 32px;
		border-top: 79px solid #fff;
		background-image: url(../images/bg_top_03.png),
			url(../images/bg_top_02.png), url(../images/bg_top_01.png);
		background-repeat: no-repeat;
		background-position: center bottom, center center, center center;
		background-size: auto 38%, 1359px auto, cover;
		position: relative;
	}
	#solutioncontents_page header .wrap {
		max-width: 1020px;
		width: 100%;
		margin: 0 auto 0;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#solutioncontents_page header .wrap h1 {
		color: #fff;
		border-radius: 13px;
		background: #F2A300;
		font-size: 3.8rem;
		font-weight: normal;
		text-align: center;
		max-width: 516px;
		width: 80%;
		padding: 4px 0 5px;
		margin: 0 auto;
		position: relative;
		letter-spacing: -0.6px;
		z-index: 1;
		line-height: 1.3;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	#solutioncontents_page header .wrap h1:before {
		content: "";
		background: #F2A300;
		width: 32px;
		height: 32px;
		display: block;
		-webkit-transform: rotate(45deg) translateX(-50%);
		transform: rotate(45deg) translateX(-50%);
		position: absolute;
		bottom: 0;
		left: 49%;
		bottom: -19px;
		z-index: -1;
	}
	#solutioncontents_page header .wrap .h1_p {
		font-size: 3.5rem;
		max-width: 912px;
		width: 94%;
		text-align: center;
		color: #fff;
		background: rgba(7, 29, 48, 0.7);
		position: relative;
		margin: -81px auto 13px;
		padding: 93px 1% 28px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		line-height: 1.8;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		z-index: 0;
	}
	#solutioncontents_page header .wrap .h1_p:before {
		content: "";
		display: block;
		width: calc(100% - 13px);
		height: calc(100% - 20px);
		border: 1px solid #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#solutioncontents_page header .wrap .h1_p strong {
		font-size: 4.8rem;
		font-weight: bold;
		letter-spacing: 1px;
	}
	#solutioncontents_page header .wrap .h1_p strong:before,
		#solutioncontents_page header .wrap .h1_p strong:after {
		content: "\A";
		white-space: pre;
	}
	#solutioncontents_page header .wrap h2 {
		margin: 20px auto 47px;
		max-width: 563px;
		width: 84%;
		text-align: center;
		line-height: 34px;
		font-size: 3.5rem;
		font-weight: bold;
		background: rgba(1, 22, 34, 0.3);
		border-radius: 26px;
		border: 1px solid #fff;
		color: #fff;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		letter-spacing: 3.7px;
		padding-left: 12px;
	}
	#solutioncontents_page header .wrap .h2_p {
		font-size: 3.6rem;
		text-align: center;
		color: #1E2C4D;
		max-width: 622px;
		line-height: 1.722;
		width: 100%;
		margin: 0 auto 9px;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		text-shadow: 0 0 3px #fff;
		font-weight: bold;
		letter-spacing: 3px;
	}
	#solutioncontents_page header .wrap a.logo {
		position: absolute;
		top: 0;
		left: 2%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 35%;
		height: 73px;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		text-decoration: none;
		color: #252D43;
	}
	#solutioncontents_page header .wrap a.logo p.page_name {
		position: absolute;
		top: 0;
		width: 100vw;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		left: -6%;
		-webkit-transform: translate(0%, -100%);
		transform: translate(0%, -100%);
		height: 36px;
		padding: 10px 13px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 3.0rem;
		font-weight: normal;
		background: #252D43;
		color: #fff;
		letter-spacing: 0.8px;
		font-weight: bold;
	}
	#solutioncontents_page header .wrap a.logo img.logo_img {
		width: 22px;
		height: 21px;
	}
	#solutioncontents_page header .wrap a.logo p.company_name {
		font-size: 1.4rem;
		margin-left: 3px;
		margin-top: 2px;
		letter-spacing: 0.2px;
	}
	#solutioncontents_page header .wrap div.tel_box {
		position: absolute;
		top: 0;
		right: 44.4%;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 30%;
		height: 72.4px;
		font-size: 1.4rem;
		letter-spacing: 0.114rem;
		font-weight: normal;
		text-align: center;
		max-width: 56px;
		width: 31%;
	}
	#solutioncontents_page header .wrap div.tel_box a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-decoration: none;
		color: #252D43;
		font-size: 3.0rem;
		letter-spacing: 0.14rem;
		height: 43.6px;
		border-radius: 5px;
		max-width: 58.5px;
		width: 105%;
		padding-bottom: 2px;
		z-index: 0;
		background-color: #F2A300;
	}
	#solutioncontents_page header .wrap div.tel_box a:before {
		content: "";
		background: url(../images/ico_tel_01.png) center center no-repeat;
		background-size: contain;
		width: 32.05px;
		height: 39px;
		display: block;
		z-index: 1;
		margin-left: 4.7px;
	}
	#solutioncontents_page header .wrap a.contact {
		position: absolute;
		display: block;
		top: 0;
		right: 3%;
		padding: 0 19px 0 6px;
		color: #fff;
		font-size: 2.6rem;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		height: 74px;
		text-decoration: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 206px;
		width: 29%;
		z-index: 1;
	}
	#solutioncontents_page header .wrap a.contact:before {
		content: "";
		display: block;
		width: 26px;
		height: 16px;
		background: url(../images/ico_mail.png) center center no-repeat;
		background-size: contain;
		margin-right: 4px;
	}
	#solutioncontents_page header .wrap a.contact:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 47px;
		display: block;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background: #1AAD80;
		border-radius: 5px;
		z-index: -1;
	}
	#solutioncontents_page main {
		overflow: hidden;
		width: 100%;
	}
	#solutioncontents_page main div.bg_color {
		position: relative;
		padding: 1px 0;
	}
	#solutioncontents_page main section:before, #solutioncontents_page main div.bg_color:before
		{
		content: "";
		width: 100vw;
		display: block;
		position: absolute;
		height: 100%;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: -1;
	}
	#solutioncontents_page main section.bg_white:before,
		#solutioncontents_page main div.bg_white:before {
		background: #ffffff;
	}
	#solutioncontents_page main section.bg_navy:before,
		#solutioncontents_page main div.bg_navy:before {
		background: #252D43;
	}
	#solutioncontents_page main section.bg_orange:before,
		#solutioncontents_page main div.bg_orange:before {
		background: #FECD60;
	}
	#solutioncontents_page main section.bg_cream:before,
		#solutioncontents_page main div.bg_cream:before {
		background: #FFFBF0;
	}
	#solutioncontents_page main section.bg_gray:before,
		#solutioncontents_page main div.bg_gray:before {
		background: #EBEBEB;
	}
	#solutioncontents_page main .bnr_box {
		background: url(../images/bg_bnr_01.png) center center no-repeat;
		background-size: cover;
		position: relative;
		position: relative;
		padding: 20px 18px 18px;
		-webkit-box-shadow: 0 8px 0 #979797;
		box-shadow: 0 8px 0 #979797;
		width: 91%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#solutioncontents_page main .bnr_box a {
		text-decoration: none;
		color: #252D43;
	}
	#solutioncontents_page main .bnr_box .tel_box {
		margin: 0 auto;
		max-width: 437px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#solutioncontents_page main .bnr_box .tel_box h3 {
		font-size: 2.8rem;
		margin-bottom: 6px;
		font-weight: normal;
		text-align: center;
	}
	#solutioncontents_page main .bnr_box .tel_box a p {
		font-size: 6.2rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-weight: bold;
		font-family: Arial;
		letter-spacing: 1.3;
	}
	#solutioncontents_page main .bnr_box .tel_box a p:before {
		content: "";
		display: block;
		width: 30px;
		height: 33px;
		background: url(../images/ico_tel.png) top center no-repeat;
		background-size: 31px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	#solutioncontents_page main .bnr_box:before {
		content: "";
		position: absolute;
		width: calc(100% - 16px);
		height: calc(100% - 16px);
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		display: block;
		border: 2px solid #fff;
	}
	#solutioncontents_page main .bnr_box .contact_btn {
		margin: 10px auto 0;
		background: #1AAD80;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 366px;
		width: 84%;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 366px;
		flex: 0 1 366px;
		font-size: 4.0rem;
		padding: 12px 18px;
		border-radius: 2px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 9999;
	}
	#solutioncontents_page main .bnr_box .contact_btn:before {
		content: "";
		width: 36px;
		height: 17px;
		background: url(../images/ico_mail_02.png) center center no-repeat;
		background-size: contain;
		display: block;
		margin-right: 7px;
		margin-left: -18px;
	}
	#solutioncontents_page main .bnr_box.down {
		-webkit-transform: translate(0%, 50%);
		transform: translate(0%, 50%);
	}
	#solutioncontents_page main .bnr_box02 {
		position: absolute;
		display: block;
		float: left;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin: 0 auto;
	}
	#solutioncontents_page main .bnr_box02 h2 {
		display: none;
	}
	#solutioncontents_page main .bnr_box02 h3 {
		max-width: 800px;
		width: 100%;
		text-align: center;
		font-weight: normal;
		font-size: 3.0rem;
		margin-left: auto;
		padding: 10px 0;
	}
	#solutioncontents_page main .bnr_box02 a {
		display: block;
		font-size: 6.0rem;
		font-size: 8vw;
		font-weight: bold;
		max-width: 800px;
		width: 100%;
		margin-left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#solutioncontents_page main .bnr_box02 a:before {
		background: url(../images/ico_tel.png) center center no-repeat;
		width: 37px;
		height: 66px;
		content: "";
		background-size: contain;
		margin-right: 5px;
	}
	#solutioncontents_page main section {
		max-width: 1020px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 0;
		overflow: visible;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#solutioncontents_page main section .ttl_box {
		text-align: center;
	}
	#solutioncontents_page main section .ttl_box img {
		height: 29px;
	}
	#solutioncontents_page main section.about_box01 .ttl_box img {
		height: 28px;
	}
	#solutioncontents_page main section.technique_solution01 .ttl_box img {
		height: 33px;
	}
	#solutioncontents_page main section.users_voice01 .ttl_box img {
		height: 33px;
	}
	#solutioncontents_page main section strong {

	}
	#solutioncontents_page main section strong.orange,
	#solutioncontents_page main section span.orange {
		color: #FFC23C;
	}
	#solutioncontents_page main section strong.orange2,
	#solutioncontents_page main section span.orange2 {
		color: #fc7301;
		letter-spacing: -2px;
	}
	#solutioncontents_page main section.users_voice02 h4.ttl_story strong.orange2
		{
		letter-spacing: -2px;
	}
	#solutioncontents_page main section strong.red,
	#solutioncontents_page main section span.red {
		color: #D0021B;
		font-weight: bold;
	}
	#solutioncontents_page main section strong.line,
	#solutioncontents_page main section span.line {
		border-bottom: 5px solid #FFC23C;
	}
	#solutioncontents_page main section strong.line2,
	#solutioncontents_page main section span.line2 {
		border-bottom: 5px solid #FFC23C;
	}
	#solutioncontents_page main section strong.marker {
		background: #FFC23C;
		padding: 3px 1px 6px 4px;
		letter-spacing: 1.4px;
	}
	#solutioncontents_page main section.about_box01 {
		padding-bottom: 5px;
	}
	#solutioncontents_page main section.about_box01 .ttl_box {
		padding: 27px 0 13px;
		margin-left: 9px;
		background: url(../images/ttl_about_01.png) no-repeat top 27px center;
		background-size: 70px;
		height: 28px;
	}
	#solutioncontents_page main section.about_box01 h2 {
		font-size: 4.2rem;
		margin-bottom: 12px;
		text-align: center;
		font-weight: bold;
		letter-spacing: 1px;
		margin-left: 8px;
	}
	#solutioncontents_page main section.about_box01 p.about_contents {
		text-align: center;
		font-size: 3.4rem;
		max-width: 620px;
		width: 90%;
		margin: 0 auto;
		line-height: 1.4;
		margin-bottom: -20px;
		letter-spacing: 1px;
	}
	#solutioncontents_page main section.about_box01 .green_box .photo_box {
		text-align: center;
		-webkit-transform: translate(30px, 20px);
		transform: translate(21px, 20px);
		width: 46%;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
	#solutioncontents_page main section.about_box01 .green_box .photo_box img
		{
		width: 100%;
	}
	#solutioncontents_page main section.about_box01 .green_box .txt_box {
		padding: 1px 0;
		background: #27AC81;
		position: relative;
		z-index: 20;
		width: 90%;
		margin: 0 auto;
	}
	#solutioncontents_page main section.about_box01 .green_box .txt_box p {
		color: #fff;
		line-height: 1.3;
		font-size: 4.1rem;
		margin: 18px 23px 10px;
	}
	#solutioncontents_page main section.about_box01 .green_box .txt_box p:last-of-type
		{
		margin-top: 27px;
	}
	#solutioncontents_page main section.about_box02 h2 {
		text-align: center;
		font-size: 3.9rem;
		font-weight: normal;
		line-height: 1.3;
		margin-bottom: 0;
		letter-spacing: 0.7px;
	}
	#solutioncontents_page main section.about_box02 h2 span.big_text,
	#solutioncontents_page main section.about_box02 h2 strong.big_text {
		display: block;
		margin-top: 20px;
	}
	#solutioncontents_page main section.about_box02 h2 strong {
		font-size: 8.1rem;
		line-height: 1.3;
		letter-spacing: 3px;
	}
	#solutioncontents_page main section.about_box02 h2 strong.font_size_small,
	#solutioncontents_page main section.about_box02 h2 span.font_size_small
		{
		font-size: 6.2rem;
		letter-spacing: 1px;
	}
	#solutioncontents_page main section.about_box02 p.bg_pop {
		background: url(../images/bg_pop_01_sp.png) top center no-repeat;
		background-size: contain;
		margin: 0 auto -1px;
		height: 140px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		line-height: 1.5;
		font-size: 4.1rem;
		font-size: 6vw;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		max-width: 340px;
		width: 92%;
		padding: 0 3px;
		box-sizing: border-box;
		font-weight: bold;
	}
	#solutioncontents_page main section.about_box02 p.bg_pop span span.first_line
		{
		font-size: 3rem;
		font-weight: normal;
	}
	#solutioncontents_page main section.about_box02 div.moved_web {
		padding: 13px 0 27px;
	}
	#solutioncontents_page main section.about_box02 div.moved_web h3 {
		color: #FFC23C;
		font-size: 4.8rem;
		text-align: center;
		font-weight: bold;
		margin-bottom: 9px;
		line-height: 1.5;
	}
	#solutioncontents_page main section.about_box02 div.moved_web p {
		font-size: 3rem;
		color: #fff;
		text-align: center;
		font-weight: normal;
		line-height: 1.6;
		letter-spacing: 3.8px;
	}
	#solutioncontents_page main section.about_box02 div.moved_web p strong.orange,
	#solutioncontents_page main section.about_box02 div.moved_web p span.orange
		{
		letter-spacing: 3px;
	}
	#solutioncontents_page main section.about_box03 {
		padding: 23px 0 4px;
	}
	#solutioncontents_page main section.about_box03 h2 {
		background: #27AC81;
		padding: 11px 0 8px;
		text-align: center;
		color: #fff;
		font-size: 4.9rem;
		font-weight: bold;
		width: 93%;
		margin: 0 auto 10px;
		line-height: 1.3;
		letter-spacing: -.6px;
	}
	#solutioncontents_page main section.about_box03 div.renew_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 91%;
		margin: 0 auto;
	}
	#solutioncontents_page main section.about_box03 div.renew_box .photo_box
		{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 43%;
		margin: 30px auto 0;
	}
	#solutioncontents_page main section.about_box03 div.renew_box .photo_box img
		{
		display: block;
		margin: 0 auto 0 -17px;
		max-width: 253px;
		width: 100%;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	#solutioncontents_page main section.about_box03 div.renew_box h3 {
		font-size: 4.1rem;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		font-weight: bold;
		margin: 0 auto;
		line-height: 1.4;
	}
	#solutioncontents_page main section.about_box03 div.renew_box p {
		margin: 32px 0 32px -5px;
		font-size: 3.4rem;
		line-height: 1.4;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		letter-spacing: 1px;
	}
	#solutioncontents_page main section.about_box03 p.pop01 {
		background: #252D43;
		border-radius: 34px;
		margin: 0 auto 31px;
		position: relative;
		color: #fff;
		text-align: center;
		font-size: 3.5rem;
		padding: 12px 15px 12.5px;
		max-width: 130.5px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: bold;
		letter-spacing: 3px;
	}
	#solutioncontents_page main section.about_box03 p.pop01:after {
		content: "";
		display: block;
		-webkit-transform: translateX(calc(-50%));
		transform: translateX(calc(-50%));
		position: absolute;
		border-right: 12px solid transparent;
		border-top: 12px solid #252D43;
		border-left: 12px solid transparent;
		bottom: 0;
		left: 50%;
		z-index: -1;
		bottom: -12px;
	}
	#solutioncontents_page main section.about_box03 h3.think {
		font-size: 4.2rem;
		margin-bottom: 40px;
		font-weight: bold;
		width: 85%;
		margin: 0 auto 37px;
		line-height: 1.3;
	}
	#solutioncontents_page main section.about_box03 ul {
		width: 91%;
		margin: 0 auto;
	}
	#solutioncontents_page main section.about_box03 ul li {
		list-style: none;
		background: #fff;
		font-size: 3.8rem;
		margin: 18px 0;
		padding-top: 3px;
		padding-right: 10px;
		line-height: 1.6;
		font-weight: bold;
		position: relative;
		padding-left: 52px;
	}
	#solutioncontents_page main section.about_box03 ul li:before {
		content: "";
		background-color: #252D43;
		background-image: url(../images/ico_check_01.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 50% auto;
		display: block;
		height: 100%;
		width: 47px;
		margin-right: 15px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#solutioncontents_page main section.kikasete01 {
		padding: 0 3%;
		padding-top: 24px;
	}
	#solutioncontents_page main section.kikasete01 h2 {
		padding-bottom: 13px;
		font-size: 3.9em;
		text-align: center;
		font-weight: bold;
	}
	#solutioncontents_page main section.kikasete01 h3 {
		font-weight: bold;
		font-size: 4rem;
		font-size: 5.6vw;
		letter-spacing: 0;
		line-height: 1.9;
		text-align: right;
		margin-bottom: 39px;
		margin-right: 5px;
	}
	#solutioncontents_page main section.kikasete01 div.discontent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 43px;
	}
	#solutioncontents_page main section.kikasete01 div.discontent div.photo_box
		{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		max-width: 183.5px;
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	#solutioncontents_page main section.kikasete01 div.discontent div.photo_box img
		{
		width: 100%;
		margin-left: 8px;
	}
	#solutioncontents_page main section.kikasete01 div.discontent div.txt_box
		{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100px;
		flex: 1 1 100px;
		margin-left: 5px;
		letter-spacing: 2px;
	}
	#solutioncontents_page main section.kikasete01 div.discontent div.txt_box p
		{
		font-size: 3.9rem;
		line-height: 1.3;
		margin-bottom: 32px;
	}
	#solutioncontents_page main section.kikasete01 div.discontent div.txt_box p:last-child
		{
		margin-bottom: 55px;
		letter-spacing: 1px;
	}
	#solutioncontents_page main section.kikasete01 div.spiral_box {
		padding: 24px 0 47px;
	}
	#solutioncontents_page main section.kikasete01 div.spiral_box p.title {
		color: #FECD60;
		font-size: 6.9rem;
		text-align: center;
		margin-bottom: 30px;
		line-height: 1.3;
		font-weight: bold;
		letter-spacing: -2px;
	}
	#solutioncontents_page main section.kikasete01 div.spiral_box p.txt {
		color: #fff;
		font-size: 4rem;
		text-align: center;
		font-weight: bold;
		line-height: 1.4;
	}
	#solutioncontents_page main section.kikasete01 div.spiral_box:after {
		border-right: 28.75px solid transparent;
		border-top: 22px solid #FECD60;
		border-left: 28.75px solid transparent;
		content: "";
		position: absolute;
		left: 50%;
		bottom: 20px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#solutioncontents_page main section.kikasete02 {
		padding-top: 50px;
		padding: 0 3% 1px;
	}
	#solutioncontents_page main section.kikasete02 h3 {
		padding-top: 28px;
		margin-bottom: 30px;
		text-align: center;
		font-size: 4.4rem;
		font-weight: bold;
	}
	#solutioncontents_page main section.kikasete02 dl {
		width: 97%;
		margin: auto;
	}
	#solutioncontents_page main section.kikasete02 dl dt {
		color: #fff;
		text-align: center;
		font-size: 4.0rem;
		font-weight: bold;
		background: #252D43;
		border-radius: 4px 4px 0 0/4px 4px 0 0;
		border: 3px solid #252D43;
		border-bottom: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0;
	}
	#solutioncontents_page main section.kikasete02 dl dt strong.big,
	#solutioncontents_page main section.kikasete02 dl dt span.big {
		font-size: 7.0rem;
		display: block;
		text-align: center;
		font-family: Verdana;
	}
	#solutioncontents_page main section.kikasete02 dl dd {
		border: 3px solid #252D43;
		border-radius: 0 0 4px 4px/0 0 4px 4px;
		border-top: none;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 5.4em;
		font-size: 7.6vw;
		line-height: 1.4;
		margin-bottom: 33px;
		padding: 9px 5% 0;
	}
	#solutioncontents_page main section.kikasete02 dl dd:last-of-type {
		font-size: 6.7vw;
		margin-bottom: 20px;
	}
	#solutioncontents_page main section.kikasete02 dl dd:before {
		content: "";
		display: block;
		margin-right: 18px;
		margin-left: 18px;
	}
	#solutioncontents_page main section.kikasete02 dl dd:nth-child(2):before
		{
		width: 100%;
		height: 90px;
		margin: 6px 0 -2px;
		background: url(../images/ico_step_01.png) center center no-repeat;
		background-size: contain;
	}
	#solutioncontents_page main section.kikasete02 dl dd:nth-child(4):before
		{
		width: 100%;
		height: 83px;
		margin: 12px 0 -1px;
		background: url(../images/ico_step_02.png) center center no-repeat;
		background-size: contain;
	}
	#solutioncontents_page main section.kikasete02 dl dd:nth-child(6):before
		{
		width: 100%;
		height: 75px;
		margin: 23px 0 13px;
		background: url(../images/ico_step_03.png) center center no-repeat;
		background-size: contain;
	}
	#solutioncontents_page main section.kikasete02 dl dd strong.line {
		border: none;
	}
	#solutioncontents_page main section.kikasete02 dl dd strong.line span.line
		{
		background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,
			transparent), color-stop(80%, #FFC23C));
		background: -webkit-linear-gradient(transparent 80%, #FFC23C 80%);
		background: linear-gradient(transparent 80%, #FFC23C 80%);
	}
	#solutioncontents_page main section.kikasete03 {
		margin-bottom: 14px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		z-index: 10;
	}
	#solutioncontents_page main section.kikasete03:before {
		background-image: url(../images/bg_earth_01_sp.png);
		background-position: top 40px center;
		background-size: 120% auto;
		background-repeat: no-repeat;
		position: top 50px center;
	}
	#solutioncontents_page main section.kikasete02 p.base {
		font-size: 4.1rem;
		text-align: center;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		font-weight: bold;
		margin-left: 18px;
	}
	#solutioncontents_page main section.kikasete02 p.base span.red {
		font-size: 4.0rem;
	}
	#solutioncontents_page main section.kikasete03 p.important {
		font-size: 5.0rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
		margin-top: 53px;
		margin-bottom: 12px;
		margin-left: 11px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	#solutioncontents_page main section.kikasete03 h2 {
		background: #252D43;
		color: #fff;
		font-size: 4.7rem;
		text-align: center;
		line-height: 1.5;
		font-weight: normal;
		padding: 15px 0 8px;
		position: relative;
		width: 91%;
		margin: 0 auto;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		font-weight: bold;
	}
	#solutioncontents_page main section.kikasete03 h2 strong.big,
	#solutioncontents_page main section.kikasete03 h2 span.big {
		font-size: 6.1rem;
		line-height: 1.4;
	}
	#solutioncontents_page main section.kikasete03 h2:before {
		content: "";
		width: calc(100% - 16px);
		height: calc(100% - 16px);
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		display: block;
		border: 1px solid #fff;
	}
	#solutioncontents_page main section.kikasete03 .contents_box {
		margin-top: 5px;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	#solutioncontents_page main section.kikasete03 .contents_box .photo_box
		{
		display: none;
	}
	#solutioncontents_page main section.kikasete03 .contents_box .txt_box {
		line-height: 1.5;
		font-size: 4.7rem;
		width: 80%;
		margin: 28px auto 14px;
	}
	#solutioncontents_page main section.kikasete03 .contents_box .txt_box p
		{
		margin-bottom: 3rem;
	}
	#solutioncontents_page main section.kikasete03 .contents_box .txt_box p:last-child
		{
		margin-bottom: -5.3rem;
		line-height: 1.5;
		letter-spacing: .5px
	}
	#solutioncontents_page main section.kikasete03 .bnr_box {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	#solutioncontents_page main section.technique_solution01 {
		padding: 101px 0 26px;
	}
	#solutioncontents_page main section.technique_solution01 h3 {
		text-align: center;
		margin-bottom: 27px;
		margin-left: -5px;
		background: url(../images/ttl_technique_solution_01.png) no-repeat center center;
		background-size: 240px;
	}
	#solutioncontents_page main section.technique_solution01 dl {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: auto auto 0 auto;
		grid-template-rows: auto auto 0 auto;
		-ms-grid-columns: 0px 8fr;
		grid-template-columns: 0px 8fr;
		width: 91%;
		margin: 0 auto;
		line-height: 1.6;
		/*	font-size: 5.0rem;*/
	}
	#solutioncontents_page main section.technique_solution01 dl dt {
		color: #fff;
		font-size: 2.2rem;
		background: #1AAD80;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-weight: normal;
		-webkit-transform: translate(125%, -13%);
		transform: translate(125%, -13%);
		-ms-flex-item-align: center;
		align-self: center;
		justify-self: right;
		position: relative;
		z-index: 600;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
	}
	#solutioncontents_page main section.technique_solution01 dl dt:nth-child(1)
		{
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
	#solutioncontents_page main section.technique_solution01 dl dt:nth-child(3)
		{
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
	#solutioncontents_page main section.technique_solution01 dl dt:before {
		content: "";
		width: 100%;
		height: 30px;
		display: block;
		margin-bottom: 2px;
		z-index: 20;
		position: relative;
	}
	#solutioncontents_page main section.technique_solution01 dl dt:nth-child(1):before
		{
		background: url(../images/bg_solution_01.png) center center no-repeat;
		background-size: contain;
	}
	#solutioncontents_page main section.technique_solution01 dl dt:nth-child(3):before
		{
		background: url(../images/bg_solution_02.png) center center no-repeat;
		background-size: contain;
	}
	#solutioncontents_page main section.technique_solution01 dl dt:nth-child(5)
		{
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		-ms-grid-column-align: center;
		justify-self: center;
		-webkit-transform: translate(0, 15%);
		transform: translate(0, 15%);
	}
	#solutioncontents_page main section.technique_solution01 dl dt:nth-child(5):before
		{
		background: url(../images/bg_solution_03.png) center center no-repeat;
		background-size: contain;
	}
	#solutioncontents_page main section.technique_solution01 dl dd {
		position: relative;
		z-index: 5;
		background: #fff;
		border: 1px dashed #979797;
		padding: 13px 10px;
		margin-bottom: 15px;
		border-radius: 8px;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		font-weight: bold;
	}
	#solutioncontents_page main section.technique_solution01 dl dd:nth-child(2)
		{
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
		z-index: 400;
	}
	#solutioncontents_page main section.technique_solution01 dl dd:nth-child(4)
		{
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
		z-index: 300;
	}
	#solutioncontents_page main section.technique_solution01 dl dd:nth-child(6)
		{
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4/5;
		z-index: 200;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ol li {
		list-style: none;
		background: #252D43;
		border-radius: 8px;
		color: #fff;
		text-align: center;
		font-size: 4.3rem;
		padding: 0;
		position: relative;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ol li:first-child
		{
		margin-bottom: 43px;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ol li:after
		{
		content: "";
		width: 55.5px;
		height: 41.5px;
		display: block;
		position: absolute;
		left: 50%;
		bottom: 0;
		background: url(../images/ico_solution_arrow_01.png) center center
			no-repeat;
		background-size: 90%;
		-webkit-transform: translate(-50%, 100%);
		transform: translate(-50%, 100%);
		z-index: 20;
	}
	#solutioncontents_page main section.technique_solution01 dl dd.sol_first
		{
		padding-bottom: 15px;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ol li.sol_first--li01
		{
		padding: 2px 0 6px;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ol li.sol_first--li01::after
		{
		background-position: top center;
		background-size: 90%;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ol li.sol_first--li02
		{
		padding-bottom: 7px;
	}
	#solutioncontents_page main section.technique_solution01 dl dd.sol_second
		{
		padding-bottom: 10px;
		margin-bottom: 29px;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ol li.sol_second--li01
		{
		line-height: 1.4;
		padding: 10px 0;
		margin-bottom: 47px;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ol li.sol_second--li01::after
		{
		background-size: 90%;
		background-position: top 3px center;
		height: 47.5px;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ol li.double_arrow
		{
		padding: 0 0 8px;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ol li.double_arrow:before,
		#solutioncontents_page main section.technique_solution01 dl dd ol li.double_arrow:after
		{
		content: "";
		width: 45.5px;
		height: 41.5px;
		display: block;
		position: absolute;
		left: 25%;
		bottom: 0;
		background: url(../images/ico_solution_arrow_01.png) center center
			no-repeat;
		background-size: contain;
		-webkit-transform: translate(-50%, 100%);
		transform: translate(-50%, 100%);
		z-index: 20;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ol li.double_arrow:after
		{
		left: 75%;
	}
	#solutioncontents_page main section.technique_solution01 dl dd.sol_third
		{
		padding: 10px 13px 13px;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ul li {
		list-style: none;
		background: #252D43;
		border-radius: 8px;
		color: #fff;
		text-align: center;
		font-size: 3.0rem;
		padding: 34px 15px 25px;
		letter-spacing: 0;
		line-height: 1.3;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100px;
		flex: 1 1 100px;
		font-size: 3.3rem;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ul li.solution_item
		{
		margin-right: 5px;
		padding-top: 53px;
	}
	#solutioncontents_page main section.technique_solution01 dl dd ul li.soluution_item02
		{
		margin-left: 5px;
		letter-spacing: -2px;
	}
	#solutioncontents_page main section.technique_solution02 {
		padding: 26px 3% 23px;
	}
	#solutioncontents_page main section.technique_solution02 .web_point .photo_box
		{
		width: 61%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	#solutioncontents_page main section.technique_solution02 .imgright .photo_box
		{
		width: 62%;
		margin-bottom: 31px;
	}
	#solutioncontents_page main section.technique_solution02 .web_point .photo_box img
		{
		width: 100%;
	}
	#solutioncontents_page main section.technique_solution02 .web_point .txt_box
		{
		margin-bottom: 27px;
	}
	#solutioncontents_page main section.technique_solution02 .welcome .photo_box
		{
		margin-bottom: 43px;
		width: 58%;
	}
	#solutioncontents_page main section.technique_solution02 .web_point .txt_box h3
		{
		font-size: 4.5rem;
		text-align: center;
		padding-bottom: 5px;
		border-bottom: 2px dotted #F3A70A;
		margin-bottom: 2px;
		font-weight: bold;
		line-height: 1.3;
		margin-left: 10px;
	}
	#solutioncontents_page main section.technique_solution02 .imgright .txt_box
		{
		margin-bottom: 40px;
	}
	#solutioncontents_page main section.technique_solution02 .imgright .txt_box h3
		{
		margin-left: -3px;
		margin-bottom: 23px;
	}
	#solutioncontents_page main section.technique_solution02 .web_point .txt_box p
		{
		font-size: 3.7rem;
		line-height: 1.45;
		letter-spacing: 1px;
		margin-left: 9px;
	}
	#solutioncontents_page main section.technique_solution02 .imgright .txt_box p
		{
		line-height: 1.3;
		font-size: 3.9rem;
	}
	#solutioncontents_page main section.technique_solution02 .welcome .txt_box
		{

	}
	#solutioncontents_page main section.technique_solution02 .welcome .txt_box h3
		{
		margin-bottom: 21px;
	}
	#solutioncontents_page main section.technique_solution02 .welcome .txt_box p
		{
		font-size: 3.8rem;
		letter-spacing: 1.3px;
		line-height: 1.4;
	}
	#solutioncontents_page main section.technique_solution03 {
		padding: 39px 0 0;
		z-index: 10;
	}
	#solutioncontents_page main section.technique_solution03 h2 {
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 4.6rem;
		font-size: 6.4vw;
		font-weight: normal;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 90%;
		margin: 0 auto 33px;
		line-height: 1.3;
	}
	#solutioncontents_page main section.technique_solution03 h2 strong.line
		{
		border-bottom: 4px solid #FFC23C;
		padding-bottom: 7px;
	}
	#solutioncontents_page main section.technique_solution03 h3.ttl {
		background: #FFC23C;
		width: 91%;
		margin: auto;
		text-align: center;
		padding: 13px 0 7px;
		font-size: 4.6rem;
		font-weight: bold;
		line-height: 1.3;
	}
	#solutioncontents_page main section.technique_solution03 div.detail {
		background: #fff;
		padding: 13px 0 20px;
		margin: 0 auto 57px;
		width: 91%;
	}
	#solutioncontents_page main section.technique_solution03 div.detail p.servece
		{
		font-size: 3.8rem;
		text-align: center;
		padding: 6px 20px 15px;
		line-height: 1.2;
		font-weight: bold;
		letter-spacing: -1px;
	}
	#solutioncontents_page main section.technique_solution03 div.detail p.price
		{
		background: #252D43;
		font-size: 2.0rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		width: 94%;
		margin: 0 auto;
		max-width: 621px;
		padding: 6px 10px;
		color: #fff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: bold;
	}
	#solutioncontents_page main section.technique_solution03 div.detail p.price strong.time
		{
		padding: 4px 25px;
		display: block;
		background: #FFC23C;
		font-size: 4.0rem;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		color: #252D43;
	}
	#solutioncontents_page main section.technique_solution03 div.detail p.price strong.time:after
		{
		border-top: 13px solid transparent;
		border-left: 8px solid #FFC23C;
		border-bottom: 15px solid transparent;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	#solutioncontents_page main section.technique_solution03 div.detail p.price .price_num
		{
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100px;
		flex: 1 1 100px;
		text-align: right;
		font-size: 5.0rem;
		color: #fff;
	}
	#solutioncontents_page main section.technique_solution03 div.detail ul {
		padding: 17px 3% 33px;
		border: 2px solid #252D43;
		margin: 17px auto 0;
		position: relative;
		width: 87%;
	}
	#solutioncontents_page main section.technique_solution03 div.detail ul:before
		{
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: -157px;
		width: 25%;
		height: 204px;
		background: url(../images/ico_human_05.png) bottom left no-repeat;
		background-size: contain;
	}
	#solutioncontents_page main section.technique_solution03 div.detail ul:after
		{
		content: "";
		width: 38%;
		height: 200px;
		display: block;
		position: absolute;
		right: -18px;
		bottom: -170px;
		background: url(../images/ico_human_06.png) bottom right no-repeat;
		background-size: contain;
	}
	#solutioncontents_page main section.technique_solution03 div.detail ul li
		{
		list-style: none;
		font-size: 3.9rem;
		line-height: 1.34;
		max-width: 721px;
		width: 100%;
		margin: 0 auto;
	}
	#solutioncontents_page main section.technique_solution03 div.detail ul li:before
		{
		content: "■";
		margin-right: 0.5rem;
	}
	#solutioncontents_page main section.users_voice01,
		#solutioncontents_page main section.users_voice03 {
		background-color: #fff;
	}
	#solutioncontents_page main section.users_voice01 .ttl_box {
		padding: 45px 0 17px;
		background: url(../images/ttl_users_voice.png) no-repeat top 45px center;
		background-size: 137px;
		height: 33px;
	}
	#solutioncontents_page main section.users_voice03 .ttl_box {
		padding: 45px 0 22px;
	}
	#solutioncontents_page main section.users_voice01 h2 {
		text-align: center;
		font-weight: bold;
		font-size: 5rem;
		padding-bottom: 52px;
	}
	#solutioncontents_page main section.users_voice03 h2 {
		text-align: center;
		font-weight: bold;
		font-size: 5.7rem;
		padding-bottom: 52px;
	}
	#solutioncontents_page main section.users_voice01 .mttl,
		#solutioncontents_page main section.users_voice03 .mttl {
		color: #fff;
		margin-bottom: 20px;
	}
	#solutioncontents_page main section.users_voice01 .mttl h3 {
		text-align: center;
		font-size: 4.0rem;
		font-weight: bold;
		line-height: 1.5;
		padding: 12px 0 0px;
		letter-spacing: 0.9px;
	}
	#solutioncontents_page main section.users_voice03 .mttl h3 {
		text-align: center;
		font-size: 4.0rem;
		font-weight: bold;
		line-height: 1.5;
		padding: 35px 0 0px;
		letter-spacing: 0;
	}
	#solutioncontents_page main section.users_voice01 .mttl div.profile_bpx
		{
		padding: 0 21px 61px;
	}
	#solutioncontents_page main section.users_voice03 .mttl div.profile_bpx
		{
		padding: 0 40px 66px;
	}
	#solutioncontents_page main section.users_voice01 .mttl div.profile_bpx div.photo_box
		{
		width: 63%;
		margin: 0 auto;
	}
	#solutioncontents_page main section.users_voice03 .mttl div.profile_bpx div.photo_box
		{
		width: 70%;
		margin: 0 auto;
	}
	#solutioncontents_page main section.users_voice01 .mttl div.profile_bpx div.photo_box img
		{
		width: 100%;
		margin-left: -10px;
		margin-top: -1px;
	}
	#solutioncontents_page main section.users_voice03 .mttl div.profile_bpx div.photo_box img
		{
		width: 100%;
	}
	#solutioncontents_page main section.users_voice01 .mttl div.profile_bpx div.detail,
		#solutioncontents_page main section.users_voice03 .mttl div.profile_bpx div.detail
		{
		padding: 17px 0px;
		position: relative;
	}
	#solutioncontents_page main section.users_voice03 .mttl div.profile_bpx div.detail
		{
		padding: 11px 0;
		font-weight: bold;
	}
	#solutioncontents_page main section.users_voice01 .mttl div.profile_bpx div.detail p
		{
		text-align: right;
		font-size: 2.9rem;
		font-weight: bold;
	}
	#solutioncontents_page main section.users_voice03 .mttl div.profile_bpx div.detail p
		{
		text-align: right;
		font-size: 3rem;
		line-height: 1.5;
	}
	#solutioncontents_page main section.users_voice03 .mttl div.profile_bpx div.detail p
		{
		text-align: center;
	}
	#solutioncontents_page main section.users_voice01 .mttl div.profile_bpx div.detail p a
		{
		display: block;
		text-decoration: underline;
		padding: 3.2rem 55px 0 0;
		line-height: 0.8;
		color: #fff;
		font-size: 2.8rem;
	}
	#solutioncontents_page main section.users_voice03 .mttl div.profile_bpx div.detail p a
		{
		display: block;
		text-decoration: underline;
		padding: 2rem 0;
		padding-right: 1rem;
		line-height: 0.8;
		color: #fff;
		font-size: 3.1rem;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail,
		#solutioncontents_page main section.users_voice03 div.message_detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 3% 0;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail *,
		#solutioncontents_page main section.users_voice03 div.message_detail *
		{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail div.photo_box
		{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: center;
		margin: 38px auto 20px;
		max-width: 336px;
		width: 85%;
		margin-bottom: 20px;
	}
	#solutioncontents_page main section.users_voice03 div.message_detail div.photo_box
		{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: center;
		margin: 30px auto 0;
		max-width: 336px;
		width: 85%;
		margin-bottom: 20px;
	}
	#solutioncontents_page main section.users_voice01 div.message04 div.photo_box
		{
		margin-top: 17px;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail div.photo_box.right+h4,
		#solutioncontents_page main section.users_voice03 div.message_detail div.photo_box.right+h4
		{
		text-align: left;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail div.photo_box.left+h4,
		#solutioncontents_page main section.users_voice03 div.message_detail div.photo_box.left+h4
		{
		text-align: right;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail div.photo_box.center,
		#solutioncontents_page main section.users_voice03 div.message_detail div.photo_box.center
		{
		max-width: 100%;
		width: 100%;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail div.photo_box img,
		#solutioncontents_page main section.users_voice03 div.message_detail div.photo_box img
		{
		width: 100%;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail h4
		{
		font-size: 5.1rem;
		margin-bottom: 27px;
		line-height: 1.3;
		font-weight: bold;
	}
	#solutioncontents_page main section.users_voice01 div.message02 h4 {
		margin-bottom: 6px;
	}
	#solutioncontents_page main section.users_voice01 div.message03 h4 {
		font-size: 5.0rem;
		margin-bottom: 6px;
	}
	#solutioncontents_page main section.users_voice01 div.message04 h4 {
		font-size: 4.6rem;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	#solutioncontents_page main section.users_voice01 div.message05 div.photo_box
		{
		margin-top: 34px;
	}
	#solutioncontents_page main section.users_voice03 div.message_detail h4
		{
		font-size: 5.1rem;
		margin-bottom: 10px;
		line-height: 1.3;
		font-weight: bold;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail p {
		font-size: 2.8rem;
		line-height: 1.8;
	}
	#solutioncontents_page main section.users_voice01 div.message02 p {
		line-height: 1.8;
		font-size: 2.8rem;
	}
	#solutioncontents_page main section.users_voice01 div.message03 p {
		font-size: 2.8rem;
		line-height: 1.8;
	}
	#solutioncontents_page main section.users_voice01 div.message03 div.photo_box
		{
		margin-top: 28px;
	}
	#solutioncontents_page main section.users_voice01 div.message05 p {
		line-height: 1.8;
		font-size: 2.8rem;
	}
	#solutioncontents_page main section.users_voice03 div.message_detail p {
		font-size: 2.8rem;
		line-height: 1.8;
	}
	#solutioncontents_page main section.users_voice03 div.message01 div.photo_box
		{
		margin-top: 21px;
	}
	#solutioncontents_page main section.users_voice03 div.message02 p　 {
		font-size: 2.8rem;
		line-height: 1.8;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail.message01,
		#solutioncontents_page main section.users_voice03 div.message_detail.message01
		{
		background: url(../images/bg_txt_01.png) top right 6% no-repeat;
		background-size: 30% auto;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail.message02
		{
		background: url(../images/bg_txt_02.png) top 4% left 6% no-repeat;
		background-size: 35% auto;
		padding-top: 42px;
	}
	#solutioncontents_page main section.users_voice03 div.message_detail.message02
		{
		background: url(../images/bg_txt_02.png) top 1% left 6% no-repeat;
		background-size: 35% auto;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail.message03
		{
		background: url(../images/bg_txt_03.png) top 4% right 6% no-repeat;
		background-size: 35% auto;
		padding-top: 36px;
	}
	#solutioncontents_page main section.users_voice03 div.message_detail.message03
		{
		background: url(../images/bg_txt_03.png) top right 6% no-repeat;
		background-size: 30% auto;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail.message04
		{
		background: url(../images/bg_txt_04.png) top 4% right 6% no-repeat;
		background-size: 35% auto;
		padding-top: 27px;
	}
	#solutioncontents_page main section.users_voice03 div.message_detail.message04
		{
		background: url(../images/bg_txt_04.png) top right 6% no-repeat;
		background-size: 30% auto;
			padding-top: 20px;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail.message05
		{
		background: url(../images/bg_txt_05.png) top right 6% no-repeat;
		background-size: 35% auto;
		padding-bottom: 42px;
		padding-top: 5px;
	}
	#solutioncontents_page main section.users_voice03 div.message_detail.message05
		{
		background: url(../images/bg_txt_05.png) top right 6% no-repeat;
		background-size: 30% auto;
		padding-bottom: 42px;
			padding-top: 20px;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail.message05 h4,
		#solutioncontents_page main section.users_voice03 div.message_detail.message05 h4
		{
		text-align: left !important;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail.message06,
		#solutioncontents_page main section.users_voice03 div.message_detail.message06
		{
		background: url(../images/bg_txt_06.png) top right 6% no-repeat;
		background-size: 30% auto;
	}
	#solutioncontents_page main section.users_voice01 {
		padding-top: 89px;
	}
	#solutioncontents_page main section.users_voice01:first-child {
		padding-top: 0;
	}
	#solutioncontents_page main section.users_voice01 .mttl {
		background: url(../images/bg_message01_01.png) center center no-repeat;
		background-size: cover;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail.message04
		{
		background: url(../images/bg_txt_04.png) top 5% left 6% no-repeat;
		background-size: 35% auto;
		padding-top: 27px;
	}
	#solutioncontents_page main section.users_voice03 .mttl {
		background: url(../images/bg_message02_01.png) center center no-repeat;
		background-size: cover;
		padding-bottom: 50px;
	}
	#solutioncontents_page main section.users_voice03 .mttl h3 {
		margin-bottom: 22px;
	}
	#solutioncontents_page main section.users_voice02,
		#solutioncontents_page main section.users_voice04 {
		background-color: #fff;
	}
	#solutioncontents_page main section.users_voice02 .ttl_story {
		width: 96%;
		margin: 0 auto;
		background: #252D43;
		text-align: center;
		padding: 12px 0 22px;
		margin-bottom: 35px;
		position: relative;
	}
	#solutioncontents_page main section.users_voice04 .ttl_story {
		width: 96%;
		margin: 0 auto;
		background: #252D43;
		text-align: center;
		padding: 12px 0 22px;
		margin-bottom: 44px;
		position: relative;
	}
	#solutioncontents_page main section.users_voice02 .ttl_story:after,
		#solutioncontents_page main section.users_voice04 .ttl_story:after {
		border-left: 30px solid transparent;
		border-top: 30px solid #252D43;
		border-right: 30px solid transparent;
		content: "";
		position: absolute;
		left: 50%;
		bottom: -30px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#solutioncontents_page main section.users_voice02 .ttl_story h3 {
		color: #fff;
		font-size: 5.6rem;
		font-weight: bold;
		padding-top: 53px;
		background: url(../images/txt_story.png) top center no-repeat;
		background-size: auto 35px;
		position: relative;
		margin-bottom: 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 1.3;
	}
	#solutioncontents_page main section.users_voice04 .ttl_story h3 {
		color: #fff;
		font-size: 5.6rem;
		font-weight: bold;
		padding-top: 40px;
		background: url(../images/txt_story.png) top center no-repeat;
		background-size: auto 35px;
		position: relative;
		margin-bottom: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 1.3;
	}
	#solutioncontents_page main section.users_voice02 .ttl_story h3:before,
		#solutioncontents_page main section.users_voice02 .ttl_story h3:after,
		#solutioncontents_page main section.users_voice04 .ttl_story h3:before,
		#solutioncontents_page main section.users_voice04 .ttl_story h3:after
		{
		content: "";
		background: url(../images/ico_star.png) center center no-repeat;
		background-size: contain;
		width: 21px;
		height: 20px;
		display: block;
	}
	#solutioncontents_page main section.users_voice02 .ttl_story h3:before,
		#solutioncontents_page main section.users_voice04 .ttl_story h3:before
		{
		margin-right: 10px;
	}
	#solutioncontents_page main section.users_voice02 .ttl_story h3:after,
		#solutioncontents_page main section.users_voice04 .ttl_story h3:after
		{
		margin-left: 10px;
	}
	#solutioncontents_page main section.users_voice02 .ttl_story p,
		#solutioncontents_page main section.users_voice04 .ttl_story p {
		color: #fff;
		font-size: 2.7rem;
		letter-spacing: 0;
		font-weight: bold;
	}
	#solutioncontents_page main section.users_voice02 h4.ttl_usp {
		font-size: 4.3em;
		text-align: center;
		line-height: 1.6;
		font-weight: bold;
	}
	#solutioncontents_page main section.users_voice04 h4.ttl_usp {
		font-size: 4.3em;
		text-align: center;
		line-height: 1.7;
		font-weight: bold;
	}
	#solutioncontents_page main section.users_voice02 h4.ttl_usp strong.maker.green
		{
		display: block;
		font-size: 3.5rem;
		background: #1AAD80;
		padding: 0px;
		color: #fff;
		width: 90%;
		font-size: 3.8rem;
		letter-spacing: 3px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto 10px;
		text-align: center;
	}
	#solutioncontents_page main section.users_voice04 h4.ttl_usp strong.maker.green
		{
		display: block;
		font-size: 3.5rem;
		background: #1AAD80;
		padding: 0px 20px;
		color: #fff;
		width: 90%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto 10px;
		text-align: center;
	}
	#solutioncontents_page main section.users_voice02 .story_box {
		padding: 30px 3% 5px;
		font-size: 2.8rem;
		line-height: 1.8;
	}
	#solutioncontents_page main section.users_voice02 .story_box.usp {
		font-size: 2.8rem;
		line-height: 1.8;
	}
	#solutioncontents_page main section.users_voice04 .story_box {
		padding: 30px 3% 5px;
		font-size: 2.8rem;
		line-height: 1.8;
	}
	#solutioncontents_page main section.users_voice04 .story_box {
		padding-top: 11px;
	}
	#solutioncontents_page main section.users_voice04 .story_box p {
		margin-bottom: 20px;
	}
	#solutioncontents_page main section.users_voice02 .story_box:last-child
		{
		padding-bottom: 25px;
	}
	#solutioncontents_page main section.users_voice04 .story_box:last-child
		{
		padding-bottom: 40px;
	}
	#solutioncontents_page main section.users_voice02 .story_box .photo_box,
		#solutioncontents_page main section.users_voice04 .story_box .photo_box
		{
		max-width: 339px;
		width: 40%;
	}
	#solutioncontents_page main section.users_voice02 .story_box .photo_box img,
		#solutioncontents_page main section.users_voice04 .story_box .photo_box img
		{
		width: 100%;
	}
	#solutioncontents_page main section.users_voice02 .story_box .photo_box.right,
		#solutioncontents_page main section.users_voice04 .story_box .photo_box.right
		{
		float: right;
		margin-left: 10px;
	}
	#solutioncontents_page main section.users_voice02 .story_box .photo_box.left,
		#solutioncontents_page main section.users_voice04 .story_box .photo_box.left
		{
		float: left;
		margin-right: 15px;
	}
	#solutioncontents_page main section.users_voice02 .story_box h4.border_ttl
		{
		border-top: 2px solid #252D43;
		border-bottom: 2px solid #252D43;
		padding: 10px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 3.3rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 1.3;
		margin-bottom: 12px;
		font-weight: bold;
	}
	#solutioncontents_page main section.users_voice04 .story_box h4.border_ttl
		{
		border-top: 2px solid #252D43;
		border-bottom: 2px solid #252D43;
		padding: 10px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 3.3rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 1.3;
		margin-bottom: 30px;
		font-weight: bold;
	}
	#solutioncontents_page main section.users_voice02 .story_box h4.border_ttl strong.ico_usp,
		#solutioncontents_page main section.users_voice02 .story_box h4.border_ttl strong.ico_cta,
		#solutioncontents_page main section.users_voice04 .story_box h4.border_ttl strong.ico_usp,
		#solutioncontents_page main section.users_voice04 .story_box h4.border_ttl strong.ico_cta,
	#solutioncontents_page main section.users_voice02 .story_box h4.border_ttl span.ico_usp,
		#solutioncontents_page main section.users_voice02 .story_box h4.border_ttl span.ico_cta,
		#solutioncontents_page main section.users_voice04 .story_box h4.border_ttl span.ico_usp,
		#solutioncontents_page main section.users_voice04 .story_box h4.border_ttl span.ico_cta
		{
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #252D43;
		font-size: 4.0rem;
		height: 54px;
		margin-right: 20px;
		padding: 3px 7px;
	}
	#solutioncontents_page main section.users_voice03 {
		background-color: #fff;
	}
	#solutioncontents_page main section.users_voice04 {
		background-color: #fff;
	}
	#solutioncontents_page main section.company_box {
		position: relative;
		padding: 30px 3% 20px;
	}
	#solutioncontents_page main section.company_box:before {
		content: "";
		background: url(../images/bg_company_01.png) center center no-repeat;
		background-size: cover;
		position: absolute;
	}
	#solutioncontents_page main section.company_box .ttl_box {
		margin-bottom: 24px;
		background: url(../images/ttl_company.png) no-repeat top center;
		background-size: 100px;
		height: 30px;
	}
	#solutioncontents_page main section.company_box h2 {
		text-align: center;
		color: #fff;
		margin-bottom: 22px;
		font-size: 4.9rem;
		line-height: 1.7;
		font-weight: bold;
	}
	#solutioncontents_page main section.company_box div.nosaka {
		padding: 7vw 4% 55vw;
		background-color: #fff;
		background-image: url(../images/bg_company_nosaka_01.png),
			url(../images/bg_company_nosaka_02.png),
			url(../images/bg_company_nosaka_03_sp.png);
		background-repeat: no-repeat;
		background-position: top right, top left, bottom left;
		background-size: 38.52% auto, 68.4% auto, contain;
	}
	#solutioncontents_page main section.company_box div.nosaka h3 {
		margin-left: auto;
		max-width: 600px;
		font-size: 4.0rem;
		font-size: 5vw;
		text-align: right;
		line-height: 1.8;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#solutioncontents_page main section.company_box div.nosaka h3 strong.maker.navy
		{
		display: block;
		letter-spacing: 0;
		background: #252D43;
		color: #fff;
	}
	#solutioncontents_page main section.company_box div.nosaka p {
		max-width: 590px;
		width: 100%;
		margin-left: auto;
		font-size: 2.8rem;
		line-height: 1.8;
	}
	#solutioncontents_page main section.company_box div.nosaka p.name {
		padding-top: 30px;
		text-align: left;
		padding-bottom: 20px;
		font-size: 2.3rem;
		margin-left: auto;
		width: 40%;
		font-weight: bold;
	}
	#solutioncontents_page main section.company_box div.nosaka p.name strong.big,
	#solutioncontents_page main section.company_box div.nosaka p.name span.big
		{
		font-size: 3.7rem;
			font-weight: bold;
	}
	#solutioncontents_page main section.company_box div.nakajima {
		background: url(../images/bg_company_nakajima_01.png) center center
			no-repeat;
		background-size: cover;
		padding: 40px 45px;
	}
	#solutioncontents_page main section.company_box div.nakajima p.name {
		background-color: rgba(255, 255, 255, 0.76);
		padding: 10px;
		font-size: 2.0rem;
		margin-right: auto;
		max-width: 130px;
		text-align: center;
		font-weight: bold;
	}
	#solutioncontents_page main section.company_box div.nakajima p.name strong.big,
	#solutioncontents_page main section.company_box div.nakajima p.name span.big
		{
		font-size: 3.0rem;
			font-weight: bold;
	}
	#solutioncontents_page main section.company_box div.meeting {
		padding: 0px 0 0px;
	}
	#solutioncontents_page main section.company_box div.meeting img {
		width: 100%;
	}
	#solutioncontents_page main section.company_box div.meeting p {
		padding-top: 5px;
		width: 96%;
		margin: 0 auto;
		font-size: 2.8rem;
		color: #fff;
		line-height: 1.8;
	}
	#solutioncontents_page main section.form_box {
		padding: 53px 0 117px;
	}
	#solutioncontents_page main section.form_box .ttl_box {
		margin-bottom: 20px;
		background: url(../images/ttl_form.png) no-repeat top center;
		background-size: 56px;
		height: 28px;
	}
	#solutioncontents_page main section.form_box h3 {
		font-size: 5.0rem;
		text-align: center;
		margin-bottom: 24px;
		font-weight: bold;
		line-height: 1.5;
	}
	#solutioncontents_page main section.form_box form {
		padding: 35px 30px;
		background: #fff;
		width: 96%;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: bold;
	}
	#solutioncontents_page main section.form_box form dl {
		width: 100%;
	}
	#solutioncontents_page main section.form_box form dl dt {
		-ms-flex-item-align: stretch;
		align-self: stretch;
		padding: 11px 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		letter-spacing: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 3.0rem;
	}
	#solutioncontents_page main section.form_box form dl dt span.require {
		background: #FF8A00;
		font-size: 1.5rem;
		color: #fff;
		padding: 0.5rem;
		margin-left: 15px;
	}
	#solutioncontents_page main section.form_box form dl dd {
		padding: 11px 0;
		border-bottom: 1px solid #252D43;
	}
	#solutioncontents_page main section.form_box form dl dd input,
		#solutioncontents_page main section.form_box form dl dd textarea {
		background: #E8E8E8;
		border: none;
		border-radius: 4px;
		width: 100%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#solutioncontents_page main section.form_box form dl dd textarea {
		height: 10rem;
	}
	#solutioncontents_page main section.form_box form button {
		background: #1AAD80;
		color: #fff;
		text-align: center;
		border: none;
		font-size: 3.0rem;
		font-weight: bold;
		max-width: 270px;
		width: 60%;
		margin: 40px auto 0;
		border-radius: 4px;
		padding: 10px 0;
		display: block;
	}
	#solutioncontents_page main section.form_box  form button#edit,
	#solutioncontents_page main section.form_box  form button#submit  {
	margin: 20px auto 0;
}
	#solutioncontents_page main div.message_box {
		background: #FECD60;
		padding: 15px;
		border-radius: 21px;
		max-width: 1020px;
		width: 94%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto 41px;
	}
	#solutioncontents_page main div.message_box:before {
		padding-bottom: 60px;
	}
	#solutioncontents_page footer {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 1020px;
		width: 100%;
		margin: 0 auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 90px 0 0px;
	}
	#solutioncontents_page footer:after {
		content: "";
		background: url(../images/ico_human_07_sp.png) bottom center no-repeat;
		background-size: contain;
		max-width: 200px;
		width: 30%;
		display: block;
		position: absolute;
		height: 256px;
		left: 0;
		top: -20px;
	}
	#solutioncontents_page footer a.copyright {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		text-align: center;
		display: block;
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		background: #fff;
		text-decoration: none;
		padding: 7px 0 10px;
		font-size: 1.3rem;
		margin-top: 0px;
		position: relative;
		color: #292c3b;
	}
	#solutioncontents_page footer a.copyright:before {
		content: "";
		width: 100vw;
		display: block;
		position: absolute;
		height: 100%;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: -1;
		background: #fff;
	}
	#solutioncontents_page footer:before {
		content: "";
		width: 100vw;
		display: block;
		position: absolute;
		height: 88%;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: -1;
		background: #252D43;
	}
	#solutioncontents_page footer h3.company_name {
		margin-left: auto;
		padding: 10px 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 60%;
		font-size: 2.0rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #FECD60;
		font-weight: normal;
	}
	#solutioncontents_page footer h3.company_name:before {
		content: "";
		background: url(../images/logo_02.png) center left no-repeat;
		background-size: contain;
		width: 23px;
		height: 43px;
		display: block;
		margin-right: 10px;
	}
	#solutioncontents_page footer adress {
		margin-left: auto;
		margin-top: 50px;
		width: 60%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		color: #fff;
		font-size: 1.5rem;
		line-height: 1.3;
	}
	#solutioncontents_page footer adress span, #solutioncontents_page footer adress a
		{
		color: #ffffff;
	}
}

@media only screen and (max-width: 374px) {
	#solutioncontents_page header .wrap a.contact {
		font-size: 2rem;
	}
	#solutioncontents_page header .wrap h2 {
		width: auto;
	}
	#solutioncontents_page header .wrap h1 {
		width: auto;
	}
	#solutioncontents_page main section.about_box01 h2 {
		font-size: 3.8rem;
	}
	#solutioncontents_page main section.about_box03 h2 {
		font-size: 4.6rem;
	}
	#solutioncontents_page main section.kikasete02 dl dd {
		font-size: 6.6vw;
	}
	#solutioncontents_page main section.technique_solution03 h3.ttl {
		font-size: 4.2rem;
	}
	#solutioncontents_page main section.technique_solution03 div.detail p.servece
		{
		padding: 6px 8px 15px;
	}
	#solutioncontents_page main section.technique_solution03 div.detail p.price strong.time
		{
		padding: 4px 16px;
	}
	#solutioncontents_page main section.users_voice01 .mttl div.profile_bpx div.detail p
		{
		font-size: 2.5rem;
	}
	#solutioncontents_page main section.users_voice01 div.message_detail h4
		{
		font-size: 5rem;
	}
}

.margin_bottom {
	margin-bottom: 12px;
}

.mb20 {
	margin-bottom: 27px;
}

.fade-in {
	transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
}

/*# sourceMappingURL=../style.css.map */

