@charset "UTF-8";
/* CSS Document */
.form_wrap {
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}
.form_title {
    font-size: 26px;
    padding-bottom: 10px;
    border-bottom: solid 2px #fc9137;
    margin-bottom: 30px;
}
.form_dt {
    font-size: 18px;
    margin-bottom: 10px;
	display: inline-block;
	padding-right: 50px;
	position: relative;
}
.form_dt span {
    position: absolute;
    bottom: 3px;
    left: 170px;
    white-space: nowrap;
    font-size: 14px;
}
input {
    padding: 6px 10px;
	font-size: 16px;
	border-radius: 4px;
	border: solid 1px #ccc;
	background: #f5f5f5;
	box-sizing: border-box;
}
.require{
	position: relative;
}
.require:after{
	width: 40px;
	height: 18px;
	content:"";
	background-image:url("image/icn_require.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.form_dl {
    margin-bottom: 40px;
}
.form_dl:last-child {
    margin-bottom: 0;
}
.form_content {
    margin-bottom: 80px;
}
.t_example {
    font-size: 13px;
    color: #626262;
	margin-top: 6px;
}
.color {
    color: red;
    font-size: 12px;
}
select {
    width: 370px;
    padding: 8px 10px;
}
.select_area {
	overflow: hidden;
	width: 370px;
	text-align: center;
}
.select_area select {
	width: 100%;
	padding: 8px 1em 8px 10px;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select_area select::-ms-expand {
    display: none;
}
.select_area.part {
	position: relative;
	border: 1px solid #bbbbbb;
	background: #f5f5f5;
	border-radius: 5px;
}
.select_area.part::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.select_area.part select {
	padding: 8px 38px 8px 8px;
	color: #626262;
	font-size: 16px;
}
input:nth-child(1) {
    margin-right: 5px;
}
input:nth-child(2) {
    margin-left: 5px;
}
input[type="text"] { 
	width: 15em; 
}
.form_dd.w_100 input {
    width: 100%;
}
.form_dd {
    box-sizing: border-box;
}
.form_dd_in {
    display: flex;
}


/*radio*/
.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 30px;
  position:relative;
  margin-right: 20px;
  vertical-align: middle;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #999;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
}
.radio-input:checked + label{
  color: #074d8e;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 3px;
  width: 19px;
  height: 19px;
  background: #074d8e;
  border-radius: 50%;
}
.form_dd.w_10 input {
    width: 100px;
}
.radio {
    display: flex;
    flex-wrap: wrap;
	margin-top: 10px;
}
.radio_li {
    margin-bottom: 20px;
	white-space: nowrap;
}
.radio_li:nth-child(7) {
    width: 100%;
}
.radio_li:nth-child(8) {
    width: 100%;
}
.radio input {
    background: #fff;
    border-radius: 0;
}
.radio_li_in:nth-child(1) {
    margin-right: 30px;
}
.wpcf7 input[type="submit"], .pushbutton-wide {
    background-color: #074d8e;
    width: 200px;
    padding: 10px;
    color: #fff;
    border: none;
	margin: 0;
}
.wpcf7-box {
    text-align: center;
    margin-top: 20px;
}
.kiyaku {
    text-align: center;
    margin-bottom: 10px;
}
.kiyaku a {
    font-size: 14px;
    text-decoration: none;
}
p {
    text-align: center;
}
.wpcf7 .ajax-loader {
    display: none;
}
.form_dd p {
    display: none;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    font-size: 14px;
    color: #dc3232;
    text-align: center;
}

@media screen and (max-width:768px){
.form_dd_in {
    display: block;
}
input[type="text"] {
    width: 100%;
}	
.form_dl {
    margin-bottom: 20px;
}	
.form_dt {
    font-size: 16px;
	}
.bar_wrap p {
    text-align: left;
}	
}





.bar_wrap {
    font-size: 21px;
    font-weight: 600;
    padding: 9px 30px;
    background: linear-gradient(to right, #dde9f5, #5a9bd3);
    border-radius: 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.h3_title_style_type02 {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.flow_ul {
    display: flex;
    justify-content: space-between;
	position: relative;
	z-index: 0;
}
.flow_li {
    text-align: center;
    width: calc(100% / 7);
	margin-right: 20px;
}
.flow_ul::after {
    content: "";
    width: calc(100% - 15%);
    height: 3px;
    background: #707070;
    position: absolute;
    top: 32px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
}
.flow_title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px auto;
}
.flow_txt {
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    text-align: left;
}
.bar_wrap{
		display: flex;
	}
.flow_ul {
    display: flex;
}	
.flow_sp {
    display: none;
}

@media screen and (max-width:768px){
	.flow_ul {
    display: block;
    justify-content: space-between;
    text-align: left;
}
.flow_li {
    width: 100%;
    margin-right: inherit;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 5px;
}
.flow_icn {
    display: inline-block;
    vertical-align: middle;
}	
.flow_title {
    font-size: 14px;
    font-weight: bold;
    margin: 10px auto;
    display: inline-block;
}	
.flow_txt {
    font-size: 14px;
    line-height: 1.3;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.flow_ul::after {
	display: none;
	}
.flow_ul::before {
    content: "";
    width: 3px;
    height: 96%;
    background: #707070;
    position: absolute;
    left: 25px;
    top: 5px;
    z-index: -1;
}	
.flow_icn img {
    width: 50px;
}	
.bar_wrap{
		display: none;
	}
.flow_ul {
    display: none;
}	
.flow_sp {
    display: block;
}	
.section_inner:nth-child(1) {
    margin: 0 auto 60px auto;
}
	
}


