
@charset "utf-8";

/* エラー文言 */
.error-msg {
	margin-bottom: 20px;
	padding: 10px;
	border: 2px solid #a94442;
	border-radius: 4px;
	background-color: #ffffcc;
	color: #a94442;
	font-size: 16px;
	text-align: left;
}
@media screen and (min-width: 768px) {
	.error-msg {
		margin-bottom: 40px;
	}
}


/* ガイド */
.guide {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
}
.guide .error {
	color: #ff0000;
	font-size: 16px;
	margin-top: 10px;
}
@media screen and (min-width: 768px) {
	.guide {
		margin-bottom: 40px;
	}
	.submit-group .guide {
		padding-left: 20px;
	}
	.guide .error {
		margin-top: 20px;
	}
}

/* アラート */
.alert {
	font-size: 16px;
	padding: 10px;
	text-align: left;
}
.guide .alert {
	margin-top: 15px;
}
dl.form-item > dd > .alert {
	margin-top: 20px;
}
.alert-default {
	background-color: #f6f6f6;
	border: 2px solid #eadeb8;
	color: #333333;
}
.alert-info {
	background-color: #ffffff;
	border: 2px solid #eadeb8;
	color: #333333;
}
@media screen and (min-width: 768px) {
	.guide .alert {
		margin-top: 20px;
	}
}

/* セクション */
.form-section {
	font-size: 16px;
	margin-bottom: 30px;
}
.form-section h2 {
	background-color: #534922;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	margin: 0 -10px 15px -10px;
	padding: 12px 10px;
}
.form-section .message {
	font-size: 16px;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.form-section {
		margin-bottom: 40px;
	}
	.form-section h2 {
		border-radius: 10px;
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
		padding: 13px 20px;
	}
	.form-section .message {
		margin-bottom: 30px;
	}
}

/* フォームレイアウト */
dl.form-item {
	margin: 0 -10px 20px -10px;
}
dl.form-item:last-child:not(:first-child) {
	margin-bottom: 0;
}
dl.form-item > dt {
	display: block;
	background-color: #988d62;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 15px;
	padding: 12px 10px;
}
.form-section h2 + dl.form-item > dt {
	margin-top: -19px;
}
dl.form-item > dt .notes {
	font-size: 14px;
}
dl.form-item > dd {
	font-size: 18px;
	padding: 0 10px;
}
@media screen and (min-width: 768px) {
	dl.form-item {
		padding-left: 30px;
	}
	dl.form-item > dt {
		border-radius: 10px;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
		padding: 13px 20px;
	}
	dl.form-item > dt .notes {
		font-size: 20px;
	}
	dl.form-item > dd {
		font-size: 20px;
		padding: 0 20px;
	}
}

/* フォーム */
.form-group {
	margin-bottom: 15px;
	position: relative;
}
.form-group:last-child {
	margin-bottom: 0;
}
.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}
.control-label {
	font-size: 18px;
	font-weight: normal;
}
.form-control-static {
	font-size: 16px;
	padding: 10px 0 5px 0;
}
.form-control {
	background-color: #ffffff;
	border-color: #cbbc8c;
	border-width: 2px;
	font-size: 16px;
	height: 50px;
}
select.form-control {
	display: inline-block;
	width: auto;
}
.form-control[disabled] {
	background-color: #ffffff;
	color: #999999;
	opacity: 0.75;
}
.has-error .form-control[disabled]  {
	color: #999999;
	opacity: 0.75;
}
.has-error .form-control {
	border-color: #cbbc8c;
	background-color: #fff3f3;
}
.form-control:focus,
.has-error .form-control:focus {
	border-color: #b39e59;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(179, 158, 89, .6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(179, 158, 89, .6);
}
.form-control[data-chr="ALPHABET"],
.form-control[data-chr="ROMA"],
.form-control[data-chr="NUMBER"],
.form-control[data-chr="EMAIL"] {
	ime-mode: disabled;
	-webkit-ime-mode: disabled;
	-moz-ime-mode: disabled;
	-ms-ime-mode: disabled;
}
@media screen and (min-width: 768px) {
	.control-label {
		font-size: 20px;
	}
	.form-horizontal .control-label {
		padding-top: 0;
		text-align: left;
	}
	.form-control-static {
		font-size: 20px;
	}
	.form-control {
		border-radius: 8px;
		font-size: 20px;
		height: 60px;
	}
}

/* 必須 */
.required {
	display: inline-block;
	background-color: #ff0000;
	border-radius: 8px;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	padding: 3px 14px;
	vertical-align: middle;
	white-space: nowrap;
}
@media screen and (min-width: 768px) {
	.required {
		border-radius: 16px;
	}
}

