<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */



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

@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:#000000;
	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:#D7000F;
}

@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:#000000;
	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:#00306C;
}

@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:#000000;
	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:#221814;
}

@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;'
}

@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.png);
	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:#004992;
	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: 80px;
  height: 80px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #08B9D4;
	text-decoration: none;
	transition: color 0.4s;
}

ul, ol {
    list-style: none;
}

@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.png);
	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;
}


.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.png);
	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;
}


.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.png);
	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: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.png);
	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.png);
	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.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;
}

}

#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 (max-width:480px) {

#scroll_btn{
	display:none;
}

}


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

#scroll_btn{
	display:none;
}

}

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

#scroll_btn{
	display:none;
}

}

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

}

/* blog_main ////////////////////////////////////////////////////////////// */

#blog_main{
}

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

}

@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) {

}

/* inquiry ////////////////////////////////////////////////////////////// */

#inquiry{
	margin-bottom:50px;
	display:table;
	width:100%;
	z-index:990;
	background: url(../cont/inquiry_bk.webp), -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 120, color-stop(0.75, #c6e8fa), color-stop(0.00, #fff));
	background: url(../cont/inquiry_bk.webp), -webkit-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: url(../cont/inquiry_bk.webp), -moz-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: url(../cont/inquiry_bk.webp), -o-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: url(../cont/inquiry_bk.webp), -ms-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: url(../cont/inquiry_bk.webp), radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#inquiry .title {
	font-family: "Noto Sans JP","Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	text-align: left;
	color: #004F95;
	font-weight: bold;
	font-size: min(5vw,30px);
	margin-bottom: 20px;
}

#inquiry .title2{
	text-align: left;
	color: #004F95;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top:20px;
}

#inquiry .text{
	text-align: left;
	font-size: 17px;
	line-height: 180%;
	margin-bottom:20px;
}

#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 #083692;
	border-radius: 40px;
	padding: 11px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color:#ffffff;
	transition: background-color 0.5s;
	width:100%;
	margin-bottom:20px;
	background-color: #083692;
}

#inquiry .btn:hover{
	border: solid 1px #fec503;
	border-radius: 40px;
	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:20px;
}

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

