@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Montserrat:ital,wght@1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Montserrat:ital,wght@1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Montserrat:ital,wght@1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Montserrat:ital,wght@1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
html {
  overflow-y: scroll;
}

fieldset, img {
  border: none;
  vertical-align: top;
}

ul, ol {
  list-style-type: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
}

caption, th {
  text-align: left;
}

a {
  outline: none;
}

/*-----------------------------------------------------------
    余白初期設定
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
html, body, div,
p, ul, ol, li, dl, dt, dd,
pre, blockquote,
form, fieldset, input, textarea,
table, th, td, figure {
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------
    その他初期設定
-----------------------------------------------------------*/
q:before, q:after {
  content: "";
}

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

@-webkit-keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
:root {
  color: #231815;
}
@media (max-width: 767px) {
  :root {
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  overflow: hidden;
  color: #231815;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Montserrat", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.2vw;
}
@media (min-width: 1080px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  body * {
    max-height: 100%;
  }
  body #colorbox, body #colorbox * {
    max-height: none;
  }
  body #gnavi, body #gnavi *, body #mapbox * {
    max-height: none;
  }
  body img {
    max-height: none;
    max-width: 100%;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #231815;
}
@media (min-width: 1080px) {
  a:hover {
    color: #231815;
  }
  a:visited {
    color: #231815;
  }
  a:active {
    text-decoration: none;
  }
}

[type=text], [type=email], [type=password], [type=number], [type=tel], textarea, select {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0px;
}

select {
  height: 2.5em;
  padding-right: 8%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border: 1px solid #ddd;
  background: #fff url(../img/common/arrow.svg) 96% center no-repeat;
  background-size: 12px;
}

select::-ms-expand {
  display: none;
}

[type=text], [type=email], [type=password], [type=number], textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=text]:focus, [type=email]:focus, [type=password]:focus, [type=number]:focus, textarea:focus {
  background: #fff;
  border: 1px solid #aaa;
}

/*
input[type=checkbox] {
	display: none;
}
[type=checkbox] + label:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 14px;
	width: 14px;
	background: #f9f9f9;
	border: 1px solid #999;
	vertical-align: middle;
}
[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	text-indent: -3px;
    color: #000;
}
*/
input[type=radio] {
  vertical-align: middle;
}

input[type=radio] + label {
  margin-left: 5px;
}

:-moz-placeholder-shown {
  color: #BABABA;
}

:-ms-input-placeholder {
  color: #BABABA;
}

:placeholder-shown {
  color: #BABABA;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #BABABA;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #BABABA;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #BABABA;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #BABABA;
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
/* デバイス毎の改行操作 */
@media screen and (min-width: 1024px) {
  [data-tb],
  [data-sp] {
    display: none !important;
  }
  [data-pc] {
    display: inline-block !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-pc],
  [data-sp] {
    display: none !important;
  }
  [data-tb] {
    display: inline-block !important;
  }
}
@media screen and (max-width: 750px) {
  [data-tb],
  [data-pc] {
    display: none !important;
  }
  [data-sp] {
    display: inline-block !important;
  }
}
/* format */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

/* responsive */
.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
/* layout */
.inner {
  position: relative;
  margin: 0px auto;
}
.grid_cell {
  display: table;
}
.grid_cell .cell {
  display: table-cell;
  vertical-align: middle;
}

.grid_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.ul_table > li > dl {
  display: table;
}
ul.ul_table > li > dl > dt,
ul.ul_table > li > dl > dd {
  display: table-cell;
  vertical-align: middle;
}
ul.ul_table > li > dl > dt {
  width: 120px;
  padding-right: 4px;
}

a.std_icn1 {
  position: relative;
}
a.std_icn1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-right: 0.4em;
  background: url(../img/common/arr.svg) 0 0 no-repeat;
  background-size: contain;
}

/* pagetop */
.pagetop1 {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 300;
  width: 56px;
  height: 56px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .pagetop1 {
    width: 80px;
    height: 80px;
    bottom: 140px;
  }
}
.pagetop1.active {
  bottom: 60px;
}
.pagetop1 a {
  display: block;
  height: 56px;
  padding-top: 30px;
  border: 3px solid #316EA9;
  background: #fff url(../img/common/top.svg) center 9px no-repeat;
  background-size: 26px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  text-align: center;
  color: #316EA9;
  letter-spacing: -0.1em;
  font-size: 10px;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pagetop1 a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .pagetop1 a {
    display: block;
    height: 80px;
    font-size: 14px;
    padding-top: 48px;
    background-size: 40px 28px;
  }
}

/*-----------------------------------------------------------
	snippet
-----------------------------------------------------------*/
.olwrap .lo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.olwrap .lo:nth-child(odd) .tmb {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 32px;
}
.olwrap .lo:nth-child(odd) .txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.olwrap .lo:nth-child(even) .tmb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 32px;
}
.olwrap .lo:nth-child(even) .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/*-----------------------------------------------------------
	クリアフィックス
-----------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
/* layout
-------------------------------------------------- */
body {
  background: url(../img/home/header_bg.gif) 0 0 repeat-x;
}

#container {
  overflow: hidden;
}

a {
  color: #007FCB;
  text-decoration: underline;
}

a:hover {
  color: #f60;
  text-decoration: underline;
}

/* header
-------------------------------------------------- */
#siteheader #siteHeaderInnr {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1080px) {
  #siteheader #siteHeaderInnr {
    width: 960px;
    height: 290px;
  }
}
#siteheader #siteHeaderInnr .tel {
  width: 277px;
  position: absolute;
  left: 685px;
  top: 0;
}
@media (max-width: 767px) {
  #siteheader #siteHeaderInnr .tel {
    display: none;
  }
}
#siteheader #siteHeaderInnr .tel img {
  float: left;
}
#siteheader #siteHeaderInnr .tel a {
  float: left;
}

body#index #siteheader {
  height: 390px;
}
@media (min-width: 1080px) {
  body#index #siteheader {
    height: 605px;
  }
}
body#index #siteName {
  padding: 0px 0 21px 0px;
}

/*
body.sub{
	#siteheader{
		#siteHeaderInnr{
			height:290px;
		}
	}
}
*/
body.sub #siteheader #siteHeaderInnr,
body.groups #siteheader #siteHeaderInnr {
  height: 240px;
  position: relative;
}
body.sub #siteName,
body.groups #siteName {
  padding: 0px 0 28px 0px;
}

#headerUtilityNav {
  width: 500px;
  position: absolute;
  left: 460px;
  top: 0px;
  color: #fff;
  margin: 0;
  line-height: 30px;
}
#headerUtilityNav ul {
  float: right;
}
#headerUtilityNav ul li {
  margin: 0 0px 0 0;
  display: inline;
}
#headerUtilityNav ul li a {
  color: #fff;
  text-decoration: none;
  background: url(../img/common/uty_icon.gif) 0 center no-repeat;
  line-height: 16px;
  padding-left: 12px;
}
#headerUtilityNav ul li a:hover {
  text-decoration: underline;
}
#headerUtilityNav ul .seminar {
  display: none;
}

/* utilitynav
-------------------------------------------------- */
#siteheader .utilitynav {
  width: 328px;
  height: 50px;
  background: #0080CB;
  position: absolute;
  left: 428px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #siteheader .utilitynav {
    display: none;
  }
}
#siteheader .utilitynav li:nth-child(2) a, #siteheader .utilitynav li:nth-child(3) a {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
  padding: 0 14px;
  border-left: 1px solid #378fcd;
  border-right: 1px solid #1e6aa9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#siteheader .utilitynav li:nth-child(2) a:hover, #siteheader .utilitynav li:nth-child(3) a:hover {
  background: #375b8c;
}

/* globalnavi
-------------------------------------------------- */
#globalnav {
  width: 960px;
  margin: 0 auto 25px;
}
@media (max-width: 767px) {
  #globalnav {
    display: none;
  }
}
#globalnav ul {
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.sub #globalnav,
body.groups #globalnav {
  position: absolute;
  left: 244px;
  top: 57px;
}
body.sub #globalnav ul,
body.groups #globalnav ul {
  width: auto;
}
body.sub #globalnav ul li a,
body.groups #globalnav ul li a {
  background: none;
}

/* hamburger
-------------------------------------------------- */
.header2 {
  position: relative;
  padding: 0;
}
@media (min-width: 1080px) {
  .header2 {
    display: none;
  }
}

.hamburger {
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
  background-color: #2A578A;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}

.hamburger__line:nth-of-type(2) {
  top: 23px;
}

.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active .hamburger__line:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 90;
}

.nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

/* key
-------------------------------------------------- */
@media (max-width: 767px) {
  body#index #key img {
    height: auto;
  }
}

body.sub #key {
  width: 100%;
  position: absolute;
  bottom: 4px;
}
body.sub #key .heading {
  width: 90vw;
  height: 56px;
  margin: 0 5vw;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(48.28%, #fff), color-stop(49.75%, #f4fefb), to(#f4fefb));
  background: linear-gradient(#fff 0%, #fff 48.28%, #f4fefb 49.75%, #f4fefb 100%);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1080px) {
  body.sub #key .heading {
    width: 960px;
    height: 80px;
    margin: 0;
  }
}
body.sub #key .heading:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 74%;
  background-color: #2B80CB;
  border-radius: 4px;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.sub #key .heading .tit {
  color: #555;
  font-size: 5.2vw;
  font-weight: 600;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  line-height: 1;
  letter-spacing: 0.12em;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1080px) {
  body.sub #key .heading .tit {
    font-size: 28px;
  }
}

