@charset "UTF-8";
/* ==================================================
		
		PC, iPad

================================================== */
.ti0 { text-indent: 0 !important; }
@media screen and (min-width:835px) {
.dementia_movie {
	width: 860px;
	margin: 40px auto;
 }
.dementia_movie > div {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.dementia_movie > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --------------------------------------------------
		#sec01
-------------------------------------------------- */
#sec01 {
 text-align: center;
 width: 100%;
 height: 550px;
 background: url(../img/sec01_img01.jpg) no-repeat;
 display: table;
 background-size: cover;
}
#sec01 .sec01_inner {
 vertical-align: middle;
 padding: 0 40px;
 margin: 0 auto;
 display: table-cell;
}
#sec01 .title {
 color: #ffffff;
 text-shadow: 1px 1px 6px #000000;
}
/* --------------------------------------------------
		.lead
-------------------------------------------------- */
.lead {
 text-align: center;
 color: #ffffff;
 padding: 30px 40px;
 background: #41bdce;
}
.lead dl {
 width: 860px;
 margin: 20px auto 0;
 border: 1px solid #ffffff;
 padding: 15px 40px;
}
.lead dl dd {
 margin-top: 3px;
}

/* --------------------------------------------------
		#sec02
-------------------------------------------------- */
.sec02_01 {
	display: flex;
	align-content: stretch;
}
.sec02_01_txtBlock > div {
	display: flex;
	justify-content: space-between;
	width: 800px;
}
.sec02_01_txtBlock > div+div {
	margin-top: 30px;
}
.sec02_01_txtBlock > div > figure {
	width: 300px;
}
.sec02_01_txtBlock > div > div {
	width: 460px;
}
.sec02_01_step {
  list-style-type: none;
  display:table;
  width:44px;
  padding:0;
  margin:0 20px 0 0;
  overflow:hidden;
}
.sec02_01_step li {
  display: table-row;
	height: 25%;
  padding: 1em 0;
  color: #fff;
  text-align: center;
  background: #504944;
}
.sec02_01_step li > p {
  position:relative;
	display: table-cell;
	vertical-align: middle;
}
.sec02_01_step li > p > span {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1;
	margin: 0;
	display: inline-block;
	padding: 20px 0 15px;
}
.sec02_01_step li.step01 { background: #41bdce url(../img/step01_bg.png) no-repeat center bottom; }
.sec02_01_step li.step02{ background: #41b3bd url(../img/step02_bg.png) no-repeat center bottom; }
.sec02_01_step li.step03{ background: #3fa2a0 url(../img/step03_bg.png) no-repeat center bottom; }
.sec02_01_step li.step04{ background: #3F9284; }

.sec02_01_step li > p:last-child:before,
.sec02_01_step li > p:last-child:after{
  display:none;
}
.sec02_01_step li > p:before,
.sec02_01_step li > p:after{
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
}

.sec02_02 {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.sec02_02 > .imgBox { width: 594px;}
.sec02_02 > .txtBox { width: 406px; }
.sec02_02 figure + figure { margin-top: 50px; }

.sec03_imgSet01,
.sec03_imgSet02 {
	display: flex;
	justify-content: space-between;
}
.sec03_imgSet01 > .imgBox { width: calc(40% - 20px); }
.sec03_imgSet01 > .txtBox { width: calc(60% - 20px); }
.sec03_imgSet02 > div { width: calc(50% - 20px); }

.sec04_imgSet01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec04_imgSet01 > .imgBox { width: 320px; }
.sec04_imgSet01 > .txtBox { width: 596px; }


/* --------------------------------------------------
		#sec03
-------------------------------------------------- */
#sec03 {
	width: 956px;
	margin: 80px auto 0;
}
#sec03 h3 {
	text-align: center;
}
#sec03 .sec03_inner {
	margin-top: 30px;
}
#sec03 .sec03_box {
	width: 395px;
	float: right;
}
#sec03 .sec03_inner dl {
	margin-top: 15px;
}
#sec03 .sec03_txt01 {
	width: 520px;
	line-height: 1.8;
	float: left;
}
}
/* ==================================================
		
		iPad

================================================== */
@media screen and (min-width: 835px) and (max-width: 1100px) {
/* --------------------------------------------------
		#sec01
-------------------------------------------------- */
#sec01 {
	height: 500px;
}
/* --------------------------------------------------
		.lead
-------------------------------------------------- */
.lead dl {
 width: auto;
}

