<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*pagetitle
---------------------------------- */


#main {
  position: relative;
}
h1 {
  max-width: 1200px;
  width: 95%;
  margin: auto auto 20px;
  background-image: url(../images/ttl_bg.jpg);
  border-radius: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  padding: 0.4%;
  box-sizing: border-box;
  position: relative;
}
h1 &gt; p {
  display: block;
  border-radius: 20px;
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: bold;
  border: solid 3px #ffffff;
  padding: 0.5% 2%;
}
h1 &gt; p::after {
  content: url(../images/ttl_txt.png);
  right: 3%;
  top: 26%;
  position: absolute;
}
h2:after{
  display: none!important;
}
.breadcrumb ul {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  margin-bottom: 40px;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li::after {
  content: " &gt; ";
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb ul li a {
  font-size: 1.6rem;
}
@media all and (max-width: 768px) {
  #header {
    padding-bottom: 20px;
  }
  #main {
    margin-top: 0;
    position: relative;
  }
  h1 {
    width: 100%;
    margin: 20px auto 0;
    border-radius: 0;
    padding: 10px;
    text-shadow: none;
  }
  h1 &gt; p {
    border-radius: 0;
    font-size: 2rem;
    border: none;
    padding: 0;
  }
  h1 &gt; p::after {
    content: none;
  }
  .breadcrumb ul li a {
    font-size: 1.2rem;
  }
}

/*content
---------------------------------- */

div.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 100px;
}

div.inner ul.count {
  text-align: right;
}
div.inner ul.count li {
  display: inline-block;
  margin-left: 20px;
  font-size: 1.3rem;
  color: #ffffff;
}

.contentArea {
  margin-bottom: 100px;
}
.ribbon {
  max-width: 980px;
  width: 100%;
  margin: 90px auto 35px;
  position: relative;
  height: 66px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
  font-weight: 700;
  background: #e60012; /*背景色*/
  color: #fff; /*文字色*/
  box-sizing: border-box;
}

.ribbon h2 {
  font-size: 2.8rem; /*フォントサイズ*/
  vertical-align: middle;
  margin: 0;
  padding: 11px 30px;
  border-top: dashed 1px #fff; /*上の破線*/
  border-bottom: dashed 1px #fff; /*下の破線*/
  line-height: 1;
}

.ribbon:before,
.ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  /*左端の山形*/
  top: 0;
  left: 0;
  border-width: 33px 0px 33px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  /*右端の山形*/
  top: 0;
  right: 0;
  border-width: 33px 15px 33px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media all and (max-width: 768px) {
  .ribbon {
    position: relative;
    height: 66px;
    vertical-align: middle;
    text-align: center;
    padding: 7px 0;
    font-weight: 700;
    background: #e60012; /*背景色*/
    color: #fff; /*文字色*/
    box-sizing: border-box;
    margin: 35px auto 35px;
  }

  .ribbon h2 {
    position: absolute;
    font-size: 2rem; /*フォントサイズ*/
    vertical-align: middle;
    margin: 0;
    padding: 10px 30px;
    border-top: none; /*上の破線*/
    border-bottom: none; /*下の破線*/
    line-height: 1.2;
    width: calc(100% - 60px);
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .ribbon:before,
  .ribbon:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
  }
}

div.inner .contentArea p.txt01 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}
div.inner .contentArea p.txt02 {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 30px;
}

