@charset "utf-8";
/*
Theme Name: TUKURU
Theme URI: https://296.co.jp/
Author: Dai Kojima
Author URI: https://296.co.jp/
Description:
Version: 1.0
License:
License URI:
Tags:
*/
/*--------------------------------------------------------------
normalize
Styles based on Normalize v5..0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	line-height: 1.15;
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figcaption,
figure,
main {
	display: block;
}
figure {
	margin: 1em 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: 700;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #eee;
	color: #222;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	height: auto;
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}

/*-----
基本設定
-----*/
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
html.noscroll {
  position: relative;
  overflow: hidden;
}
html.noscroll::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  z-index: 998;
}
body {
	font-size: clamp(0px,(100vw / 80), 16px);
	font-family: YakuHanJP,'Ubuntu','Noto Sans JP',sans-serif;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .025em;
	color: #1a1a1a;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6,th {
  
}
a {
  color: #0693e3;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none !important;
}
@media (max-width: 769px) {
  body {
    font-size: clamp(0px,(100vw / 25), 16px);
  }
}

/*--------------------------------------------------------------
header.site
--------------------------------------------------------------*/
header.site {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75em;
  z-index: 999;
}
header.site.fixed {
  position: fixed;
  color: #1a1a1a;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 3px 25px rgb(77 77 99 / 10%);
  z-index: 999;
}
header.site .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
header.site .container .logo {
  margin: 0 0 0 1em;
  padding: 1em 0;
  height: 100%;
  font-size: 1em;
}
header.site .container .logo a {
  display: block;
  height: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #1a1a1a;
  vertical-align: middle;
}
header.site .container .logo a img {
  display: inline-block;
  width: auto;
  height: 100%;
}
header.site .container .logo a span {
  display: inline-block;
  padding: 0 0 0 .5em;
  font-size: .875em;
  vertical-align: super;
}
header.site .container .logo a span small {
  padding-left: .125em;
  font-size: .875em;
  vertical-align: super;
}
header.site .container nav {
  display: flex;
  height: 100%;
}
header.site .container nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style-type: none;
}
header.site .container nav ul li {
  position: relative;
  height: 100%;
}
header.site .container nav ul li span,
header.site .container nav ul li a {
  display: inline-block;
  padding: 1.6427em 1em 1.6427em 0;
  height: 100%;
  font-size: .875em;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #1a1a1a;
  cursor: pointer;
}
header.site .container nav ul li span:hover,
header.site .container nav ul li a:hover {
  color: #fff200;
}
header.site .container nav ul li .child {
  position: absolute;
  left: -1em;
  display: block;
  transform: translateY(10px);
  padding: .625em 0 0 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  opacity: 0;
}
header.site .container nav ul li:hover > .child,
header.site .container nav ul li span:hover + .child {
  margin: -.5em 0 1em;
  height: auto;
  opacity: 1;
  z-index: 999;
  transform: translateY(0);
  pointer-events: auto;
}
header.site .container nav ul li .child ul {
  display: block;
  margin: 0;
  padding: 1em 1.5em;
  width: 16em;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.125);
}
header.site .container nav ul li .child ul li {
  position: relative;
  display: block;
  margin: 0;
  padding: .75em 2em .75em 1em;
  transition: .3s;
}
header.site .container nav ul li .child ul li:hover {
  background-color: #ffeaff;
  border-radius: 6px;
}
header.site .container nav ul li .child ul li::before,
header.site .container nav ul li .child ul li::after {
  content: "";
  position: absolute;
  transition: right 0.3s ease;
}
header.site .container nav ul li .child ul li::before {
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 0.875em;
  height: 2px;
  background-color: #fff200;
  border-radius: 1px;
}
header.site .container nav ul li .child ul li::after {
  top: calc(50% - 2px);
  right: 28px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff200;
  border-right: 2px solid #fff200;
  -webkit-transform: rotate(45deg)translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  border-radius: 1px;
}
header.site .container nav ul li .child ul li:hover::before {
  right: 15px;
}
header.site .container nav ul li .child ul li:hover::after {
  right: 20px;
}
header.site .container nav ul li .child ul li a {
  padding: 0;
  height: auto;
  color: #1a1a1a;
}
header.site .container nav ul li .child ul li a:hover {
  opacity: 1;
}
header.site .container nav ul li.reserve a {
  display: flex;
  align-items: center;
  padding: 0 1.25em;
  height: 100%;
  font-size: .875em;
  text-decoration: none;
  color: #1a1a1a;
}
header.site .container nav ul li.reserve a {
  margin: 0 0 0 10px;
  padding: 0 1.25em 0 1.375em;
  border-radius: 0 0 0 .875em;
  background-color: #fff200;
}
header.site.fixed .container nav ul li.reserve a {
  border-radius: 0;
}
header.site .container nav ul li a.shine {
  position: relative;
  overflow: hidden;
}
header.site .container nav ul li a.shine::before {
  position: absolute;
  content: '';
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}
header.site .container nav ul li a.shine:hover::before {
	animation: shine .5s;
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
header.site .container nav.mobile,
header.site a.toggle {
	display: none;
}
@media (max-width: 769px) {
header.site.fixed {
  position: absolute;
}
header.site .container .logo {
  margin: 0;
  padding: 1.25em 0;
  width: 100%;
  text-align: center;
}
header.site .container .logo a img {
  display: none;
}
header.site .container .logo a span {
  padding: 0;
  font-size: .5em;
}
header.site .container nav.desktop {
  display: none;
}
header.site .container nav.mobile {
  position: fixed;
  overflow-y: scroll;
  display: block;
  top: 0;
  right: -100%;
  padding: 5em 2em 2em;
  width: 20em;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  transition: right .2s;
}
header.site .container nav.mobile nav {
  display: block;
  height: auto;
}
header.site .container nav.mobile nav:not(:first-child) {
  margin: 1em 0 0;
}
header.site .container nav.mobile nav h6 {
  margin: 0;
  font-size: .9375em;
}
header.site .container nav.mobile nav h6::after {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: .75em;
  font-weight: normal;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: .05em;
}
header.site .container nav.mobile nav:nth-child(1) h6::after { content: "MENU"; }
header.site .container nav.mobile nav:nth-child(2) h6::after { content: "OPTION"; }
header.site .container nav.mobile nav:nth-child(3) h6::after { content: "OTHERS"; }
header.site .container nav.mobile nav ul {
  display: block;
  height: auto;
}
header.site .container nav.mobile nav ul li {
  
}
header.site .container nav.mobile nav ul li a {
  position: relative;
  display: flex;
  padding: 0.625em 1.75em;
  height: auto;
  font-size: .75em;
}
header.site .container nav.mobile nav ul li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background-color: #f5f5f5;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header.site .container nav.mobile nav ul li a::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background-color: #fff200;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) scale(0.25);
  transform: translateY(-50%) scale(0.25);
}
header.site a.toggle {
	position: fixed;
	top: 8px;
	right: 8px;
	margin: 24px 24px 24px 24px;
	width: 16px;
	height: 14px;
	z-index: 999999;
	cursor: pointer;
}
header.site a.toggle::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -18px;
  left: -17px;
  background-color: #fff200;
  border-radius: 50%;
  box-shadow: 0 .625em 1.25em -.3125em rgb(0 0 0 / 20%);
}
header.site a.toggle.active {

}
header.site a.toggle,
header.site a.toggle span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
}
header.site a.toggle span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1.5px;
	background-color: #1a1a1a;
	border-radius: 4px;
}
header.site a.toggle span:nth-of-type(1) {
	top: 0;
}
header.site a.toggle span:nth-of-type(2) {
	top: 6px;
	width: 80%;
}
header.site a.toggle span:nth-of-type(3) {
	bottom: 0;
	width: 60%;
}
header.site a.toggle.active {
	color: #1a1a1a;
}
header.site a.toggle.active span {
	background-color: #1a1a1a;
}
header.site a.toggle.active span:nth-of-type(1) {
  top: -1.5px;
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
header.site a.toggle.active span:nth-of-type(2) {
	opacity: 0;
}
header.site a.toggle.active span:nth-of-type(3) {
  width: 100%;
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}
}




