* {
	font-family: "Noto Sans JP", "Lucida Grande", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;

}


.header_title{
	padding:40px 0 40px 0;
	font-size:20px;
	font-weight:bold;
}

/*
.header_logo{	
	max-width:150px;
	padding:30px 0 0 30px;
}
*/

.header_logo{	
    float: left;
	width: 90px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-transition: width .5s;
	transition: width .5s;
}


@media (max-width:991px){
	.header_title{
		padding:16px;
		font-size:16px;
		font-weight:bold;
	}	
	.header_logo{	
		max-width:75px;
		padding:15px;
    	margin: 0px;
	}


}





/*ハンバーガーアイコン*/
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    width: 100%;
    height: 3px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    background-color: #ff5810;
}

/*ボックス全体*/
.accbox {
    margin: 40px 0;
    padding: 0;
    max-width: 400px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
	margin-left: 15px;
    padding : 13px 12px;
    color: #ff5810;
    font-weight: bold;
    background: #fff;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時
.accbox label:hover {
    background :#ffe9a9;
}*/

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
	padding-right: 4px;
}

/*ラベルアイコン無し*/
.accbox label_n {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #ffba47;
    font-weight: bold;
    background: #fff;
    cursor :pointer;
    transition: all 0.5s;
}

.drawer-nav a {
    color: #ff5810;
    text-decoration: none;
}

.drawer-nav ul {
    color: #ff5810;
	font-size: 16px;
	font-weight: bold;
	list-style-type: none;
	padding-bottom: 10px;
	margin-left: 5px;
}

.accbox a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.accbox a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ff5810;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.accbox a:hover::after {
  transform: scale(1, 1);
}


.drawer-hamburger {
    position: fixed;
    z-index: 4;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 3rem;
    padding: 0;
    padding: 50px 50px 30px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent;
}

.drawer-hamburger-icon:before {
    position: absolute;
    top: -20px;
    left: 0;
    content: " ";
}

.drawer-hamburger-icon:after {
    top: 20px;
}

@media (max-width:991px){
	.drawer-hamburger {
	    position: fixed;
	    z-index: 4;
	    top: 0;
	    display: block;
	    width: 2.4rem;
	    padding: 0;
	    padding:25px 10px;
	    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
	    transition: all .6s cubic-bezier(.19,1,.22,1);
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	    border: 0;
	    outline: 0;
	    background-color: transparent;
	}
.drawer-hamburger-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
}

.drawer-hamburger-icon:after {
    top: 10px;
}
}

/**footer-----------------------------------------  */

.container-footer {
	background:#ff5810;
	line-height:0.7;
	padding:15px;
}

.container-footer .child {
	margin-left:20px;color:#fff;font-weight:bold;
	line-height: 1.5;
}
.container-footer .parent {
	margin-top:30px;color:#fff;font-weight:bold;
}

.container-footer-bottom .logoarea{
	text-align:center;
	padding-top:20px;
	color:#fff;
}

.container-footer-bottom  {
	background:#ff5810;
	line-height:0.7;
}

.container-footer-bottom .logoarea img{
	padding:15px 0 25px;
}
.container-footer-bottom .logoarea p{
	font-size:0.9rem;
}
@media screen and (max-width:991px) {
.container-footer-bottom .logoarea p{
	font-size:0.5rem;
}
}
.container-footer a {
  font-weight:bold;
  color: #ffffff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.container-footer a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .5s;
}

.container-footer a:hover::after {
  transform: scale(1, 1);
}


.footer-link {
	color: #000000;
	background-image: url("https://mebiusseiyaku.gc.test-newindex.com/images/top-backimage08.jpg/");
}

.footer-link{
	margin-top:0px;
	padding:0px 50px 50px 50px;
	text-align:center;
}


.footer-link .entry_text{
	font-size:40px;
	padding:3vw 0;
	font-weight:bold;
}




@media (max-width:991px){
	.footer-link{
		padding:20px;
	}

	.footer-link .entry_text{
		font-size:15px;
		font-weight:bold;
	}
}






.footer-link a{
	width:780px;
	height:auto;
	cursor: pointer;
}

.footer-link a:hover {
	text-decoration:none;
	opacity: 0.7;
	cursor: pointer;

}

















.h12345-inline{
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 5px 0;
}


.item {
  width: 50vw;
}

@media (max-width: 768px) {
	.item {
	 width: 80vw;
	}
}

.orange-border{
	padding:0 0 75px 0;
	border-bottom:solid 1px #ff5810;
}

.gray-border{
	border-bottom:solid 1px #a0a0a0;
}

.message {
	margin: 75px 0;
}

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

}

.youtube_div {
    max-width: 640px;
    margin: 0px auto 20px;
}

.historybox {
	color: #ffffff;
	margin:0px;
	padding-left:20px;
	background-color:black;
}