@media all and (max-width:480px) {
#inquiry{
	margin-bottom:50px;
	display:table;
	width:100%;
	z-index:990;
	background: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 120, color-stop(0.75, #c6e8fa), color-stop(0.00, #fff));
	background: -webkit-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: -moz-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: -o-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: -ms-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#inquiry .btn{
	border: solid 1px #004F95;
	border-radius: 40px;
	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: 40px;
	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: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 120, color-stop(0.75, #c6e8fa), color-stop(0.00, #fff));
	background: -webkit-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: -moz-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: -o-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: -ms-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background-repeat: no-repeat;
	background-position: bottom right;
}

}

@media all and (min-width:769px) and (max-width:992px) {
#inquiry{
	margin-bottom:50px;
	display:table;
	width:100%;
	z-index:990;
	background: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 120, color-stop(0.75, #c6e8fa), color-stop(0.00, #fff));
	background: -webkit-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: -moz-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: -o-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: -ms-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background-repeat: no-repeat;
	background-position: bottom right;
}

}

@media all and (min-width:993px) and (max-width:1280px) {
#inquiry{
	margin-bottom:50px;
	display:table;
	width:100%;
	z-index:990;
	background: url(../cont/inquiry_bk.webp), -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 120, color-stop(0.75, #c6e8fa), color-stop(0.00, #fff));
	background: url(../cont/inquiry_bk.webp), -webkit-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: url(../cont/inquiry_bk.webp), -moz-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: url(../cont/inquiry_bk.webp), -o-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: url(../cont/inquiry_bk.webp), -ms-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: url(../cont/inquiry_bk.webp), radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background-repeat: no-repeat;
	background-position: bottom right;
}
	
}

@media all and (min-width:1281px) {
#inquiry{
	margin-bottom:50px;
	display:table;
	width:100%;
	z-index:990;
	background: url(../cont/inquiry_bk.webp), -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 120, color-stop(0.75, #c6e8fa), color-stop(0.00, #fff));
	background: url(../cont/inquiry_bk.webp), -webkit-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: url(../cont/inquiry_bk.webp), -moz-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: url(../cont/inquiry_bk.webp), -o-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: url(../cont/inquiry_bk.webp), -ms-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: url(../cont/inquiry_bk.webp), radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background-repeat: no-repeat;
	background-position: bottom right;
}

}

@media all and (min-width:1550px) {
#inquiry{
	margin-bottom:50px;
	display:table;
	width:100%;
	z-index:990;
	background: url(../cont/inquiry_bk.webp), -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 120, color-stop(0.75, #c6e8fa), color-stop(0.00, #fff));
	background: url(../cont/inquiry_bk.webp), -webkit-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: url(../cont/inquiry_bk.webp), -moz-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: url(../cont/inquiry_bk.webp), -o-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: url(../cont/inquiry_bk.webp), -ms-radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background: url(../cont/inquiry_bk.webp), radial-gradient(50% 0%, circle, #fff 0%, #c6e8fa 75%);
	background-repeat: no-repeat;
	background-position: bottom right;
}

}

/* 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:#083692;
	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: 20%;
	float: left;
}

#footerarea .logo_size{
	width:100%;
}

#footerarea .textarea{
	width: 80%;
	float: left;
	font-size: 20px;
	padding-left: 3%;
	padding-top: 2%;
}

#footerarea .titlearea{
	width: 100%;
	background-image: url(../cont/footerico.svg);
	background-repeat: no-repeat;
	background-position: center left 16px;
	padding: 20px;
	padding-left: 67px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
}

#footerarea li{
    line-height: 185%;
    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:#083692;
	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: 20px;
	padding-left: 67px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
}

#footerarea li{
    line-height: 185%;
    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:#083692;
	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: 20px;
    padding-left: 53px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 8px;
    padding-bottom: 17px;
    background-size: 31px;
    padding-top: 20px;
}
}

#footerarea li{
    line-height: 185%;
    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:#083692;
	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: 20%;
	float: left;
}

#footerarea .logo_size{
	width:100%;
}

#footerarea .textarea{
	width: 80%;
	float: left;
	font-size: 15px;
	padding-left: 3%;
	padding-top: 0%;
}

#footerarea .titlearea{
	width: 100%;
	background-image: url(../cont/footerico.svg);
	background-repeat: no-repeat;
	background-position: center left 16px;
	padding: 20px;
	padding-left: 67px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
}

#footerarea li{
    line-height: 185%;
    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:#083692;
	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: 20%;
	float: left;
}

#footerarea .logo_size{
	width:100%;
}

#footerarea .textarea{
	width: 80%;
	float: left;
	font-size: 17px;
	padding-left: 3%;
	padding-top: 2%;
}

#footerarea .titlearea{
	width: 100%;
	background-image: url(../cont/footerico.svg);
	background-repeat: no-repeat;
	background-position: center left 16px;
	padding: 20px;
	padding-left: 57px;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
	background-size: 36px;
	padding-top: 13px;
}

#footerarea li{
    line-height: 185%;
    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:#083692;
	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: 20%;
	float: left;
}

#footerarea .logo_size{
	width:100%;
}

#footerarea .textarea{
	width: 80%;
	float: left;
	font-size: 20px;
	padding-left: 3%;
	padding-top: 2%;
}

#footerarea .titlearea{
	width: 100%;
	background-image: url(../cont/footerico.svg);
	background-repeat: no-repeat;
	background-position: center left 16px;
	padding: 20px;
	padding-left: 67px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
}

#footerarea li{
    line-height: 185%;
    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:#083692;
	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: 20%;
	float: left;
}

#footerarea .logo_size{
	width:100%;
}

#footerarea .textarea{
	width: 80%;
	float: left;
	font-size: 20px;
	padding-left: 3%;
	padding-top: 2%;
}

#footerarea .titlearea{
	width: 100%;
	background-image: url(../cont/footerico.svg);
	background-repeat: no-repeat;
	background-position: center left 16px;
	padding: 20px;
	padding-left: 67px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
}

#footerarea li{
    line-height: 185%;
    font-size: 15px;
}

#footerarea .copyarea{
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
}

}


/* topimage2 ////////////////////////////////////////////////////////////// */

#topimage2 {
	background-image: url("../../cont/top_main.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 370px;
	background-position: bottom -7vw center;
	background-size: cover;
}

#topimage2 .title{
	font-family :"Noto Sans JP","Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	width: 100%;
	color: #000000;
	margin-top: 140px;
	text-decoration: none;
	list-style: none;
	font-size: 55px;
	font-weight: bold;
	line-height:130%;
}

#topimage2 .title_size{
	font-family :"Noto Sans JP","Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	width: 100%;
    color: #000000;
    margin-top: 210px;
    text-decoration: none;
    list-style: none;
    font-size: 55px;
    font-weight: bold;
    line-height: 130%;
}