/*-----
footer
-----*/
footer.site {
	margin: 5em 0 0;
}
.home footer.site {

}
footer.site .container {
	margin: 0 auto;
	padding: 1em 0;
	width: 94%;
	max-width: 1140px;
}
footer.site .container nav {
  
}
footer.site .container nav h4 {
	margin: 0 0 .25em;
}
footer.site .container nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
	padding: 0;
	list-style-type: none;
}
footer.site .container nav ul li {
	margin: 0 1em .5em 0;
	font-size: .8125em;
	opacity: .375;
}
footer.site .container nav ul li.enable {
  opacity: 1;
}
footer.site .container nav ul li a {
  display: block;
	text-decoration: none;
	color: inherit;
	opacity: 1;
	transition: .3s;
}
footer.site .container nav ul li a:hover {
  text-decoration: underline;
}
footer.site .container .copyright {
  margin: 2em 0 0;
	text-align: center;
}
footer.site .container .copyright a {
	display: inline-block;
	transition: .2s;
}
footer.site .container .copyright a:hover {
	opacity: .5;
}
footer.site .container .copyright a img {
	width: 75px;
}
footer.site .container .copyright .license {
  margin: 0;
  font-size: .75em;
}
footer.site .container .copyright span {
	display: block;
	font-size: .625em;
}
@media (min-width: 960px) and (max-width: 1279px) {
	
}
@media (min-width: 640px) and (max-width: 959px) {

}
@media (max-width: 639px) {
footer.site .container .row {
	display: inherit;
}
footer.site .container nav {
	margin: 0 0 1em;
	text-align: center;
}
}
/*#page-top*/
#page-top {
	position: fixed;
	right: 1em;
	bottom: 1em;
	z-index: 9;
}
#page-top a {
	display: inline-block;
	padding: .5em;
	font-size: 1em;
	line-height: 1em;
	text-decoration: none;
	color: #1a1a1a;
	border: 3px solid #1a1a1a;
	border-radius: 50%;
}
@media (min-width: 960px) and (max-width: 1279px) {
	
}
@media (min-width: 640px) and (max-width: 959px) {

}
@media (max-width: 639px) {

}




