@charset "UTF-8";

/**
 *
 * コンテンツ
 *
**/

/**
 * SP表示
**/
.sp_disp { display: none !important; }
@media only screen and (max-width: 720px) {

  /**
   * SP表示
  **/
  .sp_disp { display: block !important; }
  .pc_disp { display: none !important; }
}


/**
 * slidein
**/
.slideup {
	opacity : 0;
	transform : translate(0, 35px);
  transition:all 0.4s 0s ease-in-out;
}
.slideup.scrollin {
	transform : translate(0, 0);
  opacity: 1;
}
.slideleft {
	opacity : 0;
	transform : translate(-35px, 0);
  transition:all 0.4s 0s ease-in-out;
}
.slideleft.scrollin {
	transform : translate(0, 0);
  opacity: 1;
}
.slideleft.in01 {
  transition:all 0.45s 0s ease-in-out;
}
.slideleft.in02 {
  transition:all 0.45s 0.35s ease-in-out;
}
.slideleft.in03 {
  transition:all 0.45s 0.70s ease-in-out;
}
.slideleft.in04 {
  transition:all 0.45s 1.05s ease-in-out;
}

@media only screen and (max-width: 720px) {
  .slideup {
    transform : translate(0, 0);
  }

}
/**
 * パンくず
**/
#breadcrumb {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 0;
}
#breadcrumb .breadcrumb_inner {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 100%;
  height: 0;
  position: relative;
  z-index: 5;
}
#breadcrumb .breadcrumb_inner ol {
  text-align: left;
  position: absolute;
  top: 15px;
  left: 40px;
}
#breadcrumb .breadcrumb_inner ol li {
  line-height: 1.4em;
  font-size: 13px;
  color: #565454;
  display: inline-block;
}
#breadcrumb .breadcrumb_inner ol li:before {
  margin: 0 0.2em;
  content: ">";
  display: inline-block;
}
#breadcrumb .breadcrumb_inner ol li:nth-of-type(1):before {
  margin: 0 0;
  content: "";
}

#breadcrumb .breadcrumb_inner ol li a {
  color: #565454;
  text-decoration: underline;
}
#breadcrumb .breadcrumb_inner ol li a:hover {
  color: #565454;
  text-decoration: none;
}
@media only screen and (max-width: 700px) {
  #breadcrumb.none_page_title {
    padding: 65px 0 0 0;
  }
}


/**
 * メインイメージ
**/
#main_image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 372px;
  background: url("../img/cross/main_image_01.png") no-repeat center center;
  background-size: cover;
}
#main_image.news {
  background-image: url("../img/news/main_image_01.png");
}
#main_image.window {
  height: 510px;
  background-image: url("../img/window/main_image_01.png");
}
#main_image.antimold {
  background-image: url("../img/antimold/main_image_01.png");
}


#main_image .main_image_inner {
  margin: 0 0 0 0;
  padding: 67px 0 0 0;
  width: 100%;
  height: 372px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main_image.window .main_image_inner {
  margin: 0 auto;
  max-width: 1260px;
  height: 510px;
}
#main_image .main_image_inner img {
  max-width: 100%;
  display: block;
}
#main_image .main_image_inner .text {
  width: 626px;
  display: block;
  position: absolute;
  top: 112px;
  left: 52px;
}
#main_image .main_image_inner h2 {
  margin: auto;
  width: 657px;
  display: block;
}
#main_image.news .main_image_inner h2 {
  margin: auto;
  width: 375px;
  display: block;
}
#main_image.window .main_image_inner h2 {
  margin: 0;
  width: 669px;
  display: block;
  position: absolute;
  top: 170px;
  left: 40px;
}
#main_image.antimold .main_image_inner h2 {
  margin: -13px auto 0;
  width: 567px;
  display: block;
}

#main_image.window .main_image_inner .list {
  width: calc(147px * 4);
  display: flex;
  position: absolute;
  bottom: 35px;
  left: 90px;
}
#main_image.window .main_image_inner .list .item {
  margin: 0 0 0 -7px;
  width: 147px;
}
#main_image .main_image_inner p {
  position: absolute;
  bottom: 23px;
  right: 28px;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
#main_image .main_image_inner p .maker {
  line-height: 1.2em;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 721px) and (max-width: 1220px) {
  #main_image .main_image_inner p {
    bottom: 0px;
  }

}
@media only screen and (max-width: 720px) {
  #main_image {
    margin: 50px 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 115.27vw;
    background: url("../img/cross/main_image_01-sp.png") no-repeat center center;
    background-size: cover;
  }
  #main_image.news {
    height: 43.05vw;
    background: url("../img/news/main_image_01-sp.png") no-repeat center center;
    background-size: cover;
  }
  #main_image.window {
    height: 134.72vw;
    background: url("../img/window/main_image_01-sp.png") no-repeat center center;
    background-size: cover;
  }
  #main_image.antimold {
    height: 80.55vw;
    background: url("../img/antimold/main_image_01-sp.png") no-repeat center center;
    background-size: cover;
  }
  #main_image .main_image_inner {
    margin: 0 0 0 0;
    padding: 9.8vw 0 0 0;
    width: 100%;
    height: 115.27vw;
    position: relative;
    z-index: 10;
    display: block;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-start;
  }
  #main_image.news .main_image_inner {
    padding: 0 0 0 0;
    height: 43.05vw;
    display: flex;
    align-items: center;
  }
  #main_image.window .main_image_inner {
    padding: 0 0 0 0;
    height: 134.72vw;
    display: flex;
    align-items: center;
  }
  #main_image.antimold .main_image_inner {
    height: 80.55vw;
  }
  #main_image .main_image_inner img {
    display: block;
  }
  #main_image .main_image_inner .text {
    width: 80.13vw;
    display: block;
    top: 6.94vw;
    left: 50%;
    margin: 0 0 0 -40.06vw;
  }
  #main_image .main_image_inner h2 {
    margin: 0 auto 10px;
    width: 82.77vw;
    display: block;
  }
  #main_image.news .main_image_inner h2 {
    margin: 0 auto 0;
    width: 64.3vw;
    display: block;
  }
  #main_image.window .main_image_inner h2 {
    margin: 0 0 0 -41.5vw;
    width: 83.0vw;
    display: block;
    position: absolute;
    top: 79.72vw;
    left: 50%;
  }
  #main_image.antimold .main_image_inner h2 {
    margin: -1.0vw auto 10px;
    width: 82.77vw;
    display: block;
  }

  
  
  #main_image .main_image_inner p {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }
  #main_image .main_image_inner p .maker {
    line-height: 1.2em;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }
  #main_image.window .main_image_inner .list {
    width: calc(21.8vw * 4);
    display: flex;
    position: absolute;
    bottom: 5.55vw;
    left: 8.94vw;
  }
  #main_image.window .main_image_inner .list .item {
    margin: 0 0 0 -0.8vw;
    width: 21.8vw;
  }

}



/**
 * content
**/
#content {
  display: block;
}


/**
 * ページトップ
**/
#pagetop {
  width: 70px;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 1000;
}
#pagetop img {
  display: block;
}

@media only screen and (max-width: 850px) {
  #pagetop {
    width: 70px;
    display: none;
    position: fixed;
    bottom: 80px;
    right: 5px;
    z-index: 1000;
  }
}



