/* デモなので簡易的なリセット */
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.8;/*text-align:left*/}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}


body {
/*font: 'Lato','メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'Verdana', 'sans-serif';*/
     font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    line-height: 1.6;
/*    letter-spacing: .75px;*/
    word-wrap: break-word;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word;
    font-size: 15px; 
}
@media screen and (max-width: 768px) {
    body {
font-size: 11.5px; line-height: 1.6em; letter-spacing: .3px;}
}
.font120 {font-size: 120%; padding-bottom: 0.5em;}
/*パンくずリスト*/
.pankuzu_box {
    padding: 15px 15px; }
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
    font-size: 12px;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .pankuzu_box {padding: 10px 4%;
    background-color: #f4f8f9;}
    .breadcrumb {
    font-size: 10px;
}
}
.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #061a40;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color:#061a40;/*色*/
    transition:all 0.5s;
}

.breadcrumb li a:hover {
  text-decoration: none;
    border-bottom: solid 1px #061a40;
    
}
/*パンくずリスト*/

.white {color: #FFF;}
.red {color: #FF0004;}
a {vertical-align:bottom}
a {
	transition: 0.2s ;
}
img {vertical-align:bottom}

.cntr{text-align: center;}
@media screen and (max-width: 480px) {
.cntr{text-align: left;}
}
a {text-decoration: none;}
/*webpage読み込み時にフェードイン*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

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

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*webpage読み込み時にフェードイン*/

article {
	height: 1000px;
	margin: 100px auto;
	text-align: center;
	line-height: 1.9;
}
article p {
	margin-bottom: 1em;
}
a {
	color: #000000;
}
a:hover {
	color: #061a40;
}
.cntr {text-align: center;}

@media screen and (max-width: 768px) {
.sp_cntr {text-align: center;}
}
/*可視範囲に入ったらふわっと表示*/
/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0px, 100px);
	transition : all 600ms;
	}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}
/* 2つ目の要素に200msのdelayをかける */
.effect2 .fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	}
/* 3つ目の要素に400msのdelayをかける */
.effect2 .fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	}
/* 4つ目の要素に400msのdelayをかける */
.effect2 .fadein:nth-of-type(4) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
	}
/* 4つ目の要素に400msのdelayをかける */
.effect2 .fadein:nth-of-type(5) {
	-moz-transition-delay:800ms;
	-webkit-transition-delay:800ms;
	-o-transition-delay:800ms;
	-ms-transition-delay:800ms;
	}
/* 4つ目の要素に400msのdelayをかける */
.effect2 .fadein:nth-of-type(6) {
	-moz-transition-delay:1000ms;
	-webkit-transition-delay:1000ms;
	-o-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	}
/* 4つ目の要素に400msのdelayをかける */
.effect2 .fadein:nth-of-type(7) {
	-moz-transition-delay:1200ms;
	-webkit-transition-delay:1200ms;
	-o-transition-delay:1200ms;
	-ms-transition-delay:1200ms;
	}
/* 4つ目の要素に400msのdelayをかける */
.effect2 .fadein:nth-of-type(8) {
	-moz-transition-delay:1400ms;
	-webkit-transition-delay:1400ms;
	-o-transition-delay:1400ms;
	-ms-transition-delay:1400ms;
	}
/* 4つ目の要素に400msのdelayをかける */
.effect2 .fadein:nth-of-type(9) {
	-moz-transition-delay:1600ms;
	-webkit-transition-delay:1600ms;
	-o-transition-delay:1600ms;
	-ms-transition-delay:1600ms;
	}
/*可視範囲に入ったらふわっと表示*/
/* ▲▲▲ここまではナビゲーションに関係ない設定▲▲▲ */








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

　   HEADER

--------------------------------------------------------------------------------------------- */
    /*headerの背景色*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #061a40;
  transition: all 0.8s ease;
    z-index: 3333;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);

}

/*.hidden {
  background-color: rgba(255,255,255,0.8);
    transition: all 0.8s ease;
}*/
    /*headerの背景色*/















/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.sp_logo {
        display: block; position: absolute;
top:13px;
left: 20px;}
.sp_logo img {width: 250px;}
@media only screen and (max-width: 1330px) {
    .sp_logo {
        display: block; position: absolute;
top:10px;
left: 20px;}
    .sp_logo img {width: 210px;}
}
@media only screen and (max-width: 1200px) {
.sp_logo {
        display: block; position: absolute;
top:10px;
left: 20px;}
.sp_logo img {width: 200px;}   
}
.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2rem;
    padding: 0;
    float: right;
    position: relative;
    top: -5px;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    color: #FFF;
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 98%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
@media only screen and (max-width: 1300px) {
    .menu > ul {padding-left: 200px;}
}

.menu > ul li:first-child a::before {
    content:none;}

.logo img {width: 220px; }
@media only screen and (max-width: 1310px) {
    
    .logo img {width: 180px;}
    }
.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
   
}
.menu > ul > li a::before {
    content: "/";
    margin-left: .3em;
    margin-right: .3em;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 0.2em;
    display: block;
    color: #FFF;
     text-align: center;
    
}

.menu > ul > li.btn {
    
}
.menu > ul > li.btn a {
    background-color: #061a40;
    border-radius: 20px;
    color: #FFF;
    font-weight: 900;
    padding: 0.5em 0.8em;
    margin: 1em 0.5em;
    
}
.menu > ul > li.btn2 a {
    background-color: #061a40;
    border-radius: 20px;
    color: #FFF;
    font-weight: 900;
    padding: 0.5em 0.8em;
    margin: 1em 0.5em;
    
}
@media only screen and (max-width: 1330px) {
    .menu > ul > li a,.menu > ul > li.btn a,.menu > ul > li.btn2 a {
   font-size: 13px;
}
}
.menu > ul > li.btn a::before,.menu > ul > li.btn2 a::before {
    content:none;
}
.menu > ul > li a:hover {

}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background-color: rgba(255,255,255,0.97);
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
   
    transition:all ４s ease-out;
    
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 19%;
    margin: 0 0.5%;
    background: none;
    float: left;
    
    
}

.menu > ul > li > ul > li a {
color: #000000;
    padding: 0.5em;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
     text-align: left;
    font-weight: 700;
    letter-spacing: 0;position: relative;
    padding-left: 30px;
}

.menu > ul > li > ul > li a:before {
        content: "\f00c";
        font-family: FontAwesome;
        position: absolute;
        left: 10px;
        top: 7px;
    color: #061a40;
    }
