@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:600');
/*-----------------------------------------------------

  ページ共通CSS

------------------------------------------------------*/
.topSec {
  margin-bottom: 80px;
}
.topSec:last-child {
  margin-bottom: 0;
}
.ttl_01 {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
}
.ttl_01 .ttl {
  font-size: 36px;
  color: #b4d7ef;
  margin-bottom: 8px;
  font-family: 'futura', sans-serif;
  font-weight: normal;
}
.ttl_01 .subttl {
  font-size: 16px;
  font-weight: bold;
  color: #1b6aa1;
  line-height: 1.4;
}
.btn_01 {
  text-align: center;
}
.btn_01 a {
  background: #4496d0;
  background: #4496d0;
  color: #fff;
  padding: 15px 50px;
  line-height: 1;
  font-size: 12px;
  border: solid 1px #4496d0;
}
.btn_02 {
  text-align: center;
}
.btn_02 a {
  border: solid 1px #1b6aa1;
  color: #1b6aa1;
  padding: 15px 65px 14px 40px;
  line-height: 1;
  background: url(../Image/common/arrow_db.png) no-repeat center right 15px /18px 18px;
  font-size: 16px;
}

/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
.btn_01 a:hover {
  background: #fff;
  color: #4496d0;
}
.btn_02 a:hover {
  background-position: right 8px center;
  background-color: #1b6aa1;
  color: #fff;
  background-image: url(../Image/common/arrow_wh.png);
}
}
/*-----------------------------------------------------

  トップページ    top

------------------------------------------------------*/
/*    MAIN IMAGE
-------------------------------*/
#top #mainimage {
  text-align: center;
  position: relative;
  height: 457px;
  width: 100%;
  overflow: hidden;
}
#top #mainimage img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  max-width: none;
}
/*    SETCION 00
-------------------------------*/
#top #sec_00 .lead {
  text-align: center;
  line-height: 2;
  margin-bottom: 25px;
}
#top #sec_00 .imgBox{
  margin-bottom:25px;
  text-align:center;
}
#top #sec_00 .imgBox ul li{
  float:left;
  width: 253px;
}
#top #sec_00 .imgBox ul li span{
  text-align: center;
  font-size: 18px;
  color: #1b6aa1;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
  transition: .4s ease;
  line-height: 24px;
  display:block;
  margin-top: 15px;
}
#top #sec_00 .imgBox ul li span:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4496d0;
  transition: .4s ease;
}
/*    SETCION 01
-------------------------------*/
#top #sec_01 .lead {
  text-align: center;
  margin-bottom: 40px;
}
#top #sec_01 .advBox li {
  float: left;
  width: 253px;
}
#top #sec_01 .advBox li:nth-child(2) {
  width: 254px;
}
#top #sec_01 .advBox li .imgBox {
  margin-bottom: 15px;
  width: 100%;
  height: 168px;
  overflow: hidden;
}
#top #sec_01 .advBox li .imgBox img {
  transition: .4s ease;
  transform: scale(1);
}
#top #sec_01 .advBox li p {
  text-align: center;
  font-size: 18px;
  color: #1b6aa1;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
  transition: .4s ease;
  line-height: 24px;
}
#top #sec_01 .advBox li p:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4496d0;
  transition: .4s ease;
}

/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
#top #sec_01 .advBox li a:hover .imgBox img {
  transform: scale(1.1);
  opacity: 0.5
}
#top #sec_01 .advBox li a:hover p {
  color: #233c65;
}
#top #sec_01 .advBox li a:hover p:after {
  width: 150px;
  background: #233c65
}
}
/*    SETCION 02
-------------------------------*/
#top #sec_02{
  text-align:center;
}
#top #sec_02 .lead {text-align:  center;margin-bottom: 25px;}
/*#top #sec_02 .imgBox{
  display:inline-block;
    margin:0 auto 25px;
      border: solid 1px #b4d8ef;
    padding: 10px;
    background: #f5f9fc;
}*/
#top #sec_02 .orderTtl {
    font-size: 28px;
    font-family: 'futura', sans-serif;
    line-height: 1;
    padding-bottom: 8px;
    color: #175284;
    border-bottom: solid 1px #175284;
    margin-bottom: 15px;
}
#top #sec_02 .orderTtl span {
    font-size: 65%;
}
#top #sec_02 .headline02 {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #4193d0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}
/*#top #sec_02 .typeList {
    margin-top: 50px;
}
#top #sec_02 .typeList li {
    width: 100%;
    float: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
#top #sec_02 .typeList li:last-child {
   margin-bottom: 0;

}
#top #sec_02 .typeList li:nth-child(odd)  .txtBox {
    padding-left: 30px;
}
#top #sec_02 .typeList li:nth-child(even)  .txtBox {
    padding-right: 30px;
}
#top #sec_02 .imgBox {
    width: 30%;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}
#top #sec_02 .txtBox {
    width: 70%;
}
#top #sec_02 #pastwork .wrkInner {
    width: 100%;
    display: flex;
     justify-content: space-between;
}
#top #sec_02 .typeList {
    margin-bottom: 50px;
}*/
/*#top #sec_02 .subSec .txtBox, #top #sec_02 .subSec .imgBox {
  width: 50%;
}
#top #sec_02 .subSec .txtBox {
  padding-top: 60px;
}
#top #sec_02 .subSec .txtBox .ttl_01 {
  margin-bottom: 25px;
}
#top #sec_02 .subSec .txtBox .ttl_01 .ttl {
  font-size: 30px;
}
#top #sec_02 .subSec .txtBox .ttl_01 .subttl {
  font-size: 15px;
  line-height: 1.4
}
#top #sec_02 .subSec:nth-of-type(odd) .txtBox {
  float: left;
}
#top #sec_02 .subSec:nth-of-type(odd) .imgBox {
  float: right;
}
#top #sec_02 .subSec:nth-of-type(even) .txtBox {
  float: right;
}
#top #sec_02 .subSec:nth-of-type(even) .imgBox {
  float: left;
}*/
/*    SETCION 03
-------------------------------*/
#top #sec_03 .newsBox li:nth-child(n+2) {
  margin-top: 10px;
}
#top #sec_03 .newsBox li a {
  background: #f2f7fa;
  display: block;
  font-size: 0;
}
#top #sec_03 .newsBox li a span {
  display: inline-block;
  padding: 16px 0 15px;
  line-height: 20px;
  transition: .4s ease;
  color: #084c7b;
}
#top #sec_03 .newsBox li a .date {
  background: url(../Image/common/arrow_db.png) no-repeat left 15px center /18px 18px;
  width: 160px;
  padding-left: 45px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #e6eff5;
}
#top #sec_03 .newsBox li a .ttl {
  font-size: 13px;
  padding-left: 45px;
  width: 600px;
  padding-right: 10px;
}
#top #sec_03 .newsBox  .message{
  text-align:center;
font-size:16px;
}

/*20190927追加*/
#top #sec_00 .c_wrap .c_box a:before,
#top #sec_00 .c_wrap .c_box a:after{
  position:absolute;
  content:"";
  width:80px;
  height:80px;
  z-index:3;
  border-style:solid;
  border-color:#1a6aa2;
  transition:.6s;
}
#top #sec_00 .c_wrap .c_box a:before{
  left:-1px;
  top:-1px;
  border-width:1px 0 0 1px;
}
#top #sec_00 .c_wrap .c_box a:after{
  bottom:-1px;
  right:-1px;
  border-width: 0 1px 1px 0;
}
#top #sec_00 .c_wrap .c_box:nth-child(n+2){
  margin-top:40px;
}
#top #sec_00 .c_wrap .c_box .inner{
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items:stretch;
  flex-wrap:wrap;
  padding:5% 4%;
  border:solid 1px #eee
}
#top #sec_00 .c_wrap .c_box .c_image{
  width:40%;
  margin-bottom:130px;
}
#top #sec_00 .c_wrap .c_box .c_text{
  width:55%;
}
#top #sec_00 .c_wrap .c_box .name{
  font-weight:bold;
  color:#1a6aa2;
  line-height:1;
  font-size:28px;
  margin-bottom:1em;
  width:100%;
}
#top #sec_00 .c_wrap .c_box .name span{
  display:block;
}
#top #sec_00 .c_wrap .c_box .name .txt_s{
  font-size:.7em;
  margin-top:.5em
}
#top #sec_00 .c_wrap .c_box a{
  color:#464545;
}
#top #sec_00 .c_wrap .c_box .feature li{
  position:relative;
  padding-left:1.5em;
  font-size:16px;
}

#top #sec_00 .c_wrap .c_box .feature li:nth-child(n+2){
  margin-top:1em;
}
#top #sec_00 .c_wrap .c_box .feature li i{
  position:absolute;
  content:"";
  left:0;
  font-size:1.3em;
  line-height:1.6;
  color:#1a6aa2;
  margin-right:0.5em;
}
#top #sec_00 .c_wrap .c_box .feature li p{
  line-height:1.6;
}
#top #sec_00 .c_wrap .c_box .feature li p span{
  font-weight:bold;
  color:#1a6aa2;
  font-size:18px;
  background:linear-gradient(0deg,#fff500 5px ,transparent 5px)
}
#top #sec_00 .c_wrap .c_box .order{
  position:absolute;
  left:30px;
  bottom:30px;
  height:120px;
  width:37%;
  background:#f3f7fa;
  z-index:1;
  display:flex;
  justify-content:center;
  align-items:stretch;
  flex-direction:column;
  padding:10px 15px;;
}
#top #sec_00 .c_wrap .c_box .order li{
  font-size:14px;
  font-weight:bold;
}
#top #sec_00 .c_wrap .c_box .order li span{
    display: inline-block;
    vertical-align: top;
}
#top #sec_00 .c_wrap .c_box .order li span:first-child{
  width:3em;
  text-align:center;
}
#top #sec_00 .c_wrap .c_box .order li span:last-child{
  position:relative;
  padding-left:2em;
}
#top #sec_00 .c_wrap .c_box .order li span:last-child:before{
  position:absolute;
  left:.5em;
  top:0;
  content:"：";
}
#top #sec_00 .c_wrap .c_box a:hover:before,
#top #sec_00 .c_wrap .c_box a:hover:after{
  width:100%;
  height:100%;
}

#top #sec_02 .orderList {
  display: flex;
  justify-content:space-between;
  align-items:stretch;
}

