@charset "UTF-8";
/* CSS Document */
#contact{
	padding-top: 6.15%;
    padding-bottom: 6.15%;
}
#conta_1{
	padding-bottom: 7.69%;
}
.conta_p{
	text-align: center;
	font-size: 20px;
	line-height: 1.8em;
	    font-weight: 500;
}
#conta_tel-mail{
	margin-top: 32px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-around;
}
#conta_tel-mail h2{
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	font-size: 22px;
	line-height: 1em;
	font-weight: 700;
	border-bottom: 1.4px solid #006e12;
	padding-bottom: 18px;
	margin-bottom: 24px;
	color: #006e12;
}
#conta_telnum {
	display: flex;
	justify-content: center;
	align-items: center;
}
#conta_tel{
	box-shadow: 4px 4px 3px #FFECEC;
	margin-right: 24px;
	    width: 448px;
	background-color: #FFFFFF;
	padding: 24px 28px;
	padding-bottom: 28px;
	box-sizing: border-box;
}
#conta_telnum img {
    width: 40px;
        vertical-align: baseline;
    margin-right: 12px;
}
#conta_telnum a {
    font-size: 36px;
    font-family: "Anton", sans-serif;
    line-height: 1em;
    letter-spacing: 1px;
	pointer-events: none;
}
#conta_open {
    display: block;
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
    margin-top: 8px;
	text-align: center;
}
#conta_open span {
    color: #009b34;
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 12px;
    vertical-align: top;
}

#conta_mail{
	box-shadow: 4px 4px 3px #FFECEC;
	width: 448px;
	background-color: #FFFFFF;
	padding: 24px 28px;
	padding-bottom: 28px;
	box-sizing: border-box;
}
#conta_mail p{
	color:#000d99;
	font-size: 30px;
    line-height: 1em;
    letter-spacing: 0;
	text-align: center;
	font-weight: 600;
}
#conta_mail a{
    text-decoration: underline;
}

#conta_line{
}
#conta_line a{
    display: flex;
    border: solid 2px #FFFFFF;
    border-radius: 16px;
    background-color: #00b900;
    align-items: center;
    width: 192px;
    padding: 10px 16px;
	padding-right: 10px;
    box-shadow: 0 1px 4px #C1C1C1;
    -webkit-box-shadow: 0 1px 4px #C1C1C1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
}
#conta_line_img{
	width: 44px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}
#conta_line_img img{
	width: 68.46%;
}
#conta_line .conta_p span{
	background: linear-gradient(transparent 64.61%, #ffff00 64.61%);
	padding-bottom: 3px;
	font-size: 18px;
}
#conta_line a span{
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4em;
}





#conta_2{
}
#conta_2_in{
	margin-top: 24px;
	border-radius: 8px;
    -webkit-box-shadow: 4px 4px 3px #FFECEC;
    box-shadow: 4px 4px 3px #FFECEC;
	padding: 3.84% 5.38% 5.38% 5.38%;
    background-color: #FFFFFF;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#conta_2 table{
	width: 100%;
    border-collapse: collapse;
}
#conta_2 table tr{
	
}
#conta_2 table th{
	width: 208px;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    text-align: left;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    min-width: 208px;
}
#conta_2 table td {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
}
#conta_2 table tr:first-child td {
    padding-bottom: 1.53%;
}
.hissu {
    display: inline-block;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 1em;
    background-color: #c21303;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    margin-left: 6px;
    vertical-align: middle;
}
.mfgg {
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 8px;
    padding-bottom: 4px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #CBCBCB;
    height: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.mfgg_half {
	padding: 4px;
     width: 248px;
    border-radius: 4px;
    border: 1px solid #CBCBCB;
    height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
#conta_2 table ul li {
    margin-right: 16px;
    margin-bottom: 8px;
}
#conta_2 table ul {
    display: flex;
    flex-wrap: wrap;
}
.mfgg_textarea {
    width: 100%;
    height: 132px;
    padding: 12px;
    margin-left: 0;
    border: 1px solid #B4C2C5;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 4px;
    box-sizing: border-box;
}
.submit_btn_box {
    text-align: center;
    margin-top: 24px;
}

.wpcf7-submit{
	display: block;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    width: 288px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 12px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 12px;
    box-sizing: border-box;
    height: 56px;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1.8px;
    color: #FFFFFF;
    border-radius: 32px;
    cursor: pointer;
    background-color: #61c000;
}
#conta_notice{
	margin-top: 0px;
	margin-bottom: 3.07%;
}
#conta_notice li{
	display: flex;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 1.8em;
}
#conta_privacy{
	background-color: #f5fff3;
	border-radius: 8px;
    padding: 28px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border: 1.4px solid #61c000;
}
#conta_privacy h3{
	color: #61c000;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .024em;
	margin-bottom: 16px;
}
#conta_privacy p{
	font-size: 16px;
	line-height: 1.8em;
}