/*
Theme Name: iot_support_theme
Theme URL:
Description: IoT support
Author: JAB Urano
Version: 1.0
*/

/* Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Josefin Sans", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* common rules */
:root {
  --theme_color: #1b288e;
  --base_color: #ffffff;
  --text_color: #231205;
  --text_color_wh: #ffffff;
  --gray_back: #d1d1d1;
  --dark_gray: #434343;
  --accent_color: #cf0f31;
  --accent_blue: #02a2dc;
}

body {
  line-height: 1.4;
  word-wrap: break-word;
  width: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

main {
  width: 100%;
  min-height: 80vh;
}

/* reset css End */

/* commone rules------------------ */
/* layout rules */
section,
article {
  width: 100%;
}

/* image rules */
.image_area img {
  width: 100%;
  height: auto;
}

/* -----------------------------------
~ 480px
------------------------------------ */

/* header */
header {
  width: 100%;
  height: 66px;
  position: fixed;
  top: 0;
  z-index: 99;
}

header .inner_wrapper {
  font-size: 15px;
  width: 100%;
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

header .desktop_menu {
  display: none;
  width: 100%;
  color: var(--text_color_wh);
}

header .desktop_menu ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

header .desktop_menu ul li a {
  display: inline-block;
  padding: 22px 10px;
  color: var(--text_color_wh);
  position: relative;
}

header .desktop_menu ul li a::after {
  content: "";
  width: 50px;
  height: 1px;
  display: inline-block;
  background-color: var(--theme_color);
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s;
}

header .desktop_menu ul li a:hover::after {
  content: "";
  width: 50px;
  height: 1px;
  display: inline-block;
  background-color: var(--text_color_wh);
  opacity: 1;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  transition: 0.3s;
}

header img {
  height: 66px;
}

/* header hum menu */
header .hum_menu {
  height: 66px;
  width: 66px;
  padding: 8px;
  background-color: var(--theme_color);
}

.btn-trigger {
  position: relative;
  width: 36px;
  height: 32px;
  margin-top: 7px;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 6px;
  width: 38px;
  height: 3px;
  background-color: var(--text_color_wh);
  border-radius: 4px;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 15px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

.bl_top_btn {
  text-align: right;
}

.bl_top_btn a {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--theme_color);
  transition: 0.3s;
}

.bl_top_btn p {
  display: inline-block;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  transition: 0.3s;
}

.bl_top_btn i {
  transition: 0.3s;
}

.bl_top_btn:hover p {
  transform: translateX(-20px);
  transition: 0.3s;
}

.bl_top_btn:hover i {
  transform: translateX(15px);
  transition: 0.3s;
}

.bl_top_btn a .fa-caret-right {
  padding-right: 15px;
}

.bl_top_btn a i {
  margin-left: 24px;
}

#btn16.active {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

#btn16.active span:nth-of-type(1),
#btn16.active span:nth-of-type(3) {
  width: 18px;
}

#btn16.active span:nth-of-type(1) {
  -webkit-transform: translate(26px, 14px) rotate(45deg);
  transform: translate(24px, 9px) rotate(45deg);
}

#btn16.active span:nth-of-type(3) {
  -webkit-transform: translate(26px, -14px) rotate(-45deg);
  transform: translate(24px, -9px) rotate(-45deg);
}

/* opened menu */
#open_menu {
  position: fixed;
  top: 66px;
  margin-right: auto;
  display: none;
  width: 98%;
  height: 100vh;
  z-index: 101;
}

#open_menu.active {
  display: block;
}

#open_menu ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  padding: 6px;
  background-color: var(--theme_color);
}

#open_menu li a {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 15px;
  background-color: var(--text_color_wh);
}

/* top page------------------------------------------ */
.index_page {
  font-size: 12px;
}

.index_page h2 {
  color: var(--theme_color);
  font-size: 18px;
}

/* fv */
.index_page #top_fv {
  position:relative;
  height: 80vh;
  background-image: url(./img/contact_fv.jpeg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index_page #top_fv:after{
  position:absolute;
  top:0;
  left:0;
  content: '';
  width:100%;
  height:100%;
  background-color:#00000010;

}

