#cnt_frm h1,
#cnt_frm #frm3 h1 {
	text-align: center;
	color: #00a6b6;
	font-size: 26px;
	flex-direction: column;
	align-items: center;
	font-weight: 600;
	background: none;
}
#cnt_frm p{
	font-size: 14px;
}
.oa_box {
    background-color: #00a6b6;
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
    display: block;
    margin: 0 auto 5px;
}
.step {
    background: #F2F9FC;
    margin: 0 20px 30px;
    border-radius: 10px;
    padding: 20px;
}
.step h2 {
    color: #00a6b6;
	font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.step h2 span {
	background-color: #00a6b6;
	color: #fff;
    font-weight: 600;
	padding: 5px 10px;
	margin: 10px 10px 10px 0;
}
.step p {
	margin: 0;
}
#frm3 .step a {
	background-color: #EF7B1A;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
    padding: 20px;
    font-size: 16px;
    display: block;
}
.step a:hover {
    opacity: 0.7;
}
.step a img {
    display: inline;
    width: 25px;
    height: auto;
    vertical-align: sub;
}
.tel_purchase {
    color: #00a6b6;
    padding-bottom: 10px;
    border-bottom: solid 2px #00a6b6;
    display: flex;
    margin: 60px;
    align-items: center;
    justify-content: center;
}
.tel_purchase h2 {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.tel_purchase p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.tel_purchase a {
    font-size: 28px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 20px 0 20px;
    color: #00a6b6;
}
span.supplement {
    font-size: 12px;
    line-height: 1.5;
    display: inline-grid;
}

.houjin_form dl{
	margin:auto;
	border: 1px solid #ccc;
	border-top: none;
	background: #eee;
	font-size:16px;
}
.houjin_form dt{
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	padding: 10px;
}
.houjin_form dd{
	padding: 10px;
	border-top: 1px solid #ccc;
}
input[type="submit"]:hover,
input[type="reset"]:hover{
	opacity: 0.7;
}
input[type="submit"],
input[type="reset"]{
	cursor:pointer;
	transition: 0.3s;
	margin: 30px auto 20px !important;
}
.error_message{
	color: #f00;
	font-weight: bold;
	padding: 20px;
	background: #ffe9e9;
}
.cmt{
	margin: 20px 10px;
}
.application_address{
	background: #F2F9FC;
    border-radius: 10px;
    padding: 20px;
	text-align: center;
    color: #00a6b6;
	font-weight: bold;
}
.back_link{
	margin: 20px 0;
}

.error_message li{
	list-style: disc;
}


@media screen and (min-width:640px) {

	.nav{width:715px!important;}

	#cnt_frm h1,
	#cnt_frm #frm3 h1 {
		display: flex;
		padding: 30px 0 20px 0;
	}
	.step div {
		width: 55%;
		float: left;
	}
	.step a {
		width: 40%;
		float: right;
	}

	/*ベース*/
	.buy_b{
		margin:0;
		padding:0;
	}
	#pack{
		margin:60px auto;
	}
	input,
	select,
	textarea{
		background:#FFF;
		padding:10px;
		border-radius:2px;
		border:1px solid #ccc;
		font-size:16px;
		line-height:1em;
	}
	textarea{
		width:90%!important;
	}
	.p33{
		width:70px!important;
	}

	.houjin_form dl{
		width:760px;
		overflow: hidden;
	}
	.houjin_form dt{
		width: 30%;
		float: left;
	}
	.houjin_form dd{
		margin-left: 30%;
		border-left: 1px solid #ccc;
		background: #fff;
	}
	dd:after{
		display: block;
		content: "";
		clear: both;
	}
	p.form_pd {
		line-height: 1.8;
		width: 90%;
		margin: 20px auto;
	}

	.ssl_style{
		text-align: center;
		background:#eee;
		border-radius:6px;
		padding:10px;
		margin:0 auto 20px;
		width: 80%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ssl_style p{
		display:inline-block;
		vertical-align:middle;
		margin:0;
		padding:0;
	}

	.error_message{
		margin: 20px;
	}
	.error_message li{
		margin: 5px 20px;
	}
}

@media screen and (max-width:639px) {
	#cnt_frm h1 {
		padding: 30px 0 0;
        margin: 0;
	}
	#cnt_frm #frm3 h1 {
		padding: 60px 0 0;
        margin: 0;
	}
	.quotation_form {
        display: block;
    }
	.quotation_form span {
        line-height: 0.7;
        display: block;
    }
	.oa_box {
        width: 40%;
        margin: 10px auto;
        padding: 5px;
    }
	.step h2{
		text-align: center;
	}
	.step h2 span{
		display: block;
        width: 60px;
        margin: 0 auto 10px;
        border-radius: 50px;
        height: 48px;
        padding: 12px 0 0;
        text-align: center;
        line-height: 1.25;
	}
	.tel_purchase {
        flex-direction: column;
    }
	.tel_purchase h2 {
        margin-bottom: 5px;
    }
	.tel_purchase img {
        margin-right: 5px;
        width: 20px;
    }
	.tel_purchase p {
        margin-bottom: 0;
        color: #00a6b6;
    }
	#frm3 .tel_purchase a {
        font-size: 28px;
        text-decoration: none;
        font-weight: 600;
        margin: 0 20px 0 20px;
        color: #00a6b6;
    }
	#frm3 .ssl_style {
		margin: 60px auto 20px;
	}

	/*ベース*/
	.bread,
	#pack,
	.buy_b,
	.cnt_frm{
		width:100%;
		border:none;
	}
	input,
	select,
	textarea{
		box-sizing:border-box!important;
		width:100%!important;
		padding:10px;
		border-radius:2px;
		border:1px solid #ccc;
		font-size:16px;
		line-height:1em;
	}
	#oneCol_frm{
		margin:0!important;
		padding:0!important;
	}
	.p33{
		width:25%!important;
	}

	.houjin_form dl{
		width:100%;
	}
	.houjin_form dt,
	.houjin_form dd{
		display:block;
	}
	.houjin_form dd{
		padding: 10px;
		background: #fff;
	}

	.error_message {
		margin: 0 0 20px;
	}
	.error_message li {
		margin: 10px;
		font-size: 16px;
	}
}
