@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.fa-external-link-alt:before {
    content: "" !important;
}
a[target="_blank"]:after {
font-family: 'Font Awesome 5 Free';
content: '\f35d';
font-size: 0.9em;
margin: 0px 3px;
font-weight: 900;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
a {
  transition: .3s;
}
/************************************
** 共通パーツ
************************************/
.wrap {
  max-width: 1200px;
}
.content {
  margin-bottom: 100px;
}
/* ヘッダー */
.add-header-contents.widget_text {
  display: flex;
  align-items: center;
	height: 50px;
}
.add-header-contents-in {
	position: relative;
	width: 1200px;
	margin: auto;
	text-align: right;
}
.add-header-contents ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
	list-style: none;
	margin: 0;
  padding: 0;
  line-height: 1.2;
  text-align: center;
}
.add-header-contents li {
  display: flex;
  align-items: center;
	padding: 1px 15px;
  border-left: 1px solid #fff;
	margin-top:-15px;
}
.add-header-contents li:first-child {
	padding-left:50px;
  font-size: 24px;
  font-weight: bold;
  border-left: 0;
  background:url(https://premastyle.jp/wp-content/uploads/2022/05/icon_tel@3x-1.png) no-repeat left center/25%;
	margin-top:-20px;
}
.add-header-contents li:first-child>div{
	padding-top:15px;
}

/*.add-header-contents .list-mail{
	padding:5px 25px 5px 0;
	margin-right:12px;
	border-right:0.8px solid #2662B1;
}*/
.add-header-contents .list-mail>a{
	background:#2662B1 url(https://premastyle.jp/wp-content/uploads/2022/05/icon_mail@3x-1.png) no-repeat 30px center/23px;
	font-size:16px;
	color:#fff;
   padding:15px 30px 13px 60px;
	border-radius:22px;
}

.add-header-contents .list-book{
	padding:1px 0 1px 15px;
}
.add-header-contents li:first-child::before {
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-size: 30px;
  font-weight: bold;
  /*content: url(https://premastyle.jp/wp-content/uploads/2021/01/tel.png);*/
	/*content: url(http://premastyle.jp/test220324/wp-content/uploads/2022/05/icon_tel@3x.png);/*
}
.add-header-contents li a:last-child::before {
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-size: 30px;
  font-weight: bold;
  /*content: url(https://premastyle.jp/wp-content/uploads/2021/01/mail.png);*/
	content:"";
}
.add-header-contents li span {
  display: block;
  margin-left: auto;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
}

/*220516追加 by吉田 ガイドブックプレゼント固定バナー*/
.add-header-contents .list-book a:last-child::before{
	content: "";
	display:block;
	width:200px;
	height:80px;
	background:url(https://premastyle.jp/wp-content/uploads/2022/05/guidebook_link_bnr_pc_1@4x.png) no-repeat right top/contain;
}


.add-header-contents {
	color: #000;
}
.add-header-contents a {
  font-size: 18px !important;/*--14px--*/
  font-weight: bold;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  transition: .3s;
  display: inline;
}
.add-header-contents a:hover {
  opacity: .8;
}
/* .search-box {
  position: absolute;
  top: -41px;
  right: 30px;
  width: 195px;
	margin: auto;
	margin-left: auto;
}
.search-box .search-edit {
  padding: 4px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
} */
/* ヘッダー */
.header {
  border-top: 10px solid #2662B1;
}
.header .header-in {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.logo-image {
  display: block;
  width: 30%;
  text-align: left;
}
.add-header-contents.widget_text {
  width: 70%;
}
.add-header-contents.widget_text:last-of-type {
  display: none;
}
/* グローバルナビ */
.navi {
  background-color: #2662B1;
}
.navi-in .item-label {
  display: inline;
  padding: 0 20px 5px;
  font-weight: bold;
}
.navi-in > ul {
  flex-wrap: nowrap;
  background: #2662B1;
}
.navi-in > ul > li {
	width: 100%;
}
.navi-in a {
  color: #fff;
}
.navi-in a:hover {
  background: #2662B1;
  color: #fff;
}
.navi-in a:hover .item-label{
  border-bottom:  2px solid #F3C522;
}
.navi-in .current-menu-item a .item-label{
  border-bottom:  2px solid #B12626;
}
/* キーワード */
.tagcloud a .tag-caption {
    word-break: break-all;
    margin: 0 0 -5px -6px !important;
}
#tag_cloud-4 .tagcloud {
  background-color: #fff;
  padding: 25px 40px 35px 20px;
}
#tag_cloud-4 .widget-page-content-bottom-title {
  margin: 0 0 5px;
  color: #2662B1;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
#tag_cloud-4 .widget-page-content-bottom-title::before {
  font-family: "Font Awesome 5 Free";
  content: '\f002';
}
.fa-tag:before {
  content: none;
}
.tagcloud a {
  flex: none;
  padding: 3px 18px;
  color: #2662B1;
  font-size: 18px;
  border: 1px solid #2662B1;
}
.tagcloud a:hover {
  color: #2662B1;
  background-color: #E9EFF7;
}
.tagcloud a {
  margin-top: 10px;
  margin-left: 20px;
}
/* 説明文 */
#content-bottom {
  padding-top: 50px;
  padding-bottom: 80px;
}
#custom_html-4 h2 {
  margin-bottom: 50px;
}
.content-bottom {
  background-color: #fff;
  margin: 0;
}
#custom_html-4 {
	display: none;
}
.front-top-page #custom_html-4 {
  display: block;
  padding-bottom: 50px;
}
#custom_html-4 .custom-html-widget {
	text-align: center;
}
#custom_html-4 .custom-html-widget p {
  margin: 0;
}
.textwidget.custom-html-widget img {
    max-width: 300px;
}
#custom_html-4 h2 {
  color: #02052E;
  font-size: 28px;
}
#custom_html-4 p {
	line-height: 1.9;
} 
#custom_html-6 ul {
	display: flex;
	justify-content: space-between;
	width: 785px;
	margin: 140px auto 80px;
	padding: 0;
	list-style: none;
}
#custom_html-6 a {
	display: block;
	line-height: 1;
}
/* 説明文2 */
#custom_html-18 {
  padding-top: 150px;
  text-align: center;
}
#custom_html-18 img {
  margin-bottom: 30px;
}
#custom_html-18 p {
  margin: 0;
}
/* お問い合わせボタン */
#custom_html-24 {
  margin-top: 40px;
}
.bottom-btn {
  display: flex;
  justify-content: center;
}
.bottom-btn li {
  margin: 0 15px;
  list-style: none;
}
.bottom-btn a {
  transition: .3s;
}
.bottom-btn a:hover {
  opacity: .8;
}
/* フッター */
.footer {
  background: #F4F3F3;
  margin-top: 0;
  padding-top: 15px;
}
.footer-left,
.footer-right {
  display: none;
}
.footer-center {
  width: 100%;
  padding: 0;
}
.footer-center ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.footer-center ul li {
	display: inline;
  border-left: 1px solid;
  margin-left: 20px;
  padding-left: 20px;
}
.footer-center ul li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.footer-center a {
	font-size: 12px;
	text-decoration: none;
	color: #3e3d3d;
}
.footer-widgets {
  margin: 0;
}
.footer-bottom-logo {
	float: none;
	position: static;
}
.footer-bottom-logo .logo-image {
	max-width: none;
}
.footer-bottom-logo img {
	height: auto;
}
.footer-bottom-content {
	float: none;
}
.footer-bottom.fnm-text-width .menu-footer li {
	width: 100%;
	border: none;
}
.footer-bottom.fnm-text-width .menu-footer li a {
	pointer-events: none;
}
.copyright {
	text-align: center;
  margin-bottom: 25px;
  margin-top: 0;
}
/************************************
** トップページ
************************************/
.home #tag_cloud-4 {
  display: block;
}
.home .content {
  margin-bottom: 180px;
}
.home .content-in {
  align-items: flex-start;
}
/* 新着記事 */
.appeal-in {
  padding: 0;
}
.appeal-content {
  max-width: 1200px;
  margin: 0;
  padding: 50px 0;
  background-color: transparent;
}
.appeal-title {
  margin-bottom: 10px;
  color: #2662B1;
  font-size: 28px;
}
.appeal-title::before {
  font-family: "Font Awesome 5 Free";
  content: '\f1ea';
}
.new-entry-cards {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  padding: 30px;
  background-color: #fff;
}
.new-entry-cards::after {
	display: none;
}
.new-entry-cards .a-wrap {
	width: 340px;
	padding: 0;
}
.new-entry-card-thumb{
	overflow: hidden;
}
.new-entry-card-thumb img{
	transition: 0.2s;
}
.new-entry-card-thumb img:hover{
	transform: scale(1.05); 
}
.new-entry-cards .a-wrap:hover {
  background-color: transparent;
}
.new-entry-cards .card-title {
	text-align: left;
  line-height: 1.4;
}
.new-entry-cards .a-wrap:hover .card-title {
  color: #B12626;
  transition: .3s;
}
.new-entry-cards.card-large-image .e-card {
  padding-bottom: 0 !important;
}
.appeal-message .new-entry-card-date {
  display: block;
  margin-top: 5px;
	font-size: 14px;
	text-align: left;
}
.appeal-message .new-entry-card-update-date {
  display: none;
}
.appeal-message .new-entry-card-date::before {
  font-family: "Font Awesome 5 Free";
  content: '\f017';
}
.appeal-content .appeal-button {
  padding: 6px 40px;
  background-color: #fff;
  color: #2662B1;
  font-size: 20px;
  border: 1px solid #2662B1;
  border-radius: 0;
}
.appeal-content .appeal-button::after{
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: bold;
}
/* エントリーカード */
.entry-card-thumb {
	position: static;
}
.thx_category_space {
	position: absolute;
	bottom: 0;
}
.entry-category {
	position: static;
	font-size: 15px;
    background-color: #2662B1;
}
.entry-card-thumb{
	overflow: hidden;
}
.entry-card-thumb img{
	transition: 0.2s;
}
.entry-card-thumb img:hover{
	transform: scale(1.05); 
}
.widget-entry-cards.card-large-image .e-card {
	padding-bottom: 30px;
}
.thx_category_space{
  position: relative;
  display: flex;
  flex-wrap: wrap;
	margin: 0;
  padding: 0;
  list-style: none;
}
.thx_category_space .entry-category {
	line-height: 26px;
	position: relative;
	display: inline-block;
	height: 26px;
	margin: 0 10px 10px 0;
	padding: 0 12px 0 6px;
	-webkit-transition: color 0.2s;
	        transition: color 0.2s;
	text-decoration: none;
	color: #fff;
	border-radius: 3px 0 0 3px;
	background: #2662B1;
	overflow: visible;
}
.thx_category_space .entry-category::before,
.thx_category_space .entry-category::after {
	background: #fafcfc;
}
.thx_category_space .entry-category::before {
	position: absolute;
	top: 10px;
	right: 0;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 10px;
}
.thx_category_space .entry-category::after {
	position: absolute;
	top: -2px;
	right: -8px;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 0 14px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #2662B1;
	border-radius: 4px;
	background: transparent;
}
/* カテゴリー */
#post-25 .entry-title {
  margin:0;
  color: #2662B1;
  font-size: 28px;
  text-align: center;
}
#post-25 .entry-title::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0ce';
}
/* サイドバー */
.home .sidebar {
  margin-top: 56px;
}
.home .sidebar #tag_cloud-6 {
  display: none;
}
.archive .sidebar {
  margin-top: 72px;
}
.sidebar {
  width: 300px;
  padding: 0;
  background-color: transparent;
}
.sidebar aside {
  background-color: #fff;
}
.sidebar aside:not(:first-of-type) {
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.sidebar aside.widget_custom_html {
  padding: 0;
  margin-bottom: 20px;
}
.sidebar .search-box {
  margin: 0 0 10px;
}
.sidebar .search-box input {
  background: #fff;
  border: 1px solid #A9A9A9;
}
.sidebar h3 {
  margin: 0;
  padding: 7px 20px;
  background-color: #2662B1;
  color: #fff;
  font-size: 20px;
}
.sidebar #tag_cloud-6 h3 {
  color: #2662B1;
  background-color: transparent;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.sidebar #tag_cloud-6 h3::before {
  font-family: "Font Awesome 5 Free";
  content: '\f002';
}
.sidebar .new-entry-cards {
  display: block;
  width: auto;
  padding: 0;
}
.sidebar .widget-entry-cards .a-wrap {
  margin: 25px 20px 0;
  padding: 0;
  width: auto;
}
.sidebar .widget-entry-cards .a-wrap:hover {
  background-color: transparent;
}
.sidebar .widget-entry-cards .a-wrap:hover .card-title {
  color: #B12626;
}
.sidebar .widget-entry-cards figure {
  margin: 0;
}
.sidebar .card-title {
  font-size: 13px;
  line-height: 1.6;
  font-weight: bold;
}
.sidebar .thx_category_space {
  display: none;
}
.single #new_entries-3{
  display: none;
}
#custom_html-14 {
  background-color: transparent;
  text-align: center;
}
#custom_html-14 a {
  display: block;
}
#custom_html-14 a + a{
  margin-top: 20px;
}