#top #sec_02 .orderList li {
  width: 33%;
}
#top #sec_02 .orderList li a{
  display: block;
}
#top #sec_02 .orderList li .imgBox{
  margin-bottom:15px;
  height:167px;
  overflow:hidden;
}
#top #sec_02 .orderList li .imgBox img{
  transform:scale(1);
  transition:.6s;
}
#top #sec_02 .orderList li .orderTtl{
  position:relative;
  font-size:22px;
  border-bottom:none;
  padding-bottom:.6em;
  margin-bottom:0;
}
#top #sec_02 .orderList li .orderTtl:before{
  position:absolute;
  content:"";
  left:30%;
  bottom:0;
  width:40%;
  height:1px;
  background:#165284;
  transition:.4s;
}
#top #sec_02 .orderList li .orderTtl span{
  display:block;
}
#top #sec_02 .orderList li .orderTtl .txt_l{
  font-size:1em;
}
#top #sec_02 .orderList li .orderTtl .txt_s{
  font-size:0.65em;
  margin-top:0.5em;
}
#top #sec_02 .orderList li .headline02{
  display:none;
}
#top #sec_02 .orderList li a:hover .orderTtl:before{
  left:20%;
  width:60%;
}
#top #sec_02 .orderList li a:hover .imgBox img{
  transform:scale(1.1);
  opacity:.5;
}


/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
#top #sec_03 .newsBox li a:hover span {
  color: #fff;
}
#top #sec_03 .newsBox li a:hover .date {
  background-image: url(../Image/common/arrow_wh.png);
  background-color: #2972bb;
}
#top #sec_03 .newsBox li a:hover .ttl {
  background-color: #4395d0;
}
#top #sec_03 .newsBox ul {
  margin-bottom: 30px;
}
}

#top .sec_intro .sec_box:nth-child(n+2){
  margin-top: 40px;
}
#top .sec_intro .sec_label{
  line-height: 1;
  font-size: 24px;
}
#top .sec_intro .sec_label strong{
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  background: #175284;
  font-family: 'futura', sans-serif;
  font-weight: 700;
  color: #fff;
  height: 2em;
}
#top .sec_intro .sec_label strong:after{
  position: absolute;
  content: "";
  bottom: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0 0 2em 0;
}
#top .sec_intro .sec_cont{
  border: solid 3px #1b6aa1;
  padding: 40px;
}
#top .sec_intro .sec_head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: solid 1px #ddd;
  padding-bottom:30px;
  margin-bottom: 30px;
}
#top .sec_intro .sec_img{
  width: 40%;
}
#top .sec_intro .sec_txt{
  width:  calc(60% - 30px);
}
#top .sec_intro .sec_ttl{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 20px;
}
#top .sec_intro .sec_ttl > strong{
  font-size:24px;
  color: #1b6aa1;
  font-weight: 700;
}
#top .sec_intro .sec_ttl > em{
  font-size: 16px;
  font-style: normal;
  font-family: 'futura', sans-serif;
  font-weight: 700;
  color: #4496d0;
  margin-left: 2em;
}
#top .sec_intro .sec_lead{
  padding: 1em;
  background: #e6eff5;
}
#top .sec_intro .sec_lead + p{
  text-align: right;
  font-weight: 700;
  margin-top: .75em;
  color: #175284;
  line-height: 1;
}
#top .sec_intro .sec_lead ul{
  padding-left:1.5em;
  font-weight: 700;
}
#top .sec_intro .sec_lead li{
  list-style: disc;
  color: #4496d0;
}
#top .sec_intro .sec_lead li p{
  color: #175284;
}
#top .sec_intro .sec_info{
  margin-top:2em;
}
#top .sec_intro .sec_info th,
#top .sec_intro .sec_info td{
  border: solid 1px #eee;
  padding: 1em;
  line-height: 1.5;
  text-align: center;
  font-size: 12px;
}
#top .sec_intro .sec_info thead{
  background: #4496d0;
  color: #fff;
}
#top .sec_intro .sec_info tbody th{
  color: #1b6aa1;
}
#top .sec_intro .sec_info tbody tr:nth-child(odd){
  background: #fff;
}
#top .sec_intro .sec_info tbody tr:nth-child(even){
  background: #f4f9fc;
}

#top .sec_intro .sec_foot{
  text-align: center;
  margin-top: 30px;
}

#top .sec_intro .sec_foot .btn{
  display: inline-block;
  line-height: 1;
  padding: 1em 3em;
  background: #1a6aa2;
  border: solid 1px #1a6aa2;
  color: #fff;
}
#top .sec_intro #custom_order .sec_label strong{
  background: #175284;
}
#top .sec_intro #custom_order .sec_label strong:after{
  left: 100%;
  border-right-width: 1em;
  border-bottom-color :#175284;
}
#top .sec_intro #custom_order .sec_cont{
  border-color: #175284;
}
#top .sec_intro #full_order .sec_label{
  text-align: right;
}
#top .sec_intro #full_order .sec_label strong{
  background: #4496d0;
}
#top .sec_intro #full_order .sec_label strong:after{
  right: 100%;
  border-left-width: 1em;
  border-bottom-color :#4496d0;
}
#top .sec_intro #full_order .sec_head{
  flex-direction: row-reverse;
}
#top .sec_intro #full_order .sec_cont{
  border-color: #4496d0;
}
@media screen and (min-width : 768px ){
  #top .sec_intro .bnrBox{
    display: flex;
  }
  #top .sec_intro .bnrBox .bnr:nth-child(n+2){
    margin-left: 20px;
  }
}
#top .sec_intro .bnr{
  display: block;
}
/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
  #top .sec_intro .sec_foot .btn:hover{
    background: #fff;
    color: #1a6aa2;
  }
  #top .sec_intro .bnr:hover{
    opacity: 0.5;
  }
}
/*-----------------------------------------------------

  下層共通

------------------------------------------------------*/
.under #main-cts.full {
  width: 100%;
  float: none;
}
/*   パンくず
-------------------------------*/
.under .breadcrumb {
  width: 100%;
  padding: 10px 0;
  background: #a1c2df;
  color: #fff;
  border-top: 5px solid #4294d0;
}
.under .breadcrumb ul {
  width: 1200px;
  margin: 0 auto;
}
.under .breadcrumb li {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}
.under .breadcrumb li:last-child {
  margin-right: 0;
}
.under .breadcrumb li a {
  color: #266495
}

/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
.under .breadcrumb li a:hover {
  color: #fff
}
}
.under .breadcrumb li:after {
  display: inline-block;
  content: "\f101";
  font-family: FontAwesome;
  margin-left: 10px;
}
.under .breadcrumb li:last-child:after {
  display: none;
}
/*    カテゴリー表示切替ボタン
-------------------------------*/
.under .sideBtn {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 150px 0 0 150px;
  width: 85px;
  height: 150px;
  background: #256595;
  box-sizing: border-box;
  z-index: 10;
}

/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
.under .sideBtn:hover {
  cursor: pointer;
}
}
.under .sideBtn:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../Image/common/arrow_wh.png) no-repeat center center / contain;
  transition: .4s ease;
  transform: rotateY(180deg);
  top: 0;
  right: 1px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.under .sideBtn.active:before {
  transform: rotateY(0);
}
.under .sideBtn .text {
  color: #fff;
  line-height: 1;
  font-size: 10px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
}
/*    カテゴリー表示切替レイアウト
-------------------------------*/
.under #contents #main-cts, .under #contents #side-cts {
  transition: .4s ease;
  overflow: hidden;
}
.under #contents #main-cts {
  width: 100%;
  padding-right: 0;
}
.under #contents #side-cts {
  width: 0;
  padding-left: 0;
  height: 0;
}
.under #contents:before {
  width: 0;
}
.under #contents.open:before {
  width: 50%;
}
.under #contents.open #main-cts {
  width: 800px;
  padding-right: 40px;
}
.under #contents.open #side-cts {
  width: 400px;
  padding-left: 40px;
  height: auto;
}
/*    ページタイトル+パンくず
-------------------------------*/
.under .pageTtl {
  background: #e8eff2;
  position: relative;
}
.under .pageTtl:before {
  content: "";
  position: absolute;
  width: 50%;
  z-index: 1;
  background: #acd3ef;
  height: 100%;
  right: 0;
}
.under .pageTtl .ttlInner {
  width: 1200px;
  margin: 0 auto;
}
.under .pageTtl h1, .under .pageTtl .breadcrumb02 {
  position: relative;
  z-index: 2;
}
.under .pageTtl h1 {
  float: left;
  font-size: 42px;
  width: 800px;
  background: #e8eff2;
  line-height: 1;
  padding: 58px 0 50px;
  color: #084c7b;
}
.under .pageTtl .breadcrumb02 {
  background: #acd3ef;
  float: right;
  width: 400px;
  box-sizing: border-box;/* padding: 15px 25px; */
}
.under .pageTtl .breadcrumb02 .bcInner {
  display: table-cell;
  vertical-align: middle;
  height: 150px;
  padding-left: 25px;
}
.under .pageTtl .breadcrumb02 li {
  font-size: 14px;
  line-height: 1;
  color: #266495;
  position: relative;
  overflow: hidden;
  padding: 10px 0 10px;
}
.under .pageTtl .breadcrumb02 li a, .under .pageTtl .breadcrumb02 li:last-child {
  padding-left: 20px;
}
.under .pageTtl .breadcrumb02 a {
  color: #4395d0;
  position: relative;
}
.under .pageTtl .breadcrumb02 li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #4395d0;
  top: 0;
  left: 4px;
}
.under .pageTtl .breadcrumb02 li a:after, .under .pageTtl .breadcrumb02 li:last-child:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #266495;
  top: 0;
  left: 1px;
  bottom: 0;
  margin: auto 0;
}
.under .pageTtl .breadcrumb02 li a:hover:after, .under .pageTtl .breadcrumb02 li:last-child:after {
  width: 9px;
  height: 9px;
  left: 0;
}
.under .pageTtl .breadcrumb02 li a:hover:after, .under .pageTtl .breadcrumb02 li:last-child:after {
  background: #266495
}
.under .pageTtl .breadcrumb02 li:first-child:before {
  top: 50%;
}
.under .pageTtl .breadcrumb02 li:last-child:before {
  top: initial;
  bottom: 50%;
}
/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
.under .pageTtl .breadcrumb02 li a:hover {
  color: #266495;
  text-decoration: underline;
}
}
/*-----------------------------------------------------

  商品一覧    products

------------------------------------------------------*/
#products #contents:before {
  display: none;
}
#products #main-cts {
  width: 100%;
  float: none;
}
#products #sec_01 .ttl_01 {
  margin-bottom: 50px;
}
#products #sec_01 .ttl_01 .ttl {
  font-size: 42px;
}
#products #sec_01 .ttl_01 .subttl {
  font-size: 18px;
}
#products #sec_01 .productBox li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media screen and (min-width : 768px ) {
#products #sec_01 .productBox  li:nth-child(3n) {
  margin-right: 0;
}
#products #sec_01 .productBox  li:nth-child(n+4) {
  margin-top: 2%;
}
}
#products #sec_01 .productBox  li a .imgBox, #products #sec_01 .productBox  li a .name {
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
  position: relative;
}
#products #sec_01 .productBox  li a .imgBox {
  width: 30%;
  padding-top:24%;
  overflow: hidden;
  position:relative;
}
#products #sec_01 .productBox  li a .imgBox img{
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#products #sec_01 .productBox  li a .name {
  width: 70%;
  font-size: 15px;
  box-sizing: border-box;
  padding-left: 15px;
  font-weight: bold;
  transition: .4s ease;
  background: url(../Image/common/arrow_db.png) no-repeat center right 15px /18px 18px;
}
#products #sec_01 .productBox  li a {
  color: #1b6aa1;
  border: solid 1px #1b6aa1;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