.menu > ul > li > ul > li a:hover {
    background-color: #061a40;
    color: #FFF;
    border-bottom: 1px solid #061a40;
}
.menu > ul > li > ul > li a:hover:before {
        content: "\f00c";
        font-family: FontAwesome;
        position: absolute;
        left: 10px;
        top: 7px;
    color: #FFF;
    }

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: .8em;
 
}
.menu > ul > li > ul > li > ul > li.menuttl {font-size: 12px; width: 95%; margin: 1em 0 0.5em; background-color: #F4F4F4; color: #000000; line-height: 1.4em; padding: 0.8em 1em 0.8em;}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
     text-align: left;
    font-weight: normal;
    line-height: 1.6em;
    
    position: relative;
  display: inline-block;
  padding: 8px 15px 5px 10px;
  color: #000000;
  text-decoration: none;
}
.menu > ul > li > ul > li > ul > li a:hover {
    background-color: #061a40;
    border-bottom: none;
}
.menu > ul > li > ul > li > ul > li a:hover {
    color: #FFF;
}
.menu > ul > li > ul > li > ul > li a::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #4d4d4d;
  border-right: solid 1px #4d4d4d;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.menu > ul > li > ul > li > ul > li a:hover::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.menu > ul > li > ul > li > ul > li a::before {display: none;}/*check着いてしまうの防ぐ*/

.menu > ul > li > ul.normal-sub {
    width: 330px;
    left: auto;
    /*padding: 10px 10px;*/
    

}
.menu > ul > li > ul.normal-sub.normal-sub_last {
    position: absolute;
    right: 0;
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
    
    
    border: 0;
     text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    
    position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #000000;
  text-decoration: none;
}

.menu > ul > li > ul.normal-sub > li a::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #4d4d4d;
  border-right: solid 1px #4d4d4d;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  transform: rotate(45deg);
}
.menu > ul > li > ul.normal-sub > li a::before {display: none;}/*check着いてしまうの防ぐ*/
.menu > ul > li > ul.normal-sub > li:hover {
    background-color: #061a40;
}
.menu > ul > li > ul.normal-sub > li:hover a {
     color: #FFF;
}
.menu > ul > li > ul.normal-sub > li a:hover::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  transform: rotate(45deg);
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu > ul {padding-left: 0px;}
    .header {height: 60px;}

    .sp_logo {
        display: block; position: absolute;
top:10px;
left: 20px;}
.sp_logo img {width: 190px;}
    
    .menu-mobile {
        display: block;
        /*height: 50px;*/
        height: 50px;
        
        
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
         width: 100%;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
        background-color: #F4F4F4;
    }
    .menu > ul > li a {
        padding: 0.5em 1em;
        width: 100%;
        display: block;
        color: #000000;
        text-align: left;
    }
    
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        /*margin-top: 20px;*/
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu > ul > li > ul > li > ul > li.menuttl {
        margin: 0.5em 0 0.3em;
        padding: 0.5em 1em 0.5em;
    }
    .menu .show-on-mobile {
        display: block;
       background-color: rgba(0,0,0,0.3);
        
        
        overflow-y: scroll;  
　　 z-index: 999;
    top:0;
    
    
        position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
       margin-top: 70px;
        margin-bottom: 170px;
        
height: calc(100% - 130px);
        margin: 60px auto 60px;
    }
}
.menu > ul > li.btn,.menu > ul > li.btn2 {padding: 0.5em 0.3em;}
.menu > ul > li.btn a {
    background-color: #FFF;
    border-radius: 20px;
    color: #061a40;
    font-weight: 900;
    padding: 0.3em 0.5em;
    margin: 0em 0em;
    
}

.menu > ul > li.btn2 a {
    background-color: #061a40;
    border-radius: 20px;
    color: #FFF;
    font-weight: 900;
    padding: 0.3em 0.5em;
    margin: 0em 0em;

}





/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
@media only screen and (min-width: 768px) {
/*----------------------------------------------------------------*/
/* 共通 */
/*----------------------------------------------------------------*/

.sp-hide {
	display: inline !important;
}

.pc-hide {
	display:none !important;	
}
}
@media only screen and (max-width: 768px) {
/*----------------------------------------------------------------*/
/* 共通 */
/*----------------------------------------------------------------*/

.sp-hide {
	display:none !important;	
}

.pc-hide {
	
    display: inline !important;
}
}

.contents {margin: 3% 1%;}
.container { 
    margin: 0 auto;
    padding: 4% 0;
    width: 1200px;
    }
.container_m10 { 
    margin: 0 auto;
    padding: 3% 0;
    width: 1200px;
    }
.container_menu { 
    margin: 0 auto;
    padding: 1% 0;
    width: 1200px;
    }
.container_m0 { 
    margin: 0 auto;
    padding: 3% 0 0;
    width: 1200px;
    }
.container970 { 
    margin: 0 auto;
    padding: 3% 0;
    width: 970px;
    }
.container1400 { 
    width: 100%;
    margin: 0 auto;
    padding: 4% 8%;
    
    }
.container1128 { 
    margin: 0 auto;
    padding: 3% 0;
    width: 1128px;
    
    }
.containerfooter { 
    margin: 0 auto;
    padding: 2% 0 3%;
    width: 970px;
    
    }
@media screen and (max-width:1200px) { 
.container { 
    padding: 4% 4%;
    width: 100%;
}
    .container_menu { 
    padding: 1% 2%;
    width: 100%;
    }
    .container_m10 { 
    padding: 4% 4%;
    width: 100%;
    }
    .container_m0 { 
    padding: 4% 4%;
    width: 100%;
    }
}
@media screen and (max-width:970px) { 
.container970 { 
    padding: 4% 6%;
    width: 100%;
}
    .containerfooter { 
    padding: 4% 0%;
    width: 100%;
    
    }

}
@media screen and (max-width:1200px) { 
.container1400 { 
    margin: 0 auto;
    padding: 8% 3%;
    
    }
}
@media screen and (max-width:1200px) { 
.container1128 { 
    padding: 4% 6%;
    width: 100%;
    }

}
@media screen and (max-width:600px) {
    .container_menu { 
    padding: 0;
    width: 100%;
    }}





/*フッター固定*/


.footeranimation {
      display: none;
      width: 100%;
background: #061a40;
      position: fixed;
      bottom: 0;
      z-index:999;
    } 
.site-footer {padding-bottom: 50px;
    background: #061a40;}
#footfix {
    

/*border-top:solid 1px #87d2e7;*/}
#footfix_in {
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 10px 0;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */

}

.footfix_in_1 a {font-size: 40px; padding: 0 5px; color: #FFF;font-weight: 600; text-decoration: none; font-family: 'Pathway Gothic One', sans-serif;
line-height: 1em;}
.footfix_in_1 a:before {

    content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 40px;/*画像の幅*/
  height: 40px;/*画像の高さ*/
  background-image: url(../img/common/freedial.png);
  background-size: contain;
  vertical-align: middle;
    margin-right: 10px;
}
.footfix_in_2{font-size: 1em;
    color: #FFF;
    border: solid 1px #FFF;
    padding: 1px 5px;
    vertical-align: middle;
margin: 0 15px;}
.footfix_in_3 a{
    display: block; background:#FFF; 
    color: #000000;
    padding: 3px 60px;
    border: solid 2px #FFF;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
text-decoration: none;
margin: 0 5px;}
.footfix_in_3 a:hover{background:#061a40; 
    color: #FFF;
    border: solid 2px #FFF;
text-decoration: none;}
@media screen and (max-width:1200px) {
    .footfix_in_1 a {font-size: 30px;}
    .footfix_in_2 {font-size: 12px;}
    .footfix_in_3 a {font-size: 13px; padding: 1px 20px;}
    .footfix_in_3 a:hover{
     padding: 1px 20px;
    font-size: 13px;
}
    }
