@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background-color: #ffffff;
  letter-spacing: 0.06em;
}
h2 span[id]::before,
h3 span[id]::before,
h4 span[id]::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}
.content {
  margin-top: 0;
}
a {
  color: #0077c9;
}
/*.rating-form,.rating-result {display: none}*/
.wrap {
  width: 1180px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.main {
  width: 825px;
  padding: 0;
}
.sidebar {
  width: 300px !important;
}
.main figure.wp-block-table {
  position: relative;
}
figcaption {
  top: 0px;
  font-size: 14px;
  position: relative;
  margin-top: 10px !important;
  /*text-align: center;*/
}
body.category .header-container,
body.single .header-container {
  border-bottom: 1px solid #cccccc;
}
body.category .header-container.fixed-header,
body.single .header-container.fixed-header {
  border-bottom: 0px solid #cccccc;
}
.header-container-in.hlt-top-menu {
  height: 97px;
}
#header .header-in {
  width: 525px;
  margin-top: 30px;
  flex-direction: row;
  justify-content: space-around;
}
.fixed-header #header .header-in {
  margin-top: 15px;
  align-items: center;
}
.header-container-in.hlt-top-menu .wrap {
  margin-top: -15px;
}
.fixed-header .header .header-in {
  min-height: 80px;
}
.navi-in > ul li {
  line-height: inherit;
  position: relative;
}
.navi-in > ul li:before {
  content: "";
  display: none;
  width: 100%;
  height: 3px;
  background-color: #0077c9;
  position: absolute;
  top: -11px;
  left: 0px;
}
body.category.category-dock .navi-in > ul li:nth-child(1):before,
body.category.category-cancer .navi-in > ul li:nth-child(2):before,
body.category.category-pet .navi-in > ul li:nth-child(3):before,
body.category.category-brain .navi-in > ul li:nth-child(4):before,
body.category.category-heart .navi-in > ul li:nth-child(5):before,
body.category.category-taikendan .navi-in > ul li:nth-child(6):before,
body.dock .navi-in > ul li:nth-child(1):before,
body.cancer .navi-in > ul li:nth-child(2):before,
body.pet .navi-in > ul li:nth-child(3):before,
body.brain .navi-in > ul li:nth-child(4):before,
body.heart .navi-in > ul li:nth-child(5):before,
body.taikendan .navi-in > ul li:nth-child(6):before {
  display: block;
}
.navi-in a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding-top: 42px;
  background-repeat: no-repeat;
  background-position: 50% -11px;
}
.navi-in li:nth-child(1) a {
  background-image: url(images/header_icon2.svg);
}
body.category.category-dock .navi-in li:nth-child(1) a,
body.dock .navi-in li:nth-child(1) a {
  background-image: url(images/header_icon2_ac.svg);
  color: #0077c9;
}
.navi-in li:nth-child(2) a {
  background-image: url(images/header_icon4.svg);
}
body.category.category-cancer .navi-in li:nth-child(2) a,
body.cancer .navi-in li:nth-child(2) a {
  background-image: url(images/header_icon4_ac.svg);
  color: #0077c9;
}
.navi-in li:nth-child(3) a {
  background-image: url(images/header_icon3.svg);
}
body.category.category-pet .navi-in li:nth-child(3) a,
body.pet .navi-in li:nth-child(3) a {
  background-image: url(images/header_icon3_ac.svg);
  color: #0077c9;
}
.navi-in li:nth-child(4) a {
  background-image: url(images/header_icon5.svg);
}
body.category.category-brain .navi-in li:nth-child(4) a,
body.brain .navi-in li:nth-child(4) a {
  background-image: url(images/header_icon5_ac.svg);
  color: #0077c9;
}
.navi-in li:nth-child(5) a {
  background-image: url(images/header_icon1.svg);
}
body.category.category-heart .navi-in li:nth-child(5) a,
body.heart .navi-in li:nth-child(5) a {
  background-image: url(images/header_icon1_ac.svg);
  color: #0077c9;
}
.navi-in li:nth-child(6) a {
  background-image: url(images/header_icon7.svg);
}
body.category.category-taikendan .navi-in li:nth-child(6) a,
body.taikendan .navi-in li:nth-child(6) a {
  background-image: url(images/header_icon7_ac.svg);
  color: #0077c9;
}
.breadcrumb {
  font-size: 10px;
}
body.category .breadcrumb {
  margin-bottom: 30px;
}
.breadcrumb a {
  color: #0077c9;
  font-size: 10px;
}
.breadcrumb .fa-home:before,
.breadcrumb .fa-folder:before,
.breadcrumb .fa-file-o:before {
  display: none;
}
.breadcrumb .fa-fw {
  width: 0px;
}
.cat {
  display: inline;
  margin-right: 5px;
  font-size: 12px;
  padding: 0px 10px 2px;
  color: #ffffff;
  line-height: 1;
}
.cat.dock {
  background-color: #eb5e6f;
}
.cat.pet {
  background-color: #a4bb1f;
}
.cat.brain {
  background-color: #f2ab01;
}
.cat.heart {
  background-color: #cb8fcf;
}
.cat.cancer {
  background-color: #4076c5;
}
.cat.checkup {
  background-color: #00aaa2;
}
.cat.taikendan {
  background-color: #8800aa;
}
.entry-content {
  margin-bottom: 1em;
}
.pagination-next-link {
  background-color: #007eca;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  width: 290px;
  margin: 0 auto;
}
.page-numbers {
  border: 1px #007eca solid;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 0;
  font-size: 14px;
  color: #007eca;
}
.pagination a:hover,
.pagination .current {
  background-color: #007eca;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.siteinfo {
  padding: 20px 0;
  color: #6e7687;
  font-size: 14px;
  font-weight: 500;
}
.footerLink {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.footerLink ul {
  margin: 0;
  padding: 0;
}
.footerLink li {
  list-style: none;
  display: inline;
}
.footerLink li a {
  padding: 0 20px;
  text-decoration: none;
}
.footer {
  margin-top: 20px;
  padding-top: 0px;
}
.footer-bottom-logo {
  display: none;
}
.footer-bottom {
  margin-top: 0px;
}
.footer-bottom-content {
  float: none;
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.copyright {
  margin-top: 0px;
}
/*side*/
.search-edit,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  font-size: 14px;
}
.widget-sidebar {
  margin: 0em 0 2em;
}
.sidebar h3,
.sidebar h2 {
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding: 0px 0px 0px 25px;
  margin: 0px 0 16px;
}
.sidebar li {
  list-style: none;
}
.sidebar .widget_categories h3, #nav_menu-2 h3 {
  background-image: url(images/icon_side01.svg);
}
.sidebar #wpp-2 h3,
.sidebar #block-2 h3 {
  background-image: url(images/icon_side02.svg);
}
.sidebar #wpp-3 {
  margin-bottom: 1.4em;
}
.sidebar #wpp-3 h3 {
  background-image: url(images/icon_side05.svg);
}
.sidebar #tag_cloud-2 h3,
.sidebar h3.tags {
  background-image: url(images/icon_side03.svg);
}
ul.tagcloud {
  margin: 0 0 1.4em 0;
  padding: 0;
}
.sidebar #custom_html-9 h3,
.sidebar #custom_html-11 h2,
.sidebar #custom_html-12 h2 {
  background-image: url(images/icon_side04.svg);
}
.sidebar #custom_html-11 {
  margin-bottom: 1.4em;
}
.sidebar .widget_categories li,
#nav_menu-2 li {
  border: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 0px solid #cccccc;
  background-image: url(images/icon_arrow01.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.sidebar .widget_categories li:last-child,
#nav_menu-2 li:last-child {
  border-bottom: 1px solid #cccccc;
}
.sidebar .widget_categories li a,
#nav_menu-2 li a {
  color: #0077c9;
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 5px 60%;
  background-size: 40px auto;
  transition: unset !important;
}
.sidebar .widget_categories li a:hover,
#nav_menu-2 li a:hover {
  background-color: rgba(112, 160, 179, 0.1);
  background-position: 5px 60%;
  background-size: 40px auto;
}

