@charset "utf-8";

body {
    min-height: 100vh;
    position: relative;
}
header.mypage {
    width:100%;
    height: 150px;
    z-index: 100;
    background-color: #ffffff;
}
header.mypage #member-name {
    display: inline-block;
    margin: 50px 0 18px 20px;
}
header.mypage ul.link {
    float: right;
    margin: 50px 30px auto auto;
}
header.mypage ul.link li {
    display: inline-block;
    font-size: 13px;
    margin-left: 24px;
}
header.mypage ul.link li a {
    text-decoration: underline;
}
header.mypage nav.NavMenu-mypage { 
    width: 100%;
    height: 50px;
    margin: 0;
    float: none;
    border-top: 1px solid #c83956;
    border-bottom: 1px solid #c83956;
}
header nav.NavMenu-mypage ul.flexbox {
    width: 867px;
    margin: 0 auto;
    align-items: center;
}
header nav.NavMenu-mypage ul li {
    line-height: 1.2;
    border-right: 1px solid #C83956;
    padding-right: 18px;
    padding-left: 18px;
    margin: 16px 0;
}
header.admin nav.NavMenu-mypage ul li {
    padding-right:80px;
}

header nav.NavMenu-mypage ul li:first-of-type {
    padding-left: 0;
}
header nav.NavMenu-mypage ul li:nth-of-type(8) {
    border-right: none;
    padding-right: 0;
}
header nav.NavMenu-mypage ul li a {
    font-size: 14px;
    font-weight: bold;
}

/*-- headerここまで --*/

main {
    margin: 56px 0 0;
    padding-bottom: 140px;
}

section.new-message, section.heading {
    /*width: 700px;*/
    max-width: 100%;
    height: auto;
    margin: 0 auto 62px;
}
section.new-message h3 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    color: #C83956;
}
section.new-message h3 img {
    width: 44px;
    height: auto;
}
section.new-message dl {
    font-size: 13px;
}
section.new-message dl a {
    display:block;
}
section.new-message dt.from {
    display: inline-block;
    width: 20%;
    min-width: 90px;
    line-height: 1.2;
    border-right: 1px solid #000000;
    padding-top: 4px;
    padding-right: 8px;
    margin: 10px 0;
}
section.new-message dd.title {
    display: inline-block;
    width:60%;
    padding-left: 8px;
    font-size: 13px;
    letter-spacing: -0.1em;
}
section.new-message dd.date {
    width: 18%;
    display: inline-block;
    text-align: right;
    font-size: 12px;
}
section.new-message dl a:nth-of-type(1) {
    border-top: 1px solid #000000;
    border-bottom: 1px dashed #000000;
}
section.new-message dl a {
    border-bottom: 1px dashed #000000;
    background-color:#f4f4f4;
}
section.new-message dl a:nth-last-of-type(1) {
    border-bottom: 1px solid #000000;
}
section.new-message dl div.unread {
    font-weight:bold;
    background-color:#ffffff;
}
section.new-message p {
    font-size: 13px;
    text-align: center;
    margin-top: 24px;
}
section.heading h4 {
    color: #C83956;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 10px;
}
section.heading p {
    font-size: 13px;
}
section.heading p.btn {
    display: inline-block;
    width: 220px;
    height: 34px;
    margin: 10px auto 0;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}