#siteHeaderInnr .pickup {
  width: 100%;
  height: 180px;
  background: url(../img/home/key_bg.png) 0 0 no-repeat;
  margin-top: -20px;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.4vw;
  line-height: 1;
}
@media (min-width: 1080px) {
  #siteHeaderInnr .pickup {
    width: 960px;
    height: 180px;
    font-size: 14px;
  }
}
#siteHeaderInnr .pickup li {
  width: 33%;
  height: 120px;
  float: left;
  text-align: center;
  background: url(../img/home/key_line.gif) right center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1080px) {
  #siteHeaderInnr .pickup li {
    width: 319px;
    height: 120px;
  }
}
#siteHeaderInnr .pickup li.first {
  margin-left: 20px;
}
#siteHeaderInnr .pickup li.last {
  background: none;
}
#siteHeaderInnr .pickup li img {
  display: block;
  margin: 5px auto 5px;
}
#siteHeaderInnr .pickup li dt {
  margin-bottom: 5px;
}

/* footer
-------------------------------------------------- */
#siteFooterWrap {
  clear: both;
  background: #F8F8F8;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  overflow: hidden;
}

#siteFooterInnr {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1080px) {
  #siteFooterInnr {
    width: 960px;
  }
}

/* site_map
---------------------------- */
#siteFooterInnr .site_map {
  overflow: hidden;
  background: #478439;
}
#siteFooterInnr .site_map a {
  text-decoration: none;
}
#siteFooterInnr .site_map a:hover {
  color: #999;
}
#siteFooterInnr .site_map ul {
  width: 960px;
  height: 60px;
  float: left;
}
#siteFooterInnr .site_map ul li {
  width: auto;
  height: 60px;
  float: left;
}

/* footarea
---------------------------- */
.footarea {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.footinner {
  margin: 0 auto;
}
@media (min-width: 1080px) {
  .footinner {
    width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footinner .pickup li {
  padding: 15px 0;
  margin-left: 10px;
  text-align: center;
}
@media (min-width: 1080px) {
  .footinner .pickup li {
    width: 150px;
    float: left;
  }
}
.footinner .pickup li.first {
  margin-left: 0px;
}
.footinner .pickup li img {
  display: block;
}

#coontactdate {
  background: #fff;
}

/* compdate
---------------------------- */
@media (min-width: 1080px) {
  #siteFooterInnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#siteFooterInnr .logo {
  padding: 16px 0;
  text-align: center;
}
@media (min-width: 1080px) {
  #siteFooterInnr .logo {
    text-align: left;
  }
}
#siteFooterInnr .logo a {
  display: block;
}
#siteFooterInnr .mizuhonav {
  font-size: 3.6vw;
  line-height: 1;
  margin: 0 5vw 5vw;
}
@media (min-width: 1080px) {
  #siteFooterInnr .mizuhonav {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #siteFooterInnr .mizuhonav {
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  #siteFooterInnr .mizuhonav li {
    border-bottom: 1px solid #ccc;
  }
}
#siteFooterInnr .mizuhonav li a {
  padding: 0.8em 0;
  display: block;
}
@media (min-width: 1080px) {
  #siteFooterInnr .mizuhonav li a {
    padding: 10px 10px;
  }
}
#siteFooterInnr .pickup {
  width: 960px;
  margin: 0 auto;
}
#siteFooterInnr .pickup li {
  float: left;
}
#siteFooterInnr .pickup li img {
  display: block;
}

.contactinfo {
  width: 495px;
  float: right;
}
.contactinfo li {
  float: left;
}

/* aboutdate
---------------------------- */
#aboutdate {
  background: #F0EFEC;
  padding: 0 5vw 4vw;
}
@media (min-width: 1080px) {
  #aboutdate {
    padding: 0;
  }
}
#aboutdate ul {
  font-size: 3.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  padding: 15px 0;
}
@media (min-width: 1080px) {
  #aboutdate ul {
    font-size: 14px;
    margin: 15px 0;
    padding: 0;
  }
}
#aboutdate ul li {
  margin: 0 15px 0 0;
}
#aboutdate ul li a {
  background: url(../img/common/icon_arrows.gif) 0 center no-repeat;
  padding-left: 12px;
  line-height: 20px;
}
#aboutdate .utilitynav {
  overflow: hidden;
}
@media (min-width: 1080px) {
  #aboutdate .utilitynav {
    width: 500px;
    float: left;
  }
}

.copyright {
  line-height: 1;
  font-size: 3.2vw;
  padding: 10px 0;
  color: #4D4C4E;
}
@media (min-width: 1080px) {
  .copyright {
    font-size: 14px;
    float: right;
  }
}

/* contents
-------------------------------------------------- */
#containerCover {
  background: url(../img/common/content_bg.gif);
  clear: both;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 1080px) {
  #containerCover {
    padding-bottom: 0;
  }
}

body#index #containerInnr {
  padding-top: 0px;
}

#containerInnr {
  width: auto;
  margin: 0 auto;
}
@media (min-width: 1080px) {
  #containerInnr {
    max-width: 960px;
    overflow: hidden;
  }
}
#containerInnr h1 {
  text-align: center;
  padding-bottom: 17px;
}

.innr {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

/* main
---------------------------- */
#main {
  width: auto;
}
@media (min-width: 1080px) {
  #main {
    max-width: 695px;
    float: left;
    margin-bottom: 50px;
  }
}
#main .block a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}

@media (min-width: 1080px) {
  .grid2col .column {
    float: left;
  }
}
@media (min-width: 1080px) {
  .grid2col .last {
    float: right;
  }
}

@media (min-width: 1080px) {
  #main .first {
    float: left;
  }
}

@media (min-width: 1080px) {
  #main .last {
    float: right;
  }
}

/* sub
---------------------------- */
body#index #sub {
  margin: 2vw 5vw 5vw;
}
@media (min-width: 1080px) {
  body#index #sub {
    width: 250px;
    float: right;
    margin: 0 auto 0;
  }
}
body.sub #sub {
  margin: 0 5vw;
}
@media (min-width: 1080px) {
  body.sub #sub {
    width: 250px;
    float: right;
    margin: 0 auto 0;
    padding-top: 15px;
    border-top: 1px solid #ddd;
  }
}

#sub .side_cat {
  margin-bottom: 24px;
}
#sub img.cent {
  margin: 0 auto 5px;
  display: block;
}
#sub #mikanyama h3 {
  background: url(../img/home/sub_icon_mikan.png) 0 center no-repeat;
  font-size: 4.8vw;
  color: #E96161;
  line-height: 1.4;
  margin: 0 15px 10px;
  padding-top: 4px;
}
@media (min-width: 1080px) {
  #sub #mikanyama h3 {
    font-size: 18px;
  }
}
#sub #asuben {
  margin-bottom: 15px;
}
#sub h4 {
  font-size: 4.8vw;
  color: #555;
}
@media (min-width: 1080px) {
  #sub h4 {
    font-size: 18px;
    margin: 0 2px 15px;
  }
}
#sub h4.cate {
  font-size: 4vw;
  color: #0080CB;
  margin: 4vw 0 0;
}
@media (min-width: 1080px) {
  #sub h4.cate {
    font-size: 14px;
    margin: 0 3px 5px;
  }
}
#sub ul {
  margin: 0 0 25px;
  font-size: 4vw;
}
@media (min-width: 1080px) {
  #sub ul {
    font-size: 15px;
    margin: 0 5px 25px;
  }
}
#sub ul li {
  margin: 5px 0 5px 20px;
  list-style: disc outside url(../img/common/side_icon_li.gif);
}
#sub ul li.none {
  margin: 5px 0 5px 0px;
  list-style: none;
}
#sub ul li a {
  color: #333;
  text-decoration: none;
}
#sub ul li a:hover {
  color: #999;
}
#sub ul.bannerlist {
  margin: 0;
}
#sub ul.bannerlist li {
  margin: 5px 0 5px 0px;
  list-style: none;
}
#sub .box {
  background: #fff;
  padding: 10px 0;
  margin-bottom: 15px;
  border-radius: 5px;
}
#sub .box h3 {
  font-size: 17px;
  color: #338AD7;
  line-height: 40px;
  margin: 0 15px 10px;
  background: url(../img/home/sub_icon_kids.gif) 0 center no-repeat;
  padding: 0 0 0 50px;
}
#sub .box p {
  font-size: 4vw;
  margin: 0 15px;
  line-height: 1.4;
}
@media (min-width: 1080px) {
  #sub .box p {
    font-size: 13px;
  }
}
#sub .pdf {
  background: url(../img/common/icon_pdf.gif) 0 0 no-repeat;
  padding-left: 28px;
  line-height: 24px;
}
#sub .block a {
  display: block;
  overflow: hidden;
}
#sub #faq li.first {
  border-top: none;
}
#sub #area h3 {
  margin: 5px 0 10px 13px;
}
#sub #area p {
  margin: 0 18px 5px;
  line-height: 18px;
}
#sub .bannerlist li {
  margin-bottom: 10px;
}
#sub #beginner h3 {
  margin: 5px 0 10px 13px;
}
#sub #beginner p {
  margin: 0 18px;
}

[type=text], [type=email], [type=password], [type=number], [type=tel], textarea, select {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0px;
}

select {
  height: 2.5em;
  padding-right: 8%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: 1px solid #ddd;
  background: #fff url(../img/common/arrow.svg) 96% center no-repeat;
  background-size: 12px;
}

select::-ms-expand {
  display: none;
}

[type=text], [type=email], [type=password], [type=number], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=text]:focus, [type=email]:focus, [type=password]:focus, [type=number]:focus, textarea:focus {
  background: #fff;
  border: 1px solid #aaa;
}

/*
input[type=checkbox] {
	display: none;
}
[type=checkbox] + label:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 14px;
	width: 14px;
	background: #f9f9f9;
	border: 1px solid #999;
	vertical-align: middle;
}
[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	text-indent: -3px;
		color: #000;
}
*/
input[type=radio] {
  vertical-align: middle;
}

input[type=radio] + label {
  margin-left: 5px;
}

:-moz-placeholder-shown {
  color: #BABABA;
}

