@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

img {
	max-width: 100%;
}
.sp {
	display: none;
}
.sp {
	display: none;
}
body {
	min-width: 1200px;
}
small {
	font-weight: 200;
}
p.img {
	text-align: center;
}


/* pageTopカラー */
footer #pageTop a {
    background-color: #ff8c19;
}



/* sectionごとマージン */
section.content {
	padding: 0 0 100px;
	ackground: #fafafa;
}
section.content .wrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 0px;
    text-align: center;
}
section.bg_glay {
	background: rgba(0,0,0,0.05);
}

/* h2 */
section.content h2 {
    font-size: 38px;
    color: #00a968;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.03em;
    margin: 0 0 55px;
    padding: 80px 0 0;
}
section.content h2.short {
	padding: 68px 0 0;
}
section.content p.h2_sub {
	text-align: center;
    margin: -25px auto 60px;
	font-size: 19px;
	letter-spacing: 0.08em;
}
em.ymark {
	font-weight: 600;
	padding: 0 2px 3px 0;
    background: linear-gradient(transparent 50%, rgba(255,255,0,0.90) 0%);
}
section.content p.h2_sub a {
	font-weight: 600;
	color: #00a968;
	border-bottom: 1px solid #00a968;
}
section.content p.h2_sub a:hover {
	opacity: 0.7;
	border-bottom: none;
}

/* header追加 */
header .hdr_right.to_form {
    color: #fff;
    background: #33ccff;
    padding: 14px;
}
header .hdr_right.to_form a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}


/* cv_abtn */
.cv_btn {
}

.cv_btn a {
	position: relative;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    color: #fff;
    background: #ff8c19;
    text-align: center;
    line-height: 4;
    width: 360px;
    height: 72px;
    letter-spacing: 0.05em;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
}
.cv_btn a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 6px solid transparent;
	border-left: 6px solid #fff;
}	
.cv_btn a:hover {
	opacity: 0.7
}
.cv_btn a:hover:before {
	left: 22px;
}


/*2カラム用*/
.col_2 {
	display: flex;
    justify-content: space-between;
}
/*3カラム用*/
.col_3 {
	display: flex;
    justify-content: space-between;
}

/* #main
================================================================ */
#main {
    max-height: 740px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 0 0;
    background: url(../img/bg.jpg) center top no-repeat;
    padding-top: 59px;
    background-size: cover;
    background-position-y: 35px;
}
#main .wrap {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0px;
    text-align: center;
    height: 640px;
}
#main .wrap h1 {
	position: relative;
    top: 26px;
    left: 20px;
    text-align: left;
}
#main .wrap div.main_img {
position: absolute;
	 top: 0px; right: -150px;
}
#main .main_cv_btn {
    position: absolute;
    bottom: 38px;
    z-index: 10;
    left: 20px;
}
#main .main_cv_btn a {
    position: relative;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 0 auto;
	color: #fff;
    background: #ff8c19;
    line-height: 2.9;
    width: 380px;
    height: 50px;
    letter-spacing: 0.05em;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
	border-radius: 3px;
}
#main .main_cv_btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 6px solid transparent;
    border-left: 6px solid;
}
#main .main_cv_btn a:hover {
	opacity: 0.9
}
#main .main_cv_btn a:hover:before {
	left: 18px;
}
#main .wrap div.main_txt {
	position: absolute;
    bottom: 36px;
    right: 20px;
}

/* obi */
#main .obi01 {
	background: rgba(160,255,255,0.65);
    text-align: left;
    height: 137px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#main .obi01 p {
	width: 615px;
    margin: 0 0 0 40px;
    font-size: 14px;
    line-height: 1.6;
}
#main .obi01 p.name {
	font-weight: 600;
    font-size: 15px;
    margin-top: 8px;
}
#main .obi01 p.name em {
	font-size: 120%;
}

/* #section 詳細
================================================================ */
#bnr {
	background: #e6ebee;
	padding: 70px 0;
	text-align: center;
}
#section.content img {
	margin-bottom: 40px;
}
#section.content img:last-child {
	margin-bottom: 0px;
}

