@charset "UTF-8";
@import url("./style2.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.7.1
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');
}
.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{
  text-decoration: none;
  -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
/************************************
** 基本設定（General Setting）
************************************/
html{
  font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    color: #231815;
    /*min-width: 1280px;*/

}
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;
}

img{
  border-width:0;
  box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
}

figure,
main figure{
  margin: 0;
}

.article{
}

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

.aligncenter{
  clear:both;
}

.cf:after{
  content: "";
  clear: both;
  display: block;
}

/************************************
** 見出し（H1-6）
************************************/
h1, h2, h3, h4, h5, h6{
}

#archive-title{
  padding-bottom:20px;
  font-size:26px;
}

.entry-content{
  margin-bottom: 60px;
}

/************************************
** アンカー
************************************/
a {
  color: #231815;
  word-wrap: break-word;
  text-decoration: none;
}

a:hover {
  color: #C03;
}

.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{

}

.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{

}

#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）
************************************/
ul,ol {
}

ul ul{
  margin-left: 1em;
}
dl{
  margin: 30px 0;
}

dt{
  font-weight: bold;
}
dd{
  margin-bottom: 5px;
}

/************************************
** テーブル（Table）
************************************/
.article table{
  border-collapse: collapse;
  margin: 15px 0;
  max-width: 100%;
  width: auto;
}
.article th{
  border: solid 1px #ccc;
  background-color: #eee;
}
.article td{
  border: solid 1px #ccc;
}
.article th,
.article td{
  padding: 3px 5px;
}

.article .scrollable-table th,
.article .scrollable-table td{
  white-space: nowrap;
}

.scrollable-table {
  overflow-x: auto;
  margin-bottom: 1em;
}

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

.article > ol,
.article > ul,
.article > dl{
  margin:30px 0;
}

.article > ol ol,
.article > ul ul,
.article > dl dl{
  margin:0;
}

/************************************
** その他（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{
  /*width: 1070px;*/
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#header-in{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
#header-in #h-top{
  width: 20%;
}
#header-in nav{
  width: 80%;
}
#header {
  margin-bottom: 0;
  z-index: 10;
  height: 119px;
}
#header #header-in{
  -moz-box-shadow:0px 5px 7px rgba(216,216,216,0.2);
  -webkit-box-shadow:0px 5px 7px rgba(216,216,216,0.2);
  box-shadow:0px 5px 7px rgba(216,216,216,0.2);
  position: relative;
    z-index: 10;
}
#header.fixed #header-in{
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
}
#header .alignleft,
#header .alignright{
  margin-bottom: 0;
  width: auto;
}
#header .alignleft{
  margin-left:30px;
  margin-right: 30px;
  /*max-width:700px;*/
}
#header .alignright{
  height: 52px;
  text-align:right;
  margin-right:30px;
  right: 0;
  top: 0;
  position: absolute;
}

#body{
  /*margin-top:15px;*/
}

#main {
  /*float: left;*/
  box-sizing: border-box;
  /*width: 740px;*/
  /*padding: 20px 29px;*/
  /*border:1px solid #ddd;*/
  background-color:#fff;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
}

#sidebar {
  float: right;
  width: 300px;
  margin-bottom: 30px;
}
/*
#sidebar-widget{
  overflow: hidden;
} */

.clear{
  clear:both;
}

/************************************
** ヘッダー(header)
************************************/
*:first-child+html #header > div{ /* IE7 */
  clear: both;
  zoom:1;
}

#h-top{
  min-height:100px;
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

#site-title{
  margin-top:28px;
  margin-bottom:10px;
  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;
  margin-right:20px;
  margin-bottom:10px;
  font-weight:normal;
}

#header-image{
  margin-bottom: 40px;
}

/************************************
** グローバルナビメニュー（menu）
************************************/
#navi ul{
  position: relative;
  clear: both;
  text-align: right;
  border-radius:3px;
  margin:0;
  padding:0;
  width:100%;
  box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

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

#navi ul > li{
  display: inline-block;
  list-style:none;
  position: relative;
}

#navi ul li a{
  font-size:1.3rem;
  display: inline-block;
  padding: .3em 1em;
  color:#0084d3;
  text-decoration:none;
  z-index:99;
    padding: 50px 1.5em 50px;

}
#navi ul li:nth-last-child(1) a{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0084d3+0,003b8f+100 */
background: rgb(0,132,211); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,132,211,1) 0%, rgba(0,59,143,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,132,211,1) 0%,rgba(0,59,143,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,132,211,1) 0%,rgba(0,59,143,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084d3', endColorstr='#003b8f',GradientType=0 ); /* IE6-9 */
color: #fff;
padding: 20% 0 22%;
}
#navi ul li:nth-last-child(1) a .en{
  font-size: 1.0rem;
  display: block;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 10px;
}
#navi ul li:nth-last-child(1) a .en img{
  display: inline-block;
  width: 22px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
#navi ul li:nth-last-child(1) a .jp{
  font-size: 1.4rem;
  display: block;
  margin: 0 20px;
}
#navi ul li a:hover{
  background-color:#ddd;
}

#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,
.clearfix {
  display: block;
}
.home_head{
  position: relative;
}
.home .head_sub_navi{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    margin: 20px 0;
}
.head_sub_navi{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  margin: 8px 0 0;
}

.head_sub_navi li{
  list-style:none;
  display: inline-block;
}
.head_sub_navi li img{
  width: 25px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 8px;
}
.home .head_sub_navi li a{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 0 15px;
}
.head_sub_navi li a{
  color: #0084D3;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  padding: 0 15px;
}
.head_bk{
  background: url(../../../../images/head_bk.png) repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sec1{
  position: relative;
  overflow: hidden;
  padding-bottom: 15%;
}

.sec1 .head,
.sec2 .foot_box {
    margin: 0;
    position: relative;
    text-align: center;
    background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
    color: white;
}
.sec1 .head{
  margin-bottom: 3%;
}
.sec2 .foot_box{
  height: 352px;
}
.sec1 h2.h2_title1{
  margin: 0;
  text-align: left;
  padding: 10% 5% 20px;
  font-size: 4.0rem;
  line-height: 70px;
  font-weight: 200;
}
.waves {
    height: 20px;
    min-height: 40px;
}

.waves {
    position: relative;
    width: 100%;
    height: 10vh;
    margin-bottom: -7px;
    min-height: 40px;
    max-height: 150px;
}
.sec2 .foot_box .waves{
    transform: rotateX(180deg);
}
.sec1 .dis{
  padding-left: 5%;
  font-size: 1.8rem;
  line-height: 33px;
  margin-bottom: 30px;
  width: 30%;
}
.sec1 .img_box{
  position: absolute;
    top: 19%;
    right: -6%;
    /*width: 70%;*/
    width: 65%;
}
.sec1 .left_box span.chatch{
    width: 30%;
    padding-left: 5%;
    display: block;
}
/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/************************************
** フッターナビメニュー
************************************/

#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: 0.5em;
  text-align:right;
  /*background-color:#F7F7F7;*/
  /*color:#555;*/
  font-size:1.2rem;
  letter-spacing: 1.5px;
}

.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;
  margin-bottom:40px;
