@charset "utf-8";
/*////////////// mcr/commonCSS Document //////////////*/
/* ------------------------------------------------------------
All
------------------------------------------------------------*/
#mainContents {
}
#mainContents img {
  vertical-align: bottom;
}
#mainContents .pageTop {
  margin-top: 0.5em;
  text-align: right;
}
.linkArea.btn {
  line-height: 2;
  border: 2px solid #d27d00;
  background-color: #fd9535;
  border-radius: 8px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
}
.linkArea.btn:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.linkArea.btn .linkText {
}
.linkArea.btn .linkText a {
  padding: 0.25em 2em 0.3em 1em;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  line-height: 2;
  display: block;
}
.linkArea.btn .linkText a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-color: #ffffff;
  border-top: 1px solid;
  border-right: 1px solid;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* ------------------------------------------------------------
logoArea
------------------------------------------------------------*/
#logoArea {
  width: 1100px;
}
/* ------------------------------------------------------------
headerArea Contents
------------------------------------------------------------*/
#headerArea {
  width: 1100px;
  text-align: center;
  margin: 0 auto 500px;
}
#headerArea a:hover {
  opacity: 0.75;
}
#headerArea .titleArea {
  position: relative;
}
#headerArea .titleArea .attnText {
  font-size: 12px;
  text-align: left;
  position: absolute;
  left: 30px;
  bottom: 10px;
  text-shadow: 0px 1px 1px #ffffff, 0px 0px 1px #ffffff, 1px 0px 1px #ffffff, 0px -1px 1px #ffffff, -1px -1px 1px #ffffff, -1px 0px 1px #ffffff;
}
#headerArea .ageSelectArea {
  padding: 30px 0 60px;
  text-align: center;
  background-image: url("/lp/image/mcr/common/header_bg_bottom_001.jpg"), url("/lp/image/mcr/common/header_bg_top_001.jpg"), url("/lp/image/mcr/common/header_bg_middle_001.jpg");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: 1100px auto;
  background-position: 0 100%, 0 0, 0 0;
}
#headerArea .ageSelectArea .ageList {
  width: 960px;
  margin: 40px auto;
  clear: both;
  overflow: hidden;
}
#headerArea .ageSelectArea .ageList > li {
  width: 318px;
  float: left;
}
#headerArea .ageSelectArea .ageList .age50 {
  padding-top: 50px;
  width: 100%;
  float: none;
  clear: both;
  overflow: hidden;
}
/* ------------------------------------------------------------
mainArea Contents
------------------------------------------------------------*/
#mainArea {
  width: 950px;
  margin: 0 auto;
}
#mainArea > section {
  margin-top: 500px;
}
#mainArea .attnText {
  margin-top: 0.5em;
  font-size: 13px;
  text-align: right;
}
#mainArea .cvArea .cvText.attn {
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 13px;
}
/* ageBox ---------------- */
#mainArea .ageBox {
  margin: 0 auto;
  background-position: -2px 0;
  background-repeat: no-repeat;
  background-size: 949px auto;
  position: relative;
}
#mainArea .ageBox .agetxt {
  padding-top: 30px;
}
#mainArea .ageBox .cvArea {
  text-align: center;
  position: absolute;
  top: 220px;
  right: 20px;
}
#mainArea .ageBox .cvArea .btnArea {
  margin-top: 30px;
}
#mainArea .ageBox .cvArea .btnArea .linkArea.btn .linkText {
  font-size: 30px;
}
#mainArea .ageBox .cvArea .btnArea .linkArea.btn .linkText a:before {
  width: 15px;
  height: 15px;
  border-color: #ffffff;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  right: 20px;
}
#mainArea .ageBox .cvArea .cvText.main {
  margin-top: 20px;
}
/* coupleArea ---------------- */
#mainArea .coupleArea {
}
#mainArea .coupleArea .titleArea.image {
  position: relative;
  margin-bottom: 60px;
  font-size: 35px;
  color: #ffffff;
  line-height: 2;
  text-align: center;
  background-color: #cccccc;
}
#mainArea .coupleArea .titleArea.image::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 30px solid #cccccc;
  -webkit-transform: translate( -50%, 0);
  transform: translate( -50%, 0);
}
#mainArea .coupleArea .graphArea {
  margin-top: 30px;
}
/* factArea ---------------- */
#mainArea .factArea {
  margin-top: 60px;
  clear: both;
  overflow: hidden;
}
#mainArea .factArea .factBox {
  width: 49%;
  float: left;
}




