@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: sans-serif;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
}

ul li {
	list-style-type: none;
}

a img {
	border: 0;
}

a {
	outline: none;
}

body {
	text-align: center;
}

.mar-t-10 {
	margin-top: 10px !important
}

.mar-t-20 {
	margin-top: 20px !important
}

.mar-t-30 {
	margin-top: 30px !important
}

.mar-t-50 {
	margin-top: 50px !important
}

.mar-b-10 {
	margin-bottom: 10px !important
}

.mar-b-20 {
	margin-bottom: 20px !important
}

.mar-r-0 {
	margin-right: 0px !important
}

.mar-r-10 {
	margin-right: 10px !important
}

.align-center {
	text-align: center !important
}

/* CLEAR FIX*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.label-reject {
	background-color: #FEF3F2;
	color: #B42318 !important;
}

.label-approve {
	background-color: #ECFDF3;
	color: #027A48 !important;
}
.wrapper {
	width: 100%;
	/*position: absolute;*/
	/*transform: translate(-50%, -50%);*/
	/*top: 50%;*/
	/*left: 50%;*/
	display: grid;
	place-items: center;
	gap: 15px;
	padding-bottom: 10px;
	z-index: 1;
}

.container-image {
	/*height: 200px;*/
	/*width: 200px;*/
	background-color: #ffffff;
	box-shadow: 0 0 25px rgba(17, 1, 68, 0.08);
	border-radius: 8px;
	position: relative;
	cursor: pointer;
}

input[type="radio"] {
	-webkit-appearance: none;
	position: relative;
	width: 100%;
	cursor: pointer;
}

.lable-grid {
	float: left;
	margin-top: 10px;
	margin-left: 23px;
}

.image-info {
	font-size: 11px;
}

/*.container-image img {*/
/*	width: 70%;*/
/*	position: absolute;*/
/*	margin: auto;*/
/*	left: 0;*/
/*	right: 0;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	cursor: pointer;*/
/*}*/

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */

/*
*/

header {
	background-color: #ff4a72;
	border-bottom: 4px solid #333333;
	text-align: center;
	position: relative;
}

header div {
	width: 1200px;
	margin: 0px auto;
}

header.mypage div {
	width: auto;
	margin: 0px 20px;
}

header h1 {
	float: left;
	display: block;
	padding: 20px 0px;
}

header.mypage h1 img {
	width: 100px;
}

nav {
	float: right;
	display: block;
	padding: 44px 0px 0px;
}

nav label {
	display: block;
}

nav input {
	display: none !important;
}

nav i {
	display: none !important;
}

nav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}

nav li {
	display: inline-block;
	margin-left: 20px;
}

nav li a {
	display: block;
	color: #fff;
	padding: 3px 0px;
	text-decoration: none;
	white-space: nowrap;
}

nav li a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

nav li a.current {
	border-bottom: 2px solid #fff;
	font-weight: bold;
}

nav input[type=checkbox]:checked~.navigation {
	display: block !important;
	opacity: 1 !important;
	transition: opacity 1s linear
}

nav li.signIn {
	position: absolute;
	top: -35px;
	right: 0px;
	font-size: 0.8em;
}

nav li.signIn a {
	display: inline-block;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #fff;
	line-height: 1em;
}

nav li.signIn a:last-child {
	border-right: 0px;
	padding: 0px 0px 0px 10px;
}

nav li.signIn a:hover {
	border-bottom: 0px solid #fff;
	text-decoration: none;
}


.nationNav {
	display: block;
	background-color: #fff;
	border-bottom: 1px solid #ff4a72;
	text-align: center;
	padding: 10px 0px 0px;
	line-height: 1em;
}

.nationNav ul {
	margin: 0px;
	padding: 0px;
}

.nationNav li {
	margin: 0px 10px 10px;
	display: inline-block;
}

.nationNav li a {
	padding: 5px;
	border-radius: 3px;
	text-decoration: none;
	color: #ff4a72;
	font-size: 0.8em;
	position: relative;
}

.nationNav li a:hover {
	background-color: #ffced9;
	text-decoration: none;
}

.nationNav li a span {
	display: none;
	position: absolute;
	min-width: 100%;
	bottom: -30px;
	left: 0px;
	text-align: center;
	padding: 5px;
	border-radius: 3px;
	background-color: #8E8E8E;
	color: #fff;
	white-space: nowrap;
}

.nationNav li a:hover span {
	display: block;
}

.nationNav li a.current {
	background-color: #ff4a72;
	color: #fff;
	text-decoration: none;
}


