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



/* --- カスタム投稿　アーカイブ --- */

.news_list_wrap,
.blog_list_wrap,
.dictionary_list_wrap {
    display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content: center;
    gap: 10px 10px;
}

.news_list_wrap::after,
.blog_list_wrap::after,
.dictionary_list_wrap::after {
	display: block;
	content:"";
	width: 500px;
}

.news_list_wrap .box,
.blog_list_wrap .box,
.dictionary_list_wrap .box {
	border: #ccc solid 1px;
	overflow:hidden;
    width: 500px;
	height: 200px;
    display: flex;
}

.news_list_wrap .box .l_cont,
.blog_list_wrap .box .l_cont,
.dictionary_list_wrap .box .l_cont {
width: auto;
}

.news_list_wrap .box .l_cont img,
.blog_list_wrap .box .l_cont img,
.dictionary_list_wrap .box .l_cont img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.news_list_wrap .box .r_cont,
.blog_list_wrap .box .r_cont,
.dictionary_list_wrap .box .r_cont {
width: 300px;
padding: 20px;
}

.news_list_wrap .box .date,
.blog_list_wrap .box .date,
.dictionary_list_wrap .box .date {
font-size: 1em;
}

.news_list_wrap .box .title,
.blog_list_wrap .box .title,
.dictionary_list_wrap .box .title {
font-size: 1.2em;
}

.news_list_wrap a,
.blog_list_wrap a,
.dictionary_list_wrap a {
text-decoration: none !important;
}




ul.cat_list {
margin: 0 0 30px 0 !important;
padding: 0 0 0 0 !important;
display: flex;
}

ul.cat_list li {
font-size: 16px;
margin: 0 0 0 0 !important;
padding: 0 10px 0 !important;
position: relative;
list-style: none;
text-align: center;
}

ul.cat_list li::before{
    content: "";
    display: block;
    height: 14px;
    width: 0;
    border-right: 1px solid #a76b64;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
ul.cat_list li:first-of-type::before{
    content: none;
}

ul.cat_list li a {
text-decoration: none !important;
}



.org_wrap h2.cat_list_title { 
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4;
	color: #804842;
	position: relative;
	margin: 0 0 30px 0;
}

.org_wrap h2.cat_list { 
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	color: #804842;
	position: relative;
	padding-left:15px;
	margin: 0 0 15px 0;
}

.org_wrap h2.cat_list:before {
	  background: #804842 !important;
	  content: "";
	  height: 16px !important;
	  width: 5px !important;
	  left: 0;
	  position: absolute;
	  top: 4px;
}




/* --- カスタム投稿　記事 --- */

.single_tmb {
max-width: 800px;
}

.single_wrap h2 {
font-size: 1.5em;
}

.single_wrap .date {
font-size: 1em;
}

.single_wrap .cat a {
font-size: 1em !important;
text-decoration: none !important;
}

.single_wrap p {
margin: 1em 0;
}




/*投稿画面追加ボタン*/

/*緑ボタン*/
.single_wrap a.q_button,/*旧テーマ対策*/
.single_wrap .square_btn_green a {
box-sizing: border-box;
display: inline-block;
min-width: 200px;
max-width: 90%;
padding: 7px 20px;
background-color: #39c574;
border-radius: 5px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
color: #fff !important;
font-size: 16px;
font-weight: 400;
line-height: normal!important;
text-align: center; text-decoration: none !important;
vertical-align: middle;
transition: all 0.3s ease-in-out 0s;
}

.single_wrap a.q_button:hover,/*旧テーマ対策*/
.single_wrap .square_btn_green a:hover {
background-color: rgba(57, 197, 116, 0.6);
}

/*チェックリスト*/
ul li.checked {
list-style: none;
margin:0.5em 0 0.5em 0 !important;
line-height:1.6 !important;
font-size:16px !important;
position: relative;
padding: 0 0 0 20px;
}

.single_wrap ul li.checked::before {
content: "\02714";
display: inline-block;
position: absolute;
top: 0;
left: 0;
}

.single_wrap ul li.disc {
list-style: disc;
margin:0.5em 0 0.5em 22px !important;
line-height:1.6 !important;
font-size:16px !important;
position: relative;
padding: 0 0 0 5px;
}

.single_wrap ol li.decimal {
list-style: decimal !important;
margin:0.5em 0 0.5em 20px !important;
line-height:1.6 !important;
font-size:16px !important;
position: relative;
padding: 0 0 0 15px;
}





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

.breadcrumbs {
margin: 20px 0 30px 0;
font-size: 14px;
line-height: 1.5;
}


/* --- ページ送り --- */


.pagination {
    width: auto;
    height: auto;
	margin: 50px 0 0 0;
	display: flex;
    justify-content: center;
    gap: 5px;
}

.pagination span.current {
    padding: 5px 12px;
	text-decoration:none;
	color: #fff;
	background: #d6786f !important;
	border: #d6786f solid 1px;
	line-height: normal;
}

.pagination a {
	padding: 5px 12px;
	text-decoration:none !important;
	color: #d6786f !important;
	border: #d6786f solid 1px;
	line-height:normal;
}



/* --- フォーム関連 --- */

.wpcf7 {
    background-color: transparent;
    border: none;
    padding: 0 10px 0 0 !important;
}

.wpcf7 dl.form {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}

.wpcf7 dl.form p {
	font-size: 16px !important;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}

.wpcf7 dl.form dt {
	font-size: 16px !important;
    color: #804842;
	margin: 10px 0 5px 0 !important;
	padding: 0 0 0 0 !important;
	line-height: 1.2 !important;
	background: none !important;
}

.wpcf7 dl.form dt span {
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 11px;
    font-weight: 400;
	color: #fff;
	background: #d6786f;
	padding: 2px 4px 2px;
	display: inline-block;
	margin: 0 0 0 6px;
	line-height:normal;
    border: solid 1px #d6786f;
    border-radius: 5px;
}

.wpcf7 dl.form dd{
	margin: 0 0 30px 0 !important;
	padding: 0 0 0 0 !important;
	background: none!important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 100% !important;
	max-width: 400px !important;
    padding: 15px 5px !important;
    font-size: 16px !important;
}

.wpcf7 input[name="your-age"],
.wpcf7 input[name="your-height"],
.wpcf7 input[name="your-weight"] {
	width: 100% !important;
	max-width: 70px !important;
    padding: 15px 5px !important;
    font-size: 16px !important;
}

.wpcf7 textarea {
	width: 100% !important;
	max-width: 600px !important;
    padding: 15px 5px !important;
    font-size: 16px !important;
}

.wpcf7 input[type="submit"] {
  font-size: 16px !important;
  color: #fff;
  background-color: #d6786f;
  display: block!important;
  width: 220px; 
  margin: 30px auto 0;
  padding: 15px 30px;
  border: none;
  cursor:pointer;
}

.wpcf7 input[type="submit"]:hover {
  opacity: 0.7 !important;
}

span.wpcf7-list-item {
    display: block;
}


.wpcf7 input,
.wpcf7 textarea {
border: #ccc solid 1px;
border-radius: 6px;
}




.wpcf7-list-item {
margin: 0 0 0 0 !important;
padding: 0 0 0 0 !important;
}

.wpcf7-list-item input[type=radio] {
  display: none !important;
}

.wpcf7-list-item input[type=checkbox] {
  display: none !important;
}

.wpcf7-list-item-label {
  box-sizing: border-box !important;
  -webkit-transition: background-color 0.2s linear !important;
  transition: background-color 0.2s linear !important;
  position: relative !important;
  display: inline-block !important;
  margin: 0 0 8px 0 !important;
  padding: 12px 12px 12px 46px !important;
  border-radius: 8px !important;
  background-color: #f6f7f8 !important;
  vertical-align: middle !important;
  cursor: pointer !important;
}

.wpcf7-list-item-label:after {
  -webkit-transition: border-color 0.2s linear !important;
  transition: border-color 0.2s linear !important;
  position: absolute !important;
  top: 50% !important;
  left: 15px !important;
  display: block !important;
  margin-top: -10px !important;
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #bbb !important;
  border-radius: 6px !important;
  content: '' !important;
}

.wpcf7-list-item-label:before {
  -webkit-transition: opacity 0.2s linear !important;
  transition: opacity 0.2s linear !important;
  position: absolute !important;
  top: 50% !important;
  left: 20px !important;
  display: block !important;
  margin-top: -5px !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #ef978e !important;
  content: '' !important;
  opacity: 0 !important;
}


.wpcf7-list-item-label:hover {
  background-color: #fbebe6 !important;
}

.wpcf7-list-item-label:hover:after {
  border-color: #ef978e !important;
}

.wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:before {
  opacity: 1 !important;
}

.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  opacity: 1 !important;
}