:-ms-input-placeholder {
  color: #BABABA;
}

:placeholder-shown {
  color: #BABABA;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #BABABA;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #BABABA;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #BABABA;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #BABABA;
}

/* format */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.sub #main .section .send,
body.sub #main .section .home2,
body.sub #main .section .reset {
  text-align: center;
  margin: 0 5vw 0.8em;
}
@media (min-width: 1080px) {
  body.sub #main .section .send,
  body.sub #main .section .home2,
  body.sub #main .section .reset {
    margin: 0 5vw 0.8em;
  }
}
body.sub #main .section .send .button,
body.sub #main .section .home2 .button,
body.sub #main .section .reset .button {
  text-align: center;
  display: block;
  width: 80%;
  font-size: 4.4vw;
  font-weight: bold;
  background: #0080CB;
  color: #fff;
  margin: 0 auto;
  padding: 0.64em 4.8em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  border: none;
  border-radius: 4px;
}
@media (min-width: 1080px) {
  body.sub #main .section .send .button,
  body.sub #main .section .home2 .button,
  body.sub #main .section .reset .button {
    display: inline-block;
    font-size: 18px;
    padding: 1em 5em;
  }
}
body.sub #main .section .send .button:hover,
body.sub #main .section .home2 .button:hover,
body.sub #main .section .reset .button:hover {
  opacity: 0.4;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#form .form_blk,
#confirm .form_blk,
#contact .form_blk {
  padding-top: 24px;
  margin: 0 24px 3.2rem;
}
@media (min-width: 1080px) {
  #form .form_blk,
  #confirm .form_blk,
  #contact .form_blk {
    padding-top: 24px;
    margin: 0 24px 48px;
  }
}
#form .form_blk .required,
#confirm .form_blk .required,
#contact .form_blk .required {
  padding-left: 0.5em;
  color: #f50;
}
@media (max-width: 767px) {
  #form .form_blk .heading,
  #confirm .form_blk .heading,
  #contact .form_blk .heading {
    margin-bottom: 24px;
  }
}
#form .form_blk .tit,
#form .form_blk .desc,
#confirm .form_blk .tit,
#confirm .form_blk .desc,
#contact .form_blk .tit,
#contact .form_blk .desc {
  display: block;
}
@media (min-width: 1080px) {
  #form .form_blk .tit,
  #form .form_blk .desc,
  #confirm .form_blk .tit,
  #confirm .form_blk .desc,
  #contact .form_blk .tit,
  #contact .form_blk .desc {
    display: inline-block;
  }
}
#form .form_blk .tit,
#confirm .form_blk .tit,
#contact .form_blk .tit {
  font-size: 21px;
  line-height: 1;
  text-align: left;
  padding: 16px 4px;
  color: #5d8f32;
  font-weight: normal;
}
@media (max-width: 767px) {
  #form .form_blk .tit,
  #confirm .form_blk .tit,
  #contact .form_blk .tit {
    font-size: 34px;
    padding: 12px 0;
  }
}
#form .form_blk .desc,
#confirm .form_blk .desc,
#contact .form_blk .desc {
  font-size: 24px;
  margin-left: 0;
}
@media (min-width: 1080px) {
  #form .form_blk .desc,
  #confirm .form_blk .desc,
  #contact .form_blk .desc {
    font-size: 16px;
    margin-left: 2em;
  }
}
#form .form_blk .req,
#confirm .form_blk .req,
#contact .form_blk .req {
  padding-left: 0.5em;
  color: #f50;
}
#form .form_blk .entry .send,
#confirm .form_blk .entry .send,
#contact .form_blk .entry .send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#form .form_blk .inp_mail,
#confirm .form_blk .inp_mail,
#contact .form_blk .inp_mail {
  width: 100%;
}
#form .formsec1,
#confirm .formsec1,
#contact .formsec1 {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  #form .formsec1,
  #confirm .formsec1,
  #contact .formsec1 {
    margin-bottom: 40px;
  }
}
#form .formsec1 .lead .txt_blk,
#confirm .formsec1 .lead .txt_blk,
#contact .formsec1 .lead .txt_blk {
  padding: 24px;
}
#form .formsec1 .lead p,
#confirm .formsec1 .lead p,
#contact .formsec1 .lead p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #form .formsec1 .lead p,
  #confirm .formsec1 .lead p,
  #contact .formsec1 .lead p {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
#form .formsec1 .lead p.required,
#confirm .formsec1 .lead p.required,
#contact .formsec1 .lead p.required {
  color: #f50;
}

#contact .tit {
  font-size: 2rem;
}
#contact .li_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 56px;
}
@media (max-width: 767px) {
  #contact .li_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contact .li_contact li {
  width: 48%;
  border: 1px solid #595757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  #contact .li_contact li {
    width: 100%;
    display: block;
    margin-bottom: 24px;
  }
}
#contact .li_contact li .tit {
  color: #5d8f32;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #595757;
  text-align: center;
  margin: 0 -12px;
  padding-bottom: 4px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  #contact .li_contact li .tit {
    font-size: 2.8rem;
  }
}
#contact .li_contact li p {
  font-size: 1.6rem;
  text-align: center;
  margin: 8px -8px;
  color: #231815;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #contact .li_contact li p {
    font-size: 2.2rem;
  }
}
#contact .li_contact li .dd {
  font-size: 2.4rem;
  font-family: arial;
  font-weight: bold;
  text-align: center;
  background: #5d8f32;
  color: #fff;
  margin: 0;
  padding: 0.2em;
}
@media (max-width: 767px) {
  #contact .li_contact li .dd {
    padding: 0.4em;
  }
}

.list_form {
  margin-bottom: 3.2rem;
}
@media (min-width: 1080px) {
  .list_form {
    border-top: 1px solid #dce0e3;
    margin-bottom: 56px;
  }
}
.list_form > li {
  font-size: 1.8rem;
  padding: 0.4em 0;
}
@media (min-width: 1080px) {
  .list_form > li {
    border-bottom: 1px solid #dce0e3;
    padding: 12px 0;
  }
}
.list_form > li > ul.list_gr > li {
  margin: 0 0 12px;
}
.list_form > li > ul.list_gr > li:last-child {
  margin-bottom: 0;
}
.list_form > li > dl > dt, .list_form > li > dl > dd {
  font-size: 4vw;
}
@media (min-width: 1080px) {
  .list_form > li > dl > dt, .list_form > li > dl > dd {
    font-size: 16px;
  }
}
.list_form > li > .dl_table {
  width: 100%;
}
@media (min-width: 1080px) {
  .list_form > li > .dl_table {
    display: table;
  }
}
.list_form > li > .dl_table > dt, .list_form > li > .dl_table > dd {
  font-size: 3.6vw;
}
@media (min-width: 1080px) {
  .list_form > li > .dl_table > dt, .list_form > li > .dl_table > dd {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
  }
}
.list_form > li > .dl_table > dt {
  width: 100%;
}
@media (min-width: 1080px) {
  .list_form > li > .dl_table > dt {
    width: 180px;
  }
}
.list_form > li > .dl_table > dd {
  padding-left: 0em;
  position: relative;
}
@media (min-width: 1080px) {
  .list_form > li > .dl_table > dd {
    padding-left: 1.6em;
  }
}
.list_form > li > .dl_table > dd > ul.list_gr > li {
  padding-bottom: 12px;
  margin: 0 0 12px;
  border-bottom: 1px solid #dce0e3;
}
.list_form > li > .dl_table > dd > ul.list_gr > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.list_form > li > .dl_table > dd ul.list_gr_noline > li {
  margin: 0 0 12px;
  position: relative;
}
.list_form > li > .dl_table > dd ul.list_gr_noline > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.list_form > li > .dl_table > dd .br_blk {
  width: 8em;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .list_form > li > .dl_table > dd .br_blk {
    display: block;
    margin-bottom: 6px;
  }
}
.list_form > li > .dl_table > dd .in_blk {
  width: 28em;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .list_form > li > .dl_table > dd .in_blk {
    width: 100%;
  }
}
.list_form > li > .dl_table > dd .inden {
  width: 3em;
  margin-right: 0.5em;
  position: absolute;
  left: -3.5em;
  top: 50%;
  text-align: right;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .list_form > li > .dl_table > dd .inden {
    width: auto;
    position: static;
    display: block;
    text-align: left;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.list_form input[type=text] {
  width: 50%;
}
.list_form input[type=text].seimei {
  width: 4em;
  display: inline-block;
}
@media (min-width: 1080px) {
  .list_form input[type=text].seimei {
    width: 5em;
  }
}
.list_form input[type=text].inp_w30 {
  width: 30%;
}
.list_form input[type=text].inp_w60 {
  width: 60%;
  width: 60%;
}
.list_form input[type=text].inp_w90 {
  width: 90%;
}
.list_form input[type=text]#zip {
  width: 8em;
}
.list_form textarea {
  font-size: 3.6vw;
  width: 100%;
  height: 8em;
}
@media (min-width: 1080px) {
  .list_form textarea {
    width: 100%;
    height: 12em;
    font-size: 14px;
  }
}

@media (max-width: 1020px) {
  .list_form > li.li_add dl {
    position: relative;
  }
  .list_form > li.li_add dl dd {
    padding-left: 0;
  }
  .list_form > li.li_add dl .inden {
    width: 1em;
    margin-right: 0.5em;
    position: absolute;
    left: -1.5em;
    top: 50%;
    text-align: right;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
  }
}
@media (max-width: 1020px) {
  .list_form input[type=text] {
    width: 100%;
    padding: 0.64em 0.4em;
  }
}
@media (max-width: 1020px) {
  .list_form input[type=text].inp_w30 {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .list_form input[type=text].inp_w60 {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .list_form input[type=text].inp_w90 {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .list_form input[type=text]#zip {
    width: 50%;
  }
}
@media (max-width: 1020px) {
  .list_form select {
    padding: 10px;
    padding-right: 2em;
  }
  .list_form select#item {
    width: 100%;
  }
}
.list_form_area {
  margin-top: 16px;
  margin-bottom: 56px;
}
.list_form_area > li > .dl_table {
  width: 100%;
  display: table;
}
.list_form_area > li > .dl_table > dt, .list_form_area > li > .dl_table > dd {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.list_form_area > li > .dl_table > dt {
  width: 160px;
  padding-left: 4px;
}
.list_form_area > li > .dl_table > dd {
  padding-left: 2em;
  position: relative;
}
.list_form_area > li > .dl_table > dd.txtarea {
  display: block;
  padding-left: 0;
  margin-top: 24px;
}
.list_form_area input {
  width: 50%;
}
.list_form_area input.seimei {
  width: 30%;
  display: inline-block;
}
.list_form_area input.inp_w30 {
  width: 30%;
}
.list_form_area input.inp_w60 {
  width: 60%;
}
.list_form_area input.inp_w90 {
  width: 90%;
}
.list_form_area select#type {
  min-width: 320px;
}
.list_form_area textarea {
  width: 100%;
  height: 12em;
}

@media (max-width: 1020px) {
  .list_form_area > li > .dl_table > dt, .list_form_area > li > .dl_table > dd {
    display: block;
    font-size: 28px;
  }
}
@media (max-width: 1020px) {
  .list_form_area > li > .dl_table > dt {
    width: auto;
    margin-bottom: 12px;
  }
}
@media (max-width: 1020px) {
  .list_form_area > li > .dl_table > dd {
    padding-left: 0;
  }
}
@media (max-width: 1020px) {
  .list_form_area input {
    width: 100%;
    padding: 15px 10px;
  }
}
@media (max-width: 1020px) {
  .list_form_area input.inp_w30 {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .list_form_area input.inp_w60 {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .list_form_area input.inp_w90 {
    width: 100%;
  }
}
#contact .mwform-zip-field input, #contact .mwform-tel-field input {
  width: 4em;
}
@media (min-width: 1080px) {
  #contact .mwform-zip-field input, #contact .mwform-tel-field input {
    width: 5em;
  }
}

#confirm table .mwform-zip-field input, #confirm table .mwform-tel-field input {
  width: 5em;
}

#complete table .mwform-zip-field input, #complete table .mwform-tel-field input {
  width: 5em;
}