@media screen and (max-width:768px) {
    .footfix_in_1 a:before {

    content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(../img/common/freedial.png);
  background-size: contain;
  vertical-align: middle;
    margin-right: 5px;
}
    .footfix_in_1 a {font-size: 20px;}
    .footfix_in_2 {display: none; font-size: 9px; padding: 1px 5px; margin: 0 5px;/* order: 3;*/}
    .footfix_in_3 a {font-size: 11px; padding: 1px 10px;}
        .footfix_in_3 a:hover{
     font-size: 11px; padding: 1px 10px;
}
    }
/*フッター固定*/


/*ページトップへ戻る・ページ内スクロール*/

#page_top{
  width: 90px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 0px;
  opacity: 1;
    z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 25px;
  color: #FFF;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
  content: 'PAGE TOP';
  font-size: 13px;
  color: #FFF;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width:768px) {
    #page_top{
  width: 90px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  opacity: 1;
    z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 25px;
  color: #061a40;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
  content: 'PAGE TOP';
  font-size: 13px;
  color: #061a40;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
}
/*ページトップへ戻る・ページ内スクロール*/


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*2カラム1カラム*/
.flex_21 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
justify-content: center;
      margin: 2% 0;
}
 
.flex_21 .flex_21_in_left {
  width: 48%;
    margin-right: 2%
}
.flex_21 .flex_21_in_right {
  width: 48%;
    margin-left: 2%
}


@media screen and (max-width: 768px) {
    .flex_21 {
      margin: 4% 0;
}
.flex_21 .flex_21_in_left,.flex_21 .flex_21_in_right {
  width: 98%;
    margin: 3% 1%
}

}
/*2カラム1カラム*/

/*最新情報*/
section.infomation {background:#061a40;
position: relative;}
.more_btn_fix {position: absolute;
bottom: 20px;
right: 20px;}
.infomation h2 {
    font-weight: 700;
        color: #b8860b;
    font-size: 30px; 
    line-height: 1.1em;
letter-spacing: 2px;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    text-transform:uppercase;
}
.infomation h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #b8860b;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
.infomation h2 span {
    font-size: 14px; 
    font-weight: 900;
    letter-spacing: 1px;
    display: block;
}

@media screen and (max-width: 768px) {
    .infomation h2 {
     font-size: 20px; 
    line-height: 25px;
letter-spacing: 0px;
    }

    .infomation h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;/*線の上下位置*/
  display: inline-block;
  width: 40px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #FFF;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
.infomation h2 span {
    font-size: 12px; 
    font-weight: 300;
    }
}
.infomation_box {padding: 0.8em 1.2em;
    background-color: #061a40;
   height: 250px;
   overflow:scroll;
    border-radius: 5px;
    
}


.more_btn {margin: 20px 0 0;}
.more_btn a {
    font-family: 'Red Hat Display', sans-serif;
    border: 1px solid #061a40;
    border-radius: 4px;
padding: 5px 20px;
color: #FFF;
display: block;
    width: 230px;
    text-align: center;
    overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
    margin:0 auto;
    background-color: #061a40;
    font-size: 13px;
}
.more_btn a span {
    position: relative;
  display: inline-block;
  padding-right: 20px;
}
.more_btn a span::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
.more_btn a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
}
.more_btn a:hover {
  color: #061a40;
}
.more_btn a:hover::after {
  left: 0;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
    .more_btn {margin: 5% 0;}
.more_btn a {
    border-radius: 4px;
padding: 3px 20px;
display: block;
    width: 100%;
  transition: 0.2s linear;
    margin-left: auto;
}

}

.topics dl {
padding: 5px 0;
border-bottom: 1px dotted #000;
    display: flex;
    flex-wrap: wrap;
}

.topics dt {
padding-bottom: 1px;
    width: 15%;
}
.topics dd {width: 85%;}
.topics dd a {
color: #000;
}
@media screen and (max-width: 768px) {
.topics dt {
clear: left;
float: left;
width: 100%;
    
}
.topics dd {width: 100%;}
}
@media screen and (max-width: 768px) {
    .topics dt,.topics dd {font-size: 11px;}
}



.topics2 dl {
padding: 5px 0;
border-bottom: 1px dotted #FFF;
    display: flex;
    flex-wrap: wrap;
    color: #FFF;
}

.topics2 dt {
padding-bottom: 1px;
    width: 15%;
    color: #FFF;
}
.topics2 dd {width: 85%;}
.topics2 dd a {
color: #FFF;
}
@media screen and (max-width: 768px) {
.topics2 dt {
clear: left;
float: left;
width: 100%;
    
}
.topics2 dd {width: 100%;}
}
@media screen and (max-width: 768px) {
    .topics2 dt,.topics dd {font-size: 11px;}
}





.more_btn {margin: 20px 0 0;}
.more_btn a {
    font-family: 'Red Hat Display', sans-serif;
    border: 1px solid #061a40;
    border-radius: 4px;
padding: 5px 20px;
color: #FFF;
display: block;
    width: 230px;
    text-align: center;
    overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
    margin:0 auto;
    background-color: #061a40;
    font-size: 13px;
}
.more_btn a span {
    position: relative;
  display: inline-block;
  padding-right: 20px;
}
.more_btn a span::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
.more_btn a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
}
.more_btn a:hover {
  color: #061a40;
}
.more_btn a:hover::after {
  left: 0;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
    .more_btn {margin: 5% 0;}
.more_btn a {
    border-radius: 4px;
padding: 3px 20px;
display: block;
    width: 100%;
  transition: 0.2s linear;
    margin-left: auto;
}

}

.more_btn2 {margin: 20px 0;}
.more_btn2 a {
    border: 1px solid #061a40;
    border-radius: 4px;
padding: 5px 20px;
color: #FFF;
display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
    margin:0 auto;
    background-color: #061a40;
    font-size: 23px;
}
.more_btn2 a span {
    position: relative;
  display: inline-block;
  padding-right: 20px;
}
.more_btn2 a span::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
.more_btn2 a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
}
.more_btn2 a:hover {
  color: #061a40;
}
.more_btn2 a:hover::after {
  left: 0;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
    .more_btn2 {margin: 5% 0;}
.more_btn2 a {
    border-radius: 4px;
padding: 3px 20px;
display: block;
    width: 100%;
  transition: 0.2s linear;
    margin-left: auto;
}

}


/*2カラム1カラム*/
.flex_product {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
justify-content: flex-start;
    margin: 1% 0;
}
 
