@charset "UTF-8";
@import url("common.css");
/*!
Theme Name: Simplicity2
Description: Simplicityの意味は、単純、簡単、簡素、質素です。飾り気のないカスタマイズの土台となれるようなテーマを目指して作りました。
Theme URI: https://wp-simplicity.com/
Author: yhira
Author URI: http://nelog.jp/
Text Domain: simplicity2
Version: 2.8.9.3
Tags: two-columns, left-sidebar, right-sidebar
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*--------------------------------------------------
    Webフォント
--------------------------------------------------*/
/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
    font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}
/*@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');*/
.serif {
    font-family: 'Noto Serif JP', Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
p{
  margin: 0;
}
a{
-moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
  text-decoration: none;
  color: #49713c;
}
.flex_box{
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}
.flex_box.revers{
  flex-direction: row-reverse;
}
.flex_box.right{
    justify-content: right;
}
.flex_box.center{
    justify-content: center;
}
.home #mhead.fixed nav{
  min-height: 134.23px;
}
#header-in.pc_head{
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
#header-in.pc_head.fixed{
  position: fixed;
  width: 100%;
}
/************************************
** 基本設定（General Setting）
************************************/
html{
  font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    color: #220850;
    letter-spacing: 1.5px;
}
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    color: inherit;
    background-color: inherit;
}
img{
  border-width:0;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast;
}
.bk_image{
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

figure,
main figure{
  margin: 0;
}

.article{
  position: relative;
}

/*記事・カテゴリ中の画像を要素内に収める*/
.article img,
.category-description img,
.wp-caption,
.hover-image{
  max-width:100%;
  height:auto;
}

.aligncenter{
  clear:both;
}

.cf:after{
  content: "";
  clear: both;
  display: block;
}
/************************************
** アンカー
************************************/
a {
  color: #220850;
  word-wrap: break-word;
}
a:hover {
  color: #220850;
}
.widget_new_entries a,
.widget_new_popular a,
.widget_popular_ranking a,
.wpp-list a,
.entry-read a,
.related-entry-read a,
.article-list .entry-title a{
  color:#111;
}
.widget_new_entries a,
.widget_new_popular a,
.widget_popular_ranking a,
.wpp-list a,
.article-list .entry-title a{
  text-decoration:none;
}
.widget_new_entries a:hover,.widget_new_popular a:hover,
.widget_popular_ranking a:hover,.wpp-list a:hover,
.entry-read a:hover,.entry .post-meta a:hover,
.related-entry-read a:hover,.entry a:hover,
.related-entry-title a:hover,.navigation a:hover,
#footer a:hover,.article-list .entry-title a:hover,
.blog-card-title a:hover{
  color: #220850;
}
#footer .credit a:hover{
  color: inherit;
}
.widget_new_entries a:hover,
.widget_new_popular a:hover,
.widget_popular_ranking a:hover,
.wpp-list a:hover:hover{
  text-decoration:underline;
}
/************************************
** 引用（blockquote）
************************************/
blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 20px 55px;
  position: relative;
}
blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}
blockquote:after {
  color: #C8C8C8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -16px;
}
/* Internet Explorer11のみに適用したい設定 */
@media screen and (min-width:0\0) {
  *::-ms-backdrop, blockquote:before { left:  -55px; }
  *::-ms-backdrop, blockquote:after  { right: -55px; }
}
/************************************
** リスト（List）
************************************/
dt{
  font-weight: bold;
}
/************************************
** テーブル（Table）
************************************/
.article table{
  border-collapse: collapse;
  margin: 0px 0;
  max-width: 100%;
  width: auto;
}
.article th{
  border: solid 1px #ccc;
  background-color: #eee;
}
.article td{
  border: solid 1px #ccc;
}
.article .scrollable-table th,
.article .scrollable-table td{
  white-space: nowrap;
}
.scrollable-table {
  overflow-x: auto;
}
/************************************
** その他（Other）
************************************/
pre {
  background-color:#eee;
  border:1px solid #ccc;
  padding:7px;
  overflow: auto;
}
hr{
  color: #ddd;
  margin:30px 0;
  width:98%;
  border:1px solid #ddd;
}
.category-description {
  margin-top:15px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  padding: 5px 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.wpp-range{
  text-align:right;
  font-size:14px;
}
span.search-excerpt {
  background-color: #FF9;
}
.invisible{
  display:none;
}
hr.sep {
  background-image: linear-gradient(left center , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  border: 0 none;
  height: 1px;
  position: relative;
  margin-bottom:130px;
}
/************************************
** レイアウト（Layout）
************************************/
#container {
  padding:0;
  margin: 0 auto;
}
#header-in, #navi-in, #body-in, #footer-in{
  margin: 0 auto;
  box-sizing: border-box;
}
#header-in{
  height: 120px;
}
#header {
  margin-bottom: 0;
}
#header .alignleft,
#header .alignright{
  margin-bottom: 0;
  width: auto;
}
#header .alignright{
  right: 0;
  top: 0;
  position: absolute;
}
.clear{
  clear:both;
}
/************************************
** ヘッダー(header)
************************************/
*:first-child+html #header > div{ /* IE7 */
  clear: both;
  zoom:1;
}
#h-top{
  /*overflow:hidden;*/
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  justify-content: space-between;
  height: 120px;
}
.home #h-top {
    justify-content: flex-end;
    overflow: inherit;
}
#site-title{
  font-size: 30px;
  line-height: 100%;
}
#site-title a{
  text-decoration:none;
  color:#222;
  font-size:30px;
  font-weight:normal;
}
#site-description{
  color: #777;
  margin:0;
  line-height:140%;
  font-size:15px;
  font-weight:normal;
  display: none;
}

#header-image{

}

/************************************
** グローバルナビメニュー（menu）
************************************/
#navi ul{
  position: relative;
  clear: both;
  border: 1px solid #ddd;
  background-color:#F7F7F7;
  border-radius:3px;
  margin:0;
  padding:0;
  width:100%;
  box-sizing: border-box;
}

#navi ul ul{
  box-sizing: content-box;
}

#navi ul > li{
  float: left;
  list-style:none;
  position: relative;
}

#navi ul li a{
  font-size:14px;
  display: block;
  padding: .3em .7em;
  color:#111;
  text-decoration:none;
  z-index:99;
}
#navi ul.sub-menu,
#navi ul.children{
  display: none;
  position: absolute;
  margin-left: 0;
  min-width:200px;
  border: 1px solid #ddd;
  list-style:none;
  padding-left:0;
  z-index:99;
}
#navi .sub-menu li,
#navi .children li{
  position: relative;
  border: none;
  float:none;
  height:31px;
}

#navi ul.sub-menu ul,
#navi ul.children ul {
  top:-31px;
  left:200px;
  position:relative;
}
#navi ul li:hover > ul{
  display: block;
}

/* Clearfix) */
#container:after,
#navi ul:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* clearfix for ie7 */
#container,
#navi ul,
.clearfix {
  /*display: inline-block;*/
}

#container,
#navi ul,
.clearfix {
  display: block;
}

/************************************
** フッターナビメニュー
************************************/

#footer-navi ul{
  text-align: center;
  padding-left: 0;
}

#footer-navi ul li {
  display: inline;
  list-style: outside none none;
}

#footer-navi ul li::before {
    content: "|";
    padding: 0 0.6em;
}

#footer-navi ul li:first-child::before{
  content: "";
  padding: 0;
}

#footer-navi ul .sub-menu{
  display: none;
}

/************************************
** サーチフォーム（Search Form）
************************************/
#searchform{
  position: relative;
  margin-top: 25px;
}

#s{
  width: 100%;
  margin-bottom:20px;
  padding-top:4px;
  padding-bottom:4px;
  box-sizing: border-box;
  height:32px;
  color: #333;
}

#searchsubmit{
  position: absolute;
  width: 30px;
  height: 26px;
  border: none;
  /* 画像をBase64にするためコメントアウト
  background: url("images/search.png") no-repeat 50% 50%; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAEIklEQVR42pWVe0xTVxzHf22hFWiBUKjLEiTOjODGq4ArJJiYBV+gWy3YBoegWZysOgsVKYNC8IGhsMIYCLLqRKRkRdwEp4wR/yCZgwbHa8bwCH9sQkt5lceGIax0v3PDJd7MZaHJL72555zP+f6eF5xOJ3R1d4Pp7l342mAAbUEBp/DixagDBw/mh0dGdmzbvv25f0DA88CgoA5FcnLx9draWOXZs7xinQ5WVlZoIxzKGMDb9fXCdKUy21ckWgZcep0JfX2dCL5WVl4udDgcsLq6SuzfwJYHDzyzc3Lagc3eOMwXCJzePj6zAm9vmwefvwYs1sbap0rlT9PT0z52ux3QmMBfe3vhUlHRdXozOfhOcHBfTGzspYTDh5Mk0dHxkRJJQXBoqPlVtedUqrrBwUFWT08PE/j9/fu7PVANrSD52DFjXn7+W1ESCezdvx8ioqIgLCICLmg0b2So1d+gckotb8sWp8lkSjCbzUzgUYWihYBY6K44MnKipbVVoMrMhJDw8A3g20FBgPEF6+Skqywp6TvW+uXxCQmdCHRhAN8NCZmi3VBnZdUUl5QAxhPSTp6EuH37IBTBpxFWUFgIDY2NcFWnO04UEtsRGDhfWVXlzQDiy0V6A8IufJ6XB5eLioCAP5BK4YhMBt+aTHCrrg4MN25A/Z07UkqAi4tTKBLNvx8XJ2QAQ8LCbHQysjWarwYGBqCishJKSksB3YO0EycgV6sFU1MT6PAStFRaQODOnXbDzZs+DGCSXP6IBmIifrdYLPyq6moKeCQxEY6npsJnKhU0Ya1mqtXwSXp6K51AqUzW2W02cxjA5nv39vI9PddIDbI4HOdHKSmG8ooKry/0ejZRmJqWBpnnz7OMjY1eyjNnqnlubg7AfTx39zV9WdmBX7q6mFl+1NYGObm5Dex1IAGHicW9eVptVvyhQ7uOyuW7Pj516nR0TEwvdSnGjsvjOc5lZBhJu6JCJnBkZATGxsbc5ApFm6urq+PVAvfw9CRGINQ7DpdLlRf2+fSkzeY7YbHAHy9eMIFDQ0OU/fbsGV+amKjbFhAwxVkHoGuU0Ze48HhONq75+vn99cPDh/KXy8uwuLj4eiDpaZKMLI3mQ3T1y/diYjowTo8R8nj3nj0d2C3DFBQ7hPxjdVhHR0d3WK3W/waW6vWA4wkw2KQWBeiuFwK9rtXU8Pv6+iRv+vv/iaGglFJtmpLSOT4+zv1f4OUrV0iiwF0gADxMipzaW1Nbq0UgiSXlOnluMBqzNw0knfM3zr2ep0/dsL+pqeO67nqoWDyxKSD5NTU3w89PnsCP7e2kY2QERBvOy5ebAvb398Pc3BzYpqZgZmYG7PPzXBxjDTi9Z4VC4SxOIcOmgDabDZaWlmBhYYGUCHlm47dHL9q6ddhPJBrGCXWVBv4DYbnuWKzr2fcAAAAASUVORK5CYII=") no-repeat 50% 50%;
  z-index:0;
  top:3px;
  right:3px;
  /*transform: translate(-20%, -50%);*/
}

/************************************
** メインカラム（#main、記事、固定ページなど）
************************************/
#main .post,
#main .page{
  margin-bottom: 59px;
}

.sticky{
  /* 先頭固定ポストのスタイル */
}

.post-meta{
  margin-bottom: inherit;
  text-align: left;
  background-color: inherit;
  color: #220850;
}

.post-meta .post-date,
.post-meta .post-update,
.post-meta .category,
.post-meta .comments,
.post-meta .edit,
.footer-post-meta .post-tag,
.footer-post-meta .post-author,
.footer-post-meta .edit{
  padding-right: 0.7em;
}
.comment-num{ white-space: nowrap; }

.footer-post-meta{
  text-align: right;
  color:#555;
  font-size:16px;
  clear:both;
}

.article-list .footer-post-meta{
  margin-top:30px;
}

.more-link {
  clear: both;
  display: block;
  margin-bottom: 30px;
  text-align: right;
  margin-top: 15px;
}

/*タグが入っていない場合は非表示*/
#list .post .footer-post-meta:empty,
#list .post .footer-post-meta .post-tag:empty{
  display: none;
}

/*.more-link{
  float: right;
  margin-bottom:30px;
}*/

/************************************
** index.phpのリスト
************************************/
#main .entry{
  clear:both;
/*  overflow: auto;
  zoom: 1;*/
  word-wrap: break-word;
}

.entry-thumb{
  float:left;
  margin-right:10px;
  margin-top: 3px;
  margin-left: 0;
}

.entry-thumb a{
  display: block;
}

.entry-thumb img{
  border:0;
  width:150px;
  height:150px;
  display: block;
  /*margin-bottom: 40px;*/
}

/*大きなサムネイル表示スタイルでのサムネイル*/
.entry-large-thumbnail img{
  width: 320px;
  height: 180px;
}

.entry-card-content{
  margin-left:160px;
}

.entry .post-meta{
  text-align:left;
  margin: 7px auto;
}

.entry .post-meta a{
  color:#000;
}

.entry h2{
  margin-bottom:5px;
  margin-top: 0;
}

.entry h2 a{
  color:#333;
  font-size:24px;
  text-decoration:none;
  font-weight:bold;
}

.entry-title{

}

.entry-snippet{
  margin:0 0 5px 0;
  line-height:150%;
  color:#555;
}

.entry-read{
  margin:0;
}


.entry-snippet,
.related-entry-snippet{
  word-wrap: break-word;
}


/************************************
** WordPress Misc
************************************/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
img.alignright,
.wp-caption.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}


.wp-caption {
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}

.wp-caption-text,
.gallery-caption{
  font-size: 80%;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

/************************************
** index.php Main
************************************/
.content-box{
  float: right;
  margin-top: -0.25em;
  width: 420px;
}
.content-box .more-link{
  margin: 0;
}

.thumbnail-box{
  float: left;
  width: 160px;
}
.thumbnail-box img{
  width: 160px;
  height: 160px;
}

/************************************
** パンくずリスト（Breadcrumb）
************************************/
#breadcrumb {
  width: 90%;
    margin-bottom: 1%;
    color: #220850;
    font-size: 1.4rem;
    margin-top: 0.5%;
    margin: 1% auto 1%;
}
.page-id-12 #breadcrumb{
  margin-bottom: 5%;
}
div#breadcrumb div {
  display: inline;
}
#breadcrumb span.sp{
  margin:0 10px;
}
#breadcrumb a{
  text-decoration:none;
  color:#220850;
}

/*以下のパンくずスタイルは、いずれ削除*/
#breadcrumb ul{
  margin:0;
  padding:0;
  list-style:none;
}

#breadcrumb ul li{
  display:inline;
}

#breadcrumb ul li span.sp{
  margin:0 10px;
}

#breadcrumb ul li a{
  text-decoration:none;
  color:#777;
}


/************************************
** 前の記事へ、次の記事へ
************************************/
.navigation{
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
  margin: 20px -30px 40px;
}
.navigation > div{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.navigation > div + div{
  border-top: 0;
  border-bottom: 1px solid #ddd;
}


.navigation .alignright{
  text-align: right;
}

.navigation a{
  display: block;
  padding: 1em;
  border: none;
}

.navigation a span{
  color:#ddd;
  padding-right:10px;
  margin-top:-4px;
  clear:left;
}
.navigation a:hover{
  background: #eee;
}

.navigation .alignright a:hover{
  border-left: 1px solid #ddd;
}

/************************************
** ページャー、ページナビゲーション
************************************/
.pager{
  margin: 3em 0;
  text-align:center;
}

a.page-numbers,
.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 2px;
}

.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  color: #000;
}

.pager a{
  background: #fff;
  color: #000;
  text-decoration:none;
}

.pager a:hover{
  border: solid 1px #ddd;
  background-color: #eee;
}

/************************************
** 記事分割時のページナビゲーション
************************************/
.page-link{
  margin: 3em 0;
  text-align:center;
}
.comment-page-link{
  margin: 1em 1em 3em;
  text-align: center;
}

.page-link span,
.comment-page-link span,
.comment-page-link a{
  margin-right: 3px;
  padding: 7px 15px;
  border: 1px solid #ddd;
  background: #ddd;
  border-radius: 4px;
}
.page-link a span,
.comment-page-link a{
  background: #fff;
  color:#000;
}