/*-----
ページネーション
-----*/
nav.pagination {
	margin: 2em 0;
	text-align: center;
}
nav.pagination ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
nav.pagination ul li {
	display: inline-block;
	margin: 0 .1em;
}
nav.pagination ul li span {
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
	color: #222;
	border-radius: 50%;
}
nav.pagination ul li span.current {
	color: #fff;
	background-color: #222;
}
nav.pagination ul li span.dots {

}
nav.pagination ul li a {
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
	color: #222;
	text-decoration: none;
	border-radius: 50%;
}
nav.pagination ul li a:hover {
	text-decoration: underline;
}
nav.pagination ul li a.prev,
nav.pagination ul li a.next {
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
	color: #222;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 50%;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,.2); 
	transition: .3s;
}
nav.pagination ul li a.prev:hover,
nav.pagination ul li a.next:hover {
	text-decoration: none;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,.3); 
}

/*-----
*.0 .breadcrumb
-----*/
.breadcrumb {
	margin: 0 auto;
	width: 94%;
	font-size: .875em;
}
.breadcrumb ul {
	padding: 0;
	list-style-type: none;
}
.breadcrumb ul li {
	display: inline-block;
}
.breadcrumb ul li a {
	color: inherit;
	text-decoration: none;
}
.breadcrumb ul li a:hover {
	text-decoration: underline;
}
.breadcrumb ul li a i {
	padding: 0 .2em 0 0;
}
.breadcrumb ul li:after {
	display: inline-block;
	content: ">";
	padding: 0 .25em;
	color: #888;
}
.breadcrumb ul li:last-child:after {
	display: none;
}
@media (min-width: 960px) and (max-width: 1279px) {
	
}
@media (min-width: 640px) and (max-width: 959px) {

}
@media (max-width: 639px) {
.breadcrumb {
	font-size: .75em;
}
}


