@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:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 normalize
2.0 default
3.0 header
4.0 footer
5.0 front.php
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 normalize
Styles based on Normalize v5..0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	line-height: 1.15;
	-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: #1a1a1a;
}
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;
}

/*--------------------------------------------------------------
2.0 default
--------------------------------------------------------------*/
body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif, 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	color: #1a1a1a;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none !important;
}
@media (min-width: 960px) and (max-width: 1279px) {
	
}
@media (min-width: 640px) and (max-width: 959px) {

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

/*--------------------------------------------------------------
common
--------------------------------------------------------------*/
/*レンポンシブ*/
.pc {
	
}
.sp {
	display: none !important;	
}
@media (max-width: 879px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}	
}



/*--------------------------------------------------------------
header.site
--------------------------------------------------------------*/
header.site {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	z-index: 9999999999;
	box-shadow: 0 1px 3px 3px rgba(0,0,0,.25);
}
header.site .container {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
}
header.site .container .logo {
	float: left;
	margin-left: 1em;
	font-size: 1em;
	vertical-align: middle;
}
header.site .container .logo a {
	display: inline-block;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 48px;
	text-decoration: none;
	color: #1C2853;
}
header.site .container .logo a img {
	padding: 10px 1em 10px 0;
	height: 60px;
	vertical-align: middle;
}
header.site.pc nav {
	float: right;
	height: 60px;
}
header.site.pc nav ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
header.site.pc nav ul li ul {
	display: block;
}
header.site.pc nav ul li {
	position: relative;
	text-align: center;
}
header.site.pc nav ul li a {
	display: block;
	padding: 0 .75em;
	font-size: .875em;
	font-weight: bold;
	line-height: 60px;
	text-decoration: none;
	color: #1a1a1a;
	cursor: pointer;
}
header.site.pc nav ul li.default:hover a {
	color: #fff;
	background-color: #1C2853;
}
header.site.pc nav ul li.official a {
	color: #fff;
	background-color: #1C2853;
}
header.site.pc nav ul li.admin a {
	color: #fff;
	background-color: #ff5a5f;
}
header.site.pc nav li.has-child ul {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 99999999999;
	width: 160px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}
header.site.pc nav li.has-child:hover > ul,
header.site.pc nav li.has-child ul li:hover > ul,
header.site.pc nav li.has-child:active > ul,
header.site.pc nav li.has-child ul li:active > ul {
	visibility: visible;
	opacity: 1;
}
header.site.pc nav li.has-child ul li a {
	display: block;
	padding: .875em 1em;
	height: auto;
	font-size: .75em;
	line-height: initial;
	color: #fff;
	background-color: #1C2853;
	border-bottom: 1px solid #fff;
}
header.site.pc nav li.has-child ul li:last-child a {
	border: none;
}
header.site.pc nav li.has-child ul li a:hover,
header.site.pc nav li.has-child ul li a:active {
	opacity: .75;
}
@keyframes shiny {
	0% {
		transform: scale(0) rotate(25deg);
		opacity: 0;
	}
	
	50% {
		transform: scale(1) rotate(25deg);
		opacity: 1;
	}
	
	100% {
		transform: scale(50) rotate(25deg);
		opacity: 0;
	}
}
header.site .overlay {
	display: none;
}
@media (max-width: 879px) {
header.site .container .logo a img {
	padding: 15px 1em 15px 0;
}
header.site .overlay {
	display: block;
}
header.site .overlay a.toggle {
	position: absolute;
	top: 0;
	right: 0;
	margin: 22px;
	width: 25px;
	height: 16px;
	color: #fff;
	z-index: 999999;
	cursor: pointer;
}
header.site .overlay a.toggle.active {

}
header.site .overlay a.toggle,
header.site .overlay a.toggle span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
}
header.site .overlay a.toggle span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1a1a1a;
	border-radius: 4px;
}
header.site .overlay a.toggle span:nth-of-type(1) {
	top: 0;
}
header.site .overlay a.toggle span:nth-of-type(2) {
	top: 7px;
}
header.site .overlay a.toggle span:nth-of-type(3) {
	bottom: 0;
}
header.site .overlay a.toggle.active {
	color: #1a1a1a;
}
header.site .overlay a.toggle.active span {
	background-color: #1a1a1a;
}
header.site .overlay a.toggle.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
header.site .overlay a.toggle.active span:nth-of-type(2) {
	opacity: 0;
}
header.site .overlay .toggle.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}
header.site .overlay nav {
	display: none;
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 50px 4%;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.4);
	z-index: 99998;
}
header.site .overlay nav ul {
	
}
header.site .overlay nav ul li {
	margin: 0 0 .25em;
}
header.site .overlay nav ul li a {
	text-decoration: none;
	color: inherit;
}
}


