@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;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content: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%;} /* 10px */
body {
	width: 100%;
	font-size: 1.4rem; /* 14px */
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic"  , "Meiryo UI" , "メイリオ" , Meiryo , "Mplus 1p" , "Noto Sans Japanese" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #323232;
}
/* Header
---------------------------------------------------------- */
#header {
	width: 100%;
	height: 60px;
	position: fixed;
	background: rgba(255,255,255,.8);
}
.header-inner {
	width: 90%;
	height: 60px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.menu {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	cursor: pointer;
	color: #000;
	z-index: 999;
}
.menu.open { color: #323232;}
/* Navigation
---------------------------------------------------------- */
#navigation {
	width: 100%;
	height: 100%;
	transition: all 0.8s;
	transform: translate(100%);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 888;
	background: rgba(242,242,242,.8);
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
}
#navigation.active { transform: translate(0);}
#navigation ul {
	width: 80%;
	margin: 0 auto;
}
#navigation ul li { border-top: 1px solid #aaa;}
#navigation ul li:last-child { border-bottom: 1px solid #aaa;}
#navigation ul li a {
	display: block;
	position: relative;
	font-size: 2rem;
	line-height: 2;
	font-weight: bold;
	color: #323232;
	padding: 15px 0 15px 30px;
}
#navigation ul li a:hover { text-decoration: none;}
#navigation ul li a::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #323232;
    border-radius: 50%;
    position: absolute;
    top: 35px;
    left: 0;
    margin-top: -7px;
}
#navigation ul li a::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 35px;
    left: 3px;
    margin-top: -3px;
}
/* Main Visual
---------------------------------------------------------- */
.visual_main {
	width: 100%;
	padding-top: 60px;
}
/* Breadcrumb
---------------------------------------------------------- */
#breadcrumb {
	display: flex;
	background: #f2f2f2;
	padding: 10px 10%;
}
#breadcrumb div { margin-right: 2rem;}
#breadcrumb div a {
	display: block;
	color: #999;
	position: relative;
	padding-right: 10px;
}
#breadcrumb a::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	transform: rotate(45deg);
	top: 3px;
	right: 0;
}
#breadcrumb div a:hover { text-decoration: underline;}
/* Contents
---------------------------------------------------------- */
/* main */
#main { padding-bottom: 30px;}
/* section */
.section01 {
	width: 90%;
	margin: 15px auto;
}
/* text */
.text-container01 { margin: 20px 0;}
.text {
	font-size: 1.6rem;
	line-height: 1.7;
	margin: 0 .5rem 1.5rem;
}
/* list */
.list-ordered_basic01 {
	display: flex;
	align-items: center;
	flex-flow: column nowrap;
	margin: 50px 0;
}
.list-ordered_basic01 li { margin-bottom: 20px;}
.list-ordered_basic01 li:last-child { margin-bottom: 0;}
.list-ordered_basic01 li a {
	font-size: 1.8rem;
	font-weight: bold;
	color: #323232;
}
.list_basic01 {}
.list_basic01 li {
	font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 1rem;
	text-indent: -1rem;
	margin-left: 1rem;
}
/* Table */
.table-container01 {}
.table_basic01 {
	width: 100%;
	margin-bottom: 30px;
}
.table_basic01 caption {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 10px;
}
.table_basic01 th,
.table_basic01 td {
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.5;
}
.table_basic01 th { padding-left: 3rem;}
.table_basic01 td {}
/* common style */
.fwb { font-weight: bold;}
.mt20 { margin-top: 20px;}
/* Heading
---------------------------------------------------------- */
.heading01 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
	border-bottom: 1px solid #323232;
}
.heading02 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
	text-indent: .5rem;
	border-bottom: 1px solid #323232;	
}
.heading03 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
	text-indent: .5rem;
	margin-bottom: 1.5rem;
}
.heading04 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.7;
	text-indent: .5rem;
	margin-bottom: 1.5rem;
}
/* Button
---------------------------------------------------------- */
.link-button {
	display: flex;
	justify-content: space-between;
}
.link-button a {
	width: 49%;
	display: block;
	color: #323232;
	font-weight: bold;
	text-align: center;
	padding: 7px 0;
}
body.top .link-button a,
body.page04 .link-button a { width: 100%;}
/* Page Top
---------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
	z-index: 9999;
}
#page-top a {
    display: block;
    background: rgba(0,0,0,.6);
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}
#page-top a:hover { opacity: .8;}
/* Footer
---------------------------------------------------------- */
#footer {
	width: 100%;
	background: #f2f2f2;
}
.footer-inner {
	width: 90%;
	margin: 0 auto;
}
.footer-logo {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 20px 0;
}
.footer-nav { margin-bottom: 10px;}
.footer-nav ul {}
.footer-nav ul li { border-bottom: 1px solid #aaa;}
.footer-nav ul li:first-child { border-top: 1px solid #aaa;}
.footer-nav ul li a {
	display: block;
	position: relative;
	color: #323232;
	line-height: 1.7;
	padding: 10px 40px 10px 10px;
}
.footer-nav ul li a::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #323232;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -7px;
}
.footer-nav ul li a::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
}
/* copyright */
#copyright {
	display: block;
	font-size: 1.2rem;
	padding: 5px 0 15px 2rem;
}
/******************** ここからタブレット /********************
---------------------------------------------------------- */
@media screen and (min-width:600px) and ( max-width:959px) {
	
.table_basic01 th { padding-left: 10rem;}
	
}

