a {
	color: #e77c22;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.outer {
    /* padding-left: 80px; */
    padding-top: 0;
    /* padding-right: 80px; */
    /* padding-bottom: 60px; */
    overflow: hidden;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.outer .column {
    width: 23.5%;
	float: left;
    position: relative;
	margin: 0 0 30px 1%;
}

.outer iframe.mb {
	width: 100%;
	height: 300px;
	border: 1px #e9e9ea solid;
}

.privacy {
	margin: 50px 0 30px 0;
}

.headline {
	margin: 0 0 20px 0;
}

.headline a {
    color: #e77c22;
	font-size: 20px;
}

.c-lead {
    color: #acadb3;
	font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
}

.c-body {
    color: #494b54;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 300;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /*padding: 25px 30px;*/
  padding: 17px 30px;
  border: 1px solid #e9e9ea;
  font-size: 16px;
  background: #fff url(../images/select-arrow.png) right 30px center no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 15px;
  margin-bottom: 30px;
  
}

select.blue {
	background: #EDF0F7 url(../images/select-arrow.png) right 30px center no-repeat;
	border: 1px solid #C5CEE2;
}

select.top {
	width: auto;
	min-width: 270px;
}

select::-ms-expand {
    display: none;
}

option {
  color: #494b54;
}

table.form,
table.form_2col {
	width: 100%;
	border-top: 1px solid #e9e9ea;
	border-left: 1px solid #e9e9ea;
	border-bottom: 1px solid #e9e9ea;
	table-layout: fixed;
}

table.form th,
table.form_2col th {
	background: #acadb3;
	color: #fff;
	padding: 20px 25px;
	text-align: left;
	border: 1px solid #e9e9ea;
	width: 20%;
	vertical-align: top;
	position: relative;
	line-height: 1.8;
	z-index: -1;
}

table.form th span,
table.form_2col th span {
	background: #466DA4;
	padding: 5px 12px;
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 50px;
	left: 20px;
}

table.form td,
table.form_2col td {
	padding: 20px;
	border-bottom: 1px solid #e9e9ea;
	line-height: 1.8;
}

table.form td .inline,
table.form_2col td .inline {
	display: flex;
}

table.form td .inline select,
table.form_2col td .inline select {
	height: 57px;
}

table.form td .inline2,
table.form_2col td .inline2 {
	display: inline-flex;
	width: 40%;
}

table.form td span.atention,
table.form_2col td span.atention {
	color: #AC414D;
}

table.form td span.atention2,
table.form_2col td span.atention2 {
	color: #e77c22;
}

table.form td span.mt,
table.form_2col td span.mt {
	margin-top: 10px;
}

table.form td span.mb,
table.form_2col td span.mb {
	margin-bottom: 5px;
	display: block;
}

table.form td span.add,
table.form_2col td span.add {
	color: #e77c22;
	margin-top: 20px;
	display: block;
}

table.form td .texts,
table.form_2col td .texts{
	font-size: 12px;
}

table.form td .bg,
table.form_2col td .bg {
	background: #F4F4F5;
	padding: 15px 20px;
	margin: 5px 0;
}

input[type="text"],
input[type="password"] {
	border: 1px solid #e9e9ea;
	border-radius: 5px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 15px;
	/*padding: 20px 30px;*/
	padding: 15px;
	margin-right: 25px;
	/*height: 20px;*/
	font-size: 16px;
}

textarea {
	width:100%;
	height:130px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt55 {
	margin-top: 55px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

input[type="text"].blue {
	background: #EDF0F7;
	border: 1px solid #C5CEE2;
}

label.cap {
	margin-right: 10px;
	position: static;
	display: inline-block;
	white-space: nowrap;
}

.w100 {
	width: 100%;
	max-width: 95%;
}

.w120 {
	max-width: 120px;
	width: 100%;
}

.w235 {
	max-width: 175px;
	width: 100%;
}

.w335 {
	max-width: 295px;
	width: 40%;
}

.w335_2 {
	max-width: 295px;
	width: 100%;
}

.w356 {
	max-width: 356px;
	/*width: 100%;*/
	width: 45%;
}

.w675 {
	max-width: 635px;
	width: 90%;
}

input::placeholder {
	color: #acadb3;
	font-size: 16px;
}
input::-webkit-input-placeholder {
	color: #acadb3;
}

input:-moz-placeholder {
	color: #acadb3;
}

input::-moz-placeholder {
	color: #acadb3;
}

input:-ms-input-placeholder {
	color: #acadb3;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }

table.form td select {
	margin-bottom: 5px;
	margin-right: 25px;
}

.bg_radio {
	margin-bottom: 4px;
}

.bg_checkbox li,
.bg_radio li {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
}

.bg_radio li.block {
	display: block;
	margin-bottom: 10px;
}

.bg_radio li.flex {
	display: flex;
}

.bg_radio li.flex select {
	height: 57px;
}

.bg_radio li.box {
	/*width: 300px;*/
	width: 35%;
	background: #F4F4F6;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e9e9ea;
	margin-bottom: 5px;
}
 
.bg_checkbox input,
.bg_radio input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;  
    height: 100%;
	cursor: pointer;
}

.flex input {
    width: auto;  
}
 
.bg_checkbox input[type="checkbox"] + label {
    display: block;
    background-image: url(../images/check.png);
    background-size: 25px 25px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 35px;
	height: 25px;
	line-height: 25px;
}
 
.bg_checkbox input[type="checkbox"]:checked + label {
    background-image: url(../images/check_ov.png);
}

.bg_radio input[type="radio"] + label {
    display: block;
    background-image: url(../images/radio.png);
    background-size: 25px 25px; 
    background-position: 15px center;
    background-repeat: no-repeat;
    padding: 0 0 0 60px;
	height: 52px;
	line-height: 52px;
}

.bg_radio li.block input[type="radio"] + label {
	height: 25px;
	line-height: 32px;
	margin-left: -20px;
}
 
.bg_radio input[type="radio"]:checked + label {
    background:#fff url(../images/radio_ov.png) no-repeat 15px;
	background-size: 25px 25px; 
}

.lab_m {
	margin-top: 15px;
}

	
.cap {
	margin: 17px 0;
}

.btn_area {
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 60px;
}

.btn_area p.mt75 {
	margin: 75px 0 10px 0;
}

.btn_area p.mt25 {
	margin: 25px 0 0 0;
}

.outer .btn_orenge:hover {
    background: #f3bd90 !important;
    border-color: transparent !important;
    color: #fef8f4 !important;
    text-decoration: none !important;
    opacity: 1 !important;
}

.outer .btn_orenge:visited {
    background: #e77c22 !important;
    color: #ffffff !important;
    border: 2px solid transparent !important;
    text-decoration: none !important;
}

.outer .btn_orenge {
    background: #e77c22 !important;
    color: #ffffff !important;
    border: 2px solid transparent !important;
    border-radius: 2em !important;
    min-width: 4.1em !important;
    max-width: 720px !important;
	width: 100%;
    font-size: 20px !important;
    line-height: 1em !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    padding: 20px 0 !important;
    transition: all 0.2s !important;
	margin: 0 auto;
}

.outer .btn_orenge:hover {
    background: #f3bd90 !important;
    border-color: transparent !important;
    color: #fef8f4 !important;
    text-decoration: none !important;
    opacity: 1 !important;
}

.outer .btn_orenge:visited {
    background: #e77c22 !important;
    color: #ffffff !important;
    border: 2px solid transparent !important;
    text-decoration: none !important;
}

.outer .btn_orenge:disabled {
	background: #F4F4F6!important;
	color: #C0C1C5!important;
}

.outer .btn_area2 a.btn_green {
  display: block !important;
  background: #6E8F82 !important;
  color: #ffffff !important;
  border: 2px solid transparent !important;
  border-radius: 2em !important;
  min-width: 9em !important;
  max-width: 100% !important;
  font-size: 16px !important;
  line-height: 1.3em !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 15px 30px !important;
  transition: all 0.2s !important;
  margin: 0 0 20px 0 !important;
  display: inline-block!important;
}
.outer .btn_area2 a.btn_green:visited {
  background: #6E8F82 !important;
  color: #ffffff !important;
  border: 2px solid transparent !important;
  text-decoration: none !important;
}
.outer .btn_area2 a.btn_green:active {
  background: #6E8F82 !important;
  color: #fef8f4 !important;
  border: 2px solid transparent !important;
  text-decoration: none !important;
}
.outer .btn_area2 a.btn_green:hover{
  background: #a8bbb3!important;
  border-color: transparent !important;
  color: #fef8f4 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.outer .btn_area a.btn_white {
  display: block !important;
  background: transparent !important;
  color: #494b54 !important;
  border: 1px solid #494b54 !important;
  border-radius: 2em !important;
  min-width: 5.1em !important;
  max-width: 720px !important;
  font-size: 16px !important;
  line-height: 1.3em !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 20px 30px !important;
  transition: all 0.2s !important;
  margin: 0 auto !important;
}
.outer .btn_area a.btn_white:visited {
  background: transparent !important;
  color: #494b54 !important;
  border: 1px solid #494b54 !important;
  text-decoration: none !important;
}
.outer .btn_area a.btn_white:active {
  background: transparent !important;
  color: #74757e !important;
  border: 1px solid #74757e !important;
  text-decoration: none !important;
}
.outer .btn_area a.btn_white:hover {
  background: transparent !important;
  border-color: #74757e !important;
  color: #74757e !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.outer h3.green {
	font-size: 16px;
	color: #6E8F82;
	font-weight: 600;
	margin-bottom: 20px;
}

.outer .linkarea {
	margin: 40px 0 60px 0;
	line-height: 1.8;
}

.outer h3.pass {
	color: #494b54;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 25px;
}

.outer .b-accordion .b-accordion_navigation {
    background-repeat: no-repeat!important;
    background-position: 70px!important;
    background-image: url(../images/plus.png)!important;
    margin-top: 10px!important;
    line-height: 1.8!important;
	cursor: pointer;
	background-size: 15px;
	margin-bottom: 10px;
}

.outer .b-accordion .b-accordion_navigation a {
	font-size: 14px!important;
	padding: 0!important;
    text-indent: inherit!important;
}

.outer .b-accordion .b-accordion_navigation.-active {
    background-image: url(../images/minus.png)!important;
}

.outer .b-accordion .column {
	width: 100%;
    margin: 20px 0 0 0;
    padding: 0!important;
}

.outer .mailsend {
	background: #F4F4F5;
	padding: 20px;
	line-height: 1.8;
	margin: 90px 0 15px 0;
}

.outer .mailsend h3 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}

.outer .mailsend p {
	margin-bottom: 20px;
}

.outer .mailsend p span.atention {
	color: #AC414D;
}

.outer .mailsend input {
    position: absolute;
    opacity: 0;
    width: 100%;  
    height: 100%;
}

.outer .mailsend .checkarea {
	position: relative;
	display: inline-block;
}

.outer .mailsend .detail {
	margin-left: 40px;
	margin-bottom: 20px;
}

.outer label, input[type='checkbox'],
.outer label, input[type='radio'] {
    cursor: pointer;
}

.outer .mailsend input[type="checkbox"] + label {
    display: block;
    background-image: url(../images/check.png);
    background-size: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 40px;
	height: 26px;
	line-height: 26px;
	font-weight: 600;
}
 
.outer .mailsend input[type="checkbox"]:checked + label {
    background-image: url(../images/check_ov.png);
}

.outer .mailsend .checarea p {
	margin-left: 40px;
}

.outer .cmt {
	line-height: 1.8;
}



@media screen and (min-width: 641px) and (max-width: 1200px) {

.outer .column {
    width: 100%;
	float: none;
}

}

@media only screen and ( max-width : 920px ) {

.outer {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
	overflow: hidden
}

.pc {
	display: none!important;
}

.sp {
	display: block;
}

.mt15 {
	margin-top: 15px!important;
}
/*追加*/
.w120 {
    max-width: 100%;
    width: 100%;
}

.w335 {
    width: 100%!important;
}

.w356 {
    max-width: 100%;
    width: 100%;
}

.w235 {
	max-width: 100%;
	width: 100%;
}
/**/
.outer .column {
    width: 100%;
	float: none;
}

select {
  padding: 15px;
  background: #fff url(../images/select-arrow.png) right 15px center no-repeat;
  
}

select.top {
	width: 100%;
}

table.form td select {
    margin-bottom: 0;
    margin-right: 5px;
}

table.form,
table.form_2col {
	border: none;
	/*width: auto;*/
}

table.form td,
table.form th {
	display: block;
	width: auto!important;
	border: none;
	padding: 10px 15px;
}

table.form_2col th {
	width: 30%;
	padding: 20px 15px;
}

table.form_2col td {
	width: auto!important;
	padding: 20px 15px;
	border-top: 1px solid #e9e9ea;
}

.outer .result tablem td {
	padding: 12px 0;
}

table.form td {
	padding: 12px 0;
}

table.form td .inline,
table.form_2col td .inline {
	/*display: flex;*/
	display: block;
}

table.form td .inline2,
table.form_2col td .inline2 {
	/*display: flex;*/
	display: block;
	width: 100%;
}

table.form td .birth {
	display: flex;
}

table.form th span,
table.form_2col th span {
	position: static;
	margin-left: 12px;
}

input[type="text"] {
	width: 100%!important;
	max-width: 100%!important;
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	margin-bottom: 12px;
	margin-right: 0;
}

select {
  /*width: 32%!important;*/
  width: 100%!important;
  margin-bottom: 12px!important;
}

select.wide {
  /*width: 48%!important;*/
  width: 100%!important;
  margin-right: 0!important;
}

select.wide2 {
  /*width: 48%!important;*/
  width: 100%!important;
  margin-right: 5px!important;
}

select.blue {
    background: #EDF0F7 url(../images/select-arrow.png) right 15px center no-repeat;
}

.bg_checkbox li, .bg_radio li {
	margin: 0;
}

.cap {
	/*margin: 12px 0!important;*/
	margin: 0!important;
}

.outer .btn_orenge{
    min-width: 100% !important;
    max-width: 100% !important;
    font-size: 16px !important;
    padding: 20px 15px !important;
}


.outer .btn_white {
    min-width: 100% !important;
    max-width: 100% !important;
    font-size: 16px !important;
    padding: 20px 15px !important;
}

.btn_area {
	margin-top: 35px;
}

.btn_area p {
	margin: 10px 0 15px 0!important;
}

.block {
	display: flex;
}

.bg_radio li.box {
	width: 50%;
	margin-right: 5px;
}

.bg_radio li.box:last-child {
	margin-right: 0;
}

/*.bg_radio input[type="radio"] + label {
	height: 46px;
	line-height: 46px;
}*/
.lab_m {
	margin-top: 10px;
}

.outer .linkarea {
    margin: 20px 0 40px 0;
}

.outer .b-accordion .b-accordion_navigation {
    margin-top: 0!important;
}

.mb8 {
	margin-bottom: 8px;
}

.outer .mailsend {
    margin: 40px 0 20px 0;
}

  
}

@media only screen and ( max-width : 640px ) {
.btn_area p {
	text-align: left;
}
}






























