@charset "UTF-8";
main{
    margin: 1em 0;
}
h1{
    font-size: 1.5em;
    border-bottom: 1px solid #000;
}
h2{
    font-size: 1.25em;
}

dl{
    margin: 3em 0;
}
dl > div{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 0.5em;
}
dl dt,
dl dd{
    margin: 0;
    padding: 0;
}
.note{
    margin: 2em 0;
}
.note h3{
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0;
}
.note ul{
    padding-left: 1.5em;
}
.note h3 + p,
.note h3 + ul{
    margin-top: 0;
}
#request{
    border: 1px solid #000;
    padding: 1em;
}
#request .agree{
	margin: 1em 0;
	text-align: center;
}
#request.border_box{
	max-width: 100%;
}
.btn_link_w{
	display: block;
	padding: 0.5em;
	margin: 1em auto 2em;
	border: 1px solid #000;
	border-radius: 4px;
	background-color: #FFF;
	color: #000;
	width: 100%;
	max-width: 200px;
	text-align: center;
}
.btn_link_w::before{
	content: "";
    width: 1em;
    height: 1em;
    padding-right: 1em;
    background: url(/support/share/images/arrow_black.png) no-repeat center;
}
.btn_link_w:hover,
.btn_link_w:focus{
	opacity: 0.5;
	text-decoration: none;
    color: #000;
}
.btn_frmSubmit{
	background-color: #000;
    display: block;
    color: #FFF;
    border: none;
    padding: 1em 2em;
    margin: 1em auto;
    position: relative;
    box-sizing: border-box;
}
.btn_link::before,
.btn_frmSubmit::before{
	content: "";
	border: 6px solid transparent;
	border-left: 6px solid #FFF;
	position: absolute;
	left: 1em;
	top: 38%;
}
.btn_frmSubmit:disabled{
	background-color: #434343!important;
	opacity: 0.3!important;
}
.btn_frmSubmit:disabled:hover,
.btn_frmSubmit:disabled:focus{
	background-color: #434343!important;
	opacity: 0.3!important;
}
.btn_link:hover,
.btn_frmSubmit:hover,
.btn_link:focus,
.btn_frmSubmit:focus{
	text-decoration: none;
	opacity: 0.8;
	color: #FFF;
}
.btn_submit:hover,
.btn_submit:focus{
	opacity: 0.8;
}
.icon_window {
    padding-left: 0.25em;
    vertical-align: middle;
}

/* 20230921 */
h1{
	margin-top: 30px;
}

.buttonArea{
	width: 30%;
	margin-bottom: 90px;
}
.buttonArea a {
	display: block;
	margin: 2em 0;
	padding: 1.75em 1em;
	min-height: 10.5em;
	border: #7b7a7a 4px solid;
	border-radius: 13px;
	color: black;
	text-align: center;
}
.buttonArea a:hover{
	text-decoration: none;
	opacity: 0.7;
}

.buttonArea a img {
	display: inline-block;
}
.buttonArea a span {
	font-size: 1.5em;
	display: block;
}

@media (max-width: 640px){
	.buttonArea {
		width: 84%;
		margin: 0 auto 90px;
	}
}

@media (max-width: 374px){
	.buttonArea {
		width: 100%;
	}
}