/* #sec01
================================================================ */
#sec01 .box {
    margin: 0 auto;
    padding: 42px 35px 26px 60px;
    border: 2px solid #00a968;
    overflow: hidden;
}
#sec01 .box ul {
	float: left;
    width: 390px;
    margin-right: 40px;
    text-align: left;
}
#sec01 .box ul:last-child {
    margin-right: 0;
}
#sec01 .box .box_img {
	position: absolute;
    bottom: 26px;
    right: 50px;
}
#sec01 ul li {
	font-size: 18px;
    background: url(../img/icon_check.png) no-repeat left center;
    background-position: 0px 7px;
    padding: 0 0 3px 30px;
    line-height: 1.8;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
    background-size: 23px;
}
#sec01 ul li span {
    border-bottom: dotted 2px #99d8d3;
}

#sec01 .wrapper:after {
    content: '';
    display: block;
    width: 288px;
    height: 65px;
    margin: 50px auto 0px;
    background: url(../img/icon_arw.svg) no-repeat;
    background-size: 288px auto;
}

/* #sec02
================================================================ */

#sec02 h2 {
	padding: 0;
    margin: -20px auto 30px;
}
#sec02 .h2_sub {
	margin: 0;
} 

/* #sec03
================================================================ */
#sec03 .col_3 {
    margin-bottom: 60px;
}
#sec03 .box {
	position: relative;
	width: 293px;
    padding: 24px 20px 30px;
    text-align: center;
    background: #fff;
    border-top: 5px solid #00a968;
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.05);
}
#sec03 .box h3 {
	color: #00a968;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 9px;
}
#sec03 .box h3 span {
	font-size: 70%;
	color: rgba(0,0,0,0.6)
}
#sec03 .box h3:after {
	content: '';
    display: block;
    margin: 14px auto 14px;
    width: 60px;
    height: 1px;
    background: rgba(255,105,120,1.0);
}
#sec03 .box p {
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 0.01em;
	text-align: center;
}
#sec03 .col_2.center {
	width: 606px;
    margin: 0 auto 30px;
}
#sec03 p.caption {
	text-align: center;
    font-size: 80%;
    line-height: 1.5;
    opacity: 0.8;
}
#sec03 div.site_sample {
	text-align: center;
    background: #fff;
    padding: 30px 0;
    margin: 60px auto 0;
	box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.05);
}

/* #sec04
================================================================ */
#sec04 .column {
	text-align: left;
	width: 460px;
	background: rgba(44,180,173,0.2);
}
#sec04 .column h3 {
	background: #00a968;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	padding: 15px;
	text-align: center;
}
#sec04 .column .inner {
	padding: 20px 30px 20px;
}
#sec04 .column .inner h4 {
	font-weight: 600;
	font-size: 19px;
	margin-bottom: 8px;
}
#sec04 .column .inner ul li {
	font-weight: 600;
	font-size: 18px;
	color: #00a968;
}
#sec04 .column .inner ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f192';
    font-weight: 600;
    font-size: 80%;
    margin-right: 0.3em;
    color: rgba(255,105,120,1.0);
    vertical-align: 0.1em;
}
#sec04 .column .inner p {
	font-size: 18px;
	margin: 10px 0 20px;
}
#sec04 .cv_btn a {
	font-weight: 600;
    line-height: 1.3;
    font-size: 22px;
    width: auto;
    padding: 9px 0 12px;
    height: auto;
}



/* #contact
================================================================ */
#contact {
	color: #fff;
    background: #00a968;
    padding: 0 0 50px;
}
#contact h2 {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,0,1);
    padding: 50px 0 30px;
    font-size: 30px;
	margin: 0 auto 30px;
}
#contact .tel_btn {
    display: flex;
    justify-content: space-between;
}
#contact .tel_btn dl.tel {
	overflow: hidden;
}
#contact .tel_btn dl.tel dt {
	float: left;
    padding: 12px 7px 0 0;
}
#contact .tel_btn dl.tel dd {
	float: left;
}
#contact .tel_btn dl.tel dd p {
	font-weight: 600;
    font-size: 15px;
	letter-spacing: 0.07em;
}
#contact .tel_btn dl.tel dd p span {
	font-weight: 600;
    color: rgba(255,255,0,1);
}
#contact .tel_btn dl.tel dd h3 {
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-top: -5px;
}
#contact .tel_btn .cv_btn {
	margin-top: 10px;
}

