@charset "UTF-8";

/*パンくず*/

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

/* 吹き出し */

.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;
}


/*SNSシェアボタン*/

.Sns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    height: 50px;
	width: 240px;
	margin: 0px 10px 0 auto;
    padding-bottom: 5px;
}
.Sharesns {
    display: block;
	flex-basis: 40px;
	margin: 0 auto;
    }
.Sharesns img {
	background: none;
	width: 40px;
    height: auto;
	box-shadow: 3px 3px 3px 0 rgb(0 0 0 / 21%), 0 3px 5px 0 rgb(0 0 0 / 22%);
	border-radius: 9px !important;
}

/*コンテンツ一覧*/
.contents_list {
	width: 100%;
	padding:0;
	justify-content: space-between;
}

.contents_list a:link, a:visited {
    color: #fff !important;
}

.contents {
	width: 48%;
	height: 200px;
	margin: 15px 0;
}

.pagetitle p.heading {
	font-family: "Shippori Mincho", serif !important;
    font-size: 1.3rem !important;
    letter-spacing: 0.1em !important;
    line-height: 2rem !important;
}

/*運営会社情報*/

#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;
}
*/



/*記事本文ページ*/


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 {
    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;
}

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 {
    /*margin-top: 66px;*/
	/*margin: 66px auto;*/
	margin: 0 auto;
	/*padding: 0 2rem;*/
	font-size: 1.0rem;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
	/*color: #333;*/
	color: #000000;
	text-align: justify;
	/*background: #fff;*/
	max-width: 800px;
}

#kiji_honbun section.block {
	/*background: #fff;*/
	background:#E0E0E0;
	padding:  2rem 1.5rem;
	margin-bottom: 3rem;
	border-radius: 12px;
	box-shadow: 5px 5px 5px 0 rgb(0 0 0 / 21%), 0 5px 5px 0 rgb(0 0 0 / 22%);

}

#kiji_honbun section.block:first-child {
	/* background-color: rgb(5 118 171);*/
    /*background-color:  #0351a7;*/
	/*background-color: #243062;*/
	background-color: #00244A;
	padding: 0;
	margin-top: 1.5rem;
}
/*
#kiji_honbun section.block:last-child {
    background-color:  #0351a7;
	padding: 2rem 0;
}
*/
#kiji_honbun p {
    /*margin-top: 30px;*/
	margin: 10px 0 25px;
	padding: 0 2rem;
	letter-spacing: .16em;
	font-size: 1.1rem;
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
	/*color: #333;*/
	/*color:#033892;*/
	color: #454545;
	color: #000000;
	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 a:hover {
	opacity: 0.75;
}

.page_title {
	display: flex;
	justify-content: center;
	padding: 0 2rem 1.5rem;
}

.page_title .photo {
	display: grid;
	width: 30%;
}

.page_title img {
	margin: 0 !important;
}

h1 {
	display: grid;
	place-items: center;
	/*font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: "Shippori Mincho",serif;
	font-size: 2.5rem;
	letter-spacing: 0.07em;
	font-weight: 600;
	width: 80%;
	height: auto;
	margin: 0 2rem 0 1rem;
	color: #fff !important;
	overflow: auto;
	 text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

/*
#kiji_honbun h2 {
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5em;
	margin: 0rem 0.2rem 1rem;
}
*/
#kiji_honbun h2 {
	position: relative;
 	display: flex;        /* アイコンとテキストを横並びに */
  	align-items: center;  /* 縦方向の中央揃え */
  	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5em;
	margin: 0rem 0.2rem 1rem;
  }
#kiji_honbun h2 p {
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
	padding: 0 ;
	/*border-bottom: 4px solid #033892 ;*/
	/*color:#033892 !important;*/
	color:#00244A !important;
    line-height: 1.5;
}
/*
#kiji_honbun h2 p::before  {
	content: '';
 	display: inline-block;
	width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url(/template/default/img/icon/midash-tsuki.png);
    background-size: contain;
    object-fit: cover;
    position: relative;
    bottom: -6px;
}
*/
#kiji_honbun h2 p::before{
  content: "";
  display: inline-block;
  flex-shrink: 0;         /* スマホ等でテキストが改行されてもアイコンが潰れないようにする */
  width: 1.5em;           /* アイコンの幅（文字サイズに合わせて可変） */
  height: 1.5em;          /* アイコンの高さ */
  margin-right: 0.4em;    /* テキストとの間の余白 */
  position: relative;
  top: 2px;
  
  /* 三日月と2つの星を描画したSVGデータ（色は #B0A162） */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23B0A162'%3E%3Cpath d='M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z'/%3E%3Cpolygon points='14,3 14.5,4.5 16,5 14.5,5.5 14,7 13.5,5.5 12,5 13.5,4.5'/%3E%3Cpolygon points='19,7 19.3,8.2 20.5,8.5 19.3,8.8 19,10 18.7,8.8 17.5,8.5 18.7,8.2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  
  /* アニメーションの適用（4秒かけて永遠に繰り返す） */
  animation: moonFloatSway 4s infinite;

}