#mainArea .factArea .factBox + .factBox {
  margin-left: 2%;
}
#mainArea .factArea .yearText {
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#mainArea .factArea .itemText {
  margin-top: 10px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#mainArea .factArea .figureText {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#mainArea .factArea .figureText .figureFont {
  color: #FF3366;
  font-size: 85px;
}
#mainArea .factArea .smallText {
  font-size: 12px;
}
#mainArea .factArea .attnArea {
  padding-top: 10px;
  clear: both;
}
#mainArea .factArea .attnText {
  margin-left: 1.8em;
  text-indent: -1.8em;
  text-align: left;
}
/* closeArea ---------------- */
#mainArea .closeArea {
  margin-top: 60px;
}
#mainArea .closeArea .titleArea.image img {
  width: 950px;
}
#mainArea .closeArea .closeText {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
}
#kmcr #mainArea .closeArea .cvArea {
  padding: 50px 50px 0px !important;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 950px auto;
}
#mainArea .closeArea .cvArea .btnArea {
  padding-left: 100px;
}
#mainArea .closeArea .cvArea .linkArea.btn .linkText {
  font-size: 30px;
}
#mainArea .closeArea .cvArea .linkArea.btn .linkText a:before {
  width: 15px;
  height: 15px;
  border-color: #ffffff;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  right: 20px;
}
/* 20代---------------- */
#age20Area {
  display: none;
}
#age20Area .ageBox {
  background-image: url("/lp/media/model/2023tvcm/mcr/20_bg_001.jpg");
  height: 748px;
}
#age20Area .closeArea .cvArea {
  background-image: url("/lp/media/model/2023tvcm/mcr/age20_bg_002.jpg?20191001");
}
#age20Area .closeArea .closeText {
  color: #ffffff;
  background-color: #ffdf01;
}
#age20Area .linkArea.btn {
  background-color: #ff3366;
  border-color: #d83d64;
}
#mainArea #age20Area .coupleArea .titleArea.image {
  background-color: #ffdf01;
}
#mainArea #age20Area .coupleArea .titleArea.image::after {
  border-top: 30px solid #ffdf01;
}

/* 30代---------------- */
#age30Area .ageBox {
  background-image: url("/lp/media/model/2018/mcr/age30_bg_001.jpg?20200211");
  height: 748px;
}
#age30Area .closeArea .cvArea {
  background-image: url("/lp/media/model/2018/mcr/age30_bg_002.jpg?20200211");
}
#age30Area .closeArea .closeText {
  color: #ffffff;
  background-color: #ff76ae;
}
#mainArea #age30Area .coupleArea .titleArea.image {
  background-color: #ff76ae;
}
#mainArea #age30Area .coupleArea .titleArea.image::after {
  border-top: 30px solid #ff76ae;
}

/* 40代---------------- */
#age40Area {
  display: none;
}
#age40Area .ageBox {
  background-image: url("/lp/media/model/2018/mcr/age40_bg_001.jpg");
  height: 757px;
}
#age40Area .ageBox .agetxt {
  padding-top: 100px;
}
#age40Area .closeArea .cvArea {
  background-image: url("/lp/media/model/2018/mcr/age40_bg_002.jpg?20190327");
}
#age40Area .closeArea .closeText {
  color: #ffffff;
  background-color: #00d5c1;
}
#age40Area .linkArea.btn {
  background-color: #ff3366;
  border-color: #d83d64;
}
#mainArea #age40Area .coupleArea .titleArea.image {
  background-color: #00d5c1;
}
#mainArea #age40Area .coupleArea .titleArea.image::after {
  border-top: 30px solid #00d5c1;
}

/* ------------------------------------------------------------
ssArea
------------------------------------------------------------*/
#ssArea {
  margin-top: 40px;
  padding-top: 0.5em;
  border-top: 1px solid #cccccc;
}

/* ------------------------------------------------------------
admission_notes
------------------------------------------------------------*/
.admission_txt {
  margin-top: 20px;
  font-size: 13px;
  font-feature-settings: "palt";
}