/* body {
  background-color: rgb(241, 245, 247);
} */

li {
  list-style-type: none;
}

/* --------------------------------------------------------------------
/* スマートフォン互換性検証
-------------------------------------------------------------------- */
.mb_960 {
  width: auto;
  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: 40px 20px 40px 20px;
}

.mb_H301 {
  font-size: 18px;
  line-height: 1.5em;
  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: 15px 0px 15px 15px;
  position: relative;
}

.mb_Box01 {
  background-color: #ffffff;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
}

.mb_Cnt01 {
  display: table;
  width: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: transparent;
}

.mb_Cnt01 p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 50px;
  color: #ffffff;
  font-size: 25px;
  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: auto;
}

.mb_FlBox01 dl {
  position: relative;
  padding-top: 0px;
  margin-bottom: 15px;
}

.mb_FlBox01 dt {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.mb_FlBox01 dd {
  text-align: center;
}

.mb_Img01 img {
  width: 198px;
  height: auto;
}

.mb_Img02 img {
  width: 175px;
  height: auto;
}

.mb_Img03 img {
  width: 188px;
  height: auto;
}

.mb_FlBox02 {
  width: auto;
}

.mb_Tb01 {
  background-color: #e9e9e9;
  border-radius: 10px;
  padding: 15px;
}

.mb_Tb01Cell01 {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0px 10px 0px;
}

.mb_Tb01Cell01 p {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  color: #818b93;
}

.mb_Tb01Cell02 {
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
}

.mb_Tb01Cell02 p {
  font-size: 15px;
  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: 50%;
  top: -30px;
  margin-left: -20px;
}

.mb_Tb02 .mb_Tb01Cell01 p {
  color: #ffffff;
}

.mb_Tb02 .mb_Tb01Cell02 p {
  font-weight: bold;
  color: #ffffff;
}

.mb_Tb02 .mb_Tb01Cell02 p span {
  color: #5C7A66;
  background-color: #f9c9c770;
}


.mb_ContactBtn01 {
  display: table;
  width: 100%;
  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: 100px;
  background-color: #f08c1e;
  border-radius: 10px;
  padding: 10px 30px 10px 132px;
  color: #ffffff;
}

.mb_BtnText01 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
}

.mb_BtnText02 {
  font-size: 13px;
  line-height: 1.6em;
  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: 15px;
  top: 50%;
  margin-top: -6px;
}

.mb_ContactBtnImg01 {
  position: absolute;
  left: 12px;
  top: -30px;
}

.mb_ContactBtnImg01 img {
  height: auto;
  width: 110px;
}

.mb_BtnWrap01 {
  text-align: center;
  margin: 40px 0px 0px 0px;
}

/*--------------------------*/
.mb_Block02 {
  padding: 40px 20px 40px 20px;
}

.mb_Box02 {
  position: relative;
  padding: 0px;
  margin-top: 30px;
}

.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: auto;
  padding: 15px 20px 15px 20px;
  background: #C68F8D;
  background: -webkit-gradient(linear, left top, left bottom, from(#d19896), to(#C68F8D));
  background: linear-gradient(180deg, #d19896 0%, #C68F8D 100%);
}

.mb_Box02InCell p {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.94em;
}

.mb_Box02Img01 img {
  height: auto;
  width: 100%;
}

.mb_Cont01 {
  margin-bottom: 40px;
}

/*-------------------------*/
.mb_B02Flex01 {
  margin: 30px 0px 0px 0px;
}

.mb_B02FlBox01Wrap {
  padding-top: 7px;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.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: 130px;
}

.mb_B02FlBox01In02 {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px 15px 0px;
  height: auto;
}

.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: 95px;
}

/*-----------------------*/
.mb_Block03 {
  background-color: #f4f4f4;
  padding: 40px 20px 40px 20px;
}

.mb_JisekiWrap {
  margin-top: 30px;
}

.mb_JisekiBox01 {
  background-color: #ffffff;
  padding: 15px 15px 15px 15px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.mb_JisekiBox01:last-child {
  margin-bottom: 50px;
}

.mb_Ac01 {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.mb_Ac01 p {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px;
  color: #455791;
  font-size: 16px;
  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: 96px;
  padding: 4px 0px 4px 0px;
  font-size: 14px;
  line-height: 1.8em;
}

.mb_Table01 td {
  text-align: left;
  vertical-align: top;
  padding: 4px 0px 4px 0px;
  font-size: 15px;
  line-height: 1.6em;
}

/*-----------------------*/
.mb_Block04 {
  background-image: url("./img/mobile_bg02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 20px 40px 20px;
}

.mb_Block04Box01Wrap {
  margin-top: 30px;
}

.mb_Block04Box01 {
  background-image: url("./img/mobile_cont_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: left;
}

.mb_Block04Box01:last-child {
  margin-bottom: 0px;
}

.radius10 {
  border-radius: 10px;
}

.mb_Block04H401 {
  color: #576eb8;
  font-size: 21px;
  line-height: 1.3em;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}

.mb_Block04H401::before {
  content: "";
  background-image: url("./img/mobile_c04_line01.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 6px;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -3px;
  background-size: 14px auto;
}

.mb_Block04Text01 {
  font-size: 14px;
  line-height: 1.88em;
}

.mb_Block04Img01 {
  margin-top: 0px;
}

.mb_Block04Img01 img {
  height: auto;
  width: 802px;
}

.mb_BtnWrap02 {
  margin-top: 25px;
}

.mb_ContactBtn02 {
  display: table;
  width: 282px;
  margin: auto;
}

.mb_ContactBtn02 a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 60px;
  background-color: #ba272d;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  color: #ffffff;
}

.mb_BtnWrapBottom01 {
  padding: 0px 20px 30px 20px;
  margin-bottom: 70px;
}

/*-----------------------*/
.pc {
  display: none;
}

.sp {
  display: block;
}

.pcBr {
  display: none;
}

.spBr {
  display: inline;
}

/*-------------------*/
.mb_Link01 {
  text-align: center;
  margin-top: 32px;
  font-weight: 600;
  color: #a9a9a9;
}

.mb_Link01 a {
  font-size: 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;
}

.kakusu {
  display: none;
}

.cs04input {
  top: 1.7em;
  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用 */
}

.ep_Text01 {
  font-size: 1.5em;
  color: #284580;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.ep_Text02 {
  font-size: 1.2em;
  color: #003399;
  font-weight: bold;
  text-align: left;
}

.ep_Text03 {
  font-size: 1em;
  color: #252525;
  font-weight: 500;
  text-align: left;
}

.ep_Text04 {
  font-size: 1.2em;
  color: #014add;
  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 0.5em;
  width: auto;
}

.mb_Block00 {
  display: none;
}