/* #sec05
================================================================ */

#sec05 .box_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#sec05 .box_wrap:last-child {
	margin-bottom: 0;
}
#sec05 .box_wrap .box {
	width: 390px;
	background: #ffffd1;
	padding: 30px 10px;
	box-shadow: 1px 2px 1px 0px #290001;
}
#sec05 .box_wrap .box.bg_green {
	background: #00a968;
	color: #fff;
}
#sec05 .box_wrap .box.bg_green p {
	font-weight: 600;
}
#sec05 .box_wrap .arw {
    margin: 0 auto;
}
#sec05 .box p {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
	text-align: center;
}
#sec05 .box p span.caption {
	font-size: 0.8em;
    opacity: 0.8;
    font-weight: 600;
    vertical-align: 4px;
}


/* #sec06
================================================================ */


/* #sec07
================================================================ */
#sec07 .column dl {
	width: 440px;
    background: #00a968;
	overflow: hidden;
}
#sec07 .column {
	width: 440px;
	background: #ffffd1;
}
#sec07 .column dl dt {
	float: left;
    padding: 24px 10px;
    background: #ff8c19;
}
#sec07 .column dl dd {
	float: left;
}
#sec07 .column dl h3 {
    line-height: 1.2;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 16px 0px 0 17px;
}
#sec07 .column .txtbox {
	text-align: left;
	padding: 20px;
}
#sec07 .column .txtbox h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
}
#sec07 .column .txtbox ul li {font-size: 120%
	
}
#sec07 .column .txtbox ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f192';
    font-weight: 600;
    font-size: 80%;
    margin-right: 0.3em;
    color: #00a968;
    vertical-align: 0.1em;
}



/* #sec08
================================================================ */
#sec08 .column {
	width: 440px;
}
#sec08 dl.namebox {
	display: flex;
	background: #ffffd1;
    padding: 15px;
	margin: 0 auto 20px;
}
#sec08 dl.namebox dt {
	flex-basis: 50%;
}
#sec08 dl.namebox dd {
    padding-left: 25px;
}
#sec08 dl.namebox dd h3 {
	font-size: 18px;
    font-weight: 600;
    color: #00a968;
    line-height: 1.3;
    border-bottom: 1px dotted #00a968;
    padding-bottom: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.07em;
}
#sec08 dl.namebox dd p {
	line-height: 1.3;
    font-size: 14px;
}
#sec08 dl.namebox dd p.post {
	margin-bottom: 5px;
}
#sec08 dl.namebox dd p.name {
	font-size: 16px;
}
#sec08 dl.namebox dd p.name em {
	font-size: 20px;
    margin-right: 3px;
	vertical-align: 1px;
}
#sec08 .txtbox {
	background: rgba(0,0,0,0.05);
}
#sec08 .txtbox p {
	padding: 0 20px 20px;
    font-size: 15px;
    line-height: 1.7;
}


/* #sec09
================================================================ */
#sec09 .col_2 {
	margin-bottom: 40px;
}

#sec09 .column dl {
	width: 440px;
    background: #00a968;
	display: flex;
	
}
#sec09 .column {
	width: 440px;
}
#sec09 .column dl dt {
	flex-basis: 54px;
    padding: 24px 10px;
    background: #ff8c19;
}
#sec09 .column dl dd {
}
#sec09 .column dl h3 {
    line-height: 1.2;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 16px 10px 0 17px;
}
#sec09 .column .txtbox {
	text-align: left;
	padding: 20px;
	background: #fff;
}
#sec09 .column .txtbox p {
    font-size: 15px;
    line-height: 1.7;
}
#sec09 .column .txtbox .h4box {
	border-bottom: 1px solid;
	margin: 10px 0;
}
#sec09 .column .txtbox .h4box h4 {
    line-height: 1.5;
    margin: 6px 0;
}
#sec09 .column .txtbox .h4box h4 em {
	font-size: 20px;
    margin-right: 5px;
}