.sidebar .widget_categories li.cat-item-1 a,
#nav_menu-2 li:nth-child(1) a {
  background-image: url(images/header_icon2.svg);
}
.sidebar .widget_categories li.cat-item-1 a:hover,
body.category-dock .sidebar .widget_categories li.cat-item-1 a,
body.dock .sidebar .widget_categories li.cat-item-1 a,

#nav_menu-2 li:nth-child(1) a:hover,
body.category-dock #nav_menu-2 li:nth-child(1) a,
body.dock #nav_menu-2 li:nth-child(1) a {
  background-image: url(images/header_icon2_ac.svg);
  background-color: rgba(112, 160, 179, 0.1);
}
.sidebar .widget_categories li.cat-item-2 a,
#nav_menu-2 li:nth-child(5) a {
  background-image: url(images/header_icon5.svg);
}
.sidebar .widget_categories li.cat-item-2 a:hover,
body.category-brain .sidebar .widget_categories li.cat-item-2 a,
body.brain .sidebar .widget_categories li.cat-item-2 a,

#nav_menu-2 li:nth-child(5) a:hover,
body.category-brain #nav_menu-2 li:nth-child(5) a,
body.brain #nav_menu-2 li:nth-child(5) a {
  background-image: url(images/header_icon5_ac.svg);
  background-color: rgba(112, 160, 179, 0.1);
}
.sidebar .widget_categories li.cat-item-3 a,
#nav_menu-2 li:nth-child(3) a {
  background-image: url(images/header_icon3.svg);
}
.sidebar .widget_categories li.cat-item-3 a:hover,
body.category-pet .sidebar .widget_categories li.cat-item-3 a,
body.pet .sidebar .widget_categories li.cat-item-3 a,

#nav_menu-2 li:nth-child(3) a:hover,
body.category-pet #nav_menu-2 li:nth-child(3) a,
body.pet #nav_menu-2 li:nth-child(3) a {
  background-image: url(images/header_icon3_ac.svg);
  background-color: rgba(112, 160, 179, 0.1);
}
.sidebar .widget_categories li.cat-item-4 a,
#nav_menu-2 li:nth-child(2) a {
  background-image: url(images/header_icon4.svg);
}
.sidebar .widget_categories li.cat-item-4 a:hover,
body.category-cancer .sidebar .widget_categories li.cat-item-4 a,
body.cancer .sidebar .widget_categories li.cat-item-4 a,

#nav_menu-2 li:nth-child(2) a:hover,
body.category-cancer #nav_menu-2 li:nth-child(2) a,
body.cancer #nav_menu-2 li:nth-child(2) a {
  background-image: url(images/header_icon4_ac.svg);
  background-color: rgba(112, 160, 179, 0.1);
}
.sidebar .widget_categories li.cat-item-6 a,
#nav_menu-2 li:nth-child(6) a {
  background-image: url(images/header_icon1.svg);
}
.sidebar .widget_categories li.cat-item-6 a:hover,
body.category-heart .sidebar .widget_categories li.cat-item-6 a,
body.heart .sidebar .widget_categories li.cat-item-6 a,

#nav_menu-2 li:nth-child(6) a:hover,
body.category-heart #nav_menu-2 li:nth-child(6) a,
body.heart #nav_menu-2 li:nth-child(6) a {
  background-image: url(images/header_icon1_ac.svg);
  background-color: rgba(112, 160, 179, 0.1);
}
.sidebar .widget_categories li.cat-item-5 a,
#nav_menu-2 li:nth-child(4) a {
  background-image: url("images/header_icon6.svg");
}
.sidebar .widget_categories li.cat-item-5 a:hover,
body.category-checkup .sidebar .widget_categories li.cat-item-5 a,
body.checkup .sidebar .widget_categories li.cat-item-5 a,

