@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  scroll-behavior: smooth;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

  /*  メルマガ -----------------------*/
  .side_mail{}


/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  font-family: "Helvetica Neue","Helvetica","Arial",sans-serif; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a, button {
  color: #4054CA;
  transition: opacity 0.2s;
  cursor: pointer; 
}
  a:hover, button:hover {
    opacity: .5; 
  }

table {
  border-spacing: 0; }
  table th {
    font-weight: normal; }

#wrapper {
  position: relative; 
}

  #wrapper #container {
    display: flex; }

.w60 {
  width: 60px !important; }

.w100 {
  width: 100px !important; }

.w150 {
  width: 150px !important; }

.w200 {
  width: 200px !important; }

.w250 {
  width: 250px !important; }

.w300 {
  width: 300px !important; }

.w350 {
  width: 350px !important; }

.w400 {
  width: 400px !important; }

.w450 {
  width: 450px !important; }

.w500 {
  width: 500px !important; }

.w550 {
  width: 550px !important; }

.w600 {
  width: 600px !important; }

.w50p {
  width: 50% !important; }

.w100p {
  width: 100% !important; }

.taR {
  text-align: right; }

.taC {
  text-align: center; }

.fwB {
  font-weight: bold; }

.mT0 {
  margin-top: 0 !important; }

.pT0 {
  padding-top: 0 !important; }

.cursorP {
  cursor: pointer; }

.txtHidden {
  display: block;
  text-indent: -99999px; }

.header-0 #header {
  background-color: #000000;
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  }
  .header-0 #header .inner {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 60px;
    float: none;
  }
    .header-0 #header .inner .logoMeviy {
      position: absolute;
      top: 16px;
      left: 12px; }
      .header-0 #header .inner .logoMeviy a {
        width: 152px;
        height: 30px;
        background-image: url(../img/img_logo_01.png);
        background-size: 152px auto; }
    .header-0 #header .inner .logoMisumi {
      position: absolute;
      top: 22px;
      right: 12px; }
      .header-0 #header .inner .logoMisumi a {
        width: 74px;
        height: 17px;
        background-image: url(../img/img_logo_03.png);
        background-size: 74px auto; }
    .header-0 #header .inner .txtService {
      font-size: 1.8rem;
      color: #FFF;
      position: absolute;
      top: 22px;
      left: 174px;
      font-weight: bold; }
    .header-0 #header .inner .txtService a{
      color: #fff;
      text-decoration: none;
    }
    .header-0 #header .inner .inpWord {
      width: 300px;
      height: 30px;
      background-color: #FFF;
      border-radius: 15px;
      position: relative;
      top: 15px;
      left: 50%;
      margin-left: -150px; }
      .header-0 #header .inner .inpWord input[type="text"] {
        width: 250px;
        height: 30px;
        font-size: 1.3rem;
        position: absolute;
        top: 0;
        left: 13px; }
        .header-0 #header .inner .inpWord input[type="text"]:focus {
          outline-style: none; }
      .header-0 #header .inner .inpWord .btnSearch {
        width: 40px;
        height: 26px;
        background: linear-gradient(#ffdb4d, #fc0);
        background-position: 50% 50%;
        background-size: 17px auto;
        border-radius: 15px;
        position: absolute;
        top: 2px;
        right: 3px; }
        .header-0 #header .inner .inpWord .btnSearch:focus {
          outline-style: none; }
        .header-0 #header .inner .inpWord .btnSearch .searchIcon {
          padding: 0;
          margin: 0 auto;
          position: absolute;
          width: 16px;
          left: 11px; }

        .wpml-ls-legacy-dropdown{
            width: 9em;
            position: absolute;
            top: 17px;
            right: 100px;
            background: #fff;
        }
        .wpml-ls-legacy-dropdown a:hover{
            opacity: 1 !important;
        }
        .wpml-ls-statics-footer{
          display: none;
        }

        @media screen and (max-width: 768px) {

          .wpml-ls-legacy-dropdown {
            right: 10px;
            top: 10px;
          }
        }
        @media screen and (max-width: 500px) {

          .wpml-ls-legacy-dropdown {
            display: none;
          }
          .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
            display: block;
            bottom: 265px;
            margin: 0;
            position: relative;
            background-color: #c4c4c4;
          }
        }


    .header-0 #header .inner .btnPrint {
      position: absolute;
      top: 13px;
      right: 101px; }
      .header-0 #header .inner .btnPrint a {
        display: block;
        box-sizing: border-box;
        width: 110px;
        height: 34px;
        line-height: 34px;
        border: 1px solid #fff;
        border-radius: 3px;
        color: #FFF;
        text-decoration: none;
        background-image: url(../img/ico_print.svg);
        background-size: 16px auto;
        background-position: 10px 50%;
        text-align: center;
        padding-left: 21px; }

#footer.footer-0 {
  box-sizing: border-box;
  background-color: #f2f2f2;
  position: relative;
  padding: 20px;
  margin-top: auto;
  overflow: hidden; }
  #footer.footer-0 a {
    text-decoration: none; }
  #footer.footer-0 .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative; 
  }
    #footer.footer-0 .inner > div {
      flex: 1;
      font-size: 1.1rem;
      line-height: 1; }
      #footer.footer-0 .inner > div.boxAsk {
        flex: 0;
        flex-basis: 400px;
        align-self: center; }
        #footer.footer-0 .inner > div.boxAsk .txt {
          margin: 5px 0;
          font-weight: bold;
          text-align: center; }
          #footer.footer-0 .inner > div.boxAsk .txt br {
            display: none; }
        #footer.footer-0 .inner > div.boxAsk .email {
          font-size: 26px;
          color: #E06464;
          font-family: Arial;
          font-weight: bold;
          text-align: center; }
          #footer.footer-0 .inner > div.boxAsk .email a {
            color: #E06464; }
      #footer.footer-0 .inner > div.boxLink {
        border-left: 1px solid #d9d9d9; }
        #footer.footer-0 .inner > div.boxLink > ul {
          padding-left: 20px; }
          #footer.footer-0 .inner > div.boxLink > ul li {
            margin-top: 10px; }
            #footer.footer-0 .inner > div.boxLink > ul li a {
              color: #4C4C4C; }
            #footer.footer-0 .inner > div.boxLink > ul li.logo img {
              width: 124px; }
            #footer.footer-0 .inner > div.subLogo {
              flex: 0.6;
              align-self: flex-end; }
            #footer.footer-0 .inner > div.subLogo img {
              width: 90px; }
    #footer.footer-0 .inner .outlink {
      display: inline-block; }
      #footer.footer-0 .inner .outlink:after {
        display: inline-block;
        content: "";
        width: 9px;
        height: 9px;
        background: url(../img/ico_newtab.svg) no-repeat;
        background-size: 9px auto;
        margin-left: 5px;
        vertical-align: text-top; }
  #footer.footer-0 .copyright {
    text-align: center;
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
    padding-top: 10px;
    line-height: 1.6;
    font-size: 11px;
    color: #4C4C4C; }

.toPageTop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 3px; }
  .toPageTop a {
    display: block;
    background-color: #999791;
    color: #fff;
    text-indent: -9999px;
    z-index: 2;
    position: relative; }
    .toPageTop a:before, .toPageTop a:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%; }
    .toPageTop a:before {
      width: 18px;
      height: 18px;
      margin: -8px 0 0 -18px;
      border-right: #fff 1px solid; }
    .toPageTop a:after {
      width: 12px;
      height: 12px;
      margin: -6px 0 0 -6px;
      border-right: #fff 1px solid;
      border-top: #fff 1px solid;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

#nav {
  position: relative;
  /* min-width: 330px;  */
}
  #nav .btnNaviToggle {
    display: none;
  }