/* --------------------------------------------------
		#sec03
-------------------------------------------------- */
#sec03 {
	width: auto;
 margin-right: 40px;
	margin-left: 40px;
}
#sec03 .sec03_box {
	width: 41%;
	float: right;
}
#sec03 .sec03_box img {
	width: 100%;
}
#sec03 .sec03_txt01 {
	width: 54%;
	float: left;
}
}
/* ==================================================
		
		SP

================================================== */
@media screen and (max-width:834px) {
/* --------------------------------------------------
		#sec01
-------------------------------------------------- */
.dementia_movie {
	margin: 5.3%;
 }
.dementia_movie > div {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.dementia_movie > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sec01 {
	text-align: center;
	width: 100%;
	background: url(../img/sec01_img01@sp.jpg) no-repeat;
	background-size: cover;
}
#sec01 .sec01_inner {
	padding: 22% 5.3%;
	margin: 0 auto;
}
#sec01 .title {
	color: #ffffff;
 text-shadow: 1px 1px 3px #000000;
}
/* --------------------------------------------------
		.lead
-------------------------------------------------- */
.lead {
	color: #ffffff;
	padding: 3% 5.3%;
	background: #41bdce;
	line-height: 1.8;
}
.lead dl {
 margin-top: 2%;
 border: 1px solid #ffffff;
 padding: 2% 3%;
}
.lead dl dt {
 text-align:center;
}

/* --------------------------------------------------
		#sec02
-------------------------------------------------- */
.sec02_01 {
	display: flex;
	align-content: stretch;
}
.sec02_01_txtBlock {
	width: calc(97% - 44px);
}
.sec02_01_txtBlock > div+div {
	margin-top: 7%;
}
.sec02_01_step {
  list-style-type: none;
  display:table;
  width:44px;
  padding:0;
  margin:0 3% 0 0;
  overflow:hidden;
}
.sec02_01_step li {
  display: table-row;
	height: 25%;
  padding: 1em 0;
  color: #fff;
  text-align: center;
  background: #504944;
}
.sec02_01_step li > p {
  position:relative;
	display: table-cell;
	vertical-align: middle;
}
.sec02_01_step li > p > span {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1;
	margin: 0;
}
.sec02_01_step li.step01 { background: #41bdce url(../img/step01_bg.png) no-repeat center bottom; }
.sec02_01_step li.step02{ background: #41b3bd url(../img/step02_bg.png) no-repeat center bottom; }
.sec02_01_step li.step03{ background: #3fa2a0 url(../img/step03_bg.png) no-repeat center bottom; }
.sec02_01_step li.step04{ background: #3F9284; }

.sec02_01_step li > p:last-child:before,
.sec02_01_step li > p:last-child:after{
  display:none;
}
.sec02_01_step li > p:before,
.sec02_01_step li > p:after{
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
}

.sec02_02 figure { margin-top: 4%; }
.sec02_02 figure > figcaption { font-weight: 700; }
.sec03_imgSet01 > .imgBox { margin-top: 4%; }
.sec03_imgSet02 > div+div { margin-top: 4%; }

.sec04_imgSet01  > .imgBox { text-align: center; }
.sec04_imgSet01 > .txtBox{ margin-top: 4%; }

/* --------------------------------------------------
		#sec03
-------------------------------------------------- */
#sec03 {
 margin: 9% 5.3%;
}
#sec03 h3 {
	text-align: center;
}
#sec03 .sec03_inner {
	margin-top: 4%;
}
#sec03 .sec03_box {
	width: 41%;
	float: right;
}
#sec03 .sec03_box img {
	width: 100%;
}
#sec03 .sec03_box dl {
	margin-top: 4%;
}
#sec03 .sec03_txt01 {
	width: 54%;
	line-height: 1.8;
	float: left;
}
}

