  @charset "utf-8";
/* ---- - IՄʻ֧Ԯ---- */
.content_wrap {
  padding-left: 20px;
}
.type2 {
  margin-bottom: 30px;
}
.text_block {
  line-height: 172%;
}

/* ----iot_top---- */

#iot_top .top_text {
  content: "";
  background-image: url(/wp/wp-content/themes/ios/strengths/img/iot/top_image.jpg);
  width: 720px;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#iot_top .top_text p {
  position: relative;
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  line-height: 145%;
  text-shadow: 4px 0 14px #246d80,
               -4px 0 14px #246d80,
               0 -4px 14px #246d80,
               0 4px 14px #246d80;
  filter: drop-shadow(0px 0px 14px #60c4c1)
          drop-shadow(0px 0px 17px #60c4c1);
  -webkit-filter: drop-shadow(0px 0px 14px #60c4c1)
                  drop-shadow(0 0 17px #60c4c1);
  -moz-filter: drop-shadow(0px 0px 14px #60c4c1)
               drop-shadow(0 0 17px #60c4c1);
  -ms-filter: drop-shadow(0px 0px 14px #60c4c1)
              drop-shadow(0 0 17px #60c4c1);
}

.top_info {
	background-color: #f6f6f6;
	padding: 30px;
}
.top_info .check {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 50px;
}
.top_info .check::after{
  content: "";
  background-image: linear-gradient(to right, #aaaaaa, #aaaaaa 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
}
.top_info .check:last-child {
  margin-bottom: 0;
}
.top_info .check:last-child::after{
  content: none;
}
.top_info .check_title {
  width: 27%;
	font-size: 15px;
	font-weight: 600;
  display: flex;
	align-items: center;
  font-size: 16px;
}
.top_info .check_title::before {
	content: "";
	display: inline-block;
	background-image: url(/wp/wp-content/themes/ios/strengths/img/iot/check_icon.svg);
	min-width: 21.5px;
	min-height: 22px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 8px;
	position: relative;
	top: -1px;
}
.top_info .check_text {
  width: 73%;
  display: inline-block;
  line-height: 172%;
}
.top_info .check_text p {
  margin-bottom: 12px;
}
.top_info .check_text .check_text_bold {
  margin-bottom: 5px;
  font-weight: 600;
}
.top_info .check_text .check_text_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 13px;
  text-indent: -13px;
  justify-content: space-between;
}
::-webkit-full-page-media, _:future, :root .top_info .check_text .check_text_list {
  padding-left: 13px;
  text-indent: -10px;
}

.top_info .check_text .check_text_list > li {
  width: 50%;
}
.top_info .check_text .check_text_list > li::before {
  content: "";
  color: #f19716;
  font-size: 6px;
  margin-right: 3px;
}
#check2 {
  margin-bottom: 60px;
}
#check2 .img_block {
  position: absolute;
  bottom: -30px;
  right: 45px;
}
#check2 .img_block img {
  width: 193px;
}
#check2::after{
  bottom: -40px;
}
#check2 .check_text .check_text_list {
  display: block;
}
#check3 .check_text .check_text_list > li {
  width: calc(100% / 2);
}
#check3 .check_text .check_text_list li ul {
  padding-left: 10px;
}
#check3 .check_text .check_text_list li ul li {
  font-size: 12px;
  line-height: 150%;
}

.check_text_parenthesis {
  position: relative; 
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 65%;
}
.top_info .check_text_parenthesis p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #ed7f1e;
  font-weight: 600;
  text-align: center;
}
.check_text_parenthesis::before,
.check_text_parenthesis::after {
  position: absolute;
  top: 0;
  content: '';
  width: 30%;
  height: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.check_text_parenthesis::before {
  left: 0;
  border-bottom: 2px solid #ed7f1e;
  border-left: 2px solid #ed7f1e;
}
.check_text_parenthesis::after {
  right: 0;
  border-bottom: 2px solid #ed7f1e;
  border-right: 2px solid #ed7f1e;
}

/* ----iot_top - proceeding---- */
#proceeding {
  margin-top: 30px;
}
#proceeding h4 {
  position: relative;
  font-weight: 600;
}
#proceeding h4::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #f19716;
  display: inline-block;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
}

.proceeding_flow {
  height: 70px;
  display: flex;
  margin-top: 30px;
  position: relative;
}
.proceeding_flow .proceeding_flow_title {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 30px;
}
.proceeding_flow .proceeding_flow_chart {
  display: flex;
  width: calc(100% - 170px);
}
.proceeding_flow .proceeding_flow_chart_content {
  width: calc((100% / 4) + 12px);
  background-color: #fbe0b9;
  margin-right: 20px;
  position: relative;
  font-size: 15px;
  line-height: 134%;
}
#example1 .proceeding_flow_chart_content {
  background-color: #fbe0b9;
}
#example2 .proceeding_flow_chart_content {
  background-color: #f19716;
  color: #fff;
}
.proceeding_flow .proceeding_flow_chart_content p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.proceeding_flow .proceeding_flow_chart_content:last-child {
  margin-right: 0;
}
.proceeding_flow .proceeding_flow_chart_content::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 35px solid #fbe0b9;
  border-bottom: 35px solid #fbe0b9;
  border-left: 15px solid transparent;
  top: 0;
  left: -15px;
}
.proceeding_flow .proceeding_flow_chart_content::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 15px solid #fbe0b9;
  top: 0;
  right: -15px;
}
#example2 .proceeding_flow_chart_content::before {
  border-top: 35px solid #f19716;
  border-bottom: 35px solid #f19716;
}
#example2 .proceeding_flow_chart_content::after {
  border-left: 15px solid #f19716;
}
.proceeding_flow .proceeding_flow_chart_content:first-child::before {
  content: none;
}
.proceeding_flow .proceeding_flow_chart_content:last-child::after {
  content: none;
}

