  @charset "utf-8";
/* ----強み common---- */

/* ----ヘッダー メニュー---- */

#gNav li:nth-child(4) {
	border-bottom: 4px solid #f19716;
}
#gNav li:nth-child(4) a {
	background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
	background-size: calc(100% - 2px) 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.orgBar {
	border-bottom: 4px solid #f19716;
}

/* ----h1イメージ---- */

#tit {
	background-image: url(/wp/wp-content/themes/ios/strengths/img/h1_image.jpg);
}

/* ----h2ヘッダー---- */

.type1 {
	margin-top: 64px !important;
}

/* ----タブ(ニュース一覧?詳細用)---- */

#tab {
	width: 100%;
	height: 71px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #e5e5e5;
}

#tab div {
	width: 980px;
	margin: 0px auto;
}

#tab div ul {
	float: left;
	width: 604px;
	margin-top: 39px;
	list-style: none;
}

#tab div ul li {
	float: left;
	text-align: center;
	line-height: 31px;
	width: 151px;
	height: 31px;
	cursor: pointer;
}

#tab div ul li a {
	display: block;
	text-align: center;
	line-height: 31px;
	width: 151px;
	height: 31px;
	color: #000;
}

.select {												/* タブの選択されている項目の背景を変更 */
	background-color:#11357b;
	color: #fff !important;
}

#tab div #rss {
	float: right;
	font-size: 11px;
	color: #444;
	margin-top: 52px;
}

#tab div #rss:before {
    font-family: 'FontAwesome';
    content: "\f09e";									/* FontAwesomeフォントコード */
    margin-right: 10px;									/* アイコンと要素の空き調整 */
	color: #ffa800;
}


/* ----wrap---- */

#wrap {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
}

#wrap #main {
	float: left;
	width: 720px;
	padding-right: 39px;
	border-right: 1px solid #ededed;
}

#wrap #sub {
	float: right;
	width: 219px;
	min-height: 162px;
}

/* ----flex---- */

.flex_block {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

/* ----sub---- */

#wrap #sub ul {
	list-style: none;
	margin: 0px;
	margin-top: 62px;
	padding: 0px;
}

#wrap #sub ul li {
	width: 219px;
	height: 50px;
	margin-left: 1px;
	background-color: #fff;
	border-top: 1px solid #ededed;
}

#wrap #sub ul li:last-child {
	border-bottom: 1px solid #ededed;
}

#wrap #sub ul li a {
	display: block;
	text-decoration: none;
	line-height: 48px;
	width: 197px;
	height: 48px;
	margin: 1px 0px 1px 1px;
	padding: 0px;
	padding-left: 22px;
	color: #333;
}

#wrap #sub #sub_second {
	/*height: 327px !important;*/
  height: auto;
}

#wrap #sub #sub_second ul {
	margin: 0px 0px 0px 1px !important;
	padding: 0px !important;
	background-color: #ededed;
	border-top: 1px solid #ededed;
}

#wrap #sub #sub_second ul li {
	height: auto !important;
	width: 199px !important;
	margin: 0px 0px 0px 20px !important;
	padding: 1px 0;
	border: none !important;
	border-bottom: 1px dashed #ededed !important;
}

#wrap #sub #sub_second ul li:last-child {
	border-bottom: none !important;
}

#wrap #sub #sub_second ul li a {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 52px !important;
	width: 188px !important;
	height: 52px !important;
	margin: 0px 0px 0px 1px !important;
	padding: 0px 0px 0px 10px !important;
}

#wrap #sub #sub_second ul li:first-child {
	border-top: none !important;
}

#wrap #sub #sub_second .subSecondCurrent {
	background-color: #fcead0;
}

