.disabled a,
a.disabled {
	pointer-events: none;
}

a:hover {
	color: #15848F;
}

a {
	color: #1798A5;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea{
	outline: none;
}
.mplus-r{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.flex-wrap{
	flex-wrap: wrap;
}
.txt-center{
	text-align: center;
}
.txt-left{
	text-align: left;
}
.txt-right{
	text-align: right;
}
.txt-md{
	font-size: 1.2em;
}
.img{
	max-width: 100%;
}
.txt-white{
	color: #FFF;
}
.txt-red{
	color: red;
}
.txt-black{
	color: #333;
}
.txt-e1{
	font-size: 1em;
}
.txt-e12{
	font-size: 1.2em;
}
.txt-e13{
	font-size: 1.3em;
}
.txt-e15{
	font-size: 1.5em;
}
.txt-e18{
	font-size: 1.8em;
}
.txt-e2{
	font-size: 2em;
}
.bg-ts-blue{
	background-color: #5c8fff;
}
.bg-ts-red{
	background-color: #ED1C24;
}
.bg-ts-skyblue{
	/*
	background-color: lightskyblue;
	*/
	background: rgb(174,238,186);
	background: linear-gradient(15deg, rgba(180,240,190,1) 0%, rgba(130,190,255,1) 100%);
}
.bg-ps-blue{
	background-color: #a8d3ff;
}
.bg-ps-red{
	background-color: #ffa8a8;
}
.mg10{
	margin: 10px 0;
}
.pad10{
	padding: 10px;
}
.btn{
	border-radius: 3px;
	padding: 10px 25px;
	margin: 5px 10px;
	display: inline-block;
}
.btn-area{
	margin: 10px 0;
}
.padcol{
	padding: 30px 50px;
}
.side-nav li a:not(.button) {
	color: #15848F;
}

.side-nav li a:not(.button):hover {
	color: #15848F;
}
.ts-logo-line{
	text-indent: -9999px;
	display: inline-block;
	/*
	width: 200px;
	height: 75px;
	background-image: url('/img/logo-line.png');
	*/
	width: 280px;
	height: 75px;
	background-image: url('/img/logo_line_320x85.png');
	background-size: contain;

}
.ts-logo-box{
	text-indent: -9999px;
	display: inline-block;
	width: 150px;
	height: 73px;
	background-image: url('/img/logo_box_450x220.png');
	background-size: contain;
}
.ts-logo-line.mini-logo{
	width: 175px;
	height: 48px;
	/*
	width: 200px;
	height: 48px;
	background-image: url('/img/logo-line2x.png');
	*/
	background-image: url('/img/logo_line_320x85.png');
}
#flash-message{
	position: fixed;
	width: 100%;
	top: 42%;
	background-color: rgba(190,230,250,0.8);
}
header {
	background-color: #D33C44;
	color: #ffffff;
	font-size: 30px;
	height: 84px;
	line-height: 64px;
	padding: 16px 0px;
	box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}

header .header-title {
	padding-left:80px
}

legend {
	color:#15848F;
}

.row {
	max-width: 80rem;
}

.actions.columns {
	margin-top:1rem;
	border-left: 5px solid #15848F;
	padding-left: 15px;
	padding: 32px 20px;
}

.actions.columns h3 {
	color:#15848F;
}

.related table {
	border: 0;
	width: 100%;
	table-layout: fixed;
}

.index table thead {
	height: 3.5rem;
}

.header-help {
	float: right;
	margin-right:2rem;
	margin-top: -80px;
	font-size:16px;
}

.header-help span {
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	white-space: nowrap;
	display: inline-block;
	padding: 0.25rem 0.5rem 0.375rem;
	font-size: 0.8rem;
	background-color: #0097a7;
	color: #FFF;
	border-radius: 1000px;
}

.header-help a {
	color: #fff;
}

ul.pagination li a {
	color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
	background-color: #DCE47E;
	color: #FFF;
	font-weight: bold;
	cursor: default;
}
ul.pagination .disabled:hover a {
	background: none;
}

.paginator {
	text-align: center;
}

.paginator ul.pagination li {
	float: none;
	display: inline-block;
}

.paginator p {
	text-align: right;
	color: rgba(0, 0 ,0 , 0.54);
}

.asc:after {
	content: " \2193";
}
.desc:after {
	content: " \2191";
}

.form .error-message {
	display: block;
	padding: 0.375rem 0.5625rem 0.5625rem;
	margin-top: -1px;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: normal;
	font-style: italic;
	color: rgba(0, 0, 0, 0.54);
}

.required > label {
	font-weight: bold;
}
.required > label:after {
	content: ' *';
	color: #C3232D;
}

select[multiple] {
	min-height:150px;
	background: none;
}
input[type=checkbox],
input[type=radio] {
	margin-right: 0.5em;
}