#contact .mt, #confirm table .mt, #complete table .mt {
  width: 100%;
  margin-top: 10px;
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
/* //////////////////////////////////////////////////
[index]
////////////////////////////////////////////////// */
#index #main {
  margin-bottom: 24px;
}
@media (min-width: 1080px) {
  #index #main {
    margin-bottom: 0;
  }
}
#index #main h2 {
  margin-bottom: 20px;
}
#index #main h2.red {
  color: #FF0000;
  font-size: 22px;
  clear: both;
  margin-bottom: 0px;
}
#index #main p {
  font-size: 120%;
}
#index #main .grid2col div h3 {
  font-size: 15px;
  line-height: 18px;
  color: #666;
  margin: 0 0 5px;
}
#index #main .grid2col div p {
  font-size: 12px;
  line-height: 16px;
}
#index #main #service {
  margin-bottom: 0;
  background: #fff;
  border-bottom: 1px solid #EEF0EC;
}
#index #main #service h2 {
  margin: 0 20px 5px;
  font-size: 4.8vw;
  padding-top: 25px;
}
@media (min-width: 1080px) {
  #index #main #service h2 {
    font-size: 16px;
  }
}
#index #main #service p {
  font-size: 3.6vw;
  margin: 0 20px 5px;
  line-height: 1.4;
}
@media (min-width: 1080px) {
  #index #main #service p {
    width: 460px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#index #main #service img {
  float: right;
  display: block;
  margin: 20px 25px 10px 10px;
}
#index #main #pickup {
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#index #main #pickup div {
  width: 50%;
  text-align: center;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1080px) {
  #index #main #pickup div {
    width: 347px;
    height: 150px;
  }
}
#index #main #pickup #access {
  border-right: 1px solid #EEF0EC;
  border-radius: 0 0 0 5px;
}
@media (min-width: 1080px) {
  #index #main #pickup #access {
    width: 347px;
  }
}
#index #main #pickup #enroll {
  border-radius: 0 0 5px 0;
}
#index #main #pickup a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  padding: 20px 0 48px;
  position: relative;
}
#index #main #pickup .block a:hover {
  background: #eee;
}
#index #main #pickup img {
  display: block;
  margin: 0 auto 10px;
}
#index #main #pickup p.b {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
}
@media (min-width: 1080px) {
  #index #main #pickup p.b {
    width: 345px;
  }
}
#index #main #pickup p.b a {
  color: #007FCB;
  text-decoration: underline;
  background: none;
  padding: 0;
  display: inline;
}
#index #main #pickup div p.b a:hover {
  background: none;
}
#index #main #contsite > div {
  width: 90vw;
  background: #fff;
  margin: 0 5vw 15px;
  border-radius: 5px;
}
@media (min-width: 1080px) {
  #index #main #contsite > div {
    width: 340px;
    min-height: 700px;
    margin: 0 0 15px 0;
  }
}
#index #main #contsite h2 {
  font-size: 4.8vw;
  margin-bottom: 5px;
  border-bottom: 1px solid #E0E0E0;
  padding: 14px 0 10px 40px;
  line-height: 20px;
}
@media (min-width: 1080px) {
  #index #main #contsite h2 {
    font-size: 15px;
  }
}
#index #main #contsite p {
  line-height: 20px;
  margin: 10px;
}
#index #main #contsite > div .btn_std1 {
  text-align: center;
  margin: 24px auto;
}
#index #main #contsite > div .btn_std1 a {
  width: 60%;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  padding: 8px 6px;
  line-height: 1;
  color: #fff;
  background: #0280CB;
  border-radius: 4px;
}
#index #main #contsite > div .btn_std1 a:hover {
  background: #f60;
  opacity: 0.8;
}
#index #main #contsite #news {
  font-size: 4vw;
  margin-bottom: 4.8vw;
}
@media (min-width: 1080px) {
  #index #main #contsite #news {
    width: 340px;
    font-size: 15px;
    margin-right: 0;
  }
}
#index #main #contsite #news h2 {
  background: url(../img/home/icon_news.gif) 20px center no-repeat;
  padding: 14px 0 10px 40px;
}
#index #main #contsite #news ul {
  margin: 5px 0;
}
#index #main #contsite #news li {
  border-bottom: 1px dotted #ddd;
  padding: 0.8em 1.2em;
}
@media (min-width: 1080px) {
  #index #main #contsite #news li {
    padding: 10px 20px;
  }
}
#index #main #contsite #news li:last-child {
  border-bottom: none;
}
#index #main #contsite #news li dl dt {
  line-height: 15px;
  margin-bottom: 0.2em;
}
#index #main #contsite #news li.last {
  border-bottom: none;
}
#index #main #contsite #blog {
  font-size: 4vw;
  padding-bottom: 0.4em;
}
@media (min-width: 1080px) {
  #index #main #contsite #blog {
    margin-right: 0;
    width: 340px;
    font-size: 15px;
  }
}
#index #main #contsite #blog h2 {
  background: url(../img/home/icon_blog.gif) 15px center no-repeat;
  padding-left: 45px;
}
#index #main #contsite #blog ul {
  margin: 5px 0;
}
#index #main #contsite #blog li {
  border-bottom: 1px dotted #ddd;
  padding: 15px 20px;
  overflow: hidden;
}
#index #main #contsite #blog li img {
  float: left;
  margin-right: 10px;
}
#index #blog a.border img {
  border: 1px solid #999;
}
#index #blog a.border:hover img {
  border: 1px solid #c00;
}
#index #main #contsite #blog ul li dl {
  width: 210px;
  float: left;
}
#index #main #contsite #blog ul li dl dt {
  line-height: 15px;
}
#index #main #contsite #blog ul li dl img.icon {
  width: 76px;
  display: block;
  float: none;
  margin: 5px 0;
}
#index #main #contsite #blog ul li dl dd .txt_cat {
  margin: 4px 0;
}
#index #main #contsite #blog ul li dl dd span.icon {
  display: inline-block;
  background-color: #0080CB;
  color: #fff;
  border-radius: 4px;
  padding: 4px 6px;
  line-height: 1;
}
#index #main #contsite #blog ul li.last {
  border-bottom: none;
}

/* //////////////////////////////////////////////////
[sub]
////////////////////////////////////////////////// */
/* category
-------------------------------------------------- */
body.sub #containerCover {
  padding-top: 20px;
}
body.sub #main {
  width: auto;
  margin: 0 5vw;
}
@media (min-width: 1080px) {
  body.sub #main {
    max-width: 680px;
    float: left;
    margin: 0;
  }
}
body.sub #main .column {
  width: 720px;
  background: #FFF;
}
body.sub #main .column h2 {
  padding: 10px 0 0 10px;
}
body.sub #key {
  height: 120px;
}
body.sub #globalnav {
  margin: 0 auto 15px;
}

body.groups #key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
body.groups #key .tit {
  font-weight: 600;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  line-height: 1;
  letter-spacing: 0.12em;
  font-size: 5.6vw;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.64);
}
@media (min-width: 1080px) {
  body.groups #key .tit {
    font-size: 4.8rem;
  }
}
body.groups #key img {
  display: block;
  margin: 0 auto;
  padding: 35px 0 0;
}

body.sub #globalnav,
body.groups #globalnav {
  margin: 0 auto 0;
}

