@charset "utf-8";

body {
  min-width: auto;
}
.wrapper a {
  color: #0b235b;
  text-decoration: underline;
}
.wrapper a:hover {
  color: #0b235b;
  text-decoration: none;
}
.sp_view {
  display: none;
}

/* header
------------------------------- */
#header {
  width: 100%;
  background: #0b235b;
}

#header a {
  text-decoration: none;
}

#header > .inner {
  margin: 0 auto;
  max-width: 970px;
  width: 100%;
}

#header > .inner:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

#header .site_title {
  float: left;
  padding: 18px 0 17px;
}

#header .site_title_inner {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  color: #fff;
}

#header .lead_text {
  font-size: 16px;
}

#header .title_text {
  font-size: 36px;
  font-weight: bold;
}

#header .site_title img {
  max-width: 100%;
  height: auto;
}

#header .head_cv ul {
  float: right;
  width: 252px;
}

#header .head_cv ul li {
  display: table;
  float: left;
  width: 250px;
  height: 46px;
}

#header .head_cv ul li a {
  display: table-cell;
  padding: 0 0 0 40px;
  background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat 8px;
  color: #fff;
  vertical-align: middle;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.3;
}

#header .head_cv ul li a > span {
  display: none;
  font-weight: 900;
}

#header .head_cv .btn_download {
  margin-right: 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background-color: #e60012;
}

#header .head_cv .btn_download a:before {
  margin: 0 20px 0 0;
  width: 18px;
  height: 24px;
  background: url("/img/ss/common/bg_icon_dl_001.png") no-repeat center;
  background-size: contain;
}

#header .head_cv .btn_contact {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background-color: #41a147;
}

#header .head_cv .btn_tel {
  display: none;
  background-color: #00284a;
}

#header .head_cv .btn_tel a:before {
  background: url("/img/ss/common/bg_icon_tel_001.png") no-repeat center;
  background-size: contain;
}

#header .logo {
  float: right;
  margin-left: 10px;
  width: 93px;
}

#header .logo a {
  display: inline-block;
  padding: 10px 0 0;
}

#header .logo img {
  max-width: 100%;
  height: auto;
}

/* search_box
------------------------------- */
.search_box_wrap {
  width: 100%;
  background: #e2edef;
}
.search_box_wrap .search_box_inner {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 970px;
  width: 100%;
}
.search_box_wrap .search_box_inner .search_box_catch {
  color: #0b235b;
  text-align: center;
  font-size: 44px;
  line-height: 1em;
}
.search_box_wrap .search_box_inner .search_input_wrap {
  overflow: hidden;
  margin: 30px auto;
  max-width: 824px;
  width: 100%;
}
.search_box_wrap .search_box_inner .search_input_wrap .search_input_box {
  float: left;
  box-sizing: border-box;
  padding: 15px 15px 13px 47px;
  width: 80%;
  height: 54px;
  border: 2px solid #0b235b;
  border-radius: 0;
  background: url("/img/ss/general/iot-glossary/search_icon.png") no-repeat 14px center #fff;
  font-size: 16px;
}
.search_box_wrap .search_box_inner .search_input_wrap .search_input_btn {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 15px 0;
  width: 20%;
  height: 54px;
  background: #0b235b;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.3em;
  font-weight: 900;
  font-size: 18px;
}
.search_box_wrap .search_box_inner .search_input_wrap .search_err {
  clear: both;
  overflow: hidden;
  height: 0;
  text-align: left;
  transition: height 0.3s ease;
}
.search_box_wrap .search_box_inner .search_input_wrap .search_err.ac {
  height: 75px;
}
.search_box_wrap .search_box_inner .search_input_wrap .search_err .search_err_inner {
  position: relative;
  display: inline-block;
  margin: 20px 0 0 6px;
  padding: 10px 33px 10px 16px;
  border: 1px solid #e7d0a9;
  border-radius: 10px;
  background: #faebcc;
  color: #8a6d3b;
  opacity: 0;
  transition: opacity 0.4s ease  0.3s,
  transform 0.4s cubic-bezier(0.14,0.92,0.68,1.2) 0.3s;
  transform: scale(0.8);
}
.search_box_wrap .search_box_inner .search_input_wrap .search_err.ac .search_err_inner {
  opacity: 1;
  transform: scale(1);
}
.search_box_wrap .search_box_inner .search_input_wrap .search_err .search_err_inner::before,
.search_box_wrap .search_box_inner .search_input_wrap .search_err .search_err_inner::after {
  position: absolute;
  left: 12px;
  display: block;
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
  content: "";
}
.search_box_wrap .search_box_inner .search_input_wrap .search_err .search_err_inner::before {
  top: -12px;
  z-index: 5;
  border-bottom: 12px solid #faebcc;
}
.search_box_wrap .search_box_inner .search_input_wrap .search_err .search_err_inner::after {
  top: -13px;
  z-index: 0;
  border-bottom: 12px solid #e7d0a9;
}