.page-link a{
  border-bottom: none;
  color: #000;
  text-decoration:none;
}

.page-link a span:hover,
.comment-page-link a:hover{
  background: #eee;
  color: #000;
}

/************************************
** 関連記事（Relation）
************************************/
.related-entry{
  line-height:150%;
  margin-bottom:20px;
  margin-right:10px;
  clear: both;
/*  overflow: auto;
  zoom: 1;*/
}

.related-entry h4{
  margin-top: 0;
}

.related-entry-thumb {
  float: left;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.related-entry-thumb a{
  display: block;
}

.related-entry-thumb img{
  border:0;
  width: 100px;
  height: 100px;
  /*margin-bottom: 20px;*/
  display: block;
}

/*関連記事のサムネイル表示*/
.related-entry-thumbnail img{
  width: 200px;
  height: 200px;
  margin-bottom: 0;
}

.related-entry-content {
  margin-left: 110px;
}

.related-entry-title{
  margin-bottom:5px;
}

.related-entry-title a{
  text-decoration:none;
  font-size:18px;
  font-weight:bold;
  color:#333;
}

.related-entry-snippet{
  margin:0 0 5px 0;
  color:#555;
}

.related-entry-read{
  margin:0;
  font-size:14px;
}

/************************************
** 関連記事サムネイル（Relation）
************************************/

.related-entry-thumbnail{
  width:200px;
  height:292px;
  text-align:center;
  overflow:hidden;
  float:left;
  margin-bottom:15px;
  margin-right: 26px;
}

.related-entry-thumbnail .related-entry-thumb{
  margin:0;
  padding:0;
  float:none;
}

.related-entry-thumbnail .related-entry-content{
  margin: -10px 0px 0;
}

.related-entry-thumbnail .related-entry-content a{
  font-weight:normal;
}

/************************************
** コメントエリア（Comments Area）
************************************/
#comment-area ol,
#comment-area ul{
  list-style:none;
  padding-left:0;
}

#comment-area ol ul,
#comment-area ul ul{
  margin-left: 1.5em;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
  margin-top: -20px;
  margin-bottom: 40px;
}
.commets-list li,
.trackback-list li{
  margin-top: -1px;
  padding: 20px 0 0;
  width: 100%;
  border-bottom: 1px solid transparent;
}
.commets-list .avatar{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comment-meta,
.reply,
.comment-notes,
.form-allowed-tags,
span.small{
  font-size: 80%;
}

.comment-body p{
  clear: both;
}
.reply{
  text-align: right;
}

.bypostauthor{
  /* 記事投稿者のコメントのスタイル */
}

.children{
  padding-left: 2em;
}

#respond{
  margin-bottom: 40px;
}

#comments,
#reply-title{
  font-size: 21px;
}

#comments{
  margin-bottom: 25px;
}

/************************************
** 入力フォーム（Form）
************************************/
input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #333;
  /*display: block;*/
  font-size: 16px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  box-sizing: border-box;
}

input#author,
input#email,
input#url{
  max-width: 360px;
}

.gsc-search-box input[type="text"]{
  background-color:#FFF;
  border-radius: 0px;
}

#comment-area input[type="text"],
#comment-area textarea{
  display: block;
}

textarea {
  overflow: auto;
  width:100%;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 1px solid #ff69b4;
  background: #fff;
  box-shadow:  0 0 3px rgba(255,105,180,1);
   color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 1px solid #777;
  border-radius: 3px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
  cursor: pointer;
  /* Old browsers */
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #eee;

}

select, option{
  padding: 5px;
}

/*
select{
  border: 1px solid #bbb;
  border-right: 2px;
}

select, option {
  margin: 0.5em 1px;
  padding: 3px 5px;
  vertical-align: middle;
}
#sidebar select{
  width: 100%;
}
*/
/*.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  position: relative;
  top:1px;
}*/

/************************************
** サイドバー（Sidebar）・ウィジェットなど
************************************/
#sidebar h3{
  margin-bottom: 10px;
  font-size:20px;
}
#sidebar .widget{
  margin-bottom: 45px;
}

.widget_search{
  margin-bottom: 0;
}

#sidebar ul,
#sidebar ol,
.widget-over-article ul,
.widget-over-article ol,
.widget-under-article ul,
.widget-under-article ol,
.widget-over-sns-buttons ul,
.widget-over-sns-buttons ol,
.widget-under-sns-buttons ul,
.widget-under-sns-buttons ol{
  padding-left: 1em;
  list-style:none;
}

#sidebar ul.snsp,
#main ul.snsp,
#footer ul.snsp{
  padding-left: 0;
}

.widget-over-article{
  margin-top: 10px;
  margin-bottom: 10px;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
  margin:20px 0;
}

#sidebar li{
  margin-bottom: 8px;
}

.sidebar-thumbnail-box{
  float: left;
  width: 75px;
}

.sidebar-recent-posts-title{
  float: right;
  width: 165px;
}
  #sidebar-recent-posts h3,
  #sidebar-recent-posts p,
  #sidebar-popular-posts h3,
  #sidebar-popular-posts p{
    margin: 0;
  }

#main .widgets{
  margin-top: 20px;
  margin-bottom: 20px;
}

#sidebar .widget_category_sns_follow_buttons ul,
.widget_category_sns_follow_buttons ul{
  padding-left: 0;
}

.widget_text ul {
  list-style-type:  disc;
}
.widget_text ol {
  list-style-type:  decimal;
}

/************************************
** 新着記事・人気記事（new, pupular）
************************************/
.widget_new_entries,
.widget_new_popular,
.widget_popular_ranking{
  line-height:150%;
}

.widget_new_entries h4,
.widget_new_popular h4,
.widget_popular_ranking h4{
  margin-bottom:15px;
}

#main .widget_new_entries ul,
#main .widget_new_popular ul,
#main .widget_popular_ranking ul,
#sidebar .widget_new_entries ul,
#sidebar .widget_new_popular ul,
#sidebar .widget_popular_ranking ul,
#footer .widget_new_entries ul,
#footer .widget_new_popular ul,
#footer .widget_popular_ranking ul {
  padding-left:0;
  list-style:none;
}

.widget_new_entries ul li,
.widget_new_popular ul li,
.widget_popular_ranking ul li {
  clear: left;
  float: none;
  margin-bottom:10px;
/*  overflow: auto;
  zoom: 1;*/
}

.widget_new_entries ul li img,
.widget_new_popular ul li img,
.widget_popular_ranking ul li img {
  border: medium none;
  display: inline;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
}

span.wpp-views{
  font-size:x-small;
  font-style:italic;
}

/************************************
** 新着記事・人気記事（拡張）
************************************/
.widget_new_entries .new-entrys-large .new-entry,
.widget_new_popular .popular-entrys-large .popular-entry,
.widget_new_popular .new-entrys-large .new-entry,
.widget_new_popular .popular-entrys-large .wpp-list li,
.widget_popular_ranking .popular-entrys-large .popular-entry,
.widget_popular_ranking .popular-entrys-large .wpp-list li{
  margin-bottom:15px;
  line-height:120%;
  position:relative;
  display:block;
  max-width: 440px;/*これを書いておかないと、タイトル部分がはみ出す*/
  overflow: visible;
}

.widget_new_entries .new-entrys-large .new-entry img,
.widget_new_popular .popular-entrys-large .popular-entry img,
.widget_new_popular .new-entrys-large .new-entry img,
.widget_new_popular .popular-entrys-large .wpp-list li img,
.widget_popular_ranking .popular-entrys-large .popular-entry img,
.widget_popular_ranking .popular-entrys-large .wpp-list li img{
  width:100%;
  float:none;
  margin:0;
  display:block;
  margin-bottom:5px;
  min-height: 180px;
  max-width: 440px;/*iPhone6は幅が414pxなのでそれより大きく*/
  max-height: 240px;
  height: auto;
}

.widget_new_popular .popular-entrys-large .wpp-list li img.wpp_cached_thumb,
.widget_popular_ranking .popular-entrys-large .wpp-list li img.wpp_cached_thumb{
  height:auto;
}

.widget_new_entries .new-entrys-large-on .new-entry .new-entry-content,
.widget_new_popular .popular-entrys-large-on .popular-entry .popular-entry-content,
.widget_new_popular .new-entrys-large-on .new-entry .new-entry-content,
.widget_new_popular .popular-entrys-large-on .wpp-list li a.wpp-post-title,
.widget_popular_ranking .popular-entrys-large-on .popular-entry .popular-entry-content,
.widget_popular_ranking .popular-entrys-large-on .wpp-list li a.wpp-post-title{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  /* 画像をBase64にするためコメントアウト
  background: url("images/black-transparent.png") repeat scroll 0 0 transparent; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAA1JREFUGNNjGAWDCgAAAZAAAXtlmk8AAAAASUVORK5CYII=") repeat scroll 0 0 transparent;
/*  opacity:0.7;
  background-color:#333;*/
  padding:10px;
  max-height:28%;
  overflow:hidden;
  display:block;
}

.widget_new_entries .new-entrys-large-on .new-entry .new-entry-content a,
.widget_new_popular .popular-entrys-large-on .popular-entry .popular-entry-content a,
.widget_new_popular .new-entrys-large-on .new-entry .new-entry-content a,
.widget_new_popular .popular-entrys-large-on .wpp-list li a.wpp-post-title,
.widget_popular_ranking .popular-entrys-large-on .popular-entry .popular-entry-content a,
.widget_popular_ranking .popular-entrys-large-on .wpp-list li a.wpp-post-title {
  color:#fff;
  /*opacity:0.8;*/
  display:block;
}

.widget_new_popular .popular-entrys-large-on .wpp-list li span.wpp-views,
.widget_popular_ranking .popular-entrys-large-on .wpp-list li span.wpp-views {
  /* 画像をBase64にするためコメントアウト
  background: url("images/black-transparent.png") repeat scroll 0 0 transparent; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAA1JREFUGNNjGAWDCgAAAZAAAXtlmk8AAAAASUVORK5CYII=") repeat scroll 0 0 transparent;
  color:#fff;
  opacity:1;
  display:block;
  right:0;
  top:0;
  position:absolute;
  padding:2px 10px;
  border-bottom-left-radius:15px;
  font-size:medium;
}


/************************************
** フッター(footer)
************************************/
#footer {
  clear: both;
  background-color: inherit;
  color: #220850;
  padding: 0;
}
#footer-widget {
  margin: 10px auto;
  text-align: left;
  padding:0 5%;
}
.footer-left,.footer-center,.footer-right{
  box-sizing: border-box;
  padding: 10px;
}
.footer-left {
  float: left;
  width: 34%;
}
.footer-center {
  float: left;
  width: 33%;
}
.footer-right {
  float: left;
  width: 33%;
}
#footer-widget {
  color: #fcfcfc;
}
#footer-widget ul{
  list-style:none;
  padding-left:1em;
}
#footer-widget li {
  font-size: 14px;
}
#footer a {
  color: #DCDCDC;
}
#footer h3{
  color:#fff;
  font-size: 16px;
}
#copyright {
  padding: 0.7% 0;
  font-size: 80%;
  text-align: center;
  background-color: #220850;
  color: #ffffff;
}
/************************************
** TOPへ戻るボタン（Go to top）
************************************/
#page-top{
  position:fixed;
  display:none;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
}
#page-top a {
    color: #220850;
    padding: 7px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    line-height: 100%;
    border-radius: 4px;
    font-size: 11px;
    border: 2px solid #220850;
}
/************************************
** 広告（ads）
************************************/
.ad-space{
  margin: 30px 0;
  clear:both;
}
.ad-left{
  float:left;
  margin-right:2px;
  width:336px;
}
.ad-right{
  float:right;
  margin-left:2px;
  width:336px;
}
.ad-top-pc{
  width:728px;
  margin: 0 -24px 15px;
}
.ad-space-top{
  margin-top:0;
  margin-bottom:5px;
}
.ad-space-singular{
  margin-top:15px;
  margin-bottom:10px;
}
.ad-space-top .ad-label{
  display:none;
}
#sidebar .ad-space{
  margin-top:0;
}
/************************************
** 非表示にするものまとめ
************************************/
.widget-ad,
.widget-over-article-title,
.widget-under-article-title,
.widget-over-sns-buttons-title,
.widget-under-sns-buttons-title,
#sidebar .ad-space .ad-label{
 display:none;
}

.widget-index-top{
  margin-bottom: 30px;
}

.widget-index-middle{
  margin-bottom: 40px;
}

/************************************
** モバイルメニュー
************************************/
#mobile-menu{
  display:none;
}

#mobile-menu a{
  color:#333;
  padding: 4px 8px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  line-height:100%;
  border-radius: 3px;
  position:absolute;
  right: 7px;
  font-size: 15px;
  margin-top: 3px;
}

#mobile-menu a:hover,
#page-top a:hover{
  opacity: 0.7;
}

/************************************
** サムネイルつきポストナビ
************************************/
#prev-next{
  width:100%;
  margin: 36px 0 24px;
  padding:0;
  display: table;
}

#prev-next  #prev, #prev-next #next{
  width: 50%;
  display: table-cell;
  position:relative;
  text-decoration:none;
}

#prev-next #prev:hover, #prev-next #next:hover{
background-color: rgba(238,238,238,0.7);
}

#prev-next #prev{
border-right:#ddd 1px solid;
}

#prev-next #prev-title, #prev-next #next-title{
  top:-0.8em;
  position:absolute;
  border: 1px #ccc solid;
  text-align: center;
  padding:5px;
  color:#666;
  font-size:28px;
  border-radius:6px;
  background-color: #fff;
}
#prev-next #next-title{
  right:10px;
}
#prev-next span{
  padding:0;
  margin:0;
}

#prev-next #prev img, #prev-next #next img{
  margin:0 auto;
  width: 100px;
  height: 100px;
}

#prev-next #prev-no, #prev-next #next-no{
  width: 50%;
  padding:0 10px;
  display: table-cell;
}

#prev-next #prev-no{
  border-right:#ddd 1px solid;
}

#prev-no,
#next-no{
  position:relative;
}
#prev-no a:hover,
#next-no a:hover{
  background-color:#fff;
}

#prev-next-home span{
  color:#ccc;
  font-size:100px;
  margin:0 auto;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast:none){
  #prev-next-home span{
    margin-top: 50px;
  }
}

#prev-next #prev, #prev-next #prev::before, #prev-next #prev::after,
#prev-next #next, #prev-next #next::before, #prev-next #next::after {
  box-sizing: border-box;
}

#prev-next #next-title{
  right:10px;
}

#prev-next #prev img{
  margin-top:10px;
  float:left;
  margin-right:10px
}

#prev-next #next img{
  margin-top:10px;
   float:right;
   margin-left: 10px;
}


/************************************
** モバイルモーダルメニュー（animatedModal.js）
************************************/
#animatedModal a{
  color: #fff;
  text-decoration: none;
}

.close-animatedModal{
  text-align: center;
  font-size: 45px;
}

.modal-content{
  max-width: 440px;
  width: auto;
  margin: auto;
}

#animatedModal ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
}

#animatedModal ul li{
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 10px 10px;
}

#animatedModal ul li a{
  padding: 5px 10px;
  width: auto;
  border-radius: 5px;
  display: block;
}

#animatedModal ul li a:hover{
  background-color: #555;
}

/*Google検索ボックス用*/
#___gcse_0 .cse .gsc-control-cse,
#___gcse_0 .gsc-control-cse{
  background-color: transparent;
  border: none;
}

/*SlickNav用スタイル*/
.slicknav_menu {
  display: none;
}

/*トップへ戻る画像の背景*/
#page-top a.move-page-top-image{
  background-color: transparent;
}

/*Firefoxの不具合？対策*/
div.vdh-mask{
  display: none;
}


/************************************
** Alt属性値を画像ホバー時にキャプション表示する
************************************/
.imgs-wrap{
  margin: 16px 0;
}

.hover-image {
  display: inline-block;
  /*margin: 16px 0;*/
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);*/
}


.wp-caption .hover-image {
  margin: 0;
}

