@charset "utf-8";
/* CSS Document */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#main header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#main .wrapper,
#main header{
	width:1400px;
	margin: 0 auto;
}

#main .wrapper_grand{
	background: #f6f6f6;
}

#main p{
	color:#707070;
	line-height: 1.8;
}

#main a:hover{
	opacity:.6;
	transition-duration:.5s;
}

#main .mv{
	width:100%;
}

#main h2{
	font-size:28px;
	font-weight: bold;
	border-bottom: 1px solid #707070;
	color:#707070;
}
#main .wrapper_grand h2{
	padding:100px 0 5px 0;

}

#main .box_1{
	display: flex;
	justify-content: space-between;
	margin: 20px 0 50px;
}

#main .box_1 ul{
	width:800px;
}

#main .box_1 li{
	line-height: 2.2;
	color: #707070;
}

#main .box_1 img,
#main .box_2 img{
	width:610px;
}

#main .box_2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

#main .box_2 div:first-of-type{
	width:610px;
}

#main .box_2 div:last-of-type{
	width:620px;
	background: #fff;
	padding: 80px 60px;
}

#main .box_2 img:first-of-type{
	margin-bottom:20px;
}

#main .box_2 h3{
	font-weight: bold;
	margin-bottom: 10px;
	color:#707070;
	font-size:20px;
}

#main .box_2 p{
	margin-bottom: 35px;
}

#main table,
#main td,
#main th{
	border: 1px solid #595959;
	border-collapse: collapse;
	line-height: 1.9;
}
#main td,
#main th{
	font-size: 20px;
	padding: 3px;
	width: 30px;
	height: 25px;
	line-height: 3;
	text-align: center;
	font-weight: bold;
	color:#707070;
}
#main th{
	background: #f0e6cc;
}
#main .even{
	background: #fbf8f0;
}
#main .odd{
	background: #fefcf9;
}
#main table{
	width:1400px;
}

#main table tr:nth-of-type(2) td:nth-of-type(3),
#main table tr:nth-of-type(3) td:nth-of-type(3),
#main table tr:nth-of-type(4) td:nth-of-type(3){
	border-style: solid dotted solid solid;
	width:280px;
}

#main table tr:nth-of-type(2) td:nth-of-type(4),
#main table tr:nth-of-type(3) td:nth-of-type(4),
#main table tr:nth-of-type(4) td:nth-of-type(4){
	border-style: solid solid solid dotted;
	width:280px;
}

#main table .tit_2,
#main table .tit_3{
	color:#fff;
}
#main table .tit{
	width:20%;			
}
#main table .tit_2{
	width:40%;
	background:#b7ac76;			
}
#main table .tit_3{
	width:40%;
	background:#707070;			
}
#main table tr:last-of-type td{
	text-align:left;
}

#main .atn{
	padding: 10px 0 60px 15px;
	line-height: 1.6;
}

#main .tit_3{
	margin: 60px 0 20px;
	padding: 0 20px 5px;
}

#main .box_3{
	width:900px;
	margin: 50px auto 120px;
}

#main .pad p:first-of-type{
	padding: 0 20px;
	line-height: 2.3;
}

#main .box_3 .btn{
	text-align: center;
	margin-bottom: 20px;
}

#main .box_3 .btn a{
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	display: block;
	background: #707070;
	text-decoration: none;
	width: 350px;
	margin: 0 auto;
	font-size: 20px;
}
#main .box_3 p{
	line-height: 1.6;
}
#main footer{
	text-align: center;
	width: 1400px;
    margin: 10px auto;
	color: #707070;
	font-size: 12px;
}



.pc {
	display:block!important;
}
.sp {
	display:none!important;
}
@media screen and (max-width: 800px) {
.pc {
	display:none!important;
}
.sp {
	display:block!important;
}
}

@media screen and (max-width: 800px) {
#main .wrapper_grand img{
	width: 100%!important;
}

#main header{
	width: auto;
	padding:0 2%;
	margin: 0 auto;
}	

#main .wrapper_sp{
	width:auto;
	padding:0 2%;
	margin: 0 auto;
}

#main .box_1,
#main .box_2 {
	display: block;
}

#main h2 {
    font-size: 22px;
	padding: 60px 0 5px 0!important;
}

#main .box_1 ul {
	width: 100%;
}

#main .box_1 li {
    line-height: 1.8;
}

#main .box_2 div:first-of-type {
	width: 100%;
}	

#main .box_2 div:last-of-type {
	width: auto;
	padding: 5%;
}

#main table {
	width: 100%;
}

#main td, #main th {
	font-size: 16px;
	line-height: 1.3;
	height: 0;
    padding: 10px 3px;
    vertical-align: middle;
}

#main .tit_2 {
    padding: 0 5px;
	width: 37.5%;
	text-align: left;
}

#main .tit_3 {
    padding: 5px;
	width: 37.5%;
	text-align: left;
}

#main table .tit {
    width: 25%;
}	

#main .pad p:first-of-type {
	padding: unset;
	line-height: 1.8;
}

#main .box_3 {
	width: 100%;
	margin: 50px auto 120px;
}

#main .box_3 .btn a {
	width: 100%;
	padding: 5px 0;
}

#main .tit_4 {
	margin: 0 0 20px;
}
	
#main footer{
	width: auto;
}

}