.mainvisual {
	background-image: url(../img/mainvisual_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.mainvisual h1 {
	font-size: 48px;
	color: #ff4a72;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 30px 20px 20px;
	padding: 0px;
	line-height: 1em;
}

.mainvisual h1 span {
	font-size: 24px;
}

.mainvisual h2 {
	font-size: 18px;
	color: #ff4a72;
	display: block;
	text-align: center;
	margin: 0px 20px 30px;
	padding: 0px;
	line-height: 1em;
}

.mainvisual img {
	width: 40%;
	margin-bottom: 20px;
}

.mainvisual div {
	background-color: #f1f1f1;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 40px 0px;
	text-align: center;
}

.mainvisual div a.ctaBtn {
	display: inline-block;
	background-color: #3774ff;
	border-radius: 10px;
	color: #fff;
	font-size: 28px;
	text-shadow: 0px -1px 2px #1c3a7e;
	position: relative;
	text-decoration: none;
	padding: 20px;
	width: 40%;
}

.mainvisual div a.ctaBtn i {
	font-size: 38px;
	position: absolute;
	top: 22px;
	right: 20px;
}

.mainvisual div a.ctaBtn:hover {
	background-color: #5589ff;
}

.setWith {
	max-width: 100%
}

.mainvisual div p {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #A8A8A8;
}

.contentsForm {
	margin: 30px auto 50px;
	width: 1200px;
	text-align: left;
	padding: 0px 0px;
}

.contentsFormWrap {
	padding: 0px 20px;
}

.contentsLeft {
	float: left;
	width: 720px;
}

.contentsRight {
	float: right;
	width: 450px;
}

.contentsTitle {
	border-left: 5px solid #ff4a72;
	font-size: 24px;
	color: #d8375b;
	padding: 2px 10px;
	display: block;
	margin-bottom: 20px;
}

.contentsText {
	font-size: 14px;
	color: #4d4d4d;
}

.contentsImage {
	display: block;
	margin-top: 20px;
	text-align: center;
}

.contentsImage img {
	max-width: 100%;
}

.contentsTitleSmall {
	color: #67ba64;
	border-bottom: 1px solid #67ba64;
	padding: 3px;
	display: block;
	font-size: 16px;
}

.subContentsTitle {
	font-size: 16px;
	color: #fff;
	background-color: #67ba64;
	padding: 5px;
	margin-bottom: 5px;
}

.subContentBlock {
	background-color: #f1f1f1;
	padding: 10px;
	text-align: left;
}

.subContentBlock h4 {
	color: #67ba64;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}

.subContentBlock p {
	font-size: 12px;
	color: #4d4d4d;
}

.contentsRightBlock {
	border: 1px solid #cdcdcd;
	background-color: #f1f1f1;
	overflow: hidden;
}

.contentsRightBlock h3 {
	background-color: #cdcdcd;
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 10px;
}

.contentsRightBlock table {
	width: 95%;
	border-collapse: collapse;
	margin: 5px auto;
}

.contentsRightBlock table th {
	border-bottom: 1px solid #d9d9d9;
	padding: 5px 20px 5px 5px;
	text-align: right;
	font-size: 0.8em;
	width: 30%;
	white-space: nowrap;
}

.contentsRightBlock table td {
	border-bottom: 1px solid #d9d9d9;
	padding: 5px 0px 5px;
	font-size: 0.8em;
}

.contentsRightBlock table tr:last-child th,
.contentsRightBlock table tr:last-child td {
	border-bottom: 0px;
}

.contentsRightBlockDescription {
	text-align: right;
	font-size: 12px;
	color: #676767;
}

.contentsRightBlockChartTitle {
	display: inline-block;
	background-color: #fff;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #d8375b;
	margin-left: 20px;
}

.flowStep {
	border: 2px solid #67ba64;
	position: relative;
	margin-bottom: 10px;
}

.flowStep span.number {
	background-color: #67ba64;
	padding: 10px 15px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	font-size: 16px;
}

.flowStep h3 {
	display: inline-block;
	color: #67ba64;
	padding: 10px 20px 0px;
	font-size: 16px;
}

.flowStep span.day {
	display: block;
	color: #67ba64;
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 12px;
}

a.cta {
	display: inline-block;
	background-color: #3774ff;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	text-shadow: 0px -1px 2px #1c3a7e;
	position: relative;
	text-decoration: none;
	padding: 10px;
	width: 60%;
	transition-duration: 0.5s;
}

a.cta i {
	font-size: 28px;
	position: absolute;
	top: 10px;
	right: 10px;
}

a.cta:hover {
	background-color: #5589ff;
}

.hint {
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	padding: 10px 10px 10px 40px;
}

.hint i {
	font-size: 28px;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #f19db5;
}

.menuTable table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}

.menuTable table th {
	background-color: #67ba64;
	color: #fff;
	empty-cells: hide;
	white-space: nowrap;
	vertical-align: middle;
	padding: 10px;
}

.menuTable table td {
	border: 2px solid #67ba64;
	empty-cells: hide;
	padding: 10px;
	text-align: center;
}

.menuTable table td.menuName {
	background-color: #e9537d;
	color: #fff;
	font-weight: bold;
	border: 0px;
	text-align: center;
	font-size: 1.2em;
}

.menuTable table td.menuDisable {
	color: #696969;
}

.menuTable table th a i {
	color: #fff;
	text-decoration: none;
}

.menuTable table td strong {
	font-size: 1.5em;
	color: #67ba64;
}

.menuTable table td span {
	display: block;
	color: #696969;
	margin-top: 0px;
	font-size: 0.8em;
}

.menuTable table td.menuDesc {
	font-size: 0.8em;
	text-align: left;
}

.optionTitle {
	background-color: #67ba64;
	color: #fff;
	padding: 10px;
	display: inline-block;
}

.optionContent {
	border: 2px solid #67ba64;
	padding: 10px;
	text-align: left;
}

.optionContent p {
	font-size: 0.8em;
}

.optionContent p.fee {
	display: block;
	margin-top: 10px;
	font-size: 1em;
}

.optionContent p.fee strong {
	font-size: 1.5em;
	color: #67ba64;
}

.optionContent p.fee span {
	color: #696969;
	margin-top: 0px;
	font-size: 0.8em;
}

.info {
	border: 1px solid #2E85FF;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	padding: 10px 10px 10px 40px;
	font-size: 14px;
	color: #767676;
}

.info i {
	font-size: 24px;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #2E85FF;
}

.info span {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}

.info p {
	margin-top: 10px;
}

.info p i {
	font-size: 1em;
	position: static;
	top: auto;
	left: auto;
	color: inherit;
}

.formUL {
	margin: 20px 0px 0px;
	padding: 0px;
}

.formUL li {
	display: block;
	margin: 0px 0px 20px;
}

.formTH,
.formTD {
	display: block;
	float: left;
}

.formTD {
	max-width: 80%;
	padding-right: 10px;
}

.formTH {
	min-width: 15%;
	margin-right: 10px;
	background-color: #e5e5e5;
	color: #4d4d4d;
	font-size: 14px;
	padding: 5px 10px;
	font-weight: bold;
	border-radius: 3px;
	position: relative;
}

.inputTextNormal,
.inputTextOther,
.inputTextQuestion,
.inputTextNumber {
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	border-radius: 3px;
	width: 425px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	box-sizing: border-box;
}

.inputTextOther {
	width: 180px;
	padding: 2px 5px;
	font-size: 12px;
}

.inputTextQuestion {
	width: 250px;
}

.inputTextNumber {
	width: 100px;
}

.inputTextNormal:focus,
.inputTextOther:focus,
.inputTextQuestion:focus,
.inputTextNumber:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

.formTH span {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 3px;
	border-radius: 3px;
	background-color: #BD0003;
	color: #fff;
	font-size: 10px;
}

input[type="radio"]:checked+label {
	background-color: #ffe9ee;
	border-radius: 3px;
}

input[type="checkbox"]:checked+label {
	background-color: #ffe9ee;
}

.formTD label {
	padding: 5px;
	border-radius: 5px;
	margin-right: 25px;
	display: inline-block;
	font-size: 14px;
}

.formTD label:hover {
	background-color: #f5e9e9;
}

.vanishBR {
	display: none;
}


.formTD select {
	font-size: 19px;
	padding: 9px 6px;
	background-color: white;
	border-color: #cdcccc;
}

.questionUnit {
	clear: both;
	background-color: #ddf7dc;
	border: 1px solid #67ba64;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 20px;
	font-size: 14px;
	position: relative;
}

.questionUnit p {
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	color: #67ba64;
}

.questionUnitTitle {
	font-weight: bold;
	color: #67ba64;
}

.questionBlock {
	padding: 10px 0px;
	border-bottom: 1px solid #67ba64;
}

.questionBlock:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

ul.questionBlockList {
	margin: 0px;
	padding: 0px;
}

ul.questionBlockList li {
	margin: 0px;
	padding: 5px 0px;
}

a.addLink,
a.addLink:hover {
	color: #2B67FD;
	text-decoration: none;
}

a.deleteLink,
a.deleteLink:hover {
	color: #C00003;
	text-decoration: none;
	font-size: 1.2em;
	display: inline-block;
	margin-left: 5px;
}

.submit input[type=submit],
.submit input[type=button],
.submit a {
	background: #4485f5;
	border-radius: 5px;
	text-shadow: 0px 1px 2px #195000;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 30px;
	display: inline-block;
	font-size: 16px;
	margin: 0px auto;
	border: 0px;
	-webkit-appearance: none;
	cursor: pointer;
	transition-duration: 0.5s;
}

.submit input[type=submit]:hover,
.submit input[type=button]:hover,
.submit a:hover {
	text-decoration: none;
	background: #70a1f5;
}

.submit input[type=button]:first-child,
.submit a:first-child,
.submit a:nth-child(2) {
	border-radius: 5px;
	background: #ffffff;
	text-shadow: 0px 0px 0px #ffffff;
	color: #4486f7;
	border: 1px solid #4486f7;
}

.submit input[type=button]:first-child:hover,
.submit a:first-child:hover,
.submit a:nth-child(2):hover {
	text-decoration: none;
	background: #c7d7f1;
}

.btn-active {
	background: #4485f5 !important;
	border-radius: 5px !important;
	text-shadow: 0px 1px 2px #195000 !important;
	color: #fff !important;
}

.btn-disable {
	pointer-events: none;
	background: #A3A3A3 !important;
	border: 1px solid #A3A3A3 !important;
	border-radius: 5px !important;
	color: #fff !important;
}

.submit {
	text-align: center;
	padding: 10px 20px;
	border-radius: 5px;
}

.quoteArea {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #ECECEC;
	border-top: 2px solid #67ba64;
	text-align: center;
}

.quoteArea p {
	display: inline-block;
	margin: 10px;
	color: #6B6B6B;
}

.quoteArea p span {
	color: #67ba64;
	font-size: 1.5em;
}

.quoteArea p span.quoteAreaNote {
	color: #ADADAD;
	font-size: 0.8em;
}

.destroyLink {
	position: absolute;
	right: 20px;
	top: 15px;
}

.destroyLink a,
.destroyLink a:hover {
	color: #A50002;
	font-weight: bold;
	text-decoration: none;
}

#loginWrap {
	width: 600px;
	border: 2px solid #e5e4e1;
	background-color: #ffffff;
	text-align: center;
	margin: 0px auto;
	border-radius: 5px;
	background-color: #F8F8F8;
}

#loginWrapForm {
	padding: 30px 30px 0px;
}

