@charset "UTF-8";

/*パンくず*/

.breadcrumb {
	padding: 0;
	font-size: 16px;
	list-style: none;
	white-space: nowrap;
   /* overflow-x: auto; */
   padding: 1rem 0 1rem 0.5rem;
  }
  
  .breadcrumb li {
	display: inline;
	list-style: none;
  }
  
  .breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #555;
  }
  .breadcrumb li:last-child:after {
	content: '';
  }
  .breadcrumb li a {
	text-decoration: none;
	color: #555 !important;
  }
  
  .breadcrumb li a:hover {
	text-decoration: underline;
  }


.data_block {
	margin: 60px 0;
}

.data_block p {
	font-size: 1rem !important;
	padding: 0 1rem !important;
	margin: 8px 0 !important;
}

.data_block p.indentation {
	padding: 0 1rem 0 2rem !important;
}

.data_block p.mgn_top {
	margin-top: 25px !important;
}

.data_description {
	display: flex;
	padding: 10px 0;
	margin: 30px 0;
}

.data_description_text {
	flex: 1;
}

.DataPage_photo {
    padding: 0 0 0 30px;
	flex: 1;
}

.DataPage_photo img {
    width: 100%;
    height: auto;
}

.data_block .annotation {
	background-color: rgba(214, 250, 255, 0.92);
}

.data_block .annotation .annotation_title .under {
	border-bottom: 3px solid #0a358a !important;
}

.data_description_text .annotation {
	margin: 0;
	padding: 5px 10px 5px 15px;
	background: none;
}

.data_description_text .annotation_title {
	margin: 20px 2px 10px !important;
	font-size: 1.2rem !important;
}


.data_description_text .annotation_title .under {
	border-bottom: 3px solid #0a358a !important;
}


/* 吹き出し */

.balloon {
	width: 100%;
	margin: 1.5em 0;
	overflow: hidden;
	padding: 0 2rem;
  }
  
  .balloon .faceicon {
	float: right;
	margin-top: 10px;
	width: 110px;
  }
  
  .balloon .faceicon img{
	width: 100%;
	height: auto;
	border: solid 3px #d7ebfe;
	border-radius: 50% !important;
    margin-bottom: 0;
  }
  
  .balloon .chatting {
	width: 100%;
    margin-top: 0;
  }
  
  .supervisorName {
    text-align: left;
    float: right;
}

.supervisorName p {
	margin: 0 !important;
    padding: 0 !important;
    font-weight: 600;
    font-size: 90%;
}
  
  .says {
	display: inline-block;
	position: relative; 
	margin: 10px 0 0 0;
	padding: 5px 20px 5px;
	border-radius: 12px;
	background: #d7ebfe;
    width: 80%;
  }
  
  .says:after {
	content: "";
	display: inline-block;
	position: absolute;
    top: 35px;
    /*left: -35px;*/
    border: 25px solid transparent;
    /* border-right: 20px solid #d7ebfe; */
    border-color: #d7ebfe transparent transparent;
    right: -24px;
  }
  
  .says p {
	margin: 0;
	padding: 0;
  }

  p.memotitle {
    font-size: 1.2rem !important;
	font-weight: bold !important;
    margin-top: 10px !important;
	font-family: 'Kosugi Maru', sans-serif !important;
}

p.memotitle_l {
    font-size: 1.7rem !important;
    font-weight: bold !important;
    margin-top: 10px !important;
    font-family: 'Kosugi Maru', sans-serif !important;
}

p.memo {
    font-size: 1.1rem !important;
    margin: 15px 0!important;
	padding: 0 !important;
	font-family: 'Kosugi Maru', sans-serif !important;
	z-index: 100;
    position: relative;

}

p.memo_l {
    font-size: 1.5rem !important;
    margin-top: 5px !important;
	font-family: 'Kosugi Maru', sans-serif !important;
}


p.memoName {
    font-size: 1.3rem !important;
    padding: 0 !important;
    margin: 10px auto!important;
    text-align: center !important;
	font-family: 'Kosugi Maru', sans-serif !important;
}

p.interview_que {
	color: green !important;
    font-weight: 600 !important;
	font-size: 1.3rem !important;
	margin-top: 40px !important;
}

p.interview_ans {
	color: #fe5375 !important;
    font-weight: 600 !important;
	font-size: 1.3rem !important;
	margin-top: 40px !important;
}

/*SNSシェアボタン*/

.Sns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    /*height: 50px;*/
	width: 30%;
	margin: 15px 0 5px auto;
}
.Sharesns {
    display: block;
	flex-basis: 40px;
	margin: 0 auto;
    }
.Sharesns img {
    width: 40px;
    height: auto;
}

/*運営会社情報*/

#fotter-company {
    /*border-top: 1px solid #333;*/
    /*border-bottom: 1px solid #333;*/
	border-left: 1px solid #333;
	border-right: 1px solid #333;
    /*display: inline-block;*/
	/*padding: 0.5rem 0.2rem;*/
	margin: 72px auto 0;
	text-align: center;
	font-size: 1.2rem;
	width: 40%;
}

/*
#fotter-company a:link, a:visited {
    color: #333 !important;
}
*/

/*執筆者情報*/

#kiji_honbun .blogAuthor,#kiji_honbun .specialist{
    border-radius: 18px;
    padding: 1em 0.2em 1em 0.2em;
    width: 100%;
    margin: 20px auto 0;
    display: block;
	background-color: #fceee9ec;
    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 22%);
    box-sizing: border-box;
}

#kiji_honbun .blogAuthor,#kiji_honbun .specialist{
	background-color: #d6faffeb;

}

#kiji_honbun .blogAuthor2 {
    border-radius: 18px;
    padding: 1em 0.2em 1em 0.2em;
    width: 80%;
    margin: 0 auto;
    display: block;
    /* box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2); */
    background-image: url(https://chokatsu-times.jp/template/default/img/background/bg_texture02.png);
}

#kiji_honbun .blogAuthor_head,#kiji_honbun .specialist_head {
  display: flex;
}

#kiji_honbun .blogAuthor_image,#kiji_honbun .specialist_image {
    text-align: center;
    padding: 3px 15px 0 30px;
}

#kiji_honbun .blogAuthor_image img,#kiji_honbun .specialist_image img {
    width: 110px;
    height: 110px;
    border-radius: 55px;
	object-fit: cover;
	margin-bottom: 10px;
}

#kiji_honbun .blogAuthor_text_title,#kiji_honbun .specialist_text_title {
    font-size: 1rem;
    margin: 0;
}

#kiji_honbun .blogAuthor_text_name,#kiji_honbun .specialist_text_name {
    font-size: 1rem;
    font-weight: bold;
}
#kiji_honbun .blogAuthor_text_name_s,#kiji_honbun .specialist_text_name_s {
	font-size: 1rem;
	font-weight: bold;
	margin: 6px 0 10px;
  }

#kiji_honbun .blogAuthor_text_description,#kiji_honbun .specialist_text_description {
    font-size: 1rem;
	margin: 0.2em 0 0 0;
}

#kiji_honbun .blogAuthor_text_qualification,#kiji_honbun .specialist_text_qualification {
    padding-top: 10px;
    font-size: 1rem;
    margin: 0;
}

