﻿@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------------------------------------------------------------------------------------------
* common
------------------------------------------------------------------------------------------------------------------------------------------- */
/**/
/**/
/**/


/* header  */


/*section_kiyaku*/
#mitsumori-page #section_kiyaku { padding: 70px 0; background: #f2f2f2; text-align: center;}
#mitsumori-page #section_kiyaku .ttl { margin-bottom: 25px; text-align: center; font-weight: bold; line-height: 1.7;	font-size: 3.2rem;}
#mitsumori-page #section_kiyaku .read { margin-bottom: 30px;}
/**/
#mitsumori-page .block_btn { display: flex; justify-content: center;}
#mitsumori-page .button { position: relative; display: block; overflow: hidden; width: 400px; height: 60px; margin: 0 20px; background: #fff; border: 1px solid #000; border-radius: 3px; text-align: center;	font-weight: bold; box-sizing: border-box;}
#mitsumori-page .button a { position: relative; display: block; overflow: hidden; width: 400px; height: 60px; margin: 0 auto; z-index: 2; text-decoration: none; color: #000; line-height: 60px; font-size: 2.4rem; box-sizing: border-box;}
#mitsumori-page .button a:hover { opacity: 1; z-index: 2; color: #fff;}
#mitsumori-page .button .anm-button-bg { position: absolute; z-index: 0; left: -400px; transition: all .1s ease; width: 400px; height: 60px; background: #000;}
#mitsumori-page .button:hover .anm-button-bg { left: 0 !important;}
/**/
#mitsumori-page .use { margin: 45px 0 0; line-height: 1;}
#mitsumori-page .use p.ttl_use { margin-bottom: 25px; font-weight: bold; font-size: 2rem;}
#mitsumori-page .use div { display: flex; justify-content: center;}
#mitsumori-page .use div p { margin-right: 20px; padding-right: 20px; border-right: solid 1px #000;}
#mitsumori-page .use div p:last-of-type { padding-right: 0; border-right:none;}
#mitsumori-page .use p a { color: #000; text-decoration: none;}
@media screen and (max-width: 900px) {
  #mitsumori-page #section_kiyaku { padding: 30px 20px 30px; border-bottom: solid 1px #d9d9d9;}
  #mitsumori-page #section_kiyaku .ttl { margin-bottom: 15px; font-size: 1.8rem;}
  #mitsumori-page #section_kiyaku .read { margin-bottom: 20px; font-size: 1.3rem;}
  /**/
  #mitsumori-page .block_btn { display: block;}
  #mitsumori-page .button { width: 100%; height: 40px; margin: 0;}
  #mitsumori-page .button:first-of-type { margin-bottom: 20px;}
  #mitsumori-page .button a { width: 100%; height: 40px; max-width: 220px; line-height: 40px; font-size: 1.6rem;}
  #mitsumori-page .button .anm-button-bg { width: 100%; height: 40px; left: -100%; background: #fff;}
  #mitsumori-page .button a:hover { color: #000;}
   /**/
   #mitsumori-page .use { margin: 30px 0 0;}
   #mitsumori-page .use p.ttl_use { margin-bottom: 15px; font-size: 1.6rem;}
   #mitsumori-page .use div { display: block;}
   #mitsumori-page .use div p { margin-bottom: 13px; padding-right: 0; border-right: none; font-size: 1.3rem;}
   #mitsumori-page .use div p:last-child { margin-bottom: 0;}
   #mitsumori-page .use p a { color: #000; text-decoration: none;}
}


/* footer  */
/* ==========================================================================
toPageTop
========================================================================== */
/* toPageTop */
#footer .toPageTop {
  display: none;
  position: fixed;
  /*right: calc(50% - 465px - 50px);*/
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 3px;
}

#footer .toPageTop a {
  display: block;
  background-color: #999791;
  color: #fff;
  text-indent: -9999px;
  z-index: 2;
  position: relative;
}

#footer .toPageTop a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -8px 0 0 -18px;
  border-right: #fff 1px solid;
}

#footer .toPageTop a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-right: #fff 1px solid;
  border-top: #fff 1px solid;
  transform: rotate(-45deg);
}