#products #sec_01 .productBox  li a:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  background: #1b6aa1;
  width: 114%;
  height: 100%;
  left: -7%;
  transform: skewX(30deg) translate(-100%, 0);
  transition: .4s ease;
}

#products #sec_01 .a_link{
  text-align:center;
  margin-bottom:50px;
}
#products #sec_01 .a_link ul{
  display:inline-flex;
}
#products #sec_01 .a_link ul li a{
  color: #4496d0;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 20px 7px;
  font-family: 'futura', sans-serif;
  border-bottom: solid 4px #4496d0;
  background: #e1eff8;
  width: 240px;
}
#products #sec_01 .a_link ul li:nth-child(n+2){
  margin-left:50px;
}

#products #sec_01 #material.productBox,
#products #sec_01 #type.productBox{
  position: relative;
  padding: 100px 40px 40px;
  width: 1150px;
  margin: 0 auto 100px;
}
#products #sec_01 #material.productBox{
  background:#f4f9fc;
}
#products #sec_01 #type.productBox{
  background:#e2eff8;
}

#products #sec_01 #material.productBox ul li a,
#products #sec_01 #type.productBox ul li a{
  background:#fff;
}
#products #sec_01 .productBox h2{
  font-size: 28px;
  color: #fff;
  position: absolute;
  left: -15px;
  top: 30px;
  line-height: 1;
  background: #4395d0;
  padding: 10px 25px 9px;
}
#products #sec_01 .productBox h2:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  border-style: solid;
  border-width: 10px 0 0 15px;
  border-color: #1567a4 transparent;
}
#products #sec_01 #material.productBox h2{
  background:#256595;
}
#products #sec_01 #material.productBox h2:before{
  border-color:#153a56 transparent;
}


/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
#products #sec_01 .productBox  li a:hover .name {
  color: #fff;
  background-image: url(../Image/common/arrow_wh.png);
}
#products #sec_01 .productBox  li a:hover:before {
  transform: skewX(30deg) translate(0%, 0);
}
#products #sec_01 .a_link ul li a:hover{
  background:#4496d0;
  color:#fff;
}
}
/*-----------------------------------------------------

  商品一覧（カテゴリ）    product_archive

------------------------------------------------------*/
#product_archive .ttl_01 .disc{
  margin-top: 1em;
  text-align: left;
}
#product_archive .ttl_01 .tablepress{
  margin-top: -1px;
}
#product_archive .ttl_01 .tablepress-table-name{
  background: #b4d7ef;
  border:solid 1px #ccc;
  font-size: 1.125em;
  padding:.875em;
  color: #1b6aa1;
  line-height: 1;
}
#product_archive .ttl_01 .tablepress th,
#product_archive .ttl_01 .tablepress td {
    width: 25%;
    border:solid 1px #ccc;
    padding: 1em;
}
#product_archive .cat_img_wrap {
  margin-bottom: 30px;
}
#product_archive .cat_img {
  max-width: 30%;
}
#product_archive .cat_img + .cat_img {
  margin-top: 20px;
}
#product_archive .itemBox .message {
  text-align: center;
  font-size: 16px;
}
#product_archive .itemBox .itemList {
  margin-bottom: 45px;
}
#product_archive .itemList li {
  float: left;
  width: 32%;
  box-sizing: border-box;
  font-size: 0;
  margin-right: 2%;
}
#product_archive .itemList li a {
  overflow: hidden;
  color: #464545;
}
#product_archive .itemList li a .inner {
  padding: 20px;
  border: solid 1px #e6eff5;
}
#product_archive .itemList li a .imgBox {
  float: left;
  width: 40%;
}
#product_archive .itemList li a .imgBox img{
  width: 100%;
}
#product_archive .itemList li a .txtBox {
  float: right;
  width: 55%;
}
#product_archive .itemList li a, #product_archive .itemList li .inner {
  position: relative;
height:100%;
}
#product_archive .itemList li a:before, #product_archive .itemList li .inner:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #236695;
  transition: .4s ease;
  z-index: 3;
}
#product_archive .itemList li a:after, #product_archive .itemList li .inner:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #236695;
  transition: .4s ease;
  z-index: 3
}
#product_archive .itemList li a:before {
  top: 0;
  left: 0;
}
#product_archive .itemList li .inner:before {
  bottom: -1px;
  right: -1px;
}
#product_archive .itemList li a:after {
  top: 0;
  left: 0;
}
#product_archive .itemList li .inner:after {
  bottom: -1px;
  right: -1px;
}
#product_archive .itemList li .name {
  font-size: 18px;
  margin-bottom: 5px;
  color: #1b6aa1;
}
#product_archive .itemList li .color02 {
  font-size: 0;
  margin-bottom: 10px;
}
#product_archive .itemList li .itemNo {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 11px;
  line-height: 1
}
#product_archive .itemList li .detail{
  table-layout: fixed;
}
#product_archive .itemList li .detail th, #product_archive .itemList li .detail td {
  line-height: 25px;
  font-size: 14px;
}
#product_archive .itemList li .detail th {
  width: 4em;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}

#product_archive .itemList li .detail td {
  width: calc(100% - 4em);
  vertical-align: top;
}
#product_archive .itemList li .detail td:before {
  content: "/";
  margin-right: 5px;
}
#product_archive .itemList li .color td{
  font-size:0;
  padding-left: 18px;
  position:  relative;
  line-height:  18px;
  padding: 3px 0 3px 18px;
}
#product_archive .itemList li .color td:before{
  font-size:  14px;
  display:  inline-block;
  vertical-align: middle;
  position: absolute;
  left:  0;
  top: 3px;
}
#product_archive .itemList li .color td .color-ball{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    border: solid 1px #ddd;
    margin-right: 4px;
    vertical-align: middle;
}

#product_archive .itemList li .price {
  font-size: 14px;
  line-height: 1;
  margin-top: .5em;
}

#product_archive .itemList li .price span {
  font-size: 1.125em;
  color: #c11;
  font-weight: bold;
}
#product_archive .itemList li .price i{
  margin:0 .5em
}
#product_archive .itemList li .price span.normal {
  font-size: 1em;
  color: #464545;
  font-weight: normal;
  text-decoration: line-through;
}
@media screen and (min-width : 768px ) {
/* === 3 ROWS LAYOUT  ===*/
#contents:not(.open) #product_archive .itemList li:nth-child(3n) {
  margin-right: 0;
}
#product_archive .itemList li:nth-child(n+4) {
  margin-top: 4%;
}
/* === 2 ROWS LAYOUT  ===*/
#contents.open #product_archive .itemList li {
  width: 48%;
  margin-right: 4%;
}
#contents.open #product_archive .itemList li:nth-child(even) {
  margin-right: 0;
}
#contents.open #product_archive .itemList li:nth-child(n+3) {
  margin-top: 4%;
}
}
/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
#product_archive .itemList li a:hover:before, #product_archive .itemList li a:hover .inner:before {
  height: 101%;
}
#product_archive .itemList li a:hover:after, #product_archive .itemList li a:hover .inner:after {
  width: 101%;
}
}
/*-----------------------------------------------------

  商品詳細    product_single

------------------------------------------------------*/
#product_single .singleBox {
  margin-bottom: 40px;
}
#product_single .gallery {
  float: left;
  width: 40%;
}
#product_single .detail {
  float: right;
  width: 55%;
}
#product_single .gallery .mainimg {
  margin-bottom: 2%;
  ;
}
#product_single .gallery .mainimg .inner {
  border: solid 1px #e6eff5;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}
#product_single .gallery .mainimg, #product_single .gallery .mainimg .inner {
  position: relative;
}
#product_single .gallery .mainimg:after, #product_single .gallery .mainimg .inner:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: #236695;
  z-index: 3;
}
#product_single .gallery .mainimg:before, #product_single .gallery .mainimg .inner:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  ;
  background: #236695;
  z-index: 3;
}
#product_single .gallery .mainimg:after, #product_single .gallery .mainimg:before {
  top: 0;
  left: 0;
}
#product_single .gallery .mainimg .inner:after, #product_single .gallery .mainimg .inner:before {
  bottom: -1px;
  right: -1px;
}
#product_single .gallery .thumbimg li {
  float: left;
  width: 32%;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #e6eff5;
  overflow: hidden;
  background: #fff;
  padding-top:24%;
}
#product_single .gallery .thumbimg li img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  vertical-align:bottom;
}
 @supports ( object-fit: cover ) {
#product_single .gallery .thumbimg li{
      padding-top:0
}
 #product_single .gallery .thumbimg li img {
 position: static;
 height: 100%;
 width: 100%;
 left: 0;
 -o-object-fit: cover;
 object-fit: cover;
 top: 0;
 -ms-transform: none;
 -moz-transform: none;
 -webkit-transform: none;
 transform: none;
}
}
#product_single .gallery .thumbimg li.current {
  border-color: #236695;
}
#product_single .gallery .thumbimg li:nth-child(n+2) {
  margin-left: 2%;
}
#product_single .detail .name {
  font-size: 31px;
  margin-bottom: 20px;
  color: #4496d0;
}
#product_single .detail th, #product_single .detail td {
  border-bottom: dashed 1px #bbd7eb;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 10px;
}
#product_single .detail th {
  width: 150px;
}
#product_single .detail .color li .color {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  border: solid 1px #ddd;
  margin-right: 10px;
  vertical-align: middle;
}
#product_single .detail .color li .colorName {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
#product_single .detail table {
  margin-bottom: 10px;
}
#product_single .detail .sign li:nth-child(n+2) {
  margin-top: 5px;
}
#product_single .buttons {
  text-align: center;
  font-size: 0;
}
#product_single .buttons .btn_02:nth-child(1) {
  margin-right: 30px;
}
#product_single .buttons .btn_02 {
  display: inline-block;
}
#product_single .buttons .btn_02.btn_bl a {
  background-color: #1b6aa1;
  color: #Fff;
  background-image: url(../Image/common/arrow_wh.png);
}

