﻿@charset "utf-8";
/* CSS Document */
/* ================================== 
	クリック問診の設定
===================================== */ 
*{
	box-sizing: border-box;
}
body {
	background-color: #E3EEF4;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.4rem;
	line-height: 1.7;
}
img {
	display: inline;
	vertical-align: bottom;
}
label {
	font-weight: normal;
	margin-bottom: 0;
}
a{
	color: #1E7EC7;
	text-decoration: none;
}
.inner {
	/* max-width: 1366px; */
	margin: 0 auto;
	padding: 0 20px;
}
.bodyInner {
	max-width: 1366px; 
	margin: 0 auto;
	padding: 0 20px;
}
.col {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.pointer {
	cursor: pointer;
}
/*.message {
	color: #303D64;
	text-align: center;
	margin: 30px 0 80px;
}
*/.space-between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/* ADD クリック問診ページ改修対応 BY 王 20220222 START */
.center_div {
  margin: auto;
  text-align: center;

}
/* ADD クリック問診ページ改修対応 BY 王 20220222 END */
.bold {
	font-weight: bold;
}
.small {
	font-size: 1.2rem;
}
.center {
	margin: auto;
	text-align: center;
}
.w2per {
	width: 2%;
}
.w20per {
	width: 20%;
}
.w25per {
	width: 25%;
}
.w30per {
	width: 30%;
}
.w70per {
	width: 70%;
}
.w75per {
	width: 75%;
}
.w80per {
	width: 80%;
}
.w40per {
	width: 40%;
}
.w60per {
	width: 60%;
}
.SPonly {
	display: none;
}
textarea {
	overflow: auto;
}
select::-ms-expand {
	display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 6px;
	border: none;
	background: url("../images/arrow_blue_under.svg") no-repeat right 10px center/12px 10px #ffffff;
}
.col.space-between .subBtn {
	margin-bottom: 10px;
}
.col.space-between .subBtn img {
	margin-bottom: 5px;
}


/*header*/
/*header {
	background-color: #0A1B4F;
	padding: 16px 0;
	margin-bottom: 0px;
}
header .titleArea{
	line-height: 1.7;
    align-items: center;
}
header #logo {
    margin-right: 16px;
	width: 134px;
}
header #logo img{
	width: 135px;
}*/
h1,
h2 {
	font-size: 2rem;
	color: #ffffff;
	margin: 0;
}
h1 {
	margin-top: 6px;
}
.blue {
		color: #303D64;
	}
.h1 {
	font-size: 2rem;
	color: #ffffff;
	margin-top: 6px;
}

/*作業ステップ図*/
.interviewStep {
	text-align: left;
	margin-left: auto;
	color: #CFD2DD;
	width: 400px;
}
.interviewStep li {
	color: #ffffff;
	font-size: 1rem;
	margin-left: 0;
	position: relative;
	text-align: center;
	width: calc(100% / 4);
}
.interviewStep .current {
	font-size: 1.1rem;
	font-weight: bold;
}
/*作業ステップ-ライン*/
.interviewStep li::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: 10px;
	width: 100px;
	height: 3px;
	background-color: #47ABC2;
}
.interviewStep li.current::before,
.interviewStep li.current ~ li::before {
	background-color: #435178;
}
.interviewStep li:last-of-type::before {
	display: none;
}
/*作業ステップ-丸*/
.interviewStep li::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	background: url("../images/check_M.svg") no-repeat top 5px left 2px #47ABC2;
	border-radius:50%;
}
.interviewStep li.current::after {
	background-image: none;
	background-color: #47ABC2;
}
.interviewStep li.current ~ li::after {
	background-image: none;
	background-color: #435178;
}
.stepFlow {
	text-align: left;
	color: #57595A;
	width: 360px;
}
.stepFlow li {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-left: 0;
	position: relative;
	text-align: center;
	width: calc(100% / 4);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.stepFlowCustomer li {
	width: calc(100% / 4);
}
.stepFlow .current {
	font-size: 1.3rem;
	font-weight: bold;
}
/*作業ステップ-ライン*/
.stepFlow li::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: 10px;
	width: 90px;
	height: 3px;
	background-color: #47ABC2;
}
.stepFlowCustomer li::before {
	width: 80px;
}
.stepFlow li.current::before,
.stepFlow li.current ~ li::before {
	background-color: #CED7DB;
}
.stepFlow li:last-of-type::before {
	display: none;
}
/*作業ステップ-丸*/
.stepFlow li::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 1px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	background: url("../images/check_M.svg") no-repeat top 6px left 2px #47ABC2;
	border-radius:50%;
}
.stepFlow li.current::after {
	background-image: none;
	background-color: #47ABC2;
}
.stepFlow li.current ~ li::after {
	background-image: none;
	background-color: #CED7DB;
}
/*Main*/
#Main {
	width: 900px;
	margin: 0 0 30px;
}
#wideMain {
	width: 100%;
	margin: 0;
	max-width: 100%;
}
.main-inner {
	background-color: #F9FBFC;
	border-radius: 20px;
	box-shadow: 0px 0px 10px #D2DCE1;
	padding: 20px 30px;
	margin-bottom: 30px;
}
.calloutArea {
	margin-top: -23px;
}
.callout {
	align-items: center;
	background-color: #C7E7EE;
	border-radius: 10px;
	justify-content: space-between;
	padding: 13px 20px;
	position: relative;
	margin: 0 21px 32px 0;
	width: 100%;
}
.callout::after {
	position: absolute;
	top: 50%;
	right: -12px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: #C7E7EE transparent transparent transparent;
}
h2 {
	color: #303D64;
	margin-top: 8px;
	padding: 0;
}
.callout h2{
	width: 500px;
}
.callout p {
	color: #303D64;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-left: auto;
	width: 200px;
}
.callout span {
	font-size: 1.8rem;
	margin: 0 6px;
}