.hover-image:before {
  content: '';
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transition-property: top, opacity;
          transition-property: top, opacity;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.hover-image-admin:before {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.hover-image img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}
.hover-image .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.hover-image .details a{
  color: #fff;
  text-decoration: none;
}
.hover-image .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
          transition-property: top, opacity;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hover-image-admin .details span {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.hover-image .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 12px;
}
.hover-image:hover:before,
.hover-image:hover span {
  opacity: 1;
}
.hover-image:hover:before {
  top: 50%;
}
.hover-image:hover span {
  top: 0;
}
.hover-image:hover .info {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.hover-image-admin:hover .info {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}


/************************************
** Facebookページを「いいね！」するエリアのスタイル
************************************/
div.fb-like-mobile{
  display: none;
}
.article-like{
  height: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
}
.article-like-thumb{
  float: left;
  width: 100px;
}
.article-like-thumb img{
  display: block;
}
.article-like-body{
  margin-right: 140px;
  float: none;
  padding: 10px;
  font-size: 18px;
  line-height: 1.3em;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
}
.article-like-body::after{
  content: '\f054';
  position: absolute;
  right: 110px;
  top: 27px;
  color: #ccc;
  font-size: 50px;
  font-family: FontAwesome;
  line-height: 100%;
}
.article-like-button {
  background-color: #f3f3f3;
  width: 100px;
  height: 100px;
  text-align: center;
  float: right;
  padding-top: 27px;
  box-sizing: border-box;
/*  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;*/
}

.article-like-button iframe{
  background-color: #fff;
}

.article-like-arrow-box {
  float: left;
  position: relative;
  border: 1px solid #bbb;
  margin-left: 12px;
  width: calc(100% - 114px);
  border-radius: 5px;
}
.article-like-arrow-box-in{
  border-radius: 5px;
  overflow: hidden;
}
.article-like-arrow-box:after, .article-like-arrow-box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.article-like-arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.article-like-arrow-box:before {
  border-color: rgba(221, 221, 221, 0);
  border-right-color: #bbb;
  border-width: 11px;
  margin-top: -11px;
}


/************************************
** Facebookページを「いいね！」するエリアのスタイル（サイドバーの時）
************************************/
#sidebar .article-like-body::after{
  display: none;
}
#sidebar .article-like-body{
  font-size: 0.8em;
  padding: 5px;
  line-height: 1.1em;
  margin-right: 0;
  height: 70px;
}
#sidebar .article-like-arrow-box{
  height: 100px;
}
#sidebar .article-like-button{
  float: none;
  width: 100%;
  height: 30px;
  display: block;
  line-height: 24px;
  padding-top: 0;
}
#sidebar div.fb-like-mobile{
  display: block;
}
#sidebar div.fb-like-pc{
  display: none;
}

/************************************
** feedlyバルーンのスタイル
************************************/

/************************************
** 購読者数つきFeedlyボタン（縦型）
************************************/
#feedly-followers {
    display: block;
}

#feedly-followers a{
  display: block;
}

#feedly-followers img{
    width:72px;
    height:22px;
    border:none;
}

/* 購読者数の表示部分 */
#feedly-count {
  margin:0 auto 6px auto;
  width: 62px;
  height: 31px;
  background-color: #FFF;
  position: relative;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  padding: 0 4px;
  font-family: Arial;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  display: block;
}

#feedly-count a{
  color:#333;
  text-decoration:none;
}

/* 購読者数吹き出し部分 */
.fdly-count:after,
.fdly-count:before {
  border: solid transparent;
  content: ' ';
  right: 43%;
  position: absolute;
}

.fdly-count:before {
  border-width: 5px;
  border-top-color: #B0C1D8;
  top: 32px;
}

.fdly-count:after {
  border-width: 5px;
  border-top-color: #FFF;
  top: 30px;
}

/************************************
** 購読者数つきFeedlyボタン（横型）
************************************/
.feedly-btn-horizontal img#feedly-follow{
  width:60px;
  height:20px;
  border:0;
  margin-right:3px;
}

.feedly-btn-horizontal .arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #BDBDBD;
  padding: 0 6px;
  border-radius:3px;
  top:-7px;
  line-height:18px;
  display:inline-block;
  height:22px;
}

.feedly-btn-horizontal a{
  color:#333;
  font-size:11px;
  text-decoration:none;
  line-height:18px;
}

.feedly-btn-horizontal a:hover{
  color:#333;
}

.feedly-btn-horizontal .arrow_box:after,
.feedly-btn-horizontal .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.feedly-btn-horizontal .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 3px;
  margin-top: -3px;
}

.feedly-btn-horizontal .arrow_box:before {
  border-color: rgba(189, 189, 189, 0);
  border-right-color: #BDBDBD;
  border-width: 4px;
  margin-top: -4px;
}

/************************************
** ブログカードのスタイル
************************************/
.blog-card{
  margin: 20px 0;
  max-width:100%;
  width: 500px;
  position: relative;
  clear:both;
  min-height:145px;
  min-width: 300px;
  box-sizing: border-box;
}

#sidebar .blog-card{
  margin-left: 0;
  margin-right: 0;
}

#sidebar .blog-card-title{
  font-size: 14px;
  line-height: 120%;
}

#sidebar .blog-card-excerpt,
#sidebar .blog-card-footer{
  font-size: 11px;
  line-height: 120%;
}


#sidebar img.blog-card-thumb-image{
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

#sidebar .blog-card-thumbnail-left .blog-card-content {
  margin-left: 90px;
}

.internal-blog-card,
.external-blog-card{
  padding:12px;
  padding-bottom: 6px;
  border:1px solid #ddd;
  word-wrap: break-word;
  border-radius: 5px;
}

.external-blog-card-hatena{
  border: 0;
  background-color: transparent;
  overflow: hidden;
}

.blog-card-thumbnail{
  float:left;
}

.blog-card img.blog-card-thumb-image{
  border:0;
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.blog-card-content{
  margin-left:110px;
  line-height:120%;
  margin-bottom: 0.5em;
}
.blog-card-title{
  margin-bottom:5px;
}

.blog-card-title a{
  font-weight: bold;
  text-decoration: none;
  color: #111;
}

.blog-card-excerpt{
  color: #333;
  font-size: 0.9em;
  max-height: 80px;
  overflow: hidden;
}

.blog-card-footer{
  font-size: 0.7em;
  width: 100%;
  color:#777;
  clear:both;
  vertical-align: bottom;
  margin-left: -4px;
  /*position: absolute;
  bottom: 12px;*/
  /*position: relative;
  left: -3px;*/
}

.blog-card-site{
  float: left;
  margin-right: 7px;
  margin-top: 1px;
}

.blog-card-hatebu{
  float: left;
  margin-right: 7px;
  position: relative;
  bottom: -5px;
}

.blog-card-date{
  float: right;
  margin-bottom: -5px;
}

.blog-card-site{
  position:relative;
}

.blog-card-site a{
  color:#777;
  text-decoration:none;
}

.blog-card-favicon{
  margin-right:3px;
  position: relative;
  bottom: -4px;
}

.blog-card-favicon-img{
  width:16px;
  height:16px;
}


/***********************************
 ブログカード（幅が狭い場合）
 ***********************************/
@media screen and (max-width: 560px){
  .article .blog-card,
  .article .entry-content .hover-card{
    width: 100%;
  }

  .blog-card-content{
    margin-left: 0;
  }

  .blog-card-title a{
    font-size: 14px;
    line-height: 120%;
  }

  .blog-card-excerpt,
  .blog-card-footer{
    font-size: 11px;
    line-height: 120%;
  }

  #main .blog-card,
  #main .hover-card{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  img.blog-card-thumb-image{
    width: 80px;
    height: 80px;
  }

  .blog-card-content {
    margin-left: 90px;
  }
}


/* IE10以降 */
/*@media all and (-ms-high-contrast:none){
  .blog-card-favicon {
    display:none;
  }
}*/

.clear{
  clear:both;
}

#sidebar .blog-card,
#sidebar .hover-internal-blog-card,
#sidebar .hover-external-blog-card,
#sidebar .hover-card,
#footer .blog-card,
#footer .hover-internal-blog-card,
#footer .hover-external-blog-card {
  width: 100%;
  min-width: initial;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width:524px){
  /*.blog-card{width:auto;}*/
}


/************************************
** SNSに関するスタイルシートの設定
************************************/

/************************************
** SNSシェアボタン
************************************/
#sns-group{
  clear: both;
}

ul.snsb{
  padding:10px 0;
  margin-bottom:0;
  font-family: sans-serif;
}

.snsb li {
  float: left;
  list-style-type: none;
  margin-right: 7px;
  margin-top: 2px;
  margin-bottom: 5px;
}

ul.snsbs li{
  margin-right:5px;
  margin-bottom:5px;
}

ul.snsbs li a{
  color:#fff;
  text-decoration:none;
  font-size:25px;
  background-color:#000;
  display:block;
  padding:7px 6px 3px 6px;
  border-radius:5px;
  width:25px;
  height:30px;
  position:relative;
  text-align: center;
}

ul.snsbs li a .social-count{
  font-size:10px;
  background-color:#555;
  width:auto;
  padding:1px 3px;
  border-radius:5px;
  position:absolute;
  display:inline-block;
  right:0;
  bottom:0;
  height:12px;
  line-height:12px;
  font-family: Arial;
}

ul.snsbs a.twitter-btn-icon-link{background-color:#55acee;}
ul.snsbs a.facebook-btn-icon-link{background-color:#3b5998;}
ul.snsbs a.google-plus-btn-icon-link{background-color:#dd4b39;}
ul.snsbs a.hatena-btn-icon-link{background-color:#3C7DD1;}
ul.snsbs a.pocket-btn-icon-link{background-color:#EE4257;}
ul.snsbs a.line-btn-icon-link{background-color:#00c300;}
ul.snsbs a.evernote-btn-icon-link{background-color:#51b125;}
ul.snsbs a.feedly-btn-icon-link{background-color:#87bd33;}
ul.snsbs a.push7-btn-icon-link{background-color:#eeac00;}
ul.snsbs a.comments-btn-icon-link{
  background-color:#555;
  padding-top: 4px;
  padding-bottom: 6px;
}


.snsbs li a:hover{
  opacity: 0.7;
}

.snsbs li img {
  border-radius:10px;
}
img.line-btn-img{
  height:62px;
}

img.line-btn-img-mini{
  display:none;
}

img.evernote-btn-img{
  min-height:62px;
}

img.evernote-btn-img-mini{
  display:none;
}

/************************************
** タイトル下SNSボタン
************************************/
#sns-group-top ul{
  padding:0;
  line-height:20px;
}

#sns-group-top ul li{
  margin-top: 2px;
  margin-bottom: 2px;
}

#sns-group-top .sns-share-msg{
  display:none;
}

#sns-group-top .twitter-btn{
  width:100px;
}

#sns-group-top .facebook-btn{
  width: 127px;
}

#sns-group-top .google-plus-btn{
  width: 65px;
  margin-top:-2px;
}

#sns-group-top .pocket-btn{
  width:90px;
}

#sns-group-top img.line-btn-img{
  display:none;
}

#sns-group-top img.line-btn-img-mini{
  display:block;
  height: 20px;
}

#sns-group-top .evernote-btn-img{
  display:none;
}

#sns-group-top .evernote-btn-img-mini{
  display:block;
}

#sns-group-top .evernote-btn-img-mini{
  height:20px;
  width:auto;
}

/************************************
** SNSページフォロー
************************************/
.sns-follow-msg{
  margin: 8px 0 0 0;
  font-size:medium;
}

.sns-share-msg{
  margin-bottom:-20px;
  font-size:medium;
}

#header .sns-follow-msg{
  display:none;
}

ul.snsp{
  list-style:none;
  padding-left:0;
  margin:10px 0 15px;
}

ul.snsp li{
  display:inline;
  margin-right:5px;
}

ul.snsp li a{
  font-size:19px;
  line-height:170%;
  text-decoration:none;
}

/*ul.snsp li.push7-page a span {
  font-size: 26px;
  background-color: transparent;
  width: 30px;
  height: 30px;
  background-color: #666;
  padding: 2px 2px 3px;
  color: #fff;
  position: relative;
  top: -4px;
}

ul.snsp li.push7-page a{
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}*/

/*Facebookコメント欄が表示されない不具合修正*/
.fb-like iframe {
    max-width: none;
}

/*アイコフォントの大きさ*/
ul.snsp li {
  display: inline-block;
  margin-right: 5px;
}

ul.snsp li a {
  text-decoration: none;
}

ul.snsp li a span {
  display: block;
  font-size: 33px;
  width: 33px;
  height: 33px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #666;
  color: #fff;
}

/*feedly、LINEアイコンは自作なので少し大きかったので調整*/
ul.snsp li a span.icon-feedly-square,
ul.snsp li a span.icon-line-square,
ul.snsp li a span.icon-push7-square,
ul.snsp li a span.icon-hatebu-square{
  font-size:34px;
  position: relative;
}

#sns-group ul.snsp li a:hover{
  color: #fff;
}

ul.snsp li.twitter-page a span:hover{
  background-color:#55acee;
}

ul.snsp li.facebook-page a span:hover{
  background-color:#3b5998;
}

ul.snsp li.google-plus-page a span:hover{
  background-color:#dd4b39;
}

ul.snsp li.instagram-page a span:hover{
  background-color:#3f729b;
}

ul.snsp li.hatebu-page a span:hover{
  background-color:#008fde;
}

ul.snsp li.pinterest-page a span:hover{
  background-color:#cc2127;
}

ul.snsp li.youtube-page a span:hover{
  background-color:#e52d27;
}

ul.snsp li.flickr-page a span:hover{
  background-color:#1d1d1b;
}

ul.snsp li.github-page a span:hover{
  background-color:#24292e;
}

ul.snsp li.feedly-page a span:hover{
  background-color:#87bd33;
}

ul.snsp li.push7-page a span:hover{
  background-color: #eeac00;
}

ul.snsp li.line-page a span:hover{
  background-color:#00c300;
}

ul.snsp li.rss-page a span:hover{
  background-color:#fe9900;
}


ul.snsp li.feedly-page a img{
  margin-bottom:-3px;
  width:32.5px;
  height:32.5px;
  border-radius:7px;
  border-width:0px;
}

/************************************
** シェアバー
************************************/
#sharebar {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99;
  margin-left:-110px;
  margin-top:-50px;
  width:90px;
  position: fixed;
}

#sharebar ul li{
  display: block;
  margin: 5px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  float:none;
}

#sharebar ul li div{
  margin: auto;
}

#sharebar ul.snsb-balloon li,
#sharebar li.comments-balloon-btn{
  margin-left:15px;
  margin-bottom:10px;
}

#sharebar .sns-share-msg{
  display:none;
}

/************************************
** 自作のバルーンシェアボタン
************************************/
.balloon-btn-set{
  display:block;
  width:60px;
  height:63px;
}

.balloon-btn-set a{
  display:block;
  color:#777;
  font-size:14px;
  text-decoration:none;

}

.balloon-btn-set a.twitter-arrow-box-link .fa-comments{
  color: #aaa;
  font-size: 13px;
}

a.arrow-box-link{
  font-weight:bold;
  text-align:center;
  font-family: Arial;
  display:block;
  font-size: 14px;
}

a.evernote-arrow-box-link{
  /*font-family: 'Boogaloo', cursive;*/
  font-weight:normal;
}

