@charset "utf-8";

/* common */
*{margin:0; padding:0;font-family:sans-serif;}
a{text-decoration: none;display: block;color: #333;}
img{vertical-align: bottom; width: 100%;}
li{list-style: none;}
.alignC {text-align: center;}
.bordL {border-left: 1px solid #4594AA!important;}
.bordT {border-top: 1px solid #fff;}
.sp-block {display: none;}
.mB20 {margin-bottom: 20px;}
.mB50 {margin-bottom: 50px;}
.blue-bg {background: rgba(165,235,255,.65);}
.sec-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 100px 0;
}
.sec-inner h2 {
    font-size: 35px;
    text-align: center;
    color: #0078ED;
	padding-bottom: 50px;
}
.sec-inner h3 {
    font-size: 22px;
    text-align: center;
    padding: 0 0 40px;
}
.disp-flex {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 100px;
}
.pdf-icon {
	width: 15px;
    height: 15px;
	margin-left: 5px;
    object-fit: contain;
}

/* arrow */
.arrow{
    position: relative;
	padding-left: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before{
    left: -3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0078ED;
    border-right: 2px solid #0078ED;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow:hover {
    color: #666666;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.arrow:hover::before {
    border-top: 2px solid #3694f1;
    border-right: 2px solid #3694f1;
}
/* table */
table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-top: 1px solid #4594AA;
    border-bottom: 1px solid #4594AA;
}
table thead,
table tbody th{
    background: rgba(69,148,170,.7);
    color: #fff;
}
table tbody th {
	border-top: 1px solid #fff;
}
table thead th,
table thead td,
table tbody th,
table tbody td {
    padding: 15px 30px;
  text-align: left;
}
table thead tr th:nth-child(n+2),
table thead tr td:nth-child(n+2),
table thead tr th.bordL {
    border-left: 1px solid #fff!important;
}

table tbody tr {
    border-top: 1px solid #4594AA;
}

table tbody th, table tbody  td {
    text-align: left;
    border-left: 1px solid #4594AA;
    line-height: 1;
}
table tbody  th:first-child,
table tbody  td:first-child {
  border-left: none;
}

/* header*/
header{ 
    margin: auto;
	width: 100%;
	position: fixed;
	z-index: 10000;
	display: none;
	animation-name:header-top;
	animation-duration:1s; 
	animation-fill-mode: forwards;　
	animation-timing-function: ease-in-out;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .3);
	background: #fff;
	padding: 20px 30px;
    box-sizing: border-box;
}
header .header-inner {
    max-width: 980px;
    margin: 0 auto;
}
header img {
  	width: 14%;
    float: left;
    padding-right: 25px;
    padding: 5px 25px 0px 0px;
}
header nav ul li:last-child img.blank-icon {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    object-fit: contain;
    padding: 0;
    float: none;
}
header nav ul {
  	display: flex;
}
header nav ul li {
	align-items: center;
  	display: flex;
  	line-height: 1;
  	margin: 0;
  	padding: 0 12px;
}
header nav ul li:last-child {
  	background: #E94363; 
  	border-radius: 30px;    
  	margin-left: 15px;
	transition: .5s;
}
header nav ul li:last-child a {
  	color: #fff;
  	padding: 10px;
}
header nav ul li a {
  	color: #000;
  	font-weight: bold; 
  	font-size: 13px;
}
header nav ul li a:hover,
header nav ul li a:active{
  	color: #0078ed;
}
header nav ul li:last-child:hover {
  	opacity: 0.8;
	transition: .5s;
}
header nav ul li:last-child a:hover {
  	color: #fff;
}
header nav ul li:last-child:hover {
  	background: #ff5d7f;
}
@keyframes header-top {
0% {
 opacity: 1;
 transform: translateY(-100px);
}
100%{
    opacity: 1;
     transform: translateY(0);
  }
}

/* section01 */
.section01 {
  	position: relative;
}
.section01 picture:first-of-type>img {
	height: 100vh;
    object-fit: cover;
    max-height: 600px;
}
.section01>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 18%;
    margin: 0 auto;
    max-width: 980px;
}
.section01>div p img {
    width: 32%;
}
.section01>div h1 img {
    padding: 35px 0;
    width: 47%;
	height: 100%!important;
}
.section01>div h2 {
    font-size: 31px;
    font-weight: bold;
    color: #025DB7;
}
.section01>div ul {
    display: flex;
    padding-top: 30px;
}
.section01>div ul li {
    padding: 17px 35px;
    border: 2px solid #fff;
    border-radius: 30px;   
}
.section01>div ul li:first-child {
    background: #E94363;
    margin-right: 10px;
	transition : .5s;
	padding-top: 20px;
}
.section01>div ul li:last-child {
    background: rgb(10, 47, 91, 0.5);
	transition : .5s;
}
.section01>div ul li a {
    color: #fff;
    font-weight: bold;
    line-height: 1;
}
.far, .fa-regular {
    padding-left: 5px;
}
.section01>div ul li a img {
    width: 15px;
    height: 15px;
    margin-left: 5px;
	object-fit: contain;
}
.section01>div ul li:last-child a img {
    height: 19px;
}
.section01>div ul li:first-child:hover {
    background: #ff5d7f;
	transition : .5s;
}
.section01>div ul li:last-child:hover {
    background: rgb(10, 47, 91, 1);
	transition : .5s;
}