.search_box_wrap .search_box_inner .search_input_wrap .search_err .search_err_inner .search_err_icon {
  position: absolute;
  top: 50%;
  right: 7px;
  display: inline-block;
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  transition: box-shadow 0.4s;
}
.search_box_wrap .search_box_inner .search_input_wrap .search_err .search_err_inner .search_err_icon::before,
.search_box_wrap .search_box_inner .search_input_wrap .search_err .search_err_inner .search_err_icon::after {
  position: absolute;
  top: 4px;
  left: 9px;
  display: block;
  width: 2px;
  height: 12px;
  border-radius: 2px;
  background: #8a6d3b;
  content: "";
}
.search_box_wrap .search_box_inner .search_input_wrap .search_err .search_err_inner .search_err_icon::before {
  transform: rotate(45deg);
}
.search_box_wrap .search_box_inner .search_input_wrap .search_err .search_err_inner .search_err_icon::after {
  transform: rotate(-45deg);
}
.search_box_wrap .search_box_inner .search_box_tag_wrap {
  text-align: center;
}
.search_box_wrap .search_box_inner .search_box_tag_wrap .search_box_tag {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 25px;
  background: #fff;
  text-align: center;
}
.search_box_wrap .search_box_inner .search_box_tag_wrap .search_box_tag .tag_ttl {
  display: inline-block;
  margin-right: 10px;
  padding: 7px 20px 5px 10px;
  border-right: 1px solid #cfcfcf;
  font-weight: 900;
  font-size: 14px;
}
.search_box_wrap .search_box_inner .search_box_tag_wrap .search_box_tag .tag_list {
  display: inline-block;
}
.search_box_wrap .search_box_inner .search_box_tag_wrap .search_box_tag .tag_list li {
  display: inline-block;
  padding: 0 10px;
}

/* contents_wrap
------------------------------- */

#contents_wrap {
  overflow: hidden;
  margin: 40px auto;
  max-width: 970px;
  width: 100%;
}

/* side
------------------------------- */

#side {
  float: left;
  box-sizing: border-box;
  width: 240px;
}
#side .side_inner {
  padding: 20px;
  background: #ededed;
}
#side .side_inner .side_input_wrap {
  overflow: hidden;
  padding-bottom: 10px;
  width: 100%;
}
#side .side_inner .side_input_wrap .side_input_box {
  float: left;
  box-sizing: border-box;
  padding: 8px 8px 7px;
  width: 75%;
  height: 35px;
  border: 1px solid #0b235b;
  border-radius: 0;
  font-size: 14px;
}
#side .side_inner .side_input_wrap .side_input_btn {
  float: left;
  box-sizing: border-box;
  padding: 7px 0 7px;
  width: 25%;
  height: 35px;
  background: #0b235b;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
}
#side .side_inner .side_input_wrap .search_err {
  clear: both;
  overflow: hidden;
  height: 0;
  text-align: left;
  transition: height 0.3s ease;
}
#side .side_inner .side_input_wrap .search_err.ac {
  height: 55px;
}
#side .side_inner .side_input_wrap .search_err .search_err_inner {
  position: relative;
  display: block;
  margin: 20px 0 0 0;
  padding: 4px 13px;
  border: 1px solid #e7d0a9;
  border-radius: 10px;
  background: #faebcc;
  color: #8a6d3b;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.4s ease  0.3s,
  transform 0.4s cubic-bezier(0.14,0.92,0.68,1.2) 0.3s;
  transform: scale(0.8);
}
#side .side_inner .side_input_wrap .search_err.ac .search_err_inner {
  opacity: 1;
  transform: scale(1);
}
#side .side_inner .side_input_wrap .search_err .search_err_inner::before,
#side .side_inner .side_input_wrap .search_err .search_err_inner::after {
  position: absolute;
  left: 12px;
  display: block;
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
  content: "";
}
#side .side_inner .side_input_wrap .search_err .search_err_inner::before {
  top: -12px;
  z-index: 5;
  border-bottom: 12px solid #faebcc;
}
#side .side_inner .side_input_wrap .search_err .search_err_inner::after {
  top: -13px;
  z-index: 0;
  border-bottom: 12px solid #e7d0a9;
}

