@charset "utf-8";
/* CSS Document */


/* ----- フォント指定 ----------------- */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Josefin+Sans);

/* 共通設定 */
body {
	font-family: 'Noto Sans Japanese', Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
.content a.btn {
	color: #4d9feb;
	background: rgba(0,0,0,0);
	border: 4px solid #4d9feb;
	font-size: 2.2rem;
	max-width: 350px;
	display: block;
	margin: 20px auto;
	padding: 25px 5px;
}
.content a.btn:hover {
	background: #4d9feb;
	color: #fff;
}
.content a.btn.orange {
	color: #fff;
	background: #ff7e00;
	border: 4px solid #ff7e00;
}
.content a.btn.white {
	color: #fff;
	border: 4px solid #fff;
}
.content a.btn:hover {
	transition: .8s;
}
.content a.btn.orange:hover {
	background: #fff;
	color: #ff7e00;
}
.content a.btn.white:hover {
	background: #fff;
	color: #4d9feb;
}
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	max-width: 1040px;
}
.flex.col2 div {
	width: 48.2%;
}
.flex.col3 div {
	width: 31%;
}
.attention {
	font-size: 1.2rem;
	color: #333!important;
}
table thead tr:first-child th {
	border-top: solid 1px #ddd;
}
.area_cv {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/container/bg_cv.png) no-repeat 0 58px;
	align-items: center;
}
.area_cv > div {
	width: 50%;
	text-align: center;
	padding: 20px 0;
}
.area_cv h5 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 5px;
}
.area_cv p {
	font-size: 1.5rem;
}
.bg_color {
	background:#4d9feb;
}
.bg_color h5,
.bg_color p {
	color: #fff;
}
.bg_color .area_cv {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/container/bg_cv2.png) no-repeat 0 58px;
}

/* ファーストビュー */
#first_view {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/container/bg_ship.png) no-repeat bottom right, url(//cdn.www.idcf.jp/sevice_shared/img/container/bg_main.jpg) no-repeat 0 0;
	background-size: 612px, cover;
	padding: 80px 0 65px;
}
#first_view .content {
	overflow: visible;
}
#first_view p {
	color: #fff;
}
#first_view p.lead {
	font-size: 1.8rem;
	font-weight: bold;
	color: #042e4b;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
#first_view p.lead:before,
#first_view p.lead:after {
	content: '';
	width: 245px;
	height: 8px;
	background: #042e4b;
}
#first_view p.lead span {
	display: block;
	margin: 4px 30px 0 40px;
}
#first_view .ttl {
	justify-content: center;
	margin-bottom: 20px;
}
#first_view .ttl figure {
	width: 70px;
	margin-top: 3px;
}
#first_view .ttl h1 {
	color: #fff;
	font-size: 6.0rem;
	font-weight: bold;
	padding-top: 0;
	padding-left: 20px;
	margin-top: -8px;
	margin-bottom: 4px;
}
#first_view .mv_feature {
	margin-bottom: 42px;
}
#first_view .mv_feature > div {
	width: 33.3%;
	align-items: center;
	justify-content: flex-start;
}
#first_view .mv_feature figure {
	width: 103px;
	height: 103px;
	background: #042e4b;
	border-radius: 50%;
	position: relative;
}
#first_view .mv_feature figure img {
	width: 75px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#first_view .mv_feature p {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 15px;
	margin-left: 15px;
}
#first_view .main_cv {
	align-items: center;
}
#first_view .main_cv > div {
	background: #fff;
	padding: 17px 40px;
	box-sizing: border-box;
	position: relative;
}
#first_view .main_cv > div:after {
	content: '';
	position: absolute;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #fff;
	top: 50%;
	right: -12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#first_view .main_cv > div h3 {
	color: #4d9feb;
	font-size: 2.0rem;
	margin-top: 0;
	margin-bottom: 0;
}
#first_view .main_cv > div p {
	color: #333;
	font-size: 1.4rem;
	margin-bottom: 0;
}
#first_view .main_cv a.btn {
	margin: 0;
	padding: 20px 5px;
	font-size: 2.0rem;
	width: 280px;
	max-width: none;
	height: 68px;
	box-sizing: border-box;
}
#first_view .main_cv a.btn.orange:hover {
	border-color: #fff;
}
#first_view p.attention {
	color: #fff!important;
}
.area_suse {
	align-items: center;
}
.area_suse figure {
	flex: none;
	max-width: 120px;
	margin-right: 20px;
}
.area_suse p {
	font-size: 1.4rem;
}
/* こんな方におすすめ */
#introduce .recommend div {
	background-color: #042e4b;
	background-image: url(//cdn.www.idcf.jp/sevice_shared/img/container/bg_check.png);
	background-repeat: no-repeat;
	background-position: 50% 92%;
	
}
#introduce .recommend h5 {
	color: #fff;
	font-size: 1.9rem;
	padding: 21px 0 17px;
	position: relative;
	line-height: 1.4;
}
#introduce .recommend div:first-child h5 {
	line-height: 2.8;
}
#introduce .recommend h5:before {
	content: '';
	background: url(//cdn.www.idcf.jp/sevice_shared/img/container/icn_issue.png) no-repeat 0 0;
	width: 51px;
	height: 67px;
	position: absolute;
	left: 0;
	bottom: -6px;
}
#introduce .recommend p {
	margin: 0;
	padding: 30px 25px;
}
#introduce .recommend p.issue {
	background: #fff;
	padding-bottom: 20px;
	min-height: 125px;
}
#introduce .recommend p.solution {
	color: #fff;
	margin-top: 33px;
	padding-bottom: 50px;
	position: relative;
}
#introduce .recommend p.solution:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 161.195px solid transparent;
	border-right: 161.195px solid transparent;
	border-top: 30px solid #fff;
	position: absolute;
	top: -33px;;
	left: 0;
	right: 0;
	margin: auto;
}