h3 {
	color: #333333;
	font-size: 2rem;
	margin: 0;
	padding: 0;
	border: none;
}

/* ADD クリック問診ページ改修対応 BY 王 20220222 START */
.inlineblock {
  display: inline-block;
}

.rightblocksize {
  width: 300px;
}
.rightcontentnull {
  visibility:hidden;
}
.flexcenter {
 /* display: flex; */
  justify-content: space-around;
 }

.toiawasepadding {
  margin: 0 0 0 35px;
}
.buttonradius {
  border-radius: 15px;
}
.divWrap {
  margin-bottom: 0 auto;
}
/* ADD クリック問診ページ改修対応 BY 王 20220222 END */	
/*button*/
button{
	cursor: pointer;
	font-weight: bold;
	position: relative;
}
button .arrow{
	position: absolute;
}
button .arrow img{
	width: 10px;
}

.mainCommandBtn {
	color: #ffffff;
	background: #47ABC2;
	padding: 8px 30px;
	border: none;
	border-radius: 22px;
	box-shadow: 0px 3px 6px #D2DCE1;
}
.mainCommandBtn .arrow{
	right: 15px;
	top: 3px;
}

.subCommandBtn {
	background: #ffffff;
	border: 1px solid #47ABC2;
	border-radius: 27px;
	color: #47ABC2;
	padding: 8px 35px;
}

.subCommandBtnLogin {
	background: #ffffff;
	border: 1px solid #47ABC2;
	border-radius: 27px;
	color: #47ABC2;
	padding: 8px 35px;
}

.subCommandBtn .arrow{
	right: 15px;
	top: 0;
}

.subCommandBtnLogin .arrow{
	right: 15px;
	top: 0;
}

.subCommandBtn:disabled{
	background-color: #ECECEC;
	background-image: none;
	border: 1px solid #CECECE;
	border-radius: 18px;
	color: #CECECE;
	font-size: 0.9rem;
	padding: 5px 18px;
}

.subCommandBtnLogin:disabled{
	background-color: #ECECEC;
	background-image: none;
	border: 1px solid #CECECE;
	border-radius: 18px;
	color: #CECECE;
	font-size: 0.9rem;
	padding: 5px 18px;
}

.subBtn {
	background: transparent;
	border: none;
	color: #576587;
	margin-top: 10px;
	padding-left: 16px;
}
.subBtn .arrow{
	left: 5px;
	top: -10%;
}
/*お客様の情報入力欄*/
.inputList {
	width: 360px;
}
.inputList:first-of-type {
	width: 470px;
}
.inputList li:nth-of-type(n+2) {
	margin-top: 20px;
}
.inputList li p {
	margin-top: 8px;
}
.inputList .inputArea {
	width: 55%;
}
.inputList .inputArea input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 8px;
	margin-left: auto;
}

.inputList .requiredMark {
	font-size: 1.2rem;
	color: #ffffff;
	background-color: #C50505;
	border-radius: 18px;
	height: 21px;
	padding: 0 10px;
	margin-right: 12px;
}
.notRequred {
	margin-left: 56px;
}
select {
	width: 200px;
	height: 40px;
	border-radius: 6px;
	border: 1px solid #cccccc;
	padding: 8px;
	cursor: pointer;
}
.select {
	margin-left: auto;
}
.AgreeArea {
	border: 1px solid #C7E7EE;
	border-radius: 6px;
	margin: 0 auto 20px;
	padding: 20px;
	text-align: left;
	width: 90%;
}
.AgreeArea .BtnArea{
	margin:0 20%;
}

/*フリー問い合わせ*/