a.arrow-box-link:hover{color:#555;}

a.balloon-btn-link{
  border:1px solid #ddd;
  width:58px;
  height:20px;
  line-height:22px;
  position:relative;
  top:4px;
  color:white;
  border-radius:3px;
  text-align:center;
  display:block;
}

a.balloon-btn-link:hover{
  opacity:0.7;
}

a.twitter-balloon-btn-link{background-color:#55acee;}
a.facebook-balloon-btn-link{background-color:#3c5a99;}
a.googleplus-balloon-btn-link{background-color:#dd4b39;}
a.hatena-balloon-btn-link{background-color:#3c7dd1;}
a.pocket-balloon-btn-link{background-color:#ee4257;}
a.line-balloon-btn-link{background-color:#00c300;}
a.evernote-balloon-btn-link{background-color:#51b125;}
a.feedly-balloon-btn-link{background-color:#87bd33;}
a.push7-balloon-btn-link{background-color:#eeac00;}
a.comments-balloon-btn-link{background-color:#333;}

a.comments-balloon-btn-link .fa-comment{position: relative;top:-3px;}

.arrow-box {
  position: relative;
  background: #fff;
  border: 1px solid #bbb;
  text-align:center;
  width:58px;
  height:33px;
  border-radius:3px;
  line-height:33px;
  display:inline-block;
}

.arrow-box:after,
.arrow-box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 3px;
  margin-left: -3px;
}
.arrow-box:before {
  border-color: rgba(187, 187, 187, 0);
  border-top-color: #ddd;
  border-width: 5px;
  margin-left: -5px;
}

/************************************
** タイトル下SNSボタン
************************************/
.page #sns-group-top {
    display: none;
}

#sns-group-top .balloon-btn-set{
  display:block;
  width:87px;
  height:22px;
  margin-bottom:10px;
}

#sns-group-top .arrow-box{
  height:20px;
  width:50px;
  line-height:20px;
  float:right;
}

#sns-group-top .arrow-box-link{
  line-height:20px;
  text-align:center;
}

#sns-group-top .balloon-btn-link{
  top:0;
  width:28px;
  float:left;
  line-height:24px;
}

#sns-group-top .arrow-box {
  position: relative;
  background: #fff;
  border: 1px solid #bbb;
}
#sns-group-top .arrow-box:after,
#sns-group-top .arrow-box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  left:auto;
  position: absolute;
  pointer-events: none;
}
#sns-group-top .arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 3px;
  margin-top: -3px;
}
#sns-group-top .arrow-box:before {
  border-color: rgba(119, 119, 119, 0);
  border-right-color: #bbb;
  border-width: 4px;
  margin-top: -4px;
}

/************************************
** Google FontsのBoogalooをダウンロードしたものの呼び出し
************************************/
/*@font-face{
  font-family: Boogaloo;
  src:url('webfonts/boogaloo/Boogaloo-Regular.ttf');
}

@font-face {
 font-family: Boogaloo;
 src: url('webfonts/boogaloo/Boogaloo-Regular.ttf') format("truetype");
}*/

/************************************
** バイラルボタン
************************************/
.sns-group-viral ul.snsb{
  box-sizing: border-box;
}

.sns-group-viral ul.snsb li{
  box-sizing: border-box;
  width: 24%;
  margin-right: 1%;
}

.sns-group-viral ul.snsb li a{
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  border-radius: 3px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
}

.sns-group-viral ul.snsbs li a .social-count{
  font-size: 12px;
  bottom: 2px;
  font-weight: bold;
  background-color: transparent;
}

.sns-group-viral .social-icon:after{
  margin-left: 7px;
  position: relative;
  top: -2px;
  font-family: arial;
}

.sns-group-viral .fa-comment:after{
  top: 0;
}


.sns-group-viral .icon-twitter:after{
  content: 'Twitter';
}

.sns-group-viral .icon-facebook:after{
  content: 'Facebook';
}

.sns-group-viral .icon-googleplus:after{
  content: 'Google+';
}

.sns-group-viral .icon-hatena:after{
  content: 'Hatena';
}

.sns-group-viral .icon-pocket:after{
  content: 'Pocket';
}

.sns-group-viral .icon-line:after{
  content: 'Line';
}

.sns-group-viral .icon-evernote:after{
  content: 'Evernote';
}

.sns-group-viral .icon-feedly:after{
  content: 'Feedly';
}

.sns-group-viral .icon-push7:after{
  content: 'Push';
}

.sns-group-viral .fa-comment:after{
  content: 'Comment';
}

/************************************
** バイラルボタン（シェアバー）
************************************/
#sharebar .sns-group-viral ul.snsb li{
  width: 100%;
}

#sharebar .sns-group-viral ul.snsb li a{
  width: 80px;
}

#sharebar .sns-group-viral .social-icon:after{
  display: none;
}

/************************************
** とりあえず何でもレスポンシブ化するスタイル
************************************/
img,canvas,iframe,video,svg{max-width:100%}.overflow-container{overflow-y:scroll}.aspect-ratio{height:0;padding-top:56.25%;position:relative}.aspect-ratio--object{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:100}

/************************************
** 外部パーツ微調整
************************************/
/*外部パーツの微調整など*/
/*SimplicityでbbPressのスタイルを整える*/
.bbp-breadcrumb-home,
.bbp-breadcrumb-home+.bbp-breadcrumb-sep,
.topic .post-date,
.topic .post-update,
.topic .footer-post-meta,
.post-0 .post-date,
.post-0 .post-update,
.post-0 .footer-post-meta,
.forum .post-date,
.forum .post-update,
.forum .footer-post-meta{
  display: none;
}

#bbp_search{
  font-size: 17px;
}

#bbp_search_submit{
  padding-top:9px;
  padding-bottom:9px;
}

.post-0 .post-meta{
  height: 27px;
}

.bbp-reply-content{
  font-size: 16px;
  line-height: 170%;
}

.bbp-forum-title{
  font-size: 16px;
}

.bbp-topic-permalink{
  font-size: 14px;
}

#main #bbpress-forums .status-closed{
  color: #000;
  background-color: #fcfcfc;
}

#main #bbpress-forums .status-closed a {
  color: #2098a8;
}

#main #bbpress-forums .status-closed li.bbp-topic-title a{
  color: #333;
}

#bbp-container .entry-content{
  margin-left:0;
}

.bbp-form > p,
.bbp-form > div{
  text-align: left;
}

#bbp_reply_content,
#bbp_topic_content{
  border:1px solid #ccc;
}

/*bbResolutions*/
.bbr-form-wrapper {
  clear: left;
}

.bbr-field-wrapper {
  float: left;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.bbr-resolution-sticker{

}
@media screen and (max-width: 440px){
  #main #bbpress-forums div.bbp-forum-content,
  #main #bbpress-forums div.bbp-topic-content,
  #main #bbpress-forums div.bbp-reply-content{
    margin-left: 10px;
  }
}

@media screen and (max-width: 480px){
  .article #bbpress-forums .bbp-body div.bbp-reply-author{
    padding-left: 0;
    margin-top: 10px;
    line-height: 130%;
  }

  .article #bbpress-forums div.bbp-reply-author img.avatar{
    top: 0;
  }
}

/*Googleカスタム検索用*/
#cse-search-box input[type="text"]{
  width: calc(100% - 70px);
  background-color: #fff;
}

#cse-search-box input {
  display: inline-block;
  box-sizing: border-box;
  height: 34px;
  color: #333;
}

#main #bbpress-forums div.bbp-reply-author img.avatar{
  position: relative;
}

/*カテゴリ・アーカイブウィジェットをドロップダウンにしたときラベルを表示しない*/
.widget_categories label.screen-reader-text,
.widget_archive label.screen-reader-text{
  display: none;
}

/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin: 4% 0;
}
.pagination li{
  display: inline-block;
}
.pagination a,
.pagination span {
  font-weight: 500;
  text-decoration:none;
/*  border: 1px solid #ddd;
  border-left-width: 0;*/
  border: none;
  width:38px;
  height:38px;
  color: #220850;
  display: block;
  line-height: 38px;
  margin-left: 3px;
}
.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current span {
    background-color: #220850;
    cursor: default;
    pointer-events: none;
    color: #ffffff;
}
.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
@media only screen and ( max-width: 500px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 310px ) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

/*@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}
*/
.entry-large-thumnail{
  width: 100%;
  height: auto;
}

/***********************
* 旧Twitterボタンのような見た目を再現
***********************/
.twitter-balloon-btn-defalt .balloon-btn-set {
  display:block;
  width:65px;
  height:63px;
}

.twitter-balloon-btn-defalt a.balloon-btn-link{
  width:65px;
  position: relative;
}

.twitter-balloon-btn-defalt .arrow-box {
  width:65px;
}

.twitter-balloon-btn-defalt a.twitter-balloon-btn-link .tweet-label{
  font: 11px "Helvetica Neue",Arial,sans-serif;
  /*
  font-weight: bold;
  color: #000;
  */
  vertical-align: 25%;
}

#sns-group-top .twitter-balloon-btn-defalt .balloon-btn-set{
  width: 100px;
  margin-bottom: 0;
}

#sns-group-top .twitter-balloon-btn-defalt .balloon-btn-link{
  width: 65px;
}

#sns-group-top .twitter-balloon-btn-defalt .arrow-box {
    width: 25px;
}

/************************************
** アイキャッチ
************************************/
.eye-catch{
  line-height: 100%;
  margin-left: 0;
}

.eye-catch-caption{
  font-size: 75%;
}


/************************************
** 折り畳みアーカイブウィジェット
************************************/
.widget_archive a.year{
  cursor: pointer;
  text-decoration: underline;
}

.widget_archive .years ul {
  transition: .3s ease;
  margin: 0;
  margin-bottom: 1em;
}

#sidebar .widget_archive ul.years li{
  margin-bottom: 0;
}

/*PageSpeed Insightsのユーザーエクスペリエンス対策*/
@media screen and (max-width:639px){
  #sidebar .widget_archive ul.years li a{
    margin-bottom: 8px;
    display: inline-block;
  }
}

.widget_archive ul.years .hide {
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: none;
}

.admin-pv{
  text-align: right;
}

.admin-pv > span{
  margin: 0 5px;
  padding: 0 3px;
}


/************************************
** Push7通知ボタンのスタイル
************************************/
.snsb .p7-b > .p7-left,
.snsb .p7-b > .p7-top {
  border-color: #bbb;
  font-family: Arial;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #777;
}

.snsb .p7-b > .p7-left{
  margin-left: 6px;
}

.snsb .p7-b > .p7-top{
  padding: 0;
  line-height: 33px;
  height: 33px;
  margin-bottom: 4px;
}

#sharebar .snsb .p7-b > .p7-top{
  margin-bottom: 4px;
}
/*
.push7-balloon-btn .p7-b > a > span{
  display: none;
}
*/
.push7-balloon-btn .p7-b > a > span{
  font-size: 12px;
}

.push7-balloon-btn .p7-b > a{
  border: 1px solid #ddd;
  padding: 2px 4px;
}

.push7-balloon-btn .p7-b > a:hover{
  opacity: 0.7;
}

.facebook-save-button{
  margin: 1em 0;
}

.widget-under-sns-buttons.widget_facebook_save_button .main-widget-label{
  display: block;
  margin: 1em 0;
}


/************************************
** highlight.js用のスタイル
************************************/
.hljs {
  display: block;
  word-wrap: normal;
  overflow: auto;
  padding: 0.5em;
  border-radius:5px;
  margin: 1em auto;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
}

.hljs-keyword, .hljs-attribute, .hljs-selector-tag, .hljs-meta-keyword, .hljs-doctag, .hljs-name {
    font-weight: bold;
}

/************************************
** 最近のコメントウィジェットのスタイル
************************************/
dl.recent-comments {
  width:100%;
  margin: 20px auto;

}

dl.recent-comments dt{
  text-align: left;
  clear: left;
  float: left;
  width: 46px;
  white-space: nowrap;
  margin-top: 3px;
}

dl.recent-comments dd{
  margin-left: 0;
  margin-bottom: 20px;
}

dl.recent-comments dd .recent-comment-author{
  font-weight: bold;
}

dl.recent-comments dd .recent-comment-content{
  font-size:14px;
}

.recent-comment-title{
  clear: both;
}

/************************************
** ホバーカードの設定
************************************/
.hover-card{
  text-decoration: none;
  display: block;
}

.hover-internal-blog-card,
.hover-external-blog-card{
  width: 500px;
}

.hover-internal-blog-card.hover-blog-card-wide,
.hover-external-blog-card.hover-blog-card-wide{
  width: calc(100% - 40px);
  margin: 20px;
}

/*ホバーカード内に幅いっぱいにする*/
.hover-blog-card-wide .blog-card-wide {
  width: auto;
  margin: 0;
}
/*
.hover-card:hover{
  background-color: #f7f7f7;
}
*/

.hover-card .entry-read,
.hover-card .category,
.hover-card .related-entry-read,
.hover-card .blog-card-title,
.hover-card .admin-pv{
  color: #111;
  text-decoration: underline;
}

.hover-card .admin-pv{
  text-decoration: none;
}

.hover-card .entry:hover,
/*.hover-card .entry-large-thumbnail:hover,
.hover-card .entry-tile:hover,*/
.hover-card .related-entry:hover,
.hover-card .related-entry-thumbnail:hover,
.hover-card .blog-card:hover{
  background-color: #f7f7f7;
}

.hover-card .entry-tile h2,
.hover-card .blog-card-title {
  font-size: 16px;
  line-height: 110%;
  text-decoration: none;
  font-weight: bold;
}

.hover-card .related-entry-thumbnail h3{
  font-size: 16px;
  line-height: 110%;
  font-weight: normal;
}

/************************************
** 人気ウィジェットをランキング
************************************/
.ranking_list {
  counter-reset: wpp-ranking;
}

.ranking_list ul li{
  position: relative;
}

.ranking_list ul li:before {
  background: none repeat scroll 0 0 #666;
  color: #fff;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  font-size: 75%;
  left: 0;
  top: 3px;
  line-height: 1;
  padding: 4px 7px;
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  border-radius: 2px;
  font-family: Arial;
}

.icon-amp-logo2::before {
  font-size: 14px;
}

/*!動画の最大幅を指定する*/
.video-container{
  max-width:640px;
  position: relative;
}

/*!動画の大きさを調整*/
.video-container .video {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 30px;
  overflow: hidden;
  max-width: 100%;
}

.video iframe,
.video object,
.video embed,
.instagram iframe,
.instagram object,
.instagram embed,
.facebook iframe,
.facebook object,
.facebook embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.video-click {
  cursor: pointer;
}

.video-click:hover .video-play {
    background: url("images/youtube-play.png") no-repeat scroll -101px -13px rgba(0, 0, 0, 0);
}

.video-play {
  background: url("images/youtube-play.png") no-repeat scroll 2px -13px rgba(0, 0, 0, 0);
  height: 62px;
  left: 50%;
  margin-left: -45px;
  margin-top: -33px;
  position: absolute;
  top: 50%;
  width: 100px;
  opacity: 0.8;
}

.video-title-grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAQUlEQVQYV22KQQoAIAzDyv7/Et/oVlGZVCfkkIYamsENXESyi8vc0u/PKZ6o8+7fZ0h8ShRYnD+BFKToRJkHFpkM2hZSxuyWpEYAAAAASUVORK5CYII=");
  background-position: center top;
}