/* main section
-------------------------------------------------- */
body.sub #main .section {
  width: auto;
  background: #FFF;
  margin: 0 0 20px;
  padding-bottom: 4em;
  position: relative;
  font-size: 4vw;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 1px #999;
          box-shadow: 0px 1px 1px #999;
}
@media (min-width: 1080px) {
  body.sub #main .section {
    width: 700px;
    margin: 0 0 20px;
    padding-bottom: 80px;
    font-size: 14px;
  }
}
body.sub #main .section h2 {
  font-size: 4.8vw;
  color: #4C4C4C;
  line-height: 1.4;
  margin: 0 auto 2.4em;
  padding: 1.2em 0.8em 1.2em 24px;
  border-bottom: 3px solid #0080CB;
}
@media (min-width: 1080px) {
  body.sub #main .section h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 auto 20px;
    padding: 30px 10px 27px 24px;
  }
}
body.sub #main .section h2:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 21px;
  background: url(../img/common/h_icon.png) center center no-repeat;
  background-size: contain;
  margin-right: 8px;
}
body.sub #main .section h3 {
  color: #4C4C4C;
  line-height: 1em;
  font-weight: normal;
  margin: 0 auto 0.4em;
  padding: 1.2em 0.8em 1.2em 24px;
  font-size: 4.8vw;
}
@media (min-width: 1080px) {
  body.sub #main .section h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 auto 10px;
    padding: 40px 30px 20px 30px;
  }
}
body.sub #main .section strong {
  display: block;
}
body.sub #main .section p {
  margin: 0 0.8em 1.2em 5vw;
  line-height: 1.4;
  font-size: 3.6vw;
}
@media (min-width: 1080px) {
  body.sub #main .section p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 0.8em 1.2em 24px;
  }
}
body.sub #main .section h2.noMargin {
  margin-bottom: 20px;
}
body.sub #main .section .entry {
  padding-top: 5.6vw;
}
@media (min-width: 1080px) {
  body.sub #main .section .entry {
    padding-top: 24px;
  }
}
body.sub #main .section .entry iframe {
  width: 100%;
}
@media (min-width: 1080px) {
  body.sub #main .section .entry iframe {
    width: auto;
  }
}
body.sub #main .section .entry p {
  margin: 0 5vw 1em;
  font-size: 3.6vw;
}
@media (min-width: 1080px) {
  body.sub #main .section .entry p {
    margin: 0 24px 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sub #main .section .entry div {
  margin: 0 30px 20px;
}
body.sub #main .section .entry ul {
  margin: 0 30px 50px;
  line-height: 25px;
  font-size: 14px;
}
body.sub #main .section .entry ul li {
  margin: 0 0 20px;
}
body.sub #main .section .entry table {
  width: 620px;
  margin: 0 30px 20px;
  line-height: 25px;
  font-size: 14px;
  border: 1px solid #999;
}
body.sub #main .section .entry table th, body.sub #main .section .entry table td {
  border: 1px solid #999;
  padding: 5px 10px;
}
body.sub #main .section .entry table th {
  background: #eee;
  text-align: center;
}

img.aligncenter {
  text-align: center;
  display: block;
  margin: 0 auto;
}

body.sub #main .section .date {
  margin: 0 30px 20px 10px;
  text-align: right;
}
body.sub #main .section .lead {
  padding-top: 55px;
}
body.sub #main .btn {
  width: 270px;
  margin-left: 30px;
  margin-right: 30px;
}
body.sub #main .btn a {
  border: 3px solid #ddd;
  padding: 10px;
  display: block;
  text-align: center;
  text-decoration: none;
}
body.sub #main .section .box {
  background: #f0f0f0;
  border: 1px solid #D3D3D5;
  margin: 1.4em 5vw;
  padding: 0.8em;
  line-height: 1.8;
}
@media (min-width: 1080px) {
  body.sub #main .section .box {
    margin: 20px 30px;
    padding: 1.2em;
  }
}
body.sub #main .section .box p {
  line-height: 1.4;
}
@media (min-width: 1080px) {
  body.sub #main .section .box p {
    line-height: 20px;
  }
}
body.sub #main .sec_member .txt_line {
  padding: 40px 0 0;
}
body.sub #main .sec_member .att {
  text-indent: -1em;
  padding-left: 1em;
}
body.sub #main .sec_member .box {
  border: 1px solid #999;
  padding: 15px;
}
body.sub #main .sec_member .mousikomi {
  margin: 20px 30px;
}
@media (min-width: 1080px) {
  body.sub #main .sec_member .mousikomi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body.sub #main .sec_member .mousikomi .start {
  border: 1px solid #ddd;
  padding: 3.2vw 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 4vw;
}
@media (min-width: 1080px) {
  body.sub #main .sec_member .mousikomi .start {
    width: 60%;
    padding: 0.8em 24px;
    margin-bottom: 0;
  }
}
body.sub #main .sec_member .mousikomi .start .txt_th {
  text-align: center;
  margin: 0 auto 0.8em;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1080px) {
  body.sub #main .sec_member .mousikomi .start .txt_th {
    margin: 0 auto 8px;
  }
}
body.sub #main .sec_member .mousikomi .start .ul_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0 auto;
}
@media (min-width: 1080px) {
  body.sub #main .sec_member .mousikomi .start .ul_btn {
    margin: 0 auto;
  }
}
body.sub #main .sec_member .mousikomi .start .ul_btn li {
  width: 48%;
  margin: 0;
}
body.sub #main a.btn_std1 {
  width: 100%;
  border: 3px solid #ddd;
  padding: 10px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.sub ul.format {
  margin-left: 35px;
  margin-bottom: 40px;
}
body.sub ul.format li {
  line-height: 25px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 30px;
  background: url(../img/biz/icon_list.gif) 0 0 no-repeat;
}
body.sub #main .section span {
  /*	color:#ff8800; */
}
body.sub #main .section ol.defalt {
  padding: 10px 35px 10px 35px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}
body.sub #main .section ol.last {
  border-bottom: none;
}
body.sub #main .section ol.defalt li {
  padding-bottom: 20px;
}

/* contents
-------------------------------------------------- */
body#about table {
  width: calc(100% - 10vw);
  margin: 0 5vw 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 3.6vw;
  line-height: 1.8;
}
@media (min-width: 1080px) {
  body#about table {
    font-size: 16px;
    width: calc(100% - 48px);
    margin: 0 24px 20px;
    line-height: 32px;
  }
}
body#about table th, body#about table td {
  border-bottom: 1px solid #DBDBDB;
  padding: 0.4em 0.8em;
}
@media (min-width: 1080px) {
  body#about table th, body#about table td {
    padding: 10px 15px;
  }
}
body#about table th {
  width: 6em;
  padding-left: 1em;
}
@media (min-width: 1080px) {
  body#about table th {
    width: 150px;
    padding-left: 30px;
  }
}
body#about table td {
  background: #fff;
}
body#about .name {
  text-align: right;
  font-size: 20px;
  font-family: "Times New Roman", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

body.sub table.defalt {
  width: 660px;
  border: 4px solid #DBDBDB;
  margin: 0 auto;
}
body.sub table.defalt th, body.sub table.defalt td {
  border-bottom: 1px solid #DBDBDB;
  padding: 8px 5px;
}
body.sub table.defalt th {
  width: 150px;
  background: #f7f7f7;
}
body.sub table.defalt td {
  background: #fff;
}

/* #bulletin #main
---------------------------- */
body#bulletin #main .scroll_w {
  overflow-x: auto;
  margin: 0 5vw;
}
@media (min-width: 1080px) {
  body#bulletin #main .scroll_w {
    margin: 0;
  }
}
@media (max-width: 767px) {
  body#bulletin #main .scroll_w {
    overflow-scrolling: touch;
  }
}
body#bulletin #main table {
  width: 540px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #999;
  font-size: 3.6vw;
  line-height: 1.4;
}
@media (min-width: 1080px) {
  body#bulletin #main table {
    width: 620px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
body#bulletin #main table thead th, body#bulletin #main table thead td {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  background: #eee;
  border: 1px solid #999;
  padding: 5px 0;
}
body#bulletin #main table thead .gou, body#bulletin #main table thead .date, body#bulletin #main table thead .cont {
  text-align: center;
}
body#bulletin #main table th, body#bulletin #main table td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  border: 1px solid #999;
  padding: 5px 5px;
}
body#bulletin #main table .gou {
  width: 6em;
  text-align: center;
}
body#bulletin #main table .date {
  width: 8em;
  text-align: center;
  text-transform: lowercase;
}
@media (min-width: 1080px) {
  body#bulletin #main table .date {
    width: 70px;
  }
}
/* #about #main
---------------------------- */
body#about #main .map {
  width: 80vw;
  margin: 0 auto 2.4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1080px) {
  body#about #main .map {
    width: calc(100% - 48px);
    margin: 0 24px 30px;
  }
}
body#about #main .map iframe {
  width: 100%;
  height: 56vw;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1080px) {
  body#about #main .map iframe {
    height: 350px;
  }
}

/* #diary #main
---------------------------- */
body#voice .section {
  padding-top: 30px;
  font-size: 13px;
}
body#voice .section .entry p {
  font-size: 14px;
  line-height: 25px;
  margin: 0 30px 20px;
}
body#voice .section ul {
  margin: 0 30px 50px;
  border-top: 1px dotted #999;
}
body#voice .section ul li {
  border-bottom: 1px dotted #999;
  padding: 5px 5px 5px 5px;
}

/* #report #main
---------------------------- */
body#report .section {
  padding-top: 30px;
  font-size: 13px;
}
body#report .section p {
  font-size: 14px;
}
body#report .section ul {
  margin: 0 5vw;
}
@media (min-width: 1080px) {
  body#report .section ul {
    margin-left: 30px;
  }
}
body#report .section ul.reportlist li {
  margin-bottom: 20px;
  overflow: hidden;
}
body#report .section ul.reportlist img {
  float: left;
  margin-right: 10px;
  border: 1px solid #ddd;
}
body#report .section ul.reportlist a.border img {
  border: 1px solid #999;
}
body#report .section ul.reportlist a.border:hover img {
  border: 1px solid #c00;
}

