@charset "utf-8";
/* -------------------------------
PROMO
------------------------------- */
#promo {
	background: url("/themes/dhc/images/bg_title01.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 160px;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
#promo h1 {
	font-size: 28px;
	font-weight: bold;
	width: 1200px;
	padding: 0 20px;
	max-width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 810px){
	#promo {
		height: 120px;
	}
}
#promo .mov .inn iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height: 100%;
}

/* -------------------------------
CONTENTS
------------------------------- */
#contents section {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
#contents section h2 {
    position: relative;
    margin: 0 0 50px;
    font-weight: 800;
    padding: 10px 0;
    font-size: 24px;
    border-bottom: 6px solid #ebebeb;
}
#contents section h2:before {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 100px;
    height: 6px;
    background: #9F98C4;
}
#contents section h3 {
	font-size: 20px;
    border-left: 6px solid #9F98C4;
    padding: 3px 15px;
    align-self: flex-start;
    font-weight: bold;
	margin-bottom: 30px;
	margin-top: 30px;
}
#contents section h4 {
	font-size: 2.7rem;
	text-align: center;
	position: relative;
	padding-bottom: 0.5rem;
	margin-bottom: 2rem;
}
#contents section h4::after {
	content: "";
	display: block;
	position: absolute;
	width: 10rem;
	height: 0.3rem;
	background: #b2b2b2;
	left: 50%;
	bottom: 0;
	margin-left: -5rem;
}
#contents section h4 span {
	display: block;
	font-size: 0.8em;
}

#contents section .inn h2:first-child {
	margin-top: 0;
}
#contents section p {
	margin-top: 30px;
}
#contents section .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contents section .center {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
#contents section .flex .txt {
	flex: 1;
}
#contents section .flex .txt  h3 {
	margin-top: 0;
}
#contents section .flex .txt small {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
#contents section .flex .pic:first-child {
	margin-right: 30px;
}
#contents section .flex .pic:last-child {
	margin-left: 30px;
}
@media screen and (max-width: 810px){
	#contents section .flex {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	#contents section h2 {
		margin-bottom: 30px;
	}
}
/* -------------------------------
LIST
------------------------------- */
.disc {
	margin-bottom: 25px
}
.disc li {
	font-size: 16px;
	margin-top: 5px;
	list-style: disc;
	margin-left: 40px;
}
.disc li strong {
	font-weight: bold;
	display: block;
}

ol {
	margin-bottom: 25px;
}
ol li {
	font-size: 16px;
	margin-top: 5px;
	list-style: decimal;
	margin-left: 20px;
}
ol li strong {
	font-weight: bold;
	display: block;
}
@media screen and (max-width: 768px){
	.disc li {
		margin-left: 20px;
	}
}
/* -------------------------------
COMMON PARTS
------------------------------- */
#info dl {
	margin-top: 4rem;
}
#info dl dt {
	background: #E7EAF2;
	font-size: 2.2rem;
	padding: 1.5rem;
	margin-bottom: 3rem;
	text-align: left;
}
#info dl dt.required::after {
	content: "必須";
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #EC0003;
	height: 2.6rem;
	width: 5.4rem;
	text-align: center;
	margin-left: 1rem;
	font-size: 1.6rem;
	vertical-align: middle;
	margin-top: -0.4rem;
	
}
#info dl dd {
	margin-bottom: 3rem;
	padding: 0 2rem;
}
#info dl dd > p {
	line-height: 2;
	margin-bottom: 2.5rem;
}
#info dl dd > small {
	margin-bottom: 1.5rem;
	display: block;
	font-size: 1.4rem;
}
#info dl dd .picCenter {
	margin: 4rem 0;
}
#info dl dd .picCenter ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#info dl dd .picCenter ul li {
	width: 100%;
	text-align: center;
	padding: 0;
}
#info dl dd .picCenter ul li img {
	max-width: 100%;

}
#info .pic {
}
#info .pic figure {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#info .pic figure.left {
	align-items: flex-start;
}
#info .pic figure img {
	max-width: calc(100vw - 3rem);
}
#info .pic figure figcaption {
	font-size: 1.6rem;
	margin-top: 1.0rem;
	text-align: left;
}

#info .picCenter .pic {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#info .picCenter .pic figure {
	margin: 0 1.5rem 1.5rem;
}

