@charset "UTF-8";

/*	モバイルファースト
===============================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700|Roboto+Condensed:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(reset.css);
@import url(common.css);

html {
	overflow-y: scroll;
	 -webkit-text-size-adjust:100%;
}
body {
	text-align: center;
	font: 16px/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	color: #000000;
	word-wrap: break-word;
	overflow-x: visible;
	background-color:#fcfcfc;
}

body * {
	zoom: 1;
}
html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
a:link, a:visited {
	text-decoration: underline;
	cursor: pointer;
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
a:hover {
	text-decoration: none;
}

section{
	text-align:center;
	margin:auto;
}

.i-wrap {
	margin: 0;
	padding:0;
	position: relative;
	overflow: hidden;
}


/* PC or MOBILE
======================================================*/
@media (min-width: 320px) {
	/* ----- MOBILE only ----- */
	.pc{ display:none;}
	.sp{ display:block;}
}
@media (min-width: 768px) {
	/* ----- TABLET and PC  ----- */
	.pc{ display:block;}
	.sp{ display:none;}
}


/* container
======================================================*/
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}

@media screen and (min-width: 768px) {
	.container {
		width: 100%;
	}
}
	@media screen and (min-width: 992px) {
		.container {
			width: 970px;
		}
	}
		@media screen and (min-width: 1200px) {
			.container {
				width: 1030px;
			}
		}


/* header
======================================================*/
header{
	margin-bottom:0;
	width: 100%;
	background:#FFF;
	box-shadow: 0 0 8px gray;
	-webkit-box-shadow: 0 0 8px gray;
	-moz-box-shadow: 0 0 8px gray;
	position:relative;
	overflow:hidden;
	height:80px;
}
.l-header{
	margin:0;
	padding:0;
	width:100%;
}
.l-header_inner{
	margin:0 auto;
	padding:0;
}
	@media screen and (min-width: 320px) {
			header{
				height: auto;
			}
			.l-header_inner{
				width:100%;
				padding:2% 1%;
				text-align:center;
				display:inline-block;
			}
		}
		@media screen and (min-width: 768px) {
			header{
				height: 80px;
			}
			.l-header_inner{
				width:100%;
				padding:0;
			}
		}
			@media screen and (min-width: 1280px) {
				header{
					height: 80px;
				}
				.l-header_inner{
					width:1000px;
					padding:0;
				}
			}

.l-header__left { 
	float:left;
	display: table;
	width: 50%;
}

	@media screen and (min-width: 320px) {
		.l-header__left { 
			width: 100%;
			display:block;
			float:none;
			text-align: center;
		}
	}


	@media screen and (min-width: 768px) {
		.l-header__left { 
			width: 35%;
			float:left;
			display: table;
			text-align:left;
		}
	}
		@media screen and (min-width: 1280px) {
			.l-header__left { 
				width: 40%;
				float:left;
				display: table;
				text-align:left;
			}
		}	
.l-header__right {
	float: right;
}

@media screen and (min-width: 320px) {
	.l-header__right {
		width: auto;
		float: none;
		display:none;
	}
}
	@media screen and (min-width: 768px) {
		.l-header__right {
			width: 60%;
			float: right;
			display:block;
		}
	}
		@media screen and (min-width: 1280px) {
			.l-header__right {
				width: 50%;
				float: right;
				display:block;
			}
		}

.l-header__logo{
	text-align:left;
	display:block;
}
	@media screen and (min-width:320px){
		.l-header__logo{
				margin:1% auto;
				text-align: center;
		}
	}
		@media screen and (min-width:768px){
			.l-header__logo{
				display: table-cell;
				margin:0;
				padding:15px 0 0;
				width:282px;
				text-align:left;
			}
		}

.l-header__logo img{ width:254px; }
	@media screen and (min-width:320px){
		.l-header__left img{ width:150px; }
	}
		@media screen and (min-width:768px){
			.l-header__left img{ width:200px; margin-left:10px; margin-top:5px;}
		}
			@media screen and (min-width:1280px){
				.l-header__left img{ width:254px; margin:0;}
			}

.l-header__right .tel {
	float: left;
    padding-left: 64px;
	background: url(../img/ico_navidial.png) no-repeat left 11px;
	padding-top:5px;
}

.l-header__right .tel .num {
	margin-bottom: 0;
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
}

.l-header__right .tel .num a {
	display: inline-block;
	text-decoration: none;
	color: #333333;
	vertical-align: bottom;
}

.l-header__right .tel .num rt {
    font-size: 10px;
	font-weight: normal;
}

.l-header__right .tel .time {
	margin-bottom: 0;
    font-size: 12px;
	font-weight: normal;
    text-align: right;
}


@media screen and (min-width: 768px) {
	.l-header__contact{
		float:right;
		margin-top:0;
	}
	.l-header__contact__btn {
		width:160px;
		display: inline-block;
		height:80px;
		color: #fff;
		font-size: 13px;
		font-weight: 700;
		text-align: center;
		background-color: #cc0000;
		text-decoration:none !important;
		font-family: 'Noto Sans JP', sans-serif;
		line-height:1em;
	}
	.l-header__contact__btn .icon--mailWhite {
	}
	.l-header__contact__btn em{ font-size:12px;}
}
		@media screen and (max-width: 480px) {
			.l-header__contact__btn .icon--mailWhite {
				padding-left: 26px;
			}
		}

.l-header__contact__btn .icon--mailWhite:before {
	content: "\f003";
	display: block;
	font-size: 32px;
	line-height: .9;
	font-family: FontAwesome;
	font-weight: normal;
	margin-top:10px;
	margin-bottom:5px;
}