/* ヘルプ */
.help-block {
	color: #333333;
	font-size: 16px;
	margin: 0;
}
span.help-block {
	display: inline-block;
}
.help-block:not(:last-child) {
	margin-bottom: 10px;
}
* + .help-block {
	margin-top: 5px;
}

/* フォーム（名前） */
.form-fullname .control-label {
	display: table-cell;
	padding-top: 13px;
	text-align: left;
	vertical-align: top;
	width: 20%;
}
.form-fullname .control-body {
	display: table-cell;
	vertical-align: top;
	width: 80%;
}
@media screen and (min-width: 768px) {
	.form-fullname {
		width: 90%;
	}
	.form-fullname .form-group {
		display: table-cell;
		vertical-align: top;
	}
	.form-fullname .control-label {
		padding-top: 18px;
		text-align: center;
		width: 25%;
	}
	.form-fullname .control-body {
		width: 75%;
	}
	.form-fullname .control-body .form-control {
		width: 80%;
	}
}

/* フォーム（住所） */
.form-address .form-group {
	margin-bottom: 0;
}
.form-address .control-label {
	padding-bottom: 5px;
}
.form-address .control-body {
	padding-bottom: 15px;
}
.form-address.confirm .form-group {
	display: table;
	width: 100%;
}
.form-address.confirm .control-label {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.form-address.confirm .control-label .main {
	display: table-cell;
	vertical-align: top;
}
.form-address.confirm .control-label .main {
	width: 30%;
}
.form-address.confirm .control-label.line-1 .main,
.form-address.confirm .control-label.line-2 .main {
	padding-top: 2px;
}
.form-address.confirm .control-label .sub {
	display: table-cell;
	/*padding-top: 15px;*/
	vertical-align: top;
	width: 10%;
}
.form-address.confirm .control-body {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.form-address.confirm .control-body .form-control-static {
	padding: 4px 0 0 0;
}
.form-address .zipcode {
	display: table;
	width: 100%;
}
.form-address .zipcode .main {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
	width: 70%;
}
.form-address .zipcode .sub {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
}
@media screen and (min-width: 768px) {
	.form-address .form-group {
		display: table;
		width: 100%;
	}
	.form-address .control-label,
	.form-address.confirm .control-label {
		display: table-cell;
		padding-bottom: 15px;
		vertical-align: top;
		width: 40%;
	}
	.form-address .control-label .main {
		display: table-cell;
		vertical-align: top;
	}
	.form-address .control-label .main {
		width: 30%;
	}
	.form-address .control-label.line-1 .main,
	.form-address.confirm .control-label.line-1 .main {
		padding-top: 18px;
	}
	.form-address .control-label.line-2 .main,
	.form-address.confirm .control-label.line-2 .main {
		padding-top: 2px;
	}
	.form-address .control-label .sub {
		display: table-cell;
		padding-top: 15px;
		vertical-align: top;
		width: 10%;
	}
	.form-address .control-body,
	.form-address.confirm .control-body {
		display: table-cell;
		vertical-align: top;
		width: 60%;
	}
	.form-address .control-body .form-control-static,
	.form-address.confirm .control-body .form-control-static {
		padding: 18px 0 0 0;
	}
	.form-address .zipcode .main {
		padding-right: 30px;
	}
}

/* テキストボックス */
textarea.form-control {
	height: 130px;
}
@media screen and (min-width: 768px) {
	textarea.form-control {
		height: 280px;
	}
}

/* チェックボックス */
ul.checkbox-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.checkbox-list > li {
	margin-top: 10px;
}
ul.checkbox-list > li:first-child {
	margin-top: 0;
}
.checkbox {
	display: none;
}
.checkbox-icon {
	background: url("/mypage/img/checkbox.png");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
}
.checkbox+.checkbox-icon {
	background-position: 0 0;
}
.checkbox:checked + .checkbox-icon {
	background-position: -52px 0;
}

/* チェックボックス（インライン） */
.checkbox-inline {
	border: 2px solid #cbbc8c;
	border-radius: 10px;
	font-size: 16px;
	padding: 15px 10px;
}
.checkbox-inline + .checkbox-inline {
    margin-left: 5px;
}
.checkbox-inline.checked {
	border: 2px solid #005b88;
}
.checkbox-inline .checkbox-icon {
	background: url("/mypage/img/checkbox-inline.png");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 25px;
}
.checkbox-inline .checkbox+.checkbox-icon {
	background-position: 0 0;
}
.checkbox-inline .checkbox:checked + .checkbox-icon {
	background-position: -38px 0;
}
@media screen and (min-width: 768px) {
	.checkbox-inline {
		font-size: 20px;
		padding: 15px;
	}
	.checkbox-inline + .checkbox-inline {
	    margin-left: 10px;
	}
}

/* チェックボックス（ブロック） */
.checkbox-block {
	display: block;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-left: 0;
}
@media screen and (min-width: 768px) {
	.checkbox-block {
		font-size: 20px;
	}
}

/* チェックボックス（セル） */
.checkbox-cell {
	display: block;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}
.checkbox-cell .checkbox-icon {
	display: table-cell;
}
.checkbox-cell .text {
	display: table-cell;
	padding-left: 6px;
}
@media screen and (min-width: 768px) {
	.checkbox-cell {
		font-size: 20px;
	}
	.checkbox-cell .checkbox-icon {
		display: inline-block;
	}
	.checkbox-cell .text {
		display: inline-block;
		padding-left: 0;
	}
}

/* チェックボックス（配信先メールアドレス） */
.checkbox-cell .email {
	display: block;
}
@media screen and (min-width: 768px) {
	.checkbox-cell .email {
		display: inline;
	}
	.checkbox-cell .email:before {
		content: "： ";
	}
}

/* チェックボックス（HTMLメール） */
.checkbox-receive-html {
	display: block;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}
.checkbox-receive-html .main {
	display: table-cell;
	padding-right: 15px;
}
.checkbox-receive-html .sub {
	display: table-cell;
	font-size: 11px;
	vertical-align: middle;
}
.checkbox-receive-html .email {
	display: block;
}
@media screen and (min-width: 768px) {
	.checkbox-receive-html {
		font-size: 20px;
	}
	.checkbox-receive-html .main {
		display: inline-block;
		padding-right: 20px;
	}
	.checkbox-receive-html .sub {
		display: inline-block;
		font-size: 16px;
		padding-left: 0;
	}
	.checkbox-receive-html .email {
		display: inline;
	}
	.checkbox-receive-html .email:before {
		content: "： ";
	}
}

/* ラジオボタン */
ul.radio-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.radio-list > li {
	margin-top: 10px;
}
ul.radio-list > li:first-child {
	margin-top: 0;
}
.radio {
	display: none;
}

/* ラジオボタン（インライン） */
.radio-inline {
	border: 2px solid #cbbc8c;
	border-radius: 10px;
	font-size: 16px;
	padding: 15px 10px;
}
.radio-inline + .radio-inline {
    margin-left: 5px;
}
.radio-inline.checked {
	border: 2px solid #005b88;
}
.radio-inline .radio-icon {
	background: url("/mypage/img/radio-inline.png");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}
.radio-inline .radio+.radio-icon {
	background-position: 0 0;
}
.radio-inline .radio:checked + .radio-icon {
	background-position: -34px 0;
}
@media screen and (min-width: 768px) {
	.radio-inline {
		font-size: 20px;
		padding: 15px;
	}
	.radio-inline + .radio-inline {
	    margin-left: 10px;
	}
}

/* 入力タイプの切替 */
.fw-toggle-input-type {
	position: relative;
}
.fw-toggle-input-type [role="button"] {
	padding: 12px;
	position: absolute;
	top: 0;
	right: 0;
}
.btn-toggle {
	background-color: #e96565;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 3px 10px;
}
.btn-toggle:focus,
.btn-toggle:hover,
.btn-toggle:active,
.btn-toggle:visited,
.btn-toggle:link {
	color: #fff;
}
@media screen and (min-width: 768px) {
	.fw-toggle-input-type [role="button"] {
		padding: 17px 12px;
		top: 0;
		right: 0;
	}
	.btn-toggle {
		border-radius: 14px;
		font-size: 16px;
		line-height: 20px;
		padding: 3px 15px;

	}
}

/* パネル */
dl.form-item > dd.panel-group {
	margin-top: -14px;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}
.panel {
	border: none;
	box-shadow: none;
}
.panel-heading {
	background-color: #e1d7b0;
	border: none;
	border-radius: 0;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 1px;
	padding: 0;
}
.panel-heading a {
	display: block;
	color: #000000;
	padding: 11px 10px;
	text-decoration: none;
}
.panel-heading a:hover {
	text-decoration: none;
}
.panel-close {
	background-color: #005b88;
	border-radius: 10px;
	color: #ffffff;
	font-size: 10px;
	line-height: 10px;
	padding: 4px 10px;
	float: right;
	width: 120px;
	position: relative;
}
.panel-close .glyphicon {
	font-size: 14px;
	position: absolute;
	top: 2px;
	right: 2px;
}
.panel-body {
	margin: 15px 0 5px 0;
	padding: 0 10px;
}
dl.form-item > dd.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
}
@media screen and (min-width: 768px) {
	dl.form-item > dd.panel-group {
		margin-top: -19px;
		margin-bottom: 0;
		padding-left: 20px;
	}
	.panel-heading {
		border-radius: 10px;
		font-size: 20px;
		line-height: 36px;
	}
	.panel-heading a {
		padding: 10px 20px;
	}
	.panel-close {
		border-radius: 18px;
		font-size: 20px;
		line-height: 20px;
		padding: 8px 20px;
		width: 250px;
	}
	.panel-close .glyphicon {
		font-size: 32px;
		top: 3px;
		right: 2px;
	}
	.panel-body {
		margin: 20px 0 5px 0;
		padding: 0 20px;
	}
}

/* ボタンレイアウト */
.submit-group {
	margin-top: 30px;
	text-align: center;
}
.submit-group .message {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: left;
}
.submit-group > .col-left {
	float: left;
	padding-right: 5px;
	text-align: right;
	width: 50%;
}
.submit-group > .col-right {
	float: left;
	padding-left: 5px;
	text-align: left;
	width: 50%;
}
@media screen and (min-width: 768px) {
	.submit-group .message {
		font-size: 20px;
		margin-bottom: 20px;
		padding-left: 40px;
	}
	.submit-group > .col-left {
		padding-right: 15px;
	}
	.submit-group > .col-right {
		padding-left: 15px;
	}
}

/* ボタン */
.btn {
	border: none;
}
.btn-submit {
	background-color: #1eafe5;
	border-radius: 4px;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	padding: 15px;
	width: 100%;
}
.btn-submit:focus,
.btn-submit:hover,
.btn-submit:active,
.btn-submit:visited,
.btn-submit:link {
	color: #fff;
}
.btn-cancel {
	background-color: #999999;
	border-radius: 4px;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	padding: 15px;
	width: 100%;
}
.btn-cancel:focus,
.btn-cancel:hover,
.btn-cancel:active,
.btn-cancel:visited,
.btn-cancel:link {
	color: #fff;
}
.btn-modify {
	background-color: #1eafe5;
	border: 2px solid #1eafe5;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding: 8px;
	width: 100%;
}
.btn-modify:focus,
.btn-modify:hover,
.btn-modify:active,
.btn-modify:visited,
.btn-modify:link {
	color: #fff;
}
.btn-search {
	background-color: #e8e8e8;
	background: linear-gradient(to bottom, #e8e8e8 0%, #bbbbbb 100%);
	background: -moz-linear-gradient(top, #e8e8e8 0%, #bbbbbb 100%);
	background: -webkit-linear-gradient(top, #e8e8e8 0%, #bbbbbb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#bbbbbb', GradientType=0);
	border: 2px solid #666666;
	border-radius: 4px;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	padding: 8px;
	width: 100%;
}
.btn-search:focus,
.btn-search:hover,
.btn-search:active,
.btn-search:visited,
.btn-search:link {
	color: #000;
}
.btn-insert {
	display: inline-block;
	background-color: #1eafe5;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	padding: 10px;
	width: auto;
	min-width: 200px;
}
.btn-insert:focus,
.btn-insert:hover,
.btn-insert:active,
.btn-insert:visited,
.btn-insert:link {
	color: #fff;
}
@media screen and (min-width: 768px) {
	.btn-submit,
	.btn-cancel {
		display: inline-block;
		border-radius: 10px;
		font-size: 24px;
		line-height: 30px;
		padding: 15px;
		width: auto;
		min-width: 250px;
	}
	.btn-modify,
	.btn-search {
		border-radius: 8px;
		font-size: 20px;
		line-height: 30px;
		padding: 13px;
	}
}

/* リスト（２カラム） */
ul.list-col-2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 768px) {
	ul.list-col-2 {
		display: grid;
		grid-gap: 0;
		grid-template-columns: 50% 50%;
	}
}

/* カード */
.card {
	margin-top: 20px;
}
.card-heading {
	font-size: 16px;
	margin-bottom: 10px;
}
.card-heading:before {
	color: #31bae7;
	content: "●";
	padding-right: 2px;
}
.card-front,
.card-back {
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top;
}
@media screen and (min-width: 768px) {
	.card {
		margin-top: 30px;
	}
	.card-both {
		display: table;
		width: 100%;
	}
	.card-front {
		display: table-cell;
		width: 30%;
	}
	.card-back {
		display: table-cell;
		width: 70%;
	}
	.card.stellar .card-both {
		width: 65%;
	}
	.card.stellar .card-front,
	.card.stellar .card-back {
		width: 50%;
	}
}