/* =========================================
   アニメーションの定義（ゆっくり揺れて浮き沈み）
========================================= */
@keyframes moonFloatSway {
  0% {
    transform: translateY(12px) rotate(0deg);
  }
  50% {
    transform: translateY(4px) rotate(12deg); /* 上に**px浮き上がり、右に**度傾く */
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}





/*吹き出し*/
#kiji_honbun h3 {
	position: relative;
    padding: 1rem 0 0.4rem;
    border-bottom: 3px solid #00244A;
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #00244A;
    font-size: 1.7rem;
	line-height: 1.7;
    margin: 25px 2rem 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: #00244A transparent;
}
#kiji_honbun h3:after {
	bottom: -10px;
	border-color: #E0E0E0 transparent;
}

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

#kiji_honbun h5 {
    font-size: 1.2rem;
    font-weight: bold;
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 1rem 0.2rem 1rem 1rem;
    color: #454545;
    background: linear-gradient(transparent 90%, #3b79cc 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;
}

.kiji_photo{
	margin: 0;
	padding: 0 3rem;
}

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

.kiji_matome,.kiji_mokuji {
	padding: 1.75rem 3.5rem 2.5rem;
    margin: 3rem 2rem;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 0 rgb(0 0 0 / 21%), 0 3px 5px 0 rgb(0 0 0 / 22%);
	border: 3px solid rgb(3, 56, 146);
	background-color: #fff;

}
.kiji_mokuji {
	padding: 1.5rem 3.5rem 1.5rem;
    margin: 1rem 1rem;
}

.matome_title,.mokuji_title {
	color: rgb(3, 56, 146) !important;
    text-align: center !important;
    font-size: 1.5rem !important;
	font-weight: 600;
}
.mokuji_title {
	margin:0 0 5px  !important;
}

.kiji_matome ul {
	border-top: 3px solid rgb(3, 56, 146);
}
.kiji_matome li,.kiji_mokuji li {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.2rem;
}
.kiji_matome li {
	border-bottom: 3px solid rgb(3, 56, 146);
	padding: 15px 10px 15px 10px;
}

.kiji_mokuji li {
	border:none;
	padding: 5px;
	position: relative;
}	
/*
.kiji_mokuji li::marker {
 	color:  rgb(3, 56, 146);
	font-size: 1.5rem;
  	display: block;
	position: relative;
    top: -10px;
}
*/
.kiji_mokuji li::before {
	position: absolute;
  	top: 20px;
    left: -15px;
    display: inline-block;
    width: 8px;
    height: 8px;
 	content: '';
  	border-radius: 100%;
	background: rgb(3, 56, 146);
}

.kiji_matome li::before {
	content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    background-image: url(/template/default/img/icon/midashi-tsuki.png);
    background-size: contain;
    object-fit: cover;
    position: relative;
    bottom: -6px;
}
	.support_supplement {
	width: 70%;
	margin: 0px auto 30px;
	display: flex;
}

.support_title {
	display: block;
    width: auto;
    max-width: 1000px;
    padding: 16px 45px 20px 45px !important;
	position: relative;
    width: 92%;
    border: 2px solid rgb(3, 56, 146) ;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    line-height: 1.6;
    color: rgb(3, 56, 146) !important;
    text-align: center !important;
    font-size: 1.5rem !important;
	background: #fff;
}

.support_title::before {
	display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -45px;
    bottom: -25px;
    border-top: 25px solid rgb(3, 56, 146) ;
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
    content: '';
	margin-left: -75px;
	bottom: -38px;
	border-top: 38px solid rgb(3, 56, 146) ;
	border-right: 75px solid transparent;
	border-left: 75px solid transparent;
}
.support_title::after {
	display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -45px;
    bottom: -23px;
    border-top: 25px solid white;
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
    content: '';
	margin-left: -75px;
	bottom: -36px;
	border-top: 38px solid white;
	border-right: 75px solid transparent;
	border-left: 75px solid transparent;
}


.itemBox {
	padding: 20px;
	margin: 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    background: #f2f1ed;
    padding: 25px 4% 25px;
    position: relative;
    margin: 0 0 10px;
	align-items: center !important;
	align-items: flex-start
}

.itemBox .imgBox {
	width: 200px;
	position: relative;
	top: inherit;
	left: inherit;
	text-align: center ;
	background-color: #FFF;
	flex: 1;
}

