@charset "UTF-8";
/*!
Theme Name: FFM
Description: ふりふりまいんど
Template:   cocoon-master
Version:    1.1.3
*/
html {
  scroll-behavior: smooth;
}

:root {
  --ffm-darkbl:#378CB0;
  --ffm-lightbl:#5FABCC;
  --ffm-llightbl:#f2fafe;
  --ffm-dark-grey:#5e5e5e;
  --ffm-grey:#696969;
}

.site-name-text {
  line-height: 1;
}

.header {
  background-position: center center;
}

/* PC 1024以上 */
@media screen and (min-width: 1024px) {
  .header-in {
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    padding: 10px 0;
  }
  .logo-image {
    padding: 0 0 6px;
    order: 1;
  }
  .tagline {
    margin: 0;
    order: 2;
  }
}

.navi-in > ul {
  justify-content: flex-start;
}

.navi-in > ul .sub-menu li {
  height: auto;
  line-height: 1.6;
}

.navi-in > ul .sub-menu a {
  font-size: 14px !important;
  padding: 8px 10px;
}

.footer-bottom-logo img {
  height: auto !important;
}

.appeal {
  background-position: bottom center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .appeal-content p {
    font-size: 1em;
  }
}

.appeal-content {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}

.appeal-content p {
  font-size: 1.2em;
}

.appeal-content .ffm {
  margin-top: 1.3em;
}

.wp-block-group.has-background {
  padding: 20px;
}

.profile {
  padding: 25px;
}

.profile .author-thumb {
  float: none;
  width: 100px;
  margin: 9px auto 0;
}

.profile .author-content {
  margin-left: 0;
}

.profile .author-name {
  font-weight: bold;
  text-align: center;
}

.author-follows .sns-follow-message {
  display: none;
}

.author-follows .sns-buttons a {
  height: 38px;
}

.author-follows .sns-follow-buttons {
  justify-content: center;
}

.author-follows .sns-follow-buttons a {
  width: auto;
  width: 38px;
  font-size: 20px;
  margin-right: 4px;
  border-radius: 0;
}

.author-follows .sns-follow-buttons a:last-child {
  margin-right: 0;
}

#menu-additional {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#menu-additional li {
  text-align: center;
  flex-basis: 33.33%;
  border-right: 1px solid #a0a0a0;
}

#menu-additional li:first-child {
  border-left: 1px solid #a0a0a0;
}

#menu-additional li a {
  font-size: 12px;
}

.entry-card-thumb.card-thumb,
.related-entry-card-thumb.card-thumb {
  position: relative;
  padding-top: 56.25%;
}

.entry-card-thumb.card-thumb img,
.related-entry-card-thumb.card-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recommended.rcs-center-label-title .card-content .card-title {
  font-weight: 700;
}

.recommended.rcs-center-label-title .card-content:hover .card-title {
  opacity: 100;
  background-color: white;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
  .mobile-header-menu-buttons {
    align-items: center !important;
  }
  #navi .navi-in > .menu-mobile li {
    width: calc(100% / 3) !important;
    height: auto;
    min-height: 4.5em;
    font-size: 14px;
    line-height: 1.2;
  }
  .navi-menu-icon.menu-icon > span {
    font-size: 22px;
  }
  .mobile-menu-buttons .menu-caption {
    color: #3277d1;
    font-weight: 600;
  }
  .mobile-menu-buttons .search-menu-icon .ico.ico-search {
    display: flex;
    justify-content: center;
  }
  .mobile-menu-buttons {
    align-items: center;
  }
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  .logo-menu-button img {
    max-height: 28px;
    width: auto;
  }
  .header-visual .ffm {
    display: none;
  }
  .content-top .box-menus .box-menu {
    width: calc( 100% / 3);
  }
  .content-top .box-menu-icon {
    display: none;
  }
  .content-top .box-menus {
    align-items: center;
  }
  .content-top .box-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 4.5em;
    background: var(--ffm-llightbl);
  }
  .content-top .box-menu:hover {
    box-shadow: inset 2px 2px 0 0 var(--ffm-darkbl), 2px 2px 0 0 var(--ffm-darkbl), 2px 0 0 0 var(--ffm-darkbl), 0 2px 0 0 var(--ffm-darkbl);
  }
  .content-top .box-menu * {
    line-height: 1.2;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  .wp-block-group.has-background {
    padding: 10px;
  }
  .appeal {
    background-position: bottom left;
  }
  .logo-menu-button img {
    max-height: 22px;
  }
}