.fa-chevron-down{
	content: "\f078";
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

li.list-logo {
	list-style-image:url("https://mebiusseiyaku.gc.test-newindex.com/images/list-logo_s.png");
	margin-left: 10px;
}



.faq_Q{
	color: #ff5810;
}
.faq_A{
	color: #000000;
}



.sch .inline_content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-65%) translateX(-50%);
  margin: auto;
width: 70%;
	color:#ffffff;
}
.drawer-hamburger-icon {
    width: 100%;
    height: 3px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    background-color: #ff5810;
}

.sch img{
width: 100%;
}
.schbox {
	color: #ffffff;
	margin:0px;
	padding-left:20px;
}

.sch-sp {
    display:none;
}

@media (max-width:991px){
.sch-pc {
    display:none;
}
.sch-sp {
    display:block;
}
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.sch_pc {
	 display: block !important;
	margin-bottom:20px;
}
.sch_sp {
	 display: none !important;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.onoff_pc {
	 display: block !important;
	margin-bottom:20px;
}
.onoff_sp {
	 display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media (max-width:768px){
	.onoff_pc {
		 display: none !important;
		margin-bottom:20px;
	}
	.onoff_sp {
		 display: block !important;
	}
}

@media (max-width:991px){
	.tdwide{
		width: 120px;
	}
}

@media (max-width:991px){
	.vh30{
		height: 30vh;
		margin: 10px;
	}
}

/*パソコン・スマホ共通のCSS*/
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: -10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
	opacity: 0.55;
	z-index: 999;
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #ff722a; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 50%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    background: #ff5810; /*マウスオーバー時の背景色*/
}

/*パソコンで表示する場合のCSS*/
@media (min-width: 768px) {
#PageTopBtn {
    font-size: 25px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 50px; /*ボタンの幅*/
    height: 50px; /*ボタンの高さ*/
    padding: 5px 0; /*文字の配置場所の調整*/
}
}

/*スマホで表示する場合のCSS*/
@media (max-width: 767px) {
#PageTopBtn {
    font-size: 20px;
}
#PageTopBtn a {
    width: 50px;
    height: 50px;
    padding: 8px 0;
}
}

.drawer-nav .contact-button a {
  background-color: #ff5810;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  width: 200px;
}

.drawer-nav .contact-button a:hover {
	text-decoration:none;
	opacity: 0.7;
	cursor: pointer;
}

/*
bootstrapのボタン青い枠消し
*/

button,
button:active,
button:focus, 
button:hover,
.btn,
.btn:active, 
.btn:focus, 
.btn:hover{   
    outline:none !important;
}

.table_border_radius {
  	border: 2px solid gray;
  	border-radius: 20px;
  	border-spacing: 0;
  	border-collapse: separate;
	padding: 50px;
	background-color: #fff;
	margin: auto;
}
@media screen and (min-width: 1020px) { 
	.thanks_w {
	  	width: 80vh;
		margin-left: auto;
		margin-right: auto;
	}
}

.news_date {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 800;
}

.news_title {
margin: 30px 10px;
padding-bottom: 20px;
border-bottom: 2px solid #000;
}

.header {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;


  -moz-transition: height .5s;
  -o-transition: height .5s;
  -webkit-transition: height .5s;
  transition: height .5s; }

.header.smaller {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #f2f2f0;

  -moz-transition: height .5s;
  -o-transition: height .5s;
  -webkit-transition: height .5s;
  transition: height .5s; }


@media (min-width: 991px) {
.header.smaller img{
width: 70px;
}

.header.smaller .header_title{
	padding: 10px 0 0 0;
    font-size: 16px;
    font-weight: bold;
transition-duration: .5s;
}

.drawer-hamburger.smaller {
    position: fixed;
    z-index: 4;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 3rem;
    padding: 0;
    padding: 35px 50px 30px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent;
}

}

/*HERO追加*/

.top_mv {
    position:relative;
    top: 50%;
}
     
.top_mv .bg_mv { z-index: 0; }
     
.top_mv .top_logo {
    z-index: 1;
    position: absolute;
    top: 30px;
    left: 50px;
}
.top_mv .top_button {
    z-index: 1;
    position: absolute;
    top: 50vw;
	margin-left:70px
}
     
.top_mv .top_logo img {
    width: 100%;
	max-width:10vw;
    height: auto;
}

.top_button img{
	max-width:220px;
	padding:20px;
}

@media screen and (max-width:1440px) {
.top_mv .top_button {
    z-index: 1;
    position: absolute;
    top: 45vw;
}
     
.top_mv .top_logo img {
    width: 100%;
	max-width:10vw;
    height: auto;
}

.top_button img{
	max-width:180px;
	padding:20px;
}
}
@media screen and (max-width:767px) {
.top_mv .top_logo {
    top: 15px;
    left: 20px;
}
.top_mv .top_button {
    z-index: 1;
    position: absolute;
    top: 45vw;
	margin-left:10px
}
     
.top_mv .top_logo img {
    width: 100%;
	max-width:10vw;
    height: auto;
}

.top_button img{
	max-width:70px;
	padding:5px;
}	
}

