@charset "utf-8";

/* ****************************************************

inquiry.css
-----------------------------------
1: for PC
	1-1: header
	1-2: fixed
	1-3: main
	1-4: footer
2: for Smartphone
	1-1: header
	1-2: fixed
	1-3: main
	1-4: footer
-----------------------------------
3: print for PC
-----------------------------------
ex: clearfix

***************************************************** */

/*=================================

	1: PARTS for PC

================================ */
#contents {
	max-width: 890px; 
}
#contents .guideStep {
	display: table;
	width: 97.5%;
	margin-right: 2.5%;
}
#contents .guideStep li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 33.3%;
	padding: 15px 10px 15px 20px;
	border-top: 2px solid #004ea2;
	border-bottom: 2px solid #004ea2;
	background: #ffffff;
	text-align: center;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
#contents .guideStep li:before {
	display: block;
	position: absolute;
	top: -1px;
	right: -19px;
	width: 0;
	border-top: 30px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 20px solid transparent;
	border-left-color: #ffffff;
	border-right-width: 0;
	content:"";
	z-index: 10;
}
#contents .guideStep li:after {
	display: block;
	position: absolute;
	top: -2px;
	right: -21px;
	width: 0;
	border-top: 31px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 31px solid transparent;
	border-left: 21px solid transparent;
	border-left-color: #004ea2;
	border-right-width: 0;
	content: "";
	z-index: 5;
}
#contents .guideStep li.current:after {
	right: -20px;	
}
#contents .guideStep li:last-child.current:after {
	right: -21px;	
}
#contents .guideStep li.current:before {
	border: none;
}
#contents .guideStep li:first-child {
	border-left: 2px solid #004ea2;
}
#contents .guideStep li.current {
	background: #004ea2;
	color: #ffffff;
}
#contents .guideStep li span {
	height: 100%;
	color: #004ea2;
	font-size: 16px;
	font-size: 1.6rem;
}
#contents .guideStep li.current span {
	color: #ffffff;
}
#contents .guideStep li span .isSp {
	display: none;
}
#contents .guideStep + p {
	margin-top: 20px;
}
#contents .tableType01 {
	width: 100%;
	margin-top: 20px;
}
#contents .tableType01 th,
#contents .tableType01 td {
	padding: 15px;
}
#contents .tableType01 th .require,
#contents .tableType01 td .require {
	position: relative;
	padding-left: 65px;
	font-size: 15px;
	font-size: 1.5rem;
}
#contents .tableType01 th .require:before,
#contents .tableType01 td .require:before {
	position: absolute;
	left: 0;
	content: "【必須】";	
	color: #b8951b;
	font-weight: bold;
}
#contents .tableType01 td.error {
	background-color: #fee5e0;
}
#contents .tableType01 td.error .errorText {
	color: #ff3514;
	font-weight: bold;
}
#contents .tableType01 td.error .errorText + * {
	margin-top: 5px;
}
#contents .tableType01 th .fsSmall {
	font-weight: normal !important;
}
#contents .tableType01 td,
#contents .tableType01 td input,
#contents .tableType01 td select,
#contents .tableType01 td textarea,
#contents .accrodionBox,
#contents .accrodionBox *,
#contents .tableStyle * {
	font-size: 14px;
	font-size: 1.4rem;
}
#contents .tableType01 td input[type="text"],
#contents .tableType01 td select,
#contents .tableType01 td textarea,
#contents .accrodionBox select,
#contents .tableStyle select {
	padding: 5px 4px;
	border: 1px solid #cfcfcf;
}
.inputListType01 li label {
	display: inline-block;
	width: 2.0em;
	margin-right: 10px;
}
.inputListType01 li input {
	width: 50%;
	margin-right: 10px;
}
.inputListType02 li > span {
	float: left;
	width: 9.5em;
	margin-right: 10px;
}
.inputListType02 li select  {
	float: left;
	width: auto;
}
.inputListType02 li input {
	float: left;
	width: 70%;
}
#inquiryBirth01,
#inquiryBirth02,
#inquiryBirth03,
#inquiryBirth04,
#inquiryBirth05,
#inquiryBirth06,
#inquiryBirth07,
#inquiryBirth08,
#inquiryBirth09,
#inquiryBirth10,
#inquiryBirth11,
#inquiryBirth12,
#inquiryBirth13,
#inquiryBirth14,
#inquiryBirth15 {
	margin-right: 8px;
	margin-left: 4px;
}
#inquiryYogaPractice01 {
	margin-right: 8px;
	margin-left: 8px;
}
[id*="Schoolyear"] {
	margin-right: 8px;
}
#inquiryPhone01,
#inquiryPhone02,
#inquiryPhone03,
#inquiryFax01,
#inquiryFax02,
#inquiryFax03 {
	width: 20%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
