@charset "utf-8";
/* CSS Document */



/* svg ///////////////////////////////////////////////////////////////////////////*/
#svg_box{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background: #162144;
	z-index: 100000;
}

.bgcover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background: #162144;
	z-index: 100000;
	opacity:0.5;
}

@media all and (-ms-high-contrast:none){
#svg_box{
	position:inherit;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background: none;
	z-index: 0;
	display:none;
}
}
 
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #svg_box{
	position:inherit;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background: none;
	z-index: 0;
	display:none;
}
}

#svg_box span {
    transition: all .2s ease;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transform-origin: -50% -50% 50%;
    -webkit-transform-origin: -50% -50% 50%;
    transform-origin: -50% -50% 50%;
    width: auto;
    display: block;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#svg_box .path{    
	stroke:#ffffff;
	stroke-width:0.1%;
	stroke-dasharray: 3000;
	stroke-dashoffset:3000;
	animation: DASH 2s ease-in alternate forwards;
	-webkit-animation:DASH 2s ease-in 0s forwards;
	-o-animation:DASH 2s ease-in 0s forwards;
	animation:DASH 2s ease-in 0s forwards;
	fill-opacity: 0;
	fill:#ffffff;
}

@media all and (max-width:480px) {
#svg_box span {
    transition: all .2s ease;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transform-origin: -50% -50% 50%;
    -webkit-transform-origin: -50% -50% 50%;
    transform-origin: -50% -50% 50%;
    width: auto;
    display: block;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
}

@media all and (min-width:481px) and (max-width:768px) {
#svg_box span {
    transition: all .2s ease;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transform-origin: -50% -50% 50%;
    -webkit-transform-origin: -50% -50% 50%;
    transform-origin: -50% -50% 50%;
    width: auto;
    display: block;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
}

@media all and (min-width:769px) and (max-width:992px) {
#svg_box span {
    transition: all .2s ease;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transform-origin: -50% -50% 50%;
    -webkit-transform-origin: -50% -50% 50%;
    transform-origin: -50% -50% 50%;
    width: 300px;
    display: block;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
}

@media all and (min-width:993px) and (max-width:1280px) {
#svg_box span {
    transition: all .2s ease;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transform-origin: -50% -50% 50%;
    -webkit-transform-origin: -50% -50% 50%;
    transform-origin: -50% -50% 50%;
    width: 300px;
    display: block;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
}

@media all and (min-width:1281px) {
#svg_box span {
    transition: all .2s ease;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transform-origin: -50% -50% 50%;
    -webkit-transform-origin: -50% -50% 50%;
    transform-origin: -50% -50% 50%;
    width: 300px;
    display: block;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
}


@keyframes DASH{
	0%{stroke-dashoffset:3000; stroke-width:0.1%; fill-opacity: 0;}
	80%{stroke-dashoffset:2000;stroke-width:0.1%; fill-opacity: 0;}
	100%{stroke-dashoffset:0; stroke-width:0; fill-opacity: 1;}
}

@-moz-keyframes DASH{
	0%{stroke-dashoffset:3000; stroke-width:0.1%; fill-opacity: 0;}
	80%{stroke-dashoffset:2000;stroke-width:0.1%; fill-opacity: 0;}
	100%{stroke-dashoffset:0; stroke-width:0; fill-opacity: 1;}
}

@-webkit-keyframes DASH{
	0%{stroke-dashoffset:3000; stroke-width:0.1%; fill-opacity: 0;}
	80%{stroke-dashoffset:2000;stroke-width:0.1%; fill-opacity: 0;}
	100%{stroke-dashoffset:0; stroke-width:0; fill-opacity: 1;}
}

@-o-keyframes DASH{
	0%{stroke-dashoffset:3000; stroke-width:0.1%; fill-opacity: 0;}
	80%{stroke-dashoffset:2000;stroke-width:0.1%; fill-opacity: 0;}
	100%{stroke-dashoffset:0; stroke-width:0; fill-opacity: 1;}
}

@-ms-keyframes DASHf{
	0%{stroke-dashoffset:3000; stroke-width:0.1%; fill-opacity: 0;}
	80%{stroke-dashoffset:2000;stroke-width:0.1%; fill-opacity: 0;}
	100%{stroke-dashoffset:0; stroke-width:0; fill-opacity: 1;}
}

#svg_box .path2{    
	stroke:#ffffff;
	stroke-width:0.1%;
	stroke-dasharray: 3000;
	stroke-dashoffset:3000;
	animation: DASH2 2s ease-in alternate forwards;
	-webkit-animation:DASH2 2s ease-in 0s forwards;
	-o-animation:DASH2 2s ease-in 0s forwards;
	animation:DASH2 2s ease-in 0s forwards;
	fill-opacity: 0;
	fill:#ffffff;
}

@keyframes DASH2{
	0%{stroke-dashoffset:3000; stroke-width:0.1%; fill-opacity: 0;}
	80%{stroke-dashoffset:2000;stroke-width:0.1%; fill-opacity: 0;}
	100%{stroke-dashoffset:0; stroke-width:0; fill-opacity: 1;}
}

@-moz-keyframes DASH2{
	0%{stroke-dashoffset:3000; stroke-width:0.1%; fill-opacity: 0;}
	80%{stroke-dashoffset:2000;stroke-width:0.1%; fill-opacity: 0;}
	100%{stroke-dashoffset:0; stroke-width:0; fill-opacity: 1;}
}

@-webkit-keyframes DASH2{
	0%{stroke-dashoffset:3000; stroke-width:0.1%; fill-opacity: 0;}
	80%{stroke-dashoffset:2000;stroke-width:0.1%; fill-opacity: 0;}
	100%{stroke-dashoffset:0; stroke-width:0; fill-opacity: 1;}
}

@-o-keyframes DASH2{
	0%{stroke-dashoffset:3000; stroke-width:0.1%; fill-opacity: 0;}
	80%{stroke-dashoffset:2000;stroke-width:0.1%; fill-opacity: 0;}
	100%{stroke-dashoffset:0; stroke-width:0; fill-opacity: 1;}
}

@-ms-keyframes DASHf2{
	0%{stroke-dashoffset:3000; stroke-width:0.1%; fill-opacity: 0;}
	80%{stroke-dashoffset:2000;stroke-width:0.1%; fill-opacity: 0;}
	100%{stroke-dashoffset:0; stroke-width:0; fill-opacity: 1;}
}

#svg_box .path3{    
	stroke:#ffffff;
	stroke-width:0.1%;
	stroke-dasharray: 3000;
	stroke-dashoffset:3000;
	animation: DASH3 2s ease-in alternate forwards;
	-webkit-animation:DASH3 2s ease-in 0s forwards;
	-o-animation:DASH3 2s ease-in 0s forwards;
	animation:DASH3 2s ease-in 0s forwards;
	fill-opacity: 0;
	fill:#ffffff;
}

@keyframes DASH3{
	0%{stroke-dashoffset:3000; stroke-width:0.1%; fill-opacity: 0;}
	80%{stroke-dashoffset:2000;stroke-width:0.1%; fill-opacity: 0;}
	100%{stroke-dashoffset:0; stroke-width:0; fill-opacity: 1;}
}

@-moz-keyframes DASH3{
	0%{stroke-dashoffset:3000; stroke-width:0.1%; fill-opacity: 0;}
	80%{stroke-dashoffset:2000;stroke-width:0.1%; fill-opacity: 0;}
	100%{stroke-dashoffset:0; stroke-width:0; fill-opacity: 1;}
}

@-webkit-keyframes DASH3{
	0%{stroke-dashoffset:3000; stroke-width:0.1%; fill-opacity: 0;}
	80%{stroke-dashoffset:2000;stroke-width:0.1%; fill-opacity: 0;}
	100%{stroke-dashoffset:0; stroke-width:0; fill-opacity: 1;}
}

@-o-keyframes DASH3{
	0%{stroke-dashoffset:3000; stroke-width:0.1%; fill-opacity: 0;}
	80%{stroke-dashoffset:2000;stroke-width:0.1%; fill-opacity: 0;}
	100%{stroke-dashoffset:0; stroke-width:0; fill-opacity: 1;}
}

@-ms-keyframes DASHf3{
	0%{stroke-dashoffset:3000; stroke-width:0.1%; fill-opacity: 0;}
	80%{stroke-dashoffset:2000;stroke-width:0.1%; fill-opacity: 0;}
	100%{stroke-dashoffset:0; stroke-width:0; fill-opacity: 1;}
}

#svg_box2{
	width: 50%;
	height: 50%;
	top: 0;
	left: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#svg_box2 .path4{    
	stroke:#ffffff;
	stroke-width:0.1%;
	stroke-dasharray: 3000;
	stroke-dashoffset:3000;
	animation: DASH4 1s ease-in 4s forwards;
	-webkit-animation:DASH4 1s ease-in 4s forwards;
	-o-animation:DASH4 1s ease-in 4s forwards;
	animation:DASH4 1s ease-in 4s forwards;
	fill:#ffffff;
}


/* common ////////////////////////////////////////////////////////////// */

body {
    animation: fadeIn 0.3s linear 0s 1 normal;
    -webkit-animation: fadeIn 0.3s linear 0s 1 normal;
	overflow-x: hidden;
}

.effect i {
  height: 120px;
  padding: 20px;
  font-size: 100px;
  transition: 0.3s;
} 

.effect div {
  margin: auto;
  transition: .3s;
  transition-delay: .3s;
}

.mssize{
object-fit: cover;
object-position: center top;
font-family: 'object-fit: cover; object-position: center top;'
}

.btnarea_auto {
    width: 100%;
    text-align: center;
}

@keyframes fadeIn {
    0% {opacity: 0.8}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0.8}
    100% {opacity: 1}
}

.white-paint{
	z-index:1000;
	background-color:#ffffff;
	width:100%;
	padding-top:30px;
	padding-bottom:50px;
}