#loginWrap h2 {
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

#loginWrap .registration_raw {
	margin-bottom: 20px;
	font-size: 14px;
	text-align: left;
}

#loginWrap .registration_raw .commonTextbox {
	width: 310px;
}

.form_submit_login {
	margin: 0px 20px;
	text-align: left;
	margin-bottom: 30px;
}

.form_submit_login .send_button,
.form_submit_login .send_button_negative {
	display: inline-block;
	width: auto;
	padding: 10px 30px;
}

.form_submit_login div {
	display: inline-block;
}

.form_submit_login div label {
	font-size: 12px;
}

#loginWrap .lead_caution,
#loginWrap .lead_info {
	text-align: left;
	margin: 0px 20px 20px;
}

.commonTextbox:focus,
.commonTextboxEXshort:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

.commonTextbox,
.commonTextboxEXshort {
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	border-radius: 3px;
	width: 425px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.commonTextboxEXshort {
	width: 60px;
}

.commonTextarea,
.commonTextareaShort {
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	border-radius: 3px;
	width: 425px;
	height: 180px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.commonTextarea:focus,
.commonTextareaShort:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

.commonTextareaShort {
	height: 90px;
}

.commonTextbox:disabled,
.commonTextboxEXshort:disabled,
.commonTextarea:disabled,
.commonTextareaShort:disabled {
	background-color: #CCC;
	opacity: 1 !important;
	-webkit-text-fill-color: #000;
}

#mypageContent {
	margin: 20px;
}

.mypageContentMenu {
	width: 15%;
	border-right: 1px solid #cbcbcb;
	box-shadow: rgba(171, 171, 171, 0.65) 1px 0px 3px 0px;
	background-color: #fff;
	float: left;
}

.mypageContentMain {
	padding: 30px 30px 50px 0px;
	text-align: left;
	float: right;
	width: 80%;
}

.mypageMenuBtns {
	margin: 0px;
	padding: 0px;
	display: block;
}

.mypageMenuBtns li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
	font-size: 14px;
	color: #666;
	background-color: #ff4a72;
	margin-top: -1px;
}

.mypageMenuBtns li:first-child {
	border-width: 1px 0px 1px 0px;
}

.mypageMenuBtns li i {
	font-size: 20px;
}

.mypageMenuBtns li a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 10px 0px 10px 20px;
	text-align: left;
	background-color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #cbcbcb;
}

.mypageMenuBtns li a:hover {
	color: #666;
	text-decoration: none;
	background-color: #f3f3f3;
}

.mypageMenuBtns li.current {
	border-width: 0px 0px 0px 0px;
}

.mypageMenuBtns li.current a {
	position: relative;
	left: 10px;
	background-color: #f3f3f3;
	box-shadow: rgba(171, 171, 171, 0.65) 1px 0px 3px 0px;
	border-width: 1px 1px;
}

.loggedIn {
	position: absolute;
	top: 30px;
	right: 10px;
	font-size: 0.8em;
	color: #fff;
	text-align: right;
}

.loggedIn i {
	display: inline-block;
	font-size: 1.1em;
	margin-left: 10px;
}

.mypageMenuSupport {
	text-align: center;
	color: #007ae4;
	padding: 20px;
}

.mypageMenuSupport p,
.mypageMenuSupport span {
	display: block;
}

