﻿@charset "UTF-8";

#popup h2.accordion_trigger_ {
	background: url(../img/contents/bg_arrow_blue.png) no-repeat 2rem 50%;
	border-top: 1px solid #787878;
	border-bottom: none;
	padding: 1.2rem 0 1rem 3.5rem;
	font-size: 1.4rem;
	cursor: pointer;
	line-height: 1;
}
#popup h2.accordion_trigger_.opened_ {
	background-image: url(../img/contents/bg_arrow_down_blue.png);
	
}

#popup #content .section_rounded_ {
	padding: 1.9rem;
}

#popup #content .section_dt_table_cell_ h1 {
	margin-bottom: 2rem;
}

#popup #content.popup_mini_ #popup .section_rounded_ {
	margin-bottom: 1rem;
}

#popup #content.popup_mini_ #popup dl {
	margin-bottom: 2rem;
	padding-bottom: 0;
	border-bottom: 1px solid #dcdcdc;
	line-height: normal;
}

#popup #content.popup_mini_ dl dt {
	position: relative;
	min-width: 8em;
	padding-right: 1.2rem;
}

#popup #content.popup_mini_ dl input[type=text] {
	max-width: calc(100% - 8em - 3.2rem);
}

#popup #content.popup_mini_ dl input[type=text].popup_mail_width {
	max-width: calc(100% - 6em);
}
