@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	min-width: 1300px;
}

body,
table,
input, textarea, select, option {
	font-family: 'Oswald', "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222222;
	letter-spacing: 1px;
}

.clear{
	clear: both;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

a{
	text-decoration: none;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.mv{
	width: 100%;
}

.header{
	position: relative;
}

.header .overlay{
	background: rgba(179,179,179,0.2);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.header .logo{
	left: 30px;
	position: absolute;
	top: 30px;
}

.header .cv{
	position: fixed;
	right: 20px;
	top: 30px;
	z-index: 100;
}

.header .cv img{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.header .cv a{
	display: inline-block;
	margin-left: 10px;
}

.header .cv a:hover{
	opacity: 0.8;
}

.header .mv_txt{
	bottom: 0;
	left: 150px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 50%;
}

.header .scroll{
	bottom: 100px;
	color: #ffffff;
	font-size: 13px;
	position: absolute;
	right: 0;
	transform: rotate(90deg);
}

.sec1{
	background: #f0f0f0;
	padding: 100px 0;
	text-align: center;
}

h1{
	color: #003876;
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 10px;
}

.subtitle{
	font-size: 15px;
	font-weight: bold;
}

.sec1 p{
	font-size: 28px;
	font-weight: bold;
	margin-top: 50px;
}

.sec2{
	position: relative;
	overflow: hidden;
	padding: 0 0 80px 0;
}

.sec2:before {
	content: '';
	position: absolute;
	top: 0;
	left: -10%;
	width: 120%;
	height: 95%;
	margin: 0;
	background: #00b1c7;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-6.4deg);
	-ms-transform: rotate(-6.4deg);
	transform: rotate(-6.4deg);
	z-index: -1;
}

.sec2 div{
	box-sizing: boder-box;
	width: 100%;
	padding: 80px 0;
	position: relative;
}

.sec2 h2{
	color: #003876;
	font-size: 53px;
	font-weight: 600;
	left: 919px;
	letter-spacing: 3px;
	top: 100px;
	position: absolute;
}

.sec2 h2 span{
	color: #222222;
	display: block;
	font-size: 44px;
	font-weight: bold;
}

.sec2 .sec2img{
	width: 55%;
}

.sec2 .fukidashi{
	top: 250px;
	position: absolute;
	right: 5%;
}

.sec2-after{
	color: #00b1c7;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
}

.circle{
	border: 1px solid #00b1c7;
	border-radius: 50%;
	cursor: pointer;
	font-size: 34px;
	height: 136px;
	line-height: 136px;
	margin: 10px auto;
	width: 136px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.circle:hover{
	background: #00b1c7;
	color: #ffffff;
}

.sec3{
	position: relative;
}

.sec3 img{
	width: 100%;
}

.sec3 .txtarea{
	color: #ffffff;
	position: absolute;
	text-align: center;
	top: 250px;
	width: 100%;
}

.sec3 h2{
	font-size: 94px;
	font-weight: 600;
	letter-spacing: 5px;
}

.sec3 .txtarea div{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 30px 0;
}

.sec3 .txtarea div span{
	font-size: 38px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.sec3 .txtarea div span:after{
	background: #f5a547;
	bottom: 8px;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.sec3 .txtarea p{
	font-size: 22px;
}
.sec3 img{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.sec3 a{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;	display: block;
	height:115px;
	margin: 15px auto;
}

/*.sec3 a:hover{
   filter:alpha(opacity=50);
   -moz-opacity: 0.5;
   opacity: 0.5;
}
*/


.submit_btn1{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	display: block;
	width:320px;
    border: 0px;
	height:50px;
	margin: 25px auto 0px;
    background: url(ppb-month1_sp.png) left top no-repeat;
		-webkit-background-size: 320px 50px;
}
 
.submit_btn1:hover{
    cursor: pointer;
}

.submit_btn2{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	display: block;
	width:320px;
    border: 0px;
	height:50px;
	margin: 25px auto 0px;
    background: url(ppb-month2_sp.png) left top no-repeat;
		-webkit-background-size: 320px 50px;

}
 
.submit_btn2:hover{
    cursor: pointer;
}

.submit_btn3{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	display: block;
	width:320px;
    border: 0px;
	height:50px;
	margin: 25px auto;
    background: url(ppb-month3_sp.png) left top no-repeat;
		-webkit-background-size: 320px 50px;
		text-indent:-9999px;

}
 
.submit_btn3:hover{
    cursor: pointer;
}

.sec3 .txtbtm{
	margin-bottom: -370px;
	position: relative;
	top: -300px;
	z-index: -1;
}

.sec3 .txtbtm div{
	left: 200px;
	position: absolute;
	top: 250px;
	width: 80%;
}

.sec3 .txtbtm h3{
	color: rgba(0,177,199,0.3);
	font-size: 94px;
}

.sec3 .txtbtm p{
	bottom: 0;
	color: white;
	font-size: 40px;
	font-weight: bold;
	height: 123px;
	left: 65px;
	margin: auto;
	position: absolute;
	top: 0;
}

.sec4{
	padding-bottom: 100px;
}

.sec4 h2,
.sec4 .sub-title{
	color: #00b1c7;
	font-size: 94px;
	font-weight: 600;
	letter-spacing: 5px;
	text-align: center;
}

.sec4 .sub-title{
	font-size: 15px;
	letter-spacing: 3px;
}

.sec4 .contents,
.sec4 .contents2{
	margin: 50px 0;
	position: relative;
}

.sec4 .contents > img{
	position: relative;
	left: 45%;
	width: 50%;
}

.sec4 .contents2 > img{
	position: relative;
	left: 5%;
	width: 50%;
}

.trapezoid{
	background: url(../index_files/01-1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0px;
	bottom: -100px;
	width: 55%;
	z-index: 1;
	text-align: right;
	padding-right: 220px;
	opacity: 0.8;
}

.sec4 .contents2 .trapezoid{
	background: url(../index_files/02-1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	left: auto;
	z-index: 1;
	text-align: left;
	padding-left: 100px;
	opacity: 0.8;
}

.trapezoid img{
	padding: 90px 0 180px;
	width: 500px;
}

.sec4 p{
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 35px;
	margin: 10px auto;
	width: 680px;
}

.sec4 p span{
	border-bottom: 5px solid #ffff00;
}

.sec5{
	margin-bottom: 80px;
}

.sec5 .title{
	background: #2989c0;
	padding: 50px 0;
	text-align: center;
}

.sec5 .title img{
	display: block;
	margin: 30px auto;
	width: 80%;
}

.sec5 .section{
	position: relative;
}

.sec5 .section > img{
	width: 100%;
}

.sec5 .section .overlay{
	background: rgba(0,0,0,0.2);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.sec5 .section .overlay .inner{
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
	width: 80%;
}

.sec5 .section .overlay .inner div{
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.sec5 .section .overlay .inner div.right{
	float: right;
	text-align: center;
}

.sec5 .section h2{
	font-size: 40px;
	position: relative;
	left: 30px;
}

.sec5 .section h2 span{
	display: block;
	font-size: 20px;
}

.sec5 .section h2:after{
	content: "";
	background: #ffffff;
	height: 95%;
	width: 10px;
	position: absolute;
	left: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sec5 .section p{
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 40px;
	margin: 20px 0;
}

.txtarea > span{
	font-size: 15px;
	font-weight: bold;
}

.sec3.work .txtarea{
	top: 150px;
}

.sec6 ul{
	display: block;
	margin: 80px auto;
	width: 1100px;
}

.sec6 ul li{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.sec6 ul li:nth-child(even){
	flex-direction: row-reverse;
}

.sec6 ul li > div{
	width: 48%;
}

.sec6 ul li > div.img{
	text-align: right;
}

.sec6 ul li:nth-child(even) > div.img{
	text-align: left;
}

.sec6 ul li > div.img .ad{
	margin-top: 15px;
}

.sec6 ul li h3{
	color: #00b1c7;
	font-size: 30px;
}

.sec6 ul li h3 span{
	display: block;
	font-size: 20px;
}

.sec6 ul li h3 div{
	display: inline-block;
	font-size: 40px;
	margin-right: 40px;
	position: relative;
	vertical-align: middle;
}

.sec6 ul li h3 div:nth-child(2){
	display: inline-block;
	font-size: 26px;
	line-height: 1.4;
	margin-right: 0;
	width: 80%;
}

.sec6 ul li h3 div:nth-child(2):after{
	display: none;
}


.sec6 ul li h3 div:after{
	content: "";
	background: #00b1c7;
	width: 1px;
	height: 100%;
	position: absolute;
	right: -20px;
}

.sec6 ul li div{
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0;
}

.sec6 ul li p{
	font-size: 16px;
	font-weight: normal;
}

.sec7{
	background: #f0f0f0;
	padding: 80px 0 300px;
	text-align: center;
}

.sec7 h2{
	color: #036eb7;
	font-size: 32px;
	letter-spacing: 3px;
}

.sec7 p{
	font-size: 16px;
	margin: 30px 0 60px;
}

.sec7 > div{
	display: table;
	margin: 0 auto;
}

.sec7 > div span{
	display: block;
	font-size: 16px;
	margin: 10px 0;
	text-align: right;
}

.sec-mov{
	height: 456px;
	margin: -250px auto 100px;
	width: 810px;
}

.sec-mov div{
	font-size: 16px;
	text-align: right;
}

.sec-cap{
	margin: 0 auto 100px;
	width: 810px;
}

.sec-cap img{
	width: 100%;
}

.sec-cap div{
	font-size: 16px;
	text-align: right;
	width: 800px;
}

.sec-cap div a{
	color: #2989c0;
	display: table;
	margin-left: auto;
}

#inquiry h2{
	background: #2989c0;
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 3px;
	padding: 50px 0;
	text-align: center;
	width: 100%;
}

#inquiry h2 span{
	display: block;
	font-size: 15px;
}

#inquiry .content{
	display: block;
	margin: 80px auto;
	padding: 0 20px;
	width: 960px;
}

#table {
	display:table; 
}

.row {
	display:table-row;
}

.row>div{
	display:table-cell;
	font-size: 15px;
	position: relative;
	width: 652px;
}

.err{
	color: #ff0000;
	position: static;
	top: -25px;
}

.lh50{
	line-height: 50px;
}

.row>div:first-child{
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 80px 0;
	position: relative;
	top: 15px;
	vertical-align: top;
	width: 275px;
}

.row>div:first-child span{
	background: #e61f22;
	color: #ffffff;
	font-size: 14px;
	padding: 0 10px;
	position: absolute;
	right: 30px;
	vertical-align: middle;
}

input[type="text"]{
	border: 1px solid #cccccc;
	font-size: 15px;
	line-height: 50px;
	padding: 0 20px;
	width: 326px;
}

textarea{
	border: 1px solid #cccccc;
	font-size: 15px;
	margin-top: 15px;
	min-height: 182px;
	padding: 10px;
	width: 100%;
}

input[type="text"].long{
	width: 100%;
}

.checkbox02 label{
	display: block;
	margin: 15px 0;
}

.checkbox01-input{
	display: none;
}

.checkbox01-parts{
	padding-left: 30px;
	position:relative;
}

.checkbox01-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.checkbox01-input:checked + .checkbox01-parts{
	color: #cccccc;
}

.checkbox01-input:checked + .checkbox01-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #cccccc;
	border-right: 3px solid #cccccc;
}

.link-btn{
	background: #222222;
	height: 66px;
	margin: 80px auto;
	width: 246px;
}

footer .link-btn{
	background: #c69c6d;
	margin: 50px 0 0;
}

.link-btn a{
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 100%;
	letter-spacing: 3px;
	line-height: 66px;
	padding: 0 20px;
	position: relative;
	width: 100%;
	-webkit-transition: .3s ease .2s;
	transition: .3s ease .2s;
}

.link-btn.enter{
	background: #ffffff;
	border: 1px solid #222222;
}

.link-btn.enter a{
	color: #222222;
	padding: 0 35px;
}

.link-btn.pdf.enter a{
	color: #000000;
	padding: 15px 0 15px 35px;
}

.link-btn.pdf.enter .s2{
	border: 1px solid #222222;
}

.link-btn a:after{
	background: #ffffff;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	right: -30px;
	top: 50%;
	width: 60px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-transform-origin: right;
	transform-origin: right;
}

.link-btn.enter a:after{
	background: #222222;
	right: 0;
	width: 80%;
}

.link-btn.enter.out a:after{
	background: #222222;
	right: 10%;
	width: 80%;
}

.link-btn.leave a:after{
	left: 0;
	right: initial;
	width: 0%;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: width .3s ease 0s, right .2s ease .6s, left .2s ease .6s, background .2s ease .3s, -webkit-transform .3s ease 0s;
	transition: width .3s ease 0s, right .2s ease .6s, left .2s ease .6s, background .2s ease .3s, -webkit-transform .3s ease 0s;
	transition: transform .3s ease 0s, width .3s ease 0s, right .2s ease .6s, left .2s ease .6s, background .2s ease .3s;
	transition: transform .3s ease 0s, width .3s ease 0s, right .2s ease .6s, left .2s ease .6s, background .2s ease .3s, -webkit-transform .3s ease 0s;
}

footer{
	background: #1a1a1a;
	color: #ffffff;
	padding: 50px 0;
}

footer .inner{
	margin: 0 auto;
	width: 1100px;
}

footer .inner > div{
	display: inline-block;
	vertical-align: top;
}

footer .inner > div:first-child{
	width: 45%;
}

footer .inner > div table{
	border-spacing: 0px 10px;
	color: #ffffff;
	font-size: 14px;
}

footer .inner > div table th{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 90px;
}

.copy{
	color: #666666;
	display: block;
	font-size: 11px;
	letter-spacing: 5px;
	margin: 100px 0 50px;
	text-align: center;
}

br.sp{
	display: none;
}

svg {
    transform: rotate(-90deg);
}

circle {
    fill: transparent;
    stroke: #4fa8df;
    stroke-width: 4;
    animation: circle 1s infinite;
}

@keyframes circle {
	0% { stroke-dasharray: 0 377; }
	99.9%,to { stroke-dasharray: 377 377; }
}

.finish{
	padding: 150px 0;
}

.finish h1{
	font-size: 40px;
	letter-spacing: 3px;
	text-align: center;
}

.finish p{
	display: table;
	font-size: 18px;
	margin: 50px auto;
}

.contlink{
	background: #1a1a1a;
	border: 1px solid #1a1a1a;
	color: #ffffff;
	display: block;
	line-height: 60px;
	margin: 30px auto;
	text-align: center;
	width: 250px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-transform-origin: right;
	transform-origin: right;
}

.contlink:hover{
	background: #ffffff;
	border: 1px solid #1a1a1a;
	color: #1a1a1a;	
}

.color {
	background-color: #444444;
	height: 50px;
	line-height: 50px;
	margin: 30px 0;
	width: 200px;
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	body{
		min-width: 100%;
	}
	
	.header .cv{
		right: 0;
		top: 0;
	}
	
	.header .cv a{
		margin-left: 0;
	}
	
	.header .cv a:first-child{
		width: 129px;
	}

	.header .cv a:last-child{
		width: 40px;
	}

	.header .logo{
		left: 10px;
		top: 10px;
		width: 120px;
	}
	
	.header .mv_txt{
		left: 0;
		right: 0;
		top: auto;
		bottom: 25px;
		width: 90%;
	}
	
	.header .scroll{
		display: none;
	}
	
	.sec1{
		padding: 30px 5px;
	}
	
	h1{
		font-size: 30px;
		letter-spacing: 1px;
	}
	
	.subtitle{
		font-size: 12px;
	}
	
	.sec1 p{
		font-size: 14px;
		margin: 30px 0;
	}
	
	.sec2 div{
		padding: 30px 0 250px;
	}
	
	.sec2 .sec2img{
		width: 90%;
	}
	
	.sec2 h2{
		font-size: 26px;
		top: 50px;
	}
	
	.sec2 h2 span{
		font-size: 20px;
	}
	
	.sec2 .fukidashi{
		left: 0;
		right: 0;
		margin: auto;
		top: 180px;
		width: 90%;
	}
	
	.sec2-after{
		font-size: 26px;
	}
	
	.circle{
		font-size: 26px;
		height: 100px;
		line-height: 100px;
		width: 100px;
	}
	
	.sec3 .txtarea{
		top: 70px;
		left: 0;
		right: 0;
		margin: auto;
		width: 90%;
	}
	
	.sec3 h2{
		font-size: 36px;
	}
	
	.sec3 .txtarea div{
		font-size: 12px;
		margin: 20px auto;
	}
	
	.sec3 .txtarea div span{
		font-size: 14px;
	}
	
	.sec3 .txtarea div span:after{
		bottom: 3px;
		height: 3px;
	}
	
	.sec3 .txtarea p {
		font-size: 10px;
	}
	
	.sec3 a{
		font-size: 20px;
		height: 60px;
		line-height: 60px;
		width: 260px;
		margin: 20px auto;
	}
	
	.sec3 .txtbtm{
		margin-bottom: -85px;
		top: -85px;
	}
	
	.sec3 .txtbtm div {
		background: rgba(0,0,0,0.2);
		left: 0;
		top: 0;
		right: 0;
		margin: auto;
		height: 100%;
		width: 100%;
	}
	
	.sec3 .txtbtm h3{
		font-size: 50px;
		position: absolute;
		top: 30%;
		left: 10px;
	}
	
	.sec3 .txtbtm p{
		font-size: 24px;
		left: 20px;
		top: 0;
		width: 90%;
	}

	br.sp{
		display: block;
	}
	
	.sec4 h2, .sec4 .sub-title{
		font-size: 45px;
	}
	
	.sec4 .sub-title{
		font-size: 12px;
	}
	
	.sec4 .contents > img{
		left: 0;
		width: 95%;
	}
	
	.trapezoid{
		bottom: 0;
		text-align: unset;
		padding: 20px;
		position: relative;
		left: 0;
		top: -60px;
		width: 90%;
		z-index: -1;
	}
	
	.trapezoid img{
		padding: 50px 0 80px;
	}

	.sec4 .contents, .sec4 .contents2{
		margin: 50px 0 -30px;
	}
	
	.sec4 p{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 30px;
		margin: 10px auto;
		width: 95%;
	}

	.sec4 .contents2 > img {
		position: relative;
		right: 0;
		left: 0;
		width: 95%;
		margin-left: auto;
		display: block;
	}
	
	.sec4 .contents2 .trapezoid{
		margin-left: auto;
		padding: 0 15px;
	    position: relative;
		width: 85%;
	}
	
	.sec4 {
		padding-bottom: 30px;
	}
	
	.sec5 .title{
		padding: 10px 0;
	}
	
	.sec5 .section .overlay .inner{
		margin: 5px auto;
		top: 0;
		width: 80%;
	}
	
	.sec5 .section .overlay .inner div.right{
		float: unset;
	}
	
	.sec5 .section .overlay .inner div{
		display: block;
		width: 100%;
	}

	.sec5 .section .overlay .inner div img{
		display: block;
		margin: 20px auto;
		width: 100%;
	}
	
	.sec5 .section h2 span{
		font-size: 14px;
	}
	
	.sec5 .section h2{
		font-size: 20px;
	}
	
	.sec5 .section p{
		font-size: 14px;
		line-height: 20px;
		margin: 10px 0;
	}

	.sec5 {
		margin-bottom: 30px;
	}
	
	.sec3.work .txtarea {
		top: 80px;
	}
	
	.sec6 ul {
		margin: 30px auto;
		width: 90%;
	}
	
	.sec6 ul li{
		display: block;
	}
	
	.sec6 ul li > div {
		width: 100%;
	}
	
	.sec6 ul li > div.img .ad {
		display: none;
	}
	
	.sec6 ul li div{
		font-size: 14px;
		margin: 13px 0;
	}
	
	.sec6 ul li h3{
		font-size: 16px;
	}
	
	.sec6 ul li h3 span{
		font-size: 16px;
		margin-right: 0px;
	}
	
	.sec6 ul li h3 span:after{
		right: -5px;
	}
	
	.sec6 ul li p{
		font-size: 12px;
	}
	
	.sec6 ul li h3 span:nth-child(2){
		font-size: 14px;
		line-height: 20px;
		width: 85%;
	}
	
	.sec6 ul li h3 div{
		font-size: 16px;
		margin-right: 20px;
	}
	
	.sec6 ul li h3 div:after{
		right: -10px;
	}
	
	.sec6 ul li h3 div:nth-child(2){
		font-size: 16px;
		width: 85%;
	}
	
	.sec7{
		padding: 30px 0 100px;
	}
	
	.sec7 p {
		font-size: 14px;
		font-weight: bold;
		margin: 10px 0 30px;
	}
	
	.sec7 > div{
		width: 90%;
	}
	
	.sec7 > div span,
	.sec-mov div{
		font-size: 14px;
		text-align: center;
	}
	
	.sec-mov {
		height: 210px;
		margin: -80px auto 80px;
		width: 90%;
	}

	.sec-cap {
		margin: 0 auto 50px;
		width: 90%;
	}

	.sec-cap div{
		font-size: 12px;
		margin-top: 10px;
		text-align: center;
		width: 100%;
	}
	
	#inquiry h2{
		font-size: 50px;
		padding: 20px 0;
	}

	#inquiry h2 span {
		font-size: 14px;
	}
	
	#inquiry .content{
		margin: 50px auto;
		padding: 0 10px;
		width: 100%;
	}
	
	#table,.row,.row>div{
		display: block;
		width: 100%;
	}
	
	.row>div:first-child{
		padding: 0 0 10px 0;
		top: 0;
		width: 100%;
	}
	
	.row>div:first-child span{
		position: relative;
		left: 15px;
	}
	
	.row {
		margin-bottom: 30px;
	}
	
	footer .inner{
		width: 90%;
	}
	
	.link-btn{
		width: 200px;
	}
	
	footer .inner > div:first-child{
		display: block;
		margin: 0 auto;
		width: 80%;
	}
	
	footer .link-btn{
		margin: 30px auto;
	}
	
	footer .inner > div table{
		font-size: 12px;
	}
	
	.copy{
		font-size: 10px;
		letter-spacing: 2px;
		margin: 50px 0;
		text-align: center;
	}
	
	input[type="text"]{
		width: 80%;
	}
	
	.checkbox02{
		width: 95%;
	}

	.color{
		margin: 30px auto;
	}

.sec7 ol,il {
	line-height: 2.5;
	letter-spacing: 1.2px;
	list-style-position: outside;
}