/******************** ここからPC960-1280 /********************
---------------------------------------------------------- */
@media screen and (min-width:960px) and ( max-width:1280px) {
/* Header
---------------------------------------------------------- */
#header {}
.header-inner { width: 100%;}
#logo {
	position: absolute;
	left: calc(50% - 1.4rem);
}
#logo a {}
.menu {
	position: absolute;
	right: 30px;
}
/* Navigation
---------------------------------------------------------- */
#navigation {}
#navigation ul {}
#navigation ul li {}
#navigation ul li a {}
#navigation ul li a:hover {	text-decoration: underline;}

/* Main Visual
---------------------------------------------------------- */
body.top .visual_main {
	padding: 60px 0 0;
}
body.top .visual_main img { margin-top: 0;}
.visual_main {
	width: 100%;
	height: 500px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
/* Breadcrumb
---------------------------------------------------------- */
#breadcrumb {}
#breadcrumb div {}
#breadcrumb div a {}
#breadcrumb a::before {}
/* Contents
---------------------------------------------------------- */
/* main */
#main {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 80px;
}
/* section */
.section01 { margin-bottom: 80px;}
/* text */
.text-container01 { margin: 40px 3rem;}
.text {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 30px;
}
/* list */
.list-ordered_basic01 {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	padding: 0 3rem;
}
.list-ordered_basic01 li { margin-bottom: 0;}
.list-ordered_basic01 li a { font-size: 1.8rem;}
.list-ordered_basic01 li a:hover { text-decoration: underline;}
.list_basic01 {}
.list_basic01 li {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 2rem;
}
/* Table */
.table-container01 {
	display: flex;
	justify-content: space-between;
}
.table_basic01 { width: 45%;}
.table_basic01 caption {
	line-height: 2;
	border-bottom: 1px solid #323232;
}
.table_basic01 tr:nth-child(even) { background: #f2f2f2;}
.table_basic01 th,
.table_basic01 td { padding: 3px 0;}
.table_basic01 th { padding-left: 6rem;}
.table_basic01 td {}
/* common style */
.fwb { font-weight: bold;}
.mt20 { margin-top: 20px;}
/* Heading
---------------------------------------------------------- */
.heading01 {
	font-size: 2.4rem;
	line-height: 2;
}
.heading02 {
	font-size: 2.2rem;
	text-align: center;
	text-indent: 0;
	line-height: 2;
}
.heading03 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 2;
	text-indent: 0;
	text-align: center;
}
.heading04 {
	font-size: 2rem;
	line-height: 2;
	text-align: center;
}
/* Button
---------------------------------------------------------- */
.link-button {}
.link-button a { font-size: 1.8rem;}
.link-button a:hover { background: #f2f2f2;}
/* Footer
---------------------------------------------------------- */
#footer {}
.footer-inner {
	width: 900px;
	margin: 0 auto;
}
.footer-logo { padding: 30px 0;}
.footer-nav { margin-bottom: 30px;}
.footer-nav ul {}
.footer-nav ul li {}
.footer-nav ul li a {}
.footer-nav ul li a:hover { background: #FCFCFC;}
/* copyright */
#copyright {
	width: 1000px;
	margin: 0 auto;
}
		
}

