@charset "utf-8";
html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
	/* sets the base font to 10px for easier math */
}

body {
	position: relative;
	color: #000;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	/*line-height: 1.0;*/
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	position: relative;
}


/* iOSでのデフォルトスタイルをリセット */

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}


/* -------------------------------------
	common
----------------------------------------*/

a {
	color: inherit;
}

a:hover {
	border-bottom: 0;
}

a img {
	border: none;
	outline: none;
}

a:hover img {
	opacity: 0.8;
}

input,
textarea,
select {
	font-size: 16px;
	font-size: 1.6rem;
}

textarea {
	display: block;
	width: 100%;
	max-width: 100%;
}

.cf:after {
	content: "";
	clear: both;
	display: block;
}

img {
	vertical-align: bottom;
}

.mover {
	transition: opacity 0.2s ease-out;
}

.mover:hover {
	opacity: 0.8;
}

.ib {
	display: inline-block;
}

.mail a {
	cursor: pointer;
}

img {
	max-width: 100%;
}

.bgContent {
	background-color: rgba(240, 245, 237, 0.6);
}

.inner {
	width: 94%;
	margin: auto;
}

.mode_pc,
.mode_pc_ib {
	display: none;
}

.mode_sp {
	display: block;
}

.mode_sp_ib {
	display: inline-block;
}

.tel a,
.mail a {
	pointer-events: auto;
}

.anchor {
	margin-top: -70px;
	padding-top: 70px;
}

.text_ib {
	display: inline-block;
}

.select-box {
	display: inline-block;
	padding-right: 5px;
}

@media screen and (min-width: 768px) {
	.inner {
		max-width: 1000px;
	}
	input,
	textarea,
	select {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.anchor {
		margin-top: -110px;
		padding-top: 110px;
	}
	.mode_pc {
		display: block;
	}
	.mode_pc_ib {
		display: inline-block;
	}
	.mode_sp,
	.mode_sp_ib {
		display: none;
	}
}


/* -------------------------------------
	header
----------------------------------------*/

header {
	position: fixed;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	border-top: 5px solid #212d7a;
	border-bottom: 2px solid #212d7a;
	text-align: center;
	box-sizing: border-box;
	z-index: 10;
}

header .logo {
	text-align: left;
	background-color: #fff;
	/*padding: 23px 0 18px 5%;*/
	padding: 18px 0 0 5%;
}

header .logo img {
	width: 65%;
	max-width: 200px;
}

header .logo .pc_logo {
	display: none;
}

#contentNav {
	display: none;
	height: 100vh;
}

#tel_btn_wrap .tel_btn {
	position: fixed;
	top: 25px;
	right: 55px;
	width: 26px;
	cursor: pointer;
}

#tel_area_wrap {
	position: fixed;
	left: 0;
	right: 0;
	top: 84px;
}

#login #tel_area_wrap {
	position: fixed;
	left: 0;
	right: 0;
	top: 158px;
}

#tel_area_wrap.open {
	background-color: #fff;
	bottom: 0;
}

#tel_area_wrap .tel_area {
	display: none;
}

#tel_area_wrap .tel {
	padding: 15px 0 15px 0;
	background-color: #fff;
}

#tel_area_wrap .tel a {
	display: inline-block;
	background-image: url(../img/top/icon_tel.png);
	background-repeat: no-repeat;
	background-position: 5% center;
	background-size: 24px auto;
	background-color: #fff;
	padding-left: 32px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 10px 7% 12px 12%;
	border: 2px solid #000;
	border-radius: 50px;
}

#menu_btn,
#menu_btn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

#menu_btn_wrap {
	position: fixed;
	top: 25px;
	right: 15px;
}

#menu_btn {
	position: relative;
	display: block;
	margin: auto;
	cursor: pointer;
	text-align: center;
	width: 24px;
	height: 23px;
}

#menu_btn span {
	position: absolute;
	right: 0;
	width: 24px;
	height: 4px;
	background-color: #172e73;
}

#menu_btn span:nth-of-type(1) {
	top: 1px;
}

