@charset "utf-8";

/*----------------------------------------------
corporation
----------------------------------------------*/
.corporation {
  font-size: 1.5rem;
}

/*----------------------------------------------
見出し
----------------------------------------------*/
.corporation h2 {
  position: relative;
  border: #006dab 6px solid;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.corporation h2::after {
  display: none;
}

.designated_inner {
  padding: 10px;
  background: url(/img/corporation/bg_designated.png) no-repeat;
  background-size: contain;
  background-position: bottom;
}
.corporation h3 {
  background: #006dab!important;
}
.designated_flow {
  margin: 0 auto;
}
.designated_flow ul {
  margin: 0 auto;
}
.designated_flow ul li {
  border-radius: 50%;
  background: #edfdff;
  border: #1eb7b9 4px solid;
  width: 230px;
  height: 230px;
  margin: 20px auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  box-shadow:0px 7px 17px 0px #bfbfbf;
  color: #000;
}
.designated_flow ul li .ico_munber {
  background: #006dab;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  width: 20%;
  font-family: 'メイリオ', Meiryo;
  text-align: center;
  height: 46px;
  margin: 0 auto;
}
.designated_flow ul li .txt {
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-top: -50px;
  line-height: 1.2;
}
.designated_flow ul li .txt strong {
  font-size: 2.4rem;
  background: linear-gradient(transparent 60%, #1eb7b9 50%);
}
.designated_flow ul li .txt span {
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 5px;
}
.designated_flow ul li .flow_link {
  width: 68%;
  background: #006dab;
  border-radius: 14px;
  margin: -50px auto 0;
  text-align: center;
  height: 24px;
  padding: 6px 0px 4px;
}
.designated_flow ul li .flow_link a {
  text-decoration: none;
  color: #fff;
}
.btn_corporation {
  padding: 10px;
  text-align: center;
}
.btn_corporation .btn_designated_info a {
  display: inline-block;
  margin: 10px 0;
  padding: 5% 4%;
  text-decoration: none;
  background: #006dab;
  color: #fff;
  border-radius: 14px;
  width: 80%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 0.7;
}
.btn_corporation .btn_designated_info a span {
  font-size: 1.0rem;
  font-weight: normal;
}

.recommended_box {
  border: #006dab 1px solid;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 10px;
}
.recommended_head {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin: 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: #1eb7b9 2px solid;
  padding-bottom: 10px;
}
.recommended_head .point {
  width: 28%;
  background: #006dab;
  color: #fff;
  font-weight: bold;
  padding: 10px 6px;
  text-align: center;
  height: 50px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.recommended_head .txt {
  width: 65%;
}
.pink {
  color: #ff5873;
}
.accordionBtn{
  box-shadow: none;
}
.btn_service00 span {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4%;
  text-decoration: none;
  color: #fff;
  background: -moz-linear-gradient(left, #00ab6d, #00d377);
  background: -webkit-linear-gradient(left, #00ab6d, #00d377);
  background:linear-gradient(left, #00ab6d, #00d377);
  border-radius: 6px;
  width: 90%;
  text-align: center;
  font-size: 1..5rem;
  font-weight: 600;
  border-bottom: solid 6px #aaa;
}
.btn_service01 span {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4%;
  text-decoration: none;
  color: #fff;
  background: -moz-linear-gradient(left, #0077d3, #006dab);
  background: -webkit-linear-gradient(left, #0077d3, #006dab);
  background:linear-gradient(left, #0077d3, #006dab);
  border-radius: 6px;
  width: 90%;
  text-align: center;
  font-size: 1..5rem;
  font-weight: 600;
  border-bottom: solid 6px #aaa;
}
.btn_service02 span {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4%;
  text-decoration: none;
  background: -moz-linear-gradient(left, #eb6c0f, #cc0000);
  background: -webkit-linear-gradient(left, #eb6c0f, #cc0000);
  background:linear-gradient(left, #eb6c0f, #cc0000);
  color: #fff;
  border-radius: 6px;
  width: 90%;
  text-align: center;
  font-size: 1..5rem;
  font-weight: 600;
  border-bottom: solid 6px #aaa;
}
.btn_service03 a {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4%;
  text-decoration: none;
  background: -moz-linear-gradient(left, #038e90, #00bcac);
  background: -webkit-linear-gradient(left, #038e90, #00bcac);
  background:linear-gradient(left, #038e90, #00bcac);
  color: #fff;
  border-radius: 6px;
  width: 90%;
  text-align: center;
  font-size: 1..5rem;
  font-weight: 600;
}

.corporation .flow-box {
  padding: 10px;
}
.corporation .flow-box .flow-box-data {
  background: -moz-linear-gradient(top, #006dab, #0077d3);
  background: -webkit-linear-gradient(top, #006dab, #0077d3);
  background:linear-gradient(top, #006dab, #0077d3);
  border: #fff 4px solid;
  box-shadow:2px 3px 11px -3px #888;
  text-align: center;
  margin: 20px auto;
  width: 46%;
  color: #fff;
  border-radius: 10px;
  padding: 8% 4%;
  height: 135px;
}
.corporation .flow-box .flow-box-data strong {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 10px;
  display: block;
}
.corporation .flow-box .flow-box-form {
  background: -moz-linear-gradient(top, #cc0000, #a70000);
  background: -webkit-linear-gradient(top, #cc0000, #a70000);
  background:linear-gradient(top, #cc0000, #a70000);
  border: #fff 4px solid;
  box-shadow:2px 3px 11px -3px #888;
  text-align: center;
  margin: 10px auto;
  width: 66%;
  color: #fff;
  border-radius: 10px;
  padding: 8% 4%;
  font-size: 1.6rem;
  font-weight: bold;
}
.corporation .flow-box h4.flow_form {
  font-size: 2.5rem;
  color: #cc0000;
  text-align: center;
}
.corporation .flow-box .flow-box-form a {
  color: #fff;
  text-decoration: none;
}
.corporation .flow-box .flow-arrow {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 24px solid #038e90;
  margin: 0 auto;
}

/*----------------------------------------------
固定ボタン
----------------------------------------------*/
ul.btn_regist_footer {
  position: fixed;
  bottom: 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
ul.btn_regist_footer li.tel {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  background: #ff755d;
  border-radius: 5px 5px 0 0;
  font-size: 1.2rem;
}
ul.btn_regist_footer li.tel em {
  font-style: normal;
  font-size: 1.6rem;
}
ul.btn_regist_footer li.tel span {
  font-style: normal;
  font-size: 1.0rem;
}
ul.btn_regist_footer li.reserve {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  background: #ff0048;
  border-radius: 5px 5px 0 0;
  font-size: 1.4rem;
}
ul.btn_regist_footer li.tel .ico {
  width: 16%;
  margin: 4% 2% 4% 4%;
}
ul.btn_regist_footer li.reserve .ico {
  width: 20%;
  margin: 4%;
}
ul.btn_regist_footer li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}

.sp {display: block;}
@media screen and (min-width: 768px) {
  .sp {display: none;}
}