section.heading p.btn a {
    display: block;
    width: 100%;
    height: 34px;
    padding: 4px 7px;
    font-size: 15px;
    font-weight: bold;
    color: #C83956;
    background-color: #ffffff;
    background-image: url(../images/common/arrow.png);
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 14px;
    border: 1px solid #C83956;
    border-radius: 8px;
}
section.heading dl {
    width: 100%;
    border-bottom: 1px dashed #000000;
    padding-bottom: 15px;
    margin-bottom: 0p
}
section.heading dt {
    display: inline-block;
    width: 68%;
    vertical-align: middle;
}
section.heading dd {
    display: inline-block;
    width: 30%;
}
section.contact {
    width: 777px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 62px;
    justify-content: center;
}
section.contact a p {
    display: block;
    width: 360px;
    height: 60px;
    font-size: 15px;
    border-radius: 8px;
    padding: 10px 12px;
    line-height: 1.4;
}
section.contact a p.line {
    background-color: #70C55E;
    background-image: url(../images/common/icon_line.png),url(../images/common/arrow_white.png);
    background-size: 43px,15px;
    background-repeat: no-repeat,no-repeat;
    background-position: left 12px center,right 12px center;
    padding-left: 60px;
    color: #ffffff;
}
section.contact a p.contactbtn {
    background-color: #C83956;
    background-image: url(../images/common/arrow_white.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-top: 20px;
    text-align: center;
    color: #ffffff;
    margin:0 20px;
}
section.new-message .flexbox {
    width: 350px;
    margin: 50px auto;
}
section.new-message p.btn,
section.new-message p.prev,
section.new-message p.next {
    display: inline-block;
    /*width: 140px;*/
    /*height: 26px;*/
    margin: 10px auto 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
section.new-message p.disabled{
    display:none;
}
section.new-message p.btn a,
section.new-message p.prev a,
section.new-message p.next a {
    display: inline-block;
    margin:0 10px;
    width: 140px;
    height: 26px;
    padding: 1px 7px;
    font-size: 13px;
    font-weight: bold;
    color: #C83956;
    background-color: #ffffff;
    background-image: url(../images/common/arrow.png);
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 14px;
    border: 1px solid #C83956;
    border-radius: 8px;
}
section.new-message p.prev a {
    background-image: url(../images/common/arrow2.png);
    background-repeat: no-repeat;
    background-position: left 6px center;
}
section.message {
    width: 700px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 62px;
}
section.message .head {
    padding: 20px;
    border-bottom: 1px dashed #666666;
}
section.message h3 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    color: #C83956;
}
section.message h3 img {
    width: 44px;
    height: auto;
}
section.message div.receive {
    border: 1px solid #666666;
    margin-bottom:50px;
}
section.message h4 {
    font-size: 16px;
    font-weight: bold;
    color: #C83956;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 16px;
}
section.message p.from {
    font-size: 15px;
}
section.message p.date {
    font-size: 14px;
    text-align: right;
    margin-top: -26px;
}
section.message .honbun {
    padding: 20px;
    font-size: 15px;
}
section.message .send p {
    font-size: 13px;
    text-align: center;
    margin: 30px 0 10px;
    line-height: 1.4;
}
section.message .send p .red,section.message .send p .blue {
    font-size: 20px;
    font-weight: bold;
}
section.message .send textarea {
    width: 700px;
    height: 222px;
    border: none;
    background-color: #f2f2f2;
    padding: 20px;
    font-size: 15px;
}
section.message form .sendbtn {
    display: block;
    width: 180px;
    height: 30px;
    margin: 40px auto 0;
    padding: 0 0 ;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #C83956;
    background-image: url(../images/common/arrow.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 14px;
    background-color: #ffffff;
    border: 1px solid #C83956;
    border-radius: 8px;
}
section.message form .sendbtn:hover {
    background-color: #c83956;
    color: #ffffff;
    background-image: none;
    cursor: pointer;
}
section.message.confirm{

}
section.message.confirm .send p{
    font-size:15px;
    margin-bottom:20px;
}
section.message.confirm .receive{
    background-color:#FCF5F7;
}
section.bookmark {
    /*width: 700px;*/
    max-width: 100%;
    height: auto;
    margin: 0 auto 100px;
}
section.bookmark h3 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    color: #C83956;
}
section.bookmark h3 img {
    width: 44px;
    height: auto;
}
section.bookmark dl {
    font-size: 13px;
}
section.bookmark dt.en-name {
    display: inline-block;
    width: 25%;
    min-width: 90px;
    line-height: 1.2;
    border-right: 1px solid #000000;
    padding-top: 4px;
    padding-right: 8px;
    margin: 10px 0;
}
section.bookmark dt.en-name span{
    font-weight:bold;
    color:#c83956;
}
section.bookmark dd.address {
    display: inline-block;
    width: 57%;
    padding-left: 8px;
}
section.bookmark dd.to-datail {
    width: 16%;
    display: inline-block;
    text-align: right;
    padding-right: 20px;
    font-size: 12px;
}
section.bookmark dd.to-datail a {
    text-decoration: underline;
}
section.bookmark dl div:nth-of-type(1) {
    border-top: 1px solid #000000;
    border-bottom: 1px dashed #000000;
}
section.bookmark dl div {
    border-bottom: 1px dashed #000000;
}
section.bookmark dl div:nth-last-of-type(1) {
    border-bottom: 1px solid #000000;
}
section.memberinfo {
    width: 800px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 100px;
}
section.memberinfo h3 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    color: #C83956;
}
section.memberinfo h3 img {
    width: 44px;
    height: auto;
}
section.memberinfo p {
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
}
section.memberinfo dl {
    font-size: 13px;
    border: 2px solid #999999;
}
section.memberinfo dl div {
    border-bottom: 1px dashed #999999;
}
section.memberinfo dl div:nth-last-of-type(1) {
    border-bottom: none;
}
section.memberinfo dt {
    display: inline-block;
    width: 23%;
    padding-left: 16px;
    vertical-align: middle;
}
section.memberinfo dd {
    display: inline-block;
    width: 75%;
    margin-bottom: 10px;
    margin-top: 10px;
    vertical-align: middle;
}
section.memberinfo dd .thumbnail {
    width: 160px;
    height: auto;
}
section.memberinfo form dd input[type="text"],section.memberinfo form dd input[type="tel"]  {
    width: 100%;
    height: 26px;
    border: 1px solid #999999;
    border-radius: 6px;
    padding: 10px;
    font-size: 12px;
}
section.memberinfo form dd #nickname_child,section.memberinfo form dd #birthday_child {
    width: 130px;
    height: 26px;
    border: 1px solid #999999;
    border-radius: 6px;
    padding: 10px;
    margin: 0 7px 6px;
}
section.memberinfo form input[type="radio"] {
    margin: 0 7px;
    vertical-align: middle;
}
section.memberinfo form input[type="checkbox"] {
    margin-right: 2px;
    margin-bottom: 10px;
    vertical-align:text-top;
}
section.memberinfo .keyword {
    border-top: 1px dashed #999999;
    padding-top: 16px;
}
section.memberinfo dt.keyword {
    vertical-align: top;
    margin-top: 10px;
}
section.memberinfo form dd.keyword {
    font-size: 13px;
}
section.memberinfo form dd.keyword label {
    margin-right: 20px;
}
section.memberinfo .confirmbtn {
    display: block;
    width: 160px;
    height: 29px;
    margin: 46px auto 0;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #C83956;
    background-image: url(../images/common/arrow.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 14px;
    background-color: #ffffff;
    border: 1px solid #C83956;
    border-radius: 8px;
}
section.memberinfo form .confirmbtn:hover {
    background-color: #c83956;
    color: #ffffff;
    background-image: none;
    cursor: pointer;
}
section.memberinfo dd span {
    margin-right: 20px;
}
section.notice {
    /*width: 700px;*/
    max-width: 100%;
    height: auto;
    margin: 0 auto 62px;
}
section.notice h3 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    color: #C83956;
}
section.notice h3 img {
    width: 44px;
    height: auto;
}
section.notice table {
    width: 100%;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-collapse: collapse;
}
section.notice th {
    height: 30px;
    min-width: 70px;
    font-weight: normal;
    background-color: #FCF5F7;
    border-bottom: 1px solid #808080;
    border-right: 1px dashed #808080;
    padding-top: 5px;
}
section.notice th:last-child {
    border-right: none;
}
section.notice td {
    height: 40px;
    background-color: #ffffff;
    border-bottom: 1px dashed #808080;
    border-right: 1px dashed #808080;
    padding-top: 5px;
}
section.notice td a {
    text-decoration: underline;
    font-size: 12px;
}
section.notice td:last-child {
    border-right: none;
}
section.notice p.btn {
    display: block;
    width: 220px;
    height: 29px;
    margin: 56px auto 0;
    text-align: center;
    font-size: 15px;
}
section.notice p.btn a {
    display: block;
    width: 100%;
    height: 29px;
    padding: 3px 7px;
    font-size: 12px;
    color: #C83956;
    background-color: #ffffff;
    background-image: url(../images/common/arrow.png);
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 14px;
    border: 1px solid #C83956;
    border-radius: 8px;
}
section.contact{

}
section.contact > p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 23px;
}
section.contact dl{
    width: 700px;
    max-width: 100%;
    height: auto;
    background-color: #FCF5F7;
    margin: 0 auto;
    padding: 30px;
}

