@charset "utf-8";
/* ======================================
	見出し
====================================== */
h1{line-height: 1.3em;}
h1 span{font-size:80%;}

@media screen and (min-width:768px) {
h1 br{display: none;}}

h3.subtitle {
    display: flex;
    align-items: center;
    color: #5D40A7;
    font-size: 20px;
}
h3.subtitle:before,
h3.subtitle:after {
    content: "";
    height:1px;
    flex-grow: 1;
    background-color:#5D40A7;
}
h3.subtitle:before {
    margin-right: 1rem;
}
h3.subtitle:after {
    margin-left: 1rem;
}
@media screen and (max-width:767px) { /* SP */
h3.subtitle:before,
h3.subtitle:after {
    content:none!important;
    margin: 0!important;
}}

main p{margin-bottom: 20px;}

/* ======================================
	〇〇について
====================================== */
.qTitle {
    font-size: 18px;
    line-height: 1;
    color: #43B8B3;
    border-bottom: 2px solid #43B8B3;
    position: relative;
	padding: 0 0 0 1.2em;
	display: block;
}
.qTitle:before {
	position: absolute;
	top: 0;
	left: 0;
    content: "◆";
}
.accshow{
    border: 1px solid #eee;
    border-top: none !important;
    margin: 0 ;
}
.accshow .kome {
	position: relative;
	padding: 0 !important;
	margin: 3px 0;
	display: block;
}
.accshow .kome:before {
	position: absolute;
	top: 0;
	left: -1.5em;
	content: "※";
}
#sc1 h2{
    margin: 30px 0 0 0;
}
#sc2 h2, #sc3 h2{
    margin: 0!important;
}
@media screen and (max-width: 812px){
#sc1{
    height: 10px;
}
.jump1st #sc1 h2{
    margin: 10px 0 0 0 !important;
}
}
/* ======================================
	講座紹介専用カウンター
====================================== */
.countLec ol, .countLec_small ol {
    counter-reset: section;
}
.countLec li {
	font-size: 1.5rem;
    position: relative;
    padding: .4em .4em .4em 4em;
    margin: .5em 1em;
    color: #005bac;
    background-color: #fff !important;
    border-radius: 5px;
}
.countLec li:before {
	position: absolute;
    left: 0;
    top: 50%;
    counter-increment: section;
    content: counter(section);
    color: #fff;
    margin: -1em 1em 0 1em;
    background: #005bac;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
}
.countLec_small li {
	font-size: 1.3rem;
    position: relative;
    padding: .2em .4em .2em 4em;
    margin: .5em 1.3em;
    color: #005bac;
    background-color: #fff !important;
    border-radius: 5px;
}
.countLec_small li:before {
	position: absolute;
    left: 0;
    top: 50%;
    counter-increment: section;
    content: counter(section);
    color: #fff;
    margin: -1em 1em 0 1em;
    background: #005bac;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
}
@media screen and (max-width: 812px) {
.countLec li {
    font-size: 1.2rem;
    padding: .4em .4em .4em 3.4em;
    margin: .5em 0;
}
.countLec li:before {
    margin: -1em 15px 0 15px;
}
.countLec_small li {
    font-size: 1rem;
    padding: .4em .4em .4em 3em;
    margin: .5em 0 !important;
}
.countLec_small li:before {
    margin: -1em 0px 0 5px;
}
}
/* ======================================
	subInfo
====================================== */
.lessonSoloExNone{
    margin: 0;
    padding: 30px;
    border: 1px solid #d22038;
}
/*.lessonSolo{
    padding: 30px;
    border: 1px solid #005bac;
}*/
.waku{
    border: 1px solid #005bac;
    padding: 20px;
}
.wakuExNone{
    border: 1px solid #d22038;
    padding: 20px;
}
.subInfo{
	margin: 0 0 20px 0;
	font-size: 95%;
	line-height: 1.4rem;
}
@media screen and  (max-width:812px){
/*.lessonSolo{
    margin: 0;
    padding: 30px;
    border: 1px solid #005bac;
}*/
.waku, .wakuExNone{
    padding: 15px;
}}
.lessonSolo {
	padding: 30px 120px;
	border: 1px solid #005bac;
	letter-spacing: 0!important;
	line-height: 24px!important;
	font-size: 16px;
}
@media screen and (max-width: 1000px) {
.lessonSolo { padding: 20px!important;}
}

