@charset "utf-8";
/* CSS Document */

.under_visual {
    background:url("../img/under_visual.png")no-repeat center;
    background-size: cover;
}


.contact {
    width: 90%;
    max-width: 900px;
    margin: 100px auto 0;
}

.contact_comment {
    padding: 60px 0 0;
    text-align: center;
}
.fllow_img {
    padding: 60px 0 60px;
}

.form-field-input-pair {
    border-top: 1px solid #0e1e48;
    display: flex;
    flex-wrap: wrap;
}
.form-field-input-pair:last-child {
    border-bottom: 1px solid #0e1e48;
}
.form-field-input-pair .form-field {
    background: #dfe5eb;
    font-weight: bold;
    width: 230px;
    padding: 10px 15px;
}
.form-field-input-pair .form-input {
    width: 610px;
    padding: 10px 15px;
    background: #fff;
}

.subbtn_area {
    background: #fff;
    padding: 30px;
    width: 470px;
    margin: 50px auto 0;
}
.subbtn_area p {
    margin-bottom: 30px;
}
.subbtn_area input {
    background: #0e1e48;
    color: #fff;
    font-size: 1.8rem;
    width: 110px;
    padding: 10px 0px;
    margin: 0 10px;
    border: none;
    cursor: pointer;
}


.flow-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0px auto;
}

.flow-list li:nth-child(odd) {
    max-width: 160px;
    width: 100%;
    height: 190px;
    padding: 15px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8;
}

.flow-list li:nth-child(even) {
	padding: 100px 0px;
	font-size: 2rem;
	color: #1661b4;
}

.flow-list li:nth-child(1) {
	background: #e2e2e2 url("../img/flow01.png") no-repeat bottom 15px center;
  background-size: 75px;
}

.flow-list li:nth-child(3) {
	background: #e2e2e2 url("../img/flow02.png") no-repeat bottom 15px center;
  background-size: 75px;
}

.flow-list li:nth-child(5) {
	background: #e2e2e2 url("../img/flow03.png") no-repeat bottom 15px center;
	position: relative;
  background-size: 75px;
}

.flow-list li:nth-child(7) {
	background: #e2e2e2 url("../img/flow04.png") no-repeat bottom 15px center;
  background-size: 75px;
}

.btm-txt {
	position: absolute;
	bottom: -65px;
	font-size: 75%;
	width: 90%;
	margin: auto;
	left: 5%;
}

input.w_full {
    width: 595px;
    padding: 5px;
}
input.w_midle {
    width: 400px;
    padding: 5px;
}
input.w_half {
    width: 180px;
    padding: 5px;
}
input.w_zip {
    padding: 5px;
    width: 45px;
}
select {
    padding: 5px;
    margin-bottom: 10px;
}
textarea.w_full {
    width: 98%;
    padding: 1%;
}
input[name="mtg01_month"], input[name="mtg01_day"], input[name="mtg02_month"], input[name="mtg02_day"] {
    padding: 5px;
    width: 25px;
}

/* 固有のスマホ対応記述
==============================================================================
==============================================================================*/

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
.contact {
    margin: 50px auto 0;
}
.contact_comment {
    padding: 0px 0 0;
    text-align: left;
}
.fllow_img {
    padding: 40px 0 40px;
}
.form-field-input-pair .form-field {
    width: 90%;
    padding: 5%;
}
.form-field-input-pair .form-input {
    width: 90%;
    padding: 5%;
}
  
.subbtn_area {
    padding: 5%;
    width: 90%;
    margin: 50px auto 0;
}
  
  
.flow-list {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 50px auto;
	width: 95%;
}

.flow-list li p {
	width: 70%;
}
	
.flow-list li:nth-child(odd) {
	max-width: 100%;
	width: 90%;
	height: 90px;
  padding: 5%;
  font-size: 1.6rem;
  text-align: left;
  display: flex;
  align-items: center;
}

.flow-list li:nth-child(even) {
	padding: 0px 0px;
	font-size: 2rem;
  text-align: center;
	color: #1661b4;
}

.flow-list li:nth-child(1) {
	background: #e2e2e2 url("../img/flow01.png") no-repeat center right;
  background-size: 25%;
}

.flow-list li:nth-child(3) {
	background: #e2e2e2 url("../img/flow02.png") no-repeat center right;
  background-size: 25%;
}

.flow-list li:nth-child(5) {
	background: #e2e2e2 url("../img/flow03.png") no-repeat center right;
  background-size: 25%;
	margin-bottom: 40px;
}
	
.flow-list li:nth-child(7) {
	background: #e2e2e2 url("../img/flow04.png") no-repeat center right;
  background-size: 25%;
}

.flow-list li p.btm-txt {
	bottom: -40px;
	left: 0;
	width: 100%;
}
  
input.w_midle, input.w_full, input.w_half {
    width: 96%;
    padding: 1.5%;
}
  
	
}


@media print {


}