#side .side_inner .side_input_wrap .search_err .search_err_inner .search_err_icon {
  position: absolute;
  top: 50%;
  right: 7px;
  display: inline-block;
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  transition: box-shadow 0.4s;
}
#side .side_inner .side_input_wrap .search_err .search_err_inner .search_err_icon::before,
#side .side_inner .side_input_wrap .search_err .search_err_inner .search_err_icon::after {
  position: absolute;
  top: 4px;
  left: 9px;
  display: block;
  width: 2px;
  height: 12px;
  border-radius: 2px;
  background: #8a6d3b;
  content: "";
}
#side .side_inner .side_input_wrap .search_err .search_err_inner .search_err_icon::before {
  transform: rotate(45deg);
}
#side .side_inner .side_input_wrap .search_err .search_err_inner .search_err_icon::after {
  transform: rotate(-45deg);
}
#side .side_inner .side_category_list {
  margin-top: 25px;
}
#side .side_inner .side_category_list dt {
  font-weight: 900;
}
#side .side_inner .side_category_list dd {
  margin-bottom: 3px;
  line-height: 1.3em;
}
#side .side_inner .side_category_list dd a {
  position: relative;
  display: inline-block;
  padding: 3px 0 1px 18px;
  color: #0b235b;
  text-decoration: underline;
  font-size: 14px;
}
#side .side_inner .side_category_list dd a:hover {
  text-decoration: none;
}
#side .side_inner .side_category_list dd a::before {
  position: absolute;
  top: 12px;
  left: 5px;
  display: block;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #0b235b;
  content: "";
}
#side .side_inner .side_cloud_list {
  margin-top: 25px;
}
#side .side_inner .side_cloud_list dt {
  font-weight: 900;
}
#side .side_inner .side_cloud_list dd {
  display: inline-block;
  margin: 8px 10px 0 0;
  line-height: 1em;
}
#side .side_inner .side_cloud_list dd a {
  white-space: nowrap;
  font-size: 14px;
}
#side .side_bnr_wrap {
  margin-top: 30px;
}
#side .side_bnr_wrap > p {
  margin-top: 20px;
}
#side .side_bnr_wrap > p:first-child {
  margin-top: 0;
}
#side .side_bnr_wrap > p img {
  max-width: 100%;
}

/* contents_right
------------------------------- */

#contents_right {
  float: right;
  min-height: 800px;
  width: 704px;
}

/* pager
------------------------------- */
.pager {
  margin-top: 20px;
  text-align: center;
}
.pager li {
  display: inline-block;
  margin: 0 10px;
}
.pager li a,
.pager li span {
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid #0b235b;
  line-height: 1em;
}
.pager li a {
  color: #0b235b;
  text-decoration: none;
}
.pager li span {
  background: #0b235b;
  color: #fff;
}

/* parts
------------------------------- */

/* title */
.title_style01 {
  margin-bottom: 15px;
  padding: 20px 20px 13px;
  background: #0b235b;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
}
.title_style01 span:not(.js-rss_word) {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
}
.title_style02 {
  margin-bottom: 25px;
  padding: 20px 20px 13px;
  border-bottom: 2px solid #0b235b;
  font-size: 20px;
  line-height: 1em;
}
.title_style03 {
  margin-bottom: 15px;
  color: #0b235b;
  font-weight: 900;
  font-size: 40px;
  line-height: 1em;
}
.title_style03 span {
  display: block;
  color: inherit;
  font-weight: 100;
  font-size: 12px;
  line-height: 2.7em;
}
.title_style04 {
  margin-bottom: 15px;
  padding: 20px 20px 13px;
  border-radius: 35px;
  background: #0b235b;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
}