.water-paint{
	z-index:999;
	background-image:url(../cont/top_backgrand1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.litewater-paint{
	z-index:999;
	background-image:url(../cont/benefit_2.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.green-paint{
	z-index:990;
	background-color:#E5F2E2;
}

.emgreen-paint{
	z-index:990;
	background-color:#31a781;
	width:100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.blue-paint{
	z-index:990;
	background-color:#EAF6FD;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.red-paint{
	z-index:990;
	background-color:#FDEFF5;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.blue-cover{
	z-index:980;
	background-color:#142042;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.space20{
	margin-bottom:20px;
}

.space30{
	margin-bottom:30px;
}

.space50{
	margin-bottom:50px;
}

.paddingless{
	padding:0 !important;
}

.paddingless_left{
	padding-left:0 !important;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.cell{
	display:table-cell;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
}

@media all and (max-width:480px) {

.white-paint{
	z-index:1000;
	background-color:#ffffff;
	width:100%;
	padding-top:30px;
	padding-bottom:50px;
}

.water-paint{
	z-index:999;
	background-image:url(../cont/top_backgrand1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.litewater-paint{
	z-index:999;
	background-image:url(../cont/benefit_2.png);
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.green-paint{
	z-index:990;
	background-color:#E5F2E2;
}

.blue-paint{
	z-index:990;
	background-color:#EAF6FD;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.blue-cover{
	z-index:980;
	background-color:#142042;
	width:100%;
	padding-top:50px;
	padding-bottom:0px;
}


.red-paint{
	z-index:990;
	background-color:#FDEFF5;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}


.space10{
	margin-bottom:10px;
}

.space30{
	margin-bottom:30px;
}

.paddingless{
	padding:0;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
}

.topbacksize{
	width:60px;
}

}

@media all and (min-width:481px) and (max-width:768px) {

.white-paint{
	z-index:1000;
	background-color:#ffffff;
	width:100%;
	padding-top:30px;
	padding-bottom:50px;
}

.water-paint{
	z-index:999;
	background-image:url(../cont/top_backgrand1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.litewater-paint{
	z-index:999;
	background-image:url(../cont/benefit_2.png);
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.emgreen-paint{
	z-index:990;
	background-color:#31a781;
}

.blue-paint{
	z-index:990;
	background-color:#EAF6FD;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.red-paint{
	z-index:990;
	background-color:#FDEFF5;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.blue-cover{
	z-index:980;
	background-color:#142042;
	width:100%;
	padding-top:50px;
	padding-bottom:0px;
}


.space30{
	margin-bottom:30px;
}

.paddingless{
	padding:0;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
}

.topbacksize{
	width:60px;
}

}

@media all and (min-width:769px) and (max-width:992px) {

.white-paint{
	z-index:1000;
	background-color:#ffffff;
	width:100%;
	padding-top:30px;
	padding-bottom:50px;
}

.water-paint{
	z-index:999;
	background-image:url(../cont/top_backgrand1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.litewater-paint{
	z-index:999;
	background-image:url(../cont/benefit_2.png);
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.green-paint{
	z-index:990;
	background-color:#E5F2E2;
}

.blue-paint{
	z-index:990;
	background-color:#EAF6FD;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.blue-cover{
	z-index:980;
	background-color:#142042;
	width:100%;
	padding-top:50px;
	padding-bottom:0px;
}

.red-paint{
	z-index:990;
	background-color:#FDEFF5;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}


.space30{
	margin-bottom:30px;
}

.paddingless{
	padding:0;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

.white-paint{
	z-index:1000;
	background-color:#ffffff;
	width:100%;
	padding-top:30px;
	padding-bottom:50px;
}

.water-paint{
	z-index:999;
	background-image:url(../cont/top_backgrand1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.litewater-paint{
	z-index:999;
	background-image:url(../cont/benefit_2.png);
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.green-paint{
	z-index:990;
	background-color:#E5F2E2;
}

.blue-paint{
	z-index:990;
	background-color:#EAF6FD;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.red-paint{
	z-index:990;
	background-color:#FDEFF5;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}


.space30{
	margin-bottom:30px;
}

.paddingless{
	padding:0;
}
	
}

@media all and (min-width:1281px) {

.white-paint{
	z-index:1000;
	background-color:#ffffff;
	width:100%;
	padding-top:30px;
	padding-bottom:50px;
}

.water-paint{
	z-index:999;
	background-image:url(../cont/top_backgrand1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.litewater-paint{
	z-index:999;
	background-image:url(../cont/benefit_2.png);
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.green-paint{
	z-index:990;
	background-color:#E5F2E2;
}

.blue-paint{
	z-index:990;
	background-color:#EAF6FD;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.red-paint{
	z-index:990;
	background-color:#FDEFF5;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}


.space30{
	margin-bottom:30px;
}

.paddingless{
	padding:0;
}

}

@media all and (min-width:1550px) {
	
.white-paint{
	z-index:1000;
	background-color:#ffffff;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.water-paint{
	z-index:999;
	background-image:url(../cont/top_backgrand1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.green-paint{
	z-index:990;
	background-color:#E5F2E2;
}

.blue-paint{
	z-index:990;
	background-color:#EAF6FD;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.red-paint{
	z-index:990;
	background-color:#FDEFF5;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}


.space30{
	margin-bottom:30px;
}

.paddingless{
	padding:0;
}

}


/* video ////////////////////////////////////////////////////////////// */

.index-video-wrap{
	z-index: -1;
	position: absolute;
	width: 100%;
}

.index-video-size{
	width: 100%;
}

.index-haikei{
	width:100%;
}

@media all and (max-width:480px) {
.index-video-wrap{
	top:56px;
}

.index-video-size{
	display:none;
}

.index-haikei{
	display:inline;
}
}


@media all and (min-width:481px) and (max-width:768px) {
.index-video-wrap{
	top:56px;
}

.index-video-size{
	display:none;
}

.index-haikei{
	display:inline;
}

}

@media all and (min-width:769px) and (max-width:992px) {
.index-video-wrap{
	top:0;
}

.index-video-size{
	display:inline;
}

.index-haikei{
	display:none;
}

}

@media all and (min-width:993px) and (max-width:1280px) {
.index-video-wrap{
	top:0;
}

.index-video-size{
	display:inline;
}

.index-haikei{
	display:none;
}
	
}

@media all and (min-width:1281px) {
.index-video-wrap{
	top:0;
}

.index-video-size{
	display:inline;
}

.index-haikei{
	display:none;
}

}

/* topimage ////////////////////////////////////////////////////////////// */

.cont-center{
	text-align:center;
	color:#ffffff;
}

#topimage {
	z-index: -1;
	margin: 0 auto 0;
	width: 100%;
	background-size:90%;
	background-position:center center;
	background-repeat:no-repeat;
}

#topimage .topimage-logoarea{

}

#topimage .topimage-logo{

}

#topimage .topimage-logosize{
	width: 100%;
	height: auto;
}

#topimage .topimage-btnarea{

}

#topimage .topimage-btn{
	border: solid 1px #ffffff;
	border-radius: 3px;
	padding: 15px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color:#ffffff;
	transition: background-color 0.5s;
}

#topimage .topimage-btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 15px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
}

#scroll_btn{
	  width: 99%;
	  height: 110px;
	  position: relative;
	  text-align:center;
}

#scroll_btn a {
	  position: absolute;
	  bottom: 90px;
	  z-index: 2;
	  display: inline-block;
	  -webkit-transform: translate(0, -50%);
	  transform: translate(0, -50%);
	  text-decoration: none;
	  color: #ffffff;
}

#scroll_btn a span {
	  position: absolute;
	  top: 0;
	  left: 50%;
	  width: 24px;
	  height: 24px;
	  margin-left: -12px;
	  border-left: 1px solid #fff;
	  border-bottom: 1px solid #fff;
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  -webkit-animation: sdb 1.5s infinite;
	  animation: sdb 1.5s infinite;
	  box-sizing: border-box;
}

@media all and (-ms-high-contrast:none){
	#scroll_btn{
		  position:inherit;
	}
	
	#scroll_btn a {
		  position:inherit;
	}
}
 
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #scroll_btn{
		  position:inherit;
	}

  *::-ms-backdrop, #scroll_btn a {
		  position:inherit;
	}
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.index_topimage{
	width:100%;
}

.index_video-wrap {
	z-index: -1;
	position: absolute;
	width: 100%;
}


@media all and (max-width:480px) {
#topimage{
	z-index:-1;
	background-position:center 9%;
	background-size: 90%;
	padding-top: 20%;
	padding-bottom: 11%;
}

#topimage .topimage-logoarea{
	width:100%;
	text-align:center;
}

#topimage .topimage-logo{
	width:100%;
	text-align:center;
}

#topimage .topimage-logosize{
	width: 41%;
	height: auto;
}

#topimage .topimage-btnarea{
	width:100%;
	text-align:center;
}

#topimage .topimage-btn{
	border: solid 1px #ffffff;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
	transition: background-color 0.5s;
}

#topimage .topimage-btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
}

#scroll_btn{
	display:none;
}

}


@media all and (min-width:481px) and (max-width:768px) {
#topimage{
	z-index:-1;
	background-position:center 9%;
	background-size: 90%;
	padding-top: 15%;
	padding-bottom: 10%;
}

#topimage .topimage-logoarea{
	width:100%;
	text-align:center;
}

#topimage .topimage-logo{
	width:100%;
	text-align:center;
}

#topimage .topimage-logosize{
	width: 41%;
	height: auto;
}

#topimage .topimage-btnarea{
	width:100%;
	text-align:center;
}

#topimage .topimage-btn{
	border: solid 1px #ffffff;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color:#ffffff;
	transition: background-color 0.5s;
}

#topimage .topimage-btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
}

#scroll_btn{
	display:none;
}

}

@media all and (min-width:769px) and (max-width:992px) {
#topimage{
	z-index:-1;
	background-position:center 9%;
	background-size: 90%;
	padding-top: 15%;
	padding-bottom: 13%;
}

#topimage .topimage-logoarea{
	width:100%;
	text-align:center;
}

#topimage .topimage-logo{
	width:100%;
	text-align:center;
}

#topimage .topimage-logosize{
	width: 34%;
	height: auto;
}

#topimage .topimage-btnarea{
	width:100%;
	text-align:center;
}

#topimage .topimage-btn{
	border: solid 1px #ffffff;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color:#ffffff;
	transition: background-color 0.5s;
}

#topimage .topimage-btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
}

#scroll_btn{
	display:none;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

#topimage{
	z-index:-1;
	background-position:center 9%;
	background-size: 90%;
	padding-top: 15%;
	padding-bottom: 10%;
}

#topimage .topimage-logoarea{
	width:100%;
	text-align:center;
}

#topimage .topimage-logo{
	width:100%;
	text-align:center;
}

#topimage .topimage-logosize{
	width: 34%;
	height: auto;
}

#topimage .topimage-btnarea{
	width:100%;
	text-align:center;
}

#topimage .topimage-btn{
	border: solid 1px #ffffff;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color:#ffffff;
	transition: background-color 0.5s;
}

#topimage .topimage-btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
}

#scroll_btn{
	display:none;
}
	
}

@media all and (min-width:1281px) {
#topimage{
	z-index:-1;
	background-position:center 9%;
	background-size: 90%;
	padding-top: 15%;
	padding-bottom: 6%;
}

#topimage .topimage-logoarea{
	width:100%;
	text-align:center;
}

#topimage .topimage-logo{
	width:100%;
	text-align:center;
}

#topimage .topimage-logosize{
	width:41%;
	height: auto;
}

#topimage .topimage-btnarea{
	width:100%;
	text-align:center;
	margin-bottom:50px;
}

#topimage .topimage-btn{
	border: solid 1px #ffffff;
	border-radius: 3px;
	padding: 15px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color:#ffffff;
	transition: background-color 0.5s;
}

#topimage .topimage-btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 15px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
}

#scroll_btn{
	display:none;
}

}

@media all and (min-width:1550px) {
	
#scroll_btn{
	display:inline-block;
}

}


/* content1 ////////////////////////////////////////////////////////////// */

#content1{}

#content1 .title{
	font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 39px !important;
	font-weight: 800;
	margin-bottom: 15px;
	color: #142042;
}

#content1 .subtitle{
	font-size: 23px !important;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top:15px;
	color: #142042;
	text-align:center;
}

#content1 .text{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:30px;
}

#content1 .btn{
	border: solid 1px #162144;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #142042;
	transition: background-color 0.5s;
}

#content1 .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
}

#content1 .slide-bottom{
	background-color:#EFECEF;
	border-radius:10px;
	padding:30px;
	margin-bottom:0px;
}

#content1 .slide-bottom2{
	background-color:#F6F4EE;
	border-radius:10px;
	padding:30px;
	margin-bottom:0px;
}

#content1 .slide-bottom3{
	background-color:#F5EFF0;
	border-radius:10px;
	padding:30px;
}

#content1 .slide-bottom_r{
	background-color:#EFECEF;
	border-radius:5%;
	padding:30px;
	margin-bottom:0px;
}

#content1 .slide-bottom2_r{
	background-color:#F6F4EE;
	border-radius:5%;
	padding:30px;
	margin-bottom:0px;
}

#content1 .slide-bottom3_r{
	background-color:#F5EFF0;
	border-radius:5%;
	padding:30px;
}

#content1 .imagearea{
	text-align:center;
}

#content1 .imagesize{
width: 100%;
height: auto;
float: right;
}

#content1 .imagesize2{
    width: 100%;
    height: 386px;
    float: right;
    position: relative;
    object-fit: cover;
	object-position: 100% 0;
}

#content1 .subimagesize{
	width:80%;
}



@media all and (max-width:480px) {

#content1{}

#content1 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px !important;
	font-weight: 800;
	margin-bottom: 15px;
	color: #142042;
}

#content1 .subtitle{
	font-size: 23px !important;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top:15px;
	color: #142042;
	text-align:center;
}

#content1 .text{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:30px;
}

#content1 .btn{
	border: solid 1px #162144;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #142042;
	transition: background-color 0.5s;
	width:auto;
	margin-bottom: 50px;
}

#content1 .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:auto;
	margin-bottom: 50px;
}

#content1 .imagearea{
	text-align:center;
}

#content1 .imagesize{
width: 100%;
height: auto;
float: right;
}

#content1 .imagesize2{
    width: 100%;
    height: 386px;
    float: right;
    position: relative;
    object-fit: cover;
	object-position: 100% 0;
}

#content1 .subimagesize{
	width:100%;
}

#content1 .slide-bottom{
	margin-bottom:30px;
}

#content1 .slide-bottom2{
	margin-bottom:30px;
}

#content1 .slide-bottom_r{
	margin-bottom:30px;
}

#content1 .slide-bottom2_r{
	margin-bottom:30px;
}

}

@media all and (min-width:481px) and (max-width:768px) {

#content1{}

#content1 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px !important;
	font-weight: 800;
	margin-bottom: 15px;
	color: #142042;
}

#content1 .subtitle{
	font-size: 23px !important;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top:15px;
	color: #142042;
	text-align:center;
}

#content1 .text{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:30px;
}

#content1 .btn{
	border: solid 1px #162144;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #142042;
	transition: background-color 0.5s;
	width:100%;
	margin-bottom: 50px;
}

#content1 .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
	margin-bottom: 50px;
}

#content1 .imagearea{
	text-align:center;
}

#content1 .imagesize{
width: 100%;
height: auto;
float: right;
}

#content1 .imagesize2{
    width: 100%;
    height: 386px;
    float: right;
    position: relative;
    object-fit: cover;
	object-position: 100% 0;
}

#content1 .subimagesize{
	width:100%;
}

#content1 .slide-bottom{
	margin-bottom:30px;
}

#content1 .slide-bottom2{
	margin-bottom:30px;
}

#content1 .slide-bottom_r{
	margin-bottom:30px;
}

#content1 .slide-bottom2_r{
	margin-bottom:30px;
}

}

@media all and (min-width:769px) and (max-width:992px) {

#content1{}

#content1 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 32px !important;
	font-weight: 800;
	margin-bottom: 15px;
	color: #142042;
}

#content1 .subtitle{
	font-size: 23px !important;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top:15px;
	color: #142042;
	text-align:center;
}

#content1 .text{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:30px;
}

#content1 .btn{
	border: solid 1px #162144;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #142042;
	transition: background-color 0.5s;
	width:100%;
	margin-bottom:50px;
}

#content1 .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
	margin-bottom:50px;
}

#content1 .imagearea{
	text-align:center;
}

#content1 .imagesize{
width: 100%;
height: auto;
float: right;
}

#content1 .imagesize2{
    width: 100%;
    height: 386px;
    float: right;
    position: relative;
    object-fit: cover;
	object-position: 100% 0;
}

#content1 .subimagesize{
	width:100%;
}

#content1 .slide-bottom{
	margin-bottom:30px;
}

#content1 .slide-bottom2{
	margin-bottom:30px;
}

#content1 .slide-bottom_r{
	margin-bottom:30px;
}

#content1 .slide-bottom2_r{
	margin-bottom:30px;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

#content1{}

#content1 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 32px !important;
	font-weight: 800;
	margin-bottom: 15px;
	color: #142042;
}

#content1 .subtitle{
	font-size: 23px !important;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top:15px;
	color: #142042;
	text-align:center;
}

#content1 .text{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:30px;
}

#content1 .btn{
	border: solid 1px #162144;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #142042;
	transition: background-color 0.5s;
	width:100%;
}

#content1 .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
}

#content1 .imagearea{
	text-align:center;
}

#content1 .imagesize{
width: 100%;
height: auto;
float: right;
}

#content1 .imagesize2{
	width: 88%;
	height: 320px;
	float: right;
	position: relative;
	object-fit: cover;
	object-position: 85% 0;
}

#content1 .subimagesize{
	width:100%;
}

#content1 .slide-bottom{
	margin-bottom:0px;
}

#content1 .slide-bottom2{
	margin-bottom:0px;
}

#content1 .slide-bottom_r{
	margin-bottom:0px;
}

#content1 .slide-bottom2_r{
	margin-bottom:0px;
}
	
}

@media all and (min-width:1281px) {

#content1{}

#content1 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 32px !important;
	font-weight: 800;
	margin-bottom: 15px;
	color: #142042;
}

#content1 .subtitle{
	font-size: 23px !important;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top:15px;
	color: #142042;
	text-align:center;
}

#content1 .text{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:30px;
}

#content1 .btn{
	border: solid 1px #162144;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #142042;
	transition: background-color 0.5s;
	width:100%;
}

#content1 .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
}

#content1 .imagearea{
	text-align:center;
}

#content1 .imagesize{
width: 100%;
height: auto;
float: right;
}

#content1 .imagesize2{
	width: 88%;
	height: 273px;
	float: right;
	position: relative;
	object-fit: cover;
	object-position: 89% 0;
}

#content1 .subimagesize{
	width:100%;
}

#content1 .slide-bottom{
	margin-bottom:0px;
}

#content1 .slide-bottom2{
	margin-bottom:0px;
}

#content1 .slide-bottom_r{
	margin-bottom:0px;
}

#content1 .slide-bottom2_r{
	margin-bottom:0px;
}

}

@media all and (min-width:1550px) {

#content1{}

#content1 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 39px !important;
	font-weight: 800;
	margin-bottom: 15px;
	color: #142042;
}