/* ==========================================================================
footer styles
========================================================================== */
#footer { background-color: #f2f2f2; position: relative; padding: 20px; min-width: 1240px; overflow: hidden; box-sizing: border-box;
	text-align: center;
	color: #4c4c4c;
}
#footer .inner {
  display: flex;
  margin-top: 0 !important;
  padding: 0 !important;
}
#footer .inner > div {
  -ms-flex: 1;
      flex: 1;
  font-size: 11px;
  line-height: 1;
}
#footer .inner > div.boxAsk {
  border-left: 1px solid #d9d9d9;
  -ms-flex: 0;
      flex: 0;
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  -ms-flex-item-align: center;
	text-align: center;
}
#footer .inner > div.boxAsk div {
	display: inline-block;
}
#footer .inner > div.boxAsk.boxAsk01 {
  border-left:none;
}
#footer .inner > div.boxAsk .txt {
	margin-bottom: 10px;
	font-size: 14px;
}
#footer .inner > div.boxAsk .txt:first-child {
	font-size: 20px;
}
#footer .inner > div.boxAsk .tel2 {
  font-size: 20px;
  margin-bottom: 5px;
  font-family: Arial;
	font-weight: bold;
}
#footer .inner > div.boxAsk .tel2 a {
  pointer-events: none;
  text-decoration: none;
  color: #4c4c4c;
	font-weight: bold;
}
#footer .inner > div.boxAsk .email {
 font-size: 20px;
	font-weight: bold;
}
#footer .inner > div.boxAsk .email a {
	color: #4c4c4c;
	font-weight: bold;
}
#footer .inner > div.boxLink {
  border-left: 1px solid #d9d9d9;
	text-align: left;
}
#footer .inner > div.boxLink > ul {
  padding-left: 20px;
}
#footer .inner > div.boxLink > ul li {
  margin-top: 10px;
}
#footer .inner > div.boxLink > ul li a {
  text-decoration: none;
  color: #4C4C4C;
}
#footer .inner .outlink {
  display: inline-block;
}
#footer .inner .outlink:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/icon_newtab_b.png) no-repeat;
  margin-left: 5px;
  vertical-align: text-top;
}
#footer .copyright2 {
  text-align: center;
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  padding-top: 10px;
  line-height: 1.6;
  font-size: 11px;
  color: #4C4C4C;
}
@media screen and (max-width: 900px) {
  #footer { min-width: auto; height: auto; padding: 20px 30px 30px;}
  #footer .inner { display: block;}
  #footer .inner > div { font-size: 12px; line-height: 1.33;}
  #footer .inner > div.boxAsk { border-left: none; border-bottom: 1px solid #d9d9d9; margin-top: 25px; padding-bottom: 20px;}
  #footer .inner > div.boxAsk.boxAsk01 { margin-top: 0; border-top:none;}
  #footer .inner > div.boxAsk .txt {	margin-bottom: 5px;	font-size: 13px;}
  #footer .inner > div.boxAsk .txt:first-child {	font-size: 17px;}
  #footer .inner > div.boxAsk .tel2 { margin-bottom: 2px; font-size: 18px;}
  #footer .inner > div.boxAsk .tel2 a { pointer-events: auto;}
  #footer .inner > div.boxAsk .email { font-size: 18px;}
  #footer .inner > div.boxLink { padding-top: 20px; border: none; text-align: center;}
}

#footer .inner .outlink {
  display: inline-block;
}
#footer .inner .outlink:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/icon_newtab_b.png) no-repeat;
  margin-left: 5px;
  vertical-align: text-top;
}
@media screen and (max-width: 900px) {
  #footer .copyright2 {
    border: none;
    margin-top: 55px;
    padding: 0;
  }
}

#footer.new001 .inner {
  justify-content: center;
}
#footer.new001 .inner > div {
  -ms-flex: none;
      flex: none;
  width: 250px;
}
#footer.new001 .inner > div.boxAsk {
  border-left: none;
}
#footer.new001 .inner > div.boxAsk .tel2 a {
  color: #E06464;
}
#footer.new001 .inner > div.boxAsk {
    -ms-flex: 0;
    flex: 0;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    -ms-flex-item-align: center;
    align-self: center;
}
#footer.new001 .inner > div.boxAsk .txt2 {
    margin: 5px 0;
    text-align: center;
    font-size: 11px !important;
    line-height: 1;
}
#footer.new001 .inner > div.boxAsk .txt2 br {
    display: none;
}
#footer.new001 .inner > div.boxAsk .tel2 {
    font-size: 45px;
    color: #E06464 !important;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
}
#footer.new001 .inner > div.subLogo2 {
    width: 100px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
#footer.new001 .inner > div.subLogo2 img {
    width: 90px;
}
@media screen and (max-width: 900px){
	#footer.new001 .inner > div {
	  -ms-flex: none;
	      flex: none;
	  width: auto;
	}
	#footer.new001 .inner > div.boxAsk .tel2 {
	    font-size: 18px;
	}
	#footer.new001 .inner > div.subLogo2 {
		width: auto;
	    border-top: 1px solid #d9d9d9;
	    margin-top: 25px;
	    padding-top: 20px;
	    text-align: center;
	}
	#footer.new001 .inner > div.l02 {
	    padding-top: 0;
	}
}

footer2 #stickyFooter {
  background-color: #f2f2f2;
  margin-top: 60px;
  width: 100%;
}