body#blog .entry {
  margin: 0 30px;
  margin: 0 0;
}

/* #books #main
---------------------------- */
body#books #main .gr_date {
  overflow: scroll;
  margin: 0 5vw;
}
@media (min-width: 1080px) {
  body#books #main .gr_date {
    margin: 0 auto;
  }
}
body#books #main table {
  width: 620px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #999;
  font-size: 12px;
  line-height: 19px;
}
@media (min-width: 1080px) {
  body#books #main table {
    margin: 0 auto;
  }
}
body#books #main table thead th, body#books #main table thead td {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  background: #eee;
  border: 1px solid #999;
  padding: 5px 0;
}
body#books #main table th, body#books #main table td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  border: 1px solid #999;
  padding: 5px 5px;
}
body#books #main table p {
  margin: 0;
  font-size: 12px;
  line-height: 19px;
}
body#books #main table .name {
  width: 150px;
}
body#books #main table .chosya {
  width: 110px;
}
body#books #main table .price {
  width: 50px;
}
/* #rental #main
---------------------------- */
body#rental #main .section {
  padding-top: 30px;
}
body#rental #main p {
  font-size: 13px;
}
body#rental #main table {
  width: 620px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #999;
  font-size: 13px;
}
body#rental #main table thead th, body#rental #main table thead td {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  background: #eee;
  border: 1px solid #999;
  padding: 5px 0;
}
body#rental #main thead .gou, body#rental #main thead .date, body#rental #main thead .cont {
  text-align: center;
}
body#rental #main table th, body#rental #main table td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  border: 1px solid #999;
  padding: 5px 5px;
}
body#rental #main .gou {
  width: 4em;
  text-align: center;
}
body#rental #main .date {
  width: 60px;
  text-align: center;
}
/* #privacy #main
---------------------------- */
body#privacy #main .section h3 {
  font-size: 4.4vw;
  line-height: 1.4;
  margin: 0 auto;
  padding: 30px 2vw 6px 5vw;
}
@media (min-width: 1080px) {
  body#privacy #main .section h3 {
    font-size: 20px;
    padding: 30px 10px 8px 30px;
  }
}
body#privacy #main #polisy {
  padding-top: 30px;
  font-size: 13px;
}
body#privacy #main #polisy ol {
  margin-left: 30px;
  font-size: 3.6vw;
  line-height: 1.4;
}
@media (min-width: 1080px) {
  body#privacy #main #polisy ol {
    line-height: 1.6;
    font-size: 15px;
  }
}
body#privacy #main #polisy ol li {
  list-style-type: decimal;
  margin-left: 20px;
}

/* #links #main
---------------------------- */
body#links #main .section h3 {
  font-size: 4.4vw;
  color: #4C4C4C;
  line-height: 1.8;
  font-weight: normal;
  margin: 0 auto 0px;
  padding: 10px 5vw 10px;
}
@media (min-width: 1080px) {
  body#links #main .section h3 {
    line-height: 1.8;
    font-size: 24px;
    padding: 10px 30px 10px 35px;
  }
}
body#links #main #linklist ul {
  margin: 0 5vw 40px;
  border-top: 1px solid #ccc;
  list-style: none;
  line-height: 1.8;
}
@media (min-width: 1080px) {
  body#links #main #linklist ul {
    margin: 0 32px 40px;
  }
}
body#links #main #linklist ul li {
  border-bottom: 1px dotted #ccc;
  margin: 0;
  padding: 8px 5px;
  font-size: 3.6vw;
}
@media (min-width: 1080px) {
  body#links #main #linklist ul li {
    font-size: 14px;
  }
}
body#links #main #linklist ul li a {
  display: block;
}

/* sub
---------------------------- */
@media (min-width: 1080px) {
  body.sub #sub {
    width: 250px;
    float: right;
    margin-bottom: 100px;
  }
}
body.sub #sub .column h4 {
  padding: 15px 0 10px 20px;
}
body.sub #sub p {
  width: 185px;
  padding-left: 15px;
  font-size: 10px;
}

#sub .categoryNav {
  padding-bottom: 30px;
}
#sub .categoryNav ul {
  border-bottom: 2px solid #ccc;
}
#sub .categoryNav ul li {
  border-top: 1px solid #fff;
}
#sub .categoryNav ul a {
  display: block;
  padding: 10px 5px 10px 18px;
  background: url(../img/common/side_icon_link.gif) 3px center no-repeat;
  border-bottom: 1px solid #ccc;
  color: #2869AA;
}
#sub .categoryNav ul a:hover {
  padding-left: 21px;
  background: url(../img/common/side_icon_link_o.gif) 6px center no-repeat #2869aa;
  color: #fff;
}

/* #kids.groups #main
---------------------------- */
body#kids #main .byname {
  text-align: right;
}

body.groups #main {
  width: 90vw;
  float: none;
  margin: 2.4vw 5vw 0;
}
@media (min-width: 1080px) {
  body.groups #main {
    width: 730px;
    margin: 50px auto 0;
  }
}
body.groups #main .section h2 {
  font-size: 5.6vw;
  margin: 0 5px 10px;
  padding: 0;
  line-height: 1;
  background: none;
  border-bottom: none;
}
@media (min-width: 1080px) {
  body.groups #main .section h2 {
    font-size: 30px;
  }
}
body.groups .entry img {
  display: block;
  margin: 10px auto 20px;
}
body.groups .entry table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 3px solid #333;
  border-top: 3px solid #333;
  font-size: 4vw;
  margin-bottom: 2.4vw;
  line-height: 1.4;
}
@media (min-width: 1080px) {
  body.groups .entry table {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
body.groups .entry table th, body.groups .entry table td {
  border-bottom: 1px dotted #333;
  padding: 10px 8px;
}
body.groups .entry table th {
  border-right: 3px solid #333;
}
body#chiku .entry table th {
  width: 8em;
  border-right: 3px solid #333;
}
@media (min-width: 1080px) {
  body#chiku .entry table th {
    width: 150px;
  }
}
body.groups #main .section {
  background: url(../img/groups/groups_line.gif) 0 bottom no-repeat;
  padding: 0 0 40px;
  margin-bottom: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.groups #main .section p {
  font-size: 3.6vw;
  margin-left: 5px;
  margin-bottom: 15px;
  padding: 0;
  line-height: 1.4;
}
@media (min-width: 1080px) {
  body.groups #main .section p {
    font-size: 15px;
    line-height: 1.64;
  }
}
body.groups #main .section ul {
  margin-bottom: 0;
}
body.groups #main .section ul li {
  overflow: hidden;
}
body.groups #main .section ul li dl {
  border-bottom: 1px dotted #999;
  padding: 0 5px 10px;
  margin-bottom: 15px;
}
body.groups #main .section ul li dt {
  font-size: 3.6vw;
}
@media (min-width: 1080px) {
  body.groups #main .section ul li dt {
    font-size: 14px;
  }
}
body.groups #main .section ul li dd {
  font-size: 4vw;
}
@media (min-width: 1080px) {
  body.groups #main .section ul li dd {
    font-size: 17px;
  }
}
body.groups #main .section .thum {
  width: 32vw;
  height: 24vw;
  float: right;
  margin: 0 0 0 2.4vw;
  padding: 0 0 0 13px;
}
@media (min-width: 1080px) {
  body.groups #main .section .thum {
    width: 225px;
    height: 185px;
    margin: 4px 0 0 30px;
    padding: 10px 0 0 13px;
  }
}
body.groups #main .section .thum a img {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.2);
}
body.groups #main .ul_backnumber {
  margin: 40px 0 16px;
}
body.groups #main .ul_backnumber > li dl > dt, body.groups #main .ul_backnumber > li dl > dd {
  display: table-cell;
  vertical-align: top;
  font-size: 3.6vw;
}
@media (min-width: 1080px) {
  body.groups #main .ul_backnumber > li dl > dt, body.groups #main .ul_backnumber > li dl > dd {
    font-size: 17px;
  }
}
body.groups #main .ul_backnumber > li dl > dt {
  width: 8em;
}
@media (min-width: 1080px) {
  body.groups #main .ul_backnumber > li dl > dt {
    width: 140px;
  }
}
body.groups #main .section a.btn_std1 {
  width: 80%;
  display: block;
  background: #F45300;
  border-radius: 8px;
  padding: 8px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 4.4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1080px) {
  body.groups #main .section a.btn_std1 {
    width: 40%;
    font-size: 18px;
  }
}
body.groups #main .section a.btn_std1:hover {
  opacity: 0.64;
}
body.groups #main .news {
  background: #fff;
  border: 1px solid #666;
  margin-bottom: 40px;
  padding-bottom: 10px;
  overflow: hidden;
}
body.groups #main .news h2 {
  font-size: 20px;
  text-align: center;
  padding: 8px 0;
  border-bottom: 1px dotted #666;
  margin: 0 10px 15px;
}
body.groups #main .news .date {
  width: 455px;
  min-height: 220px;
  float: right;
  margin: 0 15px 10px 0;
}
body.groups #main .news .date table {
  width: 455px;
  border-collapse: collapse;
  border-bottom: 1px solid #999;
  margin-top: 10px;
}
body.groups #main .news .date table th, body.groups #main .news .date table td {
  border-top: 1px solid #999;
  padding: 8px 3px;
}
body.groups #main .news .date table th {
  width: 100px;
  text-align: center;
}
body.groups #main .news .thum {
  float: left;
  margin-left: 15px;
}
body.groups #main .news .thum img {
  border: 1px solid #bbb;
  padding: 1px;
}
body.groups #main .news .next {
  padding: 10px 0 10px;
  clear: both;
  text-align: center;
  overflow: hidden;
}