.ico-star {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #a0a0a0;
  font-size: 24px;
  white-space: nowrap;
}

.ico-star:before, .ico-star:after {
  content: '★★★★★';
}

.ico-star:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #FFCE00;
  white-space: nowrap;
}

.ico-star[data-rate="5"]:after {
  width: 100%;
}

.ico-star[data-rate="4.5"]:after {
  width: 90%;
}

.ico-star[data-rate="4"]:after {
  width: 80%;
}

.ico-star[data-rate="3.5"]:after {
  width: 70%;
}

.ico-star[data-rate="3"]:after {
  width: 60%;
}

.ico-star[data-rate="2.5"]:after {
  width: 50%;
}

.ico-star[data-rate="2"]:after {
  width: 40%;
}

.ico-star[data-rate="1.5"]:after {
  width: 30%;
}

.ico-star[data-rate="1"]:after {
  width: 20%;
}

.ico-star[data-rate="0.5"]:after {
  width: 10%;
}

.ico-star[data-rate="0"]:after {
  width: 0%;
}

.mobile-menu-buttons .menu-icon,
.menu-close-button {
  color: #378CB0;
}

.wpcf7-form.sent p {
  display: none;
}

.toc {
  background: rgba(55, 140, 176, 0.1);
  font-size: 15px;
  padding: 0;
  display: table;
  box-shadow: 0 1.5px 2.2px rgba(0, 0, 0, 0.2);
}

.toc a {
  color: var(--ffm-dark-grey);
}

.toc .toc-list {
  margin-top: 0;
  counter-reset: li;
}

.toc .toc-list > li {
  margin: 0;
  padding: 5px 0;
  color: var(--ffm-dark-grey);
  font-weight: 700;
}

.toc .toc-list > li:before {
  counter-increment: li;
  content: counter(li, decimal) ". ";
}

.toc .toc-list > li ul, .toc .toc-list > li ol {
  margin: 5px;
  padding-left: 15px;
}

.toc .toc-list > li ul > li, .toc .toc-list > li ol > li {
  position: relative;
  font-size: 13px;
  font-weight: 400;
}

.toc .toc-list > li ul > li:before, .toc .toc-list > li ol > li:before {
  position: absolute;
  left: -12px;
  top: 0;
  font-family: "FontAwesome";
  content: "\f105";
  color: #ccc;
}

.toc .toc-list > li ul > li ul > li:before, .toc .toc-list > li ul > li ol > li:before, .toc .toc-list > li ol > li ul > li:before, .toc .toc-list > li ol > li ol > li:before {
  content: "\f101";
}

.toc-checkbox:checked ~ .toc-content {
  padding: 20px 25px;
}

