@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* common CSS [PC]
/*----------------------------------------------*/

/*######## General ########*/

/*---- hover img ----*/
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/*######## Background & Wrapper ########*/

body, table, input, textarea, h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Sans Japanese", Helvetica, Arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	
	-webkit-font-smoothing: antialiased; /* for webkit アンチエイリアス */
	-webkit-text-size-adjust: 100%;
	
	color: #212121;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.8;
}

body {
	background-color: #FFFFFF;
}

#wrapper {
	width: 100%;
	background-color: #FFFFFF;
}


/*######## Common ########*/

/*---- Page top button ----*/
.pagetop-btn {
	width: 70px;
	height: 70px;
	
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

/*---- Common ol ul ----*/
.common-ol-bracket {
	counter-reset: cnt;
	list-style-type: none;
	margin-top: 5px;
	padding: 0px;
}

.common-ol-bracket > li {
	counter-increment: cnt;
	margin-bottom: 5px;
	padding-left: 20px;
	text-indent: -20px;
x	background-color: #00FF00;
}

.common-ol-bracket > li:before {
	content: "("counter(cnt) ") ";
}

.common-ol-decimal {
	counter-reset: cnt;
	list-style-type: none;
	margin-top: 5px;
	padding: 0px;
}

.common-ol-decimal-start2 {
	counter-reset: cnt 1;
}

.common-ol-decimal li {
	counter-increment: cnt;
	margin-bottom: 5px;
	padding-left: 20px;
	text-indent: -20px;
}

.common-ol-decimal > li:before {
	content: counter(cnt);
	margin-right: 10px;
}

.common-ul-decimal {
	margin: 0px;
	padding: 0px;
}

.common-ul-decimal li {
	margin: 0px 0px 5px 20px;
	list-style-type: decimal;
}

.common-ul-indent {
	margin: 0px;
	padding: 0px;
}

.common-ul-indent li {
	margin: 0px 0px 2px 0px;
	padding-left: 15px;
	text-indent: -15px;
}


/*######## Header ########*/

#headerfield {
	width: 100%;
x	height: 80px;
x	background-color: #FFFFFF;
}

#headerbody {
	width: 100%;
x	background-color: #FFFFFF;
x	border-bottom: 1px solid #EFEFEF;
	box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.2);
}

#header-logoframe {
	width: 100%;
x	height: 80px;
x	background-color: #FF0000;
}

#header-logobox {
	margin: 10px auto;
	padding: 10px 0px;
	width: 280px;
	text-align: center;
x	background-color: #00FF00;
}

#header-logobox img {
	max-width: 100%;
}


/*######## Contents ########*/

/*---- Contents field ----*/
#contentsfield {
	width: 100%;
}

/*---- Contents body ----*/
.contentsbody {
	overflow: hidden;  /* preventing height 0 when float */
	max-width: 1200px;
	margin: 0px auto 70px;
	padding: 20px 10px 0px;
x	background-color: #00FF00;
}

/*---- Bread crumb ----*/
#breadcrumb {
	margin: 0px auto 20px;
x	background-color: #FF0000;
}

#breadcrumb li {
	display: inline;
	font-size: 14px;
	font-size: 1.4rem;
}

#breadcrumb li:before {
	content: " > ";
}

#breadcrumb li:first-child:before {
	content: none;
}

/*---- Title ----*/
.titlebox {
	margin: 30px 0px 40px;
	text-align: center;
}

.titlebox:after {
	display: block;
	margin: 10px auto 0px;
	width: 100px;
	height: 4px;
	background-color: #D2D2D2;
	content: "";
}

.title-base {
	display: block;
	font-size: 30px;
	font-size: 3.0rem;
}

.title-subtitle {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
}

/*---- Contents box(1column) ----*/
.contentsbox {
}


/*######## Footer ########*/

/*---- Footer contents ----*/
#footerfield {
	width: 100%;
	background-color: #FFFFFF;
}

#footerbody {
	max-width: 1200px;
	margin: 0px auto;
	padding: 60px 10px;
}

/*---- Copyright ----*/
#footer-copyright {
	margin: 30px 0px;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
}


/*######## 標準文字入力フォーム<input>,<textarea>,タグ ########*/
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], textarea {
	margin-bottom: 5px;
	padding: 8px 5px;
	border: 1px solid #999999;
	
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	letter-spacing: 1px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-sizing: border-box;  /* for Safari,Firefox3 */
	box-sizing:         border-box;  /* for Chrome,IE8+ */
}

textarea {
	height: 150px;
}

/*---- プレースフォルダー ----*/
input:-ms-input-placeholder, textarea:-ms-input-placeholder {  /* IE10+ */
	color: #BBBBBB;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {  /* WebKit(Safari,Chrome,Opera15+) */
	color: #BBBBBB;

}
input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #BBBBBB;
}


/*######## 標準実行ボタン<input>タグ ########*/
input[type="submit"], input[type="button"] {
	-webkit-appearance: none;    /* for stop iOS gradation */
}


/*######## 標準選択フォーム<input type="radio">,<input type="checkbox">,<label>タグ ########*/

