@charset "UTF-8";
/***-----------------------------------
スタイル
-----------------------------------***/
.wrapper {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 30px 3%;
  box-sizing: border-box;
}
h2 {
  font-size: 180%;
  line-height: 150%;
  text-align: center;
}
h3 {
  font-size: 150%;
  line-height: 150%;
  text-align: justify;
}
p, li, th, td, dt, dd {
  font-size: 100%;
  line-height: 180%;
  text-align: justify;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
    padding: 60px 0;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
  p, li, th, td, dt, dd {
    letter-spacing: 1.0px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1000px;
    padding: 60px 0;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
/***-----------------------------------
top-image1
-----------------------------------***/
.top-image1 .container {
  padding: 0;
}
@media (min-width: 768px) {
  .top-image1 {
    background: url("../../common/img/top_image.jpg") no-repeat center center;
    background-size: cover;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .top-image1 .container {
    width: 1000px;
  }
}
/***-----------------------------------
button
-----------------------------------***/
.button {
  background: rgba(0, 0, 0, 1.00);
}
.button .container {
  padding: 20px 8%;
}
.button p {
  font-size: 90%;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
}
.button p.free {
  font-size: 100%;
  margin-bottom: 10px;
}
.button .device {
  text-align: center;
}
.button .device a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button .device a:hover {
  opacity: 0.70;
  filter: alpha(opacity=70);
}
.button .device .btn {
  display: inline-block;
  background: rgba(255, 0, 0, 1.00);
  border: solid 1px rgba(255, 0, 0, 1.00);
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
}
.button .device .size {
  width: 100%;
  margin: 0 auto;
  padding: 14px 0 12px;
  font-size: 120%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.button p.att {
  font-size: 80%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .button .container {
    padding: 20px 0;
  }
  .button p {
    font-size: 18px;
  }
  .button p.free {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .button .device .size {
    width: 500px;
    padding: 16px 0 14px;
    font-size: 24px;
  }
  .button p.att {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .button .container {
    padding: 20px 0;
  }
  .button .device .size {
    padding: 18px 0 16px;
    font-size: 28px;
  }
}
/***-----------------------------------
contents5
-----------------------------------***/
.contents5 h2 span {
  display: block;
  font-size: 65%;
  line-height: 150%;
}
.contents5 {
  background: rgba(245, 245, 245, 1.00);
}
.contents5 .wrap2 {
  margin-top: 30px;
}
.contents5 h3 {
  font-size: 120%;
  margin: 10px auto 0;
  background: url(../../common/img/pre.png) no-repeat 0 2px;
  background-size: 18px;
  padding: 0 0 0 25px;
}
.contents5 .txt p {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .contents5 .container {
    width: 760px;
    padding: 30px 3% 60px;
  }
  .contents5 .wrap1 {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .contents5 .wrap1 img {
    width: 300px;
    padding-right: 30px;
  }
  .contents5 .wrap1 .txt {
    width: 50%;
  }
  .contents5 .wrap2 {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 40px;
  }
  .contents5 .wrap2 img {
    width: 300px;
    padding-left: 30px;
    order: 2;
  }
  .contents5 .wrap2 .txt {
    width: 50%;
    order: 1;
  }
  .contents5 h3 {
    background: url(../../common/img/pre.png) no-repeat 0 0;
    background-size: 22px;
    padding: 0 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .contents5 .container {
    width: 1000px;
    padding: 40px 0 80px;
  }
}
/***-----------------------------------
contents1
-----------------------------------***/
.contents1 ul {
  list-style: none;
}
.contents1 li {
  background: url("../../common/img/check.png") no-repeat 0 10px;
  background-size: 16px;
  padding: 5px 0 0 20px;
  font-size: 100%;
  font-weight: bold;
}
@media (min-width: 768px) {
  .contents1 .container {
    width: 760px;
    padding: 60px 3%;
  }
  .contents1 li {
    background: url("../../common/img/check.png") no-repeat 0 10px;
    background-size: 18px;
    padding: 5px 0 0 25px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .contents1 .container {
    padding: 60px 0;
  }
}
/***-----------------------------------
contents2
-----------------------------------***/
.contents2 .container {
  padding: 20px 3% 30px;
}
.contents2 .wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.contents2 .wrap .item {
  background: linear-gradient(-45deg, rgba(65, 150, 120, 1.00), rgba(15, 25, 5, 1.00));
  color: rgba(255, 255, 255, 1.00);
  width: 160px;
  margin: 8px;
  padding: 20px 10px;
  box-sizing: border-box;
}
.contents2 .wrap .custom {
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.contents2 .wrap .tit {
  font-size: 100%;
  line-height: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.contents2 .wrap p {
  font-size: 90%;
  line-height: 135%;
}
.contents2 p {
  font-size: 100%;
}
@media (max-width: 320px) {
  .contents2 .wrap .item {
    width: 140px;
    margin: 5px;
  }
}
@media (min-width: 768px) {
  .contents2 .container {
    width: 760px;
    padding: 20px 3% 60px;
  }
  .contents2 .wrap {
    margin-bottom: 40px;
  }
  .contents2 .wrap .custom {
    font-size: 12px;
  }
  .contents2 .wrap .tit {
    font-size: 18px;
  }
  .contents2 .wrap p {
    font-size: 14px;
  }
  .contents2 p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .contents2 .container {
    padding: 20px 0 60px;
  }
  .contents2 .wrap .item {
    width: 170px;
  }
}
/***-----------------------------------
contents3
-----------------------------------***/
.contents3 .container {
  padding: 0 3% 30px;
}
.contents3 h2 span {
  display: block;
  font-size: 65%;
  line-height: 150%;
  font-weight: normal;
  margin: 10px auto;
}
.contents3 h2 span.system {
  display: block;
  font-size: 80%;
  line-height: 150%;
  font-weight: bold;
  margin: 0 auto;
}
.contents3 p.att {
  font-size: 80%;
}
@media (min-width: 768px) {
  .contents3 .container {
    width: 760px;
    padding: 0 3% 60px;
  }
  .contents3 h2 span {
    font-size: 18px;
    margin: 20px auto;
  }
  .contents3 h2 span.system {
    font-size: 36px;
  }
  .contents3 p {
    font-size: 18px;
  }
  .contents3 p.att {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .contents3 .container {
    padding: 0 0 60px;
  }
}
/***-----------------------------------
voice
-----------------------------------***/
.voice {
  background: rgba(245, 245, 245, 1.00);
}
.voice .container {
  padding: 30px 3%;
}
.voice h2 span {
  display: block;
  font-size: 65%;
  line-height: 150%;
  font-weight: normal;
  margin: 10px auto;
}
.voice .wrap {
  background: rgba(255, 255, 255, 1.00);
  box-shadow: 0px 0px 10px rgba(220, 220, 220, 1.00);
  padding: 30px 20px 20px;
  margin-top: 20px;
  position: relative;
}
.voice .photo p {
  background: linear-gradient(-45deg, rgba(65, 150, 120, 1.00), rgba(15, 25, 5, 1.00));
  color: rgba(255, 255, 255, 1.00);
  padding: 12px 30px 16px;
  font-size: 120%;
  line-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.voice .photo {
  text-align: center;
}
.voice .photo img {
  width: 250px;
}
.voice .item .name {
  font-size: 80%;
  margin-top: 15px;
  margin-bottom: 10px;
}
.voice .item i {
  transform: rotate(90deg);
  color: rgba(0, 135, 0, 1.00);
  margin-left: -5px;
}
.voice .item .tit {
  font-size: 135%;
  line-height: 150%;
  font-weight: bold;
  border-bottom: solid 3px rgba(15, 25, 5, 1.00);
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.voice .att {
  font-size: 90%;
  text-align: justify;
  color: rgba(150, 150, 150, 1.00);
  margin-top: 5px;
}
@media (min-width: 768px) {
  .voice .container {
    width: 760px;
    padding: 60px 5%;
  }
  .voice h2 span {
    font-size: 18px;
  }
  .voice .wrap {
    padding: 30px 40px 25px;
    margin-top: 30px;
  }
  .voice .photo p {
    padding: 8px 20px 12px;
    font-size: 20px;
  }
  .voice .item .name {
    text-align: center;
  }
  .voice .item .tit {
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .voice .container {
    padding: 60px 0;
  }
  .voice .att {
    text-align: right;
  }
}
/***-----------------------------------
flow
-----------------------------------***/
.flow {
  background: rgba(245, 245, 245, 1.00);
}
.flow .container {
  padding: 30px 3% 45px;
}
.flow .wrap {
  background: rgba(255, 255, 255, 1.00);
  box-shadow: 0px 0px 10px rgba(220, 220, 220, 1.00);
  padding: 25px 20px 20px;
  margin-top: 15px;
}
.flow .wrap img {
  width: 25%;
}
.flow .wrap h3 {
  font-size: 120%;
  border-bottom: solid 2px rgba(0, 135, 0, 1.00);
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.flow .wrap p {
  font-size: 100%;
}
@media (min-width: 768px) {
  .flow .container {
    width: 760px;
    padding: 60px 5% 80px;
  }
  .flow .wrap {
    padding: 30px 40px 25px;
    margin-top: 20px;
  }
  .flow .wrap img {
    width: 150px;
  }
  .flow .wrap h3 {
    font-size: 22px;
    padding-bottom: 6px;
    margin-top: 15px;
  }
  .flow .wrap p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .flow .container {
    padding: 60px 0 80px;
  }
}
/***-----------------------------------
contents4
-----------------------------------***/
.contents4 .container {
  padding: 30px 3%;
}
.contents4 h2 span {
  display: block;
  font-size: 65%;
  line-height: 150%;
  font-weight: normal;
  margin: 10px auto;
}
.contents4 h2 span.system {
  display: block;
  font-size: 80%;
  line-height: 150%;
  font-weight: bold;
  margin: 0 auto;
}
.contents4 p.att {
  font-size: 80%;
}
@media (min-width: 768px) {
  .contents4 .container {
    width: 760px;
    padding: 60px 3%;
  }
  .contents4 h2 span {
    font-size: 18px;
    margin: 20px auto;
  }
  .contents4 h2 span.system {
    font-size: 36px;
  }
  .contents4 p {
    font-size: 18px;
  }
  .contents4 p.att {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .contents4 .container {
    padding: 60px 0;
  }
}
/***-----------------------------------
profile
-----------------------------------***/
.profile .container {
  padding: 30px 3%;
}
.profile .photo {
  width: 245px;
  margin: 40px auto 20px;
  position: relative;
  padding: 25px 0;
  text-align: center;
}
.profile .photo:before, .profile .photo:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.profile .photo:before {
  border-left: solid 3px rgba(50, 50, 50, 1.00);
  border-top: solid 3px rgba(50, 50, 50, 1.00);
  top: 0;
  left: 0;
}
.profile .photo:after {
  border-right: solid 3px rgba(50, 50, 50, 1.00);
  border-bottom: solid 3px rgba(50, 50, 50, 1.00);
  bottom: 0;
  right: 0;
}
.profile .photo img {
  width: 150px;
}
.profile .name {
  font-size: 125%;
  line-height: 150%;
  text-align: center;
}
.profile .rep {
  font-size: 75%;
  line-height: 150%;
  text-align: center;
  color: rgba(120, 120, 120, 1.00);
  margin: 5px 0 0;
}
.profile p.list {
  font-size: 95%;
  font-weight: bold;
}
.profile p {
  font-size: 90%;
}
@media (min-width: 768px) {
  .profile .container {
    width: 760px;
    padding: 60px 5%;
  }
  .profile .photo {
    width: 245px;
    margin: 40px auto 20px;
  }
  .profile .photo img {
    width: 150px;
  }
  .profile .name {
    font-size: 24px;
  }
  .profile .rep {
    font-size: 14px;
  }
  .profile p.list {
    font-size: 20px;
  }
  .profile p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .profile .container {
    padding: 60px 0;
  }
  .profile p.list {
    font-size: 22px;
  }
  .profile p {
    font-size: 18px;
  }
}
/***-----------------------------------
schedule1
-----------------------------------***/
.schedule1 {
  background: rgba(15, 25, 5, 1.00);
}
.schedule1 .container {
  padding: 30px 3% 45px;
}
.schedule1 h2 {
  color: rgba(255, 255, 255, 1.00);
}
.schedule1 .inner {
  text-align: center;
}
.schedule1 p {
  font-size: 85%;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  margin: 25px auto 40px;
}
.schedule1 .icon p {
  color: rgba(255, 255, 255, 1.00);
}
@media (min-width: 768px) {
  .schedule1 .container {
    width: 760px;
    padding: 60px 3% 80px;
  }
  .schedule1 p {
    font-size: 18px;
    margin: 40px auto 60px;
  }
}
@media (min-width: 1024px) {
  .schedule1 .container {
    width: 1000px;
    padding: 60px 0 80px;
  }
  .schedule1 .txt {
    width: 700px;
    margin: 0 auto;
  }
}
/***-----------------------------------
calendar
-----------------------------------***/
#calendar {
  background-color: rgba(255, 255, 255, 1.00);
  width: 100%;
}
#calendar .month {
  font-size: 120%;
  font-weight: bold;
  padding: 15px 0 10px;
}
#calendar .calendar_caption {
  font-size: 100%;
  line-height: 150%;
  text-align: center;
  padding-bottom: 8px;
  margin: 10px 0 0;
}
#calendar table.calendar {
  width: 100%;
  border-collapse: collapse;
}
#calendar table.calendar th {
  border: solid 1px rgba(200, 200, 200, 1.00);
  padding: 10px 5px;
  width: 14.2%;
  font-size: 90%;
  line-height: 100%;
  text-align: center;
}
#calendar table.calendar td {
  border: solid 1px rgba(200, 200, 200, 1.00);
  padding: 10px 5px;
  vertical-align: top;
}
#calendar .day {
  font-size: 95%;
  line-height: 100%;
  font-weight: bold;
  color: rgba(85, 85, 85, 1.00);
  font-family: Arial, Helvetica, sans-serif;
}
#calendar .status {
  display: inline-block;
  background: rgba(100, 100, 100, 1.00);
  color: rgba(240, 240, 240, 1.00);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  font-size: 95%;
  text-align: center;
  padding: 5px 0;
  margin: 8px 0 0;
}
#calendar .btn {
  display: inline-block;
  background: rgba(0, 135, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  font-size: 95%;
  text-align: center;
  padding: 5px 0;
  margin: 8px 0 0;
}
#calendar .btn:hover {
  background: rgba(15, 25, 5, 1.00);
  color: rgba(255, 255, 255, 1.00);
  -webkit-transition: 0.30s ease-in-out;
  -moz-transition: 0.30s ease-in-out;
  -o-transition: 0.30s ease-in-out;
  transition: 0.30s ease-in-out;
}
#calendar .manseki {
  display: inline-block;
  background: rgba(80, 80, 80, 1.00);
  color: rgba(255, 255, 255, 1.00);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  font-size: 95%;
  text-align: center;
  padding: 5px 0;
  margin: 8px 0 0;
}
#calendar .wazuka {
  display: inline-block;
  background: rgba(180, 180, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  font-size: 95%;
  text-align: center;
  padding: 5px 0;
  margin: 8px 0 0;
}
#calendar .wazuka:hover {
  background: rgba(15, 25, 5, 1.00);
  background: rgba(100, 100, 0, 1.00);
  -webkit-transition: 0.30s ease-in-out;
  -moz-transition: 0.30s ease-in-out;
  -o-transition: 0.30s ease-in-out;
  transition: 0.30s ease-in-out;
}

.calendar {
  background-color: rgba(255, 255, 255, 1.00);
  width: 90%;
}

.calendar button {
	width:80%;
	padding:0.5em;
	background:#e0e040;
	margin:0.5em;
	border-radius:3px;
}
.calendar button:hover {
  background:#f0f080;
}

@media (max-width: 320px) {
  #calendar .calendar_caption {
    font-size: 100%;
  }
  #calendar .status {
    font-size: 80%;
  }
  #calendar .btn {
    font-size: 80%;
  }
}
@media (min-width: 768px) {
  #calendar {
    padding: 20px 3%;
    box-sizing: border-box;
  }
}
@media (min-width: 1024px) {
  #calendar {
    width: 1000px;
    padding: 30px;
  }
  #calendar .month {
    font-size: 20px;
    padding: 15px;
  }
  #calendar .calendar_caption {
    font-size: 24px;
  }
  #calendar table.calendar th {
    font-size: 16px;
    padding: 10px;
  }
  #calendar table.calendar td {
    padding: 10px;
  }
  #calendar.day {
    font-size: 18px;
  }
  #calendar.status {
    font-size: 16px;
    margin: 10px 0 0;
  }
  #calendar .btn {
    font-size: 16px;
    margin: 10px 0 0;
  }
}
/***-----------------------------------
faq
-----------------------------------***/
.faq .container {
  width: 100%;
  margin: 0 auto;
  padding: 30px 3%;
  box-sizing: border-box;
}
.faq table {
  margin-top: 20px;
}
.faq th {
  font-size: 120%;
  line-height: 150%;
  text-align: left;
}
.faq th img {
  width: 22px;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
.faq td {
  font-size: 100%;
  line-height: 150%;
}
.faq td img {
  width: 22px;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .faq .container {
    width: 700px;
    padding: 60px 0;
  }
  .faq th {
    font-size: 22px;
    line-height: 180%;
  }
  .faq th img {
    width: 24px;
    margin-right: 10px;
  }
  .faq td {
    font-size: 18px;
    line-height: 180%;
  }
  .faq td img {
    width: 24px;
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .faq .container {
    width: 800px;
  }
}
/***-----------------------------------
map
-----------------------------------***/
.map .container {
  padding: 20px 3% 30px;
}
.map p {
  text-align: center;
}
.map p iframe {
  width: 100%;
  height: 200px;
}
.map img {
  border: solid 1px rgba(0, 0, 0, 1.00);
}
@media (min-width: 768px) {
  .map .container {
    width: 760px;
    padding: 20px 3% 60px;
  }
  .map p iframe {
    width: 600px;
    height: 450px;
  }
}
@media (min-width: 1024px) {
  .map .container {
    padding: 20px 0 60px;
  }
}
/***-----------------------------------
page-top
-----------------------------------***/
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1
}
.page-top a {
  display: block;
  background: rgba(0, 135, 0, 1.00);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.page-top i {
  font-size: 150%;
  padding-top: 6px;
  color: rgba(255, 255, 255, 1.00);
}
@media (min-width: 768px) {
  .page-top {
    right: 50px;
  }
  .page-top a {
    width: 80px;
    height: 80px;
  }
  .page-top i {
    font-size: 36px;
    padding-top: 20px;
  }
  .page-top a:hover {
    opacity: 0.85;
  }
}
/***-----------------------------------
footer
-----------------------------------***/
.footer {
  background: rgba(15, 25, 5, 1.00);
}
.footer .container {
  padding: 30px 3%;
}
.footer p {
  font-size: 80%;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
}
@media (max-width: 320px) {
  .footer p {
    font-size: 70%;
  }
}
@media (min-width: 768px) {
  .footer .container {
    width: 760px;
    padding: 40px 3%;
  }
  .footer p {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .footer .container {
    width: 600px;
    padding: 40px 0;
  }
}
/***-----------------------------------
low
-----------------------------------***/
.footer .low {
  width: 100%;
  height: 100px;
  overflow: auto;
  padding: 5px 20px 10px;
  border: solid 1px rgba(255, 255, 255, 1.00);
  box-sizing: border-box;
}
.footer .low p {
  text-align: justify;
}
@media (min-width: 768px) {
  .footer .low {
    padding: 10px 20px;
  }
}
/***-----------------------------------
setting
-----------------------------------***/
.pira {
  text-align: center;
}
.pira .inner {
  display: inline-block;
  border-top: 25px solid rgba(0, 135, 0, 1.00);
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
@media (min-width: 768px) {
  .pira {}
  .pira .inner {}
}
.line-bottom {
  width: 45px;
  margin: 15px auto 30px;
  border-top: solid 3px rgba(0, 135, 0, 1.00);
}
.line-bottom-white {
  width: 45px;
  margin: 15px auto 30px;
  border-top: solid 3px rgba(255, 255, 255, 1.00);
}
@media (min-width: 768px) {
  .line-bottom {
    margin: 20px auto 45px;
  }
  .line-bottom-white {
    margin: 20px auto 45px;
  }
}
p.nagare {
  font-size: 137%;
}

.wazu {
  font-size: 70%;
}
dt {
  font-weight: 700;
  font-size: 90%;
}
dd {
  font-size: 110%;
  margin-bottom: 0.7em;
}
.vip {
  color:#ff4040;
}
.wrap p {
  margin-bottom:1.5em;
}
.sp_head {
	background:#000;
	color:#ffff00;
	text-align:center;
	font-size:120%;
}
.flow .container {
 padding:30px 30px;
}
iframe {
	padding:0;
	margin:0;
}

.int {
	background:#ccc;
	border-radius:8px;
	box-shadow:0 0 3px #bbb;
	padding:1em auto;
	width:600px;
}

.int iframe{
	margin:0 auto;
}


#calendar {
	padding:1.5em;
	width:90%;
}

.strong {
font-size:120%;
color:#f03030;
}
.strongstrong {
font-weight:bold;
color:#303060;
}