#main {
  width: 100%;
  padding-top: 60px;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #main{
    padding-top: 45px;
    min-height: calc(100vh - 45px);
  }
  .page_lp #main{
    padding-top: 60px;
    min-height: calc(100vh - 60px);
  }
}
#main > .inner{
 padding: 15px 0;
 float: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto ;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page_lp{}
.page_lp #main{
}
.page_lp #main > .inner{
  padding: 0;
  max-width: none !important;
  display: block;

}
  .blog_main{
    display: block;
    width: calc(100% - 330px);
  }
  .blog_side{
    overflow: hidden;
    padding-top: 15px;
    width: 300px;
    padding-right: 15px;
  }
  .side_gray{
    background: #e7e7e7;
    padding: 10px;
  }
  #main p#breadcrumbs{
    color: #000000 ;
    font-size: 12px;
  }
  #main p#breadcrumbs a{
    color: #000000 ;
    text-decoration: none;
    font-weight: 600;;
  }
  /* description */
  .page_description{
    display: block;
    overflow: hidden;
    width: 100%;;
    padding: 15px 25px 15px 15px;
  }
  #page_info-top .page_description{

  }
  #main .page_description h1{
    font-size: 25px;
    color: #000000 ;
    font-weight: 600;
    margin: 0 0 5px 0;
    padding: 0;
  }
  #main .page_description h1 small{font-size: 14px;}
  #main .page_description h1 a{
    color: #000000 ;
    text-decoration: none;
  }
  .page_description p{
    font-size: 15px;
    color: #000000 ;
    font-weight: 400;
    text-align: justify;
  }
/* INFO TOP-------------------- */
#main .page_description h1.h1_home{
    font-size: 45px;
  }
  #page_info-top .page_description p{
    font-size:  17px;
    text-align: left;
    line-height: 130%;
  }

  .info-top_title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 30px;
  }
.info-top_title_text{
    width: calc(100% - 330px);
  }
  .info-top_carousel{width: 300px;}
  ul.info_carousel{
    margin: 0;
    padding: 20px 0 0 0;
  }
  ul.info_carousel li{
    margin: 0;
    padding: 0;
  }
  ul.info_carousel li a{
    text-decoration: none;
    color: #000;
   }
  ul.info_carousel li img{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .carousel_cat{
    font-size: 12px;
  }
  .carousel_title{
    font-size: 16px;
    font-weight: 600;
  }
@media screen and (max-width: 1000px) {
  .info-top_title{
    flex-direction: column;
    padding-right: 0;
  }
  .info-top_title_text{
    width: 100%
  }
  .info-top_carousel{width: 300px;
  margin: 20px auto;}
}
/* INFO TOP END -------------------- */
  ul.blog_main_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

  }
  ul.blog_main_list > li{
    display: flex;
    flex-direction: column;
    padding: 0px 15px 30px 15px;
    width: 33%;
    box-sizing: border-box;
  }
  .blog_main_list.home_list_example > li{
  width: 25%
}
  ul.blog_main_list > li img{
    width: 100%;
    height: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 3px;
  }
  ul.blog_main_list > li > a{
    color: #000000;
    text-decoration: none;
  }
  .ul.blog_main_list > li{
    margin: 0;
    padding: 0;
  }
  ul.blog_main_list > li h3{
    font-size: 15px !important;
    font-weight: 700;
    line-height: 120%;;
    margin: 0 0 6px 0 !important;
  }
  ul.blog_main_list > li h3 .acv_date{
    font-size: 10px;
    font-weight: 400;
  }
    ul.blog_main_list > li p{
      font-size: 13px;
      font-weight: 400;
    }
  ul.blog_main_list > li > a small{
    font-size: 11px;
    font-weight: 400;
  }
  ul.acv_term{
    list-style: none;
    margin: 0 !important;
    padding: 5px 0 0 0 !important;
  }
  ul.acv_term li{
    list-style-type: none;
    display: block;
    float: left;
    padding: 0 !important;
    margin: 7px 7px 0 0
  }
   ul.acv_term li a{
    padding: 2px 4px;
    border: #000 1px solid;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    -moz-border-radius:4px;
    border-radius:4px;
    text-decoration: none;
   }
    ul.acv_term li a:hover{
      background: #0b1364;
      color: #fff;
      opacity: 1;
    }
@media screen and (max-width: 1100px) {
  ul.acv_term li a{padding: 1px 2px;}
}
@media screen and (max-width: 600px) {
  ul.acv_term li{margin: 5px 5px 0 0 ;}
}
@media screen and (max-width: 500px) {
  ul.acv_term li{margin: 3px 3px 0 0 ;}
}
/* -----------------------Menu--------------------------*/
ul.info_menu{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 1180px;
  float: none;
  margin: 20px auto;
  clear: both;
  padding-left: 10px;
}
ul.info_menu > li{
  display: block;
  list-style-type: none;
  border-left: 1px solid #000;
  font-size: 12px;
  font-weight: 400;
  padding-left: 5px;
  margin-left: 5px;
}
/* ul.info_menu > li.menu_single{
  font-size: 16px;
  font-weight: 600;
} */
ul.info_menu > li.menu_single{
  font-size: 13px;
  font-weight: 600;
  padding-top: 3px;
}
ul.info_menu a{
  display: block;
  text-decoration: none; 
  padding: 2px 5px;
  color: #000;
}
ul.info_menu > li.no_link > a{
  cursor:default;
  pointer-events: none
}
ul.info_menu > li .current-menu-item{
  text-decoration: underline;
  opacity: 1;
}
ul.info_menu a:hover{
  opacity: 1;
  background: #000;
  color: #fff;
}
ul.info_menu > li > ul{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
ul.info_menu > li > ul > li{
  font-size: 13px;
  font-weight: 600;
  padding: 0 5px;
  margin: 0;
  border-left: 1px solid #000;
}
ul.info_menu > li > ul > li:first-child{
  border: none;
  padding-left: 0;

}
/* @media screen and (max-width:500px) {
  ul.info_menu{flex-wrap: wrap;}
  ul.info_menu > li > ul{flex-direction: column;}
  ul.info_menu > li > ul > li{
    margin: 0px 0 0 0;
    font-size: 12px;
    border: none;
    padding-left: 0;
  }
  ul.info_menu > li.menu_single br{display: inline;}
} */
@media screen and (max-width:800px) {
  ul.info_menu > li.menu_single{font-size: 12px;}
}
@media screen and (max-width:600px) {
  ul.info_menu{display: none;}
}
/* -----------------------pagination--------------------------*/
.acv_pagination{
	display: block;
	margin: 20px 0;
	width: 100%;
	text-align: center;
}
.acv_pagination a{ text-decoration: none;}
.acv_pagination a.acv_num,
.acv_pagination a .acv_prev,
.acv_pagination a .acv_next{
	padding: 5px;
	border: 2px solid #004098;
	margin: 5px;
	font-size: 15px;
	font-weight: 600;
	color:  #004098;
	}

.acv_pagination a:hover{opacity: 1;}
.acv_pagination a.acv_num.acv_current,
.acv_pagination a.acv_num:hover,
.acv_pagination a .acv_prev:hover,
.acv_pagination a .acv_next:hover{
	background: #004098;
	color: #fff;
}
.acv_pagination a .acv_prev,
.acv_pagination a .acv_next{
	-moz-border-radius:20px;
	border-radius:20px;
}

.pagination{text-align: center; margin: 10px 0 50px 0; display: block; }
.pagination a, .pagination .current{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	border: 2px #004098 solid;
	text-decoration: none ;
	margin: 0 5px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}
.entry-content{
  padding: 0 10px;
  line-height: 200%;
}

.entry-content .alignright { float:right;}
.entry-content .alignleft { float:left; }
.entry-content .aligncenter { display: block; margin: 1em auto !important; }

.entry-content img.alignleft, .wp-post-image { display: inline; float: left; margin-right: 24px; margin-bottom: 5px; }
.entry-content img.alignright { display: inline; float: right; margin-left: 24px; margin-bottom: 5px; margin-top: 5px; }
.entry-content img.alignleft { margin-top: 5px; }
.entry-content img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
* { outline: none; }

.entry-content a{text-decoration: underline; color: #555;}
.entry-content p{color: #444; padding-bottom: 10px ; font-size: 14px;}
.entry-content .clear{ clear: both; line-height: 0; height: 0; margin: 0; padding: 0; visibility: hidden; }
.entry-content .clear:after { content: "."; visibility: hidden; height: 0; }
.entry-content blockquote { margin: 15px; }


.entry-content .pagination a{
	background: #fff;
	color: #004098;
}
.entry-content .pagination a:hover,
.entry-content .pagination .current{
	background: #004098;
	color: #fff !important;
	vertical-align: top;
}
.pagination span.pn_pre a,
.pagination span.pn_next a {
	-moz-border-radius:10px;
	border-radius:10px;
}

#main .boxH1 {
  margin-top: 35px;
  padding: 0px;
  border-radius: 7px;
}
  #main .boxH1 h1 {
    font-size: 3rem;
    font-weight: bold; }
  #main .boxH1 .txtH1 {
    font-size: 1.8rem;
    margin-top: 15px; }