/*-----
404.php
-----*/
.error404 .wrapper main article section {
	margin: 60px auto 0;
	padding: 3em 0;
	width: 94%;
	text-align: center;	
}
.error404 .wrapper main article section img {
	display: inline-block;
	margin-top: 2em;
	width: 60px;
	max-width: 60%;
}





/*----------
page-about.php
----------*/
.page-id-5 {
  
}
.page-id-5 .wrapper {
  
}
.page-id-5 .wrapper main {
  
}
.page-id-5 .wrapper main article {
  
}
.page-id-5 .wrapper main article .single {
  
}
.page-id-5 .wrapper main article .single .container {
  margin: 0 auto;
  width: 92%;
  max-width: 720px;
}
.page-id-5 .wrapper main article .single .container h1 {
  margin: 0 0 1em;
  font-size: 1.75em;
  text-align: center;
}

/***********
page-publish.php
***********/
.page-id-193 {
  
}
.page-id-193 .wrapper {
  
}
.page-id-193 .wrapper main {
  
}
.page-id-193 .wrapper main article {
  
}
.page-id-193 .wrapper main article .single {
  margin: 3em 0;
}
.page-id-193 .wrapper main article .single .container {
  margin: 0 auto;
  width: 92%;
  max-width: 640px;
}
.page-id-193 .wrapper main article .single .container h1 {
  margin: 0 0 1em;
  font-size: 1.5em;
  text-align: center;
}
.page-id-193 .wrapper main article .single .container h2 {
  margin: 2em 0 1em;
  font-size: 1.25em;
  text-align: center;
}
.page-id-193 .wrapper main article .single .container table.guidelines {
  margin: 0 0 3em;
  width: 100%;
}
.page-id-193 .wrapper main article .single .container table.guidelines tbody {
  
}
.page-id-193 .wrapper main article .single .container table.guidelines tbody tr {
  
}
.page-id-193 .wrapper main article .single .container table.guidelines tbody tr th,
.page-id-193 .wrapper main article .single .container table.guidelines tbody tr td {
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid #eee;
}
.page-id-193 .wrapper main article .single .container table.guidelines tbody tr:last-child th,
.page-id-193 .wrapper main article .single .container table.guidelines tbody tr:last-child td {
  border-bottom: none;
}
.page-id-193 .wrapper main article .single .container table.guidelines tbody tr th {
  width: 5em;
  text-align: left;
}
.page-id-193 .wrapper main article .single .container table.guidelines tbody tr td {

}
.page-id-193 .wrapper main article .single .container table.guidelines tbody tr td small {
  display: block;
  margin-top: .25em;
  font-size: .75em;
}
.page-id-193 .wrapper main article .single .container table.guidelines tbody tr td small a {
  
}
.page-id-193 .wrapper main article .single .container .form {
	margin: 0 auto;
  max-width: 480px;
}
.page-id-193 .wrapper main article .single .container .form h3 {
  margin: 0 0 1em;
  font-size: 1.25em;
  text-align: center;
}
@media (min-width: 960px) and (max-width: 1279px) {
	
}
@media (min-width: 640px) and (max-width: 959px) {

}
@media (max-width: 639px) {
.page-id-193 .wrapper {
  margin-top: 60px;
}
.page-id-193 .wrapper main article .single .container table.guidelines tbody tr th {
  display: block;
  padding: .5em 0 0;
  border-bottom: none;
}
.page-id-193 .wrapper main article .single .container table.guidelines tbody tr td {
  display: block;
  padding: 0 0 .5em;
}
}