/*  overflow: auto;
  zoom: 1;*/
  word-wrap: break-word;
}
.archive #main .entry{
  padding: 40px 20px;
  border-bottom: solid 1px #E6E6E6;
}
.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 .entry-card-content  h2 a{
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 25px;
  color: #0084D3;
}
.entry .entry-card-content  h2{
  border-bottom:solid 3px #F2F2F2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.entry-title{

}

.entry-snippet,
.related-entry-snippet{
  margin:0 0 20px 0px;
  line-height:27px;
  color:#808080;
  font-size: 1.4rem;
}

.entry-read{
  margin:0;
  text-align: right;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
}
.entry-read a{
  color: #0084D3;
}

.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{
  margin-bottom: 0px;
  color:#666666;
  font-size:13px;
  padding: 20px 2%;
  background: #FAFAFA;
}

div#breadcrumb div {
  display: inline;
}

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

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

/*以下のパンくずスタイルは、いずれ削除*/
#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%;
    padding: 40px 20px 40px;
    border-bottom: solid 1px #E6E6E6;
  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{
}

.related-entry-read{
margin: 0;
    text-align: right;
    font-size: 1.2rem;
    letter-spacing: 1.5px;
}
.single-post .related-entry-content .post-meta{
  text-align: left;
  margin-bottom: 20px;
}
.related-entry-content .category_base {
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    margin-right: 10px;
}
.related-entry-content h3.related-entry-title{
border-bottom: solid 3px #F2F2F2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.related-entry-content h3.related-entry-title a{
  color: #0084D3;
}
/************************************
** 関連記事サムネイル（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: 0;
  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: #fff;
  padding: 0px;
}

#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: #231815;
}

#footer h3{
  color:#231815;
  font-size: 16px;
}

#copyright{
  padding: 15px 20px;
  font-size: 80%;
  text-align:center;
  background: #0084d3;
  text-align: right;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 1.2rem;
  color: #fff;
}

#copyright a{
  text-decoration:none;
  color:#fff;
}

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

#page-top a{
  color:#fff;
  padding:0px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  background-color: #aaa;
  line-height:100%;
  border-radius: 4px;
  font-size:11px;
}
#page-top a:before{
    content: "✓";
    display: block;
    position: absolute;
    color: #fff;
    right: 5px;
    bottom: 15px;
    font-size: 20px;
    font-weight: 800;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
#page-top a:hover:before{
    color: #D4145A;
}


/************************************
** 広告（ads）
************************************/
.ad-space{
  margin: 30px 0;
  clear:both;
}

.ad-article-bottom{

}

.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: 40px 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: #333;
  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: #ddd;
 cursor: default;
 pointer-events: none;
}

.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);
}