/* --- フォーム関連 end --- */





.org_wrap {
	max-width: 1200px;
	margin: 0 auto 100px;
	padding: 0 15px 0;
	position: relative;
	overflow: hidden;
}


.org_wrap .pg_box {
	width: 100%;
	overflow: hidden;
}

.org_wrap .inner {
	width:800px;
	margin: 30px auto 50px auto;
}

.org_wrap h1.top {
	padding:0;
	margin: 0;
	background-image: none;
	background: none;
}

.org_wrap #title .title_box h1 {
	font-size:1.6em;
	color:#660000;
	margin: 0 auto 0 auto;
	padding: 0 0 0 40px !important;
	background: url(../image/h2_icon.svg) no-repeat left center !important;
	background-size: 25px 25px;
	text-align: left;
    line-height: 1.4;
}

.org_wrap #title .title_box h1.img {
	margin: 0 auto 0 auto !important;
	padding: 0 0 0 0 !important;
	background: none !important;
}

.org_wrap h2.top {
	font-size:1.6em;
	line-height: 1.4;
	color:#a32222;
	margin: 10px 0 20px 0;
	padding: 3px 0 5px 35px;
	background: url(../image/h2_icon.svg) no-repeat left top;
	background-size: 25px 25px;
}

.org_wrap h2.d_line {
	font-size:1.4em;
	color:#C35A2C;
	line-height:1.4em;
	margin: 10px 0 20px 0;
	padding: 30px 0 30px 60px;
	border-top: 1px #C35A2C solid;
	border-bottom: 1px #C35A2C solid;
}

.org_wrap h2.gb {
	font-size: 1.1em;
	color:#fff;
	line-height:1.3em;
	background: #a29780;
	padding: 10px 15px 7px 15px;
	margin:20px 2px 10px 2px;
	width: 130px;
}

.org_wrap h2.ob {
	font-size: 1.4em;
	color:#fff;
	line-height:1.3em;
	background: #d6786f;
	padding: 10px 20px 7px 20px;
	margin:20px 2px 30px 2px;
}

