@charset "utf-8";

/*https://bitsofco.de/css-font-sizing/*/
/* -> util.css
html {
	font-size: 62.5%;
}
*/
body {
	/*font-family: arial, sans-serif;*/
	font-family: sans-serif;
	/*font-size: small;*/
	font-size: 14px;
	/*line-height: 1.42857143;*/
}

/*override for sp include*/
.w3-input {
	display: inline;
	width: auto;
}
textarea.w3-input {
	padding: 2px;
}
input.w3-input,
.w3-select {
	padding: 1px;
}
.w3-table-all th, .w3-table-all td, .w3-table th, .w3-table td,
.w3-table-all th:first-child, .w3-table-all td:first-child, .w3-table th:first-child, .w3-table td:first-child {
	padding: .5rem .8rem;
}

/*
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	margin: 1px; margin: .1rem;
	max-width: 95%;
}
*/

thead th {
	text-align: center;
}
tbody tr.muted {
	background: #f6f6f6 !important;
}
tbody tr.muted a {
	/*color: #777;*/
	color: inherit;
}

.scalefit.thumb_s, .scalefill.thumb_s {
	/*width: 100px;*/
	width: 90px;
	height: 70px;
}

.slink {
	color: #888;
	/*display: none;*/
	display: block;
	text-indent: -999.9rem;
	/*height: 1em;*/
}

dt.arrow, a.arrow {
	background: url(../../img/concierge/arrow2.gif) no-repeat left center;
	padding-left: 1.3rem;
	margin-left: .4rem;
	background-size: .9rem;
}

/*
img[alt="loading"] {
	width: 20px;
}
*/