/* =====================
  mainvisual
===================== */
.mainvisual{
	clear:both;
	position: static;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	background-image:url(../img/bg_mainvisual.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size: cover;
	text-align:center;
}
.mainvisual img{
	width:100%;
}

@media screen and  (min-width: 1200px) {
	.mainvisual img{
		width:1000px;
		height:700px;
		margin:auto;
	}
}

/* =====================
  h1 h2 h3
===================== */

/*  h2
------------------------*/
#main h2{
	display:block;
	width:100%;
	margin:auto auto 10px;
	border:#ccc solid 1px;  
	padding:.2em .3em;
	background-color:#FFF;
	clear:both;
	text-align:left;
	font-weight:bold;
}
#main h2 span{
	display:block;
    border-left:#cf1126 solid 6px;  
    padding:.5em .3em .3em .8em;
}


/*  h3
------------------------*/
h3{
 	position: relative;
	display: inline-block;
 	margin: 2.5em 0 2.5em;
 	width: 100%;
 	color: #004b71;
	text-align:center;
}
h3 span{ 
	line-height:1em;
	font-family: 'Noto Sans JP', sans-serif;

}
@media screen and  (min-width: 320px) {
	h3{
		margin: 0.5em 0 0.5em;
		padding-left:15px;
		padding-right:15px;
		text-align:center;
	}
	h3 span{ 
		font-size:24px;
		font-weight:700;
	}
}
	@media screen and  (min-width: 768px) {
		h3{
			margin: 2.5em 0 2.5em;
			padding-left:15px;
			padding-right:15px;
		}
		h3 span{ 
			font-size:32px;
		}
	}
		@media screen and  (min-width: 1280px) {
			h3{
				margin: 2.5em 0 2.5em;
				padding:0;
			}
			h3 span{ 
				font-size:42px;
				font-weight:700;
			}
		}

h3.titleStyle01{
	background-color:#0068B7;
	padding:60px 0;
	margin-top:0;
	margin-bottom:0;
}
h3.titleStyle01 span{
	position:relative;
	color:#FFF;
}

h3.titleStyle01 span:before{
	content: '';
	display:inline-block;
	width:28px;
	height:44px;
	background-image:url(../img/bg_dotline_lf.png);
	background-repeat:no-repeat;
	background-size: contain;
	vertical-align: middle;
	top:5px;
	left:0;
	position:absolute;
	margin-left:-70px;
	
}
h3.titleStyle01 span:after{
	content: '';
	display:inline-block;
	width:28px;
	height:44px;
	background-image:url(../img/bg_dotline_rt.png);
	background-repeat:no-repeat;
	background-size: contain;
	vertical-align: middle;
	top:5px;
	right:0;
	position:absolute;
	margin-right:-70px;
}
	@media screen and  (min-width: 320px) {
		h3.titleStyle01{
			padding:40px 0;
			margin-bottom:0;
		}
		h3.titleStyle01 span:before{
			background:none;
		}
		h3.titleStyle01 span:after{
			background:none;
		}
	}
	@media screen and  (min-width: 375px) {
		h3.titleStyle01 span:before{
			content: '';
			display:inline-block;
			width:14px;
			height:22px;
			background-image:url(../img/bg_dotline_lf.png);
			background-repeat:no-repeat;
			background-size: contain;
			vertical-align: middle;
			top:8px;
			left:0;
			position:absolute;
			margin-left:-30px;
		}
		h3.titleStyle01 span:after{
			content: '';
			display:inline-block;
			width:14px;
			height:22px;
			background-image:url(../img/bg_dotline_rt.png);
			background-repeat:no-repeat;
			background-size: contain;
			vertical-align: middle;
			top:8px;
			right:0;
			position:absolute;
			margin-right:-30px;
		}
	}
	@media screen and  (min-width: 768px) {
		h3 span{ 
			font-size:38px;
		}
		h3.titleStyle01 span:before{
			width:28px;
			height:44px;
			top:5px;
			margin-left:-100px;
		}			
		h3.titleStyle01 span:after{
			width:28px;
			height:44px;
			top:5px;
			margin-right:-100px;
		}
		
	}
		@media screen and  (min-width: 1280px) {
			h3.titleStyle01{
				padding:70px 0;
			}
			h3 span{ 
				font-size:42px;
				font-weight:700;
			}
		}


/*  h4
------------------------*/
.h4-contact{
	background-color:#6C9;
	display:block;
	margin:10px auto;
	text-align:center;
	width:100%;
}
@media screen and  (min-width: 320px) {
	.h4-contact{
		margin:10px auto 20px;
	}
}
	@media screen and (min-width: 768px) {
		.h4-contact{
			margin:10px auto;
		}
	}
.h4-contact span{
	margin: 0;
	padding: 3% 1% 2%;
	font-size:16px;
	line-height:1em;
	color:#FFF;
	font-weight:400;
	display:block;
}



/* =====================
  Contents
===================== */

.contents{
	margin:0 auto;
	padding:0;
	text-align:center;
}



/* =====================
  box
===================== */

.imgbox_fl{
	margin:0 auto 0;
	display: inline-block;
	height: auto;
	overflow:hidden;
	width:100%;
}
.imgbox_fl:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

.imgbox_fl figure.flImgL, .imgbox_fl figure.flImgR {
	width: 100%;
	margin:0;
	padding:0;
}
.imgbox_fl figure.flImgL { float: none; margin-bottom:20px; display:block;}
.imgbox_fl figure.flImgR { float: none; margin-bottom:20px; display:block;}


.imgbox_fl p {
	float:left;
	margin-bottom:20px;
	text-align:left;
	width:100%;
}

@media screen and (min-width: 768px) {
	.imgbox_fl figure.flImgL, .imgbox_fl figure.flImgR {
		width: 50%;
	}
	.imgbox_fl figure.flImgR-qcd {
		width: 40%;
	}
	
	.imgbox_fl figure.flImgL { float:left;}
	.imgbox_fl figure.flImgR,.imgbox_fl figure.flImgR-qcd { float:right;}
	
	.imgbox_fl p {
		float:left;
		margin-bottom:20px;
		text-align:left;
		width:48%;
	}
}