#product_single .detail .moldBox{
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
  flex-wrap: wrap
}
#product_single .detail .moldBox li{
  text-align:center;
}
#product_single .detail .moldBox li img{
	height:45px;
}
#product_single .detail .moldBox span{
  display:block;
  line-height:1.2;
  margin-top: .5em;
  font-size:12px;
}
#product_single .detail .moldBox li:nth-last-child(n+2){
  margin-right: .8%;
}
/* #product_single .detail .price{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
  font-size: 28px;
  margin-top: 20px;
}
#product_single .detail .price + .price{
  margin-top: 10px;
}
#product_single .detail .price .fontS{
  font-size: 65%;
  width :150px;
}
#product_single .detail .price .fontL{
  padding-left:10px;
}
#product_single .detail .price .fontL.soldout{
  font-weight:bold;
}
#product_single .detail .price:not(.normal) .fontL{
  color: #c11;
}
#product_single .detail .price.normal{
  font-size:22px;
}
#product_single .detail .price.sale{
  color: #c11;
  font-weight:700;
} */
#product_single .detail .row_price th,
#product_single .detail .row_price td{
    vertical-align:middle;
    border-bottom:none;
}

#product_single .detail .row_price .price{
  line-height:1;
}
#product_single .detail .row_price .price .normal{
  font-weight: normal;
  color:#464545;
  font-size: 1.125em;
  text-decoration: line-through;
}
#product_single .detail .row_price .price i{
  margin: 0 .5em;
}
#product_single .detail .row_price td span{
    color: #c11;
    font-size: 1.25em;
    font-weight: bold;
}

/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {

#product_single .buttons .btn_02.btn_bl a:hover {
  background-color: #fff;
  color: #1b6aa1;
  background-image: url(../Image/common/arrow_db.png);
}
}
/*-----------------------------------------------------

  オーダーメイド   order-made

------------------------------------------------------*/
#order-made .cts-inner{
  width:1100px;
}
#order-made .headline{
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #1c69a1;
  line-height:2.5;
  margin-bottom:50px;
}
#order-made #sec_01-1 .wrapBox {
  margin-bottom: 100px;
}
#order-made #sec_01-1 .wrapBox .secBox {
  float: left;
  width: 46%;
  box-sizing: border-box;
  padding: 25px;
  border: solid 10px #e4eff5;
  background: #fdfdff;
}
#order-made #sec_01-1 .wrapBox .secBox:nth-child(odd) {
  margin-right: 8%;
}
#order-made #sec_01-1 .wrapBox .secBox .ttl {
  font-size: 24px;
  text-align: center;
  color: #4395d0;
  line-height: 1;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}
#order-made #sec_01-1 .wrapBox .secBox .ttl:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 50px;
  height: 3px;
  background: #4395d0;
  margin: 0 auto;
  bottom: 0;
}
#order-made #sec_01-1 .wrapBox .secBox li {
  font-size: 16px;
}
#order-made #sec_01-1 .wrapBox .secBox li i {
  display: inline-block;
  margin-right: 5px;
  color: #4294d0
}
#order-made #sec_01-1 .wrapBox .secBox li:nth-child(n+2) {
  margin-top: 10px;
}
#order-made #sec_01-1 .wrapBox #box02 {
  border-color: #cde1ef;
}
#order-made #sec_01-1 .wrapBox #box02 .ttl {
  color: #256595;
}
#order-made #sec_01-1 .wrapBox #box02 .ttl:after {
  background: #256595;
}
#order-made #sec_01-1 .wrapBox #box02 li i {
  color: #256595;
}
#order-made #sec_01-1 .typeList {
  margin-bottom: 60px;
}
#order-made #sec_01-1 .orderBnr {
  text-align: center;
}
#order-made #sec_01-1 .typeList li {
  float: left;
  width: 46%;
}
#order-made #sec_01-1 .typeList li:nth-child(even) {
  margin-left: 8%;
}
#order-made #sec_01-1 .typeList li:nth-child(n+3){
	margin-top:60px;
}
#order-made #sec_01-1 .imgBox {
  margin-bottom: 20px;
}
#order-made #sec_01-1 .orderTtl {
  font-size: 28px;
  font-family: 'futura', sans-serif;
  line-height: 1;
  padding-bottom: 8px;
  color: #175284;
  border-bottom: solid 1px #175284;
  margin-bottom: 15px;
}
#order-made #sec_01-1 .orderTtl span {
  font-size: 60%;
  margin-left: 50px;
}
#order-made #sec_01-1 .headline02 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #4193d0;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
#order-made #sec_01-1 .lead {
  font-size: 14px;
  margin-bottom: 15px;
}
#order-made #pastwork{
  text-align:center;
}
#order-made #pastwork .wrkInner{
  display:inline-block;
  width:46%;
}
#order-made #pastwork .txtBox{
  text-align:left;
}
/*-----------------------------------------------------

  オーダーメイド詳細   orderSingle

------------------------------------------------------*/
#full-order .cts-inner, #custom-order .cts-inner {
  width: 100%;
}
#full-order .cts-inner:before, #custom-order .cts-inner:before {
  display: none;
}
#order-single .s_01 {
  padding: 80px 0;
}

#order-single .s_01 .gInner,
#order-single .s_02 .gInner {
  width: 1100px;
  margin: 0 auto;
}

#order-single .s_01 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#order-single .s_01 .wrap .imgBox {
  width: 430px;
}

#order-single .s_01 .wrap .txtBox {
  width: 620px;
}

#order-single .s_01 .wrap .txtBox p {
  font-size: 16px;
  margin-bottom: 1.5em;
  line-height: 2;
}

#order-single .orderflow {
  background: #edf7ff;
  padding: 80px 0;
}

#order-single .s_02 .ttl_01 .ttl {
  color: #7bb9e5;
}

#order-single .s_02 .sub_flow {
  margin-bottom: 50px;
}

#order-single .s_02 .sub_flow ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  counter-reset: num 0;
}

#order-single .s_02 .sub_flow ul li {
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  counter-increment: num 1;
  line-height: 1;
  font-size: 18px;
}

#order-single .s_02 .sub_flow ul li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7em 0 0.7em 0.7em;
  border-color: transparent #cc1111;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -1.8em;
}

#order-single .s_02 .sub_flow ul li a {
  position: relative;
  line-height: 1;
  padding: 4em 1em 2em;
  height: 100%;
  display: inline-block;
  background-color: #fff;
  font-weight: bold;
}

#order-single .s_02 .sub_flow ul li a:after {
  position: absolute;
  content: counter(num);
  width: 3em;
  height: 2.5em;
  line-height: 2.5;
  left: 0;
  top: 0;
  background: #4596d0;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  text-align: center;
  color: #fff;
  transition: .4s;
}

#order-single .s_02 .main_flow {
  counter-reset: flow_num 0;
  background: #fff;
  border: solid 4px #4596d0;
}

#order-single .s_02 .main_flow section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  counter-increment: flow_num 1;
  padding: 40px 30px;
}

#order-single .s_02 .main_flow section:nth-child(even) {
  background: #f3f9ff;
}

#order-single .s_02 .main_flow section:not(:last-child) {
  border-bottom: dashed 1px #ccc;
}

#order-single .s_02 .main_flow section .step {
  position: relative;
  line-height: 1;
  text-align: center;
  width: 80px;
  padding-top: 11px;
}

#order-single .s_02 .main_flow section .step:before {
  display: block;
  content: "STEP";
  font-weight: bold;
  font-size: 24px;
  color: #b4d7ef;
}

#order-single .s_02 .main_flow section .step:after {
  display: block;
  content: counter(flow_num);
  font-size: 32px;
  font-weight: bold;
  margin-top: 8px;
  color: #4596d0;
}

#order-single .s_02 .main_flow .inner {
  width: 900px;
  padding-top: 10px;
}

#order-single .s_02 .main_flow section .inner .txtBox .ttl {
  font-size: 24px;
  background: url(../Image/order-made/icon.png) no-repeat top left /contain;
  padding: .4em 1.8em .2em;
  line-height: 1;
  margin-bottom: 15px;
}


#order-single .s_02 .main_flow section.row .inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

#order-single .s_02 .main_flow section.row .inner .imgBox {
  width: 230px;
  order: 2;
}

#order-single .s_02 .main_flow section.row .inner .imgBox img {
  width: 100%;
}

#order-single .s_02 .main_flow section.row .inner .txtBox {
  width: 640px;
  order: 1;
}

#order-single .s_02 .main_flow section .type {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 1em;
}

#order-single .s_02 .main_flow section dt{
  font-weight: bold;
  font-size: 110%;
}
#order-single .s_02 .main_flow section dd:not(:last-child){
  margin-bottom:1em;
}
#order-single .s_02 .main_flow section .type li {
  width: 18%;
}

#order-single .s_02 .main_flow section .type li .image {
  display: block;
  border: solid 1px #eee;
  margin-bottom: 10px;
}

#order-single .s_02 .main_flow section .type li .name {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#custom-order .s_02 .sub_flow ul li:not(:last-child):after{
  right: -2.5em;
}
#custom-order .s_02 .main_flow section .btn_01{
  text-align:left;
  margin-top:1em;
}
#custom-order .s_02 .main_flow section .btn_01 a{
  padding:12px 35px;
}
@media screen and (min-width: 768px) {
  #order-single .s_02 .sub_flow ul li a:hover {
    background: #4596d0;
    color: #fff;
  }

  #order-single .s_02 .sub_flow ul li a:hover:after {
    background: #226595;
  }

  #order-single .s_02 .main_flow section .type li:not(:nth-child(5n)):not(:last-child) {
    margin-right: 2.5%;
  }

  #order-single .s_02 .main_flow section .type li:nth-child(n+6) {
    margin-top: 2.5%;
  }
}
/*-----------------------------------------------------

  制作実績    example

------------------------------------------------------*/
/*    ページナビゲーション
-------------------------------*/
#example .ancLink {
  text-align: center;
  margin-bottom: 50px;
}
#example .ancLink ul {
  display: inline-block;
  vertical-align: top;
}
#example .ancLink li {
  float: left;
  margin-right: 50px;
  text-align: center;
}
#example .ancLink li:last-child {
  margin-right: 0;
}
#example .ancLink li a {
  color: #4496d0;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 20px 7px;
  font-family: 'futura', sans-serif;
  border-bottom: solid 4px #4496d0;
  background: #e1eff8;
  width: 240px;
}
#example .ancLink li a .ja {
  display: none;
}
#example .workBox {
  background: #e2eff8;
  position: relative;
  padding: 100px 40px 40px;
  width: 1150px;
  margin: 0 auto 100px;
  ;
}