.mypageMenuSupport p {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.mypageMenuSupport span {
	font-size: 12px;
	margin-top: 5px;
}

.mypageMenuSupportBtn {
	font-size: 16px;
	padding: 10px 0px;
	border-width: 0px 0px 4px;
	border-bottom: 4px solid #005dae;
	background-color: #007ae4;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	box-shadow: 1px 1px 3px #B8B6B2;
	margin: 10px 10px 20px;
}

.mypageMenuSupportBtn:hover {
	text-decoration: none;
	background-color: #005dae;
}

.mypageMenuSupportBtn i {
	display: block;
	font-size: 36px;
	margin-bottom: 10px;
	text-shadow: 0px 1px 1px #005dae;
}

.mypageContentStart {
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	padding: 20px;
	text-align: center;
	margin-bottom: 30px;
}

.mypageContentStart .mypageContentMainBtn {
	margin: 0px 10px !important;
}

.mypageContentMainBtn {
	font-size: 16px;
	padding: 10px 30px;
	border-width: 0px 0px 4px;
	border-bottom: 4px solid #005dae;
	background-color: #007ae4;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	box-shadow: 1px 1px 3px #B8B6B2;
	margin: 10px 30px 20px;
	cursor: pointer;
	-webkit-appearance: none;
	transition-duration: 0.5s;
}

.mypageContentMainBtn:hover {
	text-decoration: none;
	background-color: #005dae;
}

.mypageContentMainBtn i {
	font-size: 24px;
}

.mypageContentMainBlock {
	margin-bottom: 50px;
}

.mypageContentMainSubBlockTitle h3 {
	float: left;
	padding: 5px;
	background-color: #ff4a72;
	color: #fff;
	font-size: 14px;
}

.mypageContentMainSubBlockTitle a {
	float: right;
	margin: 5px 10px;
	color: #ff6600;
	font-size: 14px;
}

.mypageContentMainSubBlockTitle span {
	float: right;
	margin: 5px 10px;
	display: block;
}

.mypageContentTableWrap {
	margin: 50px 20px 20px;
}

.mypageContentTable {
	border-collapse: collapse;
	font-size: 12px;
	width: 100%
}

.mypageContentTable th {
	text-align: center;
	font-weight: bold;
	padding: 3px 0px;
	border-bottom: 1px solid #999;
	cursor: pointer;
	vertical-align: middle;
}

.mypageContentTable th i {
	color: #ccc;
}

.mypageContentTable th:hover i {
	color: #007ae4;
}

.mypageContentTable th i.current {
	color: #007ae4;
}

.mypageContentTable td {
	text-align: center;
	padding: 5px 8px 5px 0px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}

.mypageContentTable td.align-center {
	padding: 5px 10px 5px;
}

.mypageContentTable td.text-center a {
	white-space: nowrap;
}

.mypageContentTable td.projectTitleTd,
.mypageContentTable td.engineerNameTd {
	white-space: normal;
}


.mypageContentTable tr:hover {
	background-color: #f2f2f2;
}

.mypageContentTable tr.thLine:hover {
	background-color: #fff;
}

.mypageContentTable td:last-child {
	padding: 5px 0px 5px 0px;
}

.mypageContentTable td span {
	color: red;
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
}

.mypageContentTable td a {
	color: #ff6600;
}

.mypageContentTable td.smpNumTd {
	text-align: center;
	position: relative;
	white-space: nowrap !important;
	padding-right: 5px !important;
}

.mypageContentTable td.smpNumTd span {
	display: inline-block;
	background-color: red;
	color: #fff;
	border-radius: 10px;
	padding: 3px 4px;
	line-height: 1em;
	font-size: 10px;
	position: relative;
	top: -2px;
}

.mypageContentTable td.smpNumTd i {
	display: none;
}

.mypageContentMainSubBlock {
	border: 1px solid #999;
	background-color: #fff;
	margin-bottom: 30px;
}

ul.mypageMenu {
	float: left;
	display: block;
	margin: 0px 20px;
	padding: 0px;
	border-left: 1px solid #ff85a0;
}

ul.mypageMenu li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

ul.mypageMenu li a {
	display: block;
	padding: 23px 20px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #ff85a0;
	transition-duration: 0.5s;
}

ul.mypageMenu li a:hover,
ul.mypageMenu li a.current {
	background-color: #ff85a0;
}

.grey {
	color: #B4B4B4
}

.resultTitle {
	display: block;
	font-size: 1.5em;
	text-align: left;
	color: #ff4a72;
	font-weight: normal;
}

.resultTitle span {
	color: #ABABAB;
	font-size: 0.5em;
	display: inline-block;
	margin-left: 20px;
}

.resultTab ul {
	margin: 20px 0px 0px;
	padding: 0px;
	display: block;
	border-bottom: 1px solid #A8A8A8;
	position: relative;
	text-align: left;
}

.resultTab ul li {
	margin: 0px 5px;
	padding: 0px;
	display: inline-block;
	border: 1px solid #A8A8A8;
	border-bottom: 0px;
	border-radius: 5px 5px 0px 0px;
	position: relative;
	background-color: #D6D6D6;
	transition-duration: 0.5s;
}

.resultTab ul li a {
	display: block;
	padding: 10px 30px;
	color: #282828;
	text-decoration: none;
}

.resultTab ul li.current {
	top: 1px;
	background-color: #fff;
}

.resultTab ul li.current a {
	color: #000;
	font-weight: bold;
}

.resultTab ul li:hover {
	background-color: #fff;
}

.resultSummary {
	margin: 20px 0px 0px;
	font-size: 0.8em;
	text-align: left;
}

.resultSummary dl {
	margin: 0px 6px 20px 0px;
	padding: 0px;
	display: inline-block;
	white-space: nowrap;
}

.resultSummary dl dt {
	background-color: #E4E4E4;
	border: 1px solid #A8A8A8;
	padding: 10px;
	color: #6A6A6A;
	display: inline-block;
	margin: 0px;
	border-radius: 3px 0px 0px 3px;
}

.resultSummary dl dd {
	background-color: #fff;
	border: 1px solid #A8A8A8;
	border-left: 0px;
	padding: 10px;
	color: #000000;
	display: inline-block;
	margin: 0px 20px 0px 0px;
	border-radius: 0px 3px 3px 0px;
	position: relative;
}

.mypageContentStart span {
	display: block;
	margin-top: 10px;
	color: #5E5E5E;
	font-size: 12px;
}

.resultBlock {
	border: 1px solid #999;
	background-color: #fff;
	margin-bottom: 30px;
	padding: 20px;
	text-align: left;
}

.resultBlock h3 {
	display: block;
	font-size: 1.3em;
	color: #ff4a72;
}

.resultBlock textarea {
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	border-radius: 3px;
	width: 100%;
	height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.resultBlock textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

.resultBlock input.submit {
	font-size: 12px;
	padding: 10px 30px;
	border: 0px;
	border-bottom: 2px solid #005dae;
	background-color: #007ae4;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	box-shadow: 1px 1px 3px #B8B6B2;
	margin: 10px 0px 20px;
	cursor: pointer;
	-webkit-appearance: none;
	transition-duration: 0.5s;
}

.resultBlock input.submit:hover {
	text-decoration: none;
	background-color: #005dae;
}

.resultChart {
	margin: 0px 300px 30px 0px
}

.resultBlockOptions {
	font-size: 0.8em;
	background-color: #ffe9ee;
	border-radius: 5px;
	margin: 0px;
	padding: 20px;
	color: #ff4a72;
	clear: both;
	float: right;
}

.resultBlockOptions p {
	display: block;
	margin: 0px 0px 20px;
}

.resultBlockOptions p:last-child {
	margin: 0px 0px 0px;
}

.chartType {
	text-align: left;
	width: 220px;
}

.resultIndivInfo,
.resultList {
	font-size: 0.8em;
	background-color: #ffe9ee;
	border-radius: 5px;
	margin: 0px 0px 30px;
	padding: 20px;
	text-align: left;
	margin-top: 30px;
}

.resultIndivInfoImage {
	float: left;
	width: 150px;
	height: 150px;
	background-size: cover;
	border: 1px solid #C4C4C4;
	border-radius: 50%;
}

.resultIndivInfo h2,
.resultList h2 {
	color: #ff4a72;
	font-size: 1.5em;
	display: block;
	margin-left: 180px;
}

.resultList h2 {
	margin-left: 0px;
}

.resultIndivInfo h2 span,
.resultList h2 span {
	color: #6F6F6F;
	font-size: 0.5em;
}

.resultIndivInfo table,
.resultList table {
	margin-top: 0px;
	margin-left: 180px;
}

.resultList table {
	margin-left: 0px;
}

.resultIndivInfo table th,
.resultList table th {
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
	padding: 5px 5px 5px 0px;
}

.resultIndivInfo table td,
.resultList table td {
	white-space: nowrap;
	padding: 5px 30px 5px 0px;
}

.font-small {
	font-size: 0.9em;
}

table.font-small th,
table.font-small td {
	padding: 3px 3px 0px;
}

.resultIndivInfoDetail {
	margin-top: 10px;
	margin-left: 180px;
}

.resultList .resultIndivInfoDetail {
	margin-left: 0px;
}

.resultIndivInfoDetail p {
	white-space: nowrap;
	font-size: 0.9em;
	display: inline-block;
	margin: 0px 10px 5px 0px;
}

.resultIndivInfoDetail p span {
	font-weight: bold;
}

.resultIndivAnswer {
	margin-top: 10px;
}

.resultIndivAnswer p {
	margin: 0px 0px 5px;
}

.resultIndivAnswer p label {
	color: #B4B4B4;
}

.resultIndivAnswer p label.choice {
	color: #000;
}

.rejectBtn,
.showAnswerBtn,
.acceptBtn {
	font-size: 14px;
	padding: 5px 20px;
	border-width: 0px 0px 3px;
	border-bottom: 3px solid #bf0404;
	background-color: #ff6d6d;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	box-shadow: 1px 1px 3px #B8B6B2;
	margin: 0px;
	cursor: pointer;
	-webkit-appearance: none;
	transition-duration: 0.5s;
}

.showAnswerBtn,
.resultList .rejectBtn {
	float: right;
	margin-left: 10px;
}

.rejectBtn:hover,
.showAnswerBtn:hover,
.acceptBtn:hover {
	text-decoration: none;
	background-color: #bf0404;
}

.rejectBtn i,
.showAnswerBtn i,
.acceptBtn i {
	font-size: 16px;
}

.resultIndivOption {
	padding: 20px 0px 0px;
	text-align: left;
}

.resultIndivPagenation {
	padding: 0px 0px 0px;
	text-align: center;
}

.resultIndivOption p,
.resultIndivPagenation p {
	float: right;
}

.resultIndivPagenation p {
	float: none;
}

.resultIndivOption input:focus,
.resultIndivPagenation input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

.resultIndivOption input,
.resultIndivPagenation input {
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	border-radius: 3px;
	width: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: bolder;
}

.resultIndivOption p i,
.resultIndivPagenation p i {
	display: inline-block;
	margin: 5px;
	cursor: pointer;
	color: #007ae4;
}

.optionWrap {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	position: relative;
}

/* .optionWrap div{position:absolute;right:10px;top:10px;font-size:12px;background-color:#0079e5;border-radius: 3px;padding:5px;color:#fff;cursor:pointer;} */
.optionWrap div span {
	display: none;
	position: absolute;
	top: 0px;
	left: -610px;
	border: 2px solid #0079E5;
}

.optionWrap div:hover span {
	display: block;
}

.formTD label.optionLabel p,
.menuOptions label.optionLabel p {
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	color: #666666;
}

.formTD label.optionLabel span {
	display: inline-block;
	margin-left: 6px;
	color: #FF6C00;
	font-weight: bold;
}

.optionWrap input[type=radio] {
	display: none;
}

.optionWrap input[type=radio]:checked+.optionLabel:before {
	opacity: 1;
}

.optionWrap input[type=radio]:checked+.optionLabel:after {
	border: 2px solid #7D0B0D;
}

.formTD label.optionLabel,
.menuOptions label.optionLabel {
	position: relative;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	display: inline-block;
	margin: 0px 0px 20px 0px;
	padding: 12px 12px 12px 50px;
	border-radius: 5px;
	background-color: #FFF;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	white-space: normal;
	border: 2px solid #EEE;
	font-weight: 700;
}

.formTD label.optionLabel:hover,
.menuOptions label.optionLabel:hover {
	background-color: #cceaf6;
}

.formTD label.optionLabel:hover:after,
.menuOptions label.optionLabel:hover:after {
	border-color: #0090cc;
}

.formTD label.optionLabel:after,
.menuOptions label.optionLabel:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 50%;
	content: '';
}

.formTD label.optionLabel:before,
.menuOptions label.optionLabel:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #7D0B0D;
	content: '';
	opacity: 0;
}

