@charset "utf-8";

body {
    color: #66251f;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 11px;
    line-height: 1.4;
}
a {
	text-decoration: none;
	color: #53A6ED;
}
.title {
    text-align: center;
    color: #343532;
    font-size: 14px;
    line-height: 50px;
}
.list_base {
    margin: 0 auto;
    border-top: 1px solid #ccc;
}
.list_base li {
    color: rgb(60, 60, 60);
    font-size: 14px;
    clear: both;
    position: relative;
    box-sizing: border-box;
    line-height: 40px;
    font-weight: bold;
    word-break: break-all;
    border-top: 1px solid #c2c2b6;
}
.list_base li:first-child {
    border-top: none;
}
.list_base li.pydtoggle {
    cursor: pointer;
    background-color: #fefff1;
}
.list_base li.childlist {
    display: none;
}
.list_base li.pydtoggle.open + li.childlist {
    display: list-item;
}
.list_base li a {
    display: block;
}
.list_base li .arrow_image {
    width: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.2s ease 0s;
}
.list_base li.pydtoggle .arrow_image {
    -webkit-transform: translate(0,-50%) rotate(-270deg);
    -moz-transform: translate(0,-50%) rotate(-270deg);
    transform: translate(0,-50%) rotate(-270deg);
}
.list_base li.pydtoggle.open .arrow_image {
    -webkit-transform: translate(0,-50%) rotate(-270deg) scaleX(-1);
    -moz-transform: translate(0,-50%) rotate(-270deg) scaleX(-1);
    transform: translate(0,-50%) rotate(-270deg) scaleX(-1);
}
.list_base .area_list_1 {
    border-bottom: 1px solid #c2c2b6;
}
.list_base .area_list_1 .area_top.pydtoggle {
    padding: 0 30px 0 10px;
}
.list_base .area_list_2 .area_top.pydtoggle {
    padding: 0 30px 0 30px;
}
.list_base .area_list_2 .area_top a {
    padding: 0 30px 0 30px;
}
.list_base .area_list_3 .area_top.pydtoggle {
    padding: 0 30px 0 50px;
}
.list_base .area_list_3 .area_top a {
    padding: 0 30px 0 50px;
}
.list_base .list_inner {
    display: table-cell;
    height: 40px;
    line-height: 18px;
    vertical-align: middle;
    word-break: break-word;
    word-wrap: break-word;
}
.list_base .list_inner .name {
    word-break: break-all;
    word-wrap: break-word;
}
.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
}
.side_menu {
    position: fixed;
    overflow-y: auto;
    right: -100%;
    transition: all 0.6s;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 3010;
}
.overlay {
    background-color: #000;
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    visibility: hidden;
    width: 100vw;
    z-index: 3001;
}
.nav-open .side_menu {
    background-color: #fff;
    right: 0;
}
.nav-open .overlay {
    opacity: 0.8;
    visibility: visible;
}
#contentsHeader a .contentsHeaderLink {
    position: absolute;
    top: 25%;
    right: 0;
    width: 50%;
    color: #53A6ED;
    font-size: 13px;
    text-align: center;
}
#contentsHeader a .contentsHeaderLink span {
    display: block;
    margin: auto;
    padding: 10px 0px;
    width: 80%;
    border-radius: 5px;
    border: 1px solid #53A6ED;
    font-size: 11px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
}
#contentsHeader a {
    position: relative;
    display: block;
}
#bImgContentsHeaderdata {
    position: relative;
    display: block;
    width: auto;
    text-align: left;
    min-height: auto;
}
#contentsHeader a .contentsBanner {
    position: relative;
    width: 100%;
    transition: height,width 0.5s;
}
#mypage_title {
    padding: 0 5px;
    height: 50px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
}
#mypage_title ul {
    font-size: 0;
}
#mypage_title .title_left {
    width: 40px;
}
#mypage_title li {
    position: relative;
    display: inline-block;
    height: 50px;
    vertical-align: top;
}
#mypage_title .title_left a {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
#mypage_title .title_left img {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 20px;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#mypage_title .title_left .title {
    padding-left: 8px;
}
#mypage_title .title_right img {
    position: absolute;
    top: 45%;
    left: 50px;
    width: 22px;
    margin: 0 auto;
    right: 150px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#mypage_title .title_right {
    width: calc(100% - 50px);
    text-align: center;
}
#mypage_title .title_right span {
    font-size: 14px;
    margin-right: 40px;
}
@media only screen and (max-width: 350px) {
    #mypage_title .title_right img {
        left: 35px;
        right: 135px;
    }
}

#contentsHeader {
    position: relative;
    width: 100%;
    background: #f0f1f6;
    transition: height 0.4s;
}
#contentsHeader.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3001;
    border-bottom: 1px solid #cccccc;
}
#contentsHeader.sideheader--fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3001;
    border-bottom: 1px solid #cccccc;
}
#bImgContentsHeaderdata {
    position: relative;
    display: block;
    width: auto;
    text-align: left;
    min-height: auto;
}
#contentsHeader a {
    position: relative;
    display: block;
}
#contentsHeader a .contentsHeaderLink {
    position: absolute;
    top: 25%;
    right: 0;
    width: 50%;
    color: #53A6ED;
    font-size: 13px;
    text-align: center;
}
#contentsHeader a .contentsHeaderLink span {
    display: block;
    margin: auto;
    padding: 10px 0px;
    width: 80%;
    border-radius: 5px;
    border: 1px solid #53A6ED;
    font-size: 11px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
}
#contentsHeader a .contentsBanner {
    position: relative;
    width: 100%;
    transition: height,width 0.5s;
}
#contentsHeader.sideheader--fixed a .contentsBanner {
    width: 50%;
}
#contentsHeader.header--fixed a .contentsBanner {
    width: 50%;
}
#contentsHeader a img {
    position:relative;
    transition:height,width 0.5s;
}