/* list */
.list_style01 {
  overflow: hidden;
}
.list_style01 li {
  float: left;
  margin-right: 2%;
  width: 49%;
  border-bottom: 1px solid #ededed;
}
.list_style01 li:nth-of-type(2n) {
  margin-right: 0;
}
.list_style01 li a {
  position: relative;
  display: block;
  padding: 13px 18px 11px 35px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.1s ease-in;
}
.list_style01 li a:hover {
  background: #fafafa;
  opacity: 1;
}
.list_style01 li a::before {
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #0b235b;
  content: "";
  transition: left 0.2s ease-in;
}
.list_style01 li a:hover::before {
  left: 20px;
}
.list_style02 {
  overflow: hidden;
}
.list_style02 dl {
  float: left;
  overflow: hidden;
  margin-right: 2%;
  margin-bottom: 20px;
  width: 49%;
}
.list_style02 dl:nth-of-type(2n) {
  margin-right: 0;
}
.list_style02 dl dt {
  padding: 15px 0 13px;
  border-bottom: 2px solid #0b235b;
  font-size: 16px;
}
.list_style02 dd {
  border-bottom: 1px solid #ededed;
}
.list_style02 dd a {
  position: relative;
  display: block;
  padding: 18px 0 16px 35px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.1s ease-in;
}
.list_style02 dd.link_style_01 {
  padding-top: 15px;
  border: none;
  text-align: right;
}
.list_style02 dd.link_style_01 a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 35px;
  background: none;
  font-size: 14px;
}
.list_style02 dd:not(.link_style_01) a:hover {
  background: #fafafa;
  opacity: 1;
}
.list_style02 dd.link_style_01 a:hover {
  background: none;
}
.list_style02 dd a::before,
.list_style02 dd.link_style_01 a::before {
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #0b235b;
  content: "";
  transition: left 0.2s ease-in;
}
.list_style02 dd:not(.link_style_01) a:hover::before {
  left: 20px;
}
.list_style03 dt {
  margin-bottom: 15px;
  padding: 14px 20px 12px;
  background: #ededed;
  font-size: 18px;
}
.list_style03 dt .word {
  margin-right: 15px;
}
.list_style03 dt .len {
  margin: 0 15px;
}
.list_style03 dd {
  border-bottom: 1px solid #ededed;
}
.list_style03 dd a {
  display: block;
  padding: 18px 0 16px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.1s ease-in;
}
.list_style03 dd a > span {
  display: block;
  padding: 0 18px 0 35px;
}
.list_style03 dd a > span.ttl {
  position: relative;
  font-weight: 900;
}
.list_style03 dd a:hover {
  background: #fafafa;
  opacity: 1;
}
.list_style03 dd a > span.ttl::before {
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #0b235b;
  content: "";
  transition: left 0.2s ease-in;
}
.list_style03 dd a:hover > span.ttl::before {
  left: 20px;
}
.list_style03 dd a > span.desc .match_word {
  position: relative;
}
.list_style03 dd a > span.desc .match_word::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #feba03;
  content: "";
  opacity: 0.3;
}

/* link */
p.link_style_01 {
  padding-top: 15px;
  text-align: right;
}
p.link_style_01 a {
  position: relative;
  display: inline-block;
  padding: 0 4px 0 35px;
  text-decoration: none;
  font-size: 14px;
}
p.link_style_01 a::before {
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #0b235b;
  content: "";
  transition: left 0.2s ease-in;
}

/* box */
.prt_box01 {
  margin-bottom: 60px;
}
.prt_box02 {
  margin-bottom: 60px;
  padding: 0 17px;
}
.prt_box02 a {
  color: #06c;
}
.prt_box02 .txt {
  margin-bottom: 15px;
  line-height: 1.8em;
}
.prt_box02 .txt:last-of-type {
  margin-bottom: 0;
}
.bottom_box {
  padding: 30px 17px;
  border-top: 1px solid #ededed;
}
.bottom_box a {
  color: #06c;
  word-wrap: break-word;
}
.bottom_box .tag {
  margin-top: 30px;
  padding: 12px 18px 10px;
  border: 1px solid #ededed;
  text-align: left;
}
.bottom_box .tag dt,
.bottom_box .tag dd {
  display: inline-block;
}
.bottom_box .tag dd {
  padding: 0 8px;
}

/* bnr_area */
.contents_bnr_area {
  padding: 0 17px;
}
.contents_bnr_area .contents_bnr_inner {
  overflow: hidden;
  margin: 0 auto;
  width: 548px;
}
.contents_bnr_area .contents_bnr_inner .bnr_col2 {
  width: 578px;
}
.contents_bnr_area .contents_bnr_inner .bnr_col2 li {
  float: left;
  margin-right: 30px;
  width: 259px;
}
.contents_bnr_area .contents_bnr_inner .bnr_col2 li a img {
  vertical-align: top;
}
.contents_bnr_area .contents_bnr_inner .bnr_col2:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

/* cv contact
------------------------------- */
#cv_contact {
  position: relative;
  width: 100%;
  height: 68px;
}

#cv_contact .fixed_wrapper {
  position: relative;
  padding: 9px 0 8px;
  width: 100%;
  height: 68px;
  background-color: #0b235b;
}

#cv_contact .fixed_wrapper .inner {
  overflow: hidden;
  margin: 0 auto;
  width: 970px;
}

#cv_contact .fixed_wrapper .inner p {
  float: left;
  width: 420px;
}

#cv_contact .fixed_wrapper .inner p img {
  max-width: 100%;
  height: auto;
}

#cv_contact .fixed_wrapper .inner ul {
  float: right;
  width: 465px;
}

#cv_contact .fixed_wrapper .inner li {
  display: table;
  float: right;
  margin: 0 0 0 5px;
  width: 250px;
  height: 46px;
  vertical-align: middle;
}

#cv_contact .fixed_wrapper .inner li a {
  display: table-cell;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  -webkit-transition: none;
  transition: none;
}