#content1 .subtitle{
	font-size: 23px !important;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top:15px;
	color: #142042;
	text-align:center;
}

#content1 .text{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:30px;
}

#content1 .btn{
	border: solid 1px #162144;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #142042;
	transition: background-color 0.5s;
	width:100%;
}

#content1 .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
}

#content1 .imagearea{
	text-align:center;
}

#content1 .imagesize{
width: 100%;
height: auto;
float: right;
}

#content1 .imagesize2{
	width: 88%;
	height: 250px;
	float: right;
	position: relative;
	object-fit: cover;
	object-position: 100% 0;
}

#content1 .subimagesize{
	width:80%;
}

#content1 .slide-bottom{
	margin-bottom:0px;
}

#content1 .slide-bottom2{
	margin-bottom:0px;
}

#content1 .slide-bottom_r{
	margin-bottom:0px;
}

#content1 .slide-bottom2_r{
	margin-bottom:0px;
}


}


/* content2 ////////////////////////////////////////////////////////////// */

#content2{
	margin-bottom:50px;
}

#content2 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 39px !important;
	margin-bottom: 20px;
}

#content2 .subtitle{
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}

#content2 .text{
	color: #ffffff;
	text-align: center;
	font-size: 18px;
}

#content2 .text2{
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	margin-top: 20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#content2 .imagearea{
	width:100%;
	text-align:center;
}

#content2 .imagesize{
	width:80%;
	border-radius: 5px;
}

#content2 .btnarea{
    text-align: center;
    width: 85%;
    margin-top: 20px;
    margin-bottom: 40px;
	margin-left:auto;
	margin-right:auto;
}

#content2 .btn{
	border: solid 1px #ffffff;
	border-radius: 3px;
	padding: 11px;
	font-size: 15px;
	font-weight: bold;
	color:#ffffff;
	transition: background-color 0.5s;
	word-wrap: break-word;
	white-space: normal;
	display: block;
}

#content2 .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	word-wrap: break-word;
	white-space: normal;
	display: block;
}

#content2 a{
	text-decoration:none;
}


/* content3 ////////////////////////////////////////////////////////////// */

#content3{
	display:table;
	width:100%;
	z-index:990;
	margin-bottom: 50px;
}

#content3 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #162144;
	font-weight: bold;
	font-size: 38px !important;
	margin-bottom: 20px;
}

#content3 .title2{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 23px;
	font-weight: 800;
	margin-bottom: 10px;
	margin-top: 15px;
	color: #162144;
}

#content3 .text{
	text-align: left;
	font-size: 15px;
	margin-bottom:30px;
}

#content3 .text2{
	text-align: left;
	font-size: 15px;
	margin-bottom:10px;
}

#content3 .imageset{
	padding:0 !important;
}

#content3 .imagearea_kousu{
	width:100%;
	background-size:cover;
}

#content3 .imagearea{
	width:100%;
	background-size:cover;
	background-image:url(../cont/top_img10.png);
	background-repeat:no-repeat;
}

#content3 .imagearea2{
	width:100%;
	padding-bottom:30px;
}

#content3 .imagesize{
	width:100%;
	height:100%;
}

#content3 .imagesize_kousu{
	width: 100%;
	height: auto;
}

#content3 .btnarea{
	text-align:center;
	width:100%;
	margin-top:40px;
}

#content3 .btn{
	border: solid 1px #055880;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color:#055880;
	transition: background-color 0.5s;
	width:100%;
}

#content3 .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
}

#content3 .box{
	padding-bottom: 20px;
	padding-left: 50px;
	padding-top:0px;
}

#content3 .currentItem{
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
}

#content3 .slide1{
	list-style:none;
	width:100%;
	margin:0;
	padding:0;	
}

#content3 .sizer{

}

@media all and (max-width:480px) {
#content3{
	margin-bottom:60px;
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:50%;
	z-index:990;
}

#content3 .box{
	padding-bottom: 0;
	padding-left: 0;
	padding-top:30px;
}

#content3 .imagesize_kousu {
	width: 100%;
	height: auto;
}


}

@media all and (min-width:481px) and (max-width:768px) {
#content3{
	margin-bottom:60px;
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:50%;
	z-index:990;
}

#content3 .box{
	padding-bottom: 0;
	padding-left: 0;
	padding-top:30px;
}

#content3 .imagesize_kousu {
	width: 100%;
	height: auto;
}

}

@media all and (min-width:769px) and (max-width:992px) {
#content3{
	margin-bottom:60px;
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:50%;
	z-index:990;
}

#content3 .box{
	padding-bottom: 0;
	padding-left: 0;
	padding-top:0px;
}

#content3 .imagesize_kousu {
	width: 100%;
	height: auto;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

#content3 .imagesize_kousu{
	width: 100%;
	height: auto;
}

	
}

@media all and (min-width:1281px) {

#content3 .imagesize_kousu{
	width: 100%;
	height: auto;
}


}

@media all and (min-width:1550px) {

#content3 .imagesize_kousu{
	width: 100%;
	height: auto;
}


}

/* about_svg ////////////////////////////////////////////////////////////// */

#wrap {
    position: relative;
}

#svg-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

#wrap2 {
    position: relative;
}

#svg-bg2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

#wrap3 {
    position: relative;
}

#svg-bg3 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

#wrap4 {
    position: relative;
}

#svg-bg4 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

#wrap5 {
    position: relative;
}

#svg-bg5 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}


#contentsvg{
	width: 100%;
	height: auto;
	margin-bottom:50px;
	position:relative;
}




/* content3_a ////////////////////////////////////////////////////////////// */

#content3_a{
	display:table;
	width:100%;
	z-index:990;
	padding-top: 30px;
	padding-bottom: 30px;
}

#content3_a .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #162144;
	font-weight: bold;
	font-size: 38px !important;
	margin-bottom: 20px;
}

#content3_a .title2{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 23px;
	font-weight: 800;
	margin-bottom: 10px;
	margin-top: 15px;
	color: #162144;
}

#content3_a .title_2{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #74BF76;
	font-weight: bold;
	margin-bottom: 20px;
}

#content3_a .title_4{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #F8BA4D;
	font-weight: bold;
	margin-bottom: 20px;
}

#content3_a .text{
	text-align: left;
	font-size: 15px;
	margin-bottom:30px;
}

#content3_a .text2{
	text-align: left;
	font-size: 15px;
	margin-bottom:10px;
}

#content3_ .imageset{
	padding:0 !important;
}

#content3_a .imagearea_kousu{
	width:100%;
	background-size:cover;
}

#content3_a .imagearea{
	width:100%;
	background-size:cover;
	background-image:url(../cont/top_img10.png);
	background-repeat:no-repeat;
}

#content3_a .image_center{
	width:100%;
	height:100%;
	text-align:center;
}

#content3_a .image_center2{
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 120px;
}

#content3_a .imagearea2{
	width:100%;
	padding-bottom:30px;
}

#content3_a .imagesize{
	width:100%;
	height:100%;
}

#content3_a .imagesize_kousu{
	width: auto;
	height: auto;
}

#content3_a .image_denimu{
    width: 500px;
    height: auto;
}

#content3_a .btnarea{
	text-align:center;
	width:100%;
	margin-top:40px;
}

#content3_a .btn{
	border: solid 1px #055880;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color:#055880;
	transition: background-color 0.5s;
	width:100%;
}

#content3_a .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
}

#content3_a .box{
	padding-bottom: 20px;
	padding-right: 50px;
	padding-top: 50px;
	padding-left:0px;
}

#content3_a .currentItem{
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
}

#content3_a .slide1{
	list-style:none;
	width:100%;
	margin:0;
	padding:0;	
}

#content3_a .sizer{

}

@media all and (max-width:480px) {
#content3_a{
	margin-bottom:0px;
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:50%;
	z-index:990;
}

#content3_a .box{
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0px;
	padding-top:0px;
}

#content3_a .imagesize_kousu {
	width: 100%;
	height: auto;
}

#content3_a .on_off1{
	display:none;
}

#content3_a .on_off2{
	display:inline;
}


}

@media all and (min-width:481px) and (max-width:768px) {
#content3_a{
	margin-bottom:0px;
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:50%;
	z-index:990;
}

#content3_a .box{
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0px;
	padding-top:0px;
}

#content3_a .imagesize_kousu{
	width: 100%;
	height: auto;
}

#content3_a .on_off1{
	display:none;
}

#content3_a .on_off2{
	display:inline;
}


}

@media all and (min-width:769px) and (max-width:992px) {
#content3_a{
	margin-bottom:0px;
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:50%;
	z-index:990;
}

#content3_a .box{
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0px;
	padding-top:0px;
}

#content3_a .imagesize_kousu{
	width: 100%;
	height: auto;
}

#content3_a .on_off1{
	display:none;
}

#content3_a .on_off2{
	display:inline;
}


}

@media all and (min-width:993px) and (max-width:1280px) {

#content3_a .imagesize_kousu{
	width: 100%;
	height: auto;
}

#content3_a .box{
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 50px;
	padding-left:50px;
}

#content3_a .on_off1{
	display:inline;
}

#content3_a .on_off2{
	display:none;
}


	
}

@media all and (min-width:1281px) {

#content3_a .imagesize_kousu{
	width: auto;
	height: auto;
}

#content3_a .box{
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 50px;
	padding-left:50px;
}

#content3_a .on_off1{
	display:inline;
}

#content3_a .on_off2{
	display:none;
}


}

@media all and (min-width:1550px) {

#content3_a .imagesize_kousu{
	width: auto;
	height: auto;
}

#content3_a .box{
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 50px;
	padding-left:50px;
}

#content3_a .on_off1{
	display:inline;
}

#content3_a .on_off2{
	display:none;
}


}

/* content3_b ////////////////////////////////////////////////////////////// */

#content3_b{
	display:table;
	width:100%;
	z-index:990;
	padding-top: 30px;
	padding-bottom: 30px;
}

#content3_b .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #162144;
	font-weight: bold;
	font-size: 38px !important;
	margin-bottom: 20px;
}

#content3_b .title2{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 23px;
	font-weight: 800;
	margin-bottom: 10px;
	margin-top: 15px;
	color: #162144;
}

#content3_b .title_2{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #74BF76;
	font-weight: bold;
	margin-bottom: 20px;
}

#content3_b .title_4{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #F8BA4D;
	font-weight: bold;
	margin-bottom: 20px;
}

#content3_b .text{
	text-align: left;
	font-size: 15px;
	margin-bottom:30px;
}

#content3_ .text2{
	text-align: left;
	font-size: 15px;
	margin-bottom:10px;
}

#content3_b .imageset{
	padding:0 !important;
}

#content3_ .imagearea_kousu{
	width:100%;
	background-size:cover;
}

#content3_b .imagearea{
	width:100%;
	background-size:cover;
	background-image:url(../cont/top_img10.png);
	background-repeat:no-repeat;
}

#content3_b .image_center{
	width:100%;
	height:100%;
	text-align:center;
}

#content3_b .image_center2{
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 120px;
}

#content3_b .imagearea2{
	width:100%;
	padding-bottom:30px;
}

#content3_b .imagesize{
	width:100%;
	height:100%;
}

#content3_b .imagesize_kousu{
	width: auto;
	height: auto;
}

#content3_b .imagesize_kousu2{
	width: auto;
	height: auto;
}

#content3_b .image_denimu{
    width: 500px;
    height: auto;
}

#content3_ .btnarea{
	text-align:center;
	width:100%;
	margin-top:40px;
}

#content3_b .btn{
	border: solid 1px #055880;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color:#055880;
	transition: background-color 0.5s;
	width:100%;
}

#content3_b .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
}

#content3_b .box{
	padding-bottom: 20px;
	padding-right: 50px;
	padding-top: 50px;
	padding-left:0px;
}

#content3_b .currentItem{
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
}

#content3_b .slide1{
	list-style:none;
	width:100%;
	margin:0;
	padding:0;	
}

#content3_b .sizer{

}

@media all and (max-width:480px) {
#content3_b{
	margin-bottom:0px;
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:50%;
	z-index:990;
}

#content3_b .box{
	padding-bottom: 0;
	padding-left: 0;
	padding-top:0px;
	padding-right:0px;
}

#content3_b .imagesize_kousu{
	width: 100%;
	height: auto;
}

#content3_b .on_off1{
	display:none;
}

#content3_b .on_off2{
	display:inline;
}


}

@media all and (min-width:481px) and (max-width:768px) {
#content3_b{
	margin-bottom:0px;
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:50%;
	z-index:990;
}

#content3_b .box{
	padding-bottom: 0;
	padding-left: 0;
	padding-top:0px;
	padding-right:0px;
}

#content3_b .imagesize_kousu{
	width: 100%;
	height: auto;
}

#content3_b .on_off1{
	display:none;
}

#content3_b .on_off2{
	display:inline;
}

}

@media all and (min-width:769px) and (max-width:992px) {
#content3_b{
	margin-bottom:0px;
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:50%;
	z-index:990;
}

#content3_b .box{
	padding-bottom: 0;
	padding-left: 0;
	padding-top:0px;
	padding-right:0px;
}


#content3_b .imagesize_kousu{
	width: 100%;
	height: auto;
}

#content3_b .on_off1{
	display:none;
}

#content3_b .on_off2{
	display:inline;
}


}

@media all and (min-width:993px) and (max-width:1280px) {

#content3_b .imagesize_kousu{
	width: 100%;
	height: auto;
}

#content3_b .box{
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 50px;
	padding-left:50px;
}

#content3_b .on_off1{
	display:inline;
}

#content3_b .on_off2{
	display:none;
}


	
}

@media all and (min-width:1281px) {

#content3_b .imagesize_kousu{
	width: auto;
	height: auto;
}

#content3_b .box{
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 50px;
	padding-left:50px;
}

#content3_b .on_off1{
	display:inline;
}

#content3_b .on_off2{
	display:none;
}



}

@media all and (min-width:1550px) {

#content3_b .imagesize_kousu{
	width: auto;
	height: auto;
}

#content3_b .box{
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 50px;
	padding-left:50px;
}

#content3_b .on_off1{
	display:inline;
}

#content3_b .on_off2{
	display:none;
}


}

/* content4 ////////////////////////////////////////////////////////////// */

#content4{
	display:table;
	width:100%;
	z-index:990;
}

#content4 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #21B185;
	font-weight: bold;
	font-size: 38px !important;
	margin-bottom: 20px;
}

#content4 .title_1{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #0093D2;
	font-weight: bold;
	margin-bottom: 20px;
}

#content4 .title_3{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #E887B3;
	font-weight: bold;

	margin-bottom: 20px;
}

#content4 .subtitle{
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}