/* section02 */
.section02 .sec-inner {
    padding: 45px 0 80px;
}
.section02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 25px;
}
.section02 ul li {
    width: 300px;
    text-align: center;
    background: #0078ed;
    border-radius: 30px;
    margin-top: 15px;
    position: relative;	
}
.section02 ul li a {
    border-radius: 30px;
	transition: .5s;
}
.section02 ul li a span {
    color: #fff;
    position: relative; 
    padding: 17px 0px 17px 15px;
    display: inline-block;
	font-weight: bold;
}
.section02 ul li a:before {
    content: "";
    position: absolute;
    margin: auto;
    margin-left: -7px;
    top: -2px;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0078ed;
    border-right: 2px solid #0078ed;
    transform: rotate(136deg); 
    z-index: 100;
}
.section02 ul li a span:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 50%;
    transform: translate(-140%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
}
.section02 ul li a:hover {
    background: #4a9ff2;
	transition: .5s;
}
.section02 ul li a:hover:before {
    border-top: 2px solid #4a9ff2;
    border-right: 2px solid #4a9ff2;
}
.section02 .sec-ttl-bg {
    background-image: url("../img/sec03-bg.png");
    height: 200px;
    position: relative;
}
.section02 .sec-ttl-inner {
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.section02 .sec-ttl-inner p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 70px 0 0;
}
.section02 .sec-ttl-inner h2 {
	display: block;
	font-size: 28px;
	color: #fff;
	text-align: center;
}
.section02 .sec-ttl-inner img {
    width: 160px;
    position: absolute;
    top: 0;
}

/* section03 */
.section03 .stand-box {
    padding-top: 30px;
}
.section03 .stand-box:first-of-type{
    border-bottom: 1px solid #4594AA;
    padding-bottom: 30px;
    margin-bottom: 10px;
}
.section03 .stand-box h4 {
    font-size: 18px;
}
.section03 .stand-box h4 small {
    font-weight: normal;
}
.section03 .stand-box dl {
    line-height: 2.5;
    padding-top: 15px;
}
.section03 .stand-box dt {
    float: left;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    padding-right: 10px;
    z-index: 100;
    position: relative;
}
.section03 .stand-box dd {
    margin-left: 247px;
    font-size: 16px;
    position: relative;  
}
.section03 .stand-box dd:before {
    content: '';
    border-top: 1px dotted;
    flex: auto;
    position: absolute;
    top: 50%;
    width: 230px;
    left: -240px;
    z-index: 1;
}
@media(max-width:1013px){
.section03 .stand-box dd:last-child:before {
      top: 25%;
}}

