@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.1.0
Author: opencage
Author URI: https://open-cage.com/
*/


/*プロフィール枠*/
#author_profile {
  border: 1px solid #194c80;
  width: 100%;
  margin: 40px auto;
  overflow: hidden;
}
#author_profile p {
  margin-bottom: 20px;
  line-height: 1.8;
}
/*この記事を書いた人の見出し*/
#author_profile p.label {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #194c80;
  padding: 10px 15px;
}
/*名前*/
#author_profile p.author_name {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
/*名前下の下線*/
#author_profile p.author_name::after {
  content: "";
  border-bottom: solid 3px #194c80;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}
/*左側画像ブロック*/
#author_profile .left {
  width: 14%;
  float: left;
  margin: 10px 0 15px 30px;
}
/*画像サイズ*/
#author_profile .left img {
  width: 100%;
}
/*右側テキストブロック*/
#author_profile .right {
  width: 74%;
  float: left;
  font-size: 12px;
  line-height: 1.6;
  padding: 5px 0 20px 30px;
}
/*テキスト下部SNSブロック*/
#author_profile .right ul.author_sns {
  margin: 0;
  border-top: 1px dotted #dddddd;
  margin-top: 15px;
  padding-top: 20px;
}
#author_profile .right ul.author_sns li {
  float: left;
  margin-right: 15px;
  list-style: none;
}
#author_profile .right ul.author_sns li:last-child {
  margin-right: 0;
}
/*SNSアイコンを使う場合は別途アイコンCSSの設定が必要*/
#author_profile .right ul.author_sns li i.icon-facebook {
  color: #fff;
  background-color: #194c80;
  margin-right: 8px;
  padding: 6px 8px 0;
  position: relative;
  bottom: -3px;
}
/*SP時の挙動（画面サイズが小さい時）*/
@media (max-width: 480px) {
  #author_profile p.author_name {
    text-align: center;
  }
  #author_profile .left {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  #author_profile .left img {
    width: 33%;
  }
  #author_profile .right {
    width: 100%;
    float: none;
    padding: 10px 20px 0;
  }
  #author_profile .right ul.author_sns li {
    margin-bottom: 20px;
  }
}



/*--------------------------------------
コンバージョンアップボタン 吹き出し赤色（中央寄せ）
--------------------------------------*/
.button2,
a.button2,
button.button2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.button2-c-wrap {
  margin: 30px 0;
  text-align: center;
}
a.button2-c {
  font-size: 1.15rem;
  width: 100%;
  max-width: 500px;
  position: relative;
  padding: 0.25rem 2rem 0.5rem 1.8rem;
  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}
a.button2-c span {
  font-size: 0.8rem;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 180px);
  display: block;
  width: 360px;
  padding: 0.25rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.button2-c span:before,
a.button2-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.button2-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.button2-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.button2-c i {
  margin-right: 0.75rem;
}

a.button2-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}
/*--------------------------------------
コンバージョンアップボタン 緑色（中央寄せ）
--------------------------------------*/
.button1,
a.button1,
button.button1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.button1-wrap {
  margin: 30px 0;
  text-align: center;
}

a.button1-c {
    font-size: 1.15rem;
    width: 100%;
    max-width: 500px;
    position: relative;
    padding: 0.25rem 2rem 0.5rem 3.5rem;
    color: #fff;
    background: #32b16c;
    -webkit-box-shadow: 0 5px 0 #2c9d60;
    box-shadow: 0 5px 0 #2c9d60;
}

a.button1-c span {
  font-size: 0.8rem;

  position: absolute;
  top: -10px;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.button1-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #30a967;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

a.button1-c:hover:before {
  left: 2rem;
}
/*--------------------------------------
コンバージョンアップボタン 黄色（中央寄せ）
--------------------------------------*/
.button3,
a.button3,
button.button3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.button3-wrap {
  margin: 30px 0;
  text-align: center;
}

a.button3-c {
    font-size: 1.15rem;
    width: 100%;
    max-width: 500px;
    position: relative;
    padding: 0.25rem 2rem 0.5rem 2.1rem;
    color: #333;
    background: #fff100;
    -webkit-box-shadow: 0 5px 0 #2c9d60;
    box-shadow: 0 5px 0 #ccc100;
}

a.button3-c span {
    font-size: 0.8rem;
    position: absolute;
    top: -10px;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #333;
    border: 2px solid #333;
    border-radius: 0.5rem;
    background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}


a.button3-c p {
	font-size:0.7em;
    margin-bottom: 0;
    line-height: 20px;
}

a.button3-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #333;
  background: #fff100;
  -webkit-box-shadow: 0 2px 0 #ccc100;
  box-shadow: 0 2px 0 #ccc100;
}

