@charset "utf-8";

@media screen and (max-width : 767px) {

  /*============================================

  BASE

============================================*/
  body {
    min-width: 100% !important;
    font-size: 13px;
    overflow-x: hidden;
  }

  /*-------------------------------------

  HEADER

-------------------------------------*/
  #header {
    min-width: 100%;
  }

  #header #hdr_sp {
    box-sizing: border-box;
  }

  #header #hLogo {
    padding: 10px;
  }

  #header #hdr_sp #hLogo img {
    height: 45px;
  }

  #header #menuBtn {
    display: block;
    position: absolute;
    top: 17px;
    right: 10px;
    width: 30px;
    padding: 0;
    height: 30px;
  }

  #header #menuBtn .line {
    width: 30px;
    height: 4px;
    margin: 0 auto;
    display: block;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    background-color: #135990;
  }

  #header #menuBtn .line:not(:nth-child(1)) {
    margin: 6px auto 0;
  }

  .drawer-open #header #menuBtn .line {
    background-color: #135990;
  }

  .drawer-open #header #menuBtn span:nth-child(1) {
    -webkit-transform: rotate(225deg) translate3d(-5px, -5px, 0);
    -moz-transform: rotate(225deg) translate3d(-5px, -5px, 0);
    -ms-transform: rotate(225deg) translate3d(-5px, -5px, 0);
    transform: rotate(225deg) translate3d(-7px, -7px, 0);
  }

  .drawer-open #header #menuBtn .line02 {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
  }

  .drawer-open #header #menuBtn .line03 {
    -webkit-transform: rotate(-225deg) translate3d(-7px, 8px, 0);
    -moz-transform: rotate(-225deg) translate3d(-7px, 8px, 0);
    -ms-transform: rotate(-225deg) translate3d(-7px, 8px, 0);
    transform: rotate(-225deg) translate3d(-7px, 7px, 0);
  }

  #header .drawer-nav {
    background: #bbd7eb;
  }

  #header .drawer-menu {
    padding: 65px 10% 10%;
    min-height: 100vh;
    box-sizing: border-box;
  }

  #header .drawer-menu li {
    border-bottom: dashed 1px #fff;
    margin-bottom: 3px;
    padding: 0 3px 3px;
  }

  #header .drawer-menu li a {
    display: block;
    color: #135990;
  }

  #header .drawer-menu li a span {
    display: inline-block;
  }

  #header .drawer-menu li a .ja {
    font-size: 15px;
    font-weight: bold;
    margin-right: 14px;
  }

  #header .drawer-menu li a .en {
    font-size: 10px;
    font-weight: normal;
  }

  #header .drawer-menu>ul {
    margin-bottom: 20px;
  }

  #header .drawer-menu li.drawer-dropdown>a {
    position: relative;
  }

  #header .drawer-menu li.drawer-dropdown>a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 16px;
    height: 2px;
    text-align: center;
    background-color: #135990;
    top: 23px;
  }

  #header .drawer-menu li.drawer-dropdown>a:before {
    content: "";
    position: absolute;
    right: 7px;
    width: 2px;
    height: 16px;
    text-align: center;
    background-color: #135990;
    top: 16px;
  }

  #header .drawer-menu li.drawer-dropdown.open>a:before {
    display: none;
  }

  #header .drawer-menu li.drawer-dropdown.open>a:after {
    content: "";
  }

  #header .drawer-dropdown.open>.drawer-dropdown-menu {
    background: none;
  }

  #header .drawer-dropdown.open>.drawer-dropdown-menu li a {
    font-size: 14px;
    padding: 10px 20px 8px 10px;
    font-weight: 500;
  }

  #header .drawer-dropdown.open>.drawer-dropdown-menu li {
    border-bottom: none;
    border-top: dotted 1px #fff;
    margin-bottom: 0;
    background: none;
  }

  #header .drawer-dropdown.open>.drawer-dropdown-menu li a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 18px FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
  }

  #header .drawer-dropdown.open>.drawer-dropdown-menu .productNav {
    padding: 5px 0;
  }

  #header .drawer-dropdown.open>.drawer-dropdown-menu .productNav:after {
    content: "";
    display: block;
    clear: both;
  }

  #header .drawer-dropdown.open>.drawer-dropdown-menu .productNav li {
    width: 48%;
    border-top: none;
    padding: 0;
    float: left;
  }

  #header .drawer-dropdown.open>.drawer-dropdown-menu .productNav li:nth-child(even) {
    margin-left: 4%;
  }

  #header .drawer-dropdown.open>.drawer-dropdown-menu .productNav li:nth-child(n+3) {
    margin-top: 4%;
  }

  #header .drawer-dropdown.open>.drawer-dropdown-menu .productNav li a {
    padding: 0;
    font-size: 11px;
    display: block;
    text-align: center;
    padding-bottom: 4%;
  }

  #header .drawer-dropdown.open>.drawer-dropdown-menu .productNav li a .imgBox {
    position: relative;
    margin: 0 auto 5px;
    padding-top: 66.5%;
  }

  #header .drawer-dropdown.open>.drawer-dropdown-menu .productNav li a .imgBox img {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 100%;
    left: 0;
    top: 0;
  }

  #header .drawer-dropdown.open>.drawer-dropdown-menu .productNav li a:before {
    display: none;
  }

  /*--------------------------------------------

  FRAMEWORK

--------------------------------------------*/
  #contents:before {
    display: none;
  }

  #contents .cts-inner {
    width: 100%;
  }

  #contents .cts-inner:before {
    display: none;
  }

  #main-cts,
  #side-cts {
    padding: 0 0;
  }

  #main-cts {
    float: none;
    width: 100%;
    padding: 50px 0;
  }

  #side-cts {
    float: none;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding: 20px 0;
  }

  .under #side-cts {
    display: none;
  }

  /*--------------------------------------------

  SIDE

--------------------------------------------*/
/*  #side-cts .productBox {
    padding: 20px 3% 0;
  }

  #side-cts .productBox .product01 {
    height: 210px;
    overflow-y: scroll;
    padding-right: 8px;
  }

  #side-cts .productBox .product01::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
  }

  #side-cts .productBox .product01::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 3px;
  }

  #side-cts .productBox .product01::-webkit-scrollbar-thumb {
    background: #4696d1;
    border-radius: 3px;
  }

  #side-cts .productBox .product01 li {
    width: 100%;
  }

  #side-cts .productBox .product01 li a {
    display: block;
    font-size: 0;
    border: solid 1px #1b6aa1;
    background: #fff;
  }

  #side-cts .productBox .product01 li:nth-child(even) {
    margin-left: 0%;
  }

  #side-cts .productBox .product01 li:nth-child(n+2) {
    margin-top: 15px;
  }

  #side-cts .productBox .product01 li .imgBox {
    display: inline-block;
    width: 25%;
    padding-top: 17%;
    height: 0;
    vertical-align: middle;
    position: relative;
    margin-bottom: 0;
  }

  #side-cts .productBox .product01 li .imgBox img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }

  #side-cts .productBox .product01 li .name {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    padding-left: 0.5em;
  }

  #side-cts .productBox .product01 li .name i {
    display: none;
  }

  #side-cts .productBox .product02 {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }

  #side-cts .productBox .product02 li {
    width: 150px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  #side-cts .productBox .product02 li a {
    display: block;
  }

  #side-cts .productBox .product02 li a .imgBox {
    width: 100%;
    height: auto;
    padding-top: 60%;
  }

  #side-cts .productBox .product02 li a .name {
    font-size: 11px;
  }

  #side-cts .productBox .product02 li:nth-child(n+3) {
    margin-top: 0;
  }

  #side-cts .productBox .product02 li:nth-child(n+2) {
    margin-left: 10px;
  }

  #side-cts .productBox {
    margin-bottom: 0;
  }*/

  #side-cts .instaBnr {
    display: none;
  }
  #side-cts{
    padding:40px 5%;
  }
  #side-cts .ttl_01{
    margin-bottom:20px;
  }
  #side-cts .productBox{
    margin-bottom: 0;
  }
  #side-cts .productBox .tab_list li a{
    font-size:14px;
    padding:10px;
  }

  #side-cts .productBox .tab_content ul li .imgBox {
    display: none;
  }

  #side-cts .productBox .tab_content ul li a {
    border: none;
    background: none;
    font-size: 14px;
  }

  #side-cts .productBox .tab_content ul li {
    line-height: 1;
  }

  #side-cts .productBox .tab_content ul li {
    position: relative;
    padding-left: 1.5em;
  }
  #side-cts .productBox .tab_content ul li:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:1em;
    height:1em;
    border-radius:50%;
    background:#223c66;
    transform:scale(0.5);
  }

  #side-cts .productBox .tab_content{
    max-height:250px;
    padding-bottom:20px;
    overflow-y:scroll;
    background:#fff;
    padding:20px;
    border: solid 1px #1a6aa2;
  }
  #side-cts .productBox .tab_content::-webkit-scrollbar {
    width: 4px;
  }
  #side-cts .productBox .tab_content::-webkit-scrollbar-track {
    background: #b4d7ef;
  }
  #side-cts .productBox .tab_content::-webkit-scrollbar-thumb {
    background: #1a6aa2;
  }
  #side-cts .productBox .tab_content ul li .name {
    width: 100%;
  }

  #side-cts .productBox .tab_list {
    margin-bottom: 0;
    border-bottom: none;
  }

  #side-cts .productBox .tab_list li a {
    background: #b4d7ef;
  }
  /*--------------------------------------------

  FOOTER

--------------------------------------------*/
  #footer {
    padding-bottom: 40px;
  }

  #ftrInner {
    width: 100%;
  }

  .ftrNav {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  .ftrNav ul {
    font-size: 0;
  }

  .ftrNav li {
    display: inline-block;
    font-size: 12px;
    float: none;
  }

  .ftrNav li {
    display: inline-block;


    font-size: 12px;
    float: none;
  }

  .ftrNav li:nth-child(n+2) {
    margin-left: 15px;
  }

  .ftrNav li:last-child {
    display: none;
  }

  .ftrNav li a .fa-instagram {
    font-size: 16px;
  }

  .ftrNav li a {
    font-size: 12px;
  }

  #footer #copy {
    text-align: center;
    float: none;
  }

  .page_top {
    display: none !important;
  }

  .fixdMenu {
    position: fixed;
    bottom: 0px;
    right: 00px;
    z-index: 4;
    width: 100%;
    text-align: right;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 5px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  }

  .fixdMenu.pagebtm {
    background: none;
  }

  .fixdMenu .ttl,
  .fixdMenu ul,
  .fixdMenu li {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    line-height: 1;
  }

  .fixdMenu li:nth-child(n+2) {
    margin-left: 10px;
  }

  .fixdMenu li a {
    vertical-align: bottom;
    font-size: 0;
    line-height: 1;
  }

  .fixdMenu .ttl {
    color: #1b6aa1;
    font-family: 'futura', sans-serif;
    font-size: 18px;
    margin-right: 20px;
    position: relative;
  }

  .fixdMenu .ttl:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 2px;
    background: #1b6aa1;
    margin: auto 0;
  }

  .fixdMenu li i {
    font-size: 22px;
    color: #1b6aa1;
  }

  .fixdMenu.pagebtm .ttl,
  .fixdMenu.pagebtm li i {
    color: #fff;
  }

  .fixdMenu.pagebtm .ttl:after {
    background: #fff;
  }

  /*-----------------------------------------------------

  ページ共通CSS

------------------------------------------------------*/
  .topSec {
    margin-bottom: 50px;
  }

  .topSec:last-child {
    margin-bottom: 0;
  }

  .ttl_01 {
    margin-bottom: 30px;
  }

  .ttl_01 .ttl {
    font-size: 30px;
    margin-bottom: 6px;
  }

  .ttl_01 .subttl {
    font-size: 15px;
  }

  .btn_01 a {
    padding: 13px 40px;
  }

  .btn_02 a {
    padding: 15px 40px 14px 30px;
    background: url(../Image/common/arrow_db.png) no-repeat center right 10px /15px 15px;
    font-size: 14px;
  }

  /*-----------------------------------------------------

  トップページ    top

------------------------------------------------------*/
  /*    MAIN IMAGE
-------------------------------*/
  #top #mainimage {
    height: auto;
    width: 100%;
  }

  #top #mainimage img {
    position: static;
    transform: translate(0, 0);
    max-width: 100%;
  }

  #top .topSec .gInner {
    width: 90%;
    margin: 0 auto;
  }

  /*    SETCION 00
-------------------------------*/
  #top #sec_00 {
    text-align: center;
  }

  #top #sec_00 .lead {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 15px;
  }

  #top #sec_00 .imgBox ul li {
    float: none;
    width: 100%;
  }

  #top #sec_00 .imgBox ul li a {
    display: block;
    font-size: 0;
  }

  #top #sec_00 .imgBox ul li:nth-child(2) {
    width: 100%;
  }

  #top #sec_00 .imgBox ul li img {
    margin-bottom: 0;
    width: 40%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    border: solid 1px #eee;
  }

  #top #sec_00 .imgBox ul li span {
    font-size: 15px;
    padding-bottom: 8px;
    line-height: 1.6;
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    margin-top: 0;
  }

  #top #sec_00 .imgBox ul li p:after {
    width: 40%;
  }

  #top #sec_00 .imgBox ul li:nth-child(n+2) {
    margin-top: 15px;
  }

  /*    SETCION 01
-------------------------------*/
  #top #sec_01 .lead {
    text-align: left;
    margin-bottom: 30px;
  }

  #top #sec_01 .advBox li {
    float: none;
    width: 100%;
  }

  #top #sec_01 .advBox li a {
    display: block;
    font-size: 0;
  }

  #top #sec_01 .advBox li:nth-child(2) {
    width: 100%;
  }

  #top #sec_01 .advBox li .imgBox {
    margin-bottom: 0;
    width: 40%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
  }

  #top #sec_01 .advBox li p {
    font-size: 15px;
    padding-bottom: 8px;
    line-height: 1.6;
    display: inline-block;
    width: 60%;
    vertical-align: middle;
  }

  #top #sec_01 .advBox li p:after {
    width: 40%;
  }

  #top #sec_01 .advBox li:nth-child(n+2) {
    margin-top: 15px;
  }

  /*    SETCION 02
-------------------------------*/
  #top #sec_02 .lead {
    text-align: left;
  }

  #top #sec_02 .subSec {
    font-size: 0;
    border-top: dashed 1px #eee;
    padding: 25px 0;
  }

  #top #sec_02 .subSec .txtBox,
  #top #sec_02 .subSec .imgBox {
    vertical-align: middle;
    display: inline-block;
  }

  #top #sec_02 .subSec .txtBox {
    padding-top: 0;
    width: 100%;
  }

  #top #sec_02 .subSec .txtBox .ttl_01 {
    margin-bottom: 15px;
  }

  #top #sec_02 .subSec .txtBox .spImage {
    width: 80%;
    margin: 0 auto 20px;
    ;
  }

  #top #sec_02 .subSec .txtBox .ttl_01 .ttl {
    font-size: 26px;
  }

  #top #sec_02 .subSec .txtBox .ttl_01 .subttl {
    font-size: 13px;
    line-height: 1;
  }

  #top #sec_02 .subSec:nth-of-type(odd) .txtBox {
    float: none;
  }

  #top #sec_02 .subSec:nth-of-type(odd) .imgBox {
    float: none;
  }

  #top #sec_02 .subSec:nth-of-type(even) .txtBox {
    float: none;
  }

  #top #sec_02 .subSec:nth-of-type(even) .imgBox {
    float: none;
  }

  #top #sec_02 .orderTtl {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #top #sec_02 .orderTtl span {
    font-size: 60%;
  }

  #top #sec_02 .headline02 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  #top #sec_02 .typeList {
    margin-top: 50px;
  }

  #top #sec_02 .typeList li {
    margin-bottom: 35px;
    flex-direction: column;
  }

  #top #sec_02 .typeList li:last-child {
    margin-bottom: 0;

  }

  #top #sec_02 .typeList li:nth-child(odd) .txtBox {
    padding-left: 0;
  }

  #top #sec_02 .typeList li:nth-child(even) .txtBox {
    padding-right: 0;
  }

  #top #sec_02 .imgBox {
    width: 80%;
    padding: 0;
    border: solid 5px #b4d7ef;
    margin: 0px auto 15px;
    order: 1;
  }

  #top #sec_02 .txtBox {
    width: 100%;
    order: 2;
  }

  #top #sec_02 #pastwork .wrkInner {
    width: 100%;
    display: flex;
  }

  #top #sec_02 .typeList {
    margin-bottom: 50px;
  }

  /*    SETCION 03
-------------------------------*/
  #top #sec_03 .newsBox li a span {
    display: block;
    padding: 0;
    line-height: 1.6;
  }

  #top #sec_03 .newsBox li a .date {
    background: url(../Image/common/arrow_db.png) no-repeat left 10px center /15px 15px;
    width: 100%;
    ;
    padding: 10px 10px 8px 35px;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    background-color: #e6eff5;
  }

  #top #sec_03 .newsBox li a .ttl {
    font-size: 14px;
    padding: 10px 10px 10px 35px;
    width: 100%;
  }

  #top #sec_03 .newsBox ul {
    margin-bottom: 30px;
  }