.formTD .btn-condition {
	padding: 12px 6px;
	color: white;
	cursor: pointer;
}
.formTD .btn-condition.btn-add-condition-attr {
		background: #4485f5;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    border: 0px;
    border-bottom: 2px solid #316cd2;
    text-align: center;
    padding: 10px 10px;
    display: inline-block;
    font-size: 14px !important;
    -webkit-appearance: none;
    cursor: pointer;
		height: 42px;
		display: flex;
		align-items: center;
		justify-content: center;
}

.formTD .btn-condition.btn-remove-condition-attr {
	/* background-color: #e5614c; */
	background: #ef634d;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	border: 0px;
	border-bottom: 2px solid #cb553e;
	text-align: center;
	padding: 5px 10px;
	display: inline-block;
	font-size: 13px;
	margin: 0px auto;
	-webkit-appearance: none;
	cursor: pointer;

	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menuOptions {
	margin: 20px 0px;
}

.menuOptionWrap {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	width: 25%;
}

.menuOptions label.optionLabel {
	width: 95%
}

.resultIndivSearch {
	margin: 20px auto 20px;
}

input.searchText:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

input.searchText {
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	border-radius: 3px;
	width: 40%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
}

.searchBtn {
	font-size: 14px;
	padding: 5px 20px;
	border-width: 0px 0px 3px;
	border-bottom: 3px solid #bf0404;
	background-color: #ff6d6d;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	box-shadow: 1px 1px 3px #B8B6B2;
	margin: 0px 0px 0px 10px;
	cursor: pointer;
	-webkit-appearance: none;
	transition-duration: 0.5s;
	border-radius: 3px;
}

.searchBtn:hover {
	text-decoration: none;
	background-color: #bf0404;
}

.textAnswers {
	margin: 30px 250px 30px 0px;
	overflow-y: scroll;
	max-height: 400px;
}

.textAnswers table {
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
}

.textAnswers table tr:hover {
	background-color: #F0F0F0;
}

.textAnswers table th {
	background-color: #D4D4D4;
	font-weight: bold;
	padding: 3px 10px;
	text-align: center;
	border: 2px solid #fff;
	white-space: nowrap;
}


.textAnswers table td {
	padding: 8px 5px;
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid #d4d4d4;
}

.resultIndivOption p i,
.resultIndivPagenation p i {
	display: inline-block;
	margin: 5px;
	cursor: pointer;
	color: #007ae4;
}

.optionWrap {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	position: relative;
}

/* .optionWrap div{position:absolute;right:10px;top:10px;font-size:12px;background-color:#0079e5;border-radius: 3px;padding:5px;color:#fff;cursor:pointer;} */
.optionWrap div span {
	display: none;
	position: absolute;
	top: 0px;
	left: -610px;
	border: 2px solid #0079E5;
}

.optionWrap div:hover span {
	display: block;
}

.formTD label.optionLabel p,
.menuOptions label.optionLabel p {
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	color: #666666;
}

.formTD label.optionLabel span {
	display: inline-block;
	margin-left: 6px;
	color: #FF6C00;
	font-weight: bold;
}

.optionWrap input[type=radio] {
	display: none;
}

.optionWrap input[type=radio]:checked+.optionLabel:before {
	opacity: 1;
}

.optionWrap input[type=radio]:checked+.optionLabel:after {
	border: 2px solid #7D0B0D;
}

.formTD label.optionLabel,
.menuOptions label.optionLabel {
	position: relative;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	display: inline-block;
	/* margin         : 0px 0px 20px 0px; */
	padding: 12px 12px 12px 50px;
	border-radius: 5px;
	background-color: #FFF;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	white-space: normal;
	border: 2px solid #EEE;
	font-weight: 700;
}

.formTD label.optionLabel:hover,
.menuOptions label.optionLabel:hover {
	background-color: #cceaf6;
}

.formTD label.optionLabel:hover:after,
.menuOptions label.optionLabel:hover:after {
	border-color: #0090cc;
}

.formTD label.optionLabel:after,
.menuOptions label.optionLabel:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 50%;
	content: '';
}