/*--------------------------------------------------------------
.wrapper
--------------------------------------------------------------*/
.wrapper {
	margin: 60px 0 0;
}
@media (min-width: 960px) and (max-width: 1279px) {

}
@media (min-width: 640px) and (max-width: 959px) {

}
@media (max-width: 639px) {
.wrapper main {
	margin: 0 auto;
	width: 100%;
}
}

/*--------------------------------------------------------------
front-page.php
--------------------------------------------------------------*/
.home .wrapper main article {
	
}
.home .wrapper main article section.news {
	
}
.home .wrapper main article section.news .container {
	margin: 0 auto;
	padding: 2em 0;
	width: 92%;
}
.home .wrapper main article section.news .container h1 {
	margin: 0;
	padding: .375em .75em;
	font-size: 1.25em;
	color: #fff;
	background-color: #1C2853;
	border-radius: 5px 5px 0 0;
}
.home .wrapper main article section.news .container .row {
	font-size: .9375em;
	border: 1px solid #333;
}
.home .wrapper main article section.news .container .row .column {
	padding: .75em 1.5em;
	border-bottom: 1px solid #333;
}
.home .wrapper main article section.news .container .row .column:last-child {
	border: none;
}
.home .wrapper main article section.news .container .row .column .ttl {
	font-size: 1.125em;
	font-weight: bold;
}
.home .wrapper main article section.news .container .row .column .content {
	
}
.home .wrapper main article section.news .container .row .column .content p {
	margin: .25em 0;
}
.home .wrapper main article section.news .container .row .column time {
	
}
@media (min-width: 960px) and (max-width: 1279px) {

}
@media (min-width: 640px) and (max-width: 959px) {

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

}

/*--------------------------------------------------------------
archive-learning.php
--------------------------------------------------------------*/
.learning {
	
}
.learning .container {
	margin: 0 auto;
	padding: 2em 0;
	width: 92%;
}
.learning .container h1 {
	padding: 0 0 0 .5em;
	font-size: 1.5em;
	color: #1C2853;
	border-left: 3px solid #1C2853;
}
.learning .container .tags {
	margin: 3em 0;
}
.learning .container .tags h4 {
	margin: 0 0 .5em;
}
.learning .container .tags ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.learning .container .tags ul li {
	display: inline-block;
}
.learning .container .tags ul li a {
	display: block;
	margin: 0 .25em .25em 0;
	padding: .5em .75em;
	font-size: .75em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #0F2143;
	border: 2px solid #0F2143;
	border-radius: 20px;
	transition: .3s;
}
.learning .container .tags a:hover {
	opacity: .5;
}
.learning .container table {
	width: 100%;
	font-size: .875em;
	border-collapse: collapse;
}
.learning .container table thead {
	
}
.learning .container table thead tr {
	
}
.learning .container table thead tr th {
	padding: .5em;
	font-weight: bold;
	color: #fff;
	border: 1px solid #333;
	background-color: #1C2853;
}
.learning .container table tbody {
	
}
.learning .container table tbody tr {
	
}
.learning .container table tbody tr td {
	padding: .5em;
	border: 1px solid #333;
}
.learning .container table tbody tr td a {
	color: #1C2853;
}
.learning .container table tbody tr td a.advanced {
	display: inline-block;
	margin-left: .5em;
	padding: .5em .75em;
	font-size: .875em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #1C2853;
	border-radius: 20px;
}
@media (min-width: 960px) and (max-width: 1279px) {

}
@media (min-width: 640px) and (max-width: 959px) {

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

}