/****************カスタマイズ*********************/
.sec2{
  position: relative;
  padding-bottom: 100px;
}
.sec2 .foot_box{
  position: absolute;
  bottom:0;
  width:  100%;
}
h2.h2_title2{
  color: #0084d3;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  background: url(../../../../images/h2_bk_img.png) repeat;
  border-bottom: solid 1px #c9e6f4;
  padding: 40px 0;
  text-shadow:0px 0px 3px rgba(0,132,211,0.4);
}
h2.h2_title2:after{
  content: "";
  border-bottom: solid 1px #c9e6f4;
  display: block;
  width: 45%;
  position: absolute;
  top: 0;
  right: 0;
}
h2.h2_title2:before{
  content: "";
  border-bottom: solid 1px #c9e6f4;
  display: block;
  width: 45%;
  position: absolute;
  top: 0;
  left: 0;
}
h2.h2_title2 .jp{
  display: block;
  margin-bottom: 15px;
}
h2.h2_title2 .en{
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
}
h2.h2_title2 .icon{
  position: absolute;
    top: -44px;
    left: 0;
    right: 0;
}
.dis_base{
  text-align: center;
  font-size: 1.6rem;
  line-height: 32px;
  margin: 5% 0;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
}
.dis_base.link_dis{
  font-size: 1.4rem;
  margin: 4% 0 0;
}
.page-id-56 .dis_base.link_dis,
.page-id-79 .dis_base.link_dis,
.page-id-392 .dis_base.link_dis,
.page-id-160 .dis_base.link_dis{
  margin: 0 0 3%;
}
.page-id-118 .dis_base.link_dis,
.page-id-187 .dis_base.link_dis,
.page-id-231 .dis_base.link_dis{
  margin: 0;
}
.style_box{
  position: relative;
  z-index: 1;
}
.style_box .box{
  background: #fff;
  text-align: center;
-moz-border-radius-topleft: 100%;
-moz-border-radius-topright:100%;
-moz-border-radius-bottomleft:100%;
-moz-border-radius-bottomright:100%;
-webkit-border-top-left-radius:100%;
-webkit-border-top-right-radius:100%;
-webkit-border-bottom-left-radius:100%;
-webkit-border-bottom-right-radius:100%;
border-top-left-radius:100%;
border-top-right-radius:100%;
border-bottom-left-radius:100%;
border-bottom-right-radius:100%;
border: solid 1px #c9e6f4;
margin: 0 2%;
padding: 2%;
width: 320px;
}
.style_box .box .dis{
  width: 70%;
  margin: auto;
  border-top: solid 1px #c9e6f4;
  margin-top: 20px;
  padding-top: 20px;
  color: #808080;
  font-size: 14px;
  letter-spacing: 1px;
}
.style_box .box img{
  /*max-width: 133px;*/
  max-width: 275px;
}
.flex_box{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.sec2 .h3_title1{
  letter-spacing: 2px;
  font-size: 2.2rem;
  text-shadow:0px 0px 3px rgba(0,132,211,0.4);
  color: #0084d3;
  display: block;
}
.sec2 .h3_title1 .en{
  font-size: 1.2rem;
  display: block;
  font-weight: 400;
}
.sec2 .h3_title1 .jp{
  display: block;
}
.link_box{
  position: relative;
  z-index: 1;
  background: #0084d3;
  border: solid 1px #c9e6f4;
  color: #fff;
-moz-border-radius-topleft: 40px;
-moz-border-radius-topright:40px;
-moz-border-radius-bottomleft:40px;
-moz-border-radius-bottomright:40px;
-webkit-border-top-left-radius:40px;
-webkit-border-top-right-radius:40px;
-webkit-border-bottom-left-radius:40px;
-webkit-border-bottom-right-radius:40px;
border-top-left-radius:40px;
border-top-right-radius:40px;
border-bottom-left-radius:40px;
border-bottom-right-radius:40px;
max-width: 300px;
margin: auto;
margin-top: 80px;
}
.link_box a{
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  height:  100%;
  padding: 20px 0;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.link_box a .en{
  font-size: 1.2rem;
  font-weight: 200;
  display: inline-block;
  margin-left: 10px;
}
.sec3{
  color: #fff;
  position: relative;
  padding-top: 120px;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 120px;
}
body .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}
body .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}
#particles-background, #particles-foreground,
#particles-background2, #particles-foreground2 {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    -moz-transform: scale3d(0.5, 0.5, 1);
    -ms-transform: scale3d(0.5, 0.5, 1);
    -o-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
}
#particles-background,
#particles-background2{
    background: #2c2d44;
    background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: -webkit-linear-gradient(
45deg
, #3f3251 2%, #002025 100%);
    background-image: linear-gradient(
45deg
, #3f3251 2%, #002025 100%);
}
#particles-background, #particles-foreground,
#particles-background2, #particles-foreground2 {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    -moz-transform: scale3d(0.5, 0.5, 1);
    -ms-transform: scale3d(0.5, 0.5, 1);
    -o-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
}
.feature_box{
  position: relative;
  z-index: 1;
    box-sizing: border-box;
    padding: 0 5%;
}
.sec3 h2.h2_title2{
  color: #fff;
  background: rgba(255,255,255,0.08);
}
.feature_box .box{
  background: #fff;
  width: 47%;
  margin: 2%;
  position: relative;
  min-height: 273px;
}
.feature_box .box:nth-child(2n){
  margin-left: 0;
}
.feature_box .box .label{
  position: absolute;
  left: -4.5px;
  top: 20px;
  background: #0084d3;
  color: #fff;
  padding: 3px 20px 5px;
  font-size: 1.0rem;
  letter-spacing: 2px;
}
.feature_box .box .label:before{
  content: "";
  background: url(../../../../../images/label_triangle.png) no-repeat;
  width: 4.5px;
  height: 5.1882px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom:-5px;
}
.page-id-392 article .mw_wp_form .mwform-checkbox-field-text{
  font-size: 130%;
  font-weight: 600;
}
.page-id-392 article .mw_wp_form .inc_dis .mwform-checkbox-field{
  display: inline-block;
  background-color: #f8f8f8;
  border: solid 1px #eee;
  padding: 5px 5%;
  border-radius: 100px;
  cursor: pointer;
}
.feature_box .box a{
  text-decoration: none;
    padding: 40px 0;
}
.feature_box .box a:hover{
  background-color: #dceef3;
}
.feature_box .box .label .no{
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 3px;
  font-weight: 300;
}
.feature_box .box .left_box{
  width: 40%;
  box-sizing: border-box;
  padding-right: 3%;
  padding-top: 20px;
}
.feature_box .box .right{
  width: 51%;
  box-sizing: border-box;
  padding-top: 20px;
}
.reverse{
flex-flow: row-reverse;
}
.feature_box .box h3{
  margin-top: 20px;
  color: #0084d3;
  font-size: 2.2rem;
  letter-spacing: 2px;
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.feature_box .box:nth-child(6) h3,
.feature_box .box:nth-child(7) h3{
  font-size: 2.0rem;
  line-height: 25px;
}
.feature_box .box h3:after{
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  border-bottom: solid 1px #00a99d;
  bottom:-1px;
  left: 0; 
}
.feature_box .box .dis{
  color: #666666;
  font-size: 1.4rem;
  line-height: 24px;
}
.sec4{
  padding-top: 120px;
  padding-bottom: 120px;
}
h2.h2_title2.normal{
  border-top: solid 1px #c9e6f4;
}
h2.h2_title2.normal:before,
h2.h2_title2.normal:after{
  content: none;
}
.works_box .box{
  width: 20%;
  margin-right: 2%;
  border: solid 1px #f2f2f2;
  background: #fff;
  -moz-box-shadow:0px 0px 5px rgba(249,249,249,0.5);
  -webkit-box-shadow:0px 0px 5px rgba(249,249,249,0.5);
  box-shadow:0px 0px 5px rgba(249,249,249,0.5);
}
.works_box .box:nth-last-child(1){
  margin-right: 0;
}
.works_box .box .img{
  text-align: center;
}
.works_box .box .img img{
  max-width: 130px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.works_box .box a{
  text-decoration: none;
  color: #231815;
  display: block;
    box-sizing: border-box;
  padding: 20px;
}
.works_box .box h3{
  letter-spacing: 1px;
  font-size: 1.8rem;
  font-weight: 300;
  border-bottom: dotted 1px #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.works_box .box h3 .label{
  color: #0084d3;
  letter-spacing: 2px;
  font-size: 1.0rem;
    font-weight: 400;
    margin-right: 20px;
}
.works_box .box h3 .label .no{
  font-size: 1.6rem;
}
.works_box .box .dis{
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.works_box .box .foot_text .cate{
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    -moz-border-radius-bottomright: 40px;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background: #0084d3;
    border: solid 1px #c9e6f4;
    color: #fff;
    font-size: 1.2rem;
    color: #fff;
    padding: 0 10px 2px;
    display: inline-block;
}
.works_box .box .foot_text .link{
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: right;
  display: inline-block;
  float: right;
}
.sec5{
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background: #4e54c8;
  overflow: hidden;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-2000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.sec5 h2.h2_title2{
    background: rgba(255,255,255,0.08);
    color: #fff;
    margin-bottom: 100px;
}
.app_box{
  position: relative;
  z-index: 1;
}
.app_box .box{
  /*width: 40%;
  margin: 0 3%;*/
  width: 22%;
  margin: 0 1%;
  margin-bottom: 80px;
}
.app_box .box .img{
  background: #fff;
  padding: 8% 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright:10px;
  -moz-border-radius-bottomleft:0px;
  -moz-border-radius-bottomright:0px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  -webkit-border-bottom-left-radius:0px;
  -webkit-border-bottom-right-radius:0px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
}
.app_box .box a{
  text-decoration: none;
  display: block;
}
.app_box .box h3{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 2px;
}
.app_box .box h3 .title{
  display: inline-block;
  font-weight: 500;
  /*width:805;*/
  width: 73%;
  font-size: 2.0rem;
}
.app_box .box h3 .link{
  /*font-size: 1.3rem;*/
  font-size: 1.2rem;
  font-weight: 200;
  display: inline-block;
  /*width: 20%;*/
  width: 27%;
  text-align: right;
  padding-top: 10px;
}
.sec6{
  padding: 100px 0;
}
.bana_box .bana{
  width: 47%;
  margin: 0 0.5%;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}
.bana_box .bana a{
  border:solid 1px #e6e6e6;
  text-decoration: none;
}
.bana_box .bana .left{
  width:60%;
  padding-left: 3%;
      box-sizing: border-box;
}
.bana_box .bana .right{
  width: 40%;
  text-align: right;
}
.bana_box .bana .right img{
  display: block;
  margin-left: auto;
}
.bana_box .bana h3{
  color: #0084d3;
  font-size: 2.4rem;
  line-height: 25px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 3px #cccccc;
  position: relative;
  margin-top: 30px;
}
.bana_box .bana h3 .en{
  font-size: 1.2rem;
  color: #231815;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
}
.bana_box .bana h3:after{
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  border-bottom: solid 3px #0084d3;
  bottom:-3px;
  left: 0;
}
.bana_box .bana .click{
  color: 1.0rem;
  letter-spacing: 1px;
  color: #231815;
  display: inline-block;
  border-bottom: solid 1px #231815;
  padding-bottom: 5px;
}
.info_box .box{
  width: 45%;
  position: relative;
  margin: 0 2%;
}
.info_box h2.h2_title3{
  color: #0084d3;
  font-size: 2.6rem;
  letter-spacing: 1.5px;
    padding-bottom: 20px;
  margin-bottom: 0px;
  border-bottom: solid 1px #c9e6f4;
}
.info_box h2.h2_title3 .en{
  font-size: 1.2rem;
  font-weight: 300;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: 0.5px;
}
.info_box ul.info_list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.info_box ul.info_list li{
  padding: 20px 0px;
  border-bottom: dotted 1px #cccccc;
}
.info_box ul.info_list li:nth-last-child(1){
 border-bottom: solid 1px #c9e6f4; 
}
.info_box ul.info_list li a{
  text-decoration: none;
  color: #231815;
  letter-spacing: 1px;
}
.info_box ul.info_list li a .date{
  font-size: 1.3rem;
  display: inline-block;
}
.info_box ul.info_list li a .cate{
  display: inline-block;
  margin: 0 20px;
  color: #fff;
  font-size: 1.3rem;
  padding: 3px 20px;
  width: 14%;
  text-align: center;
}
.info_box ul.info_list li a .title{
  font-size: 1.3rem;
}
.cate_info{
  background:#003b8f;
}
.cate_support,
.cate_suport_blog{
  background: #00a99d;
}
.cate_salesblog,
.cate_salse_blog{
  background: #fbb03b;
}
.entry-card-content .category_base{
  color: #fff;
  padding: 3px 10px;
  display: inline-block;

  margin-right: 10px;
}
.entry-card-content .post-meta{
  margin-bottom: 20px;
    letter-spacing: 2px;
}
.entry .post-meta a.category_base{
  color: #fff;
  font-weight: 300;
}
.link_box2{
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    -moz-border-radius-bottomright: 40px;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background: #0084d3;
    border: solid 1px #c9e6f4;
    z-index: 1;
    display: inline-block;
  width: 160px;
  text-align: center;
  padding: 1px 0 4px;
  position: absolute;
  right: 0;
  top: 33px;
}
.link_box2 a{
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 300;
}
.footer_bana{
  background: url(../../../../images/work_flo_ex_bk.png) no-repeat center left #f6f6f6;
  border: solid 4px #fff;
  -moz-box-shadow: 0px 0px 10px rgba(249,249,249,1);
  -webkit-box-shadow: 0px 0px 10px rgb(249 249 249 / 100%);
  box-shadow: 0px 0px 10px rgb(249 249 249 / 100%);
}
.home .footer_bana{
  margin-top: 120px;
}
.footer_bana .left{
  width: 60%;
  box-sizing: border-box;
  padding-left: 20%;
  padding-top: 40px;
  text-align: center;
}
.footer_bana .rigth{
  width: 40%;
}
.footer_bana .rigth img{
  display: block;
  margin-left: auto;
}
.footer_bana .left .title{
  display: block;
  text-align: center;
}
.footer_bana a{
  text-decoration: none;
}
.footer_bana .left .text{
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  color: #182b71;
  line-height: 34px;
  margin-bottom: 20px;
}
.footer_bana .left .link{
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomleft: 40px;
    -moz-border-radius-bottomright: 40px;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background: #182b71;
    border: solid 1px #c9e6f4;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding: 5px 30px;
    display: inline-block;
}
.footer_contact{
  padding: 120px 0;
  position: relative;
  color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 120px;
}
.home .footer_contact{
  margin-top: 0;
}
.footer_contact h2.h2_title4{
  margin-top: 0;
}
h2.h2_title4{
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 3.2rem;
  line-height: 45px;
  letter-spacing: 2px;
}
h2.h2_title4 .en{
  font-size: 1.2rem;
  display: block;
  font-weight: 200;
  margin-bottom: 0px;
}
.footer_contact .dis_base{
  font-weight: 300;
}
.contact_foot_box{
  position: relative;
  z-index: 1;
}
.contact_foot_box .box{
  width: 45%;
  position: relative;
  margin: 0 2%;
}
.footer_contact .icon img{
  max-width: 25px;
  position: relative;
  top: 5px;
}
.footer_contact .tel_box{
  text-align: center;
  padding: 15px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.footer_contact .tel_box a{
  text-decoration: none;
  color: #fff;
  font-size: 4.0rem;
  letter-spacing: 2px;
  font-weight: 600;
  display: inline-block;
  margin-left: 20px;
}
.footer_contact .dis{
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 2px;
  padding-top: 20px;
}
.footer_contact .mail_box a{
  display: block;
  width: 100%;
  text-align: center;
  padding: 28px 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  background: #0084d3;
  letter-spacing: 2px;
  text-decoration: none;
}
.foot_menu{
  padding: 80px 0;
}
.foot_menu .left_box{
  width: 70%;
  box-sizing: border-box;
  padding: 0 5%
}
.foot_menu .right_box{
  width: 30%;
    box-sizing: border-box;
    padding-right: 5%;
}
.foot_menu ul{
  padding: 0 10px;
  margin: 0;
}
.foot_menu .left_box ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.foot_menu .left_box ul li{
  width: 33.333333%;
}
.foot_menu ul li{
  line-height: 32px;
  list-style: none;
}
.foot_menu ul li a{
  text-decoration: none;
  font-size: 1.3rem;
}
.foot_menu ul li a:before{
  content: "›";
  display: inline-block;
  margin-right: 5px;
}
#footer h3{
  letter-spacing: 2px;
  font-size: 1.6rem;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #eee; 
  position: relative;
  padding-left: 20px;
}
#footer h3:before{
  content: "";
  width: 3px;
  height: 25px;
  background: #0084d3;
  position: absolute;
  left: 0;
  top: 0;
}
.foot_menu2{
  padding-bottom: 40px;
}
.foot_menu2 .foot_logo{
  width: 20%;
  box-sizing: border-box;
  padding-left: 5%;
}
.foot_menu2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.foot_menu2 ul li{
  display: inline-block;
}
.foot_menu2 ul li a{
  text-decoration: none;
  font-size: 12px;
}
.foot_menu2 ul.foot_menu_list2{
  width: 42%;
    padding-top: 15px;
}
.foot_menu2 ul.foot_bana_list{
  width: 38%;
}
.foot_menu2 ul.foot_menu_list2 li:after{
  content: "|";
  display: inline-block;
  padding: 0 7px;
  font-size: 1.2rem;
  color: #666;
}
.foot_menu2 ul.foot_menu_list2 li:nth-last-child(1):after{
  content: none;
}

/* スマホ用 */
@media screen and (max-width: 599px){
  .box-menus .box-menu{
    width: calc(100%/2);
  }
}

/* 

    HEY!
    Check my new pen "Amazing Perspective Walking Background"
    - just CSS
    - very, very simple
  
    https://codepen.io/tonetlds/pen/yOdZLx

*/


/*--------------
    splash
---------------*/

.normal header,
.normal.archive_head {
  position: relative;
  overflow: hidden;
  /*  background: #111111 url(https://semantic-ui.com/images/bg-sky.jpg);*/
  background-size: cover;
  text-align: center;
  padding: 0em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0px;
  border-bottom: none;
  background-color: #0084D3;
  background-image: -webkit-radial-gradient(farthest-corner, rgba(0, 132, 211, 0.5), rgba(0, 50, 143, 0.95));
  background-image: radial-gradient(farthest-corner, rgba(0, 132, 211, 0.5), rgba(0, 50, 143, 0.95));
  margin-bottom: 80px;
}

.normal header .text,
.normal.archive_head .text{
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: normal;
  height: auto;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  text-transform: none;
  width: auto;
  z-index: 10000;
}

.normal header .text a,
.normal.archive_head .text a{
  color: aqua;
  font-weight: bold;
}

#main .normal header .grid{
  margin: 0em;
  padding: 13rem 0em;
}
.normal.archive_head .grid{
  margin: 0em;
  padding: 8rem 0em;
}

.following.bar,
.normal header,
.normal.archive_head{
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transition: background-color 3s ease-in-out 2s;
  -moz-transition: background-color 3s ease-in-out 2s;
  -webkit-transition: background-color 3s ease-in-out 2s;
  transition: background-color 3s ease-in-out 2s;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}

.following.bar iframe.github {
  margin-top: 0px;
}

.pushed .normal header,
.pushed .following.bar,
.pushed .normal.archive_head{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.colored.following.bar,
.normal header .colored,
.normal.archive_head .colored{
  -webkit-animation-name: colors;
  -moz-animation-name: colors;
  -o-animation-name: colors;
  animation-name: colors;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 120s;
  -moz-animation-duration: 120s;
  -ms-animation-duration: 120s;
  -o-animation-duration: 120s;
  animation-duration: 120s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.normal header:after{
  position: absolute;
  z-index: 1;
  width: 135%;
  height: 135%;
  top: 70%;
  left: 0px;
  content: '';
  background: url(https://semantic-ui.com/images/ui.png);
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: splash;
  -moz-animation-name: splash;
  -o-animation-name: splash;
  animation-name: splash;
  -ms-transition: opacity 3s ease-in-out, transform 5s ease-in-out;
  -webkit-transition: opacity 3s ease-in-out, transform 5s ease-in-out;
  -moz-transition: opacity 3s ease-in-out, transform 5s ease-in-out;
  transition: opacity 3s ease-in-out, transform 5s ease-in-out;
  opacity: 0.06;
  -webkit-animation-duration: 15s;
  -moz-animation-duration: 15s;
  -ms-animation-duration: 15s;
  -o-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotateX(50deg) rotateZ(0deg) rotateY(0deg) translateY(-14%) translateX(-14%) translateZ(370px);
  -moz-transform: rotateX(50deg) rotateZ(0deg) rotateY(0deg) translateY(-14%) translateX(-14%) translateZ(370px);
  transform: rotateX(50deg) rotateZ(0deg) rotateY(0deg) translateY(-14%) translateX(-14%) translateZ(370px);
}
.normal.archive_head:after{
  position: absolute;
  z-index: 1;
  width: 135%;
  height: 135%;
  top: 100%;
  left: 0px;
  content: '';
  background: url(https://semantic-ui.com/images/ui.png);
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: splash;
  -moz-animation-name: splash;
  -o-animation-name: splash;
  animation-name: splash;
  -ms-transition: opacity 3s ease-in-out, transform 5s ease-in-out;
  -webkit-transition: opacity 3s ease-in-out, transform 5s ease-in-out;
  -moz-transition: opacity 3s ease-in-out, transform 5s ease-in-out;
  transition: opacity 3s ease-in-out, transform 5s ease-in-out;
  opacity: 0.06;
  -webkit-animation-duration: 15s;
  -moz-animation-duration: 15s;
  -ms-animation-duration: 15s;
  -o-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotateX(50deg) rotateZ(0deg) rotateY(0deg) translateY(-14%) translateX(-14%) translateZ(370px);
  -moz-transform: rotateX(50deg) rotateZ(0deg) rotateY(0deg) translateY(-14%) translateX(-14%) translateZ(370px);
  transform: rotateX(50deg) rotateZ(0deg) rotateY(0deg) translateY(-14%) translateX(-14%) translateZ(370px);
}

.fixed.following.bar {
  background-image: none;
}

.fixed.following.bar {
  position: fixed;
  top: 0px;
  padding: 1em 0em;
  background-color: #FFFFFF;
}

.fixed.light.following.bar {
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.04);
}

@keyframes splash {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% -475px;
  }
}

@-moz-keyframes splash {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% -475px;
  }
}

@-webkit-keyframes splash {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% -475px;
  }
}

@-ms-keyframes splash {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% -475px;
  }
}

@-o-keyframes splash {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% -475px;
  }
}

