@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: "";
  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: "";
  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;
  }
}

.modPageTitle02 {
  background-position: bottom center;
}

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

.fujinkaList01 li {
  width: 48%;
  float: left;
  padding-right: 1%;
  margin-right: 1%;
  margin-bottom: 60px;
}

@media only screen and (max-width: 480px) {
  .fujinkaList01 li {
    float: none;
    width: auto;
    padding-right: 0;
    margin-right: 0;
    background: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

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

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

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

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

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

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

.fujinkaList01 li .title {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游ゴシック", YuGothic, "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ee3b31;
  font-weight: bold;
  padding-left: 40px;
  background: url(../img/iconCloverGreen04.png) left center no-repeat;
  margin-bottom: 15px;
  line-height: 30px;
}

@media only screen and (max-width: 480px) {
  .fujinkaList01 li .title {
    font-size: 18px;
    font-size: 1.8rem;
    background: url(../img/iconCloverGreen04.png) left top no-repeat;
    margin-bottom: 5px;
  }
}

.fujinkaList01 li .title a {
  color: #ee3b31;
  text-decoration: none;
  border-bottom: 1px dotted #ee3b31;
  position: relative;
}

.fujinkaList01 li .title a:hover {
  border-bottom: none;
}

.fujinkaList01 li .title a:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../img/fujinka/arrow01.png);
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -10px;
}

.fujinkaList01 li .text {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 40px;
}

.fujinkaList01 li .text a {
  color: #ee3b31;
  text-decoration: none;
  border-bottom: 1px dotted #ee3b31;
  position: relative;
}

.fujinkaList01 li .text a:hover {
  border-bottom: none;
}

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

.fjinkaList02 li {
  margin-bottom: 15px;
}

.fjinkaList02 li a {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FF7A80;
  padding-left: 35px;
  background-image: url(../img/iconCloverBlue03.png);
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
}

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

.fujinkaList03 {
  overflow: hidden;
}

.fujinkaList03 .title {
  width: 160px;
  float: left;
  margin-right: 20px;
}

@media only screen and (max-width: 480px) {
  .fujinkaList03 .title {
    float: none;
    width: 40%;
    margin-bottom: 10px;
  }
}

.fujinkaList03 ul {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}

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

.fujinkaList03 ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  padding-left: 30px;
  background-image: url(../img/iconCloverBlue03.png);
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 54px;
}

