@charset "UTF-8";
:root {
    --text-color: #015818;
    --loud-color: #ff8c01;
    --menu-color: #fff;
    --brand-color: #015818;
    --brand-bg: #fffae2;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    background-color: transparent;
    outline: none;
    border: 0;
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #015818;
    line-height: 1;
}
h1 {
    font-size: 100%;
}
h2 {
    font-size: 4.8rem;
}
h3 {
    font-size: 2.4rem;
}
a {
    color: var(--text-color);
    text-decoration: none;
}
a:visited {
    color: #fff;
    text-decoration: none;
}
a:hover,
a:visited:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
.more {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
}
body {
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--text-color);
    font-size: 1.4rem;
    line-height: 2.4;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: 0;
    width: 100%;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000 -moz-use-text-color -moz-use-text-color;
    -o-border-image: none;
    border-image: none;
    border-style: solid none none;
    border-width: 0.2em 0 0;
    margin: 0;
}
.container {
    width: 100%;
    max-width: 83rem;
    padding: 0 1.5rem;
    margin: 0 auto;
}
p {
    margin-bottom: 1.5rem;
}
input:focus {
    outline: none;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
a img {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}
a img:hover {
    opacity: 0.7;
}

@media screen and (min-width:480px) {
    .container{
        width:800px;
    }
    .cta1{
        text-align: center;
        padding:30px 0 10px 0;
    }
    .cta-txt{
        text-align: center;
        font-size: 14px;
        color:#000;
    }
    .cta1 a img{
        width:80%;
    }
    .tokutyo-content{
        background-color:#FF8B17;
        padding-bottom: 30px;
    }
    .tokutyo-content .img a img{
        width:80%; 
    }
    .tokutyo-content .img{
        text-align: center;  
    }
    .tokutyo-content .txt{
        text-align: center;  
        color: #fff;
    }
    .voice{
        padding: 30px 0 30px 0;
    }
    footer{
        margin-top: 30px;
        background-color: #FF8B17;
        color: #fff;
        text-align: center;
    }
    footer a{
         color: #fff;
     }


}
@media screen and (max-width:481px) {
.container{
        width:100%;
        padding: 0;
    }
    .block{
        width: 90%;
        margin:0 auto;
        text-align: center;
    }
.tokutyo-content{
        background-color:#FF8B17;
        padding-bottom: 30px;
        margin-top:-2px;
    }
    .tokutyo-content .img a img{
        width:80%; 
    }
    .tokutyo-content .img{
        text-align: center;  
    }
    .tokutyo-content .txt{
        text-align: center;  
        color: #fff;
    }
     .voice{
        padding: 30px 0 30px 0;
    }
    footer{
        margin-top: 30px;
        background-color: #FF8B17;
        color: #fff;
        text-align: center;
    }
    footer a{
         color: #fff;
     }
}




/*アニメーション*/
.animation{
  animation: dokundokun 1300ms ease infinite;
}

@keyframes dokundokun {
  0%  { transform: scale(1); }
  15% { transform: scale(1.2); }
  30% { transform: scale(1); }
  45% { transform: scale(1.2); }
  70% { transform: scale(1); }
}



dt {
  font-weight: bold;
  color:#000;
}

dl,
dd {
  font-size: 18px;
  color:#000;
}

dd {
  margin-bottom: 1em;
  color:#000;
}