#cv_contact .fixed_wrapper .inner li span {
  display: inline-block;
  margin-top: 2px;
  width: 81%;
  width: -webkit-calc(100% - 44px);
  width: calc(100% - 44px);
  vertical-align: middle;
  text-align: left;
  font-weight: 900;
}

#cv_contact .fixed_wrapper .inner li a i {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 46px;
  vertical-align: middle;
}

#cv_contact .fixed_wrapper .inner li a i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#cv_contact .fixed_wrapper .inner li:first-child {
  margin: 0;
}

#cv_contact .fixed_wrapper .inner .catalog {
  background: #e60012;
}

#cv_contact .fixed_wrapper .inner .catalog a span {
  margin-left: -4.8%;
}

#cv_contact .fixed_wrapper .inner .catalog a i:before {
  width: 18px;
  height: 24px;
  background: url("/img/ss/common/bg_icon_dl_001.png") no-repeat center;
}

#cv_contact .fixed_wrapper .inner .contact {
  background: #41a147;
}

#cv_contact .fixed_wrapper .inner .contact a span {
  margin-left: -0.8%;
}

#cv_contact .fixed_wrapper .inner .contact a i:before {
  width: 24px;
  height: 24px;
  background: url("/img/ss/common/bg_icon_contact_001.png") no-repeat center;
}

#cv_contact #pagetop {
  position: absolute;
  top: 8px;
  right: 50%;
  margin: 0 -590px 0 0;
  width: 50px;
  height: 50px;
}

#cv_contact #pagetop a {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
  background-color: #fff;
  -webkit-transition: none;
  transition: none;
}

#cv_contact #pagetop a:before {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: -5px;
  width: 20px;
  height: 20px;
  background: #0b235b;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cv_contact #pagetop a:after {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  background: #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cv_contact #pagetop a:hover {
  opacity: 0.7 !important;
}

#cv_contact.fixed .fixed_wrapper {
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 10000;
}

#cv_contact.fiexd.hidden .fixed_wrapper {
  display: none;
}

#cv_contact .fixed_wrapper .inner p a {
  opacity: 1;
  cursor: default;
}

/* Footer
------------------------------- */
.l_footer {
  padding: 20px 0;
  border-top: 1px solid #d2d2d2;
  background-color: #ededed;
}
.l_footer .inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 970px;
}
.l_footer .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.l_footer a {
  text-decoration: none;
}
.l_footer p {
  float: left;
  width: 50%;
  color: #333;
  font-size: 12px;
}
.l_footer ul {
  float: right;
  width: 50%;
  text-align: right;
}
.l_footer ul li {
  display: inline-block;
  padding: 0 12px;
}
.l_footer ul li:last-child {
  border-right: none;
}
.l_footer ul li a {
  color: #333;
  font-size: 12px;
  opacity: 1;
}
.l_footer ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 969px) {
  img {
    max-width: 100%;
  }

  /* header
  ------------------------------- */

  #header .site_title {
    padding: 1.8vw 0 1.7vw;
    width: 30vw;
  }
  #header ul {
    width: 40.1vw;
  }
  #header ul li {
    width: 19.8vw;
    height: 3.8vw;
  }
  #header ul li a {
    padding: 0 0 0 1.0vw;
    font-size: 1.4vw;
  }
  #header ul li a > span {
    display: none;
    font-weight: 900;
  }
  #header .btn_download {
    margin-right: 0.5vw;
  }
  #header .btn_download a:before {
    margin: 0 2.0vw 0 0;
    width: 1.8vw;
    height: 2.4vw;
  }
  #header .logo {
    margin-left: 1.0vw;
    width: 9.3vw;
  }
  #header .logo a {
    padding: 1.0vw 0 0;
  }

  /* contents_right
  ------------------------------- */

  #contents_right {
    width: 72%;
  }

  /* parts
------------------------------- */

  /* title */
  .title_style01 {
    margin-bottom: 15px;
    padding: 20px 20px 13px;
    background: #0b235b;
    color: #fff;
    font-size: 30px;
    line-height: 1em;
  }
  .title_style01 span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.4em;
  }

  /* list */
  .list_style02 dl {
    margin-right: 2%;
    width: 49%;
  }
  .list_style02 dl:nth-of-type(3) {
    margin-right: 3vw;
  }
  .list_style02 dl:nth-of-type(2) {
    margin-right: 0;
  }

  /* cv contact
  ------------------------------- */
  #cv_contact {
    height: 6.8vw;
  }
  #cv_contact .fixed_wrapper {
    padding: 0.9vw 0 0.8vw;
    height: 6.8vw;
  }
  #cv_contact .fixed_wrapper .inner {
    width: 97.0vw;
  }
  #cv_contact .fixed_wrapper .inner p {
    width: 42.0vw;
  }
  #cv_contact .fixed_wrapper .inner ul {
    width: 46.5vw;
  }
  #cv_contact .fixed_wrapper .inner li {
    margin: 0 0 0 0.5vw;
    width: 26.0vw;
    height: 4.6vw;
  }
  #cv_contact .fixed_wrapper .inner li a {
    font-size: 1.4vw;
  }
  #cv_contact .fixed_wrapper .inner li a i {
    width: 4.4vw;
    height: 4.6vw;
  }
  #cv_contact .fixed_wrapper .inner .catalog a i:before {
    width: 1.8vw;
    height: 2.4vw;
    background-size: auto 100%;
  }
  #cv_contact .fixed_wrapper .inner .contact a i:before {
    width: 2.4vw;
    height: 2.4vw;
    background-size: auto 100%;
  }
  #cv_contact #pagetop {
    top: -7.1vw;
    right: 0;
    margin: 0;
  }
}

