@charset "UTF-8";
/* CSS Document */

body {
  overflow-x: hidden;
}

header {
	width: 100%;
	height: auto;
	background: #fff;
}

.header_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_titleset {
	display: block;
	width: auto;
	height: auto;
	margin-right: auto;
  flex-shrink: 0;
}

.header_titleset a img {
	width: 300px;
	height: auto;
}

.site_description {
	margin: 0;
	font-size: 12px;
	color: #777;
}

.header_titleset a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, span , dl, dt, dd, ul, li, a,
tr, th, td {
	font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*-------- .header_rightbox --------*/
.header_rightbox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.header_cta {
  display: flex;
  gap: 10px;
}

.cta_link {
	margin-right: 10px;
  font-size: 13px;
  color: #555;
  text-decoration: none;
  transition: 0.2s;
}

.cta_link:last-child {
	margin-right: 0;
}

.header_meta {
	width: auto;
	height: auto;
}

.balloon-head{
  width: auto;
  margin: 2px auto 0;
  padding: 1px 5px;
  background: #4ba09d;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #4ba09d;
  border-radius: 4px;
  box-sizing: border-box;
}

.header_links {
  display: flex;
  gap: 10px;
  font-size: 12px;
}

.header_links a {
  color: #666;
}

.header_links a:hover {
  text-decoration: underline;
}

#header_menu {
	width: auto;
	height: auto;
}

/*----- form set -----*/
.form_box {
	width: 282px;
	height: auto;
	margin: 0 0 0;
	float: right;
}

.search-form-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  width: 280px;
  height: 30px;
  border: 1px solid #a3a3a3;
  border-radius: 25px;
}

.search-form-3 input {
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 13px;
  outline: none;
}

.search-form-3 input::placeholder{
  color: #d1d1d1;
}

.search-form-3 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 35px;
  border: none;
  background-color: transparent;
  cursor: pointer;
	background: #eee9d9;
}

.search-form-3 button::after {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23a3a3a3'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}
/*----- form set -----*/



/* ===== 特化トップページCSS ===== */

.new_front .hero {
  padding: 70px 20px;
  text-align: center;
  background: #faf9f4;
}

.new_front .hero h2#hero {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: normal;
  border: none;
}

.new_front .hero p {
  font-size: 16px;
  color: #555;
}

.new_front section {
	width: 1200px;
  padding: 0 0 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.new_front section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  border-left: 5px solid #ffe042;
  padding-left: 12px;
}

.new_front section .deco_none {
	border-left: none;
}

.new_front section p,
.new_front section li {
  font-size: 16px;
  line-height: 1.9;
}

.new_front .about .marker,
.new_front .problems .marker {
	background: linear-gradient(transparent 60%, #ffe042 40%)
}

.new_front .problems {
  background: #faf9f4;
}

.new_front .problems ul {
  margin: 15px 0;
  padding-left: 20px;
}

.new_front .recommend ul,
.new_front .category ul {
  padding-left: 20px;
}

.new_front .recommend li,
.new_front .category li {
  margin-bottom: 8px;
}

.new_front .recommend a,
.new_front .category a {
  text-decoration: none;
  color: #333;
}

.new_front .recommend a:hover,
.new_front .category a:hover {
  text-decoration: underline;
}

.new_front .category {
  background: #faf9f4;
}

.new_front .profile {
  text-align: center;
}

.new_front .cta {
  background: #faf9f4;
  text-align: center;
  padding: 70px 20px;
}

.new_front .cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 16px 32px;
  background: #63a351;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

.new_front .cta-button:hover {
  background: #7ee063;
}







/*----- グローバルナビゲーション -----*/

#nav_box {
  width: 100%;
  margin: 0 0 20px;
	background: #ffe042;
}

#global_nav ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

#global_nav .menu li {
	width: 240px;
	list-style-type: none;
	cursor: pointer;
}

#global_nav .menu li:last-child {
	margin-right: 0;
}

/*---------- グローバルナビゲーション リンク初期設定 ----------*/


#global_nav .menu li>a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #222;
	text-align: center;
	line-height: 2;
}

#global_nav .menu li>a:hover {
	background: #f6cc37;
}



/*
----------------------------------------------------------------------------------------
  共通設定
----------------------------------------------------------------------------------------
*/




.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}


p {
	font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #111;
	line-height: 1.8;
	margin-bottom: 20px;
}






/*--------------- /page_scroll ---------------*/

#top_return li::before {
	content: none;
}

#top_return .go_nosh {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
  position: fixed;
  right: -10px;
  top: 40%;
  transform: translateY(-50%);
  transition: right 0.3s ease;
  z-index: 3;
}