@media screen and (max-width: 414px) {
.lessonSolo { padding: 10px!important;font-size: 15px;}
}
/* ======================================
	ポイント
====================================== */
#PointBox {
	margin: 20px 0 10px;
	padding: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, "ＭＳ Ｐゴシック", sans-serif;	
	background-color: #EEF1F5;
}
#PointBox h2{
	background: none;
	display: flex;
    align-items: center;
	width: 100%;
	color: #005bac;
	border:none;
	font-size: 1.6rem;
	}
#PointBox h2:before,
#PointBox h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #005bac;
}
#PointBox h2:before {margin-right: 1rem;}
#PointBox h2:after {margin-left: 1rem;}
#PointBox ol {display:flex;flex-wrap: wrap;justify-content: space-between;counter-reset: number;}
#PointBox ol li{
	margin: 30px 0 20px 0;
	padding: 20px 10px 20px 36px;
	position: relative;
	width: calc(96% / 3);
	box-sizing: border-box;
	border: 1px solid #ccc; 
	font-size: 1.2rem;
	text-align: le;
	background-color: #FFF;
	border-radius: 3px;
	}
#PointBox ol li:before {
	position: absolute;
	font-style: italic;
	font-family:serif; 
	content: counter(number)"";
	counter-increment: number;
	left: .1em;
	top: .0;
	color: #005BAC;
	font-size: 2.8em;
}
@media screen and (max-width: 812px) {
#PointBox {flex-flow: column; }
#PointBox ol li{width:100%;margin: 15px 0 0 0;padding: 20px 10px 20px 43px;font-size: 1.1rem;}
#PointBox ol li:before {top:.6em;font-size: 2.4em;}
}
/* ======================================
	授業風景画像など
====================================== */
.catchImgTop{
    text-align: center;
    background: #f6f6f6;
}
.catchImg img{
    max-width: 50%;
    width: 100%;
    float: left;
}
.catchImgTop img{
    max-width: 600px;
    width: 100%;
}
@media screen and  (max-width:812px){
.catchImg img, .catchImgTop img{
    max-width: auto;
    width: 100%;
    float: none;
}
}