#kiji_honbun p.Author,#kiji_honbun p.Specialist {
	margin:0;
    padding: 0 1.5rem;
}


/*記事本文ページ*/

ul.exul {
	list-style: none;
    color: #333;
    padding: 0.9em 0.5em 0.5em 2em;
    border: 1px solid #333;
    width: 60%;
    background: #fcfcfc;
	margin: 25px auto;

  }

ul.exul li.ex {
    line-height: 1.5;
    padding: 0.5em 0;
	font-weight: bold;
}

a:link, a:visited {
    color: #333 ;
    text-decoration: underline ;
}

/*
#kiji_honbun ul li, ol li {
	line-height: 1.5;
	padding: 0.5em 0;
  }
*/


/*  目次修正　20231101 */

ul.mokujiBox {
    /* color: #25216c; */
    /*border-radius: 18px;*/
    padding: 0 0.5em 0.5em 0.5em;
    width: 95%;
    margin: 2rem auto 0;
    /* background-color: #d4ecfc; */
    /*background-image: url(https://chokatsu-times.jp/template/default/img/background/bg_texture01.png);*/
}

ul.mokujiBox li {
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.4;
    padding: 0.5em 0;
    font-size: 1.1rem;
	/*font-weight: bold;*/
}
 
p.mokuji {
    font-size: 1.7rem !important;
    margin: 10px 2px !important;
    color: #333 !important;
    background-color: #fceee9ec;
    font-weight: 600;
    /*border-radius: 18px;*/
    text-align: center !important;
    letter-spacing: 1.5em;
    text-indent: 1.5em; /*文字ずれ調整*/
    height: 50px;
    line-height: 50px !important;
}

p.mokujiSpesialist {
	    font-size: 1.7rem !important;
    margin: 10px 2px !important;
    color: #333 !important;
    background-color: #fceee9ec;
    font-weight: 600;
    /*border-radius: 18px;*/
    text-align: center !important;
    letter-spacing: 1.5em;
    text-indent: 1.5em; /*文字ずれ調整*/
    height: 50px;
    line-height: 50px !important;
	background-color: rgba(214, 250, 255, 0.92);
}


ul.mokujiOl {
    color: #333;
    padding: 0.3em 1.5em;
}

ul.mokujiOl a:link, a:visited {
    color: #333;
    text-decoration: underline;
}

ul.mokujiOl li {
    list-style: disc;
}

#kiji_honbun {
    /*width: 864px;*/
    /*margin-top: 66px;*/
	/*margin: 66px auto;*/
	margin: 0 auto;
	padding: 0 ;
	font-size: 1.0rem;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
	color: #333;
	text-align: justify;
/*	background-color: #fcf9f5; */
}

#kiji_honbun p {
    /*margin-top: 30px;*/
	margin: 10px 0 25px;
	padding: 0 2rem;
	font-size: 1.1rem;
	/*font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
	color: #333;
	text-align: justify;

}

#kiji_honbun p.knowledge {
	margin: 10px 0;
	padding: 0 2rem;
	font-size: 1.7rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
	color: #333;
	text-align: justify;

}

#kiji_honbun h1 {
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 1rem 0;
	text-align: center;
    letter-spacing: 0.1em;
    border-style: solid;
	/*border-color: #1dace4;*/
	border-color: #f19f89e3;
    border-width: 3px 0;
    padding: 0.6em 0;
}

#kiji_honbun h1.KeywordPage {
	border-color: #1dace4;
}

#kiji_honbun h1.SpecialistPage {
	border-color: #1dace4;
	font-family: "Noto Serif JP", serif !important;
	font-size: 1.8rem;
	font-weight: 800 !important;
	border-bottom: none;
	margin: 1.5rem 0 0;
    padding: .8em 0 0.6em;
}

#kiji_honbun h1.DataPage {
	font-family: 'Zen Maru Gothic', serif !important;
	/*font-family: "Noto Serif JP", serif !important;*/
	font-size: 1.7rem;
	font-weight: 500 !important;
	margin: 0;
	width: calc(50% + 10px);
    padding: 1rem 2rem;
	display: grid;
  	place-items: center;
	border: none;
	background-color: #0a358a;
    color: #fff;
		opacity:0;
	 /* アニメーション */
  	animation: fadeIn 2.5s linear;
  	animation-fill-mode: both;
}

@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}


#kiji_honbun h1.knowledge {
	/*	font-family: 'Kosugi Maru', sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color:  #ef6641e3;/*文字色*/
	margin: 20px 0 5px;
	border-style: none;
	padding: 0;
}

.knowledge_main h2.knowledge {
	/*	font-family: 'Kosugi Maru', sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color:  #ef6641e3;/*文字色*/
	margin: 50px 0 5px;
	border-style: none;
	padding: 0;
	text-align: center;
	width: 100%;
}

#kiji_honbun h2 {
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #fe5375;
	border-left: 8px solid #fe5375;
    padding: 0 0 0 16px;
	margin: 3rem 0 3rem;
}

#kiji_honbun h2.SpecialistPage {
	background-color: #1dace4;
    padding: 10px 20px;
    color: #fff;
    border: none;
}


#kiji_honbun h2.DataPage {
	font-family: 'Zen Maru Gothic', serif !important;
	/*font-family: "Noto Serif JP", serif !important;*/
	font-size: 1.6rem;
	font-weight: 600 !important;
	color: #0a358a;
	border-left: 8px solid #0a358a;
    padding: 0 0 0 16px;
	margin: 0rem 0 3rem;
}


#kiji_honbun h3 {
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	position: relative;
    padding: 1rem 0 0.4rem;
    border-bottom: 3px solid #f19f89e3;
    color: #454545;
    font-size: 1.5rem;
    margin: 25px 1rem 20px;
}

#kiji_honbun h3:before, h3:after {
	position: absolute;
	content: '';
	left: 1.3em;
	width: 0;
	height: 0;
	border-width: 14px 12px 0;
	border-style: solid;
}
#kiji_honbun h3:before {	
	bottom: -14px;    
	border-color: #f19f89e3 transparent transparent;
}
#kiji_honbun h3:after {
	bottom: -10px;
	border-color: #fff transparent transparent;
}

#kiji_honbun h3.SpecialistPage,#kiji_honbun h3.KeywordPage {
    border-bottom: 3px solid #1dace4;
}

#kiji_honbun h3.SpecialistPage:before,#kiji_honbun h3.KeywordPage:before {
	border-color: #1dace4 transparent transparent;
}

#kiji_honbun h3.DataPage {
	color: rgb(10, 53, 138);
    font-family: "Zen Maru Gothic", serif !important;
	font-size: 1.4rem;
}

#kiji_honbun h3.DataPage {
    border-bottom: 3px solid rgb(10, 53, 138);
}

#kiji_honbun h3.DataPage:before {
	border-color: rgb(10, 53, 138) transparent transparent;
}

#kiji_honbun h4 {
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif; 
	font-size: 1.3rem;
	font-weight: bold;
	margin: 2rem 0.2rem 1rem 2rem;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #454545;
	background: transparent;/*背景透明に*/
	border-left: solid 7px  #f19f89e3;
}

