@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ==================================
   初期化
================================== */
html,body,h1,h2,h3,h4,h5,p,dl, dt, dd, ol, ul, li,table,tr, th, td{
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	color: #000;
	background-color: #fff;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
ol,ul{
  list-style-type: none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a {
	color: #000;
	border: 0;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #e60012;
	border: 0;
	text-decoration: none;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
img{
	border: 0;
	vertical-align:bottom
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h1,h2,h3,h4{
	font-weight:600;
	line-height: 1.4;
}
.bold{
	font-weight: 700;
}
.red{
	color: #f00;
}
.orange{
	color: #eb5706;
}
.sp_only{
	display: none;
}
@media (max-width: 400px) {/* SP */
	.sp_only{
		display: inherit;
	}
}
/* ==================================
   共通
================================== */
.white{
	background-color: #ffffff;
	text-align: center;
}

.gray{
	background-color: #f1f1f1;
	text-align: center;
}
#copyright{
	font-size: 10px;
	text-align: center;
	color: #fff;
	background-color: #2b71b8;
}
.btn_pagetop{
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}
.btn_pagetop a img{
	opacity: 0.5;
	transition: 0.3s;
}
.btn_pagetop a:hover img{
	opacity: 1;
}

/* ==================================
   ヘッダー
================================== */
#header{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
#header div:nth-child(1){
	background-color: #2b71b8;
}
#header div:nth-child(2){
	flex: 1 1 auto;
	text-align:right;
	padding-right: 20px;
}
#header div:nth-child(3){
	background-color: #eb5706;
}
#header div:nth-child(1) .logo{
	position: relative;
}
#header div:nth-child(2) ul{
	display: inline-block;
	text-align: left;
}
#header div:nth-child(2) ul li:nth-child(1){
	font-size: 12px;
	color: #666;
	padding: 5px 0 0 10px;
}
#header div:nth-child(2) ul li:nth-child(2),
#header div:nth-child(2) ul li:nth-child(3){
	display: inline-block;
}
#header div:nth-child(2) ul li:nth-child(2) span:first-child,
#header div:nth-child(2) ul li:nth-child(3) span:first-child{
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	background-color: #2b71b8;
	padding: 4px 13px 6px 13px;
	margin: 0 10px;
}
#header div:nth-child(2) ul li:nth-child(2) span:last-child,
#header div:nth-child(2) ul li:nth-child(3) span:last-child{
	display: inline-block;
	font-size: 22px;
	line-height: 1;
	color: #2b71b8;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#header div:nth-child(3) a img{
	position: relative;
	background-color: #eb5706;
}
#header div:nth-child(3) a{
	display: block;
	position: relative;
}
#header div:nth-child(3) a:hover img{
	background-color: #ff8736;
}
#header img{
	max-width: 100%;
}
@media (max-width: 960px) {/* SmallPC*/
	#header{
		display: flex;
		justify-content: space-between;
	}
	#header div:nth-child(1){
		width: 23vw;
	}
	#header div:nth-child(2){
		flex: 0 1 auto;
		text-align:center;
		padding-right: 0;
		width: 56vw;
	}
	#header div:nth-child(3){
		width: 21vw;
	}
	#header div:nth-child(2) ul li:nth-child(1){
		font-size: 11px;
		padding: 2px 0 3px 10px;
	}
	#header div:nth-child(2) ul li:nth-child(2) span:last-child,
	#header div:nth-child(2) ul li:nth-child(3) span:last-child{
		font-size: 18px;
		vertical-align: top;
	}
	#header div:nth-child(2) ul li:nth-child(2) span:first-child,
	#header div:nth-child(2) ul li:nth-child(3) span:first-child{
		font-size: 11px;
		padding: 2px 5px 3px 5px;
		margin: 0 10px;
		vertical-align: top;
	}
}
@media (max-width: 800px) {/* tablet */
	#header div:nth-child(1){
		width: 22vw;
	}
	#header div:nth-child(2){
		width: 50vw;
	}
	#header div:nth-child(3){
		width: 24vw;
	}
	#header div:nth-child(2) ul li:nth-child(2) span:last-child,
	#header div:nth-child(2) ul li:nth-child(3) span:last-child{
		font-size: 15px;
		vertical-align: top;
	}
}
@media (max-width: 630px) {/* SP */
	#header{
		display: flex;
		width: 100%;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	#header div:nth-child(1){
		order:1;
		width: 50%;
	}
	#header div:nth-child(2){
		order:3;
		width: 100%;
	}
	#header div:nth-child(3){
		order:2;
		width: 50%;
	}
	#header div:nth-child(2) ul li:nth-child(2) span:last-child,
	#header div:nth-child(2) ul li:nth-child(3) span:last-child{
		font-size: 15px;
		vertical-align: top;
	}
}
/* ==================================
   タイトル
================================== */
#title{
	background:url(../img/titlebg.jpg) center center no-repeat #b5d6f5;
	background-size: cover;
	padding: 120px 0 30px 0;
}
#title .flex{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#title .flex div.image{
	order: 1;
	width: 45%;
	padding: 20px 0;
	text-align: center;
}
#title .flex div.text{
	order: 2;
	width: 55%;
}
#title div.text p{
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	background-color: #e63c00;
	padding: 6px 15px 6px 55px;
	margin: 40px 0 0 0;
	position: relative;
}
#title div.text p img{
	position: absolute;
	left: 12px;
	top: 6px;
}
#title img.image{
	max-width: 100%;
}
#title h1{
	font-size: 53px;
	line-height: 1.3;
	margin-top: 20px;
}
#title h1 span{
	font-size: 30px;
	font-weight: 400;
}
@media (max-width: 1070px) {/* SmallPC / tablet */
	#title h1{
		font-size: 5vw;
	}
	#title h1 span{
		font-size: 3.5vw;
	}
	#title div.text p{
		font-size: 1.6vw;
		padding: 6px 15px 6px 6vw;
	}
	#title div.text p img{
		position: absolute;
		left: 12px;
		top: 6px;
		width: 3vw;
	}
}
@media (max-width: 630px) {/* SP */
	#title{
		padding: 50px 5% 10px;
	}
	#title .flex{
		display: block;
	}
	#title .flex div.image{
		width: 60%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
	#title .flex div.text{
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
	#title h1{
		font-size: 9vw;
		margin-top: 6px;
	}
	#title h1 span{
		font-size: 4.5vw;
	}
	#title div.text p{
		font-size: 3.3vw;
		padding: 6px 15px 6px 11vw;
		margin: 0;
	}
	#title div.text p img{
		left: 10px;
		top: 9px;
		width: 5vw;
	}
}
/* ==================================
   バナー
================================== */
#banner01{
	border-bottom: solid 1px #cdcdcd;
	margin-bottom: 10px;
}
#banner01 a{
	display: block;
	position: relative;
	max-width: 870px;
	margin: 50px auto 35px;
	color: #fff;
}
#banner01 a img{
	position: absolute;
	top: -22px;
	left: 30px;
	z-index:100;
}
#banner01 .flex{
	display: table;
	width: 100%;
}
#banner01 .flex div:first-child{
	display: table-cell;
	width: 70%;
	text-align: center;
	background-color: #2b71b8;
}
#banner01 .flex div:first-child p{
	padding: 10px 0 10px 100px;
}
#banner01 .flex div:last-child{
	display: table-cell;
	width: 30%;
	background-image:url(../img/icon_download.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	background-color: #eb5706;
	text-align: center;
	vertical-align: middle;
}
#banner01 .flex div:last-child p{
	padding-left: 10px;
}
#banner01 a:hover div:first-child{
	background-color: #4b91d8;
}
#banner01 a:hover div:last-child{
	background-color: #fe8635;
}
@media (max-width: 870px) {/* SmallPC / tablet */
	#banner01 a{
		margin: 30px 30px 35px;
		color: #fff;
	}
	#banner01 a img{
		position: absolute;
		top: -8px;
		left: 10px;
		width: 9vw;
	}
	#banner01 .flex div:first-child{
		text-align: left;
	}
	#banner01 .flex div:first-child p{
		padding: 10px 10px 10px 12vw;
		line-height: 1.2;
		font-size: 14px;
	}
	#banner01 .flex div:first-child p br{
		display: none;
	}
	#banner01 .flex div:last-child p{
		line-height: 1.2;
		font-size: 14px;
	}
	#banner01 .flex div:last-child p span{
		display: block;
	}
}
@media (max-width: 630px) {/* SP */
	#banner01 a{
		margin: 20px 30px 20px;
		color: #fff;
	}
	#banner01 .flex{
		display: block;
	}
	#banner01 .flex div:first-child{
		display: block;
		width: 100%
	}
	#banner01 .flex div:first-child p{
		padding: 10px;
		font-size: 13px;
	}
	#banner01 a img{
		display: none;
	}
	#banner01 .flex div:last-child{
		display: block;
		padding: 10px 0;
		width: 100%
	}
	#banner01 .flex div:last-child p span{
		display: inline;
	}
}
/* ==================================
   リード部分 共通
================================== */
.lead{
	padding: 0 0 30px;
}
.lead.white {
	padding: 0 0 60px;
}
.lead img.fig{
	max-width: 100%;
}
.lead h2{
	padding: 50px 20px 30px;
	font-size: 32px;
}
.lead p.ntxt{
	padding: 0 20px 40px;
}
.txt_left{
	max-width: 760px;
	text-align: left;
	margin: 0 auto;
}
.link_btn{
	padding: 0 25px;
	text-align: left;
}
.link_btn a{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	background-color: #eb5706;
	border-radius: 5px;
	line-height: 1.2;
	padding: 12px 20px;
}
.link_btn a:hover{
	background-color: #ff7726;
}
.link_btn.center{
	text-align: center;
	margin: 40px auto 30px;
}
.link_btn.center a{
	text-align: center;
	margin: 0 auto 30px;
	padding: 12px 25px 12px 30px;
}
@media (max-width: 900px) {/* tablet */
	.lead img.fig{
		max-width: 90%;
	}
	.lead h2{
		padding: 30px 20px 30px;
		font-size: 26px;
	}
	.lead p.ntxt{
		padding: 0 60px 30px;
		text-align: left;
		line-height: 1.5;
	}
	.lead p.ntxt br{
		display: none;
	}
}
@media (max-width: 600px) {/* SP */
	.lead{
		padding: 0 0 30px;
	}
	.lead h2{
		font-size: 20px;
		padding: 30px 10px 30px;
	}
	.lead h2 span{
		display: block;
	}
	.lead h2 br{
		display: none;
	}
	.lead p.ntxt{
		padding: 0 20px 30px;
		font-size: 15px;
	}
	.lead.taisaku{
		padding: 0 0 30px 0;
	}
	.lead.risou{
		padding: 0 0 40px 0;
	}
}