.date select,
.time select,
.datetime select {
	display: inline;
	width: auto;
	margin-right: 10px;
}

.error label,
.error label.error {
	color: #C3232D;
}

.view h2 {
	color: #6F6F6F;
}

.view .columns.strings {
	border-radius: 3px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
	margin-right:0.7rem;
}

.view .numbers {
	background-color: #B7E3EC;
	color: #FFF;
	border-radius: 3px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
	margin-right: 0.7rem;
}

.view .columns.dates {
	border-radius: 3px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
	margin-right:0.7rem;
	background-color:#DCE47E;
	color: #fff;
}

.view .columns.booleans {
	border-radius: 3px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
	margin-right:0.7rem;
	background-color: #8D6E65;
	color: #fff;
}

.view .strings p {
	border-bottom: 1px solid #eee;
}
.view .numbers .subheader, .view .dates .subheader {
	color:#747474;
}
.view .booleans .subheader {
	color: #E9E9E9
}

.view .texts .columns {
	margin-top:1.2rem;
	border-bottom: 1px solid #eee;
}

/** Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
	display: block;
	clear: both;
	background-repeat: repeat-x;
	margin-bottom: 18px;
	padding: 7px 14px;
	border-radius: 3px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
	color: #000000;
	background: #ffcc00;
}

.cake-error,
p.error {
	color: #fff;
	background: #C3232D;
}

pre {
	background: none repeat scroll 0% 0% #FFF;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
	margin: 15px 0px;
	color: rgba(0, 0 ,0 , 0.74);
	padding:5px;
}

.cake-error .cake-stack-trace {
	margin-top:10px;
}

.cake-stack-trace code {
	background: inherit;
	border:0;
}

.cake-code-dump .code-highlight {
	display: block;
	background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
	color:#fff;
	text-decoration: underline;
}

.checks {
	padding:30px;
	color: #626262;
	background-color: #B7E3EC;
	border-radius: 3px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
	margin-bottom: 2em;
}

.checks h4 {
	margin-bottom: 1.5rem;
}

.checks hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.checks .success,
.checks .problem {
	margin-left: 10px;
}
.checks .success:before,
.checks .problem:before {
	line-height: 0px;
	font-size: 28px;
	height: 12px;
	width: 12px;
	border-radius: 15px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	left: -11px;
}

.checks .success:before {
	content: "✓";
	color: green;
	margin-right: 9px;
}

.checks .problem:before {
	content: "✘";
	color: red;
	margin-right: 9px;
}
/*
.top-bar.expanded .title-area {
	background: #01545b;
}

.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
	background: #116d76;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
	background-color: #308e97;
	background: #308e97;
}
*/

.side-nav li.heading {
	color: #1798A5;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.4375rem 0.875rem;
}

#actions-sidebar {
	background: #fafafa;
}

.index table {
	margin-top: 0rem;
	border: 0;
	width: 100%;
	table-layout: fixed;
}

table {
	background: #fff;
	margin-bottom: 1.25rem;
	border: none;
	table-layout: fixed;
	width: 100%;
}

table thead {
	background: none;
}

table tr {
	border-bottom: 1px solid #ebebec;
}

table thead tr {
	border-bottom: 1px solid #1798A5;
}

table tr th {
	padding: 0.5625rem 0.625rem;
	font-size: 0.875rem;
	color: #1798A5;
	text-align: left;
	border-bottom: 2px solid #1798A5;
}

table tr:nth-of-type(even) {
	background: none;
}

fieldset {
	border: none;
	padding: 1.25rem;
	margin: 1.125rem 0;
}

fieldset legend {
	border-bottom: 2px solid #1798A5;
	width: 100%;
	line-height: 2rem;
}

.form button[type="submit"] {
	float: right;
	text-transform: uppercase;
	box-shadow: none;
}

.form button:hover, .form button:focus {
	background: #BE840B;
	box-shadow: none;
}

button {
	background: #966600;
}

div.message {
	text-align: center;
	cursor: pointer;
	display: block;
	font-weight: normal;
	padding: 0 1.5rem 0 1.5rem;
	transition: height 300ms ease-out 0s;
	/*
	background-color: #a0d3e8;
	*/
	color: #626262;
	top: 15px;
	right: 15px;
	z-index: 999;
	overflow: hidden;
	height: 50px;
	line-height: 2.5em;
}

div.message:before {
	line-height: 0px;
	font-size: 20px;
	height: 12px;
	width: 12px;
	border-radius: 15px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	left: -11px;
	background-color: #FFF;
	padding: 12px 14px 12px 10px;
	content: "i";
	color: #a0d3e8;
}

div.message.error {
	background-color: #C3232D;
	color: #FFF;
}