/* =====================
  SECTION
===================== */

/* セクション１
======================================================*/
.i-sec-01{
	width:100%;
	margin:30px 0 0px;
	text-align:center;
}
.i-sec-01_inner{
	width:100%;
	margin:0;
	padding:3% 0 1%;
	background:#e2f0ff;
	position:relative;
}

.i-sec-01_inner:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #FCFCFC transparent transparent transparent;
	border-width: 30px 50px 0 50px;
}

.pict-sec1{
	width:442px;
}

.list_trouble {
	padding: 10px 5px;
	margin: 0;
	display: block;
}
	@media screen and (min-width: 320px) {
		.list_trouble {
			width: 100%;
			padding: 10px 0px;
			display: block;
		}
		.pict-sec1{
			margin-top:40px;
			width:70%;
		}
	}
		@media screen and (min-width: 768px) {
			.list_trouble {
				width: 65%;
				display: table-cell;
			}

			.pict-sec1{
				width:442px;
			}
		}


.list_trouble li{
	display:block;
	margin:auto auto 0;
	text-align:left;
	font-size:116%;
	position:relative;
	clear:both;
}
.list_trouble li:before {
	content: '';
	display:inline-block;
	width:36px;
	height:38px;
	background-image:url(../img/ico_check.png);
	background-repeat:no-repeat;
	background-size: contain;
	vertical-align: top;
	top:0;
	left:0;
	position:absolute;
}
.list_trouble li p{
	position:relative;
	padding:6px 0 0px 44px;
	display:block;
	width:100%;
}


/* セクション２
======================================================*/
.i-sec-02{
	width:100%;
	margin:0;
	text-align:center;
}
.i-sec-02_inner{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding-top:2%;
}

h4.i-sec-02-title{
	font-size:36px;
	font-weight:bold;
	float:left;
}
h4.i-sec-02-title span{ line-height:4em;}

.i-sec-02 p{ float:left;}

.pict-sec2{
	width: 1000px;
	vertical-align: bottom;
}
	@media screen and (max-width: 800px) {
		.pict-sec2{
			width: 95%;
			margin:20px auto 0;
		}
	}


/* セクション３
======================================================*/
.i-sec-03_inner{
	width:100%;
	margin:0;
	padding:2% 0 4%;
	background:#e2f0ff;
}

.i-sec-03_inner h3 span{ line-height:2em;}


