#mypage.sect_block .sect_title {
text-indent: -1.5em!important;
}
.mypage_cont{
margin-bottom: 3em;
}
.mypage_cont p{
text-indent: 0 !important;
}
.mypage_cont p.icon{
position: relative;
padding-left: 17px;
}
.mypage_cont p.icon::before{
display: block;
content: "";
width: 13px;
height: 13px;
background: #FFF;
position: absolute;
top: 5px;
left: 0;
z-index: 1;
}
.mypage_cont p.mt0{
margin-top: 0 !important;
}
.mypage_cont p a{
color: #FFF;
text-decoration: none;
}
.mypage_cont p a:hover{
text-decoration: underline;
}
.mypage_cont ul{
margin-top: 0 !important;
}
.pc_btn{
display: none;
}
.sp_btn{
display: block;
}
@media (min-width:601px) {
.pc_btn{
display: block;
}
.sp_btn{
display: none;
}
}
.pc_btn a{
display: block;
}
.pc_btn a:hover{
box-shadow: 0px 0px 15px -5px #000;
}

#portalsite{
.hidden-view{
opacity: 0;
  height: 0;
  margin: 0;
}
.hidden-view.open{
opacity: 1;
  list-style: none;
  height: 100%;
  transition: all 0.4s ease 0s;
}
.button{
width: 48%;
height: 4.5em;
background-color: #f09648;
display: flex;
justify-content: center;
align-items: center;
vertical-align: middle;
padding: 0.5em 1em;
margin: 0 auto;
border-radius: 3em;
font-size: 1.2em;
line-height: 1.25;
color:#FFF;
border-right: solid 4em #D54C02;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.button:hover{
transform: translate(0, 0);
}
.button::after{
left: 100%;
margin-left: 1.25em;
border-width: 2px 2px 0 0;
border-color: #FFF;
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto 1em;
width: 0.6em;
height: 0.6em;
border-style: solid;
border-width: 2px;
border-bottom-color: transparent;
border-left-color: transparent;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
transition: all 0.2s 0s;
}
.button::before{
    content: "もっと見る";
}
.hidden-view.open + .button::before{
    content: "閉じる";
}
}
