@charset "utf-8";
/*
theme Name: アフィリエイトサイト制作代行オリジナル
Author: takeshi-aoyama
Description: original theme
version： 1.0.0
*/

.wpcf7-response-output {
color: #ffb900;
}

body {
margin: 0px;
padding: 0px;
text-align: center;
vertical-align: baseline;
line-height: 150%;
background:;
}

/* 一瞬非表示 */
.small {
visibility: hidden;
opacity: 0;
}
.count-up {
display: none;
}
#box4 .count-up,#box1 .count-up {
font-family: 'Oswald', sans-serif;
}

a:link {color:#fff; text-decoration:underline}
a:visited {color:#fff; text-decoration:none}
a:active {color:#fff; text-decoration:none}
a:hover {color:#ff9f35; text-decoration:none}

a.footer:link {color:#fff; text-decoration:underline}
a.footer:visited {color:#fff; text-decoration:none}
a.footer:active {color:#fff; text-decoration:none}
a.footer:hover {color:#ff9f35; text-decoration:underline}

div {
line-height: 150%;
}

div.zure{
display: block;
margin-top:-120px;
padding-top:120px;
}

img {
max-width: 100%;
height: auto;
}

.my-small {
font-size: 1.3em 
/*ウェブアイコン1.6倍の大きさに*/}

.container {
max-width: 1080px;
margin-right: auto;
margin-left: auto;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: left;
}

#sidebar {
margin: 20px 0;
font-size: 14px;
}

.contents {
margin: 20px 0;
line-height: 230%;
}

@media (min-width: 780px) {
/*コンテンツとサイドバーを横に並べる*/
.container:after {
display: block;
clear: both;
content: '';
}
.contents {
float: left;
width: 70%;
margin-right: 2%;
text-align: left;
}
#sidebar {
float: left;
width: 28%;
text-align: left;
font-size: 15px;
}
}

/*---------------------------------------------------------
記事一覧
---------------------------------------------------------*/
.article-list {
margin-bottom: 15px;
padding: 1rem;
border: 10px solid #333;
border-radius: 0px;
background-image: url(/Image/),url(/Image/beni.png);
background-size: cover, 80px auto;
background-position: 50% 50%, 50% 10%;
background-repeat: no-repeat, no-repeat;
background-color: #f1f1f1;
}

.article-list:hover {
border: 10px solid #111f;
background-image: url(/Image/haikei_back.png),url(/Image/beni.png);
background-size: cover, 80px auto;
background-position: 50% 50%, 50% 10%;
background-repeat: no-repeat, no-repeat;
background-color: #fff;
}

.article-list a {
display: block;
text-decoration: none;
color: #1f1f1f;
}

.article-list a:after {
display: block;
clear: both;	
content: '';
}

.article-list .img-wrap {
position: relative;
float: left;
line-height: 1;
margin: 0px 10px 0px 0px;
overflow: hidden;
}

.article-list .img-wrap img {
width: 250px;
height: 200px;
object-fit: cover;
transition: 0.5s all;
}

.article-list:hover .img-wrap img {
transform: scale(1.2, 1.2);
opacity: 1.0;
}

.article-list .img-wrap img:hover{
transform:scale(1.2,1.2);
transition:0.5s all;
}

.article-list .img-wrap .cat-data {
font-size: 13px;
position: absolute;
top: 0;
left: 0;
padding: 3px 5px;
color: #222;
background-color: rgba(255, 255, 255, 0.8);
white-space: nowrap;
}
.article-list .img-wrap .cat-data::before {
content: "\f07b"; /* Unicode value of the 'fa-folder' icon in FontAwesome */
font-family: "Font Awesome 5 Free"; /* Adjust based on the version and style of FontAwesome you are using */
font-weight: 900; /* Adjust based on the style of FontAwesome you are using */
margin-right: 0px; /* Space between the icon and the text */
width: 90%; 
white-space: nowrap;  
overflow: hidden;  
text-overflow: ellipsis;  
-webkit-text-overflow: ellipsis;  
-o-text-overflow: ellipsis;
}

.article-list .text {
margin-left: 265px;
}

.article-list .text h2 {
font-size: 110%;
padding-top: 10px;
font-weight: normal !important;
margin-bottom: .5rem;
line-height: 1.3;
color: #222;
}

.article-list .text .article-date,
.article-list .text .article-author {
font-size: .75rem;
font-weight: normal;
display: inline-block;
margin-bottom: .5rem;
color: #222;
white-space: nowrap;
}

.article-list .text .article-date {
margin-right: .5rem;
}

.article-list .text .article-author i {
margin-right: .3rem;
}

.article-list .text p {
font-size: .8125rem;
color: #fff !important;
line-height: 130% !important;
}

/*---------------------------------------------------------
記事一覧　スマホ表示
---------------------------------------------------------*/
@media(max-width: 600px) {
.article-list {
padding: 1.0rem;
background-image: url(/Image/),url(/Image/beni.png);
background-size: cover, 60px auto;
background-position: 50% 50%, 50% 10%;
background-repeat: no-repeat, no-repeat;
background-color: #f1f1f1;
}

.article-list:hover {
background-image: url(/Image/haikei_back.png),url(/Image/beni.png);
background-size: cover, 60px auto;
background-position: 50% 50%, 50% 10%;
background-repeat: no-repeat, no-repeat;
background-color: #fff;
}

.article-list .img-wrap img {
width: 180px;
height: 150px;
}

.article-list .img-wrap .cat-data {
font-size: .7rem;
white-space: nowrap;
}

.article-list .text {
margin-left: 195px;
padding: 0;
line-height: 1.0;
}
	
/*スマホ表示記事一覧表示のタイトル*/
.article-list .text h2 {
font-size: 0.9rem;
text-decoration:none !important;
font-weight: normal !important;
margin-bottom: 3;
line-height: 1.5;

color: #333333;
word-break:break-all;
}

.article-list .text p {
display: none;
color: ;
}

.article-list .text .article-date,
.article-list .text .article-author {
font-size: .625rem;
margin-bottom: 10px;
color: #333333;
}

.article-list .text .article-date {
margin-right: .2rem;
color: #333333;
}
}

/*ページネーション*/
.pagination {
margin: 40px 40px 40px 40px;
text-align: center;
}

.pagination ul {	
margin: 0;
padding: 0;
list-style: none;
}

.pagination li {	
display: inline-block;
width: auto;
}

.pagination li a, .pagination li > span {
font-size: 1.0em;
display: block;
width: 30px;
height: 30px;
margin: 0px 5px 10px 5px;
padding-top: 15px;
padding-bottom: 2px;
padding-right: 5px;
padding-left: 5px;
line-height: 100%;
text-decoration: none;
background-color: #000;
color: #f1f1f1;
border: solid 3px #f1f1f1;
border-radius: 0px;
}

.pagination li > span {	
color: #fff;
background-color: #333;
}

.pagination li a:hover {	
color: #fff;
background-color: #333;
}

.pagination li .dots {	
width: 20px;
padding: 0;
color: #f1f1f1;
border-color: transparent;
background-color: transparent;
}

.contents > h1 {	
font-size: 1.5em;
margin: 0 0 20px;
}

@media (max-width: 599px) {	
.contents > h1 {
font-size: 1.3em;
}
}

.kiji {	
font-size: 1em;
margin: 0;
padding: 0 25px 25px;
}
	
.kiji-info .cat-data a {
text-decoration: none;
color: #ffffff;
}
	
.kiji-info .cat-data a:hover {	
opacity: .8;
}
	
.kiji-img {
zoom: 150%;
max-width: 800px !important;
margin: 30px 0px;
text-align: center;
}

@media(max-width: 780px) {
.kiji-img {
zoom: 100%;
max-width: 780px;
margin: 30px -20px;
text-align: center;
display: block;
transition: none 0s ease 0s;
outline: none;
border: none;
padding: 0px;
border-spacing: 0px;
z-index: 30;
}}

/*タグ*/
.kiji-tag {
text-align: left;
color: #495464;
}
	
.kiji-tag ul {
list-style: none; 
}
	
.kiji-tag li {
display: inline-block;
}
	
.kiji-tag li a {
text-align:center;
font-size: 12px !important;
text-decoration:none !important;
margin: 2px;
line-height: 450%;
padding: 10px 15px;
white-space: nowrap;
background: url(/Image/haikei_back.png) ;background-size:cover;
background-color: #000;
color: #fff !important;
border: solid 2px #fff;
border-radius: 50px;
transition: .4s;
}

.kiji-tag li a:hover {
background-color: #333;
color: #fff !important;
border: solid 2px #fff;
}
 
.kiji p {
margin-top: 0;
margin-bottom: 30px;
line-height:180%;
color: #fff;
}

/*記事中のタイトルタグ*/
.entry-title { 
font-size:38px;

line-height: 150%;
color: #fff;
}

.kiji h1 {
font-size: 30px;
margin: .3em 0;

color: #fff;
}

.kiji h2 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
font-size: 26px;
text-decoration:none !important;
font-weight: normal !important;
line-height: 2.0;

margin-bottom: 30px;
color: #fff;/*文字色*/
background: transparent;/*背景透明に*/
/*border-left: solid 3px #fff;/*左線*/
}

.kiji h3 {
font-size: 1.4em;
color: #fff;/*文字色*/
font-weight: normal !important;
margin-top: 30px;
margin-bottom: 30px;
padding: 15px 0px 15px 10px !important;
border-top: solid 1px #fff;/*上線*/
border-bottom: solid 1px #fff;/*下線*/
}
	
.kiji h4 {
color: #fff;/*文字色*/

font-size: 1.2em;
margin-top: 60px;
margin-bottom: 30px;
line-height: 150%;
}

.kiji h5 {
color: #fff;/*文字色*/

font-size: 1.1em;
margin-top: 60px;
margin-bottom: 30px;
line-height: 140%;
}

/*ここまで*/
@media only screen and (max-width:780px){
.entry-title { 
font-size:26px;

line-height: 130%;
}
}

@media (max-width: 599px) {	
.kiji {
font-size: 92%;
padding: 0 10px 25px;
}
	
/*スマホサイズの記事中タイトルタグ*/
.kiji h1 {
font-size: 1.7em;

}

.kiji h2 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
font-size: 22px;
text-decoration:none !important;
line-height: 2.0;
font-weight: normal !important;
margin-bottom: 30px;
color: #fff;/*文字色*/
background: transparent;/*背景透明に*/
/*border-left: solid 3px #fff;/*左線*/
}
	
.kiji h3 {
font-size: 1.3em;
line-height: 1.4;
color: #fff;/*文字色*/
font-weight: normal !important;
margin-top: 30px;
margin-bottom: 30px;
padding: 7px 0px 5px 5px;
border-top: solid 1px #fff;/*上線*/
border-bottom: solid 1px #fff;/*下線*/
}

.kiji h4 {
color: #fff;/*文字色*/

font-size: 1.15em;
margin-top: 60px;
margin-bottom: 30px;
line-height: 150%;
}

.kiji h5 {
color: #fff;/*文字色*/

font-size: 1.1em;
margin-top: 60px;
margin-bottom: 30px;
line-height: 140%;
}
}
/*ここまで*/

/*---------------------------------------------------------
フッター
---------------------------------------------------------*/
.footer {
background-color:;
}

.footer-nav,
.copyright {
text-align: center;
}

.footer-nav {
font-size: 0;
margin-bottom: 3rem;
}

.footer-nav li {
font-size: 1rem;
display: inline-block;
margin-right: 1.5rem;
}

.footer-nav li a {
text-decoration: none;
color: #fff;
}

.footer-nav li a:hover {
opacity: .6;
}

/*------サイドバー------*/

.sidebar-wrapper {
margin-bottom: 1.8em;
padding: 5px;
color: #fff;
}

.sidebar-wrapper h4 {
font-family:;
font-size: 1.5em;
margin-top: 0;
margin-bottom: 0px;
padding: 0px 0px;
color: #dddddd;
font-weight:normal;
}

.footer-wrapper h4 {
font-family: ;
font-size: 1.5em;
margin-top: 0;
margin-bottom: 0px;
padding: 0px 0px;
color: #dddddd;
font-weight:normal;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul, .widget_meta ul, .widget_recent_comments ul, .widget_pages ul, .widget_meta ul, .widget_archive ul, .widget_nav_menu ul {
padding: 0;
list-style: none;
}

.widget_recent_entries li, .widget_meta li, .widget_recent_comments li, .widget_pages li, .widget_meta li, .widget_archive ul, .widget_nav_menu li {
position: relative;
padding: 0px;
}

.widget_recent_entries li, .widget_nav_menu li {
padding-left: 25px;
}
	
.widget_recent_entries a, .widget_meta a, .widget_recent_comments a, .widget_pages a, .widget_meta a, .widget_archive a, .widget_nav_menu a {
color: #dddddd;
}

.widget_recent_entries a:hover, .widget_meta a:hover, .widget_recent_comments a:hover, .widget_pages a:hover, .widget_meta a:hover, .widget_archive a:hover, .widget_nav_menu a:hover {
color: #dddddd;
}

/*カテゴリウィジェット*/
.widget_categories li{
position: relative;
padding-bottom: 0px;
}

.widget_categories ul li {
border-bottom: 1px #555 dotted ;
padding-bottom:5px;
padding-top:5px;
list-style: none;
}

.widget_categories li a {
font-size: 100%;
color: #f5f6f9;
text-decoration: none;
line-height: 250%;
padding-left: 10px;
}

.widget_categories a:hover {
color: #f79327;
}

/*.widget_categories li:before {
font-size: 1.3em;
color: #333333;
content: "\f07c";
font-family: FontAwesome;
padding-left: 10px;
}*/

li.cat-item-5 a:before {
}

.widget_categories ul li a .post-count,
.widget_archive ul li a .post-count {
line-height: 1em;
float: right; /* 右端に寄せる */
margin: 7px 10px 0 8px; /* 位置の調整 */
padding: 4px 8px; /* 文字周りの余白 */
border-radius: 4px; /* 角の丸み */
color: #ffffff; /* 文字色 */
font-size: 0.8em;
background: #777777; /* 背景色 */
}

/*カテゴリウィジェットとアーカイブウィジェットのドロップダウン表示*/
.widget_categories .screen-reader-text {
display: none;
}
.widget_archive .screen-reader-text {
position: relative;
display: block;
height: 0;
text-indent: -9999999px;
}
.widget_categories form ,
.widget_archive form {
position: relative;
}

.widget_categories form::after,
.widget_archive form::after {
position: absolute;
top: 49%;
right: 1rem;
font-size: 90%;
content: "\f078";
font-family: FontAwesome;
/*content: '▼';*/
color: #333; /* 文字色 */
transform: translateY(-50%);
pointer-events: none;
}
.widget_categories .postform,
.widget_archive select {
font-size: .95rem;
width: 100%;
padding: 10px 10px;
cursor: pointer;
border: 5px solid #333;
border-radius: 0px;
background-color: #f1f1f1;
color: #777; /* 文字色 */
-webkit-appearance: none;
-moz-appearance: none;
}

/*タグウィジェット*/
.tagcloud a {
text-align:center;
font-size: 12px !important;
text-decoration:none !important;
margin: 2px;
line-height: 450%;
padding: 10px 15px;
white-space: nowrap;
background: url(/Image/haikei_back.png) ;background-size:cover;
background-color: #000;
color: #fff !important;
border: solid 2px #fff;
border-radius: 50px;
transition: .4s;
}

.tagcloud a:hover {
background-color: #333;
color: #fff !important;
border: solid 2px #fff;
}

/*アーカイブウィジェット*/
.widget_archive li{
position: relative;
padding-bottom: 10px;
}

.widget_archive ul li {
border-bottom: 1px #333 dotted ;
padding-bottom:5px;
padding-top:5px;
}

.widget_archive li a {
font-size: 100%;
color: #f5f6f9;
text-decoration: none;
line-height: 250%;
padding-left: 5px;
}

.widget_archive li:before {
font-size: 1.0em;
color: #f5f6f9;
content: "\f187";
font-family: FontAwesome;
padding-left: 10px;
}

.widget_archive a:hover {
color: #f79327;
}

/*新着ウィジェット*/
.widget_recent_entries li:before {
font-family: 'Font Awesome 5 Free';
font-weight: bold;
position: absolute;
padding-top: 5px;
left: 5px;
content: '\f303';
color: #f1f1f1;
}

/* 「最新の投稿」ウィジェットの日付を左側にもってくる -twenty twelve- */
.widget_recent_entries .post-date {
margin-left: 0;
float: left;
position: absolute;
top: 15px;
left: 10px;
color: #ffcc63;
font-size: 100%;
font-weight: bold;
line-height: 100%;
}

.widget_recent_entries li a {
padding-left: 5px;
line-height: 180%;
}

.widget_recent_entries ul li {
border-bottom: 1px #999999 dotted ;
padding-bottom:15px;
padding-top:40px;
}

/*メニューウィジェット*/
.widget_nav_menu li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  left: 5px;
  content: '\f0da';
  color: #464646;
}

.searchform {
margin: 34px 0 40px 0;
}

.searchfield {
font-size: 14px;
width: 190px;
padding: 10px;
}

.searchsubmit {
font-family: FontAwesome;
font-size: 20px;
width: 35px;
height: 30px;
background: transparent;
padding: 0;
border: none;
cursor: pointer;
}

/*カレンダーウィジェット*/
#wp-calendar {
width: 100%;
margin-top: 10px;
padding-top: 10px;
color: #f1f1f1;
}

#wp-calendar td {
text-align: center;
}

.widget_calendar span,
.widget_calendar a {
display: block;
padding-top: 0px;
padding-bottom: 0px;
color: #f1f1f1;
}

.widget_calendar a:hover {
background-color: rgba(219, 219, 219, 0.5);
color: #f1f1f1;
}

.widget_calendar td,
.widget_calendar th {
text-align: center;
}

.widget_calendar tbody {
text-align: center;
}

.widget_calendar tbody td {
padding: 0;
}

.widget_calendar tfoot #prev {
text-align: left;
}

.widget_calendar tfoot #next {
text-align: right;
}