/***********
page-download.php
***********/
.page-id-1480 {
  
}
.page-id-1480 .wrapper {
  
}
.page-id-1480 .wrapper main {
  
}
.page-id-1480 .wrapper main article {
  
}
.page-id-1480 .wrapper main article .single {
  margin: 3em 0;
}
.page-id-1480 .wrapper main article .single .container {
  margin: 0 auto;
  width: 92%;
  max-width: 640px;
}
.page-id-1480 .wrapper main article .single .container h1 {
  margin: 0 0 1em;
  font-size: 1.5em;
  text-align: center;
}
.page-id-1480 .wrapper main article .single .container figure {
  margin: 0 auto;
  width: 80%;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,.25); 
}
.page-id-1480 .wrapper main article .single .container figure img {
  display: block;
  width: 100%;
}
.page-id-1480 .wrapper main article .single .container p {
  margin: 3em auto;
}
.page-id-1480 .wrapper main article .single .container .form {
	margin: 3em auto 0;
  max-width: 480px;
}
.page-id-1480 .wrapper main article .single .container .form h3 {
  margin: 0 0 1em;
  font-size: 1.25em;
  text-align: center;
}
@media (min-width: 960px) and (max-width: 1279px) {
	
}
@media (min-width: 640px) and (max-width: 959px) {

}
@media (max-width: 639px) {
.page-id-1480 .wrapper {
  margin-top: 60px;
}
}


/***********
page-request.php
***********/
.page-id-1267 {
  
}
.page-id-1267 .wrapper {
  
}
.page-id-1267 .wrapper main {
  
}
.page-id-1267 .wrapper main article {
  
}
/*.single*/
.page-id-1267 .wrapper main article .single {
  margin: 3em auto;
}
.page-id-1267 .wrapper main article .single .container {
  margin: 0 auto;
  width: 92%;
  max-width: 640px;
}
.page-id-1267 .wrapper main article .single .container h1 {
  margin: 0 0 1em;
  font-size: 1.5em;
  text-align: center;
}
.page-id-1267 .wrapper main article .single .container .form {
	margin: 3em auto 0;
  max-width: 480px;
}
.page-id-1267 .wrapper main article .single .container .form h3 {
  margin: 0 0 1em;
  font-size: 1.25em;
  text-align: center;
}

/*.note*/
.page-id-1267 .wrapper main article .note {
  
}
.page-id-1267 .wrapper main article .note .container {
  margin: 0 auto;
  width: 92%;
  max-width: 640px;
  font-size: .875em;
}
.page-id-1267 .wrapper main article .note .container h2 {
  margin: 0 0 1em;
  font-size: 1.25em;
}
.page-id-1267 .wrapper main article .note .container .faq {
  margin: 0 0 3em;
}
.page-id-1267 .wrapper main article .note .container .faq dl {
	margin: 0 0 1em;
}
.page-id-1267 .wrapper main article .note .container .faq dl:last-child {
  margin: 0;
}
.page-id-1267 .wrapper main article .note .container .faq dl dt {
	padding-right: 30px;
	font-weight: bold;
}
.page-id-1267 .wrapper main article .note .container .faq dl dd {
	margin: 0;
}
.page-id-1267 .wrapper main article .note .container .faq dl dd a {
	padding: 0 .25em;
	font-weight: bold;
	color: #fff200;
}
.page-id-1267 .wrapper main article .note .container .faq dl dt span.icon,
.page-id-1267 .wrapper main article .note .container .faq dl dd span.icon {
	padding: 0 .5em 0 0;
	font-size: 1.5em;
}
@media (min-width: 960px) and (max-width: 1279px) {
.page-id-1267 .wrapper main article .note .container .faq .tabs .tab_item {
	margin: 0 1% .5em;
	width: 18%;
}
}
@media (min-width: 640px) and (max-width: 959px) {
.page-id-1267 .wrapper main article .note .container .faq .tabs .tab_item {
	margin: 0 1% .5em;
	width: 31%;
}
}
@media (max-width: 639px) {
.page-id-1267 .wrapper main article .note .container .faq .tabs .tab_item {
	margin: 0 1% .5em;
	padding: .75em .5em;
	width: 48%;
	font-size: 1em;
}
}