#kiji_honbun h4.DataPage {
    font-size: 1.2rem;
	margin: 2rem 0.2rem 1rem 1.5rem;
	padding: 0;
	color: #454545;/*文字色*/
	border: none;
}

#kiji_honbun h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 1rem 0.2rem 0.2rem 2rem;
    color: #454545;
    background: linear-gradient(transparent 90%, #f19f89e3 69%);
    display: inline-block;
    padding: 0 0 0.5rem 0;
}

#kiji_honbun p.days {
    /*display: inline-block;*/
    font-size: 0.9rem;
	text-align: right;
    font-weight: bold;
    line-height: 1;
	margin-bottom: 1rem;
}

#kiji_honbun img {
	border-radius: 6px;
}

#kiji_honbun video{
	display: block;
	margin: 25px auto 35px;
	width: 90%;
    height: 440px;
}

.lead_wrapper {
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.lead {
	flex: 1.2;
}

.lead p {
	margin: 10px 0 !important;
	padding: 0 !important;
}

.specialist_lead_wrapper {
	align-items: center;
	margin: 10px 0;
	border: 5px solid #1dace4;
    border-radius: 7px;
}

.data_lead_wrapper {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: 30px auto;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    position: relative;
	opacity:0;
	 /* アニメーション */
  	animation: fadeIn 1s linear;
  	animation-fill-mode: both;
}

@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.specialist_profile {
	display: flex;
}

.specialist_description {
	flex: 1.2;
	padding: 20px 30px 20px 0;
}

.specialist_description p.specialist_title {
	font-family: "Noto Serif JP", serif !important;
	color: #1dace4 !important;
	font-size: 1.7rem !important;
	font-weight: 800;
	padding: 0 !important;
	margin: 0 0 10px!important;
}

.specialist_description p.specialist_name {
	font-family: "Noto Serif JP", serif !important;
	color: #1dace4 !important;
	font-size: 2rem !important;
	font-weight: 800;
	padding: 0 !important;
	margin: 0 0 10px!important;
}

.specialist_profile_description {
	padding: 5px 15px 10px;
    background-color: rgba(214, 250, 255, 0.92);
    border-radius: 5px;
	margin-top: 30px;
}

.specialist_profile_description p {
	font-family: "Noto Serif JP", serif !important;
	font-size:1.1rem !important;
	font-weight: 600;
	padding: 0 !important;
	margin: 10px 0 0 !important;
	line-height: 1.5 !important;
}

.specialist_lead p {
	font-family: "Noto Serif JP", serif !important;
	color: #FFF !important;
    font-weight: 700;
	margin: 5px 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

.specialist_lead {
	flex: 1.2;
	background-color: #1dace4;
	padding: 5px 10px;
}

.title_photo,.specialist_profile_photo {
	flex: 1;
}

.DataPage_title_photo {
	width: calc(40% - 10px);
}

.title_photo img {
	width: 90%;
	height: auto;
}
.specialist_profile_photo img {
    width: 80%;
    height: auto;
    padding: 30px;
}

.DataPage_title_photo img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.kiji_photo {
	margin: 0;
	padding: 0 3rem;
}

.kiji_photo img {
    /*width: 100%;*/
  	max-width: 100%;
    height: auto;
    margin: 0.2rem auto 1rem;
    /* text-align: center; */
    display: block;
}

#kiji_honbun .goods {
	/*display: flex; */
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
	width: 80%;
/*	background-image: url(https://chokatsu-times.jp/template/default/img/background/bg_texture01.png); */
	border-radius: 30px;
	padding: 1em 2em;
	margin: 50px auto;
	background-color: #fff;
  }
  
  #kiji_honbun .goods_image {
	  text-align: center;
/*	  padding: 10px 0 0 12px; */
  }

  #kiji_honbun .goods_image img {
	  width: 50%;
	  height: auto;
/*	  border-radius: 48px; */
	  object-fit: cover;
  }
   #kiji_honbun .goods_text_title {
	  font-size: 1.3rem;
	  margin: 5px 0 0;
  }
 
  #kiji_honbun .goods_text_name {
	  font-size: 1.6rem;
	  font-weight: bold;
	  margin: 6px 0 10px;
	  color: #63499b;
	}
  
  #kiji_honbun .goods_text_description {
	  font-size: 1.1rem;
	  margin: 0;
	}
	#kiji_honbun .goods_link {
		font-size: 1.1rem;
		margin: 0;
		text-align: right;
	  }

ul.text {
font-size:1.2rem; margin:0 30px
}

ul.flex {
	list-style:none;
	display:flex;
	justify-content: center;
	max-width: 100%;
	}

ul.flex li{
/*    width: 30%; */
    margin: 10px;
		}

ul {
	/*list-style: none;*/
	list-style-type: none;
}

.item {
	display: block;
    max-width: 75%;
	height: auto;
	margin: 10px auto 10px !important;
	padding: 0 !important;
}

.item img {
	width: 100%;
	height: auto;
	border-radius: 10px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%), 0 4px 4px 0 rgb(0 0 0 / 22%);
}

.Qanda li.que {
	padding: 10px 10px 10px 35px;
	border-radius: 5px;
	background: #4b0082;
	text-indent: -25px;
	color: #ffffff;
	margin-top: 2rem;
}

.Qanda li.ans {
	margin: 20px 10px 40px 35px;
	text-indent: -25px;
}

.Qanda li.que::before {
	content: "Q.";
	font-weight: bold;
	margin-right: 7px;
}

.Qanda li.ans::before {
	content: "A.";
	color: #4b0082;
	font-weight: bold;
	margin-right: 7px;
}


ul li.Method {
	padding: 10px 10px 2px 35px;
	margin-top: 2rem;
	font-weight: bold;
}

ul li.Detail {
	padding: 10px 10px 10px 35px;
	/*margin-top: 2rem;*/
}

.markerYEL{
	background:linear-gradient(transparent 75%, #ffdc00 75%);
	/*font-weight:bold; */
}

p.inyo {
		padding: 0;
		margin: 10px 0 !important;
		line-height: 1.7;
		font-style: italic !important;
		font-size: 80% !important;
		text-align: right !important;
}

#kiji_honbun p.inyo a:link, a:visited {
    color: #333 !important;
  /*  text-decoration: none;*/
}

table {
    border: 1px solid #454545;
    border-collapse: collapse;
    text-align: left;
    width:90%;
	margin: 30px auto;
    table-layout: auto;
    word-break: break-all;
    font-size: 16px;
}

table tr td {
    border: 1px solid #454545;
    text-align: center;
	padding: 0.33em 0.66em;
	background-color: #fff;
}

table th {
    border: 1px solid;
    text-align: center;
	background-color: #fceee9ec;
}

th.left{
	text-align:left !important;
   }

td.left{
text-align:left !important;
}

td.vertical span {
	writing-mode: vertical-rl !important;
	-webkit-writing-mode: vertical-rl !important;
  	-ms-writing-mode: vertical-rl !important;
	text-orientation: upright;
	letter-spacing: 0.4em;
	display: inline-block;
	}
   