/*button*/
/*
.bt {
	font-size: 1em;
	line-height: 25px;
	padding: 0 10px !important;
	color: #fff !important;
	background: url(../img/concierge/bt.gif) repeat-x 0 0 !important;
	border: solid #78ac6c 1px;
	cursor: pointer;
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
	margin: 1px;

	outline: none;
}
.bt.large {
	font-size: larger;
}
.bt:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration: none;
}
.bt.disable {
	color: #fff;
}

.bt, .bt2 {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
}
.bt {
	border:1px solid #6aa45d;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	padding: 0 12px; padding: 0 1.2rem;
	line-height: 2;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	font-weight: bold;
	color: #FFFFFF;

	background-color: #8BB881; background-image: -webkit-gradient(linear, left top, left bottom, from(#8BB881), to(#6FA663));
	background-image: -webkit-linear-gradient(top, #8BB881, #6FA663);
	background-image: -moz-linear-gradient(top, #8BB881, #6FA663);
	background-image: -ms-linear-gradient(top, #8BB881, #6FA663);
	background-image: -o-linear-gradient(top, #8BB881, #6FA663);
	background-image: linear-gradient(to bottom, #8BB881, #6FA663);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8BB881, endColorstr=#6FA663);

	background-color: #5bb75b;
	background-image: linear-gradient(to bottom,#62c462,#51a351);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);

	display: inline-block;
	cursor: pointer;
	white-space: nowrap;
	outline: none;
	margin: 2px;
	outline: none;

	min-width: 7em;
	text-align: center;

	-moz-box-shadow: 0 7px 14px -7px #aaa;
	-webkit-box-shadow: 0 7px 14px -7px #aaa;
	box-shadow: 0 7px 14px -7px #aaa;

	-webkit-border-radius: 3px; -webkit-border-radius: .3rem;
	-moz-border-radius: 3px; -moz-border-radius: .3rem;
	border-radius: 3px; border-radius: .3rem;
}
.bt.disable {

	box-shadow: none;
	cursor: default;
	background-image: none;
	background-color: #ececec;
	color: #999999;
	border: 1px solid lightgray;
	text-shadow: none;

	color: #fff;
	pointer-events: none;
}
.bt:focus,
.bt:hover {
	border:1px solid #57874c;
	background-color: #6da660; background-image: -webkit-gradient(linear, left top, left bottom, from(#6da660), to(#58884e));
	background-image: -webkit-linear-gradient(top, #6da660, #58884e);
	background-image: -moz-linear-gradient(top, #6da660, #58884e);
	background-image: -ms-linear-gradient(top, #6da660, #58884e);
	background-image: -o-linear-gradient(top, #6da660, #58884e);
	background-image: linear-gradient(to bottom, #6da660, #58884e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6da660, endColorstr=#58884e);
}
.bt.large {
	font-size: larger;
}
.bt.none {
	display: none;
}

.bt2:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffcccccc,EndColorStr=#ffffffff); zoom:1;
	background: -moz-linear-gradient(top, #ccc, #fff);
	background: -o-linear-gradient(top, #ccc, #fff);
	background: linear-gradient(top, #ccc, #fff);
	text-decoration: none;
}

.bt2 {
	padding: 0.3em 2em;
	border: 1px solid #cccccc;
	background: #ececec;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff, #ececec);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec));
	background: linear-gradient(to bottom, #ffffff, #ececec);
	border-radius: 5px; border-radius: .5rem;
	-moz-border-radius: 5px; -moz-border-radius: .5rem;
	-webkit-border-radius: 5px; -webkit-border-radius: .5rem;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	display: inline-block;
	font-family: inherit;
	font-weight: bold;
	color: #3c3c3c;
	text-align: center;
	vertical-align: middle;
	text-decoration: none !important;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
	-webkit-appearance: none;
	line-height: 1.5;

	font-size: 129%;
	min-width: 400px; min-width: 40rem;
	padding: 12px; padding: 1.2rem;
}
.bt2:focus,
.bt2:hover {
	border: 1px solid #c4c4c4;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7, #e4e4e4);
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e4e4e4));
	background: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
}

.bt2.attention, .bt2.warning {
	text-shadow: 0 -1px 0 #bd4b00;
	border: 1px solid #cc5200;
	background: #f06000;
	background: #ff8a24;
	background: -moz-linear-gradient(top, #ff8a24, #f06000);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8a24), to(#f06000));
	background: linear-gradient(to bottom, #ff8a24, #f06000);
	color: #ffffff !important;

	font-size: 136%;
	padding: 15px; padding: 1.5rem;
	width: 540px; width: 54rem;
}
.bt2.attention:hover, .bt2.warning:hover {
	border: 1px solid #cc5200;
	border: 1px solid #bd4b00;
	background: #ff8215;
	background: -moz-linear-gradient(top, #ff8215, #e05a00);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8215), to(#e05a00));
	background: linear-gradient(to bottom, #ff8215, #e05a00);
}
.bt2.primary, .bt2.good {
	text-shadow: 0 -1px 0 #034ccf;
	border: 1px solid #0451de;
	background: #0b60fb;
	background: #4787fc;
	background: -moz-linear-gradient(top, #4787fc, #0b60fb);
	background: -webkit-gradient(linear, left top, left bottom, from(#4787fc), to(#0b60fb));
	background: linear-gradient(to bottom, #4787fc, #0b60fb);
	color: #ffffff !important;
}
.bt2.primary:hover, .bt2.good:hover {
	border: 1px solid #0451de;
	border: 1px solid #034ccf;
	background: #387dfc;
	background: -moz-linear-gradient(top, #387dfc, #0458f3);
	background: -webkit-gradient(linear, left top, left bottom, from(#387dfc), to(#0458f3));
	background: linear-gradient(to bottom, #387dfc, #0458f3);
}
.bt2.bad, .bt2.notice {
	text-shadow: 0 -1px 0 #ca142e;
	border: 1px solid #d81631;
	background: #e92843;
	background: #ef6074;
	background: -moz-linear-gradient(top, #ef6074, #e92843);
	background: -webkit-gradient(linear, left top, left bottom, from(#ef6074), to(#e92843));
	background: linear-gradient(to bottom, #ef6074, #e92843);
	color: #ffffff !important;
}
.bt2.bad:hover, .bt2.notice:hover {
	border: 1px solid #d81631;
	border: 1px solid #ca142e;
	background: #ee5268;
	background: -moz-linear-gradient(top, #ee5268, #e81a37);
	background: -webkit-gradient(linear, left top, left bottom, from(#ee5268), to(#e81a37));
	background: linear-gradient(to bottom, #ee5268, #e81a37);
}
.bt2.success {
	text-shadow: 0 -1px 0 #6e8129;
	border: 1px solid #788d2d;
	background: #8fa836;
	background: #aec853;
	background: -moz-linear-gradient(top, #aec853, #8fa836);
	background: -webkit-gradient(linear, left top, left bottom, from(#aec853), to(#8fa836));
	background: linear-gradient(to bottom, #aec853, #8fa836);
	color: #ffffff !important;
}
.bt2.success:hover {
	border: 1px solid #788d2d;
	border: 1px solid #6e8129;
	background: #a9c447;
	background: -moz-linear-gradient(top, #a9c447, #859c32);
	background: -webkit-gradient(linear, left top, left bottom, from(#a9c447), to(#859c32));
	background: linear-gradient(to bottom, #a9c447, #859c32);
}

.w3-btn, .w3-button {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO",
	"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
*/

.btn-large {
	/*font-size: 1.5em;*/
	/*padding-top: 5px; padding-top: .5rem;*/
	/*padding-bottom: 5px; padding-bottom: .5rem;*/
	/*min-width: 400px; min-width: 40rem;*/
	/*margin: 0 auto;*/
	/*display: block;*/
	/*font-size: 1.6em;*/
	font-size: 1.4em;
	padding: .5rem 1em !important;
	min-width: 40rem;
	max-width: 100%;
	margin: 1em 0;
}

