@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote::before, blockquote::after,
q::before, q::after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

/*--------------------------------------------------------------【サンプルコメント】*/
/* サンプルコメント（example）
----------------------------------------------- */

/* ================================================================================ */
/*                                                                                  */
/*      スタイル                                                                    */
/*                                                                                  */
/* ================================================================================ */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

*	{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.clearfix::after	{
	content: '';
	display: block;
	clear: both;
}

body	{
	font-size: 14px;
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN',Meiryo,メイリオ,'YuGothic','游ゴシック',Helvetica,Arial,sans-serif;
	color: #212121;
}

a	{
	color: #212121;
}

a:hover	{
	color: #424242;
	text-decoration: none;
}

a:hover img{
	opacity:0.7;
}


/* ================================================================================ */
/*                                                                                  */
/*      レイアウト                                                                  */
/*                                                                                  */
/* ================================================================================ */


/* ================================================================================ */
/*                                                                                  */
/*      モジュール                                                                  */
/*                                                                                  */
/* ================================================================================ */

/* グリッド
----------------------------------------------- */
.cmslGrid {
	display: flex;
	flex-wrap: wrap;
}

.cmslGrid__col {
	width: 100%;
}

.cmslGrid__col--1 { width: 8.33333333333%; }
.cmslGrid__col--2 { width: 16.6666666667%; }
.cmslGrid__col--3 { width: 25%; }
.cmslGrid__col--4 { width: 33.3333333333%; }
.cmslGrid__col--5 { width: 41.6666666667%; }
.cmslGrid__col--6 { width: 50%; }
.cmslGrid__col--7 { width: 58.3333333333%; }
.cmslGrid__col--8 { width: 66.6666666667%; }
.cmslGrid__col--9 { width: 75%; }
.cmslGrid__col--10 { width: 83.3333333333%; }
.cmslGrid__col--11 { width: 91.6666666667%; }
.cmslGrid__col--12 { width: 100%; }

.cmslGrid--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.cmslGrid--separate .cmslGrid__col {
	padding: 0 10px;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.cmslGrid {
			display: flex;
			flex-wrap: wrap;
		}

		.cmslGrid__col {
			width: 100%;
		}

		.cmslGrid__col--1 { width: 100%; }
		.cmslGrid__col--2 { width: 100%; }
		.cmslGrid__col--3 { width: 100%; }
		.cmslGrid__col--4 { width: 100%; }
		.cmslGrid__col--5 { width: 100%; }
		.cmslGrid__col--6 { width: 100%; }
		.cmslGrid__col--7 { width: 100%; }
		.cmslGrid__col--8 { width: 100%; }
		.cmslGrid__col--9 { width: 100%; }
		.cmslGrid__col--10 { width: 100%; }
		.cmslGrid__col--11 { width: 100%; }
		.cmslGrid__col--12 { width: 100%; }

		.cmslGrid--separate {
			margin-left: -10px;
			margin-right: -10px;
		}

		.cmslGrid--separate .cmslGrid__col {
			padding: 0 10px;
		}

	}

/* ブロック
----------------------------------------------- */
.cmslBlock {
	display: flex;
	flex-wrap: wrap;
}

.cmslBlock__ {
	width: 100%;
}

.cmslBlock--2 .cmslBlock__ { width: 50%;  }
.cmslBlock--3 .cmslBlock__ { width: 33.3333333333%; }
.cmslBlock--4 .cmslBlock__ { width: 25%; }
.cmslBlock--5 .cmslBlock__ { width: 20%; }

.cmslBlock--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.cmslBlock--separate .cmslBlock__ {
	padding: 0 10px;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.cmslBlock {
			display: flex;
			flex-wrap: wrap;
		}

		.cmslBlock__ {
			width: 100%;
		}

		.cmslBlock--2 .cmslBlock__ { width: 100%;  }
		.cmslBlock--3 .cmslBlock__ { width: 100%; }
		.cmslBlock--4 .cmslBlock__ { width: 100%; }
		.cmslBlock--5 .cmslBlock__ { width: 100%; }

		.cmslBlock--separate {
			margin-left: -10px;
			margin-right: -10px;
		}

		.cmslBlock--separate .cmslBlock__ {
			padding: 0 10px;
		}

	}


/* パネル
----------------------------------------------- */
.cmslPanel {
	margin: 0 0 20px;
	border: 1px solid #DDD;
	box-shadow: 2px 2px rgba(0,0,0,0.05);
	background: #FFF;
}

.cmslPanel__title {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #DDD;
	height: 42px;
	line-height: 42px;
	position: relative;
	overflow: hidden;
}

.cmslPanel__title__link {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	margin: 0 0 0 10px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 2px;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: -1px;
}

.cmslPanel__title__link:hover {
	background: rgba(0,0,0,0.05);
}

.cmslPanel__title__link > i + span {
	margin: 0 0 0 5px;
}

.cmslPanel__title__option {
	float: right;
	font-size: 0;
	text-align: center;
}

.ptoBtn {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	min-width: 42px;
	background: rgba(0,0,0,0);
	color: rgba(0,0,0,0.6);
	border-left: 1px solid #DDD;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}

.ptoBtn:hover {
	background: rgba(0,0,0,0.05);
}

.cmslPanel__body {
	padding: 20px;
	border-bottom: 1px solid #DDD;
}

.cmslPanel__body > :first-child {
	margin-top: 0;
}

.cmslPanel__body > :last-child {
	margin-bottom: 0;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px)	{

		.cmslPanel__body--toggleSpClose {
			display: none;
		}

		.cmslPanel__body {
			padding: 15px;
		}

	}

.cmslPanel__body--toggleOpen {
	display: block;
}


/* 表組み
----------------------------------------------- */
.commonTable {
	width: 100%;
	font-size: 12px;
	margin: 20px 0 30px;
	background: #FFF;
	color: #444;
}

.commonTable thead th {
	background: #333;
	color: #FFF;
	text-align: center;
}

.commonTable thead td {}

.commonTable tbody th,
.commonTable th {
	border: 1px solid #DDD;
	padding: 15px;
	text-align: left;
	background: rgba(0,0,0,0.05);
	line-height: 1.3em
}

.commonTable tbody td,
.commonTable td {
	border: 1px solid #DDD;
	padding: 15px;
	line-height: 1.3em
}

.commonTable--fixed {
	table-layout: fixed;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.commonTable {
			margin: 15px 0;
			box-shadow: 1px 1px rgba(0,0,0,0.1), -1px -1px rgba(0,0,0,0.1);
		}

		.commonTable tbody th,
		.commonTable th {
			padding: 10px 6px;
			font-size: 11px;
		}

		.commonTable tbody td,
		.commonTable td {
			padding: 10px 6px;
			font-size: 11px;
		}

	}


/* リスト
----------------------------------------------- */
.commonList {
	padding: 0 0 0 30px;
	margin: 0 0 20px;
}

.commonList .commonList {
	padding: 0 0 0 20px;
	margin: 0;
}

.commonList li {
	line-height: 1.6em;
}

.commonList--square {
	list-style: square;
}

.commonList--unmarked {
	list-style: none;
	padding: 0;
}

.commonList--unmarked .commonList--unmarked {
	padding: 0;
}

.commonList--awesome {
	list-style: none;
}

.commonList--awesome li {
	position: relative;
}

.commonList--awesome i {
	position: absolute;
	left: -2em;
	width: 2em;
	text-align: center;
	line-height: 1.6em;
}

.commonDL {
	margin: 0 0 20px;
	line-height: 1.4em;
}

.commonDL dt {
	font-weight: bold;
}

.commonDL dd {}

.commonDL dd + dt,
.commonDL dt + dt {
	margin-top: 10px;
}

.commonDL--horizontal {
	overflow: hidden;
}

.commonDL--horizontal dt {
	float: left;
	width: 140px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.commonDL--horizontal dd {
	margin-left: 160px;
}

.commonDL--horizontal dd + dt {
	margin-top: 10px;
}

.commonDL--horizontal dd + dt + dd {
	margin-top: 10px;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.commonList {
			margin: 0 0 10px;
			padding: 0 0 0 20px;
			font-size: 11px;
		}

	}



/* 見出しとパラグラフ
----------------------------------------------- */
.contentsTitle {
	line-height: 1.2em;
	position: relative;
}

.contentsTitle--lv1 {
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0;
}

.contentsTitle--lv2 {
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0;
}

.contentsTitle--lv3 {
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0;
}

.contentsTitle--lv4 {
	font-size: 16px;
	margin: 10px 0;
}

.contentsTitle--lv5 {
	font-size: 14px;
	margin: 10px 0;
}

.contentsTitle--bg {
	text-align:center;
	padding:20px;
	margin:40px 0 20px;
	background:rgba(0,0,0,0.7);
	color:rgba(255,2552,255,1);
}

.contentsTitle span {
	font-size: 80%;
	margin: 0 0 0 1em;
}

.contentsText {
	font-size: 14px;
	line-height: 1.6em;
	margin: 0 0 20px;
}

.contentsTitle__link {
	display: inline-block;
	padding: 0 10px;
	margin: 0 0 0 10px;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 2px;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	top: -3px;
}

.contentsTitle__link .fa {
	margin: 0 5px 0 0;
}

.contentsTitle--lv3 .contentsTitle__link {
	font-size: 12px;
}

.contentsTitle--lv4 .contentsTitle__link {
	font-size: 10px;
}

.contentsTitle__link:hover {
	background: #EEE;
}

.contentsTitle__link--right {
	position: absolute;
	top: -3px;
	right: 0;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.contentsTitle--lv3 {
			font-size: 14px;
			font-weight: bold;
		}

		.contentsText {
			font-size: 12px;
		}

	}


/* リンクのリスト
----------------------------------------------- */

.linkList {
	padding: 0 20px;
}

.linkList__item {
	line-height: 2em;
}

.linkList--nomark {
	padding: 0;
	list-style: none;
}

.linkList--white {
}

.linkList--white a {
	color: #FFF;
}

.linkListPanel {
	background: #FFF;
}

.linkListPanel__item {
	border: 1px solid #DDD;
	list-style: none;
	overflow: hidden;
	position: relative;
}

.linkListPanel__item a {
	display: block;
	padding: 1em;
	line-height: 1.6em;
	text-decoration: none;
	cursor: pointer;
}

.linkListPanel__item a:hover {
	background: #EEE;
}

.linkListPanel__item + .linkListPanel__item {
	margin-top: -1px;
}

.linkListPanel--col {
	display: flex;
	flex-wrap: wrap;
}

.linkListPanel--col .linkListPanel__item + .linkListPanel__item {
	margin-top: 0;
	margin-left: -1px;
}

.linkListPanel--borderbottom .linkListPanel__item {
	border: none;
	border-bottom: 1px solid #DDD;
}

.cmsBadge {
	display: inline-block;
	color: #FFF;
	background: #666;
	padding: 0.3em 0.6em 0.2em;
	margin: 0 0 0 5px;
	border-radius: 1em;
	line-height: 1em;
	font-weight: bold;
}

.cmsBadge--right {
	float: right;
}

.cmsBadge--blue { background: #4A89DC; }
.cmsBadge--aqua { background: #3BAFDA ; }
.cmsBadge--green { background: #37BC9B ; }
.cmsBadge--grass { background: #8CC152 ; }
.cmsBadge--sun { background: #F6BB42 ; }
.cmsBadge--orange { background: #E9573F ; }
.cmsBadge--red { background: #DA4453 ; }
.cmsBadge--lavender { background: #967ADC ; }
.cmsBadge--pink { background: #D770AD ; }
.cmsBadge--lgray { background: #E6E9ED ; color: #434A54; }
.cmsBadge--mgray { background: #AAB2BD ; }
.cmsBadge--dgray { background: #434A54 ; }


	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.linkListPanel {
			font-size: 12px;
		}

	}



/* ステップのリスト
----------------------------------------------- */
.stepList {
	list-style: none;
	display: table;
	width: 100%;
	padding: 10px;
	margin: 0 0 20px;
	border: 1px solid #BBB;
	background: #FFF;
	font-size: 13px;
}

.stepList__item {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
	padding: 0 20px 0 10px;
	color: #BBB;
}

.stepList__item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin: -8px 0 0 0;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #BBB;
}

.stepList__item p {
	line-height: 1.6em;
}

.stepList__item--active {
	color: #000;
}

.stepList__item--active p {
}

.stepList__item--active:not(:last-child)::after {
	border-left: 12px solid #000;
}

.stepList--fixed {
	table-layout: fixed;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.stepList {
			display: block;
			padding: 0;
		}

		.stepList__item {
			display: block;
			padding: 5px 0;
		}

		.stepList__item:not(:last-child) {
			border-bottom: 1px dashed #CCC;
			box-shadow: 0 2px rgba(0,0,0,0.05);
		}

		.stepList__item:not(:last-child)::after {
			right: 50%;
			top: 100%;
			margin: -2px -2px 0 0;
			border-top: 8px solid #BBB;
			border-right: 4px solid transparent;
			border-bottom: 4px solid transparent;
			border-left: 4px solid transparent;
		}

		.stepList__item--active:not(:last-child)::after {
			border-top: 8px solid #000;
		}

		.stepList__item p {
			line-height: 1.3em;
			font-size: 11px;
		}

	}


/* ソーシャルログイン
----------------------------------------------- */
.socialLoginBtn {
	max-width: 310px;
	margin: 0 0 20px;
}

.socialLoginBtn a {
	display: flex;
	text-decoration: none;
	color: #FFF;
	border-radius: 2px;
	background: #999;
}

.socialLoginBtn a:hover {
	opacity: 0.8;
}

.socialLoginBtn a .fa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.socialLoginBtn a .fa::before {
	font-size: 24px;
}

.socialLoginBtn__text {
	flex-grow: 2;
	font-weight: bold;
	line-height: 50px;
	padding: 0 0 0 1em;
	border-left: 1px solid rgba(255,255,255,0.3);
	background: rgba(0,0,0,0.05);
}

.socialLoginBtn--tw a {
	background: #55acee;
}

.socialLoginBtn--fb a {
	background: #315096;
}

.socialLoginBtn--gl a {
	background: #DC4E41;
}


/* ぱんくずリスト
----------------------------------------------- */
.pankuzu {
	font-size: 12px;
	list-style: none;
	margin: 0 0 20px;
}

.pankuzu__item {
	display: inline-block;
}

.pankuzu__item a {
	position: relative;
	display: inline-block;
	margin: 0 0.5em 0 0;
}

.pankuzu__item a::after {
	content: ">";
	display: inline-block;
	margin: 0 0 0 0.5em;
}


/* 汎用メッセージ
----------------------------------------------- */
.commonMessage {
	margin: 20px 0;
	padding: 1em;
	border: 1px solid #999;
	background: #FFF;
}

.commonMessage--error {
	color: #DA4453;
	border-color: #DA4453;
}

.commonMessage p {
	line-height: 1.3em;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.commonMessage {
			font-size: 12px;
		}

	}


/* 操作ボタンセット
----------------------------------------------- */

.actionPanel {
	font-size: 12px;
}

.actionPanel--center {
	text-align: center;
}

.actionPanel--right {
	text-align: right;
}

.actionPanel--nobr {
	white-space: nowrap;
}

.actionPanel__btn {
	font-size: 12px;
	display: inline-block;
	padding: 0 1em;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 2px;
	cursor: pointer;
	vertical-align: middle;
}

a.actionPanel__btn {
	text-decoration: none;
}

.actionPanel__btn:hover {
	background: #EEE;
}

.actionPanel label {
	white-space: nowrap;
	display: inline-block;
	margin: 0 5px;
}

.actionPanel label input[type="radio"],
.actionPanel label input[type="checkbox"] {
	margin: 0 5px 0 0;
}

.actionPanel__input[type="password"],
.actionPanel__input[type="text"] {
	background: #FFF;
	border: 1px solid #999;
	border-radius: 2px;
	padding: 0 0.5em;
	margin: 5px 0;
}

.actionPanel__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF url(../img/select_.png) no-repeat right;
	background-size: 16px auto;
	border: 1px solid #999;
	border-radius: 2px;
	padding: 0 1em 0 0.2em;
	margin: 5px 0;
}

.actionPanel__select::-ms-expand {
	display: none;
}

.actionPanel label,
a.actionPanel__btn {
	line-height: 30px;
}

.actionPanel__select,
.actionPanel__input[type="password"],
.actionPanel__input[type="text"],
.actionPanel__btn {
	height: 30px;
}

.actionPanel__select,
.actionPanel__input[type="password"],
.actionPanel__input[type="text"] {
}

.actionPanel__select,
.actionPanel__input[type="password"],
.actionPanel__input[type="text"] {
	transition: 0.2s;
}

.actionPanel__select:hover,
.actionPanel__input[type="password"]:hover,
.actionPanel__input[type="text"]:hover {
	border-color: #777;
}

.actionPanel__select:focus,
.actionPanel__input[type="password"]:focus,
.actionPanel__input[type="text"]:focus {
	border-color: #4A89DC;
}

.actionPanel__btn:disabled,
.actionPanel__select:disabled,
.actionPanel__input[type="password"]:disabled,
.actionPanel__input[type="text"]:disabled {
	border-color: #CCC;
	color: #CCC;
	background: #F5F5F5;
	cursor: not-allowed;
}

.actionPanel__btn--notext {
	font-size: 14px;
	padding: 0;
	width: 30px;
	text-align: center;
}

.actionPanel__btn > .fa {
	margin: 0 5px 0 0;
}

.actionPanel__btn--notext > .fa {
	margin: 0;
}

/* 汎用フォーム
----------------------------------------------- */
.commonForm {
	margin: 20px 0;
	font-size: 12px;
}

	.commonForm--toggle {
		display: none;
	}

.commonForm__ {
}

.commonForm__tbl {
	width: 100%;
	background: #FFF;
	border-top: 1px solid #DDD;
}

.commonForm__tbl caption {
	text-align: left;
	font-size: 10px;
	padding: 5px 0;
	background: transparent;
	color: rgba(0,0,0,0.6);
	width: 100%;
}

.commonForm__tbl td,
.commonForm__tbl th {
	border-bottom: 1px solid #DDD;
}

.commonForm__tbl th {
	vertical-align: middle;
	background: #F5F5F5;
	padding: 10px;
}

.commonForm__tbl td {
	padding: 5px 10px 5px 8px;
}

.commonForm__tbl td p {
	margin: 5px 2px;
	line-height: 1.6em;
}

.commonForm__tbl td img {
	max-width: 100%;
	height: auto;
}

.commonForm__tbl td.validate {
	border-left: 2px solid #DA4453;
}

	.validateMessage {
		display: block;
		color: #DA4453;
		font-weight: bold;
		margin: 5px 0;
		line-height: 1.3em;
	}

.commonForm__tbl td label {
	white-space: nowrap;
	display: inline-block;
	line-height: 30px;
	margin: 0 5px 0 0;
}

.commonForm__tbl td label input[type="radio"],
.commonForm__tbl td label input[type="checkbox"] {
	margin: 0 5px 0 0;
}

.commonForm input[type="password"],
.commonForm input[type="text"] {
	background: #FFF;
	border: 1px solid #999;
	border-radius: 2px;
	padding: 0 0.5em;
	margin: 5px 2px;
	max-width: 400px;
}

.commonForm textarea {
	font-size: inherit;
	border: 1px solid #999;
	border-radius: 2px;
	padding: 0.5em;
	margin: 5px 2px;
	width: 99%;
	max-width: 100%;
}

.commonForm select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF url(../img/select_.png) no-repeat right;
	background-size: 16px auto;
	border: 1px solid #999;
	border-radius: 2px;
	padding: 0 1em 0 0.2em;
	margin: 5px 2px;
}

.commonForm select::-ms-expand {
	display: none;
}

.commonForm input[type="file"] {
	display: block;
	margin: 5px 2px;
}

.commonForm select,
.commonForm input[type="password"],
.commonForm input[type="text"] {
	height: 30px;
	vertical-align: middle;
}

.commonForm textarea,
.commonForm select,
.commonForm input[type="password"],
.commonForm input[type="text"] {
	transition: 0.2s;
}

.commonForm textarea:hover,
.commonForm select:hover,
.commonForm input[type="password"]:hover,
.commonForm input[type="text"]:hover {
	border-color: #777;
}

.commonForm textarea:focus,
.commonForm select:focus,
.commonForm input[type="password"]:focus,
.commonForm input[type="text"]:focus {
	border-color: #4A89DC;
}

.commonForm textarea:disabled,
.commonForm select:disabled,
.commonForm input[type="password"]:disabled,
.commonForm input[type="text"]:disabled {
	border-color: #CCC;
	background-color: #F5F5F5;
}

.commonForm__tbl__requisite {
	display: inline-block;
	background: #FFF;
	color: #ED5565;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
	margin: 0 0 0 5px;
	padding: 0 8px;
	border-radius: 2px;
}
.commonForm__tbl__requisite::before {
	content: "- ";
}
.commonForm__tbl__requisite::after {
	content: " -";
}

.commonForm__tbl__hint {
	color: #999;
	margin: 5px 0;
	line-height: 1.3em;
}

.commonForm__tbl__hint--inline {
	display: inline-block;
	margin: 0 5px;
}

.commonForm__tbl__btn {
	font-size: 12px;
	display: inline-block;
	background: #FFF;
	padding: 0 1em;
	border: 1px solid #999;
	border-radius: 2px;
	cursor: pointer;
	height: 30px;
	vertical-align: middle;
}

.commonForm__tbl__btn:hover {
	background: #EEE;
}

.commonForm__action {
	background: #F5F5F5;
	margin: 20px 0;
	padding: 15px 10px;
	text-align: center;
}

.commonForm__action--left {
	text-align: left;
}

.commonForm__action--right {
	text-align: right;
}

.commonForm__action__btn {
	font-size: 12px;
	display: inline-block;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 2px;
	padding: 0 1.6em;
	margin: 10px 3px;
	height: 30px;
    cursor: pointer;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.commonForm__action__btn:hover {
	background: #EEE;
}

.commonForm__action__btn--big {
	font-size: 14px;
	padding: 0 3em;
	height: auto;
	line-height: 40px;
}

.commonForm__action__notice {
	display: block;
	line-height: 1.3em;
	color: #444;
}

.commonForm__tbl--left {
	text-align: left;
}

.commonForm__tbl--check {
	/* 確認画面 */
}

.commonForm__tbl--check td {
	padding: 10px;
}

.labelAdjust {
	/* labelの並びを調整する */
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.commonForm__tbl td .labelAdjust--col1 label,
.labelAdjust--col1 label {
	width: 100%;
	margin: 0;
}

.commonForm__tbl td .labelAdjust--col2 label,
.labelAdjust--col2 label {
	width: 50%;
	margin: 0;
}

.commonForm__tbl td .labelAdjust--col3 label,
.labelAdjust--col3 label {
	width: 33.3%;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.commonForm__tbl td .labelAdjust--col4 label,
.labelAdjust--col4 label {
	width: 25%;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.commonForm__tbl td .labelAdjust--col5 label,
.labelAdjust--col5 label {
	width: 20%;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
		
		.commonForm__tbl--responsive caption,
		.commonForm__tbl--responsive td,
		.commonForm__tbl--responsive th,
		.commonForm__tbl--responsive tr,
		.commonForm__tbl--responsive tbody,
		.commonForm__tbl--responsive {
			display: block;
			width: 100% !important;
		}

		.commonForm__tbl--responsive caption {
			margin: 0 0 10px;
		}

		.commonForm__tbl--responsive th {
			text-align: left;
			padding: 5px;
		}

		.commonForm__tbl--responsive td,
		.commonForm__tbl--responsive th {
			border-bottom: none;
		}

		.commonForm__tbl--responsive input[type="password"],
		.commonForm__tbl--responsive input[type="text"] {
			width: 100%;
		}

		.commonForm__tbl--responsive textarea {
			width: 100%;
		}

		.commonForm__tbl {
			border-top: none;
		}

		.commonForm__action__notice {
			font-size: 11px;
		}

		.commonForm__action__btn--big {
			font-size: 12px;
		}

	}

/* データ一覧
----------------------------------------------- */
.dataTable {
	width: 100%;
	font-size: 12px;
	background: #FFF;
	margin: 0 0 30px;
}

.dataTable td,
.dataTable th,
.dataTable {
	vertical-align: middle;
}

.dataTable caption {
	text-align: left;
	font-size: 10px;
	padding: 5px 0;
	background: transparent;
	color: rgba(0,0,0,0.6);
}

.dataTable thead td,
.dataTable thead th {
	border-bottom: 2px solid #DDD;
	padding: 1em 0.6em;
	line-height: 1.3em;
	text-align: left;
}

.dataTable thead th {}

.dataTable tbody td,
.dataTable tbody th {
	border-bottom: 1px solid #DDD;
	padding: 0.6em;
	line-height: 1.3em;
}

.dataTable tbody th {}

.dataTable tbody td {}

.dataTable tbody tr:hover td,
.dataTable tbody tr:hover th {
	background: #F5F5F5;
}

/* dataTable--border */

.dataTable--border td,
.dataTable--border th,
.dataTable--border {
	border: 1px solid #DDD;
}


/* ページャー
----------------------------------------------- */
.cmslPagination {
	margin: 30px 0 20px;
	text-align: center;
}

.cmslPagination__info {
	margin: 0 0 10px;
}

.cmslPagination__list {
	position: relative;
	height: 40px;
}

.cmslPagination__list ul {
	font-size: 0;
	white-space: nowrap;
}

.cmslPagination__list ul li {
	display: inline-block;
	font-size: 12px;
}

.cmslPagination__list ul li.focus span,
.cmslPagination__list ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border: 1px solid #CCC;
	margin: 0 5px 0 0;
	background: rgba(255,255,255,0.8);
	border-radius: 3px;
}

.cmslPagination__list ul li a {
	color: #666;
	text-decoration: none;
}

.cmslPagination__list ul li a:hover {
	color: #000;
}

.cmslPagination__list ul li.back_full {}

.cmslPagination__list ul li.back {
}

.cmslPagination__list ul li.page {}

.cmslPagination__list ul li.next {}

.cmslPagination__list ul li.next_full {}

.cmslPagination__list ul li.focus span {
	background: #333;
	color: #FFF;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.cmslPagination__list {
			height: 70px;
		}

		.cmslPagination__list ul li.next_full a,
		.cmslPagination__list ul li.next a,
		.cmslPagination__list ul li.back_full a,
		.cmslPagination__list ul li.back a {
			width: 80px;
			height: 30px;
			line-height: 30px;
			text-decoration: none;
			margin: 0;
		}

		.cmslPagination__list ul li.page {
			display: none;
		}

		.cmslPagination__list ul li.back_full {
			position: absolute;
			left: 0;
			bottom: 0;
		}

		.cmslPagination__list ul li.back {
			position: absolute;
			left: 0;
		}

		.cmslPagination__list ul li.next {
			position: absolute;
			right: 0;
		}

		.cmslPagination__list ul li.next_full {
			position: absolute;
			right: 0;
			bottom: 0;
		}

		.cmslPagination__list ul li.focus {
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%,-50%);
		}

		.cmslPagination__list ul li.focus span {
			border: none;
			margin: 0;
		}

	}

/* 見出し
----------------------------------------------- */

.mainArticle {
	margin: 0 0 20px;
}

.mainArticle__title {
	line-height: 1.5;
}

.mainArticle__title--lv2 {
	font-size: 22px;
	font-weight: normal;
	padding: 10px 0;
	margin: 0 0 20px;
	border-bottom: 5px solid rgba(0,0,0,0.1);
}

.mainArticle__title--lv3 {
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 20px 0;
}

.mainArticle__title--lv4 {
	font-size: 16px;
	margin: 30px 0 20px 0;
}

.mainArticle__title--bg {
	text-align:center;
	padding:20px;
	margin:40px 0 20px;
	background:rgba(0,0,0,0.7);
	color:rgba(255,2552,255,1);
}

.mainArticle__title span {
	font-size: 80%;
	margin: 0 0 0 1em;
}

.mainArticle p {
	line-height: 1.6;
	font-size: 14px;
	color: #444;
}

.mainArticle p + p {
	margin: 1em 0 0;
}

/* 会員規約
----------------------------------------------- */
.mainArticle .mainArticle__rule {
}

.mainArticle .mainArticle__rule ul,
.mainArticle .mainArticle__rule ol {
	margin: 10px 20px;
}

.mainArticle .mainArticle__rule ul{
	list-style: none;
}

.mainArticle .mainArticle__rule li {
	padding: 5px ;
	line-height: 1.6;
}

.mainArticle .mainArticle__rule .mainArticle__rule--foot {
	margin: 20px 0 0 0 ;
	line-height: 1.6;
}

.mainArticle .mainArticle__rule .mainArticle__rule--foot .mainArticle__rule--foot__rev {
	text-align: right;
}

/* プライバシーポリシー
----------------------------------------------- */
.mainArticle .mainArticle__policy {
}

.mainArticle .mainArticle__policy ul,
.mainArticle .mainArticle__policy ol {
	margin: 10px 20px;
}

.mainArticle .mainArticle__policy ul{
	list-style: none;
}

.mainArticle .mainArticle__policy li {
	padding: 5px ;
	line-height: 1.6;
}

.mainArticle .mainArticle__policy .mainArticle__policy--foot {
	margin: 20px 0 0 0 ;
	line-height: 1.6;
}

.mainArticle .mainArticle__policy .mainArticle__policy--foot .mainArticle__policy--foot__rev {
	text-align: right;
}


	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.mainArticle :first-child {
			margin-top: 0;
		}

		.mainArticle__title--lv2 {
			font-size: 16px;
			font-weight: bold;
			margin: 20px 0 10px;
			padding: 0 0 10px;
			line-height: 1.3em;
			border-bottom: 3px solid rgba(0,0,0,0.1);
		}

		.mainArticle__title--lv3 {
			font-size: 14px;
			font-weight: bold;
			margin: 20px 0 10px;
		}

		.mainArticle__title--lv4 {
			font-size: 12px;
			font-weight: bold;
			margin: 20px 0 10px;
			padding: 5px;
			background: #EEE;
		}

		.mainArticle p {
			font-size: 11px;
		}

	}


/* QAのスタイル
----------------------------------------------- */

.ppFAQ {
}

.ppFAQ__q {
	position: relative;
	padding: 5px 0 0 40px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.ppFAQ__a {
	position: relative;
	padding: 7px 0 10px 40px;
	margin: 0 0 30px;
	border-bottom: 1px dashed #BBB;
}

.ppFAQ__a::after,
.ppFAQ__q::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	border-radius: 2px;
}

.ppFAQ__q::after {
	content: "Q";
	background: #4A89DC;
}

.ppFAQ__a::after {
	content: "A";
	background: #DA4453;
}

.ppFAQ__a p {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 0 0.8em;
}

.ppFAQ__a p a {
	text-decoration: underline;
}

.ppFAQ__a p a:hover {
	text-decoration: none;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.ppFAQ__q {
			font-size: 12px;
		}

		.ppFAQ__a {
			margin: 0 0 10px;
			padding: 5px 0 10px 40px;
		}

		.ppFAQ__a p {
			font-size: 11px;
		}

	}


/* 表組のレスポンシブ対応
----------------------------------------------- */
.responsiveTable {}

/* smartphone横(landscape) */
@media only screen and (max-width:640px) {

	.responsiveTable {
		position: relative;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.responsiveTable__ {
		overflow: scroll;
		overflow-y: hidden;
		border-right: 1px solid #CCC;
	}

	.responsiveTable__ table {
		margin: 0 0 10px;
	}

	.responsiveTable__ th,
	.responsiveTable__ td {
		white-space: nowrap;
	}

}


/* ゴッドモードログイン
----------------------------------------------- */
#super_user {
	position: fixed;
	bottom: 100px;
	left: -3px;
	z-index: 9;
}

#super_user a {
	display: inline-block;
	padding: 12px;
	font-size: 12px;
	background: rgba(255,0,0,0.8);
	color: #FFF;
	border-radius: 3px;
	box-shadow: 2px 2px rgba(0,0,0,0.1);
}


/* ================================================================================ */
/*                                                                                  */
/*      レスポンシブ対応(PCファースト)                                              */
/*                                                                                  */
/* ================================================================================ */

@media only screen and (max-width:960px) {}

/* iPad縦(portrait) */
@media only screen and (max-width:768px) {}

/* smartphone横(landscape) */
@media only screen and (max-width:640px) {}

/* iPhone横(landscape) */
@media only screen and (max-width:480px) {}

/* smartphone縦(portrait) */
@media only screen and (max-width:360px) {}

/* iPhone縦(portrait) */
@media only screen and (max-width:320px) {}

/* viewportの仕様上、指定可能な最小幅 */
@media only screen and (max-width:200px) {}


/* ================================================================================ */
/*                                                                                  */
/*      デザインテーマ                                                               */
/*                                                                                  */
/* ================================================================================ */

.cmslPagination__list ul li a {
	color: #4d3f24;
}

.cmslPagination__list ul li.focus span {
	background: #4d3f24;
}

.cmslPagination__list ul li.focus span,
.cmslPagination__list ul li a {
	border-radius: 0;
	border: 1px solid #4d3f24;
	font-weight: bold;
}

/* 汎用カラー設定
----------------------------------------------- */

.bg_blue { background: #4A89DC; }
.bg_blue_l { background: #5D9CEC; }

.bg_aqua { background: #3BAFDA; }
.bg_aqua_l { background: #4FC1E9; }

.bg_green { background: #37BC9B;  }
.bg_green_l { background: #37BC9B;  }

.bg_grass { background: #8CC152; }
.bg_grass_l { background: #A0D468; }

.bg_sun { background: #F6BB42; }
.bg_sun_l { background: #FFCE54; }

.bg_orange { background: #E9573F; }
.bg_orange_l { background: #FC6E51; }

.bg_red { background: #DA4453; }
.bg_red_l { background: #ED5565; }

.bg_lavender { background: #967ADC; }
.bg_lavender_l { background: #AC92EC; }

.bg_pink { background: #D770AD; }
.bg_pink_l { background: #EC87C0; }

.bg_lgray { background: #E6E9ED; }
.bg_lgray_l { background: #F5F7FA; }

.bg_mgray { background: #AAB2BD; }
.bg_mgray_l { background: #CCD1D9; }

.bg_dgray { background: #434A54; }
.bg_dgray_l { background: #656D78; }

.btn_blue:hover,
.btn_blue { background: #4A89DC; color: #FFF; }

.btn_blue_l:hover,
.btn_blue_l { background: #5D9CEC; color: #FFF; }

.btn_aqua:hover,
.btn_aqua { background: #3BAFDA; color: #FFF; }

.btn_aqua_l:hover,
.btn_aqua_l { background: #4FC1E9; color: #FFF; }

.btn_green:hover,
.btn_green { background: #37BC9B; color: #FFF; }

.btn_green_l:hover,
.btn_green_l { background: #37BC9B; color: #FFF; }

.btn_grass:hover,
.btn_grass { background: #8CC152; color: #FFF; border-color: #8CC152; }

.btn_grass_l:hover,
.btn_grass_l { background: #A0D468; color: #FFF; }

.btn_sun:hover,
.btn_sun { background: #F6BB42; color: #FFF; }

.btn_sun_l:hover,
.btn_sun_l { background: #FFCE54; color: #FFF; }

.btn_orange:hover,
.btn_orange { background: #E9573F; color: #FFF; }

.btn_orange_l:hover,
.btn_orange_l { background: #FC6E51; color: #FFF; }

.btn_red:hover,
.btn_red { background: #DA4453; color: #FFF; }

.btn_red_l:hover,
.btn_red_l { background: #ED5565; color: #FFF; }

.btn_lavender:hover,
.btn_lavender { background: #967ADC; color: #FFF; }

.btn_lavender_l:hover,
.btn_lavender_l { background: #AC92EC; color: #FFF; }

.btn_pink:hover,
.btn_pink { background: #D770AD; color: #FFF; }

.btn_pink_l:hover,
.btn_pink_l { background: #EC87C0; color: #FFF; }

.btn_lgray:hover,
.btn_lgray { background: #E6E9ED; }

.btn_lgray_l:hover,
.btn_lgray_l { background: #F5F7FA; }

.btn_mgray:hover,
.btn_mgray { background: #AAB2BD; color: #FFF; }

.btn_mgray_l:hover,
.btn_mgray_l { background: #CCD1D9; color: #FFF; }

.btn_dgray:hover,
.btn_dgray { background: #434A54; color: #FFF; }

.btn_dgray_l:hover,
.btn_dgray_l { background: #656D78; color: #FFF; }

[class*="btn_"] {
	border: 1px solid transparent;
}

[class*="btn_"]:hover {
	opacity: 0.8;
}
