@charset "utf-8";

/*-------------------------------------------

    Element

-------------------------------------------*/
#page_fv{
	margin: 80px 0 0;
	padding: 120px 20px;
	text-align: center;
	position: relative;
}
#page_fv h1{
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #fff;
}
#page_fv h1 span{
	display: block;
	margin: 0 0 15px;
	font-size: 8rem;
	font-weight: bold;
}
#page_fv.service{
	background: url(../images/service/fv_bg.png) no-repeat center;
	background-size: cover;
}


#bread{
	padding: 15px 5%;
}
#bread ul li{
	display: inline-block;
	vertical-align: middle;
}
#bread ul li a{
	display: block;
	padding: 0 30px 0 0;
	position: relative;
	color: #333;
	letter-spacing: 0.1em;
}
#bread ul li a::after{
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #ddd;
    position: absolute;
    right: 12px;
    top: 0;
    transform: rotate(25deg);
}


.page_ttl01{
	font-size: 3rem;
	color: #333;
	letter-spacing: 0.1em;
}
.page_ttl01::after{
    margin: 20px 0 40px;
    content: "";
    display: block;
    height: 4px;
    width: 50px;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
}


.common_txt01{
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#page_fv.page_fv{
	background: url(../images/common/fv_bg.png) no-repeat center;
	background-size: cover;
}


/*-------------------------------------------

    Service

-------------------------------------------*/
#service_point{
	background: #f7f7f7;
	padding: 80px 20px;
}
.point_box{
	margin: 80px 0 0;
}
.point_box dl {
    display: flex;
    flex-direction: row-reverse;
    background: #fff;
    margin: 0 60px 80px 0;
    position: relative;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.point_box dl:nth-of-type(even){
	flex-direction: row;
	margin: 0 0 80px 60px;
	position: relative;
}
.point_box dl:last-child{
	margin: 0;
}
.point_box dl dt{
	width: 540px;
	margin: 0 0 0;
}
.point_box dl dt span{
	background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
	width: 70px;
	height: 70px;
	color: #fff;
	text-align: center;
	line-height: 70px;
	display: block;
	position: absolute;
	left: 30px;
	top: -20px;
	font-size: 3rem;
}
.point_box dl:nth-of-type(even) dt span{
	background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
	width: 70px;
	height: 70px;
	color: #fff;
	text-align: center;
	line-height: 70px;
	display: block;
	position: absolute;
	left: initial;
	right: 550px;
	top: -20px;
	font-size: 3rem;
}
.point_box dl dt img{
    position: relative;
    top: -40px;
    right: -60px;
}
.point_box dl:nth-of-type(even) dt img{
    position: relative;
    top: -40px;
    right: initial;
    left: -60px;
}
.point_box dl dd{
	width: calc(100% - 540px);
	box-sizing: border-box;
	padding: 110px 40px 40px 40px;
}
.point_box dl:nth-of-type(even) dd{
	margin: 0 0 0 -60px;
}
.point_box dl dd h3{
	font-size: 2.4rem;
	color: #139dc0;
	border-bottom: solid 1px #eee;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.point_box dl dd p{
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

#service_flow{
	padding: 80px 20px;
}
.flow_box{
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 80px 0 0;
}
.flow_item{
	width: 270px;
	color: #fff;
	padding: 20px 0;
	letter-spacing: 0.1em;
	position: relative;
}
.flow_item::after{
    content: "";
    display: block;
    width: 10px;
    height: 30px;
    background: url(../images/service/flow_arrow.png) no-repeat center;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
}
.flow_item:last-child::after{
	display: none;
}
.flow_item:nth-of-type(1){
	background: #8ad075;
}
.flow_item:nth-of-type(2){
	background: #4ac766;
}
.flow_item:nth-of-type(3){
	background: #49bf91;
}
.flow_item:nth-of-type(4){
	background: #3ba88d;
}
.flow_item img{
	display: block;
	margin: 35px auto;
}
.flow_item span{
	display: inline-block;
	border-bottom: solid 1PX #FFF;
	padding: 0 0 4PX;
	letter-spacing: 0.1em;
}
.flow_item span b{
	font-size: 2rem;
	margin: 0 0 0 5px;
}


/*-------------------------------------------

    Price

-------------------------------------------*/
#page_fv.price{
	background: url(../images/price/fv_bg.png) no-repeat center;
	background-size: cover;
}