#top_return a.go_nosh {
	width: 3%;
	height: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	writing-mode: vertical-rl;
	color: #534d3c;
	font-size: 14px;
	font-weight: bold;
	background: #ffe042;
	border: 1px solid #ffe042;
	border-radius: 7px 0 0 7px;
	box-sizing: border-box;
}

#top_return a.go_nosh:hover {
	text-decoration: none;
  right: 0;
}

#top_return a.go_nosh svg {
	margin-bottom: 3px;
}

#top_return .go_top {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
  position: fixed;
  right: -10px;
  top: 61%;
  transform: translateY(-50%);
  transition: right 0.3s ease;
}

#top_return a.go_top {
	width: 3%;
	height: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	writing-mode: vertical-rl;
	color: #534d3c;
	font-size: 14px;
	font-weight: bold;
	background: #ffe042;
	border: 1px solid #ffe042;
	border-radius: 7px 0 0 7px;
	box-sizing: border-box;
}

#top_return a.go_top:hover {
	text-decoration: none;
  right: 0;
}

#top_return a.go_top svg {
	margin-bottom: 3px;
}




/*
----------------------------------------------------------------------------------------
  テキストボックス（強調用）
----------------------------------------------------------------------------------------
*/


.hako_white {
	width: 80%;
	margin: 20px auto;
	padding: 10px 20px;
 	border: 3px solid #eee9d9;
	border-radius: 7px;
	background: #fff;
	box-sizing: border-box;
}

.hako_beige {
	width: 80%;
	margin: 20px auto;
	padding: 10px 20px;
 	border: 3px solid #eee9d9;
	border-radius: 7px;
	background: #faf9f4;
	box-sizing: border-box;
}





/*
----------------------------------------------------------------------------------------
  リスト設定
----------------------------------------------------------------------------------------
*/

.inner_text ul {
	margin: 1em 0;
}

.inner_text li {
	margin: 0 0 0 45px;
	font-size: 15px;
	color: #222;
	line-height: 1.8;
	position: relative;
}

.inner_text li::before {
    content: "";
    position: absolute;
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #ddd6c0;
    border-radius: 50%;
}



/*
----------------------------------------------------------------------------------------
  リンクカラー設定
----------------------------------------------------------------------------------------
*/

a img {
	border: 0;
	text-decoration: none;
}

a:hover img {
	text-decoration: none;
	opacity:0.6;
	filter: alpha(opacity=60);
}

a {
	color: #ef76a2;
	text-decoration: none;
}

a:hover {
	color: #EE3176;
	text-decoration: underline;
}

/*
----------------------------------------------------------------------------------------
  アクセス解析
----------------------------------------------------------------------------------------
*/

div.access {
	position: relative;
	clear: both;
	margin: 0;
    padding: 0;
}


/*
----------------------------------------------------------------------------------------
  メインコンテンツ
----------------------------------------------------------------------------------------
*/

.main {
	width: 1200px;
	margin: 0 auto 20px;
	padding-bottom: 50px;
}

/*
----------------------------------------------------------------------------------------
  パンくずリスト
----------------------------------------------------------------------------------------
*/

.breadcrumb {
	margin: 0 0 10px;
	font-size: 86%;
	line-height: 1.4;
	color: #aaa;
}

/*
----------------------------------------------------------------------------------------
  ページャー
----------------------------------------------------------------------------------------
*/

.pager {
  text-align: center;
  margin: 40px 0;
  clear: both;
}

.pager .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 6px;
  border-radius: 50%;
  background: #f1f1f1;
  color: #222;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s;
}

.pager .page-numbers:hover {
  background: #d5d5d5;
  color: #222;
}

.pager .current {
  background: #ffe042;
  color: #fff;
  pointer-events: none;
}

/*
----------------------------------------------------------------------------------------
  フッターエリア
----------------------------------------------------------------------------------------
*/


#footer {
	margin: 70px auto 0;
	padding: 60px 0 30px;
	background: #222;
	color: #fff;
}

.footer_inner {
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
}

.footer_grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 150px;
}

.footer_col h3 {
	margin-bottom: 15px;
	padding: 0 0 7px;
	font-size: 18px;
	border-bottom: 1px solid #fff;
}

.footer_col p {
	font-size: 80%;
	color: #fff;
	line-height: 1.6;
}

.footer_col ul {
	list-style: none;
	padding: 0;
}

.footer_col li {
	margin-bottom: 10px;
}

.footer_col a {
	font-size: 80%;
	color: #fff;
	text-decoration: none;
}

.footer_col a:hover {
	text-decoration: underline;
}


.footer_col p.profile_name {
	margin: 0;
}