#content4 .text{
	text-align: left;
	font-size: 15px;
	margin-bottom:20px;
}

#content4 .text2{
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	margin-top:20px;
}

#content4 .imageset{
	padding:0 !important;
}

#content4 .imagearea{
	width:100%;
}

#content4 .imagearea2{
	width:100%;
	padding-bottom:30px;
}

#content4 .imagesize{
	width:100%;
	height:100%;
}

#content4 .imagesize_support{
	width:auto;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

#content4 .btnarea{
	text-align:center;
	width:100%;
	margin-top:40px;
}

#content4 .btn{
	border: solid 1px #21B185;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color:#21B185;
	transition: background-color 0.5s;
	width:100%;
}

#content4 .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
}

#content4 .box{
	padding-bottom: 20px;
	padding-right: 50px;
	padding-top:50px;
}

@media all and (max-width:480px) {
#content4{
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top right;
	background-size:50%;
	z-index:990;
	margin-bottom:60px;
}

#content4 .box{
	padding-bottom: 0;
	padding-right: 0;
}

#content4 .imagesize_support{
	width: auto;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
	display:none;
}

}

@media all and (min-width:481px) and (max-width:768px) {
#content4{
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top right;
	background-size:50%;
	z-index:990;
	margin-bottom:60px;
}

#content4 .box{
	padding-bottom: 0;
	padding-right: 0;
}

#content4 .imagesize_support{
	width: auto;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
	display:none;
}


}

@media all and (min-width:769px) and (max-width:992px) {
#content4{
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top right;
	background-size:50%;
	z-index:990;
	margin-bottom:60px;
}

#content4 .box{
	padding-bottom: 0;
	padding-right: 0;
}

#content4 .imagesize_support{
	width: auto;
	height:auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
	display:none;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

#content4 .imagesize_support{
	width: auto;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 28% 25%;
}
	
}

@media all and (min-width:1281px) {

#content4 .imagesize_support{
	width: auto;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

}

@media all and (min-width:1550px) {

#content4 .imagesize_support{
	width: auto;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

}

/* content4_a ////////////////////////////////////////////////////////////// */

#content4_a{
	display:table;
	width:100%;
	z-index:990;
	padding-top: 30px;
	padding-bottom: 30px;
}

#content4_a .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #21B185;
	font-weight: bold;
	font-size: 38px !important;
	margin-bottom: 20px;
}

#content4_a .title_1{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #0093D2;
	font-weight: bold;
	margin-bottom: 20px;
}

#content4_a .title_3{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #E887B3;
	font-weight: bold;

	margin-bottom: 20px;
}

#content4_a .subtitle{
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}

#content4_a .text{
	text-align: left;
	font-size: 15px;
	margin-bottom:20px;
}

#content4_a .text2{
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	margin-top:20px;
}

#content4_a .imagesize_kousu{
	width: 100%;
	height: auto;
}

#content4_a .imageset{
	padding:0 !important;
}

#content4_a .imagearea{
	width:100%;
}

#content4_a .imagearea2{
	width:100%;
	padding-bottom:30px;
}

#content4_a .imagesize{
	width:100%;
	height:100%;
}

#content4_a .imagesize_support{
	width:100%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

#content4_a .btnarea{
	text-align:center;
	width:100%;
	margin-top:40px;
}

#content4_a .btn{
	border: solid 1px #21B185;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color:#21B185;
	transition: background-color 0.5s;
	width:100%;
}

#content4_a .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
}

#content4_a .box{
	padding-bottom: 20px;
	padding-right: 50px;
	padding-top:50px;
}

@media all and (max-width:480px) {
#content4_a{
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top right;
	background-size:50%;
	z-index:990;
	margin-bottom:0px;
}

#content4_a .box{
	padding-bottom: 0;
	padding-right: 0;
	padding-top:0px;
}

#content4_a .imagesize_support{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

#content4_a .imagesize_kousu{
	width: 100%;
	height: auto;
}

}

@media all and (min-width:481px) and (max-width:768px) {
#content4_a{
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top right;
	background-size:50%;
	z-index:990;
	margin-bottom:0px;
}

#content4_a .box{
	padding-bottom: 0;
	padding-right: 0;
	padding-top:0px;
}

#content4_a .imagesize_support{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

#content4_a .imagesize_kousu{
	width: 100%;
	height: auto;
}


}

@media all and (min-width:769px) and (max-width:992px) {
#content4_a{
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top right;
	background-size:50%;
	z-index:990;
	margin-bottom:0px;
}

#content4_a .box{
	padding-bottom: 0;
	padding-right: 0;
	padding-top:0px;
}

#content4_a .imagesize_support{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

#content4_a .imagesize_kousu{
	width: 100%;
	height: auto;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

#content4_a .imagesize_support{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 28% 25%;
}

#content4_a .imagesize_kousu{
	width: 100%;
	height: auto;
}
	
}

@media all and (min-width:1281px) {

#content4_a .imagesize_support{
	width: auto;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

#content4_a .imagesize_kousu{
	width: 100%;
	height: auto;
}

}

@media all and (min-width:1550px) {

#content4_a .imagesize_support{
	width: auto;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

#content4_a .imagesize_kousu{
	width: 100%;
	height: auto;
}

}

/* content4_b ////////////////////////////////////////////////////////////// */

#content4_b{
	display:table;
	width:100%;
	z-index:990;
	padding-top: 30px;
	padding-bottom: 30px;
}

#content4_b .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #21B185;
	font-weight: bold;
	font-size: 38px !important;
	margin-bottom: 20px;
}

#content4_b .title_1{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #0093D2;
	font-weight: bold;
	margin-bottom: 20px;
}

#content4_b .title_3{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #E887B3;
	font-weight: bold;

	margin-bottom: 20px;
}

#content4_b .subtitle{
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}

#content4_b .text{
	text-align: left;
	font-size: 15px;
	margin-bottom:20px;
}

#content4_b .text2{
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	margin-top:20px;
}

#content4_b .imageset{
	padding:0 !important;
}

#content4_b .imagearea{
	width:100%;
}

#content4_b .imagearea2{
	width:100%;
	padding-bottom:30px;
}

#content4_b .imagesize{
	width:100%;
	height:100%;
}

#content4_b .imagesize_support{
	width:auto;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

#content4_b .btnarea{
	text-align:center;
	width:100%;
	margin-top:40px;
}

#content4_b .btn{
	border: solid 1px #21B185;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color:#21B185;
	transition: background-color 0.5s;
	width:100%;
}

#content4_b .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
}

#content4_b .box{
	padding-bottom: 20px;
	padding-right: 50px;
	padding-top:50px;
}

@media all and (max-width:480px) {
#content4_b{
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top right;
	background-size:50%;
	z-index:990;
	margin-bottom:0px;
}

#content4_b .box{
	padding-bottom: 0;
	padding-right: 0;
	padding-top:0px;
}

#content4_b .imagesize_support{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

}

@media all and (min-width:481px) and (max-width:768px) {
#content4_b{
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top right;
	background-size:50%;
	z-index:990;
	margin-bottom:0px;
}

#content4_b .box{
	padding-bottom: 0;
	padding-right: 0;
	padding-top:0px;
}

#content4_b .imagesize_support{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}


}

@media all and (min-width:769px) and (max-width:992px) {
#content4_b{
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top right;
	background-size:50%;
	z-index:990;
	margin-bottom:0px;
}

#content4_b .box{
	padding-bottom: 0;
	padding-right: 0;
	padding-top:0px;
}

#content4_b .imagesize_support{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

#content4_b .imagesize_support{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 28% 25%;
}
	
}

@media all and (min-width:1281px) {

#content4_b .imagesize_support{
	width: auto;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

}

@media all and (min-width:1550px) {

#content4_b .imagesize_support{
	width: auto;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

}

/* content4_c ////////////////////////////////////////////////////////////// */

#content4_c{
	display:table;
	width:100%;
	z-index:990;
	padding-top:30px;
	padding-bottom:100px;
}

#content4_c .title_3{
	font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;

	margin-bottom: 20px;
}

#content4_c .text{
	text-align: left;
	font-size: 15px;
	margin-bottom:20px;
}

#content4_c .text2{
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	margin-top:20px;
}

#content4_c .imageset{
	padding:0 !important;
}

#content4_c .imagearea{
	width:100%;
}

#content4_c .imagearea2{
	width:100%;
	padding-bottom:30px;
}

#content4_c .imagesize{
	width:100%;
	height:100%;
}

#content4_c .imagesize_support{
	width:auto;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

#content4_c .btnarea{
	text-align:center;
	width:100%;
	margin-top:40px;
}

#content4_c .btn{
	border: solid 1px #21B185;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color:#21B185;
	transition: background-color 0.5s;
	width:100%;
}

#content4_c .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
}

#content4_c .box{
	padding-bottom: 20px;
	padding-right: 50px;
	padding-top:100px;
}

@media all and (max-width:480px) {
#content4_c{
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top right;
	background-size:50%;
	z-index:990;
	margin-bottom:0px;
}

#content4_c .box{
	padding-bottom: 0;
	padding-right: 0;
	padding-top:0px;
}

#content4_c .imagesize_support{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

}

@media all and (min-width:481px) and (max-width:768px) {
#content4_c{
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top right;
	background-size:50%;
	z-index:990;
	margin-bottom:0px;
}

#content4_c .box{
	padding-bottom: 0;
	padding-right: 0;
	padding-top:0px;
}

#content4_c .imagesize_support{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}


}

@media all and (min-width:769px) and (max-width:992px) {
#content4_c{
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top right;
	background-size:50%;
	z-index:990;
	margin-bottom:0px;
}

#content4_c .box{
	padding-bottom: 0;
	padding-right: 0;
	padding-top:0px;
}

#content4_c .imagesize_support{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

#content4_c .imagesize_support{
	width: 90%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}
	
}

@media all and (min-width:1281px) {

#content4_c .imagesize_support{
	width: 90%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

}

@media all and (min-width:1550px) {

#content4_c .imagesize_support{
	width: auto;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

}

/* content5 ////////////////////////////////////////////////////////////// */

#content5{
	margin-bottom:60px;
	display:table;
	width:100%;
	z-index:990;
}

#content5 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #E95243;
	font-weight: bold;
	font-size: 38px !important;
	margin-bottom: 20px;
}

#content5 .subtitle{
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}

#content5 .text{
	text-align: left;
	font-size: 15px;
	margin-bottom:20px;
}

#content5 .text2{
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	margin-top:20px;
}

#content5 .imageset{
	padding:0 !important;
}

#content5 .imagearea{
	width:100%;
}

#content5 .imagearea2{
	width:100%;
	padding-bottom:30px;
}

#content5 .imagesize{
	width:100%;
	height:100%;
}

#content5 .imagesize_kokyaku{
	width: 956px;
	height: 550px;
	float: right;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}

#content5 .btnarea{
	text-align:center;
	width:100%;
	margin-top:40px;
}

#content5 .btn{
	border: solid 1px #E95243;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color:#E95243;
	transition: background-color 0.5s;
	width:100%;
}

#content5 .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
}

#content5 .box{
	padding-bottom: 20px;
	padding-left: 50px;
	padding-top:50px;
}

@media all and (max-width:480px) {
#content5{
	margin-bottom:60px;
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:50%;	
	z-index:990;
}

#content5 .box{
	padding-bottom: 0;
	padding-left: 0;
}

#content5 .imagesize_kokyaku{
	display:none;
}

}

@media all and (min-width:481px) and (max-width:768px) {
#content5{
	margin-bottom:60px;
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:50%;	
	z-index:990;
}

#content5 .box{
	padding-bottom: 0;
	padding-left: 0;
}

#content5 .imagesize_kokyaku{
	display:none;
}

}

@media all and (min-width:769px) and (max-width:992px) {
#content5{
	margin-bottom:60px;
	display:table;
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:50%;	
	z-index:990;
}

#content5 .box{
	padding-bottom: 0;
	padding-left: 0;
}

#content5 .imagesize_kokyaku{
	display:none;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

#content5 .imagesize_kokyaku{
	width: 142%;
	height: 504px;
	float: right;
	position: relative;
	object-fit: cover;
	object-position: -31% 0;
}

	
}

@media all and (min-width:1281px) {

#content5 .imagesize_kokyaku{
    width: 826px;
    height: 550px;
    float: right;
    position: relative;
    object-fit: cover;
    object-position: 85% 38%;
}


}

@media all and (min-width:1550px) {

#content5 .imagesize_kokyaku{
	width: 956px;
	height: 550px;
	float: right;
	position: relative;
	object-fit: cover;
	object-position: 0% 25%;
}


}

/* content6 ////////////////////////////////////////////////////////////// */

#content6{
	margin-bottom:50px;
	display:table;
	width:100%;
	z-index:990;
}

#content6 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #333333;
	font-weight: bold;
	font-size: 38px !important;
	margin-bottom: 20px;
}

#content6 .subtitle{
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}

#content6 .text{
	text-align: left;
	font-size: 15px;
	margin-bottom:20px;
}

#content6 .text2{
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	margin-top:20px;
}

#content6 .imagearea{
	width:100%;
	background-size:cover;
	background-image:url(../cont/top_img10.png);
	background-repeat:no-repeat;
}

#content6 .imagearea2{
	width:100%;
	padding-bottom:30px;
}

#content6 .imagesize{
	width:100%;
	height:100%;
}

#content6 .btnarea{
	text-align:center;
	width:100%;
	margin-top:40px;
}

#content6 .btn{
	border: solid 1px #333333;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color:#333333;
	transition: background-color 0.5s;
	width:100%;
}

#content6 .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
}

#content6 .box{
	padding-top: 40px;
	padding-bottom: 55px;
	padding-right: 50px;
}

#content6 .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-top:50px;
}

#content6 .video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

@media all and (max-width:480px) {
#content6 .box{
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}
}

@media all and (min-width:481px) and (max-width:768px) {
#content6 .box{
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}

}

@media all and (min-width:769px) and (max-width:992px) {
#content6 .box{
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

	
}

@media all and (min-width:1281px) {


}

@media all and (min-width:1550px) {


}

/* content7 ////////////////////////////////////////////////////////////// */

#content7{
	margin-bottom:50px;
}

#content7 .ico{
	margin-bottom:25px;
}

#content7 .ico_size{
	width:12%;
}

#content7 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 39px !important;
	margin-bottom: 20px;
}

#content7 .title-size{
	font-size: 45px !important;
	background-color:#142042;
}

#content7 .subtitle{
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 10px;
	padding-top:0px;
}

#content7 .text{
	color: #ffffff;
	text-align: left;
	font-size: 18px;
}

#content7 .text2{
    color: #ffffff;
    text-align: left;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 60px;
    width: 100%;
    margin-right: auto;
}