#inquiryPhone01.typeB,
#inquiryPhone02.typeB,
#inquiryPhone03.typeB,
#inquiryPhone04.typeB,
#inquiryPhone05.typeB,
#inquiryPhone06.typeB {
	width: 15%;
}
#inquiryPhone01,
#inquiryFax01 {
	margin: 0 5px 0 0;
}
#inquiryPhone02,
#inquiryFax02 {
	margin: 0 5px;
}
#inquiryPhone03,
#inquiryFax03 {
	margin: 0 0 0 5px;
}
#inquiryPostcode01,
#inquiryPostcode02 {
	width:25%;
}
#inquiryPostcode01.typeB {
	width:18%;
}
#inquiryPostcode02.typeB {
	width:20%;
}
#inquiryPostcode01 {
	margin-right: 10px;
}
#inquiryPostcode02 {
	margin-right: 15px;
	margin-left: 10px;
}
#inquirySchool01 {
	margin-right: 10px;
}
#inquiryContents {
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;	
}
#contents .tableType01 td .note {
	color: #8f8e8e;
}
#contents .tableType01 td .note {
	color: #8f8e8e;
}
#contents textarea.textArea {
	width: 100%;
	padding: 5px;
	font-size: 1.4rem;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;	
}

/* btnLinkType */
#contents p.btnLinkType02 input {
	transition: background-color 0.2s linear 0s;
	-webkit-transition-property: background-color 0.2s linear 0s;
	   -moz-transition-property: background-color 0.2s linear 0s;
	     -o-transition-property: background-color 0.2s linear 0s;
	    -ms-transition-property: background-color 0.2s linear 0s;
}
#contents p.btnLinkType02 input {
	display: inline-block;
	padding: 10px 42px 8px;
	border: none;
	background: #0097b0 url(/common/images/com_ic14.png) no-repeat 10px 1.1em;
	color: #ffffff;
	text-align: left;
}
#contents p.btnLinkType02 input:hover {
	background-color: #90deef;
	text-decoration: none;
	cursor: pointer;
}
.searchBtn input {
	height: 28px;
	padding: 0 10px !important;
	border: none !important;
	border-radius: 4px !important;
	background: #588fc6;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 28px;
	transition: background-color 0.2s linear 0s;
	-webkit-transition-property: background-color 0.2s linear 0s;
	   -moz-transition-property: background-color 0.2s linear 0s;
	     -o-transition-property: background-color 0.2s linear 0s;
	    -ms-transition-property: background-color 0.2s linear 0s;
}
.searchBtn input:hover {
	background: #2763a0;
	cursor: pointer;
}

/* checkListType01 */
.checkListType01 {
	overflow: hidden;
	margin-right: -20px;
}
.checkListType01 li {
	float: left;
	display: table;
	margin: 0 25px 10px 0 !important;
}
/*.checkListType01 li * {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.checkListType01 li input {
	position: relative;
	top: -0.1em;
}*/
.checkListType01 li label {
	padding-left: 5px;
}

