@charset "UTF-8";
/* 共通
----------------------------- */
img {
  max-width: 100%;
}

div.leadBox {
  padding-bottom: 0;
}

div.leadBox p.txt {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}

div.leadBox p.txt span {
  line-height: 1.8;
}

.cnameList {
  height: 50px;
margin-top:70px;
}
.txtbox--bkred {
  color: #fff;
  background: tomato;
  margin-right: 15px;
  padding: 0 10px;
  font-weight: bold;
}
.red {
  color: red;
}

/* ページ内リンクメニュー
----------------------------- */
.page-link {
  display: flex;
  justify-content: space-around;
  max-width: 800px;
  margin: -30px auto 50px;
font-size: 0.9rem;
}

.page-link li {
  padding: 25px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .page-link {
            flex-wrap: wrap;
  }
  .page-link li {
    width: 50%;
    font-size: 0.875rem;
  }
}

a.arrow-bottom {
  position: relative;
  padding-bottom: 45px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a.arrow-bottom::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0077c0;
  border-right: 2px solid #0077c0;
  -webkit-transform: translateX(-3.5px) rotate(135deg);
          transform: translateX(-3.5px) rotate(135deg);
}

a.arrow-bottom.newwin::after {
  width: 10px;
  height: 10px;
  background: url(/Content/common/images/icon_window.png);
  border: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* アラートbox
----------------------------- */
div.alert {
  display: table;
  width:100%;
  margin-top: 20px;
  border:2px solid red;
}
div.alert div.alert-mark{
  display:table-cell;
  width: 50px;
  background:red;
  color:#fff;
  font-size:30px;
  text-align:center;
  vertical-align:middle;
}
div.alert div.alert-txt{
  display:table-cell;
  padding:15px;
}
.alert h4{
  font-weight:bold;
  color:red;
}
/* js開閉ボタン
----------------------------- */
h4 {
  width: auto;
  padding: 7px 15px;
}

.btn-accordion a{
position:relative;
padding-left: 20px;
}
.btn-accordion a::before {
  /*縦線*/
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  width:8px;
  height:8px;
  border-top: #09C 2px solid;
  border-right: #09C 2px solid;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

.btn-accordion.open a::before {
  top: 40%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.accordion-content {
  display: none;
}

/* btn メイン 濃い青
----------------------------- */
a.btn--blue {
  position: relative;
  display: block;
  background: #0078c1;
  border-radius: 5px;
  width: 70%;
  margin: 40px auto;
  padding: 1em;
  padding-right: 2em;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

a.btn--blue:hover {
  opacity: 0.8;
}

a.btn--blue::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* btn2 薄い青背景
----------------------------- */

a.btn-sub {
  display: inline-block;
  min-width: 90px;
  max-width: 100%;
  padding: 12px 10px;
  border: 1px solid #0077c0;
  background-color: #f1f7ff;
  color: #0077c0;
  font-size: 0.875rem;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a.btn-sub:focus,
a.btn:hover {
  opacity: 0.7;
}

a.btn-sub {
  position: relative;
  padding-right: 2.5em;
  padding-left: 1.38em;
}

a.btn-sub::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0077c0;
  border-right: 2px solid #0077c0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* トレーニング一覧の表
----------------------------- */
div.tableBox table th {
padding: 1px;
    font-size: 85%;
}

div.tableBox table th span {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    background: #0078C1;
    line-height: 1.2;
    display: block;
    min-height: 14px;
}

div.tableBox table td {
    font-size: 85%;
    padding: 10px;
}
div.tableBox table td img{
    margin: -5px;
    margin-right: 5px;
}

div.tableBox table {
    width: 100%;
}
div.tableBox table td[colspan="3"]{
	color:#d65c5c;
	background:#fbeded;
	font-weight: bold;
}
div.tableBox table th:first-child{
	width:460px;
}
div.tableBox table td:nth-child(2),div.tableBox table td:nth-child(3){
	text-align:center;
}

/* 1社向け 申し込みの流れ
----------------------------- */

#howto .step{
display: table;
width: 100%;
padding: 2px;
margin-bottom:20px;
background: #fffbf5;
border: 1px solid #aaa;
}

#howto .step__num{
display: table-cell;
vertical-align: middle;
text-align: center;
width: 100px;
font-size: 1.5rem;
color: #fff;
}
#howto .step__num.customer{
background:#ff734a;
}
#howto .step__num.eli {
    background: #e8eef4;
    color: #0078c1;
}
#howto .step__num.snow{
background:#7cbbe9;
}

#howto .step__txt{
display: table-cell;
vertical-align: middle;
padding: 10px;
font-size:75%;
}
#howto h4{
margin-bottom: 0;
border-bottom: 0;
text-align: left;
color: #ff734a;
padding-left: 0;
font-size: 1rem;
font-weight:bold;
}

#howto div.arrow_wrapper .step {
    background: none;
    border: 1px solid #a6bbcb;
}

#howto div.arrow_wrapper h4 {
    color: #2b90d9;
}

#howto .step__txt {
  margin: 0;
}
#howto .step__txt span{
    background: yellow;
    padding:0 5px;
    font-weight:bold;
}
#howto .arrow_wrapper .step__num {
    font-size: 0.9em;
}
div.arrow_wrapper {
	position:relative;
}
.arrow {
	position:absolute;
	top:0;
	left:50px;
	width:10px;
	height:100%;
	background-color:#ffa58a;
}
.arrow:after {
	content:'';
	position:absolute;
	bottom:-30px;
	left:-15px;
	border:20px solid transparent;
	border-top:20px solid #ffa58a;
}