/* ==============================================
Windows Server 2008サポート終了 グラフ
============================================== */
#windows_support_frame{
	width: 100%;
	overflow-x: auto;
}
#windows_support{
	position: relative;
	width: 891px;
	height: 502px;
	margin: 0 auto;
}
#windows_support #ws_base{
	position: absolute;
	top: 0;
	left: 0;
}
#windows_support li span{
	position: absolute;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
}
#windows_support li.ws01 span:first-child{
	top: 66px;
	left: 0;
	text-align: right;
	width: 125px;
}
#windows_support li.ws01 span:last-child{
	font-size: 13px;
	top: 76px;
	left: 245px;
	background-color: #fff;
}
#windows_support li.ws02 span:first-child{
	top: 142px;
	left: 0;
	text-align: right;
	width: 125px;
}
#windows_support li.ws02 span:last-child{
	top: 150px;
	left: 310px;
	font-size: 13px;
	background-color: #fff;
}
#windows_support li.ws03 span:first-child{
	top: 216px;
	left: 0;
	text-align: right;
	width: 125px;
}
#windows_support li.ws03 span:last-child{
	top: 232px;
	left: 310px;
	font-size: 13px;
	background-color: #fff;
}
#windows_support li.ws04 span:first-child{
	top: 292px;
	left: 0;
	color: #f40000;
	text-align: right;
	width: 125px;
}
#windows_support li.ws04 span:nth-child(2){
	top: 305px;
	left: 142px;
	color: #fff;
	font-size: 10px;
}
#windows_support li.ws04 span:nth-child(3){
	top: 303px;
	left: 380px;
	font-size: 13px;
}
#windows_support li.ws04 span:nth-child(4){
	top: 298px;
	left: 600px;
	font-size: 20px;
	color: #f40000;
	background-color: #fff;
}
#windows_support li.ws05 span:first-child{
	top: 368px;
	left: 0;
	text-align: right;
	width: 125px;
}
#windows_support li.ws05 span:nth-child(2){
	top: 379px;
	left: 280px;
	color: #fff;
	font-size: 12px;
}
#windows_support li.ws05 span:nth-child(3){
	top: 380px;
	left: 465px;
	font-size: 12px;
}
#windows_support li.ws05 span:nth-child(4){
	top: 378px;
	left: 585px;
	font-size: 13px;
}
#windows_support li.ws05 span:nth-child(5){
	top: 381px;
	right: 4px;
	font-size: 10px;
	background-color: #fff;
}
#windows_support li.ws06 span:first-child{
	top: 445px;
	left: 0;
	text-align: right;
	width: 125px;
}
#windows_support li.ws06 span:nth-child(2){
	top: 455px;
	left: 446px;
	color: #fff;
	font-size: 12px;
}
#windows_support li.ws06 span:nth-child(3){
	top: 458px;
	left: 720px;
	font-size: 11px;
}
#windows_support li.ws06 span:nth-child(4){
	top: 456px;
	right: 20px;
	font-size: 13px;
}
@media (max-width: 500px) {/* tablet */
	#windows_support_frame{
		width: 320px;
		margin: 0 auto;
		overflow-x: auto;
	}
	#windows_support{
		margin: -165px 0 -160px -284px;
		transform: scale(0.33);
	}
}
/* ==============================================
「いまのOSのまま現行サーバーを使い続ける」選択肢も
============================================== */
.lead .sentakushi{
	display: flex;
	max-width: 860px;
	margin: 0 auto;
}
.lead .sentakushi div:first-child{
	flex : 2;
	text-align: left;
	padding: 10px 0 30px 10px;
}
.lead .sentakushi div:last-child{
	flex : 3;
	padding: 50px 0 30px 10px;
}
.lead .sentakushi .caption{
	font-weight: 300;
	font-size: 11px;
	text-align: left;
	padding: 10px 0 0 0;
}
@media (max-width: 900px) {/* tablet */
	.lead .sentakushi div:first-child{
		flex : 2;
		padding: 10px 0 30px 30px;
	}
	.lead .sentakushi div:last-child{
		flex : 3;
		padding: 50px 0 30px 10px;
	}
	.lead .sentakushi div:last-child p.ntxt{
		padding: 0 30px 30px 0;
		text-align: left;
		line-height: 1.5;
	}
	.lead .sentakushi .caption{
		font-size: 11px;
		line-height: 1.4;
		padding: 10px 20px 0 20px;
	}
	.lead .sentakushi .link_btn{
		padding: 0 20px 0 0;
	}
	.lead .sentakushi .link_btn a{
		font-size: 14px;
	}
}
@media (max-width: 600px) {/* SP */
	.lead .sentakushi{
		display: block;
		margin: 0 20px;
	}
	.lead .sentakushi div:first-child{
		padding: 0 40px;
		text-align: center;
	}
	.lead .sentakushi div:last-child{
		padding: 30px 0 30px 0px;
	}
	.lead .sentakushi div:last-child p.ntxt{
		padding: 0 0 30px 0;
	}
	.lead .sentakushi .link_btn{
		padding: 0;
	}
	.lead .sentakushi .link_btn a{
		line-height: 1.6;
	}
}
/* ==============================================
現行サーバーを使い続ける理由 
============================================== */
.reason_flex{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 20px;
}
.reason_flex li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31%;
	background-color: #efefef;
	box-shadow: 7px 4px 0px 0px #c2c2c2;
	padding: 30px 40px;
	position: relative;
}
.reason_flex li .num{
	position: absolute;
	top:0;
	left:0;
	padding: 0 15px;
	color: #fff;
	font-size: 24px;
	background-color: #2b71b8
}
.reason_flex li .txt1{
	color: #2b71b8;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 1px;
	padding: 10px 0 10px 0;
	width: 100%;
}
@media (max-width: 900px) {/* tablet */
	.reason_flex li{
		width: 32%;
	}
	.reason_flex li .num{
		padding: 0 10px;
		font-size: 18px;
	}
	.reason_flex li .txt1{
		font-size: 16px;
		text-align: left;
		padding: 10px 0 10px 0;
	}
	.reason_flex li .txt1 br{
		display: none;
	}
}
@media (max-width: 600px) {/* SP */
	.reason_flex{
		display: block;
		padding: 0 20px;
	}
	.lead.reason{
		padding: 0 0 20px;
	}
	.reason_flex li{
		width: 100%;
		margin: 0 0 15px 0;
	}
}