/*---------------
 プロフィール
---------------*/
#profile {
margin: 0px 0 20px;
padding: 30px 10px 30px;
border: 1px solid #ddd;
position: relative;
}
#profile-title {
position: absolute;
top: -5em;
background-color: #fff;
border: 0px solid #ddd;
padding: 5px;
font-size: 16px;
color: #101920;
margin-left: 10px;
}
#profile-thumbnail {
width: 80px;
float: left;
}
#profile-thumbnail img {
border: 2px solid #101920;
border-radius: 50%;
}
#profile-info {
margin-left: 90px;
margin-top: 5px;
}
#profile-info p {
margin-left: 90px;
font-size: 14px;
line-height: 22px;
margin: 0;
word-break: break-all;
}
#writter-follow {
padding-top: 10px;
}
.follow-button {
display: inline;
margin-left: 10px;
}
.twitter {
color: #00acee;
}
.facebook {
color: #3b5998;
}
.googleplus {
color: #db4a39;
}
.instagram {
color: #3f729b;
}

/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
width:100%;
margin: 36px 0 24px;
padding:0;
display: table;
}
#prev_next  #prev, #prev_next  #next{
width: 50%;
padding: 30px 10px 10px;
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
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:#ccc 1px solid;
}
#prev_next #prev_title, #prev_next #next_title{
font-size:90%;
top:-1em;
position:absolute; 
border: 1px #ccc solid;
background:#fff; 
text-align: center;
padding:3px;
color:#666;
}
#prev_next #next_title{
right:10px;
}
#prev_next #prev img, #prev_next #next img{
margin:0 auto;
}
#prev_next #prev_no, #prev_next #next_no{
width: 50%;
height:140px;
padding:0 10px;
display: table-cell;
}
#prev_next #prev_no{
border-right:#ccc 1px solid;
}
#prev_next_home{
margin:0 auto;
background-color: #39f;
border: solid 9px #fff;
width: 100px;
height:100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
box-shadow: 0 0 0 3px #39f;
-webkit-box-shadow: 0 0 0 3px #39f;
-moz-box-shadow: 0 0 0 3px #39f;
text-align:center;	
}
#prev_next_home:hover{
background-color: rgba(0,0,255,0.7);
}
#prev_next_home i{
color:#FFF;
margin:10px auto ;
font-size:60px;
}
/*-- ここまで --*/
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
}
#prev_next #prev p, #prev_next #next p{
font-size:80%;
line-height:1.45;
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
/*-- ここから --*/
/*--------------------------------------
768px PREV NEXT
--------------------------------------*/
#prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
#prev_next #next, #prev_next #next::before, #prev_next #next::after {	
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
	