/* ======================================
	その他
====================================== */
.flexWrap{display: flex;justify-content: space-between;}
.flexWrap article{width: 49%;}
.flexWrap img{width: 100%;height: auto;display: block;margin: 0 auto;margin-bottom: 20px;}
.tokutenH3{background: #474747;color: #fff;padding: 15px 0;border-radius: 6px 6px 0 0;text-align: center;}
@media screen and (max-width: 768px) {
.flexWrap{display:block;}
.flexWrap article{width:100%;}
}
.fukidashi { position: relative; display: inline-block; width:100%; text-align: center; color:#4D4C4C; padding: 10px 0; background-color: #FFF101; border-radius: 5px 5px 0 0;line-height: 1.5;}
.fukidashi:before { content: ''; position: absolute; display: block; z-index: 1; border-style: solid; border-color: #FFF101 transparent; border-width: 10px 10px 0 10px; bottom: -10px; left: 50%; margin-left: -10px;}

.kyouzai{display: block;background: #fff;padding: 2px;border: 1px solid #ccc;width: 60%!important;height: auto;}
@media screen and (max-width: 768px) {.kyouzai{width: 80%!important;}}

.curriculum tr:nth-of-type(1){border-bottom: 2px solid #ccc;}
.curriculum tr td:nth-of-type(1){text-align: center;}
.curriculum tr td:nth-of-type(2){text-align: center;}
.curriculum tr td:nth-of-type(3){width: 30%;}
.curriculum tr td:nth-of-type(4){width: 30%;}
/* ======================================
	Table
====================================== */
.Table table{
    width: 100%;
    margin: 10px 0;
		line-height: 1.2;
}
.Table table tr{
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
}
.Table table tr:nth-last-child(1){
    border: 1px solid #D9D9D9;
}
.Table table tr th{
    padding: 10px 5px;
    background: #E9EDF2;
    border: 1px solid #D9D9D9;
    vertical-align: middle;
    text-align: center;
}
.Table table tr td{
    padding: 8px 5px;
    vertical-align: middle;
    border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 812px) {.Table {padding: 10px 5px;}}
@media screen and (max-width: 576px) {.Table {padding: 5px;}}
@media screen and (max-width: 372px) {.Table td{font-size: 85%;}}


/* ======================================
	続きを読む
====================================== */
.readmore{
	position: relative;
	box-sizing: border-box;
}

.readmore-content{
	position: relative;
	overflow: hidden;  
	height: 120px;/*高さの初期値*/
}

@media screen and (max-width: 576px) {
.readmore-content{height: 200px;}}

.readmore-content::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 50px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
	display: table;
	bottom: 5px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin: 0 auto;
	z-index: 2;
	width: 200px;
	color: #fff;
	border-radius:50px;
	background: #005BAC;
	padding: 6px 0;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.readmore-label:before{
    content: '続きを読む';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}
/* ======================================
	開講校舎
====================================== */
/* 試験有り用　*/
.kousha table{
    border-top: 1px solid #011352;
    border-left: 1px solid #011352;
    width: 50%;
    font-size: 0.9em;
    float: left;
}
.kousha table tr td{
    width: 8.33%;
    border-right: 1px solid #011352;
    border-bottom: 1px solid #011352;
    padding: 10px 8px;
    text-align: center;
}
.kousha table tr:nth-child(1){
    background-color: #2ea5de;
    color: #fff;
    font-weight: bold;
}
.kousha table tr td a{
    display: block;
}
/* 試験なし用 */
.koushaExNone table{
    border-top: 1px solid #d22038;
    border-left: 1px solid #d22038;
    width: 50%;
    float: left;
}
.koushaExNone table tr td{
    width: 8.33%;
    border-right: 1px solid #d22038;
    border-bottom: 1px solid #d22038;
    padding: 10px;
    text-align: center;
}
.koushaExNone table tr:nth-child(1){
    background-color: #ffdee3;
    color: #d22038;
    font-weight: bold;
}
.koushaExNone table tr td a{
    display: block;
}

.lectureBack{
    margin: 70px 0;
}
@media screen and  (max-width:414px){
.kousha table, .koushaExNone table{
    width: 100%;
    float: none;
}
.kousha table tr td, .koushaNone table tr td{
    width: 16.6%;
}
.kousha .bdrRnone{
    border-right: 1px solid #011352 !important;
}
.koushaExNone .bdrRnone{
    border-right: 1px solid #d22038 !important;
}
}
@media screen and  (max-width:812px){
.lectureBack{
    margin: 30px 0 10px 0;
}
}
/* ======================================
	学年別講座リンク
====================================== */
#grade{
    margin: 0 0 70px 0;;
}
#grade .gradeDsc {
    width: 100%;
    border: 2px solid #005bac;
    padding: 20px;
}
#grade .gradeDsc table{
    margin: 0 0 10px 0;
}
#grade .gradeDsc table tr{
    width:50vw; 
    margin: 0 auto;
}
#grade .gradeDsc table tr td{
    width:200px; 
    background: #11b4e5;
    border-right: 1px solid #fff;
    padding: 15px;
}
#grade .gradeDsc table tr td a{
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 3px;
    font-weight: bold;
    display: block;
}
#grade .gradeDsc table tr td:hover{
    opacity: 0.7;
}
#grade .gradeDsc table tr td a:hover{
    opacity: 1;
}
@media screen and  (max-width:812px){
#grade{
    margin: 0 0 50px 0;;
}
}
@media screen and (max-width:414px){
#grade .gradeDsc table tr td{
    padding:10px 7px;
}
#grade .gradeDsc table tr td a{
    font-size: 1rem;
}
}
/* ======================================
	WEB講座
====================================== */
.pointE {display: flex;justify-content: space-between;}
.pointE img{
	border-radius:0 0 5px 5px!important;
	margin: 0 auto;
	display: block;
	background: #F8F8F8;
	width: 100%;
	padding: 0;
	border: 1px solid #FFF101;	
	border-top: none;
	}
.pointE .col {width: 24.5%;padding-right: 5px;padding-left: 5px;}
.img-responsive {max-width: 100%;height: auto;}