.index_page .fv {
  z-index:100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 100%;
  height: 100%;
  max-width: 600px;
  color: var(--text_color_wh);
  text-align: right;
  margin: 0 auto;
}

.index_page .fv .border_line{
  width:90%;
  height:3px;
  background-color: var(--text_color_wh);
  margin:24px auto 16px;
  box-shadow: 0 0 2px var(--text_color);

}

.index_page .fv h1 {
  font-size: 24px;
  margin-bottom: 16px;
  text-shadow: 0 0 10px var(--text_color);
}

.index_page .fv h2 {
  color:var(--text_color_wh);
  font-size: 18px;
  margin-bottom: 16px;
  text-shadow: 0 0 10px var(--text_color);
}

/* information sec */
.index_page #top_news {
  width: 95%;
  max-width: 850px;
  background-color: var(--text_color_wh);
  padding: 16px 0;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 1px 1px 4px var(--gray_back);
  z-index: 2;
}

.index_page #top_news .inner_wrapper {
  padding: 32px 16px;
  color: var(--theme_color);
}

#top_news h2 {
  margin-bottom: 16px;
}

#top_news li a {
  display: block;
  padding: 8px 0;
}

#top_news .more_btn a {
  border-bottom: 2px solid var(--theme_color);
}

#top_news .more_btn a i {
  margin-left: 24px;
}

#top_news .bl_top_btn a {
  border-bottom: 3px solid var(--theme_color);
  display: inline-block;
  width: 100%;
}

#top_news .bl_top_btn a i {
  padding-left: 15px;
}

/* company */
.top_cat .inner_wrapper {
  width: 95%;
  padding: 6px;
  margin: 16px auto;
  background-color: var(--theme_color);
}

.top_cat .top_cat_flex {
  width: 95%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.top_cat .cat_title_area,
.top_cat .more_btn {
  display: flex;
  gap: 6px;
  background-color: var(--text_color_wh);
}

.top_cat .cat_title_area {
  min-height: 220px;
}

.top_cat .cat_title_area .text_area,
.top_cat .cat_title_area .image_area {
  width: 50%;
  padding: 34px;
}

.top_cat .cat_title_area .text_area {
  padding-right: 8px;
}

.top_cat .cat_title_area .image_area img {
  width: 65%;
  height: auto;
}

.top_cat .cat_title_area .text_area p {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme_color);
  margin-bottom: 8px;
}

.top_cat .cat_title_area .text_area h2 {
  font-size: 12px;
  color: var(--theme_color);
}

.top_cat .more_btn {
  position: relative;
  padding: 16px 34px;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  color: var(--theme_color);
}

.top_cat .more_btn:hover {
  background-color: var(--theme_color);
  color: var(--text_color_wh);
  transition: 0.3s;
  font-size: 20px;
}

.top_cat .more_btn:hover .view_more p {
  color: var(--text_color_wh);
  transition: 0.3s;
  font-size: 20px;
}

.top_cat .more_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_cat .more_btn p {
  width: fit-content;
}

#concept .inner_wrapper p {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}

/* contact */
#top_contact {
  background-color: var(--theme_color);
  color: var(--text_color_wh);
  margin-top: 80px;
  text-align: center;
}

#top_contact .inner_wrapper {
  padding: 40px 24px;
}

#top_contact p {
  font-size: 14px;
  font-weight: 600;
}

#top_contact h2 {
  color: var(--text_color_wh);
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 40px;
  font-size: 11px;
}

#top_contact .top_to_contact_btn {
  margin: 32px auto;
  text-align: center;
}

#top_contact .top_to_contact_btn a {
  display: inline-block;
  padding: 6px 24px;
  border-bottom: 2px solid var(--text_color_wh);
  color: var(--text_color_wh);
  font-weight: 700;
}

#top_contact .top_to_contact_btn a:hover {
  border: 2px solid var(--text_color_wh);
  cursor: pointer;
  transition: 0.3s;
}

/* footer-------------------- */
footer {
  width: 100%;
  padding: 16px 4px 8px;
  background-color: var(--theme_color);
  font-size: 11px;
}

footer nav {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}

footer ul li a {
  display: block;
  padding: 4px 8px;
  color: var(--text_color_wh);
  font-weight: 600;
}

footer .copyright {
  text-align: center;
  color: var(--text_color_wh);
}