#main .topboxH1 {
  margin-top: 35px;
  padding: 25px;
  text-align: center; }
  #main .topboxH1 h1 {
    font-size: 3rem;
    font-weight: bold; }

#main h2 {
  margin-top: 35px;
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

#main h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 25px;
  position: relative;
}

#main h4, #main h5 {
  display: block;
  font-size: 1.4rem;
  margin-top: 35px;
  font-weight: bold; }

#main h6 {
  margin-top: 35px;
  font-size: 1.2rem;
  border-radius: 10px;
  position: relative; 
}


#main .lstBasic {
  margin-top: 35px; }
  #main .lstBasic li {
    margin-top: 10px;
    padding-left: 15px;
    position: relative; }
    #main .lstBasic li:before {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      background-color: #000;
      border-radius: 50%;
      position: absolute;
      top: 6px;
      left: 3px; }

#main .seachList {
  margin-top: 35px; }
  #main .seachList li {
    color: #f2f2f2;
    margin-top: 10px; }
    #main .seachList li .technical_mpb,
    #main .seachList li .technical_shm,
    #main .seachList li .blog_mpb,
    #main .seachList li .blog_shm,
    #main .seachList li .manual_mpb,
    #main .seachList li .manual_shm {
      background: #00918c;
      padding: 2px 4px; }
    #main .seachList li .blog_rp,
    #main .seachList li .manual_rp {
      background: #5b5d5e; }
    #main .seachList li .blog_dm,
    #main .seachList li .manual_dm {
      background: #be000e;
      padding: 2px 6px; }
    #main .seachList li .blog_common,
    #main .seachList li .manual_common {
      background: #0a1464;
      padding: 2px 6px; }
    #main .seachList li span {
      font-size: 1.2rem;
      margin-right: 8px;
      padding: 2px 9px; }

#main .txtBasic {
  margin-top: 35px; }
#main .entry-content h1,
#main .entry-content h2,
#main .entry-content h3,
#main .entry-content h4,
#main .entry-content h5,
#main .entry-content h6{
    border: none;
    font-weight: 600;
    color: #000;
    line-height: 120%;
  }
  #main .entry-content h1{
    font-size: 3.4em;
    margin: 50px 0 0px 0;
    text-align: center;
    font-weight: 800;
    color: #000;
  }
  #main .entry-content h1.user_case-title{
    padding: 0 !important;
    margin: 0 0 0 0 !important;
  }
 #main .entry-content h1.user_case-title span{
    display: block;
    text-align: center;
    float: none;
    margin: 0px 0 20px 0;
    padding: 0 !important;
    font-size: 20px;
    font-weight: 600;
    background: #000;
    color: #fff;
    line-height: 180%;
  }

  .title_company_after{
    border-bottom: 4px solid #000;
  }
  #main .entry-content h1 small{
    font-size: 0.5em;
    line-height: 120%;
  }
  #main .entry-content h2{
    font-size: 2.7em;
    margin: 60px 0 15px 0;
    padding: 0;
    /* border-bottom: 3px solid #000; */
  }
  #main .entry-content h3{
    font-size: 1.9em;
    margin: 25px 0 10px 0;
    padding: 5px 0 0 15px !important;
    border-bottom: none;
    border-left: 6px solid #000
}
#main .entry-content h3:before{
  display: none;
}
#main .entry-content h4{
  font-size: 1.6em;
  margin: 20px 0 10px 0;
  padding: 5px 0 0 10px !important;
  border-left: 6px solid #000
}
#main .entry-content h5{
  font-size: 1.2em;
  margin: 15px 0 10px 0;
  padding: 5px 0 0 10px !important;
  border-left: 6px solid #000
}
@media screen and (max-width:700px) {
  #main .entry-content h1{
    font-size: 2.5em;
    margin: 30px 0 10px 0;
  }
  #main .entry-content h2{
    font-size: 1.7em;
    border-bottom: 2px solid #4C4C4C;
  }
  #main .entry-content h3{
    font-size: 1.2em;
    border-left: 6px solid #4C4C4C;
  }
  #main .entry-content h4{
    font-size: 16px;
  }
  #main .entry-content h5{
    font-size: 14px;
  }
}
#main .entry-content p{
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #000;
    line-height: 140%;
}
#main .entry-content p a{
  text-decoration: underline;
  color: #004098;
}
#main .entry-content ul{
  list-style: disc;
  padding-top: 15px;
}
#main .entry-content ul li,
#main .entry-content ol li{
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #4C4C4C;
  margin-left: 20px;
}

#main .entry-content ul, ol { list-style-position:outside; margin-bottom: 15px; margin-left: 5px; }
#main .entry-content ul li, ol li { margin-top: 10px; font-size: 15px; margin-left: 15px;}
#main .entry-content ul ul, ol ol { margin: 10px 0 0 10px; }
#main .entry-content table { border: 1px #ddd solid; border-collapse: collapse; }
#main .entry-content th, td { border: 1px #ddd solid; padding: 8px; font-size: 0.8em; }
#main .entry-content td p{padding: 0; margin:0;}
#main .entry-content th { background-color: #fcfcfc; }

#main .entry-content img{
  max-width: 100%;
  height: auto;
  padding:  0 !important;
  border: none; 
}