.footer_bottom {
	text-align: center;
	margin-top: 40px;
	font-size: 13px;
}

.footer_bottom a {
	color: #fff;
}

.footer_sep {
	margin: 0 10px;
	color: #fff;
}

.footer_copy p {
	text-align: center;
	margin: 20px auto 0;
	font-size: 12px;
	color: #fff;
}

/*----------- フッターエリアend -----------*/

/* =====================
  引用ブロック
===================== */

.custom_quote {
  position: relative;
  width: 80%;
  margin: 0px auto 20px;
  padding: 20px 30px;
  background: #faf9f4;
  border-left: 8px solid #eee9d9;
  box-sizing: border-box;
}

.custom_quote p {
  font-size: 15px;
  line-height: 1.8;
  color: #111;
  margin: 0 0 10px;
}

.custom_quote cite {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  color: #888;
  text-align: right;
  border-top: 2px dotted #eee9d9;
}

.custom_quote cite a {
  color: #4ba09d;
  text-decoration: none;
}

.custom_quote cite a:hover {
  text-decoration: underline;
}

.custom_quote::before {
  content: "“";
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 40px;
  color: #eee9d9;
  font-family: serif;
}

dl {
	margin: 5px 0;
	padding: 10px 10px 0;
	line-height: 1.4;
	font-size: 15px;
	border: 2px dashed #F2CA79;
}

dt {
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 6px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 7px solid #FCE79F;
}

dd {
	margin-bottom: 13px;
	padding-left: 20px;
	font-size: 15px;
	position: relative;
}

dd:before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 20px;
  margin-right: 5px;
  background-image: url(../images/dd_arrow.gif);
  background-size: contain;
  vertical-align: middle;
}

.dashed_top {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-top: 2px dashed #e5dfcc;
}

.dashed_bottom {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 2px dashed #e5dfcc;
}

.img_box {
	width: 100%;
	height: auto;
	text-align: center;
}

.img_box img {
	width: 900px;
	hegith: auto;
	margin: 30px 0;
}

/* =====================
  リンクボックス（ショートコード用）
===================== */

#main_box .inner_text .linkbox {
  display: block;
  text-decoration: none;
  width: 70%;
  margin: 30px auto;
}

#main_box .inner_text .linkbox_inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 17px 10px 12px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  transition: all 0.2s ease;
}

.linkbox_icon svg {
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform-origin: center;
  stroke: #ddd;
}

.linkbox:hover .linkbox_icon svg {
  transform: scale(1.10) translateX(3px);
  transform-origin: center;
  stroke: #ddd6c0;
}

#main_box .inner_text .linkbox:hover .linkbox_inner {
	text-decoration: none;
  background: #faf9f4;
  border-color: #ddd6c0;
}

.linkbox_thumb {
  flex-shrink: 0;
  overflow: hidden;
  width: 99px;
  height: 54px;
  border-radius: 6px;
}

.linkbox_thumb img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.linkbox_content {
  flex: 1;
  min-width: 0;
}

.linkbox_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
	margin: 0;
  font-size: 13px;
  font-weight: bold;
  color: #555;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #main_box .inner_text .linkbox_inner {
    padding: 8px 10px;
  }

  .linkbox_thumb {
    width: 55px;
    height: 55px;
  }

  .linkbox_title {
    font-size: 12px;
  }
}

/* =====================
  目次デザイン
===================== */

.inner_text #ez-toc-container {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 20px 5px 15px !important;
  margin: 25px auto;
}

.inner_text #ez-toc-container {
  border-left: 5px solid #4ba09d;
}

.inner_text #ez-toc-container li {
  margin-bottom: 5px;
}

.inner_text #ez-toc-container a {
  display: block;
  font-size: 13px;
  color: #222;
  text-decoration: none;
  padding: 3px 2px;
  border-radius: 5px;
}

.inner_text #ez-toc-container a:hover {
  color: #222;
  background: #f5f4eb;
}

#ez-toc-container ul ul {
  padding-left: 10px;
}

.ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ez-toc-toggle {
  transform: translateY(1px);
}

#ez-toc-container .ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

div#ez-toc-container .ez-toc-title-container .ez-toc-title {
	padding: 15px 100px 15px 0;
	font-size: 17px;
	color: #555;
}

.inner_text #ez-toc-container .ez-toc-js-icon-con, #ez-toc-container .ez-toc-toggle label {
	left: 0;
	border: 1px solid #ddd;
}

.inner_text #ez-toc-container .ez-toc-title-toggle a {
	position: relative;
	left: 10px;
	padding: 0;
}

.inner_text #ez-toc-container a:visited {
    color: #222 !important;
}