.manual > dl dd .flex {
	margin: 3rem 0;
}
#info dl dd .flex .pic {
}
#info dl dd .flex .pic:first-child {
	margin-right: 2.5rem;
}
#info dl dd .flex .pic:last-child {
	margin-left: 2.5rem;
}

#info dl dd h4 {
	font-size: 2.2rem;
	margin-top: 3rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid #afafaf;
	padding-bottom: 0.5rem;
}
#info dl dd h5 {
	color: #fca2ad;
	font-weight: bold;
	font-size: 2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
#info dl dd h5.tit01 {
	color: #3b3b3b;
	background: #efefef;
	padding: 0.5rem 2rem;
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
#info dl dd h6 {
	font-size: 1.8rem;
	font-weight: bold;
}
#info dl dd .wrap {
	padding-left: 2rem;
}
@media screen and (max-width: 920px){
	#info dl {
		margin: 4rem 3.5rem 0;
	}
}
@media screen and (max-width: 768px){
	#info dl {
		margin: 3rem 0rem 0;
	}
	#info dl dt {
		font-size: 1.6rem;
	}
	#info .name label::before,
	#info .kana label::before {
		content:"\A";
		white-space: pre;		
	}
	#info .name label:first-child::before,
	#info .kana label:first-child::before {
		content:"";
		white-space: normal;		

	}
}

/* -------------------------------
TABLE
------------------------------- */
#info dl dd .table {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
#info dl dd .table table {
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #c4c6c6;
}
#info dl dd .table table caption {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#info dl dd .table table thead th {
	background: #caeae8;
	padding: 1.5rem 0;
	border-right: 1px solid #c4c6c6;
	border-top: 1px dashed #c4c6c6;
	text-align: center;
	font-weight: bold;
}
#info dl dd .table table thead tr:first-child th {
	border-top: none;
}
#info dl dd .table table tbody th {
	vertical-align: middle;
	text-align: center;
	font-size: 1.6rem;
	border-bottom: 1px dashed #c4c6c6;
	border-right: 1px solid #c4c6c6;
	background: #efefef;
	padding: 1.2rem;
	line-height: 1.35;
	font-weight: bold;
}
#info dl dd .table table tbody td {
	font-size: 1.6rem;
	border-right: 1px solid #c4c6c6;
	border-bottom: 1px dashed #c4c6c6;
	padding: 1.2rem;
	vertical-align: middle;
	text-align: center;
	line-height: 1.35;
}
#info dl dd .table table th:last-child,
#info dl dd .table table td:last-child {
	border-right: none;
}
#info dl dd .table table .hr th,
#info dl dd .table table .hr td {
	border-top: 1px solid #c4c6c6;
}
#info dl dd .table table tbody tr:last-child th,
#info dl dd .table table tbody tr:last-child td {
	border-bottom: none;
}
#info dl dd .table table tbody td .disc {
	font-size: 1.6rem;
}
#info dl dd .table table tbody td .disc li {
	font-size: 1.6rem;
	margin-top: 0.5rem;
	list-style: disc;
	margin-left: 2rem;
}
#info dl dd .table table tbody td img {
	max-width: 100%;
}
#info dl dd .table .notes {
	text-align: right;
	font-size: 1.2rem;
	margin-top: 1rem;
}
#info dl dd .table02 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
#info dl dd .table02 table {
	width: 100%;
	table-layout: fixed;
}
#info dl dd .table02 table caption {
	font-weight: bold;
	margin-bottom: 1.5rem;
}
#info dl dd .table02 table th {
	background: #caeae8;
	padding: 1.5rem 0;
	border-bottom:5px solid #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}
#info dl dd .table02 table tbody td {
	font-size: 1.6rem;
	border-bottom: 5px solid #fff;
	padding: 0.8rem 2rem;
	vertical-align: middle;
	text-align: left;
	line-height: 1.35;
}
#info dl dd .table02 table tbody tr:last-child th,
#info dl dd .table02 table tbody tr:last-child td {
	border-bottom: none;
}
#info dl dd .table02 table tbody td img {
	max-width: 100%;
}
#info dl dd .table02 table tbody td .disc {
	font-size: 1.6rem;
}
#info dl dd .table02 table tbody td .disc li {
	font-size: 1.4rem;
	margin-top: 0.5rem;
	list-style: disc;
	margin-left: 2rem;
}
#info dl dd .table02 table tbody td small {
	display: block;
	font-size: 1.2rem;
	margin-top: 0.5rem;
}