a.button3-c:hover:before {
  left: 2rem;
}

.nav-drawer__link {
    position: relative;
    display: block;
    align-items: center;
    justify-content: space-between;
    color: inherit;
    letter-spacing: .01em;
    padding: 0.5em 2.5em 0.5em 2em;
    text-decoration: none;
}

.nav-drawer__under {
    position: relative;
    display: block;
    align-items: center;
    justify-content: space-between;
    color: inherit;
    letter-spacing: .01em;
    padding: 10px 25px 10px 45px;
    text-decoration: none;
}

ul.academy-head{    display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-color:#0C6868;
  text-align: center;
  }
  ul.academy-head li{
  display: table-cell;
  min-width: 0px;
  min-width: 0;
  padding: 0;
  }
  ul.academy-head li a{
  display: block;
  width: 100%;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  }
  ul.academy-head li.current{
  background-color: #DEEBF7;
  }
  ul.academy-head li.current a{
  color: #fff;
  }
  ul.academy-head li:hover{
  background-color: #189A9A;
  }

.bg-white{
  background-color:#fff;
}

#academy-main{
  max-width:1170px;
  margin:45px auto 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 700px){
  ul.academy-head li{
    padding:0 5px;
    }
}

.headerimg{    height: 255px;
}

.academy-container{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  margin-bottom:20px;
}

.academy-inner{
  width:49%;
  background-color:#fff;
  margin-bottom:20px;
}

.academy-inner h2{
  padding:10px;
  font-weight:bold;
  display: flex;
  margin: 0;
  align-items: center;
}


.academy-inner h2 span{
  font-size:0.6em;
  margin-left:10px;
}

.academy-inner h2 img{
  max-height: 40px;
  margin-right:10px;
  display:inline;
}

.bg-sell{
  background-color:#F4FCF9;
  color:#0C6868;
}
.bg-sell div a{
	position: relative;
  border:solid 3px #0C6868;
  color:#0C6868;
font-weight:bold;
font-size:22px;}

.bg-sell div a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 0;
	height: 0;
	margin: auto 0;
	border-top: solid 9px transparent;
	border-bottom: solid 9px transparent;
	border-left: solid 12px #0C6868;
}

.bg-green{
  background-color:#CBF0DF;}

.bg-buy{
  background-color:#FEFFF7;
  color:#D57B21;
}

.bg-buy div a{
	position: relative;
  border:solid 3px #D57B21;
  color:#D57B21;
  font-weight:bold;
  font-size:22px;}

.bg-buy div a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 0;
	height: 0;
	margin: auto 0;
	border-top: solid 9px transparent;
	border-bottom: solid 9px transparent;
	border-left: solid 12px #D57B21;
}

.bg-yellow{
background-color:#F9FFD8;}

.bg-tax{
background-color:#EEF6F9;
color:#243372;
}

.bg-tax div a{
position: relative;
border:solid 3px #243372;
color:#243372;
font-weight:bold;
font-size:22px;}

.bg-tax div a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 0;
	height: 0;
	margin: auto 0;
	border-top: solid 9px transparent;
	border-bottom: solid 9px transparent;
	border-left: solid 12px #243372;
}

.bg-blue{
background-color:#AED2E2;}
.bg-sozoku{
position: relative;
background-color:#FEFAFA;
color:#DB1B6C;
}

.bg-sozoku div a{
position: relative;
border:solid 3px #DB1B6C;
color:#DB1B6C;
font-weight:bold;
font-size:22px;}

.bg-sozoku div a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 0;
	height: 0;
	margin: auto 0;
	border-top: solid 9px transparent;
	border-bottom: solid 9px transparent;
	border-left: solid 12px #DB1B6C;
}