#menu_btn span:nth-of-type(2) {
	top: 10px;
}

#menu_btn span:nth-of-type(3) {
	bottom: 0;
}

.open #menu_btn span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}

.open #menu_btn span:nth-of-type(2) {
	opacity: 0;
}

.open #menu_btn span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

header nav {
	background-color: #172e73;
	color: #fff;
}

header nav li {
	display: block;
	letter-spacing: 0.1em;
	cursor: pointer;
	border-bottom: 1px solid #ffffff;
	text-align: left;
	box-sizing: border-box;
}

header nav li a {
	display: block;
	padding: 20px 0 20px 7%;
	/*padding: 5px;*/
}

header .mypage a,
header .language {
	text-align: left;
	padding: 20px 0 20px 20%;
}

header .mypage a {
	background-image: url(../img/icon_logout.png);
	background-repeat: no-repeat;
	background-position: 10% center;
	background-size: 26px auto;
	border-bottom: 1px solid #000;
	display: block;
}

header .language {
	background-image: url(../img/icon_global.png);
	background-repeat: no-repeat;
	background-position: 7% center;
	background-size: 30px auto;
	border-bottom: 1px solid #000;
}

header .language li {
	display: inline-block;
	margin-right: 2%;
}

header .language li a {
	font-weight: 600;
	padding: 3px 25px;
	border: 2px solid #212d7a;
	border-radius: 50px;
}

header .language .current a {
	color: #fff;
	background-color: #212d7a;
}

header .mypage a,
header .language li a {
	color: #000;
	font-weight: 500;
}

#hedaerInner {
	background-color: #fff;
}

.header_height {
	/*height: 100vh;*/
	overflow: auto;
}

header #loginUser {
	padding-bottom: 4px;
}

@media screen and (min-width: 768px) {
	header {
		background-color: rgba(255, 255, 255, 1);
		padding: 30px 0 0;
		border: none;
	}
	header .inner {
		max-width: 94%;
	}
	header .logo img {
		width: 250px;
		max-width: inherit;
	}
	header .logo {
		padding: 0;
	}
	header #hedaerInner {
		position: absolute;
		right: 5%;
		top: 35px;
		text-align: right;
	}
	header .mypage {
		width: 130px;
	}
	header .mypage a {
		background-position: left center;
		background-size: 20px auto;
		margin-right: 30px;
		border-bottom: none;
		font-size: 14px;
		font-size: 1.4rem;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	header .mypage,
	header .language {
		display: inline-block;
		padding: 4px 0 4px 30px;
	}
	header .language {
		background-position: left center;
		background-size: 20px auto;
		border-bottom: none;
	}
	header .language li {
		margin: 0;
	}
	header .language li::before {
		content: "/";
		margin-left: 8px;
		margin-right: 12px;
	}
	header .language li:first-child::before {
		content: none;
	}
	header .language .current a {
		color: #212d7a;
		background-color: #fff;
	}
	header .language li a {
		font-weight: 600;
		padding: 0;
		border: none;
		border-radius: 0;
	}
	header .mypage a,
	header .language li a {
		text-decoration: none;
		transition: background 0.3s ease-in-out;
	}
	header .mypage a:hover,
	header .language li a:hover {
		border-bottom: 1px dotted #a7abc1;
		color: #193DAC;
	}
	*:focus {
		outline: none;
	}
	header nav {
		background-color: #172e73;
		color: #fff;
		text-align: center;
		margin-top: 30px;
	}
	header nav li {
		display: inline-block;
		letter-spacing: 0.1em;
		border-bottom: none;
		padding: 0;
		margin: 13px 2px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	header nav li a {
		display: inline-block;
		padding: 7px 12px;
	}
	header nav li a:hover,
	header nav li a.current {
		border: 2px solid #fff;
		border-radius: 50px;
		box-sizing: border-box;
		padding: 5px 10px;
	}
	#contentNav {
		display: block!important;
		height: auto;
	}
	header #loginUser {
		text-align: right;
		position: absolute;
		right: 5%;
		top: 5px;
		padding-bottom: 0;
	}
	.header_height {
		height: auto!important;
	}
}