/*badge*/
.badge {
	/*display: inline;*/
	display: inline-block;
	/*padding: .2em .6em .3em;*/
	padding: .2em .6em 0;
	line-height: 1.8;
	/*font-size: 75%;*/
	/*font-size:.8em;*/
	font-size: 1rem;
	/*font-weight: 700;*/
	/*line-height: 1;*/
	text-align: center;
	white-space: nowrap;
	/*vertical-align: baseline;*/
	vertical-align: bottom;
	border-radius: .5em;        /* CSS3 */
	-moz-border-radius: .5em;   /* Firefox */
	-webkit-border-radius: .5em; /* Safari,Chrome */

	color: #333;
	background-color: #fff;
	border: solid 1px #ccc;

	/*background-color: #777;*/
	/*background-color: #ccc;*/
}
.badge.default {
}
.badge.info {
	color: #fff;
	background-color: #5bc0de;
	border: none;
}
.badge.warning {
	color: #fff;
	background-color: #f0ad4e;
	border: none;
}
.badge.danger {
	color: #fff;
	background-color: #d9534f;
	border: none;
}
.badge.larger {
	font-size: 1em;
}
a.badge:hover {
	text-decoration: none !important;
	opacity: 0.8;
}


/*error*/
/*
.actionMessage,
.errorMessage {
	margin: 0;
	margin-left: 0 !important;
	margin-bottom: 20px;
	margin-top: 10px;
	list-style: none !important;
	padding: 1em;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	clear: both;
	line-height: 1.3;
	border: 3px solid #FE9F9F;
	color: #FF5C68;
}
.actionMessage {
	border: 3px solid #00d300;
	color: #00d300;
	background: #fff;
}
.actionMessage a,
.errorMessage a {
	color: #1111cc;
	text-decoration: underline;
	font-weight: normal;
}
.actionMessage a:hover,
.errorMessage a:hover {
	text-decoration: none;
}
*/
/*
.actionMessage,
.errorMessage,
.alert-info, .alert-success, .alert-warning, .alert-danger, .alert-error, .alert-validation {
	display: block;
	font-size: 16px; font-size: 1.6rem;
	background: #faeceb;
	border-width: 0 0 0 6px;
	border-style: solid;
	border-color: #cb4437;
	color: #cb4437;
	text-align: left;
	padding: 15px 20px 13px 20px; padding: 1.5rem .2rem 1.3rem 2rem;
	position: relative;
	margin-bottom: 18px; margin-bottom: 1.8rem;
	font-weight: bold;
}
.actionMessage li,
.errorMessage li {
	list-style-type: none;
}

.actionMessage,
.alert-info,
.alert-success {
	background: #e6f5ee;
	border-color: #0a9d58;
	color: #0a9d58;
}
.errorMessage,
.alert-validation,
.alert-warning,
.alert-danger,
.alert-error {
	background: #faeceb;
	border-color: #cb4437;
	color: #cb4437;
}
*/
.actionMessage, .errorMessage {
	background: #fff;
	border: 1px solid #DC5900;
	color: #E56700;
	/*font-weight: bold;*/
	margin: 1.5rem;
	/*padding: 12px 20px 0;*/
	padding: 1.2rem 2rem;
	/*margin-bottom: 0;*/
}
.actionMessage {
	/*border-color: #0a9d58;*/
	/*color: #0a9d58;*/
	border-color: #00d300;
	color: #00d300;
}
.actionMessage li, .errorMessage li {
	list-style-type: none;
}

/*wysiwyg*/
textarea.wysiwyg {
	/*font-family: arial,sans-serif;*/
	/*color: #000;*/
	/*color: #222;*/
	/*padding: 10px;*/
	/*max-width: 100%;*/
	/*width: 600px; width: 60rem;*/
	width: 100%;
	/*visibility: hidden;*/
}
/*
.fr-box {
	margin: 1em .3em;
	max-width: 650px; max-width: 65rem;
}
.fr-element p {
	margin: 0;
}
.fr-element a {
	color: #1111cc;
}
.fr-box > div > a {
	display: none !important;
}
*/
.mailfont,
/*.mailfont .fr-box,*/
.mailfont .wysiwyg {
	/*font-family: arial, sans-serif;*/
	font-family: sans-serif;
	/*line-height: 1.3;*/
}
.wysiwyg-view {
	font-size: inherit;
	/*line-height: 1.42857143;*/
}
.wysiwyg-view.plain {
	word-wrap: break-word;      /* IE 5.5-7 */
	white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
	white-space: pre-wrap;      /* 現行ブラウザ */
}
.wysiwyg-view.html {
	max-width: 36em;
}
.wysiwyg-view p {
	margin: 0;
	padding: 0;
}
.wysiwyg-view a {
	/*color: #0000ff;*/
	color: #1111cc; /*wysiwyg/style.css*/
	font-style: normal;
}
/*
.wysiwyg-view a:visited {
	color: #800080;
}
*/