/* タイトル下 */
.single_info_top{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 15px;
}
.single_category ul{
  display: flex;
  flex-direction: row;
  list-style: none;
  margin-bottom: 0px;
  padding: 0;
}
#main .entry-content .single_category ul li{
  list-style-type: none;
  display: block;
  padding: 0;
  font-size: 14px !important;
  margin: 0 10px 0 0 !important;
}
.entry-content .single_category ul li a{
  display: inline-block;
  background: #000;
  padding: 0px 5px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.single_modified{
  color: #000; /* #0b1364; */
  font-weight: 600;
  font-size: 14px;
  padding-top: 15px;
}
ul.single_sns{
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin:0 !important ;
  padding:10px 0 20px 0 !important;
}
ul.single_sns li{
  width: 40px;
  height: 40px;
  margin: 5px !important;
  list-style-type: none;
}
ul.single_sns li a{
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: -9999px
}
ul.single_sns li a.single_sns_facebook{
  background: url(../img/top/sns_facebook.png) 0 0 no-repeat;
  background-size: contain;
}
/* ul.single_sns li a.single_sns_facebook:hover{
  background: url(../img/top/sns_facebook_hover.png) 0 0 no-repeat;
  background-size: contain;
  opacity: 1;
} */
ul.single_sns li a.single_sns_x{
  background: url(../img/top/sns_x.png) 0 0 no-repeat;
  background-size: contain;
}
/* ul.single_sns li a.single_sns_x:hover{
  background: url(../img/top/sns_x_hover.png) 0 0 no-repeat;
  background-size: contain;
  opacity: 1;
} */
ul.single_sns li a.single_sns_youtube{
  background: url(../img/top/sns_youtube.png) 0 0 no-repeat;
  background-size: contain;
}
ul.single_sns li a.single_sns_linkedin{
  background: url(../img/top/sns_linkedin.png) 0 0 no-repeat;
  background-size: contain;
}
/* ul.single_sns li a.single_sns_linkedin:hover{
  background: url(../img/top/sns_linkedin_hover.png) 0 0 no-repeat;
  background-size: contain;
  opacity: 1;
} */
ul.single_sns li a.single_sns_instagram{
  background: url(../img/top/sns_instagram.png) 0 0 no-repeat;
  background-size: contain;
}

ul.single_sns.single_sns_last{
  clear: both;
}
.single_share_text{
  margin-top: 0px;
  color: #000;
  padding-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
#main .entry-content ul.single_sns.single_sns_last{
  padding: 0 !important;
}
#main .entry-content .single_info_top ul.single_sns li{}

@media screen and (max-width:1000px) {
  .single_info_top{
    flex-direction: column;
  }
  .single_category ul{justify-content: center;}
  .single_modified{text-align: center; padding: 0;}
  .single_modified li a{}
}
@media screen and (max-width:600px) {
  .single_category ul{
    flex-wrap: wrap;
    justify-content: center;
  }
  .single_category ul li a{margin-bottom: 5px; text-align: center; line-height: 160%;}
}
  #main .txtBasic .txtNote {
    color: #E06464; }
  #main .txtBasic .txtEmphasis {
    background-color: #FFF686;
    padding: 0 2px; }
  #main .txtBasic.bg {
    background-color: #f2f2f2;
    padding: 25px 25px 22px;
    position: relative; }
    #main .txtBasic.bg .labelNote,
    #main .txtBasic.bg .labelMemo,
    #main .txtBasic.bg .labelPoint {
      min-width: 90px;
      height: 24px;
      line-height: 24px;
      color: #FFF;
      text-align: center;
      position: absolute;
      top: -5px;
      left: -5px; }
    #main .txtBasic.bg .labelNote {
      background-color: #E06464; }
    #main .txtBasic.bg .labelMemo {
      background-color: #000; }
    #main .txtBasic.bg .labelPoint {
      background-color: #37D16F; }

#main .imgBasic {
  margin-top: 35px; }
  #main .imgBasic .txtImg {
    font-size: 1.3rem;
    margin-top: 10px; }
  #main .imgBasic img {
    width: 100%; }

#main .tblBasic table {
  margin-top: 35px;
  table-layout: fixed;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%; }
  #main .tblBasic table th, #main .tblBasic table td {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 8px 10px 6px;
    text-align: center; }
  #main .tblBasic table th {
    background-color: #f2f2f2; }

#main .tblBasic .noBorder {
  border-right: none; }

#main .tblBasic .elementCenter {
  text-align: center !important; }

#main .tblBasic .bgcolorGray {
  background-color: #f7f7f7; }

#main .tblBasic .bgcolorYellow {
  background-color: #fffae5; }

#main .tblBasic .bgcolorBlue {
  background-color: #d2e8f4; }

#main .faPage .min {
  font-size: 11px; }
  #main .faPage .min th, #main .faPage .min td {
    padding: 3px 5px; }

#main .faPage .txtRed {
  color: #d8352a; }

#main .rpdmPage .min {
  font-size: 11px; }
  #main .rpdmPage .min th, #main .rpdmPage .min td {
    padding: 5px 5px; }

#main .rpdmPage .titOk strong {
  color: #40ca57; }

#main .rpdmPage .titNg strong {
  color: #e06464;
  font-weight: normal; }

#main .rpdmPage .titWill strong {
  color: #5fa1de;
  font-weight: normal; }

#main .rpdmPage .boxOk {
  border: 2px solid #40ca57;
  padding: 0 30px 30px;
  margin: 40px 0 0 0;
  border-radius: 10px; }

#main .rpdmPage .nameOk {
  background-color: #40ca57;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-top: 30px; }

#main .rpdmPage .lstCsdLength .num {
  background-color: #298037;
  color: #FFF;
  font-size: 14px;
  width: 30px; }

#main .rpdmPage .lstCsdLength .txt strong {
  text-align: left;
  color: #298037;
  font-weight: normal;
  display: block; }

#main .rpdmPage .lstCsdLength .lstOk li {
  background-color: #CCC;
  width: 180px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  border-radius: 15px;
  float: left;
  margin: 3px;
  text-align: center; }

#main .rpdmPage .lstCsdLength .lstOk .ok {
  background-color: #40ca57; }

#main hr {
  margin-top: 35px;
  border: none;
  height: 3px;
  background-color: #f2f2f2; }

#main .boxColumn {
  display: flex; }
  #main .boxColumn .block {
    width: 100%;
    margin-left: 40px; }
    #main .boxColumn .block:first-child {
      margin-left: 0; }

#main .inpWord {
  width: 360px;
  height: 40px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  top: 15px;
  left: 50%;
  margin-left: -150px;
  border: 1px solid #000;
  border-radius: 20px; }
  #main .inpWord input[type="text"] {
    width: 260px;
    height: 40px;
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    left: 20px; }
    #main .inpWord input[type="text"]:focus {
      outline-style: none; }
  #main .inpWord .btnSearch {
    font-size: 1.6rem;
    font-weight: bold;
    width: 94px;
    height: 32px;
    color: #000;
    border-radius: 20px;
    position: absolute;
    top: 3px;
    right: 4px;
    text-align: right;
    background: linear-gradient(#ffdb4d, #fc0);
    padding: 2px 9px 0 0; }
    #main .inpWord .btnSearch:focus {
      outline-style: none; }
    #main .inpWord .btnSearch .searchIcon {
      padding: 0 11px 0 0;
      margin: 0 auto;
      position: absolute;
      width: 28px;
      left: 11px;
      top: 7px; }