#topimage2 .subtitle {
	font-family: "Noto Sans JP","Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	width: 58%;
	color: #000000;
	margin-top: 15px;
	text-decoration: none;
	list-style: none;
	font-size: min(1.7vw,30px);
	line-height: 162%;
	padding-left: 4px;
}

@media all and (max-width:480px) {
#topimage2{
	background-image: url("../../cont/top_main.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
	background-position: top center;
	background-size: cover;
}

#topimage2 .title{
	font-family :"Noto Sans JP","Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	width: 100%;
	color: #000000;
	margin-top: 140px;
	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.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
	background-position: top center;
	background-size: cover;
}

#topimage2 .title{
	font-family :"Noto Sans JP","Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	width: 100%;
	color: #000000;
	margin-top: 140px;
	text-decoration: none;
	list-style: none;
	font-size: 40px;
	font-weight: bold;
	line-height:130%;
}
	
#topimage2 .subtitle{
    font-family :"Noto Sans JP","Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
    width: 58%;
    color: #000000;
    margin-top: 15px;
    text-decoration: none;
    list-style: none;
    font-size: 27px;
    line-height: 162%;
    padding-left: 4px;
}	
	
}

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

#topimage2 .title{
	font-family :"Noto Sans JP","Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	width: 100%;
	color: #000000;
	margin-top: 140px;
	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 :"Noto Sans JP","Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
    width: 100%;
    color: #000000;
    margin-top: 140px;
    text-decoration: none;
    list-style: none;
    font-size: 50px;
    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: "　&gt;　";
}

nav#breadcrumbs li:first-child:before {
  content:"";
}

#pankuzu{
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	list-style: none;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background: linear-gradient(90deg, rgba(0,25,101,1) 0%, rgba(6,55,153,1) 50%, rgba(0,26,105,1) 100%);
}