/*
ul.annotation {
	color: #454545 !important;
	border-radius: 30px;
	padding: 1em 2em;
	width: auto;
	margin: 2rem auto 2rem;
	background-image: url(https://chokatsu-times.jp/template/default/img/background/bg_texture01.png);
  }
*/

.annotation {
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	padding: 10px 15px 10px 25px;
    margin: 40px 0;
	background-color: #fceee9ec;
    border-radius: 8px;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 22%);	box-sizing: border-box;
	width: auto;
}

.annotation.KeywordPage {
		background-color: #E1F1FF;
}

.annotation_inner {
padding-left: 20px;
}

.annotation_inner p {
padding:0 !important;
}

.annotation li {
    line-height: 1.5;
    padding: 0.5em 0;
}

.annotation picture {
	padding: 0;
}

.annotation img {
	width: 50%;
    height: auto;
}

p.annotation_title {
    font-size: 1.3rem !important;
    font-weight: 600;
	margin: 20px 2px 20px !important;
	padding: 0 !important;
}

p.annotation_subtitle {
    font-size: 1.2rem !important;
    margin: 10px 2px !important;
	padding: 0 !important;
	color: #fe5375 !important;
    font-weight: 600;
}

.under {
border-bottom:solid 3px #fe5375 !important;
padding: 5px 0;
}

.support_supplement {
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	padding: 20px;
    margin: 40px auto;
	background-color: #fceee9ec;
    border-radius: 8px;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 22%);	box-sizing: border-box;
	width: 80%;
	border: 2px solid #fe5375;
  }

.support_inner {
	padding: 0 20px;
}

.support_inner p {
	padding:0 !important;
	text-align: center !important;
	margin: 10px 0 !important;
}

p.support_title {
    font-size: 1.3rem !important;
    font-weight: 700;
	margin: 10px 0 20px !important;
	padding: 0 !important;
	text-align: center !important;
}

.highlight {
	color: #fe5375;
	font-weight: 700;
}

.view_supplement {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    margin: 25px auto 10px;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #fe5375;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 22%);
}

.view_supplement:hover {
    background-color: #ee4365;
}

.view_supplement::before {
    width: 1.25em;
    height: 1.25em;
    margin-right: 8px;
    background-image: url("/template/default/img/icon/right_arrow.svg");
    content: '';
}

.support_supplement a:link, a:visited {
    text-decoration: none;
}

ol.large {
	position: relative;
	font-size: 1.1rem;
	width: auto;
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding: 0 0.5em 0 0;
	word-wrap: break-word;
}

ul.large {
	position: relative;
	font-size: 1.1rem;
	width: auto;
	padding: 0 0.5em 0;
	list-style: disc;
  	list-style-position: outside;
	word-wrap: break-word;
}

.listNone {
	list-style:none !important;
	padding: 0.5em 0 !important;

}


ul li.large {
	position: relative;
	line-height: 1.8em;
	padding: 0.5em 0.5em 0.5em;
	margin: 0.2em 0 !important;
	width: auto;
	display: list-item;
  }

ol li.large {
	position: relative;
	line-height: 1.8em;
	padding: 0.4em 0 0.4em 35px;
	margin: 0.2em 0 !important;
	width: auto;
	font-size: 1.2rem;
  }
  
  ol li.large:before {
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
	display:inline-block;
	/* background: #63499b;　*/
	color: #454545;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 13px;
	border-radius: 50%;
	width: 23px;
	height: 23px;
	line-height: 23px;
	top: 15px;
	left: 0;
	text-align: center;
	vertical-align: top;
	border: solid 1px;
  }


dl.checklist {
	display: flex;
    justify-content: space-between;
    margin: 20px;
	line-height: 1.8;
}

dl.checklist dt label {
    padding: 0px 0px 0px 10px;
}

dl.checklist dt input {
	transform:scale(1.5);
}

#result {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    display: none;
    padding: 30px;
    width: 580px;
}

blockquote{
    position:relative;
    border:1px solid #8BC0B8;
    border-radius:10px;
    padding:20px;
	margin: 1.0rem auto 0.2rem;
	width: 85%;
	background-color: #fff;
}

blockquote:before{
    position:absolute;
    content:'“';
    font-size: 4.0rem;
    color:#8BC0B8;
	top:3px;
    left:10px;
}

blockquote:after{
    position:absolute;
    color:#8BC0B8;
    right:10px;
    bottom:10px;
}

blockquote p{
    position:relative;
    font-size: 0.9rem;
    padding-left:30px;
}

blockquote cite{
    display: block;
    font-size:0.8rem;
    text-align:right;
	color: #454745;
    padding-right:20px;
}

