@charset "UTF-8";
/*******************************************
	/css/onlycoplus.css
*******************************************/
/*------------------------------------------
	import
------------------------------------------*/
/*------------------------------------------
	mixin管理
------------------------------------------*/
/* 大タイトル
-------------------------------------------------- */
/* フロントページ　英字+日本語タイトル
-------------------------------------------------- */
/* フロントページ　日本語+英字フリガナタイトル
-------------------------------------------------- */
/* 角丸
-------------------------------------------------- */
/*------------------------------------------
	遷移時のスタイル
------------------------------------------*/
#onlycoplus {
  opacity: 0;
  background: #214980;
  -webkit-animation: fadeIn 3s ease 0.5s 1 normal;
  animation: fadeIn 3s ease 0.5s 1 normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 750px) {
  #onlycoplus {
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#onlycoplus #header {
  background: #FFF;
}

#onlycoplus #footer {
  background: #FFF;
}

/*------------------------------------------
	top
------------------------------------------*/
.onlycoplus_area {
  color: #FFF;
}

.onlycoplus_box_small {
  width: 700px;
  margin: 0 auto;
}

.head_img {
  margin-bottom: 80px;
}

.chain_support {
  margin-bottom: 50px;
  text-align: center;
}

.chain_support img {
  margin-bottom: 25px;
}

.chain_support p {
  font-size: 1.8rem;
  font-weight: bold;
}

.chain_support p::before {
  content: "<";
  margin-right: 15px;
}

.chain_support p::after {
  content: ">";
  margin-left: 15px;
}

.main_text {
  margin-bottom: 30px;
}

.main_text p {
  line-height: 2;
}

.onlycoplus_box_small > figure {
  margin-bottom: 30px;
}

.three_plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.three_plan > div[class$="_box"] {
  width: 30%;
}

.three_plan a img {
  display: block;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.three_plan a img:hover {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

@media screen and (max-width: 750px) {
  .onlycoplus_box_small {
    width: 100%;
  }
  .head_img {
    margin-bottom: 25px;
  }
  .head_img img {
    margin-bottom: 20px;
  }
  .head_img p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .main_text {
    margin-bottom: 10px;
  }
  .chain_support {
    margin-bottom: 15px;
  }
  .chain_support img {
    margin-bottom: 10px;
  }
  .chain_support p {
    font-size: 1.4rem;
  }
  .chain_support p::before {
    display: none;
  }
  .chain_support p::after {
    display: none;
  }
  .three_plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .three_plan > div[class$="_box"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .three_plan a img:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

/*------------------------------------------
	プランページ（fancybox内）
------------------------------------------*/
.plan_area .inner_plan {
  padding: 70px 80px;
  text-align: center;
}

.plan_area .plan_logo {
  width: 26%;
  margin: 0 auto 40px;
}

.plan_area .city_fig {
  width: 75%;
  margin: 0 auto 35px;
}

.plan_area ul li > figure {
  margin-bottom: 5px;
}

.plan_area p {
  font-weight: bold;
}

.plan_area .inner_plan > p {
  margin-bottom: 60px;
  text-align: left;
  line-height: 1.6;
}

.plan_area ul li .case_number {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  background: #1d4885;
}

.plan_area ul li .case_number p {
  padding: 15px 20px;
  margin-left: 0.3rem;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.5rem;
}

.plan_area ul li .case_number p em {
  display: block;
  margin-top: 5px;
  margin-left: -0.5rem;
  font-size: 4.5rem;
  font-style: normal;
}

.plan_area ul li .case_number p::first-line {
  margin-left: 0.5rem;
}

.plan_area ul li .case_name p {
  color: #1d4885;
  margin-bottom: 25px;
  font-size: 1.6rem;
}

.plan_area ul li > p {
  font-weight: normal;
}

.plan_area ul li .more_btn {
  margin: 30px auto 40px;
}

.plan_area ul li .more_btn a {
  display: block;
  width: 30%;
  padding: 10px;
  margin: 0 auto 30px;
  border: 1px solid #1d4885;
  color: #1d4885;
  font-weight: bold;
  cursor: pointer;
}

.plan_area ul li .more_btn a:hover {
  color: #FFF;
  background: #1d4885;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.plan_area .plan_close_btn {
  position: relative;
  background: #1d4885;
  padding: 10px 12px;
  border-radius: 50%;
  color: #FFF;
  font-size: 2.2rem;
  cursor: pointer;
}

.plan_area .plan_close_btn:hover {
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 750px) {
  .plan_area .inner_plan {
    padding: 40px 15px;
  }
  .plan_area .plan_logo {
    width: 70%;
    margin-bottom: 30px;
  }
  .plan_area .inner_plan > p {
    margin-bottom: 30px;
  }
  .plan_area ul li .case_name p {
    font-size: 1.4rem;
  }
  .plan_area ul li > p {
    margin: 10px 0 15px;
    text-align: left;
  }
  .plan_area ul li .more_btn a {
    width: 90%;
  }
  .plan_area .city_fig {
    width: 100%;
    margin: 0 auto 35px;
  }
}

/*------------------------------------------
	空間の設計（areaspace）
------------------------------------------*/
.plan_area .inner_plan .txt_center {
  text-align: center;
}

.plan_area ul li .case_number {
  width: 60px;
  height: 60px;
}

.plan_area ul li .case_number p {
  padding: 10px;
  margin-left: 0;
  letter-spacing: normal;
}

.plan_area ul li .case_number p em {
  margin-left: 0.3rem;
  font-size: 2.4rem;
}