#main .topH2 {
  text-align: center;
  margin: 80px 0 0 0;
  font-weight: bold;
  border: none;
  color: #54595f; }

#main .boxpdf {
  display: flex;
  align-items: center;
  margin-top: 30px; }
  #main .boxpdf .pdftxt {
    width: 60%;
    text-align: right;
    padding-right: 10px; }
  #main .boxpdf .pdfbtn {
    display: flex;
    align-items: center;
    border: 1px solid #333;
    border-radius: 5px;
    width: 200px; }
    #main .boxpdf .pdfbtn a {
      text-decoration: none;
      text-align: center;
      width: 200px;
      padding: .5em;
      display: block;
      color: #000; }

.listColumn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .listColumn .cat_parent {
    width: 33%; }

/* elementor ----------------- */
.elementor-container {
  max-width: 100% !important; }

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important; }

.widget-image-caption {
  margin-top: 8px !important; }

.elementor-widget-heading .elementor-heading-title {
  line-height: 1.5 !important; }

.elementor-widget-text-editor {
  color: #000; }

.elementor-col-33 {
  display: flex;
  flex-direction: column;
}
#main .entry-content .elementor-col-25 h3,
#main .entry-content .elementor-col-33 h3,
#main .entry-content .elementor-col-50 h3{
  font-size: 1.4em;
  margin: 20px 0 5px 0;
  line-height: 120%;
  padding-left: 10px !important;
}
#main .entry-content .elementor-col-25 p,
#main .entry-content .elementor-col-33 p,
#main .entry-content .elementor-col-50 p{line-height: 120%;}

/* オリジナルスタイル */
.balloon{
  position: relative;
  padding: 20px;
  background: #ebf1f7;
  margin: 20px 0 30px 0;
}
.balloon::before{
  content: '';
  position: absolute;
  left: 35px;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ebf1f7;
  border-left: 15px solid transparent;
}
.area_line{border: 2px solid #000;}
.area_yellow{background: #FAED00}
.area_blue{background: #0b1364; color: #fff}
.area_gray{background: #000; color: #fff}
.area_yellow a {color: #000}
.circle_thumb{
	display: block;
	width: 100px; height: 100px;
	float: none;
	clear: both;
	margin: 0px 0;
	-moz-border-radius:50px;
	border-radius:50px;
	overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.circle_thumb img{width: 100%; height: auto; margin: 0; padding: 0}
.circle_thumb_right, .circle_thumb_left{
	display: block;
	width: 100px; height: 100px;
	float: none;
	clear: both;
	margin: 0px 0;
	-moz-border-radius:50px;
	border-radius:50px;
	overflow: hidden;
}
.circle_thumb_right{float: right; margin-left: 20px;}
.circle_thumb_left{ float: left; margin-right: 20px;}
.circle_thumb .wp-caption{width: 100%; height: 100%; margin: 0; padding: 0; position: relative;}
.circle_thumb .wp-caption p.wp-caption-text{
	position: absolute; bottom: 10px; text-align: center;
	z-index: 9000;
	font-weight: 600;
	font-size: 14px;
}
.btn_yellow,
.btn_blue,
.btn_yellow_s,
.btn_blue_s{
  display: block;
	width: 100%;
  clear: both;
  padding: 40px 0;
}
.btn_yellow a,
.btn_blue a,
.btn_yellow_s a,
.btn_blue_s a {
	display: block;
	float: none;
	text-align: center;
  margin: 0 auto;
  font-size: 1.5em;
	font-weight: 600;
	text-decoration: none;
	-moz-border-radius:10px;
	border-radius:10px;
	box-sizing: border-box;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  clear: both;
  line-height: 120%;
}
.btn_yellow a,
.btn_blue a{
  padding: 20px;
	width: 90%;
}
.btn_yellow_s a,
.btn_blue_s a {
  padding: 15px;
	width: 90%;
  max-width: 300px;
}
.btn_yellow a strong,
.btn_blue a strong,
.btn_yellow_s a strong,
.btn_blue_s a strong{
  font-size: 2em;
  padding-top: 20px;
  display: block;
}
.btn_yellow a small,
.btn_blue a small,
.btn_yellow_s a small,
.btn_blue_s a small{

}
.btn_yellow a,
.btn_yellow_s a{
  background: #ffc600;
  color: #000;
}
.btn_blue a,
.btn_blue_s a{
  background: #0b1364;
  color: #fff !important;
}
.btn_yellow a:hover,
.btn_yellow_s a:hover {
  background: #000;
  color: #fff !important;
  opacity: 1;
}
.btn_blue a:hover,
.btn_blue_s a:hover {
  background: #000;
  color: #fff !important;
  opacity: 1;
}

.box_line, .box_yellow, .box_blue, .box_gray{
	display: inline-block;
	font-size: 1.2em;
	font-weight: 600;
	padding: 5px 10px;
	margin: 10px 0
}
.box_line{border: 2px solid #000;}
.box_yellow{background: #FAED00}
.box_blue{background: #005EAB; color: #fff}
.box_gray{background: #000; color: #fff}

.area_line, .area_yellow, .area_blue, .area_gray{
	display: block;
	width: 90%;
	font-size: 1.1em;
	font-weight: 400;
	padding: 10px 10px;
	margin: 20px 5%;
	-moz-border-radius:10px;
	border-radius:10px;
	box-sizing: border-box;
}

.box_name{display: block; float: none; width: 100px;
	font-weight: 600;
	font-size: 14px;
	margin: 0px 0 20px;
	text-align: center;
}
.text_big{font-size: 1.8em}

/* 段組 */
#main .entry-content ul.col2,
#main .entry-content ul.col3,
#main .entry-content ul.col4{
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
#main .entry-content ul.col2 li,
#main .entry-content ul.col3 li,
#main .entry-content ul.col4 li{
  list-style-type: none;
  margin: 0px 0 20px 0;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
}
#main .entry-content ul.col2 li{
  width: calc(50% - 20px)
}
#main .entry-content ul.col3 li{
  width: calc(33% - 20px)
}
#main .entry-content ul.col4 li{
  width: calc(25% - 20px)
}
#main .entry-content ul.col2 li a,
#main .entry-content ul.col3 li a,
#main .entry-content ul.col4 li a{
  text-decoration: none;
  color: #000;
}
#main .entry-content ul.col2 li h3,
#main .entry-content ul.col3 li h3,
#main .entry-content ul.col4 li h3{
  font-size: 20px;
  margin: 5px 0;
  padding: 0 !important;
  border: none;
}
#main .entry-content ul.col2 li p,
#main .entry-content ul.col3 li p,
#main .entry-content ul.col4 li p{
  text-align: left;
  font-size: 16px;
}
#main .entry-content ul.col2 img,
#main .entry-content ul.col3 img,
#main .entry-content ul.col4 img{
  width: 100%;
  height: auto;
  padding: 0;user
}
@media screen and (max-width:900px){
  #main .entry-content ul.col3 li,
  #main .entry-content ul.col4 li{
    width: calc(50% - 20px)
  }
}
@media screen and (max-width:600px){
  #main .entry-content ul.col2 li,
  #main .entry-content ul.col3 li,
  #main .entry-content ul.col4 li{
    width: 100%
  }
}

