/* body {
  background-color: rgb(241, 245, 247);
} */

li {
  list-style-type: none;
}

/* --------------------------------------------------------------------
/* スマートフォン互換性検証
-------------------------------------------------------------------- */
.mb_960 {
  width: 960px;
  margin: auto;
  position: relative;
}

/*-----------------*/
.boxShadow01 {
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.15);
}

.mb_Block01 {
  background-image: url("./img/mobile_bg01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0px 60px 0px;
}

.mb_H301 {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: bold;
  text-align: center;
  color: #384674;
}

.mb_H301.colWh {
  color: #54636F;
}

.mb_Span01 {
  background-image: url("./img/mobile_c01_line01.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}

.colWh .mb_Span01 {
  background-image: url("./img/mobile_c01_line02.png");
}

.mb_Ul01 {
  margin-top: 40px;
}

.mb_Ul01 li {
  padding: 16px 0px 16px 24px;
  position: relative;
}

.mb_Box01 {
  background-color: #ffffff;
  padding: 24px 35px 24px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
}

.mb_Cnt01 {
  display: table;
  width: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: transparent;
}

.mb_Cnt01 p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 60px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1em;
  font-weight: bold;
  border-radius: 50%;
  background: #5292C4;
  background: -webkit-gradient(linear, left top, left bottom, from(#61ace6), to(#5292C4));
  background: linear-gradient(180deg, #61ace6 0%, #5292C4 100%);
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.15);
}

.mb_FlBox01 {
  width: 250px;
}

.mb_FlBox01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 66px;
}

.mb_FlBox01 dt {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 5px;
}

.mb_Img01 img {
  width: 198px;
  height: auto;
}

.mb_Img02 img {
  width: 175px;
  height: auto;
}

.mb_Img03 img {
  width: 188px;
  height: auto;
}

.mb_FlBox02 {
  width: 590px;
}

.mb_Tb01 {
  display: table;
  width: 100%;
  background-color: #e9e9e9;
  border-radius: 10px;
}

.mb_Tb01Cell01 {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0px 0px 38px;
  width: 105px;
}

.mb_Tb01Cell01 p {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
  color: #818b93;
}

.mb_Tb01Cell02 {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 14px 12px 0px;
  width: 484px;
}

.mb_Tb01Cell02 p {
  font-size: 16px;
  line-height: 1.8em;
}

.mb_Tb01.mb_Tb02 {
  background: #C68F8D;
  background: -webkit-gradient(linear, left top, left bottom, from(#d19896), to(#C68F8D));
  background: linear-gradient(180deg, #d19896 0%, #C68F8D 100%);
  position: relative;
  margin-top: 22px;
}

.mb_Tb01.mb_Tb02::before {
  content: "";
  background-image: url("./img/mobile_c01_ar01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 60px;
  height: 30px;
  position: absolute;
  left: 258px;
  top: -30px;
}

.mb_Tb02 .mb_Tb01Cell01 p {
  color: #ffffff;
}

.mb_Tb02 .mb_Tb01Cell02 p {
  font-weight: bold;
  color: #ffffff;
}

.mb_Tb02 .mb_Tb01Cell02 p span {
  color: #54636F;
  background-color: #f9c9c770;
}

.mb_ContactBtn01 {
  display: table;
  width: 642px;
  margin: auto;
  position: relative;
}

.mb_ContactBtn01 a {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 136px;
  background-color: #f08c1e;
  border-radius: 10px;
  padding: 10px 50px 10px 300px;
  color: #ffffff;
}

.mb_BtnText01 {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: bold;
}

.mb_BtnText02 {
  font-size: 16px;
  line-height: 1.875em;
  margin-top: 4px;
}

.mb_ContactBtn01 a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -6px;
}

.mb_ContactBtnImg01 {
  position: absolute;
  left: 22px;
  top: -35px;
}

.mb_ContactBtnImg01 img {
  height: auto;
  width: 238px;
}

.mb_BtnWrap01 {
  text-align: center;
  margin: 55px 0px 0px 0px;
}

/*--------------------------*/
.mb_Block02 {
  padding: 60px 0px 60px 0px;
}

.mb_Box02 {
  position: relative;
  padding: 60px 0px 0px 94px;
  margin-top: 65px;
}

.mb_Box02In {
  display: table;
  width: 100%;
}

.mb_Box02InCell {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 205px;
  padding: 30px 34px 30px 395px;
  background: #C68F8D;
  background: -webkit-gradient(linear, left top, left bottom, from(#d19896), to(#C68F8D));
  background: linear-gradient(180deg, #d19896 0%, #C68F8D 100%);
  /* background: rgb(97, 137, 205);
  background: -webkit-gradient(linear, left top, right top, from(rgb(97, 137, 205)), color-stop(80%, rgb(50, 77, 160)));
  background: linear-gradient(90deg, rgb(97, 137, 205) 0%, rgb(50, 77, 160) 80%); */
}

.mb_Box02InCell p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.94em;
}

.mb_Box02Img01 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.mb_Box02Img01 img {
  height: auto;
  width: 446px;
}

.mb_Cont01 {
  margin-bottom: 60px;
}

/*-------------------------*/
.mb_B02Flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 48px 0px 0px 0px;
}

.mb_B02FlBox01Wrap {
  width: 476px;
  padding-top: 7px;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 6px;
}

.mb_B02FlBox01Wrap::before {
  content: "";
  background: #C68F8D;
  background: -webkit-gradient(linear, left top, left bottom, from(#d19896), to(#C68F8D));
  background: linear-gradient(180deg, #d19896 0%, #C68F8D 100%);
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.mb_B02FlBox01 {
  display: table;
  width: 100%;
  background-color: #ffffff;
}

.mb_B02FlBox01In01 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 150px;
}

.mb_B02FlBox01In02 {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 16px 20px 0px;
  height: 140px;
}

.mb_B02FlBox01In02 dt {
  color: #877272;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: bold;
}

.mb_B02FlBox01In02 dd {
  font-size: 16px;
  line-height: 1.87em;
}

.mb_B02Img img {
  height: auto;
  width: 100px;
}

/*-----------------------*/
.mb_Block03 {
  background-color: #f4f4f4;
  padding: 60px 0px 60px 0px;
}

.mb_JisekiWrap {
  margin-top: 45px;
}

.mb_JisekiBox01 {
  background-color: #ffffff;
  padding: 30px 40px 40px 50px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.mb_JisekiBox01:last-child {
  margin-bottom: 70px;
}

.mb_Ac01 {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.mb_Ac01 p {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 52px;
  color: #455791;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: bold;
  border-bottom: 1px solid #877272;
  cursor: pointer;
}

/* .mb_Ac01 p::after {
  content: "";
  background-image: url("./img/mobile_c03_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -12px;
} */

/* .mb_Ac01.open p::after {
  background-image: url("./img/mobile_c03_ar01_on.png");
} */

/* .mb_AcCont01 {
  display: none;
} */

.mb_Table01 th {
  text-align: left;
  vertical-align: top;
  width: 120px;
  padding: 6px 0px 6px 0px;
  font-size: 16px;
  line-height: 1.8em;
}

.mb_Table01 td {
  text-align: left;
  vertical-align: top;
  padding: 6px 0px 6px 0px;
  font-size: 16px;
  line-height: 1.8em;
}

/*-----------------------*/
.mb_Block04 {
  background-image: url("./img/mobile_bg02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0px 60px 0px;
}

.mb_Block04Box01Wrap {
  margin-top: 50px;
}

.mb_Block04Box01 {
  background-image: url("./img/mobile_cont_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  padding: 50px 70px 55px 80px;
  border-radius: 10px;
  margin-bottom: 28px;
  text-align: left;
}

.mb_Block04Box01:last-child {
  margin-bottom: 0px;
}

.radius10 {
  border-radius: 10px;
}

.mb_Block04H401 {
  color: #576eb8;
  font-size: 26px;
  line-height: 1.3em;
  font-weight: bold;
  position: relative;
  margin-bottom: 16px;
}

.mb_Block04H401::before {
  content: "";
  background-image: url("./img/mobile_c04_line01.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 22px;
  height: 6px;
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -3px;
}

.mb_Block04Text01 {
  font-size: 16px;
  line-height: 1.88em;
}

.mb_Block04Img01 {
  margin-top: 25px;
}

.mb_Block04Img01 img {
  height: auto;
  width: 802px;
}

.mb_BtnWrap02 {
  margin-top: 45px;
}

.mb_ContactBtn02 {
  display: table;
  width: 282px;
  margin: auto;
}

.mb_ContactBtn02 a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 78px;
  background-color: #ba272d;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  color: #ffffff;
}

.mb_BtnWrapBottom01 {
  margin-bottom: 60px;
}

/*-----------------------*/
.pc {
  display: block;
}

.sp {
  display: none;
}

.pcBr {
  display: inline;
}

.spBr {
  display: none;
}

/*-------------------*/
.mb_Link01 {
  text-align: center;
  margin-top: 46px;
  font-weight: 600;
  color: #a9a9a9;
}

.mb_Link01 a {
  font-size: 1.1em;
  line-height: 1.6em;
  color: #576eb8;
}

.mb_Link01 a:link {
  color: #576eb8;
  text-decoration: none;
}

.mb_Link01 a:visited {
  color: #576eb8;
  text-decoration: none;
}

.mb_Link01 a:hover {
  color: #576eb8;
  text-decoration: none;
}

.mb_Link01 a:active {
  color: #576eb8;
  text-decoration: none;
}

.mb_Pt20px {
  padding-top: 20px;
}

/*--------------------*/
.mlrAuto {
  margin: auto;
}

.kakusu {
  display: none;
}

.cs04input {
  top: 2em;
  margin-right: 2.2em;
  margin-bottom: -3em;
  position: relative;
  z-index: 10;
  text-align: center;
  vertical-align: middle;
  height: 30px;
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  border-radius: 50%;
  background: #5292C4;
  border-color: #5292C4;
}

.box-kadomaru-m {
  width: 100%;
  height: auto;
  /* display: block; */
  /* z-index: 1; */
  margin: 1rem 0rem;
  padding: 1rem 2rem;
  /* padding: 20px 30px; */
  border: 1px solid rgb(80, 80, 80);
  color: #323232;
  background-color: #f4f4f4;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

.pcOnly {
  display: inline-block;
}

.ep_Text01 {
  font-size: 1.8em;
  margin-bottom: 0em;
  color: #284580;
  font-weight: bold;
}

.ep_Text02 {
  font-size: 1.4em;
  color: #003399;
  font-weight: bold;
  text-align: left;
}

.ep_Text03 {
  position: relative;
  font-size: 1em;
  color: #252525;
  font-weight: 500;
  text-align: left;
}

.ep_Text04 {
  position: relative;
  font-size: 1.4em;
  color: #729beb;
  font-weight: bold;
  text-align: left;
  margin-top: 0.8em;
}

.ep_Text04 button {
  background: #4c81eb;
  color: #ffffff;
  font-size: 1em;
  margin: 0.7em;
  font-weight: 600;
  width: 16em;
  letter-spacing: 0.2rem;
}


.ep_flexImg {
  float: right;
  padding: 0em 1em 1em 1.5em;
  width: 30%;
}

.mb_Block00-s {
  display: none;
}