/* section04 */
.section04 ul.white-box {
	margin-bottom: 100px;
}
.section04 p {
	padding-bottom: 10px;
}
.section04 p:nth-child(2) {
	font-size: 14px;
	padding-top: 5px;
}
ul.white-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
ul.white-box li {
    width: 313px;
	height: 340px;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
	box-shadow: 0px 0px 15px -5px #4594aa;
}
ul.white-box li:first-child,
ul.white-box li:nth-child(2),
ul.white-box li:nth-child(4) {
  	margin-right: 20px;
}
ul.white-box li:nth-child(n+4) {
  	margin-top: 20px;
}
ul.white-box li h4 {
    font-size: 18px;
    color: #025DB7;
    font-weight: bold;
    text-align: center;
}
ul.white-box li p {
    font-size: 14px;
	padding: 10px 0 0;
}
ul.white-box li>div {
    margin: 0 auto;
    text-align: center;
	height: 100px;
	position: relative;
	padding-bottom: 20px;
}
ul.white-box li>div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
ul.white-box li:first-child>div img {width: 100px;top: 56%;}
ul.white-box li:nth-child(2)>div img {width: 80px;top: 53%;}
ul.white-box li:nth-child(3)>div img {width: 75px;top: 53%;}
ul.white-box li:nth-child(4)>div img {width: 60px;}
ul.white-box li:nth-child(5)>div img {width: 80px;}

.section04 table caption {
	text-align: left;
    padding-bottom: 10px;
}
.section04 figure {
    max-width: 700px;
    margin: 50px auto 0;
    display: block;
} 
td.nbsp{
  background-image: linear-gradient(to left top,transparent, transparent 48%,#4594aa 50%, #4594aa 49%,transparent 51%, transparent);
}
.pm {
	font-size: 20px;
}
@media screen and (max-width: 1024px) {
ul.white-box li {
	margin: 10px 0;
}
ul.white-box li:nth-child(4) {
  	margin-left: 20px;
}
}

/* section05 */
.lineup-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.lineup-box>div:first-child {
    width: 60%;
}
.lineup-box>div:nth-child(2) {
    padding-top: 40px;
    margin-left: 20px;
}
.lineup-box p {
   font-size: 20px;
   font-weight: bold;
   padding-bottom: 10px;
}
.lineup-box>picture {
    margin-top: 40px;
}
.section05 .fa-file-pdf {
    color: #F5060A;
}
.section05 div.lineup-box:nth-of-type(3) p {
	float: left;
}
.section05 div.lineup-box:nth-of-type(3) p.catalog {
	float: right;
    padding: 10px 0 0px;
}
.section05 div.lineup-box:nth-of-type(3) p.catalog a{
	font-size: 16px;
    line-height: 1;
}
.section05 div:nth-of-type(n+2) table thead tr td:first-of-type {
    width: 65%;
}

/* section06 */
.section06 div.hycro-flex {
	display: flex;
    flex-flow: row-reverse;
	justify-content: space-between;
}
.section06 div.hycro-flex p {
	width: 70%;
	margin-left: 30px;
}
.section06 .hycro-video {
	position: absolute;
    top: 140px;
    margin-left: 300px;
	transition: .5s;
}
.section06 .hycro-video:hover {
	opacity: 0.8;
	transition: .5s;
}
.section06 .white-box {
	clear: both;
	padding: 80px 0;
}
.section06 .white-box small {
  	font-size: 13px;
}
.section06 .white-box li div {
  	padding: 20px 0 10px;
}
.section06 .white-box li:nth-child(2) div {
  	padding: 0;
}
.section06 table {
  	margin-bottom: 30px;
}
.section06 table thead tr th {
  	width: 50%;
}
.section06 ul.white-box li:first-child>div img {
    width: 80px;
}
.section06 ul.white-box li:nth-child(2)>div img {
    width: 70px;
}
.section06 ul.white-box li:nth-child(3)>div img {
    width: 120px;
}
.section06 .fa-file-pdf {
    color: #F5060A;
}

/* section07 */
.section07 ul.disp-flex {
    justify-content: center;
}
.section07 ul.disp-flex li {
    width: 40%;
   	box-shadow: 7px 4px 25px -9px #4594aa;
    border-radius: 50px;
    margin: 0 10px;
    text-align: center;
    position: relative;
	transition: .5s;
}
.section07 ul.disp-flex li:hover {
    background: #d9f7ff;
	transition: .5s;
}
.section07 ul li a span {
    position: relative;
    padding: 30px 0px 30px 30px;
    display: inline-block;
    color: #000;
	line-height: 1;
	font-size: 16px;
}
.section07 ul li a:before {
    content: "";
    position: absolute;
    margin: auto;
    margin-left: 7px;
    top: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg); 
    z-index: 100;
}
.section07 ul li a span:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 50%;
    transform: translate(-140%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0078ED;
}
.section07 p strong {
    text-align: center;
    color: #FF0000;
    display: block;
    font-size: 18px;
	font-weight: bold;
}
.section07 p:nth-of-type(3) {
	 color: #FF0000;
    font-size: 14px;
	text-align: center;
	padding-top: 5px;
}
.caution-imgs {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
	width: 80%;
    margin: 0 auto;
}
.caution-imgs li {
	width: 120px;
	margin: 0 5px 20px;
}
.caution-imgs li p {
	padding-top: 0;
    text-align: center;
    font-weight: bold;
}