/* 記事ランキング */
.widget-entry-cards.ranking-visible .no-1 .card-thumb::before {
	background: #2662b1;
}
.widget-entry-cards.ranking-visible .no-2 .card-thumb::before {
	background: #e83817;
}
.widget-entry-cards.ranking-visible .no-3 .card-thumb::before {
	background: #f9c602;
}
.widget-entry-cards.ranking-visible .card-thumb {
  position: relative;
}
.widget-entry-cards.ranking-visible .card-thumb::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
	width: 20px;
  height: 24px;
}
.widget-entry-cards.ranking-visible .no-1 .card-thumb::before {
	background: url(https://premastyle.jp/wp-content/uploads/2020/11/rank1.png);
    background-size: contain;
    opacity: 1;
}
.widget-entry-cards.ranking-visible .no-2 .card-thumb::before {
	background: url(https://premastyle.jp/wp-content/uploads/2020/11/rank2.png);
    background-size: contain;
    opacity: 1;
}
.widget-entry-cards.ranking-visible .no-3 .card-thumb::before {
	background: url(https://premastyle.jp/wp-content/uploads/2020/11/rank3.png);
    background-size: contain;
    opacity: 1;
}
/* カテゴリー */
.home  .main {
  margin: 0;
  background-color: transparent;
  padding: 0;
}
.main {
  width: 860px;
  padding: 35px 40px;
  background-color: #fff;
}
#post-25 .date-tags {
  display: none;
}
#post-25 .wp-block-image {
  width: 100%;
	margin-bottom: 0;
}
#post-25 .wp-block-image figure {
	margin: auto;
	width: 100%;
}
#post-25 .wp-block-image img {
	width: 100%;
}
#post-25 .column-left,
#post-25 .column-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
	width: 414px;
}
#post-25 h2 {
  background-color: transparent;
  width: 40%;
  padding: 0;
  color: #2662B1;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
  border-left: 0;
}
#post-25 h2 + figure {
  display: none;
}
#post-25 h2 a {
	color: #3d3d3d;
	text-decoration: none;
}
#post-25 p {
  width: 60%;
  margin: 15px 0;
  padding-right: 20px;
  font-size: 13px;
	line-height: 1.6;
}
#post-25 p a {
	color: #3d3d3d;
	text-decoration: none;
}
#post-25 figure {
  overflow: hidden;
}
#post-25 img {
  transition: .3s;
}
#post-25 a:hover figure img {
  transform: scale(1.05);
}
/************************************
** 記事一覧ページ
************************************/
.entry-title,
.archive-title {
  margin-bottom: 20px;
  font-size: 28px;
}
.archive-title {
  color: #2662B1;
}
.archive .main {
  background: transparent;
}
.archive .list {
  background-color: #fff;
  padding: 25px 35px;
}
.archive .list a {
  border-bottom: 1px solid #e3e3e3;
}
.archive .list a:hover {
  background-color: transparent;
}
.archive .list a:hover .entry-card-title {
  color: #B12626;
}
.archive .breadcrumb {
  display: none;
}
#list .entry-card-title {
  font-size: 20px;
  line-height: 1.4;
  transition: .3s;
}
.entry-card-snippet, 
.related-entry-card-snippet {
  line-height: 1.6;
}
.entry-card .admin-pv {
  display: none;
}
.entry-card-meta,
.related-entry-card-meta {
  position: static;
}
.e-card-info {
  justify-content: flex-start;
  margin-bottom: 5px;
}
.card-next {
  display: block;
  font-size: 12px;
  text-align: right;
}
/************************************
** 記事ページ
************************************/
.single .eye-catch {
  display: none;
}
/* SNSボタン開始 */
#main .button-caption {
  display: none;
}
#main .sns-share a {
  width: 1.6em;
  height: 1.6em;
  margin-left: 0.2em;
}
.sns-share-buttons a[target="_blank"]:after {
    content: "" !important;
}
#main .entry-categories-tags {
  display: none;
}
.sns-share-buttons {
  justify-content: flex-start;
}
#main .social-icon {
  font-size: 18px;
}
/* 目次 */
.toc-center {
  width: 100%;
  padding: 0;
  display: grid;
}
.toc-title {
  background-color: #F7F7F7;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
}
.toc-content {
  margin-left: 35px;
}
.toc .toc-list ol{
  list-style-type: none;
}
/* 関連記事 */
#related-entries .related-entry-card-wrap {
  border: 0;
}
#related-entries .related-entry-card-snippet {
  display: none;
}
#related-entries .thx_category_space {
  display: none;
}
#related-entries .related-entry-heading {
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  padding: 12px 0;
}
#related-entries .related-entry-card-title {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: normal;
}
/* 見出し */
.article h2 {
  font-size: 24px;
  line-height: 1.2;
  padding: 15px;
  border-left: 10px solid #2662b1;
  background-color: transparent;
}
.page-id-88 .article h2,
.page-id-70 .article h2 {
  font-size: 24px;
  line-height: 1.2;
  padding: 15px;
  border-left: 10px solid #2662b1;
  background-color: transparent;
}
.article h3 {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-left: 0;
}
.article h4 {
  border-top: 0;
  border-bottom: 0;
  font-size: 20px;
  padding: 0;
}
/************************************
** 固定ページ
************************************/

