@charset "UTF-8";


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}




/*========================================

  main

========================================*/

.pagettl {
	padding-top : 120px;
	padding-bottom : 30px;
	border-bottom : 1px solid #cccccc;
}

.pagettl p {
	width : 1140px;
	letter-spacing : 3px;
	font-size : 24px;
	margin : 0 auto;
	color : #444444;
	font-weight : bold;
}



@media screen and (max-width: 768px) {
	.pagettl {
		padding-top : 22vw;
		padding-bottom : 5vw;
		padding-left : 5vw;
	}
	.pagettl p {
		width : auto;
		font-size : 6vw;
	}
}



.wp-pagenavi {
	clear : both;
	text-align : center;
	padding-top : 50px;
	padding-bottom : 20px;
}

.wp-pagenavi a , .wp-pagenavi span {
	display : inline-block;
	background : #ffffff;
	vertical-align : bottom;
	text-decoration : none;
	border : 1px solid #aaaaaa;
	padding : 8px 10px;
	margin : 5px;
	line-height : 1em;
}



.wp-pagenavi a:hover , .wp-pagenavi span.current {
	border-color : #555555;
	background : #555555;
	color : #ffffff;
}

.wp-pagenavi span.current {
	font-weight : bold;
}

.wp-pagenavi span.pages {
	color : #555555;
	border : none;
	background : none;
}



.wp-pagenavi a.nextpostslink , .wp-pagenavi a.previouspostslink {
	border-color : #0075b0;
	background : #0075b0;
	padding : 8px 15px;
	color : #ffffff;
	        border-radius : 4px;
	-webkit-border-radius : 4px;
	   -moz-border-radius : 4px;
}

.wp-pagenavi a.nextpostslink:hover , .wp-pagenavi a.previouspostslink:hover {
	border-color : #578bb1;
	background : #578bb1;
}

@media screen and (max-width: 768px) {
	.wp-pagenavi {
		padding-top : 20px;
		padding-bottom : 20px;
	}
	.wp-pagenavi span.pages {
		display : block;
	}
}


#detail .videobox {
	position : relative;
	width : 100%;
	height : 100%;
}

#detail .videobox .bgW {
	background : url(img/bg/bg_dot_w.png) repeat 0 0;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	z-index : 1;
}

#detail video {
	position : absolute;
	bottom : 0;
	left : 0;
	right : 0;
	min-width : 100%;
	min-height : 100%;
	width : auto;
	height : auto;
	z-index : -1;
}

#detail .videosize , #detail .videosize .bgW , #detail .videosize video {
	height : auto;
	min-height : auto;
}
#detail .videosize video {
	position : relative;
	margin-bottom : -5px;
}

#detail .main_visual {
	display : none;
}
@media screen and (max-width: 768px) {
	#detail .videobox {
		display : none;
	}
	#detail .main_visual {
		display : block;
	}
}




#detail h1 {
	width : 1140px;
	color : #0075ac;
	font-size : 28px;
	text-align : center;
	margin : 0 auto;
	margin-top : 60px;
}
#detail h1 span {
	display : block;
	font-size : 14px;
	border-bottom : 2px solid #cccccc;
	padding-bottom : 15px;
}
@media screen and (max-width: 767px) {
	#detail h1 {
		width : 90%;
		margin-top : 10vw;
	}
}


#detail h2 {
	font-size : 32px;
	margin : 0;
	margin-top : 50px;
}
@media screen and (max-width: 767px) {
	#detail h2 {
		font-size : 22px;
		margin-top : 8vw;
		margin-left : 0;
	}
}


#detail .message_box {
	width : 1000px;
	margin : 0 auto;
}
#detail .message_box h2 {
	text-align : center;
}
#detail .message_box .inner {
	text-align : center;
	margin-top : 20px;
}
#detail .message_box p {
	font-weight : bold;
	line-height : 1.8em;
	margin : 0;
}
@media screen and (max-width: 767px) {
	#detail .message_box {
		width : 90%;
	}
	#detail .message_box .inner {
		margin-top : 10px;
	}
	#detail .message_box p {
		font-size : 14px;
		line-height : 1.7em;
		text-align : justify;
		text-justify : inter-ideograph;
	}
	#detail .message_box .boxR img {
		width : 100%;
		margin-top : 20px;
	}
}


#detail h3 {
	color : #0071b1;
	font-size : 26px;
	margin : 0;
	padding-top : 50px;
	padding-left : 75px;
	padding-bottom : 3px;
}
#detail .sheet {
	width : 1140px;
	margin : 0 auto;
	box-shadow : 0 0 8px #b7b7b7;
	margin-top : 70px;
	padding-bottom : 40px;
}
#detail .sheet .inner {
	width : 1000px;
	margin : 0 auto;
	display : flex;
	justify-content : space-between;
	border-top : 1px solid #cccccc;
	padding-top : 30px;
}
@media screen and (max-width: 767px) {
	#detail h3 {
		font-size : 20px;
		padding-top : 5vw;
		padding-left : 5vw;
		padding-right : 5vw;
	}
	#detail .sheet {
		width : 90%;
		margin-top : 10vw;
		padding-bottom : 10vw;
	}
	#detail .sheet .inner {
		width : 90%;
		flex-direction : column;
		padding-top : 5vw;
	}
	#detail .sheet .inner .boxR {
		margin-top : 20px;
	}
}