.toc-title {
  color: #fff;
  background: rgba(55, 140, 176, 0.9);
  box-shadow: 0px 2px 0px 0px rgba(55, 140, 176, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 5px 0;
  font-weight: 700;
}

.toc-title:before {
  display: inline-block;
  width: 38px;
  height: 38px;
  font-family: "FontAwesome";
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  content: "\f0ca";
}

.toc-checkbox:checked + .toc-title::after,
.toc-title::after {
  cursor: pointer;
  font-size: 13px;
  display: inline-block;
  margin-left: 14px;
  padding: 4px 16px;
  line-height: 1;
  background-color: #ccc;
  border-radius: 4px;
}

.toc-checkbox:checked + .toc-title::after {
  content: '閉じる';
}

.toc-title::after {
  content: '開く';
}

.sidebar .toc {
  text-align: left;
}

.sidebar .toc-title {
  font-size: .95em;
  text-align: left;
  line-height: 1.3;
}

.sidebar .toc-checkbox:checked + .toc-title::after {
  content: "";
}

.sidebar .toc-checkbox:checked + .toc-title::after, .sidebar .toc-title::after {
  display: none;
}

.header-search .search-box {
  margin: 0;
}

.header-search .search-submit {
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}

.header-search .search-submit .ico::before {
  width: 30px;
  height: 30px;
}

.header-search .header-search-input {
  display: inline-block;
  position: relative;
  z-index: 12;
  height: 30px;
  width: 30px;
  margin: 0;
  padding: 4px 24px 4px 16px;
  font-size: 14px;
  line-height: 1;
  background: rgba(255, 255, 255, 0);
  border: none;
  outline: 0;
  cursor: pointer;
  transition-duration: .25s;
  transition-property: width,background;
  transition-timing-function: ease-in-out;
}

.header-search .header-search-input:focus {
  z-index: 10;
  width: 200px;
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 24px 24px 24px 24px;
  cursor: text;
}

.header-in {
  position: relative;
}

.header-in .search-box {
  position: absolute;
  top: 50%;
  right: 16px;
  margin: 0;
  width: 280px;
  transform: translateY(-50%);
}

.header-in input[type="text"] {
  padding: 8px 14px 8px 40px;
  font-size: 14px;
  background: #edf6f9;
  border: 1px solid #9fcde1;
  border-radius: 16px 16px 16px 16px / 50% 50% 50% 50%;
}

.header-in .search-submit {
  left: 3px;
  right: auto;
  color: #378cb0;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .header-in .search-box {
    display: none;
  }
}

.article h2 {
  background-color: #0095d9;
  color: #fff;
}

.article h3 {
  background-color: #d9f3ff !important;
  padding-top: .8em;
  padding-bottom: .8em;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left-width: 8px;
  border-left-color: #0095d9;
  line-height: 1;
}

.article h3,
.article h4,
.article h5,
.article h6 {
  border-color: #0095d9;
}

.sidebar h2,
.sidebar h3 {
  font-size: 1.125em;
  /* 16pxを基準にして18px */
  font-weight: 300;
}

.widget-entry-cards .a-wrap,
.entry-card-title,
.related-entry-card-title {
  color: #696969;
}

.ico {
  display: block;
}

.ico::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.ico-menu::before {
  background: #378CB0;
  mask: url("images/menu_FILL0_wght300_GRAD0_opsz24.svg") no-repeat center center/contain;
  -webkit-mask: url("images/menu_FILL0_wght300_GRAD0_opsz24.svg") no-repeat center center/contain;
}

.ico-search::before {
  background: #378CB0;
  mask: url("images/search_FILL0_wght300_GRAD0_opsz24.svg") no-repeat center center/contain;
  -webkit-mask: url("images/search_FILL0_wght300_GRAD0_opsz24.svg") no-repeat center center/contain;
}

.ico-close::before {
  background: #378CB0;
  mask: url("images/close_FILL0_wght300_GRAD0_opsz24.svg") no-repeat center center/contain;
  -webkit-mask: url("images/close_FILL0_wght300_GRAD0_opsz24.svg") no-repeat center center/contain;
  width: 40px;
  height: 40px;
}

.menu-close-button {
  padding-right: 10px;
  text-align: right;
}

.close-txt {
  font-size: 16px;
}

.cocoon-tabbox.tab-caption-box.has-border-color .box-label {
  color: #444;
  font-weight: 700;
}

html .body .tab-caption-box .box-label {
  color: #444;
  font-weight: 700;
}

html .body .tab-caption-box .box-content {
  border-color: #eaeaea;
}

html .body .tab-caption-box .box-content {
  background-color: #fafafa;
}

.tab-caption-box-label {
  background-color: #eaeaea;
}

