@charset "utf-8";
/* CSS Document */

.l-content .h2Ttl {
    margin: 50px 0 30px;
    height: 63px;
    font-size: 27px;
    line-height: 57px;
    font-weight: bold;
    background-color: #38a1db;
    color:#fff;
    text-align: center;
    border-top: 5px solid #ffcc00;
    box-sizing: border-box;
}
.l-content .h3Ttl {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  padding: 10px 0;
  margin: 25px 0 10px 20px;
}
.l-content .h3Ttl>span {
  border-left: 5px solid #ffcd00;
  display: block;
  padding: 0 0 0 10px;
  line-height: 1.2;
}
.l-content .h3Ttl_02 {
  font-size: 15px;
  font-weight: bold;
  margin: 30px 0 10px;
}

.l-content .line_box{border: 1px solid #cccccc;}
.l-content .txt_01{font-size:15px;}
.l-content .txt_02{font-size:27px;}
.l-content .txt_03{font-size:39px;}
.l-content .txt_04{font-size:33px;}
.l-content .txt_05{font-size:27px;}
.l-content .txt_05 span{font-size:45px; color:#dd0000;}
.l-content .txt_06{font-size:21px;}
.l-content .txt_06 span{font-size:49px;line-height: 49px;color:#38a1db;display: block;}
.l-content .txt_07{font-size:25px;}
.l-content .txt_08{font-size:19px;}
.l-content .txt_09{font-size:17px;}
.l-content .txt_10{margin: 4px 0 0 12px;}
.l-content .title_01{text-align: center;font-size: 27px;font-weight: bold;color: #0f218b;}
.l-content .title_01 span{font-size:29px;}
.l-content .box_01{width:1000px;margin:35px auto;padding: 20px;}
.l-content .box_02{width:450px;}
.l-content .box_04{width: 1080px;margin: 30px auto 90px;}
.l-content .box_05{width:560px;padding: 20px;box-sizing: border-box;text-align: center;margin: 0 0 0 40px;}
.l-content .btn_01{width:240px; height:40px; font-size:15px;}
.l-content .btn_02{width:360px;height:40px;font-size:15px;padding-top: 10px;}
.l-content .txt_box_01_wrap{position: relative;}
.l-content .txt_box_01{
    background: #dd0000;
    color: #fff;
    width: 190px;
    box-sizing: border-box;
    padding: 12px 0 10px;
    line-height: 28px;
    position: absolute;
    top: 0px;
    right: 164px;
}
.l-content .txt_box_01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #dd0000 transparent transparent;
  translate: -50% 100%;
}
.l-content .wrap_2col{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.l-content .box_03{
    height: 270px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 20px;
    box-sizing: border-box;
}
.l-content .text_deco {
  text-decoration-color: #ffcc00;
  text-decoration-line: underline;
  text-decoration-thickness: 7px;
  text-underline-offset: 6px;
}
.l-content .head-border {
    display: flex;
    align-items: center;
}

.l-content .head-border:before,
.l-content .head-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #333;
}

.l-content .head-border:before {
    margin-right: 1rem;
}

.l-content .head-border:after {
    margin-left: 1rem;
}

.l-content .point_list {
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    border: 2px solid #666666;
    box-sizing: border-box;
    padding: 15px;
    align-items: center;
    justify-content: flex-start;
    background: url(/maker/misumi/mech/pr/cp_alumiframe_assembly/img/bg_point.png) no-repeat 464px 79px;
    margin: 0 40px 30px 0;
}
.l-content .point_list dt{
    border-right: 2px solid #666666;
    padding-right: 15px;
    margin-right: 15px;
}
.l-content .point_list:nth-child(2n){margin: 0 0 30px 0;}
.l-content .dots {
  background-image: radial-gradient(circle at center, #333 22%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 39px 10px;
  padding-top: 9px;
}
.l-content .box_kantan{background:#fffce5;position: relative;margin: 20px 0 110px;padding: 30px 35px;justify-content: space-between;}
.l-content .box_kantan::before {
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -150px;
  width: 0;
  height: 0;
  border-top: 61px solid #fffce5;
  border-right: 150px solid transparent;
  border-left: 150px solid transparent;
  display: block;
  content: "";
}
.l-content .box_kantan .inner_box{
    width: 550px;
    border: 2px solid #38a1db;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.l-content .box_kantan .inner_box h4{
    text-align: center;
    font-size: 35px;
    color: #0f218b;
    border-bottom: 5px solid #ffcc00;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
.l-content .box_kantan .inner_box h4 span{
    font-size: 19px;
}
.l-content .box_kantan .inner_box h5{
    font-size: 21px;
    font-weight: bold;
    color: #0f218b;
    border-top: 2px solid #cccccc;
    margin: 20px 5px 0;
    padding: 7px;
}
.l-content .box_kantan .inner_box p{margin-left: 13px;}
.l-content .box_kantan .inner_box .order_01{height: 310px;}
.l-content .box_kantan .inner_box .order_02{height: 243px;}
.l-content .box_kantan .inner_box .order_03{height: 129px;}
.l-content .point3{
    width: 340px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 44px 0 76px;
}
.l-content .point3 p{
    margin: 0 0 0 20px;
    font-size: 18px;
    font-weight: bold;
}
.l-content .icon_off_01{
    position:absolute;
    left: 409px;
    bottom: 111px;
}
.l-content .icon_off_02{
    position:absolute;
    right: 97px;
    bottom: 279px;
}
.l-content .icon_step_01{position:absolute;top: 245px;left: 555px;}
.l-content .icon_step_02{position:absolute;top: 621px;left: 555px;}
.l-content .icon_step_03{position:absolute;top: 931px;left: 555px;}
.l-content .position_box_wrap {position: relative;}
.l-content .position_box_01 {position: absolute; left: 343px; top: 304px;}
.l-content .position_box_02 {position: absolute;left: 264px;top: 41px;}