/* 特長 */
#feature {
	background: #4d9feb;
}
#feature h3 {
	font-size: 2.0rem;
	margin-bottom: 5px;
	line-height: 1.4;
}
#feature figure {
	flex: none;
	background: #e1f1ff;
	border-radius: 50%;
	width: 125px;
	height: 125px;
	margin: 0 auto;
	position: relative;
}
#feature figure img {
	width: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#feature .feature div {
	background: #fff;
	padding: 0 30px;
	box-sizing: border-box;
}


/*主なご利用例 */
#usage .usage {
	position: relative;
}
#usage h4 {
	color: #fff;
	font-size: 2.3rem;
	text-align: center;
	margin-top: 0px;
	padding: 14px;
	position: absolute; 
	top: -30px; 
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	background: #4d9feb;
}
#usage .usage_content {
	border: 3px solid #eee;
	padding: 60px 22px 25px 22px;
	box-sizing: border-box;
}
#usage .usage_content .flex figure {
	width: 63%;
}
#usage .usage_content .flex > div {
	width: 43%;
	position: relative;
}
#usage h5 {
	color: #4d9feb;
	font-size: 2.0rem;
}
#usage .scene p {
	margin-top: 8px;
	margin-bottom: 10px;
}
#usage .scene li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 3px;
}
#usage .point li {
	padding: 10px 0 2px 38px;
	background: url(/sevice_shared/img/svg/container/icn_check.svg) no-repeat 0 7px / 30px;
}
#usage .usage_content .flex div.pattern05 {
	width: 79%;
}
#usage .usage_content .pattern05 .flex {
	margin-top: 20px;
}
#usage .usage_content .pattern05 .flex,
#usage .usage_content .pattern05 figure {
	width: 100%;
}
#usage .usage_content .pattern05 .flex p {
	margin: 10px;
}


/* 仕様・料金 */
/*#spec_price table {
	width: 1040px;
}*/
#spec_price table ul {
	margin: 10px 0 6px;
}
#spec_price table li {
	list-style: disc;
	margin-left: 25px;
}


/* ご利用の流れ */
#flow .flex > div {
	width: 30%;
	background: #fff;
	padding: 30px 15px 20px;
	box-sizing: border-box;
	position: relative;
}
#flow .flex > div:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	top: 50%;
	right: -35px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
#flow .flex > div:last-child:after {
	content: none;
}
#flow .flex > div figure {
	width: 150px;
	margin: 0 auto;
	margin-bottom: 15px;
}
#flow .flex > div p {
	font-size: 1.5rem;
}