.org_wrap h2.yb {
	font-size: 1.2em;
	color:#231815;
	line-height:1.3em;
	background: #fcf8d5;
	padding: 10px 15px;
	margin:20px 2px 10px 2px;
}

.org_wrap h2.square { 
	/*font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	padding-left:27px;
	margin: 0 0 15px 0;*/
    
	font-size: 1.4em;
	color:#fff;
	line-height:1.3em;
	background: #d6786f;
	padding: 10px 15px 10px 15px;
	margin:20px 0 30px 0;
}

/*.org_wrap h2.square:before {
	  background: #ddb524 !important;
	  content: "";
	  height: 18px !important;
	  width: 18px !important;
	  left: 0;
	  position: absolute;
	  top: 5px;
}*/

.org_wrap h2.pln {
	/*font-size:1.4em;
	font-weight:bold;
	color:#C35A2C;
	line-height:1.4;
	margin: 0 0 30px 0;*/
    
	font-size: 1.4em;
	color:#fff;
	line-height:1.3em;
	background: #d6786f;
	padding: 10px 15px 10px 15px;
	margin:20px 0 30px 0;
}


.org_wrap h3.circle { 
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	color: #804842;
	position: relative;
	padding-left:15px;
	margin: 0 0 15px 0;
}

.org_wrap h3.circle:before {
	  background: #804842 !important;
	  content: "";
	  height: 18px !important;
	  width: 5px !important;
	  left: 0;
	  position: absolute;
	  top: 4px;
}


.org_wrap h3.u_l {
 	color: #d6786f;
	font-size:1.2em;
	margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    border-bottom: solid 2px #d6786f;
}

.org_wrap h3.l_l { 
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	color: #804842;
	position: relative;
	padding-left:15px;
	margin: 0 0 15px 0;
}

.org_wrap h3.l_l:before {
	  background: #804842 !important;
	  content: "";
	  height: 18px !important;
	  width: 5px !important;
	  left: 0;
	  position: absolute;
	  top: 4px;
}


.org_wrap h3.ob {
	font-size: 1.1em;
	color:#fff;
	line-height:1.5;
	background: #ddb524;
	padding: 10px 20px 7px 20px;
	margin:20px 2px 30px 2px;
	width: 130px;
}

.org_wrap h3.flow_1 {
	font-size:1.2em;
	color:#C35A2C;
	line-height:1.3em;
	margin: 10px 0 0 0;
	padding: 10px 0 5px 54px;
	background: url(../image/1_icon.svg) no-repeat left top;
	background-size: 44px 39px;
	height:auto;
	min-height:39px;
}

.org_wrap h3.flow_2 {
	font-size:1.2em;
	color:#C35A2C;
	line-height:1.3em;
	margin: 10px 0 0 0;
	padding: 10px 0 5px 54px;
	background: url(../image/2_icon.svg) no-repeat left top;
	background-size: 44px 39px;
	height:auto;
	min-height:39px;
}

.org_wrap h3.flow_3 {
	font-size:1.2em;
	color:#C35A2C;
	line-height:1.3em;
	margin: 10px 0 0 0;
	padding: 10px 0 5px 54px;
	background: url(../image/3_icon.svg) no-repeat left top;
	background-size: 44px 39px;
	height:auto;
	min-height:39px;
}

.org_wrap h3.flow_4 {
	font-size:1.2em;
	color:#C35A2C;
	line-height:1.3em;
	margin: 10px 0 0 0;
	padding: 10px 0 5px 54px;
	background: url(../image/4_icon.svg) no-repeat left top;
	background-size: 44px 39px;
	height:auto;
	min-height:39px;
}

.org_wrap .flow_box p.yb {
	background: #fcf8d5;
	padding: 10px 15px;
	margin:0 0 10px 0;
	display:inline-block;
}

.org_wrap ul.flow li {
	display: block;
	margin: 10px 0 15px 0;
	line-height: 1.2em;
	padding:0 0 0 40px; /* テキストと画像のスペース調整 */
	text-decoration: none; /* テキストの下線（なし） */
	background-image: url(../image/list_circle_icon_2.svg);
	background-repeat: no-repeat;
	background-position: left 20px top 4px;
	background-size: 8px 8px;
}

.org_wrap h3 {
	font-size: 1.2em;
	color:#804842;
	line-height:1.3em;
	margin:0 0 15px 0;
}

.org_wrap h3.top {
	font-size: 20px;
	color:#fff;
	font-weight: 500;
	padding: 10px 20px 5px;
	margin:0 0 40px 0;
	background-color: #ddb524;
	display: inline-block;
}

.org_wrap h3.yb {
	font-size: 1.2em;
	color:#594e48;
	line-height:1.3em;
	background: #fcf8d5;
	padding: 10px 15px;
	margin:20px 2px 10px 2px;
}

.org_wrap h3.orange {
	font-size: 1.6em;
	color: #ee7800;
	font-weight: normal;
}

.org_wrap h3.red_bg {
	font-size: 22px;
	font-weight: bold !important;
	margin: 0 0 20px 0;
	background: #C35A2C;
	padding: 10px 15px 8px;
	color: #fff;
}

.org_wrap h4 {
	color:#e55627;
	font-size:1.2em;
	margin: 0 0 10px 0;
	line-height: 1.3;
}