#top_contact .bl_top_btn {
  width: 160px;
  border-bottom: 3px solid var(--text_color_wh);
  margin: 0 auto;
}

#top_contact .bl_top_btn a {
  color: #e6e6e6;
}

#top_contact .bl_top_btn .view_more {
  display: inline-block;
}

#top_contact .bl_top_btn .arrow {
  display: inline-block;
}

/* page common------------------------------------------ */
.page_common p {
  font-size: 12px;
}

.page_common #page_fv {
  width: 100%;
}

#page_fv .fv {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page_common article {
  margin-top: -80px;
}

.ly_page_top_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.bl_page_top_title {
  width: 50%;
  min-width: 188px;
  height: 125px;
  background-color: var(--text_color_wh);
  padding: 45px 20px;
  box-shadow: 1px 1px 4px var(--gray_back);
  color: var(--theme_color);
}

.bl_page_top_title p {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: bold;
}

.bl_page_top_title h2 {
  font-size: 12px;
}

.bread_list {
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  padding-left: 10px;
}

.bread_list p {
  font-size: 10px;
  color: var(--dark_gray);
  padding: 16px;
}

.bread_list p .bread_present {
  font-weight: 600;
  color: var(--theme_color);
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

/* company page------------------ */
.company_page #page_fv .fv {
  background-image: url(./img/company_fv.jpeg);
  background-position: 50% 40%;
}

.company_page #top_message .image_area {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.company_message #top_message {
  display: flex;
}

.company_page #top_message .inner_wrapper {
  width: 95%;
  padding: 8px;
  margin: 32px auto 40px;
  background-color: var(--theme_color);
}

.company_page #top_message .corp_logo {
  width: 95%;
  margin: 0 auto 40px;
}

.company_page .inner_wrapper .message_area {
  background-color: var(--text_color_wh);
  color: var(--theme_color);
  padding: 8px;
  margin: 0 auto;
}

.topMessage_page #page_fv .fv {
  background-image: url(./img/topMessage_fv2.jpeg);
}

#top_message h3 {
  margin-bottom: 8px;
}

#top_message p {
  line-height: 1.5;
}

#top_message .ceo_name {
  padding: 16px 16px 0;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
}

.company_page #concept {
  background-color: var(--theme_color);
  color: var(--text_color_wh);
  padding: 32px 0;
  text-align: center;
}

.company_page #concept .inner_wrapper {
  padding: 16px;
}

.company_page #concept h3 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 21px;
}

.company_page #concept p {
  font-size: 13px;
}

.company_page #concept .inner_wrapper h3 {
  min-width: 65px;
  font-size: 14px;
}

.company_page #concept .bl_concept {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.company_page #concept .bl_concept p {
  display: inline-block;
}

.company_page #company_info .inner_wrapper {
  padding: 40px 16px;
  color: var(--theme_color);
}

.company_page #company_info .inner_wrapper h3 {
  text-align: center;
  margin-bottom: 16px;
}

.company_page #company_info .inner_wrapper .company_desc .title {
  font-weight: 600;
  margin-bottom: 4px;
}

.company_page #company_info .inner_wrapper .company_desc h4 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}

#company_info .company_desc {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

#company_info.inner_wrapper {
  width: 60%;
  margin: 0 auto;
}

#company_info .company_desc div {
  width: 100%;
  margin-top: 36px;
}

#company_info .company_desc div dt {
  width: 100%;
  text-align: left;
}

#company_info .company_desc div dd {
  width: 100%;
  text-align: left;
}

.company_page #access .inner_wrapper h3 {
  text-align: center;
  color: var(--theme_color);
  margin-bottom: 24px;
}

.company_page #access .map_area {
  width: 100%;
  height: 200px;
}

/* Service page------------------------ */
.service_page .fv {
  background-image: url(./img/service_fv.jpeg);
}

.service_page .top_cat .cat_title_area .image_area img {
  width: 100%;
}

#carousel {
  margin: 120px 0 100px;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

#carousel .inner-wrapper {
  max-width: 1000px;
  margin: 65px auto;
}

#carousel .carousel_slide {
  padding: 0;
}

#carousel .carousel_article a {
  display: block;
}