/*languageのみ用header
---------------------------------*/

header.lang .language {
	background-color: #172e73;
	padding: 0;
}

header.lang .language li {
	display: block;
	border-bottom: 1px solid #ffffff;
	text-align: left;
	box-sizing: border-box;
}

header.lang .language li:last-child {
	border-bottom: none;
}

header.lang .language li a {
	display: block;
	color: #fff;
	padding: 20px 0 20px 7%;
	border: none;
	border-radius: 0;
}

header.lang .logo {
	text-align: center;
	padding: 10px 0 5px 0;
}

header.lang .logo.inner {
	width: auto;
	margin: 0 auto;
}

header.lang .logo img {
	width: 40%;
	max-width: 150px;
	position: relative;
	z-index: 1000;
}

@media screen and (min-width: 768px) {
	header.lang .language li {
		padding: 20px 0 20px 7%;
	}
	header.lang .language li a {
		display: inline-block;
		padding: 0;
	}
	header.lang {
		border-bottom: 5px solid #212d7a;
		padding-bottom: 8px;
	}
	header.lang .language {
		background-color: #fff;
		padding: 4px 0 4px 30px;
	}
	header.lang .language li {
		display: inline-block;
		border-bottom: none;
		padding: 0;
	}
	header.lang .language li a {
		color: #000;
	}
	header.lang .logo {
		padding-bottom: 15px;
	}
	header.lang .logo img {
		max-width: 230px;
	}
}


/* -------------------------------------
	フッター
----------------------------------------*/

footer {
	/*フッター固定用*/
	position: absolute;
	width: 100%;
	height: 58px;
	bottom: 0;
	text-align: center;
	overflow: hidden;
}

footer .bottom {
	background-color: #172e73;
	text-align: center;
	color: #fff;
	font-size: 11px;
	padding: 20px 0;
}

footer .bottom p {
	letter-spacing: 0.1em;
}


/*PAGE TOP
---------------------------------*/

#page_top {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 100;
	cursor: pointer;
}

#page_top a {
	display: block;
	cursor: pointer;
}

#page_top::before {
	content: "";
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	background-color: #212d7a;
	opacity: 0.8;
}

#page_top::after {
	left: 10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -22px;
	margin-left: 15px;
}

@media screen and (min-width: 768px) {
	footer .bottom {
		font-size: 13px;
		padding: 18px 0 20px;
	}
}


/* -------------------------------------
	コンテンツ共通
----------------------------------------*/

h1 {
	text-align: center;
	font-weight: normal;
	font-size: 21px;
	font-size: 2.1rem;
	padding: 40px 3% 30px 3%;
	letter-spacing: 0.1em;
}

#contents {
	position: relative;
	padding: 75px 0 98px 0;
	margin: 0 auto;
}

.inner .txt_box {
	font-size: 90%;
	line-height: 1.6;
	padding: 20px 5% 10px 5%;
	text-align: left;
	color: #000;
}

.inner .txt_box.pmb p {
	margin-bottom: 20px;
}

.inner .tit_sub {
	font-size: 2.1rem;
	padding: 10px 0 30px 0;
	text-align: center;
	letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
	h1 {
		font-size: 26px;
		font-size: 2.6rem;
		padding: 60px 3% 50px 3%;
	}
	#contents {
		padding: 157px 0 138px 0;
	}
	.inner .txt_box {
		padding: 20px 0;
		text-align: center;
		line-height: 2;
	}
}


/* -------------------------------------
	エントリー
----------------------------------------*/

#entry .form-footer {
	color: #5e5e5e;
}

#entry .inner .txt_box p.email {
	font-size: 130%;
	font-weight: bold;
	padding: 20px 6%;
	background-color: #fbebeb;
	color: #333;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	#entry .inner .txt_box p.email {
		font-size: 140%;
		padding: 30px 20px 24px 20px;
	}
}


/* -------------------------------------
	ログイン
----------------------------------------*/

#login {
	background-color: #eff3f6;
	color: #5e5e5e;
	text-align: center;
}