/*お客様の情報入力欄*/
.contact_list {
	width: 100%;
}
.contact_list:first-of-type {
	width: 100%;
}
.contact_list li:nth-of-type(n+2) {
	margin-top: 10px;
}
.contact_list .labelArea {
	width: 210px;
}
.contact_list .labelArea p {
	margin-top: 8px;
}
.contact_list .inputArea {
	width: 70%;
}
.contact_list .inputArea input[type="text"],
.contact_list .inputArea textarea {
	width: 100%;
	height: 40px;
	padding: 8px;
	margin-left: auto;
}
.contact_list .inputArea select {
	width: 50%;
    height: 40px;
	padding: 8px;
	margin-left: auto;
}
.contact_list .requiredMark {
	font-size: 1.2rem;
	color: #ffffff;
	background-color: #C50505;
	border-radius: 18px;
	height: 21px;
	padding: 0 10px;
	margin-right: 12px;
}
.notRequred {
	margin-left: 56px;
}
select {
	width: 200px;
	height: 40px;
	border-radius: 6px;
	border: 1px solid #cccccc;
	padding: 8px;
	cursor: pointer;
}
.select {
	margin-left: auto;
}
.wideAgreeArea {
	border: 1px solid #C7E7EE;
	border-radius: 6px;
	margin: 0 auto 20px;
	padding: 20px;
	text-align: left;
	width: 60%;
}
.wideAgreeArea .BtnArea{
	margin:0 20%;
}

/*分析リスト*/
.linkListWrap {
	margin-bottom: 30px;
}
.linklistBox{
	width: calc((100% - 40px) / 2);
}
.listTitle {
	font-size: 2.4rem;
	margin-bottom: 23px;
	width: 100%;
}
.linkList {
	flex-wrap: wrap;
}
.linkList2{
	margin-bottom: 30px;
}
.linkList li .help {
	justify-content: center;
	margin: 10px 0 -35px;
	font-size: 1.5rem;
}
.linkList li:nth-of-type(n+3) {
	margin-top: 60px;
}
.linkList button {
	font-size: 1.8rem;
	width: 190px;
	background-color: #ffffff;
	padding: 0;
}
.linkList2 li{
	flex: 1 1 370px;
	max-width: 370px;
}
.linkList2 li + li{
	margin-left: 20px;
}
.linkList2 button {
	border: 1px solid #47ABC2;
	color: #47ABC2;
	font-size: 1.8rem;
	height: 100%;
	background-color: #ffffff;
	padding: 20px;
	width: 100%;
}

.linkList2 button.button_checked {
	border: 1px solid #47ABC2;
	color: #ffffff;
	font-size: 1.8rem;
	height: 100%;
	background-color: #47ABC2;
	padding: 20px;
	width: 100%;
}

.list1 button {
	border: 1px solid #3B9669;
	color: #3B9669;
}
.list2 button {
	border: 1px solid #F58D02;
	color: #F58D02;
}

.list1 button.selected {
    border: 1px solid #3B9669;
    color: #FFFFFF;
    background: #3B9669;
}

.list2 button.selected {
    border: 1px solid #F58D02;
    color: #FFFFFF;
    background: #F58D02;
}

/*その他の分析*/
.another {
	padding-top: 36px;
	border-top: 1px solid #CECECE;
}
.another p {
	margin-right: 45px;
}
.another textarea {
	height: 60px;
	width: 710px;
	/*margin-left: auto;*/
}
/*あなたの問診票*/
.yourChart.empty {
	height: 550px;
}
.yourChart.empty > p {
	text-align: center;
	margin-top: 95px;
	color: #B3B3B3;
	font-size: 2rem;
}
/*IEでボタンリストが崩れるのを防ぐ*/
@media all and (-ms-high-contrast:none){
	.list2 {
		width: 400px;
	}
}


/*ここから入力フォーム*/
.tableType01 {
	width: 100%;
}
.tableType01 td{
	align-items: center;
}
table {
	margin: 0; 
	width: 100%;
}
#Main table:not(.innerTable) {
	border-collapse: separate;
	border-spacing: 0px 24px;
}
#Main th {
	vertical-align: top;
	font-size: 1.4rem;
	padding-top: 11px;
}
tr {
	vertical-align: super;
}
.inputForm input {
	width: calc(100% - 40px)/*100% - (inputの左右padding合計値)*/
}
input {
	border-radius: 6px;
	font-size: 1.4rem;
	padding: 7px 10px;
}
label {
	cursor: pointer;
}


.helpBtn {
	cursor: pointer;
}
.helpBtn:hover {
	opacity: 0.5;
}
button:hover {
	opacity: 0.7;
}
/*トグル*/
.radio-list {
	border: 1px solid #CECECE;
	border-radius: 20px;
	overflow: hidden;
	min-height: 38px;
}
.radio-list li + li {
	border-left: 1px solid #CECECE;
}
.radio-list input {
	display: none;
}
.radio-list input[type="radio"]:checked + label {
	color: #ffffff;
	font-weight: bold;
	background-color: #47ABC2;
}
.radio-list label {
	color: #333333;
	text-align: center;
	display: block;
	background-color: #ffffff;
	padding: 8px 16px;
	min-width: 120px;
	height: 100%;
}
.radio-list label:hover {
	background-color: #E9E9E9;
}
.harf-radio {
	width: 200px;
	height: 40px;
	margin-left: auto;
}
.harf-radio li {
	width: 50%;
}
.harf-radio li:nth-of-type(n+2) {
	margin-top: 0;
}
.harf-radio label {
	padding: 8px 0;
	min-width: inherit;
}

