@charset "UTF-8";

section{
    margin: 24px 0 0;
}
#maincontents{
    font-size: 1.6rem;
    line-height: 1.6;
}
#maincontents a{
  display: block;
}
/*--------------#bread------------------*/
.bread{
  font-size: 115%;
  background: #e5e5e5;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
} 
.bread ol{
  display: table;
}   
.bread ol li{
  padding: 0 0 10px;
  display: table-cell;
  white-space: nowrap;
  font-size: 90%;
}
.bread ol li:nth-last-of-type(1){
  padding-left: 4px;
  padding-right: 10px;
}
.bread li::after{
  /* content:no-close-quote; */
}
.bread ol li a{
    padding: 14px 20px 9px 8px;
    background: url(../images/img_pankuzu.gif) no-repeat 97% 86%,#FFF;
    margin-left: -1px;
    color:#333;
}
.bread ol li:nth-last-of-type(2) a{
  background: url(../images/img_pankuzu.gif) no-repeat 100% 10%,#FFF;
}
/*--------------title------------------*/
h2{
  font-weight: bold;
  font-size: 144%;
  background: #f9b519;
  padding: 6px 10px 2px;
  text-align: center;
}
h3.type01{
    background: #fffddf;
    font-weight: bold;
    font-size: 128%;
    padding: 10px;
}
h3.type01 span{
    border-left: 6px solid #f9b519;
    padding: 3px 7px;
}
h3.type02{
  font-weight: bold;
  margin: 15px 10px;
  color: #614731;
  line-height: 1;
}
h3.type02 table th{
  background: #614731;
  color: #FFF;
  padding: 0 5px;
  font-size: 94%;
}
h3.type02 table td{
  padding: 4px 5px;
  font-size: 126%;
}
h4.type01{
  background:#ffdb8a;
  font-size: 120%;
  font-weight: bold;
  padding: 6px 10px 2px;
  margin: 0 0 14px;
}
h4.type01 a{
  float: right;
  text-decoration: underline;
  background: url(../images/icon_seller04.png) no-repeat 6px 50%,#FFF;
  background-size: 8px;
  padding: 0 5px 0 18px;
  font-size: 90%;
  color: #333;
}
h4.type01 .ls-2{
  letter-spacing: -2px;
    display: inline;
}
.titlebox{
    padding: 15px 10px;
    background: url(../images/img_title.gif) no-repeat 98% bottom;
    background-size: 126px;
    border-bottom: 6px solid #f9b519;
    min-height: 40px;
}
.titlebox p{
  width: 64%;
}
.titlebox h3{
  font-weight:bold;
  color:#614731;
  font-size: 110%;
}
/*-------------satei_box------------*/
.satei_box{
    border: 2px solid #f9b519;
    margin: 0 10px;
    background: #fffddf;
    text-align: center;
    padding: 6px 0 9px;
}
.satei_box p:nth-of-type(1){
    border-bottom: 5px solid #f9b519;
    font-weight: bold;
    font-size: 114%;
    margin: 0 10px;
}
.satei_box p:nth-of-type(2){
    padding: 8px;
    font-size: 94%;
}
 .satei_box .CP{
      background: url(../images/icon_seller05.gif) no-repeat 50% bottom;
      background-size:46px;
      padding: 0 10px 16px;
      margin: 0 0 6px;
}
.satei_box .CP p{
   background:url(../images/img_CP01.gif) no-repeat 8px 50%,#ffda88;
   background-size:46px;
   padding: 6px 8px 6px 60px;
   border: none;
   font-size: 95%;
   text-align: left;
   margin: 0;
}
.satei_box .CP p span{
  color:red;
}
.satei_box a{
   background: -webkit-linear-gradient(top, #ff3802, #d43205);
   background: linear-gradient(top, #e63100, #b92800);
   color:#FFF;
   padding: 10px 0;
   font-weight: bold;
   font-size: 110%;
   margin: 0 10px;
   box-shadow: 0px 3px 6px #b9b9b9;
   border-radius: 2px;
   text-decoration: none;
}
/*-------------section.list------------*/
section.list ol li a{
  border-bottom: 2px solid #cfcfcf;
  background: url(https://www.nomu.com/nomucom/smp/common/images/icn-arrow.png) no-repeat 98% 50%;
  background-size: 14px;
  padding: 14px 10px;
  margin: 0 10px;
  color: #333;
  text-decoration: none;
}
section.list ol li:nth-last-of-type(1) a {
  border:none;
}

section.list ol li a span{
    font-weight: bold;
    margin: 0 5px 0 0;
    color: #614731;
}
/*-------------section.info------------*/
section.info ol{
    margin: 10px auto 0;
    width: 100%;
    display:-webkit-box;
    display:-webkit-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-lines:multiple;
    flex-wrap:wrap;
    box-sizing: border-box;
}
section.info ol li{
    width: 48%;
    border: 1px solid #cdcdcd;
    margin: 12px 0 0;
    box-sizing: border-box;
    box-shadow: 0 3px 8px #b9b9b9;
}
 section.info ol li a{
    padding: 11px;
    background: url(../images/icon_seller01.gif) no-repeat 96% 1.55rem;
    background-size: 12px;
    color: #333;
    text-decoration: none;
 }
section.info ol li a dl dt{
    font-weight: bold;
    padding: 0 2px 8px 0;
}
section.info ol li a dl dd:nth-of-type(1){
   margin: 0 4px 0 0;
   float: left;
   width: 30%;
}
section.info ol li a dl dd:nth-of-type(2){
    line-height: 1.2;
    float: right;
    width: 65%;
}

/*-------------nomura------------*/
#nomura h3{
    border-bottom: 4px solid #b10113;
    text-align: center;
    font-weight: bold;
    font-size: 128%;
    padding: 0 0 5px;
}
#nomura h3 img{
    vertical-align: text-bottom;
    margin: 0 15px  0 0;
}
#nomura h3 a{
  display: inline;
}
#nomura h4{
    background: #150f4b;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 6px 0;
    font-size: 112%;
}
#nomura a.branch{
    border: 1px solid #cdcdcd;
    padding: 8px 0 8px 72px;
    margin: 14px 10px;
    box-shadow: 0px 3px 8px #b9b9b9;
    background: url(../images/icon_branch.gif) no-repeat 10px 50%,url(https://www.nomu.com/nomucom/smp/common/images/icn-arrow.png) no-repeat 98% 50%;
    background-size: 50px,14px;
    color: #333;
    text-decoration: none;
}
#nomura a.branch dl dt{
    font-size: 108%;
    font-weight: bold;
    padding: 0 0 4px;

}
#nomura a.branch dl dd{
   padding: 0 26px 0 0;
}