#nav_menu-2 li:nth-child(4) a:hover,
body.category-checkup #nav_menu-2 li:nth-child(4) a,
body.checkup #nav_menu-2 li:nth-child(4) a {
  background-image: url(images/header_icon6_ac.svg);
  background-color: rgba(112, 160, 179, 0.1);
}
.sidebar .widget_categories li.cat-item-135 a,
#nav_menu-2 li:nth-child(7) a {
  background-image: url("images/header_icon7.svg");
}
.sidebar .widget_categories li.cat-item-135 a:hover,
body.category-taikendan .sidebar .widget_categories li.cat-item-135 a,
body.taikendan .sidebar .widget_categories li.cat-item-135 a {
  background-image: url(images/header_icon7_ac.svg);
  background-color: rgba(112, 160, 179, 0.1);
}
.sidebar .wpp-list {
  margin: 0;
  padding: 0;
}
.sidebar .wpp-list li {
  list-style: none;
  margin: 0;
  padding: 15px;
  border: #ccc 1px solid;
  border-bottom: #ccc 0px solid;
}
.sidebar .wpp-list li:last-child {
  border-bottom: #ccc 1px solid;
}
.sidebar .wpp-cards-compact li .taxonomies {
  font-size: 12px;
}
.sidebar .wpp-list {
  counter-reset: number;
}
.sidebar .wpp-list li {
  position: relative;
}
.sidebar .wpp-list li:before {
  width: 18px;
  height: 18px;
  background-color: #000;
  position: absolute;
  top: 10px;
  left: 10px;
  counter-increment: number;
  content: counter(number) " ";
  color: #ffffff;
  font: 700 12px/18px "Roboto", sans-serif;
  text-align: center;
}
.sidebar .wpp-list li img {
  float: left;
}
.sidebar .wpp-list li .wpp-item-data {
  float: right;
  width: 140px;
  line-height: 1.2;
}
.sidebar .wpp-list li .taxonomies {
  margin-bottom: 5px;
}
.sidebar .wpp-list li .taxonomies a {
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  padding: 0px 10px 2px;
}
.sidebar .wpp-list li .taxonomies a.category-1 {
  background-color: #eb5e6f;
}
.sidebar .wpp-list li .taxonomies a.category-2 {
  background-color: #a4bb1f;
}
.sidebar .wpp-list li .taxonomies a.category-3 {
  background-color: #f2ab01;
}
.sidebar .wpp-list li .taxonomies a.category-6 {
  background-color: #cb8fcf;
}
.sidebar .wpp-list li .taxonomies a.category-4 {
  background-color: #4076c5;
}
.sidebar .wpp-list li .taxonomies a.category-5 {
  background-color: #00aaa2;
}
.sidebar .wpp-list li a.wpp-post-title {
  color: #0077c9;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.sidebar .tagcloud a {
  color: #0077c9;
  border: 1px solid #0077c9;
}
.sidebar .searchDock ul {
  margin-bottom: 5px;
  padding: 0;
}
.sidebar .searchDock > ul > li {
  list-style: none;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 0px solid #cccccc;
  background-image: url(images/icon_arrow02.svg);
  background-repeat: no-repeat;
  background-position: 95% 25px;
  padding: 12px 20px;
  cursor: pointer;
}
.sidebar .searchDock > ul > li:last-child {
  border-bottom: 1px solid #cccccc;
}
.sidebar .searchDock ul.child {
  display: none;
  margin: 10px 0 0;
  padding: 0;
}
.sidebar .searchDock ul.child li {
  list-style: none;
  margin: 0;
}
.sidebar .searchDock li a {
  display: block;
  color: #0077c9;
  padding: 12px 20px;
  font-size: 14px;
  text-decoration: none;
}
.sidebar .searchDock li a:hover {
  background-color: #fbfdff;
}
.sidebar .searchDock .mrsoLink {
  text-align: right;
}
.sidebar .searchDock .mrsoLink a {
  font-size: 14px;
  color: #0077c9;
  text-decoration: none;
  letter-spacing: 0em;
}
#list ul,
#list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#list ul {
  display: flex;
  flex-wrap: wrap;
}
#list li {
  width: 48%;
  align-items: center;
  margin-left: 0%;
  margin-right: 2%;
}
#list li:nth-child(2n) {
  margin-left: 2%;
  margin-right: 0%;
}
#list li .a-wrap {
  height: 100%;
}
.entry-card-snippet,
.related-entry-card-snippet {
  margin-bottom: 0.5em;
}
#list li .entry-card-thumb {
  width: 100%;
  /*  height: 174px;*/
  overflow: hidden;
  margin-bottom: 5px;
}
#list li .entry-card-content {
  margin-left: 0;
}
#list li .cat-label {
  position: relative;
  border: 0px solid #eee;
  top: 0em;
  left: 0em;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0);
}
#list li .date {
  color: #666666;
  font-size: 12px;
  display: inline;
  padding: 0px 0px 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1;
}
#list li .entry-card-title,
.related-entry-card-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.entry-card-snippet,
.related-entry-card-snippet {
  line-height: 1.5;
}
.entry-card-snippet p {
  margin: 0;
}
/*home*/
#pickup {
  z-index: 1;
  position: relative;
  height: 570px;
}
#pickup .wrap {
  position: relative;
  z-index: 3;
  height: 100%;
}
#pickup .pickupInner {
  position: absolute;
  width: 650px;
  bottom: 0px;
  background-color: #fff;
  padding: 30px 50px 30px 50px;
  z-index: 4;
}
#pickup .pickupInner .icon {
  margin-bottom: 5px;
}
#pickup .pickupInner .icon a img {
  vertical-align: middle;
  margin-right: 10px;
}
#pickup .pickupInner .icon a {
  color: #0077c9;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
