
@media screen and (min-width: 641px),print {
#mainbody #title {
background-image: url("../../image/bg_mypage.jpg");
}
#page,
#qa {
width: 1200px;
margin: 50px auto 0 auto;
text-align: left;
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 400;
font-style: normal;
padding-bottom: 50px;
}
#page h2 {
font-family: "ryo-display-plusn", serif;
font-weight: 700;
font-style: normal;
font-size: 24px;
margin-bottom: 1em;
color: #131d3d;
}
#page h4 {
font-family: "ryo-display-plusn", serif;
font-weight: 700;
font-style: normal;
font-size: 20px;
margin-bottom: 0.5em;
}
#page h5 {
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 18px;
}
#page p {
font-size: 16px;
line-height: 1.8em;
margin-bottom: 1.5em;
}
#page ul {
margin: 1em auto 3em auto;
padding-left: 1.5em;
}
#page ul li {
margin-bottom: 1em;
list-style: disc;
}
#page ul li p.small {
font-size: 14px;
}
#page dl.category {
margin: 50px auto 70px auto;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
box-sizing: border-box;
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 400;
font-style: normal;
color: #595959;
font-size: 16px;
line-height: 1.7em;
}
#page dt {
position: relative;
}
#page dl.category dd {
position: relative;
width: 50%;
display: block;
box-sizing: border-box;
text-align: left;
margin-bottom: 20px;
}
#page dl.category dd::before {
content: '？';
background: #6c7584;
font-size: 28px;
position: absolute;
margin: 0px;
color: #ffffff;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
clip-path: circle(50% at 50% 50%);
top: -7px;
}
#page dl.category dd::after {
position: absolute;
top: 4px;
width: 15px;
height: 20px;
content: '';
clip-path: polygon(100% 53%, 0 0, 0 100%);
left: 32px;
background: #6c7584;
}
#page dl.category dd h2 {
padding-left: 2.2em;
}
#page dl.category dd ul {}
#page dl.category dd ul li,
#qa ul.category li{
list-style: none;
position: relative;
padding-left: 1.7em;
margin-bottom: 0.5em;
}
#page dl.category dd ul li:before,
#qa ul.category li:before{
position: absolute;
margin: 0px;
color: #ffffff;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
width: 20px;
height: 20px;
clip-path: circle(50% at 50% 50%);
top: 5px;
left: 0;
content: 'Q';
background: #2b3c63;
font-size: 12px;
}
#page dl.category dd a,
#qa ul.category li a{
font-size: 18px;
line-height: 1.7em;
color: #41547b;
}
#page dl.category dd a:hover,
#qa ul.category li a:hover{
color: #aeb6c1;
}

#qa {

}
#qa h3 {
background-color: #2b3c63;
color: #FFF;
font-family: "ryo-display-plusn", serif;
font-weight: 500;
font-style: normal;
font-size: 32px;
margin-bottom: 1em;
padding: 0.7em 0 0.7em 0.5em;
}
#qa ul.category {
padding: 0 0 50px 1em;
}
#qa dl {
border: 1px solid #C7C7C7;
margin-bottom: 50px;
}
#qa dt {
background-color: #f2f6f9;
padding: 1em 0 1em 0.5em;
position: relative;
}
#qa dt h4 {
font-family: "ryo-display-plusn", serif;
font-weight: 600;
font-style: normal;
font-size: 28px;
line-height: 1.5em;
color: #2b3c63;
padding-left: 2em;
}
#qa dt:before {
content: 'Q';
font-family: "ryo-display-plusn", serif;
background: #6c7584;
font-size: 28px;
position: absolute;
margin: 0px;
color: #ffffff;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
clip-path: circle(50% at 50% 50%);
top: 10px;
z-index: 10;
}
#qa dt:after {
position: absolute;
width: 10px;
height: 15px;
content: '';
clip-path: polygon(100% 53%, 0 0, 0 100%);
top: 33px;
left: 40px;
background: #6c7584;
transform: rotate(30deg);
z-index: 9;
}
#qa dd {
padding: 2em 1.5em 1.5em 1.5em;
position: relative;
}
#qa dd h5 {
font-family: "ryo-display-plusn", serif;
font-weight: 600;
font-style: normal;
font-size: 26px;
line-height: 1.5em;
margin-bottom: 1em;
padding-left: 2em;
}
#qa dd:before {
content: 'A';
font-family: "ryo-display-plusn", serif;
background: #131d3d;
font-size: 28px;
position: absolute;
margin: 0px;
color: #ffffff;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
clip-path: circle(50% at 50% 50%);
top: 30px;
}
#qa dd:after {
position: absolute;
width: 15px;
height: 20px;
content: '';
clip-path: polygon(100% 53%, 0 0, 0 100%);
top: 50px;
left: 53px;
background: #131d3d;
transform: rotate(30deg);
}

