@charset "utf-8";

a img{
	border-style:none; 
} 


/* リンク色 */

a:link{color:#333333; }

a:hover{color:#0000ff;}

a:active{color:#009900; text-decoration: underline;}


/* フォント関連 */

h1{width:900px;
margin:20px auto 20px auto;
  padding: 0.4em 1em;
  box-shadow: 6px -6px #eedbb3;
  outline: 3px solid #fff;
  border: 3px solid #eedbb3;
  position: relative;
    font-weight: bold;
    font-size: 1rem;
}


.hi-adjust{margin:70px 0 0 0;}

h2 {width:900px;
margin:40px auto 20px auto;
    position: relative;
  font-weight: bold;
  padding: 0.8em 1.0em;
  background: #fbded6;/*背景色*/
  border-bottom: solid 3px #ff8887;/*下線*/
  color: #383737;
  font-size: 0.875rem; 
}



h3{width:900px;
margin:40px auto 20px auto;
    position: relative;
  font-weight: bold;
  padding: 0.8em 1.0em;
  background: #fbded6;/*背景色*/
  border-bottom: solid 3px #ff8887;/*下線*/
  color: #383737;
    font-size: 0.8125rem; 
}

h4{
  font-size : 16px;
 font-weight : bold; line-height : 140%;  color: #333232;  padding: 19px 0px 7px 23px; 
}

p{
  font-size : 0.71875rem; color:#000;
 font-weight : normal; line-height : 200%; 
 padding: 5px 20px 10px 20px;
 margin: 0 0 15px 0; letter-spacing: 0.05em; 
}

.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size : 1.25rem; 
    color: #634927;
    font-weight: bold;
}

.heading-16::before,
.heading-16::after {
    width: 3px;
    height: 40px;
    background-color: #2185eb;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

p.sz{padding:10px 30px 30px 30px;}

span.bl-c{
	color: #0000ff;
}

span.red-c{ color: #ff0000;}

span.red-d{ color: #bb2806;}

span.gl-c{ color: #027e02;}


span.black{ color: #000000; font-weight: normal;}


span.or-g{font-size : 1.6rem; color: #f87003; font-weight: bold; }

img.line2{
 display: block;
 margin-left: auto;
 margin-right: auto;
 padding: 30px 0 20px 0px;
}

img.line3{
 display: block;
 margin-left: auto;
 margin-right: auto;
 padding: 0px 0 20px 0px;
}

.wd-jas{width:700px; height: auto; display:block; margin-top: 50px; }

/* 右寄せ */
.right-y{
 display: block;
	float: right;
	padding: 0px 0 10px 50px;
}

.right-y2{
 display: block;
	float: right;
	padding: 0px 0 10px 0px;
	margin: 0 0 0 20px;
}

.wd-lar{width:930px; height: auto; display: block;
}


.wd-sm{width:350px; height: auto; display: block;
border-radius: 30px;}

.wd-sm2{width:100px; height: auto; display: block;
margin: 0 0 0 40px;
}


/* 左寄せ */
img.img-left{
	display: block;
	float: left;
	padding: 15px 10px 15px 0px;
}

img.img-left2{
	display: block;
	float: left;
	padding: 25px 10px 25px 0px;
	margin: 0 20px 0 190px;
}

img.img-left3{
	display: block;
	float: left;
	padding: 25px 10px 25px 0px;
}

span.bd3{font-weight: bold;}

a:link.alter{color:#E1E1DF; }

a:visited.alter{color:#E1E1DF; }

strong{color :#b6560f; font-weight : bold;}

/* スライド*/
	
 #slide_navi{
margin:0px 0 0 0;
background-image: none; position:relative;
}

.img_a {display:none;}

.mv-t{width:100%; height:380px;  	
  	background-size:auto 98vh;
	background-repeat: no-repeat;
	  z-index: 50;	
	  background-position:center bottom;    
}

.video-wrap {width:100%;
  position: fixed;
margin:0;
}

.vd-text{color:#ffffff; font-size:3.8rem; position:absolute;   z-index: 100;
top:50%; left:33%; text-align:center;}

@media screen and (max-width: 896px) { 
.vd-text{color:#ffffff; font-size:3.8rem; position:absolute;   z-index: 100;
top:50%; left:30%; text-align:center;}
}


.bg-video-wrap {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(../../img/meal_vd_bk.jpg) no-repeat center center/cover;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;

  z-index: 2;
}


/* videoにposition:relative;を入れないと背景画像が表示されないが、入れるとコントロールボタンが効かなくなってしまう。 */


.video-btn {
    content: "";
    position: absolute;
    top:50;
    left:0;
    right:0;
    bottom:40px; /*コントローラー分下部に余白を*/
    cursor: pointer;
}



/*トップ以外*/
.header2	{
background-image: none; position:relative;
    margin:0; padding:0; 
}

.ph-t2{width:100%; height:0px; /*固定メニューの一番下から*/ 	
  	background-size:cover;
	background-repeat: no-repeat;
	  z-index: 50; 	
}
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
.fac-frame{width:100%; margin:0px 0 0px 0; z-index:80; position:relative; padding:30px 0 0 0;}


.cm-frame-oth{width:100%; margin:200px 0 0 0;  padding:30px 0 30px 0;
 z-index:80; position:relative;
	background-color : #fdf7ef;
}


.header-jas1/* jascat*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_j1.jpg) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:400px;
    height:400px;
    overflow: hidden;
}

.header-jas1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(7,100,4,0.1); /*半透明のフィルターをかける*/
  
  }

.header-jas2/* jascat*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_j2.jpg) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:400px;
    height:400px;
    overflow: hidden;
}

.header-jas2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(7,100,4,0.1); /*半透明のフィルターをかける*/
  }

.header-jas3/* jascat*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_j3.jpg) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:400px;
    height:400px;
    overflow: hidden;
}

.header-jas3:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(7,100,4,0.1); /*半透明のフィルターをかける*/
  }
  

.header-jas5/* jascat*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_j5.jpg) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:400px;
    height:400px;
    overflow: hidden;
}

.header-jas5:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(7,100,4,0.1); /*半透明のフィルターをかける*/
  }

.header-jas6/* jascat*/{
background-size:100%; position:absolute;
    top:0; left:0; 
    background-image: url(../../img/header_j6.jpg) ;
    background-repeat: no-repeat;
    width: 98.6vw;
    min-height:400px;
    height:400px;
    overflow: hidden;
}

.header-jas6:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(7,100,4,0.1); /*半透明のフィルターをかける*/
  }
  
.photo-s{
    width: 100%;
    height: auto; 
    position:relative;
    padding:0;
}

.photo-s img{
    width:100%;
    max-width: 100%;
    height: auto;
    max-height:750px;}

.photo-s span{
    position:absolute;
    color: #fff;
    font-size:1.375rem;
   top: 170px;
    left: 38%;
text-shadow:0 0 10px #;
text-align:center;
font-weight: bold;
}

.photo-s span.wt1{
   top: 170px;
    left: 42%;
}

.photo-s span.wt2{
   top: 170px;
    left: 45%;
}

.photo-s span.wt3{
   top: 170px;
    left: 48%;
}

.photo-s span.wt4{
   top: 170px;
    left: 42%;
}


a.btn_dl {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 350px;
	margin: 10px auto 20px auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #0c2cb8;
	background: #0c2cb8;
	color: #fff;
	border-radius: 100vh;
	font-size: 0.875rem;
	transition: 0.5s;
}
a.btn_dl:hover {
	color: #0c2cb8;
	background: #fff;
}

.wideadjust{width:650px; margin: 0 auto 20px auto;}




img.img-right{
 display: block;
	float: right;
	padding: 5px 0 10px 20px;
}



/*  トップ*/
/*動画下*/
.scroll-top{width:100%;   background-color: rgba(255,255,255,0.7); margin:38vh 0 0 0; height:150px;
 z-index:80; position:relative;
}

.cm-frame-top{width:100%; margin:108px 0 0 0; 
 z-index:80; position:relative; 
}

.cm-top-frame{width:100%; margin:0 0 0px 0; z-index:80; position:relative; padding:100px 0 40px 0; background: #fff;}

.cm-top-frame img{width:900px; height: auto; margin: 0 auto; display: block;}

.cm-frame{width:100%; margin:0 0 0px 0; z-index:80; position:relative; padding:0px 0 0px 0; background: #fff; background-repeat: repeat; overflow: hidden;} 

.cm-frame-voice{width:100%; margin:0 0 40px 0; z-index:80; position:relative; padding:0px 0 0px 0; background: #fcf6ed; background-repeat: repeat; overflow: hidden;} 

.cm-frame-course{width:100%; margin:0 0 40px 0; z-index:80; position:relative; padding:20px 0 20px 0; background: #fcf6ed; 
  background: url(../../img/bk_cors.jpg) no-repeat center center/cover;
overflow: hidden;} 

.tp-phrase{width:1100px; margin:0 auto; padding:50px 0 0px 0;}

.tp-phrase-nt{width:1100px; margin:0 auto; padding:0px 0 0px 0;}

.tp-phrase-nt-v{width:900px; margin:0 auto; padding:0px 0 0px 0;}


.tp-v{float:left;
width:800px;
margin:0 0px 0 auto;
padding: 20px 0 0 0;}

.tp-v img{width:100%; height:auto; display:block; margin:0;}

.tp-i{float:left;
width:260px;
margin:0 auto 0 0; padding:20px 0 0 0px;
}

.tp-i p{font-size: 0.625rem; padding: 10px 0 10px 0; margin:0 auto;}

p.about{width:900px; margin:0 auto; font-size: 0.75rem; line-height:200%; padding: 0 0 30px 0;}
.tp-c p.l2{padding:90px 0 0 0;}

.tp-lv{float:left;
margin:0 0px 0 auto;
padding: 20px 0 0 0;
width:270px;
}

.tp-lv p{font-size: 0.625rem; padding: 10px 0 10px 0; margin:0 auto;}

.tp-rtext{
margin:0 auto 0 auto;
width:1000px;
}

.tp-lv2{float:left;
margin:0 0px 0 50px;
padding: 0px 0 0 0;
width:480px;
}

.tp-rtext2{float:left;
margin:0 auto 0 auto;
width:480px;
}

.tp-lv2 h3,.tp-rtext2 h3{
width:90%;
margin:10px auto 20px auto;
    position: relative;
  font-weight: bold;
  padding: 0.8em 1.0em;
  background: #fbded6;/*背景色*/
  border-bottom: solid 3px #ff8887;/*下線*/
  color: #383737;
    font-size: 0.8125rem; 
}

.tp-lv2 p,.tp-rtext2 p{
margin:3px 8px 3px 23px; padding:3px 8px;
font-size: 0.6875rem; 

}

.tp-lv2 p.rem{
text-indent: -1em;
padding-left: 1em;}

.dot-frame{
border: dotted 3px #ff8887;
width:430px;
background: #fff;
padding: 8px 8px;
margin:0 auto 20px auto;}


.tp-k-bg-frame{width: 100%; }
.tp-k-frame{width:100%; margin:0 0 0px 0; z-index:80; position:relative; padding:70px 0 70px 0; background-image:url(../../img/top_bk2.jpg); background-size: 100% 550px; background-repeat: no-repeat; overflow: hidden;}

.tp-k-box{width:650px; height:300px;  margin:0 auto;padding: 30px 40px 30px 40px;
background: rgba(255,255,255,0.9); font-size: 0.75rem; line-height:200%;}
  
.top-frame2{width:100%; margin:0px 0 0px 0; z-index:80;  padding:10px 0 0 0;
background: rgba(255,255,255,1.0);
}


/* img中央揃え */

	
img.centre-s{
 display: block;
 margin-left: auto;
 margin-right: auto;
 padding: 10px 0 0px 0px;
 width:100px; height:auto;
}
.wdin-adjust4{width:200px; height:auto;}

.v-movie-sho-frame{margin:30px auto 0 auto; width:650px; height:600px;}

.v-movie-sho{width:260px; height:500px; margin: 0px 30px 0px 30px; 

float:right;
border-left: 8px #000;
border-top: 8px #000;
border-bottom: 8px #000;
border-right: 1px #000;}

.v-movie-sho p{text-align:center;}

.v-movie-sho iframe{margin: 10px auto 0px auto;border:1px solid #706F6F; position: relative;}


.ns-main-r{ width:750px; height:236px; margin: 25px auto 30px auto;border:2px solid #ccc;
padding:0px 0x 0 0px; }

.ns-main-r-news{width:750px; height:220px; 
margin: 0 0px 0 auto;  }

.ns-main-r-news img.ne{width:100%; height:auto;}

iframe#pnews{width: 750px; 
height:180px; background:#fff;
margin:0px auto 19px auto;
padding:0px 0 0px 0px;
overflow-x : hidden ;}

/* topバナー*/

.swiper-container {position:relative;
    overflow: visible !important; /* 追加 */
}


.renketu{background: #ff0000;}

.swiper-wrapper {
    display: flex;
}

#doc{
  padding: 0px 0 10px 0;
	top:0; left:0;
	position:relative;
	width:100%;
	height: auto;
	z-index:1;
}

/* 🔹 ページネーションをスライダーの下に配置 */
.swiper-pagination {
    position: absolute !important;
    bottom: -35px !important; /* スライダーの下に少し余白をつける */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

/* ページネーションのドットのデザイン */
.swiper-pagination-bullet {
    background: #333; /* 色を黒に */
    width: 10px;
    height: 10px;
    opacity: 0.5; /* 透明度 */
    margin: 5px;
}

/* アクティブなドットのデザイン */
.swiper-pagination-bullet-active {
    background: #ec92bd !important; /* アクティブなドットをオレンジに */
    opacity: 1;
}

/* 🔹 矢印の背景をカスタマイズ（丸くする） */
.swiper-button-next, 
.swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.5) !important; /* 背景色（薄い白） */
    padding: 20px;
    border-radius: 50%; /* 丸くする */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.swiper-slide {
    border: 10px solid #f2d6e3; /* 枠線の太さ・色 */
    border-radius: 10px; /* 角を丸くする（不要なら削除） */
    box-sizing: border-box; /* 枠線がスライドのサイズに影響しないように */
}


.slide-img {
    background-size: cover; 
    background-position: center center; //背景画像は中央を軸に表示させる
    height:auto;
    width:100%;
    margin: 0 auto;
}

.slide-img img{height:auto; width:100%; margin: 0 auto;}

.slide-text p {
      position: absolute;
      z-index: 10;
      font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
      font-size: 1.25rem;

      width: 100%;
      top: 48%;
      padding:0; margin:0;
      text-align: center;
      font-weight: bold;
}


.slide-text p.whi{color: #fff;
        text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0 -1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;}
              
.slide-text p.bla{color: #252424;      
text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff,
              -1px 1px 0 #fff, 1px -1px 0 #fff,
              0px 1px 0 #fff,  0-1px 0 #fff,
              -1px 0 0 #fff, 1px 0 0 #fff;}



/* jascat */
.Jmaincontainer{width:100%; margin:290px 0 0 0;  padding:30px 0 0px 0;
 z-index:80; position:relative;
	background-color : #fff;
}

.Nt-wrapper{background: rgba(255,255,255,1.0); padding:0px 0 70px 0;
 overflow: hidden;}/* kyu*/
 
 .Nt-content{width:900px; margin: 0px auto; padding: 0px 0 0px 0;
}

p.zigyo{
  font-size : 0.75rem; color:#000;
 font-weight : normal; line-height : 200%; 
 padding: 5px 20px 0px 20px;
 margin: 0 0 15px 20px; letter-spacing: 0.05em; font-weight:bold;
}

p.zigyo::before{
  content: "";
  display: inline-block;  
  background-image: url('../../img/s-icon.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 23px;
  margin-right: 8px; 
  position: relative;  /* 相対配置 */
  top: 5px;            /* 下方向に 3px 移動 */
}

p.zigyo2{
  font-size : 0.71875rem; color:#000;
 font-weight : normal; line-height : 200%; 
 padding: 5px 20px 10px 20px;
 margin: 0 0 15px 55px; letter-spacing: 0.05em; }

.privacy-policy {
  margin: 0 auto;     /* コンテンツの左右中央寄せ */
  padding: 0 1em;      /* 横の余白を少し追加 */
}

.privacy-policy p.title {
  font-weight: bold;  /* 太字 */
  text-indent: 0;     /* インデントなし */
  font-size: 0.8125rem;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.privacy-policy p {
  text-indent: 1em;   /* 1字下げ */
  margin: 0 0 1em 0;
  line-height: 1.9;
}

.privacy-policy b,
.privacy-policy strong {
  text-indent: 0;
  font-weight: bold;
}

.privacy-policy ul {
  margin-top: 0.5em;
  padding-left: 2.0em;
}

.privacy-policy li {
  line-height: 200%;
  margin-top: 0.3em;
  font-size: 0.71875rem;   
  }
  
/* サイトマップ */
.s-map{
width:45%;
margin: 0 0 0 4%;
float:left;
}

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


.sitemap li{
font-size: 0.71875rem;
  line-height: 1.5; /*文の行高*/
  padding: 1em 0; /*前後の文との余白*/
margin-top: 0px;
margin-left:0px;
margin-bottom: 0px;
border-bottom: 3px dotted #ccc;
}

.sitemap li::before{
  content: "";  /* 空のコンテンツ */
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #f989ae;  /* 背景色を指定 */
  border-radius: 50%;         /* 丸くする */
  margin-right: 8px;
  position: relative;
  top: 0px;
}

.sitemap li a
 {
  text-decoration: none; !important;
}

.v-movie-g2{width:680px; margin: 0px auto 0px auto; text-align:center;}

.v-movie-g2 iframe{margin: 10px auto 20px auto;border:1px solid #706F6F;}

.reference{width: 900px; margin: 30px auto; border: dotted 3px #ff8887;}

.reference p{font-size: 0.6875rem; }

.reference img{width: 260px; height: auto;
 display: block;
	float: right;
	padding: 0px 0 10px 20px;}

span.pi-1{color: #f46c6b; font-size: 0.8125rem; font-weight: bold;}


.button a {
    background: #f4750e;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px auto 60px auto;
    max-width: 520px;
    padding: 20px 25px;
    color: #fff;
    line-height: 1.8;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-in-out;
   font-size: 0.71875rem; 
}
.button a:hover {
    background: #f43f0e;
    color: #FFF;
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}


#about,#seminar{
 margin-top:-70px;
  padding-top:70px;
display: block;
}

    .sh-video-container {
      max-width: 250px;
      margin: 0px auto;
      border: 2px solid #ccc;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    video {
      width: 100%;
      height: auto;
      display: block;
    }



.list-12 {
    list-style-type: none;
        width:550px;
    margin:0 auto 30px auto;
}

.list-12 li {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    gap: 0 10px;
    position: relative;
    padding: .3em .3em .3em 2.0em;
}

.list-12 li::before,
.list-12 li::after {
    position: absolute;
    content: '';
}

.list-12 li::before {
    left: 0;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #2589d0;
}

.list-12 li::after {
    left: .6em;
    transform: translateX(-75%) rotate(-45deg);
    width: .3em;
    height: .3em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.cors{
width:900px; margin: 20px auto;
border: 4px solid #87a3f4;
border-radius: 10px;
padding: 10px 10px;
background: #fff;
}

.cors-l{float: left; width:120px;}

.cors-r{float: left;}

table.course-a{
  width: 700px; 
  margin: 20px auto;
  border-collapse: collapse;
}

table.course-a tr{
  border-bottom: solid 2px white;
}

table.course-a tr:last-child{
  border-bottom: none;
}

table.course-a th{
  position: relative;
  text-align: left;
  width: 25%;
  background-color: #0fa1de;
  color: white;
  text-align: center;
  vertical-align: middle;
  padding: 10px 20px;
  font-size: 0.75rem;
  font-weight: bold;
}

table.course-a th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #0fa1de;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.course-a td{
  text-align: left;
  width: 75%;
  text-align: left;
  background-color: #eee;
  padding: 10px 30px;
  font-size: 0.71875rem;
}

.txt-rd{
color: #e5233e;
font-weight: bold;
text-align: center; 
margin:0; padding:0;}

.txt-lg{font-size: 1.125rem;
font-weight: bold;
text-align: center;
margin:0; padding:0;}

.txt-md{font-size: 1rem;
font-weight: bold;
text-align: center;
margin:0; padding:0;}

.txt-sm{font-size: 0.8125rem;
font-weight: bold;
text-align: center;
margin:0; padding:0;}

.txt-sm2{font-size: 0.75rem;
font-weight: bold;
text-align: center;
margin:0; padding:0;}

.txt-skblue{
font-size: 0.75rem;
color: #0777d7;
font-weight: bold;
margin:0 0 0 20px; padding:0;}

.txt-sm5{font-size: 0.625rem;
margin:10px 0 0 0px; padding:0;
text-align: center;
display:block}


.heading-7 {
    display: inline-block;
    position: relative;
    color: #333;
}

.heading-7:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #2589d0;
}

.short-underline{
  position: relative;
  padding-bottom: 0.1em;
  color: #e5233e;
  font-size: 1.125rem;
font-weight: bold;
text-align: center;
  text-align: center;  
}

/* 3 cm の下線 */
.short-underline::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 13cm;
  height: 3px;
  background: #fea526;
  transform: translateX(-50%);
}

table.calic{
width:800px;
  border-collapse:collapse;
  margin:0 auto;
}
table.calic td,table.calic th{
  border:1px solid #ccc;
  padding: 12px 0 12px 30px;
  font-size: 0.7125rem;
}
table.calic th{
vertical-align: middle;
  border-left:5px solid #005ab3;
  color:#005ab3;
  font-weight: bold;
  width:25%;
}

.cors-box{
width:500px;  
margin:20px auto 50px auto;
padding:5px 8px;
border: 2px solid #e71120;
font-size:0.71875rem;
color: #ff0000;
font-weight: bold;
line-height:160%;
}

.txt-sm3{font-size: 0.71875rem;
font-weight: normal;
text-align: center;
margin:0; padding:0;}