#nomura ol li {
   border-bottom: 2px solid #cfcfcf;
   background: url(https://www.nomu.com/nomucom/smp/common/images/icn-arrow.png) no-repeat 98% 50%;
   background-size: 14px;
   margin: 0 10px;
   padding: 8px 0;
}
#nomura ol li:nth-last-of-type(1) {
  border:none;
}
#nomura ol li a{
  text-decoration:none;
}
#nomura ol li dl dt{
  font-weight: bold;
  font-size: 108%;
  padding: 0 4px 0;
  margin: 0 0 6px;
  color: #333;
}

#nomura ol li:nth-of-type(1) dl dt{border-left: 5px solid #5da5c7;}
#nomura ol li:nth-of-type(2) dl dt{border-left: 5px solid #90282e;}
#nomura ol li:nth-of-type(3) dl dt{border-left: 5px solid #23236b;}
#nomura ol li:nth-of-type(4) dl dt{border-left: 5px solid #ad7355;}

#nomura ol li dl dd{
  padding: 0 22px 0 6px;
  color: #333;
}


/*--------------#flowl_index------------------*/
#flowl_index li{
  background: url(../images/icon_seller05.gif) no-repeat 50% bottom;
  padding:0 0 40px;
  background-size: 46px;
  border-top: 1px solid #f9b519;
  margin: 16px 10px 0;
}

#flowl_index li:nth-last-of-type(1){
  background:none;
  padding: 0 0 14px;
}
#flowl_index li:nth-of-type(1){
  border:none;
}
#flowl_index h3{
  margin: 20px 0 14px;
}
#flowl_index li p{
  padding: 0 0 20px 100px;
  background-size: 92px;
  background-repeat:no-repeat;
  background-position:0 10%;
  min-height: 63px;
}
#flowl_index li:nth-of-type(1) p{background-image: url(../images/img_pstep01.gif)}
#flowl_index li:nth-of-type(2) p{background-image: url(../images/img_pstep02.gif)}
#flowl_index li:nth-of-type(3) p{background-image: url(../images/img_pstep03.gif)}
#flowl_index li:nth-of-type(4) p{background-image: url(../images/img_pstep04.gif)}
#flowl_index li:nth-of-type(5) p{background-image: url(../images/img_pstep05.gif)}
#flowl_index li:nth-of-type(6) p{background-image: url(../images/img_pstep06.gif)}
#flowl_index li:nth-of-type(7) p{background-image: url(../images/img_pstep07.gif)}
#flowl_index li:nth-of-type(8) p{background-image: url(../images/img_pstep08.gif)}
#flowl_index li:nth-of-type(9) p{background-image: url(../images/img_pstep09.gif)}