#qa dd p {
font-size: 17px;
line-height: 1.8em;
margin-bottom: 1em;
}
#qa dd p.bt {
width: 50%;
margin: 30px auto 1em auto;
}
#qa dd p.bt a {
background-color: #131d3d;
color: #FFF;
font-family: "ryo-display-plusn", serif;
font-weight: 500;
font-style: normal;
display: block;
text-align: center;
text-decoration: none;
font-size: 24px;
line-height: 1.5em;
padding: 0.4em 0 0.4em 0;
position: relative;
}
#qa dd p.bt a:hover {
background-color: #6c7584;
}

#contact {
margin: 70px auto 70px auto;
text-align: center;
}
#contact h5 {
font-family: "ryo-display-plusn", serif;
font-weight: 600;
font-style: normal;
color: #2b3c63;
font-size: 30px;
line-height: 1.5em;
margin: 0px auto 20px auto;
}
#contact p {
font-size: 18px;
line-height: 1.8em;
}
#contact ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
margin: 20px auto 0 auto;
border: 1px solid #131d3d;
padding: 30px;
}
#contact li {}
#contact li:nth-of-type(1) {
width: 410px;
}
#contact li:nth-of-type(2) {
text-align: right;
}
#contact li:nth-of-type(1) img {
margin: 0px auto 0 auto;
line-height: 0;
display: block;
}
#contact li p {
font-size: 22px;
line-height: 1.5em;
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 400;
font-style: normal;
text-align: right;
}
#contact li a {
background-color: #131d3d;
color: #FFF;
font-family: "ryo-display-plusn", serif;
font-weight: 500;
font-style: normal;
display: block;
width: 440px;
text-align: center;
text-decoration: none;
font-size: 24px;
line-height: 1.5em;
padding: 0.4em 0 0.4em 0;
position: relative;
}
#contact li a:before {
content: '';
display: inline-block;
width: 23px;
height: 18px;
background-image: url("../../image/detail/icon_contact.png");
background-size: contain;
vertical-align: middle;
position: absolute;
top: 35%;
left: 5%;
}
#contact li a:hover {
background-color: #6c7584;
}
#contact li:nth-of-type(2) {
text-align: center;
font-size: 14px;
line-height: 1.5em;
color: #666666;
margin: 20px auto 0 auto;
}
#contact li:nth-of-type(2):before {
content: '';
display: inline-block;
width: 26px;
height: 17px;
background-image: url("../../image/detail/icon_freedial.png");
background-size: contain;
vertical-align: middle;
margin-right: 10px;
position: relative;
top: -7px;
}
#contact li:nth-of-type(2) b {
font-size: 32px;
font-family: "intercom", sans-serif;
font-weight: 500;
font-style: normal;
color: #000;
margin-right: 0.2em;
}

ul.qa_menu {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
ul.qa_menu:after {
display: block;
content:"";
width: 32%;
}
ul.qa_menu li {
width: 32%;
margin-bottom: 20px;
}
ul.qa_menu li a {
font-size: 20px;
line-height: 1.5em;
text-align: center;
display: block;
border: 2px solid #41547b;
color: #41547b;
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 700;
font-style: normal;
text-decoration: none;
padding: 0.7em 0 0.7em 0;
}
ul.qa_menu li a:hover {
background-color: #2b3c63;
color: #FFF;
}
}