.footer_logo{
    width: 100%;
	max-width:7vw;
    height: auto;
}
@media screen and (max-width:991px) {
.footer_logo{
    width: 100%;
	max-width:10vw;
    height: auto;
}
}

.detail {
	font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
	background:#000;
	color: #fff;
	font-size:16px;
	text-decoration:none;
	display: inline-block;
	width:300px;
	height:60px;
	align-items: center;
	justify-content: center;
	max-width:100%;
}
.detail:hover {
	text-decoration:none;
	opacity: 0.7;
	color:#FFF;
}

.detail_program {
	font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
	background:#000;
	color: #fff;
	font-size:24px;
	text-decoration:none;
	display: inline-block;
	width:300px;
	height:100px;
	align-items: center;
	justify-content: center;
	max-width:100%;
}
.detail_program:hover {
	text-decoration:none;
	opacity: 0.7;
	color:#FFF;
}

.schedule_bgimage{
	background:url("/images/TOP_images11.png") no-repeat left top;
	background-size:90% auto;
}
@media screen and (max-width:991px) {
	.schedule_bgimage{
		background-size:60% auto;
	}
}


.orange_box {
    padding: 0.5em 1em;
    margin: 0 auto;
    border: dashed 1px #ff5810;
	max-width: 1600px;
}
.orange_box ul{
  padding-top: 10px;
  padding-bottom: 10px;
}
.orange_box li{
  padding-top: 10px;
  padding-bottom: 10px;
	font-size: 20px;
}

h5 {
    font-family: "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", sans-serif;
    color: rgb(255, 255, 255);
  padding: .5em .75em;
  background-color: #ff5810;
}

.voice {
    font-family: "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    width: 400px;
    height: 100px;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    background: rgb(0, 0, 0);
    text-decoration: none;
}

.vo_pad {
	padding: 0 20px 20px 20px;
}

.orange_line {
    border-bottom: dashed 1px #ff5810;
}

/*スライダーslickのCSS*/
		/*左右の矢印の色を変える*/
		.slick-prev:before,
		.slick-next:before {
			color: #ff5810;
		}
		/*左右の矢印の位置を変える*/
		.slick-next {
			right: 20px;
			z-index: 99;
		}
		.slick-prev {
			 left: 15px;
			z-index: 100;
		}
		/*スライド数のドットの色を変える*/
		.slick-dots li.slick-active button:before,
		.slick-dots li button:before {
			color: #000;
		}
		/*スライド画像の横幅可変*/
		img {
			max-width: 100%;
			 height: auto;
		}


@media screen and (max-width:991px) {
ul {
    padding-inline-start: 0px;
}


}
/*ここまでスライダーslick*/


.logo_width img{
    width: 10vw;
    height: auto;
	position:absolute;
}

.h2_line{
	display: inline-block;
	text-align: left;
	padding:0 0 0.5vw 0;
	border-bottom:solid 1px #ff5810;
}

.h2_blue_line{
  display: inline-block;
  text-align: left;
  padding:0 0 0.5vw 0;
  border-bottom:solid 1px #266DD3;
}

.title_heder{
	text-align:center;
	padding-top: 30px;
}

/*画像大きさ調整*/

.program_pic{
	max-height: 520px;
}

.reasons_pic{
	max-width: 20vw;
	max-height: 360px;
	margin-bottom: 50px;
}

@media screen and (max-width:767px) {
.reasons_pic{
	max-width: 50vw;
}

}



.v_middle_program {
    display: inline-flex;
    align-items: center;
    justify-content: center;
        position: absolute;
}

.v_middle_tour {
    display: inline-flex;
    align-items: center;
    justify-content: center;
        position: absolute;
        bottom: 0;
}


/*section内の最大幅*/
.sec_w{
	max-width: 1520px;
	margin: 0 auto;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}


/*矢印の位置調整*/
.arr01_m{
	margin-left: 60px;
	margin-bottom: 40px;
}
.arr02_m{
	margin-left: 10px;
	margin-top: 180px;
}
.arr03_p{
	padding: 40px 280px 40px 170px;
}

/*画像右下寄せ*/
@media screen and (min-width:992px) {
	.migishita {
		position: relative;
	}

	.migishita img {
		position: absolute;
		right: 0;
		bottom: 0;
		max-width: 450px;
	}
}

@media screen and (max-width:991px) {
	.migishita img {
		 display: block;
		 margin:auto;
		padding-top: 50px;
	}
}