#carousel .carousel_slide img {
  width: 98%;
  height: 200px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

#carousel .carousel_article_info_title {
  height: 40px;
  margin: 8px 0 12px;
  font-size: 16px;
}

#carousel .carousel_article_info_title a {
  color: var(--theme_color);
}

#carousel .carousel_article_info_btn {
  width: 120px;
  height: 40px;
  font-size: 14px;
  color: var(--text_color_wh);
  background-color: var(--theme_color);
  border: none;
  border-radius: 1.25rem;
  transition: 0.3s;
}

#carousel .carousel_article_info_btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}

#carousel .carousel_article_info_btn a {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: var(--text_color_wh);
}

#carousel .carousel_article {
  max-width: 18.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#carousel .carousel_article_info_category {
  width: -moz-fit-content;
  /* Firefox */
  width: fit-content;
  /* other browsers */
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.625rem;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  color: #aaa;
}

#carousel .carousel_article_info_category.service {
  border: 0.0625rem solid orange;
  color: orange;
}

#carousel .carousel_article_info_category.support {
  border: 0.0625rem solid lightblue;
  color: lightblue;
}

#carousel .carousel_article_info_category.network {
  border: 0.0625rem solid greenyellow;
  color: greenyellow;
}

#carousel .carousel_article_info_category.cloud {
  border: 0.0625rem solid yellow;
  color: yellow;
}

#carousel .carousel_article_info_category .article_info {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}

/* Contact page------------------------ */
.contact_page .fv {
  background-image: url(./img/contact_fv.jpeg);
}

.contact_page #form_area .inner_wrapper {
  width: 100%;
  max-width: 600px;
  padding: 16px;
  margin: 0 auto;
  color: var(--theme_color);
}

.contact_page .one_q {
  width: 100%;
  padding: 16px 8px;
}

.contact_page .q_title {
  font-weight: 600;
  margin-bottom: 4px;
}

.contact_page .q_title .must::after {
  content: "*";
  padding: 4px;
  color: red;
  font-size: 12px;
}

.contact_page .input_area {
  width: 100%;
}

.contact_page .input_area input,
.contact_page .input_area textarea {
  width: 90%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid var(--gray_back);
  border-radius: 8px;
}

.contact_page .send_btn {
  text-align: center;
}

.contact_page .send_btn input {
  width: 250px;
  padding: 16px;
  background-color: var(--dark_gray);
  border: 2px solid var(--gray_back);
  color: var(--text_color_wh);
  font-weight: 600;
}

.contact_page .input_area input[type="checkbox"] {
  width: 25px;
}

.contact_page .send_btn input:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}

/* information page-------------------- */
.information_page .fv {
  background-image: url(./img/news_fv1.jpg);
}

.information_page #all_info {
  width: 100%;
}

.information_page #all_info .inner_wrapper {
  width: 95%;
  max-width: 600px;
  padding: 16px;
  margin: 0 auto;
}

.information_page #all_post {
  width: 100%;
  color: var(--theme_color);
}

.information_page #all_post .one_post {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: nowrap;
  padding: 16px 0 8px;
  border-bottom: 1px dotted var(--gray_back);
}

.information_page #all_post .one_post:hover {
  cursor: pointer;
  border: 2px solid var(--theme_color);
  transition: 0.3s;
}

.information_page .one_post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.information_page .one_post .post_cat {
  width: fit-content;
  padding: 4px 8px;
  border: 1px solid var(--theme_color);
  font-weight: 500;
}

.information_page .one_post .post_date {
  padding: 4px;
  color: var(--dark_gray);
}

.information_page .one_post .post_title {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0 0;
}

/* privacy page--------------------------- */
.privacy_page {
  color: var(--theme_color);
  line-height: 1.8;
}

.privacy_page .inner_wrapper {
  width: 100%;
  max-width: 800px;
  padding: 80px 16px;
  margin: 0 auto;
}

.privacy_page .page_title_area {
  padding: 16px 16px 40px;
  text-align: center;
}

.privacy_page .page_title_area p {
  font-size: 16px;
}

.privacy_page .page_title_area h2 {
  font-size: 11px;
}

.privacy_page .contact_privacy {
  padding: 16px 8px;
}