#pickup h2 {
  line-height: 1.3;
}
#pickup h2 a {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
#pickup h2 a:hover {
  color: #0077c9;
}
#pickup .txt {
  font-size: 14px;
  margin-top: 10px;
}
#pickup .date {
  color: #666666;
  font-size: 12px;
  display: inline;
  padding: 0px 0px 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1;
}
#pickup .thumb {
  z-index: 2;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#pickup .thumb img {
  width: 100%;
  height: auto;
}
body.home .breadcrumb {
  bottom: 25px;
  position: absolute;
  z-index: 4;
  right: 0px;
}
/*category*/
h1.archive-title {
  font-size: 40px;
  font-weight: 500;
  padding-left: 55px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 40px auto;
  margin-top: 16px;
  margin-bottom: 26px;
}
body.tag h1.archive-title {
  padding: 0;
}
body.category-heart h1.archive-title {
  background-image: url(images/icon_heart.svg);
}
body.category-brain h1.archive-title {
  background-image: url(images/icon_brain.svg);
}
body.category-pet h1.archive-title {
  background-image: url(images/icon_pet.svg);
}
body.category-dock h1.archive-title {
  background-image: url(images/icon_dock.svg);
}
body.category-cancer h1.archive-title {
  background-image: url(images/icon_cancer.svg);
}
body.category-checkup h1.archive-title {
  background-image: url(images/icon_checkup.svg);
}
.category-page-content {
  font-size: 14px;
  line-height: 1.4;
}
/*post*/
.post-banner img.sp-none {
  display: block;
}
.post-banner img.sp-only {
  display: none;
}
body.single-post .eye-catch-wrap {
  width: 100%;
  height: auto;
  /* height: 363px;*/
  /* overflow: hidden; */
  display: block;
  margin-bottom: 5px;
}
body.single-post .eye-catch-wrap img {
  width: 100%;
  height: auto;
}
.eye-catch .cat-label {
  display: none;
}
#author_box-2 .author-box {
  border-radius: 0;
  border-top: 2px solid #000;
  border-bottom: 0px;
  border-right: 0px;
  border-left: 0px;
  padding: 0;
}
#author_box-2 .author-box .people {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
#author_box-2.bottom .author-box .people {
  border-bottom: 2px solid #000;
}
#author_box-2.bottom .author-box .people.last {
  border-bottom: 0px solid #000;
}
.author-content {
  margin-left: 100px;
}
.author-thumb {
  width: 80px;
  margin-right: 0%;
  margin-top: 0px;
}
.author-widget-name {
  font-size: 14px;
  font-weight: 700;
}
.author-description {
  margin: 0;
}
.author-description p {
  font-size: 14px;
  margin: 5px 0 0px;
  font-weight: 400;
}
.author-box .author-name {
  font-size: 20px;
  margin: 0;
}
.author-box .author-name a {
  text-decoration: none;
}
.prof {
  font-size: 14px;
  clear: both;
}
.article h2 {
  background-color: #f0f5f8;
  border-left: 6px solid #0077c9;
  padding: 20px 25px;
}
.article h3 {
  color: #000000;
  border-left: 0px solid #888;
  border-right: 0px solid #ddd;
  border-top: 0px solid #ddd;
  border-bottom: 2px solid #000;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 0px;
  margin: 1.4em 0 1em;
}
.body .article .has-background {
  padding: 20px;
}
#toc_container {
  border: 0px !important;
  width: 100% !important;
  padding: 0px !important;
}
#toc_container p.toc_title {
  background-color: #f0f0f0;
  padding: 15px 20px !important;
  font-weight: 400 !important;
  text-align: left !important;
}
#toc_container ul.toc_list {
  padding-left: 10px !important;
}
.cta-box {
  border-radius: 0 !important;
  padding: 40px 0px 0px;
  margin-bottom: 30px;
  background-color: #f4fafd !important;
  color: #000;
  margin-top: 0px;
}
.cta-box .no1Img {
  text-align: center;
}
.cta-box .no1Img img {
  width: 100%;
  height: auto;
}
.cta-box .no1Img img.sp-none {
  display: block;
}
.cta-box .no1Img img.sp-only {
  display: none;
}
.cta-box p.note {
  font-size: 10px;
}
.cta-heading {
  font-size: 24px;
  padding: 0px 0px 0px 190px;
  margin: 0px 45px 0.2em;
  font-weight: bold;
  color: #0077c9;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-image: url(https://www.mrso.jp/mikata/wp-content/uploads/2023/07/logo_ctabox.png);
  background-position: 0% 50%;
}
.cta-content {
  margin-left: 45px;
  margin-right: 45px;
}
.cta-message p {
  font-size: 14px;
  line-height: 1.5;
}
.cta-button a {
  padding: 20px 20px !important;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  border: 0px solid transparent;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 0 !important;
  background-image: -moz-linear-gradient(0deg,
      rgb(84, 130, 214) 0%,
      rgb(107, 161, 212) 68%,
      rgb(129, 191, 209) 99%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(84, 130, 214) 0%,
      rgb(107, 161, 212) 68%,
      rgb(129, 191, 209) 99%);
  background-image: -ms-linear-gradient(0deg,
      rgb(84, 130, 214) 0%,
      rgb(107, 161, 212) 68%,
      rgb(129, 191, 209) 99%);
}
#searchDock {
  margin-bottom: 40px;
}
#searchDock h2 {
  background-color: #567fa7;
  border-left: 0px solid #567fa7;
  padding: 15px 30px 15px 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  background-image: url(images/icon_search.svg);
  background-repeat: no-repeat;
  background-position: 15px 50%;
}
#searchDock table th {
  text-align: left;
  width: 150px;
}
#searchDock table tr {
  border-bottom: 1px solid #eee;
}
table tr:nth-of-type(2n + 1) {
  background-color: #fff;
}
#searchDock table td {
  display: inline-block;
}
#searchDock table th,
#searchDock table td {
  background-color: #fff;
  padding: 20px 10px;
  font-size: 14px;
  border: 0px solid #eee;
}
#searchDock table td a {
  text-decoration: none;
}
#searchDock .mrsoLink {
  text-align: right;
}
#searchDock .mrsoLink a {
  text-decoration: none;
  font-size: 14px;
}
/*taikendan*/
body.category-taikendan #list li {
  width: 32%;
  margin-left: 0%;
  margin-right: 2%;
}
body.category-taikendan .entry-card-meta {
  display: none;
}