/*20190927追加*/
#top #sec_00 .c_wrap .c_box .name {
  font-size: 20px;
  margin-bottom: 6%;
  text-align: center;
}

#top #sec_00 .c_wrap .c_box .inner {
  padding: 8% 4%;
  display: block;
}

#top #sec_00 .c_wrap .c_box .c_image {
  width: 100%;
  margin-bottom: 6%;
}

#top #sec_00 .c_wrap .c_box .c_text {
  width: 100%;
}

#top #sec_00 .c_wrap .c_box .feature li {
  font-size: 14px;
}

#top #sec_00 {text-align: left;}

#top #sec_00 .c_wrap .c_box .name .txt_l {
  line-height: 1.2;
}

#top #sec_00 .c_wrap .c_box .feature {
  margin-bottom: 6%;
}

#top #sec_00 .c_wrap .c_box .feature li:nth-child(n+2) {
  margin-top: 0.5em;
}

#top #sec_00 .c_wrap .c_box .feature li p span {
  font-size: 15px;
  background: linear-gradient(0deg,#fff500 3px ,transparent 3px);
}

#top #sec_00 .c_wrap .c_box .order {
  position: static;
  width: 100%;
  height: auto;
}

#top #sec_02 .orderList {
  display: block;
}

#top #sec_02 .orderList li {
  width: 100%;
}

