@charset "utf-8";
.head_imgarea_bg {
	background-image: url(../img/contact/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}	
/* form-nav */

.progressbar {
  display: flex;
  flex-wrap: wrap;
}
.progressbar .item {
    position: relative;
    width: 33%;
    text-align: left;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 5%;
    padding-bottom: 15px;
    line-height: 1.1;
    background: #fff;
    color: #000000;
    font-size: 25px;
    font-weight: bold;
}
.progressbar .item span {
    font-size: 16px;
    font-weight: normal;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 38px solid transparent;
    border-left: 25px solid #fff;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 0px;
    border-left-color: #000;
}

@media screen and (max-width: 767px) {
.progressbar .item {
    font-size: 16px;
    line-height: 1.4;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    width: 100%;
}
.progressbar .item span {
    margin-right: 5%;    
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
	border: 0px solid transparent;
}
.ico_c {
    margin-right: auto;
    text-align: center;
    margin-left: auto;
    font-size: 30px;    
}
}

/* active */

.progressbar .item.active {
    z-index: 1;
    background: #87bc7f;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #87bc7f;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}


/* テキストなど */
.form_h2_ttl {
	font-size: 28px;
	border-left: 5px solid #e6a76c;
	padding-left: 10px;
}
.form_tx {
	font-size: 17px;
	margin-top: 5%;
	text-align: center;
	margin-bottom: 5%;
}
.form_txl {
	font-size: 17px;	
	margin-bottom: 5%;
}
@media (max-width: 768px)  {
.form_tx {	
	text-align: left;
}
}	
.caution_area {
    background-color: #fdfdfd;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 3%;
    padding-left: 3%;
    margin-top: 2%;
    margin-bottom: 5%;
    text-align: left;
}
@media (max-width: 768px)  {
.caution_area {	
	padding-top: 5%;
	padding-bottom: 5%;
	padding-right: 5%;
	padding-left: 5%;	
}
}
.caution_area ul li {
	font-size: 15px;
	line-height: 1.5;
}
@media (max-width: 768px)  {
.caution_area ul li {	
	margin-bottom: 10px;
}
}
.f_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	margin-top: 5%;
}
.f_table p {	
	margin-top: 5px;
}

.f_table label {
  display: inline;
}

.f_table th {
    width: 20%;
    background-color: #f5f8f8;
    color: #333;
    vertical-align: middle;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-top: 2px solid #28395a;
    font-weight: bold;
}

@media (max-width: 768px)  {
.f_table th {
	width: 100%;	
	display: block;
}
}


.f_table th span {
    color: #fff;
    text-align: right;
    float: right;
    background-color: #989898;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    margin-right: 10px;
    font-weight: normal;
}

.f_table td {
  padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
  background-color: #FFF;
	vertical-align: middle;
	border-top: 1px solid #cccccc;
}
@media (max-width: 768px)  {
.f_table td {
  width: 100%;
	display: block;
	padding-left: 10px;
}
}
.f_table tr td dl {
	width: 100%;
	display: block;
	margin-top: 10px;
}
.f_table td dl dt {
    width: 30%;
    display: block;
    margin-top: 10px;
    font-weight: normal;
}
@media (max-width: 768px)  {
.f_table td dl dt {
  width: 100%;	
}
}
.f_table td dl dd {
  display: block;
}


.form_caution {
	color: #d60000;	
}
.form_txbox {
    width: 100%;  
}
.form_btn {
  padding: 0 23px;
}
.form_btn a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #28395a;
  color: rgb(255, 255, 255);
  padding: 15px 20px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 16px;
  text-align: center;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
	border-radius: 30px;
}
.form_btn a:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #333333;
  transition: 1s;
}

.form_btn2 {
  padding: 0 23px;
}
.form_btn2 a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #989898;
  color: rgb(255, 255, 255);
  padding: 15px 20px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 16px;
  text-align: center;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
	border-radius: 30px;
}
.form_btn2 a:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #333333;
  transition: 1s;
}

.f_table label{	
	margin-right: 15px;
}

.privacy_area {
	background-color: #fcfcfc;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 3%;
	padding-left: 3%;
	margin-top: 2%;
	margin-bottom: 5%;
	border: 1px solid #707070;
}
@media (max-width: 768px)  {
.privacy_area {	
	padding-top: 5%;
	padding-bottom: 5%;
	padding-right: 5%;
	padding-left: 5%;	
}
}
.privacy_ttl{
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 10px;
}
.privacy_area ul {
	padding-top: 10px;
}
.privacy_area ul li {
	font-size: 15px;
	line-height: 1.5;
	list-style-type: decimal;
	margin-left: 15px;
}
@media (max-width: 768px)  {
.privacy_area ul li {	
	margin-bottom: 10px;
}
}

/* チェックボックス */
.check_area {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    font-weight: bold;
}
input[type=checkbox] {
    display: none;
}
.checkbox01 {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 30px;
	position: relative;
	width: auto;	
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 24px;
    left: 5px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}
.checkbox01::after {
    border-right: 3px solid #ed7a9c;
    border-bottom: 5px solid #ed7a9c;
    content: '';
    display: block;
    height: 19px;
    left: 14px;
    margin-top: -9px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 7px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
/* お問い合わせ先 */
.contact_info {
    font-size: 22px;
    margin-top: 20px;
}
.contact_info span {
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    background-color: #334f83;
    color: #FFFFFF;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
}
@media (max-width: 768px)  {
.contact_info {
    font-size: 18px;
}
.contact_info span {
    font-size: 18px;    
}
}

.mw_wp_form_confirmstage input[type="file"] {
  display: block !important;
}