body.category-taikendan #list li:nth-child(2n) {
  margin-left: 0%;
  margin-right: 2%;
}
body.category-taikendan #list li:nth-child(3n) {
  margin-left: 0%;
  margin-right: 0%;
}
body.category-taikendan h1.archive-title {
  display: none;
}
body.category-taikendan .headImgArea {
  width: 1180px;
  margin: 40px auto 20px auto;
}
body.category-taikendan .sp-none {
  display: block;
}
body.category-taikendan .sp-only {
  display: none;
}
body.category-taikendan #list li .cat,
body.category-taikendan #list li .date,
body.category-taikendan #list li .entry-card-snippet,
body.category-taikendan #list li .e-card-info > span {
  display: none;
}
body.category-taikendan .sidebar .wpp-list li .wpp-item-data {
  width: 170px;
}
body.category-taikendan .sidebar .wpp-list li:before {
  display: none;
}
body.taikendan #custom_html-10 {
  display: none;
}
.tagListArea {
  display: flex;
  margin: 20px 0;
}
.tagListArea .ttl {
  font-weight: 700;
  width: 100px;
}
.tagListArea .tagList {
  flex-wrap: wrap;
  display: flex;
  margin: 0;
  padding: 0;
  width: 1080px;
}
.tagListArea .tagList li {
  list-style: none;
  margin: 0px 3px 3px 5px;
}
.tagListArea .tagList a {
  display: inline-block;
  border: 1px solid #2f7cc5;
  padding: 5px 20px;
  border-radius: 50px;
  background-color: #fff;
  color: #4376c6;
  font-size: 12px;
  text-decoration: none;
}
body.taikendan .article-header .cat.taikendan {
  display: none;
}
body.taikendan .article .tagListArea .tagList a {
  color: #0077c9;
  border: 1px solid #0077c9;
  padding: 3px 8px;
  border-radius: 0px;
  font-size: 12px;
  text-decoration: none;
}
body.taikendan .article .tagListArea .tagList a:before {
  content: "\f02b";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
body.taikendan .article h1 {
  text-align: center;
  font-size: 32px;
  padding: 65px 1em;
  border: 15px solid;
  border-image: linear-gradient(to top right, #7db1e4, #e482cc) 1;
  margin-inline: auto;
}
body.taikendan .article h2 {
  border-left: 5px solid;
  border-image: linear-gradient(to top, #7db1e4, #e482cc) 1;
  background-color: #f0f5f8;
}
body.taikendan .tagList h3.tags {
  font-size: 16px;
  border: none;
  margin-bottom: 0px;
  background-image: none;
  padding-left: 0;
}
body.taikendan .tagList li {
  list-style: none;
}
body.taikendan .tagList .tagcloud a {
  border: 1px solid #2f7cc5;
  color: #2f7cc5;
}
body.taikendan .article h3 {
  font-size: 20px;
  padding-left: 40px;
  background-image: url(images/h3_icon01.svg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
body.taikendan .article h4 {
  font-size: 20px;
  padding-left: 40px;
  background-image: url(images/h4_icon01.svg);
  background-repeat: no-repeat;
  border-top: none;
  border-bottom: 2px solid #000;
  background-position: 0% 50%;
}
body.taikendan .fromEditor {
  background-color: #f0f5f8;
  padding: 40px;
  margin: 20px 0;
}
body.taikendan .fromEditor h3.headdingEditor {
  margin-top: 0;
  font-size: 20px;
  padding-left: 40px;
  background-image: url(images/h3_icon02.svg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
body.taikendan .fromEditor .txBox {
  display: flex;
  justify-content: space-between;
}
body.taikendan .fromEditor .txBox .txt {
  width: 60%;
  font-size: 16px;
}
body.taikendan .fromEditor .txBox .txtFull {
  width: 100%;
  font-size: 16px;
}
body.taikendan .fromEditor .txBox .thumb {
  width: 35%;
}
body.taikendan .column02 {
  display: flex;
  justify-content: space-between;
}
body.taikendan .column02 .txt {
  width: 50%;
  font-size: 16px;
}
body.taikendan .column02 .thumb {
  width: 45%;
}
body.taikendan .appearance {
  padding: 30px;
  border: 5px solid;
  border-image: linear-gradient(to top, #7db1e4, #e482cc) 1;
}
body.taikendan .appearance h3 {
  text-align: center;
  border: none;
  background-image: none;
  margin-top: 0;
  padding-left: 0;
}
body.taikendan .appearance .linkBtn {
  display: flex;
  justify-content: center;
}
body.taikendan .appearance .linkBtn a {
  display: inline-block;
  border: 1px solid #2f7cc5;
  color: #2f7cc5;
  border-radius: 50px;
  padding: 10px 15px;
  width: 48%;
  text-align: center;
  font-size: 14px;
  background-image: url(images/icon_arrow03.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  text-decoration: none;
  margin-right: 2%;
}
body.taikendan .appearance .linkBtn a:last-child {
  margin-right: 0%;
}
body.taikendan .profileData {
  display: flex;
  justify-content: space-between;
}
body.taikendan .profileData .profileBox {
  width: 58%;
}
body.taikendan .profileData .dataBox {
  width: 40%;
}
body.taikendan .profileData .topProfile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.taikendan .profileData .thumb {
  width: 30%;
}
body.taikendan .profileData .nameBox {
  width: 66%;
}
body.taikendan .profileData .name {
  font-size: 22px;
  font-weight: 700;
}
body.taikendan .profileData .name span {
  font-size: 16px;
}
body.taikendan .profileData .notes {
  font-size: 14px;
}
body.taikendan .profileData h3 {
  background-image: none;
  padding-left: 0;
  margin: 0;
  font-size: 16px;
  text-align: center;
  border: none;
  position: relative;
  margin-top: -50px;
  background-color: #fff;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
body.taikendan .profileData .progress {
  border: 1px solid #000;
  padding: 20px;
  margin-top: 30px;
  font-size: 16px;
}
body.taikendan .profileData h3:before {
  content: url(images/h3_icon04.svg);
  margin-right: 5px;
  position: relative;
  top: 5px;
}
body.taikendan .profileData h3:after {
  content: url(images/h3_icon03.svg);
  margin-left: 5px;
  position: relative;
  top: 5px;
}
body.taikendan .checkList {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
body.taikendan .checkList .box {
  width: 48%;
  border: 1px solid #7f8591;
  position: relative;
  padding: 0 25px 0 25px;
}
body.taikendan .checkList .box.full {
  width: 100%;
}
body.taikendan .checkList .box:before {
  content: url(images/checklist_head.png);
  position: absolute;
  top: -3px;
  left: -3px;
}
body.taikendan .checkList .ttl {
  border-bottom: 1px solid #bbc0ca;
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
}
body.taikendan .checkList ul {
  padding: 0;
  margin: 1em 0;
}
body.taikendan .checkList ul li {
  list-style: none;
  background-image: url(images/checklist_icon1.png);
  background-repeat: no-repeat;
  background-position: 0% 3px;
  padding-left: 20px;
  line-height: 1.2;
}
body.taikendan .checkList .box.full ul {
  text-align: center;
}
body.taikendan .checkList .box.full ul li {
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 834px) {
  /*taikendan*/
  body.category-taikendan #list li {
    width: 100%;
    margin-right: 0%;
  }
  body.category-taikendan #list li:nth-child(2n) {
    margin-right: 0%;
  }
  body.category-taikendan .headImgArea {
    width: 100%;
  }
  body.category-taikendan .sp-none {
    display: none;
  }
  body.category-taikendan .sp-only {
    display: block;
  }
  .tagListArea {
    display: block;
    margin: 20px 0;
    padding: 0 4%;
  }
  .tagListArea .ttl {
    width: 100%;
  }
  .tagListArea .tagList {
    margin: -0px -5px;
    padding: 0;
    width: 100%;
  }
  .tagListArea .tagList a {
    padding: 5px 15px;
    font-size: 12px;
  }
  body.category-taikendan .sidebar .wpp-list li .wpp-item-data {
    width: 170px;
  }
  body.taikendan .article h1 {
    font-size: 18px;
    padding: 1em;
    text-align: center;
    border: 7px solid;
    border-image: linear-gradient(to top right, #7db1e4, #e482cc) 1;
    margin-inline: auto;
  }
  body.taikendan .article h2 {
    font-size: 16px;
  }
  body.taikendan .tagList h3.tags {
    font-size: 16px;
    border: none;
    margin-bottom: 0px;
    background-image: none;
    padding-left: 0;
  }
  body.taikendan .article h3 {
    font-size: 16px;
    padding-left: 30px;
    background-image: url(images/h3_icon01.svg);
    background-repeat: no-repeat;
    background-position: 0% 50%;
  }
  body.taikendan .article h4 {
    font-size: 16px;
    padding-left: 30px;
    background-image: url(images/h4_icon01.svg);
    background-repeat: no-repeat;
    border-top: none;
    border-bottom: 2px solid #000;
    background-position: 0% 50%;
  }
  body.taikendan .fromEditor {
    padding: 20px;
    margin: 20px 0;
  }
  body.taikendan .fromEditor h3.headdingEditor {
    font-size: 18px;
    padding-left: 40px;
  }
  body.taikendan .fromEditor .txBox {
    display: block;
  }
  body.taikendan .fromEditor .txBox .txt {
    width: 100%;
    font-size: 14px;
    margin-bottom: 1em;
  }
  body.taikendan .fromEditor .txBox .thumb {
    width: 100%;
    text-align: center;
  }
  body.taikendan .fromEditor .txBox .thumb img {
    width: 100%;
    height: auto;
  }
  body.taikendan .column02 {
    display: block;
  }
  body.taikendan .column02 .txt {
    width: 100%;
    font-size: 14px;
  }
  body.taikendan .column02 .thumb {
    width: 100%;
    text-align: center;
  }
  body.taikendan .appearance {
    padding: 30px;
  }
  body.taikendan .appearance h3 {
    padding-left: 0;
    text-align: center;
    border: none;
    background-image: none;
    margin-top: 0;
  }
  body.taikendan .appearance .linkBtn {
    display: block;
  }
  body.taikendan .appearance .linkBtn a {
    display: inline-block;
    padding: 10px 35px 10px 25px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 0%;
  }
  body.taikendan .profileData {
    display: block;
  }
  body.taikendan .profileData .profileBox {
    width: 100%;
    margin-bottom: 20px;
  }
  body.taikendan .profileData .dataBox {
    width: 100%;
    text-align: center;
  }
  body.taikendan .profileData .topProfile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.taikendan .profileData .thumb {
    width: 30%;
  }
  body.taikendan .profileData .nameBox {
    width: 66%;
  }
  body.taikendan .profileData .name {
    font-size: 18px;
    font-weight: 700;
  }
  body.taikendan .profileData .name span {
    font-size: 12px;
  }
  body.taikendan .profileData .notes {
    font-size: 14px;
  }
  body.taikendan .profileData h3 {
    background-image: none;
    padding-left: 0;
    margin: 0;
    font-size: 16px;
    text-align: center;
    border: none;
    position: relative;
    margin-top: -50px;
    background-color: #fff;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  body.taikendan .profileData .progress {
    border: 1px solid #000;
    padding: 20px;
    margin-top: 30px;
    font-size: 16px;
  }
  body.taikendan .checkList {
    font-size: 14px;
    display: block;
  }
  body.taikendan .checkList .box {
    width: 100%;
    padding: 0 25px 0 25px;
    margin-bottom: 1em;
  }
  body.taikendan .checkList .box:before {
    content: url(images/checklist_head.png);
    position: absolute;
    top: -2px;
    left: -2px;
  }
  body.taikendan .checkList .ttl {
    border-bottom: 1px solid #bbc0ca;
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
  }
  body.taikendan .checkList ul {
    padding: 0;
  }
  body.taikendan .checkList ul li {
    list-style: none;
    background-image: url(images/checklist_icon1.png);
    background-repeat: no-repeat;
    background-position: 0% 3px;
    padding-left: 20px;
    line-height: 1.2;
  }
  body.taikendan .checkList .box.full ul {
    text-align: center;
  }
  body.taikendan .checkList .box.full ul li {
    display: inline-block;
    margin-right: 15px;
  }
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
  .wrap {
    width: auto;
  }
  .has-logo-button .logo-menu-button {
    display: flex;
  }
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  h2 span[id]::before,
  h3 span[id]::before,
  h4 span[id]::before {
    content: "";
    display: block;
    height: auto;
    margin-top: 0px;
    visibility: hidden;
  }
  .logo-menu-button {
    padding: 10px 5px 5px 4% !important;
  }
  .mobile-menu-buttons .menu-caption {
    display: none;
  }
  .mobile-menu-buttons .menu-button > a {
    /*    width: 100%;
    height: 100%;*/
    height: auto;
    display: block;
    /*    background-image: url(images/logo_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;*/
    padding-right: 10px;
  }
  .logo-menu-button img {
    /* display: none*/
  }
  .mobile-menu-buttons .menu-icon {
    padding-top: 10px;
  }
  .fa-navicon:before,
  .fa-reorder:before,
  .fa-bars:before {
    background-image: url(images/icon_menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 35px;
    color: #fff;
    height: 100%;
  }
  main.main,
  div.sidebar {
    margin: 0px 0 10px;
    padding: 0 4%;
  }
  .content {
    margin-top: 30px;
  }
  .wrap {
    width: auto;
  }
  .main {
    width: 100%;
  }
  .sidebar {
    width: auto !important;
  }
  body.category .header-container,
  body.single .header-container {
    border-bottom: 0px solid #cccccc;
  }
  .header-container {
    display: none;
  }
  .breadcrumb a {
    color: #0077c9;
    font-size: 10px;
  }
  .breadcrumb .fa-home:before {
    display: none;
  }
  .breadcrumb .fa-fw {
    width: 0px;
  }
  .cat {
    display: inline;
    margin-right: 5px;
    font-size: 12px;
    padding: 0px 10px 2px;
    color: #ffffff;
    line-height: 1;
  }
  .pagination-next-link {
    background-color: #007eca;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    width: 290px;
    margin: 0 auto;
  }
  .page-numbers {
    border: 1px #007eca solid;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 0;
    font-size: 14px;
    color: #007eca;
  }
  .pagination a:hover,
  .pagination .current {
    background-color: #007eca;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
  }
  .siteinfo {
    padding: 0 4%;
  }
  .footerLink li {
    list-style: none;
    margin-bottom: 0px;
  }
  .footerLink li a {
    padding: 0 4%;
    font-size: 12px;
  }
  .footer {
    margin-top: 20px;
    padding-top: 0px;
  }
  .footer-bottom-logo {
    display: none;
  }
  .footer-bottom {
    margin-top: 0px;
  }
  .footer-bottom-content {
    float: none;
    text-align: center;
    font-size: 12px;
    color: #666666;
  }
  .copyright {
    margin-top: 0px;
  }
  /*side*/
  .search-edit,
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  textarea,
  select {
    font-size: 14px;
  }
  .widget-sidebar {
    margin: 0em 0 2em;
  }
  .sidebar h3 {
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding: 0px 0px 0px 25px;
    margin: 0px 0 16px;
  }
  .sidebar .widget_categories h3,
  #slide-in-categories-2 h3,
  #nav_menu-2 h3 {
    background-image: url(images/icon_side01.svg);
  }
  .sidebar #wpp-2 h3,
  #slide-in-wpp-2 h3,
  .sidebar #block-2 h3 {
    background-image: url(images/icon_side02.svg);
  }
  .sidebar #wpp-3 h3 {
    background-image: url(images/icon_side05.svg);
  }
  .sidebar #tag_cloud-2 h3,
  #slide-in-tag_cloud-2 h3 {
    background-image: url(images/icon_side03.svg);
  }
  .sidebar #custom_html-4 h3,
  #slide-in-custom_html-4 h3 {
    background-image: url(images/icon_side04.svg);
  }
  .sidebar .widget_categories li {
    border: 1px solid #cccccc;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 0px solid #cccccc;
    background-image: url(images/icon_arrow01.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
  }
  .sidebar .widget_categories li:last-child {
    border-bottom: 1px solid #cccccc;
  }
  .sidebar .widget_categories li a {
    color: #0077c9;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 5px 60%;
    background-size: 40px auto;
  }
  .sidebar .widget_categories li.cat-item-1 a {
    background-image: url(images/header_icon2.svg);
  }
  .sidebar .widget_categories li.cat-item-2 a {
    background-image: url(images/header_icon5.svg);
  }
  .sidebar .widget_categories li.cat-item-3 a {
    background-image: url(images/header_icon3.svg);
  }
  .sidebar .widget_categories li.cat-item-4 a {
    background-image: url(images/header_icon4.svg);
  }
  .sidebar .widget_categories li.cat-item-6 a {
    background-image: url(images/header_icon1.svg);
  }
  .sidebar .widget_categories li.cat-item-135 a {
    background-image: url(images/header_icon7.svg);
  }
  .sidebar .wpp-list {
    margin: 0;
    padding: 0;
  }
  .sidebar .wpp-list li {
    list-style: none;
    margin: 0;
    padding: 15px;
    border: #ccc 1px solid;
    border-bottom: #ccc 0px solid;
  }
  .sidebar .wpp-list li:last-child {
    border-bottom: #ccc 1px solid;
  }
  .sidebar .wpp-cards-compact li .taxonomies {
    font-size: 12px;
  }
  .sidebar .wpp-list {
    counter-reset: number;
  }
  .sidebar .wpp-list li {
    position: relative;
  }
  .sidebar .wpp-list li:before {
    width: 18px;
    height: 18px;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 10px;
    counter-increment: number;
    content: counter(number) " ";
    color: #ffffff;
    font: 700 12px/18px "Roboto", sans-serif;
    text-align: center;
  }
  .sidebar .wpp-list li img {
    float: left;
  }
  .sidebar .wpp-list li .wpp-item-data {
    width: 70%;
    line-height: 1.2;
  }
  .sidebar .wpp-list li .taxonomies {
    margin-bottom: 5px;
  }
  .sidebar .wpp-list li .taxonomies a {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    padding: 0px 10px 2px;
  }
  .sidebar .wpp-list li a.wpp-post-title {
    color: #0077c9;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
  }
  .sidebar .tagcloud a {
    color: #0077c9;
    border: 1px solid #0077c9;
  }
  .sidebar .searchDock ul {
    margin-bottom: 5px;
    padding: 0;
  }
  .sidebar .searchDock > ul > li {
    list-style: none;
    border: 1px solid #cccccc;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 0px solid #cccccc;
    background-image: url(images/icon_arrow02.svg);
    background-repeat: no-repeat;
    background-position: 95% 25px;
    padding: 12px 20px;
    cursor: pointer;
  }
  .sidebar .searchDock > ul > li:last-child {
    border-bottom: 1px solid #cccccc;
  }
  .sidebar .searchDock ul.child {
    display: none;
    margin: 10px 0 0;
    padding: 0;
  }
  .sidebar .searchDock ul.child li {
    list-style: none;
    margin: 0;
  }
  .sidebar .searchDock li a {
    display: block;
    color: #0077c9;
    padding: 12px 20px;
    font-size: 14px;
    text-decoration: none;
  }
  .sidebar .searchDock li a:hover {
    background-color: #fbfdff;
  }
  .sidebar .searchDock .mrsoLink {
    text-align: right;
  }
  .sidebar .searchDock .mrsoLink a {
    font-size: 14px;
    color: #0077c9;
    text-decoration: none;
    letter-spacing: 0em;
  }
  #list ul {
    display: block;
  }
  #list li {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  #list li:nth-child(2n) {
    margin-left: 0%;
    margin-right: 0%;
  }
  #list li .a-wrap {
    padding: 0;
  }
  #list li .entry-card-thumb {
    /* height: 175px; */
  }
  #list li .entry-card-content {
    margin-left: 0;
  }
  .no-sp-snippet .entry-card-snippet {
    display: block;
  }
  /*home*/
  #pickup {
    height: auto;
  }
  #pickup .wrap {
    height: 100%;
  }
  #pickup .pickupInner {
    width: 100%;
    bottom: 0px;
    padding: 10px 2%;
    position: relative;
    background-color: #f1f6f9;
  }
  #pickup .pickupInner .icon a img {
    vertical-align: middle;
    margin-right: 6px;
  }
  #pickup .pickupInner .icon a {
    font-size: 12px;
  }
  #pickup h2 a {
    font-size: 16px;
  }
  #pickup h2 a:hover {
    color: #0077c9;
  }
  #pickup .txt {
    font-size: 14px;
    margin-top: 5px;
  }
  #pickup .thumb {
    position: relative;
    top: 0px;
    width: 100%;
    height: 180px;
  }
  #breadcrumb.sbp-main-top {
    display: none;
  }
  /*category*/
  h1.archive-title {
    font-size: 24px;
    padding-left: 30px;
    background-size: 24px auto;
    margin: 16px 0;
  }
  .category-page-content {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0em;
  }
  .category-page-content p {
    margin-top: 15px;
  }
  /*post*/
  .post-banner img.sp-none {
    display: none;
  }
  .post-banner img.sp-only {
    display: block;
  }
  .entry-title {
    font-size: 18px;
    padding: 0em 0em;
    margin-bottom: 10px;
  }
  body.single-post .eye-catch-wrap {
    width: 100%;
    /* height: 170px; */
    margin-bottom: 5px;
  }
  .author-box .author-name {
    font-size: 17px;
    margin: 0;
  }
  .author-box .author-name a {
    text-decoration: none;
  }
  .article h2 {
    font-size: 17px;
    padding: 15px 15px;
  }
  .article h3 {
    font-size: 16px;
  }
  .cta-box {
    margin-bottom: 20px;
  }
  .cta-box .no1Img img.sp-none {
    display: none;
  }
  .cta-box .no1Img img.sp-only {
    display: block;
  }
  .cta-heading {
    font-size: 16px;
    padding: 80px 0px 0px;
    margin: 20px 15px 0.2em;
    background-position: 50% 0%;
    text-align: center;
  }
  .cta-content {
    margin-left: 15px;
    margin-right: 15px;
  }
  .cta-message p {
    font-size: 14px;
    line-height: 1.5;
  }
  .cta-button a {
    padding: 20px 20px !important;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    border: 0px solid transparent;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0 !important;
    background-image: -moz-linear-gradient(0deg,
        rgb(84, 130, 214) 0%,
        rgb(107, 161, 212) 68%,
        rgb(129, 191, 209) 99%);
    background-image: -webkit-linear-gradient(0deg,
        rgb(84, 130, 214) 0%,
        rgb(107, 161, 212) 68%,
        rgb(129, 191, 209) 99%);
    background-image: -ms-linear-gradient(0deg,
        rgb(84, 130, 214) 0%,
        rgb(107, 161, 212) 68%,
        rgb(129, 191, 209) 99%);
  }
  .prof {
    margin-top: 15px;
  }
  #searchDock {
    margin-bottom: 20px;
  }
  #searchDock h2 {
    font-size: 16px;
  }
  #searchDock table:after {
    content: "";
    clear: both;
    display: block;
  }
  #searchDock table {
    background-color: #fff;
  }
  #searchDock table tr {
    border-bottom: 1px #ccc solid;
  }
  #searchDock table tr {
    background-color: #fff !important;
  }
  #searchDock table th {
    width: 100%;
    padding: 5px 0 0px;
  }
  #searchDock table th,
  #searchDock table td {
    display: block;
    border: none;
  }
  #searchDock table td {
    padding: 0 10px 5px 0px;
    float: left;
  }
  #searchDock table td.blank {
    display: none;
  }
  #searchDock table td a {
    text-decoration: none;
  }
  #searchDock .mrsoLink {
    text-align: right;
  }
  #searchDock .mrsoLink a {
    text-decoration: none;
    font-size: 14px;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  .wrap {
    width: auto;
  }
}