.org_wrap h4.v2 {
	/*color:#e55627;
	font-size:1.2em;
	margin: 0 0 0 0;*/
 
 	color: #d6786f;
	font-size:1.2em;
	margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    border-bottom: solid 2px #d6786f;
    
}

.org_wrap h4.pln {
	color: #554729;
	font-size:1.2em;
	margin: 0 0 15px 0;
}

.org_wrap h4.square { 
	color:#594e48;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-left:25px;
}

.org_wrap h4.square:before {
	  background: #C35A2C !important;
	  content: "";
	  height: 16px !important;
	  width: 16px !important;
	  left: 0;
	  position: absolute;
	  top: 0;
}

h4.dashed {
	color:#594e48;
	font-size: 1.2em;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
    width: auto;
    border-bottom: 1px dashed #ac0028;
    line-height: 1.4;
}

.org_wrap h5 {
	/*font-size:1em;
	color:#fff;
	line-height:1.3em;
	background: #aaa394;
	padding: 10px 15px 7px 15px;
	margin:20px 2px 10px 2px;
	display:inline-block;
	font-weight:normal;*/
    
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3;
	color: #804842;
	margin: 20px 0 10px 0;
}

.org_wrap h5.pln {
	color: #554729;
	font-size:1.2em;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	background: none;
	font-weight:bold;
}

.org_wrap h6 {
	font-size: 1em;
	color:#594e48;
	line-height:1.3em;
	margin:0 0 5px 0;
}

.org_wrap p {
	/*font-size:1em;*/
    font-size: 16px;
	line-height:1.6em;
}

.org_wrap p.copy {
	font-size:1.4em;
	font-weight:bold;
	color:#C35A2C;
	line-height:1.4;
	margin: 0 0 30px 0;
}

.org_wrap p.copy_2 {
	font-size:1.3em;
	font-weight:bold;
	color:#C35A2C;
	line-height:1.4;
	margin: 0 0 30px 0;
}

.org_wrap p.copy_3 {
color: #804842;
font-size: 30px;
font-family: 'Noto Serif JP', sans-serif;
font-weight: 700;
line-height: 1.3;
margin: 0 0 30px 0;
text-align: center;
}


.org_wrap ul li {
	line-height:1.6em;
	margin:0.5em 0 0.5em 25px;
}

.org_wrap ol.decimal li {
	line-height:1.6em;
	margin:0.5em 0 1.5em 25px;
}

.org_wrap ol.decimal ul.disc li {
	list-style: disc;
	line-height:1.6em;
	margin:0.5em 0 0.5em 25px;
}

.org_wrap dl {
	margin: 0 0 40px 0;
}