/*ラジオボタン*/
.radiobtn-list li{
	align-items: center;
	min-height: 46px;
	padding: 5px 0;
}
.radiobtn-list input[type="radio"]{
	display: inline-block;
	height: 15px;
	left: 7px;
	position: absolute;
	top: 3px;
	width: 15px;
}
.radiobtn-list .radiobtn-label{
    padding-left: 25px;
    position: relative;
}
.radiobtn-list .radiobtn-disabled + label{
    color: #B3B3B3;
}
.radiobtn-list .radiobtn-label:before {
    border: 1px solid #CECECE;
    background-color: #ffffff;
    border-radius: 50%;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 17px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 17px;
}
.radiobtn-list .radiobtn-checked-label{
    padding-left: 25px;
    position: relative;
    font-weight: bold;
}
.radiobtn-list .radiobtn-checked-label:before {
    border: 1px solid #CECECE;
    background: #47ABC2;
    border-radius: 50%;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 17px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 17px;
}
.radiobtn-list .radiobtn-checked-label:after {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 7px;
    left: 5px;
    position: absolute;
    top: 6px;
    width: 7px;
}
.radioBtn{
	align-items: center;
	position: relative;
}
.radioBtn + .radioBtn{
	margin-left: 20px;
}
.radioBtn label {
	margin-left: 5px;
}

/*自由入力エリア*/
.inputBox{
	align-items: center;
}
.radioBtn + .inputBox{
	margin-left: 20px;
}
.radioBtn + .inputBox input[type="number"]{
	width: 45px;
}
.radioBtn + .inputBox input[type="text"]{
	width: 100%;
}
.inputBox p{
	margin-left: 10px;
}

/*チェックボックス*/
input[type="checkbox"]{
	display: inline-block;
	height: 15px;
	left: 7px;
	position: absolute;
	top: 3px;
	width: 15px;
}
input[type="checkbox"] + label{
	padding-left: 25px;
	position: relative;
}
input[type="checkbox"] + label:before {
	border: 1px solid #CECECE;
	background-color: #ffffff;
	border-radius: 3px;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 17px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 17px;
}
input[type="checkbox"]:checked + label{
	font-weight: bold;
}
input[type="checkbox"]:checked + label:before {
	background: #47ABC2;
}
input[type="checkbox"]:checked + label:after {
	background: url("../images/check_S.svg") no-repeat;
	background-size: 14px 10px;
	content: "";
	display: block;
	height: 10px;
	left: 3px;
	position: absolute;
	top: 5px;
	width: 14px;
}
.checkBtn{
	align-items: center;
	display: inline-block;
	position: relative;
}
.checkBtn + .checkBtn{
	margin-left: 20px;
}
.checkBtn label {
	margin-left: 5px;
}

#valSet4 {
	margin-left: 45px;
}
/*スライダー*/
#Main .innerTable th {
	width: 46px;
}
.innerTable td{
	align-items: center;
}
/*スライダー-入力欄*/
.sliderVal input {
	width: 66px;
	height: 36px;
	margin-right: 12px;
	text-align: right;
}
.sliderVal p {
	margin: 8px 35px 0 0;
}
/*スライダー-スライダー*/
.slider input {
	border-radius: 0;
	font-size: 1.4rem;
	padding:0;
	position: relative;
	background-color: transparent;
	border: none;
	height: 15px;
	z-index: 10;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 0;
  width: 300px;
}
input[type=range]:focus {
  outline: none;
}
/*スライダー-目盛り*/
.slider .dataList {
	font-size: 1rem;
	color: #000000;
	width: 305px;
}
.slider .dataList li {
	position: relative;
	z-index: 1;
}
.slider .dataList li::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -12px;
	left: calc(50% - 3px);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #9EA4B5;
}
/*IE用目盛りスタイル*/
@media all and (-ms-high-contrast:none){
	.slider .dataList {
		width: 305px;
		margin-left: 0;
	}
}
/*FireFox用目盛りスタイル*/
@-moz-document url-prefix() {
	.slider .dataList {
		width: 305px;
		margin-left: 0;
	}
}
/* WebKit・Blink向け 溝のスタイル */
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #9EA4B5;
}
/* WebKit・Blink向け つまみのスタイル */
input[type=range]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #47ABC2;
  cursor: pointer;
  -webkit-appearance: none;
  /* 以下は つまみの縦位置調整 */
  margin-top: -7px;  /* (つまみの高さ - トラックの高さ) / 2 。つまみの高さは border を含む */	
}
/* 何故か上の margin-top 指定が Edge に効いてしまうので、Edge向けに設定をリセット */
@supports (-ms-ime-align: auto) {
	input[type=range]::-webkit-slider-thumb {
		margin-top: 0 !important;
	}
}
/* Edge・IE向け 溝のスタイル */
input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #9EA4B5;
	border: none;
}
/* Edge・IE向け つまみのスタイル */
input[type=range]::-ms-thumb {
  height: 15px;
  width: 15px;
	border: none;
  border-radius: 50%;
  background: #47ABC2;
  cursor: pointer;
  -webkit-appearance: none;
	padding: 0;
	margin: 0;
}
input[type=range]::-ms-thumb:select{
	background: transparent;
}
/* Edge・IE向け つまみより左側の色 */
input[type=range]::-ms-fill-lower,
input[type=range]:focus::-ms-fill-lower {
  background: #9EA4B5;
}
/* Edge・IE向け つまみより右側の色 */
input[type=range]::-ms-fill-upper,
input[type=range]:focus::-ms-fill-upper {
  background: #9EA4B5;
}
/* Edge・IE向け ポップアップを非表示に */
input[type=range]::-ms-tooltip {
  display: none;
}
/* FireFox向け 溝のスタイル */
input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #9EA4B5;
	border: none;
}
/* FireFox向け つまみのスタイル */
input[type=range]::-moz-range-thumb {
  height: 15px;
  width: 15px;
	border: none;
  border-radius: 50%;
  background: #47ABC2;
  cursor: pointer;
  -webkit-appearance: none;
	padding: 0;
	margin: 0;
}
/*ここまでスライダー*/
/*個数入力*/
.inputNumber input[type="number"] {
	width: 40px;
	text-align: right;
	position: relative;
	margin: 0 7px;
}
.inputNumber p {
	margin: 9px 40px 0 0;
}
/*個数入力-スピンボタンの変更*/