/* schoolName */
.schoolName p {
	float: left;
	width: 20%;
	margin-right: 5px;
}
.schoolName .name {
	width: 60%;
	margin-right: 0;
}
.schoolName p input {
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

/* tableStyle */
.tableStyle {
	width: 100%;
	border-bottom: 1px solid #cccccc;
}
.tableStyle.noBorder {
	border-bottom: 0;
	padding-bottom: 15px;
}
.tableStyle .trStyle{
	display:table;
	width:100%;
}
.tableStyle .thStyle,
.tableStyle .tdStyle{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	border:1px solid #cccccc;
	border-collapse: collapse;
	border-bottom:none;
	padding:20px;
}
.tableStyle .thStyle{
	width:25%;
	border-right:none;
	color:#333333;
	background:#e5f0fb;
}
.tableStyle .tdStyle{
	color:#373737
}
.tdCellW{
	display:table;
	width:100%;
}
.tdCellL{
	display:table-cell;
	text-align:left;
	vertical-align:middle;
}
.tdCellR{
	display:table-cell;
	min-width:48px;
	text-align:right;
	vertical-align:middle;
}
.tdTi{
	display:block;
}
.tdDe{
	display:block;
	color:#979797;
	font-size:13px;
}
.errorTx{
	color:#ff3514;
	font-weight:bold;
}
.errorBox{
	background-color:#fee5e0 !important;
}
.highlight03 {
	color: #ff0000;
	margin: 0 14% 10px;
}


/*formCellBox*/
.formCellBox{
	display:table;
	max-width:100%;
	margin-top:6px;
	margin-bottom:6px;
}
.formCellBox > .formCell{
	display:table-cell;
}

/* accrodionBox  */

.accrodionBox * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.accrodionBox .formDeText {
	margin-bottom:15px;
}
.accrodionBox select {
	border:1px solid #cfcfcf;
	padding: 5px 4px;
}
.accrodionBox textarea {
	width:100%;
	min-height:163px;
	border:1px solid #cfcfcf;
	background:#eef7ff;
	padding:9px;
	-webkit-border-radius: 0px;
 		 -moz-border-radius: 0px;
	   			border-radius: 0px;
}
.accrodionBox input[type="radio"],
.accrodionBox input[type="checkbox"] {
	display: inline-block;
	margin-right: 6px;
}
.accrodionBox input[type="radio"] + label,
.accrodionBox input[type="checkbox"] + label {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	margin-right: 12px;
	position: relative;
}

.inlineBlock {
	display: inline-block;
}
.month,
.day,
.time{
	width:1.5em;
	display:inline-block;
	text-align:right;
	padding-right:2px;
}
.fontbold{
	font-weight:bold;
}

@media (min-width: 1px) {
.accrodionBox input[type="radio"],
.accrodionBox input[type="checkbox"] {
	display: none;
	margin: 0;
}
.accrodionBox input[type="radio"] + label,
.accrodionBox input[type="checkbox"] + label {
	color: #000;
	padding: 0 0 0 24px;
}
.accrodionBox input[type="radio"] + label::before,
.accrodionBox input[type="checkbox"] + label::before {
	background: none repeat scroll 0 0 #fff;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	margin-top: -9px;
	position: absolute;
	top: 50%;
	width: 16px;
}
.accrodionBox input[type="radio"] + label::before {
	border: 2px solid #b3b3b3;
	border-radius: 30px;
}
.accrodionBox input[type="checkbox"] + label::before {
	border: 2px solid #ccc;
}
.accrodionBox input[type="radio"]:checked + label::after,
.accrodionBox input[type="checkbox"]:checked + label::after {
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}
.accrodionBox input[type="radio"]:checked + label::after {
	background: none repeat scroll 0 0 #2575cb;
	border-radius: 8px;
	height: 6px;
	left: 5px;
	margin-top: -4px;
	width: 6px;
}
.accrodionBox input[type="checkbox"]:checked + label::after {
	border-bottom: 3px solid #2575cb;
	border-left: 3px solid #2575cb;
	height: 8px;
	left: 3px;
	margin-top: -8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 11px;
}
.accrodionBox .inner{
	margin-bottom:18px;
}
.accrodionBox .inner + .tableStyle{
	display:none;
}
.accrodionBox .inner p {
	margin-bottom:10px;
}
.accrodionBox .inner p label{
	background:#f3f3f3;
	display:block;
	width:100%;
	padding:13px 59px;
}
.accrodionBox .inner p input[type="checkbox"] + label::before{
	left:28px;
}
.accrodionBox .inner p input[type="checkbox"]:checked + label::after{
	left:31px;
}
.selectBlock {
	width: 600px;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
}
.selectBlock.w700 {
	width: 700px;
}
.selectBlock + .selectBlock {
	margin-top: 15px;
}
.selectBlock .left {
	float: left;
	width: 400px;
}
.selectBlock .left span {
	margin-left: 30px;
}
.selectBlock .left.w500 {
	width: 500px;
}
.selectBlock .left.w400 {
	width: 400px;
}
.selectBlock .left .selectDate {
	width: 300px;
}
.selectBlock .right {
	float: right;
	width: 150px;
}
.selectBlock .right .num {
	margin-left: 10px;
}

/* nameBox */

.nameBox {
	clear: both;
	margin-top: 15px;
}
.nameBox dd {
	margin-top: 5px;
}
.nameBox .name1 {
	margin-right: 15px;
}
.nameBox .name1,
.nameBox .name2 {
	float: left;
	width: 230px;
}
.nameBox .name1 input,
.nameBox .name2 input {
	margin-left: 5px;
	width: 180px;
}
.nameBox .nameBoxText {
	display: block;
	margin-left: 35px;
}

/* departmentBox */

.departmentBox {
	clear: both;
	margin-top: 15px;
}
.departmentBox dd {
	margin-top: 5px;
}
.departmentBox .department {
	margin-right: 15px;
}
.departmentBox .department,
.departmentBox .subject {
	float: left;
	width: 230px;
}
.departmentBox .department select,
.departmentBox .subject select {
	margin-left: 5px;
	width: 180px;
}
.nameTable {
	display: table;
}
.nameTable .nameCell01 {
	display: table-cell;
	width: 10em;
}
.nameTable .nameCell02 {
	display: table-cell;
	width: 10em;
}
}

@media only screen and (max-width: 768px) {

/*=================================

	2: PARTS for Smartphone

================================ */

#contents .guideStep {
	width: 95.5%;
	margin-right: 4.5%;
}
#contents .guideStep li {
	min-height: 63px;
	padding: 5px 0 5px 15px;
}
#contents .guideStep li span {
	min-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
}
#contents .guideStep li span .isSp {
	display: block;
}
#contents .tableType01,
#contents .tableType01 tbody,
#contents .tableType01 tr,
#contents .tableType01 th,
#contents .tableType01 td {
	display: block;
	width: 100%;
}
#contents .tableType01 th,
#contents .tableType01 td {
	float: left;
	clear: both;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