#content7 .text3{
	font-size: 35px;
	font-weight: normal;
	font-style: italic;
	margin-right: 10px;
}


#content7 .imagearea{
	width:100%;
	text-align:center;
}

#content7 .imagesize{
	width:80%;
	border-radius: 5px;
}

#content7 .btnarea{
    text-align: center;
    width: 85%;
    margin-top: 20px;
    margin-bottom: 40px;
	margin-left:auto;
	margin-right:auto;
}

#content7 .btn{
	border: solid 1px #ffffff;
	border-radius: 3px;
	padding: 11px;
	font-size: 15px;
	font-weight: bold;
	color:#ffffff;
	transition: background-color 0.5s;
	word-wrap: break-word;
	white-space: normal;
	display: block;
}

#content7 .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	word-wrap: break-word;
	white-space: normal;
	display: block;
}

#content7 .subimagesize{
	width:100%;
}

@media all and (max-width:480px) {

#content7 .title-size {
    font-size: 26px !important;
    background-color: #142042;
}

#content7 .imagearea{
	width:100%;
	text-align:center;
}

#content7 .subimagesize{
	width:100%;
}

#content7 .subtitle{
	padding-top:20px;
}

}

@media all and (min-width:481px) and (max-width:768px) {

#content7 .title-size {
    font-size: 26px !important;
    background-color: #142042;
}

#content7 .imagearea{
	width:100%;
	text-align:center;
}

#content7 .subimagesize{
	width:100%;
}

#content7 .subtitle{
	padding-top:20px;
}

}

@media all and (min-width:769px) and (max-width:992px) {

#content7 .title-size {
    font-size: 33px !important;
    background-color: #142042;
}

#content7 .imagearea{
	width:100%;
	text-align:center;
}

#content7 .subimagesize{
	width:100%;
}

#content7 .subtitle{
	padding-top:0px;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

#content7 .imagearea{
	width:100%;
	text-align:center;
}

#content7 .subimagesize{
	width:100%;
}

#content7 .subtitle{
	padding-top:0px;
}
	
}

@media all and (min-width:1281px) {

#content7 .imagearea{
	width:100%;
	text-align:center;
}

#content7 .subimagesize{
	width:100%;
}

#content7 .subtitle{
	padding-top:0px;
}

}

@media all and (min-width:1550px) {

#content7 .imagearea{
	width:100%;
	text-align:center;
}

#content7 .subimagesize{
	width:100%;
}

#content7 .subtitle{
	padding-top:0px;
}

}

/* content8 ////////////////////////////////////////////////////////////// */

#content8{
	margin-bottom:20px;
}

#content8 .box{
	margin-bottom: 25px;
	height: auto;
	width: 100%;
	float: left;
}

#content8 .ico{
	margin-bottom:25px;
}

#content8 .ico_size{
	width:100%;
}

#content8 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;;
	font-weight: bold;
	font-size: 39px !important;
	margin-bottom: 20px;
}

#content8 .title-size{
	font-size: 45px !important;
	background-color:#004992;
}

#content8 .text{
	color: #000000;
	text-align: left;
	font-size: 15px;
}

#content8 .image{
	color: #000000;
	text-align: left;
	font-size: 15px;
}

#content8 .text_box{
	color: #000000;
	text-align: left;
	font-size: 15px;
}

#content8 .title2{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #ffffff;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	margin-top: 5px;
	text-shadow: 1px 1px 3px #000;
	margin-bottom: 10px;
}

#content8 .text2{
	color: #000000;
	text-align: left;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 140%;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

.cssanimations .cd-timeline-img.is-hidden {
  visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
  visibility: visible;
  animation: cd-bounce-1 0.6s;
}
 
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
 
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
 
  100% {
    transform: scale(1);
  }
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 3em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

@media all and (-ms-high-contrast:none){
.cd-timeline-img {
  box-shadow: none;
}
}
 
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .cd-timeline-img {
  box-shadow: none;
}
}

.cd-timeline-img img {
	display: block;
	width: 90%;
	position: relative;
	left: 13%;
	top: 13%;
	margin-left: -12px;
	margin-top: -12px;
	border-radius: 150px;
}

.cd-timeline-img.cd-picture {
  background: #75ce66;
}

.cd-timeline-img.cd-movie {
  background: #c03b44;
}

.cd-timeline-img.cd-location {
  background: #f0ca45;
}

.cd-timeline-img.cd-water {
  background: #3f7db3;
}

.cd-timeline-img.cd-water2 {
	background: #155b9c;
	width: 200px;
	height: 200px;
	left: 44%;
}

.cd-timeline-img.cd-support {
  background: #d7aeff;
}

.suisyou1{
	left: 6% !important;
	top: 6% !important;
	width: 100% !important;
}

.suisyou2{
	margin-right: -41px !important;
	width: 43% !important;
}

.suisyou3{
	left:147% !important;
}

.brand{

}

.brand2{
	width: 625px !important;
	height: 300px !important;
	border-radius: unset !important;
	box-shadow: unset;
	left: 21% !important;
	position:relative;
}

.brand3{
	margin-top: 110px !important;
}


@media all and (max-width:480px) {
.brand2{
	width: 625px !important;
	height: 300px !important;
	border-radius: unset !important;
	box-shadow: unset;
	left: 17% !important;
	position:relative;
}

.cd-timeline-content .cd-date{
	left: -172px !important;
}

.cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-date{
	right:133% !important;

}

.cd-timeline-content h2 {
    font-size: 16px;
    color: #004F95 !important;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 15px !important;
}


}

@media all and (min-width:481px) and (max-width:768px) {
.brand2{
	width: 625px !important;
	height: 300px !important;
	border-radius: unset !important;
	box-shadow: unset;
	left: 17% !important;
	position:relative;
}

.cd-timeline-content .cd-date{
	left: -172px !important;
}

.cd-timeline-content h2 {
    font-size: 18px;
    color: #004F95 !important;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 15px !important;
}

}

@media all and (min-width:769px) and (max-width:992px) {
.brand2{
	width: 625px !important;
	height: 300px !important;
	border-radius: unset !important;
	box-shadow: unset;
	left: 17% !important;
	position:relative;
}
.cd-timeline-content .cd-date{
	left: -37% !important;
}
}

@media all and (min-width:993px) and (max-width:1280px) {
.brand2{
	width: 625px !important;
	height: 300px !important;
	border-radius: unset !important;
	box-shadow: unset;
	left: 17% !important;
	position:relative;
}

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 150%;
	top: 0;
	color:#004a91;
  }
  
 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 150%;
    text-align: right;
  }
  
  .suisyou3 {
		left: 155% !important;
	}

}

@media all and (min-width:1281px) {
.brand2{
	width: 625px !important;
	height: 300px !important;
	border-radius: unset !important;
	box-shadow: unset;
	left: 21% !important;
	position:relative;
}
}

@media all and (min-width:1550px) {
.brand2{
	width: 625px !important;
	height: 300px !important;
	border-radius: unset !important;
	box-shadow: unset;
	left: 21% !important;
	position:relative;
}


}

@media all and (max-width:1170px) {
  .cd-timeline-img img {
    display: block;
    width: 90%;
    position: relative;
    left: 35%;
    top: 35%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 150px;
  }
  
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100px;
    left: -27%;
    top: -8px;
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: italic;
    font-weight: normal;
    color: #004a91;
    font-size: 16px !important;
    text-align: right;
}

.cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-date {
    left: auto;
    right: 112%;
    text-align: right;
}

.suisyou1 {
    left: 20% !important;
    top: 20% !important;
    width: 100% !important;
}

.suisyou2{
	margin-right: 60px !important;
	width:auto !important;
}

.suisyou3 {
    left: -29% !important;
}

.cd-timeline-img.cd-water2 {
    background: #155b9c;
    width: 60px;
    height: 60px;
    left: -1.5%;
}

.brand2 {
    width: 70% !important;
    height: 300px !important;
    border-radius: unset !important;
    box-shadow: unset;
    left: -16% !important;
    position: inherit;
}

.brand3 {
    margin-top: 0px !important;
}

.cd-timeline-content {
    margin-right: 2%  !important;
}

  #cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 10%;
}

}


@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 150px;
    height: 150px;
    left: 46%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }

}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right:60px;
  background: #bde3f8;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
	color: #142042;
  }
  .cd-timeline-content p {
    font-size: 15px;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: -40px;
	margin-right: -40px;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #bde3f8;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 143%;
	top: 0;
    font-size: 30px;
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style:italic;
	font-weight:normal;
	color:#004a91;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #bde3f8;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 140%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

dl dd { display:none; }

/* content9 ////////////////////////////////////////////////////////////// */

#content9{
	margin-bottom:50px;
}

#content9 .box{
	margin-bottom: 15px;
	height: auto;
	width: 100%;
	float: left;
}

#content9 .box2{
	margin-bottom: 75px;
	margin-top:75px;
	height: auto;
	width: 100%;
	float: left;
	border-bottom: dashed 3px #142042;
}

#content9 .box3{
	height: auto;
	width: 100%;
	float: left;
}

#content9 .box4{
	margin-bottom: 15px;
	height: auto;
	width: 100%;
	float: left;
}

#content9 .box5{
	height: auto;
	width: 100%;
	float: left;
}

#content9 .ico{
}

#content9 .product_subtitle2{
	font-weight:bold;
}

#content9 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 25px !important;
	margin-bottom: 20px;
}

#content9 .product_title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 25px !important;
	background-image:url(../cont/product_ico.png);
	background-repeat:no-repeat;
	padding-left:50px;
}

#content9 .main_ico_size{
	width:auto;
}

#content9 .sub_ico_size{
	width:100%;
}

#content9 .ico_size{
	width:100%;
}

#content9 .title-size{
	font-size: 45px !important;
	background-color:#004992;
}

#content9 .text{
	color: #000000;
	text-align: left;
	font-size: 15px;
	margin-bottom:25px;
}

#content9 .image{
	color: #000000;
	text-align: left;
	font-size: 15px;
}

#content9 .text_box{
	color: #000000;
	text-align: left;
	font-size: 15px;
}

#content9 .title2{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #ffffff;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	margin-top: 5px;
	text-shadow: 1px 1px 3px #000;
	margin-bottom: 10px;
}

#content9 .text2{
	color: #000000;
	text-align: left;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 140%;
}

#content9 .number{
	text-align: center;
	width: 100%;
	float: left;
}

#content9 .main_tltle{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 50px !important;
	margin-bottom: 20px;
	float: left;
	width: 90%;
	padding-left: 25px;
	padding-top: 18px;
}

#content9 .sub_title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: normal;
	font-size: 30px !important;
	margin-bottom: 0px;
	float: left;
	margin-top: 5px;
	padding-left: 25px;
}

#content9 .text3{
	color: #000000;
	text-align: left;
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 140%;
}

#content9 .main_img{
	color: #000000;
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 140%;
}

#content9 .sub_title2{
	color: #142042;
	text-align: left;
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 140%;
	font-weight: bold;
	border-bottom: solid 2px #004F95;
	padding-bottom: 5px;
}

#content9 .product_subtitle{
	color: #142042;
	text-align: left;
	font-size: 17px;
	line-height: 140%;
	font-weight: bold;
	padding-top: 15px;
}

#content9 .text4{
	color: #000000;
	text-align: left;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 140%;
}

#content9 .sub_img{
	color: #000000;
	text-align: left;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 140%;
}


#content9 .btnarea{
	margin:10px;
	margin-left:0px;
	margin-right:0px;
	padding:10px;
	border: solid 1px #004c8d;
	background-color:#ffffff;
	color:#004c8d;
	transition: background-color 0.5s;
	border-radius: 3px;
	fill:#004c8d;
}

#content9 .btnarea:hover{
	margin:10px;
	margin-left:0px;
	margin-right:0px;
	padding:10px;
	border: solid 1px #fec503;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	border-radius: 3px;
	fill:#000000;
}

#content9 .ico{
	text-align:center;
	width:30px;
	float:left;
}

#content9 .btntext{
	text-align:center;
}

#content9 .ico_svg{
	width:100%;
}

#content9 .imagearea {
    text-align: left;
}

#content9 .imagesize {
    width: 100%;
}


#content9 .imagesize2{
width: 100%;
height: auto;
float: right;
}

@media all and (max-width:480px) {
#content9 .imagesize {
    width: 100%;
}

#content9 .main_ico_size{
	width:100%;
}

#content9 .sub_ico_size{
	width:100%;
}

#content9 .imagesize {
    width: 100%;
	display: none;
}

#content9 .number {
    text-align: center;
    width: 130%;
    float: left;
}

#content9 .main_tltle {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #142042;
    font-weight: bold;
    font-size: 25px !important;
    margin-bottom: 0px;
    float: left;
    width: 90%;
    padding-left: 29px;
    padding-top: 5px;
}

#content9 .sub_title{
	display:none;
}

#content9 .sub_title {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #142042;
    font-weight: normal;
    font-size: 17px !important;
    margin-bottom: 0px;
    float: left;
    margin-top: 5px;
    padding-left: 25px;
	display:none;
}

#content9 .text3 {
    color: #000000;
    text-align: left;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 140%;
    width: 100%;
    float: left;
}

#content9 .main_img {
    color: #000000;
    text-align: left;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 140%;
    width: 100%;
    float: right;
}

#content9 .sub_title2 {
    color: #142042;
    text-align: left;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 140%;
    font-weight: bold;
    border-bottom: solid 2px #004F95;
    padding-bottom: 5px;
}

#content9 .text4 {
    color: #000000;
    text-align: left;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 140%;
    width: 100%;
    float: left;
}

#content9 .sub_img {
    color: #000000;
    text-align: left;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 140%;
    width: 46%;
    float: right;
}

#content9 .box4 {
    margin-bottom: 15px;
    height: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	float:none;
}

}

@media all and (min-width:481px) and (max-width:768px) {
#content9 .imagesize {
    width: 100%;
}

#content9 .main_ico_size{
	width:100%;
}

#content9 .sub_ico_size{
	width:50%;
}

#content9 .imagesize {
    width: 100%;
    display: none;
}

#content9 .main_tltle {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #142042;
    font-weight: bold;
    font-size: 36px !important;
    margin-bottom: 0px;
    float: left;
    width: 90%;
    padding-left: 25px;
    padding-top: 7px;
}

#content9 .sub_title{
	display:none;
}

#content9 .sub_title {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #142042;
    font-weight: normal;
    font-size: 17px !important;
    margin-bottom: 0px;
    float: left;
    margin-top: 5px;
    padding-left: 25px;
	display:none;
}

