@charset "utf-8";
/*
Theme Name: COOSY
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.6em;
  -webkit-text-size-adjust: 100%;
  font-family: 'Lato','Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #020202;
  letter-spacing: .4px;
  font-weight: 400;
}
/* IE8〜11はメイリオ */
@media screen\0 {
  body {
    font-family: 'Lato','Noto Sans JP', 'Segoe UI', /* Windowsの欧文 */
                 Meiryo,     /* メイリオ */
                 sans-serif;
  }
}
@media only screen and ( max-width : 767px ) {
  body {font-size: 14px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #2e2e2e;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

.clr {
  zoom:1;
  display:inline-table;
}
.clr:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  }

* html .clr {
  height:1%;
  display:inline-table;
  display:block;
  height:1%;
}
.clr {
  display:block;
}

input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="number"] {
  height: 40px;
  padding:0 20px;
}
input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="number"]{
  border: none;
  margin:0;
  display: block;
  background: #f1f9ff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  width: 100%;
}

input.short_input {
  width: 10em;
  display: inline-block;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  padding:20px;
  height: 14em;
  width: 100%;
  display: block;
  resize: vertical;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

label input[type="checkbox"] + span::before {
  border-color: #00acc1;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #00acc1;
}
label input[type="checkbox"] + span,
label input[type="radio"] + span {
  position: relative;
  padding: 0 8px 5px 22px;
}
label {
  position: relative;
  /*display: block;*/
  display: inline-block;
  word-break: break-all;
}
label span {
  display: inline-block;
}
label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 2px 5px;
  width: 6px;
  height: 9px;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #ef9457;
  border: 1px #ef9457 solid;
}
label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
}
label input[type="radio"] + span::before {
  z-index: 0;
  top: 2px;
  left: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="radio"]:checked + span::before {
  border: 4px #ef9457 solid;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
  content: "";
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    height: 1em;
    line-height: 1em;
    pointer-events: none;
    font-weight: bold;
    width: 12px;
    height: 8px;
    background: url(./img/arrow.png) no-repeat center / 100%;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 34px 8px 12px;
    border: none;
    color:#535353;
    width:100%;
    background: #fff;
    border: 1px solid #ccc;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
/*@media print, screen and ( min-width : 768px ) {
  .select-wrap {
    width: 50%;
  }
}*/
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(/scripts/boxsizing.htc);
}

@media(max-width:767px){
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .sp{
    display:none;
  }
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

@media only screen and ( max-width : 767px ) {
  .box {
    margin-bottom: 50px;
  }
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    padding: 0 5%;
  }
  .sp_box {
    margin-bottom: 50px;
  }
  .br_pc {
    display: none;
  }
}

@media only screen and ( max-width : 480px ) {
  /*.box {
    margin-bottom: 20px;
  }
  .sp_box {
    margin-bottom: 20px;
  }*/
}

@media print, screen and ( min-width : 768px ) {
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .br_sp {
    display: none;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  transition-delay: 2.5s;
  background: rgba(255,255,255,.9);
}
#side a {
  /*color: #fff;*/
}
#content {
  position: relative;
  z-index: 2;
}
@media only screen and ( max-width : 991px ) {
  #header {
    padding: 0 15px;
    height: 70px;
  }
  #h_logo {
    width: 160px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
  }
}

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

}

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

}

@media print, screen and ( min-width : 992px ) {
  #header {
    padding: 0 20px;
    height: 110px;
  }
  #h_logo {
    width: 250px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  #header {
    padding: 0 40px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   MENU