.page.home .entry-title {
  display: block;
}
.home .breadcrumb {
  display: none;
}
.page .date-tags {
  display: none;
}
#tag_cloud-4 {
  display: none;
}
/************************************
** お問い合わせ
************************************/
.page-id-88 .entry-title,
.page-id-70 .entry-title {
  display: none;
}
.wpcf7-form dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #c1c1c1;
}
.wpcf7-form dl + p {
  text-align: center;
}
.wpcf7-form dl + p a {
  color: #333;
}
.wpcf7-form dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  width: 40%;
  background: #2662B1;
  color: #fff;
}
.wpcf7-form dt .icon-1 {
	width:42px;
  background-color: #E83818;
  padding: 5px;
	margin-left:20px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
}
.wpcf7-form dt .icon-1__trigger{
	width:4.5em;
}
.wpcf7-form dt .icon-1__plan{
	width:3.8em;
}
.wpcf7-form dt .icon-2 {
  background-color: #f4f4f4;
  color: #333;
  padding: 5px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
}
.wpcf7-form dt:not(:first-of-type) {
  border-top: 1px solid #c1c1c1;
}
.wpcf7-form dd {
  width: 60%;
  margin-left: 0;
}
.wpcf7-form dd:not(:first-of-type) {
  border-top: 1px solid #c1c1c1;
}
.radio_guidebook_form_trigger{
	padding-top:20px;
}
.radio_guidebook_form_plan{
	padding-top:35px;
}
.wpcf7-form dl .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 {
  border-radius: 0;
  border: 0;
  height: 100%;
  background-color: #f7f7f7;
}
input[type='submit'] {
  background-color: #2662B1;
  color: #fff;
  font-size: 18px;
}
.privacy {
  height: 300px;
  overflow: hidden;
  background: #f7f7f7;
  padding: 10px;
  overflow-y: scroll;
  font-size: 14px;
}
#post-70 #tag_cloud-4,
#post-88 #tag_cloud-4 {
  display: none;
}
.wpcf7c-conf {
  background-color: #f7f7f7 !important;
  border: none !important;
}
.wpcf7-back {
  padding: 10px;
  margin-bottom: 30px;
}
.page-id-88 .privacy-txt2 {
  display: none;
}
.single .privacy,
.single .privacy-txt1 {
  display: none;
}
.add-header-contents a {
  font-size: 18px !important;/*--14px--*/
}
.custom-html-widget a{
	/*width:230px;*/
	/*overflow: hidden;*/
}