@media screen and (max-width:480px){	
.pointE {display: block!important;	}
.pointE .col{width: 100%;padding:0;margin: 0 auto;}
.pointE img{padding: 0 40px;}
}
.youtube {
	position: relative;
	height: 0;
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.youtube iframe{ 
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.wakuLecture {
    padding: 40px 100px;
    border: 2px solid #005bac;
}
.wakuLecture table{
    width: 100%;
    margin: 10px 0;
}
.wakuLecture table tr{
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
.wakuLecture table tr:nth-last-child(1){
    border: 1px solid #000;
}
.wakuLecture table tr th{
    padding: 10px;
    background: #eee;
    border: 1px solid #000;
    vertical-align: middle;
    text-align: center;
}
.wakuLecture table tr td{
    padding: 10px 15px;
    vertical-align: middle;
    border-right: 1px solid #000;
}
.wakuLecture ul li{
    list-style-type: disc;
    padding: 0 0 0 10px;
    margin: 0 0 0 2em;
}
.sp1, .sp2{
    display: none;
}
@media screen and (max-width: 812px) {
.wakuLecture {
    padding: 20px;
}
.wakuLecture table tr th{
    width: 100%;
    display: block;
    border: none;
}
.wakuLecture table tr td{
    width: 100%;
    display: block;
    border: none;
    padding: 10px;
}
.wakuLecture table tr td div{
    display: block;
}
.wakuLecture ul li{
    margin: 0 0 0 1em;
}
#tr1st{
    display: none;
}
.sp1, .sp2{
    display: inline-block;
}
}
/* ======================================
	メインステージ
====================================== */
.accOutL{
    padding: 20px 40px;
}
.countText li {
    list-style: decimal;
    text-align: justify;
    list-style-position: outside;
    margin: 0 0 0 1.5em;
}
.InfoMini{
    font-weight: bold;
    background: #efefef;
    color: #000;
    padding: 2px 1em;
    margin: 20px 0 15px 0;
    border-left: 3px solid #000;
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 812px) {
.InfoMini{
    width: 100%;
    padding: 2px 1em;
    margin: 0 0 10px 0;
}
}
/* ======================================
	志望校別特訓講座
====================================== */
@media screen and (max-width: 812px) {
.wakuLecture2 tr th {
    width: 50%;
}
.wakuLecture2 tr td {
    width: 50%;
    padding: 0 0 20px 0
}
}
/* ======================================
	共通　table
====================================== */

.lecture_table table{
    width: 100%;
    margin: 10px 0;
}
.lecture_table table tr{
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    border-left: 1px solid #666;
}
.lecture_table table tr:nth-last-child(1){
    border: 1px solid #666;
}
.lecture_table table tr th{
    padding: 3px;
    background: #eee;
    border: 1px solid #666;
    vertical-align: middle;
    text-align: center;
}
.lecture_table table tr td{
    padding: 10px 15px;
    vertical-align: middle;
    border-right: 1px solid #666;
}
@media screen and (max-width: 812px) {
.lecture_table, .lecture_table2 {
    padding: 0px;
}
.lecture_table table tr th{
    width: 100%;
    display: block;
    border: none;
}
.lecture_table table tr td{
    width: 100%;
    display: block;
    border: none;
    padding: 10px;
}
.lecture_table table tr td div{
    display: block;
}
}
/* ======================================
	お申込み方法（オンライン講座）
====================================== */
#entry .WrapWaku{
	border: 4px solid #AEBCC7!important;
}	
#entry .ItemBox{
	display: flex;
	letter-spacing: 0;
	font-weight: bold;
	justify-content:center;
	padding: 10px 0 8px 0;
	border-bottom: 1px dotted #AEBCC7;
	margin-bottom: 20px;
	}
#entry .ItemBox h2{
	margin-bottom: 10px!important;
	font-size: 1.8rem;
	color: #4D4C4C!important;
	}	
	
#entry ol {
	counter-reset:number!important; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding:0.2em;
	letter-spacing: 0;
	font-size: 1rem;
}
#entry ol li {
	text-align: left;
	position: relative;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 40px;
}

#entry ol li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #00AC13;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#entry .btn {
	display: flex;
	flex-direction: column;
	padding: 0 22px 0 10px;
	margin: 0 0 10px 0;
	align-items: center;
	justify-content: center;
	background-color: #00ac13;
	width: 50%;
	height: 50px;
	position: relative;
	border-radius: 3px;
	font-size: 1.2rem;
	line-height: 1.1em!important;
	color: #FFF!important;
	background-image: url(/images/common/arrow_white2.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 20px;
	border-bottom: #018810 4px solid;
	border-left: #018810 2px solid;
	border-right: #018810 2px solid;
}
@media screen and (max-width:767px) { /* SP */
#entry .ItemBox{display:block;	text-align: center;padding: 10px 0 0 0;}
#entry .step{margin: 0!important}
#entry .btn {width: 100%;}
}

/* ======================================
	入試実践演習
====================================== */

.B_lineBox{
    border: 1px solid #005bac;
}

.B_lineBox_in{
    padding: 30px 100px;
}

.BluelineBox_other{
    padding: 30px 60px;
    border:1px solid #005bac;
}

.B_lineBox .MidashiBoxSide{
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #005bac;
    line-height: 1.2;
}

.Midashi_New{
    color: #005BAC;
    text-align: center;
}

.zissen_guidance_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
    align-items: center;
}

.zissen_guidance_box_under{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em;
    align-items: center;
}

.zissen_table_box{
    margin-bottom: 20px;
}

.zissen_guidance_box table,
.zissen_guidance_box_under table{
   border: 1px solid #000;
}