#top #sec_02 .orderList li .imgBox {
  height: auto;
  border: none;
  width: 100%;
}

#top #sec_02 .orderList li:nth-child(n+2) {
  margin-top: 8%;
  padding-top: 8%;
  border-top: solid 1px #eee;
}

#top .sec_intro .sec_label{
  font-size: 18px;
}
#top .sec_intro .sec_cont{
  padding: 30px 5%;
}
#top .sec_intro .sec_head{
  display: block;
  padding-bottom:20px;
  margin-bottom:20px;
}
#top .sec_intro .sec_img{
  width: 100%;
  margin-bottom: 20px;
}
#top .sec_intro .sec_txt{
  width: 100%;
}
#top .sec_intro .sec_ttl{
  display: block;
  text-align: center;
}
#top .sec_intro .sec_ttl > *{
  display: block;
}
#top .sec_intro .sec_ttl > strong{
  font-size: 20px;
}
#top .sec_intro .sec_ttl > em{
  font-size: 14px;
  margin-left: 0;
  margin-top: .5em;
}
#top .sec_intro .sec_lead + p{
  text-align: center;
}
#top .sec_intro .sec_info thead{
  display: none;
}
#top .sec_intro .sec_info tbody tr{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border: solid 1px #4496d0;
}
#top .sec_intro .sec_info tbody tr:nth-child(n+2){
  margin-top: 1em;
}
#top .sec_intro .sec_info tbody tr:nth-child(odd){
  background: #fff;
}
#top .sec_intro .sec_info tbody tr:nth-child(even){
  background: #fff;
}
#top .sec_intro .sec_info tbody  th,
#top .sec_intro .sec_info tbody  td{
  border: none;
}
#top .sec_intro .sec_info tbody th{
  padding: 1em;
  background: #4496d0;
  color: #fff;
  width: 100%;
  line-height: 1;
}
#top .sec_intro .sec_info tbody  td{
  padding: 0;
  width: calc(100% / 3);
  padding-bottom: .75em;
  border-top: solid 1px #4496d0;
}
#top .sec_intro .sec_info tbody  td:before{
  display: block;
  text-align: center;
  content: attr(data-label);
  font-size: .875em;
  font-weight: 700;
  background: #e6eff5;
  color: #175284;
  margin-bottom: 1em;
  padding: 1em 0;
}
#top .sec_intro .sec_info tbody  td[data-label="納期"]{
  border-left: solid 1px #4496d0;
  border-right: solid 1px #4496d0;
}
#top .sec_intro .bnrBox .bnr:nth-child(n+2){
  margin-top: 20px;
}

  /*-----------------------------------------------------

  下層共通

------------------------------------------------------*/
  .under #header {
    border-bottom: solid 5px #4294d0;
  }

  .under .breadcrumb {
    display: none;
  }

  .under .sideBtn {
    display: none;
  }

  /*-----------------------------------------------------

  ご注文の流れ    flow

------------------------------------------------------*/
#flow .flow_wrapp section > .gInner {
    width: 92%;
    margin: 0 auto;
}
  #flow #main-cts {
    padding-bottom: 0;
  }

  /*    簡易フロー
-------------------------------*/
  #flow #sec_01 .subFlow {
    padding-bottom: 10px;
    margin-bottom: 15px;
    overflow-x: scroll;
    white-space: nowrap;
    width: 94%;
    margin: 0 auto 15px;
  }

  #flow #sec_01 .subFlow::-webkit-scrollbar {
    height: 6px;
    border-radius: 3px;
  }

  #flow #sec_01 .subFlow::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 3px;
  }

  #flow #sec_01 .subFlow::-webkit-scrollbar-thumb {
    background: #cee4f9;
    border-radius: 3px;
  }

  #flow #sec_01 .subFlow li {
    vertical-align: top;
    width: auto;
    float: none;
    display: inline-block;
    margin-left: 20px;
  }

  #flow #sec_01 .subFlow li a {
    padding: 0;
    text-align: left;
    background: none;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 0px 10px;
  }

  #flow #sec_01 .subFlow li a:before {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.2);
    margin-right: 9px;
  }

  #flow #sec_01 .subFlow a:after {
    content: "";
    border: none;
    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: none;
  }

  #flow #sec_01 .subFlow li:first-child {
    margin-left: 0;
    width: auto;
  }

  #flow #sec_01 .subFlow li:nth-child(n+2) {
    margin-top: 0;
    position: relative;
    overflow: visible;
  }

  #flow #sec_01 .subFlow li:nth-child(n+2):before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent #ce1a19;
    width: 0;
    height: 0;
    left: -16px;
    top: 13px;
  }

  #flow #sec_01 .subFlow li:first-child a {
    padding-left: 5px;
  }

  #flow #sec_01 .subFlow li .ttl {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    color: #135890;
  }

  #flow #sec_01 .subFlow li .imgBox {
    display: none;
  }

  /*    詳細フロー
-------------------------------*/
  #flow #sec_01 .mainFlow>li {
    position: relative;
    padding: 20px;
  }

  #flow #sec_01 .mainFlow>li .flowTtl {
    float: none;
    width: 40%;
    padding: 0px;
    font-size: 14px;
  }

  #flow #sec_01 .mainFlow>li .flowTtl span {
    font-size: 18px;
    margin-bottom: 0;
  }

  #flow #sec_01 .mainFlow>li .flowTtl:before {
    margin-bottom: 8px;
    font-size: 52px;
  }

  #flow #sec_01 .mainFlow>li .flowCts {
    float: none;
    font-size: 13px;
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }

  #flow #sec_01 .mainFlow .imgBox {
    width: 55%;
    text-align: right;
    float: left;
    height: 78px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  #flow #sec_01 .mainFlow .imgBox img {
    max-height: 100%;
    width: auto;
    max-width: none;
  }

  #flow #sec_01 .mainFlow .txtBox {
    width: 100%;
    float: none;
  }

  #flow #sec_01 .mainFlow .tArea:not(:last-child) {
    margin-bottom: 15px;
  }

  #flow #sec_01 .mainFlow .contactArea .tel,
  #flow #sec_01 .mainFlow .contactArea .contact {
    float: none;
  }

  #flow #sec_01 .mainFlow>li .tel {
    padding: 10px 15px 10px 15px;
    margin-right: 0;
    text-align: center;
    background-image: none;
    margin-bottom: 10px;
  }

  #flow #sec_01 .mainFlow>li .tel li {
    font-size: 24px;
  }

  #flow #sec_01 .mainFlow>li .contact a {
    padding: 17px 20px 16px 20px;
    ;
    font-size: 16px;
    display: block;
    text-align: center;
    background-image: none;
    text-align: center;
  }

  #flow #sec_01 .mainFlow>li .contact a:before {
    content: "";
    width: 22px;
    height: 17px;
    display: inline-block;
    background: url(../Image/common/icon_mail.png) no-repeat left center / 22px 17px;
    vertical-align: middle;
    margin-right: 10px;
  }
