@charset "utf-8";

/* -----------------------------
content
------------------------------*/
#content {
/* padding-bottom: 75px;*/
font-size: 20px;
color: #333;
line-height: 1.8;
font-feature-settings: "palt" 1;
letter-spacing: .06em;
}
#content .topicPath {
margin-bottom: 0;
}
[class*="Column"] {
display: -webkit-flex;
display: flex;
}
#content p.noSelect {
user-select: none;
} 
@media screen and (max-width: 640px) {
#content {
margin-top: 50px;
padding-bottom: 0;
font-size: 16px;
letter-spacing: .04em;
}
[class*="Column"] {
display: block;
}
}
/* -----------------------------
inner
------------------------------*/
@media screen and (max-width: 640px) {
#content .inner {
margin: 0 10px;
}
}
/* -----------------------------
mainVisual
------------------------------*/
#content #mainVisual {
margin-bottom: 0;
height: 540px;
margin: 0 auto;
background: #fff2fa;
}
#content #mainVisual h1 p {
padding: 6px;
text-align: center;
color: #fff;
font-size: 24px;
background-color: #2ca9de;
}
#content #mainVisual h1 img {
margin: auto;
padding: 24px 0 0;
}
#content #mainVisual #code .inner {
width: 650px;
margin-top: 30px;
padding: 20px 75px 26px;
background-color: #fff;
border: 1px solid #f8a9e0;
border-radius: 10px;
}
#content #mainVisual #code p {
font-size: 16px;
color: #ef64c5;
text-align: center;
}
#content #mainVisual #code p span{
line-height: 1.8;
font-family: 'Atkinson Hyperlegible', sans-serif;
font-size: 38px;
font-weight: 300;
color: #555;
letter-spacing: .08em;
}
@media screen and (max-width: 640px) {
#content #mainVisual {
height: auto;
margin-bottom: 0;
background: #ffeef9;
}
#content #mainVisual h1 img {
width: 100%;
padding-top: 0;
}
#content #mainVisual #code {
padding: 0 0 20px;
}
#content #mainVisual #code .inner {
width: auto;
margin-top: 0;
padding: 16px 0px 16px;
background-color: #fff;
}
#content #mainVisual #code h2{
width: auto;
margin: 0 auto;
font-size: 15px;
}
#content #mainVisual #code p span{
line-height: 1.8;
font-size: 26px;
}
}
/* ----------------------------
btn
---------------------------- */
/*--------
btn01- */
#content .btn01 {
display: flex;
justify-content: center;
margin: 46px 0 66px;
}
#content .btn01 li {
margin: 0 9px;
}
#content .btn01 li a {
display: block;
padding: 20px 18px 20px;
width: 400px;
border-radius: 10px;
background-color: #d92fa7;
box-shadow: 3px 3px 4px 0px rgba(86, 85, 85, 0.4);
font-size: 23px;
font-weight: bold;
text-align: center;
color: #ffffff;
line-height: 1.3;
letter-spacing: .1em;
}
#content .btn01 li a:hover {
text-decoration: none;
opacity: 0.7;
}
#content .btn01 li.set a {
background-color: #d92fa7;
}
@media screen and (max-width: 640px) {
#content .btn01 {
display: block;
margin: 36px 10px 40px;
}
#content .btn01 li {
margin: 0 0 15px;
}
#content .btn01 li a {
display: block;
margin: 0 auto;
padding: 22px 20px 20px;
max-width: 270px;
width: auto;
font-size: 22px;
}
#content .btn01 li a:hover {
opacity: 1;
}
}
/* -----------------------------
att
------------------------------*/
#content .att li {
position: relative;
margin-left: 1.2em;
padding-left: 1.2em;
}
#content .att li:before {
content: "※";
position: absolute;
top: 0;
left: 0;
}
/*--------
btn01 + att */

#content .btn01 + .att {
width: 838px;
margin: 0 auto;
font-size: 14px;
}
#content .btn01 + .att li + li {
margin-top: 5px;
}
@media screen and (max-width: 640px) {
#content .btn01 + .att {
width: auto;
margin: 0 10px;
font-size: 12px;
}
}
/* -----------------------------
attention
------------------------------*/
#content #attention {
margin: 50px 0 0;
}
#content #attention .inner {
padding: 10px;
background: -webkit-repeating-linear-gradient(-45deg, #FFF, #FFF 3px, #c4edff 3px, #c4edff 7px);
background: repeating-linear-gradient(-45deg, #FFF, #FFF 3px, #c4edff 3px, #c4edff 7px);
}
@media screen and (min-width: 641px) {
#content #attention .inner {
width: 1000px;
}  
}
@media screen and (max-width: 640px) {
#content #attention .inner {
padding: 6px;
}  
}