/*--------------------------------------------------------------
archive-faq.php
--------------------------------------------------------------*/
.faq {
	
}
.faq .container {
	margin: 0 auto;
	padding: 2em 0;
	width: 92%;
}
.faq .container h1 {
	padding: 0 0 0 .5em;
	font-size: 1.5em;
	color: #1C2853;
	border-left: 3px solid #1C2853;
}
.faq .container #searchform {
	
}
.faq .container #searchform input[type=text] {
	margin: 0 .25em 0 0;
	padding: .75em .75em;
	width: 80%;
	font-weight: bold;
	border: 2px solid #0F2143;
}
.faq .container #searchform input[type=submit] {
	display: inline-block;
	padding: .75em .75em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #0F2143;
	border: 2px solid #0F2143;
	transition: .3s;
}
.faq .container #searchform input[type=submit]:hover {
	opacity: .5;
}
.faq .container .tags {
	margin: 3em 0;
}
.faq .container .tags h4 {
	margin: 0 0 .5em;
}
.faq .container .tags a {
	display: inline-block;
	margin: 0 .25em .25em 0;
	padding: .5em .75em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #0F2143;
	border-radius: 20px;
	transition: .3s;
}
.faq .container .tags a:hover {
	opacity: .5;
}
.faq .container .row {
	display: flex;
	flex-wrap: wrap;
}
.faq .container .row article {
	padding: 1.5em 0;
	width: 100%;
	border-bottom: 1px solid #0F2143;
	transition: .3s;
}
.faq .container .row article a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #0F2143;
}
.faq .container .row article:hover a .question {
	opacity: .5;
}
.faq .container .row article a .tag {
	margin: .5em 0;
}
.faq .container .row article a .tag span {
	display: inline-block;
	margin: 0 .25em .25em 0;
	padding: .25em .75em;
	font-size: .75em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #0F2143;
	border-radius: 20px;
}
.faq .container .row article .meta {
	font-size: .875em;
	font-weight: normal;
	text-align: right;
}
.faq .container .row article .meta .date {
	display: inline-block;
	margin: 0 1em 0 0;
}
.faq .container .row article .meta .date time {
	
}
.faq .container .row article .meta .author {
	display: inline-block;
	margin: 0 1em 0 0;
}
.faq .container .row article .meta a.delete {
	display: inline-block;
	font-size: .875em;
	text-decoration: none;
	color: red;
}
.faq .container .row article .meta a.delete:hover {
	opacity: .5;
}
@media (min-width: 960px) and (max-width: 1279px) {

}
@media (min-width: 640px) and (max-width: 959px) {

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

}

/*--------------------------------------------------------------
single.php
--------------------------------------------------------------*/
.single {
	
}
.single .container {
	margin: 0 auto;
	padding: 2em 0;
	width: 92%;
}
.single .container .btn {
	margin: 0 0 1em;
}
.single .container .btn a {
	display: inline-block;
	padding: .5em .75em;
	font-size: .875em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #1C2853;
}
.single .container .question {
	padding: 1em;
	border: 1px solid #1a1a1a;
}
.single .container .answer {
	padding: 1em;
	border: 1px solid #1a1a1a;
	border-top: none;
}
.single .container .question h2,
.single .container .answer h2 {
	margin: 0 0 .5em;
	font-size: 1.25em;
}