#contents .tableType01 th .fsSmall {
	font-weight: normal !important;
}
#contents .tableType01 td,
#contents .tableType01 td input,
#contents .tableType01 td select,
#contents .tableType01 td textarea,
#contents .tableType01 .highlight01 {
	font-size: 12px;
	font-size: 1.2rem;
}
#contents .tableType01 td select,
#contents .tableType01 td input[type="text"],
#contents .tableType01 td textarea {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		    border-radius: 0;
}
#contents .tableType01 td input[type="text"],
#contents .tableType01 td textarea {
	-webkit-appearance: none;
	appearance: none;
}
#contents .tableType01 tbody {
	display: block;
}
.inputListType02 li > span,
.inputListType02 li select,
.inputListType02 li input {
	display: block;
	float: none;
	margin-right: 0;
}
#inquiryCompany,
#inquiryDepartment,
#inquiryMail,
.inputListType02 li input {
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
#inquiryBirth01,
#inquiryBirth02,
#inquiryBirth03,
#inquiryPref {
	padding: 0 4px;
}
#inquiryPhone01,
#inquiryPhone02,
#inquiryPhone03,
#inquiryFax01,
#inquiryFax02,
#inquiryFax03 {
	width: 60%;
}
#inquiryPhone01,
#inquiryFax01 {
	margin: 0 5px 0 0;
}
#inquiryPhone02,
#inquiryPhone03,
#inquiryFax02,
#inquiryFax03 {
	margin: 5px 5px 0 0;
}
#inquirySchool01 {
	width: 100%;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	margin-right: 0;
}
.searchBtn input {
	border-radius: 2px !important;
	-webkit-appearance: none; 
}
#contents p.btnLinkType02 input {
	border-radius: 0;
	-webkit-appearance: none; 
}

#contents .tableType01 tr:after {
	content: "";
	display: block;
	clear: both;
}
#contents .tableType01 tr {
	zoom: 1;
}
.checkListType01 {
	overflow: visible;
	margin-right: 0;
}
.checkListType01 li {
	float: none;
	margin: 0 0 10px 0 !important;
}
.checkListType01 li input {
	position: relative;
	top: -0.1em;
}
.schoolName p {
	float: none;
	width: 60%;
	margin-right: 0;
}