.proceeding_arrow {
  position: relative;
  text-align: center;
  margin-left: 120px;
}
.proceeding_arrow p {
  border: 1px solid #f19716;
  display: inline-block;
  padding: 8px 40px;
  color: #f19716;
  font-weight: 600;
  margin: 20px 0 5px 0;
  background-color: #fff;
}
.proceeding_arrow p::after {
  content: "";
	display: inline-block;
	background-image: url(/wp/wp-content/themes/ios/strengths/img/iot/arrow_icon.svg);
	width: 31px;
	height: 81px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

#proceeding .text_block {
  margin-top: 30px;
}

/* ----specialty---- */
.specialty_contents {
	width: 100%;
}
.specialty_contents .flex_block {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	flex-wrap: wrap;
}
.specialty_contents .flex_block div {
	width: calc((100% - 70px) / 3);
  margin-right: 35px;
}
.specialty_contents .flex_block div img {
	width: 100%;
}
.specialty_contents .flex_block div:nth-child(3),
.specialty_contents .flex_block div:last-child {
  margin-right: 0;
}
.specialty_contents .flex_block div:first-child ,
.specialty_contents .flex_block div:nth-child(2) ,
.specialty_contents .flex_block div:nth-child(3) {
	margin-bottom: 35px;
}
.specialty_contents h2 {
  color: #333;
  padding-top: 10px;
}

/*
****     SP     ***
**/
@media (max-width: 767px) {
  .content_wrap {
    padding-left: 0;
  }
  .type1 {
    margin-bottom: 15px;
  }
  #iot #main {
    padding: 0;
    padding-bottom: 40px;
  }
  .iot_wrap {
    padding: 0 10px;
  }
  .type2 {
    padding: 10px 15px;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  /* ----iot_top---- */
  #iot_top .top_text {
    width: 100%;
  }
  #iot_top .top_text p {
    padding: 15px 25px;
  }

  .top_info .check {
    display: block;
  }
  .top_info .check::after {
    left: 0;
  }
  .top_info .check_title {
    width: 100%;
    margin-bottom: 10px;
  }
  .top_info .check_text {
    width: 100%;
  }

  .top_info .check_text .check_text_list > li {
    width: 100%;
  }
  #check2 .img_block {
    position: relative;
    width: 50%;
    max-width: 180px;
    left: -3rem;
    right: 0;
    bottom: -20px;
    margin: auto
  }
  #check2 .img_block img {
    width: 150%;
  }

  #check3 .check_text .check_text_list > li {
    margin-bottom: 15px;
    min-width: 130px;
  }
  .top_info .check_text .check_text_list {
    display: block;
  }
  .check_text_parenthesis {
    position: absolute;
    left: 10rem;
    bottom: 12px;
    height: 140px;
    display: flex;
    width: auto;
  }
  .top_info .check_text_parenthesis p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-top: 0;
  }
  .check_text_parenthesis::before,
  .check_text_parenthesis::after {
    width: 25px;
    height: 15%;
    right: 10px;
    left: auto;
    border-left: none;
  }
  ::-webkit-full-page-media, _:future, :root 
  .check_text_parenthesis::before,
  .check_text_parenthesis::after {
    right: -15px;
  }

  .check_text_parenthesis::before {
    top: 0;
    bottom: auto;
    border-bottom: none;
    border-top: 2px solid #ed7f1e;
    border-right: 2px solid #ed7f1e;
  }
  .check_text_parenthesis::after {
    top: auto;
    bottom: 0;   
    border-bottom: 2px solid #ed7f1e;
    border-right: 2px solid #ed7f1e;
  }



  /* ----iot_top - proceeding---- */
  .proceeding_flow {
    margin-top: 50px;
  }
  .proceeding_flow .proceeding_flow_title {
    position: absolute;
    justify-content: flex-start;
    top: -25px
  }
  .proceeding_flow .proceeding_flow_chart {
    width: 100%;
  }
  .proceeding_flow .proceeding_flow_chart_content {
    width: 100%;
  }
  .proceeding_arrow {
    margin-left: 0;
  }

  /* ----specialty---- */
  .specialty_contents .flex_block div:first-child, .specialty_contents .flex_block div:nth-child(2), .specialty_contents .flex_block div:nth-child(3) {
    margin-bottom: 20px;
  }
  .specialty_contents .flex_block div {
    width: calc(50% - 5px);
    margin-bottom: 20px;
    margin-right: 0;
  }
  .specialty_contents .flex_block div:last-child {
    margin-bottom: 0;
  }
  .specialty_contents .flex_block div:nth-child(odd) {
    padding-right: 5px;
  }
  .specialty_contents .flex_block div:nth-child(even) {
    padding-left: 5px;
  }
}