/*--------------------------------------------------------------
page.php
--------------------------------------------------------------*/
.common {
	
}
.common .container {
	margin: 0 auto;
	padding: 2em 0;
	width: 92%;
}
.common .container h1 {
	margin: 0 0 1em;
	padding: .25em .5em;
	font-size: 1.5em;
	color: #fff;
	background-color: #1C2853;
	border-radius: 5px;
}
.common .container .content {
	font-weight: bold;
}
.common .container .content h2 {
	margin: 1.5em 0 1em;
	padding: 0 0 0 .5em;
	font-size: 1.125em;
	border-left: 3px solid #1C2853;
}
.common .container .content p {
	
}
.common .container .content ul {
	padding: 0 0 0 1em;
}
.common .container .content ul li {
	
}
.common .container .content table {
	font-size: .9375em;
	border-collapse: collapse;
}
.common .container .content table thead tr {
	
}
.common .container .content table thead tr th {
	padding: .5em .5em;
	color: #fff;
	border: 1px solid #333;
	background-color: #333;
}
.common .container .content table tbody tr {
	
}
.common .container .content table tbody tr td {
	padding: .375em .5em;
	border: 1px solid #333;
}
.common .container .content a {
	text-decoration: none;
	color: #ff5a5f;
}
.common .container .content a:hover {
	text-decoration: underline;
}




/*--------------------------------------------------------------
ログインページ
--------------------------------------------------------------*/
.login .container {
	margin: 0 auto;
	padding: 2em 0;
	width: 92%;
	max-width: 360px;
}
.login .container h1 {
	font-size: 1.5em;
	text-align: center;
	color: #0F2143;
}
.login .container h1 img {
	display: block;
	margin: 0 auto;
	max-width: 300px;
}
.login .container .tml {
	width: auto;
	max-width: 100%;
}
.login .container .tml form {
	
}
.login .container .tml form .wrap {
	margin: 0 0 1em;
}
.login .container .tml form .wrap.submit {
	margin: 2em 0 0;
}
.login .container .tml form .wrap label {
	display: block;
	margin: 0 0 .5em;
	width: 100%;
	font-weight: bold;
}
.login .container .tml form .wrap input {
	display: block;
	padding: .75em 1em;
	width: 100%;
	font-weight: bold;
	line-height: 1.5;
	border: 2px solid #0F2143;
	outline: none;
	-webkit-appearance: none;
}
.login .container .tml form .wrap input.pw-checkbox {
	display: inline-block;
	width: auto;
	-webkit-appearance: checkbox;
}
.login .container .tml form .wrap input[type=submit] {
    padding: 1em 1.5em;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #0F2143;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
    z-index: 99999;
}
.login .container .tml form .wrap input[type=submit]:hover {
	opacity: .5;
}
.login .container .tml .tml-action-links {
	padding: 0;
	font-size: .875em;
	list-style-type: none;
}
.login .container .tml .tml-action-links li {
	
}
.login .container .tml .tml-action-links li a {
	text-decoration: none;
	color: #58C158;
}
.tml .error,
.tml .message,
.tml .success {
	padding: 1em;
	font-size: .875em;
}

.tml .error {
	background-color: #f2dede;
	color: #a94442;
}

.tml .error a {
	color: #843534;
}

.tml .message {
	background-color: #f7f8f8;
}

.tml .message a {
	color: #66512c;
}

.tml .success {
	border: 1px solid #d6e9c6;
	background-color: #dff0d8;
	color: #3c763d;
}

.tml .success a {
	color: #2b542c;
}

.tml p {
	margin: 0 0 1.5em 0;
	padding: 0;
}

.tml label {
	display: block;
	text-align: left;
}

.tml .tml-rememberme-wrap label {
	display: inline;
	font-size: 90%;
}

.tml input,
.tml textarea,
.tml select {
	margin: 0.5em 0;
	width: 100%;
}

.tml input[type="checkbox"],
.tml input[type="radio"],
.tml .tml-rememberme-wrap input {
	margin: 0 0.5em 0 0;
	vertical-align: middle;
	width: auto;
}

.tml .tml-action-links {
	display: inline-block;
	list-style: none;
	margin: 0.5em auto;
	padding: 0;
	text-align: center;
}

.tml .tml-action-links li {
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	line-height: 1;
	list-style: none;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
}

.tml .tml-action-links li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.tml .tml-action-links a {
	border: none;
	display: block;
	padding: 0;
	text-decoration: none;
}

.tml .tml-rememberme-submit-wrap:before,
.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:before,
.tml .tml-action-links:after {
	content: "";
	display: table;
}

.tml .tml-rememberme-submit-wrap:after,
.tml .tml-action-links:after {
	clear: both;
}