#intr{
	padding: 80px 20px 120px;
}
#intr .inner{
	max-width: 1000px;
}
#intr h2{
	text-align: center;
}
#intr h3{
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin: 80px 0 30px;
}
#intr p{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 60px 0;
}
#intr table{
	width: 100%;
}
#intr th{
	color: #fff;
	background: #479e4c;
	border: solid 2px #fff;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	line-height: 1.4;
	font-size: 1.6rem;
	min-width: 150px;
}
#intr td{
	background: #e8fbea;
	vertical-align: middle;
	padding: 20px;
	border: solid 2px #fff;
	text-align: center;
	line-height: 1.4;
	font-size: 1.6rem;
}
#intr td:nth-of-type(1){
	color: #fff;
	background: #479e4c;
	border: solid 2px #fff;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	line-height: 1.4;
	font-size: 1.6rem;
	min-width: 150px;
}
#intr tr:nth-of-type(odd) td{
	background: #d4f9d6;
}
#intr tr:nth-of-type(odd) td:nth-of-type(1){
	background: #479e4c;
}
#intr span{
	font-size: 1.4rem;
	line-height: 1.6;
	display: block;
	margin: 20px 0 0;
}

#intr span {
	font-size: 2.2rem;
}

/*-------------------------------------------

    FAQ

-------------------------------------------*/
#page_fv.faq{
	background: url(../images/faq/fv_bg.png) no-repeat center;
	background-size: cover;
}

#faq{
	background: #f8f8f6;
	padding: 80px 0;
}
#faq h2{
	margin: 0 0 80px;
}
#faq dl{
	background: #fff;
	margin: 0 0 10px;
}
#faq dt{
	position: relative;
	padding: 20px 20px 20px 80px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
#faq dt::after{
    content: "";
    width: 20px;
    height: 2px;
    background: #c6c6c6;
    position: absolute;
    right: 20px;
    top: 50%;
}
#faq dt::before{
    content: "";
    width: 2px;
    height: 20px;
    background: #c6c6c6;
    position: absolute;
    right: 29px;
    top: 50%;
    margin: -9px 0 0;
    transition: .3s all;
}
#faq dt.active::before{
	height: 0;
}
#faq dt span{
	position: absolute;
	left: 20px;
	top: 14px;
}
#faq dd{
	position: relative;
	padding: 20px 20px 20px 60px;
	border-top: dashed 1px #eee;
	margin: 0 20px;
	min-height: 0;
	display: none;
}
#faq dd span{
	position: absolute;
	left: 0;
	top: 14px;
}
#faq dd p{
	font-size: 1.6rem;
	line-height: 1.6;
}


/*-------------------------------------------

    archive

-------------------------------------------*/
#page_fv.archive{
	background: url(../images/archive/fv_bg.png) no-repeat center;
	background-size: cover;
}

#archive{
	background: #f7f7f7;
	padding: 80px 20px;
}
.archive_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.archive_list{
    width: 890px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0 0 100px;
}
.archive_item{
	background: #fff;
	width: 30%;
	margin: 0 0 40px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.archive_item:nth-of-type(3n+2){
	margin: 0 5% 40px;
}
.archive_item a{
	display: block;
}
.archive_item figure img{
	width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.archive_item figure{
	position: relative;
}
.archive_item figcaption{
	position: absolute;
    right: 0;
    top: 0;
    background: #338e39;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    padding: 5px 10px;
}
.archive_item b{
    margin: 20px 20px 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #eee;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #333;
    font-weight: normal;
    display: block;
}
.archive_item p{
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #333;
	padding: 0 20px 20px;
}
.side{
	width: 250px;
}
.side h5{
	font-size: 2rem;
	letter-spacing: 0.1em;
	padding: 0 0 0;
	margin: 0 0 0;
}
.side h5::after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    margin: 10px 0 0;
}
.side ul{
	background: #fff;
	margin: 0 0 40px;
}
.side ul li a{
	display: block;
	padding: 15px;
	color: #333;
	border-bottom: dashed 1px #eee;
}

#pager{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
}
#pager .wp-pagenavi a, #pager .wp-pagenavi span{
    text-decoration: none;
    border: 1px solid #45ba6f;
    padding: 10px 15px;
    margin: 2px;
    background: #fff;
    color: #45ba6f;
    transition: .3s all;
}
#pager .wp-pagenavi a:hover,#pager .wp-pagenavi span.current {
    background: #45ba6f;
    color: #fff;
}

.single_wrap{
	width: 890px;
}
.single_head h1{
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin: 20px 0 40px;
    padding: 20px 0 0;
    border-top: solid 1px #eee;
}
.single_head h1::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    margin: 10px 0 0;
}
.single_head span.time{
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    color: #4acb64;
}
.single_head span.cat {
    background: #4acb64;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    color: #fff;
    float: right;
    padding: 4px 10px;
}