.formTD label.optionLabel:before,
.menuOptions label.optionLabel:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #7D0B0D;
	content: '';
	opacity: 0;
}

.menuOptions {
	margin: 20px 0px;
}

.menuOptionWrap {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	width: 25%;
}

.menuOptions label.optionLabel {
	width: 95%
}

.resultIndivSearch {
	margin: 20px auto 20px;
}

input.searchText:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

input.searchText {
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	border-radius: 3px;
	width: 40%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
}

.searchBtn {
	font-size: 14px;
	padding: 5px 20px;
	border-width: 0px 0px 3px;
	border-bottom: 3px solid #bf0404;
	background-color: #ff6d6d;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	box-shadow: 1px 1px 3px #B8B6B2;
	margin: 0px 0px 0px 10px;
	cursor: pointer;
	-webkit-appearance: none;
	transition-duration: 0.5s;
	border-radius: 3px;
}

.searchBtn:hover {
	text-decoration: none;
	background-color: #bf0404;
}

.textAnswers {
	margin: 30px 250px 30px 0px;
	overflow-y: scroll;
	max-height: 400px;
}

.textAnswers table {
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
}

.textAnswers table tr:hover {
	background-color: #F0F0F0;
}

.textAnswers table th {
	background-color: #D4D4D4;
	font-weight: bold;
	padding: 3px 10px;
	text-align: center;
	border: 2px solid #fff;
	white-space: nowrap;
}


.textAnswers table td {
	padding: 8px 5px;
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid #d4d4d4;
}

.textAnswers table td:first-child {
	text-align: left;
	white-space: normal;
}

.textAnswers table th:first-child,
.textAnswers table td:first-child {
	width: 70%;
}

.textAnswers table th:nth-child(2),
.textAnswers table td:nth-child(2) {
	width: 5%;
}

.textAnswers table th:nth-child(3),
.textAnswers table td:nth-child(3) {
	width: 5%;
}

.textAnswers table th:nth-child(4),
.textAnswers table td:nth-child(4) {
	width: 10%;
}

.textAnswers table th:nth-child(5),
.textAnswers table td:nth-child(5) {
	width: 10%;
}

.optionDescription,
p.formTDdescription {
	font-size: 12px;
	color: #949494;
}

.btn_destroy_question,
.delete_answer {
	background: #ef634d;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	border: 0px;
	border-bottom: 2px solid #cb553e;
	text-align: center;
	padding: 5px 10px;
	display: inline-block;
	font-size: 12px;
	margin: 0px auto;
	-webkit-appearance: none;
	cursor: pointer;
	transition-duration: 0.5s;
}

.btn_destroy_question:hover,
.delete_answer:hover {
	text-decoration: none;
	background: #cb553e;
}

.questionBlock input[type="checkbox"]:checked+label {
	background-color: #ffffff;
}

.add_new_question {
	background: #4485f5;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	border: 0px;
	border-bottom: 2px solid #316cd2;
	text-align: center;
	padding: 10px 10px;
	display: inline-block;
	font-size: 14px;
	margin: 0px auto 20px;
	-webkit-appearance: none;
	cursor: pointer;
	transition-duration: 0.5s;
}

.addLink.add_new_question.disabled {
	background-color: #e5e5e5 !important;
	border-color: #e5e5e5 !important;
	cursor: no-drop;
}

.add_new_question:hover {
	text-decoration: none;
	background: #316cd2;
}

.add_new_answer {
	background: #4485f5;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	border: 0px;
	border-bottom: 2px solid #316cd2;
	text-align: center;
	padding: 5px 10px;
	display: inline-block;
	font-size: 12px;
	margin: 0px auto 20px;
	-webkit-appearance: none;
	cursor: pointer;
	transition-duration: 0.5s;
}

.add_new_answer:hover {
	text-decoration: none;
	background: #316cd2;
}


.imageAnswers {
	display: block;
	width: 100%;
	line-height: 0;
	-webkit-column-count: 8;
	-webkit-column-gap: 0px;
	-moz-column-count: 8;
	-moz-column-gap: 0px;
	column-count: 8;
	column-gap: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.imageAnswers li {
	display: inline-block;
	/* Just in case there are inline attributes */
	width: 100% !important;
	height: auto !important;
}

.imageAnswers li a {
	display: inline-block;
	/* Just in case there are inline attributes */
	width: 100% !important;
	height: auto !important;
}

.imageAnswers li img {
	width: 100% !important;
	height: auto !important;
}

.imageAnswers li img:hover {
	opacity: 0.7;
}

.imageAnswerButton {
	font-size: 12px;
	padding: 10px 30px;
	border: 0px;
	border-bottom: 2px solid #005dae;
	background-color: #007ae4;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	box-shadow: 1px 1px 3px #B8B6B2;
	border-radius: 5px;
	margin: 10px 0px 20px;
	cursor: pointer;
	-webkit-appearance: none;
	transition-duration: 0.5s;
}

.imageAnswerButton:hover {
	text-decoration: none;
	background-color: #005dae;
}

.imageAnswerButton02 {
	font-size: 12px;
	padding: 10px 30px;
	border: 0px;
	border-bottom: 2px solid #005dae;
	background-color: #007ae4;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	box-shadow: 1px 1px 3px #B8B6B2;
	border-radius: 5px;
	margin: 10px 0px 20px;
	cursor: pointer;
	-webkit-appearance: none;
	transition-duration: 0.5s;
}

.imageAnswerButton02:hover {
	text-decoration: none;
	background-color: #005dae;
}

.mordalContent {
	padding: 20px;
	text-align: left;
}

.mordalContent h1.resultTitle {
	display: block;
	margin-bottom: 0px;
}

.mordalBlock label {
	margin: 10px;
	display: inline-block;
}

.shareSettingBtn {
	background: #4485f5;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	border: 0px;
	border-bottom: 2px solid #316cd2;
	text-align: center;
	padding: 5px 8px;
	display: inline-block;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	-webkit-appearance: none;
	cursor: pointer;
	transition-duration: 0.5s;
}

.shareSettingBtn:hover {
	text-decoration: none;
	background: #316cd2;
}

.shareSettingOption {
	border: 1px solid #4485f5;
	border-radius: 5px;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 20px;
	display: none;
}

.shareSettingOption i {
	font-size: 16px;
	color: #4485f5;
}

#linkonly:checked~#linkonlyOption {
	display: block;
}

#linkandpass:checked~#linkandpassOption {
	display: block;
}

.resultSummary .shareSettingBtn {
	position: absolute;
	right: 5px;
	top: 6px;
}

.resultSummary dl dd:last-child {
	padding-right: 55px;
}

.sumPrice {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin: 10px 0px 20px;
}

.sumPrice span {
	font-weight: bold;
}

.formTD th {
	text-align: left;
	color: #676767;
}

.formUL li p {
	margin-top: 5px;
}

.imageAnswersSelect {
	display: block;
	width: 100%;
	line-height: 0;
	-webkit-column-count: 5;
	-webkit-column-gap: 3px;
	-moz-column-count: 5;
	-moz-column-gap: 3px;
	column-count: 5;
	column-gap: 3px;
	display: block;
	margin: 0px;
	padding: 0px 0px;
}

header.image_select {
	background-color: #ff4a72;
	border-bottom: 3px solid #fff;
	text-align: left;
	width: 100%;
	height: 35px;
}

