@charset "UTF-8";
.myIndex {
  /* .myIndex */
}

.myIndexGreeting {
  position: relative;
  /* Greeting */
}

.myIndexGreeting .detail {
  padding: 0 360px 0 0;
}

@media only screen and (min-width: 1160px) {
  .myIndexGreeting .detail {
    padding: 0 360px 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexGreeting .detail {
    padding: 0;
  }
}

.myIndexGreeting .catch {
  margin-bottom: 30px;
  color: #ef7f87;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

@media only screen and (min-width: 1160px) {
  .myIndexGreeting .catch {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexGreeting .catch {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.myIndexGreeting .catch span {
  display: block;
}

@media only screen and (max-width: 768px) {
  .myIndexGreeting .catch span {
    display: inline;
  }
}

.myIndexGreeting .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 330px;
}

@media only screen and (min-width: 1160px) {
  .myIndexGreeting .image {
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexGreeting .image {
    position: static;
    width: auto;
  }
}

.myIndexGreeting .image.topMinus70 {
  top: -70px;
}

@media only screen and (max-width: 480px) {
  .myIndexGreeting .image.topMinus70 {
    top: 0;
  }
}

.myIndexGreeting .image .name {
  padding: 0 40px 0 100px;
  margin-top: 20px;
  text-align: center;
}

@media only screen and (min-width: 1160px) {
  .myIndexGreeting .image .name {
    padding: 0 15px 0 100px;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexGreeting .image .name {
    padding: 0;
  }
}

.myIndexGreeting .image a {
  display: block;
  margin: 10px 0 0;
  padding: 0 40px 0 100px;
  text-align: center;
  text-decoration: none;
  color: #ef7f87;
}

@media only screen and (min-width: 1160px) {
  .myIndexGreeting .image a {
    padding: 0 15px 0 100px;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexGreeting .image a {
    padding: 0;
  }
}

.myIndexGreeting .image a:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.myIndexMenu01 {
  /* Menu01 */
}

.myIndexMenu01 > ul {
  margin: 0 -3%;
}

.myIndexMenu01 > ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu01 > ul {
    margin: 0;
  }
}

.myIndexMenu01 > ul > li {
  float: left;
  width: 27.3%;
  margin: 0 3%;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu01 > ul > li {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  .myIndexMenu01 > ul > li:last-child {
    margin-bottom: 0;
  }
}

.myIndexMenu01_column02 {
  max-width: 820px;
  margin: 0 auto;
}

.myIndexMenu01_column02 > ul > li {
  width: 44%;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu01_column02 > ul > li {
    width: auto;
  }
}

.myIndexMenu01 .image {
  text-align: center;
}

.myIndexMenu01 .image a:hover {
  opacity: 0.8;
}

.myIndexMenu01 .modTitle04 {
  margin-bottom: 10px;
  padding-bottom: 4px;
}

.myIndexMenu01 .txt {
  margin-bottom: 20px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #4d4d4d;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu01 .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myIndexMenu01 .btn {
  text-align: center;
}

.myIndexMenu01 .btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
  background-image: url(../img/iconCloverGreen04.png);
  background-repeat: no-repeat;
  padding: 4px 0 4px 40px;
}

.myIndexMenu01 .btn a:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.myIndexMenu01 .btn li {
  margin-bottom: 8px;
}

.myIndexMenu02 {
  overflow: hidden;
  /* Menu02 */
}

.myIndexMenu02 ul {
  margin: 0 -2%;
}

.myIndexMenu02 ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu02 ul {
    margin: 0;
  }
}

.myIndexMenu02 li {
  float: left;
  width: 46%;
  margin: 0 2% 40px;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu02 li {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
}

.myIndexMenu02 a {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-decoration: none;
}

.myIndexMenu02 a:hover {
  opacity: 0.8;
}

.myIndexMenu02 a:hover .txt {
  text-decoration: underline;
}

.myIndexMenu02 .image, .myIndexMenu02 .detail {
  display: table-cell;
  vertical-align: middle;
}

.myIndexMenu02 .image {
  width: 151px;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu02 .image {
    width: 80px;
  }
}

.myIndexMenu02 .detail {
  padding: 0 0 0 26px;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu02 .detail {
    padding-left: 15px;
  }
}

.myIndexMenu02 .title {
  color: #FF7A80;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu02 .title {
    margin-bottom: 6px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myIndexMenu02 .txt {
  font-size: 17px;
  font-size: 1.7rem;
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu02 .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myIndexTitleKeisei {
  /* TitleKeisei */
}

.myIndexTitleKeisei .title:before {
  background-image: url(../img/keisei/index/deco02.png);
  width: 100px;
  height: 82px;
  left: 30px;
  bottom: 0;
}

.myIndexTitleKeisei .title:after {
  background-image: url(../img/keisei/index/deco03.png);
  width: 57px;
  height: 47px;
  right: 60px;
  bottom: 15px;
}

.myIndexTitleChild {
  /* TitleChild */
}

.myIndexTitleChild .title:before {
  background-image: url(../img/child/index/deco01.png);
  width: 100px;
  height: 82px;
  left: 30px;
  bottom: 0;
}

.myIndexTitleChild .title:after {
  background-image: url(../img/child/index/deco02.png);
  width: 57px;
  height: 47px;
  right: 60px;
  bottom: 15px;
}

.myIndexTitleFeature .title:before {
  background-image: url(../img/sanka/index/deco01.png);
  width: 57px;
  height: 47px;
  left: 40px;
  bottom: 20px;
}

.myIndexTitleFeature .title:after {
  background-image: url(../img/sanka/index/deco02.png);
  width: 100px;
  height: 82px;
  right: 20px;
  bottom: -10px;
}

.myIndexBlock01 {
  /* Block01 */
}

.myIndexBlock01 .title {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #665352;
}

.myIndexBlock01 .title:after {
  content: "";
  background-image: url(../img/keisei/index/deco01.png);
  width: 90px;
  height: 96px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .myIndexBlock01 .title:after {
    display: none;
  }
}

.myIndexBlock01 .inner {
  background-image: url(../img/bgPattern02.jpg);
  padding: 30px;
  margin: 0 0 15px;
}

@media only screen and (max-width: 480px) {
  .myIndexBlock01 .inner {
    padding: 15px;
  }
}

.myIndexBlock01 .inner li {
  background-image: url(../img/iconCloverBlue04.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 40px;
  margin: 0 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
  .myIndexBlock01 .inner li {
    background-size: 15px auto;
    padding-left: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myIndexBlock01 .inner li:last-child {
  margin-bottom: 0;
}

.myIndexBlock01 .inner .num {
  font-weight: bold;
}

.myIndexBlock01 .inner .txt {
  text-decoration: underline;
}

.myIndexInfoList {
  border: solid 1px #1490c8;
  border-radius: 5px;
  margin: 0 0 25px;
  /* InfoList */
}

.myIndexInfoList_type02 {
  border-color: #FF7A80;
}

.myIndexInfoList a {
  display: block;
  color: #665352;
  text-decoration: none;
}

.myIndexInfoList .large a {
  background-image: url(../img/bgPattern02.jpg);
  border-radius: 5px 5px 0 0;
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.myIndexInfoList .large a:after {
  content: "";
  background-image: url(../img/arrow01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 21px auto;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.myIndexInfoList .large .main {
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-size: 30px;
  font-size: 3rem;
  color: #1490c8;
  line-height: 1.3;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .large .main {
    margin-bottom: 8px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.myIndexInfoList .large .sub {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .large .sub {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.myIndexInfoList_type02 .large a {
  background-image: url(../img/bgPattern01.jpg);
}

.myIndexInfoList_type02 .large a:hover {
  opacity: 0.6;
}

.myIndexInfoList_type02 .large .main {
  color: #ef7f87;
}

.myIndexInfoList_type02 .large .sub {
  color: #ef7f87;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-weight: normal;
}

.myIndexInfoList .body {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myIndexInfoList .body ul {
  border-bottom: dotted 1px #ccc;
}

.myIndexInfoList .body ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .body ul {
    border-bottom: none;
  }
}

.myIndexInfoList .body ul:nth-child(even) {
  background-color: #FDFAF3;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .body ul:nth-child(even) {
    background-color: transparent;
  }
}

.myIndexInfoList .body ul:nth-child(even):last-child {
  border-radius: 0 0 5px 5px;
}

.myIndexInfoList .body ul:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .body ul:last-child li:last-child {
    border-bottom: none;
    border-radius: 0 0 5px 5px;
  }
}

.myIndexInfoList .body li {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .body li {
    float: none;
    width: auto;
    border-bottom: dotted 1px #ccc;
  }
  .myIndexInfoList .body li:nth-child(even) {
    background-color: #FDFAF3;
  }
}

.myIndexInfoList .body a {
  padding: 8px 0 8px 60px;
  position: relative;
}

.IE .myIndexInfoList .body a {
  padding-bottom: 4px;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .body a {
    padding-left: 40px;
  }
}

.myIndexInfoList .body a:hover {
  font-weight: bold;
}

.myIndexInfoList .body a:before {
  content: "\f101";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  top: 18px;
  left: 40px;
  color: #1490c8;
}

.IE .myIndexInfoList .body a:before {
  top: 10px;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .body a:before {
    top: 10px;
    left: 20px;
  }
}

.myIndexInfoList_type02 .body ul {
  border-bottom: none;
}

.myIndexInfoList_type02 .body li {
  float: none;
  width: auto;
  border-bottom: dotted 1px #ccc;
  background-color: #fff;
}

.myIndexInfoList_type02 .body li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.myIndexInfoList_type02 .body li:nth-child(even) {
  background-color: #FDFAF3;
}

.myIndexInfoList_type02 .body li:nth-child(even):last-child {
  border-radius: 0 0 5px 5px;
}

.myIndexInfoList_type02 .body a {
  padding-left: 40px;
}

.myIndexInfoList_type02 .body a:before {
  color: #ef7f87;
  left: 18px;
}

.myIndexInfoList_type02 .body .sub {
  margin: 0 0 0 10px;
  color: #1490c8;
}

.myIndexInfoList_type02 .body .hoken a:before {
  color: #1490c8;
}

.myIndexInfoBlock {
  padding: 0 20px;
  /* InfoBlock */
}

@media only screen and (max-width: 480px) {
  .myIndexInfoBlock {
    padding: 0;
  }
}

.myIndexInfoBlock .inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoBlock .inner {
    display: block;
    width: auto;
  }
}

.myIndexInfoBlock .box {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoBlock .box {
    display: block;
    padding: 0;
  }
}

.myIndexFeature {
  max-width: 1020px;
  margin: 0 auto;
}

.myIndexFeature ol:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myIndexFeature li {
  float: left;
  width: 25%;
}

@media only screen and (max-width: 480px) {
  .myIndexFeature li {
    width: 50%;
  }
}

.myIndexFeature .image {
  margin-bottom: 8px;
  text-align: center;
}

.myIndexFeature .txt {
  text-align: center;
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .myIndexFeature .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myMoney {
  /* myMoney */
}

.myMoneyLead {
  position: relative;
  padding: 0 140px 0 0;
  /* Lead */
}

@media only screen and (min-width: 1160px) {
  .myMoneyLead {
    padding: 0 265px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .myMoneyLead {
    padding-right: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .myMoneyLead {
    padding: 0;
  }
}

.myMoneyLead .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
}

@media only screen and (min-width: 1160px) {
  .myMoneyLead .image {
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .myMoneyLead .image {
    top: 80px;
  }
}

@media only screen and (max-width: 480px) {
  .myMoneyLead .image {
    position: static;
    text-align: center;
  }
}

.myMoneyLead .modTxtBlock02 {
  padding-right: 120px;
}

@media only screen and (min-width: 1160px) {
  .myMoneyLead .modTxtBlock02 {
    padding-right: 130px;
  }
}

@media only screen and (max-width: 480px) {
  .myMoneyLead .modTxtBlock02 {
    padding-right: 0;
  }
}

.myMoneyFlowList {
  /* FlowList */
}

.myMoneyFlowList > li {
  margin-bottom: 80px;
  position: relative;
  color: #665352;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlowList > li {
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myMoneyFlowList > li:last-child:before, .myMoneyFlowList > li:last-child:after {
  display: none;
}

.myMoneyFlowList > li:before {
  content: "";
  background-image: url(../img/line03_yoko.png);
  background-repeat: repeat-x;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 510px;
  height: 4px;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlowList > li:before {
    width: 100%;
    bottom: -20px;
  }
}

.myMoneyFlowList > li:after {
  content: "";
  position: absolute;
  bottom: -82px;
  right: 0;
  left: 0;
  height: 0;
  width: 0px;
  margin: auto;
  border: 30px solid transparent;
  border-top: 16px solid #EED08D;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlowList > li:after {
    bottom: -62px;
  }
}

.myMoneyFlowList .box {
  background-color: #fff;
  max-width: 830px;
  padding: 20px;
  margin: 0 auto;
  border-radius: 10px;
  border: solid 1px #FF7A80;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlowList .box {
    padding: 10px 15px;
    border-radius: 5px;
  }
}

.myMoneyFlowList .box dl {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlowList .box dl {
    display: block;
    width: auto;
  }
}

.myMoneyFlowList .box dt, .myMoneyFlowList .box dd {
  display: table-cell;
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlowList .box dt, .myMoneyFlowList .box dd {
    display: block;
  }
}

.myMoneyFlowList .box dt {
  width: 215px;
  background-image: url(../img/line_tate.png);
  background-position: right center;
  background-repeat: repeat-y;
  color: #ef7f87;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlowList .box dt {
    width: auto;
    background-image: url(../img/line.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    text-align: center;
  }
}

.myMoneyFlowList .box dd {
  padding-left: 26px;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlowList .box dd {
    padding-left: 0;
  }
}

.myMoneyFlowList .box02 {
  background-color: #F8F8F4;
  padding: 10px 15px;
}

.myMoneyFlow01 {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 40px;
  /* Flow01 */
}

@media only screen and (max-width: 480px) {
  .myMoneyFlow01 {
    display: block;
    width: auto;
  }
}

.myMoneyFlow01:last-child {
  margin-bottom: 0;
}

.myMoneyFlow01 > dt, .myMoneyFlow01 > dd {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlow01 > dt, .myMoneyFlow01 > dd {
    display: block;
  }
}

.myMoneyFlow01 > dt {
  width: 240px;
  background-image: url(../img/bgPattern01.jpg);
  border-radius: 10px 0 0 10px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  text-align: center;
  color: #ef7f87;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlow01 > dt {
    border-radius: 5px 5px 0 0;
    width: auto;
    padding: 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myMoneyFlow01 > dd {
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  padding: 30px;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlow01 > dd {
    border-radius: 0 0 5px 5px;
    padding: 15px;
  }
}

.myMoneyFlow01 .list dt {
  background-image: url(../img/iconCloverBlue04.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 35px;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlow01 .list dt {
    background-size: 20px auto;
    padding-left: 30px;
    margin-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myMoneyFlow01 .list dd {
  margin-bottom: 40px;
}

.myMoneyFlow01 .list dd:last-child {
  margin-bottom: 0;
}

.myMoneyFlow01 .list .maker {
  color: #FF7A80;
  text-decoration: underline;
}

.myMoneyFlow02 {
  /* Flow02 */
}

.myMoneyFlow02 > dt {
  background-image: url(../img/bgPattern02.jpg);
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #1490c8;
  font-size: 30px;
  font-size: 3rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlow02 > dt {
    padding: 8px 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myMoneyFlow02 > dt .num {
  background-color: #fff;
  margin: 0 20px 0 0;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  line-height: 32px;
  border-radius: 50%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: right;
  font-size: 27px;
  font-size: 2.7rem;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlow02 > dt .num {
    margin-right: 10px;
    padding-right: 6px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myMoneyFlow02.column01 dt {
  border-radius: 10px;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlow02.column01 dt {
    border-radius: 5px;
  }
}

.myMoneyFlow02 > dd {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.myMoneyFlow02 .inner {
  padding: 40px;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlow02 .inner {
    padding: 15px;
  }
}

.myMoneyFlow02 .txt {
  text-align: center;
}

.myMoneyFlow02 .txt02 {
  margin-bottom: 20px;
}

.myMoneyFlow02 .block01 {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlow02 .block01 {
    display: block;
    width: auto;
  }
}

.myMoneyFlow02 .block01 .body {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlow02 .block01 .body {
    display: block;
    position: relative;
  }
}

.myMoneyFlow02 .block01 .body:after {
  content: "";
  background-image: radial-gradient(#E5DECB 28.3%, #fff 0);
  background-size: 8px 8px;
  background-position: 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 8px;
  margin: 0 0 0 -4px;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlow02 .block01 .body:after {
    top: auto;
    left: 0;
    width: 100%;
    height: 8px;
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  .myMoneyFlow02 .block01 .body:last-child:after {
    display: none;
  }
}

.myMoneyFlow02 .block01 .title {
  border-bottom: solid 1px #ef7f87;
  margin-bottom: 18px;
  text-align: center;
  color: #ef7f87;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlow02 .block01 .title {
    padding: 0 0 8px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myMoneyFlow02 .block01 .caution01 {
  color: #db5d57;
  font-weight: bold;
}

.myMoneyFlow02 .block01 .caution02 {
  margin-bottom: 20px;
  font-weight: bold;
}

.myMoneyFlow02 .block01 .timeList li {
  margin-bottom: 34px;
  padding: 0 0 0 110px;
  position: relative;
}

.myMoneyFlow02 .block01 .timeList li:last-child .time:after {
  display: none;
}

.myMoneyFlow02 .block01 .timeList .time {
  background-color: #f5e3bb;
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
}

@media only screen and (max-width: 480px) {
  .myMoneyFlow02 .block01 .timeList .time {
    height: 30px;
    line-height: 30px;
  }
}

.myMoneyFlow02 .block01 .timeList .time:after {
  content: "arrow-down";
  font-family: FontAwesome;
  line-height: 1;
  width: 1em;
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #f5e3bb;
  font-size: 24px;
  font-size: 2.4rem;
}

.myMoneyFlow02 .block01 .timeList .detail {
  padding: 5px 0 0;
}

.myMoneyList {
  margin-bottom: 20px;
  /* List */
}

.myMoneyList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myMoneyList:last-child {
  margin-bottom: 0;
}

.myMoneyList dt {
  float: left;
  font-weight: bold;
}

.myMoneyList02 {
  /* List02 */
}

.myMoneyList02 dt {
  font-weight: bold;
}

.myMoneyList02 dd {
  margin-bottom: 10px;
}

.myMoneyList02 dd:last-child {
  margin-bottom: 0;
}

.myMoneyCaution {
  font-size: 14px;
  font-size: 1.4rem;
  /* caution */
}

@media only screen and (max-width: 480px) {
  .myMoneyCaution {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.myMoneyCase {
  background-color: #fff;
  max-width: 758px;
  padding: 30px 30px 0;
  margin: 0 auto 50px;
  position: relative;
  /* Case */
}

@media only screen and (max-width: 480px) {
  .myMoneyCase {
    padding: 15px 15px 0;
    margin-bottom: 30px;
  }
}

.myMoneyCase:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 30px;
  background-image: url(../img/keisei/money/deco.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 89px;
  height: 96px;
}

.myMoneyCase .title {
  background-image: url(../img/line.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  max-width: 370px;
  padding: 0 0 8px;
  margin: 0 auto 30px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 480px) {
  .myMoneyCase .title {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myMoneyCase ul {
  max-width: 330px;
  margin: 0 auto;
}

.myMoneyCase ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myMoneyCase li {
  float: left;
  width: 50%;
  margin: 0 0 30px;
  padding: 0 0 0 40px;
  background-image: url(../img/iconCloverBlue04.png);
  background-position: left center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

@media only screen and (max-width: 480px) {
  .myMoneyCase li {
    background-size: 20px auto;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myMoneyCard {
  display: table;
  width: 100%;
  table-layout: fixed;
  color: #665352;
  font-size: 18px;
  font-size: 1.8rem;
  /* card */
}

@media only screen and (max-width: 480px) {
  .myMoneyCard {
    display: block;
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myMoneyCard .image, .myMoneyCard .detail {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 480px) {
  .myMoneyCard .image, .myMoneyCard .detail {
    display: block;
  }
}

.myMoneyCard .image {
  width: 300px;
}

@media only screen and (max-width: 480px) {
  .myMoneyCard .image {
    width: auto;
    text-align: center;
  }
}

.myMoneyCard .detail {
  padding: 0 70px 0 0;
}

@media only screen and (max-width: 480px) {
  .myMoneyCard .detail {
    padding: 0;
    margin-bottom: 20px;
  }
}

.myLnav {
  /* .myLnav */
}

@media only screen and (max-width: 480px) {
  .myLnav {
    padding: 0 0 10px;
  }
}

.myLnav .modAccBtn {
  display: none;
  background-color: #FF7A80;
  position: relative;
  padding: 6px 10px;
  margin: 0 10px;
  border-radius: 3px;
  color: #fff;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .myLnav .modAccBtn {
    display: block;
  }
}

.myLnav .modAccBtn:after {
  content: "?";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 1em;
  margin: auto;
  font-size: 22px;
  font-size: 2.2rem;
}

.myLnav .modAccBtn.on {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.myLnav .modAccBtn.on:after {
  content: "?";
}

.myLnav .lNav {
  display: table;
  width: 100%;
  /* .lNav */
}

@media only screen and (max-width: 480px) {
  .myLnav .lNav {
    display: none;
    margin: 0 10px;
    width: auto;
  }
}

.myLnav .lNav li {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  border-right: 1px solid #d6d6d6;
}

@media only screen and (max-width: 480px) {
  .myLnav .lNav li {
    display: block;
    height: auto;
    border: none;
    border-top: 1px solid #d6d6d6;
  }
}

.myLnav .lNav li a {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  color: #665352;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .myLnav .lNav li a {
    display: block;
    padding: 12px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.myLnav .lNav li a > span {
  display: table-cell;
  vertical-align: middle;
  height: 72px;
}

@media only screen and (max-width: 480px) {
  .myLnav .lNav li a > span {
    height: auto;
    display: inline;
  }
}

.myLnav .lNav li a > span span {
  display: block;
}

@media only screen and (max-width: 480px) {
  .myLnav .lNav li a > span span {
    display: inline;
  }
}

.myLnav .lNav li.active, .myLnav .lNav li:hover {
  background-color: #f9b1b5;
}

.myLnav .lNav li.active a, .myLnav .lNav li:hover a {
  color: #fff;
}

.myLnav .lNav li:first-child {
  border-top-left-radius: 5px;
}

@media only screen and (max-width: 480px) {
  .myLnav .lNav li:first-child {
    border-top-left-radius: 0;
  }
}

.myLnav .lNav li:last-child {
  border-top-right-radius: 5px;
  border-right: none;
}

@media only screen and (max-width: 480px) {
  .myLnav .lNav li:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}

.beforeAfterBlock {
  overflow: hidden;
  position: relative;
  /* .beforeAfterBlock */
}

.beforeAfterBlock .before, .beforeAfterBlock .after {
  width: 45%;
}

.beforeAfterBlock .before .image, .beforeAfterBlock .after .image {
  margin-bottom: 15px;
}

.beforeAfterBlock .before .text span, .beforeAfterBlock .after .text span {
  display: inline;
}

.beforeAfterBlock .before {
  float: left;
}

.beforeAfterBlock .before .image {
  text-align: right;
}

.beforeAfterBlock .before:after {
  content: "";
  display: block;
  width: 57px;
  height: 48px;
  background-image: url(../img/arrowBeforeAfter.png);
  position: absolute;
  left: 50%;
  top: 25%;
  margin-left: -25px;
}

@media only screen and (max-width: 480px) {
  .beforeAfterBlock .before:after {
    width: 28px;
    height: 24px;
    background-size: 28px auto;
    margin-left: -15px;
    top: 90px;
  }
}

.beforeAfterBlock .after {
  float: right;
}

.beforeAfterBlock .after .image {
  text-align: left;
}

.keiseiList01 {
  overflow: hidden;
  /* .keiseiList01 */
}

.keiseiList01 li {
  width: 46%;
  float: left;
  background: url(../img/line03.png) right top repeat-y;
  padding-right: 30px;
  margin-right: 30px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 480px) {
  .keiseiList01 li {
    float: none;
    width: auto;
    padding-right: 0;
    margin-right: 0;
    background: url(../img/line03_yoko.png) left bottom repeat-x;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.keiseiList01 li:nth-child(even) {
  background: none;
  padding-right: 0;
  margin-right: 0;
}

@media only screen and (max-width: 480px) {
  .keiseiList01 li:nth-child(even) {
    background: url(../img/line03_yoko.png) left bottom repeat-x;
  }
}

.keiseiList01 li:nth-child(5) {
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .keiseiList01 li:nth-child(5) {
    margin-bottom: 30px;
  }
}

.keiseiList01 li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .keiseiList01 li:last-child {
    background: none;
  }
}

.keiseiList01 li .title {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  padding-left: 40px;
  background: url(../img/iconCloverGreen04.png) left 5px no-repeat;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media only screen and (max-width: 480px) {
  .keiseiList01 li .title {
    font-size: 24px;
    font-size: 2.4rem;
    background: url(../img/iconCloverGreen04.png) left top no-repeat;
  }
}

.keiseiList01 li .text {
  font-size: 18px;
  font-size: 1.8rem;
}

.keiseiList02 {
  /* .keiseiList02 */
}

.keiseiList02 dt {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .keiseiList02 dt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.keiseiList02 dt span {
  position: relative;
}

.keiseiList02 dt span:before {
  content: "";
  display: block;
  width: 29px;
  height: 30px;
  background: url(../img/iconCloverGreen04.png) left top no-repeat;
  position: absolute;
  top: 0;
  left: -40px;
}

@media only screen and (max-width: 480px) {
  .keiseiList02 dt span:before {
    display: none;
  }
}

.keiseiList02 dt span:after {
  content: "";
  display: block;
  width: 29px;
  height: 30px;
  background: url(../img/iconCloverGreen04.png) left top no-repeat;
  position: absolute;
  top: 0;
  right: -40px;
}

@media only screen and (max-width: 480px) {
  .keiseiList02 dt span:after {
    display: none;
  }
}

.keiseiList02 dd {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 80px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .keiseiList02 dd {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
}

.keiseiList02 dd span {
  display: block;
}

@media only screen and (max-width: 480px) {
  .keiseiList02 dd span {
    display: inline;
  }
}

.keiseiList02 dd:after {
  content: "";
  display: block;
  width: 326px;
  height: 4px;
  background: url(../img/line03_yoko.png) left center repeat-x;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -163px;
}

.keiseiList02 dd:last-child {
  margin-bottom: 0;
}

.keiseiList02 dd:last-child:after {
  display: none;
}

.keiseiList03 {
  max-width: 1020px;
  margin: 0 auto;
  /* .keiseiList03 */
}

.keiseiList03 ol:after, .keiseiList03 ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.keiseiList03 li {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
}

.keiseiList03 li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 480px) {
  .keiseiList03 li {
    width: 100%;
  }
}

.keiseiList03 li dt {
  width: 4em;
  float: left;
}

.keiseiList03 li dd {
  margin-left: 4em;
  margin-bottom: 5px;
}

.keiseiList03 .image {
  margin-bottom: 8px;
  text-align: center;
}

.keiseiList03 .catch {
  margin-bottom: 20px;
  color: #ef7f87;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  text-align: center;
}

@media only screen and (min-width: 1160px) {
  .keiseiList03 .catch {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .keiseiList03 .catch {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.keiseiList03 .txt {
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .keiseiList03 .txt {
    font-size: 12px;
    font-size: 1.2rem;
    width: 80%;
    margin: 0 auto;
  }
}

.myIndexInfoList {
  /* .myIndexInfoList */
}

.myIndexInfoList .body a:hover {
  font-weight: normal;
}

.myIndexInfoList_type02 .large a:hover {
  opacity: 1;
}

.myTitle {
  background-image: url(../img/bgTitle03.jpg);
  background-position: center;
  padding: 24px 0;
  text-align: center;
  /* .myTitle */
}

.myTitle_type02 {
  background-image: url(../img/bgTitle04.jpg);
}

.myTitle .title {
  position: relative;
  padding: 0 90px;
  min-width: 200px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-size: 31px;
  font-size: 3.1rem;
  color: #ef7f87;
}

@media only screen and (max-width: 480px) {
  .myTitle .title {
    min-width: 0;
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 50px;
  }
}

.myTitle .title .sub {
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 480px) {
  .myTitle .title .sub {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myTitle .title:before, .myTitle .title:after {
  position: absolute;
  background-repeat: no-repeat;
  width: 106px;
  height: 84px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .myTitle .title:before, .myTitle .title:after {
    background-size: 50px auto;
    width: 50px;
    height: 40px;
  }
}

.myTitle .title:before {
  content: "";
  background-image: url(../img/keisei/deco01.png);
  left: 0;
}

.myTitle .title:after {
  content: "";
  background-image: url(../img/keisei/deco01.png);
  right: -5px;
}

.myTitle02 {
  position: relative;
  margin-bottom: 26px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .myTitle02 {
    padding-bottom: 8px;
  }
}

.myTitle02:before {
  content: "";
  background-image: url(../img/line.png);
  background-repeat: repeat-x;
  background-position: center;
  width: 36%;
  height: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .myTitle02:before {
    width: 100%;
    top: auto;
    bottom: -8px;
  }
}

.myTitle02:after {
  content: "";
  background-image: url(../img/line.png);
  background-repeat: repeat-x;
  background-position: center;
  width: 36%;
  height: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .myTitle02:after {
    display: none;
  }
}

.myTitle02 .inner {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 210px;
  position: relative;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-size: 31px;
  font-size: 3.1rem;
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .myTitle02 .inner {
    width: auto;
    padding: 0 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myTitle02_long .inner {
  width: 500px;
}

@media only screen and (max-width: 480px) {
  .myTitle02_long .inner {
    width: auto;
  }
}

.myTitle02_long:before {
  width: 23%;
}

@media only screen and (max-width: 480px) {
  .myTitle02_long:before {
    width: 100%;
  }
}

.myTitle02_long:after {
  width: 23%;
}

@media only screen and (max-width: 480px) {
  .myTitle02_long:after {
    display: none;
  }
}

.myTitle03 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 20px 0;
}

@media only screen and (max-width: 480px) {
  .myTitle03 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myTitle04 {
  background: url(../img/iconCloverBlue04.png) no-repeat 0 3px;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .myTitle04 {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 7px;
    padding-bottom: 5px;
  }
}

.myListFlow .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .myListFlow .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myListFlow li {
  margin-bottom: 0px;
}

.myListFlow li:after {
  content: "";
  display: inline-block;
  width: 43px;
  height: 32px;
  background: url(../img/arrowFlowB.png) no-repeat center bottom;
  margin-top: 10px;
}

.myListFlow li:last-child:after {
  display: none;
}

.myTxtCatch {
  color: #ef7f87;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  /* .myTxtCatch */
}

@media only screen and (max-width: 480px) {
  .myTxtCatch {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myTxtCatch02 {
  margin-bottom: 60px;
  color: #665352;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  /* .myTxtCatch */
}

@media only screen and (max-width: 480px) {
  .myTxtCatch02 {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 480px) {
  .myTxt01 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myBlock01 {
  background-image: url(../img/bgPattern12.jpg);
  padding: 24px 10px;
  border: solid 2px #FFBEBE;
  border-radius: 10px;
  text-align: center;
  /* .myBlock01 */
}

@media only screen and (max-width: 480px) {
  .myBlock01 {
    padding: 15px;
    border-radius: 6px;
  }
}

.myBlock01_type02 {
  background-image: url(../img/bgPattern13.jpg);
  border-color: #B0DEFF;
}

.myBlock01 .main {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .myBlock01 .main {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myBlock01 .sub {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游ゴシック", YuGothic, "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media only screen and (max-width: 480px) {
  .myBlock01 .sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myBlock02 {
  background-color: #fff;
  padding: 40px;
  position: relative;
  /* .myBlock02 */
}

@media only screen and (max-width: 480px) {
  .myBlock02 {
    padding: 20px;
  }
}

.myBlock02 .title {
  margin-bottom: 18px;
  color: #665352;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .myBlock02 .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myBlock02 .txt {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #665352;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .myBlock02 .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myBlock02 .btn {
  max-width: 500px;
  margin: 0 auto;
}

.myBlock02 .deco {
  position: absolute;
  right: 30px;
  top: -40px;
}

@media only screen and (max-width: 768px) {
  .myBlock02 .deco {
    display: none;
  }
}

.myBlock03 {
  margin-bottom: 40px;
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 18px;
  font-size: 1.8rem;
  color: #665352;
  /* .myBlock03 */
}

@media only screen and (max-width: 480px) {
  .myBlock03 {
    display: block;
    width: auto;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.myBlock03_type02 {
  display: block;
  width: auto;
}

.myBlock03 > dt, .myBlock03 > dd {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .myBlock03 > dt, .myBlock03 > dd {
    display: block;
  }
}

.myBlock03_type02 > dt, .myBlock03_type02 > dd {
  display: block;
}

.myBlock03 > dt {
  width: 133px;
}

@media only screen and (max-width: 480px) {
  .myBlock03 > dt {
    margin-bottom: 10px;
  }
}

.myBlock03 > dt span {
  display: block;
  height: 51px;
  background-image: url(../img/keisei/bgLabel01.png);
  background-position: right center;
  background-repeat: no-repeat;
  line-height: 51px;
  text-align: center;
  font-weight: 500;
}

.myBlock03 > dt.type01 {
  width: 133px;
}

.myBlock03 > dt.type01 span {
  background-image: url(../img/keisei/bgLabel01.png);
}

.myBlock03 > dt.type02 {
  width: 133px;
}

.myBlock03 > dt.type02 span {
  background-image: url(../img/keisei/bgLabel02.png);
}

.myBlock03 > dt.type03 {
  width: 133px;
}

.myBlock03 > dt.type03 span {
  background-image: url(../img/keisei/bgLabel03.png);
}

.myBlock03 > dt.type04 {
  width: 133px;
}

.myBlock03 > dt.type04 span {
  background-image: url(../img/keisei/bgLabel04.png);
}

.myBlock03 > dt.type05 {
  width: 244px;
}

@media only screen and (max-width: 480px) {
  .myBlock03 > dt.type05 {
    width: auto;
  }
}

.myBlock03 > dt.type05 span {
  background-image: url(../img/keisei/bgLabel04.png);
}

.myBlock03 > dt.type06 {
  width: 206px;
}

@media only screen and (max-width: 480px) {
  .myBlock03 > dt.type06 {
    width: auto;
    display: inline-block;
  }
}

@media only screen and (max-width: 480px) {
  .myBlock03 > dt.type06 + dd {
    display: inline-block;
    margin-top: -5px;
  }
}

.myBlock03 > dt.type06 span {
  background-image: url(../img/keisei/bgLabel05.png);
}

@media only screen and (max-width: 480px) {
  .myBlock03 > dt.type06 span {
    padding: 0 20px 0 10px;
  }
}

.myBlock03 > dt.type07 {
  width: 133px;
}

.myBlock03 > dt.type07 span {
  background-image: url(../img/keisei/bgLabel06.png);
}

.myBlock03_type02 > dt {
  margin-bottom: 12px;
}

.myBlock03 > dd {
  padding-left: 8px;
}

@media only screen and (max-width: 480px) {
  .myBlock03 > dd {
    padding-left: 0;
  }
}

.myBlock03_type02 > dd {
  padding-left: 0;
}

.myBlock04 {
  background-image: url(../img/bgPattern15.jpg);
  padding: 50px;
  /* .myBlock04 */
}

@media only screen and (max-width: 480px) {
  .myBlock04 {
    padding: 20px;
  }
}

.myBlock04 .inner {
  margin: 0 -2% 40px;
}

.myBlock04 .inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 480px) {
  .myBlock04 .inner {
    margin: 0;
  }
}

.myBlock04 .box {
  float: left;
  width: 45.5%;
  margin: 0 2%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .myBlock04 .box {
    float: none;
    width: auto;
    margin: 0 0 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.myBlock04 .box .modTitle04 {
  margin-bottom: 30px;
  padding-bottom: 8px;
}

@media only screen and (max-width: 480px) {
  .myBlock04 .box .modTitle04 {
    margin-bottom: 15px;
  }
}

.myBlock_out:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myBlock_out .txtBlock {
  float: left;
  width: 80%;
}

@media only screen and (max-width: 480px) {
  .myBlock_out .txtBlock {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.myBlock_out .imgBlock {
  float: right;
  width: 15%;
  text-align: center;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  .myBlock_out .imgBlock {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.myBlock_out .imgBlockNone {
  background: none;
  padding: 0;
}

.myBlock_out_type02 .txtBlock {
  width: 75%;
}

@media only screen and (max-width: 480px) {
  .myBlock_out_type02 .txtBlock {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.myBlock_out_type02 .imgBlock {
  width: 23%;
}

@media only screen and (max-width: 480px) {
  .myBlock_out_type02 .imgBlock {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.myBlockPoint {
  background-image: url(../img/bgPattern14.jpg);
  padding: 20px 50px 40px;
  border-radius: 6px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #665352;
  font-weight: 500;
  /* .myBlockPoint */
}

@media only screen and (max-width: 480px) {
  .myBlockPoint {
    padding: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.myBlockPoint_type02 {
  background-image: url(../img/bgPattern10.jpg);
  padding-top: 40px;
}

@media only screen and (max-width: 480px) {
  .myBlockPoint_type02 {
    padding-top: 20px;
  }
}

.myBlockPoint .title {
  margin-bottom: 20px;
  text-align: center;
}

.myBlockPoint_type02 .title span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0 115px;
  font-size: 31px;
  font-size: 3.1rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  color: #ef7f87;
}

@media only screen and (max-width: 480px) {
  .myBlockPoint_type02 .title span {
    padding: 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.myBlockPoint_type02 .title span:before, .myBlockPoint_type02 .title span:after {
  content: url(../img/keisei/deco03.png);
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 480px) {
  .myBlockPoint_type02 .title span:before, .myBlockPoint_type02 .title span:after {
    display: none;
  }
}

.myBlockPoint_type02 .title span:before {
  left: 0;
}

.myBlockPoint_type02 .title span:after {
  right: 0;
}

.myTxtList {
  max-width: 690px;
  margin: 0 auto 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #665352;
  /* .myTxtList */
}

@media only screen and (max-width: 480px) {
  .myTxtList {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.myTxtList .inner {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .myTxtList .inner {
    display: block;
    width: auto;
  }
}

.myTxtList ul {
  display: table-row;
}

@media only screen and (max-width: 480px) {
  .myTxtList ul {
    display: block;
  }
}

.myTxtList li {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 36px;
  background-image: url(../img/iconCloverBlue03.png);
  background-repeat: no-repeat;
  background-position: left 0.4em;
}

@media only screen and (max-width: 480px) {
  .myTxtList li {
    padding-left: 25px;
    background-size: 20px auto;
    background-position: left 0.2em;
    display: block;
  }
}

.myTxtList02 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #665352;
  font-weight: 500;
  /* .myTxtList02 */
}

@media only screen and (max-width: 480px) {
  .myTxtList02 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.myTxtList02 dt {
  background-image: url(../img/iconCloverBlue03.png);
  background-repeat: no-repeat;
  background-position: left 0.3em;
  padding: 0 0 0 30px;
  margin: 0 0 8px;
  font-weight: bold;
}

.myTxtList02 dd {
  margin-bottom: 30px;
}

.myPhList {
  position: relative;
  margin: 80px 0 30px;
  /* .myPhList */
}

.myPhList .inner {
  max-width: 740px;
  margin: 0 auto;
  position: relative;
}

.myPhList ul {
  margin: 0 -1%;
}

.myPhList ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 480px) {
  .myPhList ul {
    margin: 0;
  }
}

.myPhList li {
  float: left;
  width: 48%;
  margin: 0 1% 2%;
}

@media only screen and (max-width: 480px) {
  .myPhList li {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
}

.myPhList .deco01, .myPhList .deco02 {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .myPhList .deco01, .myPhList .deco02 {
    display: none;
  }
}

.myPhList .deco01 {
  left: 0;
  bottom: 30px;
}

.myPhList .deco02 {
  top: -70px;
  right: 0;
}

.myProductList {
  overflow: hidden;
  /* .myProductList */
}

.myProductList .inner {
  margin: 0 -3.5% 60px;
}

.myProductList .inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myProductList .inner:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .myProductList .inner {
    margin: 0 0 30px;
  }
}

.myProductList .inner .box:first-child:before {
  content: "";
  background-image: radial-gradient(#EFD391 30.3%, rgba(254, 255, 237, 0) 0);
  background-size: 8px 8px;
  background-position: 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9%;
  width: 8px;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .myProductList .inner .box:first-child:before {
    display: none;
  }
}

.myProductList .inner.noBorder .box:first-child:before {
  display: none;
}

.myProductList .box {
  float: left;
  width: 43%;
  position: relative;
  margin: 0 3.5%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .myProductList .box {
    float: none;
    width: auto;
    margin: 0 0 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.myProductList .image {
  margin-bottom: 20px;
  text-align: center;
}

.myProductList .head {
  background-image: url(../img/bgPattern12.jpg);
  padding: 16px 10px;
  margin-bottom: 20px;
  border: solid 2px #FFBEBE;
  border-radius: 10px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .myProductList .head {
    padding: 15px;
    border-radius: 6px;
  }
}

.myProductList .head_type02 {
  background-image: url(../img/bgPattern13.jpg);
  border-color: #B0DEFF;
}

.myProductList .head .title {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  color: #665352;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .myProductList .head .title {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 480px) {
  .myProductList .head .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myProductList .head .title span {
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  .myProductList .head .title span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 480px) {
  .myProductList .head .title span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myProductList .head .sub {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

@media only screen and (max-width: 768px) {
  .myProductList .head .sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 480px) {
  .myProductList .head .sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myCaution li {
  margin-left: 1em;
  text-indent: -1em;
}

/* Tenteki
--------------------------*/
.myTentekiCase {
  position: relative;
  max-width: 670px;
  margin: 0 auto;
  /* case */
}

.myTentekiCase ul {
  width: auto;
}

.myTentekiCase .deco01, .myTentekiCase .deco02 {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .myTentekiCase .deco01, .myTentekiCase .deco02 {
    display: none;
  }
}

.myTentekiCase .deco01 {
  bottom: 50px;
  left: -120px;
}

.myTentekiCase .deco02 {
  bottom: 0;
  right: -140px;
}

/* hoken
--------------------------*/
.myHokenList {
  display: table;
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #665352;
  /* list */
}

@media only screen and (max-width: 480px) {
  .myHokenList {
    margin-bottom: 20px;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.myHokenList ul {
  display: table-row;
}

@media only screen and (max-width: 480px) {
  .myHokenList ul {
    display: block;
  }
}

.myHokenList li {
  display: table-cell;
}

@media only screen and (max-width: 480px) {
  .myHokenList li {
    display: block;
  }
}

.myHokenList li:first-child {
  padding-right: 100px;
}

@media only screen and (max-width: 480px) {
  .myHokenList li:first-child {
    padding-right: 0;
  }
}

.myHokenList02 {
  margin-bottom: 60px;
  /* list02 */
}

@media only screen and (max-width: 480px) {
  .myHokenList02 {
    margin-bottom: 30px;
  }
}

.myHokenList02 dl {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .myHokenList02 dl {
    display: block;
    width: auto;
  }
}

.myHokenList02 dt, .myHokenList02 dd {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 480px) {
  .myHokenList02 dt, .myHokenList02 dd {
    display: block;
  }
}

.myHokenList02 dt {
  width: 10em;
}

@media only screen and (max-width: 480px) {
  .myHokenList02 dt {
    width: auto;
  }
}

.myHokenList02 dt .main {
  font-weight: bold;
}

.myHokenList02 dt .line {
  margin-left: 0.4em;
}

@media only screen and (max-width: 480px) {
  .myHokenList02 dt .line {
    display: none;
  }
}

.myHokenCase {
  position: relative;
  max-width: 580px;
  margin: 0 auto;
  /* case */
}

.myHokenCase ul {
  width: auto;
}

.myHokenCase .deco01, .myHokenCase .deco02 {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .myHokenCase .deco01, .myHokenCase .deco02 {
    display: none;
  }
}

.myHokenCase .deco01 {
  top: 0;
  left: -120px;
}

.myHokenCase .deco02 {
  bottom: 40px;
  right: -140px;
}

.myHokenCase_img1 {
  max-width: 347px;
}

.myHokenCase_img3 {
  max-width: 780px;
}

/* other
--------------------------*/
.myOtherCase {
  position: relative;
  max-width: 500px;
  margin: 0 auto 60px;
  /* case */
}

@media only screen and (max-width: 480px) {
  .myOtherCase {
    margin-bottom: 30px;
  }
}

.myOtherCase .deco01, .myOtherCase .deco02 {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .myOtherCase .deco01, .myOtherCase .deco02 {
    display: none;
  }
}

.myOtherCase .deco01 {
  top: 0;
  left: -120px;
}

.myOtherCase .deco02 {
  top: 40px;
  right: -140px;
}

.myOtherCase02 {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  /* case */
}

.myOtherCase02 .inner {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .myOtherCase02 .inner {
    display: block;
    width: auto;
  }
}

.myOtherCase02 .detail, .myOtherCase02 .image {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 480px) {
  .myOtherCase02 .detail, .myOtherCase02 .image {
    display: block;
  }
}

.myOtherCase02 .detail {
  padding-right: 30px;
}

@media only screen and (max-width: 480px) {
  .myOtherCase02 .detail {
    margin-bottom: 20px;
    padding-right: 0;
  }
}

.myOtherCase02 .image {
  width: 213px;
}

@media only screen and (max-width: 480px) {
  .myOtherCase02 .image {
    width: auto;
    text-align: center;
  }
}

.myOtherCase02 .deco01 {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .myOtherCase02 .deco01 {
    display: none;
  }
}

.myOtherCase02 .deco01 {
  bottom: 40px;
  right: -120px;
}

/* money
--------------------------*/
.myMoneyLead {
  padding: 0 300px 0 0;
}

@media only screen and (max-width: 480px) {
  .myMoneyLead {
    padding-right: 0;
  }
}

.myMoneyLead .image {
  width: 343px;
}

@media only screen and (max-width: 480px) {
  .myMoneyLead .image {
    width: auto;
  }
}

.myMoneyLead .modTxtBlock02 {
  padding-right: 210px;
}

@media only screen and (max-width: 768px) {
  .myMoneyLead .modTxtBlock02 {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .myMoneyLead .modTxtBlock02 {
    padding-right: 0;
  }
}

.myMoneyKeiseiFlowList {
  position: relative;
  /* FlowList */
}

.myMoneyKeiseiFlowList:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  width: 10px;
  background-image: url(../img/line_tate.png);
  background-position: center;
  background-repeat: repeat-y;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList:before {
    display: none;
  }
}

.myMoneyKeiseiFlowList > ul > li {
  position: relative;
  padding: 0 0 90px 240px;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList > ul > li {
    padding: 0;
    margin-bottom: 20px;
  }
}

.myMoneyKeiseiFlowList > ul > li:first-child:before {
  content: "";
  background-image: url(../img/bgPattern03.jpg);
  position: absolute;
  top: 0;
  left: 80px;
  bottom: 50%;
  width: 10px;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList > ul > li:first-child:before {
    display: none;
  }
}

.myMoneyKeiseiFlowList > ul > li:last-child:before {
  content: "";
  background-image: url(../img/bgPattern03.jpg);
  position: absolute;
  top: 50%;
  left: 80px;
  bottom: 0;
  width: 10px;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList > ul > li:last-child:before {
    display: none;
  }
}

.myMoneyKeiseiFlowList .image {
  position: absolute;
  top: -90px;
  bottom: 0;
  left: -30px;
  margin: auto;
  height: 211px;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList .image {
    margin-bottom: 20px;
    position: static;
    height: auto;
    text-align: center;
  }
}

.myMoneyKeiseiFlowList .image img {
  max-width: none;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList .image img {
    max-width: 100%;
  }
}

.myMoneyKeiseiFlowList .type02 .image {
  top: -130px;
}

.myMoneyKeiseiFlowList .detail {
  max-width: 620px;
  border: solid 1px #FED6D8;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  padding: 30px 40px;
  color: #665352;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList .detail {
    padding: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myMoneyKeiseiFlowList .detail:after {
  content: "";
  background-image: url(../img/sanka/info/ninpu/arrowFlow.png);
  width: 23px;
  height: 43px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -23px;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList .detail:after {
    display: none;
  }
}

.myMoneyKeiseiFlowList .detail .deco {
  position: absolute;
  top: 10px;
  right: 20px;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList .detail .deco {
    display: none;
  }
}

.myMoneyKeiseiFlowList .type02 {
  min-height: 160px;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList .type02 {
    min-height: 0;
  }
}

.myMoneyKeiseiFlowList .txt {
  margin-bottom: 15px;
}

.myMoneyKeiseiFlowList .btn {
  max-width: 360px;
}

.myMoneyKeiseiFlowList .box {
  /* box */
}

.myMoneyKeiseiFlowList .box dt {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList .box dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myMoneyKeiseiFlowList .box dt:before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/iconCloverBlue04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px auto;
  width: 23px;
  height: 23px;
  margin: 0 12px 0 0;
  vertical-align: middle;
}

.myMoneyKeiseiFlowList .box .txt {
  color: #ff4a4b;
  text-decoration: underline;
}

.myMoneyKeiseiFlowList .box .title {
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
  color: #38AEA3;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList .box .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myMoneyKeiseiFlowList02 {
  position: relative;
  /* FlowList02 */
}

.myMoneyKeiseiFlowList02 > ul > li {
  position: relative;
  padding: 0 0 80px;
}

.myMoneyKeiseiFlowList02 > ul > li:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 20px;
  height: 50px;
  margin: auto;
  background-image: url(../img/line_tate.png);
  background-position: center;
  background-repeat: repeat-y;
}

.myMoneyKeiseiFlowList02 > ul > li:last-child:after {
  display: none;
}

.myMoneyKeiseiFlowList02 .image {
  text-align: center;
  margin: 0 0 35px;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList02 .image {
    margin-bottom: 20px;
    position: static;
    height: auto;
  }
}

.myMoneyKeiseiFlowList02 > ul > li > .detail {
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  padding: 30px 40px;
  color: #665352;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList02 > ul > li > .detail {
    padding: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myMoneyKeiseiFlowList02 > ul > li > .detail:before {
  content: "";
  background-color: #86CCE5;
  border-radius: 8px 8px 0 0;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.myMoneyKeiseiFlowList02 > ul > li > .detail:after {
  content: "";
  position: absolute;
  top: -44px;
  right: 0;
  left: 0;
  height: 0;
  width: 0px;
  margin: auto;
  border: 22px solid transparent;
  border-bottom: 22px solid #86CCE5;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList02 > ul > li > .detail:after {
    display: none;
  }
}

.myMoneyKeiseiFlowList02 > ul > li > .detail .deco {
  position: absolute;
  top: 10px;
  right: 20px;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList02 > ul > li > .detail .deco {
    display: none;
  }
}

.myMoneyKeiseiFlowList02 .title01 {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center;
}

.myMoneyKeiseiFlowList02 .title01:before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/iconCloverBlue04.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 30px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList02 .title01 {
    background-size: 20px auto;
    margin-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myMoneyKeiseiFlowList02 .txtBlock {
  max-width: 520px;
  margin: 0 auto;
}

.myMoneyKeiseiFlowList02 .txtBlock02 {
  margin-bottom: 10px;
  text-align: center;
}

.myMoneyKeiseiFlowList02 .txtBlock03 {
  text-align: center;
}

.myMoneyKeiseiFlowList02 .txtBlock03 span {
  text-decoration: underline;
  color: #ff4a4b;
}

.myMoneyKeiseiFlowList02 .txtBlock04 {
  max-width: 36em;
  margin: 0 auto;
}

.myMoneyKeiseiFlowList02 .block01 {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList02 .block01 {
    display: block;
    width: auto;
  }
}

.myMoneyKeiseiFlowList02 .block01 .body {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList02 .block01 .body {
    display: block;
    position: relative;
  }
}

.myMoneyKeiseiFlowList02 .block01 .body:after {
  content: "";
  background-image: radial-gradient(#E5DECB 28.3%, #fff 0);
  background-size: 8px 8px;
  background-position: 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 8px;
  margin: 0 0 0 -4px;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList02 .block01 .body:after {
    top: auto;
    left: 0;
    width: 100%;
    height: 8px;
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList02 .block01 .body:last-child:after {
    display: none;
  }
}

.myMoneyKeiseiFlowList02 .block01 .title {
  border-bottom: solid 1px #ef7f87;
  margin-bottom: 18px;
  text-align: center;
  color: #ef7f87;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList02 .block01 .title {
    padding: 0 0 8px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myMoneyKeiseiFlowList02 .block01 .txt {
  text-align: center;
}

.myMoneyKeiseiFlowList02 .block01 .caution01 {
  color: #db5d57;
  font-weight: bold;
}

.myMoneyKeiseiFlowList02 .block01 .caution02 {
  margin-bottom: 20px;
  font-weight: bold;
}

.myMoneyKeiseiFlowList02 .block01 .box02 {
  background-color: #F8F8F4;
  padding: 20px 15px;
  margin: 10px 0 0;
}

.myMoneyKeiseiFlowList02 .block01 .timeList li {
  margin-bottom: 34px;
  padding: 0 0 0 110px;
  position: relative;
}

.myMoneyKeiseiFlowList02 .block01 .timeList li:last-child .time:after {
  display: none;
}

.myMoneyKeiseiFlowList02 .block01 .timeList .time {
  background-color: #f5e3bb;
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiFlowList02 .block01 .timeList .time {
    height: 30px;
    line-height: 30px;
  }
}

.myMoneyKeiseiFlowList02 .block01 .timeList .time:after {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  width: 1em;
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #f5e3bb;
  font-size: 24px;
  font-size: 2.4rem;
}

.myMoneyKeiseiFlowList02 .block01 .timeList .detail {
  padding: 5px 0 0;
}

.myMoneyKeiseiTbl {
  /* Tbl */
}

.myMoneyKeiseiTbl .modTbl01 thead th {
  text-align: center;
}

.myMoneyKeiseiTbl .modTbl01 tbody th {
  background-color: #fff;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  vertical-align: middle;
  line-height: 1.5;
}

.myMoneyKeiseiTbl .modTbl01 tbody th .sub {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiTbl .modTbl01 tbody th .sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myMoneyKeiseiList {
  display: table;
  width: 100%;
  table-layout: fixed;
  /* List */
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiList {
    display: block;
    width: auto;
  }
}

.myMoneyKeiseiList dt, .myMoneyKeiseiList dd {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiList dt, .myMoneyKeiseiList dd {
    display: block;
  }
}

.myMoneyKeiseiList dt {
  width: 10em;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .myMoneyKeiseiList dt {
    width: auto;
  }
}

.myMoneyKeiseiList dt span {
  font-weight: normal;
}

.myMoneyKeiseiListCaution {
  font-size: 14px;
  font-size: 1.4rem;
}

.modListFlower_small_blue li {
  background-position: 0 7px;
}

.modListFlower_small_blue li:nth-child(even) {
  background-position: 0 7px;
}

.modListFlower_small_pink li {
  background: url(../img/iconCloverPink01.png) no-repeat 0 7px;
}

.modListFlower_small_pink li:nth-child(even) {
  background: url(../img/iconCloverPink01.png) no-repeat 0 7px;
}

.myMoneyCaution02 dt strong {
	font-weight: bold;
	font-size: 115%;
	color: #F00;
}

/*# sourceMappingURL=maps/keisei.css.map */

#cam #sec03 {
	font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  #cam #sec03 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

#cam #sec03 dl {
	margin-top: 20px;
}

#cam #sec03 dl dt {
	font-size: 2rem;
	font-weight: bold;
	color: #F66;
}

#cam #sec03 dl dd strong {
	font-weight: bold;
	font-size: 2.2rem;
	color: #666;
}

/* 2017.08.22 */
.money_caution {
	margin-top: 15px;
	margin-left: 1.2em;
	color: #666;
	font-size: 1.3em;
}
.money_caution strong {
	font-weight: bold;
}
@media only screen and (max-width: 480px) {
	.money_caution {
		font-size: 1.1em;
	}
}