.single_box h1{
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin: 40px 0 40px 0;
    padding: 5px 0 5px 20px;
    position: relative;
}
.single_box h1::after{
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.single_box h2{
	background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
	padding: 15px;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin: 40px 0;
}
.single_box h3{
    position: relative;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding: 10px 0 10px 25px;
    margin: 40px 0;
}
.single_box h3::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    margin: 0;
    position: absolute;
    top: 22px;
    left: 0;
    border-radius: 100%;
}
.single_box h4{
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 40px 0;
    padding: 0 0 0 30px;
    position: relative;
}
.single_box h4::after{
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    margin: 0;
    position: absolute;
    top: 13px;
    left: 0;
}
.single_box ul{
    border: solid 1px #4cd160;
    padding: 20px 30px 20px 50px;
    margin: 40px 0;
    list-style: disc;
}
.single_box ul li{
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin: 10px 0;
}
.single_box p{
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: justify;
	margin: 0 0 25px;
}


@media screen and (min-width:320px) and ( max-width: 767px) {
/*-------------------------------------------

    Element

-------------------------------------------*/
#page_fv{
	margin: 57px 0 0;
	padding: 60px 20px;
	text-align: center;
}
#page_fv h1{
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #fff;
}
#page_fv h1 span{
	display: block;
	margin: 0 0 15px;
	font-size: 4rem;
	font-weight: bold;
}
#page_fv.service{
	background: url(../images/service/fv_bg.png) no-repeat center;
	background-size: cover;
}


#bread{
	padding: 15px 5%;
}
#bread ul li{
	display: inline-block;
	vertical-align: middle;
}
#bread ul li a{
	display: block;
	padding: 0 30px 0 0;
	position: relative;
	color: #333;
	letter-spacing: 0.1em;
}
#bread ul li a::after{
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #ddd;
    position: absolute;
    right: 12px;
    top: 0;
    transform: rotate(25deg);
}


.page_ttl01{
	font-size: 2rem;
	line-height: 1.4;
	color: #333;
	letter-spacing: 0.1em;
}
.page_ttl01::after{
    margin: 20px 0 40px;
    content: "";
    display: block;
    height: 4px;
    width: 50px;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
}


.common_txt01{
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

/*-------------------------------------------

    Service

-------------------------------------------*/
#service_point{
	background: #f7f7f7;
	padding: 40px 20px;
}
.point_box{
	margin: 40px 0 0;
}
.point_box dl {
    display: block;
    flex-direction: row-reverse;
    background: #fff;
    margin: 0 0 40px;
    position: relative;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.point_box dl:nth-of-type(even){
	flex-direction: row;
	margin: 0 0 40px;
	position: relative;
}
.point_box dl:last-child{
	margin: 0;
}
.point_box dl dt{
	width: 100%;
	margin: 0 0 0;
}
.point_box dl dt span{
	background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	display: block;
	position: absolute;
	left: 30px;
	top: -20px;
	font-size: 2rem;
	z-index: 1;
}
.point_box dl:nth-of-type(even) dt span{
	background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	display: block;
	position: absolute;
	left: 30px;
	right: initial;
	top: -20px;
	font-size: 2rem;
	z-index: 1;
}
.point_box dl dt img{
    position: relative;
    top: 0;
    right: 0;
}
.point_box dl:nth-of-type(even) dt img{
    position: relative;
    top: 0;
    right: initial;
    left: 0;
}
.point_box dl dd{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.point_box dl:nth-of-type(even) dd{
	margin: 0 0 0 0;
}
.point_box dl dd h3{
	font-size: 2rem;
	color: #139dc0;
	border-bottom: solid 1px #eee;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.point_box dl dd p{
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: justify;
}

#service_flow{
	padding: 40px 20px;
}
.flow_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	margin: 40px 0 0;
}
.flow_item{
	width: 50%;
	color: #fff;
	padding: 20px 0;
	letter-spacing: 0.1em;
	position: relative;
}
.flow_item::after{
    content: "";
    display: none;
    width: 10px;
    height: 30px;
    background: url(../images/service/flow_arrow.png) no-repeat center;
    position: absolute;
    right: initial;
    top: 50%;
    transform: translateY(-50%);
}
.flow_item:last-child::after{
	display: none;
}
.flow_item:nth-of-type(1){
	background: #8ad075;
}
.flow_item:nth-of-type(2){
	background: #4ac766;
}
.flow_item:nth-of-type(3){
	background: #49bf91;
}
.flow_item:nth-of-type(4){
	background: #3ba88d;
}
.flow_item img{
	display: block;
	margin: 15px auto;
	max-width: 50%;
}
.flow_item span{
	display: inline-block;
	border-bottom: solid 1PX #FFF;
	padding: 0 0 4PX;
	letter-spacing: 0.1em;
}
.flow_item span b{
	font-size: 2rem;
	margin: 0 0 0 5px;
}