.OtherTitle {
    display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.1rem;
    color: #454545;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 2.5rem 0.2rem 0.7rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.8;
    padding: 0.5rem 0;
    background-image: linear-gradient(90deg, #b2d5de 0 25%, #ddcfb3 25% 50%, #b3ddb4 50% 75%, #ddbab3 75%);
    background-repeat: no-repeat;
    background-size: 100% 0.4rem;
    background-position: bottom;
    text-align: center;
    border-style: none;
}


/*基礎知識ページ　記事一覧*/

.knowledge_main {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	padding: 1em;
	/* font-size: 0.8em; */
	justify-content: space-between;
	max-width: 1080px;
	margin: 0px auto 20px;
}

.knowledge_main video {
    display: block;
    margin: 0px auto 30px;
 /*   width: 80%;
    height: 430px; */
}

.knowledge_thum {
	width: 45%;
	overflow: hidden;
	/* border-radius: 15px; */
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	margin: 30px 25px;

}

.knowledge_thum .photo {
	display: block;
	width: 300px;
	height: 300px;
	overflow: hidden;
	border-radius: 28px;
	margin: 0 auto 10px;
}

.knowledge_thum .photo img {
    transition: transform .6s ease;
}

.knowledge_thum:hover .photo img {
	transform: scale(1.2); 
}

.knowledge_thum .description {
	padding: 1em 0 0.3em;
}

.knowledge_thum .description p {
	/* font-family: 'Kosugi Maru', sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	color: #333;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 150%;
}

.knowledge_thum a:link, a:visited {
    color: #333 !;
    text-decoration: none;
}

.knowledge_thum a:hover {
	text-decoration: none !important;
}
	
.photo img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
}

/*グリッド型記事一覧*/

/* 共通 */
.OtherCard ul {
    padding: 0;
    list-style: none;
    border: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 20px;
}
.OtherItemTxt {
    width: 62%;
}
.OtherItemTxt p.itemTitle {
	font-size: 18px !important;;
	line-height: 1.5em !important;
	margin: 0 0 5px!important;
	padding: 0 0.5rem !important;
    color: #313131 !important;;
    margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif
	!important;
    font-weight: 400;
}

.OtherItemTxt ul.itemTag {
    padding: 0;
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
	display: none;
}
.OtherItemTxt ul.itemTag li {
    background: #0068b7;
    color: #f1f1f1;
    font-size: 0.9rem;
    padding: 2px 10px;
    position: relative;
}

/* Grid */

.OtherCard {
    margin-top: 20px;
}

li.OtherItem.grid {
    width: 31%;
    margin-bottom: 5px;
}

li.OtherItem.grid a {
    padding-top: 20px;
    height: 100%;
    flex-direction: column;
    display: flex;
    text-decoration: none;
 /*   border-top: solid 3px #eee; */
}
li.OtherItem.grid a p.itemCat {
    display: none;
}

li.OtherItem.grid a img {
    margin: 0;
    object-fit: cover;
   	transition: transform .6s ease; 
	max-width: 100%;
    height: auto;
	border-radius: 0 !important;
}

li.OtherItem.grid a .OtherItemTxt {
    width: 100%;
    margin: 0;
}

li.OtherItem.grid a picture {
    margin-bottom: 15px;
 /*   transition: 0.2s ease-in-out; */
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
	overflow: hidden;
}

li.OtherItem.grid a:hover {
    background: none;
}

li.OtherItem.grid a:hover  > picture > img {
	transform: scale(1.1); 
}

.gototop {
	margin: 34px auto 0 !important;
	text-align: center !important;
	font-weight: 700;
	} 

/*マーカー*/
 
.marker.active{
    background-position: -100% .9em;
}
 
.marker {
    background-image: -webkit-linear-gradient(left, transparent 50%, #ffcffb 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #ffcffb 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #ffcffb 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #ffcffb 50%);
    background-image: linear-gradient(left, transparent 50%, #ffcffb 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
  /*  font-weight: bold; */
}

/*----------------------スマホ表示----------------------*/

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

body {
    overflow: scroll;
}


/*パンくず*/

.breadcrumb {
	padding: 1.5rem 0 1rem 1rem;
	font-size: 15px;
	list-style: none;
    white-space: nowrap;
    overflow-x: auto;
  }
  
  .breadcrumb li {
	display: inline;
	list-style: none;
  }
  
  .breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #555;
  }
  .breadcrumb li:last-child:after {
	content: '';
  }

  .breadcrumb li a {
	text-decoration: none;
	color: #555 !important;
  }
  
  .breadcrumb li a:hover {
	text-decoration: underline;
  }


.data_block p {
	font-size: 1.6rem !important;
	margin: 
	12px 0 !important;
}

.data_description {
	flex-flow: column;
	margin: 10px 0;
}

.data_description_text .annotation_title {
    margin: 15px 2px 10px !important;
    font-size: 1.8rem !important;
}


.DataPage_photo {
	margin: 20px 0 10px;
}

img.main_banner {
	max-width: 100%;
	height: auto;
}

/* 吹き出し　左向き */

.balloon {
	width: 100%;
	margin: 1.5em 0;
	overflow: hidden;
	/*padding: 0 2rem;*/
  }
  
  .balloon .faceicon {
	float: right;
	/* margin-right: -90px; */
	margin: 10px 0 0 0;
	width: 20%;
}
  
  .balloon .faceicon img{
	width: 100%;
	height: auto;
	border: solid 3px #d7ebfe;
	border-radius: 50% !important;
	margin: 0 auto !important;
  }
  
  .balloon .chatting {
	width: 100%;
  }
  
  .supervisorName {
    text-align: left;
    float: right;
}

.supervisorName p {
	margin: 0 !important;
    padding: 0 !important;
    font-weight: 600;
    font-size: 90%;
}
  

.says {
	display: inline-block;
	position: relative; 
	margin: 10px 0 0 0;
	padding: 5px;
	border-radius: 12px;
	background: #d7ebfe;
    width: 74%;
  }
  
  .says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px; 
	/*left: -24px;*/
    border: 24px solid transparent;
    /* border-right: 20px solid #d7ebfe; */
    border-color: #d7ebfe transparent transparent;
    right: -25px;
    z-index: -10;

  }

  
  .says p {
	margin: 0;
	padding: 0;
  }

  p.memotitle {
    font-size: 1.8rem !important;
	font-weight: bold !important;
    margin-top: 10px !important;
	font-family: 'Kosugi Maru', sans-serif !important;
}

p.memotitle_l {
    font-size: 2.2rem !important;
	font-weight: bold !important;
    margin-top: 10px !important;
	font-family: 'Kosugi Maru', sans-serif !important;
}


p.memo {
    font-size: 1.7rem !important;
    margin: 10px 0!important;
	font-family: 'Kosugi Maru', sans-serif !important;
	padding: 0 1rem !important;
    z-index: 100;
    position: relative;
}

p.memo_l {
    font-size: 1.7rem !important;
    margin: 5px 0 !important;
	font-family: 'Kosugi Maru', sans-serif !important;
	padding: 0 1rem !important
}

p.memoName {
    font-size: 1.4rem !important;
    padding: 0 !important;
    margin: 5px auto!important;
    text-align: center !important;
	font-family: 'Kosugi Maru', sans-serif !important;

}
/*SNSシェアボタン*/

.Sns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    height: 50px;
	margin: 5px 0 5px;
	padding: 0 15px;
	width: auto;

}
.Sharesns {
    display: block;
	flex-basis: 40px;
	margin: 0 auto;
    }

/*運営会社情報*/

#fotter-company {
    /*border-top: 1px solid #333;*/
    /*border-bottom: 1px solid #333;*/
	border-left: 1px solid #333;
	border-right: 1px solid #333;
    /*display: inline-block;*/
	/*padding: 0.5rem 0.2rem;*/
	margin: 72px auto 0;
	text-align: center;
	font-size: 1.5rem;
	width: 40%;
}

/*
#fotter-company a:link, a:visited {
    color: #333 !important;
}
*/


/*執筆者情報*/

#kiji_honbun .blogAuthor,#kiji_honbun .specialist{
    border-radius: 18px;
    padding: 1em 0.2em 1em 0.2em;
    width: 97%;
}

#kiji_honbun .blogAuthor2 {
    border-radius: 18px;
    padding: 1em 0.2em 1em 0.2em;
    width: 97%;
	margin: 0 auto 25px;
    display: block;
    /* box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2); */
    background-image: url(https://goodsleep.media/template/default/img/background/bg_texture02.png);
}

#kiji_honbun .blogAuthor_image,#kiji_honbun .specialist_image {
	padding: 12px 5px 0 10px;
}

#kiji_honbun .blogAuthor_image img,#kiji_honbun .specialist_image img {
	width: 80px;
    height: 80px;
    border-radius: 40px;
    object-fit: cover;
    margin-bottom: 10px;

}

#kiji_honbun .blogAuthor_text_title,#kiji_honbun .specialist_text_title {
    font-size: 1.5rem;
    margin: 0;
}

#kiji_honbun .blogAuthor_text_name,#kiji_honbun .specialist_text_name {
    font-size: 1.6rem;
    font-weight: bold;
}

#kiji_honbun .blogAuthor_text_name_s,#kiji_honbun .specialist_text_name_s {
    font-size: 1.5rem;
    font-weight: bold;
}

#kiji_honbun .blogAuthor_text_description,#kiji_honbun .specialist_text_description {
    font-size: 1.5rem;
    margin: 0;
	margin: 0.5em 0 0 0;
}

#kiji_honbun .blogAuthor_text_qualification,#kiji_honbun .specialist_text_qualification {
    padding-top: 10px;
    font-size: 1.35rem;
    margin: 0;
}

#kiji_honbun p.Author,#kiji_honbun p.Specialist {
	padding: 0 0 0 1rem;
}