/*220516追加 by吉田 PCヘッダーのメニューアイコンスタイル変更*/
.list-mail>a{
	width:auto;
}
.add-header-contents .list-book a{
	width:auto;
}



.custom-html-widget img{
	transition: 0.2s;
}
.custom-html-widget img:hover{
	transform: scale(1.05); 
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.header {
		border-top: 10px solid #fff;
	}
  .header .header-in {
    position: relative;
    border-top: none;
  }
  .logo-image {
    display: block;
    text-align: center;
    width: 100%;
  }
  .add-header-contents.widget_text {
    display: none;
  }
  .add-header-contents.widget_text:last-of-type {
    position: fixed;
    width: 94%;
    top: 67px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 4;
    display: block !important;
    height: 0;
  }
  .add-header-contents.widget_text article {
    background: #2662b1;
    padding: 50px;
    text-align: center;
    z-index: 100;
    position: relative;
    border-radius: 10px;
  }
  .add-header-contents.widget_text article p {
    text-align: center;
  }
  #contact-box {
    display: none;
  }
  #contact-back {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    transition: .3s ease-in-out;
    opacity: .5;
  }
	.add-header-contents {
		display: none!important;
	}
	.add-header-contents-in {
		width: 100%;
	}
	.appeal-message .new-entry-cards {
		min-width: auto;
		flex-wrap: wrap;
  }
  #search-6 {
    display: none;
  }
  .search-submit {
    top: calc(50% - 20px);
  }
	#custom_html-6 ul {
		width: 100%;
		justify-content: space-evenly;
	}
	.appeal-content {
    width: 96%;
    margin: auto;
	}
	.appeal-message .a-wrap {
		width: calc(100% / 3 - 10px);
		margin: auto;
	}
	.column-wrap {
		justify-content: space-around;
	}
/* 	#post-25 .column-left, #post-25 .column-right {
		width: calc(100% / 2 - 20px)
	} */
	#navi {
		display: none;
	}
	.search-box {
		position: static;
	}
	.mobile-header-menu-buttons {
		padding: 0;
    background-color: #2662b1;
    color: #fff;
	}
	.admin-bar .mobile-header-menu-buttons {
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
  }
  .mobile-menu-buttons {
    min-height: 40px;
    padding: 9px 0 0 0;
	 /*height:135px; 220513追加(吉田)  スマホヘッダーのメニューアイコンスタイル変更*/
	 /*height:calc(22px + (100vw * 0.3));*/
	  height:auto;
  }
	.mobile-menu-buttons .menu-button {
		width: 50px;
    position: static;
    font-size: 22px;
    border-right: 1px solid #fff;
	 height:37px;
  }
  .mobile-menu-buttons .menu-button:first-of-type {
    margin-right: auto;
  }
  .mobile-menu-buttons .menu-button:first-of-type,
  .mobile-menu-buttons .menu-button:last-of-type   {
    border-right: none;
  }
	.mobile-menu-buttons .menu-button:last-of-type {
/* 	  width:100vw; */
	  /*height:calc(100vw * 0.25);*/
/* 	  height:auto; */
/* 	  background:url(https://premastyle.jp/wp-content/uploads/2022/05/guidebook_link_bnr_sp_1@4x.png) no-repeat left top/contain; */
/* 	  padding-top:0; */
/* 		margin-top:3px; */
	}
	.mobile-menu-buttons .menu-button:last-of-type a{
		display:block;
		height:calc(100vw * 0.215);
	}
	
  #menu-item-566 .fa-star {
    transform: scale(-1, 1);
  } 
  #menu-item-566 .fa-star:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    color: #fff;
  }
  #menu-item-565 .fa-star:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #fff;
  }
	#menu-item-2992 .fa-star:before{
		display:none;
	}
	#menu-item-3029 .fa-star:before{
		display:none;
	}
  #menu-item-3328 .fa-star:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #fff;
  }
  .mobile-menu-buttons .menu-caption {
    display: none;
  }
	.sidebar {
    display: block!important;
    width: 100%;
  }
  .new-entry-cards {
    width: auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .main {
    width: 100%;
  }
  #post-25 .column-left,
  #post-25 .column-right {
    margin: auto;
  }
  .menu-close-button {
    color: #333;
  }
  .home #tag_cloud-4 {
    width: 90%;
    margin: auto;
  }
  .tagcloud a {
    font-size: 14px;
    padding: 0 6px;
    margin-top: 5px;
    margin-left: 10px;
  }
  .column-wrap {
    flex-wrap: wrap;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.tagcloud a .tag-caption {
		word-break: break-all;
		margin: 0 0 -2px -4px !important;
	}

	.sp-only {
		display: none;
	}
	.appeal-message .new-entry-cards {
    display: block;
    padding: 15px;
	}
	.appeal-message .a-wrap {
		width: 100%;
	}
	.appeal-in {
		padding: 16px;
	}
	.front-top-page #custom_html-4 {
		width: 96%;
		margin: auto;
	}
	#custom_html-4 p {
		text-align: left;
	}
	#custom_html-6 ul li {
		width: calc(100% / 2 - 20px);
	}
	.footer-widgets {
		display: block;
	}
	.footer-left,
	.footer-right {
		display: none;
	}
	.footer-center {
		padding: 0;
	}
	.footer-center ul {
		padding: 0;
		margin: 0;
	}
	.footer-center ul li {
		display: block;
		border-left: 0;
		padding: 0 25px;
	}
	.footer-center a {
		font-size: 10px;
	}
	.footer-bottom {
		margin-top: 0;
	}
	.navi-menu-content {
		background: #fffe;
	}
	.menu-close-button {
		text-align: right;
    padding-right: 10px;
    color: #333;
	}
	.menu-drawer li {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #c1c1c1;
	}
	.menu-drawer a {
		display: block;
		font-size: 16px;
		font-weight: bold;
  }
  .appeal-content .appeal-button {
    font-size: 16px;
    padding: 3px 20px;
  }
  .container .column-wrap {
    width: 90%;
    margin: auto;
  }
  #post-25 .column-left,
  #post-25 .column-right {
    margin-top: 30px;
  }
  #post-25 .entry-title {
    font-size: 22px;
    padding: 0;
  }
  .appeal-title {
    font-size: 22px;
  }
  #tag_cloud-4 .widget-page-content-bottom-title {
    font-size: 22px;
  }
  .home .content {
    margin-bottom: 90px;
  }
  #custom_html-18 {
    padding-top: 75px;
  }
  .sidebar #tag_cloud-6 h3 {
    font-size: 22px;
  }
  .wpcf7-form dl {
    display: block;
  }
  .wpcf7-form dt {
    padding: 5px 5px;
    width: 100%;
  }
  .wpcf7-form dd {
    width: 100%;
  }