/* 目次 */
.ez-toc-section{padding-top: 60px;}/* 20201126 */
#ez-toc-container{
	display: block;
	width: 100%;
  max-width: 700px;
	margin: 50px auto;
	padding: 0px 0 15px 0;
	box-sizing: border-box;
	background: #f5f5f5;
	overflow: hidden;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}
p.ez-toc-title{
  display: block !important;
  width: 100%;
  text-align: center;
	font-size: 1.6em !important;
	font-weight: 500 !important;
	color: #fff !important;
	background: #000;
	padding: 10px !important;
	margin-bottom: 0;
  text-align: center !important;
}
ul.ez-toc-list {
	list-style: disc;
	padding-top: 10px;
}
ul.ez-toc-list li {margin: 0px 0 15px 20px; color: #000; font-weight: 600; font-size: 20px !important;}
ul.ez-toc-list li a{color: #000 !important;}
ul.ez-toc-list li a:hover{color: #24569F}
ul.ez-toc-list li ul li{font-size: 18px !important; margin: 0px 0 10px 0px !important;}
ul.ez-toc-list li ul li ul li{font-size: 14px }
@media screen and (max-width:700px) {#ez-toc-container{width: 100%;}}
@media screen and (max-width:500px) {
  p.ez-toc-title{font-size: 1.4em;}
  ul.ez-toc-list li{font-size: 16px; margin: 0 0 7px 10px;}
  ul.ez-toc-list li ul li{font-size: 14px; margin: 0 0 5px 0px;}
}
/* Author --------------------------------------------*/
.single_author{
  display: block;
  width: 100%;
  margin-top: 60px;
  /* border-top: 1px solid #dddddd; */
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}
.author_area{
  background: #fff;
  padding: 15px;
  width: 90%;
  max-width: 700px;
  float: none;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.author_img{
  width: 150px;
  display: block;
}
.author_img img{width: 100%; height: auto;}
.author_text{
  width: calc(100% - 180px);
}
#main .author_text h3{
  margin: 0 0 7px 0;
  border: none;
  font-size: 20px;
  font-weight: 800;
}
#main .author_text h3 a{text-decoration: none;}
#main .author_text h3 a{color: #000;}
#main .author_text p{font-size: 18px !important; margin-bottom: 5px;}
.author_link a{
  display: block;
  width: 150px;
  font-size: 15px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  float: none;
  margin: 20px auto;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width:700px) {
  .author_area{
    flex-direction: column;
  }
  .author_img{float: none; margin: 15px auto;}
  .author_text{width: 100%;}
  #main .author_text h3{text-align: center;}
}

/* 関連記事 --------------------------------------------*/
section.single_related{
	padding: 30px 0 0 0;
	display: block;
	clear: both;
	overflow: hidden;
	width: 100%;
  /* background: #f3f3f3; */
  margin: 0px 0;
}
section.single_related .sec_wrap{padding: 0px 0;}
#main .single_related h3{
  float: none;
  margin: 0 auto;
	display: block;
  width: 300px;
	margin: 0 auto !important;
	font-size: 20px;
	font-weight: 600;
  text-align: center;
}
ul.related_post{
	display:flex;
	flex-wrap:wrap;
	margin:10px auto;
	justify-content:center;
	width: 100%;
	padding: 0 !important;
}
ul.related_post li{
	width: calc(33.3% - 20px) !important ;
  height: auto !important;
	margin:10px !important;
	overflow:hidden;
	padding: 0 !important;
	box-sizing: border-box !important;
  background: #fff;
  -moz-border-radius:5px;
  border-radius:5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

ul.related_post li a img{
	width: 100% !important;
	height: auto !important;
	margin: 0;
	padding: 0;
}
ul.related_post li a.wp_rp_title{
  display: block !important;
  font-weight: 600 !important;
	padding:  10px !important;
  margin: 0 !important;
  box-sizing: border-box;
	font-size: 14px;
  width: 100%;
  height: auto !important;
  text-decoration: none;
  color: #000;
  text-align: left;
  clear: both;
  overflow: visible;
  overflow-wrap: normal;
}

@media screen and (max-width:700px) {
	ul.related_post,
  .yarpp-thumbnails-horizontal{
    flex-direction: column;
  }
  ul.related_post li,
  .yarpp-thumbnails-horizontal a.yarpp-thumbnail{
    display: block;
    float: none;
    width: 100% !important;
    max-width: 400px;
    margin: 20px auto !important;
  }
  ul.related_post li a img,
  .yarpp-thumbnails-horizontal a.yarpp-thumbnail img{

  }

}
/* HOME */
h2.home_section_title{
  padding: 5px 0 5px 10px !important;
  border-bottom: 1px solid #000 !important;
  border-left: 1px solid #000;
  font-size: 20px !important;
  font-weight: 600;
  margin: 20px 0 15px 15px !important;
  width: calc(100% - 40px);
}
h2.home_section_title a{
  color: #000;
  text-decoration: none;
}


/* a.read_more{
  display: block;
  float: none;
  margin: 20px auto 40px auto;
  max-width: 200px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 2px solid #000;
  font-size: 16px;
  font-weight: 600;
  -moz-border-radius:10px;
  border-radius:10px;
} */
.read_more{
 text-align: right;
 font-size: 14px;
 font-weight: 300;
 padding-right: 25px;
}
.read_more a{
  position: relative;
	border: none;
	border-bottom: 1px solid #666;
	width: 300px;
	max-width: 90%;
  color: #000;
  padding: 0 25px 1px 5px;
  text-decoration: none;
}
.read_more a::before {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #666;
	rotate: 40deg;
	position: absolute;
	right: -3px;
	bottom: 5px;
}
/* サイドバー -----------------------------------------*/

#main .blog_side h3{
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
}
#main .blog_side img{
  max-width: 100%;
  height: auto;
}
#main .blog_side h3:before{
  background: none;
}
/* バナー */
ul.side_bnr{
  list-style: none;
  padding: 0;
}
ul.side_bnr li{
  list-style-type: none;
  display: block;
  float: none;
  margin: 0 0 15px 0;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
ul.side_bnr li img{
  width: 100%;
  height: auto;
  padding: 0 !important;
  margin: 0 !important;
  -moz-border-radius:5px;
  border-radius:5px;
}

/* Popular Post */
.side_popular{padding: 15px 15px 30px 15px;}
.side_popular img{
  display: block;
  float: none;
  margin: 0 auto;
  width: 60px;
  height: 60px;
}
ul.popular_posts {
  padding: 0;
  display: flex;
  flex-direction: column;
}
ul.popular_posts li{
	display: block;
	float: none;
	margin-bottom: 20px;
	padding: 0;
}
ul.popular_posts li a{
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  font-size: 17px;
}
ul.popular_posts li:last-child{margin: 0;}
.side_rank{
	display: block;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 30px;
	height: 30px;
	background: #fff;
	color: #000;
	font-weight: 800;
	font-size: 18px;
	line-height: 150%;
}
.side_post_title{
	display: block;
  width: calc(100% - 40px);
	margin-left: 10px;
	font-size: 12px;
	line-height: 130%;
	font-weight: 400;
	text-align: left;
}

.side_sns{
  padding: 20px 0;
}
.side_sns ul{list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.side_sns ul li{
  width: 60px;
  height: 60px;
  margin: 10px;
}
.side_sns ul li a{
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: -9999px
}
.side_sns ul li a.side_sns_facebook{
  background: url(../img/top/sns_facebook.png) 0 0 no-repeat;
  background-size: contain;
}
.side_sns ul li a.side_sns_x{
  background: url(../img/top/sns_x.png) 0 0 no-repeat;
  background-size: contain;
}
.side_sns ul li a.side_sns_linkedin{
  background: url(../img/top/sns_linkedin.png) 0 0 no-repeat;
  background-size: contain;
}

.form_note{
  text-align: right;
  font-size: 12px;
  padding-bottom: 10px;
}
.form_note_red{color: #be000e;}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media screen and (max-width: 1000px) {
    .blog_main{width: calc(100% - 220px);}
    .blog_side{width: 200px;}
    ul.blog_main_list > li{width: 50%; }
}
@media screen and (max-width: 768px) {
  #main > .inner{display: block;}
  .blog_main{width: 100%;}
  .blog_side{
    width: 100%;
    float: none;
    margin: 20px auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .side_popular{margin-bottom: 20px;}
  .side_sns{display: none;}
}

@media screen and (max-width: 768px) {
      #wrapper:before {
        content: none; }
      #wrapper #container {
        display: block; }
    .header-0 #header {
      height: 45px; }
      .header-0 #header .inner {
        height: 45px; }
        .header-0 #header .inner .logoMeviy {
          top: 12px;
          left: 8px; }
          .header-0 #header .inner .logoMeviy a {
            width: 100px;
            background-size: 100px auto; }
        .header-0 #header .inner .logoMisumi {
          display: none; }
        .header-0 #header .inner .txtService {
          top: 11px;
          left: 115px;
          font-size: 1.4rem; }
        .header-0 #header .inner .inpWord {
          width: 140px;
          height: 25px;
          margin-left: -100px;
          top: 10px;
          left: auto;
          right: 158px;
          margin-left: auto; }
          .header-0 #header .inner .inpWord input[type="text"] {
            width: 100px;
            height: 25px;
            left: 8px;
            font-size: 1.2rem; }
          .header-0 #header .inner .inpWord .btnSearch {
            height: 20px;
            top: 2px;
            right: 2px; }
        .header-0 #header .inner .btnPrint {
          display: none; }
    #footer.footer-0 {
      height: auto;
      padding: 30px; }
      #footer.footer-0 .inner {
        display: block; }
        #footer.footer-0 .inner > div {
          line-height: 1.33; }
              #footer.footer-0 .inner > div.boxAsk .txt br {
                display: inline; }
            #footer.footer-0 .inner > div.boxAsk .email {
              font-size: 3rem; }
          #footer.footer-0 .inner > div.boxLink {
            display: none; }
          #footer.footer-0 .inner > div.subLogo {
              display: block;
              float: none;
              margin: 0 auto;
              align-self: center;
              text-align: center;
              padding-top: 20px;
          }
      #footer.footer-0 .copyright {
        border: none; }