/*記事本文ページ*/

ul.exul {
	list-style: none;
    color: #333;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border: 1px solid #333;
    width: 90%;
    background: #fcfcfc;
    margin: 25px auto;
  }


ul.exul li.ex {
    line-height: 1.5;
    padding: 0.5em 0;
	font-weight: bold;
}

a:link, a:visited {
    color: #333;
    text-decoration: underline;
}

/*
#kiji_honbun ul li, ol li {
	line-height: 1.5;
	padding: 0.5em 0;
  }
*/



/*　目次修正　20231101　*/


ul.mokujiBox {
    /* color: #25216c; */
    /*border-radius: 18px;*/
    padding: 0 0.5em 0.5em 0.5em;
    width: 95%;
    margin: 2rem auto 0;
    /* background-color: #d4ecfc; */
    /*background-image: url(https://goodsleep.media/template/default/img/background/bg_texture02.png);*/
}

ul.mokujiBox li {
    line-height: 1.7;
    padding: 0.15em 0;
    font-size: 1.6rem;
	/*font-weight: bold;*/
}
  
p.mokuji {
    font-size: 2.2rem !important;
    margin: 10px 2px !important;
    color: #333 !important;
    background-color: #fceee9ec;
    font-weight: 600;
    /*border-radius: 18px;*/
    text-align: center !important;
    letter-spacing: 1.5em;
    text-indent: 1.5em; /*文字ずれ調整*/
    height: 40px;
    line-height: 40px !important;
}


ul.mokujiOl {
    color: #333;
    padding: 0.3em 1.5em;
}

ul.mokujiOl a:link, a:visited {
    color: #333;
    text-decoration: underline;
}

ul.mokujiOl li {
    list-style: disc;
}


#kiji_honbun {
    width: 100% !important;
/*   margin-top: 15px; */
/*	margin-bottom: 30px;　*/
	padding: 0;
	font-size: 1.6rem;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.7;
	color: #333;
	text-align: justify;
/*	background-color: #fcf9f5; */
	padding-bottom: 15px;
}

#kiji_honbun p {
    /*margin-top: 20px;*/
	margin: 10px 0 25px;
	padding: 0 1rem;
	font-size: 1.7rem;
	line-height: 1.7;
}

#kiji_honbun p.knowledge {
	margin: 10px 0;
	padding: 0 2rem;
	font-size: 1.9rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	color: #333;
	text-align: justify;
}

#kiji_honbun h1 {
	margin: 1rem 0 2rem;
    padding: 0;
    font-size: 2.8rem; /*　変更前　2.4rem　*/
    font-weight: 700; /*　変更前　600　*/
    line-height: 1.4;
    margin-bottom: 1.2rem;
	text-align: center;
    letter-spacing: 0.1em;
    border-style: solid;
    border-width: 3px 0;
    padding: 0.4em 0;
	font-family: -apple-system,BlinkMacSystemFont,helvetica neue,segoe ui,ヒラギノ角ゴ pron w3,hiragino kaku gothic pron,ＭＳ Ｐゴシック,sans-serif;  /*　追加　*/
}

#kiji_honbun h1.SpecialistPage {
	font-size: 2.5rem;
}

#kiji_honbun h1.DataPage {
	font-size: 2.4rem !important;
	width: 100%;
	padding: 1em 0.5em;
	margin: .2rem 0 2rem;
}


#kiji_honbun h1.knowledge {
	/*	font-family: 'Kosugi Maru', sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color:  #ef6641e3;/*文字色*/
	margin: 20px 0 5px;
	border-style: none;
	padding: 0;
}

.knowledge_main h2.knowledge {
	/*	font-family: 'Kosugi Maru', sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color:  #ef6641e3;/*文字色*/
	margin: 0 auto 5px;
	border-style: none;
	padding: 0;
}

#kiji_honbun h2 {
	font-size: 2.2rem;
	padding: 0 0 0 10px;
}

#kiji_honbun h2.SpecialistPage {
	font-size: 2.2rem;
	padding: 10px;
}

#kiji_honbun h2.DataPage {
	font-size: 2.1rem;
	padding: 0 0 0 12px;
}


/*ピンク*/
#kiji_honbun h3 {
position: relative;
    padding: 1rem 0 0.4rem;
    border-bottom: 3px solid #f19f89e3;
    color: #454545;
    font-size: 2.1rem;
    margin: 2.2rem 1.5rem 1.8rem;
    font-weight: 600;
}

#kiji_honbun h3:before, h3:after {
	position: absolute;
	content: '';
	left: 1.3em;
	width: 0;
	height: 0;
	border-width: 14px 12px 0;
	border-style: solid;
}

#kiji_honbun h3:before {	
	bottom: -14px;    
	border-color: #f19f89e3 transparent transparent;
}
#kiji_honbun h3:after {
	bottom: -10px;
	border-color: #fff transparent transparent;
}

#kiji_honbun h3.DataPage {
	font-size: 1.8rem;
}
#kiji_honbun h4 {
    font-size: 1.8rem;
	font-weight: bold;
	margin: 2.5rem 0.2rem 1.5rem 1.5rem;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #454545;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 6px  #f19f89e3;/*左線*/
}

#kiji_honbun h4.DataPage {
	font-size: 1.6rem;
}

#kiji_honbun h5 {
    font-size: 1.7rem;
    font-weight: bold;
    margin: 1rem 0.2rem 0rem 1rem;
    color: #454545;
    background: linear-gradient(transparent 88%, #f19f89e3 70%);
    display: inline-block;
}

#kiji_honbun p.days {
    /*display: inline-block;*/
    font-size: 1.35rem;/*　変更前　1.3rem*/
	text-align: right;
	/*font-weight: bold;*/
    line-height: 1;
	margin-bottom: 1rem;
    background-color: #f7f7f7;
    padding: 0.25em 1.5em;

}

#kiji_honbun img {
	border-radius: 4px;
	margin: 0 auto 1em;
	display: block;
}

.lead_wrapper {
	display: block;
	margin: 20px 0;
}

.data_lead_wrapper {
	flex-direction: column;
	margin: 1rem 0 2rem;
}

.title_photo img{
	width: 100%;
}

.specialist_profile {
	display: block;
}

.specialist_description {
	padding: 10px 15px;
}

.specialist_description p.specialist_title {
	font-size: 2rem !important;
}

.specialist_description p.specialist_name {
	font-size: 2.3rem !important;
}

.specialist_profile_description {
	margin-top: 20px;
}

.specialist_profile_description p {
	font-size:1.5rem !important;
	line-height: 1.7 !important;
}

.specialist_lead p {
	font-size: 1.5rem !important;}

.specialist_lead {
	padding: 5px;
}

.title_photo,.specialist_profile_photo {
	flex: 1;
}

.title_photo img {
	width: 90%;
	height: auto;
}

.DataPage_title_photo {
	width: 90%;
    margin: 0 auto;
}

.specialist_profile_photo img {
    width: 90%;
	padding: 20px 0;
	margin: 0 auto !important;
}

.kiji_photo{
	margin: 0;
/*	padding: 0 0.2rem; */
}

.kiji_photo_m {
    margin: 0;
    padding: 0 3rem;
    display: block;
    text-align: center;
}