.i-sec-qcd{
	display:inline-block;
	overflow: hidden;
	float:left;
	width:58%;
}
ul.i-sec-qcd {
	display:inline-block;
	overflow: hidden;
	margin:40px auto;
}
ul.i-sec-qcd li{
	margin-bottom:30px;
	margin-left:10px;
	display:block;
}
ul.i-sec-qcd li p{ width:100%;}
ul.i-sec-qcd li h4{ text-align:left; display:block; background: none; border-bottom:#999 solid 1px; padding:0; margin-bottom:10px;	position:static; clear:both;}
ul.i-sec-qcd li h4 span{ display:inline-block; padding:10px 15px; min-width:310px; text-align:center;}
ul.i-sec-qcd li h4:before{ border:none;}

ul.i-sec-qcd li h4 span.tltle-qcd-q{ background-color:#b7ab22;}
ul.i-sec-qcd li h4 span.tltle-qcd-c{ background-color:#ff2f63;}
ul.i-sec-qcd li h4 span.tltle-qcd-d{ background-color:#3eb5e9;}

.pict-sec3{
	width: 362px;
	margin-top:40px;
}

	@media screen and (max-width: 767px) {
		.i-sec-qcd{
			padding:2%;
			display:inline-block;
			overflow: hidden;
			width:96%;
		}
		ul.i-sec-qcd {
			display:inline-block;
			overflow: hidden;
			margin:auto;
		}
		ul.i-sec-qcd li{
			display:block;
			margin-bottom:30px;
		}
		ul.i-sec-qcd li h4{ text-align:left; display:block; background: none; border-bottom:#999 solid 1px; padding:0; margin-bottom:10px;}
		ul.i-sec-qcd li h4 span{ display:inline-block; padding:10px 15px; min-width:200px; text-align:center;}

		ul.i-sec-qcd li h4:before{ border:none;}
	}


.i-sec-strength , .i-sec-case{
	width: 100%;
	margin:0 auto;
}
	@media screen and (min-width: 768px) {
		.i-sec-strength, .i-sec-case {
			width: 100%;
			margin:0 auto;
		}
	}

	@media screen and (min-width: 992px) {
		.i-sec-strength, .i-sec-case {
			width: 970px;
		}
	}
		@media screen and (min-width: 1200px) {
			.i-sec-strength, .i-sec-case {
				width: 1000px;
			}
		}

.list-col-3{
	width:100%;
	margin:0;
	display:table;
	text-align:center;
}
.list-col-3 li{
	width: 33.33%;
	display: table-cell;
	text-align:center;
	float:left;
}
	@media screen and (min-width: 320px) {
		.list-col-3 li{
			width: 100%;
			display: block;
			text-align:center;
			float: none;
		}
	}
		@media screen and (min-width: 768px) {
			.list-col-3 li{
				width: 33.33%;
				display: table-cell;
				text-align:center;
				float:left;
			}
	}

.list-col-3 li > li:nth-child(3n+1) {
    clear: both;
}
.i-about-flow{
	margin:auto auto 20px;
	text-align:left;
}
.i-sec-strength h4{
 	position: relative;
	display: inline-block;
 	margin: 0 0 30px;
	padding: 10px 5px;
 	width: 100%;
	background: #0068B7;
	text-align: center;
}
.i-sec-strength h4:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #0068B7;
}

.i-sec-strength h4 span{
	font-size:23px;
	font-weight:bold;
	color:#fff;
}

.i-sec-strength p{
	text-align:left;
	font-size: 100%;
}
.pic-strength{
	width:200px;
	height:auto;
	margin: auto auto 10px;
}
.strength-bg{
	margin:1% 2% 0.5%;
	padding:5% 2%;
	width:92%;
}

	@media screen and (min-width: 320px) {
		.strength-bg{
			width:96%;
			height:auto;
		}
		.i-sec-strength p{
			font-size: 100%;
			line-height:1.7em;
		}
	}
		@media screen and (min-width:768px) {
			.i-sec-strength h4 span{
				font-size:18px;
			}
			.strength-bg{
				padding:5% 2%;
				height:auto;
			}
			.i-sec-strength p{
				font-size: 86%;
				line-height:1.4em;
			}
		}
			@media screen and (min-width:1200px) {
				.i-sec-strength h4 span{
					font-size:23px;
				}
				.i-sec-strength p{
					text-align:left;
					font-size: 100%;
					line-height:1.7em;
					padding-left:5px;
					padding-right:5px;
				}
			}


/* セクション４
======================================================*/
.i-sec-04{
	background:#f8f7f0;
}
.i-sec-04 h3 img{ max-width:746px; margin:30px auto 0;}

.i-sec-04_inner{
	width:100%;
	margin:0;
	padding:0 0 4%;
}
.sec-case-bg h4{
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 5px #0068B7;
	text-align:left;
	margin-bottom:10px;
}
.sec-case-bg h4 span{
	font-weight: bold;
	font-size: 116%;
	color: #440786;
}
.sec-case-bg p{
	text-align:left;
}

.pic-case{
	width:316px;
	height:auto;
	margin: auto auto 20px;
}
.sec-case-bg{
	margin:1% auto 0%;
	padding:10% 0;
}

	@media screen and (min-width: 320px) {
		.pic-case{
			width:98%;
			height:auto;
			margin: auto auto 20px;
		}
		.sec-case-bg{
			margin:1% auto 0%;
			padding:10% 3%;
		}
	}
		@media screen and (min-width:768px) {
			.pic-case{
				width:100%;
				height:auto;
				margin: auto auto 20px;
			}
			.sec-case-bg{
				margin:1% auto 0%;
				padding:10% 5%;
			}
			.sec-case-bg p{
				text-align:left;
				font-size: 86%;
				line-height:1.4em;
				width:100%;
			}
			.sec-case-bg h4 span{
				font-size: 100%;
			}
		}
			@media screen and (min-width:1200px) {
				.sec-case-bg h4 span{
					font-size: 116%;
				}
				.pic-case{
					width:316px;
					height:auto;
					margin: auto auto 20px;
				}
			}



/* セクション５
======================================================*/
h3.titleStyle02{
	padding:50px 0;
	margin:0 auto;
}
h3.titleStyle02 span{
	position:relative;
 	color: #004b71;
	font-size:40px;
	margin-left:138px;
	display:block;
	text-align:left;
}

h3.titleStyle02 span:before{
	content: '';
	display:inline-block;
	width:108px;
	height:108px;
	background-image: url(../img/bg_ico_good.png);
	background-repeat:no-repeat;
	background-size: contain;
	top:-25%;
	left:-128px;
	position:absolute;
}

	@media screen and (max-width: 767px) {
		h3.titleStyle02{
			padding:25px 0;
			margin:0 auto;
		}
		
		h3.titleStyle02 span{
			position: static;
			color: #004b71;
			font-size:30px;
			font-weight:bold;
			margin-left:0;
			display:block;
			text-align: center;
			line-height:1.4em;
		}
		h3.titleStyle02 span:before{
			background: none;
		}
	}

.list-col-2{
	margin:0;
	display:table;
	text-align:center;
}
.list-col-2 li{
	width: 50%;
	display: table-cell;
	text-align:center;
	float:left;
}
	@media screen and (min-width: 320px) {
		.list-col-2 li{
			width: 100%;
			display: block;
			text-align:center;
			float: none;
		}
	}
		@media screen and (min-width: 768px) {
			.list-col-2 li{
				width: 50%;
				display: table-cell;
				text-align:center;
				float:left;
			}
	}


.i-sec-backoffice{
	margin:0.5% 2% 6%;
	padding:6% 2%;
	background-color:#f6f6f6;
	min-height:250px;
	box-shadow: 8px 8px #3a979a;
	display:inline-block;
}
.i-sec-backoffice2{
	clear:both;
	margin:0.5% 1% 6%;
	padding:6% 4%;
	background-color:#f6f6f6;
	box-shadow: 8px 8px #3a979a;
	display:inline-block;
}


.i-sec-backoffice h4 , .i-sec-backoffice2 h4 {
	font-weight:bold;
	margin-bottom:10px;
	display:block;
	text-align:left;
}
.i-sec-backoffice h4 span , .i-sec-backoffice2 h4 span{
	font-weight:bold;
	font-size:22px;
	line-height:2em;
	color:#440786;
}
.i-sec-backoffice p {
	text-align:left;
	float:left;
	width:48%;
	font-size:92%;
}

.i-sec-backoffice2 p {
	text-align:left;
	font-size:92%;
}

	@media screen and (min-width: 320px) {
		.i-sec-backoffice , .i-sec-backoffice2{
			margin:0.5% 3% 6% 0%;
			padding:8% 4%;
		}
		.i-sec-backoffice h4 span , .i-sec-backoffice2 h4 span{
			line-height:1.4em;
		}
		.i-sec-backoffice img , .i-sec-backoffice2 img {
			float: none;
			width:100%;
			margin-top:20px;
			margin-bottom:30px;
		}
		.i-sec-backoffice p {
			text-align:left;
			float: none;
			width:100%;
			font-size:92%;
		}
		.i-sec-backoffice2 p {
			float: none;
			width:100%;
		}
	}
		@media screen and (min-width: 768px) {
			.i-sec-backoffice{
				margin:0.5% 2% 6%;
				padding:6%;
				background-color:#f6f6f6;
				min-height:250px;
				box-shadow: 8px 8px #3a979a;
				display:inline-block;
			}
			.i-sec-backoffice2{
				clear:both;
				margin:0.5% 1.2% 6%;
				padding:6%;
				background-color:#f6f6f6;
				box-shadow: 8px 8px #3a979a;
				display:inline-block;
			}
			
			.i-sec-backoffice img{
			float: none;
			width:100%;
			}
			.i-sec-backoffice2 img{
				float:right;
				width:280px;
			}
			
			.i-sec-backoffice p {
				text-align:left;
			float: none;
			width:100%;
				font-size:92%;
			}
			.i-sec-backoffice2 p {
				float:left;
				width:50%;
			}
		}
		@media screen and (min-width: 1200px) {
			.i-sec-backoffice{
				margin:0.5% 2% 6%;
				padding:6%;
				background-color:#f6f6f6;
				min-height:250px;
				box-shadow: 8px 8px #3a979a;
				display:inline-block;
			}
			.i-sec-backoffice2{
				clear:both;
				margin:0.5% 1.2% 6%;
				padding:6%;
				background-color:#f6f6f6;
				box-shadow: 8px 8px #3a979a;
				display:inline-block;
			}
			
			.i-sec-backoffice img{
				float:right;
				width:200px;
			}
			.i-sec-backoffice2 img{
				float:right;
				width:320px;
			}
			
			.i-sec-backoffice p {
				text-align:left;
				float:left;
				width:48%;
				font-size:92%;
			}
			.i-sec-backoffice2 p {
				float:left;
				width:60%;
			}
		}
	
	

/* セクション６
======================================================*/
.i-sec-06_inner{
	width:100%;
	margin:0;
	padding:4% 0 1%;
	background:#0068B7;
	position:relative;
}
.i-sec-06_inner:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #FCFCFC transparent transparent transparent;
	border-width: 30px 50px 0 50px;
}

.i-sec-06_inner h3 span{ color:#FFF; line-height:2em;}


.i-sec-flow {
	width: 100%;
	margin:0 auto;
}

@media screen and (min-width: 320px) {
	.i-sec-06_inner{
		width:100%;
		margin:0;
		padding:10% 0 0%;
		background:#0068B7;
		position:relative;
	}
	
	.i-sec-flow{
		width: 94%;
	}
}

@media screen and (min-width: 768px) {
	.i-sec-flow{
		width: 100%;
	}
}
	@media screen and (min-width: 992px) {
		.i-sec-06_inner{
			padding:5% 0 0%;
		}
		.i-sec-flow{
			width: 970px;
		}
	}
		@media screen and (min-width: 1200px) {
			.i-sec-06_inner{
				padding:6% 0 0%;
			}
			.i-sec-flow {
				width: 1000px;
			}
		}


.i-sec-flow{
	padding:0 0 60px;
}

.i-sec-flow ul{
	padding:40px 40px 35px;
	min-height:180px;
	display: block;
	position:relative;
}
.i-sec-flow ul:first-child{
	min-height:180px;
}
.i-sec-flow ul:nth-child(odd){
	background:#fff;
}
.i-sec-flow ul:nth-child(odd):after{
	position:absolute;
	content:"";
	width:0;
	height:0;
	border-style: solid;
	border-width: 25px 30px 0 30px;
	border-color: #fff transparent transparent transparent;
	bottom:-25px;
	left:50%;
	margin-left:-30px;
	z-index:1;
}
.i-sec-flow ul:last-child::after{
	display:none;
}
.i-sec-flow ul:nth-child(even){
	background:#23a1e8;
}
.i-sec-flow ul:nth-child(even):after{
	position:absolute;
	content:"";
	width:0;
	height:0;
	border-style: solid;
	border-width: 25px 30px 0 30px;
	border-color: #23a1e8 transparent transparent transparent;
	bottom:-25px;
	left:50%;
	margin-left:-30px;
	z-index:1;
}
.i-sec-flow ul li{
	width:100%;
	display: block;
	vertical-align:middle;
	text-align:left;
}
.i-sec-flow ul li h4{
	font-size:30px;
	color:#005ba9;
	line-height:2em;
	font-weight:bold;
}
@media screen and (min-width: 320px) {
	.i-sec-flow ul{
		padding:40px 20px 35px;
	}
	.i-sec-flow ul li h4{
		font-size:24px;
		line-height:1.4em;
		margin-bottom:10px;
	}
	.num-flow{
		font-family:font-family: 'arial',sans-serif;
		font-size:26px;
		font-weight:bold;
		margin-right:10px;
	}
}
	@media screen and (min-width: 768px) {
		.i-sec-flow ul{
			padding:40px 40px 35px;
		}
		.i-sec-flow ul li h4{
			font-size:30px;
			line-height:2em;
		}
	}

.i-sec-flow ul li p{
	background: none;
	color:#000;
	padding:0;
	margin-bottom:0;
	border-radius:0;
	text-align:left;
}
.i-sec-flow ul:nth-child(even) li h4{
	color:#fff;
}
.i-sec-flow ul:nth-child(even) li p{
	color:#fff;
}

.num-flow{
	font-family:font-family: 'arial',sans-serif;
	font-size:32px;
	font-weight:bold;
	margin-right:10px;
}



/* セクション７
======================================================*/
.i-sec-07_inner{
	width:100%;
	margin:0;
	padding:4% 0 1%;
	background:#f3f3f3;
}
@media screen and (max-width: 767px) {
	.i-sec-07_inner{
		padding:8% 0 1%;
	}
	.logo_pmark{ width:70px !important;}
}


/* =====================
  Contact
===================== */
.responseSec {
	background-image:url(../img/bg_contact.jpg);
	border-top:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
}

.responseSec .inner {
	padding: 50px 0;
}
h4.subTit{
	margin-bottom:30px;
	text-align: center;
	overflow: hidden;
}
h4.subTit span {
	position: relative;
	display: inline-block;
	margin: 0 3em;
	padding: 0 1em;
	text-align: left;
  	font-size: 18px;
}
h4.subTit span:before,
h4.subTit span:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #808080;
}
h4.subTit span:before {
	right: 100%;
}
h4.subTit span:after {
	left: 100%;
}
	@media screen and (max-width:800px){
		h4.subTit{
			margin-bottom:10px;
		}
		h4.subTit span {
				font-size: 12px;
		}
	}


.responseSec .inner .box {
	background-color: #fff;
	display: block;
	padding:2%;
}
.responseSec .inner .box .cont {
	padding: 0px 2% 0px;
	text-align: center;
}

.responseSec .inner .box .cont .telArea {
	display: inline-block;
	margin-right: 3%;
	margin-bottom: 24px;
	vertical-align: top;
}

.responseSec .inner .box .cont .telArea .tel {
	width:400px;
}
	@media screen and (max-width:800px){
		.responseSec .inner .box .cont .telArea {
			display: inline-block;
			margin-right: 2%;
			margin-bottom: 24px;
			vertical-align: top;
		}
		.responseSec .inner .box .cont .telArea .tel {
			width:300px;
		}
	}

.responseSec .inner .box .cont .telArea .tel .num a {
	display: inline-block;
	text-decoration: none;
	vertical-align: bottom;
}


.responseSec .inner .box .cont .mailArea {
	display: inline-block;
	margin-left: 0.5%;
	vertical-align: middle;
}

.responseSec .inner .box .cont .mailArea .mail {
	font-size: 26px;
	font-weight: bold;
}
.responseSec .inner .box .cont .mailArea .mail .mailtxt{
	display:block;
	padding:2%;
	font-size:18px;
	font-weight:400;
}

.responseSec .inner .box .cont .mailArea .mail a {
	display: inline-block;
	width: 100%;
	min-width:400px;
	text-align: center;
	color: #fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-appearance: none;
	box-sizing: border-box;
	padding: 20px 50px;
    border-bottom: solid 4px #627295;
	text-decoration: none;
	background-color: #cc0000;
	position:relative;
	margin-top:10px;
}

	@media screen and (max-width:800px){
		.responseSec .inner .box .cont .mailArea .mail a {
			min-width:300px;
		}
	}
	
.responseSec .inner .box .cont .mailArea .mail a:hover{
	opacity: .7;
	filter: alpha(opacity=70);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";
	/* ie 8 */
	-moz-opacity: .7;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: .7;
	/* Safari 1.x */
}

.responseSec .inner .box .cont .mailArea .mail a span {
	padding-left: 0px;
}
.responseSec .inner .box .cont .mailArea .mail a span:before {
	content: "\f0d7";
	display: block;
	font-size: 18px;
	font-family: FontAwesome;
	font-weight: normal;
	position: absolute;
	top: 35%;
	right: 18px;
}


/* banar
======================================================*/
.i-banar {
	margin:30px auto;
	width:728px;
	display:inline-block;
}
.i-banar2 {
	margin:30px auto 0;
	width:728px;
	display:inline-block;
}


.i-banar-img{
	width:728px;
}
.i-banar-box{
	padding:2%;
	display:table;
	text-align:center;
}
.i-banar-box img{
	max-width:186px;
	display:table-cell;
	float:left;
	padding-right:10px;
}
.i-banar-box p{
	float:left;
	text-decoration:none; color:#333;
	font-size:13px;
	text-align:left;
	padding:0.5% 1% 0 1%;
	display:table-cell;
	width:68%;
	line-height:1.2em;
}

	@media screen and (max-width:480px){
		.i-banar{
			margin:30px auto;
			width:92%;
			border:1px solid #ff9b03;
			display:inline-block;
		}
		.i-banar-img{
			width:100%;
		}
		.i-banar-box{
			display:none;
		}
		
		.i-banar2 {
			margin:30px auto 0;
			width:92%;
			display:inline-block;
		}

		
		
	}


.list-col-banar{
	width:100%;
	margin:0;
	display:table;
	text-align:center;
}
.list-col-banar li{
	width: 50%;
	display: table-cell;
	text-align:center;
	float:left;
}
	@media screen and (min-width: 320px) {
		.list-col-banar li{
			width: 100%;
			display: block;
			text-align:center;
			float: none;
			margin:auto auto 30px;
		}
		.list-col-banar li:last-child{ margin-bottom:0;}
		.list-col-banar li img{ width:98%;}		
		
	}
		@media screen and (min-width: 768px) {
			.list-col-banar li{
				width: 50%;
				display: table-cell;
				text-align:left;
				float:left;
			}
			.list-col-banar li:last-child{
				text-align:right;}
			
			.list-col-banar li img{ width:334px;}
	}

.list-col-banar li > li:nth-child(2n+1) {
    clear: both;
}

.list-col-banar li a{ display:block; margin:1%;}


/* =====================
  FORM
===================== */

/* お問合せフォーム
======================================================*/
.table-contact {
	width: 100%;
	margin:20px 0 30px;
}

.table-contact tr:first-child th,
.table-contact tr:first-child td {
	border-top: 1px solid #d0d0d0;
}

@media (max-width: 767px) {
	.table-contact tr:first-child td {
		border-top: none;
	}
	.table-contact tr:first-child {
		border-top: 1px solid #d0d0d0;
	}
}

.table-contact th {
	width: 300px;
	padding: 30px 20px 30px 40px;
	font-weight: 600;
	background-color: #fafafa;
	border-bottom: 1px solid #d0d0d0;
	white-space: nowrap;
	vertical-align: middle;
	font-size:108%;
}


@media (max-width: 767px) {
	.table-contact th {
		display: block;
		width: auto !important;
		padding: 20px 10px 20px 15px;
		white-space: normal;
	}
}

.table-contact td {
	padding: 30px 15px 30px 15px;
	border-bottom: 1px solid #d0d0d0;
	text-align:left;
	background-color:#fff;
}


@media (max-width: 767px) {
	.table-contact td {
		display: block;
		padding: 20px 10px 20px 15px;
	}
}

.icon_req{
	width: 50px;
	margin-left: 10px;
}

button.btnStyle01 {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(179, 179, 179);
	border-radius: 4px;
	color: #000;
	font-size: 14px;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	cursor:pointer;
	margin-left:10px;
}

a.btnStyle02 {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(179, 179, 179);
	border-radius: 4px;
	color: #000;
	font-size: 14px;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	cursor:pointer;
}

input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	padding: 3px 5px;
	border: 1px solid #bebebe;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
select {
	padding: 5px 5px;
	border: 1px solid #bebebe;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
textarea {
	padding: 4px 5px;
	border: 1px solid #bebebe;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b5b5b5;
	opacity: 1;
	font-size:86%;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b5b5b5;
	font-size:86%;

}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b5b5b5;
	font-size:86%;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b5b5b5 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b5b5b5;
}


/* Check Box label CSS */
.table-contact input[type="checkbox"]{
	transform: scale(1.5);
	margin-right:5px;
	border-color: #00acc1;
}
.table-contact label{
	vertical-align:middle;
	margin-right:10px;
}


.table-contact td .exemple {
	margin-top: 5px;
	font-size: 14px;
}

.table-contact td textarea {
	height: 150px;
}

.table-contact td label {
	display: inline-block;
}

.privacyBox {
	padding: 15px 10px;
	margin: 30px 0 30px 0;
	background-color: #fff;
	text-align: center;
}

.privacyBox p {
	display: inline-block;
	vertical-align: top;
}

.agreement {
	margin-bottom: 30px;
	text-align: center;
}

.agreement input[type="checkbox"]{
	transform: scale(1.5);
	margin-right:5px;
	border-color: #00acc1;
}



.agreement ul {
	display: inline-block;
	max-width:400px;
	text-align:left;
	margin:auto;
	font-size:14px;
}

.agreement ul li {
	margin-bottom: 10px;
}

.confirmBtn {
	width: 100%;
	max-width:750px;
	margin: 15px auto 20px;
	display:inline-block;
	overflow:hidden;
}

.form-btn input , .confirmBtn input {
	display: inline-block;
	width: 350px;
	max-width: 100%;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-appearance: none;
    border-bottom: solid 4px #627295;
	text-decoration: none;
	background-color: #cc0000;
	box-sizing: border-box;
}

.form-btn input.next{
	padding: 15px 0px 15px;
	background-image:url(../img/ico_arrow_r.png);
	background-repeat:no-repeat;
	background-position:320px center;
}

.confirmBtn input.back {
	padding: 15px 0px 15px;
	background: #3298d8;
	float:left;
	background-image:url(../img/ico_arrow_l.png);
	background-repeat:no-repeat;
	background-position:20px center;
}

.confirmBtn input.send{
	padding: 15px 0px 15px;
	float:right;
	background-image:url(../img/ico_arrow_r.png);
	background-repeat:no-repeat;
	background-position:320px center;
}



@media screen and (max-width:768px){
	.btn,
	a.btn {
		font-size: 20px;
	}

	.btn .next {
		padding-left: 28px;
		background-size: 12px;
	}
}

.contactBox {
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #fff;
}

.contactBox .tit {
	color: #669c44;
	font-size: 20px;
	font-weight: bold;
}

.contactBox .tel {
	display: inline-block;
    vertical-align: middle;
}

.contactBox .tel .num {
	display: inline-block;
	margin:auto;
    vertical-align: middle;
	min-width:280px;
}

.sec01 .tel .num a,
.contactBox .tel .num a {
	display: inline-block;
	text-decoration: none;
	min-width:280px;
	width:400px;
}
@media (max-width: 480px) {
	.contactBox .tel .num a {
		display: inline-block;
		text-decoration: none;
		width:280px;
		margin:auto;
	}
}

.sec01 .tel .num a img{
	min-width:280px;
	width:400px;
}

.sec01 .tel .num rt,
.contactBox .tel .num rt {
    font-size: 15px;
}

.sec01 .tel .time,
.contactBox .tel .time {
	display: inline-block;
	padding-top: 24px;
	margin-bottom: 5px;
    font-size: 18px;
	font-weight: bold;
    text-align: left;
    vertical-align: middle;
}


@media (min-width: 320px) {
	/* ----- MOBILE only ----- */
	.sp_mb30{ margin-bottom:30px; display:block;}
}
@media (min-width: 768px) {
	/* ----- TABLET and PC  ----- */
	.sp_mb30{ margin-bottom:0px; display:block;}
}

.pic-RapidSSL{ width:90px;}







/* =====================
  Footer
===================== */
#footer {
	clear:both;
	width: 100%;
	margin:0;
	padding: 0 0 1%;
	text-align:center;
	height:auto;
	background-color:#dcdcdc;
}
#ft_info{
	text-align:center;
	padding:2%;
	display:inline-block;
	overflow:hidden;
}

@media screen and (min-width:320px){
	#ft_info{ margin-bottom:20px; margin-top:10px;}
	.ft_infoImg{ width:100%;}
	.ft_infoImg img{ width:180px; margin:10px 10px 20px 10px;}
	.ft_infoImg{ float: none;}
	.ft_infoTxt{ float:none; text-align: center;}
	.ft_infoTxt p{ font-size:12px; padding-left:30px; padding-right:30px; line-height:1.4em; margin-bottom:10px;}
}
	@media screen and (min-width:768px){
		.ft_infoImg{ float:left; width:25%;}
		.ft_infoImg img{ width:200px; margin:0 auto;}
		.ft_infoTxt{ float:right; text-align:left; color:#333; width:75%;}
		.ft_infoTxt p{ margin-left:20px; font-size:86%; padding:0;}
	}
		@media screen and (min-width:980px){
			.ft_infoImg{ float:left; width:30%;}
			.ft_infoImg img{ width:236px; margin:0 auto;}
			.ft_infoTxt{ float:right; text-align:left; color:#333; width:70%;}
			.ft_infoTxt p{ margin-left:40px; font-size:86%; padding:0;}
		}


/* copyright
======================================================*/
#ft_adress {
	clear:both;
	width: 100%;
	height:30px;
	background-color:#434343;
	text-align:center;
	position: absolute;
	bottom: 0px;
}
address{
	font-size:11px;
	color:#FFFFFF;
	text-align: center;
}

@media screen and (min-width:320px){
	address{ font-size:9px;}
}
	@media screen and (min-width:768px){
			address{ font-size:11px;}
	}
#ft_adress address a{ color:#FFF; text-decoration:none;}



/* =====================
  SCRIPT
===================== */

/* pageScroll
======================================================*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
	width: 64px;
	height: 64px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #a9a9a9;
	text-align: center;
    padding: 8px 2px;
    font-size: 20px;
    z-index: 999;
    display: none;
	cursor:pointer;
}
.pagetop:after, .pagetop:hover:after {
	content:	"";
	width:		20px;
	height:		20px;
	top:		25px;
	left:		18px;
	transform:	rotate(-45deg);
	position:	absolute;
}
.pagetop:after {
	border-top:	8px solid #fff;
	border-right:	8px solid #fff;
}
.pagetop:hover {
	background-color:#c0c0c0;
	opacity: 0.8;/*ホバー時の透明度*/
}	

@media screen and (max-width:480px){
	.pagetop {
		display: none;
		position: fixed;
		bottom: 40px;
		right: 20px;
		width: 32px;
		height: 32px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background-color: #a9a9a9;
		text-align: center;
		padding: 4px 1px;
		font-size: 10px;
		z-index: 999;
		display: none;
		cursor:pointer;
	}
	.pagetop:after, .pagetop:hover:after {
		content:	"";
		width:		10px;
		height:		10px;
		top:		12px;
		left:		9px;
		transform:	rotate(-45deg);
		position:	absolute;
	}
	.pagetop:after {
		border-top:	4px solid #fff;
		border-right:4px solid #fff;
	}
}

/* マウスオーバーエフェクト
======================================================*/
.u-op-hover {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.u-op-hover:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";
	/* ie 8 */
	-moz-opacity: .7;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: .7;
	/* Safari 1.x */
}

/* エフェクト
======================================================*/


.btn-cv {
  padding: .5em 0;
  overflow: hidden;
  position: relative;
}
.btn-cv a {
  border: solid #fff 3px;
  border-radius: 12px;
  box-shadow: 1px 1px 10px 0 #a1a1a1;
  color: #fff;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3;
  margin: 2em auto;
  padding: 1em 2em .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 59%;
}
.btn-cv.is-fz20 a {
  font-size: 20px;
}
.btn-cv a img {
  vertical-align: middle;
}
.btn-cv a:after {
  content: ' ' !important;
}
 
/* ボタン内のアイコン */
.btn-cv a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}
.btn-cv a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}
 
