@charset "UTF-8";

h5, .h5 {
    font-size: 18px;
}

.module-yellow {
	background-color: #FEF9CA;
}

.pg_b-10px {
	position: relative;
	bottom:-10px;
	z-index: 2;
}

.marker.yellow.pg_b-10px{
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
}


.pg_l-10px {
	position: relative;
	left:-10px;
	z-index: 2;
}

.kagu_btn {
	height: 200px;
    background-image: url(../images/nhk_2022_12.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.kagu_btn:hover {
	background-image: url("../images/nhk_2022_12_over.png");
}

#content a{
text-decoration: none;
}

@media (max-width: 768px){
#content.hero {
    margin-top: 60vh;
}
.onepage-hero .bg-hero {
    height: 60vh;
}
}

.SideBySide {
display: flex;
}

.SideBySide p {
 display:inline-block;
 vertical-align: middle; /*縦方向の揃え位置を指定*/
 margin-bottom: 0;
 margin-right: 5px;
}

.SideBySide p img {
 min-width: 100px;
}

@media (max-width: 768px){
.SideBySide {
display: inline-block;
}
}



/* -------------------------------------------------- *
* 丸数字カウンターリスト
 * -------------------------------------------------- */
ol.calender_list {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
#content ol.calender_list li {
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
	line-height: 2;
	font-size: 18px;
}
ol.calender_list li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #52A7E0;
	color: #fff;
	display: block;
	float: left;
	line-height: 32px;
	margin-left: -42px;
	text-align: center;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	vertical-align: middle;
}

ol.calender_list.back_orange li::before {
	background-color: #e67e22;
}

ol.calender_list.back_green li::before {
	background-color: #1abc9c;
}

ol.calender_list.back_pink li::before {
	background-color: #FF457B;
}

#content ol.calender_list > li > a {
	position: relative;
	z-index: 1;
	color: #333;
}

#content ol.calender_list > li > a:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;/*テキストからの距離*/
	width: 0%;/*初期状態では下線非表示*/
	height: 2px;/*下線の高さ*/
	background: #e67e22;/*下線の色*/
	transition: all 0.4s;/*アニメーション速度*/
	z-index: -1;
}


#content ol.calender_list > li > a:hover {
	color: #333;
	font-weight: normal;
}

#content ol.calender_list > li > a:active {
	color: #333;
	font-weight: normal;
}

#content ol.calender_list > li > a:hover:after {
	width: 100%;/*hover時に表示*/
}


/** 06. 囲み文字の基本形
 **************************************************************** **/
.maru {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column; 
	vertical-align: top;
	text-indent: 0;
	margin-right: 5px;
}
.maru.size_normal{
	width: 35px;
	height: 35px;
}
/* 四角の大きさ */
.content_inner .square {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	flex-flow: column; 
	vertical-align: top;
	padding: 5px;
	border-radius: 5px;
}
.content_inner .square:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #217dbb transparent transparent transparent;
	border-width: 10px 10px 0 10px;
}
@media (max-width: 768px) {
	.content_inner .square {
		width: 80px;
		height: 40px;
		margin-bottom: 10px;
	}
	.content_inner .square:after {
	bottom: 1px;
	}
}
/* 文字の大きさ */
.letter3 {
	font-size: 1.1em;
	line-height: 1.1em;
}
/* 囲みと文字の色 */
.gray1 {
	color: #5F5F5F;
	border: 1px solid #5F5F5F;
	background: #fff;
}
.yellow1 {
	color: #C7B500;
	border: 1px solid #C7B500;
	background: #fff;
}
.purple1 {
	color: #8a2be2;
	border: 1px solid #8a2be2;
	background: #fff;
}
.blue1 {
	color: #fff;
	border: 1px solid #217dbb;
	background: #217dbb;
}
.pink1 {
	color: #E500B3;
	border: 1px solid #E500B3;
	background: #fff;
}
.green1 {
	color: #fff;
	border: 1px solid #3CB832;
	background: #3CB832;
}

.orange1 {
	color: #fff;
	border: 1px solid #e67e22;
	background: #e67e22;
}



/** 02. fukidashi
 **************************************************************** **/
 
 .fukidashi_bottom {
	position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}
 .fukidashi_bottom:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

 .fukidashi_bottom:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}


.fukidashi_right {
	position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.fukidashi_right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.fukidashi_right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}



/*color*/
[class*="fukidashi_"].orange_line {
	border: solid 3px #e67e22;
}

.fukidashi_right.orange_line::after {
	border-left: 14px solid #e67e22;
}

 .fukidashi_bottom.orange_line::after {
 	border-top: 14px solid #e67e22;
}


.row-center {
    text-align: left;
    letter-spacing: -0.4em;
}

@media (max-width: 768px) {
.row-center > [class*='col-'] {
    display: block;
}
}

img.w150 {
	width: 150px;
	display: block;
}

img.w100 {
	width: 100px;
}

/* -------------------------------------------------- *
 * 行間調整
 * -------------------------------------------------- */
#content .txt_h10 {
	line-height: 1.0;
}
#content .txt_h11 {
	line-height: 1.1;
}
#content .txt_h12 {
	line-height: 1.2;
}
#content .txt_h13 {
	line-height: 1.3;
}
#content .txt_h14 {
	line-height: 1.4;
}
#content .txt_h15 {
	line-height: 1.5;
}
#content .txt_h16 {
	line-height: 1.6;
}
#content .txt_h17 {
	line-height: 1.7;
}
#content .txt_h18 {
	line-height: 1.8;
}




/** 00. 追従ボタン
 **************************************************************** **/
#Affix,#Affix2 {
	max-width: 400px;
	z-index: 999;
	text-align: center;
	margin: auto;
}


#Affix.affix {
	position: fixed;
	left: 50%;
	transform: translate(-50%, 0);
	bottom:10px;
}




.affix-top a {
	display: none;
}

@media (max-width: 768px) {
.affix {
	padding: 0 20px;
}
}

/* order_btn
---------------------------------------------------- */

.affix-top #order_btn {
	display: none;
}

.affix #order_btn {
	position: fixed;
	bottom: 100px;
	right: 0;
	font-size:1.1em;
	z-index:5;
}
#order_btn a {
	background: rgba(192,1,2,0.90);
	text-decoration: none;
	color: #fff;
	width: 200px;
	padding: 15px;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px 0 0 5px;
	   -moz-border-radius: 5px 0 0 5px;
	        border-radius: 5px 0 0 5px;
}
#order_btn a:hover {
	text-decoration: none;
	background: #950203;
}
@media (max-width: 768px) {
	.affix #order_btn {
		position: fixed;
		bottom: 100px;
		right: 10px;
		font-size: 0.8em;
	}
	#order_btn a {
		background: #C00102;
		text-decoration: none;
		border: 1px solid #fff;
		color: #fff;
		width: 80px;
		height: 80px;
		padding: 14px;
		text-align: center;
		display: block;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
		        border-radius: 50%;
	}
	#order_btn a:hover {
		text-decoration: none;
		background: #950203;
	}
}