--------------------------------------------------------------------------------------------- */
#h_search {
  display: flex;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease 0.6s;
  box-shadow: 0 3px 14px -1px rgba(0,0,0,0.18);
  position: absolute;
  z-index: 10;
}
#h_search svg {
  cursor: pointer;
  margin: 20px;
  width: 18px;
  height: 18px;
  display: block;
  color: #000;
  stroke-width: 2;
  transform: rotate(90deg);
  transition: all 0.3s ease 0.6s;
}
#h_search > div {
  position: relative;
  width: 0;
  transition: all 0.5s cubic-bezier(0.51,0.92,0.24,1.15) 0.5s;
}
#h_search > div input#s {
  font-size: inherit;
  line-height: inherit;
  padding: 0 24px 0 0;
  border: 0;
  display: block;
  outline: none;
  font-family: inherit;
  position: absolute;
  line-height: 20px;
  font-size: 16px;
  background: #fff;
  -webkit-appearance: none;
  width: 100%;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0s ease 0s;
}
/*#h_search > div input#s::-webkit-input-placeholder {
  color: #000;
}
#h_search > div input#s:-moz-placeholder {
  color: #000;
}
#h_search > div input#s::-moz-placeholder {
  color: #000;
}
#h_search > div input#s:-ms-input-placeholder {
  color: #000;
}*/
#h_search > div > div {
  white-space: nowrap;
  color: #000;
  display: flex;
}
/*#h_search > div > div span {
  line-height: 20px;
  font-size: 16px;
  opacity: 0;
  display: block;
  visibility: hidden;
  transform: translate(0,12px);
  transition: all 0.4s ease;
}
#h_search > div > div span:nth-child(1) {
  transition-delay: 0.4s;
}
#h_search > div > div span:nth-child(2) {
  transition-delay: 0.2s;
}
#h_search > div > div span:nth-child(3) {
  transition-delay: 0s;
}*/
#h_search.open {
  cursor: default;
  border-radius: 8px;
  transition-delay: 0s;
  box-shadow: 0 10px 36px -2px rgba(0,0,0,0.18);
  background: #fff;
}
#h_search.open svg {
  opacity: 0.4;
  transform: rotate(0deg);
  transition-delay: 0s;
}
#h_search.open > div {
  transition-delay: 0s;
  width: 200px;
}
#h_search.open > div > div span {
  opacity: 1;
  visibility: visible;
  transform: translate(0,0);
}
#h_search.open > div > div span:nth-child(1) {
  transition-delay: 0.4s;
}
#h_search.open > div > div span:nth-child(2) {
  transition-delay: 0.45s;
}
#h_search.open > div > div span:nth-child(3) {
  transition-delay: 0.5s;
}
#h_search.open > div input#s {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.75s;
  /*height: auto;*/
}
#h_search > div #searchsubmit {
  display: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}
#h_search.open > div #searchsubmit {
  position: absolute;
  display: block;
  opacity: 0;
  padding: 0;
}
nav#nav li.current-menu-item a:after {

}
nav#nav li.current-menu-item a {
  color: #3dbfe5;
}
@media only screen and ( max-width : 991px ) {
  #h_search > div input#s {
    top: -19px;
  }
  #h_search.open > div input#s {
    height: 39px;
  }
  #h_search.open > div #searchsubmit {
    height: 39px;
    width: 30px;
    left: -39px;
    top: -19px;
  }
  #h_search {
    right: 15px;
    top: 15px;
  }
  #h_search svg {
    margin: 12px;
    width: 15px;
    height: 15px;
  }
  #menu_btn {
    top: 15px;
    right: 15px;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    height: 100%;
    min-height: 100vh;
    transition: all .5s;
    /*display: flex;
    flex-direction: column;*/
    /*justify-content: center;*/
  }
  #menu_btn {
    /*border: 1px solid #000;*/
    cursor: pointer;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    /*border-radius: 50px;*/
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-trigger {
    width: 16px;
    height: 12px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all .5s;
  }
  #menu_btn.active .menu-trigger span {
    background-color: #000;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 5px;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-5px) rotate(45deg);
  }
   
  nav#nav {
    width: 250px;
    height: 100%;
    overflow: auto;
    padding: 90px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    transform: translate(-250px);
    transition: all .5s;
  }
  nav#nav.open {
    transform: translateZ(0);
  }
  nav#nav li {
    color: #fff;
    padding: 0 20px;
  }
  nav#nav li a {
    position: relative;
    padding: 20px;
    display: block;
  }
  nav#nav li a:after {
    content: "";
    height: 8px;
    width: 8px;
    background: #ffae4e;
    left: 10px;
    position: absolute;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    opacity: 0;
  }
}
@media print, screen and ( min-width : 992px ) {
  #h_search > div input#s {
    top: -28px;
  }
  #h_search.open > div #searchsubmit {
    height: 58px;
    width: 50px;
    left: -58px;
    top: -28px;
  }
  #h_search.open > div input#s {
    height: 58px;
  }
  #menu_btn,.overlay {
    display: none;
  }
  #nav {
    width: 70%;
    padding-right: 55px;
  }
  #nav li {
    position: relative;
    font-size: 13px;
  }
  #nav li:last-child:after {
    content: none;
  }
  #nav li:after {
    content: "";
    width: 1px;
    height: 16px;
    background: #020202;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    transform: rotate(40deg);
  }
  #nav li a {
    display: block;
    padding: 0 20px;
  }
  #h_search {
    right: 20px;
  }
}
@media print, screen and ( min-width : 1200px ) {
  #h_search {
    right: 40px;
  }
  #nav {
    padding-right: 70px;
  }
  #nav li {
    font-size: 14px;
  }
}



