@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@page {
	margin: 0mm 5mm;
	size: A4 portrait; 
}
body {
  -webkit-print-color-adjust: exact;
}
.pc_none{
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
}


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-size: 18px; 
  line-height: 1.7;
}
html{
	scroll-behavior: smooth;
}
@media print {
  body {
    zoom: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    font-size:14px;
  }
}



body {
  line-height: 1.6;
  color: #424242;
  font-family: 'Noto Sans JP', sans-serif;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;	
  vertical-align: bottom;
}
.inner {
  width: 93%;
  margin: auto;
  padding: 0px 20px;
  position: relative;
}

.mb_1{
  margin-bottom:1em !important;
}

header {
  position: relative;
  max-width: 1200px;
  padding: 10px 20px;
  text-align: right;
  margin: auto;
}

header h1 {
  text-align: right;
}

header h1 img {
  width: 210px;
  height: auto;
}

@media screen and (max-width:768px){


  header h1 img {
    width: 140px;
    height: auto;
  }
  
}
#mainV{
  /* background-color: #f8e3ed; */
  width:100%;
  overflow: hidden;
  max-width:1200px;
  margin: auto;
}
#mainV img{
  width:100%;
  height:auto;
  display: block;
  margin:auto;

}

.box{
  padding-left:20px;
  padding-right:20px;
  position: relative;
}

.deco_1{
  position: absolute;
  left:-30px;
  top:-30px;
  width:120px;
}

.deco_2{
  position: absolute;
  right:-30px;
  top:-30px;
  width:120px;
}

#box1{
  padding:50px 0px;
}

#box1 ul{
  display: flex;
  justify-content: space-between;
}

#box1 ul li{
  width:32%;
  list-style: none;
}
#box1 ul li a{
  display: block;
  width: 100%;
  height:50px;
  line-height: 50px;
  transition: all 0.3s linear;
  color:#fff;
  text-align: center;
  background-color: #08814d !important;
  border:1px solid #08814d !important;
  border-radius:50px;
}

.box{
  margin-bottom: 60px;
}

.box .inner{
  border:7px solid #a8d6c1;
  border-radius:10px;
  padding:50px;
  position: relative;
  text-align: left;
}

.h_style_1{
  text-align: center;
  color: #148756;
  font-size:clamp(19px,2.8vw,30px);
  margin-bottom:30px;
}

.ul_style_1{
  list-style: none;
  text-align: left;
  margin: auto;
  padding:20px;
  background-color: #effcf8 !important;
}


.ul_style_1 li{
  position: relative;
  padding-left:30px;  
}

.ul_style_1 li span{
  position: absolute;
  left:0;
  top:0;
}
.dl_style_1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top:60px ;
}

.dl_style_1 dt{
  width:23%;
  background-color: #168857 !important;
  color:#fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-bottom:1px solid #cff4fc;
  padding:10px;
  box-sizing: border-box;
}


.dl_style_1 dd{
  width:77%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom:1px solid #cff4fc;
  text-align: left;
}

.box3 p{
  text-align: left;
}

.ol_style_1{
list-style-type:decimal;
text-align: left;
padding:0px 30px;
}

  
.ol_style_1 li{
text-align: left;
margin-left:1em;
}


.box5 h3{
  color: #148756;
  font-size: clamp(17px,2.2vw,20px);
}

.box2 p{
  text-align: center;
}


.a_btn{
  display: block;
  width: fit-content;
  height:50px;
  line-height: 50px;
  transition: all 0.3s linear;
  color:#fff;
  text-align: center;
  background-color: #08814d !important;
  border:1px solid #08814d;
  border-radius:50px;
  margin: auto;
  padding-left:50px;
  padding-right: 50px;
  min-width: 250px;
  box-sizing: border-box;
}

.a_btn:hover{
  color:#08814d;
  text-align: center;
  background-color: #fff !important;
  border:1px solid #08814d;

}


#copy{
  font-size: 13px;
  text-align: center;
  padding:50px 0px 20px;
}


.box4 .inner,.box5 .inner{
  position: relative;
  z-index: 1;
}

.att{
  position: absolute;
  width:95%;
  height:90%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: rgba(222,222,222,0.9) !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 3;
          font-size: 24px;
          font-weight: bold;
}