.zissen_guidance_box table th{
    width: 25%;
    color: #005ea3;
    padding: 10px;
    border: 1px solid #9eb8cd;
    text-align: center;
    background: aliceblue;
}

.zissen_guidance_box_under th{
    color: #005ea3;
    padding: 10px;
    border: 1px solid #9eb8cd;
    text-align: center;
    background: aliceblue;
}

.zissen_guidance_box table td,
.zissen_guidance_box_under td{
    padding: 10px;
    border: 1px solid #9eb8cd;
}

.zissen_guidance_tl{
    font-size: 1.1em;
    color: #005ea3;
    font-weight: 600;
    margin-bottom: 0;
}

ol.zissen_new_flow{
    padding: 0;
    counter-reset:cp_clist;
    list-style-type: none;
    }

ol.zissen_new_flow li{
    position: relative;
    margin-bottom: 30px;
}

ol.zissen_new_flow li:before{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    counter-increment: cp_clist;
    content: counter(cp_clist);
    background: #005ea3;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 2px;
    margin-left: -2em;
    padding-top: 2px;
    font-size: 1.5em;
}

ol.zissen_new_flow li a.pdf[href$=".pdf"] {
    font-size: 1.1em;
    text-decoration: underline;
}


#entry ol.zissen_new_flow li a:link,
#entry ol.zissen_new_flow li a:visited{
    font-weight: 600;
    text-decoration: underline;
}

.zissen_new_flow p{
    margin-bottom: 5px;
    line-height: 1.8;
}

.zissen_new_flow h3{
    font-size: 1.3em;
    margin-bottom: 8px;
    color: #005ea3;
}

.fax_color{
    line-height: 1.0;
    font-size: 0.9em;
    padding:0 3px;
}

.fax_txtcolor{
    color: #005BAC;
}

.vec_b_color{
    color: #515559;
    font-size: 0.8em;
    margin-right: 3px;
}

.zissen_new_flow p.zissen_new_flow_btn{
    width: 45%;
    color: #fff;
    font-size: 1.1em;
    margin: 10px 0 15px;
    padding: 7px 20px 5px;
    background-color: #ef1800;
    border-radius: 3px;
    border: 2px solid #ffb8b8;
    text-align: center;
    letter-spacing: 0.1em;
}

.zissen_new_flow_btn:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(315deg);
}

#entry .zissen_new_flow li.zissen_new_flow_materials a:link,
#entry .zissen_new_flow li.zissen_new_flow_materials a:visited{
    text-decoration: none;
}

.zissen_img_box{
    display: grid;
    grid-template-columns: 0.7fr 0.3fr;
    gap: 1em;
    align-items: center;
}

.zissen_img_box_under{
    display: grid;
    grid-template-columns: 0.7fr 0.3fr;
    gap: 1em;
}

.zissen_img_box img,
.zissen_img_box_under img{
    width: 100%;
}

.web_zissen_img{
    text-align: center;
    margin: 30px 0 10px;
}


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

    .B_lineBox_in,
    .BluelineBox_other{
        padding: 20px 15px;
    }

    .Midashi_New{
        font-size: 1.2em;
    }

    .zissen_guidance_box table,
    .zissen_guidance_box_under table{
        width: 100%;
    }

    .zissen_guidance_box,
    .zissen_guidance_box_under{
        display: block;
        grid-template-columns: 1fr 1fr;
        gap: 2em;
        align-items: center;
    }

    .zissen_guidance_box table th,
    .zissen_guidance_box_under th{
        width: 27%;
        padding: 5px;
        vertical-align: middle;
    }

    .zissen_guidance_box table td,
    .zissen_guidance_box_under td{
        width: 74%;
    }

    .zissen_new_flow h3{
        margin-bottom: 4px;
    }

    .zissen_new_flow p{
        margin-bottom: 15px;
        line-height: 1.6;
    }

    .zissen_new_flow p.zissen_new_flow_btn{
        width: 100%;
        padding: 5px 0 2px;
    }
    
    .zissen_img_box,
    .zissen_img_box_under{
        grid-template-columns: 1fr;
    }

    .web_zissen_img{
        text-align: center;
        margin: 15px 15px 0 15px;
    }

    .web_zissen_img img{
        width: 100%;
    }

    ol.zissen_new_flow li:before{
        margin-top: -2px;
    }
    
    ol.zissen_new_flow li{
        line-height: 1.5em;
        padding: 0.5em 0.5em 0.5em 3.5em;
    }
    
    ol.zissen_new_flow li{
        margin-bottom: 0px;
    }

}