div.image_select_title {
	float: left;
	width: auto;
	background-color: white;
	border: 1px solid #4a4a4a;
	padding: 5px 20px;
	text-align: center;
	border-radius: 10px;
	font-size: 10px !important;
	margin-top: 20px;
}

.table-image tbody > tr > th, td{
	vertical-align: middle !important;
}

.question_img_title {
	float: left;
	font-size: 30px;
	color: black;
}

.padding-top-5 {
	padding-top: 5px;
}

.image-show-list {
	height: 150px;
	max-width: 150px;
	object-fit: contain;
}

.image-show-grid {
	height: 300px;
	max-width: 270px;
	object-fit: contain;
}

.wrapper:hover, .image-show-list:hover {
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.5);
	z-index: 999 !important;
}

.action_all {
	float: right;
	font-size: 40px;
}

.blue {
	color: #297793;
}

.blue:hover {
	cursor: pointer;
}
.nav-image {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
} li {
	  display: inline;
  }

header.image_select div.image_select_title a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
	font-size: 20px;
}
.nav-item-im-active {
	color: red !important;
	border-bottom: red solid 1px !important;
}
header.image_select div.image_select_title h1 {
	display: inline-block;
	float: none;
	font-size: 18px;
	max-width: 400px;
}

.image_select_count {
	position: absolute;
	right: 20px;
	top: 7px;
	color: #fff;
	width: auto;
}

.image_select_count span {
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
}

.image_select_count a {
	font-size: 12px;
	padding: 5px 10px;
	border: 0px;
	border-bottom: 2px solid #005dae;
	background-color: #007ae4;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	box-shadow: 1px 1px 1px #7e1129;
	border-radius: 5px;
	margin: 0px 0px 0px 10px;
	cursor: pointer;
	-webkit-appearance: none;
	transition-duration: 0.5s;
}

.image_select_count a:hover {
	text-decoration: none;
	background-color: #005dae;
}

.image_select_count a.inactive_btn {
	box-shadow: 0px 0px 0px #7e1129;
	border-bottom: 0px solid #005dae;
	background-color: #cdcdcd;
	cursor: not-allowed;
}

.image_select_count a.inactive_btn:hover {
	text-decoration: none;
	background-color: #cdcdcd;
}

.imageAnswersSelect div span {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 36px;
	opacity: 0.5;
	color: #fff;
	transition: 0.5s;
	cursor: pointer;
}

.imageAnswersSelect div:hover span {
	display: block;
}

.imageAnswersSelect div:hover span:hover {
	display: block;
	opacity: 1;
}

.imageAnswersSelect div span.checked {
	display: block;
	opacity: 1;
	color: #007ae4;
	text-shadow: white 3px 0px, white -3px 0px,
		white 0px -3px, white 0px 3px,
		white 3px 3px, white -3px 3px,
		white 3px -3px, white -3px -3px,
		white 1px 3px, white -1px 3px,
		white 1px -3px, white -1px -3px,
		white 3px 1px, white -3px 1px,
		white 3px -1px, white -3px -1px;
}

.imageSelect_modal_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
	left: 0px;
	top: 0px;
}

.imageSelect_modal_content {
	text-align: center;
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	height: 80%;
}

.modal_image {
	max-width: 90%;
	max-height: calc(100% - 80px);
	border-radius: 5px;
	padding: 10px;
	background-color: #fff;
	display: inline-block;
	position: relative;
}

.modal_image img {
	max-width: 100%;
}

.modal_close_btn {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}

.modal_buttons a {
	font-size: 14px;
	padding: 10px 20px;
	border: 0px;
	border-bottom: 2px solid #005dae;
	background-color: #007ae4;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	margin: 20px 10px 20px;
	cursor: pointer;
	-webkit-appearance: none;
	transition-duration: 0.5s;
}

.modal_buttons a:hover {
	text-decoration: none;
	background-color: #005dae;
}

.validate_message,
.question_title {
	color: red;
	margin-left: 0.75em;
	font-size: 14px;
}

.flex-center {
	display: flex;
	align-items: center;
}

#question_title {
	width: 50%;
	height: 40px;
	padding: 10px;
	font-size: 16px;
	margin-left: 120px;
}

#question_quesion_default_ids_ {
	width: 50%;
	min-height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 16px;
	margin-left: 105px;
	border: 1px solid #CCC;
}

.note-payment {
	margin: 0px 0px 16px;
	font-size: 14px;
	color: #E71919;
}

.privacy {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 0px 0px 16px;
}

@media screen and (min-width: 1200px) {
	#drop-down-device-small {
		display: none;
	}

	.menu-has-child {
		padding-right: 14px !important;
	}

	#country_device_small {
		display: none;
	}

	#drop-down-country-small {
		display: none;
	}
}

.option_profile {
	margin-top: 10px;
}

.answer-option {
	margin-top: 21px;
	display: flex;
}

.answer-option-text {
	/* margin-bottom: 10px; */
	font-size: 17px;
}

.answer-option-details>div>div {
	display: flex;
	margin-left: 85px;
	align-items: center;
	margin-bottom: 10px;
}

.cicrle-checkbox {
	width: 20px;
	height: 20px;
	background-color: white;
	border-radius: 50%;
	margin-right: 20px;
	border: 1px solid #CCC;
}

.answer-option .input-readonly {
	display: flex;
	margin-left: 66px;
	align-items: center;
	margin-bottom: 10px;
}

.answer-option .input-readonly input {
	width: 425px;
	height: 40px;
	padding: 10px;
	border: 1px solid #CCC;
}

.note-question {
	clear: both;
	font-size: 12px;
	margin-bottom: 5px;
}

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

.flex {
	display: flex;
	align-items: center;
}

.download-report a {
	color: #4485F5;
	text-decoration: none;
}

.sale-off {
	background: #D56464;
	border-radius: 20px;
	padding: 12px 16px;
	color: #fff !important;
	font-size: 12px !important;
}

.panel-numbers {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.panel-numbers .panel-item {
	width: calc(20% - 8px);
	margin-right: 6px !important;
	margin-bottom: 8px;
	border-radius: 5px;
}

.panel-option {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	padding: 0 !important;
	cursor: pointer;
	width: 100%;
	white-space: normal;
	font-weight: normal;
	font-size: 16px !important;
}

.panel-option::before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 49%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #7D0B0D;
	content: '';
	opacity: 0;
}

.panel-option::after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 49%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 50%;
	content: '';
}

.option-recomend::before,
.option-recomend::after {
	top: 24%;
}

.panel_select:checked+.panel-option::before {
	opacity: 1;
}

.panel_select:checked+.panel-option::after {
	border: 2px solid #7D0B0D;
}

.panel-option {
	border: 1px solid #ccc;
}

.panel_select:checked+label {
	background-color: #fff !important;
}

.panel_select:checked+.panel-option {
	border: 1px solid #EB6157;
}

.panel-body {
	font-weight: 700;
	margin-left: 24px;
	padding: 0 12px;
}

.panel-top {
	padding: 0 12px;
	margin-left: 32px;
	height: 40px;
	line-height: 40px;
}

.panel-recomend {
	background: #DDF7DC;
	color: #EB6157;
	padding: 8px 12px;
}

.panel-recomend p {
	font-size: 14px;
}