.flex_product .flex_product_in {
  width: 31%;
    margin: 1%
}
.flex_product .flex_product_in img {width: 100%;
object-fit: cover;
  height: 120px;}

.flex_product p {
    line-height: 1.4em;
    letter-spacing: 0;
}
.flex_product p span {display: inline-block;
font-weight: 700;
color: #061a40;}
.flex_product p.new:before {
	content: 'NEW ';
	display: inline-block;
	/* その他任意のデザイン指定 */
    font-size: 11px;
    font-weight: 900;
    color: #FFF;
    background-color: #c43737;
    padding: 3px 5px;
    line-height: 1em;
    margin-right: 5px;
}
@media screen and (max-width: 768px) {
.flex_product {
      margin: 4% 0;
}
 
.flex_product .flex_product_in {
  width: 31%;
    margin: 1%
}

}
/*2カラム1カラム*/
/*最新情報*/
/*今販売されているポンプ車*/
/*2カラム1カラム*/
.flex_sale {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
justify-content: flex-start;
    margin: 1% 0;
}
 
.flex_sale .flex_sale_in {
  width: 18%;
    margin: 1%
}
.flex_sale .flex_sale_in img {width: 100%;
object-fit: cover;
  height: 160px;
margin-bottom: 5px;}

.flex_sale p {
    line-height: 1.4em;
    letter-spacing: 0;
}
.flex_sale p span {display: inline-block;
font-weight: 700;
color: #061a40;}
.flex_sale p.new:before {
	content: 'NEW ';
	display: inline-block;
	/* その他任意のデザイン指定 */
    font-size: 11px;
    font-weight: 900;
    color: #FFF;
    background-color: #c43737;
    padding: 3px 5px;
    line-height: 1em;
    margin-right: 5px;
}
@media screen and (max-width: 768px) {
.flex_sale {
      margin: 4% 0;
}
 
.flex_sale .flex_sale_in {
  width: 31%;
    margin: 1%
}

}
/*2カラム1カラム*/
.catch {
    font-weight: 900;
    font-size: 38px;
    line-height: 1.5em;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.catch2 {
    font-weight: 900;
    font-size: 28px;
    line-height: 1.8em;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.catch3 {
    font-weight: 900;
    font-size: 25px;
    line-height: 1.8em;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.catch4 {
    font-weight: 900;
    font-size: 23px;
    line-height: 1.8em;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.catch5 {
    font-weight: 900;
    font-size: 20px;
    line-height: 1.6em;

}
.catch6 {
    font-weight: 900;
    font-size: 18px;
    line-height: 1.6em;
}
@media screen and (max-width:768px) {
    .catch {
    font-weight: 900;
    font-size: 19px;
    line-height: 1.5em;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: capitalize;
}
    .catch2 {
    font-size: 18px;
    line-height: 1.5em;
}
    .catch2 span {font-size: 15px;}
    .catch3 {
    font-size: 16px;
    }
    .catch4 {
    font-size: 16px;
    line-height: 1.8em;
}
.catch5 {
    font-size: 15px;
    line-height: 1.6em;
}
.catch6 {
    font-size: 13px;
    line-height: 1.6em;

}
}

 .mds_check {
    font-weight: 900;
    font-size: 22px;
    line-height: 1.5em;
    letter-spacing: 2px;
    padding-bottom: 20px;
padding-left:2em;
text-indent:-0.8em;    
}
 .mds_check::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";

  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
    color: #061a40;
    padding-right: 10px;
}
@media screen and (max-width: 768px) {
 .mds_check {
    font-weight: 900;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 2px;
    padding-bottom: 20px;
padding-left:2em;
text-indent:-0.8em;    
}
}
.red {color: #c43737;}
.blue {color: #061a40;}
.salecatch_bk {
 background-color: rgba(255,255,255,0.6);
width: 100%;
    text-align: center;
padding: 2em 2em 2em 380px;}


.salecatch_bk ul.line_account {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.salecatch_bk ul.line_account li {
	text-align: left;
}
.salecatch_bk ul.line_account li:first-child {
	padding-right: 10px;
	font-size: 18px;
}
.salecatch_bk ul.line_account li:last-child {
	width: 116px;
}
@media screen and (max-width: 768px) {
	.salecatch_bk ul.line_account {
		flex-direction: column;
	}
	.salecatch_bk ul.line_account li {
		text-align: center;
	}
	.salecatch_bk ul.line_account li:first-child {
		padding-right: 0;
		font-size: 15px;
		margin-bottom: 10px;
	}
	.salecatch_bk ul.line_account li:last-child {
		width: auto;
	}
}


.sagyouin_waku {
    position: relative;
}
.sagyouin img {
    position: absolute;
left: 0px;
bottom: 0;
z-index: 9999;
width: 380px;}
@media screen and (max-width: 768px) {
    .sagyouin img {width: 200px;}
    .salecatch_bk {
padding: 2em 2em 2em 200px;}
}
@media screen and (max-width: 480px) {
    .sagyouin img {width: 160px;  }
    .salecatch_bk {
padding: 1em 1em 130px 1em ;}
}
.bkimg {
position: relative;
z-index: 0;}

.bkimg.bkimg01 {background: url(../img/image/78.jpg) center center / cover no-repeat;
}
/*コンクリートポンプ車買取5つの特長*/
section.message {
    padding: 4% 0;
    background: linear-gradient(135deg, rgba(6, 143, 255, 0.6), rgba(113, 184, 255, 0.6) ) fixed,url(../img/image/78.jpg);
background-size: cover; background-position: bottom center; background-attachment: fixed;
} 
.message .message_waku {position: relative;
    background-color: #097ddb;

    padding: 8% 4% 4%;
    text-align: center;}
.message .message_waku h2 {
    position: absolute;
    top:-20px;
    left: 0;
  right: 0;
  margin: auto;
    
    color: #FFF; font-size: 40px; 
    line-height: 40px;
letter-spacing: 3px;
font-weight: 900;}

.message .message_waku p{
    color: #FFF;

text-align: left;}
@media screen and (max-width: 768px) {
    .message .message_waku {
    padding: 4% 4% 4%;
}

    .message .message_waku h2 {
        position: absolute;
    top:-15px;
    left: 0;
  right: 0;
  margin: auto;
font-size: 18px; 
    line-height: 25px;
letter-spacing: 2px;}
.message .message_waku h2 span {
    font-size: 16px; 
    line-height: 0.4em;
}
.message .message_waku p{
font-size: 12px;
    line-height: 1.7em;
}
}
/*コンクリートポンプ車買取5つの特長*/

.bkimg.bkimg05 {
    background-image:
    url("../img/starnet/facility/base.png"), /* 最前面の背景レイヤーの背景画像 */
/*    linear-gradient( to right, rgba(255,255,255,0),  #fff ),*/
    url("../img/starnet/facility/obj_product01_alarm_gateway.png");
    background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
/*	no-repeat,*/
	no-repeat;

  background-position:
    left 10% bottom 40px,/* 最前面の背景レイヤーに対応 */
/*	left,*/
	right 10% bottom  40px;
}
@media screen and (max-width:798px) {
    .bkimg.bkimg01 {background: url(../img/image/1.jpg) center right / cover no-repeat;
}
    .bkimg.bkimg03 {background-image:none;
}
    .bkimg.bkimg05 {
    background-image:none;
}
}
.bkimg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
     background-color: rgba(0, 0, 0, .1);
    z-index: -1;
}
.right {
    text-align: right;
}
.bkimg p.catch_bkimg_white {
    margin: 2em 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: 7px;
    z-index: 3;
    color: #FFF;
}

.bkimg p.catch_bkimg_white span {
    margin: 2em 0;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 3px;
    display: block;
    line-height: 2em;
}   
.bkimg p.catch_bkimg_black {
    margin: 2em 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: 7px;
    z-index: 3;
    color: #000000;
}

.bkimg p.catch_bkimg_black span {
    margin: 2em 0;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 3px;
    display: block;
    line-height: 2em;
}   
@media screen and (max-width:798px) {
    .bkimg p.catch_bkimg_white {
        margin: 1em 0;
    font-size: 28px;
        line-height: 1.6em;
}
    .bkimg p.catch_bkimg_white span {
    font-size: 13px;
        letter-spacing: 0px;
}    .bkimg p.catch_bkimg_black {
        margin: 1em 0;
    font-size: 28px;
        line-height: 1.6em;
}
    .bkimg p.catch_bkimg_black span {
    font-size: 13px;
        letter-spacing: 0px;
}
}


/*表示しておくテキスト*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	width: auto;
	margin: 2em auto;
}
.cp_box label {
	font-weight: bold;
	position: relative;
	display: block;
	width: 80%;
	margin: auto;
	padding: 0.3em 1em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #061a40;
	border: 2px solid #061a40;
	border-radius: 3px;
}
.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #061a40;
}
.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' \f067';
	color: #061a40;
}
.cp_box label:hover::after {
	color: #ffffff;
}
.cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';
	content: ' \f068';
	color: #da3c41;
}
.cp_box input:checked ~ label:hover::after {
	color: #ffffff;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
	background: rgba(255, 255, 255, 0.5);
}
.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
}
/*表示しておくテキスト*/

/*スクロールするよう促すラインアニメーション*/
.scroll a {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
    font-weight: 900;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scroll a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}
.scroll a::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 768px) {
    .scroll a {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 130px;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
    font-weight: 900;
  font-size: 9px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
    .scroll a::after {
  content: '';
  position: absolute;
  top: 100px;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
}
/*スクロールするよう促すラインアニメーション*/
/* ・第二見出し要素*/
/*第二階層*/

section.daini h2 {
    font-weight: 700;
        color: #000000; 
    font-size: 30px; 
    line-height: 1.1em;
letter-spacing: 2px;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    text-transform:uppercase;
}
section.daini h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #000000;/*線の色*/
  border-radius: 2px;/*線の丸み*/
    
}
section.daini h2 span {
    font-size: 14px; 
    font-weight: 900;
    letter-spacing: 1px;
    display: block;
}


@media screen and (max-width: 768px) {
section.daini h2 {
     font-size: 18px; 
    line-height: 25px;
letter-spacing: 0px;
    padding-bottom: 10px;}
section.daini h2::before{
    bottom: -10px;/*線の上下位置*/
    margin-bottom: 10px;
        
}
section.daini h2 span {
    font-size: 14px; 
    }
}


/*第二階層*/
/*CONTENTSバナー*/
.cont_bn {margin: 4% auto;}
/*3カラム1カラム*/
.flex_cont31 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;

}
 
.flex_cont31 .flex_cont31_in {


}
@media screen and (max-width: 768px) {
    .flex_cont31{
  margin: 2% 0;

}

}
/*3カラム1カラム*/
 @import url(https://fonts.googleapis.com/css?family=Raleway:500,900);
figure.snip1432 {
  
  position: relative;
  overflow: hidden;
  margin: 15px;
  min-width: 230px;
  max-width: 330px;
  width: 100%;
  background: #061a40;
  text-align: left;
}

@media screen and (max-width: 768px) {
    figure.snip1432 {
  position: relative;
  overflow: hidden;
  margin: 3% 6%;
  width: 88%;
  background: #87d2e7;
  text-align: left;
}
}
figure.snip1432 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1432 img {
  opacity: 1;
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
    width: 100%;
    object-fit: cover;
    height: 130px;
}


figure.snip1432 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
    border: solid 1px #4d4d4d;
}
figure.snip1432 figcaption > div {
  height: 50%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
figure.snip1432 h2,
figure.snip1432 h3 {
    color: #FFF;
  margin: 0;
  position: absolute;
  left: 0;
  padding: 0 20px;
  text-transform: capitalize;
}
figure.snip1432 h2 {
    
  font-weight: 900;
    font-size: 18px;
  top: 0;
    line-height: 1.2em;
   background-color: rgba(0,0,0,0.5);padding: 10px 1em;
    
}
section.daini figure.snip1432 h2:before {
    content: none;
    
}
figure.snip1432 h3 {
    font-family: 'Raleway', Arial, sans-serif;
  font-size: 1em;
  bottom: 0;
  font-weight: 500;
   
}
figure.snip1432 h3:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
figure.snip1432 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1432:hover img,
figure.snip1432.hover img {
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1432:hover figcaption h3:first-of-type,
figure.snip1432.hover figcaption h3:first-of-type {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  opacity: 0;
}
figure.snip1432:hover figcaption h3:nth-of-type(2),
figure.snip1432.hover figcaption h3:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
/*hover animation  バナー*/
.bk_dot {

  width : 100%;
  height : auto;
                                      /* ドット（水玉）模様のCSS */
  background-color   : #f4f4f4;
  background-image   : radial-gradient(#0353a4 19%, transparent 30%),
                       radial-gradient(#0353a4 19%, transparent 30%);
  background-position: 0 0, 2px 2px;
  background-size    : 4px 4px;
}
/*今販売されているポンプ車*/










































/*お問い合わせ１００％*/
.btn100 {width: 100%;
    background: url("../img/top/inquiry_bg.jpg") no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
position: relative;}
.btn100::before {
    content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.2);
}
.btn100 a {
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 2px;
  display: block;
  padding: 120px 0;
  text-decoration: none;
  font-size: 50px;
  color: #061a40;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
    text-align: center;
    line-height: 1em;
}
.btn100 a span {
    font-weight: 300;
    font-size: 20px; display: block;
text-align: center;}
@media screen and (max-width:768px) {
    .btn100 a {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 2px;
  display: block;
  padding: 60px 0;
  text-decoration: none;
  font-size: 30px;
  color: #061a40;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
    text-align: center;
    line-height: 1em;
}
    .btn100 a span {font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 13px; display: block; }
}
.btn100 a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
}
.btn100 a:hover {
  color: #fff;
}
.btn100 a:hover::after {
  left: 0;
  background-color:rgba(0,0,0,0.8);
}
/*お問い合わせ１００％*/
/*footer*/
footer {
    background: #F4F4F4;
}
footer p {color: #FFF;}
footer a {
	color: #FFF;
	text-decoration: none;
}
footer h1 {font-size: 13px; color: #000000;  font-weight: normal; line-height:1.4em;}
@media screen and (max-width: 480px) {
    footer {
	padding: 15px;}
    footer h1 {font-size: 11px; padding-bottom: 20px; text-align: left;}
}


.flex_footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
 
.flex_footer_company {
  width: 100%;
  margin: 0;
        display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;

}
.flex_footer_company_in {
    margin-bottom: 20px;
    margin: 2% 0;
    padding: 0 20px;
}
.flex_footer_company_in:first-child {width: 100%; text-align: center;}

.flex_footer_company img {width: 260px; margin: 0 auto 15px; }
.flex_footer_link_box {
  width: 100%;
  margin: 0;
    display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
}
.flex_footer_link {width: 16%; margin: 2%; }
@media screen and (max-width: 1200px) {
    .flex_footer_company img {width: 200px; margin: 0 auto 15px; }
    .flex_footer_company,.flex_footer_link_box {width: 100%; margin: 3% 0;}
        .flex_footer_company_in {
        width: 33%;
    margin-bottom: 0px;
    }
    .flex_footer_link {width: 33%; margin: 0%; padding:0; }
    }

@media screen and (max-width: 768px) {
    .flex_footer_company,.flex_footer_link_box {width: 100%;}
    .flex_footer_company_in {
     width: 100%;
    margin-bottom: 20px;
    }

    .flex_footer_link {width: 100%; margin: 0%; padding:0; }
    }
/*footer*/
.kaisha {margin-bottom: 10px;
    }
.kaisha::after {
    content: '';
    display: block;
    background: #4d4d4d;
    height: 1px;
    width: 40px;
    margin-top: 8px;
}

.jusho {}

.footmenu2_box {width: 100%;  margin: 3% 0;}
@media screen and (max-width: 768px) {
    .footmenu2_box {margin: 3% 0%;}
}
.footmenu li {
    display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: capitalize;
  padding: 0.3em 0;
    text-decoration: none;
    line-height: 1.2em;
    font-size: 12px;
    letter-spacing: 0;
  }
.footmenu li:first-child {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 600;
    font-size: 110%;
    line-height: 1em;
    letter-spacing: 0.1em;
}
.footmenu li:first-child a {color: #061a40;}
.footmenu li:hover:first-child a,.footmenu li:hover:first-child span {color: #008cb2;}
.footmenu li:first-child span {font-size: 70%; font-weight: normal; display: block; padding: 0; margin: 5px 0 8px; color: #061a40; font-weight: 700; letter-spacing: 1px;}
.footmenu li:first-child::after {
    content: '';
    display: block;
    background: #061a40;
    height: 1px;
    width: 20px;
    margin-bottom: 10px;
}

.footmenu li a {
    color: #000000;
}
.footmenu li a:hover {
    color: #061a40;
}
@media screen and (max-width: 768px) {
    .footmenu li {padding: 0.3em 0;
        font-size: 11px;
    }
    .footmenu li:first-child {padding-top: 20px;}
}


ul.footmenu2 {    
    list-style: none;
    display:flex;
    flex-wrap: wrap;
}
ul.footmenu2 li {padding: 0 10px 0 0;}
ul.footmenu2 li a {color: #FFF;}
ul.footmenu2 li a:hover {
   color: #FFF;
}
ul.footmenu2 li::before {
  content: "/";
  margin-left: .5em;  
  margin-right: .5em;  
    color: #FFF;
}
@media screen and (max-width: 480px) {
ul.footmenu2 {    
    display: flex;
  flex-flow: column wrap;
}
}

.copyright {
   color: #FFF;
    text-align: center;
}



/* マーカー線・黄色 */
.marker-yellow {
  background: linear-gradient(transparent 80%, #efef3f 80%);
    font-weight: 700;
    font-size: 130%;
    color:#FD8840;}

/* 第二見出し要素
----------------------------------------------------------- */
  
/*    body, html, main {
    /* important 
    height: 100%;
}*/
.daini_mds {padding-top: 100px;}
.cd-fixed-bg {
    height: 300px;
    background-size: cover;
/*    background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/daini/4.jpg");
}
.cd-fixed-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    content: "";
    display: block;
/*   background-color: rgba(255, 255, 255, .4);*/
     background-color: rgba(0, 0, 0, .3);
    background-image: radial-gradient(#555 20%, transparent 0), radial-gradient(#555 20%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 4px 4px;
}

.cd-scrolling-bg {
    min-height: 100%;
}
    .cd-fixed-bg h1 {
    font-weight: 900;
    letter-spacing: 5px;
    display: block;
    padding-top: 25px;
    text-decoration: none;
    font-size: 35px;
    color: #FFF;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: 0.2s linear;
    text-align: center;
    line-height: 1.2em;
        text-transform: capitalize;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}   
    .dainikomidashi { text-align: center; font-size: 18px; letter-spacing: 1px;
text-shadow: 2px 2px 2px rgba(0,0,0,0.2);}   
  
@media screen and (max-width: 790px) {
    .daini_mds {padding-top: 50px;}
.cd-fixed-bg {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
  .cd-fixed-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    content: "";
    display: block;
/*   background-color: rgba(255, 255, 255, .4);*/
     background-color: rgba(0, 0, 0, .2);
    background-image: radial-gradient(#383838 20%, transparent 0), radial-gradient(#383838 20%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 4px 4px;
}

.cd-scrolling-bg {
    min-height: 100%;
}
    .cd-fixed-bg h1 {font-size: 20px; letter-spacing: 2px; padding: 60px 4%;
}   
    .dainikomidashi {font-size: 13px; letter-spacing: 0; padding: 2% 4%;
} 

} 





/*お問い合わせ*/
/*3カラム1カラム*/
.flex_otoi_bn {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
    justify-content: center;
    align-items:center;
}
 
.flex_otoi_bn div.otoi_btn {
  width: 31%;
  margin: 1%;
}
@media screen and (max-width:798px) {
 .flex_otoi_bn {
 padding: 0%;
}
.flex_otoi_bn div.otoi_btn {
  width: 100%;
  margin: 1% 0;
}
}
/*3カラム1カラム*/
.otoi_btn {position: relative;}
.otoi_btn a {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    line-height: 1.3em;
  display: block;
  background-color: #87d2e7;
  border: solid 3px #87d2e7;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 23px;
  color: #FFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
    height: 120px;
    
}
.otoi_btn:after {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    bottom: 45px;
    right: 10px;
    margin-top: -12px;
    font-size: 16px;
    color: #FFF;
    z-index: 2;
}
.otoi_btn a span {display: block;
font-size: 13px;
font-weight: 300;}
.otoi_btn a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
}
.otoi_btn a:hover {
  color: #87d2e7;
}
.otoi_btn a:hover::after {
  left: 0;
  background-color: #FFF;
}
@media screen and (max-width:1180px) {
        .otoi_btn a {
        font-weight: 700;
        font-size: 16px;
            height: 90px;
        padding: 10px 10px;
}
    .otoi_btn:after {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    bottom: 30px;
    right: 10px;
    margin-top: -12px;
    font-size: 16px;
    color: #FFF;
    z-index: 2;
}
}
@media screen and (max-width:798px) {
    .otoi_btn a {
        font-weight: 700;
        font-size: 14px;
            height: auto;
        padding: 10px 10px;
}
    .otoi_btn a span {display: block;
font-size: 12px;
font-weight: 300;}
        .otoi_btn:after {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    bottom: 30px;
    right: 10px;
    margin-top: -12px;
    font-size: 16px;
    color: #FFF;
    z-index: 2;
}
}
/*ページ内リンクのずれ解消*/
a.anchor{
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}
/*ページ内リンクのずれ解消*/
.otoi_tel a {
    
    font-size: 50px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Pathway Gothic One', sans-serif;
    line-height: 1em;
    
}

.otoi_tel a:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../img/inquiry/freedial.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .otoi_tel a {
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Pathway Gothic One', sans-serif;
    line-height: 1em;
    
}
    .otoi_tel a:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/inquiry/freedial.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
}

.modoru {text-align: center; }
.modoru a {
padding: 10px 30px;
margin: 80px 0;
background-color: #F4F4F4;
border-radius: 8px;
display: inline-block;}
.modoru a:hover {background-color: #87D2E7;
color: #FFF;}
/*お問い合わせ*/

/*会社概要*/
/*テーブル*/
table.tbl{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  width: 100%;
}
table.tbl th,
table.tbl td{
  border: 1px solid #ccc;
  padding: 5px 10px;
}
table.tbl th{
    text-align: left;
    vertical-align: middle;
  background: #F3F3F3;
    width: 30%;
    font-weight: 500;
}
table.tbl td{
  background: #FFF;
}
@media (max-width: 600px) {
table.tbl{
      width: 100%;
    
    }
    table.tbl th,
    table.tbl td{
        text-align: left;
        width: 100%;
      display: block;
        font-size: 1em;
        padding: .5em 0.5em;
        line-height: 1.6em;
    }
    table.tbl th,
    table.tbl td{
      border-top: none; /* 一旦、すべてのborder-topを削除 */
    }
    table.tbl tr:first-child th{
      border-top: 1px solid #CEC3C0; /* 一番上にあるthだけborder-topを追加 */
    }

}
.go_top{text-align: right;color: #534741; font-size: 0.8em; margin-top: 10px; }
/*/テーブル*/

/*シマシマテーブル*/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
/*会社概要*/
/*流れ*/
.strt,.en {display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: flex-start;}
.strt .strtttl {font-size: 1.6em; display: inline; color: #061a40; font-weight: 900; }
.strt .sircle {
      width: 6em;
  height: 6em;
  text-align: center;
  line-height: 6em;
  border-radius: 3em;
  background: #061a40;
  display: inline-block;
  color: white;
  position: relative;
    font-size: 1.3em;
    font-weight: 900;
    margin: 0 1em;

}
 .ensen .en .enttl {font-size: 1.4em; display: inline; color: #061a40; font-weight: 900;}
.ensen .en .sircle {
  width: 5em;
  height: 5em;
  text-align: center;
  line-height: 5em;
  border-radius: 2.5em;
  background: #061a40;
  margin: 0 1em 0 2.6em;
  display: inline-block;
  color: white;
  position: relative;
    font-size: 1em;
    font-weight: 900;
}
    .ensen .sen {
    border-left: 2px solid #061a40;
    margin: 0 0 0 5em;
    padding: 1.8em 0 1.8em 3.2em;
}

.entxt {display: inline-block;}
@media screen and (max-width: 600px) {
.strt,.en {display: block;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
    text-align: center;}


.strt .sircle {
      width: 5em;
  height: 5em;
  text-align: center;
  line-height: 5em;
  border-radius: 2.5em;
  display: inline-block;
  color: white;
  position: relative;
    font-size: 1em;
    font-weight: 900;

}
    .ensen .en .sircle {
  width: 3em;
  height: 3em;
  text-align: center;
  line-height: 3em;
  border-radius: 1.5em;
  margin: 0 1em 0 1em;
  display: inline-block;
  color: white;
  position: relative;
    font-size: 1em;
    font-weight: 900;
}
        .ensen .sen {
    margin: 1em 50%;
    padding: 1.5em;

}
}




.active {
  background: dodgerblue;
}

.active ~ li {
  background: lightblue;
}

.active ~ li::before {
  background: lightblue;
}
.aka {color: #FF0004;}

/*2カラム1カラム*/
.flex_21img {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
    justify-content: center;
    align-items:center;
    background-color: #F4F4F4;
    margin: 20px 0;

}
 
.flex_21img div.flex_21img_inimg {
  width: 26%;
  margin: 2%;
}
.flex_21img div.flex_21img_inimg img {width: 100%;}
.flex_21img div.flex_21img_intxt {
  width: 66%;
  margin: 2%;
}
@media screen and (max-width:798px) {
.flex_21img div.flex_21img_inimg,.flex_21img div.flex_21img_intxt {
  width: 96%;
    margin: 2%;
}
}
/*2カラム1カラム*/

/*流れ*/
/*----------------------------------------------------------------*/
/* サイトマップ*/
/*----------------------------------------------------------------*/  

.sitemap ul li ul {
  margin-top: .8em;
  margin-bottom: .75em;
  margin-left: 30px;
    line-height: 2em;
}
 
.sitemap ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
 
.sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #999;
}
 
.sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
.sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #999;
}
/*----------------------------------------------------------------*/
/* サイトマップ*/
/*----------------------------------------------------------------*/  

/*2カラム1カラム*/
.flex_img {
  display: flex;
  flex-wrap: wrap;
          align-items: center;
          justify-content: center;
   
}
 
.flex_img .flex_img_in_left {
      width: calc(46%);
    margin: 2%;
    padding: 0;

}
.flex_img .flex_img_in_right {
     width: calc(46%);
    margin: 2%;
    padding: 0;
}

    .flex_img img {width: 100%; padding-top: 0;}
@media screen and (max-width: 768px) {
    .flex_img .flex_img_in_left { order: 1; }
.flex_img .flex_img_in_right { order: 2; }

    }
.flex_img .txt{font-size: 1.4em;
color: #330f0a;
font-weight: 600;}
@media screen and (max-width: 790px) {
.flex_img {

}
 
.flex_img .flex_img_in_left {
  width: calc(100%);
  margin: 0 auto;
padding: 2%;
    text-align: center;
}
.flex_img .flex_img_in_right {
  width: calc(100%);
  margin: 0 auto;
padding: 2%;
        text-align: center;
}
    .flex_img img {max-width: 60%;
    }
    }
/*2カラム1カラム*/
.mds_sen {font-size: 22px;
font-weight: 700;
border-bottom: solid 1px #000;
margin-bottom: 20px;}
.mb20 {margin-bottom: 20px;}
.mb40 {margin-bottom: 40px;}



ol.ol01 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
.ol01 li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
    line-height: 1.4em;
}
.ol01 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color:#4B75CE;
  color: #FFF;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.btn_new {
    font-size: 12px; color:#FFF;
background-color: #FF8D00;
padding: 3px 5px;}
.btn_chumoku {
    font-size: 12px; color:#FFF;
background-color:#0096FF;
padding: 3px 5px;}
.btn_check {
    font-size: 12px; color:#FFF;
background-color:#C605F3;
padding: 3px 5px;}
.btn_osusume {
    font-size: 12px; color:#FFF;
background-color:#38AF00;
padding: 3px 5px;}

/*サムネで切り替え*/
    #mainImg img,#subImg img{
            width: 100%;
            height: auto;
        }
        #mainImg{
            border: 1px solid #111;
            margin-bottom: 10px;

        }
        #subImg{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        #subImg li{
            width: 10%;
            border: 1px solid #ccc;
        }
        #subImg li.current{
            border: 1px solid #14dfff;
        }
       
/*サムネで切り替え*/

/*よくある質問*/
.faq{
  background: #F6F6F6;
  padding: 20px;

}
.faq dt{
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted;
  font-weight: bold;
}
.faq dt:before{
  content: "Q";
  font-weight: normal;
  background: #cc0000;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6;
  text-align: center;
  display: inline-block;
  border-radius: 1em;
  margin-right: .5em;
}
.faq dd{
  margin-bottom: 2em;
}
.faq dd:last-child{
  margin-bottom: 0;
}
/*よくある質問*/
/*Gallery*/

/*３カラム2カラム*/
.flex3 {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
    justify-content: center;
    margin-bottom: 8%;
}
 
.flex3 div.flex3_in {
  width: calc(31%);
  margin: 1%;
    
}
.flex3 div.flex3_in img {
  vertical-align: bottom;
    object-fit: cover;
    width: 100%;
    height: 230px;
}
@media screen and (max-width:480px) { 
.flex3 div.flex3_in {
  width: calc(46%);
  margin: 2%;
}
}
/*３カラム2カラム*/
.click {text-align: center; margin: 10px 0;}
.click p {background-color: #F4F4F4;
padding: 5px 30px;
width: auto;
text-align: center;
display: inline-block;
border-radius: 8px;
color: #616161;}
/*Gallery*/
.day {color: #061a40;
font-weight: 700;}
.flex_blog {
    display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
    justify-content: center;
    margin-bottom: 8%;
}
.blog_box {
    width: calc(31%);
  margin: 1%;
    padding: 20px 20px 60px;
    border:solid #ccc 1px;
    border-radius: 5px;
    position: relative;
}
.blog_box img {
  vertical-align: bottom;
    object-fit: cover;
    width: 100%;
    height: 230px;
}
@media screen and (max-width:480px) { 
.blog_box {
  width: calc(100%);
  margin: 0%;
}
}
.blog_box .honbun {
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    
}
.blog_ttl {font-size: 130%;
padding-top: 10px;
font-weight: 500;}
.img100 img {width: 100%;
margin: 15px 0;}
.blog_mds {font-size: 20px;
font-weight: 700;
border-left: 6px solid #061a40;
padding-left: 10px;
margin-bottom: 10px;}

.page_number {
  display: flex;
  flex-wrap: wrap;
          align-items: center;
          justify-content: center;
    margin: 20px 0;
}
.page {
    background-color: #F4F4F4;
    color: #000;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 5px;
}
/*4カラム1カラム*/
.flex41 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
justify-content: center;
      margin: 2% 0;
}
 
.flex41 .flex41_in {
  width: 23%;
    margin: 1%;
    
    
}

.flex41 .flex41_in img {width: 100%;}


@media screen and (max-width: 768px) {
.flex41 {
      margin: 4% 0;
}
.flex41 .flex41_in {
  width: 48%;
    margin: 3% 1%
}

}
/*4カラム1カラム*/
/*「商談中」「レンタル中」「SOLD OUT」*/
.example {/*親div*/
  position: relative;/*相対配置*/
  }

.example .example_txt  {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: red;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 2em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
    text-align: center;
    line-height: 1.4em;
    letter-spacing : 1px;                /* 文字間 */
  text-shadow    : 
       2px  2px 1px #FFF,
      -2px  2px 1px #FFF,
       2px -2px 1px #FFF,
      -2px -2px 1px #FFF,
       2px  0px 1px #FFF,
       0px  2px 1px #FFF,
      -2px  0px 1px #FFF,
       0px -2px 1px #FFF;        /* 文字の影 */
    width: 100%;
  }

.example img {
  width: 100%;
  }
/*「商談中」「レンタル中」「SOLD OUT」*/
.gly-bk {
    border: dotted 1px #ccc;
    background-color: #F4F4F4;
    padding: 3%;
    margin-bottom: 10px;
    width: auto;
}


/*------- TOP ピックアップ動画*/
.movie_box_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.movie_box_wrap .movie_box {
	width: 48%;
	width: -webkit-calc((100% - 4%)/ 2);
	width: calc((100% - 4%)/ 2);
	margin: 0 1% 30px;
}
.movie_box_wrap .movie_box .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie_box_wrap .movie_box .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.movie_box_wrap .movie_box .text {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.movie_box_wrap {
		flex-direction: column;
	}
	.movie_box_wrap .movie_box {
		width: 100%;
	}
}

/*-------個別の商品 動画*/
.sell_movie_box_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}
.sell_movie_box_wrap .movie_box {
	width: 48%;
	width: -webkit-calc((100% - 4%)/ 2);
	width: calc((100% - 4%)/ 2);
	margin: 0 1% 30px;
}
.sell_movie_box_wrap .movie_box .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.sell_movie_box_wrap .movie_box .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.sell_movie_box_wrap .movie_box .text {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.sell_movie_box_wrap {
		flex-direction: column;
	}
	.sell_movie_box_wrap .movie_box {
		width: 100%;
	}
}


/*-------展示場 動画*/
.exhibition_movie_box_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 60px;
}
.exhibition_movie_box_wrap .movie_box {
	width: 48%;
	width: -webkit-calc((100% - 4%)/ 2);
	width: calc((100% - 4%)/ 2);
	margin: 0 1% 30px;
}
.exhibition_movie_box_wrap .movie_box .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.exhibition_movie_box_wrap .movie_box .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.exhibition_movie_box_wrap .movie_box .text {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.exhibition_movie_box_wrap {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.exhibition_movie_box_wrap .movie_box {
		width: 100%;
	}
}