/* ==============================================
「ハードウェアの故障・寿命」
============================================== */
.fig005{
	margin: 20px auto 10px auto;
	background-color: #fff;
	max-width: 960px;
	padding: 30px 20px;
	box-shadow: 7px 4px 0px 0px #c2c2c2;
}
.fig005 img{
	max-width: 100%;
}
@media (max-width: 900px) {/* tablet */
	.fig005{
		margin: 0px 30px 10px;
	}
}
@media (max-width: 600px) {/* SP */
	h2.koshou{
		text-align: left;
		padding: 30px 30px 30px;
	}
	.fig005{
		padding: 20px 10px;
		margin: 0px 16px 10px;
	}
	.lead .link_btn.center{
		padding: 0 20px;
	}
	.lead .link_btn.center a{
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
		margin: 0 auto 0px;
	}
}

/* ==============================================
考えるべき２つのポイント
============================================== */
.pointflex{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 20px 40px;
}
.pointflex li{
	width: 49%;
	background-color: #efefef;
	box-shadow: 7px 4px 0px 0px #c2c2c2;
	padding: 10px 20px;
	position: relative;
}
.pointflex li .num{
	position: absolute;
	top:0;
	left:0;
	padding: 0 15px;
	color: #fff;
	font-size: 24px;
	background-color: #2b71b8
}
.pointflex li h4{
	text-align: center;
	color: #2b71b8;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	padding: 5px 10px 0px 40px;
}
.pointflex li .txt2{
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
	padding:20px 0 16px 0;
}
h3.yellowline{
	font-size: 28px;
	line-height: 1.8;
	margin-bottom: 30px;
}
h3.yellowline span{
	background: linear-gradient(transparent 65%, #ffff66 0%);
}
@media (max-width: 900px) {/* tablet */
	.pointflex li h4{
		text-align: left;
	}
	h3.yellowline{
		font-size: 20px;
	}
	.arrow3 img{
		width: 80px;
	}
}
@media (max-width: 600px) {/* SP */
	h2.point{
		text-align: left;
		padding: 30px 20px 20px 20px;
	}
	.pointflex{
		display: block;
	}
	.pointflex li{
		width: 100%;
		margin: 0 0 20px 0;
	}
	h3.yellowline{
		font-size: 20px;
		padding: 0 20px;
		text-align: left;
	}
	h3.yellowline br{
		display: none;
	}
}

/* ==============================================
ファナティックのハード入替サービス
============================================== */
.service{
	padding-bottom: 70px;
}
.service h1{
	font-size: 36px;
	color: #fff;
	background-color: #2b71b8;
	padding: 50px 0;
	margin: 0 0 30px 0;
}
.service h2{
	font-size: 24px;
	color: #fff;
	background-color: #2b71b8;
	padding: 12px 0;
	margin: 60px auto 30px;
	max-width: 1000px;
}
.fig006 img{
	padding: 40px 20px 0;
	max-width: 100%;
}
#hdm_fanatic{
	border: solid 1px #ddd;
	border-radius: 10px;
	padding: 20px 40px 30px 40px;
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	box-shadow: 4px 4px 0 #ddd;
}
#hdm_fanatic h3{
	color: #2b71b8;
	padding: 10px 0 20px 0;
}
#hdm_fanatic p{
	font-size: 14px;
}
#hdm_fanatic img{
	float: right;
	padding: 20px 0px 20px 20px;
}
@media (max-width: 900px) {/* tablet */
	.service h1{
		font-size: 30px;
		padding: 30px 0;
		margin: 0 0 20px 0;
	}
	.service .ntxt{
		padding: 0 20px;
	}
	.service .ntxt br{
		display: none;
	}
	.fig006{
		padding: 0 20px;
	}
	#hdm_fanatic{
		margin: 0 20px 30px;
	}
}
@media (max-width: 600px) {/* SP */
	.service h1{
		font-size: 23px;
		padding: 20px 0;
	}
	.service h1 span{
		display: block;
	}
	.fig006{
		padding: 0;
	}
	#hdm_fanatic{
		text-align: center;
	}
	#hdm_fanatic img{
		float: none;
		padding: 0px 0px 10px 0px;
	}
	#hdm_fanatic p{
		font-size: 12px;
		text-align: left;
	}
}
/* ==============================================
ハード入れ替えサービスの3つのメリット
============================================== */