#content #attention .box01 {
padding: 40px 65px 40px 85px;
/*border: dotted 2px #7275cb;*/
background-color: #FFF;
}
#content #attention .box01 h2 {
margin-bottom: 20px;
font-size: 22px;
font-weight: bold;
}
#content #attention .box01 .imgStyle01 {
display: flex;
align-items: center;
}
#content #attention .box01 .imgStyle01 .imgArea {
margin-right: 70px;
}
#content #attention .box01 .imgStyle01 .imgArea img{
width: 290px;
}
#content #attention .box01 .imgStyle01 .textArea {
font-size: 16px;
}
@media screen and (max-width: 640px) {
#content #attention {
margin: 26px 0 0;
}
#content #attention .box01 {
padding: 20px 15px 26px;
}
#content #attention .box01 h2 {
margin: 0 14px 12px;
font-size: 20px;
text-align: center;
letter-spacing: .1em;
}
#content #attention .box01 .imgStyle01 {
display: block;
}
#content #attention .box01 .imgStyle01 .imgArea {
margin: 0 0 23px;
text-align: center;
}
#content #attention .box01 .imgStyle01 .imgArea img {
width: 250px;
height: auto;
}
#content #attention .box01 .imgStyle01 .textArea {
font-size: 16px;
}
}
/* -----------------------------
#information
------------------------------*/
#information .listBox01 {
margin: 70px 0 75px ;
font-size: 15px;
}
#information .listBox01 .Column{
justify-content: center;
align-items: flex-start;
}
#information .listBox01 .bgBox01{
background-color: #fff1f9;
padding: 70px 90px 50px;
border-radius: 10px;
}
#information .listBox01 dl{
padding: 30px 0 35px;
border-bottom: 2px dotted #e883ca;
}
#information .listBox01 dl:first-of-type{
padding-top: 0;
}
#information .listBox01 dl:last-of-type{
border-bottom: none;
}
#information .listBox01 dl dt{
width: 160px;
padding: 3px 3px 2px;
color: #fff;
text-align: center;
font-size: 16px;
font-weight: bold;
background-color: #e883ca;
}
#information .listBox01 dl dd{
width: 630px;
margin: 5px 0 0 30px;
}
#information .listBox01 dl dd strong {
display: inline-block;
margin: 20px 0;
}
#information .listBox01 li {
position: relative;
padding-left: 1.2em;
}
#content .listBox01 li:before {
content: "・";
position: absolute;
top: 0;
left: 0;
}
#information .listBox01 .att li {
position: relative;
margin-left: 1.2em;
padding-left: 1.2em;
}
#content .listBox01 .att li:before {
content: "※";
position: absolute;
top: 0;
left: 0;
}
@media screen and (max-width: 640px) {
#information .listBox01{
margin: 30px 0 35px ;
}
#information .listBox01 .bgBox01{
padding: 40px 16px 20px;
}
#information .listBox01 dl dt {
margin: 0 auto;
font-size: 14px;
letter-spacing: .1em;
}
#information .listBox01 dl dd{
margin-top: 16px;
font-size: 13px;
}
#information .listBox01 dl dd{
width: auto;
margin-left: 0;
}
}
/* -----------------------------
attArea
------------------------------*/
#content .attArea {
padding: 75px 0;
background-color: #f5f5f5;
}
#content .attArea .inner {
padding: 0 125px;
}
#content .attArea h2 {
margin: 0 0 35px;
font-size: 20px;
font-weight: bold;
text-align: center;
}
#content .attArea h2:not(:first-child) {
margin-top: 60px;
}
#content .attArea .catch {
margin: -25px 0 35px;
text-align: center;
}
#content .attArea ul li {
font-size: 14px;
}
#content .attArea ul li {
margin-left: 15px;
margin-bottom: 20px;
list-style-type: square;
}
#content .attArea ul li ul {
margin-top: 5px;
}
#content .attArea ul li ul li {
margin-bottom: 5px;
list-style-type: disc;
}
#content .attArea .inner ul.dott_square > li{
list-style-type: none;
position: relative;
}
#content .attArea .inner ul.dott_square > li::before {
position: absolute;
content: "□";
left: -18px;
}
#content .attArea dl dt {
display: list-item;
margin-bottom: 5px;
font-size: 14px;
list-style-type: square;
}
#content .attArea dl dd {
margin-bottom: 20px;
font-size: 14px;
}
#content .attArea table {
margin: 30px 0 5px;
width: 100%;
border-collapse: collapse;
border: 1px solid #d0d4d9;
}
#content .attArea table th,
#content .attArea table td {
margin: 0;
padding: 5px 10px;
text-align: center;
}
#content .attArea table th {
border-bottom: 1px solid #d0d4d9;
font-weight: bold;
}
#content .attArea table td {
background: #fff;
border-bottom: 1px solid #d0d4d9;
text-align: left;
}
#content .attArea table td:first-child {
border-right: 1px solid #d0d4d9;
width: 50%;
}
#content .attArea table td:nth-child(2) {
text-align: center;
}
@media screen and (max-width: 640px) {
#content .attArea {
padding: 45px 0;
}
#content .attArea .inner {
padding: 0 30px;
}
#content .attArea h2 {
margin: 0 0 15px;
font-size: 15px;
}
#content .attArea h2:not(:first-child) {
margin-top: 30px;
}
#content .attArea .catch {
margin: -8px 0 20px;
font-size: 11px;
}
#content .attArea ul li {
margin-bottom: 10px;
font-size: 13px;
}
#content .attArea h2 + dl {
padding: 0;
}
#content .attArea dl dt {
font-size: 13px;
}
#content .attArea dl dd {
margin-bottom: 10px;
font-size: 13px;
}
#content .attArea .def01 {
margin: 15px 0;
}
#content .attArea .def01 dd {
padding-left: 12%;
font-size: 12px;
}
}