@media screen and (min-width: 0px) and (max-width: 640px) {
#mainbody #title {
background-image: url("../../image/bg_mypage_sp.jpg");
}
#page,
#qa {
margin: 20px auto 0 auto;
width: 90%;
text-align: left;
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 400;
font-style: normal;
padding-bottom: 20px;
}
#page h2 {
font-family: "ryo-display-plusn", serif;
font-weight: 700;
font-style: normal;
font-size: 24px;
margin-bottom: 1em;
color: #131d3d;
}
#page h4 {
font-family: "ryo-display-plusn", serif;
font-weight: 700;
font-style: normal;
font-size: 20px;
margin-bottom: 0.5em;
}
#page h5 {
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 18px;
}
#page p {
font-size: 14px;
line-height: 1.3em;
margin-bottom: 1.5em;
}
#page ul {
margin: 0.5em auto 2em auto;
padding-left: 0em;
}
#page ul li {
margin-bottom: 1em;
list-style: disc;
}
#page ul li p.small {
font-size: 14px;
}
#page dl.category {
margin: 30px auto 0px auto;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
box-sizing: border-box;
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 400;
font-style: normal;
color: #595959;
font-size: 16px;
line-height: 1.3em;
}
#page dt {
position: relative;
}
#page dl.category dd {
position: relative;
width: 100%;
display: block;
box-sizing: border-box;
text-align: left;
margin-bottom: 20px;
}
#page dl.category dd::before {
content: '？';
background: #6c7584;
font-size: 18px;
position: absolute;
margin: 0px;
color: #ffffff;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
clip-path: circle(50% at 50% 50%);
top: -10px;
}
#page dl.category dd::after {
position: absolute;
top: -5px;
width: 15px;
height: 20px;
content: '';
clip-path: polygon(100% 53%, 0 0, 0 100%);
left: 20px;
background: #6c7584;
}
#page dl.category dd h2 {
font-size: 18px;
padding-left: 2.5em;
}
#page dl.category dd ul {}
#page dl.category dd ul li,
#qa ul.category li{
list-style: none;
position: relative;
padding-left: 1.8em;
margin-bottom: 1em;
}
#page dl.category dd ul li:before,
#qa ul.category li:before{
position: absolute;
margin: 0px;
color: #ffffff;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
width: 20px;
height: 20px;
clip-path: circle(50% at 50% 50%);
top: 0px;
left: 0;
content: 'Q';
background: #2b3c63;
font-size: 12px;
}
#page dl.category dd a,
#qa ul.category li a{
font-size: 16px;
line-height: 1.3em;
color: #41547b;
}
#page dl.category dd a:hover,
#qa ul.category li a:hover{
color: #aeb6c1;
}

#qa {

}
#qa h3 {
background-color: #2b3c63;
color: #FFF;
font-family: "ryo-display-plusn", serif;
font-weight: 500;
font-style: normal;
font-size: 18px;
line-height: 1.3em;
margin-bottom: 1em;
padding: 0.7em 0 0.7em 0.5em;
}
#qa ul.category {
padding: 0 0 30px 1em;
}
#qa dl {
border: 1px solid #C7C7C7;
margin-bottom: 30px;
}
#qa dt {
background-color: #f2f6f9;
padding: 1em 1em 1em 0.5em;
position: relative;
}
#qa dt h4 {
font-family: "ryo-display-plusn", serif;
font-weight: 600;
font-style: normal;
font-size: 17px;
line-height: 1.3em;
color: #2b3c63;
padding-left: 2em;
}
#qa dt:before {
content: 'Q';
font-family: "ryo-display-plusn", serif;
background: #6c7584;
font-size: 18px;
position: absolute;
margin: 0px;
color: #ffffff;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
clip-path: circle(50% at 50% 50%);
top: 10px;
z-index: 10;
}
#qa dt:after {
position: absolute;
width: 10px;
height: 15px;
content: '';
clip-path: polygon(100% 53%, 0 0, 0 100%);
top: 25px;
left: 30px;
background: #6c7584;
transform: rotate(30deg);
z-index: 9;
}
#qa dd {
padding: 1em 1em 1em 1em;
position: relative;
}
#qa dd h5 {
font-family: "ryo-display-plusn", serif;
font-weight: 600;
font-style: normal;
font-size: 17px;
line-height: 1.3em;
margin-bottom: 1em;
padding-left: 2.5em;
}
#qa dd:before {
content: 'A';
font-family: "ryo-display-plusn", serif;
background: #131d3d;
font-size: 18px;
position: absolute;
margin: 0px;
color: #ffffff;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
clip-path: circle(50% at 50% 50%);
top: 15px;
}
#qa dd:after {
position: absolute;
width: 10px;
height: 15px;
content: '';
clip-path: polygon(100% 53%, 0 0, 0 100%);
top: 30px;
left: 38px;
background: #131d3d;
transform: rotate(30deg);
}