#info dl dd .table02 .notes {
	text-align: right;
	font-size: 1.2rem;
	margin-top: 1rem;
}
#info dl dd .table03 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
#info dl dd .table03 .inn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#info dl dd .table03 dl {
	display: flex;
	flex-direction: column;
	width: calc( ( 100% - 4rem ) / 3 );
	padding: 0;
}
#info dl dd .table03#report dl:nth-child(1) {
	width: calc( 35000% / 850 );
}
#info dl dd .table03#report dl:nth-child(2),
#info dl dd .table03#report dl:nth-child(3) {
	width: calc( 24000% / 850 );
}
#info dl dd .table03 dl dt {
	background: #caeae8;
	padding: 1.5rem 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 0;
}
#info dl dd .table03 dl dd {
	font-size: 1.6rem;
	padding: 2rem 1rem;
	vertical-align: middle;
	text-align: left;
	line-height: 1.35;
	background: #efefef;
	height: 100%;
}
#info dl dd .table03#report dl dd {
	text-align: center;
}
#info dl dd .table03 table thead tr th:last-child,
#info dl dd .table03 table tbody tr td:last-child {
}
#info dl dd .table03 table tbody td img {
	max-width: 100%;
}
#info dl dd .table03 table tbody td .disc {
	font-size: 1.6rem;
}
#info dl dd .table03 table tbody td .disc li {
	font-size: 1.4rem;
	margin-top: 0.5rem;
	list-style: disc;
	margin-left: 2rem;
}
#info dl dd .table03 dl dd small {
	margin-top: 0.5rem;
	display: block;
	font-size: 1.2rem;
}

#info dl dd .table03 .notes {
	text-align: right;
	font-size: 1.2rem;
	margin-top: 1rem;
}
#info dl dd .table04 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
#info dl dd .table04 table {
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #ccc;
}
#info dl dd .table04 table caption {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#info dl dd .table04 table th {
	background: #caeae8;
	padding: 1.5rem 0;
	border-right:1px solid #ccc;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}
#info dl dd .table04 table td {
	font-size: 1.6rem;
	border-right: 1px solid #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 0.8rem;
	vertical-align: top;
	text-align: left;
	line-height: 1.35;
}
#info dl dd .table04 table tr th:last-child,
#info dl dd .table04 table tr td:last-child {
	border-right: none;
}
#info dl dd .table04 table tr:last-child td {
	border-bottom: none;
}
#info dl dd .table04 table td img {
	max-width: 100%;
}
#info dl dd .table04 table td .disc {
	font-size: 1.6rem;
}
#info dl dd .table04 table td .disc li {
	font-size: 1.4rem;
	margin-top: 0.5rem;
	list-style: disc;
	margin-left: 2rem;
}
#info dl dd .table04 table td small {
	display: block;
	font-size: 1.2rem;
	margin-top: 0.5rem;
}

#info dl dd .table04 .notes {
	text-align: right;
	font-size: 1.2rem;
	margin-top: 1rem;
}

#info dl dd .table05 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
#info dl dd .table05 table {
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #ccc;
}
#info dl dd .table05 table caption {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#info dl dd .table05 table .tit th {
	background: #caeae8;
	padding: 1.5rem 0;
	text-align: center;
	font-size: 1.6rem;
	border-bottom: none;
}
#info dl dd .table05 table .pcr th {
	background: #e7f7f4;
	padding: 1.5rem 0;
	text-align: center;
	font-size: 1.6rem;
	border-right: 1px solid #ccc;
	border-bottom: none;
}
#info dl dd .table05 table .head th {
	background: #efefef;
	padding: 1rem 0;
	text-align: center;
	font-size: 1.6rem;
	border-right: 1px solid #ccc;
	border-bottom: none;
}

