@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------- defautl settings */
html {
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #111;
	line-height: 2;
	-webkit-text-size-adjust: none;
	min-width: 1000px;
}
* {
	box-sizing: border-box;
}
p {
	margin: 0 0 20px 0;
}
a {
	color: #1A92FF;
	overflow: hidden;
	transition-property: all;
	transition: 0.2s linear;
}
a:hover {
	color: #000;
}
img, a img, a:hover img, a:visited img {
	border: none;
	vertical-align: bottom;
	transition: all .3s ease;
}
a:hover img {
	opacity: .8;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	transition: all .3s ease;
}
ul, ol {
	margin-bottom: 30px;
}
iframe {
	margin-bottom: 30px;
}
/*----------------------------------------------------- clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
.clear {
	clear: both;
}
/*----------------------------------------------------- common class */
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.img_right {
	float: right;
	margin: 0 0 30px 30px;
}
.radius {
	border-radius: 6px;
}
.underline{
	text-decoration: underline;
}
.linkbtn a {
	display: inline-block;
	padding: 6px 30px;
	background: #fff;
	color: #000;
	text-decoration: none;
	border: 1px solid #666;
	font-size: 0.9em;
}
.linkbtn a:before {
	content: "→";
	margin: 0 10px 0 0;
}
.linkbtn a:hover {
	background: #333;
	color: #fff;
}
.link_open:after {
	display: inline-block;
	content: url("../img/icon_open.png");
	padding: 0 0 0 5px;
	transform: translateY(4px);
}
.error_messe {
	color: #FF3333;
	margin: 0 0 10px 0;
}
.red {
	color: #FF3333;
}
.small {
	font-size: 0.85em;
	color: #666;
}
.large {
	font-size: 1.1em;
}
.big {
	font-size: 1.2em;
}
.link_tel {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}
.point {
	font-size: 1.4em;
	font-weight: bold;
	color: #B71D1F;
}
.box_gray {
	background: #f7f7f7;
	padding: 30px 40px 10px 40px;
	margin: 0 0 20px 0;
}
.box_border{
	border:5px solid #ddd;
	padding:20px;
}
.head_ul{
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: underline;
}
.head_baloon{
	position: relative;
	display:inline-block;
	background: #3F94BC;
	padding:16px 40px;
	text-align: center;
	margin:auto;
	margin-bottom:20px;
	font-size: 1.2em;
	color:#fff;
	border-radius: 6px;
}
.head_baloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #3F94BC;
}
.mincho{
	font-family: 'Noto Serif JP';
}
.btn_form {
	text-align: center;
}
.btn_form a {
	display: inline-block;
	padding: 20px 40px;
	background: #D90000;
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
}
.btn_form a:after {
	content: "→";
	margin: 0 0 0 10px;
}
.btn_form a:hover {
	background: #333;
	color: #fff;
}
.price{
	font-size: 1.6em;
	color:#D90000;
}

/*----------------------------------------------------- container */
section {
	clear: both;
	margin-bottom: 60px;
}
body#home section {
	margin-bottom: 0px;
}
#wrapper {
	overflow-x: hidden;
}
.wrap_width {
	width: 1000px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: left;
}
.wrap_over {
	margin-left: -200%;
	margin-right: -200%;
	padding-left: 200%;
	padding-right: 200%;
}
#container {
	padding-top: 60px;
	padding-bottom: 60px;
}
body#home #container {
	padding-top: 0px;
	background: none;
}
/*----------------------------------------------------- flex box */
.flex_wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;/*flex-start space-between*/
}
.flex_box_top {
	width: 33%;
}
/*----------------------------------------------------- header */
#header {
	width: 100%;
	z-index: 10;
	position: relative;
}
#header .inner {
	position: relative;
	background: rgba(0, 0, 0, 0.7);
	text-align: left;
	padding: 0 30px;
	height: 90px;
}
.logo {
	padding: 30px 0 0 0;
	margin: 0;
	font-size: 0;
	border: none;
}
.logo img {
	width: 240px;
}
.header_tel {
	position: absolute;
	right: 30px;
	top: 20px;
	color: #fff;
	
}
.header_tel:before {
	display: inline-block;
	content: url("../img/header_tel.png");
	padding: 0 10px 0 0;
	transform: translateY(2px);
}
.header_tel a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
.header_tel span{
display: block;
font-size: 10px;
text-align: right;
margin-top:-6px;
}

.header_gl{
margin:0;
padding:0;
list-style: none;
position: absolute;
	right: 230px;
	top: 30px;
}
.header_gl li{
margin:0 3px;
padding:0;
float:left;
}