.video-title-text {
  color: #eeeeee;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  font-size: 17px;
  overflow: hidden;
  padding: 12px 16px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*星のスタイル*/
.rating-star{
  color: #f5bc55;
  font-size: 1.2em;
}
/*数字のスタイル*/
.rating-number{
  color: #333;
  font-size: 0.9em;
  margin-left: 0.4em;
}

/**
 * ボックスメニューのカスタマイズ
 * @author: わいひら
 * @link: https://nelog.jp/box-menu
 * @license: http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @reference: https://ponhiro.com/box-nav/ @ponhiroo
 */

.box-menus {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 18px 0;
}
.box-menus * {
  line-height: 1.6;
  margin: 0;
}

.box-menus .box-menu {
  display: block;
  box-sizing: border-box;
  padding: 0.5em 1em;
  text-decoration: none;
  width: 100%;
  text-align: center;
  min-height: 100px;
  cursor: pointer;
  background: #fff;
  width: calc(100%/4);
  color: #777;
  box-shadow: inset 1px 1px 0 0 #eee, 1px 1px 0 0 #eee, 1px 0 0 0 #eee;
  transition: none;
}
.box-menus .box-menu:last-child {
  margin-right: auto;
}
.box-menus .box-menu:hover {
	box-shadow: inset 2px 2px 0 0 #f8b862, 2px 2px 0 0 #f8b862, 2px 0 0 0 #f8b862, 0 2px 0 0
#f8b862;
  color: #777;
  z-index: 2;
}

.box-menus .box-menu-icon {
  color: #f8b862;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-menus .box-menu-icon * {
  margin: 10px 0;
  max-width: 60px;
  max-height: 60px;
  height: auto;
  display: inline-block;
}
.box-menus .box-menu-icon img {
  font-size: 16px;
  border: none;
  box-shadow: none;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}

.box-menus .box-menu-label {
  font-size: 14px;
  font-weight: 600;
}

.box-menus .box-menu-description {
  font-size: 10px;
  opacity: 0.8;
}

.nwa .box-menus .box-menu {
  width: calc(100%/2);
}
/* ヘッダー */
#header .alignleft {
    margin: inherit;
    width: 16.5%;
}
.home #header .alignleft {
    margin: inherit;
    width: 22%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999;
}
#site-title {
    margin-top: inherit;
    margin-left: 3vw;
    padding-top: 1%;
}
.home #site-title {
    margin-top: inherit;
    margin-left: 1vw;
    padding-top: 4%;
}
div#navi {
    position: absolute;
    right: 0;
    top: 0;
    height: 120px;
    display: grid;
    align-content: space-evenly;
}
#navi ul.navi_ul {
    background-color: inherit;
    border: none;
    display: flex;
    gap: 2vw;
}
#navi ul > li {
    float: none;
    margin: auto;
    height: inherit;
    line-height: inherit;
    position: static;
}
#navi ul.navi_ul li a {
    padding: inherit;
    font-size: clamp(1.2rem,1.2vw,1.6rem);
    height: inherit;
    padding-top: inherit;
    text-align: center;
    display: grid;
    place-items: center;
    padding: 0em 0.7em;
    color: #220850;
}
#navi ul.navi_ul li a span.jp {
    display: block;
    color: #4e485b;
    font-size: clamp(1.1rem,0.9vw + 0rem,1.1rem);
    letter-spacing: 1px;
}
#navi ul > li.bg_blue {
    height: 120px;
    padding: 0 1vw;
    width: auto;
    background-color: #220850;
    margin-right: -2vw;
}
#navi ul > li.bg_blue a,#navi ul.navi_ul li.bg_blue a span.en {
    color: #ffffff;
    display: block;
    padding-top: 20px;
}
#navi ul > li.bg_blue a {
    height: 100px;
}
#navi ul.navi_ul li.bg_blue a span.jp {
    color: #ffffff;
}
/* フッター */
p.footer_logo {
    width: 15%;
    margin: auto;
}
div#footer-in {
    box-sizing: inherit;
    padding-top: 12%;
}
div#footer-in a {
    color: #220850;
}
div#footer-navi-in span {
    color: #d6d3dd;
}
div#footer-navi-in {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 5%;
}
.footer_info_box .footer_left p {
    margin-bottom: 12%;
}
.footer_info_box .footer_left span {
    display: block;
    margin-top: 3%;
}
.jp_en_box p.ft14 {
    margin-right: 5%;
    margin-top: 5%;
}
.footer_right img {
    width: 70%;
}
.labo_list dt {
    width: 15%;
    box-sizing:border-box;
    border-right: 1px solid #d6d3dd;
}
.labo_list dd {
    margin-left: 3%;
    width: 82%;
}
.footer_center {
    width: 40%;
}
.footer_left .title{
      font-size: clamp(1.2rem,1.0vw + 0rem,1.8rem);
}
.footer_center .flex_box{
  flex-flow:unset;
}
.footer_left {
    width: 14%;
    margin-right: 2%;
    padding-top: 0.5%;
}
.footer_info_box.flex_box {
    justify-content: center;
    margin-bottom: 4%;
}
.footer_right {
    text-align: center;
}
/* 下層ヘッダー */
.page_head {
    height: 424px;
    padding-top: 120px;
    margin-top: -120px;
}
.page_h1 {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    margin: auto;
    letter-spacing: 3px;
    font-weight: 900;
}
.page_head_in .text_box {
    width: 94%;
    margin: auto;
    margin-top: 7%;
}
.page_h1::first-letter,.page-id-14 h2.page_base_h2::first-letter,aside#related-entries h2.ft36::first-letter,
section.top_business p.en_title::first-letter,.main_page section.about h2::first-letter,
.main_page.biz_page section.about .bg_gray dl dd p.title::first-letter,.single_box h2.ft46::first-letter,
section.sec1 p.en_title::first-letter,.page-id-434 section.top_about h2.en_title::first-letter,
.page-id-434 section.top_business h2.en_title::first-letter {
    color: #cc8500;
}
/* トップページ-BUSINESS */
section.top_business p.en_title, section.top_business h2 {
    text-align: center;
}
section.top_business p.en_title {
    margin-bottom: 1%;
}
.bus_list dl {
    width: 100%;
    padding: 4% 0;
}
.bus_list dl:nth-child(2) {
    background-color: #f9f7f4;
    padding: 5% 0;
}
.bus_list dl .left.left_img {
    width: 36%;
    margin-right: 3%;
}
.bus_list dl .left.left_img .flow_img{
  width: 100%;
  height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}
.bus_list dl .left.left_img .flow_img img{
position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120%;
    height: auto;
    max-width: inherit;
}
.right.right_text {
    width: 46%;
    padding: 6% 3% 0 3%;
    color: #220850;
    border: 1px solid #220850;
    border-left: none;
    border-radius: 0 20px 20px 0;
}

.right
.bus_list dl dd.box.flex_box {
    justify-content: center;
    width: 90%;
    margin: auto;
}