.section07 .caution-desc h4 {
	font-size: 14px;
	padding-top: 20px;
	font-weight: bold;
}
.section07 ol {
  	margin-left: 30px;
	font-size: 14px;
}
.section07 ol li {
    list-style-position:outside;
    counter-increment: cnt;
}
.section07 ol li::before {
    content: "(" counter(cnt) ") ";
}
.section07 ol li::before {
        margin-left: -25px;
}
.section07 ol li span {
  color: #FF0000;
}

/* section08*/
.qa-section{
	  max-width: 1024px;
	  margin: 0 auto;
	clear: both;
}
.qa-section dt{
    font-size: 16px;
    font-weight: bold;   
    padding: 20px 78px 15px;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-top: 1px solid #8FBFCC;
    display: flex;
	clear: both;
}
.qa-section dt span,
.qa-section dd p.txt_a_ac span{
	position: relative;
    top: 0;
    left: -20px;
    display: block;
    width: 25px;
}
.qa-section dt .i_box{
    display: flex;
    background: #0078ED;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 70%;
    right: 3%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: -20px;
    box-sizing: border-box;
    transform-origin: center center;
    transition-duration: 0.2s;
}
.qa-section dt .i_box .one_i{
  display: block;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.qa-section dt.open .i_box{
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.qa-section dt .i_box .one_i:before,
.qa-section dt .i_box .one_i:after{
  display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 12px;
    height: 2px;
    position: absolute;
    top: 8px;
    left: 3px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.qa-section dt .i_box .one_i:before{
      width: 2px;
    height: 12px;
    top: 3px;
    left: 8px;
}
.qa-section dt.open .i_box .one_i:before{
  content: none;
}
.qa-section dt.open .i_box .one_i:after{
  -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
}
.qa-section dd{
  display: none;
  padding: 0 35px 20px 77px;
  box-sizing: border-box;
  width: 95%;
	font-size: 14px;
}
.qa-section dd{
	position: relative;
}
.qa-section dt:before{
	content: url(../img/Q.svg);
    width: 28px;
    display: inline-block;
    position: absolute;
    top: 58%;
    left: 3%;
    transform: translateY(-50%);
}
.qa-section dd p{
  	width: 50%;
    float: left;
	margin-bottom: 20px;
}

.qa-section dd p.txt_a_ac:before{
	content: url("../img/A.svg");
	width: 26px;
    display: inline-block;
    position: absolute;
    left: -19px;
}
.qa-section dt:hover{
	color: #666666;
}
.qa-section dt .i_box:hover{
	background: #3694f1;
}
.qa-section figcaption{
    width: 50%;
}
.qa-section figure{
	width: 100%;
}
.section08 table {
	margin-top: 20px;
}
.section08 table tbody th,
.section08 table tbody td {
	text-align: center;
}
.section08 table tbody th {
	border-top: 1px solid #4594AA;
}
.section08 ol {
    padding-top: 10px;
}
.section08 .disp-flex {
	display: flex;
	padding: 0;
}
.section08 .fig-img {
    width: 45%;
    float: right;
	margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
.section01>div,
.section02 .sec-inner,
.sec-inner {
	margin: 0 30px;
}
}
@media screen and (max-width: 767px) {
.qa-section dt {
	font-size: 15px;
    text-align: left;
    padding: 20px 40px 15px 50px;
}
.qa-section dd {
    padding: 0 20px 30px 50px;
}
.qa-section dt:hover {
	color: #333;
}
.qa-section dt .i_box:hover {
	background: #0078ED;
}
.section08 .disp-flex {
	display: block;
}
}

/* footer */
footer .footer-bg {
    background-image: url("../img/sec03-bg.png");
    height: auto;
}
footer .footer-bg h2 {
    color: #fff!important;
}
footer .footer-bg ul {
    display: flex;
    justify-content: space-between;
}
footer .footer-bg ul li {
    color: #fff;
    font-size: 15px;
}
footer .footer-bg ul li span {
    font-weight: bold;
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
}
footer .footer-bg ul li:last-child {
        transition: .5s;
}
footer .footer-bg ul li:last-child a:hover {
    background: #ff5d7f;
	transition: .5s;
}
footer .footer-bg ul li:last-child a {
        color: #fff;
    padding: 17px 60px;
    font-size: 18px;
    background: #E94363;
    border-radius: 50px;
    margin-left: 15px;
    border: 1px solid #fff;
}
footer .footer-bg ul li:last-child a img {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    position: relative;
    top: -4px;
}
footer .footer-bg-white {
	max-width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	display: flow-root;
}
footer .footer-bg-white>div {
	padding: 0;
}
footer .footer-bg-white img {
	width: 230px;
    float: left;
}
footer .footer-bg-white small {
    float: right;
	font-size: 13px;
	color: #4594AA;
}

/* page_top */
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #0078ED;
  z-index: 9999;
}
#page_top a:before{
    content: "";
    position: absolute;
    margin: auto;
    margin-left: -22px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0078ed;
    border-right: 2px solid #0078ed;
    transform: rotate(315deg);
    z-index: 100;
    bottom: 18%;
    left: 70%;
}
#page_top a {
	text-align: center;
}
#page_top a span{
    color: #fff;
    position: relative;
       padding: 11px 16px 35px;
    display: inline-block;
	font-size: 14px;
    line-height: 1.4;
}
#page_top a span:before {
    content: "";
    position: absolute;
    margin: auto;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
}
#page_top:hover {
  	background: #4a9ff2;
}