.header_icon{
margin:0;
padding:0;
list-style: none;
position: absolute;
	right: 430px;
	top: 30px;
}
.header_icon li{
margin:0 3px;
padding:0;
float:left;
}
.footer_icon{
margin:0;
padding:0;
list-style: none;
position: absolute;
	left: 500px;
	top: 30px;
}
.footer_icon li{
margin:0 3px;
padding:0;
float:left;
}


#navToggle {
	display: none;
}
.navi {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	position: absolute;
	left: 280px;
	top: 38px;
	line-height: 1.4;
	width: 46%;
	text-align: left;
}
.navi li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
.navi li a {
	display: block;
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
}
.navi li a:hover {
	text-decoration: underline;
}
.navi li.gl{
display:none;
}
/*階層*/
.navi li ul.sub{
	margin: 0;
	padding: 10px 0 0 4px;
	list-style: none;
	position: absolute;
	transition: all .3s ease;
}

.navi li ul.sub li{
	height:0px;
	margin: 0 0 1px 0;
	padding: 0;
	overflow: hidden;
	display:block;
	transition: all .3s ease;
}
.navi li:hover ul.sub li{
	height:36px;
	overflow: visible;
	transition: all .3s ease;
}

.navi li ul.sub li a{
	display:block;
	overflow: visible;
	white-space: nowrap;
	padding:0 20px;
	line-height: 36px;
	font-weight: normal;
	font-size: 12px;
	background: rgba(0,0,0,0.8);
	color:#fff;
	text-decoration: :none;
}
.navi li ul.sub li a:hover{
background: rgba(255,255,255,0.8);
	color:#000;
	text-decoration: none;
}