/* single page common */
#single_page {
  width: 100%;
  min-height: 60vh;
  padding: 4.125em 0;
  line-height: 1.8;
}

#single_page.page_common {
  padding-bottom: 0;
}

#single_page li {
  list-style: none;
}

#single_page .inner_wrapper {
  margin: 2em 1.25em;
  color: #333;
}

#single_page.page_common .article {
  margin-top: 0;
}

#single_page .h1 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  text-align: left;
}

#single_page .article h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2.5em;
  padding-bottom: 0.625em;
  border-bottom: 2px solid #333;
}

/* #single_page .article h3 {
    padding: 1rem 2rem;
    border-left: 5px solid #000;
    background: #f4f4f4;
  }
  #single_page .article h4 {
    padding: 1rem 2rem;
    border-left: 6px double #000;
    background: #f4f4f4;
  } */
#single_page .article p {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 1.5em;
}

#single_page .post_title {
  font-size: 0.875rem;
}

#single_page .inner-wrapper .bread a {
  text-decoration: none;
  color: #333;
}

#single_page article {
  border-radius: 0.25em;
  width: 100%;
}

/* #single_page p {
    padding: 1em 0;
  } */
#single_page .post_thumbnail img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 250px;
	height: auto;
	margin: 0 auto;
}

#single_page .bread_list {
  width: 100%;
  text-align: right;
  margin-bottom: 0.75em;
}

#single_page .bread_list .bread .bread_present_page {
  text-decoration: none;
  color: #333;
}

#single_page .post_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  font-size: 10px;
  margin: 1.25em 0 2.1875em;
}

#single_page .post_tag li {
  background-color: #ededed;
  padding: 0.3125em 0.75em;
  margin-left: 0.375em;
}

.sidebar {
  width: 100%;
}

.sidebar li {
  list-style: none;
}

.sidebar h4 {
  position: relative;
  padding: 0.5em 1em;
  margin: 0 1.25em;
  color: var(--theme_color);
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.sidebar h4::before {
  display: block;
  content: "";
  width: 0.5em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme_color);
  border-radius: 8px;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 113px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.9375em;
  margin: 0 1.25em 1.25em;
}

.media div.img {
  width: 33vw;
  height: 100%;
/*  overflow: hidden;*/
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625em;
}
.media div.img img{
	max-width:  100px;
    max-height: 100px;
	margin: auto;
	width:  auto;
    height: auto;
	display: block;
}
.media_article_info {
  width: 66vw;
  height: 100%;
  position: relative;
  color: var(--theme_color);
  font-weight: bold;
}

.media_article_info_title {
  border: none;
  font-size: 0.75em;
}

.media .media_article_info .media_article_info_contents {
  font-size: 0.65em;
  height: 65px;
  text-overflow: ellipsis("...");
}

.media_article_info_btn .btn {
  display: block;
  width: 47%;
  max-width: 90px;
  min-width: 80px;
  height: 2.8em;
  font-size: 0.625rem;
  color: var(--text_color_wh);
  background-color: var(--theme_color);
  border: none;
  border-radius: 1.25em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
}

.media_article_info_btn .btn {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.media_article_info_btn .btn a {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: var(--text_color_wh);
}

.toBtn {
  width: 100%;
  height: 80px;
  font-weight: bold;
}

.toBtn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 0.875rem;
}

.toBtn a img {
  margin-right: 0.5em;
}

.single_footer #top_contact {
  margin-top: 0;
}

.wp-block-search__input {
  width: 70%;
}

.widget_block.widget_categories {
  width: 100%;
  background-color: rgba(27, 40, 136, 0.1);
  margin: 0.8125em 0 0;
  padding: 0.5em 1.25em 1.5625em;
}

.widget_block.widget_categories a {
  color: #333;
  font-weight: bold;
}

.wp-block-categories-list>li>a {
  border-bottom: 2px solid var(--theme_color);
  position: relative;
}

.wp-block-categories-list>li>a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5em;
  /*1.5倍にする*/
  color: var(--theme_color);
}

.wp-block-search__button-outside {
  margin: 0 1.25em;
}

.wp-block-search__button-outside label,
.wp-block-search__button-outside input {
  font-size: 0.75rem;
}

.widget_categories ul li a {
  display: block;
  font-size: 0.875em;
  padding: 1em 0.625em;
  position: relative;
}