#info dl dd .table05 table th {
	padding: 0.8rem;
	border-right:1px solid #ccc;
	border-bottom: 1px dashed #ccc;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	border-right: 1px solid #ccc;
}
#info dl dd .table05 table td {
	font-size: 1.6rem;
	border-right: 1px solid #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 0.8rem;
	vertical-align: middle;
	text-align: center;
	line-height: 1.35;
}
#info dl dd .table05 table tr th:last-child,
#info dl dd .table05 table tr td:last-child {
	border-right: none !important;
}
#info dl dd .table05 table tr:last-child td {
	border-bottom: none;
}
#info dl dd .table05 table td img {
	max-width: 100%;
}
#info dl dd .table05 table td .disc {
	font-size: 1.6rem;
}
#info dl dd .table05 table td .disc li {
	font-size: 1.4rem;
	margin-top: 0.5rem;
	list-style: disc;
	margin-left: 2rem;
}
#info dl dd .table05 table td small {
	display: block;
	font-size: 1.2rem;
	margin-top: 0.5rem;
}

#info dl dd .table05 .notes {
	text-align: right;
	font-size: 1.2rem;
	margin-top: 1rem;
}

#info dl dd .table05 .comment {
	text-align: center;
	margin-top: 2rem;
}
#info dl dd .table05 .comment p {
	background: #caeae8;
	padding: 1.5rem 4rem;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
}
#info dl dd .table05 .comment p::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 20px 12px;
	border-color: transparent transparent #caeae8 transparent;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: 1.5rem;
}
#info dl dd .table06 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
#info dl dd .table06 table {
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #ccc;
}
#info dl dd .table06 table caption {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#info dl dd .table06 table th {
	background: #caeae8;
	padding: 1.5rem 0;
	border-top: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}
#info dl dd .table06 table td {
	font-size: 1.6rem;
	border-top: 1px solid #ccc;
	padding: 0.8rem;
	vertical-align: middle;
	text-align: center;
	line-height: 1.35;
}
#info dl dd .table06 table tr th:last-child,
#info dl dd .table06 table tr td:last-child {
	border-right: none;
}
#info dl dd .table06 table tr:last-child td {
	border-bottom: none;
}
#info dl dd .table06 table td img {
	max-width: 100%;
}
#info dl dd .table06 table td .disc {
	font-size: 1.6rem;
}
#info dl dd .table06 table td .disc li {
	font-size: 1.4rem;
	margin-top: 0.5rem;
	list-style: disc;
	margin-left: 2rem;
}
#info dl dd .table06 table td small {
	display: block;
	font-size: 1.2rem;
	margin-top: 0.5rem;
}

#info dl dd .table06 .notes {
	text-align: right;
	font-size: 1.2rem;
	margin-top: 1rem;
}


/* -------------------------------
LINKS
------------------------------- */
#info .links {
	display: flex;
	justify-content: center;
}
#info .links li {
	min-width: 30rem;
	margin-left: 1rem;
	margin-bottom: 1rem;
}
#info .links.fix3 {
	justify-content: space-between;
}
#info .links.fix3 li {
	width: calc( (100% / 3 ) - 1rem);
	margin: 0;
}
#info .links.fixfree {
	justify-content: space-between;
}
#info .links.fixfree li {
	min-width: 0;
	margin: 0;
}
#info .links.fixfree li a p {
	padding: 0 1rem;
}
#info .links li:only-child {
	max-width: 100%;
	margin-left: 0;
}
#info .links li a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#info .links li a p {
	flex: 1;
	text-align: center;
	line-height: 1.2;
	padding: 0 0.4rem;
}
#info .links li a p span {
	font-size: 1.2rem;
	display: block;
}
#info .links li a.pdf::before {
	content: "";
	display: inline-block;
	background: url(../images/ico_pdf01.png) no-repeat center center / contain;
	width: 2.4rem;
	height: 2.8rem;
	margin-left: 1rem;
}
#info .links li a.mov::before {
	content: "";
	display: inline-block;
	background: url(../images/ico_mov01.png) no-repeat center center / contain;
	width: 3.4rem;
	height: 2.4rem;
	margin-left: 1rem;
}
#info .links li a.lock::before {
	content: "";
	display: inline-block;
	background: url(../images/ico_lock01.png) no-repeat center center / contain;
	width: 2.4rem;
	height: 2.6rem;
	margin-left: 1rem;
}

#info .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 0.5rem;
	height: 0.4rem;
	width: 0.4rem;
	border-top: 3px solid #ffaab0;
	border-right: 3px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 0.8rem;
	vertical-align: middle;
	margin-top: -0.2rem;
}

#info .link {
	width: 30rem;
	margin: 5rem auto;
}
#info .link a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 5rem;
	position: relative;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	background: #fff;
}