/* -------------------------------------
 * outlink
------------------------------------- */
a.outlink {
  background-image: url(../../img/icon_newtab_b.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 12px !important;
}



/* -------------------------------------------------------------------------------------------------------------------------------------------
* module
------------------------------------------------------------------------------------------------------------------------------------------- */
/* section_btn */
#mitsumori-page .section_btn { /* padding: 30px 0; */ /* background: #d3d3d3; */}
#mitsumori-page .section_btn .inner { display: flex; justify-content: center; width: 1058px; margin: 0 auto;}
/* #mitsumori-page .section_btn a { position: relative; display: block; width: 480px; padding: 24px 0; background: #ec6519; border-radius: 100px; box-shadow: 0 5px 5px 0 rgba(0,0,0,0.28); text-align: center; color: #fff; text-decoration: none; font-weight: bold; font-size: 2.2rem;}
#mitsumori-page .section_btn a::after { content: ""; display: block; position: absolute; top: 28px; right: 18px; width: 24px; height: 23px; background: url("../img/btn_arrow.png") 0 0 no-repeat;} */
#mitsumori-page .section_btn a { display: block; width: 450px; padding: 10px 0; background-color: #FFE333; text-align: center; color: #2b2b2b; text-decoration: none; font-weight: bold; font-size: 2.2rem; border-radius: 7px; transition: all .3s; }
#mitsumori-page .section_btn a .head{ display: block; font-size: 1.2rem; line-height: 1.5;}
@media screen and (max-width: 900px) {
  #mitsumori-page .section_btn { /* padding: 25px 15px; background: #d3d3d3; */}
  #mitsumori-page .section_btn .inner { width: 100%;}
  /* #mitsumori-page .section_btn a { width: 47%; padding: 10px 0 30px; border-radius: 15px; box-shadow: 0 3px 3px 0 rgba(0,0,0,0.28); line-height: 1.7; font-size: 1.5rem;}
  #mitsumori-page .section_btn a::after { top: auto; bottom: 10px; left: 0; right: 0; margin: auto; width: 16px; height: 15px; background-size: contain;} */
  #mitsumori-page .section_btn a { width: 90%; padding: 10px 0; line-height: 1.7; font-size: 1.8rem;}
  #mitsumori-page .section_btn a .head{ font-size: 1.0rem; }
}


/* block_form */
#mitsumori-page .block_form { width: 815px; margin: 0 auto;}
#mitsumori-page .block_form .field { display: flex; margin-bottom: 30px; font-size: 1.5rem;}
#mitsumori-page .block_form .coutxt{ margin-bottom: 30px; }
#mitsumori-page .block_form .field > div { display: flex; justify-content: space-between; width: 100%;}
#mitsumori-page .block_form .field > div div { width: 45%;}
#mitsumori-page .block_form .field legend { position: relative; width: 450px; padding: 5px 0 0 50px; font-weight: bold; box-sizing: border-box;}
#mitsumori-page .block_form .field legend.must::before { content: "必須"; display: inline-block; position: absolute; top: 9px; left: 0; width: 40px; margin-right: 5px; padding: 3px 0; background: #e23323; border-radius: 3px; text-align: center; color: #fff; line-height: 1; font-weight: bold;}
#mitsumori-page .block_form .field:last-of-type legend { padding-top: 0;}
#mitsumori-page .block_form .field:last-of-type legend.must::before { top: 5px;}
/**/
#mitsumori-page .block_form .field input[type = "text"] { width: 100%; height: 40px; padding: 10px; border: solid 1px #cacaca; box-sizing: border-box;}
#mitsumori-page .block_form .field input.size01 { width: 78%;}
/**/
#mitsumori-page .block_form .field textarea { width: 100%; height: 200px; padding: 10px; border: solid 1px #cacaca; border-radius: 0; box-sizing: border-box;}
/**/
#mitsumori-page .block_form .field input[type = "checkbox"] { display: none;}
#mitsumori-page .block_form .field input[type = "checkbox"]+label { position: relative; display: block; width: 100%; padding-left: 25px; box-sizing: border-box;}
#mitsumori-page .block_form .field input[type = "checkbox"]+label::before { content: ""; display: block; position: absolute; left: 0; top: 8px; width: 15px; height: 15px; background: #fff; border: solid 1px #cacaca; vertical-align: top; box-sizing: border-box; cursor: pointer;}
#mitsumori-page .block_form .field input[type = "checkbox"]:checked+label::after { content: ""; display: block; position: absolute; top: 12px; left: 3px; width: 15px; height: 8px; border-bottom: 2px solid #000; border-left: 2px solid #000; transform: rotate(-45deg) translateY(-50%); box-sizing: border-box;}
#mitsumori-page .block_form .field input[type = "checkbox"]+label a { color: #786ab5; text-decoration: none;}
/**/
#mitsumori-page .block_form .btn { padding-top: 10px;}
#mitsumori-page .block_form .btn a { position: relative; display: block; width: 480px; margin: 0 auto; padding: 24px 0; background: #ec6519; border-radius: 100px; box-shadow: 0 5px 5px 0 rgba(0,0,0,0.28); text-align: center; color: #fff; text-decoration: none; font-weight: bold; font-size: 2.2rem;}
#mitsumori-page .block_form .btn a::after { content: ""; display: block; position: absolute; top: 0; bottom: 0; right: 18px; margin: auto; width: 24px; height: 23px; background: url("../img/btn_arrow.png") 0 0 no-repeat;}
@media screen and (max-width: 900px) {
  #mitsumori-page .block_form { width: 100%;}
  #mitsumori-page .block_form .field { display: block; margin-bottom: 30px; padding-bottom: 30px; border-bottom: dotted 1px #cacaca; font-size: 1.5rem;}
  #mitsumori-page .block_form .field > div { display: block; width: 100%;}
  #mitsumori-page .block_form .field > div div { display: flex; align-items: center; width: 100%;}
  #mitsumori-page .block_form .field > div div:first-child { margin-bottom: 20px;}
  /**/
  #mitsumori-page .block_form .field legend { width: 100%; margin-bottom: 15px;}
  #mitsumori-page .block_form .field legend.type2 { padding: 5px 0 0 0;}
  #mitsumori-page .block_form .field legend.must::before { margin-right: 3px; font-size: 1.2rem;}
  /**/
  #mitsumori-page .block_form .field input.size01 { width: 100%;}
  /**/
  #mitsumori-page .block_form .btn a { width: 100%; padding: 10px 0; font-size: 1.6rem;}
  #mitsumori-page .block_form .btn a::after {  right: 18px; width: 24px; height: 23px; background: url("../img/btn_arrow.png") 0 0 no-repeat;}
}



/* -------------------------------------------------------------------------------------------------------------------------------------------
contents
------------------------------------------------------------------------------------------------------------------------------------------- */
/* #section_hero  */
#mitsumori-page #section_hero { position: relative; min-width: 1380px; height: 540px; background: url("../img/hero_ph.jpg") right 0 no-repeat, url("../img/hero_bg.jpg") 0 0 repeat-x; background-color: #5a4d99;}
#mitsumori-page #section_hero h1 { position: absolute; top: 60px; left: 50px;}
#mitsumori-page #section_hero h1 p { margin-bottom: 20px; line-height: 1.4; color: #fff; font-weight: bold; font-size: 4.4rem;}
#mitsumori-page #section_hero h1 .desc{ padding-left: 26px; display: block; }
#mitsumori-page #section_hero h1 .sm{ display: block; font-size: 2.6rem; margin-bottom: 10px; line-height: 1.4; color: #FFE333;}
#mitsumori-page #section_hero h1 .sm .fg{ font-size: 3.5rem; font-weight: bold;}
#mitsumori-page #section_hero .section_btn{ position: absolute; bottom: 30px; left: 0; width:100%;}

@media screen and (max-width:900px){
  #mitsumori-page #section_hero { min-width: 100%; height: auto; background: none;}
  #mitsumori-page #section_hero h1 { position: relative; top: 0; left: 0;}
  #mitsumori-page #section_hero h1 p { position: absolute; top: 25px; left: 15px; line-height: 1.4; font-size: 2.4rem;}
  #mitsumori-page #section_hero h1 .desc { position: absolute; top: 137px; left: 10px; width: 100%; padding: 0 15px; box-sizing: border-box;}
  #mitsumori-page #section_hero h1 .sm{ font-size: 1.8rem; }
  #mitsumori-page #section_hero h1 .sm .fg{ font-size: 2.2rem; }
}


/* section_info */
#mitsumori-page #information { background: #e5e5e5;}
#mitsumori-page #information p { width: 910px; margin: 0 auto; padding: 15px; text-align: center; box-sizing: border-box;}
@media screen and (max-width:900px){
  #mitsumori-page #information p { width: 100%;}

}


/* section01 */
#mitsumori-page #section01 { text-align: center;}
#mitsumori-page #section01 ul:first-of-type { display: inline-block;}
#mitsumori-page #section01 ul:first-of-type li { margin-bottom: 70px; padding-left: 46px; background: url("../img/stn01_icon.png") 0 0 no-repeat; text-align: left; font-weight: bold; font-size: 2.8rem;}
#mitsumori-page #section01 ul:first-of-type li:last-child { margin-bottom: 0;}
#mitsumori-page #section01 .arrow { margin: 80px 0 65px;}
#mitsumori-page #section01 .ttl { margin-bottom: 50px; color: #786ab5; font-weight: bold; font-size: 3.4rem;}
#mitsumori-page #section01 ul:last-of-type { display:flex; justify-content: space-between; flex-wrap: wrap; width: 910px; margin: 0 auto 130px;}
#mitsumori-page #section01 ul:last-of-type li { width: 430px; margin-bottom: 50px; padding: 20px 20px 10px; background: #fff url("../img/stn01_bg.png") 0 0 repeat-x; border: solid 4px #fff; border-radius: 10px; box-shadow: 0 4px 10px 0 rgba(113,102,150,0.40); box-sizing: border-box;}
#mitsumori-page #section01 ul:last-of-type li p:first-child { margin-bottom: 15px; padding-bottom: 15px; border-bottom: solid 1px #bbb3d8; line-height: 1.6; font-weight: bold; font-size: 2.2rem;}
#mitsumori-page #section01 ul:last-of-type li p:first-child .large { display: inline-block; padding-top: 5px; line-height: 1.1; color: #786ab5; font-size: 5rem;}
#mitsumori-page #section01 ul:last-of-type li p:first-child .small { display: inline-block; vertical-align: top; padding-top: 15px; color: #786ab5; font-size: 2.2rem;}
#mitsumori-page #section01 ul:last-of-type li:last-child,
#mitsumori-page #section01 ul:last-of-type li:nth-last-child(2) { margin-bottom: 0;}
#mitsumori-page #section01 ul:last-of-type li:last-child p:first-child,
#mitsumori-page #section01 ul:last-of-type li:nth-last-child(2) p:first-child { padding:10px 0 30px;}
/**/
#mitsumori-page #section01 .block_movie { display: flex; justify-content: space-between; width: 1150px; margin: 0 auto;}
#mitsumori-page #section01 .block_movie div:first-child { width: 390px; text-align: left;}
#mitsumori-page #section01 .block_movie div:first-child .moviettl { margin-bottom: 15px; color: #2b2b2b; line-height: 1.6; font-weight: bold; font-size: 3rem;}
#mitsumori-page #section01 .block_movie div:last-child { width: 730px; border: solid 1px #584d99; box-sizing: border-box;}
#mitsumori-page #section01 .block_movie video { display: block; width: 100%;}
@media screen and (max-width:900px){
  #mitsumori-page #section01 ul:first-of-type li { margin-bottom: 25px; padding-left: 25px; background-size: 19px auto; background-position: 0 5px; line-height: 1.5; font-size: 1.8rem;}
  #mitsumori-page #section01 .arrow { width: 195px; margin: 40px auto;}
  #mitsumori-page #section01 .ttl { margin-bottom: 25px; line-height: 1.5; font-size: 2.3rem;}
  #mitsumori-page #section01 ul:last-of-type { width: 100%; margin: 0 auto 50px;}
  #mitsumori-page #section01 ul:last-of-type li { width: 100%; margin-bottom: 25px; padding: 20px 20px 10px; border-radius: 10px; box-shadow: 0 2px 5px 0 rgba(113,102,150,0.40); box-sizing: border-box;}
  #mitsumori-page #section01 ul:last-of-type li p:first-child { margin-bottom: 15px; padding-bottom: 15px; line-height: 1.4; font-weight: bold; font-size: 1.7rem;}
  #mitsumori-page #section01 ul:last-of-type li p:first-child .large { display: inline-block; padding-top: 5px; font-size: 4rem;}
  #mitsumori-page #section01 ul:last-of-type li p:first-child .small { padding-top: 13px; font-size: 1.7rem;}
  #mitsumori-page #section01 ul:last-of-type li p:last-child { font-size: 1.4rem;}
  #mitsumori-page #section01 ul:last-of-type li:nth-last-child(2) { margin-bottom: 25px;}
  #mitsumori-page #section01 ul:last-of-type li:last-child p:first-child,
  #mitsumori-page #section01 ul:last-of-type li:nth-last-child(2) p:first-child { padding: 0 0 15px;}
  /**/
  #mitsumori-page #section01 .block_movie { display: block; width: 100%;}
  #mitsumori-page #section01 .block_movie div:first-child { width: 100%; margin-bottom: 20px; text-align: center;}
  #mitsumori-page #section01 .block_movie div:first-child .moviettl { margin-bottom: 10px; line-height: 1.6; font-size: 2.3rem;}
  #mitsumori-page #section01 .block_movie div:last-child { width: 100%; border: solid 1px #584d99;}
}


/* section02 */
#mitsumori-page #section02 { background: #f8f6ff;}
#mitsumori-page #section02 ul { display: flex; justify-content: space-between; margin: 0 auto 60px;}
#mitsumori-page #section02 ul li { width: 550px; padding: 25px 30px 50px; background: #fff; box-shadow: 0 4px 10px 0 rgba(113,102,150,0.40); text-align: center; box-sizing: border-box;}
#mitsumori-page #section02 ul li p:first-child { margin-bottom: 10px; font-weight: bold; font-size: 1.8rem;}
#mitsumori-page #section02 ul li .ttl { margin-bottom: 60px; padding: 10px 0; background: #897cbf; border-radius: 100px; color: #fff; font-weight: bold; font-size: 2rem;}
#mitsumori-page #section02 ul li .illust { margin-bottom: 60px;}
#mitsumori-page #section02 ul li .txt { text-align: left;}
@media screen and (max-width:900px){
  #mitsumori-page #section02 ul { display: block;}
  #mitsumori-page #section02 ul li { width: 100%; margin-bottom: 30px; padding: 20px 15px 25px; box-shadow: 0 0 7px 0 rgba(113,102,150,0.40);}
  #mitsumori-page #section02 ul li:last-child { margin-bottom: 0;}
  #mitsumori-page #section02 ul li p:first-child { font-size: 1.6rem;}
  #mitsumori-page #section02 ul li .ttl { margin-bottom: 30px; padding: 5px 0; font-size: 1.8rem;}
  #mitsumori-page #section02 ul li .illust { margin-bottom: 30px;}
}


/* section03 */
#mitsumori-page #section03 .box { margin: 0 auto 80px; padding: 40px 40px 0; background: #f5f5f5; box-sizing: border-box;}
#mitsumori-page #section03 .box .subttl { margin-bottom: 40px; padding: 10px 0; background: #897cbf; text-align: center; color: #fff; font-weight: bold; font-size: 2rem;}
/**/
#mitsumori-page #section03 #box01 ul { display: flex; justify-content: space-between; flex-wrap: wrap;}
#mitsumori-page #section03 #box01 ul li { width: 330px; margin-bottom: 40px; background: #fff; border: solid 2px #897cbf; text-align: center; box-sizing: border-box;}
#mitsumori-page #section03 #box01 ul li .ttl { padding: 5px 0; background: #e6e1f5; font-weight: bold; font-size: 1.5rem;}
#mitsumori-page #section03 #box01 ul li .ph { height: 228px; box-sizing: border-box;}
#mitsumori-page #section03 #box01 ul li:nth-child(1) .ph { padding-top: 27px;}
#mitsumori-page #section03 #box01 ul li:nth-child(2) .ph { padding-top: 21px;}
#mitsumori-page #section03 #box01 ul li:nth-child(3) .ph { padding-top: 36px;}
#mitsumori-page #section03 #box01 ul li:nth-child(4) .ph { padding-top: 40px;}
#mitsumori-page #section03 #box01 ul li:nth-child(5) .ph { padding-top: 48px;}
#mitsumori-page #section03 #box01 ul li:nth-child(6) .ph { padding-top: 30px;}
#mitsumori-page #section03 #box01 ul li table { width: 100%; line-height: 1.5;}
#mitsumori-page #section03 #box01 ul li table th { width: 100px; border-top: solid 1px #897cbf; border-right: solid 1px #897cbf; vertical-align: middle; font-size: 1.4rem;}
#mitsumori-page #section03 #box01 ul li table td { padding: 10px; border-top: solid 1px #897cbf; vertical-align: middle; text-align: left; font-size: 1.4rem;}
#mitsumori-page #section03 #box01 ul li table td.l2 { padding: 0 10px; height: 50px;}
/**/
#mitsumori-page #section03 .box#box02 { margin-bottom: 0; padding: 40px;}
#mitsumori-page #section03 #box02 ul { display: flex; justify-content: space-between; flex-wrap: wrap;}
#mitsumori-page #section03 #box02 ul li { width: 330px; text-align: center;}
#mitsumori-page #section03 #box02 ul li .ttl { margin-bottom: 20px; padding: 8px 0; background: #e6e1f5; border: solid 2px #786ab5; border-radius: 3px; font-weight: bold; font-size: 1.5rem;}
#mitsumori-page #section03 #box02 ul li > div { padding: 20px 20px 40px; background: #fff;}
#mitsumori-page #section03 #box02 ul li > div .txt01 { margin-bottom: 35px; font-weight: bold; font-size: 1.5rem;}
#mitsumori-page #section03 #box02 ul li > div .txt01 span { display: block; font-size: 1.4rem;}
#mitsumori-page #section03 #box02 ul li > div .ph01 { height: 474px; margin-bottom: 25px;}
#mitsumori-page #section03 #box02 ul li > div .ph02 { height: 229px; margin-bottom: 20px;}
#mitsumori-page #section03 #box02 ul li > div .ph03 { height: 180px; margin-bottom: 20px;}
#mitsumori-page #section03 #box02 ul li > div .ph04 { height: 200px; margin-bottom: 20px;}
#mitsumori-page #section03 #box02 ul li > div .txt02 { font-weight: bold; font-size: 1.4rem;}
#mitsumori-page #section03 #box02 ul li > div .txt02 span:first-child { margin-right: 15px;}
#mitsumori-page #section03 #box02 ul li > div .txt02 span.notice { display: block; font-weight: normal;}
#mitsumori-page #section03 #box02 ul li > div .ttl02 { margin-bottom: 30px; padding: 5px 0; background: #897cbf; border-radius: 100px; text-align: center; color: #fff; font-weight: bold; font-size: 1.5rem;}
#mitsumori-page #section03 #box02 ul li > div .att { margin: 0 0 10px 1em; text-indent: -1em; text-align: left; line-height: 1.5; font-size: 1.3rem;}
#mitsumori-page #section03 #box02 ul li > div .att::before { content: "※";}
#mitsumori-page #section03 .arrow { margin: 20px 0 25px;}
@media screen and (max-width:900px){
  #mitsumori-page #section03 .box { margin: 0 auto 45px; padding: 25px 15px 0;}
  #mitsumori-page #section03 .box .subttl { margin-bottom: 20px; padding: 10px 0; font-size: 1.8rem;}
  /**/
  #mitsumori-page #section03 #box01 ul li { width: 100%; margin-bottom: 25px;}
  #mitsumori-page #section03 #box01 ul li .ttl { padding: 7px 0;}
  #mitsumori-page #section03 #box01 ul li .ph { height: auto;}
  #mitsumori-page #section03 #box01 ul li:nth-child(1) .ph,
  #mitsumori-page #section03 #box01 ul li:nth-child(2) .ph,
  #mitsumori-page #section03 #box01 ul li:nth-child(3) .ph,
  #mitsumori-page #section03 #box01 ul li:nth-child(4) .ph,
  #mitsumori-page #section03 #box01 ul li:nth-child(5) .ph,
  #mitsumori-page #section03 #box01 ul li:nth-child(6) .ph { padding: 15px 0;}
  #mitsumori-page #section03 #box01 ul li:nth-child(1) .ph img { width: auto; height: 167px;}
  #mitsumori-page #section03 #box01 ul li:nth-child(2) .ph img { width: auto; height: 175px;}
  #mitsumori-page #section03 #box01 ul li:nth-child(3) .ph img { width: auto; height: 158px;}
  #mitsumori-page #section03 #box01 ul li:nth-child(4) .ph img { width: auto; height: 158px;}
  #mitsumori-page #section03 #box01 ul li:nth-child(5) .ph img { width: auto; height: 136px;}
  #mitsumori-page #section03 #box01 ul li:nth-child(6) .ph img { width: auto; height: 171px;}
  #mitsumori-page #section03 #box01 ul li table th { padding: 10px 0; width: 75px; vertical-align: middle;}
  #mitsumori-page #section03 #box01 ul li:nth-child(4) table th,
  #mitsumori-page #section03 #box01 ul li:nth-child(5) table th,
  #mitsumori-page #section03 #box01 ul li:nth-child(6) table th { width: 115px;}
  #mitsumori-page #section03 #box01 ul li table td { padding: 10px 10px; border-top: solid 1px #897cbf; text-align: left; font-size: 1.4rem;}
  #mitsumori-page #section03 #box01 ul li table td.l2 { padding: 10px 5px 10px 10px; height: auto;}
  /**/
  #mitsumori-page #section03 .box#box02 { padding: 25px 15px 40px;}
  #mitsumori-page #section03 #box02 ul li { width: 100%; margin-bottom: 50px;}
  #mitsumori-page #section03 #box02 ul li:last-child { margin-bottom: 0;}
  #mitsumori-page #section03 #box02 ul li > div { padding: 20px 15px; background: #fff;}
  #mitsumori-page #section03 #box02 ul li > div .txt01 { margin-bottom: 30px; font-size: 1.5rem;}
  #mitsumori-page #section03 #box02 ul li > div .txt01 span { font-size: 1.3rem;}
  #mitsumori-page #section03 #box02 ul li > div .ph01 { width: 50%; height: auto; margin: 0 auto 40px; padding: 0 10px;}
  #mitsumori-page #section03 #box02 ul li > div .ph02 { width: 30%; height: auto; margin: 0 auto 30px; padding: 0 55px;}
  #mitsumori-page #section03 #box02 ul li > div .ph03 { width: 30%; height: auto; margin: 0 auto 20px; padding: 0 55px;}
  #mitsumori-page #section03 #box02 ul li > div .ph04 { width: 30%; height: auto; margin: 0 auto 20px; padding: 0 55px;}
  #mitsumori-page #section03 #box02 ul li > div .txt02 span:first-child { display: block; margin-right: 0;}
  #mitsumori-page #section03 #box02 ul li > div .txt02 span.notice { font-size: 1.3rem;}
  #mitsumori-page #section03 #box02 ul li > div .ttl02 { margin-bottom: 40px;}
  #mitsumori-page #section03 #box02 ul li > div .ttl02.type2 { margin-bottom: 20px;}
  #mitsumori-page #section03 .arrow { width: 67px; margin: 10px auto 13px;}
}
@media screen and (max-width:414px){
  #mitsumori-page #section03 #box02 ul li > div .ph01 { width: auto; height: auto; margin: 0 auto 40px; padding: 0 10px;}
  #mitsumori-page #section03 #box02 ul li > div .ph02 { width: auto; height: auto; margin: 0 auto 30px; padding: 0 55px;}
  #mitsumori-page #section03 #box02 ul li > div .ph03 { width: auto; height: auto; margin: 0 auto 20px; padding: 0 55px;}
  #mitsumori-page #section03 #box02 ul li > div .ph04 { width: auto; height: auto; margin: 0 auto 20px; padding: 0 55px;}
}


/* section04 */
#mitsumori-page #section04 { background: #f8f6ff;}
#mitsumori-page #section04 ul { display: flex; justify-content: space-between; min-height: 600px; background: url("../img/stn04_icon01.png") center 63px no-repeat, url("../img/stn04_icon02.png") center 267px no-repeat, url("../img/stn04_icon03.png") center 442px no-repeat; text-align: center; margin-bottom: 60px;}
#mitsumori-page #section04 ul li { width: 490px;}
#mitsumori-page #section04 ul li .ttl { margin-bottom: 30px; padding: 10px 0; background: #897cbf; color: #fff; font-weight: bold; font-size: 2rem;}
#mitsumori-page #section04 ul li .box { padding: 28px 0 25px; background: #fff; box-shadow: 0 4px 10px 0 rgba(113,102,150,0.40); font-weight: bold; font-size: 2rem;}
#mitsumori-page #section04 ul li .box.box01 { background: #fff url("../img/stn04_img01.png") 17px 20px no-repeat; background-size: 119px auto;}
#mitsumori-page #section04 ul li .box.box01b { background: #fff url("../img/stn04_img03.png") 17px 13px no-repeat; background-size: 100px auto;}
#mitsumori-page #section04 ul li .box.box02 { background: #fff url("../img/stn04_img02.png") 20px 30px no-repeat; background-size: 50px;}
#mitsumori-page #section04 ul li .arrow { margin: 20px 0 25px;}
@media screen and (max-width:900px){
  #mitsumori-page #section04 ul { display: block; background: none;}
  #mitsumori-page #section04 ul li { width: 100%; margin-bottom: 35px;}
  #mitsumori-page #section04 ul li:last-child { width: 100%; margin-bottom: 0;}
  #mitsumori-page #section04 ul li .ttl { margin-bottom: 25px; padding: 8px 0; font-size: 1.8rem;}
  #mitsumori-page #section04 ul li .box { padding: 0 0 0 100px; box-shadow: 0 2px 5px 0 rgba(113,102,150,0.40); font-weight: bold; font-size: 1.5rem;}
  #mitsumori-page #section04 ul li .box.box01 { background: #f8f6ff url("../img/stn04_icon01.png") 25px center no-repeat; background-size: 57px auto; height: auto;}
  #mitsumori-page #section04 ul li .box.box01b { background: #f8f6ff url("../img/stn04_icon01.png") 25px center no-repeat; background-size: 57px auto; height: auto;}
  #mitsumori-page #section04 ul li .box.box02 { background: #f8f6ff url("../img/stn04_icon02.png") 25px center no-repeat; background-size: 57px auto; height: auto;}
  #mitsumori-page #section04 ul li .box.box03 { background: #f8f6ff url("../img/stn04_icon03.png") 18px center no-repeat; background-size: 68px auto; height: auto;}
  #mitsumori-page #section04 ul li .box.box01 div,
  #mitsumori-page #section04 ul li .box.box01b div,
  #mitsumori-page #section04 ul li .box.box02 div { background: #fff; padding: 15px 0; text-align: center; line-height: 1.6;}
  #mitsumori-page #section04 ul li .box.box03 div { background: #fff; padding: 30px 0; text-align: center; line-height: 1.6;}
  #mitsumori-page #section04 ul li .box.box01 div img,
  #mitsumori-page #section04 ul li .box.box01b div img { display: block; width: 150px; margin: 0 auto 5px;}
  #mitsumori-page #section04 ul li .box.box02 div img { display: block; width: 60px; margin: 0 auto 5px;}
  /**/
  #mitsumori-page #section04 ul li .arrow { width: 50px; margin: 10px auto 15px;}
}


/* section05 */
#mitsumori-page #section05 { text-align: center;}
#mitsumori-page #section05 ul { display: flex; justify-content: center;}
#mitsumori-page #section05 ul li { font-weight: bold; font-size: 1.8rem;}
#mitsumori-page #section05 ul li:nth-child(2) { margin: 0 50px;}
@media screen and (max-width:900px){
  #mitsumori-page #section05 ul { display: block; justify-content: space-between;}
  #mitsumori-page #section05 ul li { margin-bottom: 25px; font-size: 1.7rem;}
  #mitsumori-page #section05 ul li:last-child { margin-bottom: 0;}
  #mitsumori-page #section05 ul li p:first-child { width: 248px; margin: 0 auto 5px;}
  #mitsumori-page #section05 ul li:nth-child(2) { margin: 0 0 25px;}
}


/* section_list */
#mitsumori-page #section_list { background: #f8f6ff;}
#mitsumori-page #section_list h2 span { margin-left: 15px;}
#mitsumori-page #section_list ul{margin-bottom: 60px;}
#mitsumori-page #section_list li { padding-bottom: 40px;}
#mitsumori-page #section_list li:last-child { padding-bottom: 0;}
#mitsumori-page #section_list li .ttl { position: relative; padding: 15px; background: #897cbf; text-align: center; line-height: 1; color: #fff; font-weight: bold; font-size: 2rem; cursor: pointer;}
#mitsumori-page #section_list li .ttl::after { content: ""; position: absolute; top: 15px; right: 15px; width: 20px; height: 20px; background: url("../img/stn_list_plus.png") 0 0 no-repeat;}
#mitsumori-page #section_list li .ttl.on::after { background: url("../img/stn_list_minus.png") 0 0 no-repeat;}
#mitsumori-page #section_list li div { display: none;}
#mitsumori-page #section_list li table { width: 100%; margin: 20px 0; border: solid 2px #897cbf; box-sizing: border-box; font-size: 1.4rem;}
#mitsumori-page #section_list li table th { white-space: nowrap; padding: 10px 15px; background: #f8f6ff; border-right: solid 1px #897cbf; border-bottom: solid 1px #897cbf; vertical-align: middle; box-sizing: border-box;}
#mitsumori-page #section_list li table tr:last-child th { border-bottom:none;}
#mitsumori-page #section_list li table tr:nth-of-type(even) th { background: #e6e1f5;}
#mitsumori-page #section_list li table td { padding: 10px; border-bottom: solid 1px #897cbf; vertical-align: middle;}
#mitsumori-page #section_list li table tr:last-child td { border-bottom:none;}
#mitsumori-page #section_list li table tr:nth-of-type(even) td { background: #f5f5f5;}
@media screen and (max-width:900px){
  #mitsumori-page #section_list h2 span { display: block; margin-left: 0;}
  #mitsumori-page #section_list li { padding-bottom: 30px;}
  #mitsumori-page #section_list li .ttl { padding: 15px; font-size: 1.8rem;}
  #mitsumori-page #section_list li table { margin: 20px 0 0; font-size: 1.3rem;}
  #mitsumori-page #section_list li table th { white-space: normal; width: 110px; padding: 10px 9px; vertical-align: middle;}
}


/* section_faq */
#mitsumori-page #section_faq li { padding-bottom: 30px; font-size: 1.8rem;}
#mitsumori-page #section_faq li:last-child { padding-bottom: 0;}
#mitsumori-page #section_faq li .q { position: relative; display: flex; padding: 10px; background: #f7f7f7; line-height: 1; color: #000000; font-weight: bold; cursor: pointer;}
#mitsumori-page #section_faq li .q p:first-child span { display: block; width: 65px; margin-right: 17px; padding: 5px 0; background: #afafaf; border-radius: 5px; text-align: center; color: #fff; font-size: 1.9rem;}
#mitsumori-page #section_faq li .q p:last-child { padding: 5px 25px 0 0;}
#mitsumori-page #section_faq li .q::after { content: ""; position: absolute; right: 15px; top: 0; bottom: 0; margin: auto; width: 20px; height: 20px; background: url("../img/stn_faq_plus.png") 0 0 no-repeat;}
#mitsumori-page #section_faq li .q.on::after { background: url("../img/stn_faq_minus.png") 0 0 no-repeat;}
#mitsumori-page #section_faq li .a { display: none;}
#mitsumori-page #section_faq li .a div { display: flex; padding: 30px 10px 20px;}
#mitsumori-page #section_faq li .a p:first-child span { display: inline-block; width: 65px; margin-right: 17px; padding: 5px 0; background: #786ab5; border-radius: 5px; text-align: center; color: #fff; line-height: 1; font-weight: bold; font-size: 1.9rem;}

#mitsumori-page #section_faq .faq_item{ padding-bottom: 10px; }
#mitsumori-page #section_faq .faq_cat_item{ margin-bottom: 30px; padding: 0; }
#mitsumori-page #section_faq .cat{ margin-bottom: 20px; padding: 15px 15px; font-weight: bold; cursor: pointer; line-height: 1.0; background-color: #D9D9D9; position: relative; }
#mitsumori-page #section_faq .cat::after{ content: ""; position: absolute; right: 15px; top: 0; bottom: 0; margin: auto; width: 20px; height: 20px; background: url("../img/stn_faq_plus.png") 0 0 no-repeat;}
#mitsumori-page #section_faq .cat.on::after{ background: url("../img/stn_faq_minus.png") 0 0 no-repeat;}
#mitsumori-page #section_faq .faq{ display: none; }
#mitsumori-page #section_faq .q_item{ margin: 0 50px 0 20px; padding: 10px 10px; font-weight: bold; background: #f7f7f7; line-height: 1.5; font-size: 16px; text-indent: -1em; padding-left: 28px;}
#mitsumori-page #section_faq .a_item{ margin: 0 50px 0 20px; padding: 15px 10px; line-height: 1.5; font-size: 16px; text-indent: -1em; padding-left: 28px;}
#mitsumori-page #section_faq .faq_txt{ font-weight: bold; font-size: 1.8rem; text-align: center;}
#mitsumori-page #section_faq .faq_txt a{ color: ; }
#mitsumori-page #section_faq .faq_txt .sp-br{ display: none; }


@media screen and (max-width:900px){
  #mitsumori-page #section_faq li { padding-bottom: 20px; font-size: 1.6rem;}
  #mitsumori-page #section_faq li .q p:first-child span { width: 45px; padding: 15px 0; align-items: center; font-size: 1.5rem;}
  #mitsumori-page #section_faq li .q p:last-child { padding: 0 40px 0 0; line-height: 1.5;}
  #mitsumori-page #section_faq li .q p.txt_l2 { padding-top: 10px;}
  #mitsumori-page #section_faq li .a div { padding: 20px 10px 10px; font-size: 1.5rem;}
  #mitsumori-page #section_faq li .a p:first-child span { width: 45px; padding: 15px 0; font-size: 1.5rem;}

  #mitsumori-page #section_faq .q_item{ margin: 0;}
  #mitsumori-page #section_faq .a_item{ margin: 0;}
  #mitsumori-page #section_faq .faq_txt .sp-br{ display: block; }
}


/* section_dl */
#mitsumori-page #section_dl { background: #f8f6ff;}
#mitsumori-page #section_dl .section_inner { width: 950px;}
#mitsumori-page #section_dl .ttl { margin-bottom: 40px; padding: 10px 0; background: #faee00; text-align: center; color: #000; font-weight: bold; font-size: 2.2rem;}
#mitsumori-page #section_dl iframe{margin-bottom: 60px;}
@media screen and (max-width:900px){
  #mitsumori-page #section_dl .section_inner { width: 100%;}
  #mitsumori-page #section_dl .ttl { margin-bottom: 20px; font-size: 1.8rem;}
}


/*end css
------------------------------------------------------------------------------------------------------------------------------------------- */