.current {
	vertical-align: middle;
	background-color: #ededed;
	background-image: url(/wp/wp-content/themes/ios/common/img/cpr_current.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 3px 22px;
}


/*
****     SP     ***
**/
@media (max-width: 767px) {
	#wrap {
		width: 100%;
	}
	#wrap #sub {
		min-height: auto;
	}
	#wrap #main {
		width: 100%;
		padding-right: 10px;
	}
	.type1 {
		margin-top: 20px!important;
	}
	#tit {
		background-position: center;
	}
	#sub {
		width: 100%;
		text-align: center;
	}
	#sub #sub_second ul {
		display: none;
	}
	 #sub ul li a {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		height: 40px;
		line-height: 40px;
		display: block;
		margin: 0;
	}
	#sub ul li {
		width: 100%;
		height: 40px;
		margin-left: 0;
		border-top: 1px solid #ededed;
	}
	#sub ul {
		margin-top: 0;
	}
	#sub ul li:last-child {
		border-bottom: 1px solid #f19716;
	}
	#sub ul li:first-child a {
		margin-top:0;
	}
	.current {
		background-image: none;
	}

	#tab {
		border-bottom:0;
		overflow: hidden;
		height:auto;
		margin-bottom: 15px;
	}
	#tab div ul{
		width: 100%;
		margin-top: 20px;	
	}
	#tab div ul li {
		width: 33%;
		box-sizing: border-box;
		border: #e5e5e5 1px solid;
    border-left: 0;
		line-height: 40px;
		height: 40px;
	}
	#tab div ul li:last-child {
		width: 34%;
		border-right: 0;
	}
	#tab div ul li a {
		width: 100%;
		height: auto;
		line-height: 40px;
	}
	#tab div {
		width: 100%;
	}
}

.list_dot > li {
	line-height: 1.72;
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
.list_dot > li:last-child {
	margin-bottom: 0;
}

.list_dot > li::before{
	content: "";
	background-color: #f19716;
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	margin-top: 0.4em;
	margin-right: 0.3em;
}

.list_dot .list_dot_small {
	font-size: 13px;
	padding-left: 2em;
	margin-top: 5px;
}

/* ---- column ---- */
.column {
  display: grid;
}
.column--02 {
  grid-template-columns: 1fr 1fr;
}
.column--03 {
  grid-template-columns: 1fr 1fr 1fr;
}

/* ----  ---- */
.strengths {
  margin-top: 40px;
  gap: 15px;
}
.strengths_contents {
  background-color: #fff5e7;
  border: 1px solid #000000;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.strengths_contents_head {
  text-align: center;
  margin: 15px 0 20px;
}
.strengths_contents_head .head {
  color: #f15a24;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
}
.strengths_contents_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}
.strengths_contents_title .title {
  position: relative;
  z-index: 5;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.strengths_contents_title .title > span {
  font-size: 15px;
  font-weight: 600;
  color: #f15a24;
	margin-bottom: 2px;
}
.strengths_contents_title::after {
  content: "";
  position: absolute;
  background-image: url(/wp/wp-content/themes/ios/strengths/img/web_application/icon_01.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 101;
  z-index: 1;
}
.strengths_contents_text {
  line-height: 1.5;
}
@media (max-width: 767px) {
  /* ---- column ---- */
  .column--02 {
    grid-template-columns: 1fr;
  }
  .column--03 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .strengths {
    gap: 20px;
  }

  .strengths_contents_head {
    width: 100%;
  }
}

/*  */
.works_table {
	border: 1px solid #333333;
}
.works_table thead tr th,
.works_table tbody tr td {
	padding: 0.8em;
	line-height: 1.5;
}
.works_table thead tr {
	background-color: #f19716;
}
.works_table thead tr th {
	color: #fff;
	font-weight: 600;
	border-right: 1px solid #333333;
}
.works_table thead tr th:first-child {
	width: 5%;
}
.works_table thead tr th:nth-child(2) {
	width: 30%;
}
.works_table thead tr th:last-child {
	border-right: none;
	width: 15%;
}

.works_table tbody tr {
	border-top: 1px solid #333333;
}
.works_table tbody tr td {
	border-right: 1px solid #333333;
}
.works_table tbody tr td:first-child {
	text-align: center;
}
.works_table tbody tr td:last-child {
	border-right: none;
}
@media (max-width: 767px) {
	.works_table thead tr th:first-child {
		width: 3%;
	}
	.works_table thead tr th:nth-child(2) {
		width: 25%;
	}
	.works_table thead tr th:last-child {
		width: 20%;
	}
}