#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) {

}


	.main-contpac{
		padding-right: 70px;
		margin-bottom: 30px;
	}

	.main-cont_img{
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}


	.main-cont_img:hover img {
		opacity: 0.5;
		transition: opacity 0.4s;
	}


	.main-cont_imgsize{
		width: 100%;
		height: auto;
	}

	.main-cont_desc{
		padding: 30px 0px 50px;
		border-bottom: 1px solid #eee;
	}

	.main-cont_category{
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
		color: #fff;
		display: block;
		font-size: 11px;
		padding: 12px 20px;
		text-decoration: none;
		background: #222;
		background-color: rgb(34, 34, 34);
	}

	.main-cont_date{
		font-size: 12px;
		margin: 0 0 15px 0;
		line-height: 110%;
	}

	.main-cont_title{
		font-size: 21px;
		margin: 0 0 15px 0;
		line-height: 160%;
		font-weight: bold;
	}

	.main-cont_outline{
		color: #333;
		font-size: 17px;
		line-height: 180%;
		width: 90%;
	}

	.sub-contpac{
		margin-bottom: 60px;
		float: left;
		padding-bottom: 40px;
		border-bottom: 1px solid #eee;
	}

	.sub-cont_img{
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}

	.sub-cont_img:hover img {
		opacity: 0.5;
		transition: opacity 0.4s;
	}

	.sub-cont_imgsize{
		width: 100%;
	}

  .sub-cont_img2{
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: center;
        box-shadow: 0px 12px 24px rgba(20, 146, 175, 0.38);
      color: #5B5B5B;
	}

  .sub-cont_img2:hover {
		box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
        transform: translateY(4px);
	}


	.sub-cont_desc{
		padding: 0px 35px 50px;
	}

	.sub-cont_category{
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
		color: #fff;
		display: block;
		font-size: 11px;
		padding: 12px 20px;
		text-decoration: none;
		background: #222;
		background-color: rgb(34, 34, 34);
	}

	.sub-cont_date{
		font-size: 12px;
		margin: 0 0 15px 0;
		line-height: 110%;
	}

	.sub-cont_title{
		font-size: 21px;
		margin: 0 0 15px 0;
		line-height: 160%;
		font-weight: bold;
	}

	.sub-cont_outline{
		color: #333333;
		font-size: 17px;
		line-height: 180%;
		width: 80%;
	}


	.outline-cont_outline {
		color: #333333;
		font-size: 17px;
		line-height: 257%;
		width: 90%;
		padding-bottom: 50px;
	}

	.outline-cont_title{
		font-size: 21px;
		margin: 0 0 15px 0;
		line-height: 160%;
		font-weight: bold;
	}

	.outline-cont_outline {
		color: #333333;
		font-size: 17px;
		line-height: 257%;
		width: 90%;
		padding-bottom: 50px;
	}

	.categoire_bar {
		font-size: 13px;
		line-height: 160%;
		margin: 0 0 50px 0;
		color: #fff;
		padding: 14px 20px;
		font-weight: bold;
		width: 95%;
	}

	.cad {
		background-color: #00A2D9 !important;
	}

	.knowledge {
		background-color: #db7093 !important;
	}

	.archives{
		background-color: #222222 !important;
	}

	.right-profile{
		padding-bottom: 20px;
	}

	.right-profile_title{
		font-size: 13px;
		line-height: 160%;
		margin: 0 0 20px 0;
		background: #222;
		color: #fff;
		padding: 14px 20px;
		font-weight: bold;
	}

	.right-profile_img{
		display: block;
		border-radius: 100%;
		margin: 0 auto 20px;
		opacity: 1;
		-webkit-transition: opacity 0.4s;
		transition: opacity 0.4s;
		height: auto;
		max-width: 75%;
	}

	.right-profile_imgsize{
		display: block;
		border-radius: 100%;
		margin: 0 auto 20px;
		opacity: 1;
		-webkit-transition: opacity 0.4s;
		transition: opacity 0.4s;
		height: auto;
		max-width: 100%;
	}

	.right-profile_name{
		font-size: 15px;
		text-align: center;
		margin: 0 0 15px 0;
	}

	.right-profile_outline{
		font-size: 12px;
		line-height: 160%;
		margin: 0 15px 15px;
	}

	.right-categoires{
		padding-bottom: 20px;
	}

	.right-categoires_title{
		font-size: 13px;
		line-height: 160%;
		margin: 0 0 20px 0;
		background: #222;
		color: #fff;
		padding: 14px 20px;
		font-weight: bold;
	}

	.right-categoires_list li{
		margin: 0;
		padding: 0;
		list-style: none;
		border-bottom: 1px solid #eee;
	}

	.right-categoires_list li a {
		background: #fff;
		display: block;
		padding: 10px 6px 10px 20px;
		margin: 0 0 4px 0;
		text-decoration: none;
		position: relative;
		color: #333;
		overflow: hidden;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
	}

	.right-categoires_list li a:before {
	  content:''; display:block; position:absolute; left:-7px; top:50%; top:-webkit-calc(50% - 4px); top:calc(50% - 4px); top:calc(50% - 4px);
	  width: 0; height: 0; border-style: solid; border-width: 4.5px 0 4.5px 6px; border-color: transparent transparent transparent #45849E;
	  -webkit-transition: -webkit-left 0.35s; transition: left 0.35s;
	}

	.right-categoires_list li a:hover:before { left:8px; }

	.right-categoires_list li a .count {
		float: right;
		top: 0px;
		position: relative;
		background: #f2f2f2;
		padding: 0 10px;
		min-width: 15px;
		text-align: center;
		font-size: 11px;
		border-radius: 2px;
	}

	.right-categoires_list li a:hover .count {
		background-color:orange; color:#fff;
	}

	.right-archives{
		padding-bottom: 20px;
	}

	.right-archives_title{
		font-size: 13px;
		line-height: 160%;
		margin: 0 0 20px 0;
		background: #222;
		color: #fff;
		padding: 14px 20px;
		font-weight: bold;
	}

	.right-archives_list li{
		margin: 0;
		padding: 0;
		list-style: none;
		border-bottom: 1px solid #eee;
	}

	.right-archives_list li a {
		background: #fff;
		display: block;
		padding: 10px 6px 10px 20px;
		margin: 0 0 4px 0;
		text-decoration: none;
		position: relative;
		color: #333;
		overflow: hidden;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
	}

	.right-archives_list li a:before {
	  content:''; display:block; position:absolute; left:-7px; top:50%; top:-webkit-calc(50% - 4px); top:calc(50% - 4px); top:calc(50% - 4px);
	  width: 0; height: 0; border-style: solid; border-width: 4.5px 0 4.5px 6px; border-color: transparent transparent transparent #45849E;
	  -webkit-transition: -webkit-left 0.35s; transition: left 0.35s;
	}

	.right-archives_list li a:hover:before { left:8px; }

	.right-archives_list li a .count {
		float: right;
		top: 0px;
		position: relative;
		background: #f2f2f2;
		padding: 0 10px;
		min-width: 15px;
		text-align: center;
		font-size: 11px;
		border-radius: 2px;
	}

	.right-archives_list li a:hover .count {
		background-color:orange; color:#fff;
	}

	.right-bana{
		
	}

	.right-bana_img{
		display: block;
		opacity: 1;
		-webkit-transition: opacity 0.4s;
		transition: opacity 0.4s;
		height: auto;
	}

	.right-bana_imgsize{
		display: block;
		margin: 0 auto 20px;
		opacity: 1;
		-webkit-transition: opacity 0.4s;
		transition: opacity 0.4s;
		height: auto;
		max-width: 100%;
	}

	#post_title {
		font-size: 21px;
	}

	/* ページング */

	.page_navi { margin:0;}

	.page_navi ul { margin:0; padding-left: 0;}

	.page_navi li { float:left; }

	.page_navi a, .page_navi a:hover, .page_navi span { font-size:12px; padding:23px 25px; line-height:100%; margin:0; background:#fff; display:block; }

	.page_navi a:hover { color:#fff; background:#222; text-decoration:none; }

	.page_navi span.dots { background:none; }

	.page_navi span.current { color:#fff; background:#222; }

	.page_navi p.back { margin:0; }

	.page_navi p.back a, .page_navi p.back a:hover { display:inline-block; padding:15px; }


	/* 次の記事、前の記事 */

	#previous_next_post { margin:0 0 50px 0; border-top:1px solid #eee; border-bottom:1px solid #eee; height:160px; }

	#previous_next_post a {
	  width:50%; line-height:130%; height:160px; color:#333; text-decoration:none; position:relative;
	  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
	}

	#previous_next_post .prev_post { float:left; border-right:1px solid #eee; padding:0 30px 0 50px; }

	#previous_next_post .prev_post:hover { float:left; border-right:1px solid #eee; padding:0 30px 0 50px; background-color: #45849E; color: #ffffff; transition: background-color 0.4s;}

	#previous_next_post a:before {
	  font-family:'design_plus'; color:#aaa; font-size:23px; display:block; position:absolute;
	  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; 
	}

	#previous_next_post .prev_post:before { font-family: "Font Awesome 5 Free";  font-weight: 900;  content: "\f104"; top:72px; left:15px; background-color: none; }

	#previous_next_post .next_post:before { font-family: "Font Awesome 5 Free";  font-weight: 900;  content: "\f105"; top:72px; right:15px; background-color: none; }

	#previous_next_post .next_post { float:right; padding:0 50px 0 30px; }

	#previous_next_post .next_post:hover { float:right; padding:0 50px 0 30px; background-color: #45849E; color: #ffffff; transition: background-color 0.4s;}

	#previous_next_post p { display:block; height:90px; overflow:hidden; font-size:12px; margin:35px 0 0 0; }

	#previous_next_post img { width:90px; height:90px; float:left; margin:0 20px 0 0; }

	#previous_next_post .next_post img { float:right; margin:0 0 0 20px;}

	#previous_next_post .title {display: block;	font-size: 13px;margin: 15px 0 0 0;	height: 60px;overflow: hidden;}

	#previous_next_post a:hover { color:#fff; }

	#previous_next_post a:hover:before { color:#fff; }

	.pc .three_column #previous_next_post .prev_post { padding:0 30px 0 40px; }

	.pc .three_column #previous_next_post .next_post { padding:0 40px 0 30px; }


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

	#topimage2 {
		background-image: url("../../cont/top_main.png");
		background-repeat: no-repeat;
		width: 100%;
		height: 250px;
		background-position: top center;
		background-size: cover;
	}
	
	#topimage2 .title {
		margin-top: 100px;
	}

	#topimage2 .subtitle{
		display: none;
	}	
	
	.main-contpac {
		padding-right: 0;
		margin-bottom: 30px;
	}
	
	.sub-cont_desc {
		padding: 30px 0px 50px;
		border-bottom: 1px solid #eee;
	}
	
	.sub-cont_outline {
		color: #333;
		font-size: 17px;
		line-height: 180%;
		width: 100%;
	}

	.page_navi {
		margin-bottom: 50px;
	}

	.right-profile_img {
		display: block;
		border-radius: 100%;
		margin: 0 auto 20px;
		opacity: 1;
		-webkit-transition: opacity 0.4s;
		transition: opacity 0.4s;
		height: auto;
		max-width: 75%;
	}
	
}

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

	#topimage2 {
		background-image: url("../../cont/top_main.png");
		background-repeat: no-repeat;
		width: 100%;
		height: 250px;
		background-position: top center;
		background-size: cover;
	}
	
	#topimage2 .title {
		margin-top: 100px;
	}
	
	#topimage2 .subtitle{
		display: none;
	}
	
	.sub-cont_outline {
		color: #333;
		font-size: 17px;
		line-height: 180%;
		width: 100%;
	}
	
	.main-contpac {
		padding-right: 0;
		margin-bottom: 30px;
	}
	
	.sub-cont_desc {
		padding: 30px 0px 50px;
		border-bottom: 1px solid #eee;
	}

	.page_navi {
		margin-bottom: 50px;
	}

	.right-profile_img {
		display: block;
		border-radius: 100%;
		margin: 0 auto 20px;
		opacity: 1;
		-webkit-transition: opacity 0.4s;
		transition: opacity 0.4s;
		height: auto;
		max-width: 60%;
	}	

	
}

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

	.main-contpac {
		padding-right: 0;
		margin-bottom: 30px;
	}
	
	.sub-cont_desc {
		padding: 30px 0px 50px;
		border-bottom: 1px solid #eee;
	}
	
	.sub-cont_outline {
		color: #333;
		font-size: 17px;
		line-height: 180%;
		width: 100%;
	}
	
	.page_navi {
		margin-bottom: 50px;
	}
	
	.right-profile_img {
		display: block;
		border-radius: 100%;
		margin: 0 auto 20px;
		opacity: 1;
		-webkit-transition: opacity 0.4s;
		transition: opacity 0.4s;
		height: auto;
		max-width: 50%;
	}
	
}

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

}

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

}

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

}
</pre></body></html>