.right_sub_text {
    color: #ffffff;
    background-color: #220850;
    text-align: center;
    padding: 1% 0;
}
.bus_list dl p.number,.main_page .title_obi p.number {
    background-color: #cc8500;
    color: #ffffff;
    width: 90px;
    display: block;
    height: 90px;
    text-align: center;
    position: relative;
    margin-right: 5%;
}
.bus_list dl p.number::before,.main_page .title_obi p.number::before {
    content: 'BUSINESS';
    font-size: 1.6rem;
    color: #cc8500;
    position: absolute;
    top: -28px;
    left: 0px;
    font-weight: 500;
}
.bus_list h3 span::before,.main_page.biz_page .title_obi h2 span::before{
    content: '';
    width: 40px;
    height: 1px;
    background-color: #220850;
    position: absolute;
    left: 0;
    top: 14px;
}
.main_page.biz_page .title_obi h2 span::before {
    background-color: #ffffff;
}
.bus_list dl h3,.main_page .title_obi h2 {
    margin-top: 2%;
    margin-bottom: 0;
}
.bus_list h3 span ,.main_page .title_obi h2 span {
    display: block;
    position: relative;
    padding-left: 50px;
}
.bus_list .right p.des {
    margin-top: 5%;
}
/* トップページ-contact */
section.parts_contact {
  background-color: #220850;
  color: #ffffff;
}
section.parts_contact a {
    color: #ffffff;
}
section.parts_contact .flex_box {
    justify-content: center;
}
section.parts_contact p.img {
    background-image:url(../../../images/parts_img01.jpg);
    width: 40%;
    background-size: cover;
    background-position: center;
}
section.parts_contact .box {
    margin-right: 10%;
    text-align: center;
    padding: 5% 0 7%;
}
section.parts_contact span.abox.flex_box .left {
    margin-right: 8%;
}
section.parts_contact span.abox {
    background-color: #cc8500;
    border-radius: 8px;
    padding: 5% 8%;
}
section.parts_contact .box {
    width: 35%;
}
section.parts_contact .box p.link_box {
    width: 100%;
}
section.parts_contact .box h2 {
    margin-bottom: 8%;
}
/* 下層-プライバシーポリシー */
section.psec_base.pp_page {
  width: 90%;
  margin: auto;
  margin-bottom: 8%;
}
section.psec_base.pp_page h2 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 2%;
    position: relative;
    padding-left: 1.5%;
    line-height: 22px;
}
section.psec_base.pp_page h2:before {
    content: "";
    width: 4px;
    height: 44px;
    background-color: #cc8500;
    position: absolute;
    top: -10px;
    left: 3px;
}
section.psec_base.pp_page p.des {
    width: 96%;
    margin: auto;
    margin-bottom: 5%;
}
section.psec_base.pp_page p.des.mb1 {
    margin-bottom: 1%;
}
section.psec_base.pp_page ul.pp_ul {
    margin-bottom: 5%;
}
section.psec_base.pp_page ul.pp_ul li {
    list-style: none;
}
/* サイトマップ */
.page_base.sm_page {
    margin-bottom: 8%;
}
.page-id-14 h2.page_base_h2 {
    background-color: #220850;
    color: #ffffff;
    padding: 1% 2%;
    margin-bottom: 4%;
}
.page-id-14 h2.page_base_h2 span.jp {
    margin-left: 1%;
}
.page_base.sm_page ul {
    padding: 0;
    justify-content: center;
}
.page_base.sm_page ul li {
    width: 45%;
    border: 1px solid #bdb5cb;
    border-radius: 10px;
    margin-bottom: 3%;
    list-style: none;
    position: relative;
}
.page_base.sm_page ul li a {
    color: #220850;
    display: block;
    padding: 5% 4%;
    position: relative;
}
.page_base.sm_page ul li:nth-child(odd) {
    margin-right: 1%;
}
.page_base.sm_page ul li span.jp {
    margin-top: 1%;
    margin-left: 3%;
}
.page_base.sm_page ul li a::before,
.main_page.biz_page .honbun_box .left h3::before,.cont_box .straight h3::before {
    content: '';
    width: 37px;
    height: 37px;
    background-image: url(../../../images/icon01.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 3%;
    position: absolute;
}
.page_base.sm_page ul li span.view,ul.info_list li p.entry-read {
    position: absolute;
    bottom: -10%;
    right: 6%;
    background-color: #ffffff;
    padding: 0% 2%;
}
.page_base.sm_page ul li span.en {
    padding-left: 9%;
}
/* 事業案内・技術情報 */
.wid9 {
    width: 90%;
    margin: auto;
}
.main_page {
    padding-top: 5%;
}
.main_page section.about h2 {
    margin-bottom: 2%;
}
.main_page.tech_page .bg_gray {
    padding: 2% 0;
    margin: 3% 0;
}
.main_page.tech_page .bg_gray dl {
    width: 70%;
    margin: auto;
    justify-content: space-around;
}
.main_page.biz_page section.about p.ft18 {
    margin-bottom: 3%;
}
.main_page.biz_page section.about .bg_gray {
    padding: 2% 0;
    margin-top: 1%;
    margin-bottom: 5%;
}
.main_page.biz_page section.about .bg_gray dl {
    justify-content: space-around;
    width: 98%;
    margin: auto;
}
.main_page.biz_page section.about .bg_gray dl dd {
    border-right: 1px solid #f0ebfc;
    box-sizing:border-box;
    width: 33.333333333%;
    margin: 0 auto;
    padding: 0 4%;
}
.main_page.biz_page section.about .bg_gray dl dd .title{
  font-size:clamp(1.8rem,1.2vw + 0rem,2rem);
}
.main_page.biz_page section.about .bg_gray dl dd span.sub{
  font-size: clamp(1.0rem,1.0vw + 0rem,1.6rem);
  letter-spacing: 0.5px;
}
.main_page.biz_page section.about .bg_gray dl dd ul{
  padding-left: 6%;
}
.main_page.biz_page section.about .bg_gray dl dd:last-child {
    border-right: none;
}
.main_page.biz_page section.about .bg_gray dl dd li {
    margin-bottom: 3%;
}
.main_page.biz_page section.about .bg_gray dl dd span.sub {
    margin-left: 3%;
}
.main_page .title_obi {
    color: #ffffff;
    background-color: #220850;
    padding: 3.5% 0 3% 0;
}
.main_page .title_obi p.number {
    margin-right: 2%;
}
.main_page .title_obi h2 {
    margin-top: 0.5%;
}
.main_page.tech_page .title_obi h2 span {
    padding-left: 0;
}
.main_page .title_obi.no3 h2 {
    margin-top: 1.5%;
}
.main_page .honbun_box {
    justify-content: space-around;
    margin-top: 4%;
    margin:4% auto;
}
.main_page .honbun_box.v2{
  background: #f8f8f8;
  padding: 8% 0;
}
.honbun_box .keireki_box{
  margin-top: 3%;
  border: solid 1px #220850;
  padding: 5% 5% 0;
}
.honbun_box .keireki_box.v3{
  padding-bottom: 5%;
}
.honbun_box .keireki_box .name span{
  margin-left: 3%;
}
.honbun_box .keireki_box .name{
  margin-bottom: 4%;
}
.honbun_box .keireki_box .katagaki{
  margin-bottom: 1%;
}
.honbun_box .keireki_box .des{
  margin-bottom: 4%;
}
.honbun_box .keireki_box .des2{
  margin-bottom: 1.5%;
}
.honbun_box .keireki_box dl {
  margin:0 0 4%;
  padding-left: 3%;
}
.honbun_box .keireki_box dl.v2{
  width: 100%;
}
.honbun_box .keireki_box dl dt{
  width: 20%;
  padding: 1% 0;
  box-sizing:border-box;
  border-top: dotted 1px #eee;
  letter-spacing: 0.5px;
}
.honbun_box .keireki_box dl dd{
  margin-left: 0;
  width: 80%;
  box-sizing:border-box;
  padding: 1% 0;
  border-top: dotted 1px #eee;
  letter-spacing: 0px;
}
.honbun_box .keireki_box .katagaki_dl.v2 dd{
  width: 48%;
  margin-right: 4%;
}
.honbun_box .keireki_box .katagaki_dl.v2 dd:nth-child(2n){
  margin-right: 0;
}
.honbun_box .keireki_box dl dd.w100{
  width: 100%;
}
.main_page .honbun_box.mb0{
  margin-bottom: 3%
}

.main_page .honbun_box .right {
    /*width: 32%;*/
    width: 40%;
    margin-left: 5%;
}

.main_page .honbun_box .left {
    /*width: 48%;*/
    width: 55%;
}
.main_page.com_page .honbun_box .left {
    width: 49%;
    margin-right: 0;
    /*width: 55%;*/
}
.main_page .honbun_box .left p {
    margin-bottom: 8%;
    line-height: 200%;
}
.main_page .honbun_box .left p.flow_img{
  margin-bottom: 0;
}
.main_page .honbun_box .left p.flow_img img{
  display: block;
}
.main_page .honbun_box .top_honbun_com .left p {
    margin-bottom: 3vw;
    line-height: 2vw;
}
.main_page .honbun_box .left p.katagaki{
  margin-bottom: 1%;
}
.main_page .honbun_box .left p.name{
  margin-bottom: 4%;
}
.main_page .honbun_box .left p.des{
  margin-bottom: 4%;
}
.honbun_box .keireki_box.v3 .right_box{
  text-align: center;
}



.main_page .honbun_box .left p span.underline {
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgba(204, 133, 0, 0.4);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}
.keireki_class .name{
  width: 50%;
}
.keireki_class .video-container .video{
  margin-top: 0;
  margin-bottom: 0%;
}
.keireki_class .video-container .video iframe{ 
  width: 100%;
  margin-bottom: 0;

}
.main_page .honbun_box .left p a {
    color: #cc8500;
    border-bottom: 1.5px solid;
}
.keireki_class .left_box{
  width: 48%;
  margin-right: 4%;
}
.keireki_class .right_box{
  width: 48%;
}
.keireki_box.v3 {
  margin-top: 5%;
}
.keireki_box.v3 .keireki_class .left_box{
  width: 60%;
  margin-right: 5%;
}
.keireki_box.v3 .keireki_class .right_box{
  width: 35%;
}
.mt0{
  margin-top: 0;
}
section.tech_list .p_box p.flow_img {
    width: 30%;
    margin-right: 4%;
    position: absolute;
    right: 0;
    bottom: 0;
}
section.tech_list .top.p_box {
    width: 90%;
    margin: auto;
    position: relative;
    margin-top: 3%;
}
section.tech_list .top.p_box p.des {
    width: 54%;
}
.main_page.biz_page .honbun_box .left h3,.cont_box .straight h3 {
    border-bottom: 1px solid #220850;
    padding-bottom: 2%;
    position: relative;
    padding-left: 8%;
}
.main_page.biz_page .honbun_box .left h3 span,.cont_box .straight h3 span {
    display: block;
    font-size: clamp(1.2rem,1.0vw + 0rem,1.4rem);
}
.main_page.biz_page .honbun_box .left h3::before,.cont_box .straight h3::before {
    left: 0;
    bottom: 24%;
}
.cont_box .straight {
    width: 100%;
    margin: auto;
}
.cont_box .straight h3 {
    padding-left: 4.5%;
    padding-bottom: 1.5%;
}
.cont_box .straight h3::before {
    bottom: 36%;
}
.main_page.biz_page .title_obi {
    margin-top: 10%;
}
.biz.bg_gray {
    padding-top: 1%;
    margin-top: 8%;
    padding-bottom: 8%;
    margin-bottom: 12%;
}
.main_page .honbun_box .right p.tc {
    text-align: center;
}
section.tech_list {
    margin-bottom: 8%;
}
.main_page .title_obi.creator {
    background-color: #cc8500;
    padding-top: 2%;
}
.main_page .title_obi.creator h2 span {
    display: inline-block;
    position: relative;
    padding-left: 70px;
    line-height: 36px;
}
.main_page .title_obi.creator h2::first-letter {
    color: #220850;
}
.main_page .title_obi.creator h2 span::before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 5px;
    top: 18px;
}
.main_page .title_obi.creator h2 {
    margin-top: 0;
    letter-spacing: 3px;
}
h3.hiobi {
    background-color: #f4f0fc;
    text-align: center;
    padding: 2% 0;
    margin-bottom: 2%;
}
p.link_icon {
    border: 2px solid #220850;
    border-radius: 10px;
    position: relative;
}
p.link_icon a span {
    display: block;
}
p.link_icon a {
    color: #220850;
    display: block;
    padding: 2% 0 2% 22%;
}
p.link_icon a span.bottom {
    position: absolute;
    right: 0;
    bottom: -25px;
}
p.link_icon::before {
    content: '';
    width: 85px;
    height: 85px;
    background-image: url(../../../images/icon03.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 2%;
    top: -10%;
}
.main_page .honbun_box.creator .right p img {
    width: 74%;
}
.main_page .honbun_box.creator .right p.des {
    margin-bottom: 8%;
}
/* お知らせ一覧 */
section.infolist_page {
    padding-top: 5%;
    padding-bottom: 8%;
}
section.infolist_page .info_menu ul {
    padding: 0;
    width: 50%;
    justify-content: space-evenly;
    margin: auto;
}
section.infolist_page .info_menu ul li {
    list-style: none;
    width: 40%;
}
section.infolist_page .info_menu ul {
    padding: 0;
    width: 50%;
    justify-content: space-evenly;
    margin: auto;
}
section.infolist_page .info_menu ul li a {
    display: inline-block;
    padding: 15px 2em 10px;
    border: solid 1px #e5dce1;
    border-radius: 100px;
    letter-spacing: 1px;
    background: #fff;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    border: 1px solid #220850;
    border-radius: 30px;
    padding: 6% 0;
    width: 100%;
    text-align: center;
    color: #220850;
}
section.infolist_page .info_menu ul li.active a, section.infolist_page .info_menu ul li a:hover {
    background-color: #220850;
    color: #ffffff;
}
h2 hr {
    margin: auto;
    width: 5%;
    border: none;
    border-bottom: 4px solid #220850;
    margin-top: 2vw;
}
.single_box h2.ft46 {
    text-align: center;
    margin: 5% 0;
}
.single_box h2.ft46 span {
    display: block;
}
ul.info_list {
    width: 90%;
    margin: auto;
    padding: 0;
}
ul.info_list li {
    list-style: none;
    margin-bottom: 2%;
    position: relative;
}
ul.info_list li a {
    border: 1px solid #220850;
    color: #220850;
}
ul.info_list li h2 {
    margin: auto;
    margin-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 68%;
}
ul.info_list li a {
    border: 2px solid #220850;
    color: #220850;
    border-radius: 12px;
    padding: 3% 3%;
}
ul.info_list li p.post-meta span.category {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #cc8500;
    padding: 0 5%;
    margin-right: 4%;
}
ul.info_list li p.post-meta {
    width: 20%;
}
ul.info_list li p.entry-read {
    right: 4%;
}
.single-post article {
    padding-top: 4%;
}
.single-post .post-meta span.category {
    background-color: #220850;
    color: #ffffff;
    text-align: center;
    padding: 0.3% 2%;
    margin-right: 1%;
}
.single-post .entry-title {
    border-bottom: 1px solid #f0ebfc;
    padding-bottom: 2%;
    margin-bottom: 2.5%;
}
.single-post div.entry-content p {
    line-height: 180%;
    margin-bottom: 2%;
}
.single-post div.entry-content {
    width: 96%;
    margin: auto;
    padding-bottom: 3%;
}
.single-post div.entry-content h2 {
    letter-spacing: 3px;
    margin-top: 4%;
}
.single-post div.entry-content h3 {
    font-size: clamp(1.4rem,1.3vw + 0rem,1.8rem);
    border-bottom: 1px solid #f0ebfc;
    padding: 1.5% 1%;
    font-weight: 800;
    margin-bottom: 2%;
    position: relative;
    margin-top: 4%;
}
.single-post div.entry-content h3::before {
    content: "";
    width: 4px;
    height: 36px;
    background-color: #cc8500;
    position: absolute;
    left: 0;
    bottom: 16px;
}
div#sns-group {
    width: 96%;
    margin: auto;
}
.single-post .navigation {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
    margin: 20px -30px 40px;
    justify-content: space-around;
}
.single-post .navigation>div {
    width: 46%;
    border-top: 1px solid #ddd;
    position: relative;
}
.single-post .navigation>div a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single-post .navigation>div a {
    font-size: clamp(1.2rem,1.5vw + 0rem,1.5rem);
    width: 82%;
    color: #231815;
}
.single-post .navigation>div.prev a {
    margin: auto;
    margin-right: 0;
}
.navigation a span {
    color: #ddd;
    padding-right: 10px;
    margin-top: -4px;
    clear: left;
}
.fa-arrow-left:before {
    content: "";
    background-image: url(../../../images/prev.png);
    width: 45px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 28%;
}
.fa-arrow-right:before {
    content: "";
    background-image: url(../../../images/next.png);
    width: 45px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 28%;
}
.fa-arrow-left:before, .fa-arrow-right:before {
    top: 25%;
}
aside#related-entries h2.ft36 {
    border-bottom: 1px solid #f2f2f2;
    padding: 1% 0;
    margin-bottom: 2%;
}
aside#related-entries h2.ft36 span {
    margin-left: 1%;
}
aside#related-entries ul.info_list {
    width: 100%;
}
aside#related-entries ul.info_list li {
    margin-bottom: 3%;
}
/* お問い合わせ */
.contact_form {
    margin-top: 5%;
    margin-bottom: 8%;
}
.contact_form dl {
    width: 100%;
    border-bottom: 1px solid #f0ebfc;
    margin: auto;
    padding: 2% 0;
}
p.inc_dis {
    border: 1px dashed #e6e6e6;
    width: 37%;
    padding: 2% 3%;
    color: #220850;
    margin: auto;
    margin-top: 4%;
}
.contact_form dl dt {
    width: 20%;
    border-right: 1px solid #f0ebfc;
    padding-left: 4%;
    position: relative;
    padding-top: 0.5%;
    box-sizing:border-box;
}
.contact_form dl dd {
    width: 72%;
}
.contact_form dl dd input {
    width: 20%;
    padding: 1% 1.5%;
}
.contact_form dl dd input {
    width: 28%;
    margin-right: 1%;
}
.contact_form dl dd input.long,.contact_form dl dd textarea {
    width: 72%;
    margin-right: 0;
}
input[type="text"], input[type="url"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], textarea {
    background-color: #fcf7f0;
    background-image: none;
    border: 1px solid #f0ebfc;
    border-radius: 0;
    color: #220850;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;
    font-size: 1.4rem;
}
.contact_form dl dd input::placeholder {
    color: #c8c5dd;
}
.contact_form dl dt span.ate {
    background-color: #220850;
    color: #ffffff;
    padding: 2px 4%;
    display: block;
    margin-right: 6%;
    height: 20px;
}
.contact_form dl dt span.ate.none {
    color: #220850;
    background-color: #f0ebfc;
}
div.entry-content p.check {
    text-align: center;
    margin-bottom: 2%;
    margin-top: 3%;
}
.contact_form dl dt::before {
    content: '';
    width: 12%;
    max-width: 37px;
    height: 37px;
    background-image: url(../../../images/icon01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3%;
    position: absolute;
    left: 0;
    top: 0;
}
input.submit {
    /* background: url(../../../../images/submit_btn.png) no-repeat center; */
    background-size: 100%;
    width: 433px;
    /* padding-top: 143px; */
    overflow: hidden;
    /* height: 0; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    color: #fff;
    background: #220850;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 50px 0;
}
.page_base.ct_page p.link_box {
    background-color: #220855;
    width: 22%;
    margin: auto;
    padding: 1%;
}
.page_base.ct_page p.link_box a {
    color: #ffffff;
    justify-content: space-around;
}
.page_base.ct_page {
    margin-top: 5%;
    margin-bottom: 8%;
}
/* 会社概要 */
section.com_page h2.first_big::first-letter {
    color: #cc8500;
    font-size: 9rem;
}
section.com_page h2.first_big span {
    display: block;
    position: relative;
    padding-left: 68px;
}
section.com_page h2.first_big span::before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #220850;
    position: absolute;
    left: 5px;
    top: 20px;
}
section.com_page .contact_form {
    margin-top: 4%;
}
section.com_page .contact_form dd a {
    color: #220850;
}
.main_page.com_page .honbun_box .right {
    width: 40%;
}
.main_page.com_page .honbun_box .right .katagaki_dl{
  width: 100%;
}
.main_page.com_page .honbun_box .right .katagaki_dl dt{
  width: 20%;
  padding: 1% 0;
  box-sizing:border-box;
  border-top: dotted 1px #eee;
  letter-spacing: 0.5px;
}
.main_page.com_page .honbun_box .right .katagaki_dl dd{
  margin-left: 0;
  width: 80%;
  box-sizing:border-box;
  padding: 1% 0;
  border-top: dotted 1px #eee;
  letter-spacing: 0px;
}
.main_page.com_page .honbun_box .right .katagaki{
  line-height: 120%;
  margin-bottom: 2%;
}
.main_page .honbun_box .left p.ceo_name {
    text-align: right;
}
.main_page.com_page .honbun_box h2 span {
    display: block;
}
.main_page.com_page .honbun_box h2 span.ft38::first-letter,section.sec2.top_info .title p.ft46::first-letter {
    color: #cc8500;
}
.main_page.com_page .honbun_box h2 {
    margin-bottom: 5%;
}
.member_list dl {
    width: 48%;
    margin-right: 3%;
    justify-content: space-evenly;
    margin-bottom: 3%;
}
.member_list dl:nth-child(even) {
    margin-right: 0;
}
.member_list dl dd {
    margin: auto;
    height: 100%;
}
.member_list dl dd .left {
    width: 40%;
    margin-right: 4%;
}
.member_list dl dd .right.right_text {
    width: 50%;
    padding: 6% 5% 0 0;
    line-height: 168%;
    position: relative;
}
.member_list dl dd .right.right_text p.name {
    margin-bottom: 3%;
    margin-top: 1%;
}
.member_list dl dd .right.right_text p.des{
  line-height: 180%;
  letter-spacing: 0.5px;
}
.en-US .member_list dl dd .right.right_text p.des{
  letter-spacing: 0px;
}
.member_list dl dd .right.right_text p.name span {
    margin-left: 3%;
    line-height: 120%;
}
.member_list dl dd .right.right_text p.number {
    color: #cc8500;
    position: absolute;
    background-color: #ffffff;
    top: -4%;
    left: 0;
    padding-right: 2%;
    letter-spacing: 2px;
    width: 40%;
    min-width: 130px;
    max-width: 150px;
        font-size: clamp(1.0rem,1.0vw + 0rem,1.2rem);
        letter-spacing: 1px;
}
.member_list dl dd .right.right_text p.number span {
    margin-left: 4%;
}
.member_list {
    margin-top: 2%;
    margin-bottom: 5%;
}
.member_list dl.long_ver dd .right.right_text p.des {
    letter-spacing: 0;
    font-size: clamp(1.0rem,1.0vw + 0rem,1.4rem);
}
.member_list dl.long_ver dd .right.right_text {
    padding-top: 3%;
    padding-bottom: 3%;
}
.cm_list h3 {
    border-bottom: 1px solid;
    padding-bottom: 1%;
    padding-left: 4%;
    width: 90%;
    position: relative;
    box-sizing:border-box;

}
.cm_list h3::before {
    content: '';
    width: 3%;
    height: 37px;
    background-image: url(../../../images/icon01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3%;
    position: absolute;
    left: 0;
    top: 0;
}
.cm_list.bg_gray {
    padding: 4% 0;
    margin-bottom: 5%;
}
.cm_list.bg_gray .member_list {
    margin-bottom: 0;
}
.cm_list h3 span {
    margin-left: 2%;
}
.cm_list.bg_gray .member_list dl dd .right.right_text p.number {
    background-color: #f8f8f8;
}
.outline_list {
    /*border-left: 8px solid #cc8500;*/
    padding-left: 90px;
    width: 83%;
    margin-top: 4%;
    position: relative;
}
.outline_list:before{
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 0;
  height: 100%;
  width: 8px;
  background: #cc8500;
}
.outline_list .flex_box{
  flex-flow:unset;
}
.outline_list dl {
    margin: 0;
    position: relative;
}
.outline_list dl::before {
    content: '';
    width: 87px;
    height: 33px;
    background-image: url(../../../images/point.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 3%;
    position: absolute;
    left: -90px;
    top: -2%;
}
.outline_list dl {
    margin: 0;
    position: relative;
    padding-bottom: 1.5%;
    margin-bottom: 1.5%;
    border-bottom: 1px dashed #f0ebfc;
}
.outline_list dl dt {
    padding-left: 20px;
        word-break: keep-all;
}
.outline_list dl dd{
  margin-left: 5%;
}
section.sec1.base_top_sec.top_about {
    background-image: url(../../../images/about_topimg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 10%;
    padding-bottom: 10%;
    position: relative;
}
section.sec1.base_top_sec.top_about::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.2);
}
section.sec1 p.en_title {
    line-height: 132%;
}
section.sec1 hr {
    width: 40px;
    border: none;
    border-bottom: 1px solid #220850;
    margin-top: 6%;
    margin-bottom: 6%;
}
section.sec1 .box {
    width: 42%;
    margin-right: 3%;
    z-index: 99;
}
section.sec3.base_top_sec.top_technology {
    background-color: #220850;
    padding: 2%;
    position: relative;
}
section.sec3.base_top_sec.top_technology .base_inner {
    background-image: url(../../../images/tec_topimg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
section.sec3.base_top_sec.top_technology::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient( to right, #220850, rgba(34,8,80,0.1) );
}
section.sec3.base_top_sec.top_technology a {
    color: #ffffff;
}
section.sec3.base_top_sec.top_technology .base_inner .box {
    z-index: 99;
    color: #ffffff;
    width: 40%;
    margin-left: 4%;
    padding: 10% 0 11%;
}
section.sec3.base_top_sec.top_technology .base_inner .box h2 {
    margin: auto;
    margin-bottom: 4%;
}
section.sec3.base_top_sec.top_technology .base_inner .box p.des {
    margin-top: 6%;
}
section.sec3.base_top_sec.top_technology .base_inner .box p.link_box {
    background-color: #ffffff;
    text-align: center;
    border-radius: 10px;
    width: 70%;
}
section.sec3.base_top_sec.top_technology .base_inner .box p.link_box a {
    color: #220850;
    display: block;
    padding: 4% 5%;
    border-radius: 10px;
}
section.sec3.base_top_sec.top_technology .base_inner .box p.link_box a span.abox {
    justify-content: space-around;
}
section.sec3.base_top_sec.top_technology .base_inner .box p.link_box a span.abox span.right {
    margin-top: 1%;
}
/* トップヘッダー */
.home_head.flex_box {
    height: 720px;
    width: 100%;
    position: relative;
}
.home_head.flex_box .left {
    width: 18%;
    height: 720px;
}
.home_head.flex_box .right {
    height: 720px;
    background: url(../../../images/top_headimg.jpg);
    width: 82%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.home_head.flex_box .right .top_sankaku{
width: 0;
height: 0;
border-style: solid;
border-color: #ffffff transparent transparent transparent;
border-width: 360px 150px 0px 0px;
position: absolute;
top: 0;
left: 0;
}
.home_head.flex_box .right .bottom_sankaku {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 360px 0px 0px 150px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.home_head.flex_box .right .bottom_sankaku .sankaku_in {
    background: url(../../../images/sankaku.png);
    height: 230px;
    width: 120px;
    background-size: cover;
    position: absolute;
    top: -228px;
    left: -121px;
    transform: rotate(-1.8deg);
}
.home_head.flex_box .left .top_des {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.home_head.flex_box .left .top_des p.img_left {
    width: 10%;
}
.home_head.flex_box .left .top_des .moji_right p {
    background-color: rgba(255,255,255,0.8);
    padding: 0.5% 15px;
    width: fit-content;
    margin-bottom: 0.5%;
}
.home_head.flex_box .left .top_des p.ft12 {
    position: absolute;
    bottom: -34%;
    color: #000000;
}
.home_head.flex_box .right .startup {
    position: absolute;
    right: 1%;
    background-color: #ffffff;
    top: 8%;
    text-align: center;
    padding: 1% 0;
    width: 12%;
}
.home_head.flex_box .right .startup hr {
    width: 40%;
    margin: auto;
    border: none;
    border-bottom: 2px solid #000000;
    margin-bottom: 5%;
    margin-top: -2%;
}
.home_head.flex_box .right .startup p.ft12 {
    line-height: 140%;
    color: #000000;
    letter-spacing: 0;
}
.home_head.flex_box .right .startup p.img {
    width: 80%;
    margin: auto;
}
.home_head.flex_box .right .head_info {
    position: absolute;
    bottom: 6%;
    right: 0;
    background-color: rgba(204,133,0,0.9);
    width: min-content;
    padding: 1% 2%;
}
.home_head.flex_box .right .head_info a {
    color: #ffffff;
}
.home_head.flex_box .right .head_info h2 {
    margin: auto;
    width: 54%;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home_head.flex_box .right .head_info a p.post-meta {
    color: #ffffff;
}
section.sec2.top_info dl dd {
    width: 20%;
    border: 2px solid #220850;
    border-radius: 10px;
    margin: auto;
    padding: 1.5% 1.5% 2%;
    position: relative;
    background-color: #ffffff;
    z-index: 999;
}
section.sec2.top_info dl dd h2 {
    height: 74px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 6%;
}
section.sec2.top_info dl dd .entry-read {
    position: absolute;
    background-color: #ffffff;
    right: 5%;
    bottom: -8%;
    padding: 0 4%;
}
section.sec2.top_info dl dd p.post-meta span.fw4 {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #cc8500;
    padding: 0 2%;
    margin-right: 4%;
}
section.sec2.top_info .title h2 {
    text-align: right;
    margin: auto;
}
section.sec2.base_top_sec.top_info {
    padding-top: 10%;
    padding-bottom: 5%;
    position: relative;
}
section.sec2.base_top_sec.top_info::before {
    content: 'INFORMATION';
    font-size: 10rem;
    font-weight: 900;
    color: #f2f2f2;
    position: absolute;
    right: 0;
    top: 5%;
}
section.sec2.base_top_sec.top_info::after {
    content: '';
    width: 88%;
    height: 12vw;
    background-color: #f2f2f2;
    position: absolute;
    right: 0;
    top: 26%;
}
section.sec2.top_info .title,section.sec2.top_info p.more {
    z-index: 999;
}
section.sec2.top_info .box {
    margin-top: -2%;
    margin-bottom: 2%;
    justify-content: space-between;
}
section.sec2.top_info p.more {
    display: grid;
    place-content: center;
    margin-top: 2%;
}
section.sec2.top_info p.more a {
    border-bottom: 1px solid;
    position: relative;
    padding-bottom: 0.5vw;
    padding-left: 3vw;
    padding-top: 0.5vw;
}
section.sec2.top_info p.more a::before {
    content: '';
    width: 37px;
    height: 37px;
    background-image: url(../../../images/icon01.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 3%;
    position: absolute;
    left: 0;
    top: 0;
}
section.sec4.base_top_sec.top_business {
    padding-top: 5%;
    padding-bottom: 8%;
}
section.sec4.base_top_sec.top_business p.link_icon {
    width: 28%;
    margin: auto;
}
section.sec4.base_top_sec.top_business p.link_icon a {
    color: #220850;
    display: block;
    padding: inherit;
    text-align: center;
    padding: 4% 0;
}
section.sec4.base_top_sec.top_business p.link_icon::before {
    top: -18%;
}
.home_head.flex_box .right::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
}
section.sec2.top_info .list {
    margin-left: 5%;
}
/* 記事 */
table#tablepress-1 td {
    border-right: none;
    border-left: none;
    padding: 1% 1%;
    border-top: none;
}
table#tablepress-2 {
    width: 100%;
    margin: 3% 0;
}
table#tablepress-2 td {
    border: none;
}
div#h-top.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
    background: #fff;
    width: 100%;
    height: 120px;
}
#header div#h-top.fixed .alignleft {
    width: 13%;

    max-width: 230px;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    align-items: center;
    height: 100%;
    position: static;
}
div#h-top.fixed #site-title {
    margin-left: 3vw;
    width: 100%;
    padding-top: 0;
    position: static;
}
.blog_box.flex_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 2%;
    margin: 0 0 0 auto;
    justify-content: flex-start;
}
.blog_box .swiper-button-next:before {
    content: "〉";
    color: #220850;
    position: absolute;
    top: 12%;
    right: 0;
    z-index: 1;
    font-size: clamp(1rem,3vw + 0rem,4.2rem);
    cursor: pointer;
    width: 30px;
    height: 150px;
    display: grid;
    background-color: rgba(255,255,255,0.85);
    padding-left: 10px;
    align-items: center;
}
.pc_none {
    display: none;
}
.sma_none {
    display: block;
}
.single-post #the-content a {
    color: #cc8500;
    border-bottom: 1px solid;
}
.mw_wp_form_confirm p.inc_dis,
div.entry-content .mw_wp_form_confirm p.check{
  display: none;
}
.mw_wp_form_confirm input.submit{
  margin-top: 5%;
}
.page-id-434 .home_head.flex_box .right .startup,.page-id-434 .home_head.flex_box .right .head_info,
.en-US #navi ul.navi_ul li a span.jp {
    display: none;
}
.en-US #navi ul > li.bg_blue a {
    height: 96px;
    padding-top: 24px;
}
.page-id-441 p.inc_dis {
    margin-bottom: 4%;
}
.page-id-441 p.inc_dis a {
    border-bottom: 1px solid;
}
.jp_en_box p.ft14 {
    margin-right: auto;
    margin-top: 5%;
    width: 80%;
    font-size: 1.6rem;
}
body.ja #footer a.jp_link,body.en-US #footer a.en_link,body.ja .home_head.flex_box .right a.jp_link,body.en-US .home_head.flex_box .right a.en_link {
    color: #ffffff;
    background-color: #220850;
    padding: 0 4%;
    border-radius: 4px;
}
body.ja .home_head.flex_box .right a.jp_link,body.en-US .home_head.flex_box .right a.en_link {
  background-color: #ffffff;
  color: #220850;
}
body.ja .home_head.flex_box .right a.jp_link {
    margin-left: 2%;
}
.home_head.flex_box .right .jp_en_box {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
    color: #ffffff;
    background-color: #cc8500;
    width: 14vw;
    text-align: center;
}
.home_head.flex_box .right .jp_en_box p.ft14 {
    font-size: 1.4rem;
    width: 100%;
    margin: auto;
    padding: 3% 4%;
    font-weight: 400;
}
.home_head.flex_box .right .jp_en_box a {
    font-weight: 600;
}
/* レスポンシブ */
@media screen and (max-width: 1180px){
  .member_list dl dd .right.right_text p.des{
    letter-spacing: 0;
    line-height: 160%;
  }
  .member_list dl.long_ver dd .right.right_text p.des{
    line-height: 140%;
  }
  .member_list.v2 dl dd .left .flow_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
  }
  .member_list.v2 dl dd .left .flow_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120%;
    height: auto;
    max-width: inherit;
  }
}
/* スマホ用 */
@media screen and (max-width: 680px){
  .box-menus .box-menu{
    width: calc(100%/2);
  }
.pr-label-s{
  margin-right: 0.7em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 1px 12px;
  font-size: 0.8em;
}
.pr-label-l{
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 1em;
  font-size: 0.8em;
  text-align: center;
}
body .wp-block-search__input{
  width: initial;
  height: 40px;
}
.wp-block-search__button{
  height: 40px;
}


/************************************
** レイアウト
************************************/
div#header-in, div#navi-in, div#body-in, div#footer-in {
  width: 100%;
}
div#main{
  float:none;
  width:auto;
  padding:inherit;
  border:none;
}
div#sidebar{
  clear:both;
  float:none;
  padding:15px;
  width:auto;
}
#h-top{
  height:auto;
  min-height:100px;
}