.merit_flex{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
}
.merit_flex div{
	width: 32%;
	background-color: #fff;
	box-shadow: 7px 4px 0px 0px #c2c2c2;
	padding: 30px 40px;
	position: relative;
}
.merit_flex img{
	max-width: 100%;
}
.merit_flex .stl{
	font-size:16px;
	color: #2b71b8;
	font-weight: 600;
}
.merit_flex .number{
	color: #2b71b8;
	font-weight: 600;
	font-size: 50px;
	line-height:1;
	padding: 0 0 16px 0;
}
.merit_flex .ttl{
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	padding: 0 0 16px 0;
}
@media (max-width: 900px) {/* tablet */
	.merit_flex{
		margin: 0 20px;
	}
	.merit_flex div{
		padding: 20px 30px;
	}
	.merit_flex .stl{
		font-size:14px;
	}
	.merit_flex .number{
		font-size: 40px;
	}
	.merit_flex .ttl{
		text-align: left;
	}
	.merit_flex .ttl br{
		display: none;
	}
}
@media (max-width: 600px) {/* SP */
	.service{
		padding-bottom: 40px;
	}
	.service h2{
		font-size: 20px;
		padding: 10px 20px;
		margin: 0 10px 15px;
	}
	.merit_flex{
		display: block;
		margin: 0 auto;
	}
	.merit_flex div{
		width: 90%;
		margin: 0 auto 15px;
		padding: 20px 20px;
	}
	.service .link_btn.center{
		padding: 0 10px;
	}
	.service .link_btn.center a{
		font-size: 14px;
		line-height: 1.3;
		text-align: left;
		margin: 0 auto 0px;
		padding: 10px 20px;
	}
	.merit_flex .ttl{
		text-align: center;
	}
	.merit_flex .ttl br{
		display: inherit;
	}
}
/* ==============================================
導入したお客様の例
============================================== */
.jirei_set{
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 50px auto 70px;
}
.jirei_box{
	width: 48%;
}
.ttlbar{
	display: flex;
	width: 100%;
}
.ttlbar div:first-child{
	width: 20%;
	color: #fff;
	background-color:#2b71b8;
	padding: 8px 0;
}
.ttlbar div:last-child{;
	width: 80%;
	background-color:#cbe5ff;
	padding: 8px 0;
	text-align: left;
}
.ttlbar div p.cn{
	display: inline-block;
	color: #125496;
	letter-spacing: 2px;
	font-weight: 600;
	padding: 0 0 0 100px;
	position: relative;
}
.ttlbar div .icon{
	position: absolute;
	top: -15px;
	left: 20px;
}
.jirei_box h4{
	padding: 20px 0;
	font-weight: 600;
	font-size: 22px;
}
.jirei_box .kadai{
	background-color: #fff;
	text-align: left;
	padding: 0px 30px 30px 30px;
}
.jirei_box .kadai.hsize{
	min-height: 160px;
}
.jirei_box .kadai h5{
	text-align: center;
	color: #2b71b8;
	font-weight: 500;
	font-size: 20px;
	padding: 12px 0px 5px 0px;
}
.jirei_box .kadai p{
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6;
}
.jirei_box .arrow{
	padding: 0 0 10px 0;
}