#content9 .text3 {
    color: #000000;
    text-align: left;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 140%;
    width: 50%;
    float: left;
}

#content9 .main_img {
    color: #000000;
    text-align: left;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 140%;
    width: 100%;
    float: right;
}

#content9 .sub_title2 {
    color: #142042;
    text-align: left;
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 140%;
    font-weight: bold;
    border-bottom: solid 2px #004F95;
    padding-bottom: 5px;
}

#content9 .text4 {
    color: #000000;
    text-align: left;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 140%;
    width: 100%;
    float: left;
}

#content9 .sub_img {
    color: #000000;
    text-align: left;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 140%;
    width: 46%;
    float: right;
}

#content9 .box4 {
    margin-bottom: 15px;
    height: auto;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
		float:none;
}

}

@media all and (min-width:769px) and (max-width:992px) {
#content9 .imagesize {
    width: 100%;
	display:none;
}

#content9 .main_ico_size{
	width:100%;
}

#content9 .sub_ico_size{
	width:50%;
}

#content9 .number {
    text-align: center;
    width: 115%;
    float: left;
}

#content9 .main_tltle {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #142042;
    font-weight: bold;
    font-size: 40px !important;
    margin-bottom: 0px;
    float: left;
    width: 90%;
    padding-left: 25px;
    padding-top: 19px;
}

#content9 .sub_title {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #142042;
    font-weight: normal;
    font-size: 17px !important;
    margin-bottom: 0px;
    float: left;
    margin-top: 5px;
    padding-left: 25px;
	display:none;
}

#content9 .text3 {
    color: #000000;
    text-align: left;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 140%;
    width: 50%;
    float: left;
}

#content9 .main_img {
    color: #000000;
    text-align: left;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 140%;
    width: 100%;
    float: right;
}

#content9 .sub_title2 {
    color: #142042;
    text-align: left;
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 140%;
    font-weight: bold;
    border-bottom: solid 2px #004F95;
    padding-bottom: 5px;
}

#content9 .text4 {
    color: #000000;
    text-align: left;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 140%;
    width: 100%;
    float: left;
}

#content9 .sub_img {
    color: #000000;
    text-align: left;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 140%;
    width: 46%;
    float: right;
}

}

@media all and (min-width:993px) and (max-width:1280px) {
#content9 .main_tltle {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #142042;
    font-weight: bold;
    font-size: 40px !important;
    margin-bottom: 12px;
    float: left;
    width: 90%;
    padding-left: 25px;
    padding-top: 4px;
}

#content9 .main_ico_size{
	width:100%;
}

#content9 .sub_ico_size{
	width:100%;
}

#content9 .sub_title {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #142042;
    font-weight: normal;
    font-size: 23px !important;
    margin-bottom: 0px;
    float: left;
    margin-top: 0px;
    padding-left: 25px;
}

#content9 .imagesize {
    width: 100%;
}

}

@media all and (min-width:1281px) {

#content9 .main_tltle {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #142042;
    font-weight: bold;
    font-size: 40px !important;
    margin-bottom: 20px;
    float: left;
    width: 90%;
    padding-left: 25px;
    padding-top: 7px;
}

#content9 .main_ico_size{
	width:auto;
}

#content9 .sub_ico_size{
	width:100%;
}

#content9 .sub_title {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #142042;
    font-weight: normal;
    font-size: 27px !important;
    margin-bottom: 0px;
    float: left;
    margin-top: 0px;
    padding-left: 25px;
}

#content9 .imagesize {
    width: 100%;
}

#content9 .imagearea {
    text-align: left;
}

}

@media all and (min-width:1550px) {

#content9 .main_tltle {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #142042;
    font-weight: bold;
    font-size: 50px !important;
    margin-bottom: 20px;
    float: left;
    width: 90%;
    padding-left: 25px;
    padding-top: 18px;
}

#content9 .main_ico_size{
	width:auto;
}

#content9 .sub_ico_size{
	width:100%;
}

#content9 .sub_title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: normal;
	font-size: 30px !important;
	margin-bottom: 0px;
	float: left;
	margin-top: 5px;
	padding-left: 25px;
}

#content9 .imagesize {
    width: 100%;
}

#content9 .imagearea {
    text-align: left;
}

}

#kinou1{
   margin-top:-50px;
  padding-top:50px;
}

#kinou2{
   margin-top:-100px;
  padding-top:100px;
}

#kinou3{
   margin-top:-100px;
  padding-top:100px;
}

#kinou4{
   margin-top:-100px;
  padding-top:100px;
}

#kinou5{
   margin-top:-100px;
  padding-top:100px;
}

#kinou6{
   margin-top:-100px;
  padding-top:100px;
}

#kinou7{
   margin-top:-100px;
  padding-top:100px;
}

#kinou8{
   margin-top:-100px;
  padding-top:100px;
}

#kinou9{
   margin-top:-100px;
  padding-top:100px;
}

.product_space{
	width:100%;
	min-height:100px;
	float:left;
}


/* content10 ////////////////////////////////////////////////////////////// */

#content10{
}

#content10 .box{
	margin-bottom: 25px;
	margin-top:25px;
	height: auto;
	width: 100%;
	float: left;
}

#content10 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 39px !important;
	font-weight: 800;
	margin-bottom: 30px;
	color: #142042;
}

#content10 .subtitle{
	font-size: 23px !important;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top:15px;
	color: #142042;
}

#content10 .text{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:25px;
}

#content10 .text2{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:15px;
}

#content10 .imagearea{
	text-align:right;
}

#content10 .imagesize{
	width:100%;
}

#content10 .imagesize2{
    width: 93%;
	height: auto;
	float: left;
    position: relative;
    object-fit: cover;
	object-position: 100% 0;
}


@media all and (max-width:480px) {

#content10{}

#content10 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px !important;
	font-weight: 800;
	margin-bottom: 30px;
	color: #142042;
}

#content10 .subtitle{
	font-size: 23px !important;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top:15px;
	color: #142042;
}

#content10 .text{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:15px;
}

#content10 .text2{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:15px;
}

#content10 .imagearea{
	text-align:center;
}

#content10 .imagesize{
	width:100%;
	display: none;
}

#content10 .imagesize2{
    width: 100%;
	height: auto;
	float: left;
    position: relative;
    object-fit: cover;
	object-position: 100% 0;
}

}

@media all and (min-width:481px) and (max-width:768px) {

#content10{}

#content10 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px !important;
	font-weight: 800;
	margin-bottom: 30px;
	color: #142042;
}

#content10 .subtitle{
	font-size: 23px !important;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top:15px;
	color: #142042;
}

#content10 .text{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:15px;
}

#content10 .text2{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:15px;
}

#content10 .imagearea{
	text-align:center;
}

#content10 .imagesize{
	width:100%;
	display: none;
}

#content10 .imagesize2{
    width: 100%;
	height: auto;
	float: left;
    position: relative;
    object-fit: cover;
	object-position: 100% 0;
}

}


@media all and (min-width:769px) and (max-width:992px) {

#content10{}

#content10 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 32px !important;
	font-weight: 800;
	margin-bottom: 30px;
	color: #142042;
}

#content10 .subtitle{
	font-size: 23px !important;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top:15px;
	color: #142042;
}

#content10 .text{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:15px;
}

#content10 .text2{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:15px;
}

#content10 .imagearea{
	text-align:center;
}

#content10 .imagesize{
	width: 100%;
	height: 270px;
	float: right;
	position: relative;
	object-fit: cover;
	object-position: 106% 0;
	display: none;
}

#content10 .imagesize2{
    width: 100%;
	height: auto;
	float: left;
    position: relative;
    object-fit: cover;
	object-position: 100% 0;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

#content10{}

#content10 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 32px !important;
	font-weight: 800;
	margin-bottom: 30px;
	color: #142042;
}

#content10 .subtitle{
	font-size: 23px !important;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top:15px;
	color: #142042;
}

#content10 .text{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:15px;
}

#content10 .text2{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:15px;
}

#content10 .imagearea{
	text-align:left;
}

#content10 .imagesize{
	width: 100%;
	height: auto;
	float: right;
	position: relative;
	object-fit: cover;
	object-position: 39% 0;
}

#content10 .imagesize2{
	width: 93%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 85% 0;
}
	
}

@media all and (min-width:1281px) {

#content10{}

#content10 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 32px !important;
	font-weight: 800;
	margin-bottom: 30px;
	color: #142042;
}

#content10 .subtitle{
	font-size: 23px !important;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top:15px;
	color: #142042;
}

#content10 .text{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:15px;
}

#content10 .text2{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:15px;
}

#content10 .imagearea{
	text-align:right;
}

#content10 .imagesize{
	width: 100%;
	height: auto;
	float: right;
	position: relative;
	object-fit: cover;
	object-position: 35% 0;
}

#content10 .imagesize2{
	width: 93%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 89% 0;
}


}

@media all and (min-width:1550px) {

#content10{}

#content10 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 39px !important;
	font-weight: 800;
	margin-bottom: 30px;
	color: #142042;
}

#content10 .subtitle{
	font-size: 23px !important;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top:15px;
	color: #142042;
}

#content10 .text{
	font-size: 15px;
	line-height: 165%;
	margin-bottom:15px;
}

#content10 .imagearea{
	text-align:right;
}

#content10 .imagesize{
	width: 100%;
	height: auto;
	float: right;
	position: relative;
	object-fit: cover;
	object-position: 100% 0;
}

#content10 .imagesize2{
	width: 93%;
	height: auto;
	float: left;
	position: relative;
	object-fit: cover;
	object-position: 100% 0;
}


}

/* content11 ////////////////////////////////////////////////////////////// */

#content11{
	margin-bottom:50px;
}

#content11 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 39px !important;
	margin-bottom: 20px;
}

#content11 .subtitle{
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}

#content11 .text{
	color: #ffffff;
	text-align: center;
	font-size: 18px;
}

#content11 .text2{
	font-size: 15px;
	margin-top: 20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

#content11 .imagearea{
	width:100%;
	text-align:center;
}

#content11 .imagesize{
	width:65%;
	border-radius: 5px;
}

#content11 .btnarea{
    text-align: center;
    width: 85%;
    margin-top: 20px;
    margin-bottom: 40px;
	margin-left:auto;
	margin-right:auto;
}

#content11 .btn{
	border: solid 1px #ffffff;
	border-radius: 3px;
	padding: 11px;
	font-size: 15px;
	font-weight: bold;
	color:#ffffff;
	transition: background-color 0.5s;
	word-wrap: break-word;
	white-space: normal;
	display: block;
}

#content11 .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	word-wrap: break-word;
	white-space: normal;
	display: block;
}

#content11 a{
	text-decoration:none;
}

@media all and (max-width:480px) {

#content11 .imagesize {
    width: 50%;
    border-radius: 5px;
}


}

@media all and (min-width:481px) and (max-width:768px) {

#content11 .imagesize {
    width: 35%;
    border-radius: 5px;
}

}

@media all and (min-width:769px) and (max-width:992px) {



}

@media all and (min-width:993px) and (max-width:1280px) {

	
}

@media all and (min-width:1281px) {


}

@media all and (min-width:1550px) {


}

/* content12 ////////////////////////////////////////////////////////////// */

#content12{
	margin-bottom:50px;
}

#content12 .box{
	margin-bottom: 25px;
	margin-top:25px;
	height: auto;
	width: 100%;
}

#content12 .main_tltle{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 50px !important;
	margin-bottom: 15px;
	width: 100%;
	padding-left: 0px;
	padding-top: 18px;
}

#content12 .sub_title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: normal;
	font-size: 25px !important;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom:20px;
	border-bottom: solid 2px #004F95;
	width:100%;
}

#content12 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 39px !important;
	margin-bottom: 20px;
}

#content12 .subtitle{
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}

#content12 .text{
	text-align: left;
	font-size: 15px;
	width: 100%;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 15px;
	margin-bottom: 20px;
}

#content12 .text2{
	font-size: 15px;
	margin-top: 20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-weight:bold;
	color: #142042;
}

#content12 .imagearea{
	width:100%;
	text-align:center;
}

#content12 .imagesize{
	width:80%;
	border-radius: 5px;
}

#content12 .btnarea{
    text-align: center;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 40px;
	margin-left:auto;
	margin-right:auto;
}

#content12 .btn{
	border: solid 1px #666666;
	border-radius: 3px;
	padding: 11px;
	font-size: 15px;
	font-weight: bold;
	color:#666666;
	transition: background-color 0.5s;
	word-wrap: break-word;
	white-space: normal;
	display: block;
}

#content12 .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	word-wrap: break-word;
	white-space: normal;
	display: block;
}

#content12 a{
	text-decoration:none;
}

#content12 .company{
	width:100%;
	text-align:center;
	padding-top:15px;
}

@media all and (max-width:480px) {

#content12 .main_tltle{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 50px !important;
	margin-bottom: 15px;
	width: 100%;
	padding-left: 0px;
	padding-top: 18px;
}

#content12 .sub_title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: normal;
	font-size: 18px !important;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom:20px;
	border-bottom: solid 2px #004F95;
	width:100%;
}

#content12 .text{
	text-align: left;
	font-size: 15px;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	margin-bottom: 20px;
}

#content12 .box{
	margin-top:0px;
}

}

@media all and (min-width:481px) and (max-width:768px) {

#content12 .main_tltle{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 50px !important;
	margin-bottom: 15px;
	width: 100%;
	padding-left: 0px;
	padding-top: 18px;
}

}

@media all and (min-width:769px) and (max-width:992px) {

#content12 .main_tltle{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 50px !important;
	margin-bottom: 15px;
	width: 100%;
	padding-left: 0px;
	padding-top: 18px;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

#content12 .main_tltle{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 50px !important;
	margin-bottom: 15px;
	width: 100%;
	padding-left: 0px;
	padding-top: 18px;
}
	
}

@media all and (min-width:1281px) {

#content12 .main_tltle{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 50px !important;
	margin-bottom: 15px;
	width: 100%;
	padding-left: 0px;
	padding-top: 18px;
}

}

@media all and (min-width:1550px) {

#content12 .main_tltle{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 50px !important;
	margin-bottom: 15px;
	width: 100%;
	padding-left: 0px;
	padding-top: 18px;
}

}

/* content13 ////////////////////////////////////////////////////////////// */

#content13{
	margin-top: -50px;
	padding-top: 50px;
	margin-bottom:50px;
}


#bx-pager {
    display: table;
    width: 100%;
}
#bx-pager > a {
    display: table-cell;
    border: 5px solid transparent;
}
#bx-pager img {
    display: block;
    width: 100%; 
}

#bx-pager {
    -moz-columns: auto 4;
    -webkit-columns: auto 4;
    columns: auto 4;
}
 