/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
#example .ancLink li a:hover {
  background: #4395d0;
  color: #fff;
}
}
/*    実績レイアウト
-------------------------------*/
#example .workBox:last-child {
  margin-bottom: 0;
}
#example .workBox .ttl_box{
  position: absolute;
  left: -15px;
  top: 30px;
  display: flex;
  display: flex;
  align-items: stretch;
}
#example .workBox .ttl_04 {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  background: #4395d0;
  padding: 10px 25px 9px;
  display: flex;
  align-items: center;
  margin-right: 1em;
}
#example .workBox .in_txt{
  font-weight: bold;
  color: #4193d0;
  font-size: 16px;
}
#example .workBox .read{
  background: #fff;
  padding: 1.5em;
  margin-bottom: 2em;
}
#example .workBox .ttl_04:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  border-style: solid;
  border-width: 10px 0 0 15px;
  border-color: #1567a4 transparent;
}
#example .workBox:nth-child(odd) {
  background: #f4f9fc;
}
#example .workBox:nth-child(odd) .ttl_04 {
  background: #256595
}
#example .workBox:nth-child(odd) .ttl_04:before {
  border-top-color: #153a56
}
#example .workBox ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

#example .workBox ul li {
  background: #fff;
  border: solid 1px #eee;
}

#example .workBox ul li .imgBox {
  border-bottom: solid 1px #eee;
}
#example .workBox li {
  /* float: left; */
  width: 23.5%;
  margin-right: 2%;
}
#example .workBox li:nth-child(4n) {
  margin-right: 0;
}
#example .workBox li:nth-child(n+5) {
  margin-top: 40px;
}
#example .workBox li .imgBox {
}
#example .workBox .name {
  font-size: 20px;
  font-weight: bold;
  color: #233c65;
  line-height: 1.4;
  position: relative;
  margin-bottom: 5px;
}
#example .workBox li .txtBox {
  padding-bottom: 20px;
  position: relative;
  padding: 10px 10px 15px;
}
#example .workBox li .txtBox .cat {
  position: absolute;
  font-size: 17px;
  line-height: 1;
  bottom: 3px;
  right: 5px;
  color: #d8e5ef;
  font-style: italic;
  font-family: 'futura', sans-serif;
}
/*******20211007*******/
#example #contents .subttl {
  margin-bottom: 40px;
}
#example #contents .inner_box {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  padding-bottom:50px ;
  border-bottom: 1px #a1c2df solid ;
  margin-bottom: 50px;
}
#example #contents .inner_box:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
#example #contents .inner_box .img_box{
  width: 40%;
  padding-bottom: 5px;
 }
#example #contents .inner_box .txt_box{
width: 55%;
text-align: left;
}
#example #contents .inner_box .txt_box .ttl_work{
  color: #233c65;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
}
#example #contents .inner_box .txt_box p{
  padding-bottom: 10px;
  line-height: 2;
}
#example #contents .inner_box .txt_box p:last-child{
  padding-bottom: 0;
}

/*-----------------------------------------------------

  ご注文の流れ    flow

------------------------------------------------------*/
/*    簡易フロー
-------------------------------*/
#flow #sec_01 .subFlow {
  counter-reset: number01 0;
  margin-bottom: 80px;
}
#flow #sec_01 .subFlow li {
  width: 175px;
  float: left;
}
#flow #sec_01 .subFlow li a {
  padding: 15px 15px 15px 40px;
  text-align: center;
  background: #e6f5ff;
  position: relative;
  overflow: hidden;
  display: block;
}
#flow #sec_01 .subFlow li a:before {
  counter-increment: number01 1;
  content: counter(number01) " ";
  margin-bottom: 6px;
  text-align: center;
  display: block;
  font-size: 42px;
  line-height: 1;
  font-family: "futura", sans-sarif;
  font-style: italic;
  color: rgba(0, 0, 0, 0.1);
  transition: .4s ease;
}
#flow #sec_01 .subFlow a:after {
  content: "";
  border-style: solid;
  border-width: 150px 0 150px 25px;
  border-color: transparent #cde4f9 transparent;
  top: 0;
  left: 0;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 2;
  bottom: 0;
  margin: auto 0;
}
#flow #sec_01 .subFlow li:nth-child(even) a {
  background: #cde4f9;
}
#flow #sec_01 .subFlow li:nth-child(even) a:after {
  border-left-color: #e7f5fe;
}
#flow #sec_01 .subFlow li:first-child a:after {
  display: none
}
#flow #sec_01 .subFlow li:first-child {
  width: 150px;
}
#flow #sec_01 .subFlow li:first-child a {
  padding-left: 15px;
}
#flow #sec_01 .subFlow li .ttl {
  color: #cc1111;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}
#flow #sec_01 .subFlow li .imgBox {
  overflow: hidden;
  width: 120px;
  height: 80px;
  background: #fff;
}
#flow #sec_01 .subFlow li .imgBox img {
  transform: scale(1);
  transition: .4s ease;
}

/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
#flow #sec_01 .subFlow li a:hover:before {
  color: #233c65;
}
#flow #sec_01 .subFlow li a:hover .imgBox img {
  transform: scale(1.2);
  opacity: 0.5;
}
}
/*    詳細フロー
-------------------------------*/
#flow #sec_01 .mainFlow {
  counter-reset: number02 0;
}
#flow #sec_01 .mainFlow>li {
  background: #e6f5ff;
}
#flow #sec_01 .mainFlow>li:after {
  content: "";
  display: block;
  clear: both;
}
#flow #sec_01 .mainFlow>li:nth-child(even) {
  background: #cde4f9;
}
#flow #sec_01 .mainFlow>li .flowTtl {
  float: left;
  width: 200px;
  line-height: 1;
  padding: 25px 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
#flow #sec_01 .mainFlow>li .flowTtl span {
  color: #cc1111;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
#flow #sec_01 .mainFlow>li .flowTtl:before {
  margin-bottom: 16px;
  text-align: center;
  counter-increment: number02 1;
  content: counter(number02) " ";
  display: block;
  font-size: 64px;
  line-height: 1;
  font-family: "futura", sans-sarif;
  font-style: italic;
  color: rgba(0, 0, 0, 0.1);
}
#flow #sec_01 .mainFlow>li .flowCts {
  float: left;
  font-size: 15px;
  width: 1000px;
  vertical-align: middle;
  padding: 25px 20px;
}
#flow #sec_01 .mainFlow .tArea:not(:last-child) {
  margin-bottom: 15px;
}
#flow #sec_01 .mainFlow .contactArea:after {
  content: "";
  display: block;
  clear: both;
}
#flow #sec_01 .mainFlow .contactArea .tel, #flow #sec_01 .mainFlow .contactArea .contact {
  float: left;
}
#flow #sec_01 .mainFlow>li .tel {
  background: url(../Image/common/icon_tel.png) no-repeat center left 15px /20px 36px;
  ;
  background-color: #bbd7eb;
  padding: 10px 15px 10px 50px;
  line-height: 1;
  margin-right: 20px;
}
#flow #sec_01 .mainFlow>li .tel li {
  color: #236695;
  font-size: 22px;
  font-weight: bold;
}
#flow #sec_01 .mainFlow>li .tel li:first-child {
  margin-bottom: 5px;
}
#flow #sec_01 .mainFlow>li .tel li span {
  display: inline-block;
  vertical-align: unset;
  font-size: 14px;
  width: 2.2em;
}
#flow #sec_01 .mainFlow>li .contact a {
  background: url(../Image/common/icon_mail.png) no-repeat left 20px center / 23px 19px;
  background-color: #4496d0;
  color: #fff;
  padding: 27px 20px 26px 50px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
#flow #sec_01 .mainFlow .imgBox {
  width: 180px;
  float: left;
}
#flow #sec_01 .mainFlow .txtBox {
  width: 760px;
  float: right;
}

/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
#flow #sec_01 .mainFlow>li .contact a:hover {
  background-color: #236695;
}
}


/*-----------------------------------------------------

  ご注文の流れ　追加    flow

------------------------------------------------------*/
#flow #contents .cts-inner {
  width:100%;
}
#flow .flow_wrapp section > .gInner{
  width: 1100px;
  margin:0 auto;
}

#flow ul.tab{
  width: 1100px;
  margin: 0 auto 80px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#flow ul.tab li{
    width: calc(100% / 3);
    border-right:1px solid #fff;
}
#flow ul.tab li:last-child{
  border-right:none;
}
#flow ul.tab li a{
  display: block;
  text-align: center;
  padding: 18px 5px;
  line-height: 1;
  border-bottom: solid 4px #4496d0;
  background: #e1eff8;
  color: #4496d0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width : 768px ) {
  #flow ul.tab li a:hover{
  background: #4496d0;
  color: #fff;
  }
}
#flow .flow_wrapp #sec_costom {
  padding-top: 80px;
}
#flow .flow_wrapp section .subttl_01 {
  position: relative;
  font-size: 28px;
  line-height: 1;
  padding-bottom:.75em;
  margin-bottom: 25px;
  text-align: center;
}
#flow .flow_wrapp section .subttl_01:after {
  content: "";
  position: absolute;
  height: 3px;
  width:100px;
  left:50%;
  transform:translateX(-50%);
  background: #4395d0;
  bottom: 0;
}
#flow .flow_wrapp section ul.ready_flow {
  counter-reset: number 0;
  font-size: 14px;
}

#flow .flow_wrapp section ul.ready_flow>li {
  position: relative;
  width: 100%;
}
#flow .flow_wrapp section .gInner>ul>li:after {
  content: "";
  border-top: 50px solid #1b6aa1;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