@media (max-width: 900px) {/* tablet */
	.jirei_set{
		margin: 50px 30px 50px;
	}
	.jirei_box{
		width: 48%;
	}
	.jirei_box h4{
		font-size: 18px;
	}
}
@media (max-width: 600px) {/* SP */
	.jirei_set{
		display: block;
		justify-content: space-between;
		max-width: 1000px;
		margin: 50px auto 70px;
	}
	.jirei_box{
		width: auto;
		margin: 0 10px 50px;
	}
	.jirei_box .kadai{
		padding: 0px 20px 20px 20px;
		margin: 0 20px;
	}
	.jirei_box .kadai p{
		font-weight: 400;
		font-size: 15px;
		line-height: 1.6;
	}
	.ttlbar div p.cn{
		display: block;
		padding: 0 50px 0 0;
		text-align:center;
	}
	.ttlbar div .icon{
		top: -15px;
		left: auto;
		right: 10px;
	}

}

/* ==============================================
MONOist
============================================== */
.nattoku{
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	border: solid 2px #eb5706;
	padding: 10px;
	background-color: #fff;
}
.nattoku div:first-child{
	width: 25%;
	text-align: left;
}
.nattoku div:first-child img{
	width: 100%;
	max-width: 240px;
}
.nattoku div:last-child{
	width: 72%;
	text-align: left;
	padding: 10px 0px 10px 20px;
}
.nattoku div:last-child p.mt{
	font-size: 20px;
	font-weight: 600;
	color: #eb5706;
	padding: 10px 0 10px 0;
}
.nattoku div:last-child p.txt{
	padding: 0 30px 0 0;
}
@media (max-width: 900px) {/* tablet */
	.nattoku{
		margin: 0 20px;
	}
	.nattoku div:first-child{
		width: 240px;
		padding: 0 0 0 20px;
	}
	.nattoku div:first-child img{
		width: 100%;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.nattoku div:last-child p.txt{
		font-size: 14px;
		line-height: 1.6;
		padding: 0 0 20px 0;
	}
}
@media (max-width: 600px) {/* SP */
	.nattoku{
		display: block;
		margin: 0 20px;
		padding: 15px 0 0 0;
	}
	.nattoku div:first-child{
		padding: 10px 0 0 0;
		margin: 0 auto;
		text-align: center;
	}
	.nattoku div:first-child img{
		width: auto;
		position: relative;
		top: 0;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}
	.nattoku div:last-child{
		width: 100%;
		text-align: left;
		padding: 30px;
	}
	.nattoku div:last-child p.mt{
		font-size: 16px;
		padding: 0 0 10px 0;
	}
}
/* ==============================================
お問い合わせ
============================================== */
#formarea{
	padding: 0 0 50px 0;
}
#formarea .text{
	padding: 0 30px;
}
#formarea .thanks{
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: solid 1px #ccc;
}
#formarea .thanks h3{
	font-size: 18px;
	padding: 80px 30px 30px;
}
#formarea .thanks p{
	padding: 0 30px 60px;
}
#formarea .thanks p a{
	font-size: 13px;
}
.toiawase1{
	max-width: 900px;
	padding: 0 30px;
	text-align: left;
	margin: 0 auto;
}
.toiawase1 img{
	float:left;
}
.toiawase1 p{
	margin-left: 350px;
}
.toiawase1 ul{
	padding: 20px 0 30px 0;
	margin-left: 350px;
}
.toiawase1 ul li{
	font-weight: 700;
	padding: 2px 0 2px 16px;
	margin: 0 0 0 40px;
	background:url(../img/li.png) 0 center no-repeat;
}
.toiawase2{
	max-width: 900px;
	margin: 0 auto;
}
.toiawase2 .flex{
	display: flex;
}
.toiawase2 .flex div{
	text-align: left;
}
.toiawase2 .flex div:first-child{
	width: 30%;
	padding: 10px 20px 20px 20px;
	text-align: left;
}
.toiawase2 .flex div:first-child img{
	max-width: 100%;
}
.toiawase2 .flex div:last-child{
	width: 70%;
	padding: 0 20px 20px 0px;
}
.toiawase2 .flex div p.text{
	padding: 30px 0 50px 20px;
}
@media (max-width: 600px) {/* SP */
	.toiawase1{
		padding: 0 20px 20px;
		text-align: center;
	}
	.toiawase1 img{
		float: none;
		width: 200px;
		padding-left: 20px;
	}
	.toiawase1 p{
		margin-top: 10px;
		margin-left: 0px;
		text-align: left;
	}
	.toiawase1 ul{
		padding: 20px 0 30px 0;
		margin-left: 0px;
		text-align: left;
	}
	.toiawase1 ul li{
		font-size: 14px;
		line-height: 1.3;
		padding: 6px 0 6px 15px;
		margin: 0;
	}
	.toiawase2 .flex{
		display: block;
	}
	.toiawase2 .flex div:first-child{
		width: auto;
		padding: 10px 70px 0px 70px;
		text-align: center;
	}
	.toiawase2 .flex div:last-child{
		width: auto;
		padding: 0 20px 50px 20px;
	}
	.toiawase2 .flex div p.text{
		padding: 20px 0 20px 0;
	}
}
/* フォームメール */
#formmail{
	width: 100%;
	margin: 0 auto 50px;
	max-width: 960px;
	padding: 20px 30px;
	border-bottom: solid 1px #ccc;
}
#formmail table{
	margin: 0 20px;
}
#formmail table.youken{
	max-width: none;
	width: auto;
	margin: 0;
}
#formmail td{
	padding: 10px 0px;
	text-align: left;
}
.va_top{
	vertical-align: top;
}
#formmail td:nth-child(1){
	font-size: 16px;
	font-weight: 500;
	white-space:nowrap;
}
#formmail td:nth-child(2){
	white-space: nowrap;
	padding: 10px 10px 10px 10px;
}
#formmail td:nth-child(2) span{
	font-size: 11px;
	font-weight: 500;
	padding: 2px 5px;
	color: #fff;
	background-color: #e60012;
	border-radius: 2px;
}
#formmail td:nth-child(3) p{
	font-size: 13px;
	padding: 0 0 10px 0;
}
#formmail td:nth-child(3) label{
	font-size: 14px;
	font-weight: 300;
	margin: 0 14px 0 0;
}
#formmail .youken textarea{
	font-size: 14px;
	width: 100%;
	height: 200px;
	border-radius: 5px;
	padding: 10px;
	border: solid 1px #aaa;
}
#formmail .taiou{
	text-align: left;
	margin-bottom: 20px;
}
#formmail td input.textbox{
	font-size: 13px;
	padding: 10px;
	max-width: 600px;
	border-radius: 5px;
	border: solid 1px #aaa;
	width: 100%;
}
span.error{
	color: #f00;
	font-size: 16px;
	font-weight: 600;
	padding-left: 15px;
}
.sendbt{
	text-align: center;
	padding: 40px 0;
}
.sendbt br{
	display: none;
}
.sendbt input{
	color :#fff;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 40px;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	margin: 10px;
}
.sendbt .modoru input{
	display: inline-block;
	background-color: #888;
}
.sendbt .susumu input{
	display: inline-block;
	background-color: #2b71b8;
	width: 80%;
	max-width: 400px;
}
::placeholder {
	color: #777;
}
.kiyaku{
	height: 150px;
	overflow: auto;
	text-align: left;
	border: solid 1px #ccc;
	padding: 14px;
	margin: 30px 0 20px 0;
	background-color: #f5f5f5;
}
.kiyaku p{
	font-size: 14px;
	line-height: 1.4;
	font-weight: 300;
	padding-bottom:10px;
}
.hogo{
	max-width: 860px;
	background-color: #f3f3f3;
	margin: 0 auto;
	padding: 30px 30px 20px 30px;
}
.hogo p{
	font-size: 14px;
	line-height: 1.6;
	font-weight: 300;
	padding: 0 0 10px 0;
}
.hogo p span{
	font-size: 11px;
}
.hogo a{
	color: #2b71b8;
}
.hogo a:hover{
	color: #5ba1e8;
}
/* tablet */
@media screen and (max-width: 800px){
	#formmail td:nth-child(3) label{
		display: block;
	}
	.vat{
		vertical-align: top;
	}
	.sentaku label{
		display: block;
	}
}