div.message.error:before {
	padding: 11px 16px 14px 7px;
	color: #C3232D;
	content: "x";
}
div.message.hidden {
	height: 0;
}


.vertical-table th {
	padding: 0.5625rem 0.625rem;
	font-size: 0.875rem;
	color: #1798A5;
	border: none;
	text-align: left;
}

.vertical-table {
	vertical-align: middle;
}

.vertical-table td {
	text-align: right;
}

.content {
	padding: 2rem;
}

/* Use 'one true layout' methods to get equal height columns */
.container {
	overflow: hidden;
	min-height: 92%; /* full height almost always */
}

/* Force equal height by overflowing */
.content,
#actions-sidebar {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
@media(max-width: 640px) {
	#actions-sidebar {
		padding-bottom: 2rem;
		margin-bottom: 0;
	}
}

.content h3 {
	color: #be140b;
	padding-bottom: 0.5rem;
	margin-bottom: 20px;
}

.content h4 {
	color: #be140b;
	padding-bottom: 0.5rem;
	margin-bottom: 20px;
	border-bottom: 2px solid #be140b;
}

.content .related h4 {
	color: #4d8f97;
	padding-bottom: 0.5rem;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 0px;
}

table td {
	vertical-align: top;
	word-break: break-all;
}

.nav-wrap{
	height: 52px;


	/*
	background-image: url('../img/border-400.png');
	background-repeat: repeat;
	background-position: top left;
	*/
	background: rgb(174,238,186);
	background: linear-gradient(90deg, rgba(174,238,186,1) 0%, rgba(148,187,233,1) 100%);

	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 200;
}

.top-bar{
	background-color: #FFF;
}
.top-menu{
	padding: 0 20px;
}
.top-bar .top-menu .h-12 a{
	line-height: 3rem;
	height: 3rem;
}
.top-submenu{

}
.top-submenu > .bg-clf{
	/*
	background-image: url(../img/border-400.png);
	background-size: contain;
	*/
	background: rgb(174,238,186);
	background: linear-gradient(90deg, rgba(174,238,186,1) 0%, rgba(148,187,233,1) 100%);
}
.top-submenu > .bg-clf a{
	display: block;
	background-color: #FFF;
	margin: 0;
	height: 48px;
}

.top-submenu > .bg-clf a:hover{
	margin-top: 5px;
	height: 43px;
}

.main-top-ct{
	padding: 30px 50px;
}
.main-example{
/*	margin-top: 52px;*/
}
.main-none{
	margin-top: 52px;
	border-bottom: 4px solid #29ABE2;
}
.beta-testing{
	margin-top: 52px;
}

.well{
	box-sizing: border-box;
	margin: 15px;
	border: 2px solid gray;
	/* padding: 10px; */
	border-radius: 7px;
	overflow: hidden;
}
.white-well{
	background-color: rgba(255,255,255,0.5);
	padding: 10px 20px;
	border-radius: 5px;
	height: 100%;
	/*
	height: -webkit-fill-available;
	*/
}

.mailinput {
	outline: none !important;
	padding: 7px 15px;
	border: 2px solid #ddd;
	font-size: 18px;
	border-radius: 3px;
	width: 300px;
	vertical-align: middle;
	/*
	border: 2px solid #5c8fff;
	*/
	border: 2px solid darkred;
    background-color: transparent;
    font-weight: bold;
}

input.mailinput::placeholder{
	/*
	color: #5c8fff;
	*/
	color: darkred;
	opacity: 0.8;
}
.mailinput:focus {
	/*
    border-color: #5c8fff;
    */
}

.mailsubmit {
	padding: 9px 25px;
	border-radius: 3px;
	/*
	background-color: #5c8fff;
	*/
	background-color: darkred;
	color: #FFF;
	cursor: pointer;
	vertical-align: middle;
	font-size: 18px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -6px;
	outline: 0 !important;
}
.mailsubmit:hover {
    /*
    background-color: #4e78d4;
	*/
	background-color: firebrick;
}

.beta-testing {
	background-image: url(/img/bgimg1.png);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom: 5px solid #94d3ef;
}