/* 円の基本形 */
.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
}
.center-first {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}
.center {
  text-align: center;
}
.under {
  text-decoration:underline;
}
/* 円の大きさ */
.maru_s {
  width: 90px;
  height: 90px;
}
.maru_m {
  width: 120px;
  height: 120px;
}

@media (min-width: 768px) {
  .maru_ss {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 479px) {
  .maru_ss {
    width: 60px;
    height: 60px;
  }
}
/* 文字の大きさ */
.maru_mojis {
  font-size: 1em;
  line-height: 0.5em;
}
.maru_mojim {
  font-size: 2em;
  line-height: 1em;
}
.maru_mojiSB {
	font-family: "Poppins", sans-serif;
  font-size: 0.9em;
  line-height: 0.5em;
	font-weight: 800;
	padding: 5px;
}
.maru_mojiLB {
	font-family: "Poppins", sans-serif;
  font-size: 2.5em;
  line-height: 1em;
	font-weight: 600;
}
/* 円と文字の色 */
.maru_iro {
  color: #ff5810;
  border: 2px solid #ff5810;
}
.maru_iro2 {
  color: #fff;
  border: 2px solid #ff5810;
  background: #ff5810;
}
.table th{border-style:none; width: 120px}
/*丸を縮小
@media screen and (max-width:767px) {
.maru_s {
  width: 60px;
  height: 60px;
}
.maru_mojis {
  font-size: 0.7em;
  line-height: 0.4em;
}
.maru_iro {
  border: 1px solid #ff5810;
}
.table th{width: 70px}

.maru_mojiSB {
	font-size: 6px;
	line-height: 0em;
	margin-top: 8px;
	}
}
*/
/* concern アイコンと文字揃え */
img.icon01 { vertical-align: baseline; }
img.icon02 { vertical-align: top; }
.orange_box p{margin-left: 70px;}


.impre{
    font-size: 18px;
    font-weight: bold;
	color: #ff5810;
	margin-bottom: 30px;
}

#concern h3{
	margin-top:80px;
}

/* リンク色指定 */
.cont a {
  color: #ff5810;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.cont a::after {
	position: absolute;
    bottom: 1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #ff5810;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
.cont a:hover::after {
  transform: scale(1, 1);
}

/* 参加までの流れ */
.reasons_box {
    padding: 0.5em 1em;
    margin: 0 auto;
    border: dashed 1px #ff5810;
}
@media screen and (max-width:767px){
	.reasons_box ul{
		padding-left:50px;
	}
}


.reasons_box a {
  color: #000;
  position: relative;
  display: inline-block;
}
.reasons_box a:hover {
  color: #ff5810;
}
.reasons_box a::before {
	position: absolute;
    bottom: 1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    transform: scale(1, 1);
    transform-origin: center top;
    transition: transform .3s;
}
.reasons_box a:hover::before {
  transform: scale(0, 1);
	color: #ff5810;
}

/* BOXバナー */
.box_570 {
    height:  155px;             /* 高さ指定 */
    width:  570px;              /* 幅指定 */
    padding:  20px;             /* 余白指定 */
    border:  solid 0px;         /* 枠線指定 */
    background-color: #242424;  /* 背景色指定 */
    display:  inline-block;     /* インラインブロックにする */
    vertical-align:  bottom;    /* 下揃えにする */
}

/* ツアースケジュールテーブル */

.tbl-r05 th {
  background: #FF5810;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r05 td {
　border: solid 1px #ccc;
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #FF5810;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

.table-bordered th{
	border: 1px solid #dee2e6;
}



.apply-button {
	
font-size:14px;
  background-color: #ff5810;
  border-radius: 5px;
  color: #ffffff;
  padding-bottom: 8px;
  padding-top: 8px;

  width: 150px;
	margin:10px 5px;
}

.apply-button:hover{
	opacity: 0.7;
}

/* === 本文のベースフォント調整（全体） === */
body, html body {
  font-size: 16px !important;
  line-height: 1.7 !important;
}

/* === スマホ用調整（幅767px以下） === */
@media screen and (max-width: 767px) {
  body, html body {
    font-size: 17px !important;
    line-height: 1.8 !important;
  }
}

/* === .font-size2 クラスの本文スタイル上書き === */
div.font-size2,
div.font-size2 * {
  font-size: 18px !important;
  line-height: 1.9 !important;
  color: #000 !important;
}

/* === スマホだけサイズを少し小さく === */
@media screen and (max-width: 767px) {
  div.font-size2,
  div.font-size2 * {
    font-size: 17px !important;
    line-height: 1.8 !important;
  }
}
/* === プログラム内容の見出し色付け === */
.highlight-title {
    font-size: 1.6em;   /* 少し大きく */
    color: #ff5810;      /* オレンジ色に */
    font-weight: bold;  /* 太字（任意） */
}