#info .link a:hover {
	text-decoration: underline;
}
#info .link a p {
	flex: 1;
	text-align: center;
	line-height: 1.2;
	padding: 0 0.4rem;
}
#info .link a p span {
	font-size: 1.2rem;
	display: block;
}
#info .link a.pdf::before {
	content: "";
	display: inline-block;
	background: url(../images/ico_pdf01.png) no-repeat center center / contain;
	width: 2.4rem;
	height: 2.8rem;
	margin-left: 1rem;
}
#info .link a.mov::before {
	content: "";
	display: inline-block;
	background: url(../images/ico_mov01.png) no-repeat center center / contain;
	width: 3.4rem;
	height: 2.4rem;
	margin-left: 1rem;
}
#info .link a.lock::before {
	content: "";
	display: inline-block;
	background: url(../images/ico_lock01.png) no-repeat center center / contain;
	width: 2.4rem;
	height: 2.6rem;
	margin-left: 1rem;
}
#info .link a::after {
	content: "";
	display: inline-block;
	margin-right: 0.5rem;
	height: 0.4rem;
	width: 0.4rem;
	border-top: 3px solid #ffaab0;
	border-right: 3px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 0.8rem;
	vertical-align: middle;
	margin-top: -0.2rem;
}


#info select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    height: 4rem;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 4rem 0 1rem;
    border: 1px solid #ccc;
	border-radius: 0;
}
#info select::-ms-expand {
    display: none;
}
#info .selWrap{
    position: relative;
    display: inline-block;
}
#info .selWrap::before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background: #d6d6d6;
    height: 100%;
    width: 4rem;
}
#info .selWrap::after{
    content: '';
    position: absolute;
    z-index: 0;
    top: -0.2rem;
    bottom: 0;
    margin: auto 0;
    right: 1.6rem;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 2px solid #595858;
    border-bottom: 2px solid #595858;
	transform: rotate(45deg);
}

#info input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    height: 40px;
	width: 450px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 10px 0 10px;
    border: 1px solid #ccc;
	border-radius: 0;
	max-width: 90%;
}
#info .name input[type="text"],
#info .kana input[type="text"] {
	width: 18.7rem;
	margin-right: 1rem;
}
#info .name label,
#info .kana label {
	margin-right: 1rem;
}
#info .tel input[type="text"] {
	width: 10rem;
}
@media screen and (max-width: 768px){
	#info .tel input[type="text"] {
		width: 8rem;
	}
}
#info textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    height: 20rem;
	width: 45rem;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 4rem 0 1rem;
    border: 1px solid #ccc;
	border-radius: 0;
	max-width: 100%;
	
}
#info #btnSubmit {
    height: 6rem;
	width: 40rem;
    background: #5FADB8;
    position: relative;
	border-radius: 4px;
	margin: 30px auto;
}
#info #btnSubmit input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    z-index: 1;
	font-size: 2.2rem;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	border: none;
	background: transparent;
    height: 6rem;
}
#info #btnSubmit a {
	display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    z-index: 1;
	font-size: 2.2rem;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	border: none;
	background: transparent;
	line-height: 6rem;
	text-align: center;
}

@media screen and (max-width: 768px){
	#info #btnSubmit input {
		font-size: 2.2rem;
		height: 5rem;
	}
	#info #btnSubmit {
    	height: 5rem;
	}
}
#info #btnSubmit::after {
	content: "";
	display: inline-block;
	position: absolute;
	margin-right: 0.5rem;
	height: 0.8rem;
	width: 0.8rem;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	margin-right: 0.8rem;
	vertical-align: middle;
	margin-top: -0.5rem;
	top: 50%;
	right: 1rem;
	z-index: 2;
}

#info #thanks {
	width: 85rem;
	height: 35rem;
	margin: 10rem auto 0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E7EAF2;
}
#info #thanks p {
	text-align: center;
	margin:auto 5rem;
	font-size: 2.2rem;
}

#info #ex {
	border: 2px solid #ccc;
	padding: 30px;
	margin: 50px auto;
}
#info #ex dl {
	width: 50%;
}
#info #ex dl {
	padding: 5px;
}
#info #ex dl dt {
	background: transparent;
	font-size: 18px;
	padding: 5px;
	margin: 0;
}
#info #ex dl dd {
	padding: 5px;
	color: #999;
	margin: 0;
}