@charset "UTF-8";
/* Reset
---------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
	font-weight: normal;
}
body { line-height: 1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display: block;}
ul,ol { list-style: none;}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}
html { font-size: 62.5%;}
body {
	width: 100%;
	font-size: 1.2rem;
	font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	color: #21232A;
	background: #20303c;
}
body::before {
	content: "";
	width: 100%;
	height: 100vh;
	background: url(/common/image/mainimg01.jpg) center/cover no-repeat;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
/* header
---------------------------------------------------------- */
#header {
	width: 100%;
	height: calc(100vh - 3rem);
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-heading__1 {
    color: #f5f5f5;
	font-size: 3vh;
	line-height: 1.1;
	text-shadow: 2px 2px 5px rgba(0,0,0,.7);
}
/* Button Scroll Down */
.btn-scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    overflow: hidden;
}
.btn-scroll a {
    display: inline-block;
    width: 100%;
    position: relative;
    transition: 0.3s ease-out;
    padding-top: 20px;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    color: #ddd;
}
.btn-scroll a::after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    position: relative;
    background-color: #ddd;
    margin: 15px auto 0;
}
.btn-scroll a:hover {  transform: translate(0px,20px);}
/* breadcrumbs
---------------------------------------------------------- */
#breadcrumbs {
	position: absolute;
	left: 15px;
	top: 15px;
	display: flex;
}
#breadcrumbs a { color: #ddd;}
/* Heading
---------------------------------------------------------- */
.heading__1 {
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 30px;
}
.heading__2 {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	padding: 2rem 0;
}
.heading__3 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 2rem 0;
}
.heading__4 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 2rem 0;
}
/* Contents
---------------------------------------------------------- */
.content-wrap {
	width: 100%;
	background: #f5f5f5;
	padding: 30px 0 50px;
}
/* Main */
#main {}
/* Section */
.section {
	width: 90%;
	margin: 0 auto 20px;
	border-bottom: 1px solid #ddd;
}
.section:nth-of-type(1) { border-bottom: none;}
/* link-list */
.link-list {
	width: 90%;
	background: #555;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 25px 15px;
	margin: 0 auto;
}
.link-list h2 {
	position: relative;
	color: #ddd;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.link-list h2::before {
	content: "";
	width: 20%;
	height: 2px;
	background: #ddd;
	border-radius: 4px;
	position: absolute;
	left: 40%;
	bottom: -7px;
}
.link-list ol {}
.link-list ol li {
	position: relative;
	margin-bottom: 15px;
}
.link-list ol li::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #f5f5f5;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.link-list ol li:last-child { margin-bottom: 0;}
.link-list ol li a {
	display: block;
	color: #f5f5f5;
	font-size: 1.5rem;
	line-height: 1.6;
}
.link-list ol li a:hover { opacity: .7;}
/* imageBox */
.imageBox { margin-bottom: 30px;}
.imageBox img { border-radius: 3px;}
/* style-text */
.style-text {
	width: 90%;
	font-size: 1.4rem;
	line-height: 1.6;
    word-break: break-all;
	margin: 0 auto 30px;
}
.style-text a { color: #555;}
.style-text a:hover { color: #888;}
/* style-list */
.style-list {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
    list-style: disc;
    margin: 0 0 30px 2rem;
}
.style-list li {
    width: 90%;
    font-weight: normal;
    margin: 0 auto 30px;
}
.style-list li:last-child { margin-bottom: 0;}
.style-list__o {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
    list-style-type: decimal-leading-zero;
    margin: 0 0 30px 3rem;
}
.style-list__o li {
    width: 90%;
    font-weight: normal;
    margin: 0 auto 30px;
}
.style-list__o li:last-child { margin-bottom: 0;}
/* style-definitionList */
.style-definitionList {
	width: 90%;
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 0 auto 30px;
}
.style-definitionList dt {
	font-weight: bold;
	margin-bottom: 15px;
}
.style-definitionList dd {
    font-weight: normal;
    margin-bottom: 15px;
}
.style-definitionList dd ul { margin-left: 5%;}
.style-definitionList dd ul li { margin-bottom: 15px;}
.style-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    background: #333;
    margin-bottom: 30px;
}
.style-table caption {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 8px;
}
.style-table th,
.style-table td {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
    background: #fff;
    padding: 8px 0;
}
.style-table th { background: #eee;}
.mt25 { margin-top: 25px !important;}
/* link-text */
.link-text {
    text-align: center;
    margin: 40px 0 60px;
}
.link-text a {
    display: block;
    border-radius: 3px;
	font-size: 1.8rem;
	font-weight: bold;
    line-height: 1.5;
	color: #555;
    transition: .35s;
}
.link-text a:hover { color: #777;}
/* Page Top
---------------------------------------------------------- */
.btn-pagetop {
    position: fixed;
    bottom: 15px;
    right: 10%;
    transform: translate(50%,0);
    text-align: center;
	z-index: 999;
}
.btn-pagetop a {
    display: inline-block;
    width: 100%;
    position: relative;
    transition: 0.3s ease-out;
    padding-top: 20px;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    color: #20303c;
}
.btn-pagetop a::before {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    position: relative;
    background-color: #20303c;
    margin: 0 auto 15px;
}
.btn-pagetop a:hover { transform: translate(0px,-20px);}
/* Common Style
---------------------------------------------------------- */
.fwB {font-weight: bold!important;}
/******************** ここからタブレット /********************
---------------------------------------------------------- */
@media screen and (min-width: 600px) and (max-width: 959px) {
#header { height: 100vh;}
.header-heading__1 {
    text-align: center;
    padding-left: 0;
}
/* Heading
---------------------------------------------------------- */
.heading__1 {
	font-size: 1.8rem;
	text-align: center;
}
.heading__2 {
	font-size: 1.7rem;
	padding: 4rem 0;
}
.heading__3 {
	font-size: 1.6rem;
	margin: 4rem 0;
}
.heading__4 {
	font-size: 1.5rem;
	margin: 4rem 0;
}
/* Contents
---------------------------------------------------------- */
.content-wrap {	padding: 50px 0 50px;}
/* Main */
#main {
	width: 100%;
	margin: 0 auto;
}
/* link-list */
.link-list {
	width: 65%;
	padding: 40px 30px;
	margin: 0 auto;
}
.link-list h2 {
	font-size: 1.6rem;
	margin-bottom: 40px;
}
.link-list ul { margin-left: 15%;}
.link-list ul li a { font-size: 1.5rem;}
/* imageBox */
.imageBox { margin-bottom: 50px;}
/* style-text */
.style-text {
	font-size: 1.4rem;
	margin: 0 auto 50px;
}
/* style-list */
.style-list {
	font-size: 1.4rem;
	margin-bottom: 50px;
}
.style-list li { margin-bottom: 2.5rem;}
.style-list li:last-child { margin-bottom: 0;}
/* style-definitionList */
.style-definitionList {
	font-size: 1.4rem;
	margin: 0 auto 50px;
}
.style-definitionList dt {
	text-align: center;
	margin-bottom: 30px;
}
.style-definitionList dd {}
.style-definitionList dd ul { margin-left: 0;}
.style-definitionList dd ul li {
	font-weight: bold;
	margin-bottom: 2.5rem;
}
}
/******************** ここからPC960-1280 /********************
---------------------------------------------------------- */
@media screen and (min-width: 960px) and (max-width: 1280px) {
#header { height: 100vh;}
.header-heading__1 {
    width: 80%;
    padding-left: 0;
}
#breadcrumbs {
	left: 50px;
	top: 30px;
}
#breadcrumbs a:hover { text-decoration: underline;}
/* Heading
---------------------------------------------------------- */
.heading__1 {
	font-size: 2.5rem;
	text-align: center;
}
.heading__2 {
	font-size: 2.2rem;
	padding: 4rem 0;
}
.heading__3 {
	font-size: 2rem;
	margin: 4rem 0;
}
.heading__4 {
	font-size: 1.8rem;
	margin: 4rem 0;
}
/* Contents
---------------------------------------------------------- */
.content-wrap {	padding: 50px 0 50px;}
/* Main */
#main {
	width: 100%;
	margin: 0 auto;
}
/* Section */
.section {}
/* link-list */
.link-list {
	width: 65%;
	padding: 40px 30px;
	margin: 0 auto;
}
.link-list h2 {
	font-size: 1.8rem;
	margin-bottom: 40px;
}
.link-list ul { margin-left: 15%;}
.link-list ul li a { font-size: 1.7rem;}
/* imageBox */
.imageBox { margin-bottom: 50px;}
/* style-text */
.style-text {
	font-size: 1.6rem;
	margin: 0 auto 50px;
}
/* style-list */
.style-list {
	font-size: 1.6rem;
	margin-bottom: 50px;
}
.style-list li { margin-bottom: 2.5rem;}
.style-list li:last-child { margin-bottom: 0;}
/* style-definitionList */
.style-definitionList {
	font-size: 1.6rem;
	margin: 0 auto 50px;
}
.style-definitionList dt {
	text-align: center;
	margin-bottom: 30px;
}
.style-definitionList dd {}
.style-definitionList dd ul { margin-left: 0;}
.style-definitionList dd ul li {
	font-weight: bold;
	margin-bottom: 2.5rem;
}
}
/******************** ここからPC wide /********************
---------------------------------------------------------- */
@media screen and (min-width: 1281px) {
#header { height: 100vh;}
.header-heading__1 {
    width: 80%;
    padding-left: 0;
}
#breadcrumbs {
	left: 50px;
	top: 30px;
}
#breadcrumbs a:hover { text-decoration: underline;}
/* Heading
---------------------------------------------------------- */
.heading__1 {
	font-size: 2.4rem;
	text-align: center;
}
.heading__2 {
	font-size: 2.2rem;
	padding: 4rem 0;
}
.heading__3 {
	font-size: 2rem;
	margin: 4rem 0;
}
.heading__4 {
	font-size: 1.8rem;
	margin: 4rem 0;
}
/* Contents
---------------------------------------------------------- */
.content-wrap {	padding: 50px 0 50px;}
/* Main */
#main {
	width: 980px;
	margin: 0 auto;
}
/* Section */
.section {}
/* link-list */
.link-list {
	width: 70%;
	padding: 40px 30px;
	margin: 0 auto;
}
.link-list h2 {
	font-size: 1.8rem;
	margin-bottom: 40px;
}
.link-list ol {}
.link-list ol li a { font-size: 1.7rem;}
/* imageBox */
.imageBox { margin-bottom: 50px;}
/* style-text */
.style-text {
	font-size: 1.6rem;
	margin: 0 auto 50px;
}
/* style-list */
.style-list,
.style-list__o {
    width: 100%;
	font-size: 1.6rem;
	margin-bottom: 50px;
}
.style-list li,
.style-list__o { margin-bottom: 2.5rem;}
/* style-definitionList */
.style-definitionList {
	font-size: 1.6rem;
	margin: 0 auto 50px;
}
.style-definitionList dt {
	text-align: center;
	margin-bottom: 30px;
}
.style-definitionList dd {}
.style-definitionList dd ul { margin-left: 0;}
.style-definitionList dd ul li { margin-bottom: 2.5rem;}
}
