@charset "utf-8";

div.navi04 {
    background-color: #009a22;
    border: 1pt solid #009a22;
    box-shadow: 0 0 0;
}
div.navi04 p {
    border: 1pt dashed #ffffff;
    color: #ffffff;
    text-shadow: 0 0 0;
}

h2.title {
    line-height: 60px;
    position: relative;
    height: 60px;
    margin: 0.5em 20px 1em;
    padding: 0 1em;
    text-align: center;
    color: #fff;
    background: #009933;
    font-size: 24px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 1px #303030;
}

h2.title:before,
h2.title:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  border: 30px solid #009933;
}

h2.title:before {
  left: -15px;
  border-left-width: 15px;
  border-left-color: transparent;
}

h2.title:after {
  right: -15px;
  border-right-width: 15px;
  border-right-color: transparent;
}

h2.title span {
  position: relative;
  display: block;
}

h3.subject {
    position: relative;
    border-radius: 0.5em;
    background: #abd7b9;
    color: #202020;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: normal;
    line-height: 28px;
}

h3.subject:before,
h3.subject:after {
  position: absolute;
  content: '';
}

h3.subject:after {
    top: 3px;
    left: 0.5em;
    width: calc(100% - 1em);
    height: calc(100% - 0.5em);
    border-top: 2px dashed #d2ebda;
    border-bottom: 2px dashed #d2ebda;
}

h3.subject span {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0.5rem;
    text-align: left;
    margin-left: 0.5em;
}

h3.subject span:before,
h3.subject span:after {
  position: absolute;
  content: '';
}

.navi ul li {
    list-style-image: url(../img/yajirushi.gif);
}

.button {
    margin-left: 1em;
    margin-bottom: 0.5em;
    padding: 0.5em 1em;
    font-size: 18px;
    background-color: #c6bfd3;
    color: #6633cc;
    display: inline-block;
    font-family: "Kosugi Maru", sans-serif;
    border: 2pt solid #6633cc;
    border-radius: 0.5em;
    text-shadow: 1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px 1px 0px #ffffff, -1px -1px 0px #ffffff;
    box-shadow: 2px 2px 2px #999999;
    transition-duration: 0.3s;
}

.button span {
    background-color: #ffffff;
    color: #6633cc;
    font-size: 10px;
    padding: 0.25em 0.5em;
    margin-left: 0.5em;
    border-radius: 0.5em;
    position: relative;
    top: -2px;
}

.button:hover {
    background-color: #6633cc;
    color: #ffffff;
    box-shadow: 0px 0px 0px;
    text-shadow: 0px 0px 0px;
    transition-duration: 0.2s;
}

h3.frametitle {
    background: #009933;
    color: #ffffff;
    text-align: center;
    padding: 0.25em 0;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: normal;
    margin-top: 0;
}

div.frame {
    border: 1pt solid #999999;
    margin-top: 0;
    padding: 0 0 2em 0;
}

div.frame h4 {
    color: #ff0000;
    font-weight: bold;
    margin: 0.5em 1em;
}

div.frame p {
    margin: 0 1em;
    text-indent: 0;
}

div.frame p.img {
    text-align: center;
    margin: 0 auto;
}

ol.step li {
    margin-bottom: 0.5em;
}

.container {
	width: 780px;
	margin: 0 auto;
}

ul.check {
	margin-left: 1em;
}

ul.check li {
	list-style: disc;
	color: #0033ff;
	font-weight: bold;
}

.addr {
	width: 25em;
	margin: 0 auto;
	padding: 0.5em 1em;
	border: 2pt solid #009933;
	background-color: #fffae3;
}

.tel {
    width: 25em;
    margin: 2em auto;
    border: 1pt solid #999999;
    border-radius: 1em;
    box-shadow: 2px 2px 0px #cccccc;
}

ul.list06 {
	margin-top: 1em;
	color: #009933;
list-style: none;
    padding-left: 1em;
}

ul.list06 li {
	margin-bottom: 0.5em;
	color: #000000;
	padding-left: 1em;
	text-indent: -1.3em;
}

ul.list06 li::before{
  content: "■";
  color: #009933;
  margin-right: 0.25em;
}

p.name {
    text-align: center;
    background-color: #ffd9e5;
    margin: 0.5em 2em;
    border-radius: 1em;
}

p.number {
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.5em;
}

p.number span {
    font-size: 26px;
    font-weight: bold;
    color: #ff0134;
}

.table06 {
    border-collapse: collapse;
    width: 600px;
    margin-top: 0.25em;
}

.table06 td {
	padding: 0.25em 0.5em;
	border: 1pt solid #000000;
}
.table06 th {
	background-color: #ccebd6;
	text-align: center;
	font-weight: bold
	padding: 0.25em 0.5em;
	border: 1pt solid #000000;;
}

.table06 .col1 {
	width: 40%;
}
.table06 .col2 {
	width: 20%;
	text-align: center;
}

.table06 .row2 {
	background-color: #f4f4f4;
}

.footer {
	text-align: center;
}

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

.pc { display: none; }
.sp { display: block; }

body {
	margin: 0 auto;
}

.container {
	width: 95vw;
	padding: 0;
}

.contents {
	width: 95vw;
}

.navi {
	display: none;
}
.main {
	width: 95vw;
}

.main table p {
	margin: 0em;
}

img {
	max-width: 95vw;
}
.img img {
	max-width: 90%;
}

.table06 {
	width: 95vw;
	font-size: calc(70%);
}

}