#kiji_honbun video{
	display: block;
    margin: 10px auto 20px;
    width: 100%;
    height: 220px;
}

#kiji_honbun .goods {
	/*display: flex; */
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2); 
	width: 95%;
/*	background-image: url(https://goodsleep.media/template/default/img/background/bg_texture01.png); */
	border-radius: 30px;
	padding: 1em;
	margin: 40px auto;
	background-color: #fff;
  }
  
  #kiji_honbun .goods_image {
	  text-align: center;
/*	  padding: 10px 0 0 12px; */
  }

  #kiji_honbun .goods_image img {
	  width: 50%;
	  height: auto;
/*	  border-radius: 48px; */
	  object-fit: cover;
  }
   #kiji_honbun .goods_text_title {
	  font-size: 1.8rem;
	  margin: 5px 0 0;
  }
 
  #kiji_honbun .goods_text_name {
	  font-size: 1.9rem;
	  font-weight: bold;
	  margin: 6px 0 10px;
	  color: #63499b;
	}
  
  #kiji_honbun .goods_text_description {
	  font-size: 1.6rem;
	  margin: 0;
	}
	#kiji_honbun .goods_link {
		font-size: 1.6rem;
		margin: 0;
		text-align: right;
	  }

ul.text {
font-size:1.7rem; margin:0 10px
}


ul.flex {
	list-style:none;
	display:flex;
	justify-content: center;
	max-width: 100%;
	}

ul.flex li{
/*    width: 30%; */
    margin: 10px;
		}
		
ul {
	/*list-style: none;*/
	list-style-type: none;
}

.item {
	display: block;
    max-width: 80%;
        height: auto;
        margin: 10px auto 0 !important;
        padding: 0 !important;
}

.item img {
	width: 100%;
	height: auto;
	border-radius: 10px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%), 0 4px 4px 0 rgb(0 0 0 / 22%);
}


.Qanda li.que {
	padding: 10px 10px 10px 35px;
	border-radius: 5px;
	background: #4b0082;
	text-indent: -25px;
	color: #ffffff;
	margin-top: 2rem;
	font-size: 1.5rem !important;
}

.Qanda li.ans {
	margin: 20px 10px 40px 35px;
	text-indent: -25px;
	font-size: 1.5rem !important;
}

.Qanda li.que::before {
	content: "Q.";
	font-weight: bold;
	margin-right: 14px;
}

.Qanda li.ans::before {
	content: "A.";
	color: #4b0082;
	font-weight: bold;
	margin-right: 14px;
}

ul li.Method {
	padding: 10px 10px 2px 5px;
	margin-top: 2rem;
	font-weight: bold;
}

ul li.Detail {
	padding: 5px 10px 10px 15px;
	/*margin-top: 2rem;*/
}

.markerYEL{
	background:linear-gradient(transparent 75%, #ffdc00 75%);
	/*font-weight:bold; */
}


p.inyo {
		padding: 0;
		margin: 10px 0 !important;
		line-height: 1.7;
		font-style: italic !important;
		font-size: 80% !important;
		text-align: right !important;
}

p.interview_que ,p.interview_ans{
	font-size: 2rem !important;
	margin-top: 30px !important;
}

#kiji_honbun p.inyo a:link, a:visited {
    color: #333 !important; 
/*    text-decoration: none;*/
}

table {
    border: 1px solid #454545;
    border-collapse: collapse;
    text-align: left;
	width:95%;
	margin: 30px auto;
    table-layout: auto;
    word-break: break-all;
    font-size: 1.5rem !important;
}

table tr td {
    border: 1px solid #454545;
    text-align: center;
	padding: 0.2em 0.3em;
	background-color: #fff;

}

table th {
    border: 1px solid #454545;
    text-align: center;
	background-color: #fceee9ec;
}

th.left{
	text-align:left !important;
   }

td.left{
text-align:left !important;
}

td.vertical span {
    writing-mode: vertical-rl !important;
	-webkit-writing-mode: vertical-rl !important;
	-ms-writing-mode: vertical-rl !important;
	text-orientation: upright;
    letter-spacing: 0.4em;
	display: inline-block;
	min-height: 20em;
}

.annotation {
	padding: 10px 15px;
}

p.annotation_title {
	font-size: 2rem !important;
	line-height: 2 !important;
}

p.annotation_subtitle {
	font-size: 1.9rem !important;
}

.under {
	padding: 3px 0;
}

.annotation_inner {
    padding-left: 10px;
}

.annotation img {
    width: 90%;
}

.support_supplement {
	padding: 10px;
    margin: 35px auto 20px;
	width: 100%;
  }

.support_inner {
	padding: 0 10px;
}

.support_inner p {
	margin: 7px 0 !important;
}

p.support_title {
    font-size: 1.65rem !important;
	margin: 10px 0 15px !important;
}

.view_supplement {
    margin: 15px auto 10px;
}

/*
ul.annotation {
	color: #454545 !important;
	border-radius: 18px;
	padding: 1em 0.7em;
	width: auto;
	margin: 2rem 0.5rem 2rem;
	background-image: url(https://goodsleep.media/template/default/img/background/bg_texture01.png);
  }
*/
/*
ul ol.annotation li {
    line-height: 1.5;
    padding: 0.5em 0;
}


ul.annotation img {
	width: 100%;
    height: auto;
}

*/
p.annotation {
    font-size: 1.9rem !important;
    margin: 10px 2px !important;
    color: #454545 !important;
    font-weight: 600;
    text-align: center !important;
}


/*紫*/

.pointbox {
	position: relative;
    margin: 3em auto;
    padding: 0.5em 1em;
    border: solid 3px #63499b;
	border-radius: 0 10px 10px 10px;
	width: 97%;
	background-color: #fff;

}