/*デフォルトのスピンボタンを非表示*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}

/** スピン全体 */
.spin {
	display: inline-flex;
}

/*.spin .spin-input {
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        text-align: right;
    }
自分で書いたinputのスタイルを効かせるために非表示
サンプルではこの記述を使って動いていたので余力があれば使いたい*/

/** 見た目だけのスピンボタン */
.spin .spin-minus,
.spin .spin-plus {
	font-size: 1.6rem;
	color: #ffffff;
	width: 40px;
	border: none;
	border-radius: 20px;
	background: #47ABC2;
	cursor: pointer;
	padding: 0;
	box-shadow: 0px 0px 6px #D2DCE1;
}
.spin .spin-minus:hover,
.spin .spin-plus:hover {
	opacity: 0.7;
}
textarea {
	resize: none;
	width: 660px;
	height: 60px;
	border-radius: 6px;
	padding: 10px;
}
/*ここまで入力フォーム*/

/*ログインエリア*/
.acount {
	border: 1px solid #C7E7EE;
	border-radius: 6px;
	margin: 0 auto 20px;
	padding: 20px;
	text-align: center;
	width: 600px;
}
.acount p {
	margin-bottom: 20px;
}
.acount textarea {
	width: 100%;
	height: 40px;
	padding: 8px;
}
.acount textarea:last-of-type {
	margin: 8px 0 15px;
}
.newAccount {
	width: 50%;
	padding-left: 20px;
	text-align: center;
}
.newAccount p {
	margin: 50px 0 15px;
}
.blueRoundBtn:hover {
	opacity: 0.5;
}
.blueRoundBtn.arrowBtn {
	
}
.btnparent {
	margin-top: 30px;
	border-top: 1px solid #CECECE;
	padding-top: 20px;
	text-align: center;
}
#Main .btnparent {
	margin-top: 0;
}
/*参考価格リスト*/
.inquiryList {
	border: 1px solid #C7E7EE;
	border-radius: 6px;
	margin: 30px auto 50px;
	width: 500px;
}
.listHead {
	background-color: #C7E7EE;
	text-align: center;
	color: #303D64;
	padding: 4px 0 10px;
}
.listContent {
	margin: 10px;
}
.listContent ul {
	margin-bottom: 10px;
}
.value {
	text-align: right;
	border-top: 1px solid #C7E7EE;
	font-size: 1.8rem;
	padding-top: 10px;
}
.value span {
	font-size: 2.2rem;
}

/*ヘルプ*/
.helpWrapper{
	margin-left: 5px;
	position: relative;
}
.helpIcon img {
	cursor: pointer;
	vertical-align: middle;
	width: 16px;
}
.helpContents{
	background: #fff;
	border: 1px solid #B3B3B3;
	border-radius: 6px;
	bottom: 30px;
	box-shadow: 0px 3px 6px #D2DCE1;
	display: none;
	left: -20px;
	padding: 20px;
	position: absolute;
	width: 433px;
	z-index: 10;
}
.helpContents:before{
	content: "";
	position: absolute;
	bottom: -14px;
	left: 22px;
	border: 6px solid transparent;
	border-top: 8px solid #FFF;
	z-index: 10;
}
.helpContents:after{
	content: "";
	position: absolute;
	bottom: -18px;
	left: 20px;
	border: 8px solid transparent;
	border-top: 10px solid #B3B3B3;
	z-index: 9;
}
.helpHeading{
	margin-bottom: 10px;
}
.helpWrapper:hover .helpContents{
	display: block;
}

.other{
	align-items: center;
}
.other dt{
	text-align: center;
	width: 120px;
}
.other dd{
	width: 360px;
}
.other input[type="text"]{
	width: 100%;
}

.helpContents{
	width: 180px;
}
.helpContents.left{
	left: auto;
	right: -20px;
}
.helpContents.left:before{
	left: auto;
	right: 22px;
}
.helpContents.left:after{
	left: auto;
	right: 20px;
}
.helpWrapper:active .helpContents{
	display: block;
}


