/*--------------------------------
layout
---------------------------------*/
.senior_area {
  width: 970px !important;
  margin: 0 auto 20px auto;
  background: #fff;
  /*background: url(../images/bg_senior.gif) center top repeat-y;*/
}

.senior_area img {
  display: block;
}

.senior_area dl, .senior_area dt, .senior_area dd {
  border: none;
  background: none;
}

#top_area {
  position: relative;
  height: 496px;
}

ul.menu {
  width: 960px;
  position: absolute;
  left: 5px;
  /*bottom: 12px;*/
  bottom: 0;
  padding: 0;
}

ul.menu li {
  float: left;
  margin: 0 5px;
}

span.orange {
  color: #e75d19;
  font-weight: bold;
}

.pinkline {
  background: linear-gradient(transparent 60%, rgba(251, 192, 207, 0.7) 60%);
  padding-bottom: 1px;
}

.blue-dotted {
  color: #3966b1;
  border-bottom: dotted 1px #3966b1;
  text-decoration: none;
}

.senior_btn_area {
  width: 900px;
  height: 275px;
  padding-top: 70px;
  margin: 20px auto 40px;
  background: url(../images/btn_areaBg_2101.jpg) center top no-repeat;
  background-size: 100%;
}

ul.senior_btn {
  width: 740px;
  margin-left: 90px;
}

ul.senior_btn li {
  float: left;
  margin: 0 10px;
}

a.btn-sample {
  width: 260px;
  height: 37px;
  display: block;
  margin-top: 48px;
  margin-left: 280px;
}

.for-you {
  width: 920px;
  margin: -20px auto 60px;
}

#sinior_kassei, #senior_seika, #about_ikiiki {
  width: 920px;
  margin: 10px auto 50px;
  padding: 100px 50px 35px;
	background: #f8f6f3;
  box-shadow: rgba(199, 199, 199, 0.65098) 1px 2px 1px;
}

#sinior_kassei p, #senior_seikaText p {
  font-size: 18px;
  line-height: 160%;
  margin: 5px 0 1em;
  color: #444;
}

#sinior_kassei {
  height: 1000px;
}

#senior_seika {
  height: 980px;
}

#about_ikiiki {
  height: 1510px;
  padding-left: 30px;
  padding-right: 30px;
}

dl.ikiiki {
  margin: 0 auto 35px;
  /* width: 900px; */
}

dl.ikiiki dt {
  text-align: center;
  margin-bottom: 15px;
}

dl.ikiiki dt img {
  margin: 0 auto;
}

dl.ikiiki dd {
  text-align: center;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 15px;
  color: #444;
}

.ikiiki_pink {
  font-size: 32px;
  color: #e75589;
}

#ikiiki_torikumiArea {
  width: 804px;
  margin: 0 auto 40px;
  overflow: hidden;
}

.center_box img {
  margin: 0 auto;
}

dl.ikiiki_torikumi {
  width: 175px;
  float: left;
  margin: 10px 13px 0 13px;
  padding: 0;
}

dl.ikiiki_torikumi dd {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 150%;
  color: #444;
  margin: 5px 0 0 0;
}

#voice01, #voice02, #voice03 {
  width: 889px;
  margin: 0 auto 20px auto;
  padding: 40px;
}

#voice01 {
  background: url(../images/voice_bg.gif) no-repeat;
  height: 307px;
}

#voice02 {
  background: url(../images/voice2_bg.gif) no-repeat;
  height: 396px;
}

#voice03 {
  background: url(../images/voice3_bg.gif) no-repeat;
  height: 444px;
}

.title {
  position: relative;
  top: 43px;
}

#senior04 .report-container {
  background: url(../images/note-bg.jpg) repeat-y center;
  padding: 90px 40px;
  box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
  margin: 0px 25px 50px;
}

#senior04 .report-box {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;

  margin-bottom: 30px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#senior04 .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#senior04 .flex {
  display: -webkit-box;
  display: flex;
}

#senior04 .img-box.vertical {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

#senior04 .img-box {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 400px;
}

#senior04 .bg-img {
  background: url(../images/report-03-4.png) no-repeat;
  background-size: 55%;
  background-position: center right 24px;
}

#senior04 .text-box {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 500px;
}

#senior04 .text-box p {
  font-size: 16px;
}

#senior04 .print-box .text-box p {
  font-size: 14px;
}

#senior04 .one-third .text-box {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;

}

#senior04 .one-third .img-box {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

#senior04 .half .text-box, #senior04 .half .img-box {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

#senior04 .text-box h4::before {
  content: '●';
  margin-right: 5px;
}

#senior04 .text-box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

#senior04 .text-box h4+p {
  margin-bottom: 20px;
}

#senior04 .text-box img {
  margin-bottom: 15px;
}

#senior04 .text-box p {
  margin-bottom: 10px;
}

#senior04 .white-bg {
  background-color: #fff;
  padding: 30px;
}

#senior04 .white-bg.print-box {
  height: 260px;
}

#senior04 .pink {
  color: #e75589;
}

.text-box {
  padding: 0 20px;
  display: inline-block;
}
.white-bg.half, .white-bg.one-third{
   width: 820px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}
.white-bg.print-box {
  width: 400px;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}

.white-bg.print-box:first-child {
  margin-right: 20px;
}

#voice01 p, #voice02 p, #voice03 p {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 150%;
  margin-bottom: 12px;
  color: #444;
}

.voice_yellow {
  background: linear-gradient(transparent 50%, rgba(254, 252, 110, 0.7) 50%);
  padding-bottom: 5px;
  font-weight: bold;
}

.contents {
  width: 900px;
  margin: 0 auto;
}

#senior_cont {
  width: 900px;
  margin: 0 auto 20px auto;
  position: relative;
  background-color: #fef7e9;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

#senior_cont h4 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #3966b1;
}

#senior_cont p#body_copy {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #3966b1;
  line-height: 160%;
  position: relative;
}

#senior_cont p#body_copy span.cap {
  font-size: 0.8em;
}

#senior_order {
  width: 690px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 20px;
}

a.btn_order {
  width: 690px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}

a.btn_panf {
  width: 340px;
  height: 54px;
  float: left;
}

a.btn_contact {
  width: 340px;
  height: 54px;
  float: right;
}

.mtb10 {
  margin: 10px 0;
}

.mb10 {
  margin-bottom: 10px;
}

.w900 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

p.center {
  text-align: center;
}

a.blue {
  color: #3966b1;
  text-decoration: none;
  border-bottom: 1px dotted #3966b1;
  font-weight: bold;
}

a.blue:hover {
  text-decoration: none;
}

p.l580 {
  width: 580px;
  float: left;
}

img.devider {
  width: 902px;
  margin: 20px auto;
  clear: both;
}

.btn_area {
  width: 909px;
  height: 199px;
  margin: 30px auto;
  position: relative;
  background-image: url(../images/btn_dlBg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
}

.btn_area a.btn_order {
  width: 290px;
  height: 51px;
  display: inline-block;
  position: relative;
  top: 90px;
}

.long_logo {
  width: 239px;
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  top: -10px;
}

.long_url {
  float: left;
  display: inline-block;
}

/*sp link block*/
#spLinkBlockInPc {
  display: none;
  margin: 0;
  position: relative;
}

.w800 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.float_right_p01 {
  float: right;
  margin-right: 20px;
}
