@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;
}

/*プレゼント選択 画像選択*/
ul.present_list {
	display: flex;
	justify-content: space-between;
	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 img {
	max-width: 80%;
	margin: 0 auto;
	pointer-events: none;
}

ul.present_list li .radio {
	display: none;
}

#contents ul.present_list li label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 5px 10px;
	border: 3px solid #DDD;
	border-radius: 10px;
	cursor: pointer;
}

#contents ul.present_list li .radio:checked+label {
	border: 3px solid #0054A7;
}

ul.present_list label {
	display: inline-block;
}

ul.present_list li p {
	font-size: 11px;
	height: 3.2em;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*相談内容 画像選択*/
ul.purpose_list {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.purpose_list li {
	width: calc(100% / 3);
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}

ul.purpose_list li .pho img {
	max-width: 65%;
	margin: 0 auto 10px;
	pointer-events: none;
}

ul.purpose_list li .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 ul.purpose_list li .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;
}


.txt-indent {
	text-indent: -1em;
	padding-left: 1em;
}

.pt0 {
	padding-top: 0 !important;
}

.d-block {
	display: block !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}


/* 既存ラジオボタンチェック */
#contents .add-checked .radio:before {
	opacity: 1 !important;
}

.font-bold {
	font-weight: bold !important;
}

#contents table.customer td p.explain {
	font-weight: bold;
}

#contents .blnak_link {
    text-decoration: underline;
    color: #3273dc;
}

#contents .blnak_link::after {
    content: "";
    display: inline-flex;
    background-image: url(https://moneyadvance.jp/include/common/img/blank_tab.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.4em;
    height: 0.8em;
    margin: 0 0 0 0.2em;
}