/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: url(./img/bg.jpg);
}
#footer .copy {
  text-align: center;
  font-size: 10px;
}
#f_nav {
  font-size: 13px;
}
#f_sub_nav {
  font-size: 12px;
}
#f_nav li:last-child,#f_sub_nav li:last-child {
  margin-right: 0;
}
#f_nav li a,#f_sub_nav li a {
  display: block;
  position: relative;
}
#f_sub_nav li a {
  color: #adadad;
}
#f_logo {
  margin: 0 auto 40px;
  max-width: 220px;
}
@media only screen and ( max-width : 991px ) {
  #footer {
    padding: 40px 0;
  }
  #f_nav {
    margin-bottom: 20px;
  }
  #f_nav li {
    margin-right: 20px;
  }
  #f_sub_nav li {
    margin-right: 20px;
    margin-bottom: 5px;
  }
  #f_sub_nav {
    margin-bottom: 30px;
  }

}

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

}
@media only screen and ( max-width : 575px ) {

}

@media print, screen and ( min-width : 768px ) {

}
@media print, screen and ( min-width : 992px ) {
  #footer {
    padding: 60px 0;
  }
  #f_logo {
    margin-bottom: 60px;
  }
  #f_nav {
    margin-bottom: 20px;
  }
  #f_nav li {
    margin-right: 40px;
  }
  #f_sub_nav li {
    margin-right: 20px;
  }
  #f_sub_nav {
    margin-bottom: 40px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   BUTTON

--------------------------------------------------------------------------------------------- */
.btn {
  display: block;
  text-align: center;
  border: 1px solid #bbbbbb;
  margin: 0 auto;
  font-weight: bold;
}
.btn:hover {
  background: #bbbbbb;
  color: #fff;
}

@media all and (-ms-high-contrast: none){

}