/*---- フォーム要素本体 ----*/
input[type="radio"], input[type="checkbox"] {
	margin: 0px 10px 20px 15px;
	padding: 0px;
	vertical-align: 0%;
	
	transform: scale(1.6, 1.6);
}

/*---- フォーム選択肢(radio&checkbox) ----*/
.formchoice {
}

.formchoice span {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
}

.formchoice-vertical {
}

.formchoice-vertical span {
	display: block;
	margin-bottom: 10px;
}

/*---- フォーム用<label>タグ ----*/
label {
	font-size: 14px;
	font-size: 1.4rem;
}


/*######## 標準<select>タグ ########*/
select {
	height: 40px;
	margin-bottom: 5px;
	padding: 0px 30px 0px 8px;
	border: 1px solid #999999;
	
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	
	vertical-align: middle;
	
	background-color: #FFFFFF;
	background-image: url(../img/common/select_arrow_down.png);
	background-repeat: no-repeat;
	background-position: center right 5px;
	
	-webkit-box-sizing: border-box;  /* for Safari,Firefox3 */
	box-sizing:         border-box;  /* for Chrome,IE8+ */
	
	-webkit-appearance: none;    /* for stop iOS gradation */
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}


/*######## 標準ボタンフォーム<input type="submit">,<input type="button">タグ ########*/
input[type="submit"], input[type="button"] {
	cursor: pointer;
}


/*######## フォーム関連 ########*/

/*---- フォームリード ----*/
.form-leadbox {
	margin-bottom: 20px;
	padding: 0px 5%;
	text-align: center;
}

.form-leadbox .form-leadbox-warn {
	color: #FF6633;
}

/*---- フォームテーブル ----*/
.formtable {
	display: table;
	width : 100%;
	margin-bottom: 20px;
}

.formtable-row {
	display: table-row;
}

.formtable .formtable-title {
	display: table-cell;
	width : 280px;
	padding: 20px 20px 20px 0px;
	vertical-align: top;
	border-bottom: 1px solid #DEDEDE;
}

.formtable .formtable-title-text {
	display: inline-block;
	padding-top: 3px;
	font-weight: bold;
}

.formtable .formtable-title-must {
	display: inline-block;
	padding: 3px;
	float: right;
	color: #FFFFFF;
	background-color: #2a1b80;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.title-must {
	padding: 3px;
	display: inline-block;
	color: #FFFFFF;
	background-color: #2a1b80;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.formtable .formtable-title-option {
	padding: 3px;
	display: inline-block;
	float: right;
	color: #FFFFFF;
	background-color: #B0AEAE;
	background-color: #D2D2D2;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.formtable .formtable-data {
	display: table-cell;
	padding: 20px 0px;
	vertical-align: top;
	border-bottom: 1px solid #DEDEDE;
}

.formtable .formtable-data .formchoice span {
	margin-bottom: 10px;
}

.formtable .formtable-data .formchoice span.vertical-item {
	display: block;
}

.formtable .formtable-data label {
}

/*---- フォーム実行ボタン ----*/
.btn-formsubmit {
	margin: 0px auto;
	text-align: center;
}

.btn-formsubmit input {
	width: 30%;
	min-width: 150px;
	height: 50px;
	line-height: 50px;
	padding: 2px 20px 0px 20px;
	
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFFFFF;
	
	background-color: #541b86;
	
	border: currentColor;
}

.btn-formsubmit input:hover,
.btn-formsubmit input:focus,
.btn-formsubmit input:active {
	
	background-color: #381457;
}

.btn-formsubmit .btn-formsubmit-back {
	color: #333333;
	
	background-color: #C5C5C5;
}

.btn-formsubmit .btn-formsubmit-back:hover,
.btn-formsubmit .btn-formsubmit-back:focus,
.btn-formsubmit .btn-formsubmit-back:active {
	background-color: #AAAAAA;
}

.btn-formsubmit-between {
	display: inline-block;
	width: 20px;
}

/*---- フォームエラー ----*/
.formerrmainbox {
	max-width : 400px;
	margin: 0px auto;
	padding-bottom: 30px;
	
	line-height: 130%;
	
	color: #FF6633;
}

.formerrmainbox .formerrmain-title {
	font-weight: bold;
}

.formerrtext {
	color: #FF6633;
}

.formerritem {
	border: 3px solid #FF6633 !important;
	  /* !importantがないと<input type="text">等に効かない */
}

/*---- MW WP Form関連 ----*/
.mw_wp_form_confirm .formdisp-inputonly {
	display: none;
}

.mw_wp_form_input .formdisp-checkonly {
	display: none;
}

.mw_wp_form_confirm .formtable-title-must,
.mw_wp_form_confirm .formtable-title-option {
	display: none;
}

.mw_wp_form .error {
	color: #FF6633 !important;
}

.mw_wp_form .formchoice .mwform-checkbox-field {
	margin: 0px 10px 10px 0px;
}

.mw_wp_form .horizontal-item {
	display: inline-block;
	
	margin-left: 0px  !important;
	margin-right: 15px;
}

/*---- フォーム完了 ----*/
.form-donebox {
	max-width: 700px;
	margin: 10px auto 30px;
	text-align: center;
}

.form-donebox-link {
	margin-top: 20px;
}