#prev_next #prev p, #prev_next #next p{
font-size:90%;
line-height:1.5;
}
	
#prev_next #prev_title, #prev_next #next_title{
padding:3px 10px;
}
#prev_next #next_title{
right:10px;
}
#prev_next #prev img{
float:left;
margin-right:10px
}
#prev_next #next img{
float:right;
margin-left: 10px;
}
/*-- ここまで --*/
}
/*ホーム表示ブロック*/
#prev_next_home{
display: none;	
}
#prev_next_home:hover{
display: none;
}
#prev_next_home i{
display: none; 
}

/*トップ表示*/
.home-top .article-top .img-wrap img {
width: 615px;
height: 410px;
}

.home-top .article-top .text {
margin-left: 645px;
}

.home-top .article-top .new-post {
font-weight: none;
display: block;
margin-bottom: .5rem;
color: #ff9900;
}

.home-top .article-top .text h2 {
font-size: 1.30rem;
margin-bottom: 1rem;
}

.home-top .article-top .text .article-date,
.home-top .article-top .text .cat-data {
margin-bottom: 1rem;
}

@media(max-width: 1024px) {
.home-top .article-top .img-wrap img {
width: 420px;
height: 280px;
}

.home-top .article-top .text {
margin-left: 440px;
}
}

@media(max-width: 800px) {
.home-top .article-top .img-wrap {
float: none;
}

.home-top .article-top .img-wrap img {
width: 100%;
height: 60vw;
}

.home-top .article-top .text {
margin-left: 0;
line-height: 1.7;
}

.home-top .article-top .new-post,
.home-top .article-top .text h2,
.home-top .article-top .text .article-date,
.home-top .article-top .text .cat-data {
margin-bottom: 1;
}
}