@media only screen and ( max-width : 767px ) {
  .btn {
    font-size: 12px;
    max-width: 200px;
    padding: 15px 10px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 768px ) {
  .btn {
    max-width: 380px;
    padding: 20px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   STYLE

--------------------------------------------------------------------------------------------- */
.ofh {
  overflow: hidden;
}
.fit,.sidebox .wpp-thumbnail,.focus_post_thumb img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
.bg {
  background: url(./img/stripe.png) repeat left top / 15px;
}
.bg02 {
  background: url(./img/bg02.jpg) repeat;
}
.content_tit {
  line-height: 1.2em;
}
.content_tit span {
  display: block;
}
.content_tit_center {
  text-align: center;
}
.breadcrumbs {
  background: #fff;
}
.main_slide,.item_slide,.all_post_slide{
  opacity: 0;
  transition: opacity .3s linear;
}
.main_slide.slick-initialized,.item_slide.slick-initialized,.all_post_slide.slick-initialized{
  opacity: 1;
}
@media only screen and ( max-width : 991px ) {
  h2 {
    font-size: 20px;
  }
  #main {
    margin-top: 70px;
  }
  .content_tit {
    font-size: 30px;
  }
  .content_tit span {
    font-size: 12px;
  }
  .main_contents {
    margin-bottom: 40px;
  }
	
}

@media only screen and ( max-width : 767px ) {
  #pankuzu {
    padding: 15px 0;
  }
  .breadcrumbs {
    padding: 5px 10px;
    font-size: 11px;
  }
  .sec {
    padding: 30px 0;
  }
  h2,.content_tit {
    margin-bottom: 30px;
  }
  h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  h3.tit span {
    margin-left: 15px;
    font-size: 12px;
  }
  .info_slide{
    opacity: 0;
    transition: opacity .3s linear;
  }
  .info_slide.slick-initialized{
    opacity: 1;
  }
}

@media print, screen and ( min-width : 768px ) {
  .post_slide{
    opacity: 0;
    transition: opacity .3s linear;
  }
  .post_slide.slick-initialized{
    opacity: 1;
  }
  #pankuzu {
    padding: 20px 0;
  }
  .breadcrumbs {
    padding: 10px 30px;
    font-size: 12px;
  }
  .sec {
    padding: 60px 0;
  }
  h2,.content_tit {
    margin-bottom: 40px;
  }
  h3 {
    font-size: 25px;
    margin-bottom: 40px;
  }
  h3.tit span {
    margin-left: 20px;
    font-size: 16px;
  }
  .sidebox h3.tit {
    margin-bottom: 20px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #main {
    margin-top: 110px;
  }
  h2 {
    font-size: 28px;
  }
  .content_tit {
    font-size: 50px;
  }
  .content_tit span {
    font-size: 16px;
  }
  .main_contents {
    width: calc(100% - (280px + 50px));
  }
  .side {
    width: 280px;
    margin-left: 50px;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .main_contents {
    width: calc(100% - (360px + 50px));
  }
  .side {
    width: 360px;
    margin-left: 50px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   PAGENATION

--------------------------------------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3em;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 8px 15px;
  margin: 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration:none;
  display: inline-block;
}
.wp-pagenavi span {
  color: #929292;
  border: 1px solid #929292;
}
.wp-pagenavi a {
  color: #020202;
  border: solid 1px #020202;
}
.wp-pagenavi a:hover{
    color:#FFF;
    background-color:#020202;
    border-color:#020202;
    }
.wp-pagenavi span.current{
  color: #FFF;
  background-color: #020202;
  border-color: #020202;
  font-weight: bold;
}

/* ---------------------------------------------------------------------------------------------

　   SIDE

--------------------------------------------------------------------------------------------- */
.side_bnr li {
  margin-bottom: 20px;
}
.side_bnr li:last-child {
  margin-bottom: 0;
}
.side_bnr li a {
  display: block;
}

ul.side_ranking {
  counter-reset: number 0;
}
.side_ranking li {
  border: 1px solid #d8d8d8;
  margin-bottom: 15px;
  position: relative;
}
.side_ranking li:before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  background: #fbe334;
  font-weight: bold;
  font-size: 16px;
  z-index: 10;
}
.side_ranking li:last-child {
  margin-bottom: 0;
}
.side_ranking li a:hover {
  background: #f5f5f5;
}
.ranking_thumb {
  width: 100px;
}
.sidebox .wpp-thumbnail {
  height: 100px;
}
.ranking_txt {
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 15px;
  font-size: 14px;
}
@media only screen and ( max-width : 767px ) {
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 768px ) {
}

/* ---------------------------------------------------------------------------------------------

　   POST LIST

--------------------------------------------------------------------------------------------- */
.cat_date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cat_date .cat {
  position: relative;
}
.cat_date .cat a {
  color: #adadad;
}
.cat_date .cat:after {
  content: "";
  background: #d8d8d8;
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.writer .writer_pic {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 25px;
}
.writer .writer_name {
  font-size: 12px;
  /*width: calc(100% - (50px + 25px));*/
  font-weight: bold;
}
.writer .writer_name span {
  display: block;
  font-size: 10px;
  color: #adadad;
  margin-bottom: 5px;
  font-weight: normal;
}
.tag_list li:last-child {
  margin-right: 0;
}
.tag_list li a {
  display: block;
  position: relative;
  color: #3dbfe5;
}
.tag_list li a:before {
  content: "#";
}

@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
  .cat_date .cat {
    padding-right: 15px;
    margin-right: 15px;
    font-size: 11px;
  }
  .cat_date .time {
    font-size: 10px;
  }
  .tag_list li {
    font-size: 11px;
    margin-right: 10px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .cat_date .cat {
    padding-right: 20px;
    margin-right: 20px;
    font-size: 12px;
  }
  .cat_date .time {
    font-size: 11px;
  }
  .tag_list li {
    font-size: 12px;
    margin-right: 15px;
  }
}

@media print, screen and ( min-width : 992px ) {
}


/* ---------------------------------------------------------------------------------------------

　   NEW POST

--------------------------------------------------------------------------------------------- */
.new_post_slide_box {
  position: relative;
}
.new_post_slide_box .new_post_slide_box_inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fbe334;
}
.new_post_slide_box:nth-of-type(2n) .new_post_slide_box_inner:after {
  background: #cee102;
}
.new_post_slide_box:nth-of-type(3n) .new_post_slide_box_inner:after {
  background: #fd97a6;
}
.new_post_slide_box:nth-of-type(4n) .new_post_slide_box_inner:after {
  background: #fdb813;
}
.new_post_slide_box_inner {
  position: relative;
  background: #fff;
}
.new_post_slide_thumb,.new_post_txt {
  position: relative;
  z-index: 10;
  background: #fff;
}
.new_post_tit {
  font-weight: bold;
}
.new_post_tit a:hover {
  color: #fbe334;
}
.new_post_slide_box:nth-of-type(2n) .new_post_tit a:hover {
  color: #cee102;
}
.new_post_slide_box:nth-of-type(3n) .new_post_tit a:hover {
  color: #fd97a6;
}
.new_post_slide_box:nth-of-type(4n) .new_post_tit a:hover {
  color: #fdb813;
}
.new_post_tit a {
  display: block;
}
.new_post_slide_thumb {
  overflow: hidden;
}
.new_post_slide_thumb a img {
  transition: .5s;
}
.new_post_slide_thumb a:hover img {
  transform:scale(1.1,1.1);
}
@media only screen and ( max-width : 767px ) {
  .new_post_slide_box {
    margin-bottom: 20px;
  }
  .new_post_slide_box:last-of-type {
    margin-bottom: 0;
  }
  .new_post_slide_thumb {
    width: 135px;
  }
  .new_post_slide_thumb img {
    min-height: 110px;
    height: 100%;
  }
  .new_post_txt {
    width: calc(100% - 135px);
    padding: 15px;
  }
  .new_post_tit {
    margin-top: 10px;
  }
  .new_post_slide_box .new_post_slide_box_inner:after {
    top: 5px;
    left: 5px;
  }

  .new_post_slide_thumb img {
    height: 120px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 768px ) {
  .post_slide {
    margin-left: -30px;
    /*margin-right: -30px;*/
    margin-right: -200px;
  }
  .new_post_slide_box {
    padding: 0 25px 15px 25px;
  }
  .new_post_slide_box .new_post_slide_box_inner:after {
    top: 15px;
    left: 15px;
  }
  .new_post_txt {
    padding: 25px;
  }
  .new_post_tit {
    margin-top: 20px;
    height: 4em;
  }
  .new_post_slide_thumb img {
    height: 190px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   FOCUS

--------------------------------------------------------------------------------------------- */

.focus_post_box {
  position: relative;
}
.focus_post_box:last-child {
  margin-bottom: 0;
}
.focus_post_box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fbe334;
}
.focus_post_box:nth-of-type(2n):after {
  background: #cee102;
}
.focus_post_box:nth-of-type(3n):after {
  background: #fd97a6;
}
.focus_post_box:nth-of-type(4n):after {
  background: #fdb813;
}
.focus_post_thumb,.focus_post_txt {
  position: relative;
  z-index: 10;
  background: #fff;
}
.focus_tit {
  font-weight: bold;
}
.focus_tit a:hover {
  color: #fbe334;
}
.focus_post_box:nth-of-type(2n) .focus_tit a:hover {
  color: #cee102;
}
.focus_post_box:nth-of-type(3n) .focus_tit a:hover {
  color: #fd97a6;
}
.focus_post_box:nth-of-type(4n) .focus_tit a:hover {
  color: #fdb813;
}
.focus_post_thumb {
  overflow: hidden;
}
.focus_post_thumb a img {
  transition: .5s;
}
.focus_post_thumb a:hover img {
  transform:scale(1.1,1.1);
}

@media only screen and ( max-width : 1199px ) {
  .focus_tit {
    margin: 10px 0 20px 0;
    font-size: 17px;
  }
}
@media only screen and ( max-width : 767px ) {
  .focus_post_box {
    margin-bottom: 20px;
  }
  .focus_post_box:after {
    top: 5px;
    left: 5px;
  }
  .focus_post_thumb {
    width: 135px;
  }
  .focus_post_thumb img {
    height: 140px;
  }
  .focus_post_txt {
    width: calc(100% - 135px);
    padding: 15px;
  }
  .focus_tit {
    margin: 5px 0 15px 0;
    font-size: 14px;
  }
}

@media only screen and ( max-width : 575px ) {
  .focus_post_thumb img {
    height: 165px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .focus_post_box:after {
    top: 10px;
    left: 10px;
  }
  .focus_post_box {
    margin-bottom: 40px;
  }
  .focus_post_thumb {
    width: 180px;
  }
  .focus_post_thumb img {
    min-height: 154px;
  }
  .focus_post_txt {
    width: calc(100% - 180px);
    padding: 20px;
  }
}
@media print, screen and ( min-width : 992px ) {

}
@media print, screen and ( min-width : 1200px ) {
  .focus_tit {
    margin: 20px 0 30px 0;
    font-size: 20px;
  }
  .focus_post_thumb {
    width: 280px;
  }
  .focus_post_thumb img {
    height: 240px;
  }
  .focus_post_txt {
    width: calc(100% - 280px);
    padding: 30px;
  }

}

/* ---------------------------------------------------------------------------------------------

　   SEARCH

--------------------------------------------------------------------------------------------- */
#search li {
  border: 1px solid #3dbfe5;
}
#search li:last-child {
  margin-right: 0;
}
#search li a {
  display: block;
  text-align: center;
  color: #3dbfe5;
  line-height: 1em;
}
#search li a:hover {
  background: #3dbfe5;
  color: #fff;
}
@media only screen and ( max-width : 767px ) {
  #search li {
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #search li a {
    padding: 5px 10px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 768px ) {
  #search li {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #search li a {
    padding: 5px 10px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   ALL POST

--------------------------------------------------------------------------------------------- */
.all_post_slide {
  margin-left: -10px;
}
.all_post_slide_box {
  padding: 0 10px;
}
.all_post_tit {
  font-weight: bold;
  margin-top: 10px;
}
.all_post_tit a:hover {
  color: #3dbfe5;
}
.all_post_slide_thumb {
  overflow: hidden;
}
.all_post_slide_thumb a img {
  transition: .5s;
}
.all_post_slide_thumb a:hover img {
  transform:scale(1.1,1.1);
}
@media only screen and ( max-width : 991px ) {
  .all_post_slide {
    margin-right: -150px;
  }
  .all_post_txt {
    padding: 15px 0;
  }
  .all_post_slide_thumb img {
    height: 180px;
  }
}
@media only screen and ( max-width : 767px ) {
}

@media only screen and ( max-width : 575px ) {
  .all_post_slide_thumb img {
    height: 160px;
  }
}

@media print, screen and ( min-width : 768px ) {
}
@media print, screen and ( min-width : 992px ) {
  .all_post_slide {
    margin-right: -200px;
  }
  .all_post_txt {
    padding: 25px 0;
  }
  .all_post_tit {
    font-size: 16px;
  }
  .all_post_slide_thumb img {
    height: 210px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   INFO

--------------------------------------------------------------------------------------------- */
.info_tit_wrap {
  background: #fdb813;
  color: #fff;
}
.info_box {
  position: relative;
  overflow: hidden;
}
.info_thumb {
  display: block;
}
.info_post_tit {
  font-weight: bold;
}
.info_box .info_thumb img {
  transition: .5s;
}
.info_box .info_thumb:hover img {
  transform:scale(1.1,1.1);
}
.info_post_tit a:hover {
  color: #3dbfe5;
}
@media only screen and ( max-width : 1199px ) {
  .info_post_tit {
    font-size: 15px;
    margin-top: 5px;
  }
  .info_tit_inner p {
    font-size: 12px;
  }
}
@media only screen and ( max-width : 767px ) {
  .info_tit_wrap a {
    display: none;
  }
  #info {
    background: #fdb813;
    padding: 30px 5%;
    overflow: hidden;
  }
  .info_tit_inner p {
    margin-bottom: 30px;
  }
  .info_box .info_thumb {
    overflow: hidden;
  }
  .info_box .info_thumb img {
    height: 240px;
  }
  .info_sp_btn {
    color: #fff;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    max-width: 200px;
    font-size: 12px;
    padding: 15px 10px;
    margin: 30px auto 0;
    font-weight: bold;
  }
  .info_sp_btn:hover {
    background: #fff;
    color: #fdb813;
  }
  .info_slide {
    margin-right: -280px;
    margin-left: -10px;
  }
  .info_box {
    padding: 0 10px;
  }
  .info_txt {
    padding: 15px 0;
    color: #fff;
  }
  .info_txt a,.info_txt .cat_date .cat a {
    color: #fff;
  }
}

@media only screen and ( max-width : 575px ) {
  .info_box .info_thumb img {
    height: 180px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .info_tit_wrap {
    width: 40%;
    padding: 30px;
  }
  .info_tit_wrap p {
    margin-bottom: 30px;
  }
  .info_box .info_thumb img {
    height: 27vw;
  }
  .info_box:nth-of-type(2) {
    width: 60%;
  }
  .info_box:nth-of-type(2) .info_thumb img {
    height: 34vw;
  }
  .info_box {
    width: 33.3333333333%;
  }
  .info_tit_wrap a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    text-align: center;
    max-width: 200px;
    padding: 15px;
    font-size: 12px;
  }
  .info_tit_wrap a:hover {
    background: #fff;
    color: #fdb813;
  }
  .info_sp_btn {
    display: none;
  }
  .info_txt {
    background: rgba(255,255,255,.5);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
    z-index: 10;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .info_txt {
    padding: 1.4vw 4vw;
  }
  .info_post_tit {
    font-size: 20px;
    margin-top: 10px;
  }
  .info_tit_wrap a {
    font-size: 14px;
    max-width: 240px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   XXXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 768px ) {
}