@media screen and (max-width: 900px) {
  /* contents_right
  ------------------------------- */

  #contents_right {
    width: 67%;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 2.7vw;
  }
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }

  /* header
  ------------------------------- */
  #header .head_box {
    margin: 0;
    padding: 2.1vw 1.9vw;
    width: 100%;
  }
  #header .head_box:after {
    display: block;
    clear: both;
    height: 0;
    content: "";
  }
  #header .site_title {
    padding: 0;
    width: 60%;
  }
  #header .logo {
    width: 12.3vw;
  }
  #header .logo a {
    padding: 0;
    font-size: 2.9vw;
  }
  #header .head_cv {
    display: table;
    width: 100%;
  }
  #header .head_cv ul {
    display: table-row;
    float: none;
    width: 100%;
  }
  #header .head_cv ul li {
    display: table-cell;
    float: none;
    width: 33.33333%;
    height: 9vw;
    vertical-align: middle;
  }
  #header .head_cv ul li a {
    display: block;
    box-sizing: border-box;
    margin-left: 28%;
    padding: 1.6vw 0 1.6vw 8.5vw;
    height: 100%;
    background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat  left 2.5vw /8%;
    text-align: left;
    font-weight: 100;
    font-size: 2.94vw;
    line-height: 1.4em;
  }
  #header .head_cv ul li a::before {
    display: block;
  }
  #header .head_cv ul li a > span {
    display: block;
    font-weight: 100;
  }
  #header .head_cv .btn_download {
    margin-right: 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  #header .head_cv .btn_download a:before {
    margin: 0 auto 6vw;
    width: 4vw;
    height: 5.2vw;
    background-size: 100% auto;
  }
  #header .head_cv .btn_contact {
    margin-right: 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  #header .head_cv .btn_contact a:before {
    display: inline-block;
    margin: 0 2vw 0 0;
    width: 5.2vw;
    height: 5.2vw;
  }
  #header .head_cv .btn_tel {
    display: table-cell;
  }
  #header .head_cv .btn_tel a:before {
    margin: 0 auto 2.1vw;
    width: 4vw;
    height: 5.4vw;
  }

  /* search_box
  ------------------------------- */

  .search_box_wrap .search_box_inner {
    padding: 4.7vw 2.1vw;
  }
  .search_box_wrap .search_box_inner .search_box_catch {
    font-size: 32px;
  }
  .search_box_wrap .search_box_inner .search_input_wrap {
    margin: 4.3vw auto;
  }
  .search_box_wrap .search_box_inner .search_input_wrap .search_input_box {
    padding: 10px 10px 7px 34px;
    min-height: 40px;
    width: 80%;
    height: 40px;
    border: 4px solid #0b235b;
    background-position-x: 10px;
    background-size: 16px auto;
    font-size: 16px;
  }
  .search_box_wrap .search_box_inner .search_input_wrap .search_input_btn {
    padding: 13px 0 0;
    min-height: 40px;
    width: 20%;
    height: 40px;
    font-size: 18px;
    line-height: 1em;
  }
  .search_box_wrap .search_box_inner .search_box_tag_wrap {
    text-align: center;
  }
  .search_box_wrap .search_box_inner .search_box_tag_wrap .search_box_tag {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 15px;
    width: 95%;
    border-radius: 50px;
    background: #fff;
    text-align: center;
  }
  .search_box_wrap .search_box_inner .search_box_tag_wrap .search_box_tag .tag_ttl {
    display: table-cell;
    float: none;
    margin-right: 0;
    padding: 10px 0 10px;
    width: 15%;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1em;
  }
  .search_box_wrap .search_box_inner .search_box_tag_wrap .search_box_tag .tag_list {
    display: table-cell;
    float: none;
    padding: 10px 10px 8px;
    width: 83%;
    vertical-align: middle;
    text-align: left;
    line-height: 2em;
  }
  .search_box_wrap .search_box_inner .search_box_tag_wrap .search_box_tag .tag_list li {
    display: inline-block;
    padding: 0 1.5vw;
    font-size: 16px;
  }

  /* contents_wrap
  ------------------------------- */

  #contents_wrap {
    margin: 5vw auto 95px;
  }

  /* contents_right
  ------------------------------- */

  #contents_right {
    float: none;
    min-height: auto;
    width: 100%;
  }

  /* parts
  ------------------------------- */

  /* title */
  .title_style01 {
    margin-bottom: 0;
    padding: 3.6vw 2.4vw 3.4vw;
    font-size: 22px;
  }
  .title_style01 span {
    margin-top: 5px;
    font-size: 22px;
  }
  .title_style02 {
    margin-bottom: 4vw;
    padding: 2.6vw 2.1vw 1.9vw;
    border-bottom: 4px solid #0b235b;
    font-size: 22px;
  }
  .title_style03 {
    margin-bottom: 4.2vw;
    font-size: 32px;
    line-height: 1.3em;
  }
  .title_style03 span {
    font-size: 16px;
    line-height: 2em;
  }
  .title_style04 {
    margin-bottom: 0;
    padding: 3.6vw 2.4vw 3.4vw;
    font-size: 22px;
  }

  /* list */
  .list_style01 li {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .list_style01 li a {
    padding: 3.7vw 3.2vw 3.2vw 7.3vw;
    font-size: 16px;
  }
  .list_style01 li a:hover {
    padding: 3.7vw 3.2vw 3.2vw 7.3vw;
  }
  .list_style01 li a::before {
    left: 4.7vw;
    margin-top: -0.8vw;
    border: 0.8vw solid rgba(0, 0, 0, 0);
    border-left: 1.2vw solid #0b235b;
  }
  .list_style01 li a:hover::before {
    left: 4.7vw;
  }
  .list_style02 dl {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .list_style02 dl dt {
    padding: 3.6vw 2.4vw 3.4vw;
    font-size: 18px;
  }
  .list_style02 dd {
    border-bottom: 1px solid #ededed;
  }
  .list_style02 dd a {
    padding: 3.7vw 3.2vw 3.2vw 7.3vw;
    font-size: 16px;
  }
  .list_style02 dd:not(.link_style_01) a:hover {
    padding: 3.7vw 3.2vw 3.2vw 7.3vw;
  }

  .list_style02 dd a::before {
    left: 4.7vw;
    margin-top: -0.8vw;
    border: 0.8vw solid rgba(0, 0, 0, 0);
    border-left: 1.2vw solid #0b235b;
  }
  .list_style02 dd:not(.link_style_01) a:hover::before {
    left: 4.7vw;
  }
  .list_style02 dd a > br {
    display: none;
  }
  .list_style03 dt {
    margin-bottom: 0;
    padding: 2.1vw;
    font-size: 18px;
  }
  .list_style03 dt .word {
    margin-right: 1.8vw;
  }
  .list_style03 dt .len {
    margin: 0 1.8vw;
  }
  .list_style03 dd a {
    display: block;
    padding: 18px 0 16px;
    padding: 3.7vw 0 3.2vw;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.1s ease-in;
  }
  .list_style03 dd a > span {
    padding: 0 3.2vw 0 7.3vw;
    font-size: 16px;
    line-height: 1.6em;
  }
  .list_style03 dd a:hover {
    background: #fff;
    opacity: 1;
  }
  .list_style03 dd a:hover > span {
    padding: 0 3.2vw 0 7.3vw;
  }
  .list_style03 dd a > span.ttl::before {
    left: 4.7vw;
    margin-top: -0.8vw;
    border: 0.8vw solid rgba(0, 0, 0, 0);
    border-left: 1.2vw solid #0b235b;
  }
  .list_style03 dd a:hover > span.ttl::before {
    left: 4.7vw;
  }

  /* box */
  .prt_box01 {
    margin-bottom: 6.3vw;
  }
  .prt_box02 {
    margin-bottom: 6.3vw;
    padding: 0 4vw;
  }
  .prt_box02 a {
    color: #06c;
  }
  .prt_box02 .txt {
    margin-bottom: 4vw;
    font-size: 16px;
  }
  .bottom_box {
    padding: 3.7vw 4vw;
    border-top: 2px solid #ededed;
  }
  .bottom_box > .txt,
  .bottom_box > a {
    font-size: 16px;
  }
  .bottom_box .tag {
    margin-top: 16px;
    padding: 1.6vw 3vw 1.2vw;
    border: 2px solid #ededed;
    text-align: left;
  }
  .bottom_box .tag dt,
  .bottom_box .tag dd {
    font-size: 16px;
  }
  .bottom_box .tag dd {
    padding: 0 1vw;
  }

  /* bnr_area */
  .contents_bnr_area .contents_bnr_inner {
    margin: 0 0 6.3vw 0;
    width: 100%;
  }
  .contents_bnr_area .contents_bnr_inner .bnr_col2 {
    width: 100%;
    text-align: center;
  }
  .contents_bnr_area .contents_bnr_inner .bnr_col2 li {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  /* side
  ------------------------------- */

  #side {
    float: none;
    width: 100%;
  }
  #side .side_inner {
    padding: 4.2vw 3.1vw;
    width: 100%;
  }
  #side .side_inner .side_input_wrap {
    margin: 0 auto;
    padding-bottom: 0;
    width: 87%;
  }
  #side .side_inner .side_input_wrap .side_input_box {
    padding: 10px;
    width: 75%;
    height: 40px;
    font-size: 16px;
  }
  #side .side_inner .side_input_wrap .side_input_btn {
    padding-top: 13px;
    height: 40px;
    letter-spacing: 0.3em;
    font-size: 16px;
    line-height: 1em;
  }
  #side .side_inner .side_category_list {
    margin-top: 3.6vw;
  }
  #side .side_inner .side_category_list dt {
    font-size: 16px;
  }
  #side .side_inner .side_category_list dd {
    margin-right: 15px;
  }
  #side .side_inner .side_category_list dd a {
    font-size: 16px;
  }
  #side .side_inner .side_category_list dd a::before {
    top: 13px;
  }
  #side .side_inner .side_cloud_list {
    margin-top: 3.6vw;
  }
  #side .side_inner .side_cloud_list dt {
    font-size: 16px;
  }
  #side .side_inner .side_cloud_list dd {
    margin: 1vw 4.7vw 0 0;
    line-height: 2em;
  }
  #side .side_inner .side_cloud_list dd a {
    font-size: 16px;
  }
  #side .side_bnr_wrap {
    margin-top: 30px;
    padding: 4.2vw 3.1vw;
  }
  #side .side_bnr_wrap > p {
    margin-top: 20px;
  }
  #side .side_bnr_wrap > p:first-child {
    margin-top: 0;
  }
  #side .side_bnr_wrap > p img {
    width: 100%;
  }

  /* cv contact
  ------------------------------- */
  #cv_contact {
    height: auto;
  }
  #cv_contact .fixed_wrapper {
    padding: 0;
    height: auto;
  }
  #cv_contact.fixed .fixed_wrapper {
    position: relative;
  }
  #cv_contact .fixed_wrapper .inner {
    width: 100%;
  }
  #cv_contact .fixed_wrapper .inner p {
    float: none;
    margin-bottom: 2.6vw;
    padding: 0 3vw;
    width: 100%;
    text-align: center;
  }
  #cv_contact .fixed_wrapper .inner ul {
    float: none;
    width: 100%;
  }
  #cv_contact .fixed_wrapper .inner li {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #cv_contact .fixed_wrapper .inner li a {
    padding: 1.87vw 0;
    font-size: 3.4vw;
  }
  #cv_contact .fixed_wrapper .inner li a i {
    width: 6.8vw;
    height: 7.1vw;
  }
  #cv_contact .fixed_wrapper .inner .contact a span {
    margin-left: 0;
    width: auto;
  }
  #cv_contact .fixed_wrapper .inner .contact a i::before {
    width: 3.75vw;
    height: 3.75vw;
  }
  #cv_contact .fixed_wrapper .inner .catalog a i::before {
    width: 2.8vw;
    height: 3.75vw;
  }
  #cv_contact #pagetop {
    top: -70px;
    margin: 0;
  }
  #cv_contact.fixed #pagetop a {
    position: fixed;
    top: auto;
    bottom: 10px;
  }
  #cv_contact #pagetop a {
    background-color: #0b235b;
  }

  #cv_contact #pagetop a:before {
    background: #fff;
  }

  #cv_contact #pagetop a:after {
    background: #0b235b;
  }


  /* Footer
  ------------------------------- */
  .l_footer {
    padding: 2.6vw 0;
  }
  .l_footer .inner {
    padding: 0;
  }
  .l_footer p {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 2.7vw;
  }
  .l_footer ul {
    float: none;
    margin-bottom: 4.2vw;
    width: 100%;
    text-align: center;
  }
  .l_footer ul li {
    display: inline-block;
    padding: 0 1.5vw;
  }
  .l_footer ul li:last-child {
    border-right: none;
  }
  .l_footer ul li a {
    font-size: 2.7vw;
  }
}