/*tooltip
#powerTip {
	white-space: pre-wrap !important;
	max-width: 30em;
	font-size: .9em;
}
*/

/*progress-indicator
.progress-indicator {
	font: inherit !important;
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}
.progress-indicator .active,
.progress-indicator .completed {
	font-weight: bold;
}
*/

/*progressbar*/
#progressbar {
	/*margin: 0;*/
	margin: 1em 0;
	padding: 0;
	counter-reset: step;
	z-index: 0;
	position: relative;
	width: 100%;
}
#progressbar li {
	list-style-type: none;
	width: 33.3%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #aaa;
}
#progressbar li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	display: block;
	text-align: center;
	/*margin: 0 auto 10px auto;*/
	margin: 0 auto 5px auto;
	border-radius: 50%;
	background-color: #eee;
	border: 2px solid #aaa;
}
#progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #eee;
	top: 15px;
	left: -50%;
	z-index: -1;
}
#progressbar li:first-child:after {
	content: none;
}
#progressbar li.active {
	/*color: green;*/
	/*color: #f60;*/
	color: #7c9a48;
	font-weight: bold;
}
#progressbar li.active:before {
	/*background-color: #55b776;*/
	/*background-color: #4CAF50;*/
	background-color: #9FC65C;
	color:#fff;
	border-color: #7c9a48;
}
#progressbar li.active + li:after {
	/*background-color: #55b776;*/
	/*background-color: #4CAF50;*/
	/*background-color: #9FC65C;*/
	background-color: #7c9a48;
}

/* -- ページング -- */
ul.paging {
	padding: 0;
	/*margin: 10px 0; margin: 1rem 0;*/
	float: right;
	/*font-size: 11px; font-size: 1.1rem;*/
	/*font-size: smaller;*/
	font-size: .85em;
	/*line-height: 25px; line-height: 2.5rem;*/
	line-height: 2em;
}
ul.paging li {
	display: inline-block;
	/*padding: 0 2px; padding: 0 .2rem;*/
	margin: 0;
	padding: 0;
}
ul.paging li a, ul.paging li em {
	text-decoration: none !important;
	border: 1px solid #CAD0C6;
	display: block;
	color: #333;
	min-width: 2.3em;
	padding: 2px 2px 0;
	text-align: center;
	background-color: #fff;
}
ul.paging li a:hover, ul.paging li em {
	/*font-weight: bold;*/
	background: #E6EDE0;
	border-color: #E6EDE0;
	color: #5AAE08;
}

/*sort*/
.sortlink {
	/*display: inline-block;*/
	/*background: url(../img/search/sort_asc.gif) no-repeat left 2px;*/
	text-decoration: underline;
}
.sortlink.asc, .sortlink.desc {
	padding-left: 15px;
	line-height: 15px;
}
.sortlink.asc {
	background: url(../../img/search/sort_asc.gif) no-repeat left 3px;
}
.sortlink.desc {
	background: url(../../img/search/sort_desc.gif) no-repeat left 3px;
}
.sortlink.right {
	background-position: right 3px;
	padding: 0 14px 0 0;
}

/*download icon*/
.pdf:before, .word:before, .office:before {
	content: '';
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 3px;
}
.pdf:before {
	background-image: url(../../img/icon/doc_pdf.png);
}
.word:before {
	background-image: url(../../img/icon/doc_word.png);
}
.office:before {
	background-image: url(../../img/icon/doc_office.png);
}

/*css tabs: https://copypet.jp/1027/*/
/*
	<div class="cp_tab">
		<input type="radio" name="cp_tab" id="tab1_1" checked="checked">
		<label for="tab1_1">tab1</label>
		<input type="radio" name="cp_tab" id="tab1_2">
		<label for="tab1_2">tab2</label>
		<input type="radio" name="cp_tab" id="tab1_3">
		<label for="tab1_3">tab3</label>
		<ul class="cp_tabpanels">
			<li></li>
			<li></li>
			<li></li>
		</ul>
	</div>
*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	display: none;
}
.cp_tab > ul > li {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > li:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > li:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > li:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > li:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > li:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > li:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #ffffff;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
}
.cp_tab .cp_tabpanels > li {
	/*padding: 0.5em 1em;*/
	padding: 1em 0;
	border-top: 1px solid #cccccc;
}
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
}