.itemBox .imgBox img {
	width: 150px;
	height: auto;
	position: relative;
	top: inherit;
	left: inherit;
	padding: 20px;
	margin: 0 auto !important;
}

.itemBox .txtBox {
	width: calc(100% - 250px);
	padding: 0 0 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.itemBox .txtBox .info {
  margin: 0 0 15px;
}
.itemBox .txtBox p.itemName {
    color: rgb(3, 56, 146) !important;
    font-size: 1.5rem !important;
	font-weight: 600;
	padding: 0 !important;
	margin: 0 0 10px !important;
}

.itemBox .txtBox p.itemSpec,.itemBox .txtBox p.itemPrice,.itemBox .txtBox p.itemDescription {
	font-size:1.1rem !important;
	padding: 0 !important;
	margin: 0 !important;

}

a.supplement_link:link, a.supplement_link:visited {
	text-decoration: none !important;
}

.view_supplement {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 350px;
    margin: 30px auto 0;
    padding: .7em 1em;
    border: none;
    border-radius: 5px;
    background-color: rgb(3, 56, 146);
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 22%);
	
}

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


.slidein {
opacity: 0;
}
  
.slidein.animated {
	animation: slidein 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  
  @keyframes slidein {
	0% {
		transform: translateY(40px);

		opacity: 0;
	  }
	  80% {
		opacity: 1;
	  }
	  100% {
		opacity: 1;
		transform: translateY(0);

	  }
  }

  .fadein {
	opacity: 0;
}
   
  .fadein.animated {
	animation: fadeIn 1.5s ease forwards;
  }
   
  @keyframes fadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }

  .underline {
	display: block;
  	position: relative;
  }

  .underline::after {
	/*background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);*/
	background: linear-gradient(to right,  #00244A 0%,#8EA2C6 50%,#D4AF37 100%);
	content: '';
	/*display: block;*/
	height: 4px;
	width: 0;
	/*transform: translateX(-50%);*/
	transform: translateX(0);
	transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
	position: absolute;
	bottom: 0;
	/*left: 50%;*/
	display: inline-block;
  }
/*
  .underline.animated {
	animation: slidein 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
*/

  .underline.animated::after {
	width: 100%;
  }


/* おすすめ記事 */

.recommendpage {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem !important;
  letter-spacing: .1em !important;
  font-weight: 700;
  margin: 0 0 25px !important;
  padding: 0 !important;
}

.recommendpage::before,
.recommendpage::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #454545;
}
.recommendpage::before {
  margin-right: 1em;
}
.recommendpage::after {
  margin-left: 1em;
}

/*執筆者情報 */

section.author {
    margin: 2rem 0;
    background: #E0E0E0;
    padding: 2rem;
    border-radius: 12px;
	display: block;

}


#kiji_honbun .New_blogAuthor {
    font-family: 'Noto Sans JP', sans-serif !important;
    padding: 1em 0.2em 1em 0.2em;
    margin: 0 auto;
    display: block;
}

#kiji_honbun .New_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 .New_blogAuthor_head {
  display: flex;
}
 
#kiji_honbun .New_blogAuthor_image {
    text-align: center;
    padding: 15px 35px 0 35px;
}

#kiji_honbun .New_blogAuthor_image img {
    width: 130px;
    height: 130px;
    border-radius: 65px;
    object-fit: cover;
    margin-bottom: 10px;
}

#kiji_honbun .New_blogAuthor_text_title {
    font-size: 1.3rem;
    margin: 0;
}


#kiji_honbun .New_blogAuthor_text_name {
    font-size: 1.3rem;
    font-weight: bold;
}
#kiji_honbun .New_blogAuthor_text_name_s {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 6px 0 10px;
  }

#kiji_honbun .New_blogAuthor_text_description {
    font-size: 1.2rem;
	margin: 1em 0 0 0;
}

#kiji_honbun .New_blogAuthor_text_qualification {
    padding-top: 10px;
    font-size: 1.2rem;
    margin: 0;
}

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






#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;
}


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

.item img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 5px 6px 6px 0px rgb(0 0 0 / 12%), 5px 6px 6px 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 !important;
	background-color: #fff;
}

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

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;
	}
   