/*  ボタンの上に置く top */
.balloon_top {
position: relative;
background: #fcfcfc;
border: 1px solid gray; /*#242a2e;*/
font-size:11px;
text-align:center;
margin-bottom:5px; padding:3px;
font-family: arial, "ＭＳ ゴシック",sans-serif;
border-radius: 5px;        
}
.balloon_top:after, .balloon_top:before {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.balloon_top:after {
border-color: rgba(252, 252, 252, 0);
border-top-color: #fcfcfc;
border-width: 5px;
margin-left: -5px;
}
.balloon_top:before {
border-color: rgba(36, 42, 46, 0);
border-top-color: gray; /*#242a2e;*/
border-width: 6px;
margin-left: -6px;
}

/* ボタンの右に置く right */
.balloon_right {
position: relative;
background: #ffffff;
border: 1px solid gray; /*#0a0c0d;*/
font-size:11px;
text-align:center;
margin-left:5px; padding:3px; margin-top:30px;
border-radius: 5px;
}
.balloon_right:after, .balloon_right:before {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.balloon_right:after {
border-color: rgba(255, 255, 255, 0);
border-right-color: #ffffff;
border-width: 3px; /*5px;*/
margin-top: -3px; /*5px;*/
}
.balloon_right:before {
border-color: rgba(10, 12, 13, 0);
border-right-color: gray; /*#0a0c0d;*/
border-width: 4px; /*6px;*/
margin-top: -4px;  /*6px;*/
}

/* ぬるっと出現するテキスト・画像 */
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* ふわふわする画像 */
.float {
animation: float_7667 1s linear infinite;
transform-origin: 50% 50%;
}

@keyframes float_7667 {
0% { transform: translateY(0) }
20% { transform: translateY(-6px) }
40% { transform: translateY(0) }
100% { transform: translateY(0) }
}

/*時計アイコンを横に並べる*/
.time { 	
float: left;
margin-right: 5px; 
margin-top: 18.5px; 
}

/*幅いっぱいの斜線*/
.contents2 {
  position: relative;
  overflow: hidden;
  margin: 0% 0 0  0;
  padding: 80px 0px 0px 0px;
}

.contents2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 3% -10% 0;
  background: #333333;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.contents2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 3% -10% 0;
  background: #333333;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}

.contents2_inner {
  box-sizing: boder-box;
  width: 90%;
  max-width: 1080px;
  height: 50px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  color: #fff;
  text-align: center;
}

/*幅いっぱいの斜線（灰色）*/
.contents1 {
  position: relative;
  overflow: hidden;
  margin: 0% 0 0  0;
  padding: 80px 0px 0px 0px;
}

.contents1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 3% -10% 0;
  background: #f9f9f9;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: 1;
}

.contents1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 3% -10% 0;
  background: #f9f9f9;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: 1;
}

.contents1_inner {
  box-sizing: boder-box;
  width: 90%;
  max-width: 1080px;
  height: 50px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  color: #333;
  text-align: center;
}

/*幅いっぱいの斜線（白）*/
.contents0 {
  position: relative;
  overflow: hidden;
  margin: 0% 0 0  0;
  padding: 80px 0px 0px 0px;
}

.contents0:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: 1;
}

.contents0:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: 1;
}

.contents0_inner {
  box-sizing: boder-box;
  width: 90%;
  max-width: 1080px;
  height: 50px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  color: #333;
  text-align: center;
}

/*引用枠*/
blockquote {
position: relative;
padding: 10px 20px;
box-sizing: border-box;
color: #777777;
border: solid 3px #777777;
}
blockquote:before{
display: inline-block;
position: absolute;
top: -20px;
left: -20px;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
text-align: center;
content: "\f10d";
font-family: FontAwesome;
background: #777777;
color: #ffffff;
font-size: 20px;
}

blockquote:after{
display: inline-block;
position: absolute;
bottom: -20px;
right: -20px;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
text-align: center;
content: "\f10e";
font-family: FontAwesome;
background: #777777;
color: #ffffff;
font-size: 20px;
}