/*全てをまとめて非表示*/
/*
.page-id-20021 .entry-title,
.page-id-20021 .sns-share,
.page-id-20021 .sns-follow,
.page-id-20021 .date-tags,
.page-id-20021 .author-info,
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}

.page-id-20021 .main{
	padding:0;
}
.page-id-20021 .entry-content {
	margin:0;
}

.article .home-articles-wrapper h3{
	padding-top:1.2em;
	padding-bottom:1.2em;
	background: #204e62;
	border-left:0;
	color:#fff;
	text-align: center;
}
.home-articles-wrapper .wp-block-columns .wp-block-column h3{
position:relative;
background-position:center top;
background-repeat: no-repeat;
z-index:0;
overflow:hidden;
}

.home-articles-wrapper .wp-block-columns .wp-block-column h3:after{
content:"";
position:absolute;
top:-3px;
right:-3px;
bottom:-3px;
left:-3px;
background-image:inherit;
filter:blur(3px);
opacity:100;
transition: all .2s ease-in-out;
z-index:-1;
}

.home-articles-wrapper .wp-block-columns .wp-block-column h3:hover::after{
opacity:0;
}

.home-articles-wrapper div:first-child .wp-block-column:first-child h3{ 
background-image:url(https://freefreemind.com/wp-content/uploads/home-recommend-blog.jpg);
}
.home-articles-wrapper div:first-child .wp-block-column:nth-child(2) h3{ 
background-image:url(https://freefreemind.com/wp-content/uploads/home-recommend-wp.jpg);
}
.home-articles-wrapper div:nth-child(2) .wp-block-column:first-child h3{ 
background-image:url(https://freefreemind.com/wp-content/uploads/home-recommend-freelance.jpg);
}
.home-articles-wrapper div:nth-child(2) .wp-block-column:nth-child(2) h3{ 
background-image:url(https://freefreemind.com/wp-content/uploads/home-recommend-work.jpg);
}
*/
/*
.sns-share > ここでモノクロ、白抜きclass
  -sns-share-meessage
	-sns-share-buttons.sns-buttons
	 - a.share-buttons.sns-buttons

ss-top シェアボタントップ
ss-bottom シェアボタン　ボトム

.sns-follow フォローボタン
*/
.sns-share-buttons {
  justify-content: center;
}

.sns-share-buttons a {
  font-size: 18px;
}

.sns-share-buttons a .button-caption {
  display: none;
}

.sns-share-buttons a .share-count {
  right: 50%;
  bottom: -16px;
  transform: translateX(50%);
  color: #aaa;
}