#flow ul.tab{
    width: 92%;
    display: block;
    margin: 0 auto 50px;
}
#flow ul.tab li {
    width: 100%;
    border-right:none;
}
#flow ul.tab li a{
    padding: 10px 5px;
    font-size: 13px;
    border-bottom: solid 2px #4496d0;
    position: relative;
}
#flow ul.tab li a:after{
    content: "";
    border-top: 8px solid #1B6AA1;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

#flow.test .flow_wrapp section > .gInner {
    width: 92%;
    margin: auto;
}
#flow .flow_wrapp section .subttl_01 {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
#flow .flow_wrapp #sec_full .img_area_full {
    margin-bottom: 15px;
    text-align: center;
}
#flow .flow_wrapp section ul.ready_flow > li {
    display: block;
    padding: 20px;
    margin-top: 20px;
}
#flow .flow_wrapp #sec_ready ul.ready_flow li .txt_area{
  width:100%;
}
#flow .flow_wrapp section ul.ready_flow li .subttl_02 {
    font-size: 18px;
    margin-bottom: 15px;
    width: 100%;
}
#flow .flow_wrapp section ul li .subttl_02:before {
    margin-bottom: 5px;
    font-size: 15px;
}
#flow .flow_wrapp section ul li .subttl_02:after {
    width: 28px;
    height: 30px;
    top: -36px;
}
#flow .flow_wrapp #sec_full ul li:first-child .subttl_02 {
    width: 100%;
}
#flow .flow_wrapp #sec_ready ul li .img_area {
    background: #ddd;
    width: 100%;
    max-width: 170px;
    margin: 0 auto 10px;
}
#flow .flow_wrapp #sec_ready ul.ready_flow li:first-child .txt_area {
    width: 100%;
    font-size: 13px;
}
#flow .flow_wrapp section .gInner > ul > li:after {
    border-top: 24px solid #1b6aa1;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    bottom: -31px;
}
#flow .flow_wrapp #sec_full {
  padding: 50px 0;
}
#flow .flow_wrapp #sec_full ul.img_area_full {
    width: 100%;
    justify-content: center;
}
#flow .flow_wrapp #sec_full ul.img_area_full li {
  width: 100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-direction:row-reverse;
  background:#f6fafd;
  border:solid 1px #b4d7f3;
  padding-left:1em;
  font-size:14px;
}
#flow .flow_wrapp #sec_full ul.img_area_full li:nth-child(n+2){
  margin-left:0;
  margin-top:10px;
}
#flow .flow_wrapp #sec_full ul.img_area_full li img{
  width:50px;
  margin-bottom:0;
  border:none;
}
#flow .flow_wrapp #sec_full ul li:first-child .txt_area,
#flow .flow_wrapp #sec_full ul li,
#flow .flow_wrapp #sec_full ul li:first-child .txt_area,
#flow .flow_wrapp #sec_full ul li .txt_area,
#flow .flow_wrapp #sec_costom ul li:first-child .txt_area,
#flow .flow_wrapp #sec_costom ul li .txt_area,
#flow .flow_wrapp section ul li .txt_area {
    width: 100%;
}
#flow .flow_wrapp #sec_costom {
    padding-top: 40px;
}
#flow .flow_wrapp #sec_costom ul li .img_area_costom {
    width: 100%;
    flex-wrap: wrap;
}
#flow .flow_wrapp #sec_costom ul li .img_area_costom li {
  width:48%;
  font-size:14px;
}
#flow .flow_wrapp #sec_costom ul li .img_area_costom li:nth-child(n+3){
  margin-top: 15px;
}
#flow .flow_wrapp #sec_costom ul li .img_area_costom li img{
  width:75px;
  margin:0 auto 5px;
  display:block;
}
#flow .flow_wrapp .topSec:last-child {
    margin-bottom: 50px;
}
#flow .flow_wrapp ul.ready_flow li .txt_area ul.point_list:before {
    font-size: 20px;
}
#flow .flow_wrapp ul.ready_flow li .txt_area ul.point_list {
    padding: 16px 15px;
}
#flow .flow_wrapp section ul.ready_flow li .contact {
    margin-bottom: 20px;
}
#flow .flow_wrapp section ul.ready_flow li .contact a {
    font-size: 14px;
    background: #4496d0;
    padding: 8% 2%;
}
#flow .flow_wrapp section ul.ready_flow li .contact a:before{
  content: "";
  background: url(../Image/common/icon_mail.png) no-repeat;
  width: 23px;
  height: 19px;
  display: inline-block;
  background-size: contain;
  vertical-align: -4px;
  margin-right: 5px;
}
#flow .flow_wrapp section ul.ready_flow li .tel{
    text-align: center;
    padding: 5% 2%;
}
#flow .flow_wrapp .cv_box {
    width: 92%;
    padding: 13% 4%;
    margin: 1.5rem auto 0px;
}
#flow .flow_wrapp #sec_costom ul li .img_area_costom li img {
    width: 90%;
}
#flow .flow_wrapp section ul.ready_flow li .tel{
    background: #bbd7eb;
}
#flow .flow_wrapp section ul.ready_flow li .tel li{
  font-size: 22px;
}
#flow .flow_wrapp section ul.ready_flow li .tel li:first-child{
    margin-bottom: 10px;
}
#flow .flow_wrapp .tel_area {
    padding: 5%;
    width: 100%;
}
#flow .flow_wrapp .tel_area ul {
    display: block;
}
#flow .flow_wrapp .tel_area li span {
    font-size: 17px;
}
#flow .flow_wrapp .tel_area li {
    font-size: 32px;
    width: 100%;
    text-align: center;
}
#flow .flow_wrapp .contact_area {
    width: 100%;
    margin: 20px auto 0;
}
#flow .flow_wrapp .contact_area a {
    background: #4496d0;
    font-size: 16px;
    padding: 10% 2%;
}
#flow .flow_wrapp .contact_area a:before{
  content: "";
  width: 23px;
  height: 19px;
  display: inline-block;
  background: url(../Image/common/icon_mail.png) no-repeat;
  background-size: contain;
  vertical-align: -3px;
  margin-right: 7px;
}

  /*-----------------------------------------------------

  よくある質問    faq

------------------------------------------------------*/
  #faq #main-cts {
    padding-bottom: 0
  }

  /*    ページナビゲーション
-------------------------------*/
  #faq .ancLink {
    margin-bottom: 40px;
    padding: 5%;
    text-align: left;
    background: #bbd7eb;
  }

  #faq .ancLink ul {
    display: block;
    vertical-align: top;
    counter-reset: number;
  }

  #faq .ancLink li {
    margin-right: 0;
    width: 100%;
    text-align: left;
  }

  #faq .ancLink li:nth-child(n+2) {
    margin-top: 8px;
  }

  #faq .ancLink li a {
    font-size: 14px;
    padding: 0;
    width: 100%;
    background: none;
    display: inline;
    color: #135890
  }

  #faq .ancLink li a:before {
    counter-increment: number 1;
    content: counter(number, decimal)".";
    display: inline-block;
    margin-right: 5px;
  }

  #faq .ancLink li a:after {
    display: none;
  }

  /*    FAQボックス
-------------------------------*/
  #faq .faqBox {
    margin-bottom: 60px;
  }

  #faq .faqBox .ttl_05 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  #faq .faqBox .ttl_05:after {
    height: 3px;
  }

  #faq .faqBox dl {
    padding: 30px 5%;
    border-left: none;
    border-right: none;
  }

  #faq .faqBox dt {
    font-size: 16px;
    padding: 5px 0 5px 30px;
    line-height: 1.6;
  }

  #faq .faqBox dt:before {
    font-size: 28px;
  }

  #faq .faqBox dd {
    padding-left: 0;
    margin-bottom: 30px;
    font-size: 13px;
  }

  /*-----------------------------------------------------

  ケース屋の強み   strong-point

------------------------------------------------------*/
  /*    レイアウト
-------------------------------*/
  #strong-point .pointBox {
    padding: 30px 5%;
    text-align: center;
  }

  #strong-point .pointBox:nth-of-type(1) {
    padding-top: 0;
  }

  #strong-point .pointBox .number {
    float: none;
    width: auto;
    font-size: 26px;
    text-align: left;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
  }

  #strong-point .pointBox .number:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 5px;
    background: #eaeaea;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  #strong-point .pointBox .number span {
    font-size: 42px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
  }

  #strong-point .pointBox .imgBox {
    float: none;
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
  }

  #strong-point .pointBox .txtBox {
    float: none;
    width: 100%;
    padding-top: 0;
  }

  #strong-point .pointBox .subttl_01 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 5px;
    position: relative;
  }

  #strong-point .pointBox .lead {
    font-size: 13px;
    padding-left: 0;
    text-align: left;
  }

  #strong-point .pointBox .headline {
    margin-top: 8px;
    text-align: center;
    font-size: 18px;
  }

  /*-----------------------------------------------------

  ご利用ガイド    user-guide

------------------------------------------------------*/
  /*    SECTION 01
-------------------------------*/
  #user-guide #sec_01 .ttl_01 {
    margin-bottom: 30px;
  }

  #user-guide #sec_01 dt {
    margin-bottom: 15px;
  }

  #user-guide #sec_01 .subttl_01 {
    font-size: 20px;
  }

  #user-guide #sec_01 dd {
    margin-bottom: 40px;
    font-size: 13px;
  }

  #user-guide #sec_01 .listTtl {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.6;
  }

  #user-guide #sec_01 .listTtl+.annotation {
    margin-bottom: 25px;
  }

  #user-guide #sec_01 .annotation>li {
    line-height: 1.6;
    margin-bottom: 10px;
  }

  #user-guide #sec_01 .annotation>li:last-child {
    margin-bottom: 0;
  }

  #user-guide #sec_01 .annotation ol {
    margin-top: 10px;
  }

  #user-guide #sec_01 .annotation ol li {
    margin-bottom: 5px;
    font-size: 12px;
  }

  /*-----------------------------------------------------

  新着情報    topics

------------------------------------------------------*/
  /*    一覧
-------------------------------*/
  #topics #archive {
    width: 90%;
  }

  #topics #archive .newsBox li:nth-child(n+2) {
    margin-top: 10px;
  }

  #topics #archive .newsBox li a span {
    display: block;
    padding: 0;
    line-height: 1.6;
  }

  #topics #archive .newsBox li a .date {
    background: url(../Image/common/arrow_db.png) no-repeat left 10px center /15px 15px;
    width: 100%;
    ;
    padding: 10px 10px 8px 35px;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    background-color: #e6eff5;
  }

  #topics #archive .newsBox li a .ttl {
    font-size: 14px;
    padding: 10px 10px 10px 35px;
    width: 100%;
  }

  #topics #archive .newsBox ul {
    margin-bottom: 30px;
  }

  /*    詳細
-------------------------------*/
  #topics #single {
    width: 90%;
  }

  #topics #single .newsTtl {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
  }

  #topics #single .ttlWrap {
    margin-bottom: 15px;
  }

  #topics #single .imgBox {
    text-align: center;
    margin-bottom: 20px;
  }

  #topics #single .tArea {
    margin-bottom: 20px;
  }

  /*-----------------------------------------------------

  商品一覧    products

------------------------------------------------------*/
  #products #sec_01 .ttl_01 {
    margin-bottom: 30px;
  }

  #products #sec_01 .ttl_01 .ttl {
    font-size: 30px;
    margin-bottom: 6px;
  }

  #products #sec_01 .ttl_01 .subttl {
    font-size: 15px;
  }

  #products #sec_01 {
    width: 90%;
    margin: 0 auto;
  }

  #products #sec_01 .productBox li {
    float: none;
    width: 100%;
    margin-right: 0%;
  }

  #products #sec_01 .productBox li:nth-child(n+2) {
    margin-top: 15px;
  }

  #products #sec_01 .productBox li a .imgBox {
    width: 25%;
  }

  #products #sec_01 .productBox li a .name {
    width: 75%;
    font-size: 14px;
    padding-left: 10px;
    background-size: 15px 15px;
    background-position: center right 10px;
  }

  #products #sec_01 .productBox li a:before {
    display: none;
  }

  #products #sec_01 .a_link ul {
    display: flex;
  }

  #products #sec_01 .a_link ul li {
    width: 48%;
  }

  #products #sec_01 .a_link ul li:nth-child(n+2) {
    margin-left: 4%;
  }

  #products #sec_01 .a_link ul li a {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 7px 0 6px;
  }

  #products #sec_01 #material.productBox,
  #products #sec_01 #type.productBox {
    padding: 80px 20px 20px;
    width: auto;
    margin: 0 0 50px;
  }

  #products #sec_01 .productBox h2 {
    font-size: 24px;
    left: -15px;
    top: 15px;
  }