/**
 * cross
**/
.cross_page {
  padding: 115px 0 0 0;
}
.cross_page * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  font-style: normal;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}
.cross_page em { font-style: normal; }
.cross_page .inner {
  text-align: center;
}
.cross_page .inner img {
  width: 100%;
  display: block;
  
}
.cross_page .inner .about {
  padding: 0 0 85px 0;
  position: relative;
}
.cross_page .inner .about .about_inner {
  margin: 0 auto;
  padding: 63px 83px 70px 83px;
  width: 92%;
  max-width: 1076px;
  box-sizing: border-box;
  border: 3px solid #0064a5;
  border-radius: 50px;
  background: #e8f4fc;
  box-shadow: 5px 5px 0 #0064a5;
  position: relative;
  z-index: 1;
}
.cross_page .inner .about .about_inner h3 {
  margin: 0 0 35px 0;
  padding: 14px 0;
  width: 100%;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: bold;
  color: #565454;
  text-align: center;
  border-top: 1px solid #0064a5;
  border-bottom: 1px solid #0064a5;
  position: relative;
}
.cross_page .inner .about .about_inner h3 em {
  color: #0064a5;
}
.cross_page .inner .about .about_inner .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cross_page .inner .about .about_inner .list .item {
  padding: 43px 20px 20px 20px;
  width: 47.6%;
  box-sizing: border-box;
  border: 3px solid #0064a5;
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 5px 0 #0064a5;
/*  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;*/
}
.cross_page .inner .about .about_inner .list .item h4 {
  margin: 0 0 20px 0;
  padding: 0 0;
  width: 100%;
  min-height: 54px;
  line-height: 1.2em;
  font-size: 25px;
  font-weight: bold;
  color: #0064a5;
  text-align: center;
  border-top: 2px dotted #0064a5;
  border-bottom: 2px dotted #0064a5;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cross_page .inner .about .about_inner .list .item .image {
  margin: 0 auto 10px auto;
  width: 73.77%;
}
.cross_page .inner .about .about_inner .list .item .text01 {
  margin: 0 0 35px 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 21px;
  font-weight: bold;
  color: #565454;
  text-align: center;
  letter-spacing: 0.02em;
}
.cross_page .inner .about .about_inner .list .item .text01 .sub {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.cross_page .inner .about .about_inner .list .item .text01 em {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 27px;
  font-weight: bold;
  color: #f8b300;
}
.cross_page .inner .about .about_inner .list .item .text02 {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: 500;
  color: #565454;
  text-align: center;
}
.cross_page .inner .about .about_inner .list .item .text03 {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 17px;
  font-weight: bold;
  color: #0064a5;
  text-align: center;
}
.cross_page .inner .about .about_inner .list .item .text03 .maker {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: bold;
  color: #565454;
  text-align: center;
}
.cross_page .inner .about .about_inner .list .item .text04 {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 21px;
  font-weight: bold;
  color: #565454;
  text-align: center;
  letter-spacing: 0.02em;
}
.cross_page .inner .about .about_inner .list .item .text04 em {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 27px;
  font-weight: bold;
  color: #f8b300;
}
.cross_page .inner .about .about_inner .list .item .text05 {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 40px;
  line-height: 1.4em;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background: #0064a5;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cross_page .inner .about .about_inner .list .item .text05 em {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #f8b300;
}
.cross_page .inner .about .about_inner .list .item .list01 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cross_page .inner .about .about_inner .list .item .list01 li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 120px;
  height: 120px;
  line-height: 1.2em;
  font-size: 22px;
  font-weight: 900;
  color: #0064a5;
  background: #f1f7fc;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cross_page .inner .about .about_inner .list .item .list02_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.cross_page .inner .about .about_inner .list .item .list02 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 50%;
}
.cross_page .inner .about .about_inner .list .item .list02.w01 {
  width: 58%;
}
.cross_page .inner .about .about_inner .list .item .list02.w02 {
  width: 42%;
}
.cross_page .inner .about .about_inner .list .item .list02 li {
  margin: 0 0 0 0;
  padding: 0 0 10px 36px;
  text-align: left;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: 500;
  color: #565454;
  position: relative;
}
.cross_page .inner .about .about_inner .list .item .list02 li em {
  color: #0064a5;
}
.cross_page .inner .about .about_inner .list .item .list02 li:before {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  content: "";
  background: url("../img/cross/icon_check_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
}





.cross_page .inner .cross_play {
  padding: 0 0 65px 0;
  position: relative;
}
.cross_page .inner .cross_play .cross_play_inner {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 92%;
  max-width: 1030px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.cross_page .inner .cross_play .cross_play_inner .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 38.8%;
}
.cross_page .inner .cross_play .cross_play_inner .left {
  margin: 0 0 0 0;
  padding: 60px 0 0 0;
  width: 57.3%;
  text-align: left;
  position: relative;
}
.cross_page .inner .cross_play .cross_play_inner .left .eng {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 342px;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 0;
}
.cross_page .inner .cross_play .cross_play_inner .left h3 {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 29px;
  font-weight: 900;
  color: #003d67;
  position: relative;
  z-index: 1;
}
.cross_page .inner .cross_play .cross_play_inner .left h3 em {
  color: #16a2dc;
}
.cross_page .inner .cross_play .cross_play_inner .left .description {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 2.2em;
  font-size: 15px;
  color: #565454;
  position: relative;
}
.cross_page .inner .cross_play .cross_play_inner .left .description:after {
  width: 121px;
  height: 95px;
  line-height: 95px;
  content: "";
  background: url("../img/cross/deco_04.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 0;
}
.cross_page .inner .cross_play .cross_play_inner .left .description p {
  position: relative;
  z-index: 1;
}



.cross_page .inner .merit {
  padding: 0 0 85px 0;
  position: relative;
}
.cross_page .inner .merit .merit_inner {
  margin: 0 auto;
  padding: 80px 55px 80px 55px;
  width: 92%;
  max-width: 1155px;
  box-sizing: border-box;
  border: 3px solid #16a2dc;
  border-right: none;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.cross_page .inner .merit .merit_inner:before {
  margin: -3px 0 0 0;
  padding: 0 0 0 0;
  width: 50vw;
  height: calc( 100% + 6px );
  box-sizing: border-box;
  border-top: 3px solid #16a2dc;
  border-bottom: 3px solid #16a2dc;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
}
.cross_page .inner .merit .merit_inner h3 {
  margin: 0 0 35px 0;
  padding: 14px 0;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: bold;
  color: #16a2dc;
  text-align: center;
  border-top: 1px solid #16a2dc;
  border-bottom: 1px solid #16a2dc;
  position: relative;
}
.cross_page .inner .merit .merit_inner h3:before {
  width: 160px;
  height: 156px;
  content: "";
  background: url("../img/cross/deco_03.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -81px;
  left: 0;
}
.cross_page .inner .merit .merit_inner .description {
  margin: 0 0 55px 0;
  text-align: center;
  line-height: 1.6em;
  font-size: 15px;
  color: #565454;
}
.cross_page .inner .merit .merit_inner ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cross_page .inner .merit .merit_inner ul li {
  padding: 43px 0 5px 0;
  width: 31.1%;
  border: 2px solid #16a2dc;
  border-radius: 15px;
  box-shadow: 5px 5px 0 #16a2dc;
  background: #eaf6fd;
  position: relative;
  box-sizing: border-box;
}
.cross_page .inner .merit .merit_inner ul li .num {
  margin: -33px 0 0 -33px;
  width: 66px;
  position: absolute;
  top: 0px;
  left: 50%;
}
.cross_page .inner .merit .merit_inner ul li .label {
  margin: 0 25px 0 25px;
  padding: 10px 0;
  min-height: 58px;
  text-align: center;
  line-height: 1.2em;
  font-size: 26px;
  font-weight: bold;
  box-sizing: border-box;
  color: #16a2dc;
  border-top: 2px dotted #16a2dc;
  border-bottom: 2px dotted #16a2dc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cross_page .inner .merit .merit_inner ul li .image {
  margin: 0 0 0 0;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cross_page .inner .merit .merit_inner ul li .image.image01 img {
  margin: auto;
  width: 66.56%;
}
.cross_page .inner .merit .merit_inner ul li .image.image02 img {
  margin: auto;
  width: 60%;
}
.cross_page .inner .merit .merit_inner ul li .image.image03 img {
  margin: auto;
  width: 55.625%;
}




.cross_page .inner .cross_flow {
  padding: 0 0 100px 0;
  position: relative;
}
.cross_page .inner .cross_flow .cross_flow_inner {
  margin: 0 auto;
  padding: 80px 55px 80px 55px;
  width: 92%;
  max-width: 1155px;
  box-sizing: border-box;
  border: 3px solid #0064a5;
  border-left: none;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.cross_page .inner .cross_flow .cross_flow_inner:before {
  margin: -3px 0 0 0;
  padding: 0 0 0 0;
  width: 50vw;
  height: calc( 100% + 6px );
  box-sizing: border-box;
  border-top: 3px solid #0064a5;
  border-bottom: 3px solid #0064a5;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
}

.cross_page .inner .cross_flow .cross_flow_inner h3 {
  margin: 0 0 85px 0;
  padding: 14px 0;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: bold;
  color: #0064a5;
  text-align: center;
  border-top: 1px solid #0064a5;
  border-bottom: 1px solid #0064a5;
  position: relative;
}
.cross_page .inner .cross_flow .cross_flow_inner h3:before {
  width: 160px;
  height: 156px;
  content: "";
  background: url("../img/cross/deco_02.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -81px;
  right: 0;
}
.cross_page .inner .cross_flow .cross_flow_inner ol {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
.cross_page .inner .cross_flow .cross_flow_inner ol:before {
  width: 2px;
  height: calc( 100% - 50px );
  content: "";
  border-left: 2px dotted #0064a5;
  position: absolute;
  top: 0;
  left: 35px;
}


.cross_page .inner .cross_flow .cross_flow_inner ol li {
  padding: 0 0 105px 95px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 1;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li:last-child {
  padding: 0 0 0 95px;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li:nth-of-type(2) {
  padding: 0 0 65px 95px;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li:nth-of-type(3) {
  padding: 0 0 25px 95px;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li:nth-of-type(4) {
  padding: 0 0 65px 95px;
}

.cross_page .inner .cross_flow .cross_flow_inner ol li .label {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .label .num {
  display: block;
  line-height: 1.1em;
  font-size: 37px;
  font-weight: bold;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .detail {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  text-align: left;
  position: relative;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .detail .image {
  width: 22.8%;
  order: 1;
  position: absolute;
  top: -40px;
  left: 0;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .detail.last .image {
  width: 51.8%;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .detail .title {
  margin: 0 0 10px 25.23%;
  width: calc( 100% - 25.23% );
  line-height: 1.4em;
  font-size: 28px;
  font-weight: bold;
  color: #0064a5;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .detail.none_image .title {
  margin: 0 0 10px 0%;
  width: calc( 100% - 0% );
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .detail.last .title {
  margin: 0 0 10px 53.7%;
  width: calc( 100% - 53.7% );
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .detail .description {
  margin: 0 0 0 25.23%;
  width: calc( 100% - 25.23% );
  line-height: 1.8em;
  font-size: 15px;
  color: #565454;
  letter-spacing: -0.09em;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .detail.none_image .description {
  margin: 0 0 0 0%;
  width: calc( 100% - 0% );
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .detail.last .description {
  margin: 0 0 0 53.7%;
  width: calc( 100% - 53.7% );
}

.cross_page .inner .cross_flow .cross_flow_inner ol li .detail .description .note {
  line-height: 1.8em;
  font-size: 14px;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .image_box {
  margin: 25px 0 0 0;
  width: 100%;
  display: flex;
  text-align: left;
  position: relative;
  justify-content: space-between;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .image_box img {
  width: 22.8%;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .image_mechanism {
  margin: 65px 0 0 0;
  width: 100%;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .work_list {
  margin: 25px 0 0 0;
  width: 100%;
  display: flex;
  text-align: left;
  position: relative;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .work_list .item {
  margin: 0 2.93% 0 0;
  width: 22.8%;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .work_list .item .image {
  margin: 0 0 7px 0;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .work_list .item p {
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.6em;
  font-size: 15px;
  color: #565454;
}
.cross_page .inner .cross_flow .cross_flow_inner ol li .work_list .item p.name {
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.3em;
  font-size: 20px;
  font-weight: bold;
  color: #0064a5;
}



.cross_page .inner .example_list {
  padding: 0 0 100px 0;
  background: #003d67;
  position: relative;
}
.cross_page .inner .example_list:before {
  width: 100%;
  height: 150px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cross_page .inner .example_list .example_list_inner {
  margin: 0 auto;
  padding: 80px 55px 80px 55px;
  width: 92%;
  max-width: 1155px;
  box-sizing: border-box;
  border: 3px solid #003d67;
  border-radius: 50px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.cross_page .inner .example_list .example_list_inner h3 {
  margin: 0 0 63px 0;
  padding: 14px 0;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: bold;
  color: #003d67;
  text-align: center;
  border-top: 1px solid #003d67;
  border-bottom: 1px solid #003d67;
  position: relative;
}
.cross_page .inner .example_list .example_list_inner h3:before {
  width: 160px;
  height: 156px;
  content: "";
  background: url("../img/cross/deco_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: -81px;
  left: 0;
}
.cross_page .inner .example_list .example_list_inner .case {
  margin: 0 auto 50px auto;
  padding: 0 0;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cross_page .inner .example_list .example_list_inner .case:before {
  margin: 0 0 0 -3.45%;
  padding: 0 0;
  width: 6.9%;
  height: 35.73%;
  content: "";
  background: url("../img/cross/arrow_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 39.6%;
  left: 50%;
}
.cross_page .inner .example_list .example_list_inner .case.other:before {
  margin: 0 0 0 0;
  padding: 0 0;
  width: 1px;
  height: 100%;
  content: "";
  background: none;
  border-left: 1px dotted #16a2dc;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}
.cross_page .inner .example_list .example_list_inner .case .item {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 44.48%;
}
.cross_page .inner .example_list .example_list_inner .case .item .label {
  margin: 0 20px -13px 13px;
  padding: 10px 5px 23px 5px;
  /*height: 70px;*/
  min-height: 70px;
  line-height: 1.2em;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  box-shadow: 7px 7px 0 #188db5;
  box-sizing: border-box;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cross_page .inner .example_list .example_list_inner .case.case01 .item .label {
  background: #0064a5;
}
.cross_page .inner .example_list .example_list_inner .case.case02 .item .label {
  background: #82b846;
}
.cross_page .inner .example_list .example_list_inner .case.case03 .item .label {
  background: #004e9d;
}
.cross_page .inner .example_list .example_list_inner .case.case04 .item .label {
  background: #80509d;
}
.cross_page .inner .example_list .example_list_inner .case.case05 .item .label {
  background: #7085b9;
}
.cross_page .inner .example_list .example_list_inner .case.case06 .item .label {
  background: #005972;
}
.cross_page .inner .example_list .example_list_inner .case.case07 .item .label {
  background: #407034;
}
.cross_page .inner .example_list .example_list_inner .case.case08 .item .label {
  background: #009965;
}
.cross_page .inner .example_list .example_list_inner .case .item.other01 .label {
  background: #0083c9;
}
.cross_page .inner .example_list .example_list_inner .case .item.other02 .label {
  background: #3e61a7;
}
.cross_page .inner .example_list .example_list_inner .business_partners {
  margin: 0 auto;
  width: 77.57%;
  width: 90%;
  max-width: 896px;
  box-sizing: border-box;
  border: 1px solid #003d67;
}
.cross_page .inner .example_list .example_list_inner .business_partners h4 {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  height: 40px;
  text-align: center;
  line-height: 1.4em;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background: #003d67;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cross_page .inner .example_list .example_list_inner .business_partners ul {
  margin: 0 0 0 20px;
  padding: 0 0 6px 0;
  text-align: left;
  line-height: 1.2em;
  font-size: 14px;
  color: #565454;
  display: flex;
  flex-wrap: wrap;
}
.cross_page .inner .example_list .example_list_inner .business_partners ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 12px;
  box-sizing: border-box;
  position: relative;
}
.cross_page .inner .example_list .example_list_inner .business_partners ul li:before {
  margin: 0 0 0 0;
  content: "●";
  line-height: 1.0em;
  font-size: 8px;
  color: #003d67;;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.cross_page .inner .example_list .example_list_inner .business_partners ul li:nth-of-type(4n+1) {
  width: 30.8%;
}
.cross_page .inner .example_list .example_list_inner .business_partners ul li:nth-of-type(4n+2) {
  width: 17%;
}
.cross_page .inner .example_list .example_list_inner .business_partners ul li:nth-of-type(4n+3) {
  width: 28%;
}
.cross_page .inner .example_list .example_list_inner .business_partners ul li:nth-of-type(4n+4) {
  width: 24.2%;
}
.cross_page .inner .example_list .example_list_inner .business_partners ul li:last-child {
  width: 100%;
}

.construction_example {
  padding: 0 0 0 0;
}
.construction_example .construction_example_inner {
  margin: 0 auto;
  padding: 90px 0 0 0;
  width: 92%;
  max-width: 1035px;
}
.construction_example .construction_example_inner .head {
  margin: 0 0 0 0;
  padding: 0 0 35px 0;
  text-align: center;
}
.construction_example .construction_example_inner .head .eng {
  margin: 0 auto 0 auto;
  padding: 0 0 5px 0;
  width: 455px;
}
.construction_example .construction_example_inner .head h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 15px;
  font-weight: 500;
  color: #16a2dc;
}
.construction_example .construction_example_inner .list {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.construction_example .construction_example_inner .list .item {
  margin: 0 6.95% 38px 0;
  padding: 0 0 0 0;
  width: 28.7%;
  text-align: left;
}
.construction_example .construction_example_inner .list .item:nth-of-type(3n) {
  margin: 0 0 38px 0;
}
.construction_example .construction_example_inner .list .item .image {
  margin: 0 5px 20px 0;
  box-shadow: 5px 5px 0 #003c63;
  border-radius: 10px;
  overflow: hidden;
}
.construction_example .construction_example_inner .list .item .image a {
  width: 100%;
  height: 185px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  position: relative;
  transition: all .3s ease-out;
}
.construction_example .construction_example_inner .list .item .image a:hover {
  transform: scale(1.1);
}
.construction_example .construction_example_inner .list .item .image a .other_site {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 24px;
  color: #fff;
  line-height: 1.4em;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 18px 0 0;
}
.construction_example .construction_example_inner .list .item .image a .other_site.repair {
  background: #eb5b46;
}
.construction_example .construction_example_inner .list .item .image a .other_site.bath {
  background: #00a0e9;
}
.construction_example .construction_example_inner .list .item .image a .other_site:after {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 10px;
  height: 10px;
  content: "";
  background: url("../img/news/icon_blank_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  margin: -5px 0 0 0;
}

.construction_example .construction_example_inner .list .item .tags {
  margin: 0 0 7px 0;
  display: flex;
  flex-wrap: wrap;
}
.construction_example .construction_example_inner .list .item .tags .tag {
  margin: 0 5px 6px 0;
  line-height: 1.2em;
  font-size: 12px;
}
.construction_example .construction_example_inner .list .item .tags .tag a {
  padding: 3px 5px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  transition: all .3s ease-out;
}
.construction_example .construction_example_inner .list .item .tags .tag .cross {
  color: #d68db6;
  border: 1px solid #d68db6;
}
.construction_example .construction_example_inner .list .item .tags .tag .example {
  color: #b286bd;
  border: 1px solid #b286bd;
}
.construction_example .construction_example_inner .list .item .tags .tag .bath {
  color: #8780b4;
  border: 1px solid #8780b4;
}
.construction_example .construction_example_inner .list .item .tags .tag .floor {
  color: #16a2dc;
  border: 1px solid #16a2dc;
}
.construction_example .construction_example_inner .list .item .tags .tag .repair {
  color: #899855;
  border: 1px solid #899855;
}
.construction_example .construction_example_inner .list .item .tags .tag .window {
  color: #003d67;
  border: 1px solid #003d67;
}
.construction_example .construction_example_inner .list .item .tags .tag .antimold {
  color: #0064a5;
  border: 1px solid #0064a5;
}
.construction_example .construction_example_inner .list .item .tags .tag .housepro {
  color: #2eaf7b;
  border: 1px solid #2eaf7b;
}

.construction_example .construction_example_inner .list .item .tags .tag .cross:hover {
  color: #fff;
  background: #d68db6;
}
.construction_example .construction_example_inner .list .item .tags .tag .example:hover {
  color: #fff;
  background: #b286bd;
}
.construction_example .construction_example_inner .list .item .tags .tag .bath:hover {
  color: #fff;
  background: #8780b4;
}
.construction_example .construction_example_inner .list .item .tags .tag .floor:hover {
  color: #fff;
  background: #16a2dc;
}
.construction_example .construction_example_inner .list .item .tags .tag .repair:hover {
  color: #fff;
  background: #899855;
}
.construction_example .construction_example_inner .list .item .tags .tag .window:hover {
  color: #fff;
  background: #003d67;
}
.construction_example .construction_example_inner .list .item .tags .tag .antimold:hover {
  color: #fff;
  background: #0064a5;
}
.construction_example .construction_example_inner .list .item .tags .tag .housepro:hover {
  color: #fff;
  background: #2eaf7b;
}

.construction_example .construction_example_inner .list .item .update {
  margin: 0 0 5px 0;
  line-height: 1.2em;
  font-size: 18px;
  color: #003d67;
}
.construction_example .construction_example_inner .list .item .title {
  margin: 0 0 5px 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: bold;
  color: #003d67;
}
.construction_example .construction_example_inner .list .item .title a {
  color: #003d67;
  text-decoration: none;
}
.construction_example .construction_example_inner .list .item .description {
  line-height: 1.2em;
  font-size: 18px;
  color: #003d67;
}
.construction_example .construction_example_inner .more {
  text-align: center;
}
.construction_example .construction_example_inner .more a {
  margin: 0 auto;
  width: 154px;
  height: 38px;
  color: #003d67;
  text-decoration: none;
  border: 1px solid #003d67;
  border-radius: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.construction_example .construction_example_inner .more a:hover {
  color: #fff;
  background: #003d67;
}
@media only screen and (min-width: 721px) and (max-width: 1140px) {
  .cross_page .inner .about .about_inner {
    padding: 63px 30px 70px 30px;
  }
  .cross_page .inner .about .about_inner .list .item .list01 li {
    width: 9.9vw;
    height: 9.9vw;
    line-height: 1.2em;
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1021px) and (max-width: 1140px) {
  .cross_page .inner .example_list .example_list_inner .business_partners ul li:nth-of-type(4n+1) {
    width: 30.8%;
    width: 33.33%;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners ul li:nth-of-type(4n+2) {
    width: 17%;
    width: 33.33%;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners ul li:nth-of-type(4n+3) {
    width: 28%;
    width: 33.33%;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners ul li:nth-of-type(4n+4) {
    width: 24.2%;
    width: 33.33%;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners ul li:last-child {
    width: 100%;
  }
}
@media only screen and (min-width: 721px) and (max-width: 1020px) {
  .cross_page .inner .example_list .example_list_inner .business_partners ul li:nth-of-type(4n+1) {
    width: 30.8%;
    width: 50%;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners ul li:nth-of-type(4n+2) {
    width: 17%;
    width: 50%;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners ul li:nth-of-type(4n+3) {
    width: 28%;
    width: 50%;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners ul li:nth-of-type(4n+4) {
    width: 24.2%;
    width: 50%;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners ul li:last-child {
    width: 100%;
  }
}




@media only screen and (min-width: 941px) and (max-width: 1080px) {
  .cross_page .inner .cross_flow .cross_flow_inner ol li {
    padding: 0 0 75px 95px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
    z-index: 1;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li:last-child {
    padding: 0 0 0 95px;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li:nth-of-type(2) {
    padding: 0 0 65px 95px;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li:nth-of-type(3) {
    padding: 0 0 25px 95px;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li:nth-of-type(4) {
    padding: 0 0 65px 95px;
  }

  .cross_page .inner .cross_flow .cross_flow_inner ol li .detail .image {
    top: -1.2vw;
  }

}


@media only screen and (max-width: 1050px) {
  .cross_page .inner .about .about_inner .list .item .list02 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .cross_page .inner .about .about_inner .list .item .list02.w01 {
    width: 100%;
  }
  .cross_page .inner .about .about_inner .list .item .list02.w02 {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .cross_page .inner .example_list .example_list_inner .case .item .label {
    margin: 0 20px -13px 13px;
    line-height: 1.2em;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    box-shadow: 7px 7px 0 #188db5;
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

}
@media only screen and (min-width: 721px) and (max-width: 945px) {
  .cross_page .inner .merit .merit_inner h3 {
    line-height: 1.2em;
    font-size: 26px;
  }
  .cross_page .inner .merit .merit_inner h3:before {
    width: 130px;
    height: 126px;
  }
}

@media only screen and (max-width: 940px) {
  .cross_page .inner .cross_flow .cross_flow_inner ol {
    margin: 0 0 0 0;
    position: relative;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol:before {
    display: none;
  }


  .cross_page .inner .cross_flow .cross_flow_inner ol li {
    padding: 0 0 20px 0;
    width: 100%;
    box-sizing: border-box;
    display: bloxk;
    position: relative;
    z-index: 1;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li:last-child {
    padding: 0 0 0 0;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li:nth-of-type(2) {
    padding: 0 0 20px 0;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li:nth-of-type(3) {
    padding: 0 0 20px 0;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li:nth-of-type(4) {
    padding: 0 0 20px 0;
  }

  .cross_page .inner .cross_flow .cross_flow_inner ol li .label {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .label .num {
    display: block;
    line-height: 1.1em;
    font-size: 23px;
    font-weight: bold;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .detail {
    width: 100%;
    flex-wrap: wrap;
    display: block;
    text-align: left;
    position: relative;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .detail .image {
    margin: 0 0 10px 0;
    width: 100%;
    order: 1;
    position: relative;
    top: auto;
    left: auto;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .detail .image.single { max-width: 400px; }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .detail.last .image {
    width: 100%;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .detail .title {
    margin: 0 0 7px 54px;
    width: 100%;
    height: 45px;
    line-height: 1.4em;
    font-size: 24px;
    font-weight: bold;
    color: #0064a5;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .detail.none_image .title {
    margin: 0 0 7px 54px;
    width: 100%;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .detail.last .title {
    margin: 0 0 7px 54px;
    width: 100%;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .detail .description {
    margin: 0 0 0 0;
    width: 100%;
    line-height: 1.8em;
    font-size: 19px;
    color: #565454;
    letter-spacing: 0.05em;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .detail.none_image .description {
    margin: 0 0 0 0;
    width: 100%;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .detail.last .description {
    margin: 0 0 0 0;
    width: 100%;
  }

  .cross_page .inner .cross_flow .cross_flow_inner ol li .detail .description .note {
    line-height: 1.8em;
    font-size: 17px;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .image_box {
    margin: 10px 0 0 0;
    width: 74.44vw;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    position: relative;
    justify-content: space-between;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .image_box img {
    margin-bottom: 10px;
    width: 48%;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .image_mechanism {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .work_list {
    margin: 10px 0 0 0;
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .work_list .item {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .work_list .item.first {
  	max-width: 400px;
  	margin: 0 auto 20px;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .work_list .item .image {
    margin: 0 0 7px 0;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .work_list .item p {
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 15px;
    color: #565454;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .work_list .item p.name {
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.3em;
    font-size: 20px;
    font-weight: bold;
    color: #0064a5;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .work_list .item:not(:first-child) {
    margin: 0 0 10px 0;
    width: 100%;
    min-height: 22.94vw;
    position: relative;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .work_list .item:not(:first-child) .image {
    margin: 0 10px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 30vw;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .work_list .item:not(:first-child) p {
    text-align: left;
    margin: 0 0 0 33.5vw;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 15px;
    color: #565454;
  }
  .cross_page .inner .cross_flow .cross_flow_inner ol li .work_list .item:not(:first-child) p.name {
    text-align: left;
    margin: 0 0 0 33.5vw;
    padding: 0 0 0 0;
    line-height: 1.3em;
    font-size: 17px;
    font-weight: bold;
    color: #0064a5;
  }
}

@media only screen and (max-width: 720px) {
  .cross_page {
    padding: 38px 0 0 0;
  }
  .cross_page .inner {

  }
  .cross_page .inner img {
    width: 100%;
    display: block;

  }
  .cross_page .inner .about {
    padding: 0 0 50px 0;
    position: relative;
  }
  .cross_page .inner .about .about_inner {
    margin: 0 auto;
    padding: 32px 15px 10px 15px;
    width: 91.66%;
    max-width: 1076px;
    box-sizing: border-box;
    border: 2px solid #0064a5;
    border-radius: 25px;
    background: #e8f4fc;
    box-shadow: 3px 3px 0 #0064a5;
    position: relative;
    z-index: 1;
  }
  .cross_page .inner .about .about_inner h3 {
    margin: 0 0 30px 0;
    padding: 10px 0;
    width: 100%;
    line-height: 1.2em;
    font-size: 22px;
    font-weight: bold;
    color: #565454;
    text-align: center;
    border-top: 1px solid #0064a5;
    border-bottom: 1px solid #0064a5;
    position: relative;
  }
  .cross_page .inner .about .about_inner h3 em {
    color: #0064a5;
  }
  .cross_page .inner .about .about_inner .list {
    margin: 0 auto;
    width: calc( 100% - 10px );
    display: block;
    justify-content: space-between;
  }
  .cross_page .inner .about .about_inner .list .item {
    margin: 0 0 25px 0;
    padding: 25px 15px 20px 15px;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #0064a5;
    border-radius: 15px;
    background: #fff;
    box-shadow: 3px 3px 0 #0064a5;
/*    display: flex;
    flex-wrap: wrap;*/
  }
  .cross_page .inner .about .about_inner .list .item h4 {
    margin: 0 0 20px 0;
    padding: 8px 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: bold;
    color: #0064a5;
    text-align: center;
    border-top: 2px dotted #0064a5;
    border-bottom: 2px dotted #0064a5;
    position: relative;
  }
  .cross_page .inner .about .about_inner .list .item .image {
    margin: 0 auto 10px auto;
    width: 100%;
  }
  .cross_page .inner .about .about_inner .list .item .text01 {
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: bold;
    color: #565454;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .cross_page .inner .about .about_inner .list .item .text01 .sub {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.02em;
  }
  .cross_page .inner .about .about_inner .list .item .text01 em {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 21px;
    font-weight: bold;
    color: #f8b300;
  }
  .cross_page .inner .about .about_inner .list .item .text02 {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: 500;
    color: #565454;
    text-align: center;
  }
  .cross_page .inner .about .about_inner .list .item .text03 {
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
    color: #0064a5;
    text-align: center;
  }
  .cross_page .inner .about .about_inner .list .item .text03 .maker {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 13px;
    font-weight: bold;
    color: #565454;
    text-align: center;
  }
  .cross_page .inner .about .about_inner .list .item .text04 {
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: bold;
    color: #565454;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .cross_page .inner .about .about_inner .list .item .text04 em {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 21px;
    font-weight: bold;
    color: #f8b300;
  }
  .cross_page .inner .about .about_inner .list .item .text05 {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 28px;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #0064a5;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cross_page .inner .about .about_inner .list .item .text05 em {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #f8b300;
  }
  .cross_page .inner .about .about_inner .list .item .list01 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .cross_page .inner .about .about_inner .list .item .list01 li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 21.6vw;
    height: 21.6vw;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: 900;
    color: #0064a5;
    background: #f1f7fc;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
  }
  .cross_page .inner .about .about_inner .list .item .list02 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .cross_page .inner .about .about_inner .list .item .list02.w01 {
    width: 100%;
  }
  .cross_page .inner .about .about_inner .list .item .list02.w02 {
    width: 100%;
  }
  .cross_page .inner .about .about_inner .list .item .list02 li {
    margin: 0 0 0 25px;
    padding: 0 0 10px 36px;
    text-align: left;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: 500;
    color: #565454;
    position: relative;
  }
  .cross_page .inner .about .about_inner .list .item .list02 li em {
    color: #0064a5;
  }
  .cross_page .inner .about .about_inner .list .item .list02 li:before {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    content: "";
    background: url("../img/cross/icon_check_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 3px;
  }





  .cross_page .inner .cross_play {
    padding: 0 0 30px 0;
    position: relative;
  }
  .cross_page .inner .cross_play .cross_play_inner {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 90.27%;
    max-width: 1030px;
    box-sizing: border-box;
    display: block;
    justify-content: space-between;
  }
  .cross_page .inner .cross_play .cross_play_inner .image {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .cross_page .inner .cross_play .cross_play_inner .left {
    margin: 0 0 0 0;
    padding: 11.5vw 0 0 0;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .cross_page .inner .cross_play .cross_play_inner .left .eng {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
  .cross_page .inner .cross_play .cross_play_inner .left h3 {
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 29px;
    font-weight: 900;
    text-align: center;
    color: #003d67;
    position: relative;
    z-index: 1;
  }
  .cross_page .inner .cross_play .cross_play_inner .left h3 em {
    color: #16a2dc;
  }
  .cross_page .inner .cross_play .cross_play_inner .left .description {
    margin: 0 0 0 0;
    padding: 0 0 25px 0;
    line-height: 1.8em;
    font-size: 15px;
    color: #565454;
    position: relative;
  }
  .cross_page .inner .cross_play .cross_play_inner .left .description:after {
    width: 121px;
    height: 95px;
    line-height: 95px;
    content: "";
    background: url("../img/cross/deco_04.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
  .cross_page .inner .cross_play .cross_play_inner .left .description p {
    position: relative;
    z-index: 1;
  }

  .cross_page .inner .merit {
    padding: 0 0 55px 0;
    position: relative;
  }
  .cross_page .inner .merit .merit_inner {
    margin: 0 auto;
    padding: 29px 12px 0 29px;
    width: 91.66%;
    max-width: 1155px;
    box-sizing: border-box;
    border: 2px solid #16a2dc;
    border-right: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .cross_page .inner .merit .merit_inner:before {
    margin: -2px 0 0 0;
    padding: 0 0 0 0;
    width: 50vw;
    height: calc( 100% + 4px );
    box-sizing: border-box;
    border-top: 2px solid #16a2dc;
    border-bottom: 2px solid #16a2dc;
    background: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
  }
  .cross_page .inner .merit .merit_inner h3 {
    margin: 0 0 20px 0;
    padding: 10px 0;
    line-height: 1.2em;
    font-size: 22px;
    font-weight: bold;
    color: #16a2dc;
    text-align: center;
    border-top: 1px solid #16a2dc;
    border-bottom: 1px solid #16a2dc;
    position: relative;
  }
  .cross_page .inner .merit .merit_inner h3:before {
    width: 67px;
    height: 65px;
    content: "";
    background: url("../img/cross/deco_03.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -31px;
    left: 0;
  }
  .cross_page .inner .merit .merit_inner .description {
    margin: 0 0 45px 0;
    text-align: center;
    line-height: 1.6em;
    font-size: 15px;
    color: #565454;
  }
  
  
  .cross_page .inner .merit .merit_inner ul {
    width: 100%;
    display: block;
    justify-content: space-between;
  }
  .cross_page .inner .merit .merit_inner ul li {
    margin: 0 0 45px 0;
    padding: 35px 0 15px 0;
    width: 100%;
    border: 2px solid #16a2dc;
    border-radius: 15px;
    box-shadow: 5px 5px 0 #16a2dc;
    background: #eaf6fd;
    position: relative;
    box-sizing: border-box;
  }
  .cross_page .inner .merit .merit_inner ul li .num {
    margin: -27px 0 0 -27px;
    width: 54px;
    position: absolute;
    top: 0px;
    left: 50%;
  }
  .cross_page .inner .merit .merit_inner ul li .label {
    margin: 0 15px 15px 15px;
    padding: 10px 0;
    min-height: 44px;
    text-align: center;
    line-height: 1.2em;
    font-size: 20px;
    font-weight: bold;
    color: #16a2dc;
    border-top: 2px dotted #16a2dc;
    border-bottom: 2px dotted #16a2dc;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cross_page .inner .merit .merit_inner ul li .image {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    min-height: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cross_page .inner .merit .merit_inner ul li .image.image01 img {
    margin: auto;
    width: 64.3vw;
  }
  .cross_page .inner .merit .merit_inner ul li .image.image02 img {
    margin: auto;
    width: 58vw;
  }
  .cross_page .inner .merit .merit_inner ul li .image.image03 img {
    margin: auto;
    width: 55.13vw;
  }

  .cross_page .inner .cross_flow {
    padding: 0 0 30px 0;
    position: relative;
  }
  .cross_page .inner .cross_flow .cross_flow_inner {
    margin: 0 auto;
    padding: 29px 29px 29px 12px;
    width: 91.66%;
    max-width: 1155px;
    box-sizing: border-box;
    border: 2px solid #0064a5;
    border-left: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .cross_page .inner .cross_flow .cross_flow_inner:before {
    margin: -2px 0 0 0;
    padding: 0 0 0 0;
    width: 50vw;
    height: calc( 100% + 4px );
    box-sizing: border-box;
    border-top: 2px solid #0064a5;
    border-bottom: 2px solid #0064a5;
    background: #fff;
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
  }

  .cross_page .inner .cross_flow .cross_flow_inner h3 {
    margin: 0 0 30px 0;
    padding: 10px 0;
    line-height: 1.2em;
    font-size: 26px;
    font-weight: bold;
    color: #0064a5;
    text-align: center;
    border-top: 1px solid #0064a5;
    border-bottom: 1px solid #0064a5;
    position: relative;
  }
  .cross_page .inner .cross_flow .cross_flow_inner h3:before {
    width: 67px;
    height: 65px;
    content: "";
    background: url("../img/cross/deco_02.png") no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    top: -31px;
    right: 0;
  }




  .cross_page .inner .example_list {
    padding: 0 0 40px 0;
    background: #003d67;
    position: relative;
  }
  .cross_page .inner .example_list:before {
    width: 100%;
    height: 120px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .cross_page .inner .example_list .example_list_inner {
    margin: 0 auto;
    padding: 30px 18px 30px 18px;
    width: 91.66%;
    max-width: 1155px;
    box-sizing: border-box;
    border: 2px solid #003d67;
    border-radius: 25px;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .cross_page .inner .example_list .example_list_inner h3 {
    margin: 0 0 35px 0;
    padding: 10px 0;
    line-height: 1.2em;
    font-size: 22px;
    font-weight: bold;
    color: #003d67;
    text-align: center;
    border-top: 1px solid #003d67;
    border-bottom: 1px solid #003d67;
    position: relative;
  }
  .cross_page .inner .example_list .example_list_inner h3:before {
    width: 67px;
    height: 55px;
    content: "";
    background: url("../img/cross/deco_01.png") no-repeat center bottom;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: -31px;
    left: 0;
  }
  .cross_page .inner .example_list .example_list_inner .case {
    margin: 0 auto 50px auto;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .cross_page .inner .example_list .example_list_inner .case:before {
    margin: -35px 0 0 -23px;
    padding: 0 0;
    width: 46px;
    height: 74px;
    content: "";

    background: url("../img/cross/arrow_01.png") no-repeat center center;
    background-size: 100% 100%;
    transform: rotate(90deg);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .cross_page .inner .example_list .example_list_inner .case:after {
    margin: 0 0 0 0;
    padding: 0 0;
    width: 100%;
    height: 0px;
    content: "";
    border-top: 1px dotted #16a2dc;
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
  }
  .cross_page .inner .example_list .example_list_inner .case.other:before {
    margin: 0 0 0 0;
    padding: 0 0;
    width: 100%;
    height: 0px;
    content: "";
    background: none;
    border-top: 1px dotted #16a2dc;
    border-left: none;
    display: block;
    transform: rotate(0deg);
    position: absolute;
    top: 50%;
    left: 0;
  }
  .cross_page .inner .example_list .example_list_inner .case.other:after {
    display: none;
  }
  .cross_page .inner .example_list .example_list_inner .case .item {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .cross_page .inner .example_list .example_list_inner .case .item:nth-of-type(1) {
    margin: 0 0 75px 0;
  }
  .cross_page .inner .example_list .example_list_inner .case.other .item:nth-of-type(1) {
    margin: 0 0 45px 0;
  }
  .cross_page .inner .example_list .example_list_inner .case .item .label {
    margin: 0 20px -5px 13px;
    padding: 0 0 5px 0;
    height: 50px;
    line-height: 1.2em;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    box-shadow: 7px 7px 0 #188db5;
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cross_page .inner .example_list .example_list_inner .case.case01 .item .label {
    background: #0064a5;
  }
  .cross_page .inner .example_list .example_list_inner .case.case02 .item .label {
    background: #82b846;
  }
  .cross_page .inner .example_list .example_list_inner .case.case03 .item .label {
    background: #004e9d;
  }
  .cross_page .inner .example_list .example_list_inner .case.case04 .item .label {
    background: #80509d;
  }
  .cross_page .inner .example_list .example_list_inner .case.case05 .item .label {
    background: #7085b9;
  }
  .cross_page .inner .example_list .example_list_inner .case.case06 .item .label {
    background: #005972;
  }
  .cross_page .inner .example_list .example_list_inner .case.case07 .item .label {
    background: #407034;
  }
  .cross_page .inner .example_list .example_list_inner .case.case08 .item .label {
    background: #009965;
  }
  .cross_page .inner .example_list .example_list_inner .case .item.other01 .label {
    background: #0083c9;
  }
  .cross_page .inner .example_list .example_list_inner .case .item.other02 .label {
    background: #3e61a7;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners {
    margin: 0 auto;
    width: 100%;
    max-width: 896px;
    box-sizing: border-box;
    border: 1px solid #003d67;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners h4 {
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    height: 40px;
    text-align: center;
    line-height: 1.4em;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    background: #003d67;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners ul {
    margin: 0 0 0 15px;
    padding: 0 0 6px 0;
    text-align: left;
    line-height: 1.2em;
    font-size: 17px;
    color: #565454;
    display: flex;
    flex-wrap: wrap;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners ul li {
    margin: 0 0 10px 0;
    padding: 0 0 0 12px;
    box-sizing: border-box;
    position: relative;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners ul li:before {
    margin: 0 0 0 0;
    content: "●";
    line-height: 1.0em;
    font-size: 10px;
    color: #003d67;;
    position: absolute;
    top: 0.6em;
    left: 0;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners ul li:nth-of-type(4n+1) {
    width: 100%;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners ul li:nth-of-type(4n+2) {
    width: 100%;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners ul li:nth-of-type(4n+3) {
    width: 100%;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners ul li:nth-of-type(4n+4) {
    width: 100%;
  }
  .cross_page .inner .example_list .example_list_inner .business_partners ul li:last-child {
    width: 100%;
  }

  .construction_example {
    padding: 0 0 0 0;
  }
  .construction_example .construction_example_inner {
    margin: 0 auto;
    padding: 42px 0 0 0;
    width: 90.2%;
    max-width: 1035px;
  }
  .construction_example .construction_example_inner .head {
    margin: 0 0 0 0;
    padding: 0 0 25px 0;
    text-align: center;
  }
  .construction_example .construction_example_inner .head .eng {
    margin: 0 auto 0 auto;
    padding: 0 0 5px 0;
    width: 100%;
  }
  .construction_example .construction_example_inner .head h3 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 12px;
    font-weight: 500;
    color: #16a2dc;
  }
  .construction_example .construction_example_inner .list {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .construction_example .construction_example_inner .list .item {
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .construction_example .construction_example_inner .list .item:nth-of-type(3n) {
    margin: 0 0 15px 0;
  }
  .construction_example .construction_example_inner .list .item:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .construction_example .construction_example_inner .list .item .image {
    margin: 0 0 0 0;
    width: 45%;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #003c63;
  }
  .construction_example .construction_example_inner .list .item:nth-of-type(1) .image {
    margin: 0 0 15px 0;
    width: 100%;
  }
  .construction_example .construction_example_inner .list .item .image a {
    width: 100%;
    height: 29vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
  }
  .construction_example .construction_example_inner .list .item:nth-of-type(1) .image a {
    height: 56.94vw;
  }
  .construction_example .construction_example_inner .list .item .info {
    margin: 0 0 0 5.8%;
    width: 49.2%;
  }
  .construction_example .construction_example_inner .list .item:nth-of-type(1) .info {
    margin: 0 0 0 0;
    width: 100%;
  }
  .construction_example .construction_example_inner .list .item .tags {
    margin: 0 0 7px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .construction_example .construction_example_inner .list .item .tags .tag {
    margin: 0 5px 6px 0;
    line-height: 1.2em;
    font-size: 12px;
  }
  .construction_example .construction_example_inner .list .item .tags .tag a {
    padding: 3px 5px;
    border-radius: 3px;
    display: inline-block;
  }
  .construction_example .construction_example_inner .list .item .tags .tag .cross {
    color: #d68db6;
    border: 1px solid #d68db6;
  }
  .construction_example .construction_example_inner .list .item .tags .tag .example {
    color: #b286bd;
    border: 1px solid #b286bd;
  }
  .construction_example .construction_example_inner .list .item .update {
    margin: 0 0 5px 0;
    line-height: 1.2em;
    font-size: 18px;
    color: #003d67;
  }
  .construction_example .construction_example_inner .list .item .title {
    margin: 0 0 5px 0;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: bold;
    color: #003d67;
  }
  .construction_example .construction_example_inner .list .item .title a {
    color: #003d67;
    text-decoration: none;
  }
  .construction_example .construction_example_inner .list .item .description {
    padding: 10px 0 0 0;
    width: 100%;
    line-height: 1.2em;
    font-size: 18px;
    color: #003d67;
  }
  .construction_example .construction_example_inner .list .item:nth-of-type(1) .description {
    padding: 0 0 0 0;
    width: 100%;
    line-height: 1.2em;
    font-size: 18px;
    color: #003d67;
  }
  .construction_example .construction_example_inner .more {
    text-align: center;
  }
  .construction_example .construction_example_inner .more a {
    margin: 0 auto;
    width: 154px;
    height: 38px;
    color: #003d67;
    text-decoration: none;
    border: 1px solid #003d67;
    border-radius: 90px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .construction_example .construction_example_inner .more a:hover {
    color: #fff;
    background: #003d67;
  }
}

/**
 * news
**/
.news_page {
  margin: 0 auto;
  padding: 106px 0 0 0;
  width: 92%;
  max-width: 1100px;
}
.news_page .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news_page .inner .side {
  width: 20.9%;
}
.news_page .inner .side .tags_menu {
  text-align: left;
}
.news_page .inner .side .tags_menu hr {
  margin: 30px 0 30px 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 0;
  line-height: 0;
  background: none;
  border: none;
  border-top: 1px solid #aaa9a9;
}
.news_page .inner .side .tags_menu .parts {
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
  display: flex;
}
.news_page .inner .side .tags_menu .parts.all {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
}
.news_page .inner .side .tags_menu .parts .label {
  margin: 0 0 0px 0;
  padding: 4px 5px 4px 18px;
  line-height: 1.2em;
  font-size: 12px;
  border: 1px solid #000;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.news_page .inner .side .tags_menu .parts .label:before {
  margin: -6px 0 0 0;
  padding: 0 0 0 0;
  width: 12px;
  height: 12px;
  line-height: 12px;
  content: "";
  background: url("../img/news/check_off.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 3px;
}
.news_page .inner .side .tags_menu .parts .label.on:before {
  background: url("../img/news/check_on.png") no-repeat center center;
  background-size: 100% 100%;
}
.news_page .inner .side .tags_menu .parts .label.on {
  background: #000;
  color: #fff;
}
.news_page .inner .side .tags_menu .parts .label.all {
  color: #919090;
  border: 1px solid #919090;
}
.news_page .inner .side .tags_menu .parts .label.bath {
  color: #8780b4;
  border: 1px solid #8780b4;
}
.news_page .inner .side .tags_menu .parts .label.floor {
  color: #16a2dc;
  border: 1px solid #16a2dc;
}
.news_page .inner .side .tags_menu .parts .label.cross {
  color: #d68db6;
  border: 1px solid #d68db6;
}
.news_page .inner .side .tags_menu .parts .label.repair {
  color: #899855;
  border: 1px solid #899855;
}
.news_page .inner .side .tags_menu .parts .label.window {
  color: #003d67;
  border: 1px solid #003d67;
}
.news_page .inner .side .tags_menu .parts .label.antimold {
  color: #0064a5;
  border: 1px solid #0064a5;
}
.news_page .inner .side .tags_menu .parts .label.housepro {
  color: #2eaf7b;
  border: 1px solid #2eaf7b;
}
.news_page .inner .side .tags_menu .parts .label.all.on {
  color: #fff;
  background: #919090;
}
.news_page .inner .side .tags_menu .parts .label.bath.on {
  color: #fff;
  background: #8780b4;
}
.news_page .inner .side .tags_menu .parts .label.floor.on {
  color: #fff;
  background: #16a2dc;
}
.news_page .inner .side .tags_menu .parts .label.cross.on {
  color: #fff;
  background: #d68db6;
}
.news_page .inner .side .tags_menu .parts .label.repair.on {
  color: #fff;
  background: #899855;
}
.news_page .inner .side .tags_menu .parts .label.window.on {
  color: #fff;
  background: #003d67;
}
.news_page .inner .side .tags_menu .parts .label.antimold.on {
  color: #fff;
  background: #0064a5;
}
.news_page .inner .side .tags_menu .parts .label.housepro.on {
  color: #fff;
  background: #2eaf7b;
}
.news_page .inner .side .tags_menu .parts .label.all:hover {
  color: #fff;
  background: #919090;
}
.news_page .inner .side .tags_menu .parts .label.bath:hover {
  color: #fff;
  background: #8780b4;
}
.news_page .inner .side .tags_menu .parts .label.floor:hover {
  color: #fff;
  background: #16a2dc;
}
.news_page .inner .side .tags_menu .parts .label.cross:hover {
  color: #fff;
  background: #d68db6;
}
.news_page .inner .side .tags_menu .parts .label.repair:hover {
  color: #fff;
  background: #899855;
}
.news_page .inner .side .tags_menu .parts .label.window:hover {
  color: #fff;
  background: #003d67;
}
.news_page .inner .side .tags_menu .parts .label.antimold:hover {
  color: #fff;
  background: #0064a5;
}
.news_page .inner .side .tags_menu .parts .label.housepro:hover {
  color: #fff;
  background: #2eaf7b;
}



.news_page .inner .main {
  margin: 0 0 0 3.4%;
  width: 75.7%;
}
.news_page .inner .main .head {
  margin: 0 0 35px 0;
  padding: 30px 25px 23px 25px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  border-top: 1px solid #003d67;
  border-bottom: 1px solid #003d67;
  display: flex;
  flex-wrap: wrap;
}
.news_page .inner .main .head .tags {
  margin: 0 5px 4px 0;
  display: flex;
  flex-wrap: wrap;
}
.news_page .inner .main .head .tags .tag {
  margin: 0 5px 6px 0;
  line-height: 1.2em;
  font-size: 14px;
}
.news_page .inner .main .head .tags .tag span {
  padding: 2px 5px;
  border-radius: 3px;
  display: inline-block;
}

.news_page .inner .main .head .update {
  margin: 0 0 10px 0;
  line-height: 1.2em;
  font-size: 18px;
  color: #003d67;
}
.news_page .inner .main .head h1 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 1.4em;
  font-size: 28px;
  font-weight: 900;
  color: #003d67;
}
.news_page .inner .main h2 {
  margin: 0 0 38px 0;
  padding: 10px 0 10px 20px;
  width: 100%;
  line-height: 1.4em;
  font-size: 23px;
  font-weight: 900;
  color: #003d67;
  background: #edf7fd;
  border-left: 6px solid #0064a5;
  text-align: left;
  box-sizing: border-box;
}
.news_page .inner .main .description {
  margin: 0 25px 0 25px;
  padding: 0 0 0 0;
  line-height: 2.2em;
  font-size: 15px;
  color: #565454;
  text-align: left;
}
.news_page .inner .main .description h1 {
  margin: 0 0 25px 0;
  padding: 10px 0 10px 20px;
  width: 100%;
  line-height: 1.4em;
  font-size: 24px;
  font-weight: 900;
  color: #003d67;
  background: #edf7fd;
  border-left: 6px solid #0064a5;
  text-align: left;
  box-sizing: border-box;
}
.news_page .inner .main .description h2 {
  margin: 0 0 25px 0;
  padding: 10px 0 10px 20px;
  width: 100%;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: 900;
  color: #003d67;
  background: #edf7fd;
  border-left: 6px solid #0064a5;
  text-align: left;
  box-sizing: border-box;
}
.news_page .inner .main .description h3 {
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: 900;
}
.news_page .inner .main .description h4 {
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 900;
}
.news_page .inner .main .description h5 {
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 900;
}
.news_page .inner .main .description h6 {
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 900;
}
.news_page .inner .main .description ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 1.2em;
  list-style: disc;
}
.news_page .inner .main .description ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 1.2em;
  list-style: decimal;
}
.news_page .inner .main .description table {
  margin: 0 0 25px 0;
}
.news_page .inner .main .description table th {
  padding: 15px;
  border: 1px solid #ddd;
}
.news_page .inner .main .description table td {
  padding: 15px;
  border: 1px solid #ddd;
}

.news_page .inner .main .description img {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  width: auto;
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 5px 5px 0 #003d67;
  display: block;
}
.news_page .inner .main .description p {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
}
.news_page .inner .main .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news_page .inner .main .list .none_article {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  width: 100%;
  text-align: center;
  line-height: 1.4em;
  font-size: 16px;
}
.news_page .inner .main .list .item {
  margin: 0 4.4% 35px 0;
  padding: 0 0 0 0;
  width: 30.4%;
  text-align: left;
}
.news_page .inner .main .list .item:nth-of-type(3n) {
  margin: 0 0 35px 0;
}
.news_page .inner .main .list .item .image {
  margin: 0 5px 20px 0;
  box-shadow: 5px 5px 0 #003c63;
  border-radius: 10px;
  overflow: hidden;
}
.news_page .inner .main .list .item .image a {
  width: 100%;
  height: 185px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  position: relative;
  transition: all .3s ease-out;
}
.news_page .inner .main .list .item .image a:hover {
  transform: scale(1.1);
}
.news_page .inner .main .list .item .image a .other_site {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 24px;
  color: #fff;
  line-height: 1.4em;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 18px 0 0;
}
.news_page .inner .main .list .item .image a .other_site.repair {
  background: #eb5b46;
}
.news_page .inner .main .list .item .image a .other_site.bath {
  background: #00a0e9;
}
.news_page .inner .main .list .item .image a .other_site:after {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 10px;
  height: 10px;
  content: "";
  background: url("../img/news/icon_blank_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  margin: -5px 0 0 0;
}




.news_page .inner .main .list .item .tags {
  margin: 0 0 7px 0;
  display: flex;
  flex-wrap: wrap;
}
.news_page .inner .main .list .item .tags .tag {
  margin: 0 5px 6px 0;
  line-height: 1.2em;
  font-size: 12px;
}
.news_page .inner .main .list .item .tags .tag a {
  padding: 2px 5px;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
  transition: all .3s ease-out;
}
.news_page .inner .main .list .item .tags .tag .cross {
  color: #d68db6;
  border: 1px solid #d68db6;
}
.news_page .inner .main .list .item .tags .tag .example {
  color: #b286bd;
  border: 1px solid #b286bd;
}
.news_page .inner .main .list .item .tags .tag .bath {
  color: #8780b4;
  border: 1px solid #8780b4;
}
.news_page .inner .main .list .item .tags .tag .floor {
  color: #16a2dc;
  border: 1px solid #16a2dc;
}
.news_page .inner .main .list .item .tags .tag .repair {
  color: #899855;
  border: 1px solid #899855;
}
.news_page .inner .main .list .item .tags .tag .window {
  color: #003d67;
  border: 1px solid #003d67;
}
.news_page .inner .main .list .item .tags .tag .antimold {
  color: #0064a5;
  border: 1px solid #0064a5;
}
.news_page .inner .main .list .item .tags .tag .housepro {
  color: #2eaf7b;
  border: 1px solid #2eaf7b;
}

.news_page .inner .main .list .item .tags .tag .cross:hover {
  color: #fff;
  background: #d68db6;
}
.news_page .inner .main .list .item .tags .tag .example:hover {
  color: #fff;
  background: #b286bd;
}
.news_page .inner .main .list .item .tags .tag .bath:hover {
  color: #fff;
  background: #8780b4;
}
.news_page .inner .main .list .item .tags .tag .floor:hover {
  color: #fff;
  background: #16a2dc;
}
.news_page .inner .main .list .item .tags .tag .repair:hover {
  color: #fff;
  background: #899855;
}
.news_page .inner .main .list .item .tags .tag .window:hover {
  color: #fff;
  background: #003d67;
}
.news_page .inner .main .list .item .tags .tag .antimold:hover {
  color: #fff;
  background: #0064a5;
}
.news_page .inner .main .list .item .tags .tag .housepro:hover {
  color: #fff;
  background: #2eaf7b;
}


.news_page .inner .main .list .item .update {
  margin: 0 0 5px 0;
  line-height: 1.2em;
  font-size: 18px;
  color: #003d67;
}
.news_page .inner .main .list .item .title {
  margin: 0 0 5px 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: bold;
  color: #003d67;
}
.news_page .inner .main .list .item .title a {
  color: #003d67;
  text-decoration: none;
}
.news_page .inner .main .list .item .description {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 18px;
  color: #003d67;
}




.news_page .inner .main .paging {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
.news_page .inner .main .paging a {
  margin: 0 10px;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 16px;
  text-decoration: none;
  color: #003d67;
  display: inline-block;
  vertical-align: middle;
}
.news_page .inner .main .paging a:hover {
  text-decoration: underline;
}
.news_page .inner .main .paging a.previouspostslink {
  margin: 0 10px;
  padding: 0 0 0 0;
  width: 6px;
  height: 12px;
  line-height: 12px;
  text-indent: -9999px;
  content: "";
  background: url("../img/news/prev_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
}
.news_page .inner .main .paging a.nextpostslink {
  margin: 0 10px;
  padding: 0 0 0 0;
  width: 6px;
  height: 12px;
  line-height: 12px;
  text-indent: -9999px;
  content: "";
  background: url("../img/news/next_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
}

.news_page .inner .main .paging .current {
  margin: 0 10px;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 16px;
  text-decoration: none;
  color: #003d67;
  display: inline-block;
  vertical-align: middle;
}



.news_page .inner .single_paging {
  margin: 0 auto 0 auto;
  padding: 35px 0 30px 0;
  width: 262px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.news_page .inner .single_paging .prev {
  width: 54px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news_page .inner .single_paging .prev a {
  color: #003d67;
  text-decoration: none;
}
.news_page .inner .single_paging .prev a:hover {
  text-decoration: underline;
}
.news_page .inner .single_paging .next {
  width: 54px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.news_page .inner .single_paging .next a {
  color: #003d67;
  text-decoration: none;
}
.news_page .inner .single_paging .next a:hover {
  text-decoration: underline;
}
.news_page .inner .single_paging .return {
  width: 154px;
  text-align: center;
}
.news_page .inner .single_paging .return a {
  margin: 0 auto;
  width: 154px;
  height: 38px;
  color: #003d67;
  text-decoration: none;
  border: 1px solid #003d67;
  border-radius: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_page .inner .single_paging .return a:hover {
  color: #fff;
  background: #003d67;
}
@media only screen and (min-width: 721px) and (max-width: 950px) {
  .news_page .inner .main .list .item {
    margin: 0 4% 35px 0;
    padding: 0 0 0 0;
    width: 48%;
    text-align: left;
  }
  .news_page .inner .main .list .item:nth-of-type(3n) {
    margin: 0 4% 35px 0;
  }
  .news_page .inner .main .list .item:nth-of-type(2n) {
    margin: 0 0 35px 0;
  }
}
@media only screen and (max-width: 720px) {
  .news_page {
    margin: 0 auto;
    padding: 40px 0 0 0;
    width: 92.64%;
    max-width: 1100px;
  }
  .news_page .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .news_page .inner .side {
    width: 100%;
  }
  .news_page .inner .side .tags_menu {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px 17px;
  }
  .news_page .inner .side .tags_menu hr {
    margin: 5px 0 15px -17px;
    padding: 0 0 0 0;
    width: calc( 100% + 17px);
    height: 0;
    line-height: 0;
    background: none;
    border: none;
    border-top: 1px solid #aaa9a9;
  }
  .news_page .inner .side .tags_menu .parts {
    margin: 0 7px 10px 0;
    padding: 0 0 0 0;
  }
  .news_page .inner .side .tags_menu .parts.all {
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    width: calc( 100% - 135px );
  }
  .news_page .inner .side .tags_menu .parts.bath {
    width: 100%;
  }
  .news_page .inner .side .tags_menu .parts.floor {
    width: 100%;
  }
  .news_page .inner .side .tags_menu .parts .label {
    margin: 0 0 0 0;
    padding: 4px 5px 4px 18px;
    line-height: 1.2em;
    font-size: 12px;
    border: 1px solid #000;
    border-radius: 3px;
    position: relative;
    display: inline-block;
  }
  .news_page .inner .side .tags_menu .parts .label:before {
    margin: -6px 0 0 0;
    padding: 0 0 0 0;
    width: 12px;
    height: 12px;
    line-height: 12px;
    content: "";
    background: url("../img/news/check_off.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 3px;
  }
  .news_page .inner .side .tags_menu .parts .label.on:before {
    background: url("../img/news/check_on.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .news_page .inner .side .tags_menu .parts .label.on {
    background: #000;
    color: #fff;
  }
  .news_page .inner .side .tags_menu .title {
    color: #003d67;
    border-left: 4px solid #003d67;
    line-height: 1.3em;
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 0 13px;
    margin: 0 15px 15px -17px;
    width: 120px;
  }
  
  
  .news_page .inner .main {
    margin: 0 0 0 0;
    width: 100%;
  }
  .news_page .inner .main .head {
    margin: 0 0 25px 0;
    padding: 25px 15px 23px 15px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    border-top: 1px solid #003d67;
    border-bottom: 1px solid #003d67;
    display: flex;
    flex-wrap: wrap;
  }
  .news_page .inner .main .head .tags {
    margin: 0 0 4px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .news_page .inner .main .head .tags .tag {
    margin: 0 5px 6px 0;
    line-height: 1.2em;
    font-size: 14px;
  }
  .news_page .inner .main .head .tags .tag span {
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-block;
  }
  .news_page .inner .main .head .tags .tag .cross {
    color: #d68db6;
    border: 1px solid #d68db6;
  }
  .news_page .inner .main .head .tags .tag .example {
    color: #b286bd;
    border: 1px solid #b286bd;
  }
  .news_page .inner .main .head .update {
    margin: 0 0 0 0;
    line-height: 1.2em;
    font-size: 18px;
    color: #003d67;
  }
  .news_page .inner .main .head h1 {
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    width: 100%;
    line-height: 1.4em;
    font-size: 22px;
    font-weight: 900;
    color: #003d67;
  }
  .news_page .inner .main h2 {
    margin: 0 0 25px 0;
    padding: 10px 0 10px 20px;
    width: 100%;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: 900;
    color: #003d67;
    background: #edf7fd;
    border-left: 6px solid #0064a5;
    text-align: left;
    box-sizing: border-box;
  }
  .news_page .inner .main .description {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 2.2em;
    font-size: 15px;
    color: #565454;
    text-align: left;
  }
  .news_page .inner .main .description h1 {
    margin: 0 0 25px 0;
    padding: 10px 0 10px 20px;
    width: 100%;
    line-height: 1.4em;
    font-size: 24px;
    font-weight: 900;
    color: #003d67;
    background: #edf7fd;
    border-left: 6px solid #0064a5;
    text-align: left;
    box-sizing: border-box;
  }
  .news_page .inner .main .description h2 {
    margin: 0 0 25px 0;
    padding: 10px 0 10px 20px;
    width: 100%;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: 900;
    color: #003d67;
    background: #edf7fd;
    border-left: 6px solid #0064a5;
    text-align: left;
    box-sizing: border-box;
  }
  .news_page .inner .main .description h3 {
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: 900;
  }
  .news_page .inner .main .description h4 {
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: 900;
  }
  .news_page .inner .main .description h5 {
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: 900;
  }
  .news_page .inner .main .description h6 {
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: 900;
  }
  .news_page .inner .main .description ul {
    margin: 0 0 25px 0;
    padding: 0 0 0 1.2em;
    list-style: disc;
  }
  .news_page .inner .main .description ol {
    margin: 0 0 25px 0;
    padding: 0 0 0 1.2em;
    list-style: decimal;
  }
  
  .news_page .inner .main .description img {
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    width: auto;
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 5px 5px 0 #003d67;
    display: block;
  }
  .news_page .inner .main .description p {
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
  }
  .news_page .inner .main .list {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .news_page .inner .main .list .item {
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .news_page .inner .main .list .item:nth-of-type(3n) {
    margin: 0 0 15px 0;
  }
  .news_page .inner .main .list .item:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .news_page .inner .main .list .item .image {
    margin: 0 0 0 0;
    width: 45%;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #003c63;
  }
  .news_page .inner .main .list .item:nth-of-type(1) .image {
    margin: 0 0 15px 0;
    width: 100%;
  }
  .news_page .inner .main .list .item .image a {
    width: 100%;
    height: 29vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
  }
  .news_page .inner .main .list .item:nth-of-type(1) .image a {
    height: 56.94vw;
  }
  .news_page .inner .main .list .item .info {
    margin: 0 0 0 5.8%;
    width: 49.2%;
  }
  .news_page .inner .main .list .item:nth-of-type(1) .info {
    margin: 0 0 0 0;
    width: 100%;
  }
  
  
  .news_page .inner .main .list .item .tags {
    margin: 0 0 7px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .news_page .inner .main .list .item .tags .tag {
    margin: 0 5px 6px 0;
    line-height: 1.2em;
    font-size: 12px;
  }
  .news_page .inner .main .list .item .tags .tag span {
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-block;
  }
  .news_page .inner .main .list .item .tags .tag .cross {
    color: #d68db6;
    border: 1px solid #d68db6;
  }
  .news_page .inner .main .list .item .tags .tag .example {
    color: #b286bd;
    border: 1px solid #b286bd;
  }
  .news_page .inner .main .list .item .update {
    margin: 0 0 5px 0;
    line-height: 1.2em;
    font-size: 18px;
    color: #003d67;
  }
  .news_page .inner .main .list .item .title {
    margin: 0 0 5px 0;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: bold;
    color: #003d67;
  }
  .news_page .inner .main .list .item .title a {
    color: #003d67;
    text-decoration: none;
  }
  .news_page .inner .main .list .item .description {
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
    width: 100%;
    line-height: 1.2em;
    font-size: 18px;
    color: #003d67;
  }
  .news_page .inner .main .list .item:nth-of-type(1) .description {
    padding: 0 0 0 0;
  }
  .news_page .inner .main .paging {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
  }
  .news_page .inner .main .paging a {
    margin: 0 10px;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 16px;
    text-decoration: none;
    color: #003d67;
    display: inline-block;
    vertical-align: middle;
  }
  .news_page .inner .main .paging a:hover {
    text-decoration: underline;
  }
  .news_page .inner .main .paging a.prev {
    margin: 0 10px;
    padding: 0 0 0 0;
    width: 6px;
    height: 12px;
    line-height: 12px;
    text-indent: -9999px;
    content: "";
    background: url("../img/news/prev_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
  }
  .news_page .inner .main .paging a.next {
    margin: 0 10px;
    padding: 0 0 0 0;
    width: 6px;
    height: 12px;
    line-height: 12px;
    text-indent: -9999px;
    content: "";
    background: url("../img/news/next_01.png") no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
  }

  .news_page .inner .main .paging .extend {
    margin: 0 10px;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 16px;
    text-decoration: none;
    color: #003d67;
    display: inline-block;
    vertical-align: bottom;
  }


  
  .news_page .inner .single_paging {
    margin: 0 auto 0 auto;
    padding: 35px 0 30px 0;
    width: 262px;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .news_page .inner .single_paging .prev {
    width: 54px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .news_page .inner .single_paging .prev a {
    color: #003d67;
    text-decoration: none;
  }
  .news_page .inner .single_paging .prev a:hover {
    text-decoration: underline;
  }
  .news_page .inner .single_paging .next {
    width: 54px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .news_page .inner .single_paging .next a {
    color: #003d67;
    text-decoration: none;
  }
  .news_page .inner .single_paging .next a:hover {
    text-decoration: underline;
  }
  .news_page .inner .single_paging .return {
    width: 154px;
    text-align: center;
  }
  .news_page .inner .single_paging .return a {
    margin: 0 auto;
    width: 154px;
    height: 38px;
    color: #003d67;
    text-decoration: none;
    border: 1px solid #003d67;
    border-radius: 90px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news_page .inner .paging .return a:hover {
    color: #fff;
    background: #003d67;
  }
}


/* tags */
.category_list .category.bath ,
.tags .tag .bath {
  color: #8780b4;
  border: 1px solid #8780b4;
}
.category_list .category.floor ,
.tags .tag .floor {
  color: #16a2dc;
  border: 1px solid #16a2dc;
}
.category_list .category.cross ,
.tags .tag .cross {
  color: #d68db6;
  border: 1px solid #d68db6;
}
.category_list .category.repair ,
.tags .tag .repair {
  color: #899855;
  border: 1px solid #899855;
}
.category_list .category.window ,
.tags .tag .window {
  color: #003d67;
  border: 1px solid #003d67;
}
.category_list .category.antimold ,
.tags .tag .antimold {
  color: #0064a5;
  border: 1px solid #0064a5;
}
.category_list .category.housepro ,
.tags .tag .housepro {
  color: #2eaf7b;
  border: 1px solid #2eaf7b;
}




/**
 * window
**/
.window_page {
  padding: 115px 0 0 0;
}
.window_page * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  font-style: normal;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}
.window_page em { font-style: normal; }
.window_page .inner {
  text-align: center;
}
.window_page .inner img {
  width: 100%;
  display: block;
}
.window_page .inner .intro {
  margin: -115px 0 0 0;
  background: url("../img/window/intro_back_01.png") repeat-x center center;
  background-size: auto 100%;
}
.window_page .inner .intro .intro_inner {
  padding: 95px 0 342px 0;
  position: relative;
}
.window_page .inner .intro .intro_inner h3 {
  margin: 0 0 0 0;
  padding: 0 0 4px 0;
  line-height: 1.4em;
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #00367b;
  border-bottom: 2px solid #00367b;
  display: inline-block;
  position: relative;
}
.window_page .inner .intro .intro_inner h3::after {
  margin: 0 0 0 -15px;
  width: 31px;
  height: 15px;
  content: "";
  background: url("../img/window/deco_02.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: -15px;
  left: 50%;
}
.window_page .inner .intro .intro_inner h3 em {
  color: #de0012;
}
.window_page .inner .intro .intro_inner .image {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.window_page .inner .intro .intro_inner .image img {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
}
.window_page .inner .solution {
  position: relative;
}
.window_page .inner .solution::after {
  width: 1px;
  height: 74px;
  content: "";
  background: #3e3a39;
  position: absolute;
  bottom: -37px;
  left: 50%;
}
.window_page .inner .solution .solution_inner {

}
.window_page .inner .solution .solution_inner h3 {
  width: 100%;
  height: 232px;
  line-height: 1.6em;
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  background: url("../img/window/solution_back_02.png") no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.window_page .inner .solution .solution_inner h3::before {
  width: 76px;
  height: 50px;
  content: "";
  background: url("../img/window/deco_01.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -38px;
}
.window_page .inner .solution .solution_inner h3 em {
  line-height: 1.2em;
  font-size: 46px;
  font-weight: 900;
}
.window_page .inner .solution .solution_inner .detail {
  padding: 78px 0 92px 0;
  background: url("../img/window/solution_back_01.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
.window_page .inner .solution .solution_inner .detail h4 {
  padding: 0 0 11px 0;
  line-height: 1.4em;
  font-size: 27px;
  font-weight: 700;
  color: #fff;
	text-shadow: 1px 1px 11px #002948, -1px 1px 11px #002948,
  	1px -1px 11px #002948, -1px -1px 11px #002948;
}
.window_page .inner .solution .solution_inner .detail h4 img {
  margin: 10px auto 0;
  width: 538px;
}
.window_page .inner .solution .solution_inner .detail .message {
  padding: 0 0 57px 0;
  line-height: 1.6em;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.window_page .inner .solution .solution_inner .detail .point_list {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
}
.window_page .inner .solution .solution_inner .detail .point_list .point {
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
  width: 240px;
  height: 240px;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 900;
  color: #00367b;
  background: #fff;
  border-radius: 180px;
  box-shadow: 5px 5px 4px rgba(0,0,0,0.35);
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(1) {
  margin: 0 40px 20px 0;
}
.window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(2) {
  margin: 0 40px 20px 0;
}
.window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(3) {
  margin: 0 0 20px 0;
}
.window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(4) {
  margin: 0 40px 0 174px;
}
.window_page .inner .solution .solution_inner .detail .point_list .point::before {
  width: 90px;
  height: 90px;
  content: "";
  position: absolute;
  top: -15px;
  left: -6px;
}
.window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(1)::before {
  background: url("../img/window/point_num_01.png") no-repeat center center;
  background-size: 100% 100%;
}
.window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(2)::before {
  background: url("../img/window/point_num_02.png") no-repeat center center;
  background-size: 100% 100%;
}
.window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(3)::before {
  background: url("../img/window/point_num_03.png") no-repeat center center;
  background-size: 100% 100%;
}
.window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(4)::before {
  background: url("../img/window/point_num_04.png") no-repeat center center;
  background-size: 100% 100%;
}
.window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(5)::before {
  background: url("../img/window/point_num_05.png") no-repeat center center;
  background-size: 100% 100%;
}
.window_page .inner .solution .solution_inner .detail .point_list .point .text01 {
  line-height: 1.6em;
  font-size: 25px;
}
.window_page .inner .solution .solution_inner .detail .point_list .point .text02 {
  line-height: 1.4em;
  font-size: 50px;
  color: #e60044;
}
.window_page .inner .solution .solution_inner .detail .point_list .point .text03 {
  line-height: 1.4em;
  font-size: 38px;
  color: #e60044;
}
.window_page .inner .solution .solution_inner .detail .point_list .point .text04 {
  line-height: 1.4em;
  font-size: 32px;
  color: #e60044;
}
.window_page .inner .solution .solution_inner .detail .point_list .point .img_text01 {
  display: inline-block;
  width: 115px;
}
.window_page .inner .solution .solution_inner .detail .point_list .point .img_text02 {
  display: inline-block;
  width: 170px;
}
.window_page .inner .solution .solution_inner .detail .point_list .point .img_text03 {
  display: inline-block;
  width: 170px;
}
.window_page .inner .countermeasure {
  padding: 92px 0 100px 0;
  background: linear-gradient(135deg, #d5d5d6, #fff);
}
.window_page .inner .countermeasure .countermeasure_inner {
  margin: 0 auto;
  padding: 0 0 49px 0;
  width: 90.27%;
  max-width: 950px;
  background: #fff;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.35);
}
.window_page .inner .countermeasure .countermeasure_inner h3 {
  margin: 0 auto 50px;
  width: 90.7%;
  max-width: 685px;
  height: 67px;
  line-height: 1.2em;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  background: url("../img/window/countermeasure_back_01.png") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.window_page .inner .countermeasure .countermeasure_inner h4 {
  margin: 0 auto 24px;
  padding: 0 0 0 30px;
  width: 90.27%;
  max-width: 805px;
  min-height: 65px;
  line-height: 1.2em;
  font-size: 26px;
  font-weight: 900;
  text-align: left;
  color: #1d275b;
  background: #e6f4fd;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
.window_page .inner .countermeasure .countermeasure_inner h4::before {
  width: 14px;
  height: 100%;
  background: linear-gradient(0deg, #332182, #3ebff0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.window_page .inner .countermeasure .countermeasure_inner h4 img {
  margin: 0 5px;
  max-width: 51px;
  display: inline-block;
  vertical-align: top;
}
.window_page .inner .countermeasure .countermeasure_inner .content01 {
  margin: 0 auto 41px;
  padding: 0 0 0 0;
  width: 90.27%;
  max-width: 710px;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.window_page .inner .countermeasure .countermeasure_inner .content01 .left {
  margin: 0 5.24% 0 0;
  width: 34.78%;
}
.window_page .inner .countermeasure .countermeasure_inner .content01 .right {
  width: 59.98%;
  line-height: 1.8em;
  font-size: 17px;
  font-weight: 500;
}
.window_page .inner .countermeasure .countermeasure_inner .content02 {
  margin: 0 auto;
  padding: 5px 0 0 0;
  width: 90.27%;
  max-width: 760px;
  text-align: left;
}
.window_page .inner .countermeasure .countermeasure_inner .content02 h5 {
  padding: 0 0 0 70px;
  width: 100%;
  min-height: 48px;
  line-height: 1.4em;
  font-size: 22px;
  font-weight: 900;
  color: #1d275b;
  background: #e8e8e8;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}
.window_page .inner .countermeasure .countermeasure_inner .content02 h5::before {
  width: 56px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.window_page .inner .countermeasure .countermeasure_inner .content02 h5.num01::before {
  background: url("../img/window/countermeasure_num_01.png") no-repeat left center;
  background-size: 100% 100%;
}
.window_page .inner .countermeasure .countermeasure_inner .content02 h5.num02::before {
  background: url("../img/window/countermeasure_num_02.png") no-repeat left center;
  background-size: 100% 100%;
}
.window_page .inner .countermeasure .countermeasure_inner .content02 h5.num03::before {
  background: url("../img/window/countermeasure_num_03.png") no-repeat left center;
  background-size: 100% 100%;
}
.window_page .inner .countermeasure .countermeasure_inner .content02 h5.num04::before {
  background: url("../img/window/countermeasure_num_04.png") no-repeat left center;
  background-size: 100% 100%;
}
.window_page .inner .countermeasure .countermeasure_inner .content02 h5.num05::before {
  background: url("../img/window/countermeasure_num_05.png") no-repeat left center;
  background-size: 100% 100%;
}
.window_page .inner .countermeasure .countermeasure_inner .content02 p {
  padding: 10px 10px 35px 10px;
  line-height: 1.7em;
  font-size: 17px;
  font-weight: 500;
  color: #3e3a39;
}
.window_page .inner .active {
  background: url("../img/window/active_back_01.png") no-repeat center center;
  background-size: cover;
}
.window_page .inner .active .active_inner {
  padding: 80px 0 92px 0;
}
.window_page .inner .active .active_inner h3 {
  padding: 0 0 20px 0;
  line-height: 1.45em;
  font-size: 39px;
  font-weight: 700;
  color: #fff;
	text-shadow: 1px 1px 11px #007ac6, -1px 1px 11px #007ac6,
  	1px -1px 11px #007ac6, -1px -1px 11px #007ac6;
}
.window_page .inner .active .active_inner .message {
  padding: 0 0 35px 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.window_page .inner .active .active_inner .message .catch {
  padding: 0 0 10px 0;
  line-height: 1.6em;
  font-size: 25px;
  font-weight: 900;
	text-shadow: 1px 1px 11px #007ac6, -1px 1px 11px #007ac6,
  	1px -1px 11px #007ac6, -1px -1px 11px #007ac6;
}
.window_page .inner .active .active_inner .wrap {
  margin: 0 auto;
  padding: 0 0 58px 0;
  width: 90.27%;
  max-width: 950px;
  background: #fff;
  box-shadow: 7px 7px 7px rgba(0,0,0,0.35);
  overflow: hidden;
}
.window_page .inner .active .active_inner .wrap::before {
  margin: 0 0 35px 0;
  width: 100%;
  height: 15px;
  content: "";
  background: linear-gradient(90deg, #332182, #3ebff0);
  display: block;
}
.window_page .inner .active .active_inner .wrap h4 {
  margin: 0 auto 35px auto;
  width: 66%;
  max-width: 626px;
}
.window_page .inner .active .active_inner .wrap .detail {
  margin: 0 auto 25px auto;
  width: 84%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.window_page .inner .active .active_inner .wrap .detail::after {
  margin: 0 0 0 -1px;
  width: 2px;
  height: 100%;
  content: "";
  background: url("../img/window/active_line_01.png") repeat-y center center;
  background-size: 2px auto;
  position: absolute;
  top: 0;
  left: 50%;
}


.window_page .inner .active .active_inner .wrap .detail .case {
  width: 43.5%;
  text-align: left;
}
.window_page .inner .active .active_inner .wrap .detail .case .title {
  display: inline-block;
}
.window_page .inner .active .active_inner .wrap .detail .case h5 {
  padding: 5px 23px 5px 8px;
  min-height: 40px;
  line-height: 1.2em;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  background: linear-gradient(90deg, #332182, #3ebff0);
  position: relative;
  display: flex;
  align-items: center;
}
.window_page .inner .active .active_inner .wrap .detail .case h5::after {
  margin: -5px 0 0 0;
  width: 80px;
  height: 80px;
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  top: 0%;
  right: -66px;
  transform: rotate(20deg);
}
.window_page .inner .active .active_inner .wrap .detail .case p {
  padding: 8px 0 12px 12px;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 400;
  color: #3e3a39;
  position: relative;
  z-index: 1;
}
.window_page .inner .active .active_inner .wrap .note {
  margin: 0 auto;
  width: 92%;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 400;
  color: #3e3a39;
  text-align: center;
}
.window_page .inner .trust {
  padding: 80px 0 92px 0;
  background: linear-gradient(135deg, #d5d5d6, #fff);
}
.window_page .inner .trust .trust_inner {
}
.window_page .inner .trust .trust_inner h3 {
  margin: 0 auto 15px;
  width: 90.27%;
  max-width: 552px;
}
.window_page .inner .trust .trust_inner .message {
  padding: 0 0 82px 0;
  width: 100%;
  line-height: 1.8em;
  font-size: 15px;
  font-weight: 400;
  color: #3e3a39;
  text-align: center;
}
.window_page .inner .trust .trust_inner .reason {
  margin: 0 0 67px 0;
  position: relative;
}
.window_page .inner .trust .trust_inner .reason::before {
  width: calc(50vw - 520px);
  width: calc( 50vw + 570px );
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #332182, #3ebff0);
  filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.35));
  position: absolute;
  top: 0;
  left: -40px;
  transform: skewX(-13deg);
}
.window_page .inner .trust .trust_inner .reason .reason_inner {
  margin: 0 auto 0 auto;
  padding: 50px 0 48px 0;
  width: 90.27%;
  max-width: 1040px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.window_page .inner .trust .trust_inner .reason .reason_inner h4 {
  margin: 0 0 25px 0;
  padding: 10px 15px 10px 15px;
  line-height: 1.2em;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
}
.window_page .inner .trust .trust_inner .reason .reason_inner p {
  padding: 0 0 0 14px;
  line-height: 2.2em;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.window_page .inner .trust .trust_inner .reason .reason_inner .image {
  width: 48.269%;
  position: absolute;
  top: -30px;
  right: -10px;
}
.window_page .inner .trust .trust_inner .reason .reason_inner .image img {
  filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.35));
}
.window_page .inner .trust .trust_inner .attention {
}
.window_page .inner .trust .trust_inner .attention .attention_inner {
  margin: 0 auto;
  width: 90.27%;
  max-width: 920px;
  background: linear-gradient(90deg, #d70d18, #ee7617);
  filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.35));
  overflow: hidden;
}
.window_page .inner .trust .trust_inner .attention .attention_inner h4 {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.window_page .inner .trust .trust_inner .attention .attention_inner .detail {
  margin: 0 5px 5px 5px;
  padding: 20px 0 35px 170px;
  text-align: left;
  line-height: 2.2em;
  font-size: 14px;
  color: #3e3a39;
  background: #fff;
  position: relative;
}
.window_page .inner .trust .trust_inner .attention .attention_inner .detail .icon {
  margin: -40px 0 0 0;
  width: 90px;
  position: absolute;
  top: 50%;
  left: 46px;
}
@media only screen and (min-width: 721px) and (max-width: 1260px) {
  .window_page .inner .intro .intro_inner {
    padding: 95px 0 31.14vw 0;
    position: relative;
  }
}
@media only screen and (min-width: 721px) and (max-width: 820px) {
  .window_page .inner .solution .solution_inner .detail .point_list .point {
    padding: 2.5vw 0 0 0;
    width: 29vw;
    height: 29vw;
    font-size: 2.25vw;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(1) {
    margin: 0 0 2.5vw 3.5vw;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(2) {
    margin: 0 2.5vw 2.5vw 2.5vw;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(3) {
    margin: 0 0 2.5vw 0;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(4) {
    margin: 0 2.5vw 0 21.75vw;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point::before {
    width: 11.25vw;
    height: 11.25vw;
    top: -1.875vw;
    left: -0.75vw;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point .text01 {
    font-size: 3.125vw;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point .text02 {
    font-size: 6.25vw;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point .text03 {
    font-size: 4.75vw;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point .text04 {
    font-size: 4vw;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point .img_text01 {
    width: 14.375vw;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point .img_text02 {
    width: 21.25vw;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point .img_text03 {
    width: 21.25vw;
  }
  .window_page .inner .countermeasure .countermeasure_inner h4 {
    margin: 0 auto 24px;
    padding: 0 0 0 30px;
    width: 90.27%;
    max-width: 805px;
    min-height: 65px;
    line-height: 1.2em;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
    color: #1d275b;
    background: #e6f4fd;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
  }

}
@media only screen and (min-width: 721px) and (max-width: 1050px) {
  .window_page .inner .active .active_inner .wrap .detail .case h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 1140px) {
  .window_page .inner .trust .trust_inner .reason::before {
    left: auto;
    right: 45px;
  }
  .window_page .inner .trust .trust_inner .reason .reason_inner p {
    width: 50%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 721px) and (max-width: 770px) {
  .window_page .inner .solution .solution_inner h3 br.sp_disp {
    display: block !important;
  }
}
@media only screen and (max-width: 720px) {
  .window_page {
    padding: 115px 0 0 0;
  }
  .window_page * {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
  }
  .window_page em { font-style: normal; }
  .window_page .inner {
    text-align: center;
  }
  .window_page .inner img {
    width: 100%;
    display: block;
  }


  .window_page .inner .intro {
    margin: -115px 0 0 0;
    background: url("../img/window/intro_back_01-sp.png") no-repeat center bottom;
    background-size: 100% 100%;
  }
  .window_page .inner .intro .intro_inner {
    padding: 30px 0 75vw 0;
    position: relative;
  }
  .window_page .inner .intro .intro_inner h3 {
    margin: 0 auto 0 auto;
    padding: 0 0 4px 0;
    width: 86.11vw;
    line-height: 1.4em;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #00367b;
    border-bottom: 2px solid #00367b;
    display: inline-block;
    position: relative;
  }
  .window_page .inner .intro .intro_inner h3::after {
    margin: 0 0 0 -15px;
    width: 31px;
    height: 15px;
    content: "";
    background: url("../img/window/deco_02.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: -15px;
    left: 50%;
  }
  .window_page .inner .intro .intro_inner h3 em {
    color: #de0012;
  }
  .window_page .inner .intro .intro_inner .image {
    width: 92.08%;
    position: absolute;
    bottom: 0;
    left: 4.86%;
  }
  .window_page .inner .intro .intro_inner .image img {
    margin: 0 auto;
    width: 100%;
    max-width: 1260px;
  }
  .window_page .inner .solution::after {
    width: 1px;
    height: 50px;
    content: "";
    background: #3e3a39;
    position: absolute;
    bottom: -25px;
    left: 50%;
  }
  .window_page .inner .solution .solution_inner h3 {
    padding: 15px 0 0 0;
    width: 100%;
    height: 170px;
    line-height: 1.6em;
    font-size: 23px;
    font-weight: 900;
    color: #ffffff;
    background: url("../img/window/solution_back_02-sp.png") no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .window_page .inner .solution .solution_inner h3::before {
    width: 45px;
    height: 31px;
    content: "";
    background: url("../img/window/deco_01-sp.png") no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -22px;
  }
  .window_page .inner .solution .solution_inner h3 em {
    line-height: 1.2em;
    font-size: 29px;
    font-weight: 900;
  }
  .window_page .inner .solution .solution_inner .detail {
    padding: 35px 0 45px 0;
    background: url("../img/window/solution_back_01-sp.png") no-repeat center center;
    background-size: cover;
  }
  .window_page .inner .solution .solution_inner .detail h4 {
    padding: 0 0 0 0;
    font-size: 25px;
  }
  .window_page .inner .solution .solution_inner .detail h4 .text {
    display: block;
    position: relative;
  }
  .window_page .inner .solution .solution_inner .detail h4 .text::before {
    width: 16px;
    height: 22px;
    content: "";
    background: url("../img/window/deco_03-sp.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -4.8em;
  }
  .window_page .inner .solution .solution_inner .detail h4 .text::after {
    width: 16px;
    height: 22px;
    content: "";
    background: url("../img/window/deco_04-sp.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -4.8em;
  }
  
  
  .window_page .inner .solution .solution_inner .detail h4 img {
    margin: 10px auto 0;
    width: 74.72vw;
  }
  .window_page .inner .solution .solution_inner .detail .message {
    padding: 0 0 25px 0;
    line-height: 1.6em;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
  }
  .window_page .inner .solution .solution_inner .detail .point_list {
    width: 90.27%;
    justify-content: space-between;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point {
    margin: 0 0 0 0;
    padding: 3.6vw 0 0 0;
    width: 42vw;
    height: 42vw;
    line-height: 1.4em;
    font-size: 3.19vw;
    font-weight: 900;
    color: #00367b;
    background: #fff;
    border-radius: 180px;
    box-shadow: 5px 5px 4px rgba(0,0,0,0.35);
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(1) {
    margin: 0 0vw 5vw 0;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(2) {
    margin: 21vw 0 5vw 0;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(3) {
    margin: -21vw 0vw 5vw 0;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(4) {
    margin: 0 0 5vw 0;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point:nth-of-type(5) {
    margin: -21vw 0 0 0;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point::before {
    width: 15.5vw;
    height: 15.5vw;
    content: "";
    position: absolute;
    top: -3.33vw;
    left: -1.38vw;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point .text01 {
    line-height: 1.6em;
    font-size: 4.44vw;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point .text02 {
    line-height: 1.4em;
    font-size: 8.88vw;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point .text03 {
    line-height: 1.4em;
    font-size: 6.8vw;
    color: #e60044;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point .text04 {
    line-height: 1.4em;
    font-size: 5.5vw;
    color: #e60044;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point .img_text01 {
    display: inline-block;
    width: 20.13vw;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point .img_text02 {
    display: inline-block;
    width: 30vw;
  }
  .window_page .inner .solution .solution_inner .detail .point_list .point .img_text03 {
    display: inline-block;
    width: 29.86vw;
  }
  .window_page .inner .countermeasure {
    padding: 45px 0 50px 0;
  }
  .window_page .inner .countermeasure .countermeasure_inner {
    padding: 0 0 10px 0;
  }
  .window_page .inner .countermeasure .countermeasure_inner h3 {
    margin: 0 auto 20px;
    max-width: 90.7%;
    height: 90px;
    line-height: 1.3em;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    background: url("../img/window/countermeasure_back_01-sp.png") no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .window_page .inner .countermeasure .countermeasure_inner h4 {
    margin: 0 auto 15px;
    padding: 5px 0 5px 23px;
    width: 89.23%;
    max-width: 805px;
    min-height: 43px;
    line-height: 1.6em;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    color: #1d275b;
    background: #e6f4fd;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
  }
  .window_page .inner .countermeasure .countermeasure_inner h4::before {
    width: 12px;
  }
  .window_page .inner .countermeasure .countermeasure_inner h4 img {
    margin: 5px 5px 0;
    max-width: 33px;
    display: inline-block;
    vertical-align: top;
  }
  .window_page .inner .countermeasure .countermeasure_inner .content01 {
    margin: 0 auto 15px;
    width: 78.46%;
    max-width: 78.46%;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .window_page .inner .countermeasure .countermeasure_inner .content01 .left {
    margin: 0 14.7% 15px 14.7%;
    width: 70.6%;
  }
  .window_page .inner .countermeasure .countermeasure_inner .content01 .right {
    width: 100%;
    line-height: 1.8em;
    font-size: 15px;
    font-weight: 500;
  }
  .window_page .inner .countermeasure .countermeasure_inner .content02 {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 83.07%;
    max-width: 83.07%;
    text-align: left;
  }
  .window_page .inner .countermeasure .countermeasure_inner .content02 h5 {
    padding: 0 5px 0 50px;
    width: 100%;
    min-height: 42px;
    line-height: 1.4em;
    font-size: 15px;
    font-weight: 900;
  }
  .window_page .inner .countermeasure .countermeasure_inner .content02 h5::before {
    width: 40px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .window_page .inner .countermeasure .countermeasure_inner .content02 p {
    padding: 10px 7px 20px 7px;
    line-height: 1.7em;
    font-size: 15px;
    font-weight: 500;
    color: #3e3a39;
  }
  .window_page .inner .active {
    background: url("../img/window/active_back_01-sp.png") no-repeat center center;
    background-size: cover;
  }
  .window_page .inner .active .active_inner {
    padding: 40px 0 50px 0;
  }
  .window_page .inner .active .active_inner h3 {
    padding: 0 0 10px 0;
    line-height: 1.45em;
    font-size: 23px;
    font-weight: 700;
  }
  .window_page .inner .active .active_inner .message {
    padding: 0 0 25px 0;
    font-size: 15px;
  }
  .window_page .inner .active .active_inner .message .catch {
    padding: 0 0 15px 0;
    line-height: 1.6em;
    font-size: 18px;
  }
  .window_page .inner .active .active_inner .wrap {
    margin: 0 auto;
    padding: 0 0 30px 0;
    width: 90.27%;
    max-width: 950px;
    background: #fff;
    box-shadow: 7px 7px 7px rgba(0,0,0,0.35);
    overflow: hidden;
  }
  .window_page .inner .active .active_inner .wrap::before {
    margin: 0 0 20px 0;
  }
  .window_page .inner .active .active_inner .wrap h4 {
    margin: 0 auto 15px auto;
    width: 82.3%;
    max-width: 535px;
  }
  .window_page .inner .active .active_inner .wrap .detail {
    margin: 0 auto 10px auto;
    width: 89.23%;
    max-width: 89.23%;
    flex-wrap: wrap;
  }
  .window_page .inner .active .active_inner .wrap .detail::after {
    margin: -1px 0 0 0;
    width: 100%;
    height: 2px;
    content: "";
    background: url("../img/window/active_line_01-sp.png") repeat-x center center;
    background-size: auto 2px;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .window_page .inner .active .active_inner .wrap .detail .case {
    padding: 0 0 25px 0;
    width: 100%;
    text-align: left;
  }
  .window_page .inner .active .active_inner .wrap .detail .case:nth-of-type(2) {
    padding: 25px 0 0 0;
  }
  .window_page .inner .active .active_inner .wrap .detail .case .title {
    display: inline-block;
  }
  .window_page .inner .active .active_inner .wrap .detail .case h5 {
    padding: 5px 23px 5px 10px;
    min-height: 33px;
    line-height: 1.2em;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    background: linear-gradient(90deg, #332182, #3ebff0);
    position: relative;
    display: flex;
    align-items: center;
  }
  .window_page .inner .active .active_inner .wrap .detail .case h5::after {
    margin: -5px 0 0 0;
    width: 80px;
    height: 80px;
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    top: 0%;
    right: -66px;
    transform: rotate(20deg);
  }
  .window_page .inner .active .active_inner .wrap .detail .case p {
    padding: 8px 0 8px 10px;
    line-height: 1.6em;
    font-size: 15px;
    font-weight: 400;
    color: #3e3a39;
  }
  .window_page .inner .active .active_inner .wrap .note {
    line-height: 1.6em;
    font-size: 13px;
    font-weight: 400;
  }
  .window_page .inner .active .active_inner .wrap .note .title {
    line-height: 1.6em;
    font-size: 16px;
    font-weight: 400;
  }
  .window_page .inner .trust {
    padding: 35px 0 50px 0;
  }
  .window_page .inner .trust .trust_inner h3 {
    margin: 0 auto 15px;
    max-width: 90.27%;
  }
  .window_page .inner .trust .trust_inner .message {
    padding: 0 0 43vw 0;
    text-align: center;
  }
  .window_page .inner .trust .trust_inner .reason {
    margin: 0 0 40px 0;
  }
  .window_page .inner .trust .trust_inner .reason::before {
    width: 100%;
    left: 0;
    transform: skewX(0deg);
  }
  .window_page .inner .trust .trust_inner .reason .reason_inner {
    margin: 0 auto 0 auto;
    padding: 26.55vw 0 30px 0;
    width: 90.27%;
    max-width: 1040px;
  }
  .window_page .inner .trust .trust_inner .reason .reason_inner h4 {
    margin: 0 0 15px 0;
    padding: 8px 8px 8px 8px;
    line-height: 1.2em;
    font-size: 21px;
  }
  .window_page .inner .trust .trust_inner .reason .reason_inner p {
    padding: 0 0 0 10px;
    line-height: 1.8em;
  }
  .window_page .inner .trust .trust_inner .reason .reason_inner .image {
    width: 91.66vw;
    position: absolute;
    top: -37.55vw;
    right: auto;
    left: -1.39vw;
    left: 50%;
    margin-left: -45.83vw;
  }
  .window_page .inner .trust .trust_inner .attention .attention_inner h4 {
    padding-top: 5px;
    height: 82px;
    text-align: center;
    line-height: 1.6em;
    font-size: 21px;
  }
  .window_page .inner .trust .trust_inner .attention .attention_inner .detail {
    padding: 20px 25px 18px 25px;
    text-align: left;
    line-height: 1.8em;
    font-size: 14px;
  }
  .window_page .inner .trust .trust_inner .attention .attention_inner .detail .icon {
    margin: 0 auto 18px auto;
    width: 85px;
    position: relative;
    top: auto;
    left: auto;
  }
}


/**
 * antimold
**/
.antimold_page {
  padding: 95px 0 0 0;
}
.antimold_page * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  font-style: normal;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}
.antimold_page em { font-style: normal; }
.antimold_page .inner {
  text-align: center;
}
.antimold_page .inner img {
  width: 100%;
  display: block;
}
.antimold_page .inner .intro {
  margin: 0 0 130px 0;
  margin: 0 0 68px 0;
}
.antimold_page .inner .intro .intro_inner {
  width: 100%;
  display: flex;
}
.antimold_page .inner .intro .intro_inner .box {
  padding: 0 0 185px 0;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.antimold_page .inner .intro .intro_inner .box::before {
  width: calc( 100% + 177px );
  height: calc( 100% - 96px );
  content: "";
  background: #003d67;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.antimold_page .inner .intro .intro_inner .box h3 {
  margin: 90px 52px 0 0;
  width: 46.79%;
  width: 93.58%;
  max-width: 496px;
  position: relative;
  z-index: 1;
}
.antimold_page .inner .intro .intro_inner .image {
  margin: 46px 0 0 22px;
  width: calc( 50% - 22px );
  position: relative;
  z-index: 2;
}
.antimold_page .inner .intro .intro_inner .image figcaption {
  padding: 10px 4px;
  line-height: 1.4em;
  font-size: 31px;
  font-weight: 700;
  color: #003d67;
  background: #fff100;
  text-align: center;
  position: absolute;
  top: 8%;
  left: 78%;
}
.antimold_page .inner .intro .intro_inner .image figcaption .text {
  letter-spacing: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.antimold_page .inner .intro .intro_inner .image figcaption .exclamation {
  padding-right: 0.25em;
  margin-left: -0.1em;
  display: inline-block;
  letter-spacing: -0.4em;
}



.antimold_page .inner .solution {
  margin: 0 auto 94px;
  width: 90.27%;
  max-width: 1032px;
}
.antimold_page .inner .solution h3 {
  margin: 0 0 35px 0;
  padding: 12px 0;
  text-align: center;
  line-height: 1.4em;
  font-size: 30px;
  font-weight: 700;
  color: #0064a5;
  border-top: 1px solid #0064a5;
  border-bottom: 1px solid #0064a5;
}
.antimold_page .inner .solution h4 {
  margin: 0 0 50px 0;
  text-align: center;
  line-height: 1.4em;
  font-size: 26px;
  font-weight: 700;
  color: #0064a5;
  background: url("../img/antimold/solution_title_back_01.png") repeat-x center center;
  background-size: auto 7px;
}
.antimold_page .inner .solution h4 .text {
  padding: 0 15px;
  background: #fff;
  display: inline-block;
}
.antimold_page .inner .solution .reason {
  margin: 0 0 72px 0;
  display: flex;
  justify-content: space-between;
}
.antimold_page .inner .solution .reason:nth-of-type(1) {
  flex-direction: row-reverse;
}
.antimold_page .inner .solution .reason .box {
  padding: 55px 0 35px 0;
  width: 48.64%;
  min-height: 175px;
  background: #cce4f3;
  box-shadow: 10px 10px 0 #4086d6;
  border-radius: 30px;
  position: relative;
}
.antimold_page .inner .solution .reason .box::before {
  margin: 0 0 0 -27px;
  width: 55px;
  height: 48px;
  content: "";
  background: url("../img/antimold/solution_num_01.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -16px;
  left: 50%;
}
.antimold_page .inner .solution .reason:nth-of-type(2) .box::before {
  margin: 0 0 0 -32px;
  width: 64px;
  height: 48px;
  content: "";
  background: url("../img/antimold/solution_num_02.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -16px;
  left: 50%;
}
.antimold_page .inner .solution .reason .box h5 {
  margin: 0 auto 15px auto;
  padding: 0 0 20px 0;
  width: 85.65%;
  text-align: center;
  line-height: 1.4em;
  font-size: 24px;
  font-weight: 700;
  color: #0064a5;
  background: url("../img/antimold/solution_title_back_02.png") repeat-x center bottom;
  background-size: auto 3px;
}
.antimold_page .inner .solution .reason .box p {
  margin: 0 auto 0 auto;
  width: 79.6%;
  text-align: left;
  line-height: 1.8em;
  font-size: 15px;
  font-weight: 400;
  color: #565454;
}
.antimold_page .inner .solution .reason .image_box {
  width: 46.7%;
  position: relative;
}
.antimold_page .inner .solution .reason .image_box .item01 {
  width: 51.86%;
  position: relative;
}
.antimold_page .inner .solution .reason .image_box .item01 img:nth-of-type(1) {
  border-radius: 30px;
  box-shadow: 6px 6px 0 #005ec8;
}
.antimold_page .inner .solution .reason .image_box .item01 img:nth-of-type(2) {
  width: 65px;
  position: absolute;
  bottom: 18px;
  left: 16px;
}
.antimold_page .inner .solution .reason .image_box .item02 {
  width: 62.65%;
  position: absolute;
  top: 46px;
  right: 0;
}
.antimold_page .inner .solution .reason .image_box .item02 img:nth-of-type(1) {
  border-radius: 30px;
  box-shadow: 6px 6px 0 #005ec8;
}
.antimold_page .inner .solution .reason .image_box .item02 img:nth-of-type(2) {
  width: 53px;
  position: absolute;
  bottom: 18px;
  left: 16px;
}
.antimold_page .inner .solution .reason .image_box .item03 {
  width: 58.09%;
  position: relative;
}
.antimold_page .inner .solution .reason .image_box .item03 figcaption {
  margin: 0 9px -7px 9px;
  padding: 8px 0 15px 0;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 700;
  background: #26318f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 6px 6px 0 #005ec8;
}
.antimold_page .inner .solution .reason .image_box .item03 img {
  border-radius: 15px;
  box-shadow: 6px 6px 0 #005ec8;
}
.antimold_page .inner .solution .reason .image_box .item04 {
  width: 58.09%;
  position: absolute;
  top: 70px;
  right: 0;
}
.antimold_page .inner .solution .reason .image_box .item04 figcaption {
  margin: 0 9px -7px 9px;
  padding: 8px 0 15px 0;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 700;
  background: #26318f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 6px 6px 0 #005ec8;
}
.antimold_page .inner .solution .reason .image_box .item04 img {
  border-radius: 15px;
  box-shadow: 6px 6px 0 #005ec8;
}
.antimold_page .inner .method {
  margin: 0 auto 105px;
  padding: 63px 0 55px 0;
  width: 90.27%;
  max-width: 1076px;
  border-radius: 60px;
  border: 3px solid #0064a5;
  box-shadow: 8px 8px 0 #0064a5;
}
.antimold_page .inner .method h3 {
  margin: 0 auto 35px auto;
  padding: 11px 0;
  width: 82.82%;
  text-align: center;
  line-height: 1.4em;
  font-size: 30px;
  font-weight: 700;
  color: #0064a5;
  border-top: 1px solid #0064a5;
  border-bottom: 1px solid #0064a5;
}
.antimold_page .inner .method h3 em {
  color: #565454;
}
.antimold_page .inner .method .content01 {
  margin: 0 auto 35px auto;
  width: 82.82%;
  text-align: left;
  display: flex;
  flex-direction: row-reverse;
}
.antimold_page .inner .method .content01 p {
  margin: 10px 25px 0 15px;
  width: 56.33%;
  line-height: 2.2em;
  font-size: 15px;
  color: #565454;
}
.antimold_page .inner .method .content01 .image {
  width: 40.33%;
}
.antimold_page .inner .method h4 {
  margin: 0 auto 20px auto;
  width: 82.82%;
  text-align: center;
  line-height: 1.4em;
  font-size: 26px;
  font-weight: 700;
  color: #0064a5;
  position: relative;
  overflow: hidden;
}
.antimold_page .inner .method h4::before {
  margin: -5px 0 0 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #0064a5;
  border-radius: 180px;
  position: absolute;
  top: 50%;
  left: 0;
}
.antimold_page .inner .method h4::after {
  margin: -5px 0 0 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #0064a5;
  border-radius: 180px;
  position: absolute;
  top: 50%;
  right: 0;
}
.antimold_page .inner .method h4 .text {
  position: relative;
  display: inline-block;
}
.antimold_page .inner .method h4 .text::before {
  margin: -1px 0 0 15px;
  width: 450px;
  height: 2px;
  content: "";
  background: #0064a5;
  border-radius: 180px;
  position: absolute;
  top: 50%;
  left: 100%;
}
.antimold_page .inner .method h4 .text::after {
  margin: -1px 15px 0 0;
  width: 450px;
  height: 2px;
  content: "";
  background: #0064a5;
  border-radius: 180px;
  position: absolute;
  top: 50%;
  right: 100%;
}
.antimold_page .inner .method dl {
  margin: 0 auto 35px auto;
  width: 76.82%;
  text-align: left;
  display: flex;
}
.antimold_page .inner .method dl dt {
  margin: 0 15px 0 0;
  width: 130px;
}
.antimold_page .inner .method dl dt .label {
  width: 130px;
  min-height: 100px;
  line-height: 1.6em;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background: #868687;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.antimold_page .inner .method dl dd {
  width: calc( 100% - 145px );
  line-height: 2.2em;
  font-size: 15px;
  color: #565454;
}
.antimold_page .inner .method .content02 .image {
  margin: 0 auto 30px;
  width: 66.76%;
}
.antimold_page .inner .method .content03 {
  margin: 0 auto 5px auto;
  width: 86.82%;
  text-align: left;
  display: flex;
}
.antimold_page .inner .method .content03 p {
  margin: 35px 4% 0 50px;
  width: 49.22%;
  line-height: 2.2em;
  font-size: 15px;
  color: #565454;
}
.antimold_page .inner .method .content03 .image {
  width: 38.11%;
}
.antimold_page .inner .anti_mold {
  margin: 0 auto 60px;
  width: 90.27%;
  max-width: 908px;
  position: relative;
}
.antimold_page .inner .anti_mold::before {
  width: 166px;
  height: 141px;
  content: "";
  background: url("../img/antimold/deco_01.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.antimold_page .inner .anti_mold h3 {
  padding: 0 0 30px 0;
  line-height: 1.4em;
  font-size: 29px;
  font-weight: 700;
  color: #003d67;
  text-align: left;
  position: relative;
  z-index: 2;
}
.antimold_page .inner .anti_mold .eng {
  width: 335px;
  position: absolute;
  top: -30px;
  left: 223px;
  z-index: 1;
}
.antimold_page .inner .anti_mold .flow {
  margin: 0 0 60px 100px;
  height: 310px;
  background: url("../img/antimold/anti_mold_back_01.png") no-repeat right 27px;
  background-size: 735px auto;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
.antimold_page .inner .anti_mold .flow::after {
  width: 259px;
  height: 221px;
  content: "";
  background: url("../img/antimold/deco_02.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: -40px;
  left: -140px;
  z-index: -1;
}
.antimold_page .inner .anti_mold .flow .line {
  position: relative;
}
.antimold_page .inner .anti_mold .flow .item {
  width: 63px;
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #16a2dc;
  border-radius: 10px;
  color: #fff;
  line-height: 1.2em;
  font-size: 22px;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.antimold_page .inner .anti_mold .flow .item:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}
.antimold_page .inner .anti_mold .flow .item.w01 {
  width: 84px;
}
.antimold_page .inner .anti_mold .flow .item.h01 {
  height: 220px;
}
.antimold_page .inner .anti_mold .flow .item.h02 {
  height: 147px;
}
.antimold_page .inner .anti_mold .flow .item.h03 {
  height: 103px;
}
.antimold_page .inner .antimold_image_box {
  margin: 0 auto 105px auto;
  width: 90.27%;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
}
.antimold_page .inner .antimold_image_box .image {
  width: 30.8%;
}
.antimold_page .inner .antimold_image_box .image img {
  box-shadow: 7px 7px 0 #005ec8;
  border-radius: 35px;
}



@media only screen and (min-width: 721px) and (max-width: 1300px) {
  .antimold_page .inner .intro {
    margin: 0 0 40px 0;
  }
  .antimold_page .inner .intro .intro_inner .box {
    padding: 0 0 115px 0;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
  }
  .antimold_page .inner .intro .intro_inner .box::before {
    width: calc( 100% + 177px );
    height: calc( 100% - 21px );
    content: "";
    background: #003d67;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

}

@media only screen and (min-width: 721px) and (max-width: 1103px) {
  .antimold_page .inner .method .content01 {
    width: 86.82%;
  }
  .antimold_page .inner .method .content03 {
    width: 86.82%;
  }
}
@media only screen and (min-width: 721px) and (max-width: 1100px) {
  .antimold_page .inner .intro .intro_inner .box h3 {
    margin: 90px 4% 0 0;
    width: 96%;
    max-width: 96%;
  }

  .antimold_page .inner .intro .intro_inner .image figcaption {
    font-size: 2.2vw;
    top: 6%;
  }
  .antimold_page .inner .solution .solution_inner h3 .sp_disp {
    display: block !important;
  }
}
@media only screen and (min-width: 721px) and (max-width: 908px) {
  .antimold_page .inner .solution .solution_inner h5 span {
    display: block !important;
  }
  .antimold_page .inner .method h3 em {
    display: block;
  }

  .antimold_page .inner .anti_mold .flow {
    margin: 0 0 6.6vw 11.01vw;
    height: 34.14vw;
    background: url("../img/antimold/anti_mold_back_01.png") no-repeat 2vw 2.97vw;
    background-size: 80.94vw auto;
  }
  .antimold_page .inner .anti_mold .flow::after {
    width: 28.524vw;
    height: 24.33vw;
    bottom: -4.4vw;
    left: -15.418vw;
  }
  .antimold_page .inner .anti_mold .flow .item {
    width: 6.938vw;
    height: 34.14vw;
    font-size: 2.42vw;
  }
  .antimold_page .inner .anti_mold .flow .item.w01 {
    width: 9.25vw;
  }
  .antimold_page .inner .anti_mold .flow .item.h01 {
    height: 24.22vw;
  }
  .antimold_page .inner .anti_mold .flow .item.h02 {
    height: 16.189vw;
  }
  .antimold_page .inner .anti_mold .flow .item.h03 {
    height: 11.34vw;
  }
}
@media only screen and (max-width: 720px) {
  .antimold_page {
    padding: 35px 0 0 0;
  }
  .antimold_page .inner .intro {
    margin: 0 0 35px 0;
  }
  .antimold_page .inner .intro .intro_inner {
    width: 100%;
    display: block;
    position: relative;
  }
  .antimold_page .inner .intro .intro_inner .box {
    padding: 28px 0 56px 0;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
  }
  .antimold_page .inner .intro .intro_inner .box::before {
    width: 88.19%;
    height: 100%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .antimold_page .inner .intro .intro_inner .box h3 {
    margin: 0 0 0 7.22%;
    width: 71.94%;
    max-width: 71.94%;
    position: relative;
    z-index: 1;
  }
  .antimold_page .inner .intro .intro_inner .image {
    margin: -32px 0 0 11.81%;
    width: 88.19%;
    z-index: 2;
  }
  .antimold_page .inner .intro .intro_inner .image figcaption {
    font-size: 4.1vw;
    position: absolute;
    top: 9%;
  }
  .antimold_page .inner .solution {
    margin: 0 auto 0px;
    width: 91.38%;
  }
  .antimold_page .inner .solution h3 {
    margin: 0 0 15px 0;
    padding: 12px 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 17px;
    font-weight: 700;
    color: #0064a5;
    border-top: 1px solid #0064a5;
    border-bottom: 1px solid #0064a5;
  }
  .antimold_page .inner .solution h4 {
    margin: 0 0 25px 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: 700;
    color: #0064a5;
    background: url("../img/antimold/solution_title_back_01.png") repeat-x center center;
    background-size: auto 5px;
  }
  .antimold_page .inner .solution h4 .text {
    padding: 0 10px;
    background: #fff;
    display: inline-block;
  }
  .antimold_page .inner .solution .reason {
    margin: 0 0 72px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .antimold_page .inner .solution .reason:nth-of-type(1) {
    flex-direction: row-reverse;
  }
  .antimold_page .inner .solution .reason .box {
    margin: 0 0 18px 0;
    padding: 28px 0 15px 0;
    width: 100%;
    min-height: 0px;
    background: #cce4f3;
    box-shadow: 5px 5px 0 #4086d6;
    border-radius: 20px;
    position: relative;
  }
  .antimold_page .inner .solution .reason .box::before {
    margin: 0 0 0 -15px;
    width: 31px;
    height: 28px;
    content: "";
    background: url("../img/antimold/solution_num_01.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    left: 50%;
  }
  .antimold_page .inner .solution .reason:nth-of-type(2) .box::before {
    margin: 0 0 0 -18px;
    width: 36px;
    height: 28px;
    content: "";
    background: url("../img/antimold/solution_num_02.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    left: 50%;
  }
  .antimold_page .inner .solution .reason .box h5 {
    margin: 0 auto 10px auto;
    padding: 0 0 10px 0;
    width: 91.82%;
    text-align: center;
    line-height: 1.4em;
    font-size: 19px;
    font-weight: 700;
    color: #0064a5;
    background: url("../img/antimold/solution_title_back_02.png") repeat-x center bottom;
    background-size: auto 3px;
  }
  .antimold_page .inner .solution .reason .box p {
    margin: 0 auto 0 auto;
    width: 90.4%;
    text-align: left;
    line-height: 1.8em;
    font-size: 15px;
    font-weight: 400;
    color: #565454;
  }
  .antimold_page .inner .solution .reason .image_box {
    margin: 0 0 45px;
    width: 100%;
    position: relative;
  }
  .antimold_page .inner .solution .reason .image_box .item01 {
    margin-bottom: 30px;
    width: 51.86%;
    position: relative;
  }
  .antimold_page .inner .solution .reason .image_box .item01 img:nth-of-type(1) {
    border-radius: 20px;
    box-shadow: 4px 4px 0 #005ec8;
  }
  .antimold_page .inner .solution .reason .image_box .item01 img:nth-of-type(2) {
    width: 42px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .antimold_page .inner .solution .reason .image_box .item02 {
    width: 62.65%;
    position: absolute;
    top: 46px;
    right: 0;
  }
  .antimold_page .inner .solution .reason .image_box .item02 img:nth-of-type(1) {
    border-radius: 20px;
    box-shadow: 4px 4px 0 #005ec8;
  }
  .antimold_page .inner .solution .reason .image_box .item02 img:nth-of-type(2) {
    width: 34px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .antimold_page .inner .solution .reason .image_box .item03 {
    width: 58.09%;
    position: relative;
  }
  .antimold_page .inner .solution .reason .image_box .item03 figcaption {
    margin: 0 9px -7px 9px;
    padding: 8px 0 15px 0;
    color: #fff;
    text-align: center;
    line-height: 1.2em;
    font-size: 12px;
    font-weight: 700;
    background: #26318f;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 4px 4px 0 #005ec8;
  }
  .antimold_page .inner .solution .reason .image_box .item03 img {
    border-radius: 10px;
    box-shadow: 4px 4px 0 #005ec8;
  }
  .antimold_page .inner .solution .reason .image_box .item04 {
    width: 58.09%;
    position: absolute;
    top: 70px;
    right: 0;
  }
  .antimold_page .inner .solution .reason .image_box .item04 figcaption {
    margin: 0 9px -7px 9px;
    padding: 8px 0 15px 0;
    color: #fff;
    text-align: center;
    line-height: 1.2em;
    font-size: 12px;
    font-weight: 700;
    background: #26318f;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 4px 4px 0 #005ec8;
  }
  .antimold_page .inner .solution .reason .image_box .item04 img {
    border-radius: 10px;
    box-shadow: 4px 4px 0 #005ec8;
  }
  .antimold_page .inner .method {
    margin: 0 auto 65px;
    padding: 30px 0 30px 0;
    width: 91.11%;
    border-radius: 30px;
    border: 3px solid #0064a5;
    box-shadow: 4px 4px 0 #0064a5;
  }
  .antimold_page .inner .method h3 {
    margin: 0 auto 20px auto;
    padding: 11px 0;
    width: 89.7%;
    text-align: center;
    line-height: 1.4em;
    font-size: 22px;
    font-weight: 700;
    color: #0064a5;
    border-top: 1px solid #0064a5;
    border-bottom: 1px solid #0064a5;
  }
  .antimold_page .inner .method h3 em {
    display: block;
  }
  .antimold_page .inner .method .content01 {
    margin: 0 auto 20px auto;
    width: 87.3%;
    display: block;
  }
  .antimold_page .inner .method .content01 p {
    margin: 0 0 0 0;
    width: 100%;
    line-height: 2.2em;
    font-size: 15px;
  }
  .antimold_page .inner .method .content01 .image {
    margin: 0 0 15px 0;
    width: 100%;
  }
  .antimold_page .inner .method h4 {
    margin: 0 auto 10px auto;
    width: 85.8%;
    text-align: center;
    line-height: 1.4em;
    font-size: 19px;
    font-weight: 700;
    color: #0064a5;
    position: relative;
    overflow: hidden;
  }
  .antimold_page .inner .method h4 .text {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 9.2em;
  }
  .antimold_page .inner .method dl {
    margin: 0 auto 35px auto;
    width: 85.3%;
    text-align: left;
    display: block;
  }
  .antimold_page .inner .method dl dt {
    margin: 0 0 0 0;
    width: 100%;
  }
  .antimold_page .inner .method dl dt .label {
    width: 100%;
    min-height: 35px;
    line-height: 1.6em;
    font-size: 18px;
  }
  .antimold_page .inner .method dl dd {
    padding: 10px 0 0 0;
    width: 100%;
  }
  .antimold_page .inner .method .content02 .image {
    margin: 0 auto 25px;
    width: 85.06%;
  }
  .antimold_page .inner .method .content03 {
    margin: 0 auto 5px auto;
    width: 85.06%;
    display: block;
  }
  .antimold_page .inner .method .content03 p {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .antimold_page .inner .method .content03 .image {
    width: 100%;
  }
  .antimold_page .inner .anti_mold {
    margin: 0 auto 36px;
    width: 63.05%;
  }
  .antimold_page .inner .anti_mold::before {
    width: 83px;
    height: 70px;
    content: "";
    background: url("../img/antimold/deco_01.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 65px;
    right: -36px;
  }
  .antimold_page .inner .anti_mold h3 {
    padding: 0 0 20px 0;
    line-height: 1.4em;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
  }
  .antimold_page .inner .anti_mold .eng {
    margin: 0 0 0 -115px;
    width: 230px;
    position: absolute;
    top: -25px;
    left: 50%;
    z-index: 1;
  }
  .antimold_page .inner .anti_mold .flow {
    margin: 0 0 0 0;
    width: 100%;
    height: auto;
    background: url("../img/antimold/anti_mold_back_01-sp.png") no-repeat center bottom;
    background-size: 81.49% 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .antimold_page .inner .anti_mold .flow::after {
    width: 130px;
    height: 110px;
    content: "";
    background: url("../img/antimold/deco_02.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: -13px;
    left: -46px;
    z-index: -1;
  }
  .antimold_page .inner .anti_mold .flow .line {
    margin: 0 0 30px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .antimold_page .inner .anti_mold .flow .line:last-child {
    margin: 0 0 0 0;
  }
  .antimold_page .inner .anti_mold .flow .line.reverse {
    flex-direction: row-reverse;
  }
  .antimold_page .inner .anti_mold .flow .line.end {
    justify-content: flex-end;
  }
  .antimold_page .inner .anti_mold .flow .item {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #16a2dc;
    border-radius: 5px;
    color: #fff;
    line-height: 1.2em;
    font-size: 15px;
    font-weight: 700;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  .antimold_page .inner .anti_mold .flow .item:nth-of-type(2) {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .antimold_page .inner .anti_mold .flow .item.w01 {
    width: 100%;
  }
  .antimold_page .inner .anti_mold .flow .item.h01 {
    height: 46px;
  }
  .antimold_page .inner .anti_mold .flow .item.h02 {
    height: 46px;
  }
  .antimold_page .inner .anti_mold .flow .item.h03 {
    height: 46px;
  }
  .antimold_page .inner .anti_mold .flow .item.w01-sp {
    width: 70.48%;
  }
  .antimold_page .inner .anti_mold .flow .item.w02-sp {
    width: 47.35%;
  }
  .antimold_page .inner .anti_mold .flow .item.w03-sp {
    width: 33.25%;
  }
  .antimold_page .inner .anti_mold .flow .item.h01-sp {
    height: 63px;
  }
  .antimold_page .inner .antimold_image_box {
    margin: 0 auto 45px auto;
    width: 74.58%;
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .antimold_page .inner .antimold_image_box .image {
    width: 47.67%;
  }
  .antimold_page .inner .antimold_image_box .image:nth-of-type(1) {
    margin: 0 0 18px 0;
    width: 100%;
  }
  .antimold_page .inner .antimold_image_box .image img {
    box-shadow: 4px 4px 0 #005ec8;
    border-radius: 17px;
  }
  .antimold_page .inner .antimold_image_box .image:nth-of-type(1) img {
    border-radius: 30px;
  }
}
