<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.form_group_three_col &gt; div &gt; div {
    display: inline-block;
    width: 33%;
    margin: 0 0 0 0;
    vertical-align: top;
}

.form_group_three_col &gt; div &gt; div:nth-of-type(even) {
    padding-left: 0%;
    margin-left: 0%;
    margin-bottom: 1%;
    border-left: 0px solid #ced4da;
}

.form_group_two_col &gt; div &gt; div {
    display: inline-block;
    width: 50%;
    margin: 0 0 0 0;
    vertical-align: top;
}

.form_group_two_col &gt; div &gt; div:nth-of-type(even) {
    padding-left: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
    border-left: 0px solid #ced4da;
}

form {
  font-size: initial!important;
}
@media screen and (max-width: 600px) {
form {
  font-size: 100%!important;
  margin: 0;
}
}/*@media*/

.form_group {
  margin-bottom: 1px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
h2 + .form_group ,
h3 + .form_group ,
p + .form_group {
  border-top: 1px solid #d6d6d6;
}

@media screen and (max-width: 600px) {
.form_group &gt; div {
  padding: 8px;
  margin: 0;
}
}/*@media*/

.form_group &gt; div:not(.form_group_head) {
  background: #fff;
}

.form_group_head {
  font-weight: bold;
  color: #121212;
  text-align: right;
  background: #f7f7f7;
}

.form_group + h2 {
  margin-top: 32px;
}

/*親子関係のあるチェックボックス用*/
.checkbox_group_wrap .checkbox_parent + ul {
  margin-left: 16px;
}

.checkbox_group_wrap .checkbox_parent + ul li {
  padding: 4px 0;
}



/* 同意して次へボタン
===========================*/
button#agreeBtn {
  color: #f3f3f3;
  padding: 16px 0;
  font-size: 20rem;
  margin: 24px 0;
  border: none;
  background: #999;
  transition: .3s;
}
@media screen and (max-width: 899px) {
button#agreeBtn {
  font-size: 16rem;
  width: 60%;
}
}/*@media*/

button#agreeBtn.on {
  color: #FFF;
  background: #1A005D;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}



/* ボタン
===========================*/
#confirmBtn {
  display: block;
  color: #FFF;
  font-size: 18rem;
  font-weight: bold;
  padding: 12px;
  margin: 24px auto 0;
  width: 25%;
  border: none;
  border-radius: 2px;
  background: #1A005D;
}

#confirmBtn:hover {
  opacity: 0.8;
}

.submitBtns {
  text-align: center;
}

.submitBtns button{
  font-size: 18rem;
  font-weight: bold;
  width: 25%;
  padding: 8px;
  margin-top: 15px;
  border-radius: 2px;
  transition: .2s;
}

.submitBtns button#submitBtn {
  color: #FFF;
  border: 3px solid #00367F;
  background: #00367F;
}

.submitBtns button#submitBtn:hover{
  opacity: 0.8;
}

.submitBtns button#backBtn {
  color: #999999;
  border: 3px solid #E0E0E0;
  background: #ffffff;
  display: inline-block;
}

.submitBtns button#backBtn:hover {
  background: #E0E0E0;
}

#closeBtn {
  color: #444;
  font-size: 16rem;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  background: #E0E0E0;
}


/* 必須アイコン
===========================*/
#form_wrap .required::after,
#form_wrap .e_mail_confirm &gt; .form_group_head::after {
  content: "*";
  color: #f62006;
  background: transparent;
}
.cRed {
  color: #f62006;
  background: transparent;
}

#form_wrap .select_required::after {
  content: "**";
  color: #f62006;
  background: transparent;
}


/*（半角）を挿入
===========================*/
label[for="e_mail"]::after,
label[for="e_mail_confirm"]::after,
.form_group.tel label::after,
.form_group.phone label::after,
.form_group.fax label::after,
.form_group.zip label::after {
  content: "";
}

/*追加した
===========================*/
h1.h1DesignA1 {
    position: relative;
    font-size: 32rem;
    margin: 24px 0 0;
    width: 100%;
}
h1.h1DesignA1:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #DDD;
}
h1.h1DesignA1 span {
    display: block;
    max-width: 1220px;
    /*min-width: 980px;*/
    margin: 0 auto 20px;
    padding: 0 10px;
}

h2.h2DesignA1 {
    position: relative;
    padding: 0 0 6px;
	margin-top: 24px;
}

h2.h2DesignA1:before {
    content: "";
    position: absolute;
    width: 100px;
    border-bottom: 2px solid #8EC300;
    z-index: 2;
    left: 0;
    bottom: 0;
}
h2.h2DesignA1:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #DDD;
    z-index: 1;
    left: 0;
    bottom: 0;
}
button#confirmBtn {
	width: 35%;
}
@media screen and (max-width: 899px) {
	button#confirmBtn {
		width: 100%;
	}
}
.btnDesignB3 {
    text-align: center;
	display: block;
	font-weight: bold;
	border: 3px solid #E0E0E0;
	border-radius: 2px;
	width: 15%;
	
}
@media screen and (max-width: 899px) {
	.btnDesignB3 {
		width: 100%;
		margin-bottom: 15px;
		padding: 10px;
		font-size: 16rem;
	}
}
.btnDesignB3 span::after {
    margin-left: 8px;
}

.heading02 &gt; h2 {
    font-size: 20rem;
    padding: 0 0 8px;
    margin: 30px 0 24px;
    border-bottom: 1px dotted #DDD;
}
#form_wrap {
	border-top: 1px solid #d6d6d6;
}
.numList {
    padding: 0 0 0 24px;
    margin: 0 0 16px 0;
}
.numList li {
    list-style: decimal;
	margin-bottom: 24px;
}
.alignR {
	text-align: right!important;
}
.alignC {
	text-align: center!important;
}
.layoutWrap &gt; .layoutWrap,
.layoutWrap &gt; .main &gt; .layoutWrap{
	padding: 0;
}</pre></body></html>