/*-----------------------------------------------------

  商品一覧（カテゴリ）    product_archive

------------------------------------------------------*/
#product_archive .ttl_01{
  width: 90%;
  margin: 0 auto;
}
#product_archive .ttl_01 .tablepress tr{
  display: block;
}
#product_archive .ttl_01 .tablepress th,
#product_archive .ttl_01 .tablepress td {
  display: block;
  width: 100%;
  margin-top: -1px;
}
#product_archive .cat_img_wrap {
  width: 90%;
  margin: 0 auto;
}
#product_archive .cat_img {
  max-width: 50%;
}
#product_archive .itemBox {
  width: 90%;
  margin: 0 auto
}

#product_archive .itemBox .message {
  text-align: left;
  font-size: 14px;
}

#product_archive .itemBox .itemList {
  margin-bottom: 25px;
}

#product_archive .itemList li a .inner {
  padding: 15px;
}

#product_archive .itemList li {
  float: none;
  width: 100%;
  font-size: 0;
  margin-right: 0
}

#product_archive .itemList li:nth-child(n+2) {
  margin-top: 8%;
}

#product_archive .itemList li .name {
  font-size: 16px;
}
#product_archive .itemList li a .imgBox,
#product_archive .itemList li a .txtBox{
  float: none;
  width: 100%;
}
#product_archive .itemList li a .txtBox{
  margin-top: 15px;
}
#product_archive .itemList li .detail th,
#product_archive .itemList li .detail td {
  font-size: 12px;
}