#sec09 .column .txtbox .h4box p {
	font-weight: 600;
    font-size: 14px;
	line-height: 1;
}
#sec09 .column .txtbox ul {
	margin-top: 20px;
}
#sec09 .column .txtbox ul li {
	font-size: 15px;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
    margin-bottom: 9px;
}
#sec09 .column .txtbox ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f192';
    font-weight: 600;
    font-size: 80%;
    margin-right: 0.3em;
    color: rgba(255,105,120,1.0);
    vertical-align: 0.1em;
}
#sec09 .jisseki {
	margin: 80px auto -20px;
}
#sec09 .jisseki ul {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#sec09 .jisseki ul li {
	margin-bottom: 30px;
}
#sec09 .jisseki ul li img {
	border: 2px solid #00a968;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
	box-sizing: content-box;
}
#sec09 .jisseki ul li p {
	font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
}
#sec09 .jisseki ul li a:hover {
}
#sec09 .jisseki ul li a:hover img {
	border: 2px solid rgba(255,105,120,1.0);
}
#sec09 .jisseki ul li a p:hover {
}
#sec09 .jisseki ul li.blank {
	width: 200px;
}


/* #sec10
================================================================ */
#sec10 .flow {
	margin: 60px auto 0;
}
#sec10 .flow .box {
	display: flex;
    justify-content: space-between;
    padding: 25px;
    border: 3px solid #00a968;
    background: rgba(0,0,0,0.03);
}
#sec10 .flow .box .box_txt {
	width: 515px;
}
#sec10 .flow .box .box_txt dl {
	overflow: hidden;
	margin-bottom: 8px;
}
#sec10 .flow .box .box_txt dl dt {
	float: left;
	margin-left: 4px;
}
#sec10 .flow .box .box_txt dl dt:after {
	content: '';
    display: inline-block;
    width: 1px;
    height: 44px;
    margin: -5px 5px 0 12px;
    background: rgba(0,0,0,0.5);
}
#sec10 .flow .box .box_txt dl dd {
	float: left;
}
#sec10 .flow .box .box_txt dl dd h3 {
	font-weight: 600;
    font-size: 20px;
    color: #00a968;
    padding: 0 2px 3px 0;
    background: linear-gradient(transparent 50%, rgba(255,255,0,0.90) 0%);
    margin: 3px 0 0 12px;
}
#sec10 .flow .box .box_txt p .caption {
	font-size: 80%;
}

#sec10 .flow .box .box_img {
	width: 300px;
}
#sec10 .flow img.arw {
	margin: 20px auto;
}

.cv_btn2 a {    
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 20px auto 0;
    color: #fff;
    background: #ff8c19;
border-radius: 40px;
    text-align: center;
    line-height: 3;
     width: 300px;
    height: 50px;
    letter-spacing: 0.05em;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
}
.cv_btn2 a:hover {
	opacity: 0.7
}

/* #sec11
================================================================ */
#sec11 h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 16px 28px;
    background: #fff;
    display: inline-block;
	color: #00a968;
	border: 3px solid;
}
section#sec11.content p.h2_sub {
	margin-top: 20px;
}
#sec11 .col_2 {
	margin-bottom: 60px;
}
#sec11 .column dl {
    width: 440px;
    background: #00a968;
    overflow: hidden;
}
#sec11 .column dl dt {
    float: left;
    padding: 14px 10px;
    background: rgba(255,105,120,1.0);
}
#sec11 .column dl dd {
    float: left;
}
#sec11 .column dl h4 {
    line-height: 1.2;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 19px 0px 0 18px;
}
#sec11 .column .txtbox {
    text-align: left;
    padding: 20px;
    background: rgba(255,255,0,0.4);
}
#sec11 .column .txtbox ul {
}
#sec11 .column .txtbox ul li {
    font-size: 16px;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
    margin-bottom: 9px;
    font-weight: 600;
}
#sec11 .column .txtbox ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f192';
    font-weight: 600;
    font-size: 80%;
    margin-right: 0.3em;
    color: rgba(255,105,120,1.0);
    vertical-align: 0.1em;
}
#sec11 .column.ptxt {
	background: #fff;
    padding: 25px;
}  
#sec11 .column.ptxt p {
	font-size: 16px;
} 