section.contact form dt {
    display: inline-block;
    width: 29%;
    font-size: 14px;
    margin-bottom: 24px;
}
section.contact form dd {
    display: inline-block;
    width: 70%;
    margin-bottom: 24px;
    vertical-align: top;
}
section.contact form dd input[type="text"],.contact form dd input[type="tel"] {
    width: 100%;
    height: 26px;
    border: 1px solid #999999;
    border-radius: 6px;
    padding: 10px;
    font-size: 15px;
}
section.contact form textarea {
    width: 100%;
    height: 14em;
    border: 1px solid #999999;
    border-radius: 6px;
    padding: 10px;
}
section.contact form p {
    font-size: 14px;
    text-align: center;
    margin-top: 46px;
}
section.contact form p a {
    text-decoration: underline;
}
.submitArea{
    text-align:center;
}
section.contact form .contactbtn {
    display: inline-block;
    width: 160px;
    height: 29px;
    margin: 46px 10px 0;
    padding: 8px;
    font-size: 12px;
    color: #C83956;
    background-image: url(../images/common/arrow.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 14px;
    background-color: #ffffff;
    border: 1px solid #C83956;
    border-radius: 8px;
}
section.contact form .contactbtn:hover {
    background-color: #c83956;
    color: #ffffff;
    background-image: none;
    cursor: pointer;
}




/*--事業者マイページ--*/

header.business nav.NavMenu-mypage { 
    border-top: 1px solid #3179A7;
    border-bottom: 1px solid #3179A7;
}
header.business nav.NavMenu-mypage ul.flexbox {
    width: 700px;
}
header.business nav.NavMenu-mypage ul li {
    border-right: 1px solid #3179A7;
}
header.business nav.NavMenu-mypage ul li:nth-of-type(3) {
    padding-left: 0;
}
header.business nav.NavMenu-mypage ul li:nth-of-type(7) {
    border-right: none;
    padding-right: 0;
}

.my_business section.new-message h3 {
    color: #3179A7;
}
.my_business section.heading h4 {
    color: #3179A7;
}
.my_business section.heading p.btn a {
    color: #3179A7;
    border: 1px solid #3179A7;
    background-image: url(../images/common/arrow_blue.png);
    background-size: 14px;
}
/*
.my_business section.contact {
    width: 360px;
}
*/
.my_business section.contact dl {
    background-color:#F5F8FB;
}
.my_business section.new-message p.btn a {
    color: #3179A7;
    background-image: url(../images/common/arrow_blue.png);
    border: 1px solid #3179A7;
    background-size: 14px;
}
.my_business section.new-message p.btn a.prev {
    background-image: url(../images/common/arrow_blue2.png);
}
.my_business section.message h3 {
    color: #3179A7;
}
.my_business section.message h4 {
    color: #3179A7;
}
.my_business section.message form .sendbtn {
    color: #3179A7;
    background-image: url(../images/common/arrow_blue.png);
    border: 1px solid #3179A7;
}
.my_business section.message form .sendbtn:hover {
    background-color: #3179A7;
    color: #ffffff;
    background-image: none;
}
.my_business section.bookmark h3 {
    color: #3179A7;
}
.my_business section.bookmark dl .flexbox {
    justify-content: space-between;
}
.my_business section.bookmark dt.en-name {
    border-right: none;
    display: inline-block;
    width: 78%;
    min-width: 200px;
}
.my_business section.bookmark dd.to-datail {
    padding-top: 12px;
}
.my_business section.bookmark .btn .signup {
    display: block;
    width: 220px;
    height: 30px;
    margin: 57px auto;
    color: #3179A7;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #3179A7;
    border-radius: 8px;
    background-color: #ffffff;
    background-image: url(../images/common/arrow_blue.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    text-align: center;
    padding-top: 4px;  
}
.my_business section.memberinfo h3 {
    color: #3179A7;
}
.my_business section.memberinfo .check label {
    display: inline-block;
    margin-right: 2em;
    margin-top: 6px;
    margin-bottom: 0;
}
section.memberinfo form textarea {
    width: 100%;
    height: 10em;
    border: 1px solid #999999;
    border-radius: 6px;
    padding: 10px;
    font-size: 12px;
}
section.memberinfo dd img{
    width:200px;
}
.my_business section.memberinfo form input.confirmbtn {
    color: #3179A7;
    background-image: url(../images/common/arrow_blue.png);
    background-size: 14px;
    border: 1px solid #3179A7;
}
.my_business section.memberinfo form .confirmbtn:hover {
    background-color: #3179A7;
    color: #ffffff;
}
.my_business form .bottombtn {
    width: 500px;
    margin: 60px auto;
}
.my_business form .bottombtn a {
    display: inline-block;
    width: 220px;
    height: 28px;
    color: #3179A7;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
    border: 1px solid #3179A7;
    border-radius: 8px;
    background-image: url(../images/common/arrow_blue.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #ffffff; 
}
.my_business form .bottombtn a:first-child {
    background-image: url(../images/common/arrow_blue2.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-color: #ffffff;
}
.my_business form .bottombtn a:hover {
    color: #ffffff;
    border: 1px solid #3179A7;
    background-image: none;
    background-color: #3179A7; 
}

.my_business section.contact form .contactbtn {
    color: #3179A7;
    background-image: url(../images/common/arrow_blue.png);
    border: 1px solid #3179A7;

}
.my_business section.contact form .contactbtn:hover {
    background-color: #3179A7;
}



/*--事業者マイページここまで--*/


/*--事務局マイページ--*/

header.business nav.NavMenu-mypage { 
    border-top: 1px solid #3179A7;
    border-bottom: 1px solid #3179A7;
}
header.business nav.NavMenu-mypage ul.flexbox {
    width: 700px;
}
header.business nav.NavMenu-mypage ul li {
    border-right: 1px solid #3179A7;
}
header.business nav.NavMenu-mypage ul li:nth-of-type(3) {
    padding-left: 0;
}
header.business nav.NavMenu-mypage ul li:nth-of-type(7) {
    border-right: none;
    padding-right: 0;
}

.my_admin section.new-message h3 {
    color: #3179A7;
}
.my_admin section.heading h4 {
    color: #3179A7;
}
.my_admin section.heading p.btn a {
    color: #3179A7;
    border: 1px solid #3179A7;
    background-image: url(../images/common/arrow_blue.png);
    background-size: 14px;
}
.my_admin section.contact {
    width: 360px;
} 
.my_admin section.new-message p.btn a {
    color: #3179A7;
    background-image: url(../images/common/arrow_blue.png);
    border: 1px solid #3179A7;
    background-size: 14px;
}
.my_admin section.new-message p.btn a.prev {
    background-image: url(../images/common/arrow_blue2.png);
}
.my_admin section.message .senderinfo{
    background:#3179A7;
    color:#fff;
    font-size:13px;
    padding:0 1em;
}
.my_admin section.message h3 {
    color: #3179A7;
}
.my_admin section.message h4 {
    color: #3179A7;
}
.my_admin section.message form .sendbtn {
    color: #3179A7;
    background-image: url(../images/common/arrow_blue.png);
    border: 1px solid #3179A7;
}
.my_admin section.message form .sendbtn:hover {
    background-color: #3179A7;
    color: #ffffff;
    background-image: none;
}
.my_admin section.bookmark h3 {
    color: #3179A7;
}
.my_admin section.bookmark dl .flexbox {
    justify-content: space-between;
}
.my_admin section.bookmark dt.en-name {
    border-right: none;
    display: inline-block;
    width: 78%;
    min-width: 200px;
}
.my_admin section.bookmark dd.to-datail {
    padding-top: 12px;
}
.my_admin section.bookmark .btn .signup {
    display: block;
    width: 220px;
    height: 30px;
    margin: 57px auto;
    color: #3179A7;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #3179A7;
    border-radius: 8px;
    background-color: #ffffff;
    background-image: url(../images/common/arrow_blue.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    text-align: center;
    padding-top: 4px;  
}
.my_admin section.memberinfo h3 {
    color: #3179A7;
}
.my_admin section.memberinfo .check label {
    display: inline-block;
    margin-right: 2em;
    margin-top: 6px;
    margin-bottom: 0;
}
section.memberinfo form textarea {
    width: 100%;
    height: 10em;
    border: 1px solid #999999;
    border-radius: 6px;
    padding: 10px;
    font-size: 12px;
}
section.memberinfo dd img{
    width:200px;
}
.my_admin section.memberinfo form input.confirmbtn {
    color: #3179A7;
    background-image: url(../images/common/arrow_blue.png);
    background-size: 14px;
    border: 1px solid #3179A7;
}
.my_admin section.memberinfo form .confirmbtn:hover {
    background-color: #3179A7;
    color: #ffffff;
}
.my_admin form .bottombtn {
    width: 500px;
    margin: 60px auto;
}
.my_admin form .bottombtn a {
    display: inline-block;
    width: 220px;
    height: 28px;
    color: #3179A7;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
    border: 1px solid #3179A7;
    border-radius: 8px;
    background-image: url(../images/common/arrow_blue.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #ffffff; 
}
.my_admin form .bottombtn a:first-child {
    background-image: url(../images/common/arrow_blue2.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-color: #ffffff;
}
.my_admin form .bottombtn a:hover {
    color: #ffffff;
    border: 1px solid #3179A7;
    background-image: none;
    background-color: #3179A7; 
}

/*--事務局マイページここまで--*/





/*-- スマートフォン用ここから --*/

@media screen and (max-width:865px) { 
   
    .pc {
        display: block;
    }
    .sp2 {
        display: none;
    }
    header.mypage ul.link {
        margin: 10px 30px auto auto;
    }

    header.mypage nav.NavMenu-mypage {
        position: fixed;
        height: auto;
        z-index: 600;
        top: -30px;
        left: 0;
        background: #ffffff;
        color: #000;
        text-align: center;
        width: 100%;
        transform: translateY(-100%);
        transition: all 0.6s;
        border-top: none;
        border-bottom: none;
    }
    header.mypage nav.NavMenu-mypage ul {
        width: 90%;
        margin: 0 auto;
        padding-top:95px;
        padding-bottom: 60px;
        color:#666666;
    }
    header.mypage nav.NavMenu-mypage ul li {
        font-size: 1.1em;
        list-style-type: none;
        padding:3% 10%;
        width: 100%;
        background: #ffffff;
	margin-top:0;
        margin-bottom: 10px;
        border-radius: 5px;
        border-right: none;
	border-bottom:1px solid #C83956;
	border-radius:0;
    }

    header.mypage nav.NavMenu-mypage ul li:first-of-type {
    padding-left: 10%;
    }
    
    header.mypage nav.NavMenu-mypage ul li a{
        display: block;
        color: #000;
        text-align:left;
	font-size:16px;
    }
    header.business nav.NavMenu-mypage ul li:nth-of-type(3){
	padding-left:10%;
    }
    header.mypage header nav.NavMenu-mypage ul li {
        border-right: none;
        padding-right: 0;

    }	
    
    header.mypage nav.NavMenu-mypage.active{
        transform: translateY(0%);
    }
    header.mypage .Toggle-mypage {
        display: block;
        position: absolute;
        right: 35px;
        top: 38px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 600;
    }
    header.mypage .Toggle-mypage span {
        display: block;
        position: absolute;
        width: 36px;
        border-bottom: solid 2px #5e5e5e;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;	
        transition: .35s ease-in-out;
    }
    header.mypage .Toggle-mypage span:nth-child(1) {
        top: 10px;
    }
    header.mypage .Toggle-mypage span:nth-child(2) {
        top: 22px;
    }
    header.mypage .Toggle-mypage span:nth-child(3) {
        top: 34px;
    }
    header.mypage .Toggle-mypage.active span:nth-child(1) {
        top: 28px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    header.mypage .Toggle-mypage.active span:nth-child(2),
    header.mypage .Toggle-mypage.active span:nth-child(3) {
        top: 28px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    section.bookmark dt.en-name {
	display:block;
	width:100%;
	margin-bottom:0;
	padding-left:8px;
	border-right:none;
    }
    section.bookmark dt a{
	color:#C83956;
	font-size:15px;
    }
    section.bookmark dd.address{
	display:block;
	width:100%;
	margin-bottom:10px;
    }

}

@media screen and (max-width:750px) {
    
    .pc {
        display: none !important;
    }
    .sp2 {
        display: block;
    }
    header.mypage {
        height: 90px;
    }
    header.mypage #member-name {
        display: inline-block;
        font-size: 14px;
        margin: 42px 0 18px 12px;
    }
    header.mypage .Toggle-mypage {
        right: 20px;
        top: 24px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 600;
    }
    
    
    main {
        margin: 0 0 79px 0;
    }
    section.new-message dd.date {
        width: 100%;
    }
    section.heading dt {
        display: block;
        width: 100%;
        vertical-align: middle;
    }
    section.heading dd {
        display: block;
        width: 100%;
    }
    section.heading p.btn {
        display: block;
    }
    section.contact a p {
        display: block;
        width: 336px;
        margin: 0 auto 20px;
        font-size: 14px;
    }
    section.bookmark dd.address {
        /*max-width: 80%;*/
    }
    section.bookmark dd.to-datail {
        width: 100%;
        display: block;
        text-align: right;
        padding-right: 10px;
    }
    
    section.memberinfo dt {
        display: block;
        width: 100%;
        padding-left: 10px;
        padding-top: 10px;
    }
    section.memberinfo dd {
        display: block;
        width: auto;
        width: 94%;
        margin: 10px auto 12px 10px;
    }
    section.memberinfo form dd #nickname_child,section.memberinfo form dd #birthday_child {
        width: 130px;
        height: 26px;
        border: 1px solid #999999;
        border-radius: 6px;
        padding: 10px;
        margin: 0 7px 10px;
    }
    section.memberinfo form input[type="checkbox"] {
        margin-right: 2px;
        margin-bottom: 10px;
        vertical-align:text-top;
    }
    section.memberinfo dt.keyword {
        vertical-align: top;
        margin-top: 10px;
    }
    section.memberinfo form dd.keyword {
        font-size: 12px;
    }
    section.memberinfo form dd.keyword label {
        margin-right: 20px;
    }
    section.memberinfo .confirmbtn {
        display: block;
        width: 160px;
        height: 29px;
        margin: 46px auto 0;
        padding: 8px;
        font-size: 12px;
        color: #C83956;
        background-image: url(../images/common/arrow.png);
        background-repeat: no-repeat;
        background-position: right 8px center;
        background-size: 14px;
        background-color: #ffffff;
        border: 1px solid #C83956;
        border-radius: 8px;
    }
    section.memberinfo form .confirmbtn:hover {
        background-color: #c83956;
        color: #ffffff;
        background-image: none;
        cursor: pointer;
    }
    section.memberinfo dd span {
        margin-right: 20px;
    }
    
    section.contact form dt {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    section.contact form dd {
        display: block;
        width: 100%;
        margin-bottom: 24px;
    }


    .my_business section.bookmark dd.to-datail,
    .my_admin section.bookmark dd.to-datail {
        width: 20%;
        display: inline-block;
        text-align: right;
        padding-right: 10px;
    }
    .my_business form .bottombtn,
    .my_admin form .bottombtn {
        width: 100%;
        justify-content: space-around;
    }
    .my_business form .bottombtn a,
    .my_admin form .bottombtn a {
        margin-bottom: 26px;
    }
}