/*-----------------------------------------------------

  商品詳細    product_single

------------------------------------------------------*/
#product_single .singleBox {
  width: 90%;
  margin: 0 auto 30px;
}

#product_single .gallery {
  float: none;
  width: 80%;
  margin: 0 auto 25px;
}

#product_single .detail {
  float: none;
  width: 100%;
}

#product_single .gallery .mainimg {
  margin-bottom: 5%
}

#product_single .gallery .mainimg:after,
#product_single .gallery .mainimg .inner:after {
  width: 50px;
  ;
}

#product_single .gallery .mainimg:before,
#product_single .gallery .mainimg .inner:before {
  height: 50px;
}

#product_single .gallery .thumbimg li {
  width: 30%;
}

#product_single .gallery .thumbimg li:nth-child(n+2) {
  margin-left: 5%;
}

#product_single .detail {
  text-align: center;
}

#product_single .detail .name {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

#product_single .detail .name:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  background: #4395d0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

#product_single .detail th,
#product_single .detail td {
  font-size: 13px;
}

#product_single .detail th {
  width: 30%;
  font-weight: bold;
  color: #484848
}

#product_single .detail table {
  margin-bottom: 10px;
}


#product_single .buttons .btn_02:nth-child(1) {
  margin-right: 0;
  margin-bottom: 10px;
}

#product_single .buttons .btn_02 {
  display: inline-block;
}

#product_single .buttons .btn_02 a {
  min-width: 280px;
}


#product_single .detail tr,
#product_single .detail th,
#product_single .detail td{
  display: block;
  width: 100%;
}
#product_single .detail th{
  width: 100%;
  text-align: left;
  border-bottom: none;
  color: #135890;
  padding: 10px 20px 10px;
  background: #e3f5ff;
  border-top: none;
}
#product_single .detail td{
  width: 100%;
  padding: 15px 20px;
  border-bottom: solid 1px #e0e0e0;
}

#product_single .detail .moldBox {
    display: block;
}

#product_single .detail .moldBox li {
    max-width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#product_single .detail .moldBox li:nth-last-child(n+2) {
    margin-right: 0;
    margin-bottom: .5em;
}