/*ここまでMain*/

/*ここからあなたの問診票*/
.yourChart {
	width: 400px;
	background-color: #F9FBFC;
	border-radius: 22px;
	box-shadow: 0px 0px 10px #D2DCE1;
	overflow: hidden;
}
.yourChart .title {
	text-align: center;
	font-size: 1.8rem;
	color: #1B2B5B;
	background-color: #CAD4DD;
	padding: 11px 0;
	position: relative;
}
.yourChart > div {
	padding: 16px 20px 19px ;
}
/*参考価格*/
.referencePriceBox{
	background: #C7E7EE;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 15px 20px;
}
.referencePriceBox .title{
	background: transparent;
	font-size: 1.6rem;
}
.referencePriceBox .price{
	font-size: 1.8rem;
	width: 100%;
}
.tableTitle {
	font-size: 1.6rem;
	margin-bottom: 6px;
}
.yourChart table:not(.innerTable) {
	border-collapse: separate;
	border-spacing: 0px 12px;
}
.yourChart .innerTable {
	border-collapse: separate;
	border-spacing: 0px 3px;
}
.chart2 th {
	padding-left: 12px;
}
/*ここまであなたの問診票*/
.btnList {
	width: 600px;
	margin: 4% auto 6%;
	flex-wrap: wrap;
}
.btnList button {
	width: 240px;
/* MOD クリック問診ページ改修対応 BY 王 20220222 START */	
	/* height: 200px; */
	height: 120px;
/* MOD クリック問診ページ改修対応 BY 王 20220222 END */	
	color: #ffffff;
	box-shadow: 0px 0px 6px #D2DCE1;
	font-size: 2rem;
}
/* ADD クリック問診ページ改修対応 BY 王 20220222 START */	
.btnListRight {
	width: 260px;
	margin: 3% auto 3%;
	flex-wrap: wrap;
}
.btnListRight button {
	width: 240px;
	height: 120px;
	color: #ffffff;
	box-shadow: 0px 0px 6px #D2DCE1;
	font-size: 2rem;
}
/* ADD クリック問診ページ改修対応 BY 王 20220222 END */	
.orangeBtn button {
	background-color: #FFB62D;
	border: 1px solid #FFB62D;
}
.blueBtn button {
	background-color: #51A0FF;
	border: 1px solid #1E7EC7;
}

/* ADD クリック問診ページ改修対応 BY 王 20220222 START */	
.violetBtn button {
  background-color: #FFFFFF;
  border: 2px solid #8A2BE2;
  color: #0000FF;
 }
/* ADD クリック問診ページ改修対応 BY 王 20220222 END */	
button:hover {
	opacity: 0.7;
}

/*お問い合わせ内容確認*/
.inquiryContents{
	margin: 30px auto 50px;
	width: 700px;
}

/*サンプル情報_サンプル個数*/
.sampleCounts {
	width: 40px;
	text-align: right;
	position: relative;
	margin: 0 7px;
}


/*SPレイアウト設定*/
@media screen and (max-width:767px) {
	.PConly {
		display: none;
	}
	.SPonly {
		display: block;
	}
	.SPcenter {
		text-align: center;
	}
	.inner {
		padding: 0 10px;
		width: 100%;
	}
	header {
		margin-bottom: 10px;
	}
	header > .inner{
		padding: 0 20px;
	}
	header > .col {
		flex-direction: column;
	}
	header > .inner > .col{
		align-items: center;
	}
	header.notStepFlow {
		height: 50px;
	}
	header.notStepFlow #logo {
		text-align: center;
	}
	.acount{
		width: 100%;
	}
	h1,
	h2 {
		font-size: 1.6rem;
		color: #ffffff;
	}
	h1 {
		margin-top: 0;
	}
	

	/*ボタン*/
	.mainCommandBtn,
	.subCommandBtn,
	.subCommandBtnLogin,
	.subBtn{
		font-size: 1.2rem;
	}
	.subCommandBtn{
		padding: 8px;
	}
	.btnList {
		width: 240px;
		margin: 30px auto 50px;
		flex-direction: column;
	}
	.btnList li:nth-of-type(n+2) {
		margin-top: 30px;
	}
	.btnList button {
		height: 90px;
		font-size: 1.6rem;
	}
/* ADD クリック問診ページ改修対応 BY 王 20220222 START */	
	.btnListRight {
		width: 240px;
		margin: 30px auto 50px;
		flex-direction: column;
	}
	.btnListRight li:nth-of-type(n+2) {
		margin-top: 30px;
	}
	.btnListRight button {
		height: 90px;
		font-size: 1.6rem;
	}
