@charset "utf-8";

@media print, screen and (min-width: 1024px) {
	.st-GlobalHeader_Logo {
		float: left;
		height: 34px;
 	   padding: 15px 0 35px 17px;
	}
}
@media screen and (max-width: 1023px) {
	.st-GlobalHeader_Logo {
		width: calc(100% - 112px);
		height: 40px;
		padding-left: 15px;
	}
}

@media screen and (min-width: 0px) and (max-device-width: 30em) {
	.st-GlobalHeader {
	  border-bottom: 2px solid #df0523;
	}

  .st-GlobalHeader_Logo {
	  overflow: hidden;
	  padding: 12px 0 12px 12px;
      height: auto;
  }
}
form {
	width: 700px !important;
	margin-left: auto;
	margin-right: auto;
}
	
.mktoFormRow {
	display: flex;
	align-items: center;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: -1px 0 0 !important;
}
	
@media screen and (min-width: 0px) and (max-device-width: 30em) {
	form {
		width: 100% !important;
	}
	.mktoFormRow {
		display: block !important;
		border-left: 1px solid #ccc;
	}
}
/* フォーム列 */
.mktoForm .mktoFormCol {
	align-items: center;
	display: flex;
	padding: 0;
	/* width: 100% !important; */
	margin: 0 !important;
	float: none !important;
}
/*
.mktoFieldDescriptor.mktoFormCol:nth-child(2n) {
    width: 500px !important;
}

@media screen and (min-width: 0px) and (max-device-width: 30em) {
	.mktoFieldDescriptor.mktoFormCol:nth-child(2n) {
		width: 100% !important;
	}
}*/



/* コンテンツ列 */

label.mktoLabel.mktoHasWidth {
	width: 200px !important;
	display: flex;
	padding: 10px;
	background: #eee;
	border-right: 1px solid #ccc;
	align-items: center;
	font-weight: bold !important;
}
.l-rightBox label.mktoLabel.mktoHasWidth {
	width: 140px !important;
}
.mktoForm .mktoFieldWrap {
	float: none !important;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.mktoForm .mktoLabel {
	float: none!important;
	line-height: normal !important;
	position: relative;
}
@media screen and (min-width: 0px) and (max-device-width: 30em) {
	label.mktoLabel.mktoHasWidth {
		width: 100% !important;
		display: block;
		border-right: none !important;
	}
	.l-rightBox label.mktoLabel.mktoHasWidth {
		width: 100% !important;
	}
	.mktoFieldWrap.mktoRequiredField {
		border-left: none;
	}
	.mktoForm .mktoFieldWrap {
		display: block !important;
		width: 100% !important;
	}
}
/* ラベル */

.p-input-wrap {
	margin-bottom: 0 !important;
	padding: 10px 10px 10px !important;
	margin-left: 0;
	position: relative;
	overflow: hidden;
}
input[type="text"] {
	font-size: 16px !important;
	padding: 5px 10px !important;
	border-radius: 5px;
	outline: none;
	border: 1px solid #cbcbcb;
	max-width: 375px;
	box-sizing: border-box !important;
}
label[for="FirstName"],
label[for="field04"] {
	display: none !important;
}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date] {
	font-size: 16px !important;
	padding: 5px 10px !important;
	border-radius: 5px;
	outline: none;
	border: 1px solid #cbcbcb;
	box-sizing: border-box !important;
}
input#Email {
	margin: 12px;
}
input[type="hidden"] {
	display: none !important;
}

.contactInner input[type="checkbox"] + label:before {
	top: 4px;
}
.contactInner input[type="checkbox"] + label {
	padding-left: 30px !important;
	line-height: 2rem !important;
	width: 100%;
	/*width: 34%;*/
}
.p-input-wrap {
	padding: 0 !important;
}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
	margin: 12px !important;
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
	margin-left: 12px !important;
}
.mktoFormRow .mktoFormCol:nth-child(1) .mktoFieldWrap {
	border-left: 1px solid #ccc !important;
}

@media screen and (min-width: 0px) and (max-device-width: 30em) {
	input[type="text"] {
		width: 90% !important;
	}
	input#Email {
		margin: 10px;
		width: 92% !important;
	}
	.mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
		line-height: normal !important;
		height: auto !important;
		width: 90% !important;
		
		padding: 7px 10px !important;
		font: inherit !important;
	}
	.mktoFormRow .mktoFormCol:nth-child(1) .mktoFieldWrap {
		border-left: none !important;
	}
	.contactInner input[type="checkbox"] + label {
		min-height: 30px;
		width: 100%;
	}
}
/* input */