/* パンくず */
.lnav ul li {
	background-position: right 3px;
}
.lnav li.container,
.lnav li:last-child.container{
	background: url(/sevice_shared/img/svg/container/icn_container.svg) no-repeat 0 0 / 20px;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* 動画 */
.movie {
	width: 100%;
	min-width: 450px;
	max-width: 550px;
	aspect-ratio: 16 / 9;
	margin-right: 61px;
}
.movie iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1039px){
	#introduce,
	#feature,
	#usage,
	#spec_price,
	#flow,
	#download {
		padding-top: 50px;
	}
	.flex {
		display: block;
	}
	.flex.col2 div,
	.flex.col3 div {
		width: 90%;
		min-width: 300px;
		margin: 0 auto;
	}
	.area_cv.content {
		width: 100%;
		padding-bottom: 30px;
	}
	.area_cv > div {
		width: 100%;
		padding: 10px 20px 0;
		box-sizing: border-box;
	}
	.area_cv figure {
		width: 50%;
		max-width: 350px;
		margin: 0 auto;
	}
	.content.area_cv a.btn {
		width: 300px;
		font-size: 1.6rem;
		margin: 0 auto 10px;
	}
	.bg_color .area_cv {
		background-position: 0 53px;
	}
	#first_view {
		padding: 40px 10px 30px;
	}
	#first_view p,
	#first_view p.lead {
		font-size: 1.6rem;
	}
	#first_view p.lead span {
		min-width: 170px;
		margin-left: 10px;
		margin-right: 10px;
	}
	#first_view .ttl {
		margin-bottom: 20px;
		display: flex;
	}
	#first_view .ttl h1 {
		font-size: 5rem;
		margin-top: 6px;
	}
	#first_view .mv_feature {
		display: flex;
	}
	#first_view .mv_feature > div {
		width: 100%;
		display: flex;
	}
	#first_view .mv_feature figure {
		width: 65px;
		height: 65px;
	}
	#first_view .mv_feature figure img {
		width: 75%;
	}
	#first_view .mv_feature p {
		font-size: 1.6rem;
		font-weight: normal;
		margin-top: 7px;
	}
	#first_view .main_cv {
		margin: 20px 0;
		box-sizing: border-box;
	}
	#first_view .main_cv > div {
		max-width: 335px;
		padding: 13px 15px 10px;
		margin: 0 auto 20px;
	}
	#first_view .main_cv > div:after {
		top: auto;
		bottom: -23px;
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: rotate(90deg) translateX(-50%);
	}
	#first_view .main_cv > div h3 {
		font-size: 1.6rem;
	}
	#first_view .main_cv > div p {
		font-size: 1.2rem;
	}
	#first_view .main_cv a.btn {
		margin: 0 auto 5px;
	}
	.content a.btn {
		margin: 0 auto 10px;
	}
	#first_view p.attention {
		font-size: 1.2rem;
	}
	.area_suse {
		text-align: center;
	}
	.area_suse figure {
		margin: 0 auto 5px;
	}
	.area_bnr.flex {
		display: flex;
	}
	.area_bnr.flex a {
		margin: 0 10px;
	}
	#introduce .recommend div {
		margin-bottom: 30px;
	}
	#introduce .recommend p.issue {
		min-height: auto;
		padding-bottom: 30px;
	}
	#introduce .recommend p.solution {
		margin-top: 20px;
	}
	#introduce .recommend p.solution:before {
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 15px solid #fff;
		top: -20px;
	}
	#introduce .recommend div {
		background-size: 130px;
		background-position: 50% 90%;
	}
	#feature .feature div {
		padding: 30px;
		margin-bottom: 20px;
	}
	#feature h3 {
		text-align: center;
		line-height: 1.3;
		margin-top: 10px!important;
		font-size: 1.8rem;
	}
	#feature figure {
		margin-top: 10px!important;
	}
	#usage .usage {
		margin-top: 50px;
	}
	#usage h4 {
		font-size: 1.8rem;
	}
	#usage h5 {
		font-size: 1.6rem;
	}
	#usage li {
		background-size: 25px;
	}
	#usage .usage_content .flex figure {
		width: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	#usage .usage_content .flex div,
	#usage .usage_content .flex div.pattern05 {
		width: 100%;
	}
	#usage .usage_content .pattern05 .flex p {
		margin: 0 auto 20px;
	}
	#flow .flex > div {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 40px;
	}
	#flow .flex > div:last-child {
		margin-bottom: 0;
	}
	#flow .flex > div:after {
		top: auto;
		right: auto;
		bottom: -27px;
		left: 50%;
		width: 30px;
		height: 30px;
		-webkit-transform: translateX(-50%) rotate(135deg);
		-ms-transform: translateX(-50%) rotate(135deg);
		transform: translateX(-50%) rotate(135deg);
	}
	.area_cv h5 {
		font-size: 1.8rem;
	}
	.area_cv p {
		font-size: 1.4rem;
	}
	.movie {
		min-width: auto;
		margin: 0 auto 20px;
	}
}


@media screen and (max-width: 768px){
	.auto_br {
		display: inline;
	}
	#first_view {
		background-position: bottom left, 0 0;
	}
	#first_view .ttl figure {
		width: 70px;
	}
	#first_view .ttl h1 {
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		padding: 0;
		line-height: 1.2;
		margin-top: 7px;
		margin-left: 15px;
	}
	#first_view .ttl h1 span {
		display: block;
		font-size: 4.5rem;
	}
	#first_view .mv_feature {
		display: block;
		width: 250px;
		margin: 0 auto;
	}
	#first_view .mv_feature figure {
		width: 50px;
		height: 50px;
	}
	#first_view .main_cv {
		width: 100%;
		max-width: 600px;
	}
	/*#spec_price table.scroll_child {
		min-width: 820px;
	}*/
}


@media screen and (max-width: 500px){
	.area_bnr.flex {
		display: block;
	}
	.area_bnr.flex a {
		margin: 0 0 10px;
	}
	#usage h4 {
		font-size: 1.5rem;
	}
	#usage .usage_content {
		padding: 60px 20px 25px;
	}
}