@charset "utf-8";
.massagesection {
  margin-top: 40px;
}
.projectCont {
  padding-bottom: 1px;
  position: relative;
}
.contentInner {
  width: 840px;
  margin: 40px auto;
  font-size: 116%;
}
.contentInner.typeTop {
  margin-top: 20px;
}
.contentInner.typeTop:after {
  content: "";
  display: block;
  clear: both;
}
.conTtl {
  margin-bottom: 15px;
}
.leadText {
  width: 840px;
  margin: 15px auto 0;
}
.cateTtl {
  position: relative;
}
.aboutText {
  text-align: right;
  position: absolute;
  top: 40px;
  right: 60px;
}
.btnBox {
  width: 100%;
  text-align: center;
}
/* sec_search --------------------------------- */
.sec_search {
  width: 400px;
  margin-bottom: 35px;
}
.sec_search.typeLeft {
  float: left;
  margin-right: 40px;
}
.sec_search.typeRight {
  float: right;
}
.sec_search .ttl_search {
  font-size: 124%;
  position: relative;
  margin-bottom: 10px;
}
.sec_search .ttl_search span {
  font-weight: bold;
  vertical-align: baseline;
}
.sec_search .ttl_search .text {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 10px;
}
.sec_search .ttl_search .textRed {
  color: #f74b50;
}
.sec_search .ttl_search .icon_search_project {
  margin: 0 5px 5px 0;
}
.sec_search .ttl_search:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 2px;
  border-top: 1px dashed #c4b3a7;
  top: 12px;
}
.searchBox {
  display: table;
  width: 100%;
}
.searchBox .sec_search {
  display: table-cell;
  width: 400px;
  float: none;
}
.searchBox .sec_search.typeRight {
  padding-left: 30px;
  vertical-align: bottom;
}
.list_category {
  margin-bottom: 5px;
}
.list_category input {
  margin-right: 3px;
}
.list_category label {
  font-size: 100%;
  font-weight: bold;
}
.list_category label span {
  font-size: 65%;
}
.btn_project_search1 {
  font-size: 124%;
  text-align: center;
  color: #fff;
  background: #41321e;
  width: 200px;
  border-radius: 3px;
  border: none;
  margin: 20px auto;
  padding: 5px 0;
  cursor: pointer;
}
.btn_project_search1:hover {
  background: #ff453e;
}
.btn_project_search2 {
  font-size: 116%;
  background: #fd4745;
  color: #fff;
  border: none;
  border-radius: 5px;
  width: 380px;
  padding: 10px 0;
  cursor: pointer;
}
.btn_project_search2:hover {
  background: #ff8f8b;
}
.inputBox {
  width: 385px;
  position: relative;
}
.inputBox .input_text {
  width: 378px;
  border: 1px solid #d7d7d7;
  border-radius: 0 5px 5px 0;
  padding: 8px 0 8px 5px;
  line-height: 1;
}
.inputBox .btn_project_search3 {
  width: 45px;
  height: 100%;
  background: #41321d;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #41321d;
  border-radius: 5px;
  cursor: pointer;
}
.inputBox .btn_project_search3:hover {
  background: #ff453e;
  border-color: #ff453e;
}
/* panelMap_region ---------------------------- */
.panelMap_region {
  padding: 5px;
  box-shadow: 0 0 1px 1px #eaeaea;
}
.panelMap_region .map {
  background: url("../img/bg/bg_main05.jpg");
  border: 1px solid #d4d4d4;
  padding: 30px 20px 50px;
  position: relative;
  z-index: 0;
}
.panelMap_region .mapImg {
  opacity: 0;
}
.panelMap_region .mapArea {
  position: relative;
}
.panelMap_region .mapArea:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: url("../../img/map/map_pc.png") no-repeat scroll;
  z-index: -2;
  width: 100%;
  height: 100%;
}
/* tab --------------------------------- */
.item_tab {
  display: inline-block;
  border: 2px solid #e4ddd7;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  margin-right: 10px;
}
.item_tab a {
  padding: 5px 10px 3px;
  color: inherit;
  font-weight: bold;
  font-size: 116%;
  display: block;
  cursor: pointer;
}
.item_tab.active {
  background: #e4ddd7;
}
.js_tabBox {
  display: none;
  border-top: 5px solid #e4ddd7;
  padding: 10px 0;
}
.js_tabBox.active {
  display: block;
}
.js_tabBox .text_result {
  font-size: 93%;
}
.js_tabBox .text_result .search_category:after {
  content: "";
  display: inline-block;
  background: url("../img/arrow08_brown.png");
  width: 6px;
  height: 11px;
  margin: 0 8px;
}
.js_tabBox .text_result span {
  font-size: 100%;
  vertical-align: baseline;
}
.btn_more_project {
  width: 740px;
  font-size: 90%;
  background: #f5f5f4;
  border: none;
  padding: 14px;
  border-radius: 25px;
  margin: 25px 0;
  cursor: pointer;
}
.btn_more_project:hover {
  text-decoration: underline;
  color: #c09748;
}
.btn_more_project:focus {
  outline: none;
}
.btn_more_project img {
  width: 13px;
  height: auto;
  display: inline-block;
  margin: 0 15px 7px 0;
}
/* list_result --------------------------------- */
.list_result {
  margin-left: -25px;
  min-height: 491px;
}
.list_result:after {
  content: "";
  display: block;
  clear: both;
}
.list_result .item_result {
  width: 263px;
  border: 1px solid #b6b1a4;
  border-radius: 5px;
  float: left;
  margin: 23px 0 0 23px;
  position: relative;
}
.list_result .item_result a {
  color: inherit;
  display: block;
  overflow: hidden;
}
.list_result .item_result a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.list_result .item_result .imgBox {
  width: 100%;
  height: 175px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.list_result .item_result .imgBox img {
  width: 100%;
  height: auto;
}
.list_result .item_result .priceBox {
  background: #fff1f6;
  padding: 8px 0 8px 25px;
}
.list_result .item_result .priceBox .label {
  font-size: 80%;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 5px;
}
.list_result .item_result .priceBox .text_price {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.list_result .item_result .textBox {
  padding: 10px 13px 0;
}
.list_result .item_result .textBox .title {
  font-size: 131%;
  font-weight: bold;
  line-height: 1.2;
  color: #ff453e;
  height: 3.6em;
}
.list_result .item_result .textBox .text {
  font-size: 80%;
  border-bottom: 1px dashed #c4b3a7;
  padding: 10px 0;
  height: 4em;
}
.list_result .item_result .tagBox {
  font-size: 93%;
}
.list_result .item_result .tagBox .item_tag {
  color: #89785f;
  margin: 5px 0 0;
}
.list_result .item_result .tagBox .item_tag:before {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_tag.png") no-repeat;
  width: 11px;
  height: 15px;
  margin: 0 5px -2px 0;
}
.list_result .item_result .peopleBox {
  padding: 8px 13px;
  display: table;
  padding: 14px 30px;
}
.list_result .item_result .peopleBox .item_img {
  display: table-cell;
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 34px;
  overflow: hidden;
}
.list_result .item_result .peopleBox .item_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.list_result .item_result .peopleBox .item_text {
  display: table-cell;
  padding-left: 24px;
}
.list_result .item_result .peopleBox .item_text .label {
  font-size: 70%;
  display: inline-block;
  border-radius: 3px;
  padding: 2px 15px;
  background: #eee;
  margin-bottom: 5px;
}
.list_result .item_result .peopleBox .item_text .region {
  font-size: 77%;
  display: block;
}
.list_result .item_result .peopleBox .item_text .name {
  display: block;
  font-weight: bold;
}
/* icon_last --------------------------------- */
.icon_last10 {
  position: relative;
}
.icon_last10:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  background: url("../img/icon_last10.png") no-repeat;
}
.icon_last9 {
  position: relative;
}
.icon_last9:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  background: url("../img/icon_last9.png") no-repeat;
}
.icon_last8 {
  position: relative;
}
.icon_last8:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  background: url("../img/icon_last8.png") no-repeat;
}
.icon_last7 {
  position: relative;
}
.icon_last7:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  background: url("../img/icon_last7.png") no-repeat;
}
.icon_last6 {
  position: relative;
}
.icon_last6:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  background: url("../img/icon_last6.png") no-repeat;
}
.icon_last5 {
  position: relative;
}
.icon_last5:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  background: url("../img/icon_last5.png") no-repeat;
}
.icon_last4 {
  position: relative;
}
.icon_last4:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  background: url("../img/icon_last4.png") no-repeat;
}
.icon_last3 {
  position: relative;
}
.icon_last3:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  background: url("../img/icon_last3.png") no-repeat;
}
.icon_last2 {
  position: relative;
}
.icon_last2:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  background: url("../img/icon_last2.png") no-repeat;
}
.icon_last1 {
  position: relative;
}
.icon_last1:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  background: url("../img/icon_last1.png") no-repeat;
}
.icon_last_today {
  position: relative;
}
.icon_last_today:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  background: url("../img/icon_last_today.png") no-repeat;
}
.icon_last {
  position: relative;
}
.icon_last:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  background: url("../img/icon_last.png") no-repeat;
}
.icon_new {
  position: relative;
}
.icon_new:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  background: url("../img/icon_new.png") no-repeat;
}
/* howtoList --------------------------------- */
.howtoList .list_howto {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 25px;
}
/* list_disc --------------------------------- */
.list_wrap {
  padding: 15px 0 0;
}
.list_wrap .list_disc {
  padding-left: 1em;
  margin-bottom: 8px;
}
.list_wrap .list_disc:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #3f321e;
  margin-right: 5px;
}
/* partner ------------------------------------ */
.partner {
  border: 1px solid #42331e;
  margin: 20px 0 0;
  padding: 24px 30px;
  text-align: center;
}
.partner .text {
  font-size: 85%;
  font-weight: bold;
  padding: 0 10px 2px 10px;
  border-bottom: 1px dashed #3f321e;
  margin-bottom: 20px;
}
.partner .list_partner {
  display: inline-block;
  margin-right: 40px;
  text-align: center;
}
/* mainBox ------------------------------------ */
.mainBox {
  background: #403320;
  color: #fff;
  display: table;
  width: 100%;
  overflow: hidden;
}
.mainBox .imgBox {
  width: 415px;
  display: table-cell;
  overflow: hidden;
}
.mainBox .imgBox img {
  width: 100%;
  height: auto;
}
.mainBox .textBox {
  display: table-cell;
  vertical-align: top;
  padding: 25px 30px;
}
.mainBox .title {
  font-size: 300%;
  line-height: 1.3;
  margin-bottom: 8px;
  font-weight: bold;
}
.mainBox .tagBox {
  margin: 8px 0 15px;
}
.mainBox .tagBox .item {
  font-size: 92%;
}
.mainBox .tagBox .item:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  background: url("../../projects/img/icon_tag_pc.png") no-repeat;
  margin: 0 5px -2px 0;
}
.mainBox .priceBox .inner {
  display: table;
  width: 100%;
  margin-bottom: 8px;
}
.mainBox .priceBox .label {
  width: 96px;
  display: table-cell;
  vertical-align: middle;
}
.mainBox .priceBox .label span {
  display: inline-block;
  width: 100%;
  font-size: 115%;
  font-weight: bold;
  text-align: center;
  background: #fff;
  color: #403320;
  padding: 3px 0;
  border-radius: 4px;
}
.mainBox .priceBox .text {
  display: table-cell;
  vertical-align: middle;
  font-size: 153%;
  padding-left: 20px;
}
.mainBox .priceBox .text.big {
  font-size: 353%;
  font-weight: bold;
}
/* supportBox ------------------------------------ */
.supportBox {
  margin: 40px auto 70px;
  width: 840px;
  text-align: center;
  box-sizing: border-box;
  font-size: 13px;
}
.supportBox .boxInnerWrap {
  display: table;
  width: 100%;
}
.supportBox .boxInnerWrap.type1 .boxInner {
  width: 100%;
}
.supportBox .boxInnerWrap.type2 .boxInner {
  width: 50%;
}
.supportBox .boxInnerWrap.type3 .boxInner {
  width: 33.3%;
}
.supportBox .boxInner {
  display: table-cell;
  padding: 0 8px;
  vertical-align: top;
}
.supportBox .title {
  margin-bottom: 25px;
}
.supportBox .title span {
  font-size: 130%;
  font-weight: bold;
  border-bottom: 1px dotted #2d2312;
  padding: 5px 70px;
}
.supportBox .text_support {
  display: inline-block;
  padding: 0 15px;
}
.supportBox .text_support .text {
  text-align: center;
  display: block;
  color: #575748;
  margin: 0 0 5px -116px;
}
.supportBox .text_support .support {
  display: block;
  margin-bottom: 6px;
}
.supportBox .text_support .support img {
  width: auto;
  height: 60px;
  vertical-align: middle;
}
.supportBox .btn_project {
  display: inline-block;
  font-size: 140%;
  text-align: center;
  width: 100%;
  max-width: 500px;
  min-width: 250px;
}
.supportBox .btn_project a {
  background: #f74b50;
  color: #fff;
  padding: 20px 15px;
  border-radius: 100px;
  display: block;
  box-sizing: border-box;
}
.supportBox .btn_project a:hover {
  background: #fc9293;
  text-decoration: none;
}
.supportBox .btn_project span {
  display: block;
  /*font-size: 43%;*/
  font-size: 74%;
  text-align: left;
  margin-top: 5px;
  font-weight: bold;
  padding-left: 3px;
}
/* secProject ------------------------------------ */
.secProject {
  width: 840px;
  margin: 0 auto 40px;
}
.secProject .secTtl {
  color: #f74b50;
  font-size: 140%;
  font-weight: bold;
  margin: 25px 0;
  line-height: 1.2;
}
.secProject .boxImgText {
  overflow: hidden;
}
.secProject .boxImgText .text {
  font-size: 100%;
}
.secProject .boxImgText .text p {
  margin-top: 25px;
}
.secProject .boxImgText .text p:first-child {
  margin: 0;
}
.secProject .boxImgText .img {
  width: 350px;
}
.secProject .boxImgText .img img {
  width: 100%;
  height: auto;
}
.secProject .boxImgText .img iframe {
  width: 100%;
  height: 205px;
}
.secProject .boxImgText .img .caption {
  display: block;
  font-size: 92%;
  color: #9b94f2;
  margin: 10px 0 25px;
}
.secProject .boxImgText.typeRight .text {
  width: 460px;
  float: right;
}
.secProject .boxImgText.typeRight .img {
  float: left;
}
.secProject .boxImgText.typeLeft .text {
  width: 460px;
  float: left;
}
.secProject .boxImgText.typeLeft .img {
  float: right;
}
/* contactBox ------------------------------------ */
.contactBox {
  width: 800px;
  margin: 0 auto;
  background: #f5f5f4;
  padding: 10px 20px;
  font-size: 100%;
}
.contactBox a {
  color: inherit;
}
.contactBox .term {
  width: 8em;
  float: left;
  clear: left;
  position: relative;
}
.contactBox .term:after {
  content: ":";
  display: inline-block;
  position: absolute;
  right: 0;
}
.contactBox .text {
  padding-left: 9em;
  margin-bottom: 5px;
  word-break: break-all;
}
/* back ------------------------------------ */
.back {
  border-top: 1px dashed #2d2312;
  padding: 30px 30px 25px 0;
  text-align: right;
}
.arrow_brown_double {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  border-bottom: 1px dashed #2d2312;
}
.arrow_brown_double:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url("../../common/img/arrow01_brown.png") no-repeat;
  margin-right: 10px;
}
.arrow_brown_double:hover {
  color: #ff453e;
  text-decoration: none;
  border-color: #ff453e;
}
.arrow_brown_double:hover:before {
  background: url("../../common/img/arrow01_pink.png") no-repeat;
}
.btnMore {
  display: none;
}
@media screen and (max-width: 750px) {
  .massagesection {
    margin-top: 0;
  }
  .projectCont {
    padding-bottom: 1px;
  }
  .contentInner {
    width: 94%;
    margin: 7% auto;
    font-size: 117%;
    line-height: 1.6;
  }
  .conTtl {
    margin-bottom: 10px;
  }
  .aboutText {
    position: static;
    width: 90%;
    margin: 10px auto;
  }
  .leadText {
    width: 90%;
    margin: 10px auto;
    text-align: justify;
  }
  .btnBox.border {
    margin-top: 30px;
    border-top: 1px dashed #c4b3a7;
    padding-top: 25px;
  }
  .sec_search {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec_search.typeLeft {
    float: none;
    margin-right: none;
  }
  .sec_search.typeRight {
    float: none;
  }
  .sec_search .ttl_search {
    font-size: 116%;
  }
  .sec_search .ttl_search .icon_search_project {
    width: 13px;
    margin: 0 5px 6px 0;
  }
  .searchBox {
    display: block;
  }
  .searchBox .sec_search {
    display: block;
    width: 100%;
  }
  .searchBox .sec_search.typeRight {
    padding-left: 0;
  }
  .list_category {
    padding-left: 13px;
    margin-bottom: 6px;
  }
  .list_category input {
    margin-right: 3px;
  }
  .list_category label span {
    display: block;
    padding-left: 1em;
  }
  .btn_project_search1 {
    width: 100%;
    border-radius: 5px;
    margin: 10px auto;
    padding: 10px 0;
  }
  .btn_project_search2 {
    border-radius: 5px;
    width: 100%;
    margin: 0;
  }
  .inputBox {
    width: 100%;
  }
  .inputBox .input_text {
    width: 100%;
    padding: 12px 0 12px 10px;
    line-height: 1;
    font-size: 92%;
    -webkit-appearance: none;
  }
  .inputBox .btn_project_search3 {
    width: 40px;
    top: 0;
    right: 0;
  }
  .inputBox .btn_project_search3 img {
    width: 20px;
  }
  .panelMap_region .map {
    padding: 21px 15px 33px;
  }
  .panelMap_region .mapImg {
    opacity: 1;
  }
  .panelMap_region .mapArea {
    position: relative;
  }
  .panelMap_region .mapArea:after {
    display: none;
  }
  .item_tab {
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
  }
  .item_tab a {
    font-size: 100%;
    padding: 3px 3px 1px;
  }
  .item_tab.active {
    background: #e4ddd7;
  }
  .js_tabBox {
    border-width: 3px;
  }
  .js_tabBox .text_result {
    font-size: 93%;
  }
  .js_tabBox .text_result .search_category {
    display: inline-block;
    position: relative;
  }
  .js_tabBox .text_result .search_category:after {
    display: block;
    position: absolute;
    bottom: -15px;
    margin: 0;
  }
  .js_tabBox .text_result .text_category {
    display: block;
    padding-left: 70px;
  }
  .btn_more_project {
    width: 95%;
    margin: 20px 0 0;
  }
  .btn_more_project img {
    margin: 0 15px 4px 0;
  }
  .list_result {
    margin-left: 0;
    min-height: auto;
  }
  .list_result .item_result {
    width: 100%;
    float: none;
    margin: 23px 0 0 0;
  }
  .list_result .item_result .imgBox {
    height: 180px;
  }
  .list_result .item_result .priceBox {
    padding: 10px 0 10px 20px;
  }
  .list_result .item_result .priceBox .label {
    font-size: 92%;
    padding: 3px 15px;
    border-radius: 5px;
  }
  .list_result .item_result .priceBox .text_price {
    font-size: 175%;
  }
  .list_result .item_result .textBox {
    padding: 12px 10px 0;
  }
  .list_result .item_result .textBox .title {
    font-size: 167%;
    height: auto;
  }
  .list_result .item_result .textBox .text {
    font-size: 100%;
    height: auto;
  }
  .list_result .item_result .tagBox {
    font-size: 100%;
  }
  .list_result .item_result .peopleBox {
    display: table;
    padding: 14px 30px;
    margin: 0 auto;
  }
  .list_result .item_result .peopleBox .item_text .label {
    font-size: 92%;
    margin-bottom: 3px;
  }
  .list_result .item_result .peopleBox .item_text .region {
    font-size: 92%;
  }
  .list_result .item_result .peopleBox .item_text .name {
    font-size: 109%;
  }
  .icon_last10:before {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .icon_last9:before {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .icon_last8:before {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .icon_last7:before {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .icon_last6:before {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .icon_last5:before {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .icon_last4:before {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .icon_last3:before {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .icon_last2:before {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .icon_last1:before {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .icon_last_today:before {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .icon_last:before {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .icon_new:before {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .howtoList .list_howto {
    margin-bottom: 15px;
  }
  .list_wrap {
    padding: 5px 0 0;
  }
  .list_wrap .list_disc {
    margin-bottom: 5px;
  }
  .list_wrap .list_disc:before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 3px;
  }
  .partner {
    margin: 15px 0 0;
    padding: 15px 10px;
    overflow: hidden;
  }
  .partner .text {
    font-size: 93%;
    text-align: center;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
  }
  .partner .list_partner {
    width: 50%;
    float: left;
    display: inline-block;
    margin: 0;
    text-align: center;
    margin: 10px 0;
  }
  .partner .list_partner.item1 img {
    width: 82%;
    max-width: 120px;
  }
  .partner .list_partner.item2 img {
    width: 60%;
    max-width: 90px;
  }
  .partner .list_partner.item3 {
    clear: left;
  }
  .partner .list_partner.item3 img {
    width: 50%;
    max-width: 60px;
  }
  .partner .list_partner.item4 {
    margin: 10px 0;
  }
  .partner .list_partner.item4 img {
    width: 78%;
    max-width: 116px;
  }
  .mainBox {
    display: block;
  }
  .mainBox .imgBox {
    width: 100%;
    display: block;
    height: 150px;
  }
  .mainBox .imgBox img {
    margin-top: -40px;
  }
  .mainBox .textBox {
    display: block;
    padding: 14px 3%;
  }
  .mainBox .title {
    font-size: 200%;
    margin-bottom: 5px;
  }
  .mainBox .tagBox {
    margin: 5px 0 10px;
    text-align: center;
  }
  .mainBox .tagBox .item {
    font-size: 108%;
  }
  .mainBox .tagBox .item:before {
    background: url("../img/icon/icon_tag_sp.png") no-repeat;
    background-size: contain;
  }
  .mainBox .priceBox .inner {
    margin-bottom: 3px;
  }
  .mainBox .priceBox .label {
    width: 72px;
  }
  .mainBox .priceBox .label span {
    font-size: 91%;
  }
  .mainBox .priceBox .text {
    font-size: 130%;
    padding-left: 10px;
  }
  .mainBox .priceBox .text.big {
    font-size: 220%;
  }
  .supportBox {
    margin: 20px auto;
    width: 93%;
    font-size: 11px;
  }
  .supportBox .boxInnerWrap {
    display: table;
    width: 100%;
  }
  .supportBox .boxInnerWrap.type1 .boxInner {
    width: 100%;
  }
  .supportBox .boxInnerWrap.type2 .boxInner {
    width: 100%;
  }
  .supportBox .boxInnerWrap.type3 .boxInner {
    width: 100%;
  }
  .supportBox .boxInner {
    display: block;
    padding: 0;
    vertical-align: middle;
    margin: 15px 0;
  }
  .supportBox .title {
    text-align: left;
  }
  .supportBox .title span {
    padding: 0;
  }
  .supportBox.bottom {
    width: 100%;
    display: none;
  }
  .supportBox.bottom .btn_project {
    margin: 10px 0 0 0;
  }
  .supportBox.bottom .btn_project a {
    padding: 20px;
  }
  .supportBox .text_support .text {
    margin: 0 0 2px -70px;
  }
  .supportBox .text_support .support img {
    width: 100%;
    height: auto;
    max-width: 140px;
  }
  .supportBox .btn_project {
    width: 100%;
    display: inline-block;
    font-size: 150%;
    margin: 5px 0 0 0;
  }
  .supportBox .btn_project a {
    min-height: auto;
  }
  .secProject {
    width: 100%;
    margin: 0 auto 25px;
  }
  .secProject:nth-child(n+4) {
    display: none;
  }
  .secProject .secTtl {
    font-size: 129%;
    margin: 5px 0 15px;
  }
  .secProject .boxImgText {
    overflow: hidden;
  }
  .secProject .boxImgText .text {
    width: 100%;
    font-size: 108%;
  }
  .secProject .boxImgText .img {
    width: 100%;
    margin-top: 10px;
  }
  .secProject .boxImgText .img iframe {
    width: 100%;
    hight: 100%;
  }
  .secProject .boxImgText .img .caption {
    font-size: 83%;
    margin: 5px 0 10px;
  }
  .secProject .boxImgText.typeRight .text {
    width: 100%;
    float: none;
  }
  .secProject .boxImgText.typeRight .img {
    float: none;
  }
  .secProject .boxImgText.typeLeft .text {
    width: 100%;
    float: none;
  }
  .secProject .boxImgText.typeLeft .img {
    float: none;
  }
  .contactBox {
    display: none;
    width: 100%;
    margin: 10px auto;
    padding: 10px;
    font-size: 91%;
  }
  .back {
    display: none;
    width: 93%;
    margin: 0 auto;
    padding: 10px 0 15px;
  }
  .btnMore {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .item_tab a {
    font-size: 80%;
  }
  .btn_project_search2 {
    font-size: 100%;
  }
}