#qa dd p {
font-size: 16px;
line-height: 1.3em;
margin-bottom: 1em;
}
#qa dd p.bt {
width: 90%;
margin: 30px auto 1em auto;
}
#qa dd p.bt a {
background-color: #131d3d;
color: #FFF;
font-family: "ryo-display-plusn", serif;
font-weight: 500;
font-style: normal;
display: block;
text-align: center;
text-decoration: none;
font-size: 16px;
line-height: 1.5em;
padding: 0.4em 0 0.4em 0;
position: relative;
}
#qa dd p.bt a:hover {
background-color: #6c7584;
}

#mainbody #contact {
margin: 50px auto 50px auto;
text-align: center;
}
#mainbody #contact h5 {
font-family: "ryo-display-plusn", serif;
font-weight: 600;
font-style: normal;
color: #2b3c63;
font-size: 17px;
line-height: 1.3em;
margin: 0px auto 20px auto;
}
#mainbody #contact p {
font-size: 14px;
line-height: 1.3em;
}
#mainbody #contact ul {
margin: 20px auto 0 auto;
border: 1px solid #131d3d;
padding: 1em;
}
#mainbody #contact li {}
#mainbody #contact li:nth-of-type(1) {
}
#mainbody #contact li:nth-of-type(1) img {
width: 80%;
margin: 0px auto 0 auto;
line-height: 0;
display: block;
}
#mainbody #contact li p {
font-size: 16px;
line-height: 1.3em;
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 400;
font-style: normal;
text-align: center;
}
#mainbody #contact li a {
background-color: #131d3d;
color: #FFF;
font-family: "ryo-display-plusn", serif;
font-weight: 500;
font-style: normal;
display: block;
width: 80%;
text-align: center;
text-decoration: none;
font-size: 16px;
line-height: 1.3em;
padding: 0.6em 0 0.7em 0;
position: relative;
margin: 10px auto 0 auto;
}
#mainbody #contact li a:before {
content: '';
display: inline-block;
width: 18px;
height: 13px;
background-image: url("../../image/detail/icon_contact.png");
background-size: contain;
vertical-align: middle;
position: absolute;
top: 32%;
left: 5%;
}
#mainbody #contact li a:hover {
background-color: #6c7584;
}
#mainbody #contact li:nth-of-type(2) {
text-align: center;
font-size: 14px;
line-height: 1.5em;
color: #666666;
margin: 20px auto 0 auto;
}
#mainbody #contact li:nth-of-type(2):before {
content: '';
display: inline-block;
width: 26px;
height: 17px;
background-image: url("../../image/detail/icon_freedial.png");
background-size: contain;
vertical-align: middle;
margin-right: 10px;
position: relative;
top: -7px;
}
#mainbody #contact li:nth-of-type(2) b {
font-size: 28px;
font-family: "intercom", sans-serif;
font-weight: 500;
font-style: normal;
color: #000;
margin-right: 0.2em;
}

ul.qa_menu {
}
ul.qa_menu li {
width: 100%;
margin-bottom: 20px;
}
ul.qa_menu li a {
font-size: 16px;
line-height: 1.3em;
text-align: center;
display: block;
border: 2px solid #41547b;
color: #41547b;
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 700;
font-style: normal;
text-decoration: none;
padding: 0.7em 0 0.7em 0;
}
ul.qa_menu li a:hover {
background-color: #2b3c63;
color: #FFF;
}
}