.confirm-details span:nth-child(2) {
	color: #67ba64;
}


.confirm-details span:last-child {
	background: #D56464;
	border-radius: 14px;
	padding: 8px 12px;
	color: #fff !important;
	font-size: 12px !important;
}


@media screen and (min-width: 699px) {
	.formTD > .btn-condition.btn-add-condition-attr {
		display: none !important;
	} 	
}

.contentsForm.survey--client select {
	outline: none;
}

@media screen and (max-width: 698px) {
	.contentsForm.survey--client div.formTH {
		width: auto !important;
		padding: 10px 13px !important;
	}
	.contentsForm.survey--client .panel-numbers .panel-item { 
		width: auto;
	}

	.contentsForm.survey--client .answer-option {
		flex-direction: column;
	}
	.contentsForm.survey--client .answer-option-details {
		margin-top: 22.1px;
	}
	.contentsForm.survey--client .answer-option-details>div>div {
		margin-left: 0px;
	} 
	.contentsForm.survey--client .questionUnit > div:nth-of-type(2) {
		flex-direction: column;
    align-items: start;
	}
	.contentsForm.survey--client .questionUnit > div:nth-of-type(2) select {
		margin-left: 0px !important;
		margin-top: 8.9px;
		width: 100% !important;
	}

	.contentsForm.survey--client .questionUnit > div:nth-of-type(3) select,
	.contentsForm.survey--client .questionUnit > div:nth-of-type(3) textarea,
	.contentsForm.survey--client .questionUnit > div:nth-of-type(3) input,
	.contentsForm.survey--client .questionUnit > div:nth-of-type(3) .input-readonly  {
		margin-left: 0px !important;
	}

	.contentsForm.survey--client .panel-numbers {
		flex-direction: column;
	} 
	.contentsForm.survey--client .formTD > tr > td:nth-of-type(2) {
		display: flex;
    align-items: center;
    flex-wrap: nowrap;
	}
	.contentsForm.survey--client .formTD tr > td:nth-of-type(2) #value_filter {
		display: flex;
    align-items: center;
		margin-left: 0px !important;
		width: 100% !important;
		margin-top: 12px;
	}
	.contentsForm.survey--client .clearfix.filter_survey .formTD .flex {
		flex-direction: column;
    align-items: start;
	}
	.contentsForm.survey--client .clearfix.filter_survey .formTD tr > td:first-of-type {
		width: 40%;
	}
	.contentsForm.survey--client .submit {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.contentsForm.survey--client .submit .btn-active {
		width: 100%;
	}
	.contentsForm.survey--client .list_city_select,
	.contentsForm.survey--client #list_city_select  {
		display: flow-root !important;
	}
	.contentsForm.survey--client .add_new_city {
		display: block !important;
		float: unset !important;
	}
	.contentsForm.survey--client li.clearfix.image_survey .formTD { 
		width: 100% !important;
	}

	.contentsForm.survey--client li.clearfix.image_survey .formTD img { 
		margin-top: 12px;
		width: 100% !important;
		max-width: unset;
		max-height: unset;
	}

	.contentsForm.survey--client.confirm li.clearfix .formTD {
		width: 100% !important;
	}
	.confirm li.clearfix .formTD img {
		width: 100%;
	} 

	.contentsForm.survey--client.confirm .list_question .questionUnit > .flex-center {
		flex-direction: column;
		align-items: start !important;
	}
	.contentsForm.survey--client.confirm .list_question .questionUnit > .flex-center div {
		margin-left: 0px !important;
		width: auto !important;
	}
	.contentsForm.survey--client.confirm .list_question .questionUnit > .flex-center div:last-of-type {
		border: 0px !important;
    padding: 0px !important;
	}
	.contentsForm.survey--client.confirm .answer-option .input-readonly {
		margin-top: 8px;
		width: 100%;
		margin-left: 0px;
	}
	.contentsForm.survey--client.confirm .submit {
		display: flex;
	}
	.contentsForm.survey--client.confirm .submit a,
	.contentsForm.survey--client.confirm .submit input  {
		width: 50%;
		padding: 10px 15px;
	}
	.contentsForm.survey--client.confirm .submit a:first-of-type,
	.contentsForm.survey--client.confirm .submit input:first-of-type {
		margin-right: 16px;
	}
	.contentsForm.survey--client .formTD > p {
		display: flex;
		align-items: center;
	}
	.contentsForm.survey--client .textTranslation {
		margin-left: 0px;
	}
	.contentsForm.survey--client .show_filter {
		margin-left: 0px !important;
	}
	.contentsForm.survey--client .formTD .btn-condition {
		font-size: 13px;
		width: 100%;
		height: unset !important;
	}
	.contentsForm.survey--client .formTD .btn-condition.btn-add-condition-attr {
		margin-top: 10px;
	}
	.contentsForm.survey--client .formTD[style="max-width: 71%"] {
		max-width: unset !important;
	}
	.quoteArea {
		flex-wrap: wrap;
		justify-content: start;
		padding: 0px 12px;
	}
	.quoteArea > p:first-of-type {
		width: 100%;
		text-align: start;
		margin-bottom: 0px;
	}
	.quoteArea .sale-off {
		padding: 6px 16px !important;
	}
	.quoteArea > p {
		margin-left: 0px;
	}
	.quoteArea > p:nth-of-type(2) {
		margin-bottom: 2.5px;
		width: 100%;
		text-align: left;
	}
	.quoteArea > p:nth-of-type(3) {
		margin-top: 0px;
	}
	.quoteArea > p:nth-of-type(4) {
		margin-right: 0px;
		margin-top: 0px;
		margin-left: 10px;
	}
	.quoteArea > p:nth-of-type(5) {
		margin: 0;
		padding: 0;
	}

	.contentsForm.survey--client .clearfix.filter_survey table {
		display: unset !important;
	}

	.contentsForm.survey--client .clearfix.filter_survey tbody {
		display: grid;
    grid-row-gap: 25px;
	}
	.contentsForm.survey--client .clearfix.filter_survey tbody > tr {
		display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 100%;
	}

	.contentsForm.survey--client .clearfix.filter_survey tbody > tr:nth-of-type(2) > td:nth-of-type(2) {
		display: flex;
    flex-direction: column;
	}

	.contentsForm.survey--client .clearfix.filter_survey tbody > tr > td:first-of-type {
		order: 1;
    display: flex;
    align-items: center;
	}
	.contentsForm.survey--client .clearfix.filter_survey tbody > tr > td:nth-of-type(2) {
		order: 3;
    display: flex;
    align-items: center;
		width: 100%;
		margin-top: 15px;
	}
	.contentsForm.survey--client .clearfix.filter_survey tbody > tr > td:nth-of-type(2) > select {
		width: 100% !important;
	}
	.contentsForm.survey--client .clearfix.filter_survey tbody > tr > td:nth-of-type(3) {
		order: 2;
		display: flex;
		align-items: center;
	}
	.contentsForm.survey--client .clearfix.filter_survey tbody .btn-add-condition-attr {
		display: none !important;
	}
	.contentsForm.survey--client label.optionLabel[for="option_select_3"] {
		margin-top: 0px !important;
	}
	.contentsForm.survey--client label.optionLabel {
		margin-top: 16px !important;
	}
}
.text-right {
	text-align: right !important;
}
