/*
Theme Name: makit2020
Theme URI: https://makit.jp/
Description: makit
Version: 1.0
Author: makit
Author URI: https://makit.jp/
*/

@media screen and (min-width: 768px){

/* ############################ reset ############################ */

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 { 
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

* {
ec_box    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body{
    height:100%;
    background-color:#fff;
    color:#333;
    font-size: 10px;
    font-size: 1.0rem;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    -moz-animation: fadeIn 2s ease 0s 1 normal;
    -o-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-moz-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-o-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
html, body {
    height:100%;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

img {
max-width: 100%;
height: auto;
width /***/:auto;
border:0;
vertical-align:bottom;
}


/* change colours to suit your needs */
ins {
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #ddd;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ol, ul {
    list-style: none;
    letter-spacing:0.05em;
}

p {
    line-height:1.8;
    letter-spacing:0.05em;
}
dl {
    line-height:1.8;
    letter-spacing:0.05em;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align:top;
}

a,a:link a:visited {
    color: #37a9b9;
    text-decoration: none;
    outline: none !important;
    transition: all .3s;
}
a:hover {
    color: #222;
    text-decoration: none; 
}

a.imghover:link img {
transition: all .3s;
}
a.imghover:hover img {
filter:alpha(opacity=70);
opacity:0.7;
}
.imghover {
transition: all .3s;
}
.imghover:hover {
filter:alpha(opacity=70);
opacity:0.7;
}

iframe{
  width: 100%;
}

strong {
    font-weight:700;
}

.marker.active{
    background-position: -100% .5em;
}
.marker {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
}

/* ############################ reset ############################ */


/* ############################ header ######################### */

@media screen and (min-width:1024px){
header {
    width: 100%;
    background: url(../img/header_illust.svg) repeat-x 0 3px;
    background-size:200px;
    padding-top:35px;
}

.headarea {
    position: relative;
    width:90%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    padding:20px 0;
}
.header_logo_sp {
    width: 130px;
}
.header_logo_sp h1 {
    width: 130px;
}
.header_logo_sp h1 img {
    width: 100%;
}

.nav_sp {
    flex:1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.nav_sp .globalnav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.nav_sp .globalnav ul li {
    margin-left:30px;
}
.nav_sp .globalnav ul li a,a:link a:visited {
    display: block;
    color:#222;
}
.nav_sp .globalnav ul li a:hover {
    color: #4a8891;
}
.nav_sp .globalnav ul li a h3 {
    text-align:center;
    font-size:1.8rem;
    letter-spacing:0.1em;
    font-weight:600;
    line-height:1.0;
}
.nav_sp .globalnav ul li a p {
    text-align:center;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    padding-top:5px;
}

p.global_subnav {
  width: 66px;
  height:66px;
  margin-left:20px;
}
p.global_subnav  button {
    width: 66px;
    height:66px;
    display:block;
    border: none;
    background:none;
    cursor: pointer;
}

.head_search_sp {
    width:100%;
    background-color:#f3f3f3;
    padding:15px 0;
}
.head_search_sp02 {
    width:90%;
    margin:0 auto;
}

.input_sp {
    width:50%;
    position:relative;
    display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
    z-index:30;
    margin-left:50%;
}
.search_input {
    color: #444;
    font-size:1.4rem;
    width: 100%;
    height:50px;
    -webkit-appearance: none;
    padding:1px 0 1px 10px;
    line-height:1.0;
    border:1px solid #ddd;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
::placeholder {
    color: #bbb;
    font-size:1.4rem;
    line-height:1.0;
}
.input_sp button {
    position: absolute;
    width:50px;
    z-index:50;
    top:0;
    right:0;
}
.input_sp .clearButton {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 55px;
  top: 15px;
  background: url(../img/search_clear_icon.svg) no-repeat 0 0;
  background-size:20px;
  cursor: pointer;
  visibility:hidden;
}
.search_btn {
    position:absolute;
    top:5px;
    right:5px;
    width:40px;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
header {
    width: 100%;
    background: url(../img/header_illust.svg) repeat-x 0 3px;
    background-size:180px;
    padding-top:30px;
}

.headarea {
    position: relative;
    width:92%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    padding:20px 0;
}
.header_logo_sp {
    width: 100px;
}
.header_logo_sp h1 {
    width: 100px;
}
.header_logo_sp h1 img {
    width: 100%;
}

.nav_sp {
    flex:1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.nav_sp .globalnav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.nav_sp .globalnav ul li {
    margin-left:20px;
}
.nav_sp .globalnav ul li a,a:link a:visited {
    display: block;
    color:#222;
}
.nav_sp .globalnav ul li a:hover {
    color: #4a8891;
}
.nav_sp .globalnav ul li a h3 {
    text-align:center;
    font-size:1.6rem;
    letter-spacing:0.1em;
    font-weight:600;
    line-height:1.0;
}
.nav_sp .globalnav ul li a p {
    text-align:center;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    padding-top:5px;
}

p.global_subnav {
  width: 55px;
  height:55px;
  margin-left:15px;
}
p.global_subnav  button {
    width: 55px;
    height:55px;
    display:block;
    border: none;
    background:none;
    cursor: pointer;
}

.head_search_sp {
    width:100%;
    background-color:#f3f3f3;
    padding:15px 0;
}
.head_search_sp02 {
    width:92%;
    margin:0 auto;
}

.input_sp {
    width:60%;
    position:relative;
    display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
    z-index:30;
    margin-left:40%;
}
.search_input {
    color: #444;
    font-size:1.4rem;
    width: 100%;
    height:50px;
    -webkit-appearance: none;
    padding:1px 0 1px 10px;
    line-height:1.0;
    border:1px solid #ddd;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
::placeholder {
    color: #bbb;
    font-size:1.4rem;
    line-height:1.0;
}
.input_sp button {
    position: absolute;
    width:50px;
    z-index:50;
    top:0;
    right:0;
}
.input_sp .clearButton {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 55px;
  top: 15px;
  background: url(../img/search_clear_icon.svg) no-repeat 0 0;
  background-size:20px;
  cursor: pointer;
  visibility:hidden;
}
.search_btn {
    position:absolute;
    top:5px;
    right:5px;
    width:40px;
}
}


@media screen and (min-width: 768px){
.sp_headarea {
    display:none;
}
}

/* ############################ header ######################### */


/* #################### page_contents_sp #################### */

@media screen and (min-width:1024px){
.page_contents_sp {
    width:100%;
    padding-bottom:100px;
}
.page_maintitle_sp {
    width:100%;
    background:url(../img/page_backimg001.svg) repeat center center;
    background-size:320px;
    background-color:#f3f3f3;
    padding:40px 0;
}
.page_maintitle_sp h2 {
    text-align:center;
    color:#111;
    font-size:2.8rem;
    font-weight:700;
    letter-spacing:0.075em;
    line-height:1.0;
}
.page_maintitle_sp p {
    text-align:center;
    font-size:1.3rem;
    font-weight:600;
    letter-spacing:0.075em;
    line-height:1.0;
    padding-top:8px;
}
.page_contents_sp .bread_sp {
    width:90%;
    margin:0 auto;
    padding:10px 0;
    border-bottom:1px dotted #ddd;
}
.page_contents_sp .bread_sp ul {
    font-size:1.2rem;
    letter-spacing:0.05em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page_contents_sp .bread_sp ul li {
    margin-right:15px;
    background: url(../img/list_mk001.svg) no-repeat 0 center;
    background-size: 10px;
    padding-left:16px;
}

.page_contents_sp02 {
    width:90%;
    margin:0 auto;
    padding-top:10px;
}
.page_contents_sp02 h2 {
    color:#111;
    font-size: 2.8rem;
    font-weight:700;
    letter-spacing:0.05em;
    line-height:1.6;
    margin-top:50px;
    padding-left:15px;
    border-left:6px solid #4a8891;
}
.page_contents_sp02 h2.page_about {
    border-left:none;
    padding-left:0;
}
.page_contents_sp02 h2.page_about br {
    display:none;
}
.page_contents_sp02 p {
    font-size:1.4rem;
    letter-spacing:0.05em;
    margin-top:30px;
}
.page_contents_sp02 ul {
    font-size:1.4rem;
    letter-spacing:0.05em;
    margin:30px 20px 0;
}
.page_contents_sp02 ul li {
    margin-top:15px;
    line-height:1.6;
}
.page_contents_sp02 .link_sp {
    width:100%;
    margin-top:30px;
    border:1px dotted #ddd;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 30px 30px 15px;
}
.page_contents_sp02 .link_sp h6 {
    font-size:1.4rem;
    letter-spacing:0.05em;
    margin-bottom:15px;
}
.page_contents_sp02 .link_sp h6 img {
    width:21px;
    padding-left:6px;
    padding-bottom:3px;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.page_contents_sp {
    width:100%;
    padding-bottom:80px;
}
.page_maintitle_sp {
    width:100%;
    background:url(../img/page_backimg001.svg) repeat center center;
    background-size:270px;
    background-color:#f3f3f3;
    padding:35px 0;
}
.page_maintitle_sp h2 {
    text-align:center;
    color:#111;
    font-size:2.8rem;
    font-weight:700;
    letter-spacing:0.075em;
    line-height:1.0;
}
.page_maintitle_sp p {
    text-align:center;
    font-size:1.3rem;
    font-weight:600;
    letter-spacing:0.075em;
    line-height:1.0;
    padding-top:8px;
}
.page_contents_sp .bread_sp {
    width:92%;
    margin:0 auto;
    padding:10px 0;
    border-bottom:1px dotted #ddd;
}
.page_contents_sp .bread_sp ul {
    font-size:1.2rem;
    letter-spacing:0.05em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page_contents_sp .bread_sp ul li {
    margin-right:15px;
    background: url(../img/list_mk001.svg) no-repeat 0 center;
    background-size: 10px;
    padding-left:16px;
}

.page_contents_sp02 {
    width:92%;
    margin:0 auto;
    padding-top:10px;
}
.page_contents_sp02 h2 {
    color:#111;
    font-size: 2.8rem;
    font-weight:700;
    letter-spacing:0.05em;
    line-height:1.6;
    margin-top:50px;
    padding-left:15px;
    border-left:6px solid #4a8891;
}
.page_contents_sp02 h2.page_about {
    border-left:none;
    padding-left:0;
}
.page_contents_sp02 h2.page_about br {
    display:none;
}
.page_contents_sp02 p {
    font-size:1.4rem;
    letter-spacing:0.05em;
    margin-top:30px;
}
.page_contents_sp02 ul {
    font-size:1.4rem;
    letter-spacing:0.05em;
    margin:30px 20px 0;
}
.page_contents_sp02 ul li {
    margin-top:15px;
    line-height:1.6;
}
.page_contents_sp02 .link_sp {
    width:100%;
    margin-top:30px;
    border:1px dotted #ddd;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 30px 30px 15px;
}
.page_contents_sp02 .link_sp h6 {
    font-size:1.4rem;
    letter-spacing:0.05em;
    margin-bottom:15px;
}
.page_contents_sp02 .link_sp h6 img {
    width:21px;
    padding-left:6px;
    padding-bottom:3px;
}
}

/* #################### page_contents_sp #################### */



/* #################### page_title_sp #################### */

@media screen and (min-width:1024px){
.page_title_sp {
    position:relative;
    width:100%;
    margin-bottom:30px;
}
.page_title_sp h3 {
    text-align:center;
    color:#111;
    font-size:3.0rem;
    font-weight:700;
    letter-spacing:0.075em;
    line-height:1.0;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.page_title_sp {
    position:relative;
    width:100%;
    margin-bottom:30px;
}
.page_title_sp h3 {
    text-align:center;
    color:#111;
    font-size:2.6rem;
    font-weight:700;
    letter-spacing:0.075em;
    line-height:1.0;
}
}

/* #################### page_title_sp #################### */



/* #################### single_contents_sp #################### */

@media screen and (min-width:1024px){
.single_contents_sp {
	width: 100%;
    padding-bottom:100px;
}

.single_contents_sp .sp_post_contents_cover {
    display:none;
}
.single_contents_sp .sp_post_contents_source {
    display:none;
}

.single_contents_sp .bread_sp {
    width:90%;
    margin:0 auto;
    padding:10px 0;
    border-top:1px dotted #ddd;
    border-bottom:1px dotted #ddd;
}
.single_contents_sp .bread_sp .breadcrumbs {
    font-size:1.2rem;
    letter-spacing:0.05em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.single_contents_sp .bread_sp .breadcrumbs ul {
    display: inline-flex;
}

.single_contents_sp >.bread_sp >.breadcrumbs> ul {
    font-size: 1.2rem;
    margin-right: 10px;
    letter-spacing: 0.05em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single_contents_sp >.bread_sp >.breadcrumbs> ul> li {
    margin-right: 15px;
    background: url(../img/list_mk001.svg) no-repeat 0 center;
    background-size: 10px;
    padding-left: 16px;
}

.single_contents_sp .bread_sp .breadcrumbs span {
    margin-right:15px;
}

.single_contents_sp02 {
    width:1200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 auto;
    padding-top:40px;
}

.single_contents_sp02_left {
    flex:1;
    padding-right:40px;
}
.single_contents_title_sp {
    width:100%;
}
.single_contents_title_sp p.update {
    color:#999;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    padding-bottom:10px;
}
.single_contents_title_sp h1 {
    color:#111;
    font-size:3.4rem;
    font-weight:600;
    line-height:1.4;
    letter-spacing:0.05em;
}
.single_contents_top_sp {
    width:100%;
}
.single_contents_top_sp p.single_intro {
    position:relative;
    font-size:1.5rem;
    letter-spacing:0.05em;
    color:#333;
    margin-top:15px;
    line-height: 1.7;
    padding:22px;
    background-color:#f3f3f3;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.single_contents_top_sp p.single_intro:before {
    content: "";
    position: absolute;
    right: 0;
    top: -14px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f3f3f3 transparent #f3f3f3 transparent;
    border-width: 0px 8px 14px 8px;
}
.single_contents_writter_sp {
    margin-top:25px;
    position:relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border:1px dotted #ddd;
    padding:25px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom:40px;
    background-color:#f2efe7;
}

.single_writer_avatar {
    width:80px;
    position: relative;
}
.single_writer_avatar .writer_img {
    width:80px;
}
.single_writer_avatar .writer_img img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.single_writer_text {
    flex:1;
    padding-left:15px;
}
.single_writer_text p.writer_name {
    color:#222;
    font-size: 1.3rem;
    line-height:1.5;
    font-weight: 500;
    letter-spacing:0.05em;
}
.single_writer_text p.writer_desc {
    font-size:1.2rem;
    line-height:1.6;
    letter-spacing:0.05em;
    margin:10px 0 15px;
}
.single_writer_text p.supervisor-profile__link {
    width:100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.single_writer_text p.supervisor-profile__link a {
    font-size:1.3rem;
    line-height:1.0;
    letter-spacing:0.05em;
    font-weight:500;
    background: url(../img/disc.png) no-repeat 0px center;
    background-size:20px;
    padding-left:26px;
}


.single_contents_writter_sp02 {
    margin-top:15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.single_contents_writter_sp02 .writer_img {
    width: 40px;
}
.single_contents_writter_sp02 .writer_img img {
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.single_contents_writter_sp02 .writer_staff {
    font-size: 1.2rem;
    letter-spacing:0.05em;
    font-weight: 500;
    color: #222;
    padding-left: 15px;
}

.share_head {
    display:none;
}
.share_head .wp_social_bookmarking_light {
    display:none;
}

.share_bottom {
    width:100%;
    margin-top:40px;
    margin-bottom: 60px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.share_bottom .wp_social_bookmarking_light {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.share_bottom .wp_social_bookmarking_light div {
    margin-right:10px;
}

/* ##### post_contents_sp ##### */

.post_contents_sp {
    width: 100%;
	font-size:1.6rem;
	line-height:1.8;
}
.post_contents_sp .post_contents_cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display:block;
    width: 100%;
    height: 450px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-top:0px;
}
.post_contents_sp .post_contents_source {
    display: -webkit-box;
    width:100%;
    color:#999;
    font-size:1.2rem;
    letter-spacing:0.05em;
    text-align:left;
    padding-top:5px;
}
.post_contents_sp .post_contents_source a,a:link a:visited {
    color: #999;
}
.post_contents_sp .post_contents_source a:hover {
    color: #111;
}

.post_contents_sp h2 {
    font-size: 2.8rem;
    letter-spacing:0.05em;
    color:#111;
    padding-left:30px;
    line-height:1.6;
    margin-top: 60px;
    font-weight:600;
    background: url(../../img/single_img/post_title_backimg001.svg) no-repeat 2px center;
    background-size:15px;
	margin-bottom:20px;
}
.post_contents_sp h3 {
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing:0.05em;
    line-height:1.6;
    margin-top: 30px;
    padding-left:15px;
    border-left:6px solid #4a8891;
	margin-bottom:15px;
}
.post_contents_sp h4 {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing:0.05em;
    line-height:1.6;
    margin-top:30px;
	margin-bottom:10px;
}

.post_contents_sp h5 {
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
    font-size: 120%;
	margin-bottom:5px;
}
.post_contents_sp p {
    font-size: 1.6rem;
    letter-spacing:0.05em;
    line-height:1.8em;
}
.post_contents_sp img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-top:30px;
	display: block;
	margin-bottom: 10px;
	max-width:350px;
}
	
.post_contents_sp img.eyecatch {
	max-width:100%;
	margin-top: 0;
}
	
.post_contents_sp picture.eyecatch img {
	max-width:100%;
	margin-top: 0;
}

.post_contents_sp iframe {
    width: 350px !important;
}
	
.post_contents_sp ul {
    margin-top:30px;
    width:100%;
    background-color:#f3f3f3;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding:20px 30px 5px;
}
	
.post_contents_sp ul li {
    font-size: 1.6rem;
    letter-spacing:0.05em;
    padding-left: 26px;
    background: url(../img/disc.png) no-repeat 0px center;
    background-size:20px;
    margin-bottom:10px;
}

.post_contents_sp p .num {
    display:block;
    width:30px;
    float:left;
    font-weight: bold;
    margin-right:10px;
    border: 2px solid #222;
    color: #222;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size:14px !important;
}
.post_contents_sp .use_list {
    width:100%;
    margin-top:40px;
}
.post_contents_sp  iframe {
    width:100%;
    margin-top:30px !important;
}

.post_wrap {
    width:100%;
    padding: 25px 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color:#f3f3f3;
    font-size:2.2rem;
    letter-spacing:0.05em;
    line-height:1.7em;
	 margin:20px 0;
	 font-weight: bold;
}
	
.post_wrap a {
    font-size:1.5rem;
	 font-weight:normal;
}


/* ##### post_contents_sp ##### */


/* ##### item_rec ##### */
.item_rec {
    width:100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top:25px;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding:30px;
}
.item_image {
    width:35%;
}
.item_image img {
    width:100%;
    margin-top:0;
}
.item_detail {
    width:65%;
    padding-left:25px;
}
.item_detail .item_title {
    padding: 0 !important;
    margin-top: 0 !important;
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing:0.05em;
    line-height:1.6;
    background: none !important;
}
.item_desc {
    padding: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 25px;
    font-size: 1.2rem !important;
    letter-spacing:0.05em;
    line-height: 1.6em;
}
.item_price {
    width:100%;
    border-top:1px dotted #ddd;
    border-bottom:1px dotted #ddd;
    padding:10px 0;
    font-size:1.4rem;
    font-weight:500;
    letter-spacing:0.05rem;
    line-height:1.0;
    margin-top:15px !important;
}
.money {
    color:#111;
    font-size: 1.8rem;
    font-weight:600;
}
.tax {
    font-size: 1.2rem;
}

.item_detail .btn_style02 {
        text-align:center;
}
.item_detail .btn_style02 a,a:link a:visited {
    width:100% !important;
    font-size:1.6rem;
    font-weight:500;
    letter-spacing:0.05em;
    display:block;
    text-align:center;
    color:#fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding:16px 0 16px 28px;
    background: url(../img/list_mk002.svg) no-repeat right 15px center;
    background-color:#ee7c1a;
    background-size:12px;
    transition: all .3s;
}
.item_detail .btn_style02 a:hover {
    text-decoration:none;
    background: url(../img/list_mk002.svg) no-repeat right 10px center;
    background-color:#e95504;
    background-size:12px;
}

/* ##### item_link_block ##### */
.item_link_block {
    width:100%;
}
.item_link_block_left {
    width:40%;
    float:left;
}
.item_link_block_right {
    width:60%;
    float:right;
    padding-left:25px;
}
.item_link_block_right h3 {
}
.item_link_block_right p {
    font-size:80% !important;
}

.item_link_block_btn_sp {
    width:100%;
    position: relative;
    padding:1px 30px 30px;
    background-color:#f3f3f3;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-top:15px;
    margin-bottom:40px;
}
.item_link_block_btn_sp_left {
    width:48.5%;
    float:left;
}
.item_link_block_btn_sp_left p img {
    width:20px;
    margin-top:0 !important;
    margin-right:7px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}
.item_link_block_btn_sp_right {
    width:48.5%;
    float:right;
}
.item_link_block_btn_sp_right p img {
    width:20px;
    margin-top:0 !important;
    margin-right:7px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}

.btn_style_rakuten {
    text-align: center;
    width: 100%;
}
.btn_style_rakuten a, a:link a:visited {
    display: block;
    text-decoration: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    font-size: 1.6rem !important;
    font-weight:500;
    padding: 18px 0;
    margin: 0 !important;
    background-color:#bb332f;
    background-size:17px 6px;
}
.btn_style_rakuten a:hover{
    background-color:#a42623;
    color:#fff;
}

.btn_style_amazon {
    text-align: center;
    width: 100%;
}
.btn_style_amazon a, a:link a:visited {
    display: block;
    text-decoration: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    font-size: 1.6rem !important;
    font-weight:500;
    padding: 18px 0;
    margin: 0 !important;
    background-color:#ed973b;
    background-size:17px 6px;
}
.btn_style_amazon a:hover{
    background-color:#e18522;
    color:#fff;
}

/* ##### item_link_block ##### */

/* ##### item_rec ##### */


/* ##### post_ec_contents_sp ##### */

.post_ec_contents_sp {
    width:100%;
}
.post_ec_contents_sp h2 {
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing:0.05em;
    line-height:1.6;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 8px;
    margin: 40px 0 20px;
}
.ec_box {
    display: table;
    float: left;
    width: 32%;
    margin-right: 2%;
    padding: 20px 0 0;
}

.ec_box_r {
    display: table;
    float: left;
    width: 32%;
    padding: 20px 0 0;
}

.ec_box span, .ec_box_r span {
    display: table-cell;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    background-color: #f1f1f1;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.ec_thumb {
    vertical-align: top;
    width: 80px;
}

.ec_thumb a:hover {
    opacity: 0.7;
}

.ec_inner {    
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.ec_inner a {
    color: #222;
}

.ec_inner p {
    color: #222;
    width: auto !important;
    float: none !important;
    font-size: 90%;
    line-height: 1.4em !important;
    padding: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* ##### post_ec_contents_sp ##### */


/* ##### small_cat_contents_sp ##### */

.small_cat_contents_sp {
    width: 100%;
}
.small_cat_contents_sp h2 {
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing:0.05em;
    line-height:1.6;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 8px;
    margin: 40px 0 20px;
}
.small_cat_contents_sp .small_cat_list_sp {
    width:100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small_cat_list {
    position:relative;
    width:50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding-right:30px;
    margin-bottom:35px;
}
.small_cat_list:nth-child(2n) {
    padding-right:0;
}
.small_cat_list_thumb {
    position:relative;
    width: 100%;
    margin-bottom:20px;
}
.small_cat_list .small_cat_list_thumb img {
  width: 100%;
  height:260px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.small_cat_list .small_cat_list_thumb img:hover {
  transform: scale(1.1);
}
.small_cat_list .small_cat_list_thumb .caption {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size:1.2rem;
  color:#fff;
  letter-spacing:0.1em;
  font-weight:600;
}
.small_cat_list .small_cat_list_thumb .mask {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition: all 0.6s ease;
    -moz-transition:  all 0.6s ease;
    -o-transition:  all 0.6s ease;
    transition:all 0.6s ease;
}
.small_cat_list .small_cat_list_thumb:hover .mask {
  opacity:1;  /* マスクを表示する */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.small_cat_list_desc {
    width: 100%;
    position: relative;
    margin-bottom:20px;
}
.small_cat_list .small_cat_list_desc h4 {
    color:#222;
    font-size:1.6rem;
    font-weight:500;
    line-height:1.6;
    letter-spacing:0.05em;
}
.small_cat_list .small_cat_list_desc p.cat_entry_text {
    font-size:1.3rem;
    line-height:1.6;
    letter-spacing:0.05em;
    margin-top:20px;
}
.small_cat_list p.update {
    text-align:right;
    color:#999;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    margin-top:auto;
    padding-top:15px;
    border-top:1px dotted #ddd;
}

/* ##### small_cat_contents_sp ##### */


/* ##### _popIn_recommend ##### */

#_popIn_recommend {
    width:100%;
}
#_popIn_recommend header {
    background:none !important;
}

/* ##### _popIn_recommend ##### */


/* #################### 大カテゴリ関連記事領域 #################### */

.cat_column_list {
    width:267px !important;
    height:300px;
    margin-left:30px;
    float:left;
    vertical-align:top;
}
.cat_column_list_img {
    margin-bottom:15px;
}
.cat_column_list_img img {
    width:100%;
    height:165px;
    overflow:hidden;
}
.cat_column_list h5 {
    font-size:90%;
    font-weight:bold;
    border-bottom:1px dotted #ccc;
    padding-bottom:10px;
}
.cat_column_list a,a:link a:visited {
    color:#222;
    text-decoration:none;
    display:block;
    width:100%;
}
.cat_column_list a:hover {
    color: #4a8891;
    transition: all .3s;
}

.cat_column_list02 {
    color:#999;
    width:100%;
    height:30px;
    font-size:11px;
    margin-top:5px;
}
.cat_column_list02 .entry_time {
    height:30px;
    line-height:30px;
    float:left;
    margin-right:20px;
}
.cat_column_list02 .entry_like {
    height:30px;
    line-height:30px;
    float:left;
    font-weight:bold;
}
.cat_column_list02 .fa {
    color:#e20000 !important;
    padding-right:3px;
}
.cat_column_list02 .fa-heart {
    color:#e20000 !important;
}

.cat_column_list .zoom_style {
    width:100%;
    height:165px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
 
.cat_column_list .zoom_style img {
    height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
 
.cat_column_list .zoom_style p {
    background-color: rgba(255,255,255,0.6);
    color: #222;
    font-size: 120%;
    font-weight:bold;
    opacity: 0;
    position: absolute;
    text-align: center;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 25%;
}
 
a:hover>.cat_column_list_img>.zoom_style img {
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
}
 
a:hover>.cat_column_list_img>.zoom_style p {
    opacity: 1;
}

/* #################### 大カテゴリ関連記事領域ここまで #################### */


.single_contents_sp02_right {
    width:350px;
}

.single_contents_sp02_right .side_title_sp {
    position:relative;
    width:100%;
    background-color:#f3f3f3;
    padding:15px 0;
    margin-bottom:20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.single_contents_sp02_right .side_title_sp:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f3f3f3 transparent #f3f3f3 transparent;
    border-width: 12px 7px 0px 7px;
}
.single_contents_sp02_right .side_title_sp h3 {
    text-align:center;
    color:#111;
    font-size: 1.8rem;
    font-weight:700;
    letter-spacing:0.05em;
    line-height:1.6;
}
p.side_ranking_icon {
    position:absolute;
    top:-25px;
    right:5px;
    width:35px;
}
p.side_ranking_icon img {
    width:100%;
}

#ad-side-fixed {
    width:350px;
    position: sticky;
    position: -webkit-sticky;
    top: 15px;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.single_contents_sp {
    width: 100%;
    padding-bottom:80px;
}

.single_contents_sp .sp_post_contents_cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display:block;
    width: 100%;
    height: 400px;
}
.single_contents_sp .sp_post_contents_source {
    text-align:right;
    width:92%;
    color:#999;
    font-size:1.0rem;
    letter-spacing:0.05em;
    margin:0 auto;
    padding: 5px 0 ;
}
.single_contents_sp .sp_post_contents_source a {
    color: #999;
}

.single_contents_sp .bread_sp {
    width:92%;
    margin:0 auto;
    padding:10px 0;
    border-bottom:1px dotted #ddd;
}
.single_contents_sp .bread_sp .breadcrumbs {
    font-size:1.2rem;
    letter-spacing:0.05em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.single_contents_sp .bread_sp .breadcrumbs span {
    margin-right:15px;
}

.single_contents_sp02 {
    width:92%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 auto;
    padding-top:30px;
}

.single_contents_sp02_left {
    width:100%;
}
.single_contents_title_sp {
    width:100%;
}
.single_contents_title_sp p.update {
    color:#999;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    padding-bottom:10px;
}
.single_contents_title_sp h1 {
    color:#111;
    font-size:3.4rem;
    font-weight:600;
    line-height:1.4;
    letter-spacing:0.05em;
}
.single_contents_top_sp {
    width:100%;
}
.single_contents_top_sp p.single_intro {
    position:relative;
    font-size:1.5rem;
    letter-spacing:0.05em;
    color:#333;
    margin-top:15px;
    line-height: 1.7;
    padding:22px;
    background-color:#f3f3f3;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.single_contents_top_sp p.single_intro:before {
    content: "";
    position: absolute;
    right: 0;
    top: -14px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f3f3f3 transparent #f3f3f3 transparent;
    border-width: 0px 8px 14px 8px;
}
.single_contents_writter_sp {
    margin-top:25px;
    position:relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border:1px dotted #ddd;
    padding:25px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom:40px;
    background-color:#f2efe7;
}

.single_writer_avatar {
    width:80px;
    position: relative;
}
.single_writer_avatar .writer_img {
    width:80px;
}
.single_writer_avatar .writer_img img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.single_writer_text {
    flex:1;
    padding-left:15px;
}
.single_writer_text p.writer_name {
    color:#222;
    font-size: 1.3rem;
    line-height:1.5;
    font-weight: 500;
    letter-spacing:0.05em;
}
.single_writer_text p.writer_desc {
    font-size:1.2rem;
    line-height:1.6;
    letter-spacing:0.05em;
    margin:10px 0 15px;
}
.single_writer_text p.supervisor-profile__link {
    width:100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.single_writer_text p.supervisor-profile__link a {
    font-size:1.3rem;
    line-height:1.0;
    letter-spacing:0.05em;
    font-weight:500;
    background: url(../img/disc.png) no-repeat 0px center;
    background-size:20px;
    padding-left:26px;
}


.single_contents_writter_sp02 {
    margin-top:15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.single_contents_writter_sp02 .writer_img {
    width: 40px;
}
.single_contents_writter_sp02 .writer_img img {
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.single_contents_writter_sp02 .writer_staff {
    font-size: 1.2rem;
    letter-spacing:0.05em;
    font-weight: 500;
    color: #222;
    padding-left: 15px;
}

.share_head {
    display:none;
}
.share_head .wp_social_bookmarking_light {
    display:none;
}

.share_bottom {
    width:100%;
    margin-top:40px;
    margin-bottom: 60px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.share_bottom .wp_social_bookmarking_light {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.share_bottom .wp_social_bookmarking_light div {
    margin-right:10px;
}

/* ##### post_contents_sp ##### */

.post_contents_sp {
    width: 100%;
}
.post_contents_sp .post_contents_cover {
    display:none;
}
.post_contents_sp .post_contents_source p {
    display:none;
}

.post_contents_sp h2 {
    font-size: 2.8rem;
    letter-spacing:0.05em;
    color:#111;
    padding-left:30px;
    line-height:1.6;
    margin-top: 60px;
    font-weight:600;
    background: url(../../img/single_img/post_title_backimg001.svg) no-repeat 2px center;
    background-size:15px;
}
.post_contents_sp h2:nth-of-type(1) {
    margin-top: 30px;
}
.post_contents_sp h3 {
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing:0.05em;
    line-height:1.6;
    margin-top: 30px;
    padding-left:15px;
    border-left:6px solid #4a8891;
}
.post_contents_sp h4 {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing:0.05em;
    line-height:1.6;
    margin-top:30px;
}

.post_contents_sp h5 {
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
    font-size: 120%;
}
.post_contents_sp p {
    font-size: 1.4rem;
    letter-spacing:0.05em;
    line-height:1.7em;
    margin-top:30px;
}
.post_contents_sp img {
    max-width:350px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-top:30px;
}
.post_contents_sp ul {
    margin-top:30px;
    width:100%;
    background-color:#f3f3f3;
    border:2px dotted #ddd;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding:30px 30px 20px;
}
.post_contents_sp ul li {
    font-size: 1.4rem;
    letter-spacing:0.05em;
    padding-left: 26px;
    background: url(../img/disc.png) no-repeat 0px center;
    background-size:20px;
    margin-bottom:10px;
}

.post_contents_sp p .num {
    display:block;
    width:30px;
    float:left;
    font-weight: bold;
    margin-right:10px;
    border: 2px solid #222;
    color: #222;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size:14px !important;
}
.post_contents_sp .use_list {
    width:100%;
    margin-top:40px;
}
.post_contents_sp  iframe {
    width:100%;
    margin-top:30px !important;
}

.post_wrap {
    width:100%;
    padding: 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color:#f3f3f3;
    border:2px dotted #ddd;
    font-size:1.4rem;
    letter-spacing:0.05em;
}

/* ##### post_contents_sp ##### */


/* ##### item_rec ##### */
.item_rec {
    width:100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top:25px;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding:30px;
}
.item_image {
    width:35%;
}
.item_image img {
    width:100%;
    margin-top:0;
}
.item_detail {
    width:65%;
    padding-left:25px;
}
.item_detail .item_title {
    padding: 0 !important;
    margin-top: 0 !important;
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing:0.05em;
    line-height:1.6;
    background: none !important;
}
.item_desc {
    padding: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 25px;
    font-size: 1.2rem !important;
    letter-spacing:0.05em;
    line-height: 1.6em;
}
.item_price {
    width:100%;
    border-top:1px dotted #ddd;
    border-bottom:1px dotted #ddd;
    padding:10px 0;
    font-size:1.4rem;
    font-weight:500;
    letter-spacing:0.05rem;
    line-height:1.0;
    margin-top:15px !important;
}
.money {
    color:#111;
    font-size: 1.8rem;
    font-weight:600;
}
.tax {
    font-size: 1.2rem;
}

.item_detail .btn_style02 {
        text-align:center;
}
.item_detail .btn_style02 a,a:link a:visited {
    width:100% !important;
    font-size:1.6rem;
    font-weight:500;
    letter-spacing:0.05em;
    display:block;
    text-align:center;
    color:#fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding:16px 0 16px 28px;
    background: url(../img/list_mk002.svg) no-repeat right 15px center;
    background-color:#ee7c1a;
    background-size:12px;
    transition: all .3s;
}
.item_detail .btn_style02 a:hover {
    text-decoration:none;
    background: url(../img/list_mk002.svg) no-repeat right 10px center;
    background-color:#e95504;
    background-size:12px;
}

/* ##### item_link_block ##### */
.item_link_block {
    width:100%;
}
.item_link_block_left {
    width:40%;
    float:left;
}
.item_link_block_right {
    width:60%;
    float:right;
    padding-left:25px;
}
.item_link_block_right h3 {
}
.item_link_block_right p {
    font-size:80% !important;
}

.item_link_block_btn_sp {
    width:100%;
    position: relative;
    padding:1px 30px 30px;
    background-color:#f3f3f3;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-top:15px;
    margin-bottom:40px;
}
.item_link_block_btn_sp_left {
    width:48.5%;
    float:left;
}
.item_link_block_btn_sp_left p img {
    width:20px;
    margin-top:0 !important;
    margin-right:7px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}
.item_link_block_btn_sp_right {
    width:48.5%;
    float:right;
}
.item_link_block_btn_sp_right p img {
    width:20px;
    margin-top:0 !important;
    margin-right:7px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}

.btn_style_rakuten {
    text-align: center;
    width: 100%;
}
.btn_style_rakuten a, a:link a:visited {
    display: block;
    text-decoration: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    font-size: 1.6rem !important;
    font-weight:500;
    padding: 18px 0;
    margin: 0 !important;
    background-color:#bb332f;
    background-size:17px 6px;
}
.btn_style_rakuten a:hover{
    background-color:#a42623;
    color:#fff;
}

.btn_style_amazon {
    text-align: center;
    width: 100%;
}
.btn_style_amazon a, a:link a:visited {
    display: block;
    text-decoration: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    font-size: 1.6rem !important;
    font-weight:500;
    padding: 18px 0;
    margin: 0 !important;
    background-color:#ed973b;
    background-size:17px 6px;
}
.btn_style_amazon a:hover{
    background-color:#e18522;
    color:#fff;
}

/* ##### item_link_block ##### */

/* ##### item_rec ##### */


/* ##### post_ec_contents_sp ##### */

.post_ec_contents_sp {
    width:100%;
}
.post_ec_contents_sp h2 {
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing:0.05em;
    line-height:1.6;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 8px;
    margin: 40px 0 20px;
}
.ec_box {
    display: table;
    float: left;
    width: 32%;
    margin-right: 2%;
    padding: 20px 0 0;
}

.ec_box_r {
    display: table;
    float: left;
    width: 32%;
    padding: 20px 0 0;
}

.ec_box span, .ec_box_r span {
    display: table-cell;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    background-color: #f1f1f1;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.ec_thumb {
    vertical-align: top;
    width: 80px;
}

.ec_thumb a:hover {
    opacity: 0.7;
}

.ec_inner {    
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.ec_inner a {
    color: #222;
}

.ec_inner p {
    color: #222;
    width: auto !important;
    float: none !important;
    font-size: 90%;
    line-height: 1.4em !important;
    padding: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* ##### post_ec_contents_sp ##### */


/* ##### small_cat_contents_sp ##### */

.small_cat_contents_sp {
    width: 100%;
}
.small_cat_contents_sp h2 {
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing:0.05em;
    line-height:1.6;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 8px;
    margin: 40px 0 20px;
}
.small_cat_contents_sp .small_cat_list_sp {
    width:100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.small_cat_list {
    position:relative;
    width:48.2%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom:35px;
}
.small_cat_list_thumb {
    position:relative;
    width: 100%;
    margin-bottom:20px;
}
.small_cat_list .small_cat_list_thumb img {
  width: 100%;
  height:240px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.small_cat_list .small_cat_list_thumb img:hover {
  transform: scale(1.1);
}
.small_cat_list .small_cat_list_thumb .caption {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size:1.2rem;
  color:#fff;
  letter-spacing:0.1em;
  font-weight:600;
}
.small_cat_list .small_cat_list_thumb .mask {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition: all 0.6s ease;
    -moz-transition:  all 0.6s ease;
    -o-transition:  all 0.6s ease;
    transition:all 0.6s ease;
}
.small_cat_list .small_cat_list_thumb:hover .mask {
  opacity:1;  /* マスクを表示する */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.small_cat_list_desc {
    width: 100%;
    position: relative;
    margin-bottom:20px;
}
.small_cat_list .small_cat_list_desc h4 {
    color:#222;
    font-size:1.6rem;
    font-weight:500;
    line-height:1.6;
    letter-spacing:0.05em;
}
.small_cat_list .small_cat_list_desc p.cat_entry_text {
    font-size:1.3rem;
    line-height:1.6;
    letter-spacing:0.05em;
    margin-top:20px;
}
.small_cat_list p.update {
    text-align:right;
    color:#999;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    margin-top:auto;
    padding-top:15px;
    border-top:1px dotted #ddd;
}

/* ##### small_cat_contents_sp ##### */


/* ##### _popIn_recommend ##### */

#_popIn_recommend {
    width:100%;
}
#_popIn_recommend header {
    background:none !important;
}

/* ##### _popIn_recommend ##### */


/* #################### 大カテゴリ関連記事領域 #################### */

.cat_column_list {
    width:267px !important;
    height:300px;
    margin-left:30px;
    float:left;
    vertical-align:top;
}
.cat_column_list_img {
    margin-bottom:15px;
}
.cat_column_list_img img {
    width:100%;
    height:165px;
    overflow:hidden;
}
.cat_column_list h5 {
    font-size:90%;
    font-weight:bold;
    border-bottom:1px dotted #ccc;
    padding-bottom:10px;
}
.cat_column_list a,a:link a:visited {
    color:#222;
    text-decoration:none;
    display:block;
    width:100%;
}
.cat_column_list a:hover {
    color: #4a8891;
    transition: all .3s;
}

.cat_column_list02 {
    color:#999;
    width:100%;
    height:30px;
    font-size:11px;
    margin-top:5px;
}
.cat_column_list02 .entry_time {
    height:30px;
    line-height:30px;
    float:left;
    margin-right:20px;
}
.cat_column_list02 .entry_like {
    height:30px;
    line-height:30px;
    float:left;
    font-weight:bold;
}
.cat_column_list02 .fa {
    color:#e20000 !important;
    padding-right:3px;
}
.cat_column_list02 .fa-heart {
    color:#e20000 !important;
}

.cat_column_list .zoom_style {
    width:100%;
    height:165px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
 
.cat_column_list .zoom_style img {
    height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
 
.cat_column_list .zoom_style p {
    background-color: rgba(255,255,255,0.6);
    color: #222;
    font-size: 120%;
    font-weight:bold;
    opacity: 0;
    position: absolute;
    text-align: center;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 25%;
}
 
a:hover>.cat_column_list_img>.zoom_style img {
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
}
 
a:hover>.cat_column_list_img>.zoom_style p {
    opacity: 1;
}

/* #################### 大カテゴリ関連記事領域ここまで #################### */


.single_contents_sp02_right {
    width:100%;
}

.single_contents_sp02_right .side_title_sp {
    position:relative;
    width:100%;
    background-color:#f3f3f3;
    padding:18px 0;
    margin-bottom:20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.single_contents_sp02_right .side_title_sp:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f3f3f3 transparent #f3f3f3 transparent;
    border-width: 12px 7px 0px 7px;
}
.single_contents_sp02_right .side_title_sp h3 {
    text-align:center;
    color:#111;
    font-size: 1.8rem;
    font-weight:700;
    letter-spacing:0.05em;
    line-height:1.6;
}
p.side_ranking_icon {
    position:absolute;
    top:-25px;
    right:5px;
    width:44px;
}
p.side_ranking_icon img {
    width:100%;
}

.pc-side-nav-fixed {
    display:none;
}
#ad-side-fixed {
    display:none;
}
}

/* #################### single_contents_sp #################### */



/* #################### cat_contents_sp #################### */

@media screen and (min-width:1024px){
.cat_contents_sp {
	width:100%;
    padding-bottom:100px;
}
}
@media screen and (min-width:768px) and (max-width:1023px){
.cat_contents_sp {
    width:100%;
    padding-bottom:80px;
}
}

/* #################### cat_maintitle_sp #################### */

@media screen and (min-width:1024px){
.cat_maintitle_sp {
    width:100%;
}
.cat_maintitle_sp02 {
    width:100%;
    background-color:#f3f3f3;
    padding:50px 0;
}
.cat_maintitle_sp h2 {
    text-align:center;
    color:#fff;
    font-size:4.0rem;
    font-weight:700;
    letter-spacing:0.075em;
    line-height:1.0;
}
.cat_maintitle_sp p {
    color:#fff;
    text-align:center;
    font-size:1.3rem;
    font-weight:600;
    letter-spacing:0.075em;
    line-height:1.0;
    padding-top:8px;
}
.cat_contents_sp .bread_sp {
    width:90%;
    margin:0 auto;
    padding:10px 0;
    border-bottom:1px dotted #ddd;
}
.cat_contents_sp .bread_sp ul {
    font-size:1.2rem;
    letter-spacing:0.05em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cat_contents_sp .bread_sp ul li {
    margin-right:15px;
    background: url(../img/list_mk001.svg) no-repeat 0 center;
    background-size: 10px;
    padding-left:16px;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.cat_maintitle_sp {
    width:100%;
}
.cat_maintitle_sp02 {
    width:100%;
    background-color:#f3f3f3;
    padding:40px 0;
}
.cat_maintitle_sp h2 {
    text-align:center;
    color:#fff;
    font-size:3.6rem;
    font-weight:700;
    letter-spacing:0.075em;
    line-height:1.0;
}
.cat_maintitle_sp p {
    color:#fff;
    text-align:center;
    font-size:1.3rem;
    font-weight:600;
    letter-spacing:0.075em;
    line-height:1.0;
    padding-top:8px;
}
.cat_contents_sp .bread_sp {
    width:92%;
    margin:0 auto;
    padding:10px 0;
    border-bottom:1px dotted #ddd;
}
.cat_contents_sp .bread_sp ul {
    font-size:1.2rem;
    letter-spacing:0.05em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cat_contents_sp .bread_sp ul li {
    margin-right:15px;
    background: url(../img/list_mk001.svg) no-repeat 0 center;
    background-size: 10px;
    padding-left:16px;
}
}


@media screen and (min-width: 768px){
.lifestyle_title {
    background: url(../../img/lifestyle_img/lifestyle_maintitle_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}

.room_title {
    background: url(../../img/room_img/room_maintitle_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}

.item_title {
    background: url(../../img/item_img/item_maintitle_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}

.idea_title {
    background: url(../../img/idea_img/idea_maintitle_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}

.story_title {
    background: url(../../img/story_img/story_maintitle_backimg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.supervisor_title {
    background: url(../../img/supervisor_img/supervisor_maintitle_backimg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.addition_title {
    background: url(../../img/addition_img/addition_maintitle_backimg.jpg) no-repeat 50% 50%;
    background-size: cover;
}
	
.lesson_title {
    background: url(https://makit.jp/wp-content/uploads/2020/06/lesson.jpg) no-repeat 50% 50%;
    background-size: cover;
}	
	
}

/* #################### cat_maintitle_sp #################### */


@media screen and (min-width:1024px){
.cat_link_sp {
    width:100%;
    padding-top:40px;
}
.cat_link_sp ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.cat_link_sp ul li {
    margin: 0 5px;
}
.cat_link_sp ul li a,a:link a:visited {
    display:inline-block;
    font-size:1.3rem;
    font-weight:500;
    letter-spacing:0.075em;
    line-height:1.0;
    border:1px solid #ddd;
    padding:12px 20px 10px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}
.cat_link_sp ul li a:hover {
    background-color:#f3f3f3;
}


.cat_contents_sp02 {
    width:90%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items:stretch;
    margin:0 auto;
    padding-top:40px;
}

.cat_contents_sp02_left {
    flex:1;
    padding-right:40px;
}
.cat_contents_sp02_left02 {
    width:100%;
}
.cat_entry_list_sp {
    width:100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cat_entry_list {
    position:relative;
    width:50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding-right:30px;
    margin-bottom:45px;
}
.cat_entry_list:nth-child(2n) {
    padding-right:0;
}
.cat_entry_list_thumb {
    position:relative;
    width: 100%;
    margin-bottom:25px;
    border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  z-index:10;
}
.cat_entry_list_thumb:after {
    content:"";
    position:absolute;
    width: 100%;
    height:100%;
    top:10px;
    left:10px;
    background-color:#f1f1f1;
    border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  z-index:-1;
}
.cat_entry_list .cat_entry_list_thumb img {
  width: 100%;
  height:260px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.cat_entry_list .cat_entry_list_thumb img:hover {
  transform: scale(1.1);
}
.cat_entry_list .cat_entry_list_thumb .caption {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size:1.2rem;
  color:#fff;
  letter-spacing:0.1em;
  font-weight:600;
}
.cat_entry_list .cat_entry_list_thumb .mask {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition: all 0.6s ease;
    -moz-transition:  all 0.6s ease;
    -o-transition:  all 0.6s ease;
    transition:all 0.6s ease;
}
.cat_entry_list .cat_entry_list_thumb:hover .mask {
  opacity:1;  /* マスクを表示する */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.cat_entry_list_desc {
    width: 100%;
    position: relative;
    margin-bottom:20px;
}
.cat_entry_list .cat_entry_list_desc h6 {
    position:absolute;
    top:-45px;
    left:-13px;
    display:inline-block;
    color:#fff;
    font-size:1.15rem;
    font-weight:500;
    line-height:1.0;
    letter-spacing:0.05em;
    padding: 12px 20px 12px 20px;
    background-color:#111;
    border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  z-index:15;
}
.cat_entry_list .cat_entry_list_desc h4 {
    color:#222;
    font-size:1.6rem;
    font-weight:500;
    line-height:1.6;
    letter-spacing:0.05em;
}
.cat_entry_list .cat_entry_list_desc p.cat_entry_text {
    font-size:1.3rem;
    line-height:1.6;
    letter-spacing:0.05em;
    margin-top:20px;
}
.cat_entry_list p.update {
    text-align:right;
    color:#999;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    margin-top:auto;
    padding-top:15px;
    border-top:1px dotted #ddd;
}

.cat_entry_list_option {
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top:15px;
    border-top:1px dotted #ddd;
    margin-top:auto;
    justify-content: space-between;
}
.cat_entry_list_option p.update {
    color:#999;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    padding-top:0;
    border-top:none;
    margin-top:0;
}
.cat_entry_list_option p.p_cat {
    color:#999;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
}
.cat_entry_list_option p.p_cat span {
    padding-right:6px;
}

.cat_entry_list .cat_entry_list_desc .cat_story_brand_sp {
    width:100%;
    margin-bottom:10px;
}
p.bs_story_brandname {
    font-size:1.2rem;
    letter-spacing:0.05em;
    margin-bottom:7px;
    line-height:1.0;
}
.cat_entry_list .cat_entry_list_desc .cat_story_brand_sp h3 {
    font-size:1.6rem;
    color:#111;
    font-weight:500;
    line-height:1.0;
    letter-spacing:0.05em;
}


.cat_contents_sp02_right {
    max-width: 350px;
    flex: 1 1 0%;
}
.cat_contents_sp02_right .side_title_sp {
    position:relative;
    width:100%;
    background-color:#f3f3f3;
    padding:15px 0;
    margin-bottom:20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.cat_contents_sp02_right .side_title_sp:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f3f3f3 transparent #f3f3f3 transparent;
    border-width: 12px 7px 0px 7px;
}
.cat_contents_sp02_right .side_title_sp h3 {
    text-align:center;
    color:#111;
    font-size: 1.8rem;
    font-weight:700;
    letter-spacing:0.05em;
    line-height:1.6;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.cat_link_sp {
    width:100%;
    padding-top:30px;
}
.cat_link_sp ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.cat_link_sp ul li {
    margin: 0 4px;
}
.cat_link_sp ul li a,a:link a:visited {
    display:inline-block;
    font-size:1.3rem;
    font-weight:500;
    letter-spacing:0.075em;
    line-height:1.0;
    border:1px solid #ddd;
    padding:12px 20px 10px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}
.cat_link_sp ul li a:hover {
    background-color:#f3f3f3;
}


.cat_contents_sp02 {
    width:92%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 auto;
    padding-top:30px;
}
.cat_contents_sp02_left {
    width:100%;
}
.cat_contents_sp02_left02 {
    width:100%;
}
.cat_entry_list_sp {
    width:100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cat_entry_list {
    position:relative;
    width:48.2%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom:40px;
}
.cat_entry_list_thumb {
    position:relative;
    width: 100%;
    margin-bottom:25px;
    border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  z-index:10;
}
.cat_entry_list_thumb:after {
    content:"";
    position:absolute;
    width: 100%;
    height:100%;
    top:10px;
    left:10px;
    background-color:#f1f1f1;
    border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  z-index:-1;
}
.cat_entry_list .cat_entry_list_thumb img {
  width: 100%;
  height:240px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.cat_entry_list .cat_entry_list_thumb img:hover {
  transform: scale(1.1);
}
.cat_entry_list .cat_entry_list_thumb .caption {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size:1.2rem;
  color:#fff;
  letter-spacing:0.1em;
  font-weight:600;
}
.cat_entry_list .cat_entry_list_thumb .mask {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition: all 0.6s ease;
    -moz-transition:  all 0.6s ease;
    -o-transition:  all 0.6s ease;
    transition:all 0.6s ease;
}
.cat_entry_list .cat_entry_list_thumb:hover .mask {
  opacity:1;  /* マスクを表示する */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.cat_entry_list_desc {
    width: 100%;
    position: relative;
    margin-bottom:20px;
}
.cat_entry_list .cat_entry_list_desc h6 {
    position:absolute;
    top:-45px;
    left:-13px;
    display:inline-block;
    color:#fff;
    font-size:1.15rem;
    font-weight:500;
    line-height:1.0;
    letter-spacing:0.05em;
    padding: 12px 20px 12px 20px;
    background-color:#111;
    border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  z-index:15;
}
.cat_entry_list .cat_entry_list_desc h4 {
    color:#222;
    font-size:1.6rem;
    font-weight:500;
    line-height:1.6;
    letter-spacing:0.05em;
}
.cat_entry_list .cat_entry_list_desc p.cat_entry_text {
    font-size:1.3rem;
    line-height:1.6;
    letter-spacing:0.05em;
    margin-top:20px;
}
.cat_entry_list p.update {
    text-align:right;
    color:#999;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    margin-top:auto;
    padding-top:15px;
    border-top:1px dotted #ddd;
}

.cat_entry_list_option {
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top:15px;
    border-top:1px dotted #ddd;
    margin-top:auto;
    justify-content: space-between;
}
.cat_entry_list_option p.update {
    color:#999;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    padding-top:0;
    border-top:none;
    margin-top:0;
}
.cat_entry_list_option p.p_cat {
    color:#999;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
}
.cat_entry_list_option p.p_cat span {
    padding-right:6px;
}

.cat_entry_list .cat_entry_list_desc .cat_story_brand_sp {
    width:100%;
    margin-bottom:10px;
}
p.bs_story_brandname {
    font-size:1.2rem;
    letter-spacing:0.05em;
    margin-bottom:7px;
    line-height:1.0;
}
.cat_entry_list .cat_entry_list_desc .cat_story_brand_sp h3 {
    font-size:1.6rem;
    color:#111;
    font-weight:500;
    line-height:1.0;
    letter-spacing:0.05em;
}


.cat_contents_sp02_right {
    width: 100%;
}
.cat_contents_sp02_right .side_title_sp {
    position:relative;
    width:100%;
    background-color:#f3f3f3;
    padding:18px 0;
    margin-bottom:20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.cat_contents_sp02_right .side_title_sp:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f3f3f3 transparent #f3f3f3 transparent;
    border-width: 12px 7px 0px 7px;
}
.cat_contents_sp02_right .side_title_sp h3 {
    text-align:center;
    color:#111;
    font-size: 1.8rem;
    font-weight:700;
    letter-spacing:0.05em;
    line-height:1.6;
}
}

/* ############################ cat_contents_sp ############################ */



/* #################### search_contents_sp #################### */

@media screen and (min-width:1024px){
.search_contents_sp {
    width:100%;
    padding-bottom:100px;
}

.search_contents_sp .bread_sp {
    width:90%;
    margin:0 auto;
    padding:10px 0;
    border-top:1px dotted #ddd;
    border-bottom:1px dotted #ddd;
}
.search_contents_sp .bread_sp ul {
    font-size:1.2rem;
    letter-spacing:0.05em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search_contents_sp .bread_sp ul li {
    margin-right:15px;
    background: url(../img/list_mk001.svg) no-repeat 0 center;
    background-size: 10px;
    padding-left:16px;
}

.search_contents_sp02 {
    width:90%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 auto;
    padding-top:40px;
}

.search_contents_sp02_left {
    flex:1;
    padding-right:40px;
}
.search_contents_sp02_left .page_title_sp h3 img {
    width:33px;
    margin-right:6px;
}
.search_contents_sp02_left02 {
    width:100%;
    background-color:#f3f3f3;
    border:2px dotted #ddd;
    margin-bottom:40px;
    padding:30px;
    border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.search_contents_sp02_left02 p {
    font-size:1.3rem;
    letter-spacing:0.05em;
    line-height:1.6;
}
span.search_num {
    font-size:2.0rem;
    font-weight:500;
    color:#f00;
}
.search_list_sp {
    width:100%;
    border-top:1px dotted #ddd;
}
.search_list {
    width:100%;
    border-bottom: 1px dotted #ddd;
}
.search_list a,a:link a:visited {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding:10px;
}
.search_list a:hover {
    color: #4a8891;
    background-color:#f3f3f3;
}
.search_list .search_list_thumb {
    width: 80px;
    height:80px;
    position:relative;
}
.search_list .search_list_thumb img {
  width: 80px;
  height:80px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.search_list .search_list_thumb img:hover {
  transform: scale(1.1);
}
.search_list .search_list_thumb .caption {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size:1.2rem;
  color:#fff;
  letter-spacing:0.1em;
  font-weight:600;
}
.search_list .search_list_thumb .mask {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition: all 0.6s ease;
    -moz-transition:  all 0.6s ease;
    -o-transition:  all 0.6s ease;
    transition:all 0.6s ease;
}
.search_list .search_list_thumb:hover .mask {
  opacity:1;  /* マスクを表示する */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.search_list .search_list_desc {
    flex:1;
    padding-left:15px;
}
.search_list .search_list_desc h4 {
    color:#222;
    font-size:1.6rem;
    font-weight:500;
    line-height:1.6;
    letter-spacing:0.05em;
}
.search_list .search_list_desc p.update {
    color:#666;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    padding-top:20px;
}

.search_contents_sp02_right {
    width: 350px;
}
.search_contents_sp02_right .side_title_sp {
    position:relative;
    width:100%;
    background-color:#f3f3f3;
    padding:15px 0;
    margin-bottom:20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.search_contents_sp02_right .side_title_sp:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f3f3f3 transparent #f3f3f3 transparent;
    border-width: 12px 7px 0px 7px;
}
.search_contents_sp02_right .side_title_sp h3 {
    text-align:center;
    color:#111;
    font-size: 1.8rem;
    font-weight:700;
    letter-spacing:0.05em;
    line-height:1.6;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.search_contents_sp {
    width:100%;
    padding-bottom:80px;
}

.search_contents_sp .bread_sp {
    width:92%;
    margin:0 auto;
    padding:10px 0;
    border-top:1px dotted #ddd;
    border-bottom:1px dotted #ddd;
}
.search_contents_sp .bread_sp ul {
    font-size:1.2rem;
    letter-spacing:0.05em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search_contents_sp .bread_sp ul li {
    margin-right:15px;
    background: url(../img/list_mk001.svg) no-repeat 0 center;
    background-size: 10px;
    padding-left:16px;
}

.search_contents_sp02 {
    width:100%;
    padding-top:30px;
}

.search_contents_sp02_left {
    width:92%;
    margin:0 auto;
}
.search_contents_sp02_left .page_title_sp h3 img {
    width:30px;
    margin-right:6px;
}
.search_contents_sp02_left02 {
    width:100%;
    background-color:#f3f3f3;
    border:2px dotted #ddd;
    margin-bottom:30px;
    padding:30px;
    border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.search_contents_sp02_left02 p {
    text-align:center;
    font-size:1.3rem;
    letter-spacing:0.05em;
    line-height:1.6;
}
span.search_num {
    font-size:2.0rem;
    font-weight:500;
    color:#f00;
}
.search_list_sp {
    width:100%;
    border-top:1px dotted #ddd;
}
.search_list {
    width:100%;
    border-bottom: 1px dotted #ddd;
}
.search_list a,a:link a:visited {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding:10px;
}
.search_list a:hover {
    color: #4a8891;
    background-color:#f3f3f3;
}
.search_list .search_list_thumb {
    width: 80px;
    height:80px;
    position:relative;
}
.search_list .search_list_thumb img {
  width: 80px;
  height:80px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.search_list .search_list_thumb img:hover {
  transform: scale(1.1);
}
.search_list .search_list_thumb .caption {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size:1.2rem;
  color:#fff;
  letter-spacing:0.1em;
  font-weight:600;
}
.search_list .search_list_thumb .mask {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition: all 0.6s ease;
    -moz-transition:  all 0.6s ease;
    -o-transition:  all 0.6s ease;
    transition:all 0.6s ease;
}
.search_list .search_list_thumb:hover .mask {
  opacity:1;  /* マスクを表示する */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.search_list .search_list_desc {
    flex:1;
    padding-left:15px;
}
.search_list .search_list_desc h4 {
    color:#222;
    font-size:1.6rem;
    font-weight:500;
    line-height:1.6;
    letter-spacing:0.05em;
}
.search_list .search_list_desc p.update {
    color:#666;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    padding-top:20px;
}

.search_contents_sp02_right {
    width: 92%;
    margin: 0 auto;
}
.search_contents_sp02_right .side_title_sp {
    position:relative;
    width:100%;
    background-color:#f3f3f3;
    padding:18px 0;
    margin-bottom:20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.search_contents_sp02_right .side_title_sp:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f3f3f3 transparent #f3f3f3 transparent;
    border-width: 12px 7px 0px 7px;
}
.search_contents_sp02_right .side_title_sp h3 {
    text-align:center;
    color:#111;
    font-size: 1.8rem;
    font-weight:700;
    letter-spacing:0.05em;
    line-height:1.6;
}
}

/* #################### search_contents_sp #################### */



/* ############################ rank_box ############################ */

@media screen and (min-width:1024px){
.side_box {
    width:100%;
    margin-bottom: 40px;
    border-top: 1px dotted #ddd;
}
.rank_box {
    position: relative;
    width: 100%;
    border-bottom: 1px dotted #ddd;
}
.rank_box a,a:link a:visited {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    position: relative;
    padding:15px 10px;
}
.rank_box a:hover {
    background-color: #f3f3f3;
}
li:nth-child(1).rank_box:before {
    content: "";
    width:35px;
    height:35px;
    position: absolute;
    top: -7px;
    left: -12px;
    background:url(../img/ranking_no1_img.png) no-repeat 0 0;
    background-size:35px;
    z-index: 1000;
}

li:nth-child(2).rank_box:before {
    content: "";
    width:30px;
    height:30px;
    position: absolute;
    top: 3px;
    left: -10px;
    background:url(../img/ranking_no2_img.png) no-repeat 0 0;
    background-size:30px;
    z-index: 1000;
}

li:nth-child(3).rank_box:before {
    content: "";
    width:30px;
    height:30px;
    position: absolute;
    top: 3px;
    left: -10px;
    background:url(../img/ranking_no3_img.png) no-repeat 0 0;
    background-size:30px;
    z-index: 1000;
}

.rank_thumb {
    width: 70px;
    height:70px;
    position:relative;
}
.rank_thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.rank_box .rank_inner {
    flex:1;
    padding-left:12px;
}
.rank_box .rank_inner p {
    color:#222;
    font-size:1.3rem;
    font-weight:500;
    line-height:1.5;
    letter-spacing:0.05em;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.side_box {
    width:100%;
    margin-bottom: 40px;
}
.rank_box {
    position: relative;
    width: 100%;
    border: 1px dotted #ddd;
    border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-top:15px;
}
.rank_box a,a:link a:visited {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    position: relative;
    padding:15px;
}
.rank_box a:hover {
    background-color: #f3f3f3;
}
li:nth-child(1).rank_box:before {
    content: "";
    width:35px;
    height:35px;
    position: absolute;
    top: -7px;
    left: -12px;
    background:url(../img/ranking_no1_img.png) no-repeat 0 0;
    background-size:35px;
    z-index: 1000;
}

li:nth-child(2).rank_box:before {
    content: "";
    width:30px;
    height:30px;
    position: absolute;
    top: 3px;
    left: -10px;
    background:url(../img/ranking_no2_img.png) no-repeat 0 0;
    background-size:30px;
    z-index: 1000;
}

li:nth-child(3).rank_box:before {
    content: "";
    width:30px;
    height:30px;
    position: absolute;
    top: 3px;
    left: -10px;
    background:url(../img/ranking_no3_img.png) no-repeat 0 0;
    background-size:30px;
    z-index: 1000;
}

.rank_thumb {
    width: 80px;
    height:80px;
    position:relative;
}
.rank_thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.rank_box .rank_inner {
    flex:1;
    padding-left:15px;
}
.rank_box .rank_inner p {
    color:#222;
    font-size:1.4rem;
    font-weight:500;
    line-height:1.5;
    letter-spacing:0.05em;
}
}

/* ############################ rank_box ############################ */





/* ############################ 記事外バナー追加用 ######################### */

@media screen and (min-width: 768px){
.out_ad_block {
	width: 100%;
	clear: both;
}

.out_ad_left {
	display:inline-block;
	margin: 35px 0 0 0;
}

.out_ad_right {
	display:inline-block;
	margin: 35px 0 0 20px;
}

.out_post_box {
	clear: both;
	margin-bottom: 30px;
}

.out_post_box h2 {
	font-size: 140%;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 5px;
	margin-top: 40px;
	font-weight:bold;
}

.out_post_box p {
    font-size: 90%;
	line-height:1.7em;
	margin-top:20px;
}

.out_post_box img {
    width: 100%;
	padding-top: 25px;
}


/* ###### 広告掲載フォーム用ボタン ##### */

.contact_btn_style {
        text-align:center;
        margin-top:20px;
        margin-bottom:40px;
}

.contact_btn_style a,a:link a:visited {
    width:40%;
    font-size:100%;
    font-weight:bold;
    display:block;
    text-align:center;
    color:#fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding:12px 0;
    background-color:#ee7c1a;
    transition: all .3s;
    margin:0 auto;
}

.contact_btn_style a:hover {
    text-decoration:none;
    background-color:#e95504;
}
}

/* ###### 広告掲載フォーム用ボタンここまで ##### */



/* ############################ wp-pagenavi ############################ */

@media screen and (min-width:1024px){
.wp-pagenavi {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 25px;
    clear:both;
    text-align: center;
}

.wp-pagenavi img {
    width: 9px !important;
    vertical-align: middle !important;
    float: none !important;
    margin: 0 !important;

}

.wp-pagenavi .pages {
    color: #999;
    font-weight: 500;
    font-size:1.4rem;
    position: absolute;
    padding: 0 !important;
    margin: 0 20px 0 -20px !important;
}

.wp-pagenavi a.nextpostslink {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px 0 80px !important;
}

.wp-pagenavi a.previouspostslink {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 80px 0 10px !important;
}

/*
.wp-pagenavi a, .wp-pagenavi span {
    line-height: 60px !important;
    height: 60px !important;
    border: none !important;
    margin: 0px !important;
    text-decoration: none;
    text-align: center !important;
    /* background-color: #fff !important; */

.nextpostslink {
float:right;
}

.previouspostslink {
float:left;
}

.wp-pagenavi a:hover {
    /* background-color: #97BC5F !important;
    color: #fff !important; */
}

.wp-pagenavi .current {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 45px;
    line-height: 45px;
    margin: 0 4px;
    background-color: #222;
    color: #fff;
    font-size: 1.3rem;
    font-weight:700;
    text-align: center;
    letter-spacing: normal;
    vertical-align: middle;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.wp-pagenavi .page {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 45px;
    line-height: 45px;
    margin: 0 4px;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: normal;
    vertical-align: middle;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.wp-pagenavi .page:hover {
    background-color: #f3f3f3;
    text-decoration: none;
}

.wp-pagenavi .extend {
    width: 45px;
    line-height: 45px;
    letter-spacing: 0.1em;
    margin: 0 3px;
}

.wp-pagenavi .last,.wp-pagenavi .first,.wp-pagenavi .pages/*,.wp-pagenavi .current,.wp-pagenavi .extend,.wp-pagenavi .larger*/ {
    display:none;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.wp-pagenavi {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 15px;
    clear:both;
    text-align: center;
}

.wp-pagenavi img {
    width: 9px !important;
    vertical-align: middle !important;
    float: none !important;
    margin: 0 !important;

}

.wp-pagenavi .pages {
    color: #999;
    font-weight: 500;
    font-size:1.4rem;
    position: absolute;
    padding: 0 !important;
    margin: 0 20px 0 -20px !important;
}

.wp-pagenavi a.nextpostslink {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px 0 80px !important;
}

.wp-pagenavi a.previouspostslink {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 80px 0 10px !important;
}

/*
.wp-pagenavi a, .wp-pagenavi span {
    line-height: 60px !important;
    height: 60px !important;
    border: none !important;
    margin: 0px !important;
    text-decoration: none;
    text-align: center !important;
    /* background-color: #fff !important; */

.nextpostslink {
float:right;
}

.previouspostslink {
float:left;
}

.wp-pagenavi a:hover {
    /* background-color: #97BC5F !important;
    color: #fff !important; */
}

.wp-pagenavi .current {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 40px;
    line-height: 40px;
    margin: 0 4px;
    background-color: #222;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    font-weight:700;
    letter-spacing: normal;
    vertical-align: middle;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.wp-pagenavi .page {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 40px;
    line-height: 40px;
    margin: 0 4px;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: normal;
    vertical-align: middle;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.wp-pagenavi .page:hover {
    background-color: #f3f3f3;
    text-decoration: none;
}

.wp-pagenavi .extend {
    width: 40px;
    line-height: 40px;
    letter-spacing: 0.1em;
    margin: 0 3px;
}

.wp-pagenavi .last,.wp-pagenavi .first,.wp-pagenavi .pages/*,.wp-pagenavi .current,.wp-pagenavi .extend,.wp-pagenavi .larger*/ {
    display:none;
}
}

/* ############################ wp-pagenavi ############################ */



@media screen and (min-width: 768px){
.wpp-list {
	position: relative;
}
.wpp-list li {
	padding: 10px 0;
	border-bottom: solid 1px #CCC;
	padding-left:0 !important;
	background-image: none !important;
    list-style: none;
	counter-increment: wpp-ranking;
}
.wpp-list li a:hover {
	text-decoration: none !important;
	color: #97BC5F !important;
}
.wpp-post-title {
	font-size: 12px !important;
	float: left;
	padding-left: 55px;
	min-height: 50px;
}

/*.wpp-thumbnail {
	position: absolute;
	left: 0;
	z-index: 1;
}*/
 
.wpp-list li:before {
    color:#fff;
	content:counter(wpp-ranking) ;
	text-align:center;
    line-height:20px;
    width: 20px;
    height: 20px;
    background-color:#97BC5F;
    font-size: 12px !important;
    position: absolute;
    left: 0;
    z-index: 3;
}



.ml20 {
	margin-left: 20px;	
}

.wpfp-span .wpfp-img {
	display: none !important;
}

.activity .wpfp-link {
	display: none;
}

.h_sm {
	display:none;
}

.w20 {
	width: 20px !important;
}
.list {
    vertical-align: middle;
    background: url(../img/disc.png) no-repeat 0px center;
    background-size:20px;
    padding-left:26px;
}


.video {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 100%;
}
}



/* ############################ プラグイン不具合のため、Twitterボタン追加 ######################### */



/* ############################  サイドバナー領域  ######################### */



/* ############################ supervisor_contents_sp ######################### */

@media screen and (min-width:1024px){
.supervisor_contents_sp {
    width:100%;
    padding-bottom:100px;
}
.supervisor_contents_sp .bread_sp {
    width:90%;
    margin:0 auto;
    padding:10px 0;
    border-bottom:1px dotted #ddd;
}
.supervisor_contents_sp .bread_sp ul {
    font-size:1.2rem;
    letter-spacing:0.05em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.supervisor_contents_sp .bread_sp ul li {
    margin-right:15px;
    background: url(../img/list_mk001.svg) no-repeat 0 center;
    background-size: 10px;
    padding-left:16px;
}
.supervisor_contents_sp02 {
    width:90%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 auto;
    padding-top:60px;
}
.supervisor_contents_sp02_left {
    flex:1;
    padding-right:30px;
}

.supervisor_list_sp {
    width:100%;
}
.supervisor_list {
    position:relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    border:1px dotted #ddd;
    padding:25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color:#f2efe7;
    margin-bottom:20px;
}
.supervisor_list .supervisor_list_thumb {
    width:100px;
    position: relative;
}
.supervisor_list .supervisor_list_thumb p {
    width:100px;
    height:100px;
}
.supervisor_list .supervisor_list_thumb p img {
    width:100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.supervisor_list .supervisor_list_desc {
    flex:1;
    padding-left:20px;
}
.supervisor_list .supervisor_list_desc h3 {
    color:#222;
    font-size: 2.2rem;
    line-height:1.4;
    font-weight: 500;
    letter-spacing:0.05em;
}
.supervisor_list .supervisor_list_desc h3 span.supervisor_belong {
    display:block;
    font-size: 1.2rem;
    color:#999;
    padding-top:5px;
    line-height:1.4;
}
.supervisor_list .supervisor_list_desc p {
    display:none;
}
.supervisor_list .supervisor_list_desc h6 {
    width:100%;
    line-height:1.0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top:12px;
}
.supervisor_list .supervisor_list_desc h6 a {
    font-size:1.4rem;
    line-height:1.0;
    letter-spacing:0.05em;
    font-weight:500;
    background: url(../img/disc.png) no-repeat 0px center;
    background-size:20px;
    padding-left:26px;
}

.supervisor-card {
    width: 100%;
    padding:25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-bottom:40px;
    background-color:#f2efe7;
    border:2px dotted #ddd;
}

.supervisor-card__thumb {
    width: 120px;
}
img.supervisor-card__thumb_img {
    width: 120px;
    height: 120px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.supervisor-card__wrap {
    flex:1;
    padding-left:20px;
}
h3.supervisor-card__name {
    color:#222;
    font-size:2.2rem;
    letter-spacing:0.05em;
    font-weight: 500;
    line-height:1.0;
    background: url(../img/person_illust.svg) no-repeat 0px center;
    background-size:20px;
    padding-left:26px;
}
p.supervisor-card__url {
    font-size:1.4rem;
    letter-spacing:0.05em;
    margin-top:5px;
    line-height:1.5;
    word-break: break-all;
}
p.supervisor-card__url img {
    width:13px;
    margin-left:5px;
    padding-bottom:5px;
}
h4.supervisor-card__belong {
    font-size:1.2rem;
    letter-spacing:0.05em;
    color: #999;
    padding-top:2px;
}

p.supervisor-card__profile {
    font-size:1.3rem;
    letter-spacing:0.05em;
    margin-top:15px;
}

.supervisor_entry_list_sp {
    width:100%;
    border-top:1px dotted #ddd;
}
.supervisor_entry_list {
    width:100%;
    border-bottom: 1px dotted #ddd;
}
.supervisor_entry_list a,a:link a:visited {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding:10px;
}
.supervisor_entry_list a:hover {
    color: #4a8891;
    background-color:#f3f3f3;
}
.supervisor_entry_list .supervisor_entry_list_thumb {
    width: 80px;
    height:80px;
    position:relative;
}
.supervisor_entry_list .supervisor_entry_list_thumb img {
  width: 80px;
  height:80px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.supervisor_entry_list .supervisor_entry_list_thumb img:hover {
  transform: scale(1.1);
}
.supervisor_entry_list .supervisor_entry_list_thumb .caption {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size:1.2rem;
  color:#fff;
  letter-spacing:0.1em;
  font-weight:600;
}
.supervisor_entry_list .supervisor_entry_list_thumb .mask {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition: all 0.6s ease;
    -moz-transition:  all 0.6s ease;
    -o-transition:  all 0.6s ease;
    transition:all 0.6s ease;
}
.supervisor_entry_list .supervisor_entry_list_thumb:hover .mask {
  opacity:1;  /* マスクを表示する */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.supervisor_entry_list .supervisor_entry_list_desc {
    flex:1;
    padding-left:15px;
}
.supervisor_entry_list .supervisor_entry_list_desc h4 {
    color:#222;
    font-size:1.6rem;
    font-weight:500;
    line-height:1.6;
    letter-spacing:0.05em;
}
.supervisor_entry_list .supervisor_entry_list_desc p.update {
    color:#666;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    padding-top:20px;
}

.top-list-area__text {
    position: absolute;
    top: 10px;
    left: 95px;
}

.supervisor_contents_sp02_right {
    width: 350px;
}
.supervisor_contents_sp02_right .side_title_sp {
    position:relative;
    width:100%;
    background-color:#f3f3f3;
    padding:15px 0;
    margin-bottom:20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.supervisor_contents_sp02_right .side_title_sp:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f3f3f3 transparent #f3f3f3 transparent;
    border-width: 12px 7px 0px 7px;
}
.supervisor_contents_sp02_right .side_title_sp h3 {
    text-align:center;
    color:#111;
    font-size: 1.8rem;
    font-weight:700;
    letter-spacing:0.05em;
    line-height:1.6;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.supervisor_contents_sp {
    width:100%;
    padding-bottom:80px;
}
.supervisor_contents_sp .bread_sp {
    width:92%;
    margin:0 auto;
    padding:10px 0;
    border-bottom:1px dotted #ddd;
}
.supervisor_contents_sp .bread_sp ul {
    font-size:1.2rem;
    letter-spacing:0.05em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.supervisor_contents_sp .bread_sp ul li {
    margin-right:15px;
    background: url(../img/list_mk001.svg) no-repeat 0 center;
    background-size: 10px;
    padding-left:16px;
}
.supervisor_contents_sp02 {
    width:92%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 auto;
    padding-top:40px;
}
.supervisor_contents_sp02_left {
    width:100%;
}

.supervisor_list_sp {
    width:100%;
}
.supervisor_list {
    position:relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    border:1px dotted #ddd;
    padding:25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color:#f2efe7;
    margin-bottom:20px;
}
.supervisor_list .supervisor_list_thumb {
    width:100px;
    position: relative;
}
.supervisor_list .supervisor_list_thumb p {
    width:100px;
    height:100px;
}
.supervisor_list .supervisor_list_thumb p img {
    width:100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.supervisor_list .supervisor_list_desc {
    flex:1;
    padding-left:20px;
}
.supervisor_list .supervisor_list_desc h3 {
    color:#222;
    font-size: 2.2rem;
    line-height:1.4;
    font-weight: 500;
    letter-spacing:0.05em;
}
.supervisor_list .supervisor_list_desc h3 span.supervisor_belong {
    display:block;
    font-size: 1.2rem;
    color:#999;
    padding-top:5px;
    line-height:1.4;
}
.supervisor_list .supervisor_list_desc p {
    display:none;
}
.supervisor_list .supervisor_list_desc h6 {
    width:100%;
    line-height:1.0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top:12px;
}
.supervisor_list .supervisor_list_desc h6 a {
    font-size:1.4rem;
    line-height:1.0;
    letter-spacing:0.05em;
    font-weight:500;
    background: url(../img/disc.png) no-repeat 0px center;
    background-size:20px;
    padding-left:26px;
}

.supervisor-card {
    width: 100%;
    padding:25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-bottom:40px;
    background-color:#f2efe7;
    border:2px dotted #ddd;
}

.supervisor-card__thumb {
    width: 120px;
}
img.supervisor-card__thumb_img {
    width: 120px;
    height: 120px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.supervisor-card__wrap {
    flex:1;
    padding-left:20px;
}
h3.supervisor-card__name {
    color:#222;
    font-size:2.2rem;
    letter-spacing:0.05em;
    font-weight: 500;
    line-height:1.0;
    background: url(../img/person_illust.svg) no-repeat 0px center;
    background-size:20px;
    padding-left:26px;
}
p.supervisor-card__url {
    font-size:1.4rem;
    letter-spacing:0.05em;
    margin-top:5px;
    line-height:1.5;
    word-break: break-all;
}
p.supervisor-card__url img {
    width:13px;
    margin-left:5px;
    padding-bottom:5px;
}
h4.supervisor-card__belong {
    font-size:1.2rem;
    letter-spacing:0.05em;
    color: #999;
    padding-top:2px;
}

p.supervisor-card__profile {
    font-size:1.3rem;
    letter-spacing:0.05em;
    margin-top:15px;
}

.supervisor_entry_list_sp {
    width:100%;
    border-top:1px dotted #ddd;
}
.supervisor_entry_list {
    width:100%;
    border-bottom: 1px dotted #ddd;
}
.supervisor_entry_list a,a:link a:visited {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding:10px;
}
.supervisor_entry_list a:hover {
    color: #4a8891;
    background-color:#f3f3f3;
}
.supervisor_entry_list .supervisor_entry_list_thumb {
    width: 80px;
    height:80px;
    position:relative;
}
.supervisor_entry_list .supervisor_entry_list_thumb img {
  width: 80px;
  height:80px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.supervisor_entry_list .supervisor_entry_list_thumb img:hover {
  transform: scale(1.1);
}
.supervisor_entry_list .supervisor_entry_list_thumb .caption {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size:1.2rem;
  color:#fff;
  letter-spacing:0.1em;
  font-weight:600;
}
.supervisor_entry_list .supervisor_entry_list_thumb .mask {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition: all 0.6s ease;
    -moz-transition:  all 0.6s ease;
    -o-transition:  all 0.6s ease;
    transition:all 0.6s ease;
}
.supervisor_entry_list .supervisor_entry_list_thumb:hover .mask {
  opacity:1;  /* マスクを表示する */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.supervisor_entry_list .supervisor_entry_list_desc {
    flex:1;
    padding-left:15px;
}
.supervisor_entry_list .supervisor_entry_list_desc h4 {
    color:#222;
    font-size:1.6rem;
    font-weight:500;
    line-height:1.6;
    letter-spacing:0.05em;
}
.supervisor_entry_list .supervisor_entry_list_desc p.update {
    color:#666;
    font-size:1.0rem;
    line-height:1.0;
    letter-spacing:0.05em;
    padding-top:20px;
}

.top-list-area__text {
    position: absolute;
    top: 10px;
    left: 95px;
}

.supervisor_contents_sp02_right {
    width: 100%;
    margin:0 auto;
}
.supervisor_contents_sp02_right .side_title_sp {
    position:relative;
    width:100%;
    background-color:#f3f3f3;
    padding:18px 0;
    margin-bottom:20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.supervisor_contents_sp02_right .side_title_sp:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f3f3f3 transparent #f3f3f3 transparent;
    border-width: 12px 7px 0px 7px;
}
.supervisor_contents_sp02_right .side_title_sp h3 {
    text-align:center;
    color:#111;
    font-size: 1.8rem;
    font-weight:700;
    letter-spacing:0.05em;
    line-height:1.6;
}
}

/* ############################ supervisor_contents_sp ######################### */


/* ############################ footer_sp ######################### */

@media screen and (min-width:1024px){
.footer_sp {
    width:100%;
}
.footer_sp02 {
    position: relative;
    width:90%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 auto;
    background-color:#f3f3f3;
    padding:40px 40px 35px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.footer_sp_left {
    flex:1;
}
.footer_sns {
    width:100%;
}
.footer_sns ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_sns ul li {
    width:40px;
    margin-right:20px;
}
.footer_sns ul li img {
    width:100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.footer_list {
    width:100%;
    margin-top:20px;
}
.footer_list ul {
    font-size:1.2rem;
    letter-spacing:0.05em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_list ul li:last-child {
    border-right:1px dotted #ccc;
}
.footer_list ul li {
    border-left:1px dotted #ccc;
    padding: 0 12px;
    margin-bottom:5px;
}
.footer_list ul li a,a:link a:visited {
    display:inline-block;
    position: relative;
}
.footer_list ul li a:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #222;
    width: 0;
    height: 1px;
    bottom: -3px;
    left: 0;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
}
.footer_list ul li a:hover {
    color:#222;
    text-decoration:none;
}
.footer_list ul li a:hover:before {
    width: 100%;
}

.footer_sp_right {
    width:120px;
}
.footer_sp_right p {
    width:120px;
}
.footer_sp_right p img {
    width:100%;
}

.copy {
    width:100%;
    padding:15px 0;
}
.copy p {
    font-size:1.0rem;
    color:#111;
    text-align:center;
    line-height:1.0;
    letter-spacing:0.1em;
}

p.footer_mountain {
    position:absolute;
    right:-25px;
    bottom:-25px;
}
p.footer_mountain img {
    width:140px;
}
}

@media screen and (min-width:768px) and (max-width:1023px){
.footer_sp {
    width:100%;
}
.footer_sp02 {
    position: relative;
    width:92%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 auto;
    background-color:#f3f3f3;
    padding:30px 30px 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.footer_sp_left {
    flex:1;
}
.footer_sns {
    width:100%;
}
.footer_sns ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_sns ul li {
    width:35px;
    margin-right:20px;
}
.footer_sns ul li img {
    width:100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.footer_list {
    width:100%;
    margin-top:20px;
}
.footer_list ul {
    font-size:1.2rem;
    letter-spacing:0.05em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_list ul li:last-child {
    border-right:1px dotted #ccc;
}
.footer_list ul li {
    border-left:1px dotted #ccc;
    padding: 0 10px;
    margin-bottom:5px;
}
.footer_list ul li a,a:link a:visited {
    display:inline-block;
    position: relative;
}
.footer_list ul li a:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #222;
    width: 0;
    height: 1px;
    bottom: -3px;
    left: 0;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
}
.footer_list ul li a:hover {
    color:#222;
    text-decoration:none;
}
.footer_list ul li a:hover:before {
    width: 100%;
}

.footer_sp_right {
    width:100px;
}
.footer_sp_right p {
    width:100px;
}
.footer_sp_right p img {
    width:100%;
}

.copy {
    width:100%;
    padding:15px 0;
}
.copy p {
    font-size:1.0rem;
    color:#111;
    text-align:center;
    line-height:1.0;
    letter-spacing:0.1em;
}

p.footer_mountain {
    position:absolute;
    right:-20px;
    bottom:-20px;
}
p.footer_mountain img {
    width:120px;
}
}

/* ############################ footer_sp ######################### */


/* ############################ add_style ############################ */

@media screen and (min-width: 768px){
.PC_page_middle {
	text-align: center;
    width:100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.pc_add_page_top_sp {
    width:700px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
}
.pc_add_page_top_sp_left {
    width:330px;
}
.pc_add_page_top_sp_right {
    width:330px;
}

.pc_add_page_middle_sp {
    width:700px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
}
.pc_add_page_middle_sp_left {
    width:330px;
}
.pc_add_page_middle_sp_right {
    width:330px;
}
	
.pc_add_page_bottom_sp {
	text-align: center;
    width:100%;
	margin:40px 0 0;
}

.add_side_top_sp {
	text-align: center;
	width:100%;
	margin:0 auto 25px;
}
.pc_add_side_middle_sp {
	text-align: center;
    width:100%;
	margin: 0 0 30px;
}
	
.sp_add_page_top_sp {
    display:none;
}
.sp_add_page_middle_sp {
    display:none;
}
.sp_add_page_bottom_sp {
    display:none;
}
.sp_add_page_bottom_sp02 {
    display:none;
}
.sp_add_fixed_sp {
    display:none;
}

}

/* ############################ add_style ############################ */


@media screen and (min-width: 768px){
.btn_style {
    text-align: center;
    background-color: rgb(209, 229, 228) !important;
    font-size: 100%;
    width: 100%;
    padding: 0 !important;
    margin: 20px auto 0;
    font-weight: 400;
    background: url(https://www.diyfactory.jp/futako/wp-content/themes/dff/common/img/hover-mk001.png) no-repeat right center;
}

.btn_style:hover {
    background-color: rgb(74, 136, 145) !important;
    background: url(https://www.diyfactory.jp/futako/wp-content/themes/dff/common/img/hover-mk002.png) no-repeat right center;
}

.btn_style a {
    display: block;
    border: 4px solid #4A8891;
    color: #4A8891;
    text-decoration: none;
    padding: 20px 0;
}

.btn_style a:hover {
    color: #fff;
}

.btn_style02 {
        text-align:center;
        margin-bottom:5px;
}
.btn_style02 a,a:link a:visited {
    width:85%;
    font-size:90%;
    display:block;
    text-align:center;
    color:#fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding:12px 0 13px 28px;
    background: url(../img/item_link_on.png) no-repeat 75px center;
    background-color:#ee7c1a;
    transition: all .3s;
}
.btn_style02 a:hover {
    text-decoration:none;
    background: url(../img/item_link_on.png) no-repeat 75px center;
    background-color:#e95504;
}

.f_10px {
    font-size:10px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

.sp {
    display:none;
}
}

/* ############################ mypagesprit ############################ */

.mypagesprit {
   clear: both;
   color: #27364f;
   line-height:3.5;
}
.mypagenumbers a {
    display:inline-block;
    border:solid 1px #ccc;
    text-decoration:none;
}
.mypagenumbers a:hover {
    color:white;
    background: #B11D13;
}
.mynumbers {
    padding:15px;
}


/* ############################ Rinker_style ############################ */
.yyi-rinker-box {

}
.yyi-rinker-box ul {
    background-color: transparent;
    margin-bottom: 0 !important;
}

div.yyi-rinker-contents {
    box-shadow: 2px 3px 8px -5px rgba(0,0,0,.1) !important;
	border: solid 1px #ddd !important;
    width: 800px;
	border-radius: 6px !important;
}

div.yyi-rinker-contents div.yyi-rinker-box {
    padding: 40px !important;
}

div.yyi-rinker-contents .yyi-rinker-title {
    font-size: 2.2rem;
    line-height: 1.2;
    letter-spacing: -0.8px;
    font-weight: bold;
}

div.yyi-rinker-contents .yyi-rinker-detail .brand {
    font-size: 1.5rem;
}

div.yyi-rinker-contents div.yyi-rinker-detail {
    padding-left: 0px !important;
}

ul.yyi-rinker-links {
    display: block !important;
}

ul.yyi-rinker-links .amazonlink {
    background: #ff9900 !important;
}

ul.yyi-rinker-links .rakutenlink {
    background: #bf0200 !important;
}

ul.yyi-rinker-links .yahoolink {
    background: #f03 !important;
}

div.yyi-rinker-contents ul.yyi-rinker-links li {
    margin: 2px 0 15px  0 !important;
    padding: 10px !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 14px -5px rgba(0, 0, 0, .40) !important;
    font-size: 2rem !important;
    font-weight: bold !important;
}

div.yyi-rinker-contents ul.yyi-rinker-links li:last-of-type {
    margin-bottom: 0 !important;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a {
    text-align: center !important;
}

div.yyi-rinker-contents img {
    margin-top: 0 !important;
	height: fit-content;
	width: fit-content;
	max-height: 240px;
   max-width: 240px;
}

div.yyi-rinker-contents div.yyi-rinker-image {
    align-items: normal !important;
    margin-right: 40px !important;
}

.btn-link-01 {
    color: #fff;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    background-color: #ff9900;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 8px 14px -5px rgba(0, 0, 0, .40) ;
}

#toc_container {
	border: 1px solid #ddd  !important;
	border-radius:6px;
}

#toc_container ul ul {
	padding:0;
}