/*----------
template_form_complete.php
----------*/
.page-template-template_form_complete {
  
}
.page-template-template_form_complete .wrapper {
  
}
.page-template-template_form_complete .wrapper main {
  
}
.page-template-template_form_complete .wrapper main article {
  
}
.page-template-template_form_complete .wrapper main article .complete {
  margin: 3em auto;
}
.page-template-template_form_complete .wrapper main article .complete .container {
  margin: 0 auto;
  width: 92%;
  max-width: 640px;
}
.page-template-template_form_complete .wrapper main article .complete .container h1 {
  margin: 0 0 1em;
  font-size: 1.5em;
  text-align: center;
}
.page-template-template_form_complete .wrapper main article .complete .container p {
  
}
@media (min-width: 960px) and (max-width: 1279px) {
	
}
@media (min-width: 640px) and (max-width: 959px) {

}
@media (max-width: 639px) {
.page-template-template_form_complete .wrapper {
  margin-top: 60px;
}
}









/*----------
page-form.php
----------*/
.page-id-2 {
  background-color: #f1f1f1;
}
.page-id-2 header {
  display: none;
}
.page-id-2 .wrapper {
  display: flex;
  justify-content: space-between;
  margin: 100px auto;
  max-width: 1200px;
}
.page-id-2 .wrapper aside {
  width: 200px;
}
.page-id-2 .wrapper aside ul {
  position: sticky;
  top: 100px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #fff;
  border-radius: 6px;
}
.page-id-2 .wrapper aside ul li {
  
}
.page-id-2 .wrapper aside ul li a {
  display: block;
  padding: .75em 1.5em;
  font-size: .875em;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #f1f1f1;
}
.page-id-2 .wrapper aside ul li a:hover {
  background-color: #fff200;
}
.page-id-2 .wrapper aside ul li.preview a {
  color: #1a1a1a;
  background-color: #fff200;
}
.page-id-2 .wrapper aside ul li.preview a:hover {
  opacity: .5;
}




.page-id-2 .wrapper main {
  width: 960px;
}
.page-id-2 .wrapper main article {
  
}
.page-id-2 .wrapper main article .form {
  
}
.page-id-2 .wrapper main article .form .container {
  padding: 2em 2em 4em;
  background-color: #fff;
  border-radius: 6px;
}
@media (min-width: 960px) and (max-width: 1279px) {
	
}
@media (min-width: 640px) and (max-width: 959px) {

}
@media (max-width: 639px) {
.page-id-2 .wrapper {
  margin: 0 auto;
}
.page-id-2 .wrapper aside {
  display: none;
}
.page-id-2 .wrapper main {
  width: 100%;
}
.page-id-2 .wrapper main article .form .container {
  padding: 3em 4%;
  border-radius: 0;
}
}

/*----------
form.php
----------*/
.c-form {
  
}
.c-form .container {
  margin: 0 auto;
  width: 92%;
  max-width: 480px;
}