.children li {
  border-bottom: 2px dashed rgba(27, 40, 136, 0.5);
}

/* 目次プラグイン */
#toc_container.no_bullets {
  margin: auto;
  padding: 1.875em;
  margin-bottom: 3.125em;
}

#toc_container .toc_list li a {
  color: #333;
}

#toc_container p.toc_title {
  text-align: left !important;
  position: relative;
  font-size: 0.875rem;
}

#toc_container p.toc_title::after {
  content: "";
  display: block;
  width: 76%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #b5b5b5;
}

/* search_page */
.search_page .inner_wrapper {
  margin: 5rem auto;
}

.category_name {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
  color: var(--theme_color);
  font-size: 1rem;
}

/* privacy page--------------------------- */

.x-net_page #page_fv .fv {
  background-image: url(./img/xnet_fv.png);
}

/*recruit*/
.recruit_page #page_fv .fv {
  background-image: url(./img/recruit_fv1.jpg);
}

#recruit_info .ly_recruit_contents {
  width: 90%;
  max-width: 600px;
  margin: 50px 20px;
  color: var(--theme_color);
}

#recruit_info .inner_wrapper .bl_recruit_contents {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px;
}

/* X-net */
#x-net-contents {
  font-weight: bold;
  color: var(--theme_color);
}

#x-net-contents .inner_wrapper {
  width: 100%;
  margin: 55px 0 80px;
  padding: 0 10px;
}

#x-net-contents h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

#x-net-contents h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

#x-net-contents p {
  font-weight: 400;
  line-height: 1.5;
}

#x-net-contents .large_text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

#x-net-contents .bl_x-netInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 25px 0 40px;
  max-width: 100%;
}

#x-net-contents .bl_x-netInfo_contents {
  width: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#x-net-contents .bl_x-netInfo_strength {
  width: 100%;
  height: 113px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--theme_color);
}

#x-net-contents .bl_x-netInfo_contents img {
  width: 20px;
  text-align: center;
  margin: 10px auto;
}

#x-net-contents .bl_x-netInfo_txt {
  font-size: 10px;
  text-align: center;
  color: var(--base_color);
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#x-net-contents .bl_x-netInfo_largetxt {
  font-size: 24px;
  color: var(--base_color);
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#x-net-contents .bl_x-netInfo_merit {
  width: 100%;
  height: 105px;
  border-radius: 8px;
  border: 3px solid var(--theme_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#x-net-contents .bl_x-netInfo_merit p {
  padding: 30px 3px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#x-net-contents .bl_x-netInfo_serviceTxt {
  margin: 0 20px;
  font-size: 10px;
}

#x-net-contents .end_ex_text img {
  display: block;
  margin-left: auto;
}

.el_detailButton {
  width: 64%;
  max-width: 350px;
  height: 50px;
  margin: 40px auto 0;
  background-color: var(--theme_color);
  transition: 0.3s;
}

.el_detailButton:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.el_detailButton a {
  display: block;
  height: 100%;
  color: var(--base_color);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.el_detailButton a p {
  padding: 15px;
}

#x-net-contents .hp_fz8 {
  font-size: 8px;
}