#flow .flow_wrapp section ul.ready_flow>li:last-child:after {
  display: none;
}
#flow .flow_wrapp section ul.ready_flow>li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border: #B4D7F3 3px solid;
  padding: 35px 25px;
  margin-top: 30px;
  background: #fff;
}
#flow .flow_wrapp section ul.ready_flow>li:first-child {
  margin-top: 0;
}
#flow .flow_wrapp section ul.ready_flow li .subttl_02 {
  font-weight: bold;
  color: #1c69a1;
  font-size: 18px;
  line-height: 1;
  width: 210px;
  text-align: center;
  position: relative;
  margin-top: 43px;
  margin-right: 24px;
}
#flow .flow_wrapp section ul.ready_flow li .tel {
    background: url(../Image/common/icon_tel.png) no-repeat center left 15px /20px 36px;
    background-color: #bbd7eb;
    padding: 10px 15px 10px 50px;
    line-height: 1;
    margin-right: 20px;
    display: block;
    width: 100%;
}
#flow .flow_wrapp section ul.ready_flow li .tel span{
  font-size:14px;
}
#flow .flow_wrapp section ul.ready_flow li .tel span:after{
  content:":";
  margin:0 3px;
  font-size:18px;
}
@media screen and (min-width : 768px ) {
#flow .flow_wrapp section ul.ready_flow li .tel a{
  pointer-events: none;
}
}
#flow .flow_wrapp section ul.ready_flow li .tel li:first-child {
    margin-bottom: 5px;
}
#flow .flow_wrapp section ul.ready_flow li .contact{
  margin-top: 10px;
}
#flow .flow_wrapp section ul.ready_flow li .contact a {
    background: url(../Image/common/icon_mail.png) no-repeat left 60px center / 23px 19px;
    background-color: #4496d0;
    color: #fff;
    padding: 23px 20px 22px 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    display: block;
    text-align: center;
}
/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
#flow .flow_wrapp section ul.ready_flow li .contact a:hover {
  background-color: #236695;
}
}
#flow .flow_wrapp section ul.ready_flow li  .tel li{
    color: #236695;
    font-size: 18px;
    font-weight: bold;
}
#flow .flow_wrapp section ul.ready_flow li .subttl_02:before {
  display: block;
  color: #b4d7ef;
  margin-bottom: 8px;
  font-family: 'futura', sans-serif;
  font-size: 18px;
  counter-increment: number 1;
  content: "STEP."counter(number);
}
#flow .flow_wrapp section ul.ready_flow li .subttl_02:after {
  content: "";
  background: url(../Image/flow/icon_01.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 37px;
  display: block;
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
}
#flow .flow_wrapp section ul.ready_flow li:nth-child(2) .subttl_02:after {
  background: url(../Image/flow/icon_02.png) no-repeat;
  background-size: contain;
}
#flow .flow_wrapp section ul.ready_flow li:nth-child(3) .subttl_02:after {
  background: url(../Image/flow/icon_03.png) no-repeat;
  background-size: contain;
}
#flow .flow_wrapp section ul.ready_flow li:nth-child(4) .subttl_02:after {
  background: url(../Image/flow/icon_04.png) no-repeat;
  background-size: contain;
}
#flow .flow_wrapp section ul.ready_flow li:nth-child(5) .subttl_02:after {
  background: url(../Image/flow/icon_05.png) no-repeat;
  background-size: contain;
}
#flow .flow_wrapp section ul.ready_flow li:nth-child(6) .subttl_02:after {
  background: url(../Image/flow/icon_06.png) no-repeat;
  background-size: contain;
}
#flow .flow_wrapp section ul.ready_flow li:nth-child(7) .subttl_02:after {
  background: url(../Image/flow/icon_07.png) no-repeat;
  background-size: contain;
  top: -33px;
}
#flow .flow_wrapp section ul.ready_flow li .txt_area ul.point_list {
  background: #fffbe0;
  padding: 25px 15px;
  margin-top: 35px;
  position: relative;
}
#flow .flow_wrapp section ul.ready_flow li .txt_area ul.point_list:before {
  content: "POINT";
  font-family: 'futura', sans-serif;
  font-size: 23px;
  font-weight: 600;
  position: absolute;
  top: -19px;
  color: #216ea3;
}
#flow .flow_wrapp section ul.ready_flow li .txt_area ul.point_list li {
  font-size: 13px;
  font-weight: 600;
  position: relative;
  padding: 5px 0 5px 10px;
  font-size: 12px;
}
#flow .flow_wrapp section ul.ready_flow li .txt_area ul.point_list li:before {
  content: "";
  background: #1b6aa1;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 13px;
}
#flow .flow_wrapp #sec_full {
  background: #f6fafd;
  padding: 80px 0;
  font-size: 30px;
}
#flow .flow_wrapp #sec_full ul.img_area_full {
  width: 365px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
#flow .flow_wrapp #sec_full ul.img_area_full li {
  width: 32.3%;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #1c69a1;
  line-height: 1;
  /*! height: 210px; */
  margin-top: 0%;
  font-size: 14px;
}
#flow .flow_wrapp #sec_full ul.img_area_full li p{
  display: block;
}
@media screen and (min-width : 768px ) {
  #flow .flow_wrapp #sec_full ul.img_area_full li:nth-last-child(-n+3){
  margin-top: 2%;
  }
}
#flow .flow_wrapp #sec_full ul.img_area_full li img {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  /*! width: 100%; */
  /*! height: 100%; */
  /*! object-fit: cover; */
}
#flow .flow_wrapp #sec_full ul li .txt_area{
  width: 75%;
}
#flow .flow_wrapp #sec_full ul {
  padding-top: 2em;
}
#flow .flow_wrapp #sec_full ul li .txt_area ul li{
  position: relative;
  padding-left: 15px;
}
#flow .flow_wrapp #sec_full ul li .txt_area ul li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #256595;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#flow .flow_wrapp #sec_costom ul li .img_area_costom {
  width: 350px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#flow .flow_wrapp #sec_costom ul li .img_area_costom li {
  width: 170px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #1c69a1;
  margin-top: 1em;
}
#flow .flow_wrapp #sec_costom ul li .img_area_costom li a{
  display: block;
}
@media screen and (min-width : 768px ) {
#flow .flow_wrapp #sec_costom ul li .img_area_costom li a:hover{
  opacity: 0.6;
  }
#flow .flow_wrapp #sec_costom ul li .img_area_costom li:nth-child(-n+2){
  margin-top: 0;
}
}
/*#flow .flow_wrapp #sec_costom ul li:first-child .txt_area {
  width: 410px;
}*/
#flow .flow_wrapp #sec_costom ul {
  padding-top: 2em;
}
#flow .flow_wrapp #sec_costom ul li .txt_area {
  width: 75%;
}
#flow .flow_wrapp #sec_costom ul li .txt_area ul li{
  position: relative;
  padding-left: 15px;
}
#flow .flow_wrapp #sec_costom ul li .txt_area ul li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #256595;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#flow .flow_wrapp #sec_ready ul {
  padding-top: 2em;
}
#flow .flow_wrapp #sec_ready ul li:nth-child(2) .subttl_02:after {
  background: url(../Image/flow/icon_03.png) no-repeat;
  background-size: contain;
}
#flow .flow_wrapp #sec_ready ul li:nth-child(3) .subttl_02:after {
  background: url(../Image/flow/icon_04.png) no-repeat;
  background-size: contain;
}
#flow .flow_wrapp #sec_ready ul li:nth-child(4) .subttl_02:after {
  background: url(../Image/flow/icon_05.png) no-repeat;
  background-size: contain;
}
#flow .flow_wrapp #sec_ready ul li:nth-child(5) .subttl_02:after {
  background: url(../Image/flow/icon_07.png) no-repeat;
  background-size: contain;
  top: -33px;
}
#flow .flow_wrapp #sec_ready ul li .img_area {
  width: 180px;
  margin-right: 25px;
}
#flow .flow_wrapp #sec_ready ul.ready_flow li .img_area img {
  width: 100%;
}
/*#flow .flow_wrapp #sec_ready ul.ready_flow li:first-child .txt_area {
  width: 550px;
}*/
#flow .flow_wrapp #sec_ready ul.ready_flow li .txt_area {
  width: 75%;
}
#flow .flow_wrapp #sec_ready ul.ready_flow li .txt_area ul{
  padding-bottom: 1.5em;
}
#flow .flow_wrapp #sec_ready ul.ready_flow li .txt_area ul li{
  position: relative;
  padding-left: 15px;
}
#flow .flow_wrapp #sec_ready ul.ready_flow li .txt_area ul li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #256595;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#flow .flow_wrapp .cv_box{
   width: 1100px;
   margin: 2rem auto 0px;
   background: #D9EDFD;
   padding: 3% 2%;
}
#flow .flow_wrapp .tel_area{
  background: #fff;
  padding: 2%;
  width: 80%;
  margin: auto;
}
#flow .flow_wrapp .tel_area ul{
  display: flex;
  justify-content: space-around;
  align-content: center;
}
#flow .flow_wrapp .tel_area li{
  display: inline-block;
  font-size: 42px;
  font-family: 'futura', sans-serif;
  font-weight: bold;
  color: #256595;
  width: 50%;
  text-align: center;
}
@media screen and (min-width : 768px ) {
#flow .flow_wrapp .tel_area li a{
  pointer-events: none;
}
}
#flow .flow_wrapp .tel_area li span{
  font-size: 23px;
}
#flow .flow_wrapp .tel_area li span:after{
  content:":";
  margin:0 3px;
  font-size:30px;
}
#flow .flow_wrapp .contact_area{
  text-align: center;
  width: 80%;
  margin: 30px auto 0;
}
#flow .flow_wrapp .contact_area a{
  background: url(../Image/common/icon_mail.png) no-repeat left 286px center / 23px 19px;
  background-color: #4496d0;
  color: #fff;
  padding: 37px 20px 34px 50px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  display: block;
}
/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
/* ボタン<a>タグのホバー時のデザイン */
#flow .flow_wrapp .contact_area a:hover {
    background-color: #1B6AA1;
}
}


/*-----------------------------------------------------

  会社概要    company

------------------------------------------------------*/
/*    SECTION 01
-------------------------------*/
#company .infoSheet {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
}
#company .infoSheet th, #company .infoSheet td {
  border-bottom: solid 1px #eee;
  padding: 20px 15px;
  ;
}
#company .infoSheet th {
  width: 200px;
  color: #4395d0
}
#company .infoSheet td p:nth-child(n+2){
  background: #f0f8ff;
  padding: 1em;
  margin-top: 1em;
}