.tml .tml-user-avatar {
	text-align: left;
}

.mu_register .hint {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.mu_register label.checkbox {
	display: inline;
}

#pass-strength-result {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #23282d;
	font-weight: 600;
	margin: -1px 0 1.5em;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	opacity: 0;
}

#pass-strength-result.short {
	background-color: #f1adad;
	border-color: #e35b5b;
	opacity: 1;
}

#pass1.short,
#pass1-text.short {
	border-color: #e35b5b;
}

#pass-strength-result.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
	opacity: 1;
}

#pass1.bad,
#pass1-text.bad {
	border-color: #f78b53;
}

#pass-strength-result.good {
	background-color: #ffe399;
	border-color: #ffc733;
	opacity: 1;
}

#pass1.good,
#pass1-text.good {
	border-color: #ffc733;
}

#pass-strength-result.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
	opacity: 1;
}

#pass1.strong,
#pass1-text.strong {
	border-color: #83c373;
}

.tml .password-input-wrapper {
	display: table;
	width: 100%;
}

.tml .input.password-input {
	display: table-cell;
	margin: 0;
}

.tml .pw-weak {
	display: none;
	margin-bottom: 1.5em;
}

.tml .wp-hide-pw {
	cursor: pointer;
	display: table-cell;
	margin: 0;
	padding: 0 0.5em;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

#pass1,
#pass1-text {
	width: 100%;
}

#pass1-text,
.show-password #pass1 {
	display: none;
}

.show-password #pass1-text
{
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.tml {
		max-width: 500px;
	}

	.tml .tml-submit-wrap input {
		width: auto;
	}

	.tml-login .tml-rememberme-submit-wrap {
		display: table;
		margin-bottom: 1.5em;
		width: 100%;
	}

	.tml-login .tml-rememberme-wrap {
		display: table-cell;
	}

	.tml-login .tml-submit-wrap {
		display: table-cell;
		text-align: right;
	}

	.tml-login .tml-submit-wrap input {
		margin: 0;
		width: auto;
	}
}


@media (min-width: 960px) and (max-width: 1279px) {
	
}
@media (min-width: 640px) and (max-width: 959px) {

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

}





/*--------------------------------------------------------------
.mwwp
--------------------------------------------------------------*/
.mwwp {
	
}
.mwwp form {
	
}
.mwwp form a {
	color: #56ab48;
}
.mwwp form table {
	width: 100%;
	border-collapse: collapse;
}
.mwwp form table tbody {
	width: 100%;
}

.mwwp form table tbody tr {
	display: block;
	margin: 0 0 .5em;
}
.mwwp form table tbody tr th {
	display: block;
	margin: 0 0 .25em;
	width: 100%;
	font-weight: normal;
	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: #ff5a5f;
	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 {
	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 textarea,
.mwwp form table tbody tr td select {
	margin: .5em 0;
	padding: .75em .75em;
	line-height: 1.5;
	border: 1px solid #6a6a6a;
	border-radius: 0px;
	-webkit-appearance: none;
	outline: none;
	resize: none;
}
.mwwp form table tbody tr td input[type=text],
.mwwp form table tbody tr td input[type=tel],
.mwwp form table tbody tr td input[type=email],
.mwwp form table tbody tr td textarea {
	width: 100%;
}
.mwwp form table tbody tr td input.essential,
.mwwp form table tbody tr td textarea.essential {
	background-color: #FDEDED;
}
.mwwp form .submit {
	margin: 1em 0 0;
	text-align: center;
}
.mwwp form .submit input[type=submit] {
	display: inline-block;
	padding: 1em 2em;
	font-size: 1.125em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #1C2853;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.25);
    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 ul {
	padding: 0;
	font-size: .875em;
	line-height: 1;
	list-style-type: none;
}
.mwwp ul li {
	display: inline-block;
	padding: .125em .5em;
}
.mwwp ul li:first-child {
	border-right: 1px solid #ddd;
}
.mwwp ul li a {
	text-decoration: none;
	color: #56ab48;
}