.radio_guidebook_form_trigger{
	padding-top:0px;
}
.radio_guidebook_form_plan{
	padding-top:0px;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	#post-25 .column-left, #post-25 .column-right {
    width: 100%;
    margin-top: 20px;
	}
	.logo-image {
/* 		padding: calc(100vw * 0.3) 60px 15px; */
	}
	.appeal-title {
		font-size: 22px;
    	font-weight: bold;
    	margin-bottom: 20px;
	}
	.appeal-title::before {
		width: calc(50% - 50px);
	}
	.appeal-title::after {
		width: calc(50% - 50px);
	}
	.appeal-message .card-title {
		font-size: 16px;
	}
	.thx_category_space .entry-category {
		font-size: 10px;
  }
  .card-next {
    font-size: 10px;
  }
	.page .entry-title {
		font-size: 16px;
	}
	.page .entry-title::before {
		width: calc(50% - 50px);
	}
	.page .entry-title::after {
		width: calc(50% - 50px);
	}
	#post-25 h2 {
		font-size: 16px;
	}
	.page-body, .menu-content {
		font-size: 14px;
	}
	#custom_html-4 h2 {
		font-size: 17px;
	}
	#custom_html-6 ul {
		margin: 70px auto 40px;
	}
	.archive-title {
		font-size: 16px;
		font-weight: bold;
	}
	.entry-content {
    margin-bottom: 50px;
    margin-top: 0;
	}
	.sidebar h3 {
		margin: 0 0 12.5px;
	}
	.footer-bottom.fnm-text-width .menu-footer li {
		text-align: left;
	}
	.footer-bottom.fnm-text-width .menu-footer li br {
		display: none;
	}
	.sidebar h3 {
		font-size: 16px;
		margin-bottom: 0;
	}
	#sidebar .card-title {
		font-size: 14px;
	}
	#search-menu-content .search-edit {
		font-size: 16px;
	}
	.navi-footer-in > .menu-footer li.menu-item a {
		font-size: 10px;
	}
  .mobile-header-menu-buttons {
      justify-content: flex-end;
  }	
  .entry-title, .archive-title{
    font-size: 20px;
  }
  .single .article h2 {
    font-size: 18px;
    padding: 6px;
    border-left: 6px solid #2662b1;
  }
  .archive .list {
    padding: 10px;
  }
  #list .entry-card-title {
    font-size: 14px;
  }
  #related-entries .related-entry-heading {
    font-size: 18px;
  }
  .article h4 {
    font-size: 18px;
  }
  .article h2 {
    font-size: 18px;
    padding: 6px;
    border-left: 6px solid #2662b1;
  }
  .page .entry-title {
    padding: 0;
    font-size: 20px;
  }
  .page-id-88 .article h2, .page-id-70 .article h2 {
    font-size: 18px;
    padding: 6px;
    border-left: 6px solid #2662b1;
  }
  #custom_html-24 {
    display: none;
  }
  .add-header-contents.widget_text article {
    padding: 25px;
  }
}




/*2024 リニューアル用 --------------------------------------------------*/
/* Safariのclamp関数対策 */
* {
	min-height: 0vw;
}

/* ページ設定 */
body {
	background-color: #FFF !important;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif !important;
	font-style: normal;
	overflow-x: hidden;
	overflow-wrap: break-word;
	text-align: justify;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}

body * {
	box-sizing: border-box;
	line-height: 1.5;
}

.content {
    margin: 50px 0 0 0;
}

.contentsWrap {
	margin: 0 auto;
	max-width: 1080px;
	position: relative;
	width: calc(100% - 80px);
}

.content-in.wrap {
	margin: 0 auto;
    max-width: 1080px;
	width: calc(100% - 40px);
}

.content-in.wrap .main {
	margin: 0;
    padding: 0;
	width: 70%;
}

.content-in.wrap .sidebar {
	margin: 0;
	padding: 0;
    width: 25%;
}

@media screen and (max-width: 1024px) {
	.contentsWrap {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 1023px) {
	.content-in.wrap .main {
		margin-bottom: clamp(50px,5.2vw,100px);
	}
	.content-in.wrap .main,
	.content-in.wrap .sidebar {
		width: 100%;
	}
}

/* 電話番号発信の無効処理 */
a[href^="tel:"] {
	cursor: default;
	opacity: 1 !important;
	display:none !important;
}

/* ヘッダー */
#menu-mobile {
	display: none;
}

.pageHeader {
	align-items: center;
	background-color: #FFF;
	display: flex;
	height: clamp(60px,4.1vw,80px);
	justify-content: space-between;
	padding: 0 20px;
	position: relative;
	width: 100%;
}

.pageHeader .contentsWrap {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	width: 100%;
}

.pageHeader img {
	height: clamp(40px,2.6vw,50px);
	width: auto;
}

.pageHeader .slideMenuBtn {
	color: #333;
	display: none;
	text-decoration: none;
}

/*ナビゲーション*/
.pageHeader + nav {
	background-color: #0099D9;
	box-shadow: 0 5px 5px 5px rgba(0,0,0,0.05);
	display: block !important;
	height: 40px;
	opacity: 1.0 !important;
	position: relative;
	width: 100%;
	z-index: 9999;
}

.pageHeader + nav .contentsWrap {
	display: flex;
	height: 100%;
}

.pageHeader + nav .contentsWrap a {
	align-items: center;
	border-right: 1px solid #FFF;
	color: #FFF;
	display: flex;
	font-size: clamp(14px,0.9vw,18px);
	height: 100%;
	justify-content: center;
	letter-spacing: 0.025em;
	text-decoration: none;
	width: 25%;
}

.pageHeader + nav .contentsWrap a:first-of-type {
	border-left: 1px solid #FFF;
}

.pageHeader + nav .contentsWrap a:last-of-type {
	display: none;
}

.pageHeader + nav .contentsWrap a.active {
	color: #FDE52F;
	pointer-events:none;
}

.pageHeader + nav .contentsWrap a:hover {
	opacity: 0.8;
}

.pageHeader + nav .contentsWrap a i {
	margin-left: 5px;
}

