@charset "utf-8";

.sectionArea .contactusArea {
    width: 700px;
    margin: 25px auto;
    padding: 40px;
    background-color: #f5f5f5;
}

.sectionArea .contactusArea .allindent{
    text-indent: 0;
    margin: 0px 0px 20px 0px;
    font-size: 20px;
    color: #02a2b9;
}

.sectionArea .first{
    margin-bottom: 40px;
}

.sectionArea .contactusArea .contactusList{
    text-indent: 0;
    margin: 0px 0px 20px 15px;
}

.sectionArea .contactusArea .contactusList:last-of-type{
    margin-bottom: 0px;
}

.sectionArea .contactusTable .tableHeadline {
	font-weight: 600;
	font-size: 18px;
}

.sectionArea .contactusTable tr:nth-of-type(6) td {
	text-align: left;
}

/* -- テーブル下注意書き --*/
.contactusMsg{
    padding: 0px 0px 15px 0px;
    width: 67%;
    margin: auto;
	margin-top: 10px;
}

.red{
	color: #FF0000;
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
	font-weight: normal;
}

.redNotes {
	margin-top: 10px;
}

.otherTxt {
	padding-left: 0;
	text-indent: 0;
}

.asterisk {
	padding: 0 3px;
	color: #FF0000;
}

.sectionArea .contactusTable .txtAreaHead {
	padding-bottom: 0;
}

.errorMsg{
    color: #FF0000;
    margin: 0px 160px;
    width: 65%;
    display: inline-block;
}

/* -- テーブル -- */
.sectionArea .contactusTable{
    border: none;
    width: 70%;
    margin: 0 auto;
}

.sectionArea .contactusTable th{
    text-align: left;
    background-color: #fff;
    color: #02a2b9;
}

.sectionArea .contactusTable .contactusDetails{
    padding-top: 55px;
}

.sectionArea .contactusTable td{
    border: none;
    vertical-align: middle;
}

.sectionArea td .contactusSelect{
    width: 98%;
    margin: 15px 0px;
    height: 38px;
    background-color: #f0f9fb;
    border: 1px solid #B0C4DE;
}

.sectionArea td .contactusInput{
    width: 95%;
    height: 20px;
    padding: 0.5em;
    margin: 15px 0px;
    background-color: #f0f9fb;
    border: 1px solid #B0C4DE;
}

.sectionArea td textArea{
    padding: 0.5em;
    width: 98%;
    background-color: #f0f9fb;
    border: 1px solid #B0C4DE;
    resize: vertical;
    max-height: 500px;
    min-height: 100px;
}

.sectionArea .contactusTable .contactusTable_details {
	border: none;
}

.sectionArea .contactusTable .contactusTable_details p {
	text-align: left;
}

.notes {
	font-size: 14px;
    padding: 0px 0px 0px 0px;
    color: #000;
	display: inline-block;
	margin: 10px 0;
}

/* -- トップページへのリンク -- */
.sectionArea .thankyouLink{
    text-align: center;
    margin: 80px 0px 0px 0px;
}

/* -- 送信完了メッセージ -- */
.sectionArea .contactusArea .thankyouMsg{
    text-indent: 0;
    margin: 0px 0px 40px 0px;
    font-size: 20px;
    color: #02a2b9;
}

label,input {
	cursor: pointer;
}

/* -- ポリシーに関して追加 -- */
.sectionArea .policyArea {
    width : 700px;
    margin: 5px 25px auto;
    padding: 40px;
    background-color: #f5f5f5;
    font-size: 14px;
}

.sectionArea .policyArea .policyList li{
  list-style-type: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
  position: relative;
}

.sectionArea .policyArea .policy li{
  list-style-type: square;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
  position: relative;
}

.sectionArea .policyArea .aboutWeb li{
  list-style: none;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
  position: relative;
}

.no_linkBtn {
    margin: 0;
    text-align: center;
}