@media only screen and (max-width: 480px) {
  .fujinkaList03 ul li {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.fujinakInfoList .large {
  background-image: url(../img/bgPattern01.jpg);
  padding: 20px 0;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media only screen and (max-width: 480px) {
  .fujinakInfoList .large .main {
    margin-bottom: 0 !important;
  }
}

.fujinakInfoList .body {
  padding: 20px 30px;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

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

.fujinakInfoList .body p {
  margin-bottom: 10px;
}

.fujinakInfoList .body p .row2 {
  line-height: 1.2;
}

.fujinakInfoList .body .modBtn03 {
  color: #fff;
  padding-left: 0;
}

.fujinkaFrame01 {
  background-image: url(../img/fujinka/bgBridal.jpg);
  background-size: cover;
  background-position: top center;
}

.fujinkaBox01 {
  padding: 25px;
  background-image: url(../img/bgPattern02.jpg);
  background-position: left top;
  background-repeat: repeat;
  position: relative;
}

.fujinkaBox01:before, .fujinkaBox01:after {
  position: absolute;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .fujinkaBox01:before, .fujinkaBox01:after {
    display: none;
  }
}

.fujinkaBox01:before {
  content: "";
  background-image: url(../img/fujinka/deco03.png);
  width: 135px;
  height: 106px;
  left: 170px;
  bottom: 110px;
}

.fujinkaBox01:after {
  content: "";
  background-image: url(../img/fujinka/deco04.png);
  width: 91px;
  height: 65px;
  right: 223px;
  bottom: -22px;
}

.fujinkaBox01 .modBtn01 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff !important;
  display: block;
  padding: 15px 10px !important;
  line-height: 1.4;
}

.fujinkaBox01 .modBtn01 span {
  display: block;
}

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

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

.fjinkaBox02 {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.fjinkaBox03 {
  background-image: url(../img/bgPattern02.jpg);
  margin: 0 auto;
  padding: 25px 20px;
  max-width: 750px;
  box-sizing: border-box;
}

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

.fjinkaBox03 .btn {
  max-width: 280px;
  margin: 0 auto;
}

.modTitle02 {
  /* .modTitle02 */
}

.modTitle02.fujinka_il .title {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 160px;
}

@media only screen and (max-width: 768px) {
  .modTitle02.fujinka_il .title {
    padding: 0;
  }
}

.modTitle02.fujinka_il .title:before, .modTitle02.fujinka_il .title:after {
  position: absolute;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .modTitle02.fujinka_il .title:before, .modTitle02.fujinka_il .title:after {
    display: none;
  }
}

.modTitle02.fujinka_il .title:before {
  content: "";
  background-image: url(../img/fujinka/deco01.png);
  width: 99px;
  height: 82px;
  left: 30px;
  bottom: 10px;
}

.modTitle02.fujinka_il .title:after {
  content: "";
  background-image: url(../img/fujinka/deco02.png);
  width: 57px;
  height: 80px;
  right: 60px;
  bottom: 0;
}

.modTitle02.fujinka_il02 {
  position: relative;
}

.modTitle02.fujinka_il02:before, .modTitle02.fujinka_il02:after {
  position: absolute;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .modTitle02.fujinka_il02:before, .modTitle02.fujinka_il02:after {
    display: none;
  }
}

.modTitle02.fujinka_il02:after {
  content: "";
  background-image: url(../img/fujinka/deco07.png);
  width: 146px;
  height: 65px;
  right: 60px;
  bottom: 20px;
}

.modTitle02.fujinka_il03 {
  position: relative;
}

.modTitle02.fujinka_il03:before, .modTitle02.fujinka_il03:after {
  position: absolute;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .modTitle02.fujinka_il03:before, .modTitle02.fujinka_il03:after {
    display: none;
  }
}

.modTitle02.fujinka_il03:before {
  content: "";
  background-image: url(../img/fujinka/deco05.png);
  width: 146px;
  height: 115px;
  left: 10px;
  bottom: 20px;
}

.modTitle02.fujinka_il03:after {
  content: "";
  background-image: url(../img/fujinka/deco06.png);
  width: 146px;
  height: 115px;
  right: 20px;
  bottom: 0px;
}

.fujinkaTitle {
  position: relative;
}

.fujinkaTitle .main {
  margin-bottom: 10px;
}

.fujinkaTitle .sub {
  font-size: 20px;
  font-size: 2rem;
}

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

.fujinkaTitle .sub2 {
  position: absolute;
  top: -15%;
  left: 0%;
}

@media only screen and (max-width: 480px) {
  .fujinkaTitle .sub2 {
    top: -20px;
    left: 50%;
    margin-left: -77px;
  }
}

.fujinkaTitle_type02 {
  padding-top: 50px;
}

.fujinakTitle01 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  color: #333;
  padding-left: 30px;
  background-image: url(../img/iconCloverBlue03.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.fjinkaTitle02 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  color: #FF7A80;
  margin-bottom: 10px;
}

.fjinkaTitle03 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #FF7A80;
  margin-bottom: 30px;
  position: relative;
  font-weight: bold;
}

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

.fjinkaTitle03:before, .fjinkaTitle03:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 340px;
  background-image: url(../img/fujinka/line01.png);
  background-position: left center;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

@media only screen and (max-width: 480px) {
  .fjinkaTitle03:before, .fjinkaTitle03:after {
    width: 70px;
  }
}

.fjinkaTitle03:before {
  left: 20px;
}

.fjinkaTitle03:after {
  right: 20px;
}

.fujinkaFukidashi02, .fujinkaFukidashi03, .fujinkaFukidashi04 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .fujinkaFukidashi02, .fujinkaFukidashi03, .fujinkaFukidashi04 {
    margin-bottom: 15px;
  }
}

.myIndexGreeting01 .image {
  top: -50px;
}

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

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

.myIndexGreeting02 .detail {
  width: 65%;
  float: left;
  padding-right: 0;
}

@media only screen and (max-width: 480px) {
  .myIndexGreeting02 .detail {
    width: 100%;
    float: none;
  }
}

.myIndexGreeting02 .image {
  position: static;
  width: 33%;
  float: right;
}

@media only screen and (max-width: 480px) {
  .myIndexGreeting02 .image {
    width: 80%;
    float: none;
    text-align: center;
  }
}

.myIndexGreeting02 .image img {
  position: relative;
  top: -30px;
}

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

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

#anc02 .txt-red {
	color: #F03;
}

/* ↓↓20171114更新↓↓ */

.modTbl01_type02 tbody th.rows {
	width: 25%;
	vertical-align: middle;
}

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

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

.modTitle_bd span {
  display: block;
}

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

.modTitle_bd_line {
  margin: 0 0 50px;
  padding-top: 30px;
  position: relative;
}

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

.modTitle_bd_line:after {
  content: "";
  display: block;
  position: absolute;
  width: 85px;
  height: 1px;
  top: 0;
  left: 50%;
  margin-left: -42px;
  background-color: #000;
}


.myInfoSpecialtyList01 {
  text-align: center;
  /* .SpecialtyList01 */
}

.myInfoSpecialtyList01 .movie {
  margin-bottom: 6px;
}

.myInfoSpecialtyList01 .movie .inner {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}


.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%;
}


