@charset "utf-8";
/* CSS Document */


/*共通部分*/
html {
    overflow-y:scroll;
}

body {
	font-family: Hiragino Kaku Gothic Pro,Osaka,"メイリオ","ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.6;
	color: #333333;
	background: #FFF;
}

body, div, span, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, form, input, textarea,select,
p, table, tbody, th, td, pre {
    margin: 0;
    padding: 0;
}

table, tbody, th, td {
    border-spacing: 0;
    border-collapse: collapse;
}

h1, h2, h3, h4 {
    font-size: 100%;
}

img, abbr, acronym, fieldset {
    border: 0;
}

img {
	display: block;
}

em, var {
    font-style: normal;
}

li {
    list-style-type: none;
}

a {
	text-decoration: underline;
}

.form__header-logo {
	width: 100%;
	max-width: 170px;
}

/*プレゼント選択 画像選択*/
ul.present_list {
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
ul.present_list li {
	width: calc(100% / 3);
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}
ul.present_list li .pho {
	margin-top: 5px;
}
ul.present_list li .pho img {
	max-width: 80%;
	margin: 0 auto 10px;
	pointer-events: none;
}
ul.present_list li .radio {
	display: none;
}
#contents table.customer td ul.present_list li label {
	display: block;
	padding: 0 5px 10px;
    background: #F1F8FF;
	border: 3px solid #DDD;
	border-radius: 10px;
	cursor: pointer;
}
#contents table.customer td ul.present_list li .radio:checked + label {
    background: #FDFFCC;
	border: 3px solid #FF4700;
}
ul.present_list label {
	display: inline-block;
}
ul.present_list li p {
	font-size: 11px;
	height: 4.8em;
	overflow: hidden;
    text-overflow: ellipsis;
}

/*相談内容 画像選択*/
ul.purpose_list {
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
ul.purpose_list li {
	width: calc(100% / 6);
	box-sizing: border-box;
	text-align: center;
}
ul.purpose_list li .pho img {
	max-width: 65%;
	margin: 0 auto 10px;
	pointer-events: none;
}
.purpose_block .radio {
	display: none;
}
#contents table.customer td ul.purpose_list li label {
	display: block;
	padding: 10px 4px;
	border: 3px solid #DDD;
	border-radius: 10px;
	cursor: pointer;
}

#contents table.customer td .purpose_first label {
	display: block;
	padding: 10px 4px;
	border: 3px solid #DDD;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
}
#contents table.customer td .purpose_block .radio:checked + label {
	border: 3px solid #FF4700;
}
ul.purpose_list li p {
	font-size: 11px;
	height: 3.2em;
	overflow: hidden;
    text-overflow: ellipsis;
}
.purpose_other {
	padding: 10px;
	border: 1px solid #DDD;
	border-radius: 10px;
}
.purpose_other p {
	margin-bottom: 6px;
	font-weight: bold;
}
ul.purpose_list label {
	display: inline-block;
}
.purpose_radio-ttl-sub {
	font-size: 13px;
}
.purpose_block .pho {
	display: flex;
	justify-content: center;
}
.purpose_first .pho img {
	width: 45px;
	min-height: 45px; 
}
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
	font-size: 100%;
	cursor: pointer;
	border: none;
	background: none;
	text-decoration: underline;
	color: #0033cc;
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 500px;
	height: 350px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.innerwrapper {
	font-size: 80%;
	height: 300px;
	width: 475px;
	overflow-y: scroll;
}
.ttlMedium {
    font-size: 125%;
    font-weight: bold;
    margin: 50px 0 30px;
    text-align: center;
    border-bottom: 1px solid #555;
}
.decimal {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.alignR {
	text-align: right;
}
.alignC {
    text-align: center;
}
.ttlLarge > span {
    border-bottom: 2px solid #023894;
	font-size: 150%;
	font-weight: bold;
    margin: 80px 0 30px;
    text-align: center;
}
.decimalmain {
	margin-bottom: 10px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.open2 {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
	font-size: 100%;
	cursor: pointer;
	border: none;
	background: none;
	text-decoration: underline;
	color: #0033cc;
}
#pop-up2 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay2 {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up2:checked + .overlay2 {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window2 {
	width: 90vw;
	max-width: 500px;
	height: 350px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close2 {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.decimalsp {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: #f7f8f9;
}
.ttlMedium2 {
    font-size: 125%;
    font-weight: bold;
    margin: 50px 0 30px;
    text-align: left;
}

.select_long {
	width: 200px;
}

.policy_link {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333 !important;
}

.policy_notice {
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
}

.policy_agree {
	margin-right: 10px;
	font-size: 14px;
	color: #999;	
}

.ppcheck label {
	font-size: 14px !important;
}

.img_notice {
	text-align: right;
	font-size: 81%;
}