@charset "UTF-8";

/* 共通 */
body{font-size:12px;line-height: 166%;text-align: left;	-webkit-text-size-adjust: 100%;    background-color: #efefef;

    -webkit-font-smoothing: antialiased;
  }
a:link{color:#000000; text-decoration:none;}
a:visited{color:#000000; text-decoration:none;}
a:active{color:#000000; text-decoration:none;}
a:hover{color:#000000; text-decoration:none;}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

a {
  cursor: pointer;
  display: inline-block;
  transition: opacity 300ms 0s ease;
}
a:hover {
  opacity:0.6;

}


/*色 書体設定*/
.roboto{font-family: 'Roboto', sans-serif;}
.nico{ font-family: "Nico Moji"; }

.site_color{
background-color:#33CC99;
}

.site_color_c{
color:#33CC99;
}

.main-navigation{
text-align:center;
background-color:#33CC99;
color:#FFF;
}

/*ローディング*/
.loading{
    width:100%;
  height:100%;
  position: fixed;
  z-index:10000;
  top:0;
  left:0;
  
  display:none;
  background-color:#FFF;
}

.spinner {
  margin:-20px;
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  top:50%;
  left:50%;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/*共通*/

.h_logo{
   transition:padding 300ms 0s ease;
    padding:20px;
    text-align:center;
}
.h_logo p{
  transition: font-size 300ms 0s ease;
}
.h_logo .nico{
    transition: font-size 300ms 0s ease;
    font-size:30px;
    line-height:32px;
    padding-bottom: 10px;
}

header{
  z-index:1000;
}

.nav_pc{
height:auto !important;
}

img{
max-width: 100%;
height: auto;
width :auto;
}
.sp{
  display:none;
}
.pc{
  display:block;
}


.copyright{
	text-align:center;
	padding:50px 0 20px;
}

.side_ttl{
	font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 2px;
    text-align: center;
    color: #373737;
    margin:0 0 25px 0;
    padding-bottom:3px;
    text-transform: uppercase;
    position:relative;
}

.side_ttl::after{
  content: '';
  border-bottom:2px solid #33CC99;
  width:50px;
  margin-left:-25px;
  height:1px;
  position:absolute;
  bottom:0;
  left:50%;
  }

.side_ele{
	padding:20px;
	background-color:#FFF;
	margin-bottom: 20px;
  min-width:280px;
  box-shadow: 0 0 1px #dddddd;
}

.main_cont{
    padding:20px;
    background-color:#FFF;
      box-shadow: 0 0 1px #dddddd;
}

.page_ttl{
  font-size:18px;
  border-left: 10px solid #33CC99;
  padding-left:5px;
  margin-bottom:20px;
  line-height:20px;
}

input, select {
    display: block;
    width: 100%;
    height: 37px;
    font-size: 12px;
    padding: 0 10px 0;
    margin-bottom: 7px;
    border: 1px solid #777777;
    font-weight: 400;
    letter-spacing: 1px;
    color: #464646;
}


.side_profile_left{
  float:left;
  width:27%;
  border: 1px solid #EFEFEF;
}

.side_profile_right{
  float:left;
   width:70%;
  margin-left:3%;
}
.side_profile_right p{
  font-weight:bold;
  padding-bottom: 5px;
}

.p_list li{
  margin-bottom:15px;
  padding-bottom:15px;
  border-bottom:1px dotted #EFEFEF;
}

.p_list li:nth-child(3n){
  margin-right:0px;
}

.p_list a{
  display:block;
}

.posts_link{
  width:206px;
  float:left;
  background-size:cover;
  margin-bottom:5px;
}

.posts_date{
      background-image: url(../../img/common/icn_calendar.png);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left: 13px;
    background-size: 10px auto;
}


.posts_cat{
    background-image: url(../../img/common/icn_tag.png);
    background-repeat: no-repeat;
    background-position: 0px 70%;
    padding-left: 13px;
    background-size: 10px auto;
    padding-top:1px;
}
.posts_cat a{
  display:inline-block;
}


.posts_info{
    width: 443px;
  float:left;
  padding-left:15px;
}

.posts_info a.posts_ttl{
  font-size:17px;
  font-weight:bold;
  line-height:24px;
}

.side_category_one{
  background-image:url("../../img/common/icn_tag.png");
  background-repeat:no-repeat;
  background-position:0px 50%;
  padding-left:17px;
  background-size:13px auto;
  margin-bottom:5px;
}
.side_popular_inner li{
  clear:both;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #EFEFEF;
}

.side_popular_inner a{
  display:block;
  float:left;
  width:33%;
}

.side_popular_inner a.wpp-post-title{
  width:64%;
  margin-left:3%;
  font-size:13px;
  font-weight:bold;
  display:block;
  float:left;
}

.wpp_summary{
  display:block;
  float:left;
   width:64%;
  margin-left:3%;
  font-size: 11px;
}

.wpp_sub{
  font-family: "Nico Moji";
  display:block;
  float:left;
  margin-left:3%;
  font-size:10px;
}

.wpp-date{
      color: #848484;
  display:inline-block;
  padding-right:5px;
   background-image: url(../../img/common/icn_calendar.png);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left: 13px;
    background-size: 10px auto;
}
.wpp-views{
      color: #848484;
  display:inline-block;
  padding-left:5px; 
}


.posts_info div{
 font-size:10px;
 color:#848484;
}


.posts_info .posts_copy{
  padding:5px 0 5px;
  color:#333;
  font-size:12px;
}

/*記事個別*/

.post_thumb{
  padding:10px 0;
}

.post_thumb img{
  width:100%;
}

.post_date_wrap {
  padding-top:15px;
}

.post_date_wrap div{
  display:inline-block;
  padding-right:10px;
  color:#848484;
}

.post_date {
    background-image: url(../../img/common/icn_calendar.png);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left: 17px;
    background-size: 13px auto;
    margin-bottom: 5px;
}



.post_update {
    background-image: url(../../img/common/icn_update.png);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left: 14px;
    background-size: 10px auto;
    margin-bottom: 5px;
}

.pankuzu{
  padding:0 0 10px 0px;
  font-size:11px;
}

.post_inner{
  position:relative;
  padding-bottom:30px;
}



.post_inner table.post_table{
width:100%;
border-collapse:collapse;
margin:25px 0;
}
.post_inner table.post_table td,.post_inner table.post_table th{
border-bottom:1px solid #EFEFEF;
padding:5px 0;
}
.post_inner table.post_table th{
  border-right:1px solid #EFEFEF;
  width:30%;
}
.post_inner table.post_table td{
padding:5px 10px;
width:70%;
}

.post_inner .blue {
    background: linear-gradient(transparent 50%, rgba(169, 226, 243, .69) 50%);
    font-weight:bold;
}

.post_inner .red {
    background: linear-gradient(transparent 50%, rgba(230, 90, 90, .29) 50%);
    font-weight:bold;
}

.post_inner img.alignnone{
 width:100%;
 height:auto;
 
 border:1px solid #EFEFEF;
 margin:15px 0 25px;
}

.post_inner img.alignnone2{
 margin:15px 0 25px;
}

.post_inner p a:not(.yyi-rinker-tracking){
cursor: pointer;
position:relative;
  padding:0 0 20px 17px;
text-decoration:underline;
}


.post_inner p a:not(.yyi-rinker-tracking):after {/*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  color: #444;
  left: 0px;
  top:0;
  padding:8px 0;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 900;
  }



.post_inner pre{
     padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f6f8fa;
    border-radius: 3px;
  }

.post_inner p{
   font-size: 16px;
 line-height: 27px;
  color:#252525;
}

.post_title{
  font-size:24px;
  line-height:32px;
  font-weight:bold;
  color:#444;
}

.post_meta{
  padding-top:15px;
  margin-top:15px;
  border-top:1px solid #EFEFEF; 
}

.meta_tag a:before {
    padding-left: 3px;
    content: "#";
}


/*SNS*/

.fa {
  color:white;
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    
    font-size:15px;
    font-weight:normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.post_sns{
  padding-top:15px;
}

.post_sns li{
  width:19%;
  float:left;
  margin-right:1.2%;
}

.post_sns li:last-child{
  margin-right:0%;
}

.post_sns li a {
    font-size: 80%;
    display: block;
    padding:8px 10px 5px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    position: relative;
}


.post_sns .hatebu a:before {
    content: 'B!';
    font-weight: bold;
    line-height: 1;
    color:#FFF;
    font-size:15px;
}


.post_sns .text{
  display:none;
  padding-left:3px;
  font-weight:bold;
  font-size: 12px;
  line-height:18px;
}


.post_sns .twitter a {
    background: #55acee;
    box-shadow: 0 3px 0 #0092ca;
}

.post_sns .facebook a {
    background: #3b5998;
    box-shadow: 0 3px 0 #2c4373;
}

.post_sns .line a {
    background: #1dcd00;
    box-shadow: 0 3px 0 #008D0A;
}

.post_sns .hatebu a {
    background: #5d8ac1;
    box-shadow: 0 3px 0 #43638b;
}

.post_sns .pocket a {
    background: #f03e51;
    box-shadow: 0 3px 0 #c0392b;
}

.post_inner h2 {
padding:5px 10px;/*上下 左右の余白*/
background: transparent;/*背景透明に*/
border-left: solid 5px rgb(230, 90, 90);/*左線*/
font-size:22px;
font-weight:bold;
line-height: 24px;
margin:50px 0 10px;
}


.post_inner h3 {
font-size:18px;
font-weight:bold;
line-height:21px;
position: relative;/*相対位置*/
padding-left:22px;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
margin:40px 0 5px;
}

.post_inner h3:before{ font-family: "Font Awesome 5 Free";/*忘れずに*/
content: "\f111";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size:16px;/*サイズ*/
left: 0;/*アイコンの位置*/
top:0;/*アイコンの位置*/
color: #ffa7a1;
}


.post_inner h4{
position: relative;
color: black;
background: #d0ecff;
line-height: 1.4;
padding: 10px 10px;
margin:40px 0 10px;
border-radius: 0 5px 5px 5px;
font-size: 16px;
font-weight:bold;
line-height: 20px;
}


.post_inner h4:after {/*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f00c POINT';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 5px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 900;
  }




blockquote {
    position: relative;
    padding: 10px 12px;
    box-sizing: border-box;
    font-style: italic;
    color: #33CC99;
    border: solid 3px #33CC99;
    border-left-width: 50px;
    margin:25px 0;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -37px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

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

.result-title{
  font-size:18px;
  font-weight:bold;
}

.related_post_title{
    padding: 5px 10px;
    background: transparent;
    border-left: solid 5px rgb(230, 90, 90);
    font-size:18px;
    font-weight: bold;
    line-height: 24px;
    margin: 50px 0 10px;
}

.wp_rp_footer{
  display: none;
}
.wp_rp_title{
      width: 64%;
    margin-left: 3%;
    float:left;
    font-weight:bold;
        font-size: 13px;
}
.wp_rp_publish_date{
      background-image: url(../../img/common/icn_calendar.png);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left: 13px;
    background-size: 10px auto;
        font-size: 10px;
    color: #848484;
        width: 64%;
    margin-left: 3%;
    float:left;
}


.page-header{
  padding-bottom:25px;
}

iframe.wp-embedded-content{
  width:100% !important;
}


.related_post ,.wp_rp_footer{
  clear:both;
  min-height:100px;
}

.related_post a{
  display:block;
}
.related_post a img{
  width:100%;
  height:auto;
}
.related_post:before,
.related_post:after {
    content: " ";
    display: table;
}


ul.related_post li{
  width:100%;
  clear:both;
  overflow:hidden;
  padding-bottom:10px;
  margin-bottom:10px;
    border-bottom: 1px solid #EFEFEF;
}

.wp_rp_thumbnail{
  float:left;
  width: 33%;
}

.wp_rp_excerpt{
      width: 64%;
    margin-left: 3%;
    float: left;
    font-size: 11px;
}

.wpp-list .wpp-thumbnail {
    display: block;
    float: none;
    margin: 0 0 0 0;
    width:100%;
    border: none;
}


.post_inner ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0;
}
.post_inner ol li{
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #f1f8ff;
  border-left : solid 35px #5c9ee7;
  margin-bottom: 5px;
  font-weight:bold;
}
.post_inner ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  left: -35px;
  width: 35px;
  height: 1em;
  line-height: 1;
  text-align:center;
}
.cat_search {
  margin-bottom:30px;
  border-bottom:1px solid #CCC; 
  padding-bottom:20px;
}
.cat_search a{
      background-image: url(../../img/common/icn_tag.png);
    background-repeat: no-repeat;
    background-position: 0px 70%;
    padding-left: 23px;
    background-size: 20px auto;
    padding-top: 1px;
    display:block;
    float:left;
    font-size:13px;
    font-weight:bold;
    margin-right:20px;
}


.contact_text{
  padding-bottom: 20px;
}

.contact_page textarea,.contact_page input{
  margin-top:6px;
width:100%;
}
.wpcf7-submit{
  margin-top:20px;
}

.contact_page label {
    font-size: 13px;
    font-weight: bold;
    line-height:15px;
    position: relative;
    padding-left: 15px;
    line-height: 1.4;
    margin:20px 0 10px;
}

.contact_page label:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    position: absolute;
    font-size: 13px;
    left: 0;
    top: -2px;
    color: #ffa7a1;
}


.page_policy h3 {
    font-size: 13px;
    font-weight: bold;
    line-height:15px;
    position: relative;
    padding-left: 15px;
    line-height: 1.4;
    margin:20px 0 10px;
}

.page_policy h3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    position: absolute;
    font-size: 13px;
    left: 0;
    top: -2px;
    color: #ffa7a1;
}

h1.result-title {
    font-size: 16px;
    font-weight: bold;
    line-height:21px;
    position: relative;
    padding-left:21px;
    line-height: 1.4;
    margin:20px 0 0px;
}

h1.result-title:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    position: absolute;
    font-size: 18px;
    left: 0;
    top: -2px;
    color: #ffa7a1;
}

.wp-pagenavi a,.wp-pagenavi .current{
  display:inline-block;
  line-height:30px;
  width:30px;
  text-align:center;
}

.wp-pagenavi span{
  display:inline-block;
  line-height:30px;
}

.post_inner .sketchfab-embed-wrapper p a{
  padding-bottom:0;
}

/*PC用CSS*/
@media screen and (min-width: 767px) {

.post_sns .text{
  display:inline-block;
}

header{
margin-bottom:20px;
}

.main-navigation{
text-align:center;
text-align:left;
padding:0 10px;
border-top:1px solid #000;
border-bottom:1px solid #000;
}

.main-navigation li{
    display:inline-block;
}

.main-navigation a{
	padding:0 10px;
    display:block;
    font-size:14px;
    line-height:40px;
}


.wrapper{
	width: 1050px;
    margin: 0 auto;
}

.main_cont{
	float:left;
	width:690px;
}
.side_cont{
	float:right;
	width:340px;
}


}