/*-------------------------------------------

    Price

-------------------------------------------*/
#intr{
	padding: 50px 20px;
}
#intr h2{
	text-align: center;
}
#intr h3{
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.1em;
	margin: 60px 0 20px;
}
#intr p{
	text-align: justify;
	font-size: 1.5rem;
	line-height: 1.8;
	margin: 40px 0;
}
#intr table{
	width: 100%;
}
#intr th{
	color: #fff;
	background: #55b3f0;
	border: solid 2px #fff;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	line-height: 1.4;
	font-size: 1rem;
	min-width: 0;
	white-space: normal;
    word-break: break-all;
}
#intr td{
	background: #eef9ff;
	vertical-align: middle;
	padding: 5px;
	border: solid 2px #fff;
	text-align: center;
	line-height: 1.4;
	font-size: 1rem;
	white-space: normal;
    word-break: break-all;
}
#intr td:nth-of-type(1){
	color: #fff;
	background: #55b3f0;
	border: solid 2px #fff;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	line-height: 1.4;
	font-size: 1rem;
	min-width: 0;
}
#intr td img{
	max-width: 40px;
}
#intr tr:nth-of-type(odd) td{
	background: #e8f5fd;
}
#intr tr:nth-of-type(odd) td:nth-of-type(1){
	background: #55b3f0;
}
#intr span{
	font-size: 1.4rem;
	line-height: 1.6;
	display: block;
	margin: 20px 0 0;
}

/*-------------------------------------------

    FAQ

-------------------------------------------*/
#faq{
	background: #f8f8f6;
	padding: 50px 20px;
}
#faq h2{
	text-align: center;
	margin: 0 0 40px;
	font-size: 3rem;
}
#faq dl{
	background: #fff;
	margin: 0 0 10px;
}
#faq dt{
    position: relative;
    padding: 20px 40px 20px 20px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
#faq dt::after{
    content: "";
    width: 20px;
    height: 2px;
    background: #c6c6c6;
    position: absolute;
    right: 14px;
    top: 50%;
}
#faq dt::before{
    content: "";
    width: 2px;
    height: 20px;
    background: #c6c6c6;
    position: absolute;
    right: 23px;
    top: 50%;
    margin: -9px 0 0;
}
#faq dt span{
    position: absolute;
    left: 11px;
    top: -15px;
    width: 25px;
}
#faq dd{
	position: relative;
	padding: 20px 20px 20px 60px;
	border-top: dashed 1px #eee;
	margin: 0 20px;
	min-height: 40px;
	display: none;
}
#faq dd span{
	position: absolute;
	left: 0;
	top: 14px;
}
#faq dd p{
	font-size: 1.6rem;
	line-height: 1.6;
}


/*-------------------------------------------

    archive

-------------------------------------------*/
#archive{
	background: #f7f7f7;
	padding: 40px 20px;
}
.archive_box{
	display: block;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.archive_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.archive_item{
	background: #fff;
	width: 100%;
	margin: 0 0 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.archive_item a{
	display: block;
}
.archive_item figure img{
	width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.archive_item figure{
	position: relative;
}
.archive_item figcaption{
	position: absolute;
    right: 0;
    top: 0;
    background: #338e39;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    padding: 5px 10px;
}
.archive_item b{
    margin: 20px 20px 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #eee;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #333;
    font-weight: normal;
    display: block;
}
.archive_item p{
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #333;
	padding: 0 20px 20px;
}
.side{
	width: 100%;
	margin: 40px 0 0;
}
.side h5{
	font-size: 2rem;
	letter-spacing: 0.1em;
	padding: 0 0 0;
	margin: 0 0 0;
}
.side h5::after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    margin: 10px 0 0;
}
.side ul{
	background: #fff;
	margin: 0 0 40px;
}
.side ul li a{
	display: block;
	padding: 15px;
	color: #333;
	border-bottom: dashed 1px #eee;
}

.single_wrap{
	width: 100%;
}
.single_head h1{
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin: 20px 0 40px;
    padding: 20px 0 0;
    border-top: solid 1px #eee;
}
.single_head h1::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    margin: 10px 0 0;
}
.single_head span.time{
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    color: #4acb64;
}
.single_head span.cat {
    background: #4acb64;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    color: #fff;
    float: right;
    padding: 4px 10px;
}

.single_box h1{
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin: 40px 0 40px 0;
    padding: 5px 0 5px 20px;
    position: relative;
}
.single_box h1::after{
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.single_box h2{
	background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
	padding: 15px;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin: 40px 0;
}
.single_box h3{
    position: relative;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding: 10px 0 10px 25px;
    margin: 40px 0;
}
.single_box h3::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    margin: 0;
    position: absolute;
    top: 22px;
    left: 0;
    border-radius: 100%;
}
.single_box h4{
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 40px 0;
    padding: 0 0 0 30px;
    position: relative;
}
.single_box h4::after{
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    margin: 0;
    position: absolute;
    top: 13px;
    left: 0;
}
.single_box ul{
    border: solid 1px #4cd160;
    padding: 20px 30px 20px 50px;
    margin: 40px 0;
    list-style: disc;
}
.single_box ul li{
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin: 10px 0;
}
.single_box p{
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: justify;
	margin: 0 0 25px;
}
}