body#blog .news {
  margin: 0 30px;
  overflow: hidden;
}
body#blog #main .news .date {
  width: 355px;
  min-height: 220px;
  float: right;
  margin: 0 15px 10px 0;
}
body#blog #main .news .date table {
  width: 355px;
  border-collapse: collapse;
  border-bottom: 1px solid #999;
  margin-top: 0px;
}
body#blog #main .news .date table th, body#blog #main .news .date table td {
  border-top: 1px solid #999;
  padding: 8px 3px;
}
body#blog #main .news .date table th {
  width: 100px;
  text-align: center;
}
body#blog #main .news .thum {
  float: left;
  margin-left: 0px;
}
body#blog #main .news .thum img {
  border: 1px solid #bbb;
  padding: 1px;
}

/* #mikanyama
---------------------------- */
body.sub,
body.groups {
  background: url(/site/img/groups/common/sub_bg.jpg) 0 0 repeat-x !important;
}
body.sub #siteheader,
body.groups #siteheader {
  height: 244px;
}

body#mikanyama #key {
  background: url(../img/groups/mikanyama/key_bg_mikanyama.png) center bottom no-repeat;
  background-size: auto 80%;
}
@media (min-width: 1080px) {
  body#mikanyama #key {
    background: url(../img/groups/mikanyama/key_bg_mikanyama.png) center bottom no-repeat;
  }
}
body#mikanyama #key img {
  padding: 8px 0 0;
}

#mikanyama #main .ankernav_sec {
  margin: -60px auto 40px;
}
#mikanyama #main .ankernav_sec ul {
  text-align: center;
  letter-spacing: -0.4em;
  padding: 12px 0;
}
#mikanyama #main .ankernav_sec ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 2px;
}
#mikanyama #main .ankernav_sec ul li a {
  width: 5em;
  display: block;
  position: relative;
  text-decoration: none;
  line-height: 1;
  font-size: 4vw;
  padding: 12px 0;
  color: #333;
  border-bottom: 2px solid #000;
}
@media (min-width: 1080px) {
  #mikanyama #main .ankernav_sec ul li a {
    font-size: 16px;
    width: 120px;
  }
}
#mikanyama #main .ankernav_sec ul li a:after {
  content: "▼";
  position: absolute;
  display: block;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari用 */
  transform: translateX(-50%);
  color: #000;
}
@media (min-width: 1080px) {
  #mikanyama #main .ankernav_sec ul li a:after {
    bottom: -16px;
    left: 50%;
  }
}
#mikanyama #main .ankernav_sec ul li a:hover {
  color: #F45300;
  border-bottom: 2px solid #F45300;
}
#mikanyama #main .ankernav_sec ul li a:hover:after {
  color: #F45300;
}
#mikanyama #main h1 {
  font-weight: normal;
  font-size: 5.6vw;
  line-height: 1.2;
  text-align: center;
  border: 3px solid #F45300;
  background: #fff;
  margin: 0 auto 50px;
  padding: 0.4em 0;
}
@media (min-width: 1080px) {
  #mikanyama #main h1 {
    font-size: 30px;
    line-height: 1;
    padding: 30px 0;
  }
}
#mikanyama #main .section h2 {
  margin: 0;
  padding: 0.8em 0 0.4em;
}
@media (min-width: 1080px) {
  #mikanyama #main .section h2 {
    margin: 0 5px;
    padding: 32px 0 16px;
  }
}
#mikanyama #main .section h3 {
  color: #4C4C4C;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 auto 10px;
  padding: 5px 5px;
  border-bottom: 1px dotted #333;
}
#mikanyama #main .section .section {
  background: none;
  padding: 0 0 0;
  margin-bottom: 40px;
}
#mikanyama #main .section #work p img, #mikanyama #main .section #recreation p img {
  width: 100%;
}
#mikanyama #main #access .map iframe {
  width: 100%;
  height: 50vw;
}
@media (min-width: 1080px) {
  #mikanyama #main #access .map iframe {
    width: 720px;
    height: 350px;
  }
}
#mikanyama .entry table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 3px solid #333;
  border-top: 3px solid #333;
  font-size: 4vw;
  margin-bottom: 40px;
}
@media (min-width: 1080px) {
  #mikanyama .entry table {
    font-size: 14px;
  }
}
#mikanyama .entry table th, #mikanyama .entry table td {
  border-bottom: 1px dotted #333;
  padding: 10px 8px;
}
#mikanyama .entry table th {
  width: 130px;
  border-right: 3px solid #333;
}
#mikanyama #main #zigyou dl {
  font-size: 13px;
  margin: 0;
  padding: 0;
}
#mikanyama #main #zigyou dl dt {
  font-size: 13px;
}
#mikanyama #main #zigyou dl dd {
  font-size: 13px;
}
#mikanyama #main #zigyou dl dd ul {
  margin: 0;
  padding: 0;
}
#mikanyama #main #zigyou ul li {
  margin: 0 5px;
}
#mikanyama .entry #zigyou table {
  border: 1px solid #333;
}
#mikanyama .entry #zigyou table ul {
  margin: 0;
  padding: 0;
}
#mikanyama .entry #zigyou table ul li {
  list-style: disc inside;
  padding-left: 0px;
}

body#mikanyama #key img {
  padding: 0;
}
@media (min-width: 1080px) {
  body#mikanyama #key .grid_2cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body#mikanyama #key .grid_2cell .info_gr {
  color: #fff;
  font-size: 14px;
  padding-left: 16px;
  text-shadow: #2C5C92 2px 0px 0px, #2C5C92 -2px 0px 0px, #2C5C92 0px -2px 0px, #2C5C92 0px 2px 0px, #2C5C92 2px 2px 0px, #2C5C92 -2px 2px 0px, #2C5C92 2px -2px 0px, #2C5C92 -2px -2px 0px, #2C5C92 1px 2px 0px, #2C5C92 -1px 2px 0px, #2C5C92 1px -2px 0px, #2C5C92 -1px -2px 0px, #2C5C92 2px 1px 0px, #2C5C92 -2px 1px 0px, #2C5C92 2px -1px 0px, #2C5C92 -2px -1px 0px, #2C5C92 1px 1px 0px, #2C5C92 -1px 1px 0px, #2C5C92 1px -1px 0px, #2C5C92 -1px -1px 0px;
}
@media (max-width: 767px) {
  body#mikanyama #key .grid_2cell .info_gr {
    display: none;
  }
}
body#mikanyama #key .grid_2cell .info_gr .txt_tel b {
  font-size: 20px;
  letter-spacing: 0.2em;
}

/* #step-mikanyama
---------------------------- */
body#step-mikanyama {
  background: url(../img/groups/mikanyama/sub_bg_mikanyama.jpg) 0 0 repeat-x;
}
body#step-mikanyama #key {
  background: url(../img/groups/mikanyama/key_bg_mikanyama.jpg) 0 0 no-repeat;
}
body#step-mikanyama #key img {
  padding: 40px 0 0;
}

#step-mikanyama #main h1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border: 3px solid #F45300;
  background: #fff;
  margin: 0 auto 50px;
  padding: 30px 0;
}
#step-mikanyama #main .section h2 {
  margin: 0 5px 10px;
}
#step-mikanyama #main .section h3 {
  color: #4C4C4C;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 auto 10px;
  padding: 5px 5px;
  border-bottom: 1px dotted #333;
}
#step-mikanyama #main .section .section {
  background: none;
  padding: 0 0 0;
  margin-bottom: 40px;
}
#step-mikanyama .entry table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 3px solid #333;
  border-top: 3px solid #333;
  font-size: 3.6vw;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (min-width: 1080px) {
  #step-mikanyama .entry table {
    font-size: 14px;
  }
}
#step-mikanyama .entry table th, #step-mikanyama .entry table td {
  border-bottom: 1px dotted #333;
  padding: 10px 8px;
}

#mikanyama .entry table th {
  width: 8em;
  border-right: 3px solid #333;
}
@media (min-width: 1080px) {
  #mikanyama .entry table th {
    width: 130px;
  }
}

#step-mikanyama #main #zigyou dl {
  font-size: 13px;
  margin: 0;
  padding: 0;
}
#step-mikanyama #main #zigyou dl dt {
  font-size: 13px;
}
#step-mikanyama #main #zigyou dl dd {
  font-size: 13px;
}
#step-mikanyama #main #zigyou dl dd ul {
  margin: 0;
  padding: 0;
}
#step-mikanyama #main #zigyou ul li {
  margin: 0 5px;
}
#step-mikanyama .entry #zigyou table {
  border: 1px solid #333;
}
#step-mikanyama .entry #zigyou table ul {
  margin: 0;
  padding: 0;
}
#step-mikanyama .entry #zigyou table ul li {
  list-style: disc inside;
  padding-left: 0px;
}

/* mikanyama nav */
.nav_mikanyama {
  margin-bottom: 32px;
  letter-spacing: -0.4em;
  text-align: right;
}
.nav_mikanyama li {
  display: inline-block;
  margin-left: 16px;
  letter-spacing: normal;
}
.nav_mikanyama li a {
  display: inline-block;
  padding: 8px 16px;
  border: 4px solid #999;
  border-radius: 24px;
  text-decoration: none;
  color: #999;
  font-weight: bold;
}
.nav_mikanyama li.active a {
  border: 4px solid #f45300;
  color: #f45300;
}
.nav_mikanyama li.active a:hover {
  opacity: 0.6;
}
.nav_mikanyama li a:hover {
  border: 4px solid #f45300;
  color: #f45300;
}

#pageNavi {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.2rem;
}
@media (min-width: 1080px) {
  #pageNavi {
    margin-bottom: 0;
  }
}
#pageNavi .next,
#pageNavi .back {
  width: 50%;
}
#pageNavi .next {
  text-align: right;
}
/* pagination
---------------------------- */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}
.pagination span {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #555;
}
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #555;
}
.pagination a:hover {
  color: #fff;
  background: #3279BB;
}
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #3279BB;
  color: #fff;
}

