@charset "UTF-8";
/*----------------------------------------------------
	color カラーセッティング
----------------------------------------------------*/
/*----------------------------------------------------
	shadow-box ボックスに影をつける
----------------------------------------------------*/
/*----------------------------------------------------
	gradient グラデーション
----------------------------------------------------*/
/*----------------------------------------------------
	placeholder placeholderカラー変更
----------------------------------------------------*/
/*----------------------------------------------------
	basiclayout ベースコンテンツ
----------------------------------------------------*/
/* ===================================================================
CSS information
 file name  :corporate.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/*----------------------------------------------------
	共通
----------------------------------------------------*/
a {
  text-decoration: none !important;
}

.box_reg {
  position: relative;
  width: 250px;
  margin: 0 auto;
}
.box_reg:after {
  content: '\f138';
  font-family: FontAwesome;
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.box_reg a {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #1d236d;
  border-radius: 4px;
  padding: 10px 0;
  transition: .2s;
}
.box_reg a:hover {
  opacity: .8;
}

/*-----------------------------------------------------------
	.con_intro
-----------------------------------------------------------*/
.con_intro {
  width: 95%;
  margin: 0 auto 5%;
}
.con_intro h3 {
  margin-bottom: 2.5%;
}

/*----------------------------------------------------
	.con_outline
----------------------------------------------------*/
.con_outline {
  width: 95%;
  margin: 0 auto 5%;
}
.con_outline .txt_lead {
  color: #1d236d;
  font-weight: bold;
  text-align: center;
  background-color: #f1bf4b;
  border-radius: 6px;
  padding: 6% 4%;
}
.con_outline .box_pop {
  border-bottom: 3px solid #dededc;
  padding: 6% 4%;
}
.con_outline .box_pop:last-of-type {
  border-bottom: none;
}
.con_outline .box_pop h4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}
.con_outline .box_pop .txt_lead {
  text-align: center;
  margin-bottom: 20px;
}
.con_outline .box_pop .box_lnk {
  display: block;
}
.con_outline .box_pop .box_lnk .box_reg {
  margin: 0 auto;
}
.con_outline .box_pop .box_lnk .box_teams {
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  margin: 0.5rem 0 0;
}
.con_outline .box_pop .box_lnk .box_teams:hover {
  text-decoration: none;
}
.con_outline .box_pop .txt_cou {
  text-align: center;
  margin-top: 10px;
}
.con_outline .box_pop .btn_login {
  position: relative;
  width: 200px;
  margin: 0 auto;
}
.con_outline .box_pop .btn_login:after {
  content: '\f138';
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.con_outline .box_pop .btn_login a {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #533115;
  border-radius: 4px;
  padding: 10px 0;
  transition: .2s;
}
.con_outline .box_pop .btn_login a:hover {
  opacity: .8;
}

/*-----------------------------------------------------------
	.con_tokuten
-----------------------------------------------------------*/
.con_tokuten {
  width: 95%;
  margin: 0 auto 5%;
}
.con_tokuten .col_tokuten {
  display: block;
  padding: 0 4%;
  margin-bottom: 0;
}
.con_tokuten .col_tokuten .box_tokuten {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10%;
}
.con_tokuten .col_tokuten .box_tokuten h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 0.85rem;
  color: #1d236d;
  background-color: #f1bf4b;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.con_tokuten .col_tokuten .box_tokuten .txt_title {
  width: 80%;
  font-size: 18px;
  font-weight: bold;
  /* text-align: center; */
}
.con_tokuten .col_tokuten .box_tokuten .txt_title span {
  display: block;
}
.con_tokuten .col_tokuten .box_tokuten .txt_title span a {
  display: block;
  font-size: 0.85rem;
  font-weight: bold;
  transition: .2s;
}
.con_tokuten .col_tokuten .box_tokuten .txt_title span a:hover {
  opacity: .5;
}
.con_tokuten .col_tokuten .box_tokuten .txt_title span a:after {
  content: '\f08e';
  font-family: FontAwesome;
  margin-left: 4px;
}

/*----------------------------------------------------
	.con_app
----------------------------------------------------*/
.con_app {
  width: 95%;
  padding: 6% 0 8%;
  margin: 0 auto 5%;
}
.con_app > ul {
  margin-bottom: 40px;
}
.con_app > ul .box_step {
  margin-top: 1rem;
}
.con_app > ul .box_step:first-of-type {
  margin-top: 0;
}
.con_app > ul .box_step:not(:last-of-type):after {
  content: "\f103";
  font-family: FontAwesome;
  font-weight: 900;
  display: block;
  font-size: 2rem;
  color: #1d236d;
  text-align: center;
  margin-top: 1rem;
}
.con_app > ul .box_step .wrp_step {
  background-color: #fff8ea;
  padding: 1.5rem 1rem;
}
.con_app > ul .box_step .wrp_step .box_con {
  display: block;
}
.con_app > ul .box_step .wrp_step .box_con .box_txt {
  flex: 1;
}
.con_app > ul .box_step .wrp_step .box_con .box_txt > h4 {
  text-align: center;
}
.con_app > ul .box_step .wrp_step .box_con .box_txt > h4 .st_main {
  color: #fff;
  background-color: #1d236d;
  border-radius: 10000px;
  padding: 6px 20px;
  margin-right: 0;
}
.con_app > ul .box_step .wrp_step .box_con .box_txt > h4 .st_sub {
  display: block;
  margin-top: 1rem;
  font-size: 18px;
}
.con_app > ul .box_step .wrp_step .box_con .box_txt .txt_des {
  text-align: center;
  margin-top: 0.5rem;
  line-height: 1.7;
  margin-top: 0.5rem;
}
.con_app > ul .box_step .wrp_step .box_con .box_img {
  width: 100%;
  margin: 1rem 0 0;
}
.con_app > ul .box_step .wrp_step .box_con .box_img a {
  width: 100%;
  height: 100%;
}
.con_app .box_reg.print {
  margin-bottom: 60px;
}
.con_app .box_reg.print a {
  background-color: #4f4f4f;
}
.con_app .txt_head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.con_app .txt_head span {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffdc96 0%);
}