/*----------------------------------------------------- footer */
#footer {
	position: relative;
	font-size: 12px;
	background: #000;
	color: #ccc;
	padding: 30px;
	text-align: right;
}
.navi_footer {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.navi_footer li {
	margin: 1px 0;
	padding: 0;
	display: inline-block;
}
.navi_footer li a {
	color: #ccc;
	text-decoration: none;
	padding: 0px 10px;
}
.navi_footer li a:hover {
	text-decoration: underline;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.address {
	font-style: normal;
}
.address span {
	display: inline;
	padding: 0 0 0 10px;
}
.address img {
	margin: 0 0 10px 0;
	width: 190px;
}
.copyright {
	color: #666;
	font-size: 0.9em;
}
.pagetop {
	position: fixed;
	bottom: 170px;
	right: 0px;
	z-index: 888;
}
.pagetop a {
	display: block;
	font-size: 0.9em;
	padding: 20px 20px;
	background: rgba(0, 0, 0, 1);
	color: #fff !important;
	text-decoration: none !important;
}
body.contact .footer_contact {
	display: none;
}
.footer_contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_contact ul li {
	margin: 0;
	padding: 0;
	width: 50%;
	text-align: right;
}
.footer_contact ul li:last-child {
	text-align: left;
}
.footer_contact ul li a {
	display: block;
	padding: 30px 50px 30px 0;
	background: #0066CC;
}
.footer_contact ul li:last-child a {
	padding: 30px 0px 30px 50px;
	background: #FFFF00;
}
.footer_contact ul li a:hover {
	background: #DC2327;
}
.footer_contact ul li:last-child a:hover {
	background: #DC2327;
}
.footer_contact ul li a:hover img {
	opacity: 1;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*----------------------------------------------------- toppage */
#topimage {
	background: url("../img/topimage.jpg") no-repeat center top;
	min-height: 110vh;
	background-size: cover;
	position: relative;
	margin-top: -90px;
}
.notice {
	position: absolute;
	left: 50%;
	top: 40%;
	margin: 0;
	padding: 0;
	width: 300px;
	margin-left: -150px;
	font-size: 18px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
}
.notice2{
	position: absolute;
	left: 50%;
	top: 60%;
	margin: 0;
	padding: 0;
	width: 700px;
	margin-left: -350px;
	font-size: 16px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
}
.copy {
	position: absolute;
	left: 50%;
	top: 40%;
	margin: 0;
	padding: 0;
	margin-left: -250px;
	font-size: 16px;
	color: #fff;
}


.top_announcement{
background: url("../img/bg_top_announcement.jpg") no-repeat center center;
background-size: cover;
}
.top_announcement .inner {
	padding: 60px 0 0 0;
}
.top_announcement .inner2 {
	padding: 60px 0;
}
.ann_title{
background: #000;
color:#FFFF00;
font-size: 2em;
padding:20px;
margin:0;
border:none;
}
.ann_body{
background: #fff;
padding:20px;
}
.ann_body h3{
margin:0 0 20px 0;
padding:0;
color:#111;
text-align: center;
font-size: 1.2em;
}
.ann_tel{
background: #3D84D3;
color:#fff;
text-align: center;
font-weight: bold;
font-size: 1.1em;
padding:10px;
}
.ann_tel a{
color:#fff;
text-decoration: none;
}
.ann_table{
margin:0 0 20px 0;
border-collapse: collapse;
width:100%;
}
.ann_table th{
width:12%;
text-align:left;
padding:10px 0px 10px 30px;
border-bottom:1px dotted #ccc;
}
.ann_table td{
width:38%;
text-align:left;
padding:10px;
border-bottom:1px dotted #ccc;
}
.ann_title br,.ann_tel br,.ann_body h3 br{
display:none;
}

.top_vision {
	margin-top: -50px;
	background: url("../img/bg_top_vision.jpg") no-repeat center center;
}
.top_vision .inner {
	position: relative;
	height: 620px;
}
.top_vision .tv01 {
	position: absolute;
	width: 500px;
	height: 320px;
	background: #eee;
	padding: 30px;
}
.top_vision .tv02 {
	position: absolute;
	width: 500px;
	left: 500px;
	top: 50px;
}
.top_vision .tv03 {
	position: absolute;
	top: 320px;
	left: 120px;
}
.top_vision .tv01 h2 {
	text-align: left;
	background: none;
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
}
.top_vision .tv01 h2 span {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
}
.top_article {
	background: url("../img/bg_top_article.jpg") no-repeat center center #222;
	color: #fff;
}
.top_article .inner {
	padding: 60px 0;
}
.top_article ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top_article ul li {
	width: 30%;
	text-align: center;
}
.top_article ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.top_article ul li a:hover {}
.top_article ul li img {
	width: 100%;
	margin: 0 0 15px 0;
}
.top_article ul li strong {
	display: block;
	text-align: center;
	font-size: 1.2em;
	margin: 0 0 10px 0;
}
.top_article ul li span {
	font-size: 0.9em;
	line-height: 1.4;
}
.top_support {
	background: url("../img/bg_top_support.jpg") no-repeat center center #222;
	color: #111;
}
.nobg {
	background: none !important;
}
.top_support .inner {
	padding: 60px 0;
}
.top_support ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top_support ul li {
	width: 30%;
	margin: 0 0 20px 0;
}
.top_support ul li a {
	display: block;
	color: #111;
	text-decoration: none;
}
.top_support ul li a:hover {}
.top_support ul li img {
	width: 100%;
	margin: 0 0 10px 0;
}
.top_support ul li strong {
	display: block;
	text-align: center;
	font-size: 1.2em;
	margin: 0 0 10px 0;
}
.top_support ul li span {
	font-size: 0.9em;
	line-height: 1.4;
}
.top_news {
	padding-top: 60px;
	padding-bottom: 60px;
}
.top_news ul {
	padding: 0 100px;
	margin: 0;
	list-style: none;
}
.top_news ul li {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
}
.top_news ul li span {
	font-size: 0.8em;
	padding: 0 20px 0 0;
}
/*----------------------------------------------------- headline */
#pagetitle {
	background: url("../img/bg_pagetitle.jpg") no-repeat center top #111;
	background-size: cover;
	position: relative;
	margin-top: -100px;
	z-index: 1
}
#pagetitle h1 {
	text-align: center;
	display: inline-block;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 140px 0 0 0;
	color: #fff;
	text-shadow: 1px 2px 4px #000000;
	font-family: 'Noto Serif JP';
	letter-spacing: 0.2em;
}
#pagetitle h1 span {
	display: block;
	font-size: 9px;
	margin: 0;
	padding: 0 0 20px 0;
	color: #999;
	letter-spacing: 0.2em;
}
h2 {
	clear: both;
	text-align: center;
	background: url("../img/bg_line01.png") no-repeat center bottom;
	margin: 0 0 40px 0;
	padding: 0 0 20px 0;
	font-size: 1.6em;
}
h2.img {
	background: none;
	margin: 0 0 20px 0;
	padding: 0;
}
h3 {
	margin: 10px 0;
	padding: 0 0 0 0px;
	font-size: 1.1em;
}
/*----------------------------------------------------- page */
.greeting {
	font-family: 'Noto Serif JP';
	font-size: 1.2em;
	line-height: 2.4em;
}
table {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
}
.table01 {}
.table01 th {
	width: 20%;
	border: 1px solid #ACCED3;
	padding: 20px;
	text-align: left;
	font-weight: normal;
	background: #f7f7f7;
}
.table01 td {
	border: 1px solid #ACCED3;
	padding: 20px;
}
.table02 th {
	width: 10%;
	border: 1px solid #999;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	background: #f7f7f7;
}
.table02 td {
	border: 1px solid #999;
	padding: 10px;
}
/*----------------------------------------------------- form */
.tel_form {
	text-align: center;
}
.table_form {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 60px 0;
}
.table_form th {
	width: 25%;
	border: 1px solid #ACCED3;
	background: #f7f7f7;
	text-align: left;
	font-weight: normal;
	padding: 20px;
	vertical-align: top;
}
.table_form th span {
	color: #ff0000;
	font-weight: normal;
}
.table_form td {
	border: 1px solid #ACCED3;
	padding: 20px;
}
.table_form input[type=text], .table_form select, .table_form textarea {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 3px;
	font-size: 1.2em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: inherit;
}
.table_form input[type=text] {
	width: 50%;
}
.table_form input[type=text].mini {
	width: 20%;
}
.table_form input[type=text].long {
	width: 100%;
}
.table_form textarea {
	width: 100%;
	height: 100px;
}
.table_form input[type=radio] {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	margin: 0 5px 0 0;
}
input.submit_button {
	padding: 16px 40px;
	background: #FF7F00;
	color: #fff;
	border-style: none;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
input.submit_button:hover {
	background: #333;
}
/*----------------------------------------------------- artice */
.artice {}
.artice_common {
	width: 100%;
}
.artice_photo {
	width: 60%;
}
.artice_detail {
	width: 36%;
}
.artice_photo .mainphoto {
	margin: 0 0 30px 0;
}
.artice_photo .mainphoto img {
	width: 100%;
}
.list_photo {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.list_photo li {
	float: left;
	width: 70px;
	margin: 0 15px 15px 0;
}
.list_photo li a {
	display: block;
}
.list_photo li a img {
	width: 70px;
	height: 70px;
	object-fit: cover;
}
.table_detail {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 30px 0;
	font-size: 1em;
}
.table_detail th {
	width: 20%;
	text-align: right;
	font-weight: normal;
	padding: 8px 12px 8px 0;
	border-bottom: 1px dotted #aaa;
	/*border-right: 1px dotted #aaa;*/
	vertical-align: top;
}
.table_detail td {
	padding: 8px 0 8px 12px;
	border-bottom: 1px dotted #aaa;
	vertical-align: top;
}
.artice h3 {
	position: relative;
	clear: both;
	font-size: 0.9em;
	display: inline-block;
	padding: 4px 16px;
	color: #fff;
	margin: 0 0 20px 0;
	background: #333;
	font-weight: normal;
}
.artice h3:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #333;
}
.list_box {
	width: 32%;
	margin: 0 0 20px 0;
	font-size: 0.9em;
}
.list_box a {
	display: block;
	border: 5px solid #eee;
	padding: 10px;
	text-decoration: none;
	color: #333;
}
.list_box a:hover {
	border-color: #333;
}
.list_box span {
	display: block;
	margin: 0 0 8px 0;
	line-height: 1.2em;
}
.list_box .l_photo{
position: relative;
}
.list_box .l_photo img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.list_box .l_price {}
.list_box .l_price span {
	display: inline-block;
	margin: 0 5px 0 0;
	background: #111;
	color: #fff;
	padding: 3px 10px;
	font-size: 0.8em;
}
.list_box .l_price strong {
	color: #B11B5D;
	font-size: 1.2em;
}
.list_box .l_add {
	color: #666;
}
.artice_list::after {
	content: "";
	display: block;
	width: 32%;
	margin: 0 0 20px 0;
	font-size: 0.9em;
}
.tablist {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.tablist li {
	margin: 0;
	padding: 0;
	width: calc(100%/4);
	float: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.tablist li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #111;
	text-decoration: none;
	background: #eee;
}
.tablist li a:hover {
	background: #333;
	color: #fff;
}
.tablist li.current a {
	background: #111;
	color: #fff;
}
.greeting_image {
	width: 40%;
	float: right;
	margin: 0 0 20px 20px;
}

.step_wrap {
	margin: 0 0 40px 0;
}
.step {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;/*flex-start space-between*/
}
.step h3 {
	width: 25%;
	background: url("../img/bg_moz.png") center center #083777;
	color: #fff;
	font-size: 18px;
	padding: 0 10px 10px 10px;
	margin: 0;
	text-align: center;
	font-weight: normal;
}
.step h3 span {
	display: block;
	width: 30%;
	font-size: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 3px;
	background: rgba(0, 0, 0, 0.6);
}
.step p {
	width: 75%;
	padding: 20px;
	margin: 0;
	background: #eee;
}
.satei_wrap {
	margin: 0 0 20px 0;
}
.satei {
	width: 32%;
	border: 5px solid #ddd;
	margin-bottom: 20px;
}
.satei h3 {
	background: url("../img/bg_moz.png") center center #122239;
	color: #fff;
	font-size: 18px;
	padding: 5px;
	margin: 0;
	text-align: center;
	font-weight: normal;
}
.satei p {
	padding: 20px;
	margin: 0;
}
.bg_rs01 {
	background: url("../img/bg_rs01.jpg") no-repeat right center;
	padding: 40px 0 20px 0;
}
.bg_rs02 {
	background: url("../img/bg_rs02.jpg") no-repeat right center;
	padding: 40px 0 20px 0;
}
.trouble {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.trouble li {
	background: url("../img/icon_ex.png") no-repeat left center #111;
	background-position: 20px;
	color: #fff;
	padding: 5px 5px 5px 40px;
	margin: 0 0 5px 0;
	font-size: 1.6em;
	width: 80%;
}
.trouble li:nth-child(2) {
	margin: 0 10% 5px 10%;
}
.trouble li:nth-child(3) {
	margin: 0 0 5px 20%;
}
.katuyou {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.katuyou li {
	width: 24%;
	border: 5px solid #eee;
	padding: 20px;
	margin: 0 0 10px 0;
	text-align: center;
}
.katuyou li img {
	display: block;
	margin: 0 auto 10px auto;
	width: 30%;
}
.katuyou::after {
	content: "";
	display: block;
	width: 24%;
	margin: 0 0 10px 0;
}

.closed .l_photo{
background: #000;
}
.closed .l_photo::after{
content:"成約済";
display:block;
width:100px;
line-height: 60px;
background:rgba(0,0,0,0.5);
color:#fff;
position: absolute;
top: calc(50% - 30px); 
left:calc(50% - 50px); 
text-align: center;
font-size:20px;
border:1px solid;
border-color:rgba(255,255,255,0.5);
}
.closed .l_photo img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
opacity : 0.5;
}
.check_category{
	margin:0 0 20px 0;
	padding:0;
	list-style: none;
	text-align: center;
}
.check_category li{
	margin:20px;
	padding:0;
	display:inline-block;
}
.check_category li a{
	display: block;
		color:#000;
	text-decoration: underline;
}
.check_category li a img{
	display:block;
	width:200px;
	height:200px;
	object-fit: cover;
	border-radius: 50%;
	margin:0 0 10px 0;
}
.box_exp{
	margin:0 0 40px 0;
}
.box_exp h2{
	text-align: center;
	font-weight: bold;
	font-size: 1.6em;
	background: #333;
	color:#fff;
	margin:0;
	padding:20px;
}
.box_exp .body{
	text-align: left;
	padding:30px 60px;
	background: url("../img/bg_slash.png") #eee;
}
.box_exp .body h3{
	display:inline-block;
	color:#fff;
	font-size: 1.1em;
	padding:6px 30px;
	background: #214165;
	font-weight: normal;
}
.box_keisan{
	display:inline-block;
	margin:auto;
	margin-bottom:20px;
	padding:20px 40px;
	text-align: center;
	font-size: 1.2em;
	background: url("../img/bg_slash.png") #eee;
	font-weight: bold;
}
.box_hikaku div{
	width:48%;
	text-align: center;
	background: url("../img/bg_slash.png") #eee;
	padding:0 30px 10px 30px;
	float:left;
	margin:0 0 20px 0;
}
.box_hikaku div:last-of-type{
	float:right;
}
.box_hikaku h3{
	display:inline-block;
	margin:auto;
	margin-bottom:30px;
	color:#fff;
	padding:10px 20px;
	background: #222;
	font-weight: normal;
}
.box_hikaku div:last-of-type h3{
	background: #0066CC;
}
.nanto{
font-size: 1.8em;
	margin-bottom:60px;
	display: inline-block;
	background: url("../img/bg_line02.png") repeat-x center bottom 16px;;
}


/*YT埋め込み*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
  margin:0 0 30px 0;
}
.youtube iframe {
margin:auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