/* #management
================================================================ */
#management .column {
	width: 480px;
}
#management .column.txt h3 {
	text-align: left;
    font-weight: 600;
    line-height: 1.4;
    font-size: 19px;
    border-bottom: 1px solid #9e2126;
    margin-top: 5px;
	margin-bottom: 18px;
    padding-bottom: 15px;
}
#management .column.txt ul {
	margin-top: 20px;
}
#management .column.txt ul li {
	line-height: 1.7;
    letter-spacing: 0.10em;
	font-weight: 600;
	font-size: 14px;
}
#management .column.txt ul li:before {
	font-family: "Font Awesome 5 Free";
	content: '\f192';
	font-weight: 600;
	font-size: 85%;
    margin-right: 0.3em;
	color: #9e2126;
}
#management .column.pic {
	padding: 20px 0;
	background: #fff;
}

/* #form
================================================================ */

#form {
	background: #eee;
}
#form .wrap {
	box-sizing: border-box;
    background-color: #ddd;
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 0;
    padding: 5px;
    text-align: center;
}
#form .wrap_inner {
	padding: 20px 50px 0px;
    border: 1px solid #c0c0c0;
    background-color: #fff;
}


/* 640px以下
================================================================ */

@media screen and (max-width: 640px) {
	
body {
	min-width: auto;
	font-size: 1.4rem;
}
	
.sp {
	display: inline;
}
.pc {
	display: none;
}

#wrapper {
	width: 100%;
	min-width: 320px;
}
section.content .wrapper {
    padding: 0 20px;
}
.cv_btn {
	margin: 30px auto 0px;
}

.cv_btn a {
	width: 100%;	
	font-size: 18px;
}

section.content {
	padding: 0 0 50px;
}
	
/**/
/* h2 */
section.content h2 {
    font-size: 1.6em;
    line-height: 1.3;
    margin: 0 0 30px;
    height: auto;
    padding: 35px 0 0;
}
section.content p.h2_sub {
	font-size: 1.1em;
    line-height: 1.7;	
	margin: 0 auto 40px;
	text-align: justify;
}

.col_2 {
	display: block;
}
.col_3 {
	display: block;
}

/* #main */
#main {
    max-height: 100%;
	background-position: right;
    background-position-x: 84%;
    background-position-y: 13px;
}
#main .wrap {
	padding: 20px 20px 30px;
	height: auto;
}
#main .wrap h1 {
	position: initial;
}
#main .wrap div.main_img {
	position: initial;
	margin: 20px 30px 10px;;
}
#main .main_cv_btn {
	position: initial;
}
#main .main_cv_btn a {
    font-size: 1.3em;
	width: auto;
}
#main .main_cv_btn a:before {
    font-size: 1.3em;
    width: auto;
}
#main .wrap div.main_txt {
	position: initial;
	margin: 24px 30px; 0;
}
	
/* #sec01（640px以下）
================================================================ */
#sec01 .box {
    width: auto;
    padding: 30px 20px 15px;
	margin: 0 auto;
    background: none;
    border: 1px solid #009d91;
    height: auto;
    position: initial;
}
#sec01 .box .box_img {
    position: initial;
}
#sec01 .box ul {
	width: auto;
	margin-right: 0;
}
#sec01 ul li {
	background-position: 0 8px;
    line-height: 1.8;
	font-size: 16px;
	margin-bottom: 12px;
}	
#sec01 .wrapper:after {
	margin: 30px auto 0px;	
}
	
/* #sec02（640px以下）
================================================================ */
#sec02 .point {
    margin: 0 auto 60px;
}
	