/* 追記ｘ－ねと */
/* #x-net-contents .x_net_comment {
  margin-bottom: 35px;
}
#x-net-contents .x_net_parts .image_area {
  margin-right: -100px;
  margin-bottom: 10px;
}
#x-net-contents .x_net_parts .image_area:nth-child(1) {
  background-image: url(./img/security-s.jpeg);
}

#x-net-contents .x_net_parts .image_area:nth-child(2) {
  background-image: url(./img/price-s.jpeg);
  margin-right: -100px;
  margin-bottom: 10px;
}

#x-net-contents .x_net_parts .image_area:nth-child(3) {
  background-image: url(./img/result-s.jpeg);
  margin-right: -100px;
  margin-bottom: 10px;
}

#x-net-contents .x_net_parts .x_net_part {
  padding: 16px;
  margin: 0 0 60px;
  color: #355ca8;
  border: 3px solid #355ca8;
}
#x-net-contents .x_net_parts {
  margin-bottom: 60px;
}

#x-net-contents .x_net_parts .image_area {
  margin-bottom: 10px;
}

#x-net-contents .x_net_parts .ly_x_net_part {
  background-color: #fff;
}

#x-net-contents .x_net_parts .ly_x_net_part .x_net_part {
  padding: 16px;
  margin: 15px;
  color: #355ca8;
  border: 3px solid #355ca8;
} */
/* -----------------------------------
 500px ~ 780px
------------------------------------ */
@media only screen and (min-width: 500px) {

  /* common */
  .page_common p {
    font-size: 14px;
  }

  .top_cat .cat_title_area .text_area p {
    font-size: 20px;
  }

  footer {
    font-size: 14px;
  }

  /* index */

  /* page common */
  .page_common #page_top_title .inner_wrapper {
    display: flex;
    margin: 65px;
  }

  .page_common #page_top_title p {
    font-size: 24px;
  }

  .page_common #page_top_title h2 {
    font-size: 16px;
  }

  .page_common article {
    margin-top: -120px;
  }

  .page_common article {
    margin-top: -160px;
  }

  .bl_page_top_title {
    width: 30%;
    min-width: 350px;
    max-width: 350px;
    height: 200px;
    padding: 72px 32px;
  }

  .bread_list,
  .bread,
  .bread_present_page {
    display: none;
    font-size: 10px;
  }

  /* company */
  .company_page #top_message .inner_wrapper,
  .company_page #top_message .corp_logo {
    max-width: 400px;
  }

  .company_page #concept p {
    font-size: 15px;
  }

  .company_page #concept .inner_wrapper h3 {
    min-width: 65px;
    font-size: 16px;
  }

  #concept .bl_concept {
    width: 60%;
    max-width: 720px;
    margin: 0 auto;
  }

  #company_info .inner_wrapper {
    width: 100%;
    margin: 0 auto;
  }

  #company_info .company_desc div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
  }

  #company_info .company_desc div dt {
    width: 43%;
    text-align: left;
  }

  #company_info .company_desc div dd {
    width: 57%;
    text-align: left;
  }

  .company_page .company_desc {
    padding: 16px;
  }

  .company_page #company_info .inner_wrapper .company_desc h4 {
    font-size: 14px;
    margin-bottom: 16px;
  }

  /* service */

  #carousel .inner-wrapper {
    margin: 120px auto 100px;
  }

  .search_page .inner_wrapper {
    width: 95%;
  }

  .sidebar {
    max-width: 600px;
    margin: 50px auto 0;
  }

  .media {
    height: 113px;
  }

  .media_article_info_title {
    font-size: 0.8rem;
  }

  /* privacy */
  .privacy_page .page_title_area p {
    font-size: 24px;
  }

  .privacy_page .page_title_area h2 {
    font-size: 16px;
  }

  /*contact*/

  #top_contact .bl_top_btn {
    width: 200px;
  }

  #top_contact .inner_wrapper p {
    font-size: 20px;
  }

  #top_contact .inner_wrapper h2 {
    font-size: 14px;
  }

  /* x-net */
  /* #x-net-contents .inner_wrapper_h2 {
    font-size: 16px;
  }
  #x-net-contents .bl_x-netInfo_merit p {
    font-size: 14px;
  }
  #x-net-contents .bl_x-netInfo_serviceTxt {
    font-size: 14px;
  }
  #x-net-contents .bl_x-netInfo {
    margin: 40px 0 60px;
  }
  #x-net-contents .bl_x-netInfo_txt {
    font-size: 14px;
  }
  #x-net-contents .bl_x-netInfo_txt.hp_fz7 {
    font-size: 11px;
  }
  #x-net-contents .bl_x-netInfo_strength {
    height: 200px;
  }
  #x-net-contents .bl_x-netInfo_merit {
    height: 180px;
  }
  #x-net-contents .bl_x-netInfo_contents img {
    margin: 25px auto;
    width: 45px;
  }
  #x-net-contents .bl_x-netInfo_service {
    display: flex;
  }
  #x-net-contents .bl_x-netInfo_serviceTxt {
    margin-right: 100px;
    font-size: 14px;
  }
  #x-net-contents .el_detailButton {
    margin: 60px auto 0;
  }

  #x-net-contents .x_net_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 700px;
  }
  #x-net-contents .x_net_parts:nth-child(2) {
    flex-direction: row-reverse;
  }
  #x-net-contents .x_net_parts .x_net_part {
    width: 100%;
  }
  #x-net-contents .x_net_parts .image_area {
    height: fit-content;
    object-fit: cover;
    margin-bottom: 10px;
  } */
}