.no_linkBtn a {
    display: inline-block;
    text-align: center;
    margin:  auto;
    min-width: 180px;
    padding: 12px 10px;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
    background-color: #a9a9a9;
    border-radius: 5px;
    text-decoration: none;
}
.no_linkBtn a:hover {
    text-decoration: none;
}

.no_linkBtn.bigBtn a {
    font-size: 16px;
    line-height: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
}

.no_linkBtn.bigBtn a:hover {
    text-decoration: none;
}

.sectionArea .agreeArea {
	display: block;
    width : 250px;
    margin: auto;
    padding: 10px;
    background-color: #ffdab9;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
}

@media screen and (max-width:480px) { 
	.sectionArea .contactusArea {
		box-sizing: border-box;
		width: 100%;
		padding: 20px;
		font-size: 14px;
	}
	
	.sectionArea .contactusArea .allindent {
		font-size: 16px;
	}
	
	.sectionArea .contactusArea .contactusList {
		margin: 0 0 20px 0;
	}
	
	.sectionArea .contactusTable {
		width: 100%;
		margin-top: 20px;
	}
	
	.sectionArea .contactusTable tr {
		display: block;
		margin-bottom: 20px;
	}
	
	.sectionArea .contactusTable tr:nth-of-type(6),
	.sectionArea .contactusTable tr:nth-of-type(10),
	.sectionArea .contactusTable_details tr:nth-of-type(9),
	.sectionArea .contactusTable_details tr:nth-of-type(11),
	.sectionArea .contactusTable_details tr:nth-of-type(18),
	.sectionArea .contactusTable_details tr:nth-of-type(21),
	.sectionArea .contactusTable_details tr:nth-of-type(23) {
		margin-bottom: 0;
	}
	
	.sectionArea .contactusTable_details tr:nth-of-type(10),
	.sectionArea .contactusTable_details tr:nth-of-type(12) {
		padding-left: 1em;
		text-indent: -1em;
	}
	
	.sectionArea .contactusTable_details tr:nth-of-type(13) {
		margin-bottom: 8px;
	}
	
	.sectionArea .contactusTable tr:nth-of-type(6) td {
		padding: 0;
	}
	
	.sectionArea .contactusTable #other_details_1 {
		margin-bottom: 0;
	}
	
	.sectionArea .contactusTable th,
	.sectionArea .contactusTable td {
		display: block;
		text-align: left;
		width: 100%;
		box-sizing: border-box;
	}
	
	.sectionArea .contactusTable th,
	.sectionArea .contactusTable td {
		padding: 0 0 8px 0;
	}
	
	.sectionArea .contactusTable .contactusDetails {
		padding-top: 0;
	}
	
	.sectionArea .contactusTable .tableHeadline {
		font-size: 16px;
	}
	
	.sectionArea .contactusTable .txtAreaHead {
		padding-bottom: 8px;
		line-height: 1.5;
	}
	
	.sectionArea td .contactusInput {
		box-sizing: border-box;
		width: 100%;
		height: 30px;
	}
	
	.sectionArea td .contactusInput,
	.sectionArea td .contactusSelect {
		margin: 0;
	}
	
	.sectionArea td textArea {
		box-sizing: border-box;
	}
	
	.sectionArea .contactusTable .contactusTable_details p,
	.notes {
		font-size: 16px;
	}
	
	.notes {
		margin: 5px 0 0 0;
	}
	
	#healty_seciton p,
	#sample_section p,
	#sampling_section p {
		margin-bottom: 8px;
	}
	
	.contactusMsg {
		width: auto;
		padding-bottom: 0;
		margin-top: 10px;
	}
	
	.errorMsg {
		width: 100%;
		font-size: 16px;
		margin: 0;
	}
	
	.sectionArea .contactusArea .thankyouMsg {
		font-size: 16px;
	}
        
        .sectionArea .policyArea {
            box-sizing: border-box;
            width : 100%;
            margin : 0px;
            padding: 20px;
        }
        
        
}