.mktoGutter.mktoHasWidth, .mktoOffset {
	display: none;
}
.mktoFieldWrap.mktoRequiredField {
	width: 100% !important;
}
.mktoForm .mktoAsterix {
	float: none !important;
    position: absolute;
    right: 20px;
}
@media screen and (min-width: 0px) and (max-device-width: 30em) {
.mktoForm .mktoAsterix {
	position: relative;
	right: 0;
	float: right !important;
	}
}
/* 必須情報 */
	
.mktoForm .mktoButtonWrap.mktoRound .mktoButton {
	background-color: #df0522 !important;
	background: linear-gradient(#df0522, #b10600) !important;
	color: #fff;
	min-width: 180px;
	padding: 15px!important;
	border-radius: 5px;
	border: none !important;
	/* border: 1px solid #df0522; */
	font-size: 16px!important;
}
.mktoButtonRow {
	display: block !important;
	margin: auto !important;
	margin-top: 20px!important;
	width: 398px;
	text-align: center !important;
}
span.mktoButtonWrap.mktoRound {
	margin-left: 0 !important;
}
@media screen and (min-width: 0px) and (max-device-width: 30em) {
	.mktoForm .mktoButtonWrap.mktoRound .mktoButton {
		font-size: 13px !important;
		width: 100% !important;
	}
	.mktoButtonRow {
		width: 100%;
	}
}
/* ボタン関連 */

.txt-area__confirm {
    width: 100%;
    font-size: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-right: -1px !important;
    margin-bottom: -1px !important;
    padding-top: 13px !important;
	margin-left: -1px !important;
	background: #fff;
}

@media screen and (min-width: 0px) and (max-device-width: 30em) {
	.txt-area__confirm {
		width: 100%;
		font-size: 12px;
		padding: 5% 5% 5% 5% !important;
		text-align: center;
		border: none !important;
		background: #fff;
		margin: -1px 0 0 0 !important;
	}
}

.p-thanks-txt {
	width: 524px;
	margin: auto;
}

.textBox h2 {
    margin-bottom: 20px;
    padding: 0 15px;
    border-left: 4px #cc0000 solid;
    font-size: 20px;
}

.p-thanks-txt p {
	font-size: 16px;
	margin-bottom: 1.6rem;
}

.p-btn-top a {
	text-align: center;
    background: #df0422;
    color: #fff;
    text-decoration: none;
    position: relative;
    width: 216px;
    margin: auto;
    display: block;
    padding: 9px 57px 9px 44px;
    border: 2px solid #df0422;
    transition: 0.3s;
}

.p-btn-top a:after {
  content: "＞";
  display: inline-block;
  font-family: "Ionicons";
  position: absolute;
  font-size: 1rem;
  top: 9px;
  right: 10px;
}

.p-btn-top a:hover {
  background: #fff;
  color: #df0422;
}

.c-txt-center {
	text-align: center;
}

.st-Title.c-txt-center {
	font-size: 30px;
	margin-top: 60px;
}

@media screen and (min-width: 0px) and (max-device-width: 30em) {
	.p-thanks-txt {
		width: 100%;
	}
	
	.st-Title.c-txt-center {
		margin-top: 1.5rem;
	}
}

/* サンキュー画面関連 */
/* 1カラム用 */

.l-column-02 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	width: 1085px;
	max-width: 1085px;
}
.l-leftBox {
	margin-top: 70px;
	width: 605px;
}
.l-leftBox h1 {
	margin-top: 0;
	font-size: 30px;
}
.l-rightBox {
	margin-top: 70px;
	margin-left: 50px;
	width: 430px;
	overflow: hidden;
}
.l-rightBox .mktoForm {
	margin-top: 1.5rem;
	width: 430px !important;
}

@media screen and (min-width: 0px) and (max-device-width: 30em) {

	.l-column-02 {
		width: auto;
		max-width: auto;
		display: block;
	}
	.l-leftBox {
		margin-top: 0;
		width: auto;
	}
	.l-leftBox h1 {
		margin-top: 2rem;
		font-size: 30px;
	}
	.l-rightBox {
		margin-top: 2rem;
		width: auto;
		overflow: hidden;
		margin-left: 0;
	}
	.l-rightBox .mktoForm {
		width: auto;
		width: 100% !important;
	}
}

/* 2カラム用 */