/* -----------------------------------
 780px ~ 1980px
------------------------------------ */
@media only screen and (min-width: 780px) {

  /* common */
  header .inner_wrapper {
    background-color: #1b288e95;
  }

  header .desktop_menu {
    display: block;
  }

  header .inner_wrapper .hum_menu {
    display: none;
  }

  .bl_page_top_title {
    margin-left: 120px;
  }

  /* index */
  .index_page #top_news {
    /* margin-left: 20%; */
    margin-right: auto;
    margin-left: auto
  }

  .index_page article,
  .service_article {
    max-width: 100%;
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .index_page .top_cat,
  .service_page .top_cat {
    width: 49%;
  }

  .bl_top_btn p {
    font-size: 18px;
    padding-left: 10px; /*25px*/
  }

  #top_contact .inner_wrapper p {
    font-size: 23px;
  }

  #top_contact .inner_wrapper h2 {
    font-size: 14px;
  }

  #top_contact .top_to_contact_btn a i {
    margin-left: 24px;
  }

  #top_contact .bl_top_btn {
    width: 220px;
  }

  /* page_common */

  /* company */
  .company_page #top_message {
    max-width: 700px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto 60px;
  }

  .company_page #top_message .inner_wrapper {
    margin: 0;
    margin-top: 20%;
    height: fit-content;
    z-index: 2;
  }

  .company_page #top_message .corp_logo {
    margin-left: -70px;
    margin-bottom: 60px;
  }

  .company_page #concept p {
    font-size: 15px;
  }

  .company_page #concept .inner_wrapper h3 {
    font-size: 16px;
  }

  #concept .inner_wrapper p {
    text-align: left;
    font-weight: normal;
    max-width: 420px;
  }

  #concept .bl_concept {
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
  }

  #company_info.inner_wrapper {
    width: 60%;
  }

  #company_info .company_desc {
    width: 60%;
    max-width: 600px;
    min-width: 600px;
    margin: 0 auto;
  }

  /* contact */

  /* blog content */
  .sidebar_grid {
    display: flex;
  }

  #single_page .inner_wrapper {
    margin: 2em auto;
    max-width: 45.8%;
  }

  #single_page .h1 {
    font-size: 1.25rem;
  }

  #single_page .article p {
    font-size: 0.875em;
  }

  #toc_container p.toc_title {
    font-size: 1rem;
  }

  #single_page .article h2 {
    font-size: 1rem;
  }

  #single_page .bread_list,
  #single_page .bread,
  #single_page .bread_present_page {
    display: inline-block;
  }

  #single_page .post_tag {
    font-size: 0.6875rem;
    margin: 2.72em 0 4.54em;
  }

  .sidebar {
    max-width: 30%;
    margin: 2em 1em 2em 0;
  }

  .sidebar .sidebarTitle {
    margin: 0 0 1.3em;
  }

  .toBtn {
    height: 16vh;
    padding-bottom: 2.5em;
  }

  .toBtn a {
    font-size: 1em;
  }

  .media {
    margin: 0 0 1.5625em;
    gap: 1.5em;
  }

  .category_name {
    font-size: 1.25em;
  }

  .search_page .media .media_article_info .media_article_info_contents {
    font-size: 0.8em;
  }

  .widget_block.widget_categories {
    margin-top: 1.5625em;
  }

  .widget_block.widget_categories ul li a {
    padding: 1em 0.8em;
  }

  /* search.php */
  .search_page .inner_wrapper {
    max-width: 45%;
    min-width: 45%;
  }

  /*recruit*/
  #recruit_info .ly_recruit_contents {
    width: 60%;
    margin: 70px auto;
  }

  /* x-net */
  #x-net-contents .inner_wrapper {
    width: 66%;
    max-width: 800px;
    margin: 0 auto;
  }

  /*footer*/
  footer nav {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 60px;
    margin-bottom: 70px;
  }

  footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
