@charset "utf-8";
/* CSS Document */


/* ----------- common --------------- */
body {
	background:#fff;
	font-size:100%;
	font-family:'Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif;
}
img{
	vertical-align: middle;
}

::selection{
	background:#1E90FF ;
	color: white;
}

.sp {
	display: none;
}

section,
header,
.visual {
	width: 100%;
	text-align: center;
}

header{
	width: 1204px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}


.visual {
	position: relative;
	width: 1202px;
	margin: 0 auto;
}

.visual a{
	position: absolute;
	bottom: 35px;
	left: 90px;
}

section h2{
	padding: 2%;
}

figure {
	margin: 0;
}

.inner{
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
}

.sec01 h2 {
	position: relative;
	overflow: inherit;
	padding: 0;
	background: url(../img/title01_bg.jpg);
}

.sec01 h2 img {
	margin-top: -55px;
}

.sec01 .back{
	background: url(../img/back.png);
	padding: 3% 2%;
}

.sec02 {
	background: #e6f4fe;
}

.sec02 h2{
	background: url(../img/title01_bg.jpg);
}

.sec02 ul {
	text-align: left;
	margin-top: 70px;
}

.sec02 ul li {
	padding: 0 0 50px;
}

.sec02 ul li dl dt {
	position: relative;
	background: #0064aa;
	padding: 24px 0 24px 140px;
	color: #fffc00;
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 35px;
}

.sec02 ul li dl dd {
	font-size: 20px;
	line-height: 1.8em;
}

.sec02 ul li dl dt img {
	position: absolute;
	left: 0;
	top: -15px;
}

.sec03 h2{
	background: url(../img/title01_bg.jpg);
	padding: 60px 0;
}

.sec03 .ly {
	width: 1010px;
	margin: 80px auto;
	text-align: left;
	overflow: hidden;
}

.sec03 .ly p {
	float: left;
	width: 50%;
	font-size: 20px;
	line-height: 1.8em;
	letter-spacing: -0.03em;
	text-align: justify;
}

.sec03 .ly span{
	background: linear-gradient(transparent 60%, #ffde59 0%);
	line-height: 1.3em;
	color: #df191a;
	font-weight: bold;
}

.sec03 .ly figure {
	float: right;
}

.sec03 .btn {
	margin: 70px 0;
}

.sec04 h2 {
	background: url(../img/title01_bg.jpg);
	padding: 35px 0;
}

.title04-img {
	position: relative;
	width: 1010px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.title04-img:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	display: block;
	width: 298px;
	height: 298px;
	background: url('../img/title04-img.png') no-repeat 0 0;
}

.blue-ttl {
	padding: 50px 0;
	background: url(../img/title02_bg2.png);
}

.waku {
	margin: 50px 0;
	text-align: center;
}

p.chumoku {
	background: url('../img/bg_img07.png') repeat-x 0 0;
}

.sec04 {
	margin-top: 50px;
}

.sec04 .back {
	background: url(../img/back.png);
	padding: 2%;
}

.sec04 .case {
	text-align: left;
	width: 1010px;
	margin: 0 auto 20px;
}

.sec04 .case h3 {
	border-bottom: 6px solid #205b9e;
	font-size: 32px;
	color: #205b9e;
	font-weight: bold;
}

.sec04 .case h3 span {
	display: inline-block;
	width: 171px;
	height: 68px;
	background: url('../img/voice-case.png') no-repeat 0 0;
	vertical-align: middle;
	margin-right: 20px;
	text-align: center;
	line-height: 78px;
	color: #fff;
	font-size: 35px;
}

.sec04 .case h3 span em {
	font-size: 42px;
}

.sec04 .case h3 strong {
	display: inline-block;
	vertical-align: middle;
	padding-top: 8px;
}

.sec04 .case p.explain {
	margin: 30px 0;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
}

.sec04 .case p.explain span {
	background: linear-gradient(transparent 60%, #ffde59 0%);
	line-height: 1.3em;
	color: #df191a;
	font-size: 48px;
}

.sec04 .case .ly {
}

.sec04 .case .ly figure {
	float: left;
}

.sec04 .case .ly dl.point {
	float: right;
	width: 504px;
	border-radius: 0 0 10px 10px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
}

.sec04 .case .ly dl.point dt {
	background: #205b9e;
	color: #fff;
	text-align: center;
	padding: 14px 0;
	font-size: 24px;
	font-weight: bold;
}

.sec04 .case .ly dl.point dd {
	line-height: 1.8em;
	padding: 5px 0 5px 85px;
	font-size: 32px;
	font-weight: bold;
}

.sec04 .case .ly dl.point dd span {
	display: inline-block;
	background: #205b9e;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	border-radius: 34px;
	font-size: 30px;
	margin-right: 12px;
}

.sec04 .case .ly dl.point dt strong {
	display: block;
	margin-top: 10px;
	font-size: 36px;
}

.sec04 .case ul {
	clear: both;
	padding: 30px 0;
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
}

.sec04 .case ul li {
	float: left;
	width: 415px;
	font-size: 20px;
	line-height: 1.4em;
}

.sec04 .case ul li strong {
	display: block;
	background: #ecc320;
	text-align: center;
	font-size: 25px;
	color: #fff;
	padding: 8px 0;
	font-weight: bold;
	border-radius: 20px;
	margin: 0 0 16px;
}

.sec04 .case ul li span {
	color: #df191a;
}

.sec04 .case ul li:last-child {
	padding-left: 90px;
	background: url('../img/arrow-red.png') no-repeat 30px 50%;
}

.sec04 .case ul li:last-child strong {
	background: #e59100;
}

.sec05 h2 {
	background: url(../img/title01_bg.jpg);
	padding: 35px 0 40px;
}

.sec05 ul {
	width: 1010px;
	margin: 50px auto;
	height: 950px;
}

.sec05 li {
	float: left;
	width: 32%;
	margin: 0 2% 3% 0;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	box-sizing: border-box;
	padding: 0 20px 20px;
}

.sec05 li:nth-child(3n) {
	margin-right: 0;
}

.sec05 li .no {
	text-align: center;
	display: block;
	margin: 0 0 20px;
}

.sec05 li .ttl {
	font-weight: bold;
	font-size: 20px;
	color: #404040;
}

.sec05 li .ttl strong {
	display: block;
	font-size: 16px;
	color: #4a9500;
	margin: 0 0 10px;
}

.sec05 li p {
	font-weight: bold;
	line-height: 1.8em;
	text-align: left;
}

.sec05 li p span {
	color: #ff4403;
}

.contact {
	clear: both;
	padding: 35px 0;
	background: #60b100;
}

.contact h2 {
	text-align: center;
	background: #fff;
	font-size: 35px;
	color: #ff3d10;
	padding: 15px 0;
	border-radius: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.contact .tel {
	margin: 50px 0;
	padding: 0 0 0 210px;
	background: url('../img/tel.png') no-repeat 0 50%;
	font-weight: bold;
}

.contact .tel a {
	font-size: 97px;
	color: #fff;
	text-decoration: none;
}

.contact .tel span {
	display: block;
	font-size: 34px;
	color: #fff;
	margin: 16px 0 0;
}

.contact ul {
	overflow: hidden;
}

.contact ul li {
	float: left;
}

.contact ul li:last-child {
	float: right;
}