/* ADD クリック問診ページ改修対応 BY 王 20220222 END */	
		
	/*作業ステップ図*/
	.interviewStep {
		margin: 10px auto 0;
		width: 100%;
	}
	/*作業ステップ-ライン*/
	.interviewStep li::before {
		bottom: -15px;
		margin-left: 10px;
		width: 100%;
	}
	/*作業ステップ-丸*/
	.interviewStep li::after {
		bottom: -24px;
	}
	/*Main*/
	#Main {
		margin: 0 0 90px;
		width: 100%;
	}
	.main-inner {
		margin-bottom: 10px;
		border-radius: 0;
		box-shadow: none;
		padding: 20px 10px;
	}
	.callout {
		flex-direction: column;
		margin-right: 0;
	}
	.callout::after {
	display: none;
}
	.callout h2{
		text-align: center;
		width: 100%;
	}
	h2 {
		color: #303D64;
		margin-top: 0;
	}
	.callout p {
		margin: 0;
		text-align: center;
		width: 100%;
	}
/* ADD クリック問診ページ改修対応 BY 王 20220222 START */
	.inlineblock {
		display: block;
 	 }
	.rightcontentnull{
	  display:none;
	}
	.rightblocksize{
      width: auto;
    }
	.divWrap {
		flex-direction: column;
		width: 100%;
		margin: 0 auto 50px;
	}