/*----------
.mwwp
----------*/
.mwwp {

}
.mwwp form {
	
}
.mwwp form a {
	color: #0ABAB5;
}
.mwwp form table {
	width: 100%;
	border-collapse: collapse;
}
.mwwp form table tbody {
	width: 100%;
}
.mwwp form table tbody tr {
	display: block;
	margin: 0 0 1em;
}
.mwwp form table tbody tr th {
	display: block;
	margin: 0 0 .5em;
	width: 100%;
	text-align: left;
}
.mwwp form table tbody tr th .required,
.mwwp form table tbody tr th .optional {
	display: inline-block;
	margin: 0 0 .25em .75em;
	padding: .5em 1em;
	font-size: .6375em;
	line-height: 1;
	color: #fff;
	background-color: #fff200;
	border-radius: 20px;
	vertical-align: middle;
}
.mwwp form table tbody tr th .optional {
	color: #1a1a1a;
	background-color: #ddd;
}
.mwwp form table tbody tr th .desc {
	display: block;
	margin: .5em 0 0;
	font-size: .75em;
}
.mwwp form table tbody tr td {
	position: relative;
	display: block;
	width: 100%;
}
.mwwp form table tbody tr td .label {
	margin-right: .5em;
}
.mwwp form table tbody tr td input[type=text],
.mwwp form table tbody tr td input[type=email],
.mwwp form table tbody tr td input[type=password],
.mwwp form table tbody tr td textarea,
.mwwp form table tbody tr td select {
	margin: 0;
	padding: .875em;
	width: 100%;
	line-height: 1.6;
	background-color: #f4f4f4;
	border: none;
	border-radius: 0px;
	vertical-align: middle;
	-webkit-appearance: none;
	outline: none;
	resize: none;
}
.mwwp form table tbody tr td input[readonly] {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
}
.mwwp form table tbody tr td input.essential,
.mwwp form table tbody tr td textarea.essential {
	background-color: #FDEDED;
}
.mwwp form table tbody tr .parsley-success input.essential,
.mwwp form table tbody tr .parsley-success textarea.essential {
	background-color: #EEFDED !important;
}
.mwwp form table tbody tr td .successmark {
	position: absolute;
	top: 8px;
	right: 10px;
    display: none;
    width: 10%;
    font-size: 1.5em;
    color: #0ABAB5;
    text-align: right;
    vertical-align: middle;
}
.mwwp form table tbody tr .parsley-error .successmark {
    display: none;
}
.mwwp form table tbody tr .parsley-success .successmark {
    display: inline-block;
}
.mwwp form table tbody tr td ul.parsley-errors-list {
	margin: .5em 0 0;
    padding: 0;
    font-size: .875em;
    list-style-type: none;
}
.mwwp form table tbody tr td ul.parsley-errors-list li {
	padding: 0;
	color: red;
}
.mwwp form .note {
	padding: 0 0 1em;
	font-size: .75em;
}
.mwwp form .submit {
	margin: 1em 0 0;
	text-align: center;
}
.mwwp form .submit input[type=submit] {
  display: inline-block;
  padding: 1.25em 2em;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #1a1a1a;
  background-color: #fff200;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: .3s;	
}
.mwwp form .submit input[type=submit]:hover {
	opacity: .5;
}
.mwwp form .submit input[type=submit][disabled] {
	opacity: .5;
}
.mwwp .mw_wp_form .error {
    display: block;
    padding: .5em .75em;
	font-size: 1em;
    font-weight: bold;
    color: #fff;
    background-color: #B70000;
    border-radius: 3px;
}
.mwwp form table tbody tr td .box {
	display: block;
	margin-top: 1em;
	padding: 1.25em 1.5em;
	font-size: .875em;
	line-height: 1.5;
	background-color: #efefef;
}
.mwwp form table tbody tr td .box .ttl {
	display: block;
	margin-bottom: .125em;
	font-weight: bold;
}
.mwwp form table tbody tr td .box .ttl i {
	padding-right: .375em;
}
.mwwp form .agree {
	padding: 1em 0;
}
.mwwp form .agree input {
	display: none;
}
.mwwp form .agree label {
	position: relative;
	display: inline-block;
	padding: 5px 30px;
	width: auto;
	cursor: pointer;
	box-sizing: border-box;
}
.mwwp form .agree label::before {
	position: absolute;
	display: block;
	top: 50%;
	left: 3px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: #efefef;
	content: '';
}
.mwwp form .agree label::after {
	position: absolute;
	display: block;
	top: 50%;
	left: 7px;
	margin-top: -12px;
	width: 8px;
	height: 16px;
	border-right: 5px solid #1a1a1a;
	border-bottom: 5px solid #1a1a1a;
	transform: rotate(45deg);
	content: "";
	opacity: 0;
}
.mwwp form .agree input:checked + label::after {
	opacity: 1;
}
.mwwp form .agree label a {
	padding: 0 .25em;
	color: inherit;
}
@media (min-width: 960px) and (max-width: 1279px) {
	
}
@media (min-width: 640px) and (max-width: 959px) {

}
@media (max-width: 639px) {

}