/* SP */
@media screen and (max-width: 550px){
	#formmail{
		padding: 20px 20px;
	}
	#formmail td{
		padding: 5px 0;
		display: block;
		border: none;
	}
	#formmail td:nth-child(1){
		font-size: 14px;
		padding: 20px 0 5px 0;
		display: inline-block;
		border: none;
		float: left;
	}
	#formmail td:nth-child(2){
		padding: 20px 0 5px 10px;
		display: inline-block;
		border: none;
		float: left;
	}
	#formmail td:nth-child(1) br{
		display: none;
	}
	#formmail td:nth-child(3){
		clear: both;
		display: block;
	}
	.hogo{
		margin: 0 20px;
	}
}


/* ご相談・お問い合わせはこちら */
.soudan{
	padding: 50px 20px 20px 20px;
	text-align: center;
}
.soudan p:nth-child(1){
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 20px;
}
.soudan p:nth-child(2) a{
	display: block;
	font-size: 20px;
	line-height: 1.4;
	padding: 20px 0px;
	font-weight: 600;
	max-width: 700px;
	margin: 0 auto 50px;
	color:#fff;
	border-radius: 4px;
	box-shadow: 5px 6px 0px rgba(0,0,0,0.1);
	background: url(../img/arrow5.png) right center no-repeat #eb5706;
}
.soudan p:nth-child(2) a:hover{
	background: url(../img/arrow5.png) right center no-repeat #fe8635;
}
.soudan p:nth-child(2) a span{
	display: inline-block;
	width: 95%;
	background: url(../img/icon_mail.png) 0px center no-repeat ;
}
.soudan p:nth-child(3){
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 20px;
}
.telbox{
	background-color:#fff;
	padding: 20px;
	max-width: 700px;
	margin: 0 auto;
	border: solid 1px #ccc;
	border-radius:5px;
}
.telbox p.txt{
	font-weight: 600;
	font-size: 22px;
}
.telbox ul{
	display: inline-block;
	text-align: left;
}
.telbox ul li:nth-child(1),
.telbox ul li:nth-child(2){
	display: inline-block;
}
.telbox ul li:nth-child(1) span:first-child,
.telbox ul li:nth-child(2) span:first-child{
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	background-color: #2b71b8;
	padding: 4px 13px 6px 13px;
	margin: 0 10px;
}
.telbox ul li:nth-child(1) span:last-child,
.telbox ul li:nth-child(2) span:last-child{
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	color: #2b71b8;
	margin: 0 20px 0 0;
	vertical-align: middle;
}
.telbox p.time{
	font-weight: 300;
	font-size: 15px;
	padding: 20px 0 0 0;
}
/* tablet */
@media screen and (max-width: 800px){
	.soudan p:nth-child(1){
		font-size: 18px;
		padding-bottom: 20px;
	}
	.soudan p:nth-child(2) a{
		font-size: 18px;
	}
	.soudan p a{
		font-size: 14px;
	}
	.telbox{
		margin: 0 auto;
	}
	.telbox p.txt{
		font-size: 17px;
	}
	.telbox ul li:nth-child(1) span:first-child,
	.telbox ul li:nth-child(2) span:first-child{
		display: inline-block;
		font-size: 16px;
	}
	.telbox ul li:nth-child(1) span:last-child,
	.telbox ul li:nth-child(2) span:last-child{
		font-size: 25px;
	}
	.telbox p.time{
		font-size: 14px;
	}
}
/* SmartPhone */
@media screen and (max-width: 500px){
	.soudan{
		padding: 30px 20px 0 20px;
	}
	.soudan p:nth-child(1){
		font-size: 13px;
		padding-bottom: 10px;
	}
	.soudan p:nth-child(2) a{
		font-size: 13px;
		margin: 0 auto 20px;
		padding: 20px 0px;
		background-image: none;
	}
	.soudan p:nth-child(2) a:hover{
		background-image: none;
	}
	.soudan p:nth-child(2) a span{
		padding: 40px 5px 0 5px;
		background: url(../img/icon_mail.png) center top no-repeat;
		background-size: 60px 35px;
	}
	.soudan p a{
		font-size: 14px;
	}
	.telbox p.txt{
		font-size: 13px;
	}
	.telbox ul li:nth-child(1) span:first-child,
	.telbox ul li:nth-child(2) span:first-child{
		display: inline-block;
		font-size: 12px;
	}
	.telbox ul li:nth-child(1) span:last-child,
	.telbox ul li:nth-child(2) span:last-child{
		font-size: 20px;
	}
	.telbox p.time{
		font-size: 13px;
	}
}