#flowl_index li a{
  color: #333;
  margin: 0 20px 0;
  text-align:center;
  border: 2px solid #f9b519;
  padding: 6px 0;
  text-decoration: none;
  background:url(../images/icon_seller04.png) no-repeat 30% 50%;
}
/*--------------.textbox------------------*/
.textbox{
  margin: 0 10px;
}
.textbox a{
   background: url(../images/icon_seller04.png) no-repeat 0 0.9rem;
   background-size: 8px;
   padding: 0 0 0 12px;
   text-decoration: underline;
   display: inline;
   float: right;
   margin-top: 16px;
   color: #333;
}
/*--------------box_type------------------*/
.box_type01{
  background:#fffddf;
  padding: 10px;
  margin: 16px 0 0;
}
.box_type01 a{
  background: url(../images/icon_seller04.png) no-repeat 0 1.7rem;
  float:none;
  margin: 6px 6px 0;
  line-height: 2.6;
}
.box_type02{
  background: #ececec;
  padding: 10px;
  margin: 16px 0 0;
}
.box_type03:after{
  content:" ";
  background: url(../images/icon_seller05.gif) no-repeat;
  background-size: 45px;
  width: 45px;
  height: 24px;
  display:inline-block;
  position: relative;
  top: 8px;
  left: 45%;
}
.box_type03:nth-last-of-type(1):after{
  background:none;
}
.box_type03 div{
  padding: 10px 0;
  margin: 10px 0 0;
  background:#fffddf;
  border:1px solid #ffdb89;
}
.box_type03 th{
  width:30%;
  padding: 10px;
  border-right: 2px solid #f9b519;
  height: 90%;
  font-weight: bold;
}
.box_type03 td{
 padding: 10px;
}
.box_type04{
 border: 2px solid #cacaca;
 padding: 10px;
}
.textbox dl dt{
  font-weight:bold;
  font-size: 107%;
}
.textbox dl dt:nth-of-type(2){
  font-size:100%;
}
.box_type05{
  background:#fff;
  padding:10px;
  margin: 0 10px 14px;
}
/*--------------list_type------------------*/
.list_type01{
   background: url(../images/icon_seller03.png) no-repeat 0 0.75rem;
   background-size: 8px;
   margin: 8px  0;
   padding: 0 0 0 12px;
}
.list_type02 li{
   background: url(../images/icon_seller03.png) no-repeat 0 0.75rem;
   background-size: 5px;
   margin: 5px  0 0 3px;
   padding: 0 0 0 10px;
}
.list_type03 li{
   background-size: 18px;
   padding: 0 0 0 24px;
   background-position: 0 0.2rem;
   background-repeat: no-repeat;
   margin: 0 0 6px;
}

.list_type03 li:nth-of-type(1){background-image: url(../images/icon_number1.gif);}
.list_type03 li:nth-of-type(2){background-image: url(../images/icon_number2.gif);}
.list_type03 li:nth-of-type(3){background-image: url(../images/icon_number3.gif);}
.list_type03 li:nth-of-type(4){background-image: url(../images/icon_number4.gif);}

.list_type04 li{
  background: url(../images/icon_seller06.png) no-repeat 0 0.5rem;
  padding: 0 0 6px 16px;
  background-size: 10px;
}
/*--------------number------------------*/
.number1,.number2,.number3,.number4,.number5{
   background-size: 18px;
   padding: 0 0 0 24px;
   background-position: 0 0.4rem;
   background-repeat: no-repeat;
   margin: 0 0 6px;
}
.number1{background-image: url(../images/icon_number1.gif);}
.number2{background-image: url(../images/icon_number2.gif);}
.number3{background-image: url(../images/icon_number3.gif);}
.number4{background-image: url(../images/icon_number4.gif);}
.number5{background-image: url(../images/icon_number5.gif);}

/*--------------page link------------------*/
.page{
  margin: 34px 10px 18px;
}
.page a{
   text-decoration: underline;
   color:#333;
}
.page li.left{
  float:left;
}
.page li.left a{
  background: url(../images/icon_seller02.gif) no-repeat 0 48%;
  background-size: 18px;
  padding: 0 0 0 30px;

}
.page li.right{
  float:right;
  text-align:right;
}
.page li.right a{
    background: url(../images/icon_seller01.gif) no-repeat 100% 48%;
    background-size: 18px;
    padding: 0 30px 0 0;
}
.toplink{
  background: url(../images/icon_seller04.png) no-repeat 17% 50%,#eaeaea;
  background-size: 8px;
  text-align: center;
  margin: 0 10px;
  padding: 8px 0;
  color: #333;
  text-decoration: none;
}
/*--------------tax.html------------------*/
.tax .box_type04{
  border:2px solid #ffae51;
}
.tax .textbox b{
  color:#e93100;
}
.point{
  background-image: url(../images/icon_seller07.gif);
  background-position:0 0;
  background-repeat:no-repeat;
  background-size:17px;
}
ul.tax li{
  margin: 0 0 14px;
}

/*--------------tech.html------------------*/
p.tech{
  font-size: 120%;
  font-weight: bold;
  margin: 8px 0 10px;
}
/*--------------technique.html------------------*/
.technique{
  background:#ffdb89;
  margin: 25px 0 0;
  padding: 0 0 1px;
}
.technique p{
  font-weight:bold;
  padding: 10px 9px;
  font-size: 105%;
  line-height: 1.4;
}