#detail .sheet table {
	width : 700px;
}
#detail .sheet table th {
	width : 100px;
	font-size : 15px;
	font-weight : bold;
	background-color : #efefef;
	border-bottom : 5px solid #ffffff;
	border-right : 20px solid #ffffff;
	padding : 15px 15px ;
	white-space : nowrap;
}
#detail .sheet table td {
	font-size : 15px;
	padding : 16px 0 ;
}
#detail .sheet table td ul {
	margin : 0;
	padding : 0;
}
#detail .sheet table td ul li {
	list-style : none;
}
#detail .sheet table td span {
	display : inline-block;
	color : #0071b1;
	font-weight : bold;
	margin-right : 20px;
	white-space : nowrap;
}
#detail .sheet table td span::before {
	content : "\f058";
	font-family : FontAwesome;
	margin-right : 5px;
}
#detail .sheet table td strong {
	color : #0071b1;
	font-weight : normal;
}
@media screen and (max-width: 767px) {
	#detail .sheet table {
		width : 100%;
	}
	#detail .sheet table th , #detail .sheet table td {
		display : block;
	}
	#detail .sheet table th {
		width : 100%;
		border-bottom : none;
		border-right : none;
		padding : 8px 0 ;
	}
	#detail .sheet table td {
		width : 90%;
	}

	#detail .sheet .boxR img {
		width : 100%;
		margin-bottom : 5px;
	}
}


#detail .sheet .btn {
	width : 320px;
	text-align : center;
	margin : 0 auto;
	margin-top : 30px;
}
#detail .sheet .btn a {
	display : block;
	color : #ffffff;
	background-color : #ee6600;
	font-size : 20px;
	font-weight : bold;
	letter-spacing : 2px;
	padding : 15px 0;
	border-radius : 5px;
	transition : 0.3s;
}
#detail .sheet .btn a:hover {
	filter : alpha(opacity=70);
	-moz-opacity : 0.7;
	     opacity : 0.7;
	text-decoration : none;
}
#detail .sheet .btn a::after {
	content : "\f105";
	font-family : FontAwesome;
	margin-left : 20px;
}
@media screen and (max-width: 767px) {
	#detail .sheet .btn {
		width : 70%;
	}
}


#detail .card {
	width : 1140px;
	margin : 0 auto;
	display : flex;
	flex-wrap : wrap;
	justify-content : space-between;
	margin-top : 20px;
}
#detail .card .box {
	width : 550px;
	border : 1px solid #dddddd;
	margin-top : 20px;
	padding-bottom : 25px;
}
#detail .card .box h4 {
	color : #0071b1;
	font-size : 20px;
	margin : 0;
	margin-top : 30px;
	margin-left : 30px;
	margin-right: 30px;
}
#detail .card .box h4 span {
	display : block;
	color : #000000;
	font-size : 14px;
	font-weight : normal;
	margin-top : 5px;
}
#detail .card .box table {
	width : 490px;
	margin : 0 auto;
	margin-top : 10px;
}
#detail .card .box table th {
	font-size : 13px;
	background-color : #efefef;
	border-bottom : 3px solid #ffffff;
	border-right : 10px solid #ffffff;
	padding : 10px 5px ;
	white-space : nowrap;
}
#detail .card .box table td {
	font-size : 13px;
	padding : 10px 0 ;
}
#detail .card .more {
	width : 150px;
	text-align : center;
	margin : 0 auto;
	margin-top : 10px;
}
#detail .card .more a {
	display : block;
	color : #ffffff;
	background-color : #0071b1;
	font-size : 15px;
	font-weight : bold;
	border-radius : 5px;
	letter-spacing : 2px;
	padding : 8px 0;
	transition : 0.3s;
}
#detail .card .more a:hover {
	filter : alpha(opacity=70);
	-moz-opacity : 0.7;
	     opacity : 0.7;
	text-decoration : none;
}
#detail .card .more a::after {
	content : "\f105";
	font-family : FontAwesome;
	margin-left : 15px;
}
@media screen and (max-width: 767px) {
	#detail .card {
		width : 90%;
		flex-direction : column;
	}
	#detail .card .box {
		width : 100%;
	}
	#detail .card .box h4 {
		margin-top : 20px;
		margin-left : 5vw;
		margin-right : 5vw;
		font-size : 18px;
	}
	#detail .card .box table {
		width : 90%;
	}
}
#detail .listbox .more {
	width : 230px;
	text-align : center;
	margin : 0 auto;
	margin-top : 40px;
}
#detail .listbox .more a {
	display : block;
	color : #ffffff;
	background-color : #0071b1;
	font-size : 17px;
	font-weight : bold;
	border-radius : 5px;
	letter-spacing : 2px;
	padding : 12px 0;
	transition : 0.3s;
}
#detail .listbox .more a:hover {
	filter : alpha(opacity=70);
	-moz-opacity : 0.7;
	     opacity : 0.7;
	text-decoration : none;
}
#detail .listbox .more a::after {
	content : "\f105";
	font-family : FontAwesome;
	margin-left : 15px;
}


#detail .contact {
	text-align : center;
	margin-top : 80px;
	margin-bottom : 60px;
}
#detail h5 {
	width : 500px;
	margin : 0 auto;
	color : #ffffff;
	font-size : 22px;
	background-color : #555555;
	letter-spacing : 2px;
	padding : 15px 0;
}
#detail .contact .name {
	font-size : 18px;
	font-weight : bold;
	margin : 0;
	margin-top : 30px;
}
#detail .contact .address {
	font-size : 16px;
	margin : 0;
	margin-top : 20px;
}
#detail .contact .address span {
	letter-spacing : 2px;
}
@media screen and (max-width: 767px) {
	#detail .contact {
		margin-top : 15vw;
		margin-bottom : 15vw;
	}
	#detail h5 {
		width : 86%;
		font-size : 20px;
		margin-left : auto;
		margin-right : auto;
	}
	#detail .contact .name {
		font-size : 16px;
	}
	#detail .contact .address {
		font-size : 14px;
	}
}