blockquote p {
padding: 16px;
margin: 10px 10px;
color: #666666;
line-height: 1.7;
}

blockquote cite {
display: block;
text-align: right;
color: #666666;
font-size: 0.9em;
}

/*囲み枠筆者紹介*/

/* ぬるっと出現するテキスト・画像 */
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* 矢印アニメ */
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_arrows {
position: relative;
display: flex;
height: 0px;
margin: 2em auto;
justify-content: center;
align-items: center;
}
.cp_arrows .cp_arrow {
position: absolute;
width: 50px;
height: 10px;
-webkit-transform: scale(0.3);
transform: scale(0.3);
-webkit-animation: arrow-move07 3s ease-out infinite;
animation: arrow-move07 3s ease-out infinite;
opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
-webkit-animation: arrow-move07 3s ease-out 1s infinite;
animation: arrow-move07 3s ease-out 1s infinite;
}
.cp_arrows .cp_arrow:nth-child(2) {
-webkit-animation: arrow-move07 3s ease-out 2s infinite;
animation: arrow-move07 3s ease-out 2s infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
position: absolute;
top: 0px;
width: 50%;
height: 100%;
content: '';
border-radius: 2px;
background: #fff;
}
.cp_arrows .cp_arrow:before {
left: 1px;
-webkit-transform: skewY(30deg);
transform: skewY(30deg);
}
.cp_arrows .cp_arrow:after {
right: 1px;
width: 50%;
-webkit-transform: skewY(-30deg);
transform: skewY(-30deg);
}
@-webkit-keyframes arrow-move07 {
25% {
opacity: 0.6;
}
43.75% {
-webkit-transform: translateY(1em);
transform: translateY(1em);
opacity: 0.8;
}
62.5% {
-webkit-transform: translateY(2em);
transform: translateY(2em);
opacity: 1;
}
100% {
-webkit-transform: translateY(3em) scale(0.5);
transform: translateY(3em) scale(0.5);
opacity: 0;
}
}
@keyframes arrow-move07 {
25% {
opacity: 0.6;
}
43.75% {
-webkit-transform: translateY(1em);
transform: translateY(1em);
opacity: 0.8;
}
62.5% {
-webkit-transform: translateY(2em);
transform: translateY(2em);
opacity: 1;
}
100% {
-webkit-transform: translateY(3em) scale(0.5);
transform: translateY(3em) scale(0.5);
opacity: 0;
}
}

.cp_arrows_02 *, .cp_arrows_02 *:before, .cp_arrows_02 *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_arrows_02 {
position: relative;
display: flex;
height: 0px;
margin: 2em auto;
justify-content: center;
align-items: center;
}
.cp_arrows_02 .cp_arrow {
position: absolute;
width: 50px;
height: 12px;
-webkit-transform: scale(0.3);
transform: scale(0.3);
-webkit-animation: arrow-move07 3s ease-out infinite;
animation: arrow-move07 3s ease-out infinite;
opacity: 0;
}
.cp_arrows_02 .cp_arrow:first-child {
-webkit-animation: arrow-move07 3s ease-out 1s infinite;
animation: arrow-move07 3s ease-out 1s infinite;
}
.cp_arrows_02 .cp_arrow:nth-child(2) {
-webkit-animation: arrow-move07 3s ease-out 2s infinite;
animation: arrow-move07 3s ease-out 2s infinite;
}
.cp_arrows_02 .cp_arrow:before,
.cp_arrows_02 .cp_arrow:after {
position: absolute;
top: 0;
width: 50%;
height: 100%;
content: '';
border-radius: 2px;
background: #000;
}
.cp_arrows_02 .cp_arrow:before {
left: -4px;
width: 60%;
-webkit-transform: skewY(30deg);
transform: skewY(30deg);
}
.cp_arrows_02 .cp_arrow:after {
right: -4px;
width: 60%;
-webkit-transform: skewY(-30deg);
transform: skewY(-30deg);
}
@-webkit-keyframes arrow-move07 {
25% {
opacity: 0.6;
}
43.75% {
-webkit-transform: translateY(1em);
 transform: translateY(1em);
opacity: 0.8;
}
62.5% {
-webkit-transform: translateY(2em);
transform: translateY(2em);
opacity: 1;
}
100% {
-webkit-transform: translateY(3em) scale(0.5);
transform: translateY(3em) scale(0.5);
opacity: 0;
}
}
@keyframes arrow-move07 {
25% {
opacity: 0.6;
}
43.75% {
-webkit-transform: translateY(1em);
transform: translateY(1em);
opacity: 0.8;
}
62.5% {
-webkit-transform: translateY(2em);
transform: translateY(2em);
opacity: 1;
}
100% {
-webkit-transform: translateY(3em) scale(0.5);
transform: translateY(3em) scale(0.5);
opacity: 0;
}
}

/* リストの黒丸を消す */
ul {
list-style: none;
background-image:none;
}

::marker {
color: rgba( 0,0,0, 0.1 );
}

/*スライダー*/
/* 1.親スタイルリセットとペース設定 ++++++++++ */
.slider-box p, .slider-box div, .loop-box ul, .loop-box li {
  box-sizing: border-box; margin: 0 !important; padding: 0 !important;
}

/* 2.ベースBOXの設定 +++++++++++++++++++++ */
.slider-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%; /* 画面又は親要素に対するサイズ - 変更可 */
  background:rgba( 255,255,255, 0.8 ); ; /* 背景色 - 変更可・削除可 */
  border: solid 0px #ccc; /* 囲み線 - 変更可・削除可 */
  margin: 0 auto; /* Box外の余白 - 変更可 */
  padding: 5px 0; /* 上端からスライダーまでの距離 - 変更可・削除可 */
}

/* 3.チェックボックスを利用した停止・再生などの設定 +++++++++++++++++ */
.slider-check {
  display: none;
}
.slider-check:checked ~ .loop-box > .loop {
  animation-play-state: paused;
}

/* 4.スライダー本体とアニメーションの基本設定 ++++++++++++++ */
.loop-box{
  position: relative;
  width: 100%;
  overflow: hidden; 
}
.loop-box, .loop-box ul {
  height: 75px; /* スライダーの高さ - 変更注意 */
}
.loop-box ul {
position: absolute; left: 0; top: 0;
display: flex; 
justify-content: space-between;
background: rgba(255,255,255,0.1); /* スライダーの背景色 - 変更可 */
list-style: none;
max-width: 10000%; 
min-width: 100%;
width: calc(120px * 1.5 * 10); /* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
animation: 90s linear infinite; /* アニメーション設定 - 変更可 */
}
.loop-box li {
  display: flex;
  align-items: center; 
  justify-content: center;
  color: #fff;
  width: calc(100% / 10); /* li の幅を均等にする - 削除可・変更注意 */
}
.loop-box img {
  height: auto;
  width: 100%;
}

