@charset "utf-8";

.photo2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 40px;
}
.photo2 li {
    width: 48%;
}
.photo2 img {
    border-radius: 10px;
}
.csr-title {
    font-size: 20px;
    font-weight: bold;
  	color: rgba(230, 0, 57, 1);
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
}
.csr p {
    line-height: 1.8;
    margin-bottom: 15px;
}
.csr-list {
    margin: 0 0 15px 1.5em;
    list-style: disc;
}
.csr-list li {
    line-height: 1.8;
    margin-bottom: 5px;
}
.enquete {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 40px 40px;
    background-color: #fff;
    border: 3px solid rgba(230, 0, 57, 1);
    border-radius: 20px;
    box-shadow: 10px 10px 0 rgba(230, 0, 57, 1);
}
.enquete-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    max-width: 480px;
    margin: -89px auto 40px !important;
    padding: 10px 10px;
    background-color: rgba(230, 0, 57, 1);
    border-radius: 14px;
}
.enquete-txt {
    font-size: 15px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 30px !important;
}
.form-link {
    padding-top: 80px;
}
.link-btn {
    max-width: 320px;
    margin: 0 auto;
    border: 2px solid rgba(230, 0, 57, 1);
    box-shadow: 3px 3px 0 rgba(230, 0, 57, 1);
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
}
.link-btn a {
    display: block;
    padding: 15px;
    color: rgba(230, 0, 57, 1);
    background-image: url(../../img/arrow-right-cosme.svg);
    background-repeat: no-repeat;
    background-size: 7px auto;
    background-position: center right 10px;
    background-color: #fff;
    border-radius: 8px;
}
.link-btn a:hover {
    text-decoration: none;
	background-color: #FEF4D6;
    border-radius: 8px;
}
.attention {
    max-width: 480px;
    margin: 30px auto 0;
}
.attention p {
    font-size: 12px !important;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px !important;
}
@media only screen and (max-width: 768px) {
    .csr-title {
        font-size: 18px;
    }
    .csr p {
        font-size: 15px;
    }
    .csr-list li {
        font-size: 15px;
    }
}
@media only screen and (max-width: 640px) {
    .csr-title {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .photo2 li {
        width: 100%;
        margin-bottom: 15px;
    }
    .photo2 li:last-child {
        margin-bottom: 0;
    }
}


.flow .txt1 {
	max-width: 1000px;
	margin: 40px auto 40px;
  padding: 0 20px;
	text-align: center;
}
.required {
  color: rgba(230, 0, 57, 1);
  font-size: 0.7em;
}
.stepBar {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 50px;
  padding: 0 40px 0 20px;
  background-color: rgba(255, 203, 216, 1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: rgba(255, 203, 216, 1);
  border-left: 4px solid #FFF;
  width: 25px;
  height: 25px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step.current {
  color: #FFF;
  background-color: rgba(230, 0, 57, 1);
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: rgba(230, 0, 57, 1);
}
.stepBar.step3 .step {
  width: 33.333%;
}
.form-wrapper {
	padding: 60px 20px 140px;
}
.form-attention {
  max-width: 1120px;
  margin: 0 auto 30px;
}
.form-attention p {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.formArea {
	max-width: 1120px;
	background: #fff;
  border: 3px solid rgba(230, 0, 57, 1);
  border-radius: 20px;
	box-shadow: 5px 5px 0px rgba(230, 0, 57, 1);
	margin: 0 auto 30px;
	padding: 30px 20px;
}
.thanks {
  margin: 0 auto;
}
.thanks p {
  text-align: center;
}
.thanks-txt {
  font-size: 26px;
  font-weight: bold;
  color: rgba(230, 0, 57, 1);
  margin-bottom: 20px;
}
.formArea table {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.formArea table th {
  font-weight: bold;
  padding: 10px;
  white-space: nowrap;
  width: 8em;
}
.formArea table td {padding: 10px;}
@media only screen and (max-width: 768px) {
  .flow .txt1 {
    font-size: 14px;
  }
  .formArea table th {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
  }
  .formArea table td {
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }
  .thanks-txt {
    font-size: 20px !important;
  }
  }
@media only screen and (max-width: 640px) {
  .formArea {
    padding: 20px 15px;
  }
}

.formArea .input01,
.formArea .input02 {
  width: 100%;
  padding: 4px;
  font-size: 0.94em;
  font-family: '游ゴシック Medium','Yu Gothic Medium','YuGothic M','游ゴシック','Yu Gothic','游ゴシック体',YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.formBtn ul {
  max-width: 300px;
  margin: 0 auto;
}
.formBtn ul li:nth-child(1) {width: 100%;}
.formBtn ul li:nth-child(2) {
  width: 100px;
  margin: 10px auto 0;
}
.formBtn button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background: #fff;
}
.formBtn button.btn1 {
  width: 100%;
  margin: 0 auto;
  display: block;
  background-image: url(../../img/arrow-right-white.svg);
  background-size: 10px auto;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-color: rgba(230,0,57,1);
  border-radius: 8px;
  color: #fff;
  line-height: 1;
  padding: 25px 15px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-family: '游ゴシック Medium','Yu Gothic Medium','YuGothic M','游ゴシック','Yu Gothic','游ゴシック体',YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
}
.formBtn button.btn1:hover {
  background-color: rgba(230,0,57,0.8);
}
.formBtn button.btn2 {
  width: 100%;
  margin: 0 auto;
  display: block;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 15px 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  font-family: '游ゴシック Medium','Yu Gothic Medium','YuGothic M','游ゴシック','Yu Gothic','游ゴシック体',YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 8px;
}

.photo-center {
  justify-content: center;
} 
.csr-wrap {
  padding-bottom: 160px; 
}
@media screen and (max-width: 768px) {
  .csr-wrap {
    padding-bottom: 110px !important; 
  }
}
.csr-info {
  margin: 0 auto 40px;
  text-align: center;
}
.csr-info-title {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .csr-info-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .csr-info-title {
    margin-bottom: 10px;
  }
}

.room-title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 640px) {
  .room-title {
    font-size: 16px;
  }
}

.program-title {
  font-size: 18px;
  margin-bottom: 10px !important;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .program-title {
    font-size: 16px !important;
  }
}