@media screen and (max-width: 1080px) {
	.pageHeader + nav .contentsWrap a:first-of-type {
		border-left: 0;
	}
	.pageHeader + nav .contentsWrap a:nth-last-of-type(2) {
		border-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.pageHeader {
		box-shadow: 0 5px 5px 5px rgba(0,0,0,0.05);
		left: 0;
		padding: 0 10px;
		position: fixed;
		top: 0;
		z-index: 9999;
	}
	.pageHeader .tel {
		display: none;
	}
	.pageHeader .slideMenuBtn {
		align-items: center;
		display: flex;
		font-size: 30px;
		height: clamp(60px,3.1vw,80px);
		justify-content: center;
		position: fixed;
		right: 0;
		top: 0;
		width: clamp(60px,4.1vw,80px);
		z-index: 9999;
	}
	.pageHeader .slideMenuBtn.open i {
		color: #0062B1;
	}
	.pageHeader + nav {
		background: rgba(94,94,94,0.95);
		box-shadow: unset;
		display: none;
		height: 100%;
		margin-right: -100%;
		min-height: 100vh;
		opacity: 0;
		overflow-y: scroll;
		overflow-x: hidden;
		padding: 80px 0 60px 0 !important;
		position: fixed;
		right: 0;
		top: 0;
		transition: 0.5s;
		width: 100%;
		z-index: 9998;
	}
	.pageHeader + nav .contentsWrap {
		display: block;
		height: unset;
		max-width: unset;
	}
	.pageHeader + nav .contentsWrap a {
		border-bottom: 1px solid #FFF;
		border-right: 0;
		font-size: clamp(16px,0.9vw,18px);
		height: unset;
		justify-content: left;
		padding: 20px 0;
		width: 100%;
	}
	.pageHeader + nav .contentsWrap a:first-of-type {
		border-left: 0;
	}
	.pageHeader + nav .contentsWrap a:last-of-type {
		display: block;
	}
	.pageHeader + nav .contentsWrap a.active {
		color: #FFF;
	}
	.pageHeader + nav .contentsWrap a.active {
		color: #FFF;
		pointer-events: unset;
	}
}

/*ページタイトル*/
.pageTtl {
	align-items: center;
	background-image: url("./premastyle/images/general/bg_01.png");
	display: flex;
	justify-content: center;
	min-height: 120px;
	padding: 20px 0;
}

.pageTtl h1 {
	color: #0099D9;
    font-size: 34px;
    font-weight: 600;
	letter-spacing: 0.06em;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.pageTtl {
		margin-top: clamp(60px,4.1vw,80px);
	}
	.pageTtl h1 {
		font-size: clamp(26px,1.7vw,34px);
	}
}

@media screen and (max-width: 480px) {
	.pageTtl h1 {
		font-size: clamp(20px,1.7vw,34px);
	}
}

/* アーカイブページ */
.archive-title {
	margin-top: 0;
}

.archive .list {
  padding: 0 !important;
} 
.archive .list a {
  border-bottom: 0;
}

/* 投稿部分 */
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	padding: 0;
}

.article h2 {
	border-left: 5px solid #0062B1;
	padding-left: 10px;
}

.article h3 {
	padding-bottom: 5px;
}

#list .entry-card-content {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0;
}

#list .entry-card-content .entry-card-title {
    color: #0062B1;
	font-size: 18px;
	margin-bottom: 0;
	order: 1;
	width: 100%;
}

#list .entry-card-content .entry-card-meta {
	order: 2;
	margin-top: 0;
	width: 100%;
}

#list .entry-card-content .entry-card-meta .e-card-info {
    justify-content: flex-end;
	margin-bottom: 0;
}

#list .entry-card-content .entry-card-meta .e-card-info > span {
    margin-right: 0;
}

#list .entry-card-content .entry-card-snippet {
	display: -webkit-box;
	order: 4;
	overflow: hidden;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#list .entry-card-content .thx_category_space {
	order: 3;
	width: 100%;
}

#list .entry-card-content .thx_category_space .entry-category {
	position: unset;
}

#list .entry-card-content .card-next {
	order: 5;
	width: 100%;
}

@media screen and (max-width: 400px) {
	#list .entry-card-content {
		width: 100%;
	}
}

/* 目次 */
.toc-checkbox:checked~.toc-content {
	padding: 20px !important;
    margin: 0 !important;
}

.toc-content .toc-list li {
	font-size: 105%;
	font-weight: bold;
}

.toc-content .toc-list li ol li {
	font-size: 100%;
	font-weight: normal;
}

/* シェアボタン */
.sns-share-buttons a {
	align-items: center;
	display: flex !important;
	height: 30px !important;
	justify-content: center;
	width: 30px !important;
}

.sns-share-buttons a .social-icon {
	padding: 0 !important;
}

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

/* タグ */
.thx_category_space .entry-category {
	background: #0062B1;
	border: 0;
	border-radius: 4px;
	font-size: 12px;
    margin: 0 5px 5px 0;
    padding: 0 6px;
}

.thx_category_space .entry-category::before,
.thx_category_space .entry-category::after {
	display: none;
}

/* ページャー */
.pagination-next {
	display: none;
}

.pagination .current {
    background-color: #0062B1;
	border: 0;
	color: #FFF;
}

/* サイドバー */
.sidebar-scroll aside:not(:last-of-type) {
	margin-bottom: clamp(15px,1.5vw,30px);
}

.sidebar #search-6 {
    display: block;
}

.sidebar h3 {
	background-color: unset;
	border-bottom: 1px solid #A4A4A4;
    color: unset;
	margin-bottom: clamp(10px,1vw,20px);
	padding: 0;
	padding-bottom: clamp(5px,0.5vw,10px);
	text-align: left !important;
}

.sidebar #tag_cloud-6 h3 {
	background-color: unset;
    color: unset;
	font-size: 20px;
	font-weight: bold;
}

.sidebar #tag_cloud-6 h3::before {
	display: none;
}

.sidebar .search-box {
	position: relative !important;
}

.sidebar .search-box input {
	border-radius: clamp(3px,0.3vw,6px);
	padding-right: 40px;
}

.sidebar .search-box .search-submit {
	top: calc((100% - 25px) / 2);
}

.sidebar .search-box .search-submit span {
	font-size: 25px;
}

.sidebar .widget-entry-cards .a-wrap {
	border-bottom: 1px solid #858585;
    margin: 20px 0 0 0;
	padding-bottom: 20px;
}

.sidebar .widget-entry-cards .a-wrap:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}

.sidebar .thx_category_space {
	display: block;
}

.sidebar .thx_category_space .cat-label {
    left: unset;
}

.sidebar .popular-entry-card .thx_category_space {
	display: none;
}

.sidebar .widget-entry-card-title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.tagcloud a {
	margin: 0 10px 10px 0;
}

.tagcloud a .tag-caption {
	margin: unset !important;
}

.tagcloud a .tag-caption span {
	display: none;
}

.sidebar .wp-widget-group__inner-blocks {
	margin-top: clamp(-10px,-1vw,-20px);
}

.sidebar .wp-widget-group__inner-blocks ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar .wp-widget-group__inner-blocks ul li {
	border-bottom: 1px solid #A4A4A4;
	width: 100%;
}

.sidebar .wp-widget-group__inner-blocks ul li:nth-of-type(4) {
	border-bottom: 0;
}

.sidebar .wp-widget-group__inner-blocks ul li a {
	background-position: left 50%;
	background-repeat: no-repeat;
	background-size: auto 45px;
	color: #333;
	display: block;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 20px 0 20px 80px;
	text-decoration: none;
}

.sidebar .wp-widget-group__inner-blocks ul li a.wall {
	background-image: url("https://premastyle.jp/wp-content/uploads/2020/12/cat-wall.jpg");
}

.sidebar .wp-widget-group__inner-blocks ul li a.roof {
	background-image: url("https://premastyle.jp/wp-content/uploads/2020/12/cat-roof-768x543.jpg");
}