/* 2つ連続で並べる場合の余白 */
.btn-cv + .btn-cv a {
  margin-top: 0;
}
 
/* 緑ボタン */
.btn-cv a {
  background: #00a23f;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#00a23f, #39900a);
  text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1);
}
 
/* 赤ボタン */
.btn-cv.is-red a {
  background: #fb4e3e;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#fb4e3e, #d64b26);
}
 
/* 青ボタン */
.btn-cv.is-blue a {
  background: #09c;
  background: -webkit-linear-gradient(#09c, #069);
  background: linear-gradient(#09c, #069);
}
 
/* 黒ボタン */
.btn-cv.is-black a {
  background: #666;
  background: -webkit-linear-gradient(#8a8a8a, #666);
  background: linear-gradient(#8a8a8a, #666);
}
 
/* ボタンの光沢 */
.is-reflection a {
  overflow: hidden;
}
.is-reflection a:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
/* アニメーションを遅延させる */
.is-reflection + .is-reflection a:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
 
/* CVボタン矢印揺れ */
.is-trembling a:before {
  -webkit-animation-name:is-trembling;
  -webkit-animation-duration:.8s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:is-trembling;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}
 
@-webkit-keyframes bounce {
  0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);}
  5% {-webkit-transform: translateY(-6px);}
  12% {-webkit-transform: translateY(-4px);}
}
@keyframes bounce {
  20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);}
  32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
}
/* アニメーションを遅延させる */
.is-bounce + .is-bounce {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
 
@-webkit-keyframes is-purun {
   0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { -webkit-transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { -webkit-transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { -webkit-transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { -webkit-transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes is-purun {
   0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* アニメーションを遅延させる */
.is-purun + .is-purun {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
 
 
 
/**
 * ===============================================
 * MediaQuery : スマホ対応
 * ===============================================
 */
@media only screen and (max-width: 767px) {
  /* コンバージョンボタン */
  .btn-cv a {
    font-size: 1.3em;
    margin: 0 auto 1em;
    width: 94%;
  }
}