@charset "shift_jis";

/* ======================================================
	* PC
====================================================== */
@media print,screen and (min-width: 751px) {

	/* ------------------------------------------------------
	 * header
	------------------------------------------------------ */
	.Header {
		background-color: initial;
		padding-bottom: 22px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 21px;

		/* width: 100%; */
	}

	body[data-browser="ie11"] .Header {
		background-color: #fff;
	}

	.HeaderBody {
		/* max-width: 1200px;
		width: 100%; */
	}

	.header-identity {
		background-image: url(../img/question_tx01.png);
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: 588px auto;
		display: flex;
		justify-content: space-between;
	}

	.identity_logo {
		text-align: left;
	}

	.header-text {
		display: none;
	}

	/* ------------------------------------------------------
	 * contents
	------------------------------------------------------ */
	.Main {
		background-image: url(../img/question_contents_bg01.png),url(../img/question_contents_bg02.png);
		background-position: left top, center 50px;
		background-repeat: repeat, repeat-x;
	}

	/* .breadcrumbs {
		max-width: 1200px;
		width: 100%;
	}
	
	.container {
		max-width: 1200px;
		width: 100%;
	} */

	.contents {
		padding-top: 85px;
	}

	/* ----- wrp-question ----- */
	.wrp-question {
		height: 635px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 1030px;
	}

	.wrp-question .each-q {
		cursor: pointer;
		position: absolute;
	}

	.wrp-question .each-q img {
		display: none;
	}

	.wrp-question .each-q:hover {
		background-position: right top;
	}

	.wrp-question .each-q[data-question="1"] {
		background-image: url(../img/question_nv01_pc.png);
		height: 275px;
		left: 21px;
		top: 27px;
		width: 276px;
	}

	.wrp-question .each-q[data-question="2"] {
		background-image: url(../img/question_nv02_pc.png);
		height: 205px;
		left: 411px;
		top: 5px;
		width: 183px;
	}

	.wrp-question .each-q[data-question="3"] {
		background-image: url(../img/question_nv03_pc.png);
		height: 349px;
		left: 610px;
		top: 1px;
		width: 335px;
	}

	.wrp-question .each-q[data-question="4"] {
		background-image: url(../img/question_nv04_pc.png);
		height: 235px;
		left: 293px;
		top: 181px;
		width: 220px;
	}

	.wrp-question .each-q[data-question="5"] {
		background-image: url(../img/question_nv05_pc.png);
		height: 288px;
		left: 62px;
		top: 329px;
		width: 290px;
	}

	.wrp-question .each-q[data-question="6"] {
		background-image: url(../img/question_nv06_pc.png);
		height: 264px;
		left: 488px;
		top: 314px;
		width: 243px;
	}

	.wrp-question .each-q[data-question="7"] {
		background-image: url(../img/question_nv07_pc.png);
		height: 277px;
		left: 753px;
		top: 340px;
		width: 277px;
	}

	/* ----- question modal ----- */
	.wrp-question .modal-backdrop {
		border-color: rgba(102, 102, 102, .85);
	}

	.wrp-question .modal-dialog[data-cts="question"] {
		max-width: 784px;
		width: 100%;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-content {
		border-color: rgba(51, 51, 51, .3);
		border-style: solid;
		border-width: 4px;
		border-radius: 36px;
		box-shadow: none;
		padding-bottom: 27px;
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 12px;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-upper {
		padding-bottom: 7px;
		text-align: center;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-upper .cate-heading {
		margin-left: auto;
		margin-right: auto;
		width: 300px;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-upper .close {
		background-color: #333;
		border-radius: 100%;
		height: 55px;
		opacity: 1;
		position: relative;
		text-indent: -999em;
		width: 55px;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-upper .close:hover {
		background-color: #999;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-upper .close::before,
	.wrp-question .modal-dialog[data-cts="question"] .modal-upper .close::after {
		content: "";
		height: 30px;
		left: 50%;
		position: absolute;
		top: 50%;
		width: 30px;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-upper .close::before {
		border-left: 3px solid #fff;
		-webkit-transform: translate(-15%, -80%) rotate(-45deg);
		transform: translate(-15%, -80%) rotate(-45deg);
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-upper .close::after {
		border-right: 3px solid #fff;
		-webkit-transform: translate(-80%, -80%) rotate(45deg);
		transform: translate(-80%, -80%) rotate(45deg);
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main .q-category {
		display: flex;
		justify-content: space-between;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main .eact-ques {
		width: 373px;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main .eact-ques .frame {
		border: 6px solid #ccc;
		border-radius: 100%;
		cursor: pointer;
		height: 373px;
		position: relative;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main .eact-ques .frame:hover::before {
		border-style: solid;
		border-width: 8px;
		border-radius: 100%;
		content: "";
		height: 375px;
		left: -7px;
		position: absolute;
		top: -7px;
		width: 375px;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main [data-cate="1"] .eact-ques .frame:hover::before {
		border-color: #88c033;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main [data-cate="2"] .eact-ques .frame:hover::before {
		border-color: #c776c7;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main [data-cate="3"] .eact-ques .frame:hover::before {
		border-color: #ff70aa;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main [data-cate="4"] .eact-ques .frame:hover::before {
		border-color: #66a2ee;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main [data-cate="5"] .eact-ques .frame:hover::before {
		border-color: #778bee;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main [data-cate="6"] .eact-ques .frame:hover::before {
		border-color: #ffb333;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main [data-cate="7"] .eact-ques .frame:hover::before {
		border-color: #f48888;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main .eact-ques .frame .btn_see_answer {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		text-align: center;
		width: 182px;
		z-index: 1;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main .eact-ques .frame:hover .btn_see_answer {
		background-image: url(../img/question_bt_pc_see_answer02.png);
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main .eact-ques .frame:hover .btn_see_answer img {
		opacity: 0;
	}

	.wrp-question .modal-dialog[data-cts="question"] .btn-close {
		background-color: #fff;
		border-color: #676767;
		border-style: solid;
		border-width: 3px;
		border-radius: 8px;
		bottom: 0;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.5rem;
		font-weight: bold;
		height: 40px;
		left: 50%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		position: absolute;
		width: 230px;
		-webkit-transition: all .2s ease-out 0s;
		transition: all .2s ease-out 0s;
		-webkit-transform: translate(-50%, 80px);
		transform: translate(-50%, 80px);
	}

	.wrp-question .modal-dialog[data-cts="question"] .btn-close:hover {
		background-color: #eee;
	}

	.wrp-question .modal-dialog[data-cts="question"] .btn-close::before,
	.wrp-question .modal-dialog[data-cts="question"] .btn-close::after {
		content: "";
		height: 15px;
		position: absolute;
		top: 50%;
		width: 15px;
	}

	.wrp-question .modal-dialog[data-cts="question"] .btn-close::before {
		border-left: 2px solid #675f5f;
		left: 10px;
		-webkit-transform: translateY(-70%) rotate(-45deg);
		transform: translateY(-70%) rotate(-45deg);
	}

	.wrp-question .modal-dialog[data-cts="question"] .btn-close::after {
		border-right: 2px solid #675f5f;
		left: 1px;
		-webkit-transform: translateY(-70%) rotate(45deg);
		transform: translateY(-70%) rotate(45deg);
	}

	/* ----- answer modal ----- */
	.wrp-question .modal-dialog[data-cts="answer"] {
		max-width: 613px;
		width: 100%;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .frame {
		background-color: #fff;
		border-style: solid;
		border-width: 8px;
		border-radius: 100%;
		height: 613px;
		padding: 14px;
		position: relative;
		text-align: center;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .frame[data-answer="yes"] {
		border-color: #007bc5;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .frame[data-answer="no"] {
		border-color: #ff0000;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .btn-arw-l {
		background-color: #fff;
		border: 2px solid #ccc;
		border-radius: 5px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.5rem;
		font-weight: bold;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 230px;
		-webkit-transition: all .2s ease-out 0s;
		transition: all .2s ease-out 0s;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .btn-arw-l::before {
		border-bottom: 2px solid #675f5f;
		border-left: 2px solid #675f5f;
		content: "";
		height: 10px;
		left: 10px;
		position: absolute;
		top: 50%;
		width: 10px;
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}

	.wrp-question .modal-dialog[data-cts="answer"] .btn-arw-l:hover {
		background-color: #eee;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .btn-arw-l a {
		color: #000;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		width: 100%;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .btn-arw-l+.btn-arw-l {
		margin-top: 10px;
	}

	/* ----- answer modal link text ----- */
	.wrp-question .modal-dialog[data-cts="answer"] .link-text {
		position: absolute;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .link-text a {
		font-size: 1.2rem;
		text-decoration: underline;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .link-text a span {
		display: inline-block;
		padding-left: 22px;
		position: relative;
		text-decoration: underline;
		-webkit-transition: all .2s ease-out 0s;
		transition: all .2s ease-out 0s;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .link-text a span::before,
	.wrp-question .modal-dialog[data-cts="answer"] .link-text a span::after {
		content: "";
		position: absolute;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .link-text a span::before {
		background-color: #666;
		border-radius: 100%;
		height: 16px;
		left: 0px;
		top: 3px;
		width: 16px;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .link-text a span::after {
		border-style: solid;
		border-width: 3px 0 3px 6px;
		border-color: transparent transparent transparent #ffffff;
		left: 6px;
		top: 8px;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .link-text a:hover {
		text-decoration: none;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .link-text a:hover span {
		position: relative;
		text-decoration: none;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .link-text a:hover span::before {
		background-color: #999;
	}

	.wrp-question #modal-2_2 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="1"] {
		bottom: 135px;
		left: 108px;
	}

	.wrp-question #modal-4_1 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="1"] {
		bottom: 202px;
		left: 438px;
	}

	.wrp-question #modal-4_1 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="1"] a.a-blank::after {
		margin-left: 0;
	}

	.wrp-question #modal-4_1 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="2"] {
		bottom: 132px;
		left: 108px;
	}

	.wrp-question #modal-7_2 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="1"] {
		bottom: 238px;
		left: 428px;
	}

	.wrp-question #modal-7_2 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="2"] {
		bottom: 132px;
		left: 108px;
	}

	/* ----- button enquete ----- */
	.wrp-question+.btn-enquete {
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 40px;
		width: 232px;
	}






















	/* ------------------------------------------------------
	 * footer
	------------------------------------------------------ */
	.Footer {
		background-color: #0066cc;
		margin-top: 0;
		/* width: 100%; */
	}

	.FooterBody {
		/* max-width: 1200px;
		width: 100%; */
	}



	













}

/* ======================================================
 * PC Media Queries
====================================================== */
/***
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 751px) and (max-width: 1920px) {
}
***/

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 750px) {

	/* ------------------------------------------------------
	 * header
	------------------------------------------------------ */
	.Header {
		background-color: initial;
		padding-bottom: 9px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
	}

	.header-identity {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.identity_logo {
		width: 141px;
	}

	.jasrac_logo {
		width: 77.5px;
	}

	.header-text {
		
	}

	/* ------------------------------------------------------
	 * contents
	------------------------------------------------------ */
	.Main {
		background-image: url(../img/question_contents_bg01.png), url(../img/question_contents_bg02.png);
		background-position: left top, center 52px;
		background-repeat: repeat, repeat-x;
		background-size: auto, contain;
	}

	.contents {
		padding-top: 20px;
	}

	/* ----- wrp-question ----- */
	.wrp-question {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-left: 10px;
		padding-right: 10px;
	}

	.wrp-question .each-q {
		background-repeat: no-repeat;
		width: 46.15%;
	}

	.wrp-question .each-q:nth-child(n+3) {
		margin-top: 20px;
	}

	.wrp-question .each-q img {
		display: block;
	}

	.wrp-question .each-q[data-question="7"] {
		text-align: center;
		width: 100%;
	}

	.wrp-question .each-q[data-question="7"] img {
		margin-left: auto;
		margin-right: auto;
		width: 46.15%;
	}

	/* ----- question modal ----- */
	.wrp-question .modal-backdrop {
		border-color: rgba(102, 102, 102, .85);
	}

	.wrp-question .modal-dialog[data-cts="question"] {
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-content {
		border-color: #676767;
		border-style: solid;
		border-width: 2px;
		border-radius: 18px;
		box-shadow: none;
		padding-bottom: 16px;
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 6px;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-upper {
		padding-bottom: 15px;
		text-align: center;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-upper .cate-heading {
		margin-left: auto;
		margin-right: auto;
		padding-top: 6px;
		width: 210px;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-upper .close {
		background-color: #333;
		border-radius: 100%;
		height: 30px;
		opacity: 1;
		position: relative;
		text-indent: -999em;
		width: 30px;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-upper .close::before,
	.wrp-question .modal-dialog[data-cts="question"] .modal-upper .close::after {
		content: "";
		height: 17px;
		left: 50%;
		position: absolute;
		top: 50%;
		width: 17px;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-upper .close::before {
		border-left: 2px solid #fff;
		-webkit-transform: translate(-15%, -80%) rotate(-45deg);
		transform: translate(-15%, -80%) rotate(-45deg);
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-upper .close::after {
		border-right: 2px solid #fff;
		-webkit-transform: translate(-80%, -80%) rotate(45deg);
		transform: translate(-80%, -80%) rotate(45deg);
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main .q-category {
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main .eact-ques:nth-child(n+2) {
		margin-top: 15px;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main .eact-ques .frame {
		border: 3px solid #ccc;
		border-radius: 100%;
		cursor: pointer;
		height: 274px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 274px;
	}

	.wrp-question .modal-dialog[data-cts="question"] .modal-main .eact-ques .frame .btn_see_answer {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		text-align: center;
		width: 144px;
		z-index: 1;
	}

	.wrp-question .modal-dialog[data-cts="question"] .btn-close {
		background-color: #fff;
		border-color: rgba(51, 51, 51, .3);
		border-style: solid;
		border-width: 1.5px;
		border-radius: 5px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.3rem;
		font-weight: bold;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		position: relative;
		width: 170px;
	}

	.wrp-question .modal-dialog[data-cts="question"] .btn-close::before,
	.wrp-question .modal-dialog[data-cts="question"] .btn-close::after {
		content: "";
		height: 15px;
		position: absolute;
		top: 50%;
		width: 15px;
	}

	.wrp-question .modal-dialog[data-cts="question"] .btn-close::before {
		border-left: 2px solid #675f5f;
		left: 10px;
		-webkit-transform: translateY(-70%) rotate(-45deg);
		transform: translateY(-70%) rotate(-45deg);
	}

	.wrp-question .modal-dialog[data-cts="question"] .btn-close::after {
		border-right: 2px solid #675f5f;
		left: 1px;
		-webkit-transform: translateY(-70%) rotate(45deg);
		transform: translateY(-70%) rotate(45deg);
	}

	/* ----- answer modal ----- */
	.wrp-question .modal-dialog[data-cts="answer"] .frame {
		background-color: #fff;
		border-style: solid;
		border-width: 4px;
		border-radius: 100%;
		/* height: 345px; */
		height: 294px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		position: relative;
		text-align: center;
		/* max-width: 345px; */
		max-width: 294px;
		width: 100%;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .frame[data-answer="yes"] {
		border-color: #007bc5;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .frame[data-answer="no"] {
		border-color: #ff0000;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .wrp-button {
		bottom: 0;
		left: 0;
		margin-bottom: -110px;
		position: absolute;
		width: 100%;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .btn-arw-l {
		background-color: #fff;
		border: 2px solid #ccc;
		border-radius: 3px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.3rem;
		font-weight: bold;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 170px;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .btn-arw-l::before {
		border-bottom: 1px solid #675f5f;
		border-left: 1px solid #675f5f;
		content: "";
		height: 7.5px;
		left: 10px;
		position: absolute;
		top: 50%;
		width: 7.5px;
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}

	.wrp-question .modal-dialog[data-cts="answer"] .btn-arw-l a {
		color: #000;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		text-decoration: none;
		width: 100%;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .btn-arw-l+.btn-arw-l {
		margin-top: 10px;
	}

	/* ----- answer modal link text ----- */
	.wrp-question .modal-dialog[data-cts="answer"] .link-text {
		position: absolute;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .link-text a {
		font-size: 0.5rem;
		text-decoration: underline;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .link-text a span {
		display: inline-block;
		padding-left: 16px;
		position: relative;
		text-decoration: underline;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .link-text a span::before,
	.wrp-question .modal-dialog[data-cts="answer"] .link-text a span::after {
		content: "";
		position: absolute;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .link-text a span::before {
		background-color: #666;
		border-radius: 100%;
		height: 10px;
		left: 0px;
		top: 3px;
		width: 10px;
	}

	.wrp-question .modal-dialog[data-cts="answer"] .link-text a span::after {
		border-style: solid;
		border-width: 2px 0 2px 4px;
		border-color: transparent transparent transparent #ffffff;
		left: 4px;
		top: 6px;
	}

	.wrp-question #modal-2_2 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="1"] {
		bottom: 42px;
		left: 44px;
		overflow: hidden;
		text-indent: -999em;
	}

	.wrp-question #modal-2_2 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="1"] a {
		display: block;
		height: 13px;
		width: 182px;
	}

	.wrp-question #modal-4_1 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="1"] {
		left: 129px;
		overflow: hidden;
		text-indent: -999em;
	}

	.wrp-question #modal-4_1 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="1"] a {
		display: block;
		height: 8px;
		width: 35px;
	}

	[data-browser="safari"] .wrp-question #modal-4_1 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="1"] {
		bottom: 80px;
	}

	[data-browser="chrome"] .wrp-question #modal-4_1 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="1"] {
		bottom: 86px;
	}

	.wrp-question #modal-4_1 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="1"] a.a-blank::after {
		margin-left: 0;
	}

	.wrp-question #modal-4_1 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="2"] {
		bottom: 18px;
		left: 86px;
		overflow: hidden;
		text-indent: -999em;
	}

	.wrp-question #modal-4_1 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="2"] a {
		display: block;
		height: 25px;
		width: 118px;
	}

	.wrp-question #modal-4_1 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="2"] span i {
		display: none;
	}

	.wrp-question #modal-7_2 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="1"] {
		bottom: 93px;
		left: 194px;
		overflow: hidden;
		text-indent: -999em;
	}

	.wrp-question #modal-7_2 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="1"] a {
		display: block;
		height: 14px;
		width: 80px;
	}

	.wrp-question #modal-7_2 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="2"] {
		bottom: 15px;
		left: 85px;
		overflow: hidden;
		text-indent: -999em;
	}

	.wrp-question #modal-7_2 .modal-dialog[data-cts="answer"] .link-text[data-answer-text="2"] a {
		display: block;
		height: 25px;
		width: 118px;
	}

	/* ----- button enquete ----- */
	.wrp-question+.btn-enquete {
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		padding-bottom: 30px;
		width: 231px;
	}






















	/* ------------------------------------------------------
	 * footer
	------------------------------------------------------ */
	.Footer {
		background-color: #0066cc;
		margin-top: 0;
		;
	}













}

/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 750px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
}