body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8em;
	line-height: 2em;
}

p {
	margin-bottom: 20px;
}

p.question {
	padding-left: 20px;
	color: #c00;
	font-weight: bold;
	text-indent: -20px;
	margin-bottom: 10px;
}

.container h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
	color: white;
}

@media screen and (max-width:767px) {
	/*　画面サイズが767px以下の場合読み込む　*/
	.container h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
	color: white;
	}
}

.container h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	border-left: 6px solid #333;
	color: #333;
	font-size: 110%;
	font-weight: bold;
	line-height: 125%;
	margin-bottom: 20px;
}

.bg-light-gray {
	background-color: #f7f7f7;
}

.blur img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blur img:hover {
	-webkit-filter: contrast(400%);
	-moz-filter: contrast(400%);
	-o-filter: contrast(400%);
	-ms-filter: contrast(400%);
	filter: contrast(400%);
}

.cover .cover-image01 {
	z-index: -1;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background: #333 url(../background/background-01.jpg) center/cover no-repeat fixed;
	background-blend-mode: overlay;
	background-size: cover;

}
@media screen and (max-width:767px) { 
	.cover .cover-image01 { 
	background: #333 url(../background/background-01-s.jpg) center/cover no-repeat;
	}
}

.cover .cover-image02 {
	z-index: -1;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background: #333 url(../background/background-02.jpg) center/cover no-repeat fixed;
	background-blend-mode: overlay;
	background-size: cover;
}
@media screen and (max-width:767px) { 
	.cover .cover-image02 { 
	background: #333 url(../background/background-02-s.jpg) center/cover no-repeat;
	}
}

.cover .cover-image03 {
	z-index: -1;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background: #333 url(../background/background-03.jpg) center/cover no-repeat fixed;
	background-blend-mode: overlay;
	background-size: cover;
}
@media screen and (max-width:767px) { 
	.cover .cover-image03 { 
	background: #333 url(../background/background-03-s.jpg) center/cover no-repeat;
	}
}

.cover .cover-image04 {
	z-index: -1;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background: #333 url(../background/background-04.jpg) center/cover no-repeat fixed;
	background-blend-mode: overlay;
	background-size: cover;
}
@media screen and (max-width:767px) { 
	.cover .cover-image04 { 
	background: #333 url(../background/background-04-s.jpg) center/cover no-repeat;
	}
}

.cover .cover-image05 {
	z-index: -1;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background: #333 url(../background/background-05.jpg) center/cover no-repeat fixed;
	background-blend-mode: overlay;
	background-size: cover;
}
@media screen and (max-width:767px) { 
	.cover .cover-image05 { 
	background: #333 url(../background/background-05-s.jpg) center/cover no-repeat;
	}
}

.h3 {
	  position: relative;
	  font-weight: 700;
	  margin: 50px 0 25px;
	  padding-left: 15px;
	  border-left: 4px solid #222;
	  line-height: 1.1em;
}

.is-hidden {
    display: none !important
}

.is-visible {
    display: block !important
}

@media (max-width: 767px) {
    .is-hidden-xs {
        display: none !important
    }

    .is-visible-xs {
        display: block !important
    }
}

@media (min-width: 768px) {
    .is-hidden-sm {
        display: none !important
    }

    .is-visible-sm {
        display: block !important
    }
}

@media (min-width: 992px) {
    .is-hidden-md {
        display: none !important
    }

    .is-visible-md {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .is-hidden-lg {
        display: none !important
    }

    .is-visible-lg {
        display: block !important
    }
}