.sidebar .wp-widget-group__inner-blocks ul li a.paint {
	background-image: url("https://premastyle.jp/wp-content/uploads/2020/12/cat-paint-768x543.jpg");
}

.sidebar .wp-widget-group__inner-blocks ul li a.cost {
	background-image: url("https://premastyle.jp/wp-content/uploads/2020/12/cat-estimate-768x543.jpg");
}

.sidebar .wp-widget-group__inner-blocks ul li a.choose {
	background-image: url("https://premastyle.jp/wp-content/uploads/2020/11/cat-img02.jpg");
}

.sidebar .textwidget.custom-html-widget img {
	max-width: 100%;
}

.sidebar .custom-html-widget img:hover{
	transform: scale(1.0); 
}

@media screen and (max-width: 400px) {
	.ect-entry-card .card-thumb,
	.rect-entry-card .card-thumb,
	.ect-big-card-first .card-thumb {
		margin: 0 0 10px 0;
		width: 100%;
	}
	.e-card-info {
		justify-content: flex-end;
	}
}

/* ページトップボタン */
.go-to-top {
	bottom: 30px;
}

.go-to-top-button {
    background-color: #333;
	border-radius: 25px;
    color: #FFF;
	font-size: 30px;
	height: 50px;
	width: 50px;
}

.go-to-top-button:hover {
	color: #FFF;
}

@media screen and (max-width: 768px) {
	.go-to-top {
		bottom: 25px;
	}
}

/* フッター */
#content-bottom {
	padding-top: 0;
}

.footerNav {
	padding-bottom: 180px;
}

.footerNav dl {
	align-items: center;
	display: flex;
	justify-content: center;
}

.footerNav dl dt {
	width: 220px;
}

.footerNav dl dt a {
	display: block;
}

.footerNav dl dt a img {
	height: auto;
	width: 100%;
}

.footerNav dl dd {
	text-align: right;
	width: calc(100% - 220px);
}

.footerNav dl dd a {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.025em;
	margin-left: clamp(25px,2.6vw,50px);
}

.footerNav dl dd a:first-of-type {
	margin-left: 0;
}

.footerNav dl dd a[target="_blank"]:after {
	font-size: 60%;
	margin-left: 5px;
	position: relative;
	top: -2px;
}

.pageFooter {
	background-color: #0099D9 !important;
	font-size: 14px;
	height: 60px;
	width: 100%;
}

.pageFooter .contentsWrap {
	align-items: center;
	color: #FFF;
	display: flex;
	height: 100%;
	justify-content: right;
	max-width: 1080px;
}

.pageFooter .contentsWrap span {
	position: relative;
	text-decoration: none;
	z-index: 9999;
}

.pageFooter .contentsWrap span {
	letter-spacing: 0.1em;
}

#container .footerBanner {
	bottom: 15px;
	display: none;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9997;
}

#container .footerBanner .btnWrap a {
	font-size: 20px;
	justify-content: left;
	opacity: 1.0;
	padding-left: clamp(10px,4.1vw,80px);
	position: relative;
	width: 100%;
}

#container .footerBanner .btnWrap a::after {
	background-image: url("https://premastyle.jp/wp-content/themes/cocoon-child-master/premastyle/images/general/naomi-san_01.png");
	background-position: right clamp(20px,2vw,40px) bottom 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	bottom: 0;
	content: '';
	height: 160px;
	position: absolute;
	right: 0;
	width: 100%;
}

@media screen and (max-width: 1180px) {
	.footerNav {
		padding-bottom: clamp(75px,7.8vw,150px);
	}
	.pageFooter {
		padding-bottom: 220px;
		padding-top: 20px;
	}
	.pageFooter .contentsWrap {
		display: block;
		text-align: center;
	}
	.pageFooter .contentsWrap span,
	.pageFooter .contentsWrap a {
		margin: 0 10px;
		z-index: unset;
	}
}

@media screen and (max-width: 1080px) {
	#container .footerBanner .btnWrap a br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.footerNav {
		padding-bottom: clamp(25px,2.6vw,50px);
	}
	.footerNav dl {
		display: block;
	}
	.footerNav dl dt {
		margin-bottom: clamp(20px,2vw,40px);
		text-align: center;
		width: 100%;
	}
	.footerNav dl dt a {
		margin: 0 auto;
		max-width: 220px;
		width: 100%;
	}
	.footerNav dl dd {
		text-align: center;
		width: 100%;
	}
	.pageFooter {
		background-color: unset !important;
		padding-bottom: clamp(130px,11.4vw,220px);
		padding-top: clamp(15px,1.5vw,30px);
		position: relative;
	}
	.pageFooter::after {
		background-color: #0099D9;
		bottom: 0;
		content: '';
		height: 50px;
		left: 0;
		position: absolute;
		width: 100%;
	}
	.pageFooter .contentsWrap span,
	.pageFooter .contentsWrap a {
		color: #0099D9;
		margin: 0;
	}
	.pageFooter .contentsWrap span {
		margin-right: clamp(25px,2.6vw,50px);
	}
	.go-to-top {
		bottom: 25px;
	}
	#container .footerBanner .btnWrap a {
		height: clamp(60px,4.6vw,90px);
		justify-content: center;
		margin: unset;
		max-width: calc(100% - 50px);
		padding-right: clamp(110px,13vw,250px);
		text-align: justify;
	}
	#container .footerBanner .btnWrap a::after {
		background-position: right clamp(10px,3.1vw,15px) bottom 0;
		height: clamp(80px,8.3vw,160px);
	}
}

@media screen and (max-width: 600px) {
	#container .footerBanner .btnWrap a {
		justify-content: left;
	}
}

@media screen and (max-width: 580px) {
	#container .footerBanner .btnWrap a {
		font-size: clamp(18px,1vw,20px);
	}
}

@media screen and (max-width: 530px) {
	#container .footerBanner .btnWrap a {
		font-size: clamp(16px,1vw,20px);
	}
}

@media screen and (max-width: 500px) {
	#container .footerBanner .btnWrap a {
		font-size: clamp(14px,1vw,20px);
	}
}

@media screen and (max-width: 480px) {
	.footerNav dl dd a {
		display: block;
		margin-bottom: 20px;
		margin-left: 0;
	}
	.footerNav dl dd a:last-of-type {
		margin-bottom: 0;
	}
	.pageFooter {
		height: unset;
		padding-bottom: clamp(110px,11.4vw,220px);
	}
	.pageFooter .contentsWrap {
		display: block;
		padding: 10px 0;
	}
	.pageFooter .contentsWrap span,
	.pageFooter .contentsWrap a {
		display: block;
	}
	#container .pageFooter .contentsWrap span {
		margin-right: 0;
	}
	#container .pageFooter .contentsWrap span {
		margin-bottom: 20px;
	}
	#container .footerBanner .btnWrap a {
		font-size: clamp(18px,1vw,20px);
	}
	#container .footerBanner .btnWrap a br {
		display: block;
	}
}

@media screen and (max-width: 430px) {
	#container .footerBanner .btnWrap a {
		font-size: clamp(14px,1vw,20px);
	}
}