#sec02 .box h3 {
	font-size: 32px;
	top: -14px;
}
#sec02 .box h3 .point_no {
	width: 41px;
    margin: -1px 9px 0 0px;	
}
#sec02 .box {
	padding: 40px 15px 35px;	
}	
#sec02 .column {
	width: auto;
	margin-bottom: 22px;
}
#sec02 .column:last-child {
    margin-bottom: 0;
}
#sec02 .column h4 {
	font-size: 18px;
    height: 45px;
}
#sec02 .column ul {
	height: auto;
}
#sec02 ul li {
	font-size: 16px;
}
/* #sec03（640px以下）
================================================================ */
#sec03 .col_3 {
	margin-bottom: 0;
}
#sec03 .box {
    width: auto;
    margin-bottom: 30px;
}	
#sec03 .box p {
	font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.01em;	
}
#sec03 .col_2.center {
	width: auto;
	
}
	
/* #sec04（640px以下）
================================================================ */
#sec04 .column {
	width: auto;
}
#sec04 .column:last-child {
	margin-bottom: 0;
}
#sec04 .column h3 {
	font-size: 1.6em;
}
#sec04 .column .inner {
	font-size: 18px;
}
#sec04 .cv_btn a {
	font-size: 1.0em;	
}
	
/* #contact（640px以下）
================================================================ */
#contact {
	padding: 0 0 30px;
}
#contact .tel_btn dl.tel dt {
	float: none;
	text-align: center;
	padding: 0;
}
#contact .tel_btn dl.tel dd {
	float: none;
}
#contact h2 {
    font-size: 1.5em;
    margin: 0 auto 20px;
    padding: 30px 0 20px;
    line-height: 1.4;
}
#contact .tel_btn dl.tel dd h3 {
	font-size: 2.8em;	
	text-align: center;
}	
#contact .tel_btn {
	display: block;
}	
#contact .tel_btn dl.tel dd p {
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: center;
}
	
/* #sec05（640px以下）
================================================================ */	
#sec05 .wrap {
	margin-bottom: 60px;
}
#sec05 .column {
    width: auto;
    margin-bottom: 60px;
}
#sec05 .column:last-child {
    margin-bottom: 0;
}
#sec05 .h3box {
	height: 30px;
	margin-bottom: 5px;
}
#sec05 .h3box h3 {
	top: -14px;
    font-size: 26px;	
}
#sec05 .box_wrap .box {
    width: auto;
	padding: 25px 10px;
}
#sec05 .box_wrap {
	display: block;	
}	
#sec05 .box_wrap .arw {
	transform: rotate( 90deg );	
	width: 50px;
}
#sec05 .box p {
	font-size: 1.1em;
    line-height: 1.5;
}	
/* #sec07（640px以下）
================================================================ */	
#sec07 .col_2 {
	display: flex;
	flex-wrap: wrap-reverse;
}
#sec07 .column {
	width: 100%;
}
#sec07 .column dl {
    width: auto;	
}
	
#sec08 .column {
	width: auto;
	margin-bottom: 30px;
}
#sec08 .column:last-child {
	margin-bottom: 0;
}
#sec08 dl.namebox {
	margin: 0 auto 0;	
}

#sec09 .column {
	width: auto;
}
#sec09 .column dl {
	width: auto;
}
#sec09 .col_2 {
	display: flex;
	flex-wrap: wrap-reverse;
}
#sec10 .flow {
	margin: 30px auto 0;
}
#sec10 .flow .box {
	display: block;
}
#sec10 .flow .box .box_txt {
	width: auto;
	margin-bottom: 20px;
}
#sec10 .flow .box .box_img {
	width: auto;
}
#sec11 .column dl {
	width: auto;
}
#sec11 .column.ptxt p {
	font-size: 1.1em	
}
#sec11 .col_2 {
	margin-bottom: 30px;
}
	
/* #management（640px以下）
================================================================ */	
#management .column {
    width: auto;
}
	
	
	
/* #form（640px以下）
================================================================ */	
#form .wrap {
	width: auto;
    margin: 0 20px;
}
#form .wrap_inner {
	padding: 0;	
}
#form iframe {
    margin: 0;
}
#form h2 {
    font-size: 24px;
}
footer #pageTop a {
	width: 60px;
    height: 60px;	
}	

}/* max-width: 640px　ここまで*/
@media screen and (max-width: 480px) {

#main .main_cv_btn {
	margin: 0 30px;
}
}/* max-width: 480px　ここまで*/
