﻿@charset "utf-8";
header{
	background: url(../img/new_head.jpg) no-repeat center top;
	height:710px;
}
section p {
	font-weight: bold;
}
.txtBlue {
	color: #3FCCCC;
	font-size: 25px;
}
.txtBox {
	width: 400px;
	margin-top: 25px;
}
.maTB3015 {
	margin-top: 30px;
	margin-bottom: 15px;
}
.maTB1540 {
	margin-top: 15px;
	margin-bottom: 40px;
}
.disF {
	display: flex;
	justify-content: space-between;
}

.linkBtn {
	width: 100%;
	background-color: #FABE00;
	border: 3px solid #fff;
    border-radius: 6px;
    padding: 4% 6% 3%;
	box-shadow: 2px 2px 4px gray;
	font-size: 20px;
	position: relative;
}
.linkBtn img {
    font-size: 120%;
    right: 18px;
    top: 18px;
    display: inline-block;
    position: absolute;
}
.linkBtn a {
	text-decoration: none;
	color: #fff;
	display: block;
}
.linkBtn a:hover{
	opacity: 0.8;
}
@media screen and (max-width: 640px) {
	.disF {
    display: block;
    justify-content: space-between;
}
.txtBox {

    width:100%;
    margin: 25px 0;

}
}