@media screen and (max-width: 400px) {
	#container .footerBanner .btnWrap a span {
		height: 60%;
		margin-right: 5px;
	}
}

@media screen and (max-width: 380px) {
	#container .footerBanner .btnWrap a br {
		display: none;
	}
}

@media screen and (max-width: 360px) {
	#container .footerBanner .btnWrap a {
		font-size: clamp(12px,1vw,20px);
	}
}

/* ボタン */
#container .btnWrap {
	text-align: center;
}

#container .btnWrap a {
	align-items: center;
	background-color: #F7AB00;
	border-radius: clamp(10px,1vw,20px);
	box-shadow: 0 6px 0 0 #DC6C18;
	color: #FFF;
	display: flex;
	font-size: 26px;
	font-weight: 500;
	height: 90px;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin: 0 auto;
	max-width: 620px;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
	transform: translateY(-6px);
	width: calc(100% - 40px);
}

#container .btnWrap a.blue {
	background-color: #0062B1;
	border-radius: 30px;
	box-shadow: 0 6px 0 0 #022173;
	font-size: 18px;
	height: 60px;
}

#container .btnWrap a:hover {
  box-shadow: 0 0 0 0 #FE5B00;
  transform: translateY(0);
}

#container .btnWrap a.blue:hover {
  box-shadow: 0 0 0 0 #0062B1;
}

#container .btnWrap a span {
    display: inline-block;
    height: 70%;
    margin-right: 10px;
	min-width: 45px;
    width: auto;
}

#container .btnWrap a span img {
    display: block;
    height: 100%;
    width: auto;
}

#container .btnWrap a i {
	font-size: 17px;
	line-height: 1;
	position: absolute;
	right: 15px;
	top: calc((100% - 17px) / 2)
}

@media screen and (max-width: 620px) {
	#container .btnWrap a {
		font-size: clamp(20px,1.3vw,26px);
		height: clamp(60px,4.6vw,90px);
	}
}

@media screen and (max-width: 480px) {
	#container .btnWrap a {
		font-size: clamp(18px,1.3vw,26px);
	}
}

@media screen and (max-width: 430px) {
	#container .btnWrap a {
		justify-content: left;
	}
}

@media screen and (max-width: 420px) {
	#container .btnWrap a {
		font-size: clamp(17px,1.3vw,26px);
	}
}

@media screen and (max-width: 400px) {
	#container .btnWrap a {
		font-size: clamp(15px,1.3vw,26px);
	}
}

@media screen and (max-width: 370px) {
	#container .btnWrap a {
		font-size: clamp(14px,1.3vw,26px);
	}
}

/* コンテンツ下部 */
.widget-page-content-bottom-title.main-widget-label {
	display: none;
}

a:where(:not(.wp-element-button)){
    text-decoration: none !important;
}

.headsup .box a .item .texts {
	color: #333;
	text-align: justify;
	text-decoration: none !important;
}

.headsup .box a .item .texts h3 {
	color: #0062B1;
	display: -webkit-box;
	font-size: clamp(16px,0.9vw,18px);
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: justify;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.headsup .box a .item .texts p {
	display: -webkit-box;
	font-size: clamp(14px,0.8vw,16px);
	letter-spacing: 0.045em;
	line-height: 1.75;
	overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.headsup {
	margin-top: clamp(60px,6.2vw,120px);
}

.headsup .ttlWrap {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: clamp(15px,1.5vw,30px);
	width: 100%;
}

.headsup .ttlWrap h3 {
	align-items: center;
	display: flex;
	font-size: clamp(28px,1.7vw,34px);
	font-weight: 600;
	justify-content: left;
	letter-spacing: 0.05em;
}

.headsup .ttlWrap h3 span {
	align-items: center;
	background-color: #E83817;
	color: #FFF;
	display: flex;
	font-size: 79%;
	justify-content: center;
	letter-spacing: 0.045em;
	line-height: 1;
	margin-right: 10px;
	padding: 10px clamp(10px,1vw,20px);
}

.headsup .ttlWrap h3 br {
	display: none;
}

.headsup .box {
	border: 2px solid #FE5B00;
	border-radius: clamp(15px,1.5vw,30px);
	display: flex;
	padding: clamp(30px,3.1vw,60px);
}

.headsup .box a {
	width: calc((100% - 5%) / 2);
}

.headsup .box a:nth-child(odd) {
	margin-right: 5%;
}

.headsup .box a .item .eyecatch {
	margin-bottom: clamp(5px,0.5vw,10px);
	overflow: hidden;
	width: 100%;
}

.headsup .box a .item .eyecatch img {
	height: auto;
	transition: 0.2s;
	width: 100%;
}

.headsup .box a:hover .item .eyecatch img {
	transform: scale(1.05,1.05);
}

.headsup .box a .item .texts p {
    -webkit-line-clamp: 2;
}

@media screen and (max-width: 1024px) {
	.headsup .ttlWrap h3 {
		font-size: clamp(22px,1.7vw,34px);
	}
}

@media screen and (max-width: 768px) {
	.headsup .ttlWrap h3 {
		font-size: clamp(16px,1.7vw,34px);
	}
}

@media screen and (max-width: 600px) {
	.headsup .box a .item .eyecatch {
		height: unset;
		max-height: unset;
		text-align: center;
	}
	.headsup a .item .eyecatch img {
		margin: 0 auto;
		max-width: 76%;
	}
	.headsup .ttlWrap h3 {
		display: block;
		flex-wrap: wrap;
		text-align: center;
		width: 100%;
	}
	.headsup .ttlWrap h3 span {
		display: block;
		font-size: 150%;
		margin-bottom: 10px;
		width: 100%;
	}
	.headsup .box {
		display: block;
	}
	.headsup .box a {
		display: block;
		width: 100%;
	}
	.headsup .box a:nth-child(odd) {
		margin-bottom: clamp(25px,2.6vw,50px);
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.headsup .ttlWrap h3 {
		font-size: clamp(16px,1.7vw,34px);
	}
	.headsup .ttlWrap h3 br {
		display: block;
	}
	.headsup .box {
		padding: clamp(20px,2vw,40px);
	}
}

/* 404ページ */
body.error404 .article .btnWrap a {
    align-items: center !important;
    background: none !important;
    border: 3px solid #0E4C97 !important;
    border-radius: clamp(25px,2vw,40px) !important;
    box-shadow: unset !important;
    color: #0E4C97 !important;
    display: flex !important;
    font-size: clamp(16px,0.9vw,18px) !important;
    font-weight: 700 !important;
    height: clamp(40px,2.6vw,50px) !important;
    justify-content: center !important;
    letter-spacing: 0.12em !important;
    margin: 0 auto !important;
    margin-top: clamp(25px,2.6vw,50px) !important;
    max-width: 250px !important;
    position: relative !important;
    transform: unset !important;
    width: 100% !important;
}

/* 記事の目次 */
#toc_container {
	width: 100% !important;
}