/*
.sns-share > ここでモノクロ、白抜きclass
  -sns-share-meessage
	-sns-share-buttons.sns-buttons
	 - a.share-buttons.sns-buttons

*/
.bc-brand-color-white.sns-share a {
  border: none;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.bc-brand-color-white.sns-share.ss-high-and-low-cl a .social-icon,
.bc-brand-color-white.sns-share.ss-high-and-low-lc a .social-icon {
  font-size: 20px;
}

.bc-brand-color-white .sns-share-buttons a {
  font-size: 20px;
}

@media screen and (max-width: 834px) {
  .bc-brand-color-white.sns-share a {
    width: 45px !important;
  }
}

.sns-share.ss-high-and-low-lc a .social-icon.button-caption,
.sns-share.ss-high-and-low-cl a .social-icon.button-caption,
.sns-share.ss-high-and-low-lc a .button-caption.button-caption,
.sns-share.ss-high-and-low-cl a .button-caption.button-caption {
  display: none;
}

.bc-monochrome .sns-share-buttons a,
.bc-brand-color .sns-share-buttons a {
  margin-right: 8px;
}

.bc-monochrome .sns-share-buttons a:last-child,
.bc-brand-color .sns-share-buttons a:last-child {
  margin-right: 0;
}

.bc-monochrome.sns-share a,
.bc-brand-color.sns-share a {
  width: 45px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 50%;
}

.bc-monochrome .sns-buttons a,
.bc-brand-color .sns-buttons a {
  border-radius: 50%;
}

.bc-monochrome .sns-follow-buttons a,
.bc-brand-color .sns-follow-buttons a {
  border-radius: 50%;
}

.sns-follow-buttons {
  justify-content: center;
}

.sns-follow-buttons a {
  width: 45px;
  font-size: 20px;
  margin-right: 8px;
}

.sns-follow-buttons a:last-child {
  margin-right: 0;
}

/* くすみカラー*/
/* くすみカラー明るめ*/
/* パステルカラー*/
:root {
  --amazon-color:#e1a63a;
  --amazonkindle-color:#8c8c8c;
  --rakuten-color:#c12b26;
  --yahoo-color:#3284c2;
  --free1-color:#455a77;
  --free2-color:#4f847d;
  --free3-color:#6d6885;
  --free4-color:#86a796;
  /* Darken colors */
  --amazon-color-darken: #9d6e18;
  --amazonkindle-color-darken: #595959;
  --rakuten-color-darken: #c12b26;
  --yahoo-color-darken: #1d4d71;
  --free1-color-darken: #202936;
  --free2-color-darken: #294441;
  --free3-color-darken: #3e3b4c;
  --free4-color-darken: #547363;
}

div.yyi-rinker-contents {
  border: none;
  box-shadow: none;
  line-height: 1.6;
}

.yyi-rinker-title {
  font-weight: 700;
  line-height: 1.45;
}

div.yyi-rinker-contents div.yyi-rinker-detail {
  padding-left: 0;
}

div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {
  color: #f44;
  font-size: 1rem;
}

div.yyi-rinker-contents ul.yyi-rinker-links {
  justify-content: space-between;
  margin-left: -8px;
}

div.yyi-rinker-contents ul.yyi-rinker-links li {
  flex-basis: calc(50% - 4px);
  margin: 8px 0 0 8px;
  font-size: .85rem;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid transparent;
}

div.yyi-rinker-contents ul.yyi-rinker-links li:hover {
  box-shadow: none;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: auto;
  min-height: 44px;
  line-height: 44px;
  text-align: center;
  transition: all .2s ease-out;
}

ul.yyi-rinker-links a.yyi-rinker-link:after {
  position: absolute;
  top: calc(50% - calc( 6px / 2 ));
  right: 12px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  content: "";
  transform: rotate(-45deg);
  box-sizing: border-box;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
  background: var(--amazon-color);
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink:hover {
  border-color: var(--amazon-color-darken);
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink {
  background: var(--amazonkindle-color);
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink:hover {
  border-color: var(--amazonkindle-color-darken);
}

div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
  background: var(--rakuten-color);
}

div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink:hover {
  border-color: var(--rakuten-color-darken);
}

div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
  background: var(--yahoo-color);
}

div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink:hover {
  border-color: var(--yahoo-color-darken);
}

div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 {
  background: var(--free1-color);
}

div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1:hover {
  border-color: var(--free1-color-darken);
}

div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2 {
  background: var(--free2-color);
}

div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2:hover {
  border-color: var(--free2-color-darken);
}

div.yyi-rinker-contents ul.yyi-rinker-links li.freelink3 {
  background: var(--free3-color);
}

div.yyi-rinker-contents ul.yyi-rinker-links li.freelink3:hover {
  border-color: var(--free3-color-darken);
}

div.yyi-rinker-contents ul.yyi-rinker-links li.freelink4 {
  background: var(--free4-color);
}

div.yyi-rinker-contents ul.yyi-rinker-links li.freelink4:hover {
  border-color: var(--free4-color-darken);
}

@media (max-width: 767px) {
  div.yyi-rinker-contents div.yyi-rinker-box {
    flex-direction: column;
  }
  div.yyi-rinker-contents .yyi-rinker-image,
  div.yyi-rinker-contents div.yyi-rinker-info {
    padding-left: 0;
    width: auto !important;
  }
  div.yyi-rinker-contents ul.yyi-rinker-links {
    flex-direction: column;
    margin-left: 0;
  }
  div.yyi-rinker-contents ul.yyi-rinker-links li {
    flex: 1 1 auto;
    margin: 0 0 10px;
  }
  div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