#product_single .detail .moldBox span {
    margin-left: 1em;
}
/* #product_single .detail .price {
  font-size: 20px;
  justify-content: center;
}

#product_single .detail .price.normal{
  font-size:16px;
}
#product_single .detail .price .fontS {
  width: auto;
  font-size:75%;
}

#product_single .detail .price .fontL {
  padding-left: 20px;
} */

/*-----------------------------------------------------

  会社概要    company

------------------------------------------------------*/
#company .gInner {
  width: 90%;
  margin: 0 auto;
}

/*    SECTION 01
-------------------------------*/
#company .infoSheet {
  width: 100%;
  font-size: 14px;
}

#company .infoSheet th,
#company .infoSheet td {
  padding: 15px 10px;
}

#company .infoSheet th {
  width: 35%;
  ;
}

#company #sec_01 .message {
  width: 100%;
  border-width: 5px;
  padding: 8% 6%;
}

#company #sec_01 .message .subTtl_01 {
  font-size: 20px;
}

#company #sec_01 .message .tArea {
  font-size: 13px;
  line-height: 2;
}

#company #sec_01 .message .sign {
  font-size: 120%;
}

#company #sec_01 .imgArea {
  margin-bottom: 10px;
}

#company #sec_01 .imgArea ul {
  display: flex;
  flex-wrap: wrap;
}

#company #sec_01 .imgArea ul li {
  width: 48%;
}

#company #sec_01 .imgArea ul li:nth-child(n+2) {
  margin-left: 0;
}

#company #sec_01 .imgArea ul li:nth-child(1) {
  text-align: right;
}

#company #sec_01 .imgArea ul li:nth-child(2) {
  margin-left: 4%;
  text-align: left;
}

#company #sec_01 .imgArea ul li:nth-child(3) {
  margin-top: 4%;
  text-align: center;
}

#company #sec_01 .imgArea ul+p {
  font-weight: bold;
}

/*    SECTION 02
-------------------------------*/
#company #sec_02 .mapInfo {
  font-size: 14px;
  margin-bottom: 15px;
  border-left-width: 10px;
  padding-left: 15px;
  position: relative;
}

#company #sec_02 .mapInfo span {
  font-size: 18px;
}

#company #sec_02 .mapBox {
  padding-top: 60%;
  ;
}

/*-----------------------------------------------------

  制作実績    example

------------------------------------------------------*/
/*    ページナビゲーション
-------------------------------*/
#example .ancLink {
  margin-bottom: 20px;
}

#example .ancLink ul {
  display: block;
  width: 90%;
  margin: 0 auto;
}

#example .ancLink li {
  margin-right: 4%;
  width: 48%;
}

#example .ancLink li a {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 7px 0 6px;
}

#example .workBox {
  padding: 20px 15px 15px;
  width: auto;
  margin: 0 20px 50px;
}

/*    実績レイアウト
-------------------------------*/
#example .workBox:last-child {
  margin-bottom: 0;
}

#example .workBox .ttl_box{
  position: static;
  display: block;
}
#example .workBox .ttl_04 {
  font-size: 24px;
  left: -15px;
  top: 15px;
  margin-right: 0;
  margin-bottom: 0.5em;
}
#example .workBox .ttl_04:before{
  display: none;
}
#example .workBox .in_txt{
  margin-bottom: 1em;
}
#example .workBox ul{
  display:block;
}

#example .workBox li {
  float: none;
  width: 100%;
  margin-right: 0;
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
}

#example .workBox li:after {
  clear: both;
  content: "";
  display: block;
}

#example .workBox li:nth-child(n+2) {
  margin-top: 15px;
}

#example .workBox li .imgBox {
  position: relative;
  z-index: 2;
  float: left;
  width: 40%;
}

#example .workBox .name {
  font-size: 18px;
}

#example .workBox li .txtBox {
  padding: 0;
  background: none;
  border: none;
  float: right;
  width: 55%;
  font-size: 12px;
}
#example #contents .inner_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  margin-bottom: 0;
}
#example #contents .inner_box .img_box{
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
}
#example #contents .inner_box .txt_box {
  width: 100%;
  margin: 0;
  padding: 0 15px 20px;
  border-bottom: 1px #a1c2df solid;
}
#example #contents .inner_box:last-of-type .txt_box{
  border: none;
}

/*-----------------------------------------------------

  オーダーメイド   order-made

------------------------------------------------------*/
#order-made .cts-inner {
  width: 100%;
}

#order-made .gInner {
  width: 90%;
  margin: 0 auto;
}

#order-made .headline {
  font-size: 14px;
  text-align: left;
  line-height: 2;
  margin-bottom: 20px;
}

#order-made #sec_01-1 .wrapBox {
  margin-bottom: 80px;
}

#order-made #sec_01-1 .wrapBox .secBox {
  float: none;
  width: 100%;
  padding: 15px;
  border-width: 8px;
}

#order-made #sec_01-1 .wrapBox .secBox:nth-child(odd) {
  margin-right: 0%;
  margin-bottom: 20px;
}

#order-made #sec_01-1 .wrapBox .secBox .ttl {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

#order-made #sec_01-1 .wrapBox .secBox li {
  font-size: 14px;
  position: relative;
  padding-left: 1.3em;
}

#order-made #sec_01-1 .wrapBox .secBox li i {
  position: absolute;
  left: 0;
  top: 4px;
  ;
}

#order-made #sec_01-1 .wrapBox .secBox li:nth-child(n+2) {
  margin-top: 10px;
}

#order-made #sec_01-1 .typeList {
  margin-bottom: 30px;
}

#order-made #sec_01-1 .orderBnr {
  text-align: center;
}

#order-made #sec_01-1 .typeList li {
  float: none;
  width: 100%;
}

#order-made #sec_01-1 .typeList li:nth-child(even) {
  margin-left: 0%;
}
#order-made #sec_01-1 .typeList li:nth-child(n+2){
	margin-top:25px;
  border-top: solid 1px #ddd;
  padding-top: 24px;
}
#order-made #sec_01-1 .imgBox {
  margin: 0 auto 15px;
  width: 80%;
}

#order-made #sec_01-1 .orderTtl {
  font-size: 22px;
  margin-bottom: 15px;
}

#order-made #sec_01-1 .orderTtl span {
  font-size: 10px;
  margin-left: 15px;
}

#order-made #sec_01-1 .headline02 {
  font-size: 16px;
}

#order-made #sec_01-1 .lead {
  font-size: 12px;
  line-height: 2;
}

#order-made #pastwork .wrkInner {
  display: block;
  width: 100%;
}