#site-title a{
  font-size:24px;
}

#site-description{
  font-size:14px;
}

#main,
#sidebar {
  margin: 0 auto;
  max-width: 720px;
  box-sizing: border-box;
  float: none;
}

#main{
  padding: 20px;
}


/************************************
** #header内
************************************/
#header #h-top{
  background-image: none;
}

#header .alignright{
  display: none;
}

/************************************
** メインメニュー
************************************/
#navi ul{
  display: none;
  border: 0 none;
}

#navi ul > li {
  float: none;
  border-top:0px;
  border:0;
  height:auto;
}

#navi ul  li a{
  /*border-bottom:solid 1px #ddd;*/
}

#navi ul li a:hover {
  text-decoration:none;
}

#navi ul li a {
  font-size: medium;
  padding: 10px;
  overflow: hidden;
}

#navi ul.sub-menu,
#navi ul.children{
  position: relative;
  width: auto;
  border-width: 0;
}

#navi ul.sub-menu ul,
#navi ul.children ul {
  left: 0;
  top: 0;
}

#navi .sub-menu li,
#navi .children li{
  height:auto;
  padding-left:30px;
}


/************************************
** #main内
************************************/
.entry-read a,
.related-entry-read a{
  display:block;
  width: auto;
  background-color:#eee;
  border:1px solid #ddd;
  border-radius:10px;
  text-align:center;
  padding:5px;
  text-decoration:none;
  color:#111;
  margin-top:18px;
}

.entry-card .entry-thumb {
  margin-top: 5px;
}

.entry-read a:hover,
.related-entry-read a:hover{
  background-color:#ddd;
}
.entry h2,.entry h2 a {
  font-size: 18px;
}
.article h2{
  margin:40px 0;
}

.article ol, .article ul, .article dl{
  line-height:165%;
}

.snsb li{
  padding-right:0;
}

/************************************
** 広告
************************************/
.ad-top-mobile{
  margin-left:-10px;
  margin-right:-10px;
}


/************************************
** SNS
************************************/
/*#sns-group-top .sns-buttons-icon li{
  width: 40px;
}*/

/************************************
** フッター
************************************/
#footer-widget{
  display:none;
}

#mobile-menu{
  display: block;
}

/*以前のモバイルメニュー（mobile.css）
#mobile-menu a{
  font-size:12px;
  padding:5px;
  width:60px;
  border-radius:0 0 7px 7px;
}*/


/************************************
** TOPへ戻るボタン（Go to top）
************************************/
#page-top{
  position:fixed;
  display:none;
}

#page-top a{
  font-size:12px;
}

/************************************
** モバイルメニュー
************************************/
#mobile-menu{
  display:block;
}
.article h2 {
    margin: 0;
    padding: 0;
}
.article h1, .entry h2 a, #archive-title, .article h2, .article h3, .article h4, .article h5 .article h6, .article h3, #comment-area h2, #related-entries h2 {
    font-size: inherit;
}