/* tableStyle */
.tableStyle{
	width:100%;
	border-bottom:1px solid #cccccc;
}
.tableStyle .trStyle{
	display:block;
	width:100%;
}
.tableStyle .thStyle,
.tableStyle .tdStyle{
	display:block;
	vertical-align:middle;
	text-align:left;
	border:1px solid #cccccc;
	border-collapse: collapse;
	border-bottom:none;
	padding:9px;
}
.tableStyle .thStyle{
	width:100%;
	border-right:1px solid #cccccc;
	color:#333333;
	background:#e5f0fb;
}
.tableStyle .tdStyle{
	color:#373737
}
.tdTi{
	display:block;
}
.tdDe{
	display:block;
	color:#979797;
	font-size:12px;
}

/* formCellBox */
.formCellBox{
	display:block;
	max-width:100%;
	width:100%;
	margin-top:4px;
	margin-bottom:4px;
}
.formCellBox > .formCell{
	display:block;
}

/* accrodionBox  */

.accrodionBox input[type="text"]{
	border:1px solid #cfcfcf;
	background:#eef7ff;
	padding:9px;
	width:100%;	
}
.accrodionBox input[type="radio"],
.accrodionBox input[type="checkbox"] {
    display: inline-block;
    margin-right: 6px;
		display:none !important;
		opacity:0 !important;
}
.accrodionBox input[type="radio"] + label,
.accrodionBox input[type="checkbox"] + label {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin-right: 12px;
    position: relative;
}
.nameTable {
	display: block;
}
.nameTable .nameCell01 {
	display: inline;
}
.nameTable .nameCell02 {
	display: inline;
}
@media (min-width: 1px) {
.accrodionBox input[type="radio"],
.accrodionBox input[type="checkbox"] {
    display: none !important;
    margin: 0;
}
.accrodionBox input[type="radio"] + label,
.accrodionBox input[type="checkbox"] + label {
    color: #000;
    padding: 0 0 0 24px;
}
.accrodionBox input[type="radio"] + label::before,
.accrodionBox input[type="checkbox"] + label::before {
    background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 15px;
    width: 16px;
}
.accrodionBox input[type="radio"] + label::before {
    border: 2px solid #b3b3b3;
    border-radius: 30px;
}
.accrodionBox input[type="checkbox"] + label::before {
    border: 2px solid #ccc;
}
.accrodionBox input[type="radio"]:checked + label::after,
.accrodionBox input[type="checkbox"]:checked + label::after {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    top:15px;
}
.accrodionBox input[type="radio"]:checked + label::after {
    background: none repeat scroll 0 0 #2575cb;
    border-radius: 8px;
    height: 6px;
    left: 5px;
    margin-top: -4px;
    width: 6px;
}
.accrodionBox input[type="checkbox"]:checked + label::after {
    border-bottom: 3px solid #2575cb;
    border-left: 3px solid #2575cb;
    height: 8px;
    left: 3px;
    margin-top: -8px;
		-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
}
}
.accrodionBox .inner p input[type="checkbox"] + label{
	padding:10px 35px;
}
.accrodionBox .inner p input[type="checkbox"] + label::before{
	left:8px;
}
.accrodionBox .inner p input[type="checkbox"]:checked + label::after{
	left:11px;
	top:25px;
}
.accrodionBox .inner p input[type="checkbox"] + label::before{
	 top:25px;
}
.accrodionBox .inner{
	margin-bottom:10px;
}
.accrodionBox .inner p{
	margin-bottom:13px;
}
.selectBlock {
	width: 100%;
}
.selectBlock .left {
	float: inherit;
	width: 100%;
}
.selectBlock .left .selectDate {
	width: 100%;
}
.selectBlock .right {
	margin-top: 10px;
	float: inherit;
	width: 150px;
}
.selectBlock .right .num {
	margin-left: 10px;
}
.nameBox .name1 {
	margin-top: 10px;
}
.departmentBox .subject {
	margin-top: 10px;
}
.highlight03 {
	margin-left: 0;
}
}



@media print {

/*=================================

	3: print for PC

================================ */

}


/*=================================

	clearfix

=================================*/
#contents .guideStep:after,
.inputListType02 li:after,
.schoolName:after,
.selectBlock:after,
.departmentBox dd:after,
.departmentBox:after,
.nameBox dd:after,
.nameBox:after {
	content: "";
	display: block;
	clear: both;
}
#contents .guideStep,
.inputListType02 li,
.schoolName,
.selectBlock,
.departmentBox dd,
.departmentBox,
.nameBox dd,
.nameBox {
	zoom: 1;
}