/******************** ここからPC wide /********************
---------------------------------------------------------- */
@media screen and (min-width:1281px) {
/* Header
---------------------------------------------------------- */
#header {}
.header-inner { width: 100%;}
.menu {
	position: absolute;
	right: 30px;
}
/* Navigation
---------------------------------------------------------- */
#navigation { width: 630px;}
#navigation ul {}
#navigation ul li {}
#navigation ul li a {}
#navigation ul li a:hover {
	background: #E8E8E8;
}

/* Main Visual
---------------------------------------------------------- */
body.top .visual_main {
	width: 100%;
	height: 700px;
}
body.top .visual_main img {
	margin-top: -300px;	
}
.visual_main {
	width: 100%;
	height: 500px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
/* Breadcrumb
---------------------------------------------------------- */
#breadcrumb {}
#breadcrumb div {}
#breadcrumb div a {}
#breadcrumb a::before {}
/* Contents
---------------------------------------------------------- */
/* main */
#main {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 80px;
}
/* section */
.section01 { margin-bottom: 80px;}
/* text */
.text-container01 { margin: 40px 3rem;}
.text {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 30px;
}
/* list */
.list-ordered_basic01 {
	width: 50%;
	border: 1px solid #323232;
	background: #EFEFEF;
	padding: 3rem;
	margin: 0 auto 40px;
}
.list-ordered_basic01 li { margin-bottom: 2rem;}
.list-ordered_basic01 li a { font-size: 2rem;}
.list-ordered_basic01 li a:hover { text-decoration: underline;}
.list_basic01 {}
.list_basic01 li {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 2rem;
}
/* Table */
.table-container01 {
	display: flex;
	justify-content: space-between;
}
.table_basic01 { width: 45%;}
.table_basic01 caption {
	line-height: 2;
	border-bottom: 1px solid #323232;
}
.table_basic01 tr:nth-child(even) { background: #f2f2f2;}
.table_basic01 th,
.table_basic01 td { padding: 3px 0;}
.table_basic01 th { padding-left: 6rem;}
.table_basic01 td {}
/* common style */
.fwb { font-weight: bold;}
.mt20 { margin-top: 20px;}
/* Heading
---------------------------------------------------------- */
.heading01 {
	font-size: 2.6rem;
	line-height: 2;
}
.heading02 {
	font-size: 2.2rem;
	text-align: center;
	text-indent: 0;
	line-height: 2;
}
.heading03 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 2;
	text-indent: 0;
	text-align: center;
}
.heading04 {
	font-size: 2rem;
	line-height: 2;
	text-align: center;
}
/* Button
---------------------------------------------------------- */
.link-button {}
.link-button a { font-size: 2rem;}
.link-button a:hover { background: #f2f2f2;}
/* Footer
---------------------------------------------------------- */
#footer {}
.footer-inner {
	width: 1000px;
	margin: 0 auto;
}
.footer-logo { padding: 30px 0;}
.footer-nav { margin-bottom: 30px;}
.footer-nav ul {}
.footer-nav ul li {}
.footer-nav ul li a {}
.footer-nav ul li a:hover { background: #FCFCFC;}
/* copyright */
#copyright {
	width: 1000px;
	margin: 0 auto;
}

}