/* news
---------------------------- */
body#news #main .section {
  padding-top: 30px;
}
body#news #main .section ul {
  border-top: 1px dotted #333;
  margin: 0 30px 0;
}
body#news #main .section li {
  padding: 5px;
  border-bottom: 1px dotted #333;
}
body#news #main .section p {
  line-height: 25px;
  margin: 0;
}
body#news #main .section .date {
  margin: 0;
  text-align: left;
}

/* news
---------------------------- */
body#contact .entry table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  margin: 0 auto 10px;
  font-size: 4vw;
}
@media (min-width: 1080px) {
  body#contact .entry table {
    width: 620px;
    font-size: 14px;
  }
}
body#contact .entry table th, body#contact .entry table td {
  border-bottom: 1px dotted #999;
  padding: 10px 8px;
}
body#contact .entry table th {
  width: 150px;
  border-right: 1px solid #999;
}
body#contact #main .entry p {
  line-height: 1.8;
  margin: 0 30px;
}
body#contact #main .wpcf7-submit {
  width: 350px;
  margin: 20px auto;
  padding: 5px 0;
  text-align: center;
  border: 3px solid #ccc;
  background: #fff;
  cursor: pointer;
}
body#contact #main .wpcf7-validation-errors {
  margin: 0 30px;
  padding: 30px 0 10px;
}
body#contact #main .wpcf7-not-valid-tip {
  display: block;
  margin: 5px 0 0;
}
body#contact #main .submit {
  width: 350px;
  margin: 0 auto;
}

/*-----------------------------------------------------------
   not 404
-----------------------------------------------------------*/
@media (max-width: 767px) {
  main.main_not404 .pagetitle {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  main.main_not404 .pagetitle .cont {
    padding: 16% 0 8%;
  }
}
main.main_not404 .gr_txt {
  margin-bottom: 12%;
}
@media (min-width: 1080px) {
  main.main_not404 .gr_txt {
    margin-bottom: 0;
  }
}
main.main_not404 .gr_txt .hd_gr .txt_404 {
  line-height: 1.4;
  font-weight: 400;
  font-size: 6vw;
  margin-bottom: 10%;
}
@media (min-width: 1080px) {
  main.main_not404 .gr_txt .hd_gr .txt_404 {
    font-size: 3.4rem;
    margin-bottom: 0%;
  }
}
main.main_not404 .gr_txt .hd_gr .txt_404 b {
  font-family: "Jost";
  font-weight: 500;
  color: #316EA9;
  display: block;
  line-height: 1;
  font-size: 24vw;
  margin-bottom: 6.4%;
}
@media (min-width: 1080px) {
  main.main_not404 .gr_txt .hd_gr .txt_404 b {
    margin-bottom: 0;
    font-size: 18rem;
  }
}
main.main_not404 .gr_txt .hd_gr h1.tit {
  line-height: 1.2;
  font-weight: 400;
  font-size: 5vw;
  padding: 2% 0;
}
@media (min-width: 1080px) {
  main.main_not404 .gr_txt .hd_gr h1.tit {
    line-height: 1.4;
    font-size: 2.8rem;
  }
}
main.main_not404 .gr_txt p.cap {
  line-height: 1.4;
  margin-bottom: 4%;
  font-size: 3.2vw;
}
@media (min-width: 1080px) {
  main.main_not404 .gr_txt p.cap {
    margin-bottom: 1.6%;
    font-size: 2rem;
  }
}

/*-----------------------------------------------------------
   form thanks
-----------------------------------------------------------*/
.page-contact-privacy {
  overflow: auto;
  height: 300px;
  background-color: #fff;
  color: #333;
  padding: 30px;
  font-size: 16px;
  margin-bottom: 0.4em;
}
@media (max-width: 1023px) {
  .page-contact-privacy {
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-contact-privacy {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.page-contact-privacy h2 {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-contact-privacy h3 {
  margin-bottom: 10px;
}
.page-contact-privacy p {
  margin-bottom: 30px;
}

.page-contact-txt {
  text-align: center;
  margin-bottom: 1.6em;
}

input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=checkbox] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 0 0 57px;
  font-size: 28px;
}
@media (max-width: 1023px) {
  input[type=checkbox] ~ span {
    font-size: 18px;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  input[type=checkbox] ~ span {
    margin-bottom: 15px;
    padding: 0 0 0 30px;
    font-size: 16px;
  }
}
input[type=checkbox] ~ span::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #fff;
  display: block;
  background: transparent;
}
@media (max-width: 1023px) {
  input[type=checkbox] ~ span::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  input[type=checkbox] ~ span::before {
    width: 14px;
    height: 14px;
  }
}

input[type=checkbox] ~ span::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  height: 7px;
  width: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 18px;
  left: 7px;
  opacity: 0;
}
@media (max-width: 1023px) {
  input[type=checkbox] ~ span::after {
    height: 5px;
    width: 14px;
    top: 11px;
    left: 5px;
  }
}
@media (max-width: 767px) {
  input[type=checkbox] ~ span::after {
    width: 10px;
    height: 5px;
    top: 9px;
    left: 3px;
  }
}

input[type=checkbox]:checked ~ span::after {
  opacity: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
}

div.wpcf7-response-output {
  margin: 2em 0 0 0;
  padding: 0;
  border: none;
  font-weight: bold;
  text-align: center;
}

div.wpcf7-mail-sent-ok {
  border: none;
  color: #000;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 2em;
}

h4.member_txt_sent {
  margin: 2em 0;
  text-align: center;
}

.member_txt_sent {
  text-align: center;
}

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
  border: none;
  color: #dc0003;
  font-weight: bold;
}

div.wpcf7-spam-blocked {
  border: none;
  color: #dc0003;
  font-weight: bold;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none;
  color: #dc0003;
  font-weight: bold;
}

span.wpcf7-not-valid-tip {
  color: #dc0003;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  margin: 0.4em 0 1em 0;
}
@media (min-width: 1080px) {
  span.wpcf7-not-valid-tip {
    font-size: 1.6rem;
  }
}

.wpcf7-not-valid {
  background: #ffd0d1;
}

#wrap_contact table .post {
  margin: 0;
  padding: 0;
}

.member_txt {
  padding: 0 0 5px 0;
}

.sent table {
  display: none !important;
}

div.wpcf7 .ajax-loader {
  background-image: none;
  vertical-align: baseline;
}

div.wpcf7 .ajax-loader::after {
  content: "\f110";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  display: inline-block;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.back-top {
  background: #316EA9;
  color: #fff;
  padding: 15px 30px;
  margin: 50px auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
  background: transparent !important;
}

.wpcf7c-conf {
  background: transparent;
}

main.main_thanks .pagetitle {
  background-image: url(../img_sp/thanks/key_bg1.png);
}
@media (min-width: 1080px) {
  main.main_thanks .pagetitle {
    background-image: url(../img/thanks/key_bg1.png);
  }
}
main.main_thanks .pagetitle .gr_txt {
  margin-bottom: 16vw;
}
@media (min-width: 1080px) {
  main.main_thanks .pagetitle .gr_txt {
    margin-bottom: 0;
  }
}
main.main_thanks .pagetitle .gr_txt .hd_gr .tit {
  color: #316EA9;
  line-height: 1.4;
  margin-bottom: 4%;
  font-size: 5.05vw;
}
@media (min-width: 1080px) {
  main.main_thanks .pagetitle .gr_txt .hd_gr .tit {
    font-size: 3.4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  main.main_thanks .pagetitle .gr_txt .hd_gr .tit:after {
    display: none;
  }
}
main.main_thanks .pagetitle .gr_txt p {
  line-height: 1.6;
  font-size: 4.2vw;
}
@media (min-width: 1080px) {
  main.main_thanks .pagetitle .gr_txt p {
    font-size: 2.4rem;
  }
}

/*-----------------------------------------------------------
   share
-----------------------------------------------------------*/
.dl_table > li {
  display: table;
}
.dl_table > li dl {
  display: table-row;
}
.dl_table > li dl dt, .dl_table > li dl dd {
  display: table-cell;
}

/*------------------- エントリーリセット ---------------------*/
.entry {
  line-height: 2;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  position: static;
  clear: both;
  float: none;
  color: #316EA9;
}
.entry h1 {
  font-size: 145.5%;
}
.entry h2 {
  font-size: 136.4%;
  border-bottom: 1px solid #316EA9;
}
.entry h3 {
  font-size: 127.3%;
}
.entry h4 {
  font-size: 127.3%;
}
.entry h5 {
  font-size: 118.2%;
}
.entry h6 {
  font-size: 100%;
}
.entry strong, .entry b {
  font-weight: bold;
}
.entry p {
  margin: 0em 0em 0.8em 0em;
}
.entry em {
  font-style: italic;
}
.entry ol {
  margin: 1em 2em 1em;
}
.entry ul {
  margin: 1em 0 1em;
}
.entry ul li {
  margin: 0em 0em 0.5em 1em;
}
.entry ol li {
  margin: 0em 0em 0.5em 0em;
}
.entry ul {
  list-style: disc;
}
.entry ol {
  list-style: decimal;
}
.entry dl {
  margin: 1em 0;
}
.entry dd {
  margin-left: 2em;
}
.entry table.wp-oembed,
.entry table.wp-oembed td {
  border: none;
}
.entry table caption {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.entry table {
  clear: both;
  width: 99%;
  border: 1px #ccc solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0 1em 1px;
}
.entry table th {
  padding: 0.5em;
  border: #ccc solid;
  border-width: 0 0 1px 1px;
  background: #f5f5f5;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}
.entry table td {
  padding: 0.5em;
  border: 1px #ccc solid;
  border-width: 0 0 1px 1px;
}
.entry img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.entry img.aligncenter {
  margin: auto;
}
.entry a {
  text-decoration: underline;
}