#nav {
      background-color: #f2f2f2;
      width: 100%;
      height: 100%;
      position: fixed;
      right: -100%;
      z-index: 9999;
      transition: right .25s; }
      #nav.is-open {
        right: 0; }
        #nav.is-open .btnNaviToggle {
          background-image: url(../img/ico_close.svg); }
      #nav .btnNaviToggle {
        display: block;
        margin-top: 10px;
        text-indent: -99999px;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        background-color: #000;
        background-image: url(../img/ico_menu.svg);
        background-position: 50% 50%;
        position: fixed;
        right: 10px;
        z-index: 9999; }
      #nav .inner {
        position: static;
        width: auto; }
        #nav .inner:after {
          content: none; }
            #nav .inner .boxMenu .lstMenu li a:before {
              top: 5.5px; }
              #nav .inner .boxMenu .lstMenu > li > a:before {
                height: 20px;
                top: 0; }
            #nav .inner .boxMenu .lstMenu > li > a {
              font-size: 1.6rem; }
            #nav .inner .boxMenu .lstMenu > li > ul {
              font-size: 1.6rem;
              margin-top: 15px; }
              #nav .inner .boxMenu .lstMenu a.btnToggle:before {
                top: 1px; }
      #main > .inner {
        padding: 0 10px 35px; }

      #main .boxH1 h1 {
        font-size: 1.6rem; }
      #main .boxH1 .txtH1 {
        font-size: 1.4rem; }
      #main .topboxH1 h1 {
        font-size: 1.6rem; }
    #main h2 {
      font-size: 1.6rem; }
    #main h3 {
      font-size: 1.6rem; }
    #main h6 {
      font-size: 1.6rem; }
        #main .txtBasic.bg .labelNote,
        #main .txtBasic.bg .labelMemo,
        #main .txtBasic.bg .labelPoint {
          min-width: 70px;
          height: 20px;
          line-height: 20px;
          font-size: 1.1rem; }
  #main .tblBasic {
    width: 100%;
    overflow: auto; }
      #main .tblBasic table th, #main .tblBasic table td {
        font-size: 1.1rem; }
    #main .boxColumn {
      display: block; }
      #main .boxColumn .block {
        margin: 0; }
    #main .inpWord {
      width: 280px;
      height: 50px;
      right: 8px;
      border-radius: 30px; }
      #main .inpWord input[type="text"] {
        width: 200px;
        height: 50px;
        left: 8px;
        font-size: 1.2rem; }
      #main .inpWord .btnSearch {
        top: 3px;
        right: 4px;
        height: 42px;
        border-radius: 24px;
        width: 94px; }
      #main .inpWord .btnSearch .searchIcon{
        top: 12px;
      }

      .listColumn .cat_parent {
        width: 100%; }
}
@media screen and (max-width: 500px) {
  .header-0 #header .inner .inpWord {right: 15px;}
  .page_description{padding: 25px 10px 10px 10px;}
  .page_description p{text-align: left;}
  ul.blog_main_list > li{padding: 10px 10px 30px 10px;}
  ul.blog_main_list > li > a{font-size: 14px;}
  ul.blog_main_list > li > a small{font-size: 9px;}
}
/* Customer Case ---------------------------------------------- */

.user_case_intro{}
.user_case_intro p{
	font-size: 1.2em;
	margin-bottom: 10px;
}

.user_case_summery_wrapper{
	-moz-border-radius:10px;
	border-radius:10px;
	overflow: hidden;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
  margin: 30px 0;
}
#main .entry-content .user_case_summery_wrapper h3{
	font-weight: 600;
	font-size: 2em;
	margin: 0 0 20px 0 !important;
	background: #0a1464;
	color: #fff;
	padding: 15px !important;
	text-align: center;
  border: none !important;
}
.user_case_summery{
	padding: 0px 25px;
  margin: 0;
	background: #fff;
  margin-bottom: 40px;
}

#main .entry-content .user_case_summery_assignment h5{
	font-weight: 600;
	font-size: 25px !important;
	padding: 10px 0 0 0 !important;
  margin: 0;
  color: #0a1464;
  border-left: none !important;
}
#main .entry-content .user_case_summery_assignment ul{
  padding: 5px 0 10px 0;
}
#main .entry-content .user_case_summery_assignment ul li{
	list-style-type: disc;
	margin-left: 25px;
	margin-bottom: 2px;
  color: #0a1464;
}
#main .entry-content .user_case_summery_keyword{}
#main .entry-content .user_case_summery_keyword ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  margin: 0 0 10px 0;
  flex-wrap: wrap;
}
#main .entry-content .user_case_summery_keyword ul li{
  list-style-type: none;
	font-size: 1.6em;
  line-height: 120%;
	font-weight: 600;
	padding: 5px 10px;
  background: #0a1464;
	color: #fff !important;
  margin: 10px !important;
}

