@charset "UTF-8";

#title {
background-image: url("image/title.jpg");
}

@media screen and (min-width: 641px),print {
#mainbody #title h1 {
width: 800px;
}
#point {
color: #FFF;
text-align: left;
margin: 30px auto 0 auto;
}
#point p.description {
text-align: center;
color: #FFF;
font-size: 18px;
line-height: 1.8em;
}
#point dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 100px 0 0 0;
}
#point dd {
text-align: left;
}
#point dd.text {
width: 55%;
box-sizing: border-box;
}
#point dd.text:nth-of-type(odd) {
padding: 0px 3em 0px 10%;
}
#point dd.text:nth-of-type(even) {
padding: 0px 10% 0px 3em;
}
#point dd.text h3 {
color: #FFF;
font-weight: 700;
font-size: 36px;
line-height: 1.8em;
padding: 0em 0 0.7em 0;
}
#point dd.text h3:first-letter {
color: #f3d925;
}
#point dd.text p {
color: #FFF;
font-size: 18px;
line-height: 1.8em;
padding: 0 0 1.5em 0;
margin: 0;
}
#point dd.text p b {
font-size: 20px;
}
#point dd.photo {
width: 45%;
box-sizing: border-box;
height: 370px;
margin-bottom: 50px;
}
#point dd.photo img {
width: 100%;
height: 100%;
vertical-align: middle;
object-fit: cover;
}

.btarea {
background-color: #FFF;
width: 100%;
margin: 100px auto 0 auto;
padding: 50px 0 100px 0;
}
.btarea p {}
.btarea a {
font-size: 30px;
line-height: 1.7em;
background-color: #e50505;
color: #FFF;
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 500;
font-style: normal;
text-align: center;
width: 900px;
padding: 0.7em 0 0.7em 0;
box-sizing: border-box;
text-decoration: none;
display: block;
margin: 0px auto 0 auto;
border-radius: 10px;
box-shadow: 0px 0px 4px #666666;
position: relative
}
.btarea a:before { /* 背景の表示設定 */
content: "";
position: absolute;
margin: auto;
top: 0;
bottom: 0;
right: 20px;
width: 54px; /* 横幅 */
height: 54px; /* 高さ */
border-radius: 50%; /* 角の丸み */
background: #f3d925;
}
.btarea a:after { /* くの字の表示設定 */
content: "";
position: absolute;
margin: auto;
top: 0;
bottom: 0;
right: 38px;
width: 14px;
height: 14px;
border-top: 10px solid #e50505;
border-right: 10px solid #e50505;
transform: rotate(45deg);
}
.btarea p b {
font-size: 64px;
line-height: 1.2em;
font-weight: 700;
letter-spacing: 0.2em;
}
.btarea a:hover {
background-color: #047EDA;
}
.btarea a:hover:after {
border-top: 10px solid #047EDA;
border-right: 10px solid #047EDA;
right: 35px;
}
}


@media screen and (min-width: 0px) and (max-width: 640px) {
#mainbody #title h1 {
}
#point {
color: #FFF;
text-align: left;
margin: 30px auto 0 auto;
}
#point p.description {
text-align: center;
color: #FFF;
font-size: 14px;
line-height: 1.3em;
padding: 0 1em 30px 1em;
margin: 0;
}
#point dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 20px 0 0 0;
}
#point dd {
text-align: left;
}
#point dd:nth-child(1) {
order: 1;
}
#point dd:nth-child(2) {
order: 2;
}
#point dd:nth-child(3) {
order: 4;
}
#point dd:nth-child(4) {
order: 3;
}
#point dd:nth-child(5) {
order: 5;
}
#point dd:nth-child(6) {
order: 6;
}
#point dd:nth-child(7) {
order: 8;
}
#point dd:nth-child(8) {
order: 7;
}
#point dd:nth-child(9) {
order: 9;
}
#point dd:nth-child(10) {
order: 10;
}
#point dd:nth-child(11) {
order: 12;
}
#point dd:nth-child(12) {
order: 11;
}
#point dd:nth-child(13) {
order: 13;
}
#point dd:nth-child(14) {
order: 14;
}
#point dd:nth-child(15) {
order: 16;
}
#point dd:nth-child(16) {
order: 15;
}
#point dd.text {
width: 100%;
box-sizing: border-box;
padding: 0 1em 1em 1em;
}
#point dd.text h3 {
color: #FFF;
font-weight: 700;
font-size: 26px;
line-height: 1.3em;
padding: 0em 0 0.7em 0;
}
#point dd.text h3:first-letter {
color: #f3d925;
}
#point dd.text p {
color: #FFF;
font-size: 16px;
line-height: 1.3em;
padding: 0 0 1em 0;
margin: 0;
}
#point dd.text p b {
font-size: 18px;
}
#point dd.photo {
width: 100%;
box-sizing: border-box;
margin-bottom: 30px;
}
#point dd.photo img {
width: 100%;
height: 100%;
vertical-align: middle;
object-fit: cover;
}

.btarea {
background-color: #FFF;
width: 100%;
margin: 30px auto 0 auto;
padding: 20px 0 40px 0;
}
.btarea p {}
.btarea a {
font-size: 14px;
line-height: 1.4em;
background-color: #e50505;
color: #FFF;
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 500;
font-style: normal;
text-align: center;
width: 90%;
padding: 0.7em 0 0.7em 0;
box-sizing: border-box;
text-decoration: none;
display: block;
margin: 0px auto 0 auto;
border-radius: 10px;
box-shadow: 0px 0px 4px #666666;
position: relative
}
.btarea a:before { /* 背景の表示設定 */
content: "";
position: absolute;
margin: auto;
top: 0;
bottom: 0;
right: 10px;
width: 20px; /* 横幅 */
height: 20px; /* 高さ */
border-radius: 50%; /* 角の丸み */
background: #f3d925;
}
.btarea a:after { /* くの字の表示設定 */
content: "";
position: absolute;
margin: auto;
top: 0;
bottom: 0;
right: 17px;
width: 6px;
height: 6px;
border-top: 3px solid #e50505;
border-right: 3px solid #e50505;
transform: rotate(45deg);
}
.btarea p b {
font-size: 24px;
line-height: 1.2em;
font-weight: 700;
}
.btarea a:hover {
background-color: #047EDA;
}
.btarea a:hover:after {
border-top: 10px solid #047EDA;
border-right: 10px solid #047EDA;
right: 35px;
}
}

