@charset "UTF-8";

html {
 user-select: none;
}

header {
background:#542f0e;
}

footer {
background:#fdedea;
padding:4em 0;
}

main {
background:#fdedea;
}

main figure {
width:100%;
}

main figure img {
width:100%;
}

h2 {
text-align: center;
margin-top:0;
background:#542f0e;
color:#ffffff;
font-size: 1em;
    line-height: 1.4em;
}

h3 {
background:#542f0e;
}

article {
padding:0.5em;
margin-bottom: 1em;
text-align: center;
}


article p {
font-size:1em;
line-height:1.4em;
text-align: left;
}

article p span {
display:inline;
padding:0;
margin:0;
color:#ff214f;
font-size:1em;
font-weight:bold;
}

article button{
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
-webkit-tap-highlight-color: transparent;
    margin: 1em auto;
    display: inline-block;
width: 80%;
}

article button a {
    margin: 1em auto;
    display: inline-block;
padding:0.5em;
font-size:1.1em;
line-height:1.5em;
font-weight:bold;
background:#e56166;
color:#ffffff;
border-radius:10px;
width: 100%;
box-shadow:0 0.5em 0 #8a0f0f ;
}

article figure {
margin:1em 0 0;
}

article ul li {
margin:0.5em;
}
article ul li:last-child {
margin-bottom:1em;
}

article ul li a {
border:1px solid #696969;
padding: 1em 0.5em;
display: block;
border-radius:5px;
-moz-border-radius:5p0x0;
-webkit-border-radius:5px;
}
article ul li a span {
display: block;
font-size: 0.9em;
margin: 0.5em 0 0 0;
}

article ul li a p {
 position: relative;
}

article ul li a p:before {
 content: "";
 position: absolute;
 top: .1em;
 right: 0;
 width: 18px;
 height: 18px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 border-radius: 50%;
 background-color: #333333;
}
 
article ul li a p:after {
 content: "";
 position: absolute;
 top: .5em;
 right: 8px;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 width: 6px;
 height: 6px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
}





article table {
border-collapse: collapse;
width: 100%;
max-width: 700px;
margin: 0 auto;}

article table th, article table td {
border: 2px solid #fff;
background-color: #f1f1f1;
padding: 1em;
}
article table th {
background-color: #5a5a5a;
color: #fff;
font-weight: bold;
text-align: center;
min-width: 4em;
font-size:0.9em;
}

.choice {
text-align:center;
}
.choice ul {
width:100%;
display: flex;
}
.choice ul li {
width:50%;
display: table-cell;
}
.choice ul li a {
border:3px solid #ff8989;
background:#ffd0d0;
font-weight:bold;
border-radius:50px;
}
.choice ul li:last-child a {
border:3px solid #89b0ff;
background:#d7e4ff;
}

.notice {
margin:0.5em;
padding:0.5em;
background:#f1f1f1;
border:2px solid #696969;
border-radius:5px;
-moz-border-radius:5p0x0;
-webkit-border-radius:5px;

}

.process {
margin:1em 0.5em;
padding:0 0 0.5em;
border:1px solid #696969;
border-radius:5px;
-moz-border-radius:5p0x0;
-webkit-border-radius:5px;
}
.process em {
display:block;
background:#333333;
color:#ffffff;
font-weight:bold;
padding:0.5em;
border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
}

.process a {
font-weight: bold;
display: block;
padding: 0.5em;
margin: 1em 0.5em 0.5em;;

}

.arrow {
position: relative;
padding-left: 30px;
}
 
.arrow::after {
content: "";
margin: auto;
margin-left:0.5em;
position: absolute;
top: 0;
bottom: 0;
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 12px solid #eb0036;
}
.process a span {
background: linear-gradient(transparent 90% , #eb0036 90%);
}

.regist_banner {
padding:0.5em;
margin: 0 auto;
text-align: center;
}

.notice p {
font-size:0.9em;
line-height:1.5em;
text-indent:-1em;
padding:0 0 0 1em;
}
.accordion {
margin: 1em;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border: solid 1px #ccc;
padding: 1em;
display: block;
color: #333;
font-weight: bold;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}

figure {
}

figure img {
width:100%;
}



/**********スタンプ配置　2212okamura************/


.nenshistamplist ul{
width:100%;
/* background-color:#fff; リスト部分の背景だけ変えたいときはここ*/
padding:10px;/* ul全体に内側10px余白とる */
display:grid;
grid-template-columns: repeat(3, 1fr); 
column-gap:10px; /* カードとカードの間（横)は10pxあける */
row-gap:10px;/* カードとカードの間(縦)は10pxあける */
}


.kakioroshi li{
    column-gap:8px;
    border:solid 1px #d93127;
    border-radius:15px;
    background-color:#ffffff;
}

.twocolumn ul{
        grid-template-columns: repeat(2, 1fr); 
        }

.title p{
font-size:1em;
line-height:1.5em;
margin:0;
padding: 0.2em;
color:#000000;
font-weight: bold;
}

.txt p{
font-size:1em;
line-height:1.5em;
margin:2px;
padding: 0 0.5em 0 0.5em;
color:#542f0e;
text-align:left;
font-weight:bold;
}

.btn img{
padding:2px;
}

div.image{
margin:auto;
}

.nenshistamplist a div{/* スタンプimgとダウンロードボタンが直接の親になるdivを作っておく*/
background-color:#fff; /* カードの背景色 */
border-radius:15px;
height:100%;
text-align:center;/*中味をセンタリング*/
display:flex;/*カードの中の画像とダウンロードボタンを縦並びにするために */
flex-direction: column;
justify-content: space-between;　/*ダウンロードボタンは下にぴったりくっつける*/
}


.nenshistamplist li img{
width:100%;
margin:auto;
border-radius:15px;
}