/* 5.アニメーション個別設定 ++++++++++ */
.loop-box ul.loop1 {
  animation-name: loop1;
}
.loop-box ul.loop2 {
  animation-name: loop2;
}
@keyframes loop1 {
  0% {transform: translateX(0); }
  49.99999% {transform: translateX(-100%); }
  50% {transform: translateX(100%); }
}
@keyframes loop2 {
  0% {transform: translateX(100%); }
  100%{transform: translateX(-100%); }
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

.shiny-btn {
position: relative;
display: block;
width: 100%;
height: 40px;
line-height: 40px;
text-align: center;
text-decoration: none;
color: #fff;
background-color: ;
overflow: hidden;
}

.shiny-btn::after {
content: '';
position: absolute;
top: -100px;
left: -100px;
width: 50px;
height: 50px;
background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
/* アニメーション */
animation-name: shiny;
animation-duration: 3s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}


/* 絞り込み検索カスタマイズ */
#feas-searchform-2 table {
border-spacing: 4px;
background: #f5f5f5;
border-radius: 10px;
}
#feas-searchform-2 th {
width: 20%;
white-space: nowrap;
background: #ececec;
}
#feas-searchform-2 label {
display: inline-block;
width: 213px;
}#feas-5 {
margin:10px 0px;
}

#feas-searchform-5 {
background-color:#f7f7f7;
border:1px solid #e0e0e0;
padding:5px;
}

#feas-searchform-5 label {
font-weight:bold;
}

#feas-searchform-5 input,
#feas-searchform-5 select {
margin-right:5px;
}

#feas-result-5 {
background-color:#efefff;
border-top:2px solid #d0d0ff;
font-size:120%;
font-weight:bold;
text-align:right;
padding:2px;
}.search-form-wrapper {
background-color: #d5e6e7;
padding: 2rem;
}
#feas-searchform-6:after {
display: block;
content: "";
clear: both;
}
#feas-searchform-6 table {
background-color: white;
margin: 0;
}
#feas-searchform-6 table th {
display: block;
width: 100%;
border-bottom: 1px solid #e6e6e6;
text-align: left;
}
#feas-searchform-6 table td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}
#feas-searchform-6 select {
    width: 100%;
}
.search-more {
    display: none;
}
.more-btn {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    padding: 0.5em 2em;
    font-weight: bold;
    border-radius: 0 0 3px 3px; 
}
.more-btn:before {
    content: "\f140";
    font-family: 'dashicons';
    font-size: 25px;
    line-height: 1;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
    text-indent: -5px;
}
.more-btn.close:before {
    content: "\f142";
}
#feas-searchform-6 .feas-submit input {
    background: linear-gradient(#0491d2,#0070a9) !important;
    margin: 1em auto;
    text-align: center;
    display: block;
    width: 100%;
    box-shadow: 0 3px 2px #062f4b33;
    border-radius: 5px;
    border-top: 1px solid #88cfff;
}
#feas-searchform-6 .feas-submit input:hover {
    opacity: 0.8;
}
.search-count {
    color: #006291;
    text-align: center;
}
@media screen and (min-width:769px) {
    #feas-searchform-6 table th {
        display: table-cell;
        text-align: center;
        width: 200px;
    }
    #feas-searchform-6 table td {
        display: table-cell;
        text-align: left;
        width: auto;
    }
    #feas-searchform-6 select {
        width: auto;
    }   
    .more-btn {
        float: left;
        display: inline-block;
        width: 200px;
    }
    #feas-searchform-6 .feas-submit {
        float: right;
        width: 300px;
        margin-right: calc((100% - 300px) / 2) !important;
    }
    #feas-searchform-6 .feas-submit input {
        width: 100%;
    }
}#feas-10 {
	margin:10px 0px;
}

#feas-searchform-10 {
	background-color:#f7f7f7;
	border:1px solid #e0e0e0;
	padding:5px;
}

#feas-searchform-10 label {
	font-weight:bold;
}

#feas-searchform-10 input,
#feas-searchform-10 select {
	margin-right:5px;
}

#feas-result-10 {
	background-color:#efefff;
	border-top:2px solid #d0d0ff;
	font-size:120%;
	font-weight:bold;
	text-align:right;
	padding:2px;
}.feas-wrap {
	clear: both;
}
.feas-row {
	display: flex;
}
.feas-big-title {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #a3847a;
	font-size: 1.5rem;
	font-weight: bold;
}
.feas-form-elements {
	width: 60%;
}
.feas-submit {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.small-txt {
	font-size: 0.6em;
	font-weight: normal;
}
.midashi {
	font-size: 1.2em;
	color: #3e6855;
	font-weight: 600;
}
.feas-dropdown select {
	background-color: #feffea;
/*	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);*/
	background-position: 100% center;
	background-repeat: no-repeat;
	border-color: #cccccc;
	border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	color: #5a5a5a;
	font-family: inherit;
	font-size: 0.875rem;
	font-weight: normal;
	height: 2.3125rem;
	line-height: normal;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	width: 100%;
}
.feas-form-elements .feas-row {
	display: flex;
}
.feas-form-elements .feas-row .feas-dropdown {
	width: 25%;
}

.feas-freeword input[type="checkbox"] {
	
}
.feas-freeword {
width: 100%;
}

.feas-freeword input[type="text"] {
background-color: #feffea;
border-color: #cccccc;
border-radius: 50px;
border-style: solid;
border-width: 2px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
box-sizing: border-box;
color: rgba(0, 0, 0, 0.75);
display: block;
font-family: inherit;
font-size: 0.875rem;
font-weight: normal;
height: 2.3125rem;
margin: 0 0 0.5rem;
padding: 0.5rem;
transition: border-color 0.15s linear 0s, background 0.15s linear 0s;
width: 100%;
}

.feas-submit-button input[type="submit"] {
max-width:320px;
text-align:center;
display: inline-block;
cursor:pointer;
padding: 0.6em 3.0em;
font-size: 16px;
font-weight: ;

background-color: #495464;
color: #ffffff;
text-decoration:none;
border: solid 5px #ffffff;
border-radius: 50px;
transition: .4s;
}
	
.feas-submit-button :before {
position:absolute;
margin-top: 15px;
padding-top: 0px;
padding-left: 17px;
font-size: 1.6em;
color: #ffffff;
content: "\f002";
font-family: FontAwesome;
}

.feas-submit-button input:hover{
font-weight: ;
background-color: #eb596e;
color: #ffffff;
border: solid 5px #ffffff;
}

.accordion_box {
width: 300px;
}

.accordion_box label {
border-bottom: solid 1px white;
background-color: #ccc;
cursor: pointer;
padding: 10px;
font-weight: bold;
display: block;
}

.accordion_box input {
display: none;
}

.accordion_box .accordion_contents {
display: none;
}

.accordion:checked + .accordion_contents {
display:block;
border: solid 1px #ccc;
margin: 0px;
padding: 10px;
}
#feas-13 {
margin:10px 0px;
}