#company #sec_01 .message{
    width:80%;
    border:solid 10px #dbedf9;
    margin:0 auto 40px;;
    padding:40px;
}
#company #sec_01 .message .subTtl_01{
       text-align:center;
       font-weight:bold;
       font-size: 24px;
       color:#213c67;
       line-height:1;
       margin-bottom:.8em;
}
#company #sec_01 .message .tArea{
    font-size:14px;
    line-height: 2.4;
}
#company #sec_01 .message  .tArea:first-child{
  margin-bottom:1.5em;
}
#company #sec_01 .message  .sign{
  font-family: 'Noto Serif JP', sans-serif;
  font-size:130%;
  font-weight:600;
  text-align:right;
}
#company #sec_01 .imgArea ul {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 10px;
}
#company #sec_01 .imgArea {
  text-align: center;
  margin-bottom: 20px;
}
#company #sec_01 .imgArea ul li:nth-child(n+2) {
  margin-left: 15px;
}
/*    SECTION 02
-------------------------------*/
#company #sec_02 .mapInfo {
  font-size: 18px;
  margin-bottom: 15px;
  border-left: solid 15px #4395d0;
  padding-left: 25px;
}
#company #sec_02 .mapInfo span {
  font-size: 20px;
  font-weight: bold;
  color: #236695;
}
#company #sec_02 .mapBox {
  position: relative;
  width: 100%;
  padding-top: 450px;
}
#company #sec_02 .mapBox iframe {
  position: absolute;
  left: 0;
  top: 0;
}
/*-----------------------------------------------------

  ご利用ガイド    user-guide

------------------------------------------------------*/
/*    SECTION 01
-------------------------------*/
#user-guide #sec_01 .ttl_01 {
  margin-bottom: 80px;
}
#user-guide #sec_01 .gInner {
  width: 90%;
  margin: 0 auto;
}
#user-guide #sec_01 dt {
  margin-bottom: 20px;
}
#user-guide #sec_01 .subttl_01 {
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 8px;
}
#user-guide #sec_01 .subttl_01:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #4395d0;
  left: 0;
  bottom: 0;
}
#user-guide #sec_01 dd {
  margin-bottom: 60px;
  font-size: 16px;
}
#user-guide #sec_01 .listTtl {
  font-weight: bold;
  color: #1c69a1;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1;
}
#user-guide #sec_01 .listTtl:before {
  content: "\f138";
  font-family: FontAwesome;
  margin-right: 5px;
  display: inline-block;
  color: #a1c2df;
}
#user-guide #sec_01 .listTtl + .annotation {
  margin-bottom: 35px;
  padding-left: 15px;
}
#user-guide #sec_01 .box{
    border: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 1em;
}
#user-guide #sec_01 .box span{
  font-weight: 600;
}
#user-guide #sec_01 .annotation>li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.2;
  margin-bottom: 15px;
}
#user-guide #sec_01 .annotation>li:last-child {
  margin-bottom: 0;
}
#user-guide #sec_01 .annotation>li:before {
  content: "※";
  padding-right: 0.2em;
  position: absolute;
  left: 0;
}
#user-guide #sec_01 .annotation ol {
  margin-top: 15px;
  padding-left: 25px;
}
#user-guide #sec_01 .annotation ol li {
  list-style: decimal;
  margin-bottom: 10px;
  font-size: 14px;
}
#user-guide #sec_01 .annotation ol li:last-child {
  margin-bottom: 0;
}
/*-----------------------------------------------------

  よくある質問    faq

------------------------------------------------------*/
/*    ページナビゲーション
-------------------------------*/
#faq .ancLink {
  text-align: center;
  margin-bottom: 80px;
}
#faq .ancLink ul {
  display: inline-block;
  vertical-align: top;
}
#faq .ancLink li {
  float: left;
  margin-right: 50px;
  text-align: center;
}

@media screen and (min-width : 768px ) {
#faq .ancLink li:nth-child(5n) {
  margin-right: 0;
}
}
#faq .ancLink li:last-child {
  margin-right: 0;
}
#faq .ancLink li a {
  color: #4496d0;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px 20px;
  background: #e1eff8;
  width: 200px;
  position: relative;
}
#faq .ancLink li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #4395d0 transparent;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: 0 auto;
  transition: bottom .4s ease;
}

/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
#faq .ancLink li a:hover {
  background: #4395d0;
  color: #fff;
}
#faq .ancLink li a:hover:after {
  bottom: 5px;
  border-top-color: #fff;
}
}
/*    FAQボックス
-------------------------------*/
#faq .faqBox {
  margin-bottom: 120px;
}
#faq .faqBox:last-child {
  margin-bottom: 0;
}
#faq .faqBox .ttl_05 {
  font-size: 26px;
  color: #4395d0;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  line-height: 1;
  margin-bottom: 40px;
}
#faq .faqBox .ttl_05:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background: #9dd6ff;
  margin: 0 auto;
  bottom: 0;
}
#faq .faqBox dl {
  border: solid 1px #e8e8e8;
  padding: 50px 40px;
  background: #fcfcfc;
}
#faq .faqBox:nth-child(even) dl {
  background: #f7fbfd;
  border-color: #daedf6
}
#faq .faqBox dt {
  font-size: 18px;
  position: relative;
  padding: 7px 0 7px 35px;
  line-height: 1.2;
  border-bottom: dashed 1px #ddd;
  margin-bottom: 15px;
}
#faq .faqBox dt:before {
  position: absolute;
  left: 0;
  line-height: 1;
  top: 0;
  content: "Q";
  font-family: 'futura', sans-serif;
  font-weight: bold;
  color: #4395d0;
  margin-right: 15px;
  font-size: 30px;
}
#faq .faqBox dd {
  padding-left: 35px;
  margin-bottom: 60px;
  font-size: 16px;
}
#faq .faqBox dd:last-child {
  margin-bottom: 0;
}
/*-----------------------------------------------------

  ケース屋の強み   strong-point

------------------------------------------------------*/
/*    レイアウト
-------------------------------*/
#strong-point .pointBox {
  border-bottom: dashed 1px #ddd;
  padding: 40px 0;
}
#strong-point .pointBox:nth-of-type(even) {
  background: #f3f9ff;
}
#strong-point .pointBox:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#strong-point .pointBox:nth-child(1) {
  padding-top: 0;
}
#strong-point .pointBox .number {
  float: left;
  width: 150px;
  font-size: 28px;
  font-family: 'futura', sans-serif;
  font-style: italic;
  line-height: 1;
  text-align: center;
  color: #a1c2df
}
#strong-point .pointBox .number span {
  display: block;
  font-size: 64px;
  margin-top: 5px;
  color: #4395d0
}
#strong-point .pointBox .imgBox {
  float: left;
  width: 275px;
  margin-right: 25px;
}
#strong-point .pointBox .txtBox {
  float: left;
  width: 725px;
  padding-top: 10px;
}
#strong-point .pointBox .subttl_01 {
  font-size: 24px;
  color: #233c65;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}
#strong-point .pointBox .lead {
  font-size: 16px;
  padding-left: 25px;
}
#strong-point .pointBox .headline {
  margin-top: 10px;
  text-align: right;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 20px;
  font-style: italic;
  color: #4294d0;
}
/*-----------------------------------------------------

  新着情報    topics

------------------------------------------------------*/
/*    一覧
-------------------------------*/
#topics #archive {
  width: 1000px;
  margin: 0 auto;
}
#topics #archive  .message{
  text-align:center;
font-size:16px;
}
#topics #archive .newsBox li:nth-child(n+2) {
  margin-top: 10px;
}
#topics #archive .newsBox li a {
  background: #f2f7fa;
  display: block;
  font-size: 0;
}
#topics #archive .newsBox li a span {
  display: inline-block;
  padding: 16px 0 15px;
  line-height: 20px;
  transition: .4s ease;
  color: #084c7b;
}
#topics #archive .newsBox li a .date {
  background: url(../Image/common/arrow_db.png) no-repeat left 15px center /18px 18px;
  width: 160px;
  padding-left: 45px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #e6eff5;
}
#topics #archive .newsBox li a .ttl {
  font-size: 13px;
  padding-left: 45px;
  width: 840px;
  padding-right: 10px;
}
#topics #archive .newsBox ul {
  margin-bottom: 30px;
}

/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
#topics #archive .newsBox li a:hover span {
  color: #fff;
}
#topics #archive .newsBox li a:hover .date {
  background-image: url(../Image/common/arrow_wh.png);
  background-color: #2972bb;
}
#topics #archive .newsBox li a:hover .ttl {
  background-color: #4395d0;
}
}
/*    詳細
-------------------------------*/
#topics #single {
  width: 1000px;
  margin: 0 auto;
}
#topics #single .date {
  font-weight: bold;
  color: #a1c2df
}
#topics #single .newsTtl {
  color: #1c69a1;
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: solid 1px #bbd8eb;
}
#topics #single .ttlWrap {
  margin-bottom: 25px;
}
#topics #single .imgBox {
  text-align: center;
  margin-bottom: 50px;
}
#topics #single .tArea {
  margin-bottom: 40px;
}
/*-----------------------------------------------------

  プライバシーポリシー    privacypolicy

------------------------------------------------------*/
#privacypolicy #sec_01 {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 200px;
}
#privacypolicy #sec_01 .lead {
  font-size: 16px;
  margin-bottom: 40px;
}
#privacypolicy #sec_01 .subttl_01 {
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
#privacypolicy #sec_01 .subttl_01:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #4395d0;
  left: 0;
  bottom: 0;
}
#privacypolicy #sec_01 .list_01 {
  padding-left: 20px;
  counter-reset: number;
  margin-bottom: 10px;
}
#privacypolicy #sec_01 .list_01 li {
  padding-left: 1.5em;
  font-size: 16px;
  position: relative;
}
#privacypolicy #sec_01 .list_01 li:nth-child(n+2) {
  margin-top: 10px;
}
#privacypolicy #sec_01 .list_01 li:before {
  position: absolute;
  counter-increment: number 1;
  left: 0;
  top: 0;
  content: counter(number, lower-alpha)")";
}
#privacypolicy #sec_01 .annotaion {
  padding-left: 20px;    margin-bottom: 2rem;
}
#privacypolicy #sec_01 .annotaion li {
  padding-left: 1.2em;
  position: relative;
}
#privacypolicy #sec_01 .annotaion li:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #b4d8ef
}
#privacypolicy #sec_01 .annotaion li:nth-child(n+2) {
  margin-top: 5px;
}
/*-----------------------------------------------------

  サイトマップ    sitemap

------------------------------------------------------*/
#sitemap #sec_01 .smList_01>li {
  margin-bottom: 60px;
}
#sitemap #sec_01 .smList_01>li>a {
  border-bottom: solid 1px #eee;
  display: block;
  padding-left: 10px;
  padding-bottom: 10px;
}
#sitemap #sec_01 .smList_01>li>a span {
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
#sitemap #sec_01 .smList_01>li>a:not(:last-child) {
  margin-bottom: 15px;
}
#sitemap #sec_01 .smList_01>li>a .en {
  font-size: 36px;
  font-family: 'futura', sans-serif;
  position: relative;
  margin-right: 15px;
  color: #bbd8eb;
  white-space: nowrap;
}
#sitemap #sec_01 .smList_01>li>a .en:before {
  position: absolute;
  content: attr(data-text);
  left: 0;
  top: 0;
  color: #233c65;
  width: 0;
  overflow: hidden;
  transition: .4s ease;
}
#sitemap #sec_01 .smList_01>li>a .ja {
  font-size: 16px;
  font-weight: bold;
  color: #4395d0;
}
#sitemap #sec_01 .smList_02 {
  padding: 0 10px;
}
#sitemap #sec_01 .smList_02 li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
}

@media screen and (min-width : 768px ) {
#sitemap #sec_01 .smList_02 li:nth-child(4n) {
  margin-right: 0;
}
#sitemap #sec_01 .smList_02 li:nth-child(n+5) {
  margin-top: 2%;
}
}
#sitemap #sec_01 .smList_02 li a {
  font-size: 18px;
  color: #1c69a1;
  border: solid 1px #89a0b1;
  line-height: 1;
  padding: 15px 15px 13px;
  display: block;
  position: relative;
  overflow: hidden;
}
#sitemap #sec_01 .smList_02 li a span {
  position: relative;
  z-index: 2;
  transition: .2s ease;
}
#sitemap #sec_01 .smList_02 li a:before {
  content: "";
  position: absolute;
  left: -115%;
  top: 0;
  width: 110%;
  height: 100%;
  background: #1c69a1;
  transform: skewX(30deg);
  transition: .4s ease;
}