/*-----------------------------------------------------

  オーダーメイド詳細   orderSingle

------------------------------------------------------*/
@media screen and (max-width: 767px) {

  #order-single .s_01 .gInner,
  #order-single .s_02 .gInner {
    width: 90%;
  }

  #order-single .s_01 .wrap {
    display: block;
  }

  #order-single .s_01 .wrap .imgBox {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  #order-single .s_01 .wrap .txtBox {
    width: 100%;
  }

  #order-single .s_01 {
    padding: 50px 0;
  }

  #order-single .orderflow {
    padding: 50px 0;
  }

  #order-single .s_02 .sub_flow {
    margin-bottom: 35px;
    display: none;
  }

  #order-single .s_02 .sub_flow ul {
    display: block;
  }

  #order-single .s_02 .sub_flow ul li:not(:last-child):after {
    display: none;
  }

  #order-single .s_02 .sub_flow ul li {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 14px;
  }

  #order-single .s_02 .sub_flow ul li a {
    display: block;
    padding: 0.8em 2em 0.7em 3.5em;
  }

  #order-single .s_02 .sub_flow ul li a:after {
    height: 2.5em;
    line-height: 2.5;
    width: 2.5em;
  }

  #order-single .s_02 .sub_flow ul li:nth-child(n+2) {
    margin-top: 10px;
  }

  #order-single .s_01 .wrap .txtBox p {
    font-size: 14px;
  }

  #order-single .s_02 .main_flow section {
    padding: 25px 4% 35px;
    display: block;
  }

  #order-single .s_02 .main_flow section .step {
    margin: 0 auto 15px;
  }

  #order-single .s_02 .main_flow .inner {
    width: 100%;
    padding-top: 0;
  }

  #order-single .s_02 .main_flow section .inner .txtBox .ttl {
    text-align: center;
    padding: 41px 0 0;
    background-position: top center;
    background-size: auto 28px;
    font-size: 20px;
  }

  #order-single .s_02 .main_flow section.row .inner .txtBox {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  #order-single .s_02 .main_flow section.row .inner .imgBox {
    margin: 0 auto;
  }

  #order-single .s_02 .main_flow section .inner .txtBox .lead {
    display: inline-block;
    text-align: left;
  }

  #order-single .s_02 .main_flow section .type li {
    width: 31%;
  }

  #order-single .s_02 .main_flow section .type li:not(:nth-child(3n)):not(:last-child) {
    margin-right: 3.5%;
  }

  #order-single .s_02 .main_flow section .type li:nth-child(n+4) {
    margin-top: 5.5%;
  }
  #custom-order .s_02 .main_flow section .btn_01{
    text-align:center;
    margin-top:1em;
  }
}

/*-----------------------------------------------------

  プライバシーポリシー    privacypolicy

------------------------------------------------------*/
#privacypolicy #sec_01 {
  width: 90%;
  padding-bottom: 0;
}

#privacypolicy #sec_01 .subttl_01 {
  line-height: 1.4;
}

#privacypolicy #sec_01 .lead {
  font-size: 13px;
  margin-bottom: 20px;
}

#privacypolicy #sec_01 .list_01 li {
  font-size: 14px;
}

#privacypolicy #sec_01 .annotaion li {
  font-size: 12px;
}

#privacypolicy #sec_01 a {
  word-break: break-all;
}

/*-----------------------------------------------------

  サイトマップ    sitemap

------------------------------------------------------*/
#sitemap #sec_01 .smBox {
  width: 90%;
  margin: 0 auto;
}

#sitemap #sec_01 .smList_01>li {
  margin-bottom: 20px;
}

#sitemap #sec_01 .smList_01>li>a span {
  display: block;
}

#sitemap #sec_01 .smList_01>li>a .en {
  font-size: 26px;
  margin-right: 0;
  margin-bottom: 8px;
}

#sitemap #sec_01 .smList_01>li>a .en:before {
  display: none;
}

#sitemap #sec_01 .smList_01>li>a .ja {
  font-size: 13px;
  color: #1e68a1;
}

#sitemap #sec_01 .smList_02 {
  padding: 0 10px;
  margin-bottom: 40px;
}

#sitemap #sec_01 .smList_02 li {
  float: left;
  width: 100%;
  margin-right: 0%;
}

#sitemap #sec_01 .smList_02 li:nth-child(n+2) {
  margin-top: 4%;
}

#sitemap #sec_01 .smList_02 li a {
  font-size: 12px;
  line-height: 1;
  padding: 12px 15px;
  ;
}

#sitemap #sec_01 .smList_02 li a span {}

#sitemap #sec_01 .smList_02 li a:before {
  display: none;
}

/*-----------------------------------------------------

  お問い合わせ      contact

------------------------------------------------------*/
#contact #sec_01 .gInner {
  width: 90%;
}

#contact .introduction .lead {
  font-size: 12px;
  text-align: left;
}

#contact .introduction .telArea {
  margin-bottom: 30px
}

#contact .introduction .telArea li {
  font-size: 28px;
  line-height: 1;
}

#contact .introduction .telArea li:nth-child(n+2) {
  margin-left: 0;
  margin-top: 10px;
}

#contactForm table {
  margin-bottom: 30px;
}

#contactForm table th,
#contactForm table td {
  font-size: 14px;
  display: block;
}

#contactForm table th {
  width: 100%;
  text-align: left;
  border-bottom: none;
  color: #135890;
  padding: 10px 20px 10px;
  background: #e3f5ff;
}

#contactForm table td {
  width: 100%;
  padding: 15px 10px;
}

#contactForm input.short {
  width: 50%;
}

#contactForm input.middle {
  width: 100%;
}

#contactForm input.long {
  width: 100%;
}

#contactForm textarea {
  width: 100%;
  height: 160px;
}

#contactForm .addr .ttl {
  width: 30%;
  font-size: 14px;
}

#contactForm .addr .form {
  width: 70%;
}

#contactForm .addr {
  margin-bottom: 20px;
  font-size: 0;
}

#contactForm .addr:last-child .form {
  width: 100%;
  margin-bottom: 0;
}

#contactForm .btnArea {
  text-align: center;
}

#contactForm #confirm {
  margin-bottom: 25px;
  font-size: 16px;
  text-align: center;
}

#contactForm #confirm label {
  margin-bottom: 5px;
}

#contactForm #confirm .wpcf7-list-item {
  margin-left: 0;
}

#contactForm #confirm .wpcf7-list-item-label {
  line-height: 1.8;
  font-size: 11px;
  margin-bottom: 0;
}

#contactForm #confirm .wpcf7-list-item-label:before {
  top: 3px;
  margin: 0;
}

#contactForm #confirm .wpcf7-list-item-label:after {
  top: 1px;
  margin: 0;
}

#contactForm #confirm .fontS {
  font-size: 11px;
  text-align: center;
}

#contactForm .formBtn {
  font-size: 14px;
  font-weight: bold;
  padding: 14px 0 13px;
}

#contactForm .ajax-loader {
  display: none;
}

/*-----------------------------------------------------

  送信完了画面      　thanks

------------------------------------------------------*/
#thanks #sec_01 .gInner {
  width: 90%;
}

#thanks #sec_01 .message {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.8;
}

/*-----------------------------------------------------
  WP PAGER
------------------------------------------------------*/
.wp-pagenavi {
  font-size: 16px;
}

/* ボタン<a>タグのデザイン */
.wp-pagenavi a,
.wp-pagenavi .current {
  width: 30px;
  line-height: 30px;
  margin-right: 10px;
}

/* 矢印（ < とか > ）のデザイン */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  line-height: 30px;
}
}