@keyframes colors {
  0% {
    background-color: #00B5AD;
  }
  12% {
    background-color: #3B83C0;
  }
  25% {
    background-color: #E07B53;
  }
  37% {
    background-color: #D9499A;
  }
  50% {
    background-color: #564F8A;
  }
  62% {
    background-color: #F2C61F;
  }
  75% {
    background-color: #D95C5C;
  }
  87% {
    background-color: #5BBD72;
  }
  100% {
    background-color: #F2C61F;
  }
}

@-moz-keyframes colors {
  0% {
    background-color: #00B5AD;
  }
  12% {
    background-color: #3B83C0;
  }
  25% {
    background-color: #E07B53;
  }
  37% {
    background-color: #D9499A;
  }
  50% {
    background-color: #564F8A;
  }
  62% {
    background-color: #F2C61F;
  }
  75% {
    background-color: #D95C5C;
  }
  87% {
    background-color: #5BBD72;
  }
  100% {
    background-color: #F2C61F;
  }
}

@-webkit-keyframes colors {
  0% {
    background-color: #00B5AD;
  }
  12% {
    background-color: #3B83C0;
  }
  25% {
    background-color: #E07B53;
  }
  37% {
    background-color: #D9499A;
  }
  50% {
    background-color: #564F8A;
  }
  62% {
    background-color: #F2C61F;
  }
  75% {
    background-color: #D95C5C;
  }
  87% {
    background-color: #5BBD72;
  }
  100% {
    background-color: #F2C61F;
  }
}