#feas-searchform-13 {
background-color:#f7f7f7;
border:1px solid #e0e0e0;
padding:5px;
}

#feas-searchform-13 label {
font-weight:bold;
}

#feas-searchform-13 input,
#feas-searchform-13 select {
margin-right:5px;
}

#feas-result-13 {
background-color:#efefff;
border-top:2px solid #d0d0ff;
font-size:120%;
font-weight:bold;
text-align:right;
padding:2px;
}

/* 目次を中央寄せ 下余白 */
#ez-toc-container {
margin: auto; !important;
bottom: 80px;
width: 100%;
}

/* タイトル前のアイコン　FontAwesomeの設定 */
#ez-toc-container .ez-toc-title:before{
content: "\f0ca"; /* FontAwesomeのコード */
font-family: FontAwesome;
padding-right: 6px;
vertical-align: 10px
font-size:14px; /* アイコンの大きさ */
color: #ffffff;
}

#ez-toc-container p.ez-toc-title+ul.ez-toc-list>li {
margin-top: 1.5em;
padding-bottom: 0.4em;
}

#ez-toc-container p.ez-toc-title+ul.ez-toc-list {
margin-top: 1em;
margin-right: 1em;
}

#ez-toc-container li {
padding-left: 1em !important;
line-height: 2.0em;
}

#ez-toc-container ul ul {
margin-bottom: 20px;
}

#ez-toc-number {
margin-left: -0.5em;
margin-right: 0.5em;
}

#ez-toc-container ul>li>ul>li {
font-size: 94% !important;/*小見出しの文字サイズ*/
}

#ez-toc-container .ez-toc-toggle > a {
color: #fff !important;/*［hide］の文字色*/
letter-spacing: 0.1em;/*文字間の余白*/
}

/*リンクの色など*/
#ez-toc-container a {
text-decoration: none;
text-shadow: none;
color: #333333 !important;
margin-top: 20px;
line-height: 190%;
}

#ez-toc-container a:hover {
text-decoration:underline
}

#ez-toc-container {
background-color: #fff !important;/*背景色*/
background: url(/Image/wa_back.png) 50% 50%; background-size:200px;
margin-top: 100px;
margin-bottom: 30px;
padding:50px 40px 50px 20px;
width: auto;
display: table;
border: solid 3px #a4125c !important;/*外枠*/
position: relative;
border-radius: 7px 7px 7px 7px;/*角丸*/
}

#ez-toc-container p.ez-toc-title {
text-align: left;
font-weight: 300;
font-size: 100% !important;
padding: 5px 5% !important;
color: #fff !important;/*文字色*/
margin: 0 60% 0 0;
border-radius: 5px 5px 5px 5px;/*角丸*/
background-color: #a4125c !important;/*背景色*/
position: absolute;
top: -20px;
left: 20px;
letter-spacing: 0.05em;
display: inline-block
}

/*サイドバーランキング順位　ここから*/
.wpp-list {
counter-reset: wpp-ranking;
}

.wpp-list li {
position: relative;
list-style-type: none;
}

.wpp-list li:before {
content: counter(wpp-ranking, decimal);
counter-increment: wpp-ranking;
background: linear-gradient(180deg, rgba(55,55,55, 0.8) 0%, rgba(55,55,55, 0.8) 50%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 100%);
border: 1px solid #ecbe00;
box-shadow: 0px 0px 3px #000;
color: #fff;
font-weight: bold;
font-size: 12px;
line-height: 1;
padding: 6px 3px;
margin: 13px 8px;
position: absolute;
left: 0;
top: 0;
border-radius: 1%;/*角丸*/
z-index: 1;
width: 26px;  /* ここで固定の幅を設定します */
text-align: center;  /* テキストを中央に配置します */
}

.wpp-list li:after {
content: "\f521"; /* \f1fc は FontAwesome の trophy アイコン */
font-family: "Font Awesome 5 Free"; /* FontAwesomeのフォントファミリーを指定します */
font-weight: 900; /* FontAwesomeのsolidアイコンを使用するための設定です */
position: absolute;
top: 0px; /* この値を調整してアイコンの位置を変更します */
left: 16.5px; /* この値を調整してアイコンの位置を変更します */
color: #ecbe00;
text-shadow: 0px 0px 3px #000; 
font-size: 100%;
z-index: 2;
}

.wpp-list li img {
margin: 0px 0px 10px 10px;
}