#login header {
	border-bottom: 0;
	border-top: 5px solid #212d7a;
}

#login header.lang .logo {
	background-color: #eff3f6;
}

#login header.lang .logo img {
	width: 60%;
	max-width: 238px;
}

#login header.lang .logo.inner {
	padding-top: 50px;
}

#login #contents {
	padding-top: 170px;
}

#login .login_area {
	background: #fafafa;
	margin: 0 auto;
	padding: 30px 2% 0 2%;
	max-width: 85%;
}

#login .login_area form {
	padding: 0 5%;
}

#login .login_area .form-item {
	margin-bottom: 15px;
	width: 100%;
}

#login .login_area .form-item input {
	background: #fafafa;
	border: none;
	border-bottom: 2px solid #e9e9e9;
	color: #666;
	font-size: 1em;
	height: 50px;
	transition: border-color 0.3s;
	width: 100%;
}

#login .login_area .form-item input:focus {
	border-bottom: 2px solid #c0c0c0;
	outline: none;
}

#login .login_area .form-footer {
	padding: 30px 0;
	text-align: center;
	font-size: 90%;
}

#login .login_area .form-footer p {
	padding-bottom: 15px;
}

.inner .form-footer {
	padding: 30px 0;
	text-align: center;
	font-size: 90%;
}

#login .login_area .tit_sub {
	font-size: 120%;
	font-weight: bold;
}

#login .login_area .txt_box {
	font-size: 90%;
	line-height: 1.6;
	padding: 20px 5% 10px 5%;
	text-align: left;
	color: #000;
}

#login .login_area.request .txt_box p.email {
	font-size: 130%;
	font-weight: bold;
}


/*パスワード再設定完了用*/

#login .login_area.request {
	padding-bottom: 10px;
}

#login .login_area.request .button-panel {
	margin-top: 0;
}

#login .login_area.request .txt_box p.email {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.inner .tit_sub {
		font-size: 2.6rem;
		padding: 30px 0 25px 0;
		text-align: center;
		letter-spacing: 0.1em;
	}
	#login header {
		background-color: #eff3f6;
	}
	#login header.lang .language {
		background-color: #eff3f6;
	}
	#login .login_area {
		margin: 40px auto;
		max-width: 400px;
	}
	#login .login_area .txt_box {
		padding: 20px 0;
		text-align: center;
	}
	#login .login_area .txt_box p.email {
		font-size: 160%;
	}
	#login #contents {
		padding-top: 180px;
	}
	/*パスワード再設定完了用*/
	#login .login_area.request {
		max-width: 800px;
		padding-bottom: 30px;
	}
	#login .login_area.request .txt_box {
		padding-bottom: 0;
	}
	#login .login_area.request .txt_box p {
		margin-bottom: 20px;
	}
}


/* -------------------------------------
	ダッシュボード
----------------------------------------*/

.dash_box01,
.dash_box02 {
	border-radius: 5px;
	text-align: center;
	padding: 20px 10px;
	line-height: 2.0;
	margin: 0 auto;
}

.dash_box01 {
	margin-bottom: 20px;
	background-color: #d0e9f5;
	color: #172e73;
}

.dash_box02 {
	background-color: #fbd3d3;
	color: #ec0644;
}

.dash_box01 a.button {
	color: #fff;
	background-color: #3088d6;
	border-radius: 100px;
	padding: 8px 3%;
	font-size: 90%;
}

.dash_box01 a:hover.button {
	color: #0056f9;
	background-color: #fff;
}

.dash_box01 p,
.dash_box02 p {
	margin-bottom: 10px;
}

.dash_box01 p:last-child,
.dash_box02 p:last-child {
	margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
	.dash_box01,
	.dash_box02 {
		width: 70%;
		padding: 40px;
		font-size: 18px;
		font-size: 1.8rem;
	}
}


/* -------------------------------------
	テーブルスタイル(PC、SPヨコ)
----------------------------------------*/

.table_list ul {
	display: none;
}