#anc10 .fujinkaTitle .main .comment {
	font-size: 2.5rem;
	display: block;
}

#anc10 .couns {
	padding: 20px 0 20px 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px;
	background-color: #fffff0;
}

#anc10 .couns .modTitle_bd br {
	display: none;
}

#anc10 .cont {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

#anc10 .cont section {
}

#anc10 .cont dl {
	margin-right: 40px;
	padding-bottom: 10px;
	width: calc(50% - 40px);
	min-height: 100px;
}

#anc10 .cont dl dt {
	font-weight: bold;
}

#anc10 .cont dl dd {
	padding-left: 32px;
}

#anc10 .cont .anq {
	padding-left: 32px;
}

#anc10 .detail {
	padding-top: 50px;
}

#anc10 .detail .flex_cont {
	display: flex;
	flex-wrap: wrap;
}

#anc10 .detail .flex_cont div {
	width: calc(50% - 40px);
	margin-right: 40px;
	font-size: 1.8rem;
}

#anc10 .detail .flex_cont div ul li {
	margin-bottom: 10px;
}

#anc10 .detail .flex_cont div ul li strong {
	font-weight: bold;
	color: #4b372c;
}

#anc10 .detail .fjinkaTitle03 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #FF7A80;
  margin-bottom: 30px;
  position: relative;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
	#anc10 .couns {
		padding: 10px 20px;
	}

	#anc10 .couns .modTitle_bd br {
		display: block;
	}
	#anc10 .cont dl {
		width: calc(100%);
		min-height: auto;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#anc10 .detail .fjinkaTitle03 {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	#anc10 .detail .flex_cont {
		display: block;
	}
	#anc10 .detail .flex_cont div {
		width: calc(100%);
		margin-right: 0;
		font-size: 90%;
	}

}

#anc10 .detail .fjinkaTitle03:before, #anc10 .detail .fjinkaTitle03:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 340px;
  background-image: url(../img/fujinka/line01.png);
  background-position: left center;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

@media only screen and (max-width: 480px) {
  #anc10 .detail .fjinkaTitle03:before, #anc10 .detail .fjinkaTitle03:after {
    width: 70px;
  }
}

#anc10 .detail .fjinkaTitle03:before {
  left: 20px;
}

#anc10 .detail .fjinkaTitle03:after {
  right: 20px;
}


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