/* ADD クリック問診ページ改修対応 BY 王 20220222 END */
	/*リンクリスト*/
    .linkListWrap {
        flex-direction: column;
        /*width: 330px;*/
        width: 100%;
        margin: 0 auto 50px;
    }
    .linkList {
        /*width: 330px;*/
        width: 100%;
    }
	.list1 {
		margin: 0 0 50px 0;
	}
	.linklistBox{
		width: 100%;
	}
	.linkList2{
		flex-direction: column;
		margin-bottom: 30px;
	}
	.linkList2 button{
		width: 100%;
		min-height: 90px;
	}
	.linkList2 li{
		flex: 1 1 90px;
		max-width: 370px;
	}
    .linkList2 li.noDisplay{
		display:none;
	}
	.linkList2 li + li{
		margin-top: 30px;
		margin-left: 0;
	}
    .linkList li {
        width: calc((100% - 10px) / 2)
    }
    .linkList li .help {
        margin: 5px 0 -20px;
        font-size: 1.2rem;
    }
	.linkList li:nth-of-type(2n) {
		margin-left: 10px;
	}
	.linkList li:nth-of-type(n+3) {
		margin-top: 30px;
	}
    .linkList li > p {
        margin: 5px 0 -20px;
    }
    .linkList button {
        /*width: 160px;*/
        width: 100%;
        height: 90px;
        font-size: 1.5rem;
    }
	.linkList button img {
		width: 70%;
	}
	/*その他の分析*/
	.another {
		flex-direction: column;
	}
	.another p {
		margin-right: 0;
	}
	.another textarea {
		width: 100%;
		margin-left: 0;
	}
	.btnparent {
		border: none;
		margin: 0 0 90px;
	}
	/*参考価格リスト*/
	.inquiryList {
		margin: 30px auto 30px;
		width: 100%;
	}
	.listContent {
		margin-bottom: 10px;
	}
	.value {
		border-top: 1px solid #C7E7EE;
		font-size: 1.8rem;
		padding-top: 10px;
	}
	.value span {
		font-size: 2.2rem;
	}
	.subBtn img {
		margin-bottom: 4px;
	}
		.message {
	margin: 10px 0 30px;
}
	.loginWrap {
		width: 100%;
		padding: 20px;
		flex-direction: column;
	}
	.login {
		width: 100%;
		border-right: none;
		padding-right: 0;
	}
	.login p {
		margin-bottom: 10px;
	}
	.login textarea {
		width: 100%;
		margin-bottom: 10px;
	}
	.login textarea:last-of-type {
		margin: 0 0 15px;
	}
	.newAccount {
		width: 100%;
		padding-left: 0;
	}
	.newAccount p {
		margin: 30px 0 10px;
	}
	/*お客様の情報入力欄*/
	.inputList {
		width: 100%;
	}
	.inputList li.col,
	.listWrap {
		flex-direction: column;
	}
	.inputList:first-of-type {
		width: 100%;
	}
	.inputList li:nth-of-type(n+2) {
		margin-top: 40px;
	}
	.inputList text {
		width: 100%;
		margin: 10px auto 0;
	}
	.notRequred {
		margin-left: 0;
	}
	.inputList:nth-of-type(n+2) {
		margin-top: 40px;
	}
    .inputList .inputArea {
	    width: 100%;
    }
    .AgreeArea {
		width: 100%;
	}
	.AgreeArea .BtnArea{
		margin:0;
	}
	
	/*フリー問い合わせ*/
	.contact_list {
		width: 100%;
	}
	.contact_list li.col,
	.listWrap {
		flex-direction: column;
	}
	.contact_list:first-of-type {
		width: 100%;
	}
	.contact_list li:nth-of-type(n+2) {
		margin-top: 10px;
	}
	.notRequred {
		margin-left: 0;
	}

    .contact_list .labelArea {
	    width: 100%;
    }

    .contact_list .inputArea {
		width: 100%;
	}

    .contact_list .inputArea input[type="text"],
    .contact_list .inputArea textarea {
		width: 100%;
		margin: 10px auto 0;
	}

    .contact_list .inputArea select {
		width: 100%;
        margin: 10px auto 0;
	}

	.radio-list li {
		width: 50%;
	}
	.radio-list li:nth-of-type(n+2) {
		margin-top: 0;
	}
	.radio-list label {
		padding: 8px 0;
		min-width: inherit;
	}
    .wideAgreeArea {
		width: 100%;
	}
	.wideAgreeArea .BtnArea{
		margin:0;
	}

	/*ここから入力フォーム*/
	.inputForm input{
		width: 100%;
	}
	#Main table, #Main tbody, #Main tr, #Main th, #Main td {/*テーブルを縦積みにする*/
		display: block;
		}
	#Main th {
		padding-top: 0;
		margin-bottom: 8px;
	}
	#Main td{
		text-align: center;
	}
	tr {
		margin-top: 35px;
	}
	td.col {
	flex-direction: column;
	}
	/*ラジオボタン*/
	.radio-list li {
		width: 100%;
	}
	.radio-list label{
		align-items: center;
		display: flex;
		justify-content: center;
		line-height: 1.2;
		min-width: 110px;
	}
	.harf-radio {
		width: 200px;
		height: 40px;
		margin-left: auto;
	}
	.harf-radio li {
		width: 50%;
	}
	.harf-radio li:nth-of-type(n+2) {
		margin-top: 0;
	}
	.harf-radio label {
		width: 100px;
		padding: 8px 0;
		min-width: 100px;;
	}
	/*チェックボックス*/
	.checkBtn{
		display: inline-block;
		margin-top: 20px;
		text-align: center;
	}
	input[type="checkbox"]{
		left: 10px;
		top: 4px;
	}
	.unknownBtn {
		margin: 10px 0 0 auto;
	}
	.unknownBtn label {
		margin-left: 30px;
	}
	/*スライダー*/
	#Main .innerTable th {
		width: 20%;
		font-weight: 600;
		margin: 0 auto 20px;
		float: left;
	}
	/*スライダー-入力欄*/
	.sliderVal {
		margin-left: auto;
	}
	/*スライダー-スライダー*/
	.slider {
		width: 299px;
		margin: auto;
	}
	input[type="range"] {
		width: 100%;
	}
	/*スライダー-目盛り*/
	.slider .dataList {
		color: #000000;
		font-size: 1rem;
		width: calc(100% + 5px);
	}
	/*ここまでスライダー*/
	/*粘度*/
	.nendo .col {
		flex-wrap: wrap;
	}
	.nendo td .col{
		justify-content: center;
	}
	.nendo td .col.other{
		justify-content: flex-start;
	}
	.nendo li {
		width: 50%;
		height: 38px;
	}
	.nendo li + li {
		border-left: none;
	}
	.nendo li:nth-of-type(n+3) {
		border-top: 1px solid #CECECE;
	}
	.nendo li:nth-of-type(2n) {
		border-left: 1px solid #CECECE;
	}
		/*個数入力*/
	.spin {
		margin: auto;;
	}
	.inputNumber input[type="text"] {
		width: 40px;
		text-align: right;
		position: relative;
		margin: 0 7px;
	}
	.inputNumber p {
		margin: 9px 0 10px;
	}
	/*個数入力-スピンボタンの変更*/
	/*デフォルトのスピンボタンを非表示*/
	input[type="number"]::-webkit-outer-spin-button,
	input[type="number"]::-webkit-inner-spin-button {
			-webkit-appearance: none;
			margin: 0;
	}
	input[type="number"] {
		-moz-appearance:textfield;
	}

	/** スピン全体 */
	.spin {
		display: flex;
		justify-content: center;
	}
	textarea {
		width: 100%;
		margin-bottom: 20px;
	}
	/*問い合わせ内容確認*/
	.inquiryContents{
		width: 100%;
	}
	
	.other dt{
		text-align: left;
	}
		.helpContents{
		width: 200px;
	}
		
	
	/*ここからあなたの問診票*/
	.yourChart {
		width: calc(100% - 20px);
		margin: 10px;
		height: auto;
		box-shadow: none;
		z-index: 11;
	}
	#yourchart .title {
		position: relative;
	}
	#closeBtn {
		background-color: transparent;
		border: none;
		padding: 2px;
		position: absolute;
		right: 20px;
		top: 10px;
	}
	#closeBtn img{
		width: 15px;
	}	
	#yourChart {
		bottom: 0;
		position: fixed;
		z-index: 11;
		left: 0;
		height: 100%;
		width: 100%;
		overflow: auto;
		background-color: rgba(0,0,0,0.5);
	}
	.yourChartBtnArea{
		background: rgba(0,0,0,0.5);
		bottom: 0;
		left: 0;
		padding: 10px;
		position: fixed;
		width: 100%;
		z-index: 20;
	}
	.yourChartBtn {
		background: #CAD4DD;
		border: none;
		border-radius: 10px;
		box-shadow: none;
		color: #1B2B5B;
		font-size: 2.0rem;
		padding: 10px;
		width: 100%;
	}
	/*ここまであなたの問診票*/
	
	
	
	
	

	
	
	

}