.beta-testing > .flex {
	background-color: rgba(196, 239, 255, 0.4);
	backdrop-filter: blur(2px);
}
.text-colmn,
.idea-colmn{
	padding: 30px 50px;
}
.text-colmn h1,
.text-colmn h2,
.text-colmn h3,
.text-colmn h4,
.text-colmn h5,
.main-top-ct h1,
.main-top-ct h2,
.main-top-ct h3,
.main-top-ct h4,
.main-top-ct h5{
	font-weight: bold;
}
.text-colmn h1,
.main-top-ct h1{
	font-size: 2.2em;
}
.text-colmn h2,
.main-top-ct h2{
	font-size: 2em;
}
.text-colmn h3,
.main-top-ct h3{
	font-size: 1.8em;
}
.text-colmn h4,
.main-top-ct h4{
	font-size: 1.6em;
}
.text-colmn h5,
.main-top-ct h5{
	font-size: 1.4em;
}
.well-brown{
	/*
	border: 2px solid #a52a2a;
	border: 2px solid #5f9ea0;
	*/
	border: none;
}
.liq-icon{
	padding: 15px 0;

	border-bottom: 2px solid #5c8fff;
	/*
	border-bottom: 2px solid #5f9ea0;
	background-color: #a52a2a;
	border-bottom: 2px solid #a52a2a;
	background-color: gray;
	background-color: #5f9ea0;
	*/
	background-color: #ffffff;
	color: #5c8fff;
	/*
	border-radius: 7px 7px 0 0;
	*/
}
.liq-icon > i{
	font-size: 3em;
}

.liq-txt{
	padding: 8px 5px 10px;
	background-color: #FFF;
	/*
	border-radius: 0 0 7px 7px;
	*/
}
.join-btn,
.contact-btn{
	color: #FFF;
	border: 2px solid #FFF;
}
.join-btn:hover,
.contact-btn:hover{
	color: #ED1C24;
	background-color: #FFF;
}
.member-wrap{
	margin-top: 52px;
}

.main-top-ct p{
	line-height: 75px;
}
.h-cl{
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}
h1.h-cl{
	font-size: 2.5em;
}
h2.h-cl{
	font-size: 2em;
}
h3.h-cl{
	font-size: 1.8em;
}
.h-cl:after{
	content: "";
	height: 5px;
	width: 200px;
	position: absolute;
	bottom: -7px;
	left: calc(50% - 100px);
	background: rgb(174,238,186);
	background: linear-gradient(90deg, rgba(174,238,186,1) 0%, rgba(148,187,233,1) 100%);
}

/*
 * お問い合わせフォーム
 */
.contact-page{

}
.contact-form{

}
.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"],
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form textarea,
.register-form input[type="text"],
.register-form input[type="email"],
.register-form input[type="tel"],
.register-form input[type="password"],
.register-form textarea,
.register-form .form-control select{
	border:1px solid gray;
	border-radius: 5px;
	background-color: rgba(200,200,200,0.1);
}
.register-form .form-control select{
	padding: 5px 7px;
	line-height: 2em;
	height: 2em;
}
.contact-required,
.register-required{
	background-color: red;
	color: #FFF;
	border-radius: 2px;
	padding: 2px;
	font-size: 0.7em;
}
.login-form .form-control,
.contact-form .form-control,
.register-form .form-control{
	max-width: 400px;
	margin: 0 auto 20px;
	text-align: left;
}
.login-form .login-span-email,
.login-form .login-span-password,
.contact-form .contact-span-name,
.contact-form .contact-span-email,
.contact-form .contact-span-subject,
.contact-form .contact-input-message,
.register-form .contact-span-name,
.register-form .contact-span-email,
.register-form .contact-span-tel,
.register-form .register-span-jcat
{
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}
.login-form .form-control  input[type="text"],
.login-form .form-control  input[type="email"],
.login-form .form-control  input[type="password"],
.contact-form .form-control input[type="text"],
.contact-form .form-control input[type="email"],
.contact-form .form-control textarea,
.register-form .form-control input[type="text"],
.register-form .form-control input[type="email"],
.register-form .form-control input[type="tel"],
.register-form .form-control  input[type="password"],
.register-form .form-control textarea,
.register-form .form-control select{
	width: 100%;
	padding: 5px 10px;
}
.login-form .btn-submit,
.contact-form .btn-submit,
.register-form .btn-submit{
	border: 1px solid gray;
	cursor: pointer;
}
.login-form .btn-submit:hover,
.contact-form .btn-submit:hover,
.register-form .btn-submit:hover{
	background-color: rgba(200,200,200,0.3);
}

/*
 * Complete
 */
.half-center{
	width: 50%;
	margin: 0 auto;
}
.line-inputbtn{
	text-align: center;
	margin: 10px 0;
}
.line-inputbtn input[type="text"]{
	width: 75%;
	max-width: 600px;
	border: 1px solid gray;
	border-right: none;
	border-radius: 5px 0 0 5px;
	height: 40px;
	line-height: 30px;
	padding: 4px 7px;
	box-sizing: border-box;
	outline: none;
}
.line-inputbtn button{
	vertical-align: bottom;
	background-color: #FFF;
	height: 40px;
	border-radius: 0 5px 5px 0;
	border: 1px solid gray;
	box-sizing: border-box;
	padding: 0 7px;
	outline: none;
}
#copied{
	display: none;
	position: fixed;
	top: 45%;
	width: 50%;
	left: 25%;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	background-color: darkorange;
}