/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
#sitemap #sec_01 .smList_01>li>a:hover .en:before {
  width: 100%;
}
#sitemap #sec_01 .smList_02 li a:hover:before {
  left: -5%;
}
#sitemap #sec_01 .smList_02 li a:hover span {
  color: #fff;
}
}
/*-----------------------------------------------------

  お問い合わせ      contact

------------------------------------------------------*/
#contact #sec_01 .gInner {
  width: 1000px;
  margin: 0 auto;
}
#contact .introduction .lead {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 15px;
  text-align: center;
}
#contact .introduction .telArea {
  text-align: center;
}
#contact .introduction .telArea ul {
  font-size: 0;
}
#contact .introduction .telArea li {
  display: inline-block;
  font-size: 32px;
  font-family: 'futura', sans-serif;
  font-weight: bold;
  color: #256595
}
#contact .introduction .telArea li:nth-child(n+2) {
  margin-left: 50px;
}
#contact .introduction .telArea li span {
  font-size: 70%;
  display: inline-block;
  margin-right: 10px;
}
#contactForm table {
  margin-bottom: 40px;
}
#contactForm table th, #contactForm table td {
  font-size: 16px;
  vertical-align: middle;
  padding: 40px 20px 30px;
}
#contactForm table th {
  width: 30%;
  text-align: left;
  border-bottom: solid 1px #e0e0e0;
  color: #4395d0;
}
#contactForm table td {
  width: 70%;
  border-bottom: solid 1px #e0e0e0;
}
#contactForm label {
  display: block;
}
#contactForm .formparts {
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 1px #ccc;
  font-size: 16px;
}
#contactForm input.short {
  width: 20%;
}
#contactForm input.middle {
  width: 60%;
}
#contactForm input.long {
  width: 80%;
}
#contactForm textarea {
  width: 80%;
  height: 200px;
}
#contactForm .addr .ttl {
  display: inline-block;
  width: 15%;
  font-size: 16px;
  vertical-align: middle;
}
#contactForm .addr .form {
  display: inline-block;
  width: 85%;
  vertical-align: middle;
  font-size: 16px;
}
#contactForm .addr {
  margin-bottom: 20px;
  font-size: 0;
}
#contactForm .addr:last-child {
  margin-bottom: 0;
}
#contactForm .checkbox span {
  background: none;
  border: none;
  padding-left: 20px;
  position: relative;
  line-height: 1;
  padding: 0 0 0 20px;
  display: inline-block;
  margin-bottom: 5px;
}
#contactForm .checkbox span:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border: solid 1px #aaa;
  background: #fff;
  left: 0;
  top: 0px;
  border-radius: 2px;
  bottom: 3px;
  margin: auto 0;
}
#contactForm .checkbox span:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  left: 2px;
  border-bottom: solid 2px #2f6dae;
  border-left: solid 2px #2f6dae;
  transform: rotate(-40deg);
  top: 0;
  bottom: 10px;
  margin: auto;
  opacity: 0;
}
#contactForm .checkbox input[type="checkbox"]:checked + span:after {
  opacity: 1;
}
#contactForm .checkbox input[type="checkbox"] {
  display: none;
}
#contactForm .radioform .wpcf7-list-item-label {
  background: none;
  border: none;
  padding-left: 20px;
  position: relative;
  line-height: 1;
  padding: 0 0 0 20px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 20px;
}
#contactForm .radioform .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: solid 1px #aaa;
  background: #fff;
  left: 0;
  top: 0px;
  border-radius: 50%;
  bottom: 0px;
  margin: auto 0;
}
#contactForm .radioform .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 5px;
  border-radius: 50%;
  background: #2f6dae;
  bottom: 6px;
  margin: auto;
  opacity: 0;
}
#contactForm .radioform input[type="radio"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
#contactForm .radioform input[type="radio"] {
  display: none;
}
#contactForm .filebox:nth-child(n+2) {
  margin-top: 10px;
}
#contactForm .filebox label {
  display: inline-block;
}
#contactForm .filebox input[type="file"] {
  display: none;
}
#contactForm .filebox .filebtn {
  background: #4395d0;
  font-size: 14px;
  color: #fff;
  padding: 6px 8px 5px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}
#contactForm .filebox .filename {
  font-size: 14px;
}
#contactForm .filebox .box {
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
#contactForm .filebox .box .reset {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 36px;
  display: none;
}
#contactForm .btnArea {
  text-align: center;
}
#contactForm #confirm {
  margin-bottom: 25px;
  font-size: 16px;
}
#contactForm #confirm label {
  margin-bottom: 5px;
}
#contactForm #confirm .wpcf7-list-item-label {
  background: none;
  border: none;
  padding-left: 20px;
  position: relative;
  line-height: 1;
  padding: 0 0 0 20px;
  display: inline-block;
  margin-bottom: 5px;
}
#contactForm #confirm .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border: solid 1px #aaa;
  background: #fff;
  left: 0;
  top: 0px;
  border-radius: 2px;
  bottom: 3px;
  margin: auto 0;
}
#contactForm #confirm .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  left: 2px;
  border-bottom: solid 2px #2f6dae;
  border-left: solid 2px #2f6dae;
  transform: rotate(-40deg);
  top: 0;
  bottom: 10px;
  margin: auto;
  opacity: 0;
}
#contactForm #confirm input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
#contactForm #confirm input[type="checkbox"] {
  display: none;
}
#contactForm #confirm .fontS {
  font-size: 14px;
  color: #cc1111;
}
#contactForm .formBtn {
  font-size: 16px;
  width: 200px;
  border-radius: 0;
  text-align: center;
  text-shadow: none;
  transition: .4s ease;
  font-weight: bold;
  background: #4496d0;
  color: #fff;
  padding: 20px 0 18px;
  line-height: 1;
  border: solid 1px #4496d0;
}
#contactForm #cancel.formBtn {
  background: #fff;
  color: #595959;
  border-color: #595959
}

/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
#contactForm .formBtn:hover {
  background: #fff;
  color: #4496d0
}
#contactForm #cancel.formBtn:hover {
  background: #595959;
  color: #fff;
}
}
/* 入力画面の「必須」のデザイン */
#contactForm .must-fill {
  background: #e04;
  padding: 1px 3px;
  color: #fff;
  font-size: 0.6em;
  display: inline-block;
  margin-left: 10px;
  border-radius: 4px;
  float: right;
  margin-top: 3px;
}
#contactForm .not-must-fill {
  background: #2f6dae;
  padding: 1px 3px;
  color: #fff;
  font-size: 0.6em;
  display: inline-block;
  margin-left: 10px;
  border-radius: 4px;
  float: right;
  margin-top: 3px;
}
.wpcf7-recaptcha{
margin-right:auto;
margin-left:auto;
margin-bottom: 1em;
text-align: center;
width:300px;
}
/*-----------------------------------------------------

  送信完了画面      　thanks

------------------------------------------------------*/
#thanks #sec_01 .gInner {
  width: 1000px;
  margin: 0 auto;
}
#thanks #sec_01 .message {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 2.5;
}
/*-----------------------------------------------------
  WP PAGER
------------------------------------------------------*/
.wp-pagenavi {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
/* ボタン<a>タグのデザイン */
.wp-pagenavi a, .wp-pagenavi .current {
  width: 40px;
  line-height: 40px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  border-radius: 50%;
}
.wp-pagenavi a {
  color: #2d426c;
  display: inline-block;
  text-align: center;
}
.wp-pagenavi .current {
  color: #4395d0;
  text-decoration: underline;
}
/* 矢印（ < とか > ）のデザイン */
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  background: none;
  font-weight: bold;
  text-decoration: none;
  line-height: 40px;
}
.wp-pagenavi .previouspostslink:before {
  content: "\f104";
  font-family: FontAwesome
}
.wp-pagenavi .nextpostslink:before {
  content: "\f105";
  font-family: FontAwesome
}

/* === HOVER EFFECT  ===*/
@media screen and (min-width : 768px ) {
/* ボタン<a>タグのホバー時のデザイン */
.wp-pagenavi a:hover {
  color: #4395d0;
  text-decoration: underline;
}
}
#not_found #sec_01 .message p {
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
  margin-bottom: 25px;
}


/*-----------------------------------------------------

  布地一覧      　fabric

------------------------------------------------------*/
#fabric #sec_01 .headline{
    text-align:center;
    margin-bottom:1.5em;
    font-weight:700;
    font-size:1.125em;
    color:#4496d0;
}
#fabric #sec_01 .gInner{
    width:1000px;
    margin: 0 auto;
}
#fabric #sec_01 .f_list{
    display:flex;
    justify-content:space-between;
    align-items:stretch;
    flex-wrap:wrap;
}
#fabric #sec_01 .f_list li{
    width: 450px;
}
#fabric #sec_01 .f_list li:nth-child(n+3){
    margin-top:80px;
}
#fabric #sec_01 .f_list figure{
    margin-bottom: 1.5em;
}
#fabric #sec_01 .f_list h2{
    font-size: 1.75em;
    line-height: 1;
    margin-bottom: .625em;
}
#fabric #sec_01 .f_list h2 span{
    display: block;
}
#fabric #sec_01 .f_list h2 .lg{
    color: #1b6aa1;
}
#fabric #sec_01 .f_list h2 .sm{
    font-size: .65em;
    color:#4596d0;
    margin-top: .5em;
}
#fabric #sec_01 .f_list p{
    margin-bottom: 1em;
}
#fabric #sec_01 .f_list aside{
    background:#e1eff8;
    padding:1em;
}
#fabric #sec_01 .f_list h3:before{
    content:"<";
}
#fabric #sec_01 .f_list h3:after{
    content:">";
}
#fabric #sec_01 .f_list table{
    width:auto;
}
#fabric #sec_01 .f_list th,
#fabric #sec_01 .f_list td{
    font-weight:400;
}
#fabric #sec_01 .f_list td{
    position:relative;
    padding-left:1em;
}
#fabric #sec_01 .f_list td:before{
    position:absolute;
    content:"：";
    top: 0;
    left: 0;
}
@media (max-width: 767px){
    #fabric #sec_01 .gInner{
        width:90%;
    }
    #fabric #sec_01 .f_list li:nth-child(n+2){
        margin-top:50px;
    }
    #fabric #sec_01 .f_list th,
    #fabric #sec_01 .f_list td{
        display: block;
    }
    #fabric #sec_01 .f_list h2{
        font-size:1.375em;
    }
    #fabric #sec_01 .f_list h2 .sm{
        font-size:.75em;
    }
    #fabric #sec_01 .f_list h3{
        font-size:1.0625em;
    }
    #fabric #sec_01 .f_list td:before{
        content:"－"
    }
}