/* サイトマップ */
.page_base.sm_page ul li {
    width: 96%;
    margin-bottom: 5%;
}
.page_base.sm_page ul li a::before, .main_page.biz_page .honbun_box .left h3::before, .cont_box .straight h3::before {
    content: '';
    width: 32px;
    height: 32px;
    background-size: cover;
    top: 3vw;
}
.page_base.sm_page ul li span.en {
    padding-left: 14%;
}
.page_base.sm_page ul li span.jp {
    margin-top: -1%;
    margin-left: 14%;
    display: block;
}
.page_base.sm_page ul li:nth-child(odd) {
    margin-right: inherit;
}
.page-id-14 h2.page_base_h2 {
    padding: 4% 3%;
    margin-bottom: 8%;
}
.page-id-14 h2.page_base_h2 .ft40 {
    font-size: clamp(2.4rem,4vw + 0rem,4rem);
}
.page-id-14 h2.page_base_h2 span.jp {
    margin-left: 2%;
    font-size: clamp(1.5rem,1.3vw + 0rem,1.8rem);
}
#site-title {
    margin-top: inherit;
    margin-left: 0;
    padding-top: 8%;
}
#header .alignleft {
    width: 36%;
}
.page_head {
    height: 28vh;
}
.page-id-12 .page_head,.page-id-14 .page_head {
    background-size: 52%!important;
    height: 24vh;
}
.page_h1 {
    font-size: clamp(3.8rem,5.8vw + 0rem,7.6rem);
}
.page-id-12 .page_h1,.page-id-14 .page_h1 {
    font-size: clamp(3.6rem,5.8vw + 0rem,7.6rem);
}
section.psec_base.pp_page h2 {
    font-size: clamp(1.6rem,1.6vw + 0rem,2.2rem);
    padding-left: 5%;
    padding-bottom: 3%;
    margin-top: 12%;
    margin-bottom: 4%;
    letter-spacing: 0;
}
section.psec_base.pp_page h2:before {
    content: "";
    height: 36px;
    top: -7px;
}
section.psec_base.pp_page p.des {
    letter-spacing: 1px;
    line-height: 180%;
}
section.psec_base.pp_page p.des.mb1 {
    margin-bottom: 5%;
}
.main_page .honbun_box .left,.main_page .honbun_box .right {
    width: 100%;
}
.main_page .honbun_box .left p {
    margin-bottom: 4%;
}
section.about p.ft24 {
    font-size: clamp(1.4rem,2.4vw + 0rem,2.4rem);
}
.main_page section.about h2 {
    margin-bottom: 2%;
    font-size: clamp(2.4rem,3.8vw + 0rem,3.8rem);
    width: 90%;
    margin: auto;
    margin-bottom: 8%;
    margin-top: 2%;
    line-height: 130%;
}
.main_page.tech_page .bg_gray dl {
    justify-content: flex-start;
}
section.about p.des.mb5 {
    margin-bottom: 10%;
}
.main_page.tech_page .bg_gray {
    padding: 4% 0;
}
.main_page .title_obi h2 {
    width: 70%;
    font-size: clamp(2rem,3vw + 0rem,3rem);
    margin-top: 0;
}
.bus_list dl p.number, .main_page .title_obi p.number {
    width: 74px;
    height: 70px;
    display: grid;
    place-content: center;
    margin-top: 6%;
    margin-right: 5%;
}
.bus_list dl p.number::before, .main_page .title_obi p.number::before {
    content: 'BUSINESS';
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    top: -24px;
}
.main_page.tech_page .title_obi h2 span {
    font-size: clamp(1.5rem,2.4vw + 0rem,2.4rem);
}
.main_page .title_obi {
    margin-top: 14vw;
}
.main_page .honbun_box .left,.main_page .honbun_box .right {
    margin-bottom: 6%;
}
.main_page .honbun_box .right img {
    margin-bottom: -6%;
}
p.link_icon::before {
    content: '';
    width: 72px;
    height: 72px;
    left: 0;
    top: -15%;
}
.main_page .title_obi.creator h2 {
    font-size: clamp(3.2rem,3vw + 0rem,3rem);
    width: 100%;
}
.main_page .title_obi.creator h2 span {
    line-height: 160%;
}
.main_page .title_obi.creator h2 span::before {
    content: '';
    top: 13px;
}
section.parts_contact .base_inner {
    width: 100%;

}
section.parts_contact p.img {
    width: 100%;
    height: 40vw;
}
section.parts_contact .base_inner .box {
    width: 100%;
    box-sizing:border-box;
    margin: auto;
    padding: 7% 4% 8%;
}
section.parts_contact .box h2 {
    margin-bottom: 8%;
    font-size: clamp(1.4rem,2.4vw + 0rem,2.4rem);
    margin-top: 0;
}
section.parts_contact span.abox.flex_box .left {
    margin-right: 0;
    letter-spacing: 0;
}
.main_page.biz_page section.about .bg_gray dl dd {
    border-right: none;
    width: 90%;
    border-bottom: 1px solid #f0ebfc;
    margin-bottom: 4%;
}
.main_page.biz_page section.about .bg_gray dl dd li {
    margin-bottom: 0;
    font-size: clamp(1.4rem,2.4vw + 0rem,2.4rem);
}
.main_page.biz_page section.about .bg_gray dl dd ul {
    margin-top: 0;
}
.main_page.biz_page section.about .bg_gray dl dd p.title {
    margin-top: -1%;
    font-size: clamp(2rem,2.4vw + 0rem,2.4rem);
}
.main_page.biz_page section.about .bg_gray {
    padding: 4% 0;
    margin-top: 3%;
    margin-bottom: 12%;
    padding-top: 8%;
}
.main_page.biz_page section.about .bg_gray dl dd:last-child {
    border-bottom: none;
}
section.tech_list .p_box p.flow_img {
    position: static;
}
section.tech_list .top.p_box {
    width: 90%;
    margin-top: 6%;
    display: flex;
    flex-direction: column-reverse;
}
section.tech_list .top.p_box p.des {
    width: 100%;
    line-height: 200%;
}
section.tech_list .p_box p.flow_img {
    width: 100%;
    margin: auto;
    margin-bottom: 4%;
}
.main_page.biz_page .title_obi h2 {
    width: 46%;
    font-size: clamp(2rem,3vw + 0rem,3rem);
    margin-top: 0;
    display: grid;
    place-content: center;
    margin-left: 0;
}
.main_page.biz_page .honbun_box .left h3, .cont_box .straight h3 {
    padding-left: 12%;
    letter-spacing: 0;
    margin-top: 8%;
}
.main_page.biz_page .honbun_box .left p.des {
    margin-bottom: 10%;
}
.main_page.biz_page .honbun_box .right {
    margin-top: -10%;
    margin-left: 0;
}
.biz.bg_gray {
    padding-bottom: 12%;
}
.cont_box .straight p.des {
    line-height: 200%;
}
.cont_box .straight {
    width: 100%;
    margin: auto;
}
/* コンタクト */
.contact_form dl dt {
    width: 100%;
    border-right: none;
    padding-left: 14%;
    margin-bottom: 3%;
}
.contact_form dl dt span.ate {
    padding: 2px 4% 5px;
    width: 26px;
    text-align: center;
}
.contact_form dl dd input {
    width: 47%;
    margin-right: 3%;
}
.contact_form dl dd {
    width: 100%;
}
.contact_form dl {
    padding: 5% 0;
}
.contact_form dl dd input.long, .contact_form dl dd textarea {
    width: 94%;
}
p.inc_dis {
    width: 82%;
    padding: 6% 5%;
}
input.submit {
    width: 90%;
    padding: 8% 0;
    font-size: clamp(1.6rem,1.6vw + 0rem,2.2rem);
}
div.entry-content p.check {
    text-align: center;
    margin-bottom: 8%;
    margin-top: 5%;
}
.mw_wp_form .error {
    font-size: 1.2rem;
}
/* フッター */
div#footer-navi {
    display: none;
}
.footer_left {
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 2%;
}
.footer_left .jp_en_box.flex_box {
    justify-content: center;
}
.footer_left p.title {
    font-size: clamp(1.6rem,1.3vw + 0rem,1.8rem);
}
.footer_info_box .footer_left span {
    margin-top: 2%;
    margin-bottom: 5%;
}
.footer_center {
    width: 86%;
}
.labo_list dt {
    width: 18%;
}
.labo_list dd {
    margin-left: 3%;
    width: 78%;
}
p.footer_logo {
    width: 28%;
    margin: auto;
}
div#footer-in {
    padding-bottom: 55px;
}
#copyright {
    padding: 4% 2%;
    font-size: clamp(1.2rem,1.3vw + 0rem,1.8rem);
}
/* 会社概要 */
.main_page.com_page .honbun_box h2 span.ft38 {
    font-size: clamp(2.4rem,3.8vw + 0rem,3.8rem);
}
.main_page.com_page .honbun_box .right {
    width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.main_page .honbun_box .right p {
    text-align: center;
}
.main_page .honbun_box .right img {
    margin-bottom: -6%;
    width: 72%;
}
.member_list dl {
    width: 100%;
    margin: 12% 0;
}
.member_list dl dd .right.right_text {
    width: 100%;
    padding: 35% 5% 6% 5%;
    border-left: 1px solid #220850;
    border-top: 1px solid #220850;
    border-radius: 20px;
    margin-top: -35%;
}
.member_list dl dd .right.right_text p.name {
    font-size: clamp(1.8rem,1.4vw + 0rem,2.4rem);
    margin-top: 0;
    margin-bottom: 8%;
}
.member_list dl dd .left {
    margin: auto;
    margin-bottom: 3%;
    width: 50%;
    position: relative;
    z-index: 1;
}
.member_list dl dd .right.right_text p.number {
    /*top: -7%;*/
    top: inherit;
    bottom: -6%;
    width: 38%;
    font-size: clamp(1.0rem,1.0vw + 0rem,1.2rem);
    padding: 0 2%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.member_list dl dd .right.right_text p.des {
    line-height: 180%;
    letter-spacing: 0.5px;
}
h2.first_big {
    font-size: clamp(3.5rem,6vw + 0rem,6rem);
    margin: auto;
}
section.com_page h2.first_big::first-letter {
    color: #cc8500;
    font-size: 6rem;
}
section.com_page h2.first_big span::before {
    content: '';
    top: 14px;
}
.cm_list h3 {
    font-size: clamp(1.8rem,1.6vw + 0rem,2.8rem);
    padding-left: 12%;
    width: 90%;
}
.cm_list.bg_gray {
    padding: 12% 0 0;
    margin-bottom: 8%;
}
.member_list {
    padding-bottom: 4%;
}
.cm_list h3.long span {
    display: block;
    margin-left: 0;
}
.cm_list h3.long {
    padding-bottom: 2%;
}
h2.first_big.long {
    font-size: clamp(3rem,6vw + 0rem,6rem);
}
.contact_form dl dt span {
    font-size: clamp(1.6rem,1.2vw + 0rem,1.6rem);
}
section.com_profile {
    padding-bottom: 8%;
}
.outline_list dl::before {
    content: '';
    width: 50px;
    height: 28px;
    position: absolute;
    left: -12%;
    top: -2%;
    background-size: cover;
}
.outline_list dl dt {
    padding-left: 14%;
    font-size: clamp(1.6rem,1.2vw + 0rem,2rem);
}
.outline_list dl dd {
    margin-left: 16%;
    margin-bottom: 3%;
}
.outline_list {
    margin-top: 6%;
}
#footer-mobile-buttons {
    background-color: #220850;
    z-index: 10000000000;
}
#footer-mobile-buttons a {
    color: #fff;
}
a#footer-button-sidebar,a#footer-button-prev,a#footer-button-next,a#footer-button-search {
    display: none;
}
section.infolist_page .info_menu ul{
  width: 94%;
}
section.infolist_page .info_menu ul li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 8%;
}
.single_box h2.ft46 {
    margin-bottom: 8%;
    margin-top: 10%;
}
ul.info_list li p.post-meta {
    width: 100%;
    margin-bottom: 2%;
}
ul.info_list li h2 {
    width: 100%;
}
ul.info_list li {
    margin-bottom: 8%;
}
ul.info_list li a {
    padding: 6% 5%;
}
section.infolist_page {
    padding-bottom: 20%;
}
section.infolist_page {
    padding-top: 5%;
    padding-bottom: 20%;
}
.page_base.sm_page ul li span.view, ul.info_list li p.entry-read {
    font-size: clamp(1.3rem,1.0vw + 0rem,1.2rem);
    bottom: -6%;
}
aside#related-entries ul.info_list li {
    margin-bottom: 6%;
}
.single-post .entry-title {
    font-size: clamp(1.8rem,1.6vw + 0rem,2.8rem);
}
.single-post div.entry-content h2 {
    letter-spacing: 3px;
    margin-top: 6%;
    font-size: clamp(1.7rem,1.2vw + 0rem,1.6rem);
    margin-bottom: 3%;
}
.single-post div.entry-content p {
    line-height: 160%;
    margin-bottom: 5%;
}
.single-post div.entry-content h3 {
    font-size: clamp(1.5rem,1.3vw + 0rem,1.8rem);
    padding: 1.5% 4%;
}
.single-post div.entry-content h3::before {
    content: "";
    height: 28px;
    bottom: 24px;
}
#under-entry-body .navigation {
    width: 100%;
    margin: auto;
}
.single-post .navigation>div a {
    padding-top: 3%;
}
.fa-arrow-left:before, .fa-arrow-right:before {
    top: 16%;
}
#main .post {
    margin-bottom: 5%;
}
#under-entry-body .navigation {
    margin-bottom: 8%;
}
aside#related-entries h2.ft36 {
    font-size: clamp(1.7rem,2.3vw + 0rem,3.6rem);
}
aside#related-entries h2.ft36 {
    font-size: clamp(2.6rem,2.3vw + 0rem,3.6rem);
    margin-bottom: 5%;
}
.single-post article {
    margin-top: 5%;
}
section.sec3.base_top_sec.top_technology .base_inner .box {
    width: 90%;
    margin-left: auto;
    margin: auto;
}
section.sec3.base_top_sec.top_technology .base_inner .box p.link_box {
    width: 100%;
}
.menu-caption-tech::before {
    content: '技術情報';
}
.menu-caption-biz::before {
    content: '事業内容';
}
.menu-caption-company::before {
    content: '会社概要';
}
.enmenu .menu-caption-menu::before {
    content: 'MENU';
}
.enmenu .menu-caption-tech::before {
    content: 'TECH';
}
.enmenu .menu-caption-biz::before {
    content: 'BIZ';
}
.enmenu .menu-caption-company::before {
    content: 'COMPANY';
}
.enmenu .menu-caption-home::before {
    content: 'HOME';
}
.enmenu .menu-caption-top::before {
    content: 'TOP';
}
.bus_list dl .left.left_img {
    width: 100%;
    margin: auto;
}
.right.right_text {
    width: 100%;
    padding: 6% 4% 1% 4%;
    border-left: 1px solid #220850;
    border-radius: 0 0px 20px 20px;
    border-top: none;
}
.home .right.right_text h3 {
    display: grid;
    place-content: center;
}
.home .bus_list dl {
    padding: 6% 0;
}
.bus_list dl:nth-child(2) {
    background-color: #f9f7f4;
    padding: 10% 0;
}
section.top_business p.en_title {
    font-size: clamp(4.4rem,5.8vw + 0rem,7.6rem);
    margin-bottom: 0;
}
.home section.top_business h2 {
    margin-top: 0;
}
section.sec4.base_top_sec.top_business p.link_icon {
    width: 82%;
    margin-bottom: 8%;
}
section.sec1.base_top_sec.top_about {
    padding-top: 14%;
    padding-bottom: 10%;
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),url(../../../images/about_topimg.jpg);
    background-position: left;
    background-size: cover;
}
section.sec1 .box {
    width: 100%;
    margin: auto;
}
section.sec1 .box p.ft76,section.sec3.base_top_sec.top_technology .base_inner .box h2 {
    font-size: clamp(4.0rem,5.8vw + 0rem,7.6rem);
}
.home #header .alignleft {
    width: 54%;
}
.home_head.flex_box .right,.home_head.flex_box .left,.home_head.flex_box {
    height: 80vh;
}
.home_head.flex_box .right .startup {
    right: 5%;
    top: 8%;
    padding: 1% 0 3%;
    width: 40%;
}
.home_head.flex_box .right .top_sankaku {
    top: -1%;
    left: -1%;
}
.home_head.flex_box .right .bottom_sankaku {
    bottom: -1%;
    left: -1%;
}
.home_head.flex_box .left .top_des p.img_left {
    width: 20%;
}
.home_head.flex_box .left .top_des .moji_right {
    width: 74%;
}
.home_head.flex_box .left .top_des .moji_right span.ft46 {
    font-size: clamp(2rem,3.2vw + 0rem,4.6rem);
}
.home_head.flex_box .left .top_des .moji_right p {
    padding: 0.5% 3%;
    margin-bottom: 1%;
    font-size: clamp(1.6rem,2.4vw + 0rem,2.4rem);
}
.home_head.flex_box .right .head_info h2 {
    width: 98%;
    display: block;
}
section.sec2.top_info .box {
    width: 80%!important;
    padding: 6% 4%;
}
section.sec2.top_info .title p.ft46 {
    font-size: clamp(3rem,3.2vw + 0rem,4.6rem);
}
section.sec2.top_info .title h2 {
    text-align: left;
}
.blog_box .swiper-button-next:before {
    font-size: clamp(2.8rem,3vw + 0rem,4.2rem);
}
.home_head.flex_box .right .head_info {
    width: 100%;
    display: block;
}
section.sec2.top_info p.more {
    margin: 0 0 0 auto;
}
section.sec2.top_info p.more a::before {
    content: '';
    width: 30px;
    height: 30px;
    top: 0;
    background-size: cover;
    left: -20%;
}
section.sec2.base_top_sec.top_info::after {
    content: '';
    width: 88%;
    height: 48vw;
    top: inherit;
    bottom: 20%;
}
section.sec2.top_info dd.box {
    width: 80%!important;
    padding: 6% 4%;
    margin-right: 5%!important;
}
section.sec2.base_top_sec.top_info::before {
    content: 'INFORMATION';
    right: 0;
    top: 0;
}
.pc_none {
    display: block;
}
.sma_none {
    display: none;
}
#h-top{
  min-height: inherit;
}
div#navi{
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  max-width: 80vw;
}
.slide-close{
  background:#cc8500;
  color: #fff;
  margin: 0 0 55px;
  padding: 5% 0;
}
.slide-close a{
  color: #fff;
}
#navi-in .logo{
  width: 70%;
  margin: 5% auto;
}
div.sidr{
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#navi ul.navi_ul li a{
  font-size: clamp(1.6rem,1.4vw,1.8rem);
}
#navi ul.navi_ul li a span.jp{
  font-size: clamp(1.4rem,0.9vw + 0rem,1.3rem);
}
div#navi ul li{
  border-top: solid 1px #eee;
}
#navi #navi-in ul li a{
  padding: 3% 0;
}
#navi ul > li.bg_blue{
  height: auto;
  padding: 0;
  margin-right: 0;
}
#navi ul > li.bg_blue a, #navi ul.navi_ul li.bg_blue a span.en{
  padding-top: 0;
}
#navi #navi-in ul li.bg_blue a{
  height: auto;
  padding: 5% 0;
}
div#h-top.fixed{
  position: static;
  width: inherit;
  height: inherit;
}
.blog_box.flex_box{
  box-sizing:border-box;
}
.swiper-wrapper{
  padding-left: 5%;
}
section.sec4.base_top_sec.top_business{
  padding-top: 10%;
}
section.sec2.base_top_sec.top_info{
  padding-bottom: 10%;
}
.single-post .navigation>div{
  width: 100%;
}
.main_page{
  padding-top: 10%;
}
.main_page section.about h2{
  margin-top: 5%;
  margin-bottom: 10%;
}
.main_page section.about .bg_gray{
  margin: 7% 0;
}
.main_page .honbun_box .left p{
  letter-spacing: 0.5px;
  line-height: 180%;
}
.main_page .honbun_box .right img{
  width: 100%;
  margin-bottom: 8%;
}
.main_page.biz_page section.about .bg_gray dl dd{
  padding: 0;
}
.main_page.biz_page section.about .bg_gray{
  margin: 8% 0;
  letter-spacing: 0.5px;
}
.main_page.biz_page section.about .bg_gray dl dd p.title{
  margin-bottom: 3%;
}
.member_list dl dd .right.right_text p.katagaki,
.member_list dl dd .right.right_text p.name {
  text-align: center;
}
.member_list dl.long_ver dd .right.right_text{
  padding-top: 35%;
  padding-bottom: 8%;
}
.member_list dl.long_ver dd .right.right_text p.number{
  bottom:-4%;
}
.member_list.v2 dl dd .left .flow_img img{
  position: static;
  transform:unset;
  width: 100%;
  max-width: 100%;
}
.page-id-441 .contact_form dl dt span.ate {
        padding: 1% 4% 1%;
        width: 30%;
        text-align: center;
        font-size: 1.2rem;
        height: auto;
}
.member_list dl.long_ver dd .right.right_text p.des{
  line-height: 180%;
  font-size:clamp(1.2rem,1.0vw + 0rem,1.4rem);
}
.cm_list h3::before{
  width: 38px;
}
.outline_list{
  padding-left: 40px;
}
.outline_list .flex_box{
  flex-flow: row wrap;
}
.main_page .honbun_box .top_honbun_com .left p{
  line-height: 180%;
}
.main_page.com_page .honbun_box .left{
  width: 100%;
}
.keireki_class .left_box,
.keireki_class .right_box{
  width: 100%;
}
.honbun_box .keireki_box dl dt{
  width: 30%;
}
.honbun_box .keireki_box dl dd{
  width: 70%;
  line-height: 160%;
  padding: 2% 0;
}
.main_page.com_page .honbun_box .member_list .left{
    margin: auto;
    margin-bottom: 3%;
    width: 50%;
    position: relative;
    z-index: 1;
}
#header-in{
  height: auto;
}
.right_sub_text {
        color: #ffffff;
        background-color: #220850;
        text-align: center;
        padding: 4% 8%;
        font-size: 12px;
        line-height: 120%;
    }
.home_head.flex_box .right .jp_en_box {
    width: 58vw;
}
.home_head.flex_box .right .jp_en_box p.ft14 {
    font-size: 1.2rem;
}
.bus_list dl dd {
    margin: auto;
    width: 88%;
}
.jp_en_box p.ft14 {
    margin: auto;
    font-size: 1.4rem;
    margin-bottom: 6%;
}
}