/* move */
.fadeIn {
	transition: .5s;
	opacity: 0;
	transform: translate(0,10%);	
}
.fadeIn.animated {
	opacity: 1;
	transform: translate(0, 0);
}
.slidein {
    opacity: 0;
    transform: translate(0,50px);
    transition: all .5s;
}
.scrollin {
	opacity: 1 !important;
	transform: translate(0, 0) !important;}

ul li:first-child {transition-delay:200ms;}
ul li:nth-child( 2 ) {transition-delay:400ms;}
ul li:nth-child( 3 ) {transition-delay:600ms;}
ul li:nth-child( 4 ) {transition-delay:800ms;}
ul li:nth-child( 5 ) {transition-delay:1000ms;}
ul li:nth-child( 6 ) {transition-delay:1200ms;}

/* ----   
  SP   
----*/
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	ul li {
		transition-delay: unset;
	}
	.sp-block {
		display: block;
	}
	.sec-inner {
    	padding: 40px 0 50px;
    	margin: 0 20px;	
	}
	.sec-inner p {
		font-size: 14px;
	}
	.sec-inner h2 {
    	font-size: 22px;
		padding-bottom: 20px;
	}
	.sec-inner h3 {
    	font-size: 18px;
    	padding: 0 0 20px;
	}
	.arrow {
    	padding-left: 13px;
	}
	.arrow::before {
        left: -5px;
	}
	
/* header */
	header {
		display: none!important;
	}
	
/* section01 */	
	.section01>div {
		top: 25%;
		margin: 0 20px;
		text-align: center;
	}
	.section01 picture:first-of-type>img {
    	max-height: 500px;
	}
	.section01>div p img {
		width: 53%;
	}
	.section01>div h1 img {
    padding: 25px 0;
    width: 79%;
	}
	.section01>div h2 {
    font-size: 15px;
	}
	.section01>div ul {
    display: block;
    padding-top: 25px;
	}
	.section01>div ul li:first-child {
    margin-bottom: 10px;
		padding-top: 10px;
	}
	.section01>div ul li a {
		font-size: 13px;
	}
	.section01>div ul li {
		padding: 10px 15px;
		display: inline-block;
		margin-right: 0!important;
		width: 260px;
	}
	.section01>div ul li:last-child a img {
    height: 17px;
}