/* グローバルメニュー */
.nav-wrap {
position: ;
z-index: 0;
}
.scroll-nav {
width: 100%;
background: linear-gradient(#312f2f, #312f2f); /* メニューの背景色 */
overflow-x: auto;
-webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.scroll-nav ul {
max-width: 1080px; /* メニューの最大幅 */
min-width: 760px; /* メニューの最小幅 */
height: 30px;
line-height: 40px;
margin: 0 auto;
list-style: none;
padding-right: 0px; /* 右側の固定分余白を空ける */
}
.scroll-nav ul li + li {
border-left: 1px solid #777777;
box-sizing: border-box;
}
.scroll-nav ul li {
float: left;
width: 253px; /* メニューの個別の幅 */
text-align: center;
}
.scroll-nav ul li:hover {
background: url(/Image/line_bg.png);background-size: 5px;
background-color: #010203; /* マウスホバー時の背景色 */
}
.scroll-nav ul li a {
display: inline-block;
color: #fff; /* メニューの文字色 */
text-decoration: none;
font-size: 80%;
}
.next-btn { /* 右側に固定する部分 */
position: ;
top: 0;
right: 0;
width: 0px; /* 固定部分の幅 */
height: 30px; /* メニューの高さに合わせる */
line-height: 40px;
background: linear-gradient(to right, #555555, #ffffff);
}
@media only screen and (min-width: 771px) { /* PCサイズでの指定 */

.scroll-nav ul {
height: 30px;
line-height: 40px;
padding: 0;
}
.scroll-nav ul li {
width: 33.3%; /* メニューの個別の幅 */
}
.scroll-nav ul li a {
display: inline-block;
color: #fff; /* メニューの文字色 */
text-decoration: none;
font-size: 90%;
}

.next-btn {
display: none; /* 右側の固定部分を非表示 */
}
}

/* 右側の固定部分を非表示 */
.header-inner {	
  position: relative;
}

.widget_categories ul li.cat-item-2 > a::before {
font-size: 1.3em;
color: #333;
content: "\f004";
font-family: FontAwesome;
padding: 0px 5px 0px 5px;
}

.widget_categories ul li.cat-item-3 > a::before {
font-size: 1.3em;
color: #333;
content: "\f27a";
font-family: FontAwesome;
padding: 0px 5px 0px 5px;
}

.widget_categories ul li.cat-item-4 > a::before {
font-size: 1.3em;
color: #333;
content: "\f144";
font-family: FontAwesome;
padding: 0px 5px 0px 8px;
}

.logo img {
position: absolute;
bottom: 10px;
left: 10px;
width: 90px !important;
height: 34px !important;
}

.logo_02 img {
position: absolute;
bottom: 10px;
left: 10px;
width: 60px !important;
height: 23px !important;
}

/*サンプル動画　ここから*/
.youtube {
position: relative;
width: 100%;
padding-top: 65.25%;
}
.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

/* コピーボタン */
.copy_btn {
width:200px!important;
padding: 3px 0;
margin-left: auto!important;
margin-right: auto!important;
color:#2a2a2a;
font-size: 12px !important;
background:#f5f6f9;
border: solid 3px #2a2a2a;
border-radius: 50px;
transition: .4s;
text-align: center;
}
 
.copy_btn:hover {
background: #2a2a2a;
color: #f5f6f9;
border: solid 3px #f5f6f9;
}
.copy_btn:hover {
cursor: pointer;
}

/* サイドバー吹き出し */
.arrow_box_00{
position:relative;
width:100%;
height:auto;
background-color:#2a2a2a;
background-image: url(/Image/line_bg.png);background-size:5px;
padding:10px 0px 10px 30px;
margin:15px 5px 0px -15px;
text-align:left;
color:#f5f6f9;
font-size:80%;
border-radius:0px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
}

.arrow_box_00:after{
border: solid transparent;
content:'';
height:0;
width:0;
pointer-events:none;
position:absolute;
border-color: rgba(255, 40, 100, 0);
border-top-width:10px;
border-bottom-width:10px;
border-left-width:10px;
border-right-width:10px;
margin-left: -10px;
border-bottom-color:#2a2a2a;
bottom:100%;
right:50px;
}

.arrow_box_02{
position:relative;
width:100%;
height:auto;
background:#2a2a2a;
padding:10px 0px 10px 30px;
margin:15px 0px 0px -15px;
text-align:left;
color:#f5f6f9;
font-size:80%;
border-radius:0px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
}

.arrow_box_02:after{
border: solid transparent;
content:'';
height:0;
width:0;
pointer-events:none;
position:absolute;
border-color: rgba(255, 40, 100, 0);
border-top-width:10px;
border-bottom-width:10px;
border-left-width:10px;
border-right-width:10px;
margin-left: -10px;
border-bottom-color:#2a2a2a;
bottom:100%;
right:50px;
}

/* 記事中吹き出し */
.arrow_box{
position:relative;
width:75%;
height:auto;
background-color:#222;
background-image: url(/Image/ca_002_tomei.png),url(/Image/haikei_back.png),url(/Image/line_bg.png);
background-size:  300px auto, cover, 5px auto;
background-position: 90% 5%, center, center;
background-repeat: no-repeat, repeat, repeat;
margin: 20px auto;
padding:30px 40px 10px 40px;
text-align:left;
word-break: break-all;
border:5px solid #9b308c;
line-height:220% !important;
font-size:12px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
}

.arrow_box:after,.arrow_box:before{
border: solid transparent;
content:'';
height:0;
width:0;
pointer-events:none;
position:absolute;
bottom:100%;
left:10%;
}
.arrow_box:after{
border-color: rgba(255, 255, 255, 0);
border-top-width:10px;
border-bottom-width:10px;
border-left-width:10px;
border-right-width:10px;
margin-left: -10px;
border-bottom-color:;
}

.arrow_box:before{
border-color: rgba(255,255,255, 0);
border-top-width:13px;
border-bottom-width:13px;
border-left-width:13px;
border-right-width:13px;
margin-left: -13px;
margin-bottom: 3px;
border-bottom-color:#9b308c;
}

/* 記事中ボタン */
.tug_bottom {
max-width:320px;
text-align:center;
font-size: 22px;
text-decoration:none !important;
line-height: 180%;
margin: 0px 0 0px 0;
padding: 20px 0px 20px 0;
background: linear-gradient(180deg, #ff7e45 0%, #ff7e45 40%, #fe5409 40%, #e54d0a 100%);
white-space: nowrap;
color: #fff !important;
font-weight: bold;
border: solid 5px #ffcc63;
border-radius: 50px;
transition: .4s;
}

.tug_bottom:hover{
background: linear-gradient(180deg, #ec9c74 0%, #ec9c74 40%, #ec7c47 40%, #db7647 100%);
color: #f5f6f9 !important;
font-weight: bold;
border: solid 5px #ffcc63;
}

.arrow_box_03{
width:100%;
box-sizing: border-box;
position: relative;
height:auto;
background: linear-gradient(110deg, #9b308c 0%, #9b308c 60%, #9b308c 40%, #9b308c 100%);
padding:10px;
margin:30px 10px 10px 0px;
color:#fff;
font-size:80%;
border-radius:0px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
}

.arrow_box_03:after{
border: solid transparent;
content:'';
height:0;
width:0;
pointer-events:none;
position:absolute;
border-color: rgba(255, 40, 100, 0);
border-top-width:10px;
border-bottom-width:10px;
border-left-width:10px;
border-right-width:10px;
margin-left: -10px;
border-bottom-color:#9b308c;
bottom:100%;
left:50px;
}

/* 再生ボタン */
.ico_play img {
position: absolute;
bottom: 23%;
left: 55px;
width: 100px !important;
height: 100px !important;
}

/* アニメ画像一瞬見える問題 */
.small {
visibility: hidden;
}
.bottom {
visibility: hidden;
}

/* 投稿ページに新着一覧レスポンシブ */
.recent-posts-wrapper {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
font-size: 70%;
line-height: 150%;
}

.recent-post-item {
width: calc(16.66% - 20px);
margin: 0 10px 20px;
}

@media screen and (max-width: 1024px) {
.recent-post-item {
width: calc(33.33% - 20px);
}
}

@media screen and (max-width: 767px) {
.recent-post-item {
width: calc(50% - 20px);
}
}

/* カードタイトル文字数制限 */
.cardt {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1; /* 制限したい行数が3の場合 */
overflow: hidden;
}
.wpp-list li img {
margin: 0px 5px 10px 0px;
}

/* 一覧看板 */
.diagonal{
color: #fff;
font-size: 12px;
background-color: #000;
border-radius: 0px;
padding: 8px 10px;
}