.table_list dl {
	width: 100%;
	border: 1px solid #cac4ba;
	border-top: 0;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.table_list dl:last-child {
	margin-bottom: 0;
}

.table_list dt,
.table_list dd {
	display: block;
	width: auto;
	padding: 10px 5%;
}

.table_list dt {
	padding: 5px 5%;
}

.table_list dt {
	background-color: #d2cee2;
}

.table_list dt:first-child {
	display: none;
}

.table_list dd {
	min-height: 1em;
}

.table_list dd:nth-child(2) {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 0;
	background-color: #7162ae;
	color: #fff;
	text-align: center;
}


/*.table_list dd a::after {
	content: "/";
	margin-left: 8px;
	margin-right: 12px;
}
.table_list dd a:last-child::after {
	content: none;
}*/

.table_list dd.delinquent {
	color: #ec0644;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.table_list dd.invoice a {
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	/*padding-left:26px;*/
	padding: 8px 0px 2px 30px;
	display: table;
}

.table_list dd.invoice a:hover {
	text-decoration: underline;
	color: #ec0644;
}

@media screen and (min-width: 768px) {
	.table_list dl,
	.table_list ul {
		display: table;
		width: 100%;
		margin-bottom: 0;
	}
	.table_list dt {
		display: none;
	}
	.table_list li,
	.table_list dd {
		padding: 20px 0;
		vertical-align: middle;
		line-height: 1.8;
		display: table-cell;
		width: 25%;
		border-right: 1px solid #cac4ba;
		text-align: center;
	}
	.table_list li {
		padding: 10px 0;
	}
	.table_list dd:nth-child(2) {
		font-size: 100%;
		padding: 20px 0;
		background-color: #fff;
		color: #000;
	}
	.table_list li {
		border-right: 1px solid #fff;
		background-color: #7162ae;
		color: #ffffff;
		letter-spacing: 0.1em;
	}
	.table_list li:last-child,
	.table_list dd:last-child {
		border-right: 0;
	}
	.table_list dd.invoice a {
		margin: 0 auto;
	}
	.table_list dd.delinquent {
		background-color: #fdedf4;
	}
}

.txtNameInvoice {
	margin-bottom: 15px;
}


/* -------------------------------------
	フォーム用TABLE
----------------------------------------*/

.form_area .form_txtComp {
	text-align: center;
	padding: 30px 0;
	background-color: #d0e9f5;
	border-radius: 5px;
	margin-bottom: 20px;
	color: #000;
	font-size: 1.8rem;
	font-size: 18px;
	color: #172e73;
}

.inner .form_txtComp {
	text-align: center;
	padding: 30px 0;
	background-color: #d0e9f5;
	border-radius: 5px;
	margin-bottom: 20px;
	color: #000;
	font-size: 1.8rem;
	font-size: 18px;
	color: #172e73;
}

.inner .form_txtErr {
	text-align: center;
	padding: 30px 0;
	background-color: #fbd3d3;
	border-radius: 5px;
	margin-bottom: 20px;
	color: #000;
	font-size: 1.8rem;
	font-size: 18px;
	color: #ec0644;
}

.form_table {
	margin-bottom: 40px;
}

.form_table dl {
	position: relative;
	border-top: 0;
	border-bottom: 1px solid #d2d2d2;
}

.confirm .form_table dl {
	border-bottom: 1px solid #d2d2d2;
	border-right: 0;
	border-left: 0;
	padding-bottom: 20px;
}

.form_table dl>dt {
	position: static;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #212d7a;
	color: #ffffff;
}

.confirm .form_table dl>dt {
	background: none;
}

.form_table dl>dt>.formInner {
	display: block;
	position: static;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 7px 3%;
}

.form_table dl>dt span {
	line-height: 1.4;
	letter-spacing: normal;
}

.form_table dl>dt .title {
	display: block;
}

.form_table dl>dt .mark_txt {
	display: block;
	position: absolute;
	top: 8px;
	right: 20px;
	width: auto;
	color: #ffffff;
	font-size: 68.8%;
	line-height: 1.0;
	font-weight: normal;
	text-align: center;
	padding: 4px 2%;
}

.form_table dl>dt .mark_img {
	display: block;
	position: absolute;
	top: 19px;
	right: 20px;
	color: #ffffff;
	line-height: 1.0;
}

.form_table dl>dt .mark_required {
	background-color: #b23930;
}

.form_table dl>dt .mark_option {
	background-color: #9e9893;
}

.form_table dl>dt .sample {
	font-weight: normal;
}

.form_table dl>dd {
	background-color: #ffffff;
	padding: 0;
}

.form_table dl>dd>.formInner {
	padding: 15px 3%;
}

.form_table dl>dd>.formInner.radio {
	padding: 20px 1%;
}

.form_table dl>dd>.formInner.radio label {
	display: inline-block;
}

.confirm .form_table dl>dd>.formInner {
	min-height: 1.8em;
	padding: 7px 3%;
	word-break: break-all;
}

.form_table dl.multiline1>dd>.formInner {
	padding-top: 20px;
	padding-bottom: 20px;
}

.form_table dl.multiline2>dd>.formInner {
	min-height: 3.6em;
}

.form_table dl.multiline3>dd>.formInner {
	min-height: 5.4em;
}

.error {
	color: #ff0000;
	font-size: 90%;
}

.error-message {
	color: #ff0000;
	font-size: 90%;
}

.form_table dl>dd li {
	margin: 0 0 6px 0;
}

.form_table dl>dd li:last-child {
	margin-bottom: 0;
}

.form_table dl>dd input[type="text"],
.form_table dl>dd input[type="password"],
.form_table dl>dd input[type="email"],
.form_table dl>dd input[type="tel"] {
	width: 94%;
	padding: 10px 3%;
	margin-bottom: 5px;
	border: 1px solid #ababab;
	background-color: #fcfcfc;
}

.form_table dl>dd input[type="radio"] {
	margin-left: 20px;
	margin-right: 5px;
}

.form_table dl>dd input[type="radio"],
.form_table dl>dd input[type="checkbox"] {
	margin-top: 0;
	font-size: 87.5%;
}

.form_table dl>dd input[type="radio"]+label,
.form_table dl>dd input[type="checkbox"]+label {
	/*font-size: 93.8%;*/
	line-height: 1.2;
	margin: 0 0 0 10px;
}

.form_table dl>dd .sample {
	color: #555555;
	font-size: 94%;
	line-height: 36px;
	letter-spacing: normal;
	line-height: 1.4;
}

.form_table dl>dd input+.sample {
	line-height: 1.4;
	margin: 0;
	padding: 10px 0 0 2%;
}

.form_table dl>dd .pc_w100+.sample {
	margin-left: 0;
}

.form_table textarea+p .sample {
	line-height: 1.0;
}

.form_table select {
	padding: 8px 2px;
	border: 1px solid #ababab;
	-webkit-border-radius: 0;
	margin: 5px 0;
	max-width: 100%;
}

.billing_confirm_form_area {
	width: 100%;
}

.billing_confirm_form_area .form_table dl>dt {
	width: 100%;
}

.billing_confirm_form_area .form_table dl>dd {
	padding: 0 0 0 0;
}

@media screen and (min-width: 768px) {
	.billing_confirm_form_area {
		width: 55%;
		margin: auto;
	}
	.billing_confirm_form_area .form_table dl>dt {
		position: relative;
		width: 60%;
		float: left;
	}
	.billing_confirm_form_area .form_table dl>dd {
		position: relative;
		width: 40%;
		float: right;
	}
	.billing_confirm_form_area .form_table dl>dt .formInner,
	.billing_confirm_form_area .form_table dl>dd .formInner {
		position: relative;
	}
	.form_table {
		border-top: 1px solid #d2d2d2;
	}
	.error {
		padding-top: 10px;
	}
	.error-message {
		padding-top: 10px;
	}
	.form_table dl {
		min-height: 60px;
	}
	.form_table dl>dt {
		position: absolute;
		width: /*28*/
		30%;
		background-color: #fff;
		color: #333;
	}
	.form_table dl>dt .mark_txt {
		top: 19px;
	}
	.form_table dl>dt>.formInner {
		position: absolute;
		padding: 20px 10px;
	}
	.form_table dl>dd>.formInner {
		padding: 20px 3%;
	}
	.form_table dl>dd {
		padding: 0 0 0/*28*/
		30%;
	}
	.form_table dl>dd input.pc_w30 {
		width: 30%;
	}
	.form_table dl>dd input.pc_w40 {
		width: 40%;
	}
	.form_table dl>dd input.pc_w60 {
		width: 60%;
	}
	.form_table dl>dd input.pc_w100 {
		width: 100%;
	}
	.form_table dl>dd input.pc_wauto {
		width: auto;
	}
	.form_table dl>dd input+.sample {
		margin: 0 0 0 10px;
		padding: 0;
		width: 100px;
	}
	.form_table dl>dd input[type="text"],
	.form_table dl>dd input[type="password"],
	.form_table dl>dd input[type="email"],
	.form_table dl>dd input[type="tel"] {
		padding: 10px 1%;
		margin-bottom: 0px;
	}
	.form_table select {
		margin: 0 5px 0 20px;
	}
	.form_table select:first-child {
		margin-left: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.form_table dl>dt {
		width: 38%;
	}
	.form_table dl>dd {
		padding: 0 0 0 38%;
	}
}


/* -------------------------------------
	button-panel
----------------------------------------*/

@media screen and (max-width: 320px) {
	.button-panel .button {
		font-size: 90%;
	}
}

.button-panel {
	margin: 30px 0 0;
	width: 100%;
	text-align: center;
}

.button-panel .button {
	background: #f16272;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 50px;
	/*font-size: 100%;*/
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.3s ease-in-out;
	width: 90%;
	margin: 10px auto;
}

.button-panel .button.back_button {
	background: #9b9b9b;
}

.button-panel .button.back_button:hover {
	background: #7a7a7a;
}

.button:hover {
	background: #ee3e52;
}

.button-panel button.button {
	background: #3088d6;
	width: 100%;
}

.button-panel button.button:hover {
	background: #1370c1;
}

.button-panel.ptype .button {
	display: inline-block;
	height: auto;
	padding: 15px 0;
}

.sns_login .sns_connect {
	background: #3b5998;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 50px;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.3s ease-in-out;
	width: 90%;
	margin: 10px auto;
}
.sns_connect_area .sns_button {
	background: #3b5998;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 40px;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.3s ease-in-out;
	width: 100%;
}
.sns_login .sns_icon,
.sns_connect_area .sns_icon {
	width: 22px;
	margin-right: 10px;
}
.sns_connect_area .f_uid_num {
	margin-right: 10px;
}
.sns_connect_area .show {
	display: block;
}
.sns_connect_area .hidden {
	display: none;
}
.sns_connect_area .sns_error_hide {
	display: none;
}
@media screen and (min-width: 768px) {
	.button-panel .button,
	.button-panel button.button,
	.sns_login .sns_connect {
		width: 355px;
	}
	.sns_connect_area .sns_button {
		width: auto;
		padding: 0 15px;
	}
	.button-panel .button {
		margin: 0 5px;
	}
	.sns_login .sns_connect {
		margin: 10px 5px;
	}
}
.form_table select.expire:first-child {
	margin: 0 20px 0 0;
}
.form_table select.expire {
	margin: 0 20px 0 20px;
}
.form_table a.bankcodesearch {
	margin-left: 10px;
	text-decoration: underline;
}
.help_securitycode_area {
	width: 60%;
	display: inline-block;
	position: relative;
}
.help_securitycode_area .help_securitycode {
	margin-top: 10px;
	width: 1.5em;
	text-align: center;
	height: 1.5em;
	border: 1px solid;
	background-color: #172e73;
	color: #fff;
	cursor: pointer;
}
.help_securitycode_area .description {
	display: none;
	position: absolute;
	z-index: 1;
	margin-top: 10px;
	border: solid;
	padding: 5px 10px;
	background-color: #fff;
}