@media screen and (max-width:480px){
#bx-pager {
    -moz-columns: auto 2;
    -webkit-columns: auto 2;
    columns: auto 2;
}
}



#content13 a{
	text-decoration:none;
}

#content13 .box{
	margin-bottom: 25px;
	margin-top:25px;
	height: auto;
	width: 100%;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
}

#content13 .status{
	margin-top: 25px;
	height: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#content13 .status2{
	margin-bottom: 25px;
	height: auto;
	width: 100%;
	background-color:#e4f4fd;
	border-radius:5px;
	padding:20px;
}

#content13 .status3{
	margin-bottom: 25px;
	height: auto;
	width: 100%;
	background-color:#fce9f1;
	border-radius:5px;
	padding:20px;
}

#content13 .company_name{
	height: auto;
	width: 100%;
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: bold;
}

#content13 .add{
	height: auto;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
}

#content13 .system{
	height: auto;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
}

#content13 .main_tltle{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: normal;
	font-size: 20px !important;
	margin-bottom: 15px;
	width: 100%;
	padding-left: 0px;
	padding-top: 18px;
}

#content13 .sub_title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 35px !important;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom:20px;
	border-bottom: dashed 3px #142042;
	width:100%;
	line-height: 130%;
}

#content13 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 35px !important;
	margin-bottom: 20px;
	color: #142042;
}

#content13 .subtitle1{
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #142042;
}

#content13 .subtitle2{
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color:#142042;
	margin-bottom: 10px;
}

#content13 .subtext2{
	text-align: left;
	width:90%;
}

#content13 .text{
	text-align: left;
	font-size: 15px;
	width: 100%;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 15px;
	margin-bottom: 20px;
}

#content13 .text2{
	font-size: 15px;
	margin-top: 20px;
	width: 100%;
	text-align:left;
}

#content13 .imagearea{
	width:100%;
	text-align:center;
}

#content13 .imagesize{
	width:80%;
	border-radius: 5px;
}

#content13 .imagesize2{
	width:100%;
	border: 5px solid transparent;
}

#content13 .footer_area{
	border-top: dashed 3px #142042;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:20px;
}

#content13 .btn1{
	border: solid 1px #142042;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #142042;
	transition: background-color 0.5s;
	width:auto;
	margin-bottom:10px;
	float:left;
}

#content13 .btn2{
	border: solid 1px #142042;
	border-radius: 3px;
	padding: 11px;
	font-size: 15px;
	font-weight: bold;
	color: #142042;
	transition: background-color 0.5s;
	width:180px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#content13 .btn3{
	border: solid 1px #142042;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #142042;
	transition: background-color 0.5s;
	width:auto;
	margin-bottom:10px;
	float:right;
}

#content13 .btn1:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color:#000000;
	transition: background-color 0.5s;
	width:auto;
	margin-bottom:10px;
	float:left;
	background-color:#fec503;
}

#content13 .btn2:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	font-size: 15px;
	font-weight: bold;
	color:#000000;
	transition: background-color 0.5s;
	width:180px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fec503;
}

#content13 .btn3:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color:#000000;
	transition: background-color 0.5s;
	width:auto;
	margin-bottom:10px;
	float:right;
	background-color:#fec503;
}

#content13 .btntext{
	display:inline;
}

@media all and (max-width:480px) {

#content13 .imagesize {
    width: 100%;
    border-radius: 5px;
}

#content13 .box{
padding-left: 0px !important;
padding-right: 0px !important;
margin-left: 0px !important;
margin-right: 0px !important;
}


#content13 .status {
    margin-top: 25px;
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#content13 .btntext{
	display:none;
}

#content13 .btn2{
	border: solid 1px #004F95;
	border-radius: 3px;
	padding: 11px;
	font-size: 15px;
	font-weight: bold;
	color: #142042;
	transition: background-color 0.5s;
	width:36px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#content13 .btn2:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	font-size: 15px;
	font-weight: bold;
	color:#000000;
	transition: background-color 0.5s;
	width:36px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fec503;
}

}

@media all and (min-width:481px) and (max-width:768px) {

#content13 .imagesize {
    width: 100%;
    border-radius: 5px;
}

#content13 .box{
padding-left: 0px !important;
padding-right: 0px !important;
margin-left: 0px !important;
margin-right: 0px !important;
}

#content13 .status {
    margin-top: 25px;
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#content13 .btntext{
	display:none;
}

#content13 .btn2{
	border: solid 1px #004F95;
	border-radius: 3px;
	padding: 11px;
	font-size: 15px;
	font-weight: bold;
	color: #142042;
	transition: background-color 0.5s;
	width:36px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#content13 .btn2:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	font-size: 15px;
	font-weight: bold;
	color:#000000;
	transition: background-color 0.5s;
	width:36px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fec503;
}


}

@media all and (min-width:769px) and (max-width:992px) {

#content13 .imagesize {
    width: 100%;
    border-radius: 5px;
}

#content13 .box{
padding-left: 0px !important;
padding-right: 0px !important;
margin-left: 0px !important;
margin-right: 0px !important;
}

#content13 .status {
    margin-top: 25px;
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

	
}

@media all and (min-width:1281px) {


}

@media all and (min-width:1550px) {


}

/* content14 ////////////////////////////////////////////////////////////// */

#content14{
}

#content14 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #31a781;
	font-weight: bold;
	font-size: 39px !important;
	margin-bottom: 20px;
}

#content14 .text{
	color: #000000;
	text-align: left;
	font-size: 15px;
	margin-bottom:25px;
}

#content14 .imagearea {
    text-align: right;
}

#content4 .imagearea2{
	width:100%;
	padding-bottom:30px;
}

#content14 .imagesize {
    width: 100%;
    height: 420px;
    float: right;
    position: relative;
    object-fit: cover;
}

#content14 .imagesize2 {
    width: 100%;
    height: auto;
}

@media all and (max-width:480px) {

#content14 .imagesize {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    object-fit: cover;
    margin-top: 30px;
}

}

@media all and (min-width:481px) and (max-width:768px) {

#content14 .imagesize {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    object-fit: cover;
    margin-top: 30px;
}

}

@media all and (min-width:769px) and (max-width:992px) {

#content14 .imagesize {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    object-fit: cover;
    margin-top: 30px;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

#content14 .imagesize {
	width: 100%;
	height: 432px;
	float: right;
	position: relative;
	object-fit: cover;
	object-position: 31% 0;
}

}

@media all and (min-width:1281px) {

#content14 .imagearea {
    text-align: right;
}

#content4 .imagearea2{
	width:100%;
	padding-bottom:30px;
}

#content14 .imagesize {
	width: 100%;
	height: 395px;
	float: right;
	position: relative;
	object-fit: cover;
	object-position: 8% 0;
}

#content14 .imagesize2 {
    width: 100%;
    height: auto;
}


}

@media all and (min-width:1550px) {

#content14 .imagearea {
    text-align: right;
}

#content4 .imagearea2{
	width:100%;
	padding-bottom:30px;
}

#content14 .imagesize {
    width: 100%;
    height: 420px;
    float: right;
    position: relative;
    object-fit: cover;
	object-position: 100% 0;
}

#content14 .imagesize2 {
    width: 100%;
    height: auto;
}

}


/* content15 ////////////////////////////////////////////////////////////// */

#content15{

}

#content15 .title {
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 39px !important;
	margin-bottom: 30px;
}

#content15 .subtitle {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 30px;
}

#content15 .subtitle2 {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	margin-top:60px;
}

#content15 .imagearea {
	width: 100%;
	text-align: center;
}

#content15 .imagesize {
	width: 91%;
}

#content15 .imagesize2 {
	width: 60%;
}

@media all and (max-width:480px) {

#content15 .title {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 28px !important;
    margin-bottom: 30px;
    line-height: 130%;
}

#content15 .subtitle {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 30px;
}

#content15 .imagearea {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#content15 .subtitle2 {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin-top: 25px;
}

}

@media all and (min-width:481px) and (max-width:768px) {

}

@media all and (min-width:769px) and (max-width:992px) {

#content15 .subtitle {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 30px;
}

#content15 .subtitle2 {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin-top: 25px;
}

#content15 .imagesize {
    width: 80%;
}

#content15 .imagearea {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

}

@media all and (min-width:993px) and (max-width:1280px) {



}

@media all and (min-width:1281px) {

}

@media all and (min-width:1550px) {


}

/* content16 ////////////////////////////////////////////////////////////// */

#content16{
}

#content16 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #31a781;
	font-weight: bold;
	font-size: 39px !important;
	margin-bottom: 20px;
}

#content16 .text{
	color: #000000;
	text-align: left;
	font-size: 15px;
	margin-bottom:25px;
}

#content16 .imagearea {
    text-align: right;
}

#content16 .imagearea2 {
	width:100%;
}

#content16 .imagesize {
    width: 100%;
    height: 410px;
    float: right;
    position: relative;
    object-fit: cover;
}

#content16 .imagesize2 {
    width: 100%;
    height: auto;
    float: right;
}

#content16 .imagesize3 {
    width: 100%;
    height: auto;
    float: right;
}

@media all and (max-width:480px) {

#content16 .imagesize {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    object-fit: cover;
}

#content16 .title {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #31a781;
    font-weight: bold;
    font-size: 39px !important;
    margin-bottom: 20px;
    margin-top: 25px;
}

#content16 .space50 {
    margin-bottom: 0px;
}

}

@media all and (min-width:481px) and (max-width:768px) {

#content16 .imagesize {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    object-fit: cover;
}

#content16 .title {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #31a781;
    font-weight: bold;
    font-size: 39px !important;
    margin-bottom: 20px;
    margin-top: 30px;
}

#content16 .space50 {
    margin-bottom: 0px;
}

}

@media all and (min-width:769px) and (max-width:992px) {

#content16 .title {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #31a781;
    font-weight: bold;
    font-size: 39px !important;
    margin-bottom: 20px;
    margin-top: 30px;
}

#content16 .space50 {
    margin-bottom: 0px;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

#content16 .imagesize {
    width: 100%;
    height: 364px;
    float: right;
    position: relative;
    object-fit: cover;
	object-position: 20% 0;
}

}

@media all and (min-width:1281px) {

#content16 .imagesize {
    width: 100%;
    height: 364px;
    float: right;
    position: relative;
    object-fit: cover;
}


}

@media all and (min-width:1550px) {

#content16 .imagesize {
    width: 100%;
    height: 410px;
    float: right;
    position: relative;
    object-fit: cover;
}

}

/* content17 ////////////////////////////////////////////////////////////// */

#content17{

}

#content17 .title {
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 39px !important;
	margin-bottom: 30px;
}

#content17 .subtitle {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 30px;
}

#content17 tbody{
	color:#ffffff;
}

#content17 tbody tr{

}

#content17 tbody th{
	width:20%;
	text-align:center;
}

#content17 tbody td{
	width:80%;
}

@media all and (max-width:480px) {

#content17 .title {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 28px !important;
    margin-bottom: 30px;
}

#content17 .subtitle {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 30px;
}


}

@media all and (min-width:481px) and (max-width:768px) {

}

@media all and (min-width:769px) and (max-width:992px) {



}

@media all and (min-width:993px) and (max-width:1280px) {

	
}

@media all and (min-width:1281px) {


}

@media all and (min-width:1550px) {


}

/* content18 ////////////////////////////////////////////////////////////// */

#content18{
	padding-top:50px;
	margin-bottom:80px;
}

#content18 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 39px !important;
	margin-bottom: 15px;
	width: 100%;
	padding-bottom:30px;
	border-bottom: dashed 3px #142042;
}

#content18 .text{
	color: #000000;
	text-align: left;
	font-size: 15px;
	margin-bottom:25px;
}

#content18 .imagearea {
    text-align: right;
	margin-top: 25px;
}

#content18 .imagesize {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    object-fit: cover;
}

#content18 ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 22px;
}

#content18 a {
	text-decoration:none;
	color:#000000;
	transition: color 0.5s;
}

#content18 a:hover {
	text-decoration:none;
	color:#fec503;
	transition: color 0.5s;
}



@media all and (max-width:480px) {

#content18 .imagesize {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    object-fit: cover;
    margin-top: 30px;
}

#content18 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 24px !important;
	margin-bottom: 15px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: dashed 3px #142042;
	line-height: 130%;
}


}

@media all and (min-width:481px) and (max-width:768px) {

#content18 .imagesize {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    object-fit: cover;
    margin-top: 30px;
}

#content18 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 30px !important;
	margin-bottom: 15px;
	width: 100%;
	padding-bottom:15px;
	border-bottom: dashed 3px #142042;
	line-height:130%;
}

}

@media all and (min-width:769px) and (max-width:992px) {

#content18 .imagesize {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    object-fit: cover;
}

#content18 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 35px !important;
	margin-bottom: 15px;
	width: 100%;
	padding-bottom:15px;
	border-bottom: dashed 3px #142042;
	line-height:130%;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

#content18 .imagesize {
	width: 100%;
	height: auto;
	float: right;
	position: relative;
	object-fit: cover;
}

#content18 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 33px !important;
	margin-bottom: 15px;
	width: 100%;
	padding-bottom:15px;
	border-bottom: dashed 3px #142042;
}

}

@media all and (min-width:1281px) {

#content18 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 39px !important;
	margin-bottom: 15px;
	width: 100%;
	padding-bottom:15px;
	border-bottom: dashed 3px #142042;
	line-height:130%;
}

#content18 .imagearea {
    text-align: right;
	margin-top: 25px;
}

#content18 .imagesize {
    width: 100%;
    height: 309px;
    float: right;
    position: relative;
    object-fit: cover;
    object-position: 36% 0;
}

}

@media all and (min-width:1550px) {

#content18 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #142042;
	font-weight: bold;
	font-size: 39px !important;
	margin-bottom: 15px;
	width: 100%;
	padding-bottom:15px;
	border-bottom: dashed 3px #142042;
	line-height:130%;
}

#content18 .imagearea {
    text-align: right;
	margin-top: 25px;
}

#content18 .imagesize {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    object-fit: cover;
	object-position: 100% 0;
}


}

    #office_map {
      width: 100%;
      min-height: 360px;
	  height:auto;
	  margin-top: 30px;
    }
	
	#content18 .btn{
	border: solid 1px #162144;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #142042;
	transition: background-color 0.5s;
	width:100%;
}

#content18 .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
}

#content18 .logo_imagesize{

}

#content18 .add{
	margin-bottom:50px;
}

/* inquiry ////////////////////////////////////////////////////////////// */

#inquiry{
	margin-bottom:50px;
	display:table;
	width:100%;
	z-index:990;
	background-color:#90A6BA;
	background-image:url(../cont/inquiry_bk2.png);
	background-position: center;
}