@-ms-keyframes colors {
  0% {
    background-color: #00B5AD;
  }
  12% {
    background-color: #3B83C0;
  }
  25% {
    background-color: #E07B53;
  }
  37% {
    background-color: #D9499A;
  }
  50% {
    background-color: #564F8A;
  }
  62% {
    background-color: #F2C61F;
  }
  75% {
    background-color: #D95C5C;
  }
  87% {
    background-color: #5BBD72;
  }
  100% {
    background-color: #F2C61F;
  }
}

@-o-keyframes colors {
  0% {
    background-color: #00B5AD;
  }
  12% {
    background-color: #3B83C0;
  }
  25% {
    background-color: #E07B53;
  }
  37% {
    background-color: #D9499A;
  }
  50% {
    background-color: #564F8A;
  }
  62% {
    background-color: #F2C61F;
  }
  75% {
    background-color: #D95C5C;
  }
  87% {
    background-color: #5BBD72;
  }
  100% {
    background-color: #F2C61F;
  }
}
.normal h1.entry-title,
.image1 h1.entry-title,
.normal h1#archive-title{
  position: relative;
  z-index: 100;
  font-size: 3.2rem;
  letter-spacing: 2px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
  text-shadow:0px 0px 3px rgba(0,132,211,0.4);
}
.normal .en_titel_h1,
.image1 .en_titel_h1{
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  position: relative;
  z-index: 100;
  text-shadow:0px 0px 3px rgba(0,132,211,0.4);
}
.archive.category-info .normal .en_titel_h1:before{
  content: "INFORMATION";
}
.archive.category-blog .normal .en_titel_h1:before{
  content: "SALSE BLOG";
}
.archive.category-suport_blog .normal .en_titel_h1:before{
  content: "SUPPORT BLOG";
}
.image1 header{
  text-align: center;
  padding: 18rem 0;
  background-size: cover;
  background-position: center center;
  color: #0084D3;
}
#the-content .title_bottom{
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding: 80px 0 60px;
}
.page-id-101 #the-content .title_bottom{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
/**********************************************
記事一覧ページ
*************************************************/
.archive #body-in,
.single-post #body-in{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.archive #breadcrumb{
}
.archive main,
.single-post main{
  width: 65%;
  margin-left: 5%;
}
#sidebar{
  float: none;
  width: 22%;
  margin-left: 3%;
  margin-right: 5%;
  padding: 40px 0;
}
#sidebar h3{
  text-align: left;
  font-size: 2rem;
  font-weight: 300;
  padding: 20px 10px;
  margin-bottom: 0;
  border-bottom: solid 3px #E6E6E6;
  letter-spacing: 2px;
  margin-top: 0;
}
#sidebar h3:first-letter{
    color: #0084D3;
}
#sidebar #categories-2 h3:after{
  content: "カテゴリー";
  float: right;
  font-size: 1.2rem;
  padding-top: 8px;
  display: inline-block;
}
#sidebar #new_entries-2 h3:after{
  content: "トピックス";
  float: right;
  font-size: 1.2rem;
  padding-top: 8px;
  display: inline-block;
}
#sidebar #archives-2 h3:after{
  content: "アーカイブ";
  float: right;
  font-size: 1.2rem;
  padding-top: 8px;
  display: inline-block;
}
#sidebar ul{
  padding: 20px 15px 20px;
  margin: 0;
}
#sidebar li a{
  display: inline-block;
  letter-spacing: 2px;
}
#categories-2 ul{
  line-height: 42px;
}
#categories-2 ul li a:before{
  content: "-";
  display: inline-block;
  margin-right: 10px;
}
#archives-2 select{
  margin: 20px 5%;
  padding: 20px;
  box-sizing:border-box;
  border: solid 1px #CCCCCC;
  background: #F2F2F2;
  display: block;
  width: 90%;
}
#sidebar .new-entry-content .post-meta{
  text-align: left;
  margin-bottom: 10px;
}
#sidebar .new-entry-content .post-meta .category{
  padding: 0!important;
}
#sidebar .new-entry-content .post-meta a{
  color: #fff;
  font-weight: 300;
  display: inline-block;
  padding: 0px 10px;
  letter-spacing: 1px;
  margin-right: 10px;
}
#sidebar .new-entry-content .post-meta a:nth-child(3){
  display: none;
}
#sidebar .new-entry-content a.new-entry-title{
  font-size: 1.4rem;
  line-height: 24.5px;
  letter-spacing: 1px;
}
#sidebar #new_entries-2 ul{
  padding: 0;
}
#sidebar #new_entries-2 ul li{
  padding: 30px 20px;
  margin-bottom: 0;
  border-bottom: solid 1px #E6E6E6;
}
.single-post header.single_top_head{
  background:#FAFAFA;
  border: solid 1px #F2F2F2;
  padding: 60px 40px 20px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 60px;
}
.single-post header .single_cate{
  position: absolute;
  left: 0;
  top: 30px;
}
.single-post header .single_cate .category a{
  padding: 3px 20px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.single-post header h1.entry-title{
  font-size: 2.0rem;
  letter-spacing: 1.5px;
  color: #0084D3;
  line-height: 25px;
}
.single-post .post-meta{
  margin-bottom: 60px;
}
.single-post #the-content{
  font-size: 1.4rem;
  line-height: 27px;
  letter-spacing: 1px;
  border-bottom: solid 3px #F2F2F2;
  padding-bottom: 60px;
}
#related-entries h2{
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 3px #ddd;
  position: relative;
}
#related-entries h2:before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  border-bottom: solid 3px #0084D3;
}
#related-entries h2 .first{
  color: #0084D3;
}
#related-entries h2 .en{
  font-size: 1.2rem;
  font-weight: 300;
  display: inline-block;
  margin-right: 10px;
}
.related-entry-read a{
  color: #0084D3;
}
/**********************************************
構成アプリ
*************************************************/
.app_sec .app_box .box h3{
  color: #231815;
      border-bottom: 3px solid #cccccc;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 30px;
}
.home .app_box .box .des_ul{
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10px;
  font-size: 1.4rem;
  margin-top: 0;
  border-radius: 0 0 10px 10px;
  background: #fff;
  height:120px;
}
.app_sec .app_box .box .des_ul{
  padding-left: 4%;
  padding-right: 4%;
  font-size: 1.4rem;
  margin-top: 0;
}
.base_page .des_ul2{
    width: 88%;
    margin: 0 auto 40px;
    font-size: 1.6rem;
    line-height: 180%;
}
.app_sec .app_box .box h3 .title{
    /*font-size: 2.4rem;*/
    font-size: 2.0rem;
  font-weight: 600;
}
.app_sec .app_box .box h3 .title:first-letter{
    color: #0084D3;
}
.app_sec .app_box .box h3 .link{
    color: #0084D3;
    font-weight: 400;
    font-size: 1.3rem;
}
.app_sec .app_box .box h3:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 124px;
    height: inherit;
    border-bottom: 3px solid #0084d3;
}
.app_sec h2.h2_title2.normal{
  margin-bottom: 80px;
}
.image2 header{
  padding: 20rem 0;
  margin-bottom: 120px;
  background-size: 100%;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover
}
.image2 header .introduction{
  color: #fff;
  width: 40%;
  margin-left: 5%;
  letter-spacing: 2px;
}
.image2 header .en_titel_h1{
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 25px;
}
.image2 header .sub_title{
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.image2 header h1.entry-title{
  font-size: 4.0rem;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #A1D2E5;
  display: inline-block;
}
.image2 header .description_test{
  font-size: 1.4rem;
  line-height: 28px;
  letter-spacing: 1px;
}

.child header{
  padding: 8rem 0;
  margin-bottom: 120px;
  background-size: 100%;
  background-position: center left;
}
.child header .introduction{
  color: #fff;
  width: 40%;
  margin-left: 8%;
  letter-spacing: 2px;
}
.child header .en_titel_h1{
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 10px;
}
.child header .sub_title{
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.child header h1.entry-title,
.child header p.entry-title{
  font-size: 2.7rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.child header .description_test{
  font-size: 1.4rem;
  line-height: 28px;
  letter-spacing: 1px;
}
#main .child .page.grid,
#main .image2 .page.grid{
  margin-bottom: 0;
}
.app_main_img_box{
  width: 86%;
  /*margin: 0 auto 120px;*/
  margin: 0 auto 40px;
}
.app_main_img_box img{
  max-width: 800px;
}
.app_sec h3.colorline{
  width: 86%;
  margin: 0 auto 30px;
}
.base_page{
  letter-spacing: 1.5px;
}
.base_page table{
  width: 86%;
  margin: 0 auto 120px;
}
.base_page table th{
  background: #0084D3;
  color: #fff;
  border: none;
  border-right: solid 1px #E6E6E6;
  text-align: left;
  padding: 28px 20px;
  font-weight: 500;
}
.base_page table th:nth-child(2n),
.base_page table td:nth-child(2n){
  border: none;
}
.base_page table td{
  font-size: 1.6rem;
  padding: 20px 20px;
  line-height: 25px;
  border: none;
  border-right: solid 1px #E6E6E6;
}
.base_page table tr:nth-child(2n+1) {
  background: #F2F2F2;
}
.base_page table td.first{
  font-weight: 600;
}
.base_page table td.second{
  font-size: 1.4rem;
}
.base_page table tr:nth-last-child(1) td{
  border-bottom: solid 1px #E6E6E6;  
}
.parent-pageid-160 .footer_contact,
.page-id-160 .footer_contact{
  margin-top: 0;
}
.page-id-160 #main,
.page-id-160 .entry-content,
.parent-pageid-160 #main,
.parent-pageid-160 #main{
  margin-bottom: 0;
}
.page-id-160 .sec2{
  padding-bottom: 200px;
}
.child2 header .introduction{
  padding: 5% 5% 5% 5%;
  width: 35%;
  letter-spacing: 1.5px;
}
.child2 header .main_visual{
  padding: 0 0 0 0;
  width: 55%;
  overflow: hidden;
  height: 850px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.child2 header .main_visual img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 120%;
    height: auto;
    max-width: inherit;
}
.child2 header .introduction .en_titel_h1{
    color: #0084D3;
    font-size: 1.2rem;
    margin-bottom: 20px;
        text-shadow: 0px 0px 3px rgb(0 132 211 / 40%);
}
.child2 header .introduction .sub_title{
  font-size: 1.8rem;
  font-weight: 600;
  color: #0084D3;
      text-shadow: 0px 0px 3px rgb(0 132 211 / 40%);
}
.child2 header .introduction h1.entry-title{
  font-size: 4.0rem;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 40px;
  color: #0084D3;
      text-shadow: 0px 0px 3px rgb(0 132 211 / 40%);
}
.child2 header .introduction .description_test{
  font-size: 1.6rem;
  line-height: 34px;
  letter-spacing: 1px;
  margin-bottom: 80px;
}
.child2.posi_left header .masthead.flex_box{
  flex-flow: row-reverse wrap;
}
.feature_page h2.h2_title2{
    background: url(../../../../images/h2_bk_img.png) repeat;
}
.feature_page h2.h2_title2 .jp,
.feature_page h2.h2_title2 .en{
  color: #0084d3;
}
.feature_page .dis_base{
  color: #231815;
}
.feature_page .feature_box .box{
  box-sizing: border-box;
  border: solid 5px #E6E6E6;
}
.feature_page .feature_box .box .label{
  left: -9.5px;
}
.feature_page .feature_box .box h3:after{
  border-bottom: solid 1px #0084d3;
}
.style_des_list .box {
    width: 40%;
    margin: 0 3%;
    margin-bottom: 80px;
    box-sizing:border-box;
    border: solid 4px #F2F2F2;
    padding: 3%;
    letter-spacing: 1.5px;
}
.style_des_list .box .en{
  font-size: 1.2rem;
}
.style_des_list .box .box_title{
  font-size: 2.4rem;
  border-bottom: solid 3px #ddd;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.style_des_list .box .box_title:before{
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  border-bottom: solid 3px #33CC99;
}
.page-id-241 .style_des_list .box .box_title:before{
  border-bottom: solid 3px #C9A063;
}
.style_des_list .box .description{
  font-size: 1.4rem;
  line-height: 24.5px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.style_des_list .box .box_title .blue{
  color: #0084D3;
}
.style_des_list .box .box_title .yellow{
  color: #FECA21;
}
.style_des_list .box .box_title .green{
  color: #00A99D;
}
.style_des_list .box .box_title .red{
  color: #F43D99;
}
.style_des_list .box:nth-child(2) .box_title:before{
  /*border-bottom: solid 3px #FECA21;*/
}
.style_des_list .box:nth-child(3) .box_title:before{
  /*border-bottom: solid 3px #00A99D;*/
}
.style_des_list .box:nth-child(4) .box_title:before{
  border-bottom: solid 3px #F43D99;
}
.style_des_list{
  margin-bottom: 160px;
}
.small_description{
  margin-top: 20px;
  font-size: 1.2rem;
}
.child2 header .masthead.flex_box{
  margin-bottom: 80px;
}
.future_func_list{
  margin-bottom: 120px;
}
.future_func_list .box{
    width: 21%;
    margin-right: 1%;
    border: solid 1px #dfdfdf;
    background: #fff;
    -moz-box-shadow: 0px 0px 5px rgba(249,249,249,0.5);
    -webkit-box-shadow: 0px 0px 5px rgb(249 249 249 / 50%);
    box-shadow: 0px 0px 5px rgb(249 249 249 / 50%);
    box-sizing:border-box;
    text-align: center;
    padding: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 1%;
}
.future_func_list .box .en{
  font-size: 1.0rem;
  color: #0084D3;
  margin-bottom: 10px;
}
.future_func_list .box .en .no{
  font-size: 1.6rem;
}
.future_func_list .box:nth-child(4),
.future_func_list .box:nth-child(8){
  margin-right: 0;
}
.future_func_list.triple .box:nth-child(4),
.future_func_list.triple .box:nth-last-child(1){
  margin-right: 1%;
}
.future_func_list .box .title{
  font-size: 2.0rem;
  letter-spacing: 0;
  padding-bottom: 20px;
  margin-bottom:20px;
  border-bottom: dotted 1px #E6E6E6;
}
.future_func_list .box .description{
  /*font-size: 1.3rem;*/
  font-size: 1.4rem;

  line-height: 20px;
  letter-spacing: 0.5px;
  list-style: none;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
}
.future_func_list .box .description li{
  margin-bottom: 6px;
  position: relative;
}
.future_func_list .box .description li:before{
  content: "・";
  position: absolute;
  left: -15px;
}
.future_func_list .box .description li li{
  list-style: none;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 10px;
}
.future_func_list .box .description li ul{
  padding-left: 3%;
  margin-top: 10px;
}
.future_func_list .box .description li li:before{
  content: "-";
}
.future_func_list .box .sub_title{
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom:15px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #ccc;
  text-align: left;
  border-left: solid 4px #0084D3;
  padding-left: 20px;
}
.feature_child .img_box1{
  width: 70%;
  margin: auto;
}
.feature_child .img_box2{
  text-align: center;
  margin-bottom: 60px;
}
.future_func_list.triple .box{
  width: 28%;
}
.future_func_list.triple .box img{
  max-width: 90%;
}
.future_func_list.triple .box:nth-child(3){
  margin-right: 0;
}
.future_func_list.duo .box,
.future_func_list.duo .img_box3{
  width: 50%;
}
.future_func_list.duo{
  align-items: center;
}
.future_func_list.duo .box:nth-child(2){
  width: 20%;
  margin: 0 15%;
  box-sizing:border-box;
}
.page-id-286 .future_func_list.duo .box:nth-child(2){
  width: 45%;
  margin: 0 5%;
}
.page-id-286 .future_func_list.duo .img_box3{
  width: 45%;
}
.page-id-286 .future_func_list.duo .box:nth-child(2) img{
  max-width: 40%;
}
.page-id-286 .future_func_list.duo .description{
  text-align: left;
  width: 45%;
  font-size: 1.3rem;
  line-height: 22.75px;

}
.page-id-170 .masthead.segment{
  width: 50%;
  margin-left: auto;
  text-align: left;
  color: #fff;
}
.page-id-170 .masthead.segment .sub_title{
  font-size: 2.0rem;
  letter-spacing: 2px;
  font-weight: 600;
  text-shadow: 0px 0px 3px rgb(0 132 211 / 40%);
}
.page-id-170 .masthead.segment .en_titel_h1{
  margin-bottom: 20px;
}
.page-id-170 .image1 h1.entry-title{
  margin-top: 5px;
}
.page-id-170 #main .masthead.segment .page{
  margin-bottom: 0;
}
.page-id-98  #main .masthead.segment .page{
  color: #fff;
  margin-bottom: 0;
}
.home_head.fixed .head_sub_navi li a{
    position: fixed;
    right: 0;
    top: 20%;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    padding: 10px 5px;
    background: rgba(255,255,255,0.95);
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft:15px;
    -webkit-border-top-left-radius:15px;
    -webkit-border-bottom-left-radius:15px;
    border-top-left-radius:15px;
    border-bottom-left-radius:15px;
        border: solid 2px #c0d8e7;
    border-right:none;
    font-weight: 600;
}
.home_head.fixed .head_sub_navi li:nth-child(2) a{
  top: 31%;

}
.home_head.fixed .head_sub_navi li a img{
  top: 0;
  margin-right: 0;
  width: 20px;
  margin-bottom: 5px;
}
.fiximg2,
.fixednone .fiximg2{
  display: none;
}
.home_head.fixed .head_sub_navi li a img.fiximg2{
  display: inline-block;
}
.home_head.fixed .head_sub_navi li a img.fiximg{
  display: none;
}
.home .home_head.fixed .head_sub_navi li a{
  color: #0084D3;
    font-weight: 600;
}
.page-id-392 h2.h2_title2.normal{
  margin-bottom: 80px;
}
.page-id-392 .dis,
.submit_comp_text{
  font-size: 1.4rem;
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
  line-height: 38px;
  max-width: 540px;
}
article .mw_wp_form dl{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #eee;
    padding: 25px 0;
    letter-spacing: 1.5px;
    margin: 0;
}
article .mw_wp_form dl:nth-child(1){
border-top: solid 1px #eee;
}
.page-id-392 .mw_wp_form{
  width: 86%;
  margin: auto;
}
.page-id-392 article .mw_wp_form dl dt{
  width: 20%;
    padding-right: 5%;
    border-right: solid 1px #eee;
    margin-right: 5%;
    box-sizing: border-box;
    font-size: 1.6rem;
    color: #0084D3;
    position: relative;
    line-height: 31px;
    padding-left: 2%;
}
.page-id-392 article .mw_wp_form dl dd{
    width: 65%;
    float: left;
}
.page-id-392 article .mw_wp_form dl dt:before {
    content: "";
    border-right: solid 3px #0084D3;
    height: 30px;
    position: absolute;
    display: block;
    top: 0;
    left: 5px;
}
.page-id-392 article .mw_wp_form select, .page-id-392 article .mw_wp_form input, .page-id-392 article .mw_wp_form textarea {
    background: #fafafa;
    border: solid 1px #ededed;
    font-size: 1.4rem;
    box-shadow: none;
}
.page-id-392 article .mw_wp_form select, .page-id-392 article .mw_wp_form input, .page-id-392 article .mw_wp_form textarea {
    background: #fafafa;
    border: solid 1px #ededed;
    font-size: 1.4rem;
    box-shadow: none;
    padding: 10px 10px;
}
.page-id-392 article .mw_wp_form input.mid_text {
    width: 30%;
}
.page-id-392 article .mw_wp_form input.min_text {
    width: 20%;
}
.inc_dis {
    font-size: 1.2rem;
    text-align: center;
    width: 700px;
    margin: 60px auto 60px;
    padding: 20px;
    border: dotted 1px #cccccc;
    line-height: 28px;
}
.inc_dis b {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.inc_dis2 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 120px;
    line-height: 28px;
}
.page-id-392 article .mw_wp_form input.submit {
    background: url(../../../../../images/sendmail_btn.png) no-repeat center;
    width: 305px;
    height: 0px;
    line-height: 96px;
    padding-top: 96px;
    margin: 0 auto 60px;
    display: block;
}
.movie{
  position: relative;
}
.movie p a {
    position: absolute;
}
.movie p a#movie_button {
    width: 60px;
    height: 60px;
    background: rgb(0,132,211);
    background: -moz-linear-gradient(top, rgba(0,132,211,0.8) 0%, rgba(0,59,143,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,132,211,0.8) 0%,rgba(0,59,143,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,132,211,0.8) 0%,rgba(0,59,143,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084d3', endColorstr='#003b8f',GradientType=0 );
    bottom: 10px;
    right: 80px;
    border-radius: 150px;
    -moz-border-image: border-radius: 150px;
    -webkit-border-image: border-radius: 150px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    line-height: 82px;
}
.movie p a#sound_button {
    width: 60px;
    height: 60px;
    background: rgb(0,132,211);
    background: -moz-linear-gradient(top, rgba(0,132,211,0.8) 0%, rgba(0,59,143,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,132,211,0.8) 0%,rgba(0,59,143,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,132,211,0.8) 0%,rgba(0,59,143,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084d3', endColorstr='#003b8f',GradientType=0 );
    bottom: 10px;
    right: 150px;
    border-radius: 150px;
    -moz-border-image: border-radius: 150px;
    -webkit-border-image: border-radius: 150px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    line-height: 78px;
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-bell-o:after {
    content: "音声ON";
    font-size: 11px;
    display: block;
    padding-top: 5px;
}
.fa-bell-slash-o:after {
    content: "音声OFF";
    font-size: 11px;
    display: block;
    padding-top: 5px;
}
.fa-pause:before {
    content: "\f04c";
}
.fa-play:after{
  content: "再生";
  font-size: 11px;
  display: block;
  padding-top: 5px;
}
.fa-pause:after{
  content: "停止";
  font-size: 11px;
  display: block;
  padding-top: 5px;
}
.fa-window-maximize:after{
  content: "全画面";
  font-size: 11px;
  display: block;
  padding-top: 5px;
}
.movie .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.movie p a.inline_m {
    width: 60px;
    height: 60px;
    background: rgb(0,132,211);
    background: -moz-linear-gradient(top, rgba(0,132,211,0.8) 0%, rgba(0,59,143,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,132,211,0.8) 0%,rgba(0,59,143,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,132,211,0.8) 0%,rgba(0,59,143,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084d3', endColorstr='#003b8f',GradientType=0 );
    bottom: 10px;
    right: 10px;
    border-radius: 150px;
    -moz-border-image: border-radius: 150px;
    -webkit-border-image: border-radius: 150px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    line-height: 82px;
}
#cboxClose {
    position: absolute;
    top: -64px;
    right: 20px;
    display: block;
    background: url(../../../../../images/close_btn_03.png) no-repeat top center;
    width: 159px;
    height: 83px;
    text-indent: -9999px;
}