/* page-sc */	
	.section02 .sec-inner {
    padding: 40px 0 50px;
    margin: 0 20px;
}
	.section02 ul {
    display: block;
    justify-content: center;
    padding-top: 25px;
}
	
	.section02 ul li {
    width: 80%;
		margin: 15px auto;
		text-align: left;
}
	.section02 ul li a {
		padding-left: 60px;
	}
	.section02 ul li a span {
		font-size: 14px;
	}
	.section02 .sec-ttl-inner {
		margin: 0 20px;
	}
	.section02 .sec-ttl-inner p {
		font-size: 14px;
	}
	.section02 .sec-ttl-bg {
    height: 100px;
}
	.section02 .sec-ttl-inner p {
    font-size: 13px;
    padding: 25px 0 0;
}
	.section02 .sec-ttl-inner h2 {
    font-size: 15px;
	padding-top: 7px;
}
	.section02 .sec-ttl-inner img {
    width: 45px;
    top: 0;
}
/* section03 */	
	.section03 .stand-box h4 {
    font-size: 16px;
}
	.section03 .stand-box h4 small {
		display: block;
	}
	.section03 .stand-box dl {
    line-height: 1.5;	
    font-size: 14px;
}
	.section03 .stand-box dt {
    float: none;
	    padding-bottom: 5px;
}
	.section03 .stand-box dd {
    margin-left: 40px;
    padding-bottom: 10px;
}
	.section03 .stand-box dd:before {
		display: none;
	}

	
/* section04 */
	ul.white-box {
    display: block;
		padding-bottom: 40px;
}
	ul.white-box li>div {
		padding: 0;
	}
	ul.white-box li {
    width: 90%;
		height: auto;
    margin: 0 auto 20px!important;
    padding: 20px;
}

	ul.white-box li:nth-child(2)>div img {
    top: 56%;
}
	ul.white-box li:nth-child(4)>div img {
    width: 55px;
    top: 55%;
}
	ul.white-box li:nth-child(5)>div img {
    width: 70px;
}
	.section04 ul.white-box {
    margin-bottom: 0;
}
.section04 .white-box {
    clear: both;
    padding: 0px 0 30px;
}
	thead tr th,thead tr td {
		font-size: 13px;
	}
	tbody tr th,tbody tr td {
		font-size: 12px;		
	}
	table thead th, 
	table thead td, 
	table tbody th, 
	table tbody td {
    padding: 15px;
    text-align: left;
		line-height: 1.5;
}
	.th-height th{
		    padding: 10px 20px 8px;
    line-height: 1;
	}
	.pd-c td {
		padding:15px 20px;
	}
	.section04 table:first-of-type thead tr th:first-of-type {
		width: 40%;
	}
.section04 table caption {
    font-size: 14px;
}
	.section04 figcaption {
    margin: 20px auto 0;
}
	.section04 span {
		margin: 30px auto 10px;
	}
	.section04 figure {
    margin: 20px auto 0;
}