table.hikaku{
  border-collapse: collapse; width: 100%; border: 1px solid #ddd !important; font-size: 14px !important;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
table.hikaku tr {
  background-color: #f7f7f7 !important; text-align: left;vertical-align: top;
}
table.hikaku th {
vertical-align: middle;
}
table.hikaku th,td {
  padding: 10px; border: 1px solid #ddd !important;
  vertical-align: middle;
}
table.hikaku th:first-child {
 background-color: #f9f9f9 !important; color: #333 !important; 
}
table.hikaku th:last-child {
background-color: #eaf6ff !important; color: #004d80 !important;
}
table.hikaku td:last-child {
background-color: #f0f8ff !important;
}



ul.annotation {
	color: #454545 !important;
	border-radius: 30px;
	padding: 1em 2em;
	width: 80%;
	margin: 2rem auto 2rem;
/*	background-color:#ece3f4; */
	background-image: url(https://chokatsu-times.jp/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.3rem !important;
    margin: 10px 2px !important;
    color: #454545 !important;
    font-weight: 600;
    text-align: center !important;
}

.textbox
 {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.1rem;
    width: auto;
    padding: 1rem 1.5rem;
    margin: 2rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 0 rgb(0 0 0 / 21%), 0 3px 5px 0 rgb(0 0 0 / 22%);
}

ol.large {
	position: relative;
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.1rem;
	width: auto;
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
    padding: 1rem 1.5rem;
    margin: 2rem;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 3px 0 rgb(0 0 0 / 21%), 0 3px 5px 0 rgb(0 0 0 / 22%);
}

ul.large {
	position: relative;
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.1rem;
	width: auto;
    padding: 1rem 1.5rem;
    margin: 2rem;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 3px 0 rgb(0 0 0 / 21%), 0 3px 5px 0 rgb(0 0 0 / 22%);
}
ul.large li.head,ol.large li.head {
	font-weight: 600;
    font-size: 1.2rem;
	text-align: center;
	margin: 0.5em 0;
}

ul li.large {
	position: relative;
	line-height: 1.8em;
	margin: 1em 0 !important;
	width: auto;
	list-style: disc;
	list-style-position: inside;
  }

ol li.large {
	position: relative;
	line-height: 1.8em;
	padding: 0.4em 0 0.4em 35px;
	margin: 0.2em 0 !important;
	width: auto;
  }

ul.large p, ol.large p {
	padding: 0 !important ;
}
  

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;
}

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


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;
}


.List_title {
	font-size: 1.0rem;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	text-align: left;

}

.List_des {
	font-size: 0.8rem;
	padding: 3px;
	margin: 0;
	text-align: left;

}

.List_arrow {
	font-size: 0.8rem;
	padding: 0 3px 1px;
	margin: 0;
	text-align: right;
}

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





    

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



/*テーブル*/
.design08 {
	width: 90%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px auto 5px;
   }
   .design08 th {
	padding: 10px;
	background: #778ca3;
	border: solid 1px #666666;
	color: #ffffff;
   }
   .design08 td {
	padding: 10px;
	border: solid 1px #666666;
   }
   .design08 td:first-child {
	background: #e9faf9;
   }
/* ブログカード */
.blog-card-long {
	margin: 0 0 1.8rem;
}
a.card-link,a:visited.card-link {
  display: block;
  margin: 20px auto;
  overflow: hidden;
  width: 80%;
  padding: 0;
  border-radius: 9px;
  border:3px solid #0351a7!important;
  background-color: #fffbf5!important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #555!important;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.card-link:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  color: #888;
  text-decoration: none;
  transform: translateY(-2px);
}
.blog-card-label-long{
	z-index: 1;
	display: inline-block;
  position: absolute;
	background-color: #f99f48;
  top: 10px;
	left: 10px;
	max-width: 120px;
	height: 25px;
	padding: 0 0.5rem;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  line-height: 25px;
  transform-origin: 50% 50%;
  animation: animScale 3.5s ease-out;
}

.card-link .blogcard-text {
  display: block;
  padding: 15px 20px;
  line-height: 1.6;
}
.card-link img {
  width: 50%;
}
.longcard-link {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  width: 80%;
  /*display: table;*/
  display: block;
  margin: 0 auto 1.5rem;
}
.longcard-link img {
  padding: 10px 10px 0;
}
.longcard-img{
	position: relative;
  width: 22%;
}
.longcard-img img {
  width: 100%;
  padding: 10px;
}

.longcard-img,
.card-link.longcard-link .blogcard-content {
display: table-cell;
vertical-align: middle;
}
.blogcard-title {
  color:#0351a7;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-card-excerpt-long {
	padding-top: .8em;
    font-size: 1em;
    line-height: 1.4;
	font-weight: normal;
    opacity: .8;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
    text-overflow: ellipsis;
}
  .blogcard-content {
    width: 60%;
  }

.blog-card-label{
    display: inline-block;
    position: absolute;
    background-color:#0351a7;
    top: 0px;
    left: 0px;
	  z-index: 2;
    width: 80px;
    height: 30px;
    color: #fff;
    font-size: 1rem;
    letter-spacing: .1rem;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    transform-origin: 50% 50%;
    animation: animScale 3.5s ease-out;
}

/*マーカー*/
 
.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; */
}