.bg-pink{
  background-color:#F7E4E8;}

.academy-text{
  padding:20px;
}

.academy-button{    margin-top: 20px;
}

.academy-button a{
  display:block;
  width:100%;
  padding:10px;
  background-color:#fff;
  margin-bottom:10px;
  text-align:center;
}


.academy-button a:hover{
  background-color:#ddd;
}

.word-ttl{
  background-color: #E3E3E3;
  text-align: center;
  padding:10px;
  font-weight:bold;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.word-ttl img{
  max-height:45px;
  margin-right:10px;
  display:inline;
}

.word-txt{
  width: 100%;
  text-align: center;
margin: 20px auto;
}

.word-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
}

.word-list-btn{
  display: block;
  padding: 7px 20px;
  border-radius: 10px;
  background-color: #E0E0E0;
  border: solid 3px #707070;
  margin: 0 5px;
  font-size: 25px;
  font-weight: bold;
}
.btn-bg-top{
 background-color: #fff; 
}

.word-list-btn:hover{
  color:#707070;
}


.word-list-contents{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}

.word-list-ttl{
  width:100%;
  font-size: 24px;
  text-align: left;
  border-bottom: dotted 2px #b0b0b0;
  margin-bottom: 15px;
}
.word-list-ttl span{
  font-size: .7em;
  font-weight: normal;
  margin-left: 10px;
}

.word-list-txt{
  font-size: 18px;
}

.word-box{
  display: flex;
  flex-wrap: wrap;
}

.word-list-txt{
  margin-right: 25px;
}

.word-list-txt::before {
  content: url(https://self-regeneration.jp/wp-content/themes/jstork19_custom/img/awesome-book.svg);
  vertical-align: sub;
  padding-right: 5px;
}

.academy-blog{
  background-color: #F0F0F0;
  padding: 60px 0;
}

.academy-blog-ttl{
  text-align: center;
  color: #0C6868;
}

.academy-blog-thumb{
margin: 20px auto;
max-width: 1170px;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.academy-posts-thumbnail{
  width: 32%;
}

a.btn_05 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
  max-width: 300px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 0.3rem;
	border-bottom: 7px solid #084949;
	background: #0C6868;
	color: #fff;
}
a.btn_05:hover {
	background: #0e7979;
	border-bottom: 7px solid #084949;
	color: #fff;
}

.academy-cat{
  background-color: #E3E3E3;
  padding: 60px 0;
}

.category-box{
  margin: 20px auto;
  padding: 0 10px;
}

.category-inner{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: flex-start;
  color: #0C6868;
  align-items: center;
  max-width: 1160px;
  margin: 10px auto;
}

.category-inner li{
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
}

.category-inner li a{
  color: #0C6868;}

.category-ttl{
  background-color: #fff;
  font-weight: bold;
  font-size: 1.3em!important;
  padding: 5px 10px;
  min-width: 130px;
  border: solid 2px #0C6868;
}

.category-link{
  position: relative;
}

.category-link::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30px;
  background-color: #0C6868;
  position: absolute;
  top: 3px;
  right: 0px;
}


.category-link:last-child::after {
  width:0px;}

  .btm-0{
    margin-bottom: 0!important;
  }


@media screen and (max-width: 700px){
  .academy-inner{
    width: 97%;
    margin: 0 auto 20px auto;
  }

  .academy-button a{font-size: 19px!important;}
  .academy-button a::after{
    right: 10px!important;}
    .word-list-btn {
      display: block;
      padding: 0px 11px;
      border-radius: 10px;
      background-color: #E0E0E0;
      border: solid 3px #707070;
      margin: 5px;
      font-size: 22px;
      font-weight: bold;
  }.btn-bg-top {
    background-color: #fff;
}
.word-list-contents {
  margin: 20px auto;
  width: 90%;
}

.word-list-txt {
  margin-right: 16px;
font-size: 16px;
}

.category-ttl{
  width: 95%;
  margin: auto;
}
}

.bread{
  width: 1160px;
  margin:10px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.bread li{
  margin-right: 20px;
  position: relative;}

ul.bread li::after{
  position: absolute;
  content: ">";
  right: -15px;
}


ul.bread li:last-child:after{
  content: "";
}

.contents-head img{
  text-align: center;
  margin: auto;
}

.nagare-block{
  background-color: #F8F8EF;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  margin-bottom: 10px;
  width: 100%;
  align-items: center;
  position: relative;
}

.nagare-ttl{width: 35%;
font-size: 20px;
color: #003688;}

.nagare-ttl a{
  color: #003688;
text-decoration: underline;}

.nagare-txt{width: 65%;}
.nagare-txt p{margin:0;}
.nagare-num {
  position: absolute;
  font-size: 2.4em;
  top: -35px;
  color: #003688;
}

.nagare-container{
  background-color: #F8F8EF;
  padding: 80px 0 0 0;
  margin: 40px calc(50% - 50vw) 0 calc(50% - 50vw);
  width: 100vw;
}

.nagare-box{
  position: relative;
  max-width: 1160px;
  padding: 20px;
  margin: 40px auto;
  background-color: #fff;
}

.nagare-box-num{
  position: absolute;
  right: 50%;
  top: -33px;
  font-size: 35px;
  color: #003688;
}
.nagare-box-ttl{
  color: #003688;
text-align: center;
margin-top: 10px;
}
.nagare-box-subttl{
  color: #003688;
margin-top: 10px;
}

a.btn_06 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
  max-width: 450px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 0.3rem;
	border-bottom: 7px solid #00245b;
	background: #003688;
	color: #fff;
}
a.btn_06:hover {
	background: #0e7979;
	border-bottom: 7px solid #00245b;
	color: #fff;
}

.keiyaku{
  width: 100%;
  border-radius: 10px;
  border:  solid 1px #ddd;
  margin-bottom: 20px;
}
.keiyaku td, th {
padding: 15px;
text-align: center;
border:  solid 1px #ddd;
}

.chukai,.zeiritu{
  width: 100%;
  border-radius: 10px;
  border:  solid 1px #ddd;
  margin-bottom: 20px;
}

.chukai td, th {
  width: 24%;
  padding: 15px;
  text-align: center;
  border:  solid 1px #ddd;
  }

  .zeiritu td, th {
    width: 17%;
    padding: 15px;
    text-align: center;
    border:  solid 1px #ddd;
    }
.keiyakuttl{color: #fff;font-weight: bold;}
.keiyakuttl td{padding: 10px;text-align: center;font-size: 20px;}
.ippan{background-color: #0089DD;}
.sennin{background-color:#DB7700}
.senzoku{background-color:#5109AF}
.keiyaku-img{margin: 20px auto;display: flex;flex-wrap: wrap;
  justify-content: space-between;}
.keiyaku-img-box{width: 49%;}
.merit{border-radius: 20px;background-color: #FF2C82;padding: 5px 10px;color: #fff;font-size: 16px;display: inline;
  display: inline-block;
  text-align: center;
  min-width: 120px;
  margin: 10px 0;}
.demerit{border-radius: 20px;background-color: #2A4368;padding: 5px 10px;color: #fff;font-size: 16px;display: inline;
  display: inline-block;
  text-align: center;
  min-width: 120px;
  margin: 10px 0;
}
.nagare-box-cont{
  margin: 20px auto;
}
.font-mini{font-size: 20px;}


.sateiform{
  background: #0000009e;
  width: 100%;
  padding-bottom: 20px;
  bottom: 0;
}

.sateiform h3{
  padding-top: 20px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  letter-spacing: .2rem;
  line-height: 40px;
}

.sateiform h3 span{
  color: rgb(255, 255, 0);
}

.form-inner{
  max-width: 1240px;
  margin: 1.5em auto 0 auto;
  text-align: center;
}


input,select{
margin-bottom: 20px;
position:relative;
background-color:#fff;
border:1px solid #aaa;
-webkit-border-radius:6px;
-moz-border-radius:6px;
-o-border-radius:6px;
-ms-border-radius:6px;
border-radius:6px;
padding: 18px;
font-size: 18px;
}

.shiny-btn4 {
display: inline-block;
position: relative;
max-width: 265px;
padding: 1rem;
margin-left: .5rem;
background-color: #19477D;/*ボタンの色*/
box-shadow: 0 3px 0 0 rgba(21, 26, 110, 1);/*影の色(rgbaの値を変更)*/
border-radius: 10px;
font-weight: bold;
font-size: 18px;
color: #fff;
text-align: center;
text-decoration: none;
overflow: hidden;
transition: 0.2s;
}
@-webkit-keyframes shiny{
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.field, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea{
  display: inline;
  padding: 10px;
}


@media screen and (max-width: 700px){
  .nagare-ttl{
    width: 100%;
  }
  .nagare-txt{
    width: 100%;
  }

  .nagare-box{
    margin: 40px 10px;}

  .keiyaku td, th{
    padding: 5px;}

    .keiyaku tr td{
    font-size: 14px;
    line-height: 18px;}
    .keiyaku-img-box{width: 100%;}
    .sateiform {
      padding-bottom: 20px;}
      a.btn_06{margin: 10px;
        padding:10px;}
        .bread{
    margin: 10px 5px;
        }
  }

  
.flow {
  border: 3px solid rgb(107,144,219);
  max-width: 650px;
  margin: auto;
}
.flow > li {
  padding: 30px;
}
.flow > li:not(:last-child) {
  border-bottom: 3px solid rgb(107,144,219);
  position: relative;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: rgb(107,144,219);
}
.flow > li:not(:last-child)::after {
  border-width: 18px;
}
.flow > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  -ms-flex-preferred-size: 20%;
  flex-basis: 100%;
  margin-right: 1vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
}

.academy-txt-center{
  text-align: center;
}

ol.listmenu,
ol.listmenu ol{
  counter-reset: list;
  list-style: none;
  padding: 0;
  width:350px;
  font: 14px/1.6 'arial narrow', sans-serif;
  margin: auto;
}
ol.listmenu ol{
  margin: 0 0 0 35px;
  width:315px;
}
 
.listmenu a{
  position: relative;
  display: block;
  text-decoration: none;
  padding: 3px 3px 3px 8px;
  margin: 8px 0 8px 30px;
  background: #f1f8ff;
  color: #333;
  font-weight: bold;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; 
}
 
.listmenu a:hover{
  background: #ffd9d3;
}   
 
.listmenu a:before{
  content: counter(list);
  counter-increment: list;
  position: absolute;   
  left: -35px;
  top: 50%;
  height: 28px;
  width: 28px;
  margin-top: -1em;
  background: #5c9ee7;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
 
.listmenu a:after{   
  content: '';
  position: absolute;
  left: -28px;
  top: 50%;
  margin-top: -6px;
  border: 6px solid transparent;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;             
}
 
.listmenu a:hover:after{
  left: -6px;
  border-left-color: #5c9ee7;               
}

.box7{
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #474747;
  background: whitesmoke;/*背景色*/
  border-left: double 7px #4ec4d3;/*左線*/
  border-right: double 7px #4ec4d3;/*右線*/
}
.box7 p {
  margin: 0; 
  padding: 0;
}

.syutten{
  text-decoration: underline;
  font-weight: bold;
}

.globalnav-wrap {
  font-size: 16px;
  color: #fff;
  background: #333;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
}

.globalnav .dropdown-btn {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
}
.globalnav .dropdown-btn:hover {
  background: #084a4a;
}
.globalnav .dropdown {
  z-index: 1000;
  background: #084a4a;
  position: absolute;
  left: 0;
  top: 40px;
  width: 200px;
  display: none;
}
.globalnav .dropdown li {
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}
.globalnav .dropdown li a {
  color: #fff;
}
.globalnav .nav-button-wrap,
.globalnav .open {
  display: block;
}
.globalnav .close {
  display: block;
}

@media screen and (max-width: 768px) {
  header {
    position: relative;
    width: 100%;
  }

  .nav-button-wrap {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1000;
    cursor: pointer;
    padding: 15px;
    height: 53px;
  }

  .globalnav {
    display: none;
  }
  .globalnav .close {
    display: none;
  }

  .right-n{
    left: -120px!important;
  }
  .globalnav .dropdown li {
    margin: 0px 0;
}
  .globalnav-wrap.open .globalnav {
    display: block;
    padding: 40px 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .globalnav-wrap.open .globalnav li {
    display: block;
  }
  .globalnav-wrap.open .globalnav li:hover {
    background: transparent;
  }
  .globalnav-wrap.open .globalnav .dropdown {
    display: block;
    position: static;
    background: transparent;
  }

  .nav-button,
.nav-button span {
    display: inline-block;
    transition: all 0.3s;
  }

  .nav-button {
    z-index: 20;
    width: 25px;
    height: 19px;
    position: relative;
  }

  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
  }

  .nav-button span:nth-of-type(1) {
    top: 0;
  }

  .nav-button span:nth-of-type(2) {
    top: 8px;
  }

  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }

  .active .nav-button span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }

  .active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }

  .active .nav-button span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }
}