/* section05 */	
	.lineup-box {
    display: block;
    justify-content: center;
    margin-bottom: 20px;
}
	.lineup-box:first-of-type {
		    padding-top: 0;
		    
	}
	.lineup-box>div {
		margin-bottom: 10px;
	}
	.lineup-box>div:first-child {
    width: 100%;
}
	.lineup-box>div:nth-child(2) {
    padding-top: 10px;
}
	.lineup-box>picture {
    margin-top: 40px;
}
	.section05 table thead tr td:first-of-type {
		    width: 26%;
	}
	.section05 table thead tr td:last-of-type {
		        width: 23%;
	}
	.section05 div.lineup-box:nth-of-type(3) p {
    float: none;
}
	.section05 div.lineup-box:nth-of-type(3) p.catalog {
    float: none;
    padding: 0px 0 10px;
}
	.section05 div.lineup-box:nth-of-type(3) p.catalog a {
    font-size: 13px;
    line-height: 1;
}
/* section06 */	
	.section06 div.hycro-flex {
		display: block;
		margin: 0 auto 20px;
}
	.section06 div.hycro-flex p {
		width: 100%;
		margin-left: 0;
		padding-bottom: 20px;
}
	.section06 div.hycro-flex div {
		width: 240px;
    	margin: 0 auto;
	}
	.section06 div.hycro-video {
		position: static;
		margin: 0 auto 30px;
    	max-width: 290px;
	}
	
	.section06 table thead tr th {
    width: 60%;
}
	.section06 .white-box {
    clear: both;
    padding: 0px 0 30px;
}
	.section06 table:last-child {
    margin-bottom: 20px;
}
/* section07 */	
	.disp-flex {
    display: block;
    padding: 30px 0;
}

	.section07 ul.disp-flex li {
    width: 100%;
    margin: 0 auto 20px;
}
	.section07 span small {
    padding-top: 10px;
    display: block;
}
	.caution-imgs {
		display: flex;
    justify-content: center;
    flex-wrap: wrap;
		width: 100%;
	}
	.caution-imgs li {
		width: 100px;
	}
/* section8 */
	.section08 table tbody th, .section08 table tbody td {
    display: block;
	border-left:none;
}
	.section08 table tbody {
		display: flex;
	}
	.section08 table tbody tr {
		border-top: none;
		display: inline-block;
    	width: 50%;
	}
	.section08 table tbody tr:first-child {
		border-right: 1px solid #4594AA;
	}
	.section08 table tbody td {
		border-bottom: 1px solid #4594AA;
	}
	.section08 table tbody td:last-child {
		border-bottom: none;
	}
	.section08 ol {
    padding-left: 0;
}
	.qa-section dt:hover {
    color: #000;
}
	.qa-section dd p {
		float: none;
    	width: 100%;
	}
	.section08 .fig-img {
    width: 100%;
    float: none;
    margin-bottom: 0;
}
	
/* footer */	
	footer .footer-bg ul {
    display: block;
}
	footer .footer-bg ul li {
    font-size: 14px;
    padding-bottom: 10px;
}
	footer .footer-bg ul li span {
    font-size: 14px;
    padding-bottom: 2px;
}
	footer .footer-bg ul li:last-child {
    padding: 0;
    width: 60%;
        margin: 20px auto 0;
		height: auto;
}
	footer .footer-bg ul li:last-child a {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
	footer .footer-bg-white {
		margin: 0 20px;
		    text-align: center;
	}
	footer .footer-bg-white div {
		text-align: center;
	}
	footer .footer-bg-white img {
    width: 230px;
    float: none;
}
	footer .footer-bg-white small {
        font-size: 10px;
    float: none;
}

/* page_top */
#page_top {
    width: 80px;
    height: 80px;
}
#page_top a span {
    font-size: 11px;
}
	#page_top a span:before {
		bottom: 13%;
	}
	#page_top a:before {
    top: 62%;
    left: 72%;
}

.sp-table-scroll {
    overflow: auto;
    white-space: nowrap;
    table-layout: auto;
    position: relative;
	overflow-x: scroll;
}
.sp-table-scroll::-webkit-scrollbar {
  height: 14px;
}
	.sp-table-scroll::-webkit-scrollbar-thumb {
  background: #87B3C3;
  border-radius: 7px;
}
 
.sp-table-scroll::-webkit-scrollbar-track {
  background: #D4F2F9;
	border: .5px solid #87B3C3;
  border-radius: 7px;
}
	
ul li:first-child {transition-delay:200ms;}
ul li:nth-child( 2 ) {transition-delay:200ms;}
ul li:nth-child( 3 ) {transition-delay:200ms;}
ul li:nth-child( 4 ) {transition-delay:200ms;}
ul li:nth-child( 5 ) {transition-delay:200ms;}
ul li:nth-child( 6 ) {transition-delay:200ms;}
}

.fancybox__content {
	width: 640px!important;
    height: 360px!important;
    padding: 10px!important;
    background: #fff!important;
    border-radius: 3px!important;
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: pointer!important;
}
@media (max-width:760px) {
	.fancybox__content {
		height: 220px!important;
	}
}