#inquiry .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 31px !important;
	margin-bottom: 20px;
}

#inquiry .title2{
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 20px;
	margin-top:20px;
}

#inquiry .text{
	text-align: center;
	font-size: 18px;
	margin-bottom:20px;
	color:#ffffff;
}

#inquiry .imagearea{
	width:100%;
	padding-bottom:30px;
	text-align:center;
}

#inquiry .imagesize{
	width:75%;
	height:100%;
}

#inquiry .btnarea{
	text-align:center;
	width:100%;
	margin-top:40px;
}

#inquiry .btn{
	border: solid 1px #ffffff;
	border-radius: 3px;
	padding: 30px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	transition: background-color 0.5s;
	width:100%;
	margin-bottom:10px;
}

#inquiry .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 30px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
	margin-bottom:10px;
}

#inquiry .box{
	padding-top: 80px;
	padding-bottom: 80px;
}

@media all and (max-width:480px) {
#inquiry{
	margin-bottom:50px;
	display:table;
	width:100%;
	z-index:990;
	background-color:#90A6BA;
	background-image:url(../cont/inquiry_bk2.png);
	background-position: center;
}

#inquiry .btn{
	border: solid 1px #ffffff;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	transition: background-color 0.5s;
	width:100%;
	margin-bottom:10px;
}

#inquiry .btn:hover{
	border: solid 1px #fec503;
	border-radius: 3px;
	padding: 11px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	background-color:#fec503;
	color:#000000;
	transition: background-color 0.5s;
	text-decoration: none;
	width:100%;
	margin-bottom:10px;
}


}

@media all and (min-width:481px) and (max-width:768px) {
#inquiry{
	margin-bottom:50px;
	display:table;
	width:100%;
	z-index:990;
	background-color:#90A6BA;
	background-image:url(../cont/inquiry_bk2.png);
	background-position: center;
}

}

@media all and (min-width:769px) and (max-width:992px) {
#inquiry{
	margin-bottom:50px;
	display:table;
	width:100%;
	z-index:990;
	background-color:#90A6BA;
	background-image:url(../cont/inquiry_bk2.png);
	background-position: center;
}

}

@media all and (min-width:993px) and (max-width:1280px) {
#inquiry{
	margin-bottom:50px;
	display:table;
	width:100%;
	z-index:990;
	background-color:#90A6BA;
	background-image:url(../cont/inquiry_bk2.png);
	background-position: center;
}
	
}

@media all and (min-width:1281px) {
#inquiry{
	margin-bottom:50px;
	display:table;
	width:100%;
	z-index:990;
	background-color:#90A6BA;
	background-image:url(../cont/inquiry_bk2.png);
	background-position: center;
}

}

@media all and (min-width:1550px) {
#inquiry{
	margin-bottom:50px;
	display:table;
	width:100%;
	z-index:990;
	background-color:#90A6BA;
	background-image:url(../cont/inquiry_bk2.png);
	background-position: center;
}

}


/* banaarea ////////////////////////////////////////////////////////////// */

#banaarea{
	margin-bottom:50px;
	display:table;
	width:100%;
	z-index:990;
}

#banaarea .banasize{
	width:100%;
}

/* footer ////////////////////////////////////////////////////////////// */

#footerarea{
	display:table;
	width:100%;
	z-index:990;
	background-color:#333;
	background-repeat: no-repeat;
	background-position: bottom right;
	color:#ffffff;
	padding-top:50px;
	padding-bottom:50px;
}

#footerarea .borderline{
	border-bottom: solid 1px #ffffff;
	padding-bottom: 15px;
}

#footerarea .logoarea{
	width: 10%;
	float: left;
}

#footerarea .logo_size{
	width:100%;
}

#footerarea .textarea{
	width: 90%;
	float: left;
	font-size: 12px;
	padding-left: 3%;
	padding-top: 1%;
}

#footerarea .titlearea{
	width: 100%;
	background-image: url(../cont/footerico.svg);
	background-repeat: no-repeat;
	background-position: center left 16px;
	padding-left: 50px;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
	background-size: 25px;
	padding-top: 14px;
}

#footerarea li{
    line-height: 255%;
    font-size: 15px;
}

#footerarea .copyarea{
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
}

#footerarea a{
	color:#ffffff;
	text-decoration:none;
	transition: color 0.3s;
}

#footerarea a:link{
	color:#ffffff;
	text-decoration:none;
	transition: color 0.3s;
}

#footerarea a:visited{
	color:#ffffff;
	text-decoration:none;
	transition: color 0.3s;
}

#footerarea a:hover{
	color: #fed136;
	text-decoration:none;
	transition: color 0.3s;
}

#footerarea a:active{
	color:#fed136;
	text-decoration:none;
	transition: color 0.3s;
}

@media all and (max-width:480px) {
#footerarea{
	display:table;
	width:100%;
	z-index:990;
	background-color:#333;
	background-repeat: no-repeat;
	background-position: bottom right;
	color:#ffffff;
	padding-top:50px;
	padding-bottom:50px;
}

#footerarea .borderline{
	border-bottom: solid 1px #ffffff;
	padding-bottom: 15px;
}

#footerarea .logoarea{
	width: 80%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
}

#footerarea .logo_size{
	width:100%;
}

#footerarea .textarea{
	width: 100%;
	float: left;
	font-size: 12px;
	padding-left: 0%;
	padding-top: 3%;
	text-align: center;
}

#footerarea .titlearea{
	width: 100%;
	background-image: url(../cont/footerico.svg);
	background-repeat: no-repeat;
	background-position: center left 16px;
	padding-left: 50px;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
	background-size: 25px;
	padding-top: 14px;
}

#footerarea li{
    line-height: 255%;
    font-size: 15px;
}

#footerarea .copyarea{
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
}

}

@media all and (min-width:481px) and (max-width:768px) {
#footerarea{
	display:table;
	width:100%;
	z-index:990;
	background-color:#333;
	background-repeat: no-repeat;
	background-position: bottom right;
	color:#ffffff;
	padding-top:50px;
	padding-bottom:50px;
}

#footerarea .borderline{
	border-bottom: solid 1px #ffffff;
	padding-bottom: 15px;
}

#footerarea .logoarea{
	width: 47%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#footerarea .logo_size{
	width:100%;
}

#footerarea .textarea{
	width: 100%;
	float: left;
	font-size: 12px;
	padding-left: 0%;
	padding-top: 3%;
	text-align: center;
}

#footerarea .titlearea{
	width: 100%;
	background-image: url(../cont/footerico.svg);
	background-repeat: no-repeat;
	background-position: center left 16px;
	padding-left: 50px;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
	background-size: 25px;
	padding-top: 14px;
}
}

#footerarea li{
    line-height: 255%;
    font-size: 13px;
}

#footerarea .copyarea{
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
}

}

@media all and (min-width:769px) and (max-width:992px) {
#footerarea{
	display:table;
	width:100%;
	z-index:990;
	background-color:#333;
	background-repeat: no-repeat;
	background-position: bottom right;
	color:#ffffff;
	padding-top:50px;
	padding-bottom:50px;
}

#footerarea .borderline{
	border-bottom: solid 1px #ffffff;
	padding-bottom: 15px;
}

#footerarea .logoarea{
	width: 10%;
	float: left;
}

#footerarea .logo_size{
	width:100%;
}

#footerarea .textarea{
	width: 90%;
	float: left;
	font-size: 15px;
	padding-left: 3%;
	padding-top: 1%;
}

#footerarea .titlearea{
	width: 100%;
	background-image: url(../cont/footerico.svg);
	background-repeat: no-repeat;
	background-position: center left 16px;
	padding-left: 50px;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
	background-size: 25px;
	padding-top: 14px;
}

#footerarea li{
    line-height: 255%;
    font-size: 13px;
}

#footerarea .copyarea{
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
}

}

@media all and (min-width:993px) and (max-width:1280px) {
#footerarea{
	display:table;
	width:100%;
	z-index:990;
	background-color:#333;
	background-repeat: no-repeat;
	background-position: bottom right;
	color:#ffffff;
	padding-top:50px;
	padding-bottom:50px;
}

#footerarea .borderline{
	border-bottom: solid 1px #ffffff;
	padding-bottom: 15px;
}

#footerarea .logoarea{
	width: 10%;
	float: left;
}

#footerarea .logo_size{
	width:100%;
}

#footerarea .textarea{
	width: 90%;
	float: left;
	font-size: 14px;
	padding-left: 3%;
	padding-top: 1%;
}

#footerarea .titlearea{
	width: 100%;
	background-image: url(../cont/footerico.svg);
	background-repeat: no-repeat;
	background-position: center left 16px;
	padding-left: 50px;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
	background-size: 25px;
	padding-top: 14px;
}

#footerarea li{
    line-height: 255%;
    font-size: 13px;
}

#footerarea .copyarea{
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
}
	
}

@media all and (min-width:1281px) {
#footerarea{
	display:table;
	width:100%;
	z-index:990;
	background-color:#333;
	background-repeat: no-repeat;
	background-position: bottom right;
	color:#ffffff;
	padding-top:50px;
	padding-bottom:50px;
}

#footerarea .borderline{
	border-bottom: solid 1px #ffffff;
	padding-bottom: 15px;
}

#footerarea .logoarea{
	width: 10%;
	float: left;
}

#footerarea .logo_size{
	width:100%;
}

#footerarea .textarea{
	width: 90%;
	float: left;
	font-size: 20px;
	padding-left: 3%;
	padding-top: 1%;
}

#footerarea .titlearea{
	width: 100%;
	background-image: url(../cont/footerico.svg);
	background-repeat: no-repeat;
	background-position: center left 16px;
	padding-left: 50px;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
	background-size: 25px;
	padding-top: 14px;
}

#footerarea li{
    line-height: 255%;
    font-size: 15px;
}

#footerarea .copyarea{
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
}

}

@media all and (min-width:1550px) {
#footerarea{
	display:table;
	width:100%;
	z-index:990;
	background-color:#333;
	background-repeat: no-repeat;
	background-position: bottom right;
	color:#ffffff;
	padding-top:50px;
	padding-bottom:50px;
}

#footerarea .borderline{
	border-bottom: solid 1px #ffffff;
	padding-bottom: 15px;
}

#footerarea .logoarea{
	width: 10%;
	float: left;
}

#footerarea .logo_size{
	width:100%;
}

#footerarea .textarea{
	width: 90%;
	float: left;
	font-size: 20px;
	padding-left: 3%;
	padding-top: 1%;
}

#footerarea .titlearea{
	width: 100%;
	background-image: url(../cont/footerico.svg);
	background-repeat: no-repeat;
	background-position: center left 16px;
	padding-left: 50px;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
	background-size: 25px;
	padding-top: 14px;
}

#footerarea li{
    line-height: 255%;
    font-size: 15px;
}

#footerarea .copyarea{
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
}

}

#footerarea .profile_area{
	width: 100%;
	text-align:left;
	padding-bottom: 10px;
}

#footerarea .logo{
	width: 60%;
}

#footerarea .add{
	padding-top: 4px;
	text-align:left;
}

#footerarea .sitemap_area{
	width: 100%;
	padding-left: 39px;
}

#footerarea .sitemap_cont{

}


/* topimage2 ////////////////////////////////////////////////////////////// */

#topimage2{
	background-image: url(../cont/top_backgrand1.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 370px;
	background-position: top center;
	background-size: cover;
}

#topimage2 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	color: #ffffff;
	margin-top: 210px;
	text-decoration: none;
	list-style: none;
	font-size: 45px;
	font-weight: bold;
	line-height:130%;
}

@media all and (max-width:480px) {
#topimage2{
	background-image: url(../cont/top_backgrand1.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
	background-position: top center;
	background-size: cover;
}

#topimage2 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	color: #ffffff;
	margin-top: 144px;
	text-decoration: none;
	list-style: none;
	font-size: 30px;
	font-weight: bold;
	line-height:130%;
}
}

@media all and (min-width:481px) and (max-width:768px) {
#topimage2{
	background-image: url(../cont/top_backgrand1.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
	background-position: top center;
	background-size: cover;
}

#topimage2 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	color: #ffffff;
	margin-top: 144px;
	text-decoration: none;
	list-style: none;
	font-size: 40px;
	font-weight: bold;
	line-height:130%;
}
}

@media all and (min-width:769px) and (max-width:992px) {

#topimage2 .title{
	 font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	color: #ffffff;
	margin-top: 144px;
	text-decoration: none;
	list-style: none;
	font-size: 43px;
	font-weight: bold;
	line-height:130%;
}

}

@media all and (min-width:993px) and (max-width:1280px) {

#topimage2 .title {
     font-family:"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    color: #ffffff;
    margin-top: 210px;
    text-decoration: none;
    list-style: none;
    font-size: 45px;
    font-weight: bold;
    line-height: 130%;
}

}

@media all and (min-width:1281px) {

}

@media all and (min-width:1550px) {

}

/* pankuzu ////////////////////////////////////////////////////////////// */

nav#breadcrumbs li {
  display: inline;
  list-style-type: none;
  margin:0px;
}

nav#breadcrumbs li:before {
  content: "　>　";
}

nav#breadcrumbs li:first-child:before {
  content:"";
}

#pankuzu{
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	list-style: none;
	background-color: #999999;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#pankuzu ul{
	color: #ffffff;
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#pankuzu li{
	color: #ffffff;
	text-decoration: none;
	list-style: none;
	float: none;
	margin: 0;
	padding: 0;
	text-align:center;
}

#pankuzu a{
	color: #ffffff;
	text-decoration: none;
	list-style: none;
}

#pankuzu a:link{
	color:#ffffff;
	text-decoration:none;
	transition: color 0.3s;
}

#pankuzu a:visited{
	color:#ffffff;
	text-decoration:none;
	transition: color 0.3s;
}

#pankuzu a:hover{
	color: #fed136;
	text-decoration:none;
	transition: color 0.3s;
}

#pankuzu a:active{
	color:#fed136;
	text-decoration:none;
	transition: color 0.3s;
}

#pankuzu .yajirushi{
	padding-top: 25px;
}

#pankuzu .text{
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

@media all and (max-width:480px) {
#pankuzu{
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	list-style: none;
	background-color: #999999;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
}

@media all and (min-width:481px) and (max-width:768px) {
#pankuzu{
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	list-style: none;
	background-color: #999999;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
}

@media all and (min-width:769px) and (max-width:992px) {

}

@media all and (min-width:993px) and (max-width:1280px) {

}

@media all and (min-width:1281px) {

}

@media all and (min-width:1550px) {

}