.org_wrap dl dt {
color: #C35A2C;
font-weight:bold;
margin: 15px 0 10px 0;
line-height: 1.6em;
padding:8px 0 0 60px; /* テキストと画像のスペース調整 */
background-image: url(../image/q_icon.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 45px 40px;
height:auto;
min-height:45px;
}

.org_wrap dl dd {
color: #7f6052;
margin: 15px 0 0 0;
line-height: 1.6em;
padding:8px 0 0 60px; /* テキストと画像のスペース調整 */
background-image: url(../image/a_icon.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 45px 40px;
height:auto;
min-height:45px;
}


.org_wrap .flow_box {
	width:auto;
	max-width:920px;
	padding: 0 10px 0 0;
	overflow: hidden;
}

.org_wrap .flow_box p {
	overflow: hidden;
	margin: 0 0 30px 0;
}

.org_wrap .flow_box img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.org_wrap .flow_box .img_fll {
	float:left;
	margin:0 25px 0 0;
}


.org_wrap div.topics {
	margin: 0 auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 800px;
}

.org_wrap div.topics ul li {
	list-style: none;
	margin:0 0 20px 0;
	padding: 0 0 0 35px;
	line-height:1.5;
	
	background-image: url(../image/arrow_red.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
}


.org_wrap div.topics ul {
  display: inline-block;
  position: relative;
}

.org_wrap div.topics ul li a {
	text-decoration: underline;
	color: #323232;
}

.org_wrap div.topics ul li a:hover{
	opacity: 0.6;
	text-decoration: none;
}


.org_wrap .top_symptom {
	position: relative;
	overflow:hidden;
}

.org_wrap .top_symptom .inner {
	width: auto;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
	display:flex;
    flex-wrap:wrap;
    /*justify-content: center;*/
	justify-content: flex-start;
}

.org_wrap .top_symptom .cont_box {
	height:auto;
	width: 260px;
	padding: 20px 0 20px;
	margin: 0 8px 20px;
	background-image: url('../image/top_symptom_bg.svg');
	background-repeat: repeat-x;
	background-position: top center;
	border: #86695e solid 1px;
	border-radius: 15px;
	position:relative;
}

.org_wrap .top_symptom .cont_box div {
	height:125px;
}

.org_wrap .top_symptom .cont_box h4 {
	text-align: center;
}

.org_wrap .top_symptom .cont_box img {
	margin: -20px 0 20px 0;
}

.org_wrap .top_symptom .cont_box p.symptom {
	color: #fff;
	margin: 0 17px 0;
	padding-left:1em;
    text-indent:-1em;
}

.org_wrap .top_symptom .cont_box p.explanation {
	margin: 0 17px 0;
}



/*サポーター*/

.org_wrap .main_box h2.supporter {
color: #d6786f;
font-size: 30px;
font-family: 'Noto Serif JP', sans-serif;
line-height: 1.3;
margin: 0 0 35px 0;
background: none !important;
}

.org_wrap .main_box h2.supporter span {
font-family: 'Noto Sans JP', sans-serif;
color: #804842;
font-size: 18px;
font-weight: 400;
}

.org_wrap .main_box h2.supporter span::after {
content: "\A";
white-space: pre;
}

.org_wrap .main_box .sp_supporter {
    width: auto;
	max-width: 1000px;
	position:relative;
    margin: 0 auto;
    padding: 0 0;
}

.org_wrap .main_box .sp_supporter .cont_1 {
display: flex;
align-items: center;
margin: 0 0 20px 0;
padding: 0 20px;
}

.org_wrap .main_box .sp_supporter .cont_1 img {
min-width: 240px;
max-width: 240px;
margin: 0 40px 0 0;
}

.org_wrap .main_box .sp_supporter .cont_2 {
display: flex;
align-items: center;
flex-direction: row-reverse;
margin: 20px 0 0 0;
padding: 0 20px;
}

.org_wrap .main_box .sp_supporter .cont_2 img {
min-width: 240px;
max-width: 240px;
margin: 0 0 0 40px;
}

.org_wrap .main_box .sp_supporter h3 {
font-size: 20px;
color: #eeafa5;
line-height: 1.4;
margin: 0 0 10px 0;
}

.org_wrap .main_box .sp_supporter h4 {
font-size: 20px;
color: #804842;
line-height: 1.4;
margin: 0 0 15px 0;
}

.org_wrap .main_box .sp_supporter p,li {
    font-size: 18px;
}

.org_wrap .main_box .sp_supporter hr.dot {
  border: none !important;
  height: 4px;
  background-image: radial-gradient(circle, #804842 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 20px 4px;
}







/* ------------- ページタイトル */
.org_wrap #title {
	margin-bottom: 50px;
}

.org_wrap #title .title_box { 
	height: auto;
	width: 100%;
	margin: 0 auto 0 auto;
	position:relative;
}




/* ----------------------------------------  テーブル */
.org_wrap table {
	margin: 20px 0 20px 0;
	border-collapse: collapse;
	border-top: 1px solid #7b716d;
	font-size: 1em;
	line-height: 1.6em;
	width: 100%;
	max-width: 700px;
}

.org_wrap table th {
	font-weight:normal;
	background-color:#fdfae3;
	padding:18px 15px 15px 18px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #7b5c35;
	white-space: nowrap;
}

.org_wrap table td {
	background-color:#ffffff;
	padding:18px 15px 15px 18px;
	border-bottom:1px solid #7b5c35;
}



.org_wrap table.v2 {
	margin: 20px 0 20px 0;
	border-collapse: collapse;
	border: 1px solid #7b716d;
	font-size: 1em;
	line-height: 1.6em;
	width: 100%;
	max-width: 700px;
}

.org_wrap table.v2 th {
	font-weight:normal;
	background-color:#fdfae3;
	padding:18px 15px 15px 18px;
	text-align:left;
	vertical-align:top;
	border:1px solid #7b5c35;
	white-space: normal;
}

.org_wrap table.v2 td {
	background-color:#ffffff;
	padding:18px 15px 15px 18px;
	border:1px solid #7b5c35;
}



.org_wrap table.resp {
	margin: 20px 0 20px 0;
	border-collapse: collapse;
	border-top: 1px solid #7b716d;
	font-size: 1em;
	line-height: 1.6em;
	width: 100%;
	max-width: 950px;
}

.org_wrap table.resp th {
	font-weight:normal;
	background-color:#fdfae3;
	padding:18px 15px 15px 18px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #7b5c35;
	white-space: nowrap;
}

.org_wrap table.resp td {
	background-color:#ffffff;
	padding:18px 15px 15px 18px;
	border-bottom:1px solid #7b5c35;
}

/* ---------------------------------------- 共通 */
.org_wrap a:link {
	color: #AA855F;
	text-decoration: underline;
}

.org_wrap a:visited {
	color: #AA855F;
	text-decoration: underline;
}

.org_wrap p a:hover {
	color: #AA855F;
	text-decoration: underline;
}



/* ----------------------------------------  その他 */
.org_wrap .btn_1 a {
	background: #bfc75a;
	color: #fff;
	padding: 10px 15px;
	text-align:center;
	width:150px;
	display: block;
}


.org_wrap .btn_1 a:link {
	color: #fff;
	text-decoration: none;
}
.org_wrap .btn_1 a:hover {
	color: #fff;
	text-decoration: underline;
}
.org_wrap .btn_1 a:visited {
	color: #fff;
	text-decoration: none;
}

.org_wrap ul.btn_2 li a {
	display: block;
	background: #86695e;
	color: #fff;
    margin: 0 0 10px;
	padding: 15px 20px;
	width:auto;
	max-width: 350px;
	border-radius: 10px;
    background-image:url("../image/arrow_w_2.svg");
    background-size: auto;
    background-repeat:no-repeat;
    background-position:center right 15px;
}

.org_wrap ul.btn_2 a:link {
	color: #fff;
	text-decoration: none;
}
.org_wrap ul.btn_2 a:hover {
	color: #fff;
	text-decoration: none;
}
.org_wrap ul.btn_2 a:visited {
	color: #fff;
	text-decoration: none;
}


.org_wrap .btn_3 a {
    width:230px !important;
	color: #fff !important;
    font-size:16px !important;
    font-weight: normal !important;
    text-decoration:none !important;
	line-height: 1.2em !important;
    display: inline-block !important;
    text-align:center !important;
    padding:18px 0 16px 0 !important;
    border-radius:20px !important;
	background-color: #d6786f;
	background-image: url(../image/arrow_w_2.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 20px center !important;
}

.org_wrap .btn_3 a:hover {
	background:rgba(214,120,111,0.7);
}

.org_wrap .btn_3_nl a {
    width:230px !important;
	color: #fff !important;
    font-size:16px !important;
    font-weight: normal !important;
    text-decoration:none !important;
	line-height: 1.2em !important;
    display: inline-block !important;
    text-align:center !important;
    padding:18px 0 16px 0 !important;
    border-radius:20px !important;
	background-color: rgba(214,120,111,0.7);
	background-image: url(../image/arrow_w_2.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 20px center !important;
	pointer-events: none;
}


/* 2バナーエリア */
.org_wrap div.bn_area_1 {
    display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content: center;
}

.org_wrap div.bn_area_1 a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: 0.3s ease-in-out;
}

.org_wrap div.bn_area_1 div img {
	width: auto;
	max-width: 430px;
	height: auto;
	margin: 5px;
}


.org_wrap .map iframe {
	height:299px;
	width:700px;
	margin:0 0 0 0;
}

.org_wrap .img_fll {
	float:left;
	margin:0 15px 10px 0;
}

.org_wrap .img_flr {
	float:right;
	margin:0 0 10px 15px;
}

.org_wrap .img_box_r {
	width: auto;
	height:auto;
	float: right;
	margin: 0 0 0 20px;
}

.org_wrap .img_box_r_2 {
	width: auto;
	height:auto;
	float: right;
	margin: 0 0 0 20px;
}

.org_wrap .img_box_r_3 {
	width: 180px !important;
	height:auto !important;
	float: right !important;
	margin: 0 0 0 20px !important;
}

.org_wrap .img_box_r_4 {
	width: auto;
	height:auto;
	float: right;
	margin: 0 0 0 20px;
}

.org_wrap .img_box_l {
	width: auto;
	height:auto;
	float: left;
	padding: 0 20px 0 0;
}

.org_wrap .img_box_c {
	width: auto;
	max-width: 1000px;
	height:auto;
	margin: 0 auto;
}

.org_wrap .pc_hide {
	display:none;
}

.org_wrap .tb_hide {
	display:none;
}

.org_wrap img {
	vertical-align: bottom;
}


.org_wrap .youtube_wrap {
  position:relative;
  width:auto;
  max-width: 680px;
  height: auto;
  margin: 0 auto 40px;
}
.org_wrap .youtube {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.org_wrap .youtube iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}



.org_wrap div.bg_beg {
	width:auto;
	background: #fffbeb;
	padding: 20px 15px;
	margin: 0 0 40px;
}

.org_wrap ul.check {
	margin:0 0 30px 0;
}

.org_wrap ul.check li {
	padding: 0 0 0 35px;
	background-image: url("../image/infertility/check_icon.svg");
	background-repeat: no-repeat;
	background-position: left top 3px;
	background-size: auto;
	margin:0.5em 0 0.5em 0;
	text-decoration:none;
}

/* 2個エリア */
.org_wrap div.two_p_area {
    display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content: center;
}

.org_wrap div.two_p_area div img {
	width: auto;
	max-width: 430px;
	height: auto;
	margin: 25px;
}

.org_wrap .graph_box {
	display : flex;
	flex-wrap : wrap;
	justify-content:space-between;
}

.org_wrap .graph_box p:nth-child(1) {
	width: 330px;
	margin: 0 7px 20px;
}
.org_wrap .graph_box p:nth-child(2) {
	width: 400px;
	margin: 0 7px 20px;
}
.org_wrap .graph_box p:nth-child(3) {
	width: 400px;
	margin: 0 7px 0;
}





@media screen and (max-width: 1199px) {
/* タブレット用のスタイル記述 */

/* ---------------------------------------- レイアウトに関する指定 */

.org_wrap .tb_hide {
	display:inherit;
}


/* ----------------------------------------  コンテンツ */


.org_wrap .inner {
	width:auto;
	max-width:800px;
	margin: 30px auto 50px auto;
}


.org_wrap .top_symptom .inner {
	width: auto;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
	display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

/* ------------- ページタイトル */
.org_wrap #title {
	margin-bottom: 50px;
}

.org_wrap .title_box { 
	height: auto;
	width: 100%;
	margin: 0 0 0 0;
	position:relative;
}


/* ----------------------------------------  その他 */
.org_wrap .img_fll {
	float:left;
	margin:0 15px 10px 0;
}

.org_wrap .img_flr {
	float:right;
	margin:0 0 10px 15px;
}


}



@media screen and (max-width: 767px) {

.org_wrap .sp_hide {
	display:none;
}

.org_wrap .pc_hide {
	display:inherit;
}


.other_main_img {
   width: 100vw;
   margin: 0 calc(50% - 50vw);
}

.other_main_img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}


/* --- カスタム投稿 --- */

.news_list_wrap,
.blog_list_wrap,
.dictionary_list_wrap {
    display: flex;
    flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
    gap: 10px 10px;
}

.news_list_wrap::after,
.blog_list_wrap::after,
.dictionary_list_wrap::after {
	display: none;
	content: none;
}

.news_list_wrap .box,
.blog_list_wrap .box,
.dictionary_list_wrap .box {
	border: #ccc solid 1px;
	overflow:hidden;
    width: auto;
	height: 130px;
    display: flex;
}

.news_list_wrap .box .l_cont,
.blog_list_wrap .box .l_cont,
.dictionary_list_wrap .box .l_cont {
  min-width: 130px;
  max-width: 130px;
  height: 130px;
}

.news_list_wrap .box .l_cont img,
.blog_list_wrap .box .l_cont img,
.dictionary_list_wrap .box .l_cont img {
  width: 130px;
  height: 130px;
  object-fit: cover;
}

.news_list_wrap .box .r_cont,
.blog_list_wrap .box .r_cont,
.dictionary_list_wrap .box .r_cont {
width: auto;
padding: 10px;
}


/* --- カスタム投稿　記事 --- */







/* ---------------------------------------- コンテンツ */


.org_wrap .inner {
	width:auto;
	max-width:800px;
	margin: 30px auto 50px auto;
}

.org_wrap #title .title_box h1 {
	font-size:1.4em;
}


.org_wrap h2 {
	font-size:1.4em;
	color:#7A5B34;
	margin: 20px 0 15px 0;
}

.org_wrap h2.top {
	font-size:1.5em;
	line-height: 1.4;
	color:#a32222;
	margin: 10px 0 20px 0;
	padding: 3px 0 5px 35px;
	background: url(../image/h2_icon.svg) no-repeat left top;
	background-size: 25px 25px;
}

.org_wrap h2.d_line {
	font-size:1.4em;
	color:#C35A2C;
	line-height:1.3em;
	margin: 10px 0 20px 0;
	padding: 30px 15px 30px 15px;
	border-top: 1px #C35A2C solid;
	border-bottom: 1px #C35A2C solid;
}

.org_wrap h2.ob {
	font-size: 1.3em;
}

.org_wrap h2.square { 
	/*font-size: 1.2em !important;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	padding-left:27px;
	margin: 0 0 15px 0;*/
    
	font-size: 1.3em;
	color:#fff;
	line-height:1.3em;
	background: #d6786f;
	padding: 10px 15px 10px 15px;
	margin:20px 0 30px 0;
}

/*.org_wrap h2.square:before {
	  background: #ddb524 !important;
	  content: "";
	  height: 18px !important;
	  width: 18px !important;
	  left: 0;
	  position: absolute;
	  top: 3px;
}*/

.org_wrap h2.pln {
	/*font-size:1.4em;
	font-weight:bold;
	color:#C35A2C !important;
	line-height:1.3 !important;
	margin: 20px 0 20px 0;*/
    
	font-size: 1.3em;
	color:#fff;
	line-height:1.3em;
	background: #d6786f;
	padding: 10px 15px 10px 15px;
	margin:20px 0 30px 0;
}

.org_wrap h3.top {
	font-size: 20px;
	color:#fff;
	font-weight: 500;
	padding: 10px 20px 7px;
	margin:0 auto 40px;
	background-color: #ddb524;
	display: block;
	text-align:center;
	max-width: 320px;
}

.org_wrap h3.orange {
	font-size: 1.4em;
	color: #ee7800;
	font-weight: normal;
}

.org_wrap h4 {
	font-size:1.2em;
	margin: 0 0 10px 0;
}

.org_wrap h4.v2 {
	font-size:1.2em;
	margin: 0 0 15px 0;
}

.org_wrap h5 {
	font-size:1em;
	margin: 0 0 5px 0;
}

.org_wrap h6 {
	font-size: 1em;
	color:#594e48;
	margin:0 0 5px 0;
}

.org_wrap p {
	/*font-size:1em;*/
    font-size: 16px;
}

.org_wrap p.copy {
	font-size:1.4em;
	font-weight:bold;
	color:#C35A2C;
	line-height:1.3em;
	margin: 20px 0 20px 0;
}

.org_wrap p.copy_2 {
	font-size:1.3em;
	font-weight:bold;
	color:#C35A2C;
	line-height:1.3;
	margin: 20px 0 20px 0;
}

.org_wrap p.copy_3 {
color: #804842;
font-size: 28px;
font-family: 'Noto Serif JP', sans-serif;
font-weight: 700;
line-height: 1.3 !important;
margin: 0 0 30px 0;
text-align: center;
}



.org_wrap .flow_box p {
	overflow: hidden;
	margin: 10px 0 30px 0;
}

.org_wrap .flow_box .img_fll {
	float: none;
	margin:0 25px 0 0;
}



.org_wrap .top_symptom .inner {
	width: auto;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
	display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

.org_wrap .top_symptom .cont_box {
	height:auto;
	/*width: 260px;*/
	width: auto;
	max-width: 400px;
	padding: 20px 0 20px;
	margin: 0 8px 20px;
	background-image: url('../image/top_symptom_bg.svg');
	background-repeat: repeat-x;
	background-position: top center;
	border: #86695e solid 1px;
	border-radius: 15px;
	position:relative;
}

.org_wrap .top_symptom .cont_box div {
	height:125px;
}

.org_wrap .top_symptom .cont_box h4 {
	text-align: center;
}

.org_wrap .top_symptom .cont_box img {
	margin: -20px 0 20px 0;
}


.org_wrap p.fit {
	margin: 0 0 0 -15px;/*見直し*/
	width: 100vw;
}






/*サポーター*/

.org_wrap .main_box h2.supporter {
color: #d6786f;
font-size: 28px;
font-family: 'Noto Serif JP', sans-serif;
line-height: 1.3;
margin: 0 0 35px 0;
background: none !important;
}

.org_wrap .main_box h2.supporter span {
font-family: 'Noto Sans JP', sans-serif;
color: #804842;
font-size: 18px;
font-weight: 400;
}



.org_wrap .main_box .sp_supporter {
    width: auto;
	max-width: 1000px;
	position:relative;
    margin: 0 auto;
    padding: 0 0;
}

.org_wrap .main_box .sp_supporter .cont_1 {
display: flex;
justify-content: center;
flex-direction:column;
margin: 0 auto 0;
/*padding: 0 20px;*/
padding: 0 0;
}

.org_wrap .main_box .sp_supporter .cont_1 img {
min-width: 240px;
max-width: 240px;
margin: 0 0 30px 0;
}

.org_wrap .main_box .sp_supporter .cont_1 div {
justify-content:flex-start; 
}

.org_wrap .main_box .sp_supporter .cont_2 {
display: flex;
justify-content: center;
flex-direction:column;
margin: 0 0 0 0;
/*padding: 0 20px;*/
padding: 0 0;
}

.org_wrap .main_box .sp_supporter .cont_2 img {
min-width: 240px;
max-width: 240px;
margin: 0 0 30px 0;
}







/* ------------- ページタイトル */
.org_wrap #title {
	margin-bottom: 40px;
	overflow:hidden;
	position:relative;
}

.org_wrap .title_box { 
	height:auto;
	width: 100%;
	position:relative;
}



/* ----------------------------------------  テーブル */
.org_wrap table {
	margin: 20px 0 20px 0;
	border-collapse: collapse;
	border-top: 1px solid #7b716d;
	font-size: 1em;
	line-height: 1.6em;
	width: 100%;
	max-width: 700px;
}

.org_wrap table th {
	font-weight:normal;
	background-color:#fdfae3;
	padding:8px 7px 5px 8px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #7b5c35;
	white-space: nowrap;
}

.org_wrap table td {
	background-color:#ffffff;
	padding:8px 7px 5px 8px;
	border-bottom:1px solid #7b5c35;
}



.org_wrap table.v2 {
	margin: 20px 0 20px 0;
	border-collapse: collapse;
	border: 1px solid #7b716d;
	font-size: 1em;
	line-height: 1.6em;
	width: 100%;
	max-width: 700px;
}

.org_wrap table.v2 th {
	font-weight:normal;
	background-color:#fdfae3;
	padding:8px 7px 5px 8px;
	text-align:left;
	vertical-align:top;
	border:1px solid #7b5c35;
	white-space: normal;
}

.org_wrap table.v2 td {
	background-color:#ffffff;
	padding:8px 7px 5px 8px;
	border:1px solid #7b5c35;
}



.org_wrap table.resp {
	margin: 20px 0 20px 0;
	border-collapse: collapse;
	border-top: 1px solid #7b716d;
	font-size: 1em;
	line-height: 1.6em;
	width: 100%;
	max-width: 700px;
}

.org_wrap table.resp th {
	font-weight:normal;
	background-color:#fdfae3;
	padding:8px 7px 5px 8px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #7b5c35;
	white-space: nowrap;
    
    display: block;
}

.org_wrap table.resp td {
	background-color:#ffffff;
	padding:8px 7px 5px 8px;
	border-bottom:1px solid #7b5c35;
    
    display: block;
}



/* ----------------------------------------  その他 */
.org_wrap .img_fll {
	float:none;
	margin:0 0 5px 0;
}

.org_wrap .img_flr {
	float:right;
	margin:0 0 10px 15px;
}

.org_wrap .img_box_r {
	width: auto;
	max-width: 200px;
	height:auto;
	float:none;
	margin: 0 0 20px 0;
}

.org_wrap .img_box_r_2 {
	width: auto;
	max-width: 200px;
	height:auto;
	float:none;
	margin: 0 auto 20px;
}

.org_wrap .img_box_r_3 {
	width: 100px !important;
	height:auto !important;
	float: right !important;
	margin: 0 0 0 20px !important;
}

.org_wrap .img_box_r_4 {
	width: auto;
	max-width: 200px;
	height:auto;
	float:none;
	margin: 0 auto 20px;
}

.org_wrap .img_box_l {
	width:auto;
	height:auto;
	float:none;
	margin: 0 0 0 0;
}

.org_wrap .map iframe {
	height:299px;
	width:100%;
	margin:0 0 0 0;
}


.org_wrap .youtube_wrap {
  position:relative;
  width:auto;
  max-width: 767px;
  height: auto;
  margin: 0 -15px 30px;
}


/* 2個エリア */
.org_wrap div.two_p_area div img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 15px 25px 25px;
}



}


@media screen and (max-width: 555px) {

/* 2バナーエリア */
.org_wrap div.bn_area_1 {
    display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content: center;
}

.org_wrap div.bn_area_1 div img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 5px 0;
}


.org_wrap .graph_box p:nth-child(1) {
	width: 78%;
	margin: 0 7px 20px;
}

.org_wrap .graph_box p:nth-child(2) {
	width: 100%;
	margin: 0 7px 20px;
}

.org_wrap .graph_box p:nth-child(3) {
	width: 100%;
	margin: 0 7px 0;
}


}