/* user case sidebar */
.customer-case{
  background: #e7e7e7;
  padding: 20px;
  margin-bottom: 40px;
}

.company_logo{width: 100%; margin: 0 auto;}

.company_about h4{
	font-size: 25px !important;
	font-weight: 600;
	margin: 20px 0 10px 0;
}
.company_about h4 br{display: none;}
.company_about p{margin-bottom: 7px; font-weight: 400;}

@media screen and (max-width:1025px){
	.user_case_wrapper{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		padding: 10px 0;
	}
	.user_case_main{
		width: 100%
	}
	.user_case_side{
		width: 100%;
		display: block;
	}
}
.blog_main .customer-case{display: none;}
@media screen and (max-width: 768px) {
  .blog_side .customer-case{display: none;}
  .blog_main .customer-case{display: block; margin-top: 50px;}
  .company_logo{width: 400px;}
}
@media screen and (max-width:400px){
.company_logo{width: 100%;}
}
@media screen and (max-width:600px){
	.user_case_summery{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	}
	.user_case_summery_left{
		width: 100%
	}
	.user_case_summery_right{
	width: 100%;
	display: block;
	flex-direction: column;
	justify-content: center;
	margin: 20px 0;
	}
	.user_case_summery_right br{display: none;}
  #main .entry-content .user_case_summery_wrapper h3{
    font-size: 1.6em;
  }
  #main .entry-content .user_case_summery_assignment h5{
    font-size: 22px !important;
  }
  #main .entry-content .user_case_summery_assignment ul li{
    font-size: 17px !important;
    line-height: 140%;
    margin-left: 22px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width:400px){
.company_logo{width: 100%;}
}
.company_logo img{width: 100%; height: auto;}
.user_case_related{
	display: block;
	width: 100%;
	clear: both;
	margin-top: 30px;
}
.user_case_related h3{
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}

.user_case_related ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 40px;
}
.user_case_related ul li{
	width: calc(33% - 20px);
	line-height: 120%;
}
.user_case_related ul li a{
	color: #000;
	font-size: 12px;
	font-weight: 400;
}
.user_case_related ul li a img{
	margin-bottom: 6px;
}
.user_case_related ul li a h4{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
@media screen and (max-width:800px){
	.user_case_related ul{
		flex-direction: column;
		justify-content: center;
		;
	}
	.user_case_related ul li{
		width: 300px;
		margin: 20px auto;
		float: none;
	}
  .user_case_related ul li a img{
    margin-bottom: 0px;
  }
}

/* 固定ページ */
section{width:100%;}
.clearfix:after{
	content:"&nbsp";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sec_wrap{
  width: 100%;
  max-width: 1300px;
  padding: 40px 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

.iframe-aspect{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: #666;
}
.iframe-aspect iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

/* SLICK ------------------------------------*/
ul.slide-dots {display:flex;justify-content:center;}
ul.slide-dots li{width:60px;margin:15px 10px;border-radius:0;height:6px;}
ul.slide-dots button{border:none;border-radius:0;width:100%;height:6px;background:#aeaeae;text-indent:-9999px;}
ul.slide-dots li.slick-active button  {background:#000;}

/* FORM ------------------------------------*/
.cf7 p {font-size: 11px;}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea
{
    background-color: #fff;
    border: none;
    color: #000;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 15px;
}

.form_table input[type="text"],
.form_table input[type="email"],
.form_table input[type="tel"],
.form_table td textarea{
	color: #000;
	background-color: #fff;
	width: 100%;
	margin: 2px 0;
}
.form_table input[type="number"]{border: none; margin-right: 5px;}


.form_table input[type="text"].width_auto {
	width: auto;
	display: inline-block;
}

.form33{display: block; float: left; width: calc(33% - 40px); margin-right: 40px;}
.form50{display: block; float: left; width: calc(50% - 40px); margin-right: 40px;}
.form_spacer{display: block; height: 100px; width: 100%;}

input[type="number"].c7_year, input[type="number"].c7_month, input[type="number"].c7_day{
	width: 100px;
	clear: none;
	display: inline-block;
	border: none;
	margin-right: 7px;
	font-size: 15px;
}

input[type="submit"] {
	background:#fff;
	color: #000;
	font-weight: 500;
	width: 400px;
  text-align: center;
  padding: 10px;
	overflow: hidden;
	font-size: 18px;
	letter-spacing: 1px;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border: none;
	text-align: center;
	display: block;
	float: none;
	margin: 20px auto;
}
select{
	width: 100%;
	border: none;
	padding: 5px 0;
	color: #000;
}

/* side form -----------------*/
.side_gray.side_mail{
  padding: 20px 20px 20px 20px;
  margin-bottom: 30px;
}
.side_mail img{
  display: block;
  width: 60px;
  height: 60px;
  float: none;
  margin: 0 auto;
}

.side_mail .cf7-item{
    display: block;
    width: 100%;
    float: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px 0;
    color: #000;
    font-size: 14px ;
    font-weight: 400;
}
.side_mail .cf7-item a{
    color: #000;
}
.side_mail .cf7-q{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.side_mail .cf7-a{
    width: 100%;
}

.side_mail .pd-form-field input[type="text"],
.side_mail .pd-form-field input[type="email"],
.side_mail .pd-form-field input[type="tel"]{
    -webkit-appearance: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 10px;
    outline: none;
    box-shadow: none;
    width:  100%;
}
.side_mail .pd-form-field select[type="dropdown"],
.side_mail .pd-form-field input[type="checkbox"],
.side_mail .pd-form-field textarea {
  -webkit-appearance: none;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 10px;
  outline: none;
  box-shadow: none;
  width:  100%;
}
.side_mail .pd-form-field input[type="checkbox"]{
  padding: 0 !important;
}
.side_mail input[type="submit"] {
	display: block;
  padding: 10px;
  width: 100%;
  float: none;
  margin: 20px auto 0px auto;
  background-color: #0b1364;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  -moz-border-radius:10px;
  border-radius:10px;
}
.side_mail .cf7-required.form_privacy{font-size: 20px;}
.side_mail .cf7-required.form_privacy label{font-size: 14px;}
.side_mail .cf7-required label:after {
  content: " *";
  color: #f56868;
}

/* ”必須項目に入力してください”の文字の色を変える */
.wpcf7-not-valid-tip{
   color: #dc3232;
}
/* CF7 message */
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 15px;
    font-size: 1.5em;
    background: #fff;
    border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output {display: none;}
.wpcf7 form.sent .wpcf7-response-output {border-color: #46b450; /* Green */}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {border-color: #dc3232; /* Red */}
.wpcf7 form.spam .wpcf7-response-output {border-color: #f56e28; /* Orange */}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {border-color: #ffb900; /* Yellow */}

ul.campaign_archive_ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;

}
ul.campaign_archive_ul li{
  width: calc(33% - 30px);
  margin: 15px;
}
ul.campaign_archive_ul li img{
  width: 100%;
  height: auto;
  margin: ;
}
ul.campaign_archive_ul li a{
  text-decoration: none;
  color: #555;
}
ul.campaign_archive_ul li a h4{margin: 0; padding: 0;}