
.myJisseki {
  /* myJisseki */
}

.myJissekiAncLink {
  background-image: url(../img/bgPattern11.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 15px 0;
}

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

.myJissekiAncLink ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media only screen and (max-width: 480px) {
  .myJissekiAncLink ul {
    display: block;
    width: auto;
  }
  .myJissekiAncLink ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

.myJissekiAncLink li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 8px;
}

@media only screen and (max-width: 480px) {
  .myJissekiAncLink li {
    display: block;
    float: left;
    width: 50%;
    margin: 0 0 5px;
    padding: 0;
  }
}

.myJissekiAncLink a {
  padding: 15px 30px 15px 0;
  position: relative;
  border-radius: 5px;
  display: block;
  text-decoration: none;
}

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

.myJissekiAncLink a:hover {
  background-color: rgba(255, 221, 220, 0.6);
}

.myJissekiAncLink a:after {
  content: "";
  background-image: radial-gradient(#A85634 22%, rgba(254, 236, 232, 0) 0);
  background-size: 10px 10px;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  top: 0;
  right: -12px;
  width: 10px;
}

@media only screen and (max-width: 480px) {
  .myJissekiAncLink a:after {
    right: 0;
  }
}

.myJissekiAncLink li:first-child a:before {
  content: "";
  background-image: radial-gradient(#A85634 22%, rgba(254, 236, 232, 0) 0);
  background-size: 10px 10px;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -12px;
  width: 10px;
}

@media only screen and (max-width: 480px) {
  .myJissekiAncLink li:first-child a:before {
    left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .myJissekiAncLink li:nth-child(odd) a:before {
    content: "";
    background-image: radial-gradient(#A85634 22%, rgba(254, 236, 232, 0) 0);
    background-size: 10px 10px;
    background-position: 0 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 10px;
  }
}

.myJissekiAncLink .main, .myJissekiAncLink .sub {
  display: block;
  text-align: center;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

.myJissekiAncLink .main {
  font-size: 23px;
  font-size: 2.3rem;
}

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

.myJissekiAncLink .main:after {
  content: "";
  background-image: url(../img/arrow04B.png);
  background-position: 0 0;
  background-size: 28px auto;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

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

.myJissekiAncLink .sub {
  color: #FF7A80;
  letter-spacing: 0.1em;
}

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

.myJissekiTitle01 {
  margin-bottom: 15px;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-size: 23px;
  font-size: 2.3rem;
}

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

.myJissekiTitle01 .sub {
  font-size: 15px;
  font-size: 1.5rem;
}

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

.myJissekiTitleDeco {
  margin-top: 0;
}

.myJissekiTitleDeco .title:before {
  background-image: url(../img/about/jisseki/deco01.png);
  width: 124px;
  height: 98px;
  bottom: -10px;
  left: -40px;
}

.myJissekiTitleDeco .title:after {
  background-image: url(../img/about/jisseki/deco01.png);
  width: 124px;
  height: 98px;
  bottom: -10px;
  right: -40px;
}

.myJissekiTitleDeco02 {
  margin-top: 0;
}

.myJissekiTitleDeco02 .title:before {
  background-image: url(../img/about/jisseki/deco02.png);
  width: 124px;
  height: 98px;
  bottom: -10px;
  left: -40px;
}

.myJissekiTitleDeco02 .title:after {
  background-image: url(../img/about/jisseki/deco02.png);
  width: 124px;
  height: 98px;
  bottom: -10px;
  right: -40px;
}

.myJissekiTxt {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #665352;
}

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

.myJissekiTxtSub {
  margin: -30px 0 50px;
  text-align: center;
  font-weight: bold;
  color: #665352;
  font-size: 16px;
  font-size: 1.6rem;
}

.myJissekiWrapper {
  max-width: 710px;
  margin: 0 auto;
}

.myJissekiTbl {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #665352;
  /* Tbl */
}

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

.myJissekiTblWrap {
  max-width: 830px;
  margin-bottom: 40px;
}

.myJissekiTbl th, .myJissekiTbl td {
  padding: 10px 15px;
}

@media only screen and (max-width: 480px) {
  .myJissekiTbl th, .myJissekiTbl td {
    padding: 5px;
		font-size: 93%;
  }
}

.myJissekiTbl thead th {
  background-color: #EEEEEE;
  text-align: center;
}

.myJissekiTbl tbody th {
  width: 30%;
  background-color: #E0DF99;
  border-bottom: dotted 1px #fff;
  text-align: left;
}

@media only screen and (max-width: 480px) {
  .myJissekiTbl tbody th {
    width: 20%;
  }
}

.myJissekiTbl tbody td {
  background-color: #fff;
  border-bottom: dotted 1px #665352;
}

.myJissekiTbl td.number {
	border-right: dotted 1px #665352;
}

.myJissekiTbl tbody tr:last-child th, .myJissekiTbl tbody tr:last-child td {
  border-bottom: none;
}

.myJissekiTbl_num tbody td {
  text-align: center;
}

.myJissekiTbl_type02 tbody th {
  background-color: #FFC9C8;
}

.myJissekiTbl_type03 tbody th {
  background-color: #D3E9E9;
}

.myJissekiTbl_yoko tbody th {
  border-right: dotted 1px #fff;
}

.myJissekiTbl_yoko tbody th:last-child {
  border-right: none;
}

.myJissekiTbl_center tbody td {
  text-align: center;
}

.myJissekiTbl tfoot th {
  background-color: #EEEEEE;
  text-align: center;
}

.myJissekiTblList {
  margin: 0 -1% 40px;
  padding-bottom: 40px;
  border-bottom: dotted 2px #665352;
  /* TblList */
}

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

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

.myJissekiTblList.last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.myJissekiTblList .box {
  float: left;
  width: 31%;
  margin: 0 1%;
}

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

.myJissekiTbl02 {
  margin-bottom: 16px;
  /* tbl02 */
}

.myJissekiTbl02 th, .myJissekiTbl02 td {
  padding: 10px 15px;
}

@media only screen and (max-width: 480px) {
  .myJissekiTbl02 th, .myJissekiTbl02 td {
    padding: 8px;
  }
}

.myJissekiTbl02 .small {
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
}

.myJissekiTbl02 thead th {
  background-color: #E8E7B3;
}

.myJissekiTbl02 thead td {
  background-color: #D3E9E9;
  width: 74px;
  text-align: center;
}

.myJissekiTbl02 thead.clear th, .myJissekiTbl02 thead.clear td {
  background-color: transparent;
}

.myJissekiTbl02 thead.clear th {
  border-bottom: dotted 1px #fff;
}

.myJissekiTbl02 thead.clear td {
  border-bottom: dotted 1px #665352;
}

.myJissekiTbl02 tbody th {
  border-bottom: dotted 1px #fff;
}

.myJissekiTbl02 tbody td {
  border-bottom: dotted 1px #665352;
  text-align: center;
}

.myJissekiBlock02 table {
  table-layout: auto;
}

.myJissekiBlock02 table th {
  width: auto;
}

.myGuideTitle {
}

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

.myGuideBlock_type01 .detail {
  width: 58%;
  float: left;
}

.myGuideBlock_type01 .img {
  width: 39.1%;
  float: right;
}

.myGuideBlock_type02 .detail {
  width: 64.1%;
  float: right;
}

.myGuideBlock_type02 .detail p {
  margin-bottom: 5px;
}

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

.myGuideBlock_type02 .img {
  width: 31%;
  float: left;
}

.myGuideBlock_history .detail {
  width: 45%;
  margin: 0 2.5% 37px;
  float: left;
}

.myGuideBlock_history .title {
  position: relative;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  color: #0098cf;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 480px) {
  .myGuideBlock_history .title {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
  }
}

.myGuideBlock_history .title span {
  border-bottom: 1px solid #808080;
  padding-bottom: 6px;
}

@media only screen and (max-width: 480px) {
  .myGuideBlock_history .title span {
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
  }
}

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

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

.myGuideAcc .modBtnRich {
  background: url(../img/about/guide/background.jpg) repeat center left;
  padding: 38px;
}

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

.myGuideAcc .modBtnRich:after {
  background-image: url(../img/about/guide/icon01.png);
}

.myGuideAcc .modBtnRich .modTitle02 {
  margin-bottom: 0;
}

.myGuideAcc .modBtnRich .modTitle02 .main {
  color: #1a1a1a;
}

.myGuideAccDetail {
  display: none;
  padding: 0 10px 60px;
}

.myGuideAccDetail table td {
  vertical-align: top;
  box-sizing: border-box;
  padding: 5px;
  font-size: 11px;
  font-size: 1.1rem;
}

.myGuideAccDetail table .year {
  width: 5.074%;
}

.myGuideAccDetail table .mon {
  width: 3.782%;
  text-align: left;
}

.myGuideAccDetail table .name {
  width: 12.362%;
}

.myGuideAccDetail table .job {
  width: 8.487%;
}

.myGuideAccDetail table .contents {
  width: 24.723%;
}

@media only screen and (max-width: 480px) {
  .myGuideAccDetail table tr, .myGuideAccDetail table th, .myGuideAccDetail table td {
    display: block;
    width: 100% !important;
    padding-left: 0;
  }
  .myGuideAccDetail table tr {
    border-bottom: 1px dotted #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .myGuideAccDetail table .year {
    display: inline;
  }
  .myGuideAccDetail table .mon {
    display: inline;
  }
  .myGuideAccDetail table .title {
    font-weight: bold;
  }
  .myGuideAccDetail table .name {
    display: inline;
  }
  .myGuideAccDetail table .job {
    display: inline;
  }
}

.myGuide_il01 .title {
  padding: 0 262px;
}

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

.myGuide_il01 .title:before {
  content: "";
  background-image: url(../img/about/guide/deco02.png);
  width: 177px;
  height: 73px;
  left: 0;
  bottom: -22px;
}

.myGuide_il01 .title:after {
  content: "";
  background-image: url(../img/about/guide/deco03.png);
  width: 120px;
  height: 73px;
  right: 74px;
  bottom: -15px;
}

.myGuide_il02 .title {
  padding: 0 210px;
}

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

.myGuide_il02 .title:before {
  content: "";
  background-image: url(../img/about/guide/deco04.png);
  width: 203px;
  height: 84px;
  left: 0;
  bottom: -18px;
}

.myGuide_il02 .title:after {
  content: "";
  background-image: url(../img/about/guide/deco03.png);
  width: 120px;
  height: 73px;
  right: 60px;
  bottom: -15px;
}

.myGuide_il03 .title {
  padding: 0 160px;
}

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

.myGuide_il03 .title:before {
  content: "";
  background-image: url(../img/about/guide/deco05.png);
  width: 136px;
  height: 79px;
  left: 0;
  bottom: -23px;
}

.myGuide_il03 .title:after {
  content: "";
  background-image: url(../img/about/guide/deco06.png);
  width: 148px;
  height: 76px;
  right: 0px;
  bottom: -23px;
}

.myGuide_il04 .title {
  padding: 0 245px;
}

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

.myGuide_il04 .title:before {
  content: "";
  background-image: url(../img/about/guide/deco09.png);
  width: 202px;
  height: 106px;
  left: 0;
  bottom: 0;
}

.myGuide_il04 .title:after {
  content: "";
  background-image: url(../img/about/guide/deco08.png);
  width: 127px;
  height: 93px;
  right: 68px;
  bottom: 0;
}

.myGuideDeco01 {
  position: relative;
}


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

.myGuideDeco02 {
  position: relative;
}

.myGuideDeco02:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  background: url(../img/about/guide/deco07.png) no-repeat top left;
  width: 208px;
  height: 113px;
}

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

.myGuideDeco03 {
  position: relative;
}

.myGuideDeco03:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  background: url(../img/about/guide/deco10.png) no-repeat top left;
  width: 185px;
  height: 91px;
}

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

.myGuideDeco03:after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 0;
  background: url(../img/about/guide/deco11.png) no-repeat top left;
  width: 306px;
  height: 342px;
}

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

.myGuideTbl01 th, .myGuideTbl01 td {
  padding: 10px 20px;
}

@media only screen and (max-width: 480px) {
  .myGuideTbl01 th, .myGuideTbl01 td {
    padding: 5px 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

.myGuideTbl01 th {
  width: 75px;
  background: #e2e19a;
  border-bottom: 1px solid #fffdf5;
}

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

.myGuideTbl02 th, .myGuideTbl02 td {
  padding: 15px 30px;
}

@media only screen and (max-width: 480px) {
  .myGuideTbl02 th, .myGuideTbl02 td {
    padding: 10px 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 480px) {
  .myGuideTbl02 th {
    font-weight: bold;
    padding-bottom: 0;
  }
}

.myGuideTbl02 tr:nth-child(odd) th, .myGuideTbl02 tr:nth-child(odd) td {
  background: #fff;
}

.myGuideTbl02 tr:nth-child(even) th, .myGuideTbl02 tr:nth-child(even) td {
  background: #fff9e2;
}

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

.myGuideTbl03 th, .myGuideTbl03 td {
  padding: 10px 15px;
}

.myGuideTbl03 th {
  width: 90px;
  text-align: right;
  padding-left: 10px;
}

.myGuideTbl03 tr:nth-child(even) th, .myGuideTbl03 tr:nth-child(even) td {
  background: #f5f5f5;
}