div.inner .contentArea &gt; .btn01 {
  border: none;
  width: 50%;
  margin: 20px auto 0 auto;
  box-sizing: border-box;
  background-image: url(../images/bg_01.jpg);
  border-radius: 25px;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
div.inner .contentArea &gt; .btn01 a {
  display: block;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  padding: 20px 5px;
}
div.inner .contentArea &gt; .btn01:hover {
  transform: translate(3px, 3px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

div.inner .contentArea &gt; .btn02 {
  border: none;
  width: 40%;
  margin: 30px auto 0;
  box-sizing: border-box;
  background-image: url(../images/bg_01.jpg);
  border-radius: 25px;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
div.inner .contentArea &gt; .btn02 a {
  display: block;
  width: 90%;
  padding: 10px 0;
  margin: auto;
}
div.inner .contentArea &gt; .btn02:hover {
  transform: translate(3px, 3px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
div.inner .contentArea &gt; .btn02 a img {
  display: block;
  margin: auto;
}

.gray_btn {
  border: none;
  width: 40%;
  box-sizing: border-box;
  border-radius: 25px;
  background: #F0F0F0;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.4);
  transition: 0.2s ease-in-out;
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  padding: 10px 5px;
  margin: 30px auto 0 auto;
}
@media all and (max-width: 768px) {
  .gray_btn {
    width: 100%;
  }
}
.gray_btn:hover {
  transform: translate(3px, 3px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

div.inner .contentArea ul.column2,
div.inner .contentArea ul.column3,
div.inner .contentArea ul.column4 {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
  justify-content: space-around;
}

div.inner .contentArea ul.column2 li {
  width: 48%;
  margin-bottom: 30px;
}
div.inner .contentArea ul.column3 li {
  width: 31%;
  margin-bottom: 30px;
}

div.inner .contentArea ul.column4 li {
  width: 23.5%;
  margin-bottom: 30px;
}

.nosha_youtube button {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: none;
  background: transparent;
  overflow: hidden;
}

.nosha_youtube button::before {
	content: "";
	display: block;
	position: absolute;
	background-image:url(../images/yt_btn.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 20%;
	height: 24.5%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	max-width: 80px;
	max-height: 56px;
}
.nosha_youtube button:hover::before {
	background-image:url(../images/yt_btn_on.png);
}
/*

.nosha_youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: -1;
}
*/
.nosha_youtube button &gt; img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}



.btn_img_link{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.btn_img_link li{
  width: 310px;
  margin: 10px;
}
.btn_img_link li a{
  display: block;
}
.btn_img_link li p{
  text-align: left!important;
  margin: 10px 0 0 0!important;
}

.flex_voice{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_voice &gt; div{
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
.flex_voice .img{
  text-align: center;
}
@media all and (max-width: 768px) {
  .flex_voice &gt; div{
    width: 100%;
  }
}
.flex_voice .btn01 {
  border: none;
  width: 100%;
  margin: 20px 0 0 0;
  box-sizing: border-box;
  background-image: url(../images/bg_01.jpg);
  border-radius: 20px;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.flex_voice .btn01 a {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.flex_voice .btn01:hover {
  transform: translate(3px, 3px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}



div.inner .contentArea ul li &gt; p {
  text-align: center;
  margin: 10px 0 0 0;
}

div.inner .contentArea ul li &gt; .btn01 {
  border: none;
  width: 100%;
  margin: 0 0 0;
  box-sizing: border-box;
  background-image: url(../images/bg_01.jpg);
  border-radius: 20px;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
div.inner .contentArea ul li &gt; .btn01 a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  padding: 5px;
}
div.inner .contentArea ul li &gt; .btn01:hover {
  transform: translate(3px, 3px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

div.inner .contentArea ul li &gt; .note {
  margin: 20px 0 0;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #e50012;
  text-align: left;
  border: 1px solid #e50012;
  padding: 10px;
}

a.link {
  color: #e60012;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
a.link::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #e60012;
  border-right: solid 2px #e60012;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

@media all and (max-width: 768px) {
  div.inner .contentArea p.txt01,
  div.inner .contentArea p.txt02 {
    font-size: 1.6rem;
  }

  div.inner .contentArea &gt; .btn01 {
    width: 100%;
  }
  div.inner .contentArea &gt; .btn01 a {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  div.inner .contentArea &gt; .btn02 {
    width: 100%;
  }
  div.inner .contentArea ul.column2,
  div.inner .contentArea ul.column3,
  div.inner .contentArea ul.column4 {
    flex-direction: column;
    margin-bottom: 0px;
  }

  div.inner .contentArea ul.column2 li,
  div.inner .contentArea ul.column3 li,
  div.inner .contentArea ul.column4 li {
    width: 100%;
    margin-bottom: 40px;
  }
  div.inner .contentArea ul li &gt; p {
    font-size: 1.4rem;
  }
}

/*form
---------------------------------- */
.formArea {
  width: 100%;
  max-width: 768px;
  margin: 0 auto 0;
}
.formArea &gt; div {
  margin-bottom: 50px;
}
.formArea .ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.wp_form {
  width: 100%;
  margin-bottom: 25px;
  table-layout: fixed;
}
.wp_form input,
.wp_form textarea {
  max-width: 100% !important;
}

table.wp_form tr:nth-child(odd) th {
  background-image: url(../images/bg_01.jpg);
}
table.wp_form tr:nth-child(even) th {
  background-image: url(../images/bg_02.jpg);
}
table.wp_form tr th {
  width: 28%;
  padding: 20px;
  vertical-align: middle;
}
table.wp_form tr td {
  padding: 20px;
}
table.wp_form tr td input {
  font-size: 1.6rem;
}
table.wp_form tr td select {
  font-size: 1.5rem;
  border: 1px;
}
table.wp_form tr td textarea {
  font-size: 1.6rem;
}
table.wp_form tr th span.Required {
  color: #e60012;
}
.btw {
  text-align: center;
}

.formBtn {
  border: none;
  width: 160px;
  font-size: 1.6rem;
  margin: 0 10px 20px;
  padding: 15px 20px;
  background-image: url(../images/bg_01.jpg);
  border-radius: 20px;
  box-shadow: 7px 7px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.formBtn:hover {
  transform: translate(7px, 7px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
@media all and (max-width: 768px) {
  table.wp_form tr th {
    display: block;
    width: calc(100% - 40px);
    padding: 8px 20px;
  }
  table.wp_form tr td {
    display: block;
    width: calc(100% - 40px);
    padding: 8px 20px;
    margin-bottom: 30px;
    max-width: 90% !important;
  }
}

#mw_wp_form_mw-wp-form-4753 {
  display: block;
  padding-top: 500px;
  margin-top: -500px;
}
@media all and (max-width: 768px) {
  #mw_wp_form_mw-wp-form-4753 {
    display: block;
    padding-top: 300px;
    margin-top: -300px;
  }
}

/*20200603追記
---------------------------------- */
div.inner .contentArea ul.greeding {
  margin: 0 auto 40px;
}

div.inner .contentArea ul.greeding p.ttl {
  font-weight: bold;
  margin-bottom: 20px;
}

div.inner .contentArea ul.greeding p:not(.ttl) {
  text-align: left;
}
div.inner .contentArea ul.greeding p span {
  display: block;
  text-align: right;
}
</pre></body></html>