/*-------------------------------------------

    contact

-------------------------------------------*/
form {
	width: 960px;
	margin: 50px auto;
}

form dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
    font-size: 1.6rem;
}

form dl dt {
	clear: both;
	width: 30%;
	float: left;
	border-top: 1px solid #cccccc;
	padding: 15px 0;
	text-align: right;
	overflow: hidden;
}

form dl dd {
	width: 65%;
	float: right;
	border-top: 1px solid #cccccc;
	padding: 15px 0 15px 5%;
}

form dl dt:first-child,
form dl dt:first-child+dd {
	border: none;
}

form dl dt span {
	display: block;
	font-size: 85%;
	color: #3377ff;
    line-height: 1.8;
}


form dl dt span.required{
	display: inline-block;
	float: left;
	color: #ffffff;
	line-height: 1;
	padding: 8px 9px;
	border-radius: 3px;
}

form dl dt span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}

form dl dd span.error_blank,
form dl dd span.error_format,
form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}


span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"] {
	max-width: 100%;
	height: 2em;
	padding: 2px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
    box-sizing: border-box;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}

form ul li input[type="radio"],
form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 7px;
}

form ul li:first-child input[type="radio"],
form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}

form select {
	font-size: 100%;
    font-family: inherit;
    margin-top: 10px;
    height: 2em;
    padding: 2px 2%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
}

form textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 200px;
	padding: 2px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
    box-sizing: border-box;
}


form ul {
	list-style-type: none;
}

form ul li label:hover {
	cursor: pointer;
}


form input#company {
	width: 100%;
}

form input#name,
form input#phonee {
	width: 100%;
}


form input#email {
	width: 100%;
}


form p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
    text-align: center;
}

form input.submit {
    padding: 25px 50px;
    vertical-align: middle;
    line-height: 1;
    background: #338e39;
    border: 1px solid #4cae4c;
    border-radius: 3px;
    color: #ffffff;
    font-family: inherit;
    -webkit-appearance: none;
    font-size: 130%;}

form input[type="button"]:hover {
	cursor: pointer;
	background: #449d44;
	border: 1px solid #398439;
}

form dl dd p {
    color: #999;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.mw_wp_form_confirm form dl dd p {
    display: none;
}

.mw_wp_form_confirm form p#form_back {
	text-align: center;
}


/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

form {
	width: 95%;
}

form dl {
	overflow: visible;
}

form dl dt {
	width: auto;
	float: none;
	text-align: left;
	padding: 10px 0 5px;
	font-weight: bold;
}

form dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 13px 0px;
}

form dl dt span {
	font-weight: normal;
}

form dl dt span.required,
form dl dt span.optional {
	margin-right: 1em;
	margin-bottom: 2em;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"] {
	margin-top: 0px;
}

form input#form_submit_button {
	margin-left: 0;
}

form select {
	margin-top: 0;
}

form input#phone  {
	width: 90%;
}

}


/*-------------------------------------------

    thanks

-------------------------------------------*/
#thanks {
	width: 960px;
	margin: 50px auto;
}

#thanks h2 {
	width: 90%;
	margin: 0 auto;
	font-size: 2.6rem;
	font-weight: bold;
    line-height: 2;
	border-bottom: 2px solid #ddd;
}

#thanks p {
	width: 90%;
	margin: 0 auto;
	margin-top: 1em;
    line-height: 1.6;
    font-size: 16px;
}

#thanks dl {
	width: 90%;
	margin: 0 auto 3em;
}

#thanks dl dt {
	margin-top: 2em;
}
.contents-area {
    width: 960px;
    margin: auto;
}


/* 1000pixel start */
@media screen and ( max-width: 1000px ) {
    #thanks {
        width: 95%;
    }
	.contents-area {
        width: 90%;
    }
}