.pointbox .box-title {
	position: absolute;
	display: inline-block;
	top: -33px;
	left: -3px;
	padding: 2px 9px 0;
	height: 31px;
	line-height: 31px;
	font-size: 17px;
	background: #63499b;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}

.pointbox p {
		line-height: 25px;
		margin: 0; 
		padding: 0;
}

ol.large {
	position: relative;
	width: auto;
    margin: 0.2em 0;
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
    padding: 0 0.2em;
  }

ul.large {
	position: relative;
	width: auto;
	margin: 0.2em 0;
	padding: 0 1em;
}

ul li.large {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.8em;
	padding: 0.5em 0 0.5em;
	list-style: disc !important;
	list-style-position: outside !important;
}

ol li.large {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.8em;
	padding: 0.3em 0.5em 0.3em 30px;
}

ol li.large:before {
/*以下数字のデザイン変える*/
font-size: 13px;
width: 20px;
height: 20px;
line-height: 20px;
top: 11px;
padding-left: 1px;
}

dl.checklist {
	display: flex;
    justify-content: space-between;
    margin: 20px;
	line-height: 1.8;
}

dl.checklist dt label {
    padding: 0px 0px 0px 10px;
}

dl.checklist dt input {
	transform:scale(1.5);
}




  blockquote{
    position:relative;
    border:1px solid #8BC0B8;
    border-radius:10px;
    padding:20px;
	margin: 1.0rem auto 0.2rem;
	width: 95%;
	background-color: #fff;

}

blockquote:before{
    position:absolute;
    content:'“';
    font-size: 4.0rem;
    color:#8BC0B8;
	top:3px;
    left:10px;
}

blockquote:after{
    position:absolute;
    color:#8BC0B8;
    right:10px;
    bottom:10px;
}

blockquote p{
    position:relative;
    font-size: 1.5rem;
    padding-left:30px;
}

blockquote cite{
    display: block;
    font-size:1.2rem;
    text-align:right;
	color: #454745;
    padding-right:20px;
}

/*基礎知識ページ　記事一覧*/

.knowledge_main {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	/* font-size: 0.8em; */
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto 20px;
}

.knowledge_thum {
	width: 45%;
	overflow: hidden;
	/* border-radius: 15px; */
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	margin: 10px 5px;

}

.knowledge_thum .photo {
	display: block;
	width: 150px;
	height: 150px;
	overflow: hidden;
/*	border-radius: 28px;　*/
	margin: 0 auto 5px;
}

/*
.knowledge_thum .photo img {
    transition: transform .6s ease;
}

.knowledge_thum:hover .photo img {
	transform: scale(1.2); 
}
*/

.knowledge_thum .description {
	padding: 0.3em 0 0.3em;
}


.knowledge_thum .description p {
	/* font-family: 'Kosugi Maru', sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.7rem;
	color: #333;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 150%;
}

.knowledge_thum a:link, a:visited {
    color: #333 !;
    text-decoration: none;
}

.knowledge_thum a:hover {
	text-decoration: none !important;
}

/*記事一覧ページ*/

.kiji_ichiran {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}


.kiji_thum_ichiran {
	width: 48%;
	overflow: hidden;
	border-radius: 3px;
	margin-top: 2rem;
	margin-bottom: 2rem;
	/*margin-right: 2rem;*/
	/*margin-left: auto;*/
	margin-right: auto;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
	transition: all 0.25s ease-in;
	border-bottom: 5px solid transparent;
}



.kiji_thum_ichiran .photo {
	/*height: 150px;*/
	overflow: hidden;
}
.kiji_thum_ichiran:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: none;
  border-bottom: 5px solid #00BCD4;
}
.kiji_thum_ichiran .details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1em 1em 0 1em;
	font-size: 1.2em;
}
.kiji_thum_ichiran .date {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: right;
}
.kiji_thum_ichiran .category {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}
.kiji_thum_ichiran .category p {
	font-size: 1.2em;
	padding: 3px 8px;
	cursor: pointer;
	width: 8em;
	margin: 0;
	border-radius: 10px;
	background: #00BCD4;
	text-align: center;
	color: #ffffff;
}
.kiji_thum_ichiran .description {
	padding: 0 1em;
	margin-top: 1em;
}
.kiji_thum_ichiran .description .title {
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 0.5em;
}
.kiji_thum_ichiran .description .text p {
	margin: 0;
}
.kiji_thum_ichiran .description a {
	/*float: right;*/
	margin-bottom: 10px;
	text-decoration: none;
	color: #00BCD4;
}
.kiji_thum_ichiran .description a:after {
	font-family: FontAwesome;
	margin-left: -10px;
	content: '\f061';
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
	vertical-align: middle;
	opacity: 0;
}
.kiji_thum_ichiran .description a:hover:after {
	margin-left: 5px;
	opacity: 1;
}

.photo img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
}


.OtherTitle {
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.1rem;
    display: inline-block;
    color: #454545;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 2.5rem 0.2rem 0.7rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.8;
    padding: 0.5rem 0;
    background-image: linear-gradient(90deg, #b2d5de 0 25%, #ddcfb3 25% 50%, #b3ddb4 50% 75%, #ddbab3 75%);
    background-repeat: no-repeat;
    background-size: 100% 0.4rem;
    background-position: bottom;
    text-align: center;
    border-style: none;
}


/*グリッド型記事一覧*/

/* 共通 */
.OtherCard ul {
    padding: 0;
    list-style: none;
    border: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
}

.OtherItemTxt {
    width: 62%;
}

.OtherItemTxt p.itemTitle {
	font-size: 1.5rem !important;
    line-height: 1.4em !important;
    margin: 0;
    padding: 0 0 0 0.5rem!important;
    color: #313131;
    margin-bottom: 10px;
    font-family: 'Noto Sans JP', sans-serif	!important;
    font-weight: 400;
}
.OtherItemTxt ul.itemTag {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.OtherItemTxt ul.itemTag li {
    background: #0068b7;
    color: #f1f1f1;
    font-size: 0.7rem;
    padding: 2px 10px;
    position: relative;
}


/* Grid */

.OtherCard {
    margin-top: 20px;
	padding: 0 2%;
}
  

li.OtherItem.grid {
	margin-bottom: 5px;
    width: 100%;
	height: 115px;
    margin: 0;
    padding: 0;
/*	border-bottom: solid 1px #eee !important; */
}

li.OtherItem.grid a {
	padding-bottom: 5px;
    padding-top: 5px;
    height: 100%;
    display: flex;
    text-decoration: none;
 /*   border-top: solid 1px #eee; */
    flex-direction: row;
    flex-wrap: wrap;
   /*  align-items: center;  */
}

li.OtherItem.grid a p.itemCat {
    display: none;
}
   /* 
li.OtherItem.grid:last-child a {
    border-bottom: solid 1px #eee;
}
   */
li.OtherItem.grid a img, li.OtherItem.grid a .OtherItemTxt {
	width: 100%;
    margin: 0;
    object-fit: cover;
    height: 90px;
}
li.OtherItem.grid a img {
    transition: 0.2s ease-in-out;
/*  box-shadow: 0 2px 4px rgb(0 0 0 / 30%); */
    width: 160px;
	height: 90px;
	border-radius: 0 !important;
	margin: 0 10px 5px 0 !important;
}

li.OtherItem.grid a picture {
	width: 160px;
	height: 90px;
	margin: 7px 10px 5px 0 ;
/*    transition: 0.2s ease-in-out; */
/*    box-shadow: 0 2px 4px rgb(0 0 0 / 30%); */
}

li.OtherItem.grid a:hover {
    background: none;
}
	li.OtherItem.grid a:hover > picture {
/*    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 25%); */
/*    transform: translateY(-4px); */
}

li.OtherItem.grid a .OtherItemTxt {
    width: calc(100% - 175px);
}

li.OtherItem.grid a .OtherItemTxt .itemTitle {
	margin: 5px 0 0 !important;
    line-height: 0.5;
    margin: 0;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden !important;
}
li.OtherItem.grid a .OtherItemTxt ul.itemTag {
    display: none;
}


.gototop {
	margin: 34px auto 0 !important;
	text-align: center !important;
	font-weight: 700;
	} 
	

/*マーカー*/
 
.marker.active{
    background-position: -100% 0.5em;
}
 
.marker {
    background-image: -webkit-linear-gradient(left, transparent 50%, #ffcffb 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #ffcffb 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #ffcffb 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #ffcffb 50%);
    background-image: linear-gradient(left, transparent 50%, #ffcffb 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
  /*  font-weight: bold; */
}


}
