@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　共通クラスの定義CSS　■□■□■
 * 
 * Author   : HADA
 * FirstDate: 2015/05/07
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
/*--------------------------------------------------------------------------------
　▼　body
--------------------------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
	color: #444444;
	font-size: 0.85em;
	font-family: 'Noto Sans Japanese', sans-serif;
}

p,
ul,
ol,
dl,
h2,
h3,
h4 {
	margin: 0 10px 15px 10px;
	line-height: 1.9em;
}

h2:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

h2 {
	min-height: 1px;
}

* html h2 {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

h2 {
	clear: both;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0;
	margin: 20px 0 10px 0;
	text-align: center;
}

h3 {
	font-size: 4em;
	color:#009BA4;
	padding: 0;
	margin: 25px 10px 0 10px;
	text-align: center;
}

h4 {
	font-size: 2.4em;
	text-align: left;
	padding: 0;
	margin: 40px 0 20px 0;
}

h5 {
	font-weight: bold;
	font-size: 1.7em;
	border-left: solid 10px #009BA4;
	padding-left: 10px;
	margin: 30px 0;
}

a {
	text-decoration: underline;
	color: #00A2DB;
}

a:hover {
	text-decoration: none;
}

em,
strong {
	font-weight: bold;
}

img {
	width: 100%;
}

li {
	padding-left: 20px;
	margin-bottom: 3px;
}

ol {
	list-style: decimal;
	margin-left: 2em;
}

ol li {
	background: none;
	padding-left: 0;
	margin-bottom: 3px;
}

.imgMgnT {
	background: none;
	border: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------------------------
　▼　■□■その他共通■□■
--------------------------------------------------------------------------------*/
/*------------------jumpTop/jumpPage------------------*/
/*.jumpTop {
	clear: both;
	text-align: right;
	margin: 0;
}
.jumpTop a {
	background: url() no-repeat left 5px;
	font-size: 0.9em;
	padding-left: 15px;
}
.jumpPage {
	clear: both;
	text-align: right;
	margin: 0;
}
.jumpPage a {
	background: url() no-repeat left 5px;
	font-size: 0.9em;
	padding-left: 15px;
}*/

p.come,
span.come {
	background: url(/img/icon/come.png) no-repeat left 3px;
	padding-left: 20px;
	margin: 10px;
	text-align: left;
}

.grayBox2 .come {
	margin: 15px 25px;
}

span.come {
	background: url(/img/icon/come.png) no-repeat left 3px;
}

ul.come {
	text-align: left;
}

ul.come li {
	background: url(/img/icon/come.png) no-repeat left 3px;
	padding-left: 20px;
}

#contents {
	text-align: left;
}
.pc_padTop {
	padding-top: 128px;
}

.twrequire {
	background-color: #FFF3EE !important;
}

.twrequire:after {
	color: red;
	font-weight: bold;
	content: " *";
}

input[type="text"].pref {
	width: 100px !important;
}

input[type="text"].zip {
	width: 50px !important;
}

input[type="text"].card_no4 {
	width: 50px !important;
}

input[type="text"].seq_cd {
	width: 50px !important;
}

input[type="text"].short_year {
	width: 50px !important;
}

input[type="text"].month {
	width: 50px !important;
}

/*------------------table------------------*/
/*--↓↓reset.cssに入っていたタグ↓↓--*/
table {
	clear: both;
	width: 100%;
	font-size: 0.9em;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	border-right: none;
	/*border-radius: 8px;*/
}

/*
table tr:first-child td:last-child {
	border-radius: 0 8px 0 0;
}

table tr:last-child td:first-child {
	border-radius: 0 0 0 8px;
}

table tr:last-child td:last-child {
	border-radius: 0 0 8px 0;
}
*/

table p {
	margin: 0;
}

.widthBox .table input[type="radio"],
.widthBox .table select,
.widthBox .table span,
.widthBox input[type="radio"],
.widthBox input[type="checkbox"] {
	margin-right: 5px;
}

table th,
table td {
	word-break: break-all;
}

/*--↑↑reset.cssに入っていたタグ↑↑--*/

.table {
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 15px;
}

.table th,
.table td {
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	vertical-align: middle;
}

.table tr:last-child {
	border-bottom: none;
}

.table th {
	text-align: center;
	font-weight: normal;
}

.widthBox .table {
	margin: 30px 0;
}

.widthBox .table th,
.widthBox .table td {
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 16px;
}

.widthBox .table th {
	background-color: #ECF7F9;
	/*font-weight: bold;*/
}

.widthBox .table td {
	text-align: left;
}

.widthBox .table input[type="text"]{
	width: 97%;
	padding:1%;
	border: solid 1px #CCCCCC;
	border-radius: 6px;
}

.tel_time input[type="text"] {
	width: 3em !important;
	margin-right: 10px;
}

.widthBox .table textarea {
	padding: 1%;
	width: 96%;
	border: solid 1px #CCCCCC;
}

.greenBox table {
	border: 1px solid #FFFFFF;
	border-bottom: none;
	border-right: none;
}

.greenBox .table {
	color: #FFFFFF;
}

.greenBox .widthBox .table th {
	background-color: #009BA4;
}

.greenBox .widthBox .table th,
.greenBox .widthBox .table td {
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding: 2%;
}

.greenBox .widthBox .table td {
	text-align: center;
}

table tr:last-child td,
table tr:last-child th {
	border-bottom: none;
}

table img {
	width: auto;
}

table p.come {
	font-size: 0.8em;
	background: url(/img/icon/come.png) no-repeat left 3px;
}

table span.come {
	font-size: 0.8em;
	background: url(/img/icon/come.png) no-repeat left -3px;
}

.widthBox .table .addNumber input[type="text"] ,
.widthBox .kakuninForm .addNumber input[type="text"]  {
	width: 3em;
	margin-right: 10px;
}

.houseAdd p {
	margin-bottom: 10px;
}

table.price {
	width: 92%;
	border-bottom: solid 1px #CCCCCC;
	margin: 4% 4% 2% 4%;
}

table.price th,
table.price  td,
table.course th {
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 4% 4%;
	font-weight: bold;
	font-size: 2em;
}

table.price th {
	background-color: #00A1DE;
	color: #FFFFFF;
}

table.price td {
	text-align: left;
}

table.course {
	width: 92%;
	border-bottom: solid 1px #CCCCCC;
	margin: 4% 4% 2% 4%;
	text-align: left;
	font-size: 1.1em;
}

table.course th,
.widthBox .price2 th,
.widthBox .kakuninForm th {
	position: relative;
	background-color: #ECF7F9;
	padding: 1%;
	font-size: 1.4em;
}

table.course th span {
	position: absolute;
	right: 5px;
	top:5px;
	width: 200px;
}

table.course th span a {
	display: block;
	text-align: center;
	background-color: #00A0E1;
	border-radius: 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3%;
	font-size: 0.8em;
}

table.course td {
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 1%;
}

table.course td.title {
	font-weight: bold;
	font-size: 1.2em;
	color: #009CA7;
	padding: 1% 0 1% 2%;
}

table.course td .come {
	background: url(/img/icon/come.png) no-repeat left 1px;
	padding: 4px 0 4px 20px;
}

table.course td ul {
	margin-top: 15px;
}

table.course td ul li {
	background: url(/img/calq/icon01.png) no-repeat left 2px;
	padding-left: 24px;
}

table.course td ul li br {
	display: none;
}

.widthBox .table table {
	border: none;
}

.widthBox .table table th,
.widthBox .table table td {
	border: none;
}

.widthBox .table table th {
	background-color: #FFFFFF;
	text-align: left;
	padding: 1% 3%;
}

.widthBox .table table td {
	text-align: left;
	padding: 0 3%;
}

.widthBox .table table td.card_no input[type="text"] {
	width: 20%;
	margin-right: 2%;
	text-align: center;
}
.widthBox .table table td.card_meigi input[type="text"] {
	width: 40%;
	margin-right: 2%;
	text-align: center;
}
.widthBox .price2,
.widthBox .kakuninForm {
	border: solid 1px #CCCCCC;
	border-bottom: none;
	border-right: none;
	margin-bottom: 2%;
}

.widthBox .price2 th,
.widthBox .price2 td,
.widthBox .kakuninForm td,
.widthBox .kakuninForm th {
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

.widthBox .price2 th,
.widthBox .kakuninForm th {
	font-size: 1.3em;
	background-color: #00A1DE;
	color: #FFFFFF;
	padding: 5px;
}

.widthBox .price2 td {
	font-size: 1.3em;
	padding: 5px;
}

.widthBox .kakuninForm td,
.widthBox .kakuninForm th {
	text-align: left;
}

.widthBox .kakuninForm td {
	padding: 15px;
	font-size: 1.4em;
}

.widthBox .kakuninForm td p {
	margin-bottom: 10px;
}

.widthBox .kakuninForm td input[type="text"] {
	width: 97%;
	padding:1%;
	border: solid 1px #CCCCCC;
	border-radius: 6px;
}

.widthBox .kakuninForm td select,
.widthBox .kakuninForm td span {
	margin-right: 5px;
}

.checkList p,
.tel_timeBox p {
	margin-bottom: 5px !important;
}

.kazei p {
	line-height: 1.6em !important;
}

.price1_pc {
	border: solid 1px #CCCCCC;
	border-right: none;
	margin-bottom: 2%;
	text-align: center;
}

.price1_pc th,
.price1_pc td {
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

.price1_pc th {
	font-size: 1.3em;
	background-color: #009BA4;
	color: #FFFFFF;
	padding: 5px;
	line-height: 1.3em;
}

.price1_pc th.pic {
	background-color: #00848C;
}

.price1_pc td {
	font-weight: bold;
	font-size: 1.3em;
}

.price1_sp {
	display: none;
}

/*----▼　■□■header■□■------------*/
header {
	width: 100%;
	overflow: hidden;
	zoom:1;
	text-align: left;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	opacity: 0.95;
	position: fixed;
	top: 0;
	border-bottom: solid 1px #009CA3;
}

h1 a {
	display: block;
}

.h2Box {
	background-color: #009CA5;
}
.h2Box h2 {
	width: 1006px;
	text-align: left;
	color: #FFFFFF;
	margin: 18px auto 0 auto;
	padding: 2% 0;
	font-size: 2em;
	font-weight: normal;
}

ul#headNav {
	overflow: hidden;
	zoom:1;
	margin-bottom: 0;
}

ul#headNav li {
	background: none;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	float: right ;
	margin-left: 10px;
}

ul#headNav li a {
	text-decoration: none;
	color: #444444;
}

ul#headNav li.serviceBtn {
	width: 180px;
	border:  solid 1px #444444;
	border-radius: 0 0 5px 5px;
	border-top: none;
}

ul#headNav li.loginBtn {
	width: 180px;
	background-color: #009CA3;
	border-radius: 0 0 5px 5px;
	border-top: none;
}

ul#headNav li.serviceBtn a,
ul#headNav li.loginBtn a {
	display: block;
	padding: 4px 0;
}

ul#headNav li.loginBtn a {
	color: #FFFFFF;
}

ul#glNavi {
	margin-right: 0;
	margin-bottom: 0;
        /*margin-top: 10px;*/
	margin-top: 30px;
}
ul#glNavi li {
	background: none;
	display: inline;
	padding: 0;
}

ul#glNavi li a {
	color: #444444;
	text-decoration: none;
	display: block;
	font-size: 1em;
	font-weight: bold;
}

ul#glNavi li a:hover {
	text-decoration: underline;
}

#pageLinkBox {
	display: none;
}

/*----▼　■□■main■□■---------*/
#main {
	padding: 15px 15px 50px 15px;
}

#mainInner {
	text-align: left;
}

#mainBox {
	overflow: hidden;
	zoom:1;
}

#mainBox ul li {
	background: url(/img/calq/check_icon.png) no-repeat left 2px;
	background-size: 24px;
	font-size: 1.2em;
	font-weight: 700;
	padding-left: 32px;
}

#mainBox dl {
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	margin: 0;
}

#mainBox dl dt {
	background-color: #00A9BB;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.3em;
	padding: 10px;
}

#mainBox dl dd {
	text-align: right;
	font-size: 1.6em;
	font-weight: bold;
	padding: 10px 8px 8px 8px;
}

#mainBox dl dd span {
	font-size: 1.5em;
}

#mainBox dl dd span.smText {
	font-size: 0.7em;
}

.formBtnSet {
	overflow: hidden;
	zoom:1;
	width: 96%;
	padding: 0 1% 0 1%;
}

.formBtnSet p {
	float: left;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 14px 15px 0 20px;
}

.formBtn {
	width: 764px;
	float: left;
	margin: 0;
}

.formBtn li {
	width: 32%;
	background: none;
	padding: 0;
	margin-left: 2%;
	float: left;
}

.mainText {
	background-color: rgba(255,255,255,0.6);
	padding: 10px 15px;
	font-weight: bold;
	margin-top: 40px;
	font-size: 1.2em;
}

.point5_title {
	background: url(/img/calq/imgTitle01_bg.png) repeat-x left bottom #009CA5;
}
.point5_title p {
	margin: 0;
	text-align: center;
}

.point5_title p img {
	width: 100%
}

.point5Set {
	text-align: left;
}

.point5Set div div {
	padding-bottom: 40px;
	overflow: hidden;
	zoom:1;
}

.point5Set div.blueBox {
	background-color: #ECF7F9;
}

.point5Set div div h3 {
	margin: 80px 0 40px 0;
}

.point5Set div div dl {
	display: table;
}

.point5Set div div dl dt {
	width: 160px;
	display: table-cell;
}

.point5Set div div dl dd {
	display:table-cell;
	vertical-align: top;
	font-size: 1.4em;
	padding-left: 20px;
}

.point5Set div.blueBox h3 {
	margin-top:50px;
}

.point5Set div .sankaku,
.grayBox .sankaku,
.arrow {
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #ECF7F9;
	padding-bottom: 0 !important;
	margin: 0 auto;
}
.point5Set div.blueBox .sankaku {
	border-top: 20px solid #FFFFFF;
}

.grayBox .sankaku {
	border-top: 20px solid #FFFFFF;
}

.arrow {
	border: 12px solid transparent;
	border-top: 15px solid #444444;
}

.greenBox {
	background-color: #009BA4;
}

.widthBox {
	overflow: hidden;
	zoom:1;
}

.widthBox h2 {
	font-size: 3em;
	margin-top: 80px;
	font-weight: normal;
}

.greenBox h2 {
	color: #FFFFFF;
	font-size: 5em;
	text-align: center;
	margin: 30px 0;
	line-height: 1.2em;
	font-weight: bold;
}

.greenBox h2 span {
	font-weight: normal;
	font-size: 0.5em;
}
.grayBox {
	overflow: hidden;
	zoom:1;
	padding-bottom: 30px;
	background-color: #F8F8F8;
	text-align: left;
}

.grayBox h2 {
	background: url(/img/calq/qa_icon.png) no-repeat left top;
	font-size: 3em;
	font-weight: normal;
	margin: 30px 0 20px 0;
	padding: 10px 0 10px 90px;
	text-align: left;
}

#footerBox {
        clear: both;
	overflow: hidden;
	zoom:1;
	background-color: #000000;
	color: #AAAAAA;
	text-align: left;
	padding: 30px 0;
}

footer ul {
	clear: both;
	margin: 0 50px;
	font-size: 1.3em;
}

footer ul li {
	float: left;
	padding-left: 14px;
	margin-right: 10px;
}

footer a {
	color: #FFFFFF;
}

.address {
	clear: both;
	font-size: 0.95em;
	margin-left: 55px;
	margin-top: 45px;
}

.address a {
	color: #AAAAAA;
}

.accordion input {
	display: none;
}

.accordion label {
	background: url(/img/calq/q_icon.png) no-repeat 15px 15px;
	position: relative;
	display: block;
	padding: 20px 10px 20px 60px;
	border: 1px solid #CCCCCC;
	border-top: none;
	font-size: 1.4em;
	cursor: pointer;
	background-color: #FFFFFF;
}

.accordion label::after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -7px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.accordion div {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .2s ease-in-out;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top: none;
	border-bottom: none;
	font-size: 1.4em;
}

.accordion div p {
	margin: 30px 20px 30px 60px;
}

.accordion input:checked + label::after {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.accordion input:checked ~ div {
	height: auto;
	border-bottom: 1px solid #ccc;
}

/*■■■qa■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.qaBox {
	border-top : 1px solid #cccccc;
	margin-bottom: 60px;
	margin:0;
	padding:0;
	font-size: 1.2em;
}

.qaBox .trigger {
	font-size:13px;
	padding:5px 0px;
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 1.2em;
	color: #444444;
	display:block;
	padding:10px 40px 8px 14px;
	margin-bottom: 0;
	background: url(/img/calq/arrow_down.png) no-repeat right center #FFFFFF;
	background-size: 34px;
	cursor:pointer;
	border: solid 1px #cccccc;
	border-top: none;
}

.qaBox .trigger span {
	background: url(/img/calq/q_icon.png) no-repeat left top;
	background-size: 20px;
	padding: 4px 0 4px 30px;
}

.qaBox .active {
	background: url(/img/calq/arrow_up.png) no-repeat right center #FFFFFF;
	background-size: 34px;
}

div.tog_con {
	border: solid 1px #cccccc;
	border-top: none;
	padding-top: 15px;
}

div.tog_con p {
	padding: 0 5px 0 15px;
}

.boxSet {
	border: solid 1px #CCCCCC;
	border-radius: 8px;
	padding: 3%;
	margin: 3% 0;
}

.boxSet h3 {
	color: #444444;
	font-size: 2.5em;
	margin-bottom: 4%;
}

.boxSet p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0 4% 4% 4%;
}

.boxSet dl {
	text-align: left;
	font-size: 1.2em;
	margin: 0 4%;
}

.boxSet dl dt {
	font-weight: bold;
	margin-bottom: 15px;
}

.boxSet dl dd {
	margin-bottom: 20px;
}

.boxSet dl dd p {
	margin-left: 0;
	margin-right: 0;
	font-size: 1em;
}

.boxSet dl dd ol.none_no {
	margin-left: 0;
}

.boxSet dl dd ol.none_no li {
	list-style: none;
}

.boxSet .come {
	background: url(/img/icon/come.png) no-repeat left 4px;
	margin: 0 4% 2% 4%;
}

.kiyakuBox dl dd p {
	margin-bottom: 2%;
}

/*//////////////////////////////*/
.panList {
	width: 900px;
	margin: 2% auto 0 auto;
}

.spTitle {
	display: none;
}
.couponForm {
	background-color: #ECF7F9;
	border: solid 1px #CCCCCC;
	border-radius: 8px;
	margin: 3% 8%;
	padding: 4% 4% 0 4%;
}

.couponForm table {
	border: none;
}

.couponForm table th {
	font-weight: bold;
	font-size: 1.4em;
	width: 30%;
}

.couponForm table td {
	text-align: left;
	padding: 10px;
}

.couponForm table td input[type="text"]{
	width: 95%;
	padding:2%;
	border: solid 1px #CCCCCC;
	border-radius: 6px;
}

.couponFlow {
	margin: 4% 5%;
}

.couponFlow h3 {
	text-align: left;
	background-color: #009BA5;
	color: #FFFFFF;
	font-size: 1.6em;
	margin: 0;
	padding: 1% 2%;
}

.couponFlow h3.blueTitle {
	background-color: #00A2DB;
}

.borderBox {
	border: solid 1px #CCCCCC;
	padding: 4%;
}

.stepSet {
	margin-bottom: 0;
}

.stepSet dt {
	width: 100px;
	font-weight: bold;
	font-size: 1.4em;
	color: #009AA5;
	text-align: center;
}

.stepSet dt p {
	padding-top: 10px;
}

.stepSet dd {
	font-size: 1.3em;
	font-weight: bold;
}

.tokuten {
	font-size: 3em !important;
	margin-bottom: 0 !important;
	font-weight: bold;
}

.tokuten span {
	color: #00A2DB;
}

.trigger2 {
	display: none;
}

.job_img {
	width: 674px;
	margin: 50px auto 20px auto;
}

.widthBox h3 {
	margin-left: 0;
}

.text_s {
	font-size: 0.8em;
	margin:  15px 4% 15px 4%;
	text-align: left;
}

.grayBox2 {
	border: solid 1px #CCCCCC;
	background-color: #F3F3F3;
	margin: 3% 0;
}

.grayBox2 h3 {
	font-size: 1.6em;
	text-align: left;
	color: #444444;
	margin: 2% 3%;
}

.cautionBox {
	background-color: #FFFFFF;
	text-align: left ;
	margin: 2% 3%;
	padding: 3% 3% 1% 3%;
	font-size: 1.3em;
}

.kazei br {
	display: none;
}

.grayBox2 div.img02 {
	background: url(/img/calq/img02.png) no-repeat 10px center #FFFFFF;
	background-size: 150px;
	padding-left: 150px;
}

.grayBox2 div.img03 {
	background: url(/img/calq/img03.png) no-repeat 10px center #FFFFFF;
	background-size: 150px;
	padding: 30px 30px 30px 150px;
}

.grayBox2 div.img04 {
	background: url(/img/calq/img04.png) no-repeat 10px center #FFFFFF;
	background-size: 150px;
	padding: 30px 30px 30px 150px;
}

.targetBox {
	overflow: hidden;
	zoom:1;
	font-size: 1.3em;
	border-radius: 8px;
	border: solid 1px #CCCCCC;
	text-align: left;
	padding: 15px 10px;
	margin: 45px 0 25px 0;
}

.targetBox h3 {
	font-size: 1.4em;
	color:red;
	text-align: left ;
	margin: 0 10px;
}

.targetBox li {
	float: left;
	margin-right: 10px;
}

.text {
	text-align: left;
	margin:30px 0 0 0;
	font-weight: bold;
}

.text_l {
    font-size: 1.2em;
    text-align: left;
    margin:30px 0 0 0;
    font-weight: bold;
}
 .error {
	color: red;
	text-align: left;
	margin: 3% 0;
}

.error li {
	background: none;
	background: url(/img/icon/come.png) no-repeat left 3px;
	padding: 0 0 0 24px;
	margin: 0;
	font-weight: bold;
}
.priceBox,
.priceBox_sp {	
	display: none;
}

.schedule {
	margin-top: 0 !important;
}

.schedule th,
.schedule td {
	padding: 0 !important;
	font-size: 0.8em;
}

.schedule th {
	width: 20%;
}

.schedule td {
	padding: 5px 10px !important;
}

.schedule ul {
	margin: 0;
}

.schedule ul li {
	float: left;
	margin-right: 10px;
}

.flowBox h4 {
	font-size: 1.2em;
	background-color: #009CA5;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 4%;
}

.fudousan {
	overflow: hidden;
	zoom:1;
}

.fudousan table,
.table2 {
	border: solid 1px #CCCCCC;
	border-right: none;
	text-align: center;
}

.table2 {
	border-bottom: none;
	margin-bottom: 10px;
}

.fudousan table th,
.fudousan table td,
.table2 th,
.table2 td {
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding: 10px 0;
}

.table2 tr:last-child td {
	border-bottom: solid 1px #CCCCCC;
}

.table2 .green,
.price1_sp .green {
	font-size: 1.2em !important;
}

.fudousan .green,
.price1_pc .green {
	font-size: 1.6em;
}

.fudousan table th,
.table2 th {
	font-size: 1.3em;
	background-color: #009BA4;
	color: #FFFFFF;
	padding: 5px;
	line-height: 1.3em;
}

.fudousan table th.pic,
.table2 th.pic {
	background-color: #00848C;
}

.fudousan table th span,
.table2 th span {
	font-size: 12px;
}

.fudousan table td,
.table2 td {
	font-weight: bold;
	font-size: 1.3em;
}

.fudousan div {
	float: left;
}

.fudousan .boxL {
	width: 60%;
}

.cautionBox .table2 th {
	background-color: #ECF7F9;
	color: #444444;
}

.cautionBox .table2 th,
.cautionBox .table2 td {
	font-size: 1em;
}

.cautionBox .table2 td ul {
	text-align: left;
	margin-top: 10px;
}

input::-webkit-input-placeholder {
	color: #CCCCCC;
	font-weight: normal;
}

input:-ms-input-placeholder {
	color: #CCCCCC;
	font-weight: normal;
}

input::-moz-placeholder {
	color: #CCCCCC;
	font-weight: normal;
}

/* ボタン関係*/
.formBtnSet2 {
	overflow: hidden;
	zoom:1;
	text-align: left;
	margin: 4% auto 6% auto;
	width: 570px;
}

.formBtnSet2 li {
	background: none;
	padding: 0;
	margin: 0 0 0 10px;
	height: 70px;
	float: left;
}

.oneBtn {
	width: 270px;
	height: 70px;
	margin: 4% auto 6% auto;
}

.comBtn {
	width: 270px;
	height: 70px;
	border: none;
	cursor: pointer;
	background-color: #009CA5;
	font-weight: bold;
	font-size: 1.3em;
	color: white;
	border-radius: 4px;				/* CSS3草案 */  
	-webkit-border-radius: 4px;		/* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;		/* Firefox用 */  
}

.comBackBtn {
    width: 270px;
    height: 70px;
    border: none;
    cursor: pointer;
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 1.3em;
    color: #444444;
    border: solid 1px silver;
    border-radius: 4px;             /* CSS3草案 */  
    -webkit-border-radius: 4px;     /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;        /* Firefox用 */  
}

.comWizNextBtn {
    width: 270px;
    height: 70px;
    border: none;
    cursor: pointer;
    background-color: #FFCC00;
    font-weight: bold;
    font-size: 1.3em;
    color: #444444;
    border-radius: 4px;             /* CSS3草案 */  
    -webkit-border-radius: 4px;     /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;        /* Firefox用 */  
}

.comWizNextBtn2 {
    padding: 10px;
    width: auto;
    height: 70px;
    border: none;
    cursor: pointer;
    background-color: #FFCC00;
    font-weight: bold;
    font-size: 1.3em;
    color: #444444;
    border-radius: 4px;             /* CSS3草案 */  
    -webkit-border-radius: 4px;     /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;        /* Firefox用 */  
}

.payBtn,
.payconfirmBtn,
.paycompleteBtn,
.nextBtn,
.beforeBtn,
.kiyakuBtn,
.returnBtn,
.applicationBtn2,
.sendBtn,
.confirmationBtn,
.zeirishiBtn,
.closeBtn,
.topBtn2,
.hostLoginBtn
{
	width: 270px;
	height: 70px;
	border: none;
	cursor: pointer;
}
.nextBtn {
	background: url(../img/next_btn.png) no-repeat left top;
	background-size: 100%;
}

.beforeBtn {
	background: url(../img/before_btn.png) no-repeat left top;
	background-size: 100%;
}

.kiyakuBtn {
	background: url(../img/kiyaku_btn.png) no-repeat left top;
	background-size: 100%;
}

.sendBtn {
	background: url(../img/btn04.png) no-repeat left top;
	background-size: 100%;
}

.returnBtn {
	background: url(../img/return_btn.png) no-repeat left top;
	background-size: 100%;
}

.confirmationBtn {
	background: url(/img/calq/btn03.png) no-repeat left top;
}

.applicationBtn2 {
	background: url(../img/application_btn.png) no-repeat left top;
	background-size: 100%;
}

.zeirishiBtn {
	background: url(/img/calq/zeirishi_btn.png) no-repeat left top;
	background-size: 100%;
	text-indent: -9999px;
}

.closeBtn {
	background: url(../img/close_btn.png) no-repeat left top;
	background-size: 100%;
	text-indent: -9999px;
}

.topBtn2 {
	background: url(../img/top_btn.png) no-repeat left top;
	background-size: 100%;
	text-indent: -9999px;
}

.widthBox .table .price3 {
	width: 80%;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

.widthBox .table .price3 th,
.widthBox .table .price3 td {
	border: solid 1px #CCCCCC;
	border-bottom: none;
	border-right: none;
	padding: 4px 10px;
	text-align: center;
}

.widthBox .table .price3 th {
	background-color: #F8F8F8;
}

/* --- === --- === --- === --- === --- === */
/* エラー画面共通化の為に他のCSSからぶんどってきた */
/* --- === --- === --- === --- === --- === */
/* エラーの箱 */
.errorBox  {
	background-color:#F3F3F3;
	border: solid 1px #CCCCCC;
	padding: 15px 15px 40px 15px;
	margin: 40px 0 50px 0;
}
.errorBox  h3 {
	font-size: 1.4em;
	text-align: center;
	margin: 15px 0  25px 0;
	color: #000000;
	font-weight: bold;
}
.errorBox  dl {
	line-height: 1.5;
	background-color: #FFFFFF;
	padding: 15px;
	text-align: left;
}
.errorBox dl dt {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCCCCC;
}
.errorBox dl dd {
	background: url(/img/calq/icon/maru_icon.png) no-repeat left 5px;
	margin: 0;
	padding-left: 26px;
}
.errorBox .btnSet {
	margin: 0 auto;
}
.errorBox .btnSet li  {
	padding-left: 0;
	float: none;
	width: 100%;
}
.errorBox .btnSet li input[type="button"] {
	width: 80%;
	margin: 0 10%;
	cursor: pointer;
}
/* エラー画面で使用するBtn系のcss */
.btnSet,
.btnSet2 {
	overflow: hidden;
	zoom:1;
	margin: 20px auto;
}
.btnSet li {
	background: none;
	float: left;
	margin-right: 10px;
}
.btnSet2 li {
	background: none;
	float: left;
}
.btnSet input[type="submit"] {
	border: none;
	color: #FFFFFF;
	padding:  5px 10px 3px 10px;
	cursor: pointer;
	background-color: #000000 !important;
}
.btnSet input[type="submit"]:hover {
	background-color: #444444 !important;
}
/*
.btnSet {
    display: table-cell;
    vertical-align: middle;
}
*/
.btnSet a,
.btnSet2 a,
.btn input[type="button"],
.btn input[type="submit"],
.btn2 input[type="button"],
.btn2 input[type="submit"] {
	background-color: #444444;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding: 4px 14px 2px 14px;
	border: none;
}
.btnSet li a:hover,
.btnSet2 li a:hover,
.btn input[type="button"]:hover,
.btn input[type="submit"]:hover,
.btn2 input[type="button"]:hover,
.btn2 input[type="submit"]:hover {
	text-decoration: none;
	background-color:#555555;
}
.btn2 input[type="button"] {
	background-color: #009CA3;
}
.btn input[type="button"] {
	padding: 4px 10px 4px 14px;
}
.blueBtn {
	background-color: #4DA6FF !important;
}
.blueBtn:hover {
	background-color: #52BFFF !important;
	text-decoration: none !important;
}
/* --- === --- === --- === --- === --- === */

/*----2015.10.19追加分--*/
.planBox {
	min-height: 500px;
}
.planBox a {
	display: block;
	border: solid 1px #CCCCCC;
	border-radius: 6px;
	padding: 20px 56px 20px 30px;
	margin: 30px 0;
	text-decoration: none;
	color: #000000;
	font-size: 1.2em;
	background: url(../img/arrow02.png),-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F3F3F3));
    background-repeat:no-repeat;
    background-position:98% center;
}
.planBox a:hover {
	background: url(../img/arrow02.png),-webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#FFFFFF));
    background-repeat:no-repeat;
    background-position:98% center;
}
.planBox dl {
	display: table;
	margin: 0;
}
.planBox dl dt,
.planBox dl dd {
	display: table-cell;
	vertical-align: middle;
}
.planBox dl dt {
	width:  60%;
}
.planBox dl dd {
	text-align: left;
	padding-left: 20px;
	width: 40%;
}
.optionBox {
	margin: 30px 0 0 0;
	overflow: hidden;
	zoom:1;
}
.optionBox .optionSet {
	width: 318px;
	border: solid 1px #CCCCCC;
	overflow: hidden;
	zoom:1;
	padding-bottom: 20px;
	margin: 0 20px 30px 0;
	float: left;
        cursor: pointer;
}
.optionSet:nth-child(3),
.optionSet:nth-child(6),
.optionSet:nth-child(9) {
	margin-right: 0;
}
.optionBox .optionSet p img {
	width: 100%;
}
.optionBox p.icon {
	width: 116px;
	margin: 30px auto 0 auto;
}
.optionBox p.icon img  {
	width: 100%;
}
.optionSet div {
	margin: 20px 10%;
	width: 80%;
	
}
.optionSet div p {
	width: 6%;
	margin: 0;
	float: left;
}

.optionSet div dl {
	width: 94%;
	float: left;
	margin: 0;
	text-align: left;
}
.optionSet div dl dt {
	font-size: 1.3em;
	margin-bottom: 5px;
}
.optionSet div dl dt span {
	color: red;
}
.optionSet div dl dd.come {
	background: url(/img/icon/come.gif) no-repeat left 8px;
	padding-left: 15px;
}
.bg_blue {
	background-color: #ECF7F9;
}


/*----2015.10.20追加分--*/

.simuBox {
	clear: both;
	overflow: hidden;
	zoom:1;
	width: 774px;
	margin: 2% auto 4% auto !important;
}
.total_text {
	background-color: #009EE4;
	color: #FFFFFF;
	font-size: 1.5em;
	border-radius: 10px 10px 0 0;
	padding: 2% 0 1% 0;
}
.total_text dl {
	width: 90%;
	display: table;
	margin: 0 5%;
	padding-bottom: 1%;
	border-bottom: dotted 1px #FFFFFF;
}
.total_text dl:nth-child(even) {
	border: none;
	padding-top: 1%;
}
.total_text dl dt,
.total_text dl dd {
	/*width: 50%;*/
	display: table-cell;
}
.total_text dl dt {
	text-align: left;
	line-height: 1.2em;
}
.total_text dl dt br {
	display: none;
}
.total_text dl dd {
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
}
.syoki_tital dd dl {
    width: 100%;
    font-size: 0.85em;
	 margin: 0px;
}
.plan_text {
	background-color: #F3F3F3;
	border: solid 1px #CCCCCC;
	box-sizing: border-box;
	border-top: none;
	border-radius: 0 0 10px 10px;
	font-size: 1.2em;
}
.plan_text {
	overflow: hidden;
	zoom:1;
	padding: 3% 0 2% 0;
}
.plan_text dl {
	display: table;
	margin: 0 5% 1% 5%;
	width: 90%;
}
.plan_text dl dt,
.plan_text dl dd {
	display: table-cell;
	text-align: left;
}
.plan_text dl dt {
	width: 9em;
}
.plan_text dl dd.kigou {
	width: 1em;
}
.plan_text dl dd span {
	color: red;
}
.footerInner p {
	margin: 0 50px;
}
.address {
	margin-top: 5px !important;
}


/*--------------------------------------------------------------------------------
　▼　■□■PCサイト用（幅1000px以上）CSSの記述■□■
--------------------------------------------------------------------------------*/
@media screen and (min-width:1000px) {
	#loginBox {
		width: 100%;
	}
	#headerInner {
		width: 1008px;
		margin: 0 auto 10px auto;
		overflow: hidden;
		zoom:1;
	}
	h1 {
		float: left;
		margin-top: 20px;
	}
	header {
		padding-bottom: 0;
	}
	#navSet {
		float: right;
	}
	ul#glNavi {
		float: right;
		padding: 0;
	}
	ul#glNavi li {
		float: left;
		margin: 0 15px 0 10px ;
		background: url(/img/calq/arrow01.png) no-repeat left 3px;
		background-size: 16px;
		padding-left: 20px;
	}

	#pageLinkBox {
		display: block;
		clear: both;
		background-color: #CFEFF2;
	}
	#pageLinkBox ul {
		width: 1008px;
		margin: 0 auto;
		padding: 10px 5px;
		overflow: hidden;
		zoom:1;
	}
	#pageLinkBox ul li {
		background: none;
		padding: 0;
		margin: 0 10px 0 0;
		float: left;
	}
	#pageLinkBox ul li a {
		background-color: #FFFFFF;
		text-decoration: none;
		padding: 6px 15px;
		font-size: 1em;
		border-radius: 18px;
	}
	#pageLinkBox ul li a:hover {
		background-color: #F6F6F6;
	}
	#main {
		background: url(/img/calq/main_bg.png) no-repeat left top;
		background-size: cover;
	}
	#mainInner {
		width: 1008px;
		margin: 0 auto;
	}
	#mainInner h2 {
		width: 600px;
		margin-top: 70px;
		margin-bottom: 35px;
	}
	#mainBox p.img01 {
		width:  616px;
		float: right;
	}
	.mainLbox {
		width: 310px;
		float: left;
	}
	#mainBox ul {
		margin-left: 0;
	}
	.contents_guide {
		padding-top: 127px;
	}
	#contents2 {
/*		padding-top:80px;*/
                padding-top:70px;
	}
	#contents3 {
		padding-top:70px;
	}
	.point5_title p {
		max-width: 1248px;
		max-height: 386px;
		margin: 0 auto;
		text-align: center;
	}
	.point5Set div div {
		width: 1008px;
		margin: 0 auto;
	}
	.greenBox {
		padding-bottom: 40px;
	}
	.widthBox {
		width: 1008px;
		margin: 0 auto;
	}
	footer {
		width: 1008px;
		margin: 0 auto;
	}
	footer .logo {
		width: 150px;
		margin: 0 0 0 30px;
		float: left;
	}
	.footerInner {
		float: left;
		width: 680px;
	}
	.stepSet {
		display: table;
	}
	.stepSet dt,
	.stepSet dd {
		display: table-cell;
	}
	.stepSet dd {
		text-align: left;
		padding-left: 20px;
	}
	.tel_time br,
	.rennraku br {
		display: none;
	}

	.checkList p {
		float: left;
		margin-right: 10px;
	}
	#glNavi_sp {
		display: none !important;
	}
	.priceBox {
		display: block;
		position: relative;
	}
	.priceBtn01,
	.priceBtn02 {
		width: 204px;
	}
	.priceBtn01 {
		position: absolute;
		top: 49px;
		left: 442px;
	}
	.priceBtn02 {
		position: absolute;
		top: 49px;
		left: 665px;
	}
	.formBtnSet {
		width: 50%;
		margin: 20px auto 0 auto; 
	}
	.formBtn {
		width: 500px;
	}
	.formBtn li {
		width: 46%;
	}

	.h2Box h2 {
		margin: 0 auto;
	}
	/*料金ページ内リンク*/
	#price_01 {
		margin-top: -220px; /* リンク位置上昇分 */
		padding-top: 220px; /* 上昇分を戻す分 */
	}
	#price_02 {
		margin-top: -200px; /* リンク位置上昇分 */
		padding-top: 200px; /* 上昇分を戻す分 */
	}
	#price_03 {
		margin-top: -400px;
		padding-top: 460px;
	}
	#price_04 {
		margin-top: -120px;
		padding-top: 100px;
	}
	#guide_01 {
		margin-top: -220px;
		padding-top: 220px;
	}
	
	.pcNon {
		display: none;
	}
}

/*--------------------------------------------------------------------------------
　▼　■□■タブレットサイト用（幅1000px未満）CSSの記述■□■
--------------------------------------------------------------------------------*/
@media screen and (max-width:1000px) {
	#contents,
	#contents2,
    #contents3 {
		padding-top: 168px;
	}
	#headerInner {
		width: 100%;
	}
	h1 {
		width: 150px;
		margin: 18px auto 0 auto !important;
	}
	.h2Box h2 {
		width: 92%;
		padding: 3% 4%;
		font-size: 1.75em;
		margin-top: 0;
	}
	.widthBox h3 {
		margin: 4%;
	}
	h3 {
		font-size: 2em;
		font-weight: bold;
	}
	h4,
	h5,
	p {
		margin: 4%;
	}
	h5 {
		margin-top: 8%;
	}
	ul#headNav {
        position: absolute;
        top:  15px;
        right: 0;
        margin-right: 4%;
	}
	ul#headNav li a {
		text-decoration: none;
		color: #444444;
	}
	ul#headNav li.serviceBtn {
		border-radius: 5px;
		border: solid 1px #CCCCCC;
	}
	ul#headNav li.loginBtn {
		width: 120px;
		border-radius: 5px;
		border: solid 1px #009CA3;
	}
	ul#glNavi {
		/*margin-bottom: 0;*/
		display: none;
	}
	ul.come,
	p.come {
		margin: 4% 4% 4% 3%;
	}
	/*ul#glNavi li {
		float: left;
		width: 47%;
		margin-left: 2%;
		margin-bottom: 2%;
	}
	ul#glNavi li a {
		padding: 12px 10px;
		border-radius: 24px;
		font-size: 1em;
		font-weight: bold;
	}*/

	#glNavi_sp {
		margin: 4% 4% 2% 4%;
	}
	#glNavi_sp li {
		background: none;
		background-color: #EEEEEE;
		margin-left : 0; 
	}
	#glNavi_sp li a {
		display: block;
		text-decoration: none;
		padding: 2% 0;
		color: #444444;
		font-weight: bold;
	}
	#glNavi_sp li.subList {
		background-color: #CFEFF2;
		padding: 5px 5px 5px 15px;
	}
	#glNavi_sp li.subList p {
		margin: 0;
	}
	#glNavi_sp li.subList p a {
		background-color: #FFFFFF;
		margin: 3px;
		padding: 15px;
	}
	#main {
		background: url(/img/calq/main_bg.png) no-repeat left top;
		background-size: 100%;
	}
	#mainInner {
		margin: 0 4%;
	}
	#mainInner h2 {
		width: 94%;
		margin: 4% 3% 3% 3%;
	}
	#mainBox p.img01 {
		margin: 0;
	}
	#mainBox ul {
		width: 44%;
		float: left;
		margin: 6% 4%;
	}
	#mainBox dl {
		width: 46%;
		float: right;
		margin-top: 6%;
	}
	#mainBox dl dt {
		font-size: 1.1em;
		padding: 3px;
	}
	#mainBox dl dd {
		border: solid 1px #444444;
		border-top: none;
		text-align: center;
		padding: 8px;
	}
	#mainBox dl dd span {
		font-size: 1.4em;
	}
	.formBtnSet {
		width: 93%;
		margin: 0;
		border: solid 1px #CCCCCC;
		padding: 20px;
		border-radius: 8px;
	}
	.formBtnSet p {
		float: none;
		text-align: center;
	}
	.formBtnSet p br {
		display: none;
	}
	.formBtn {
	width: 98%;
		margin: 10px 2%;
	}
	.formBtn li {
		width: 30.55%;
	}

	.point5Set {
		margin: 0;
	}
	.point5Set div div h3 {
		margin: 6% 4%;
	}
	.point5Set div div dl {
		margin: 2% 4%;
	}
	.greenBox {
		padding-bottom: 30px;
	}
	.greenBox h2 {
		font-size: 4em;
		margin: 30px 0;
		line-height: 1.2em;
	}
	.greenBox table {
		width: 92%;
		margin: 4%;
	}
	.grayBox h2 {
		background: url(/img/calq/qa_icon.png) no-repeat left top;
		background-size: 50px;
		font-size: 3em;
		font-weight: normal;
		margin: 20px 0 20px 0;
		padding: 10px 0 10px 70px;
	}
	footer .logo {
		display: none;
	}
	footer ul {
		overflow: hidden;
		zoom:1;
	}
	.address {
		margin: 30px 0 0 0;
		text-align: center;
	}
	.widthBox h2 {
		font-size: 1.7em;
		margin-left : 6%;
		margin-right: 6%;
		margin-top: 6%;
	}

	.widthBox h2 br {
		display: none;
	}
	.greenBox .widthBox h2 {
		font-size: 3em;
	}
	.greenBox h2 br {
		display: block;
	}
	.qaBox {
		margin: 0 5% 5% 5%;
	}
	.accordion input:checked ~ div {
		height: auto;
	}
	.widthBox .table textarea{
		padding: 1%;
		margin-top: 2%;
		width: 90%;
		border: solid 1px #CCCCCC;
	}
	.confirmationBtn,
	.loginBtn,
	.closeBtn {
		background-size: 100%;
	}
	.widthBox .table  {
		width: 94%;
		margin: 3% 3% 5% 3%;
	}
	.boxSet {
		margin: 4%;
	}
	.boxSet h3 {
		font-size: 1.4em;
	}
	.panList {
		width: 94%;
	}
	.couponForm table td input[type="text"] {
		width: 92%;
	}
	.couponFlow {
		margin-top: 8%;
	}
	.stepSet dt {
		width: 100%;
		text-align: left;
	}
	.stepSet dt p {
		padding-top: 0;
	}
	.stepSet dd {
		text-align: left;
		margin-bottom: 6%;
		font-size: 1.2em;
	}
	.arrow {
		display: none;
	}
	.consentBtn {
		width: 430px;
		background-size: 100%;
		height: 90px;
	}
	.trigger2 {
		display: block;
		width: 37px;
		border: solid 1px #CCCCCC;
		border-radius: 5px;
		padding: 8px 6px;
		text-align: center;
		float: left;
		margin: 0 0 0 4%;
	}
	.trigger2 img {
		width: 90%;
	}
	
	#glNavi_sp {
		clear: both;
	}
	table.course th {
		padding: 3%;
	}
	table.course th span {
		top: 15px;
		right: 15px;
	}
	.widthBox .price2,
	.widthBox .kakuninForm {
		width: 94%;
		margin: 3%;
	}
	.boxSet dl {
		height: 500px;
		overflow: scroll;
	}

	.job_img {
		width: 92%;
		margin: 4%;
	}
	.grayBox2 {
		margin: 6% 3%;
	}
	.tel_timeBox {
		width: 94% !important;
		text-align: left !important;
		padding: 4% !important;
	}
	.tel_timeBox p {
		margin-bottom: 10px;
		line-height: 2em;
	}
	.other_text input[type="text"]  {
		width: 97% !important;
	}

	.targetBox {
		margin: 45px 4% 25px 4%;
	}
	.targetBox h3 {
		margin: 0 1%;
	}
	.text {
		margin:4%;
		line-height: 1.4em;
	}
	 .error {
		margin: 3% 3% 5% 3%;
	}
	.schedule {
		width: 100% !important;
		margin: 0 0 15px 0 !important;
	}
	.priceBox_sp {
		display: block;
	}
	.priceBox_sp ul {
		overflow: hidden;
		zoom:1;
	}
	.priceBox_sp li {
		width: 47.5%;
		float: left;
		background: none;
		padding: 0;
	}
	.priceBox_sp li.lbtn {
		margin-right: 4.5%;
	}
	
	.flowBox h4 {
		font-size: 1.1em;
		line-height: 1.3em;
		padding: 3%;
		margin-bottom: 6%;
	}
	.flowBox .arrow {
		display: block;
		margin-bottom: 0 !important;
	}
	h1 {
		margin: 10px auto 0 auto;
	}
	#contents,
	#contents2,
    #contents3 {
		padding-top: 69px;
	}
	.trigger2 {
		position: absolute; 
		top: 12px;
	}
	.formBtn {
		width: 79%;
		margin: 10px 9%;
	}
	.formBtn li {
		width: 48%;
	}
	.widthBox .price2 th, .widthBox .kakuninForm th,
	.widthBox .price2 th, .widthBox .kakuninForm td,
	.widthBox .price2 td,
	.widthBox .price2 th {
		font-size: 1.1em;
	}

	.price1_pc {
		width: 92%;
		margin: 4%;
	}
	.price1_pc th,
	.price1_pc td {
		padding: 2% 0;
	}
	.price1_pc td  p {
		line-height: 1.3em !important;
	}
	.fudousan {
		margin-left: 4%;
	}
	.table2 {
		width: 92% !important;
		margin: 0 4% 4% 4%;
		border-left: solid 1px #CCCCCC !important;
	}
	.cautionBox .table2 {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}
	.fudousan .boxL {
		width: 96%;
	}
	.mainText {
		margin-top: 1%;
	}
	.mainText .come {
		margin: 4% 0 0 0;
	}
	
	/*----2015.10.19追加分--*/
	.planBox {
		min-height: auto;
	}
	.planBox a {
		padding: 4% 6% 4% 4%;
		margin: 4%;
	}
	.planBox dl {
		display: block;
	}
	.planBox dl dt,
	.planBox dl dd {
		display: block;
	}
	.planBox dl dt {
		width:  90%;
	}
	.planBox dl dd {
		text-align: left;
		padding-left: 0;
		margin-top: 1%;
		line-height: 1.5em;
		width: 100%;
	}
	.planBox dl dt img  {
		width: 100%;
	}
	.optionBox {
	margin: 4% 3%;
	padding-left:2%;
	}
	.optionBox .optionSet {
	width: 47%;
	padding-bottom: 2%;
	margin: 0 2.5% 2% 0;
	}
	/*----2015.10.20追加分--*/
	.simuBox {
		width: 94%;
	}
	.total_text {
		font-size: 1em;
	}
	.total_text dl dd {
		font-size: 1.2em;
	}
	.plan_text {
		font-size: 1em;
	}

}
/*--------------------------------------------------------------------------------
　▼　■□■スマホサイト用（幅700px未満）CSSの記述■□■
--------------------------------------------------------------------------------*/
@media screen and (max-width:700px) {
	.formBtnSet2 {
		margin: 4% auto 6% auto;
		width: 270px;
	}
	.formBtnSet2 li {
		background: none;
		padding: 0;
		margin: 0 0 4% 0;
		height: 70px;
		float: none;
	}
	.optionBox .optionSet {
	width: 99%;
	}
	.optionSet div dl dd.come {
		font-size: 0.8em;
	}
	.total_text dl dt br {
		display: block;
	}
}


/*--------------------------------------------------------------------------------
　▼　■□■スマホサイト用（幅519px未満）CSSの記述■□■
--------------------------------------------------------------------------------*/
@media screen and (max-width:519px) {
    #navSet {
	float: none;
    }
    header {
	padding-bottom: 10px;
	position: absolute;
    }
    h1 {
	margin: 18px auto 10px auto;
	/*width: 180px;*/
     	width: 160px;
    }
    ul#headNav {
	width: 64%;
	margin-bottom: 0;
    }
    ul#headNav li.serviceBtn,
    ul#headNav li.loginBtn  {
	width: 26%;
	font-size: 0.9em;
	margin: 0 0 0 4%;
        padding: 0% 3%;
    }
    ul#headNav li.serviceBtn {
	width: 48%;
    }
    ul#glNavi li a {
        font-size: 0.8em;
    }
    ul#glNavi_sp li a {
	padding: 4% 2%;
    }
    #mainBox ul {
        width: 100%;
        float: none;
        margin: 6% 0;
    }
    #mainBox dl {
        width: 100%;
        float: none;
        margin: 4% 0;
        box-sizing: border-box;
    }
    #contents,
    #contents2,
    #contents3 {
        padding-top: 68px;/*クーポン非表示時のみ*/
    }
    .point5Set div div h3 {
        font-size: 1.8em;
    }
    .point5Set div div dl {
        display: inline-block;
    }
    .point5Set div div dl dt {
        display: none;
    }
    .point5Set div div dl dd {
        vertical-align: top;
        font-size: 1.2em;
        padding-left:0;
    }
    .point5Set div.blueBox h3 {
        margin-top: 4%;
    }
    .greenBox {
        padding-bottom: 15px;
    }
    .greenBox h2 {
        margin: 10px 0;
        line-height: 1.2em;
        font-weight: normal;
    }
    .greenBox .widthBox h2 {
	font-size: 2em;
    }
    .greenBox h2 span {
        font-size: 0.4em;
    }
    .formBtnSet p {
        font-size: 1.2em;
    }
    .formBtn li {
        width: 93%;
        float: none;
        margin-bottom: 10px;
    }
    .greenBox table {
        font-size: 1.1em;
    }
    .greenBox table img {
        width: 20px;
    }
    .greenBox table td,
    .greenBox table th {
        padding: 10px 5px;
    }
    .greenBox {
    }
    .greenBox h2 {
        margin-top: 0;
    }
    footer ul {
        margin-top: 0;
    }
    .address {
        font-size: 0.8em;
    }
    .widthBox table {
        border: none;
    }
    .widthBox .table  {
        width: 100%;
        margin: 0 0 4% 0;
    }
    .widthBox .table  tr {
        width: 100%;
    }
    .widthBox .table th,
    .widthBox .table td {
        width: 100%;
        display: block;
        text-align: center;
    }
    .widthBox .table td.rennraku {
        text-align: left;
        width: 94%;
        padding: 4%;
    }
    .widthBox .table td {
        border-right: none;
        padding: 4% 1% 4% 0;
    }

    .greenBox .widthBox .table {
        width: 92%;
        margin: 3% 4% 5% 4%;
        border: solid 1px #FFFFFF;
        border-right: none;
        border-bottom: none;
    }
    .greenBox .widthBox .table th,
    .greenBox .widthBox .table td {
        display: table-cell ;
    }
    .panList {
        display: none;
    }
    .spTitle {
        display: block;
        text-align: left;
        margin: 4%;
        font-size: 1.6em;
        font-weight: bold;
    }
    .widthBox .table input[type="text"] {
        width: 90%;
    }
    .couponForm table td,
    .couponForm table th {
        width: 100%;
        display: block;
        font-size: 1.2em;
    }
    .couponForm table th {
        text-align: left;
    }
    .couponForm table td input[type="text"] {
        width: 90%;
    }
    .couponBtn  {
        width: 260px;
        background-size: 100%;
    }
    .consentBtn {
        width: 80%;
        height: 80px;
    }
    table.price {
        font-size: 0.6em;
    }
    table.price th {
        width: 40%;
    }
    table.course {
        border: solid 1px #CCCCCC;
        border-right: none;
    }
    table.course td ul li br {
        display: block;
    }
    table.price {
        border: solid 1px #CCCCCC;
        border-right: none;
        border-left: none;
    }
    table.course {
        width: 100%;
        margin: 0 0 4% 0;
    }
    table.course th {
        font-size: 0.95em;
    }
    table.course th span {
        top: 7px;
        width: 120px;
        right: 3px;
    }
    table.course td.title {
        font-size: 0.8em;
    }
    table.course th span a {
        font-size: 0.7em;
    }
    .widthBox table {
        border-top: solid 1px #CCCCCC;
    }
    .boxSet dl {
        height: 300px;
    }
    .kazei br {
        display: block;
    }
    .grayBox2 h3 {
        font-size: 1.3em;
    }
    .cautionBox {
        font-size: 1.1em;
    }
    .targetBox {
        margin: 25px 4% 15px 4%;
        font-size: 1.1em;
    }
    .targetBox h3 {
        margin: 0 1.5% 3% 1.5%;
        font-size: 1.3em;
        line-height: 1.3em;
        text-align: center;
    }

    .schedule,
    .schedule td,
    .schedule th {
        border: none !important;
    }
    .formBtn {
        width: 92%;
        margin: 10px 4%;
    }
    .formBtn li {
        width: 100%;
        margin: 0 0 4% 0;
    }
    .grayBox2 div.img02 {
        background: url(/img/calq/img02.png) no-repeat 10px 20px #FFFFFF;
        background-size: 80px;
        padding-left: 90px;
    }
    .grayBox2 div.img03 {
        background: url(/img/calq/img03.png) no-repeat 10px 20px #FFFFFF;
        background-size: 80px;
        padding: 30px 20px 30px 90px;
    }
    .grayBox2 div.img04 {
        background: url(/img/calq/img04.png) no-repeat 10px 20px #FFFFFF;
        background-size: 80px;
        padding: 30px 20px 30px 90px;
    }

    .price1_pc {
        display: none;
    }
    .price1_sp {
        display: block;
    }
    .price1_sp table {
        border: solid 1px #CCCCCC !important;
        width: 92%;
        margin: 0 4% 4% 4%;
    }

    .price1_sp th,
    .price1_sp td {
        border-bottom: solid 1px #CCCCCC;
        padding: 3%;
    }

    .price1_sp th {
        font-size: 1.3em;
        background-color: #009BA4;
        color: #FFFFFF;
        line-height: 1.3em;
        text-align: left;
    }
    .price1_sp th.pic {
        background-color: #00848C;
    }
    .price1_sp td {
        font-size: 1.3em;
        text-align: left;
    }
    .price1_sp td span {
        font-weight: bold;
    }
    .fudousan table {
        border: solid 1px #CCCCCC;
        border-right: none;
    }
    .fudousan div {
        float: none;
    }
    .fudousan .boxL {
        width: 96%;
        background: url(/img/calq/plus_icon.png) no-repeat  46% bottom;
        background-size: 30px;
        padding-bottom: 40px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .fudousan .boxR {
        width: 96%;
    }
    .widthBox .table .price3 {
        width:92%;
        margin: 4%;
        border-right: none;
    }
    .widthBox .table .price3 th,
    .widthBox .table .price3 td {
        width: 98%;
        padding: 2% 1%;
        border-right: solid 1px #CCCCCC;
    }

    /*料金ページ内リンク*/
    #price_01 {
        margin-top: -100px; /* リンク位置上昇分 */
        padding-top: 100px; /* 上昇分を戻す分 */    
    }
    #price_02 {
        margin-top: -100px; /* リンク位置上昇分 */
        padding-top: 100px; /* 上昇分を戻す分 */    
    }
    #price_03 {
        margin-top: -100px;
        padding-top: 100px;
    }
    #price_04 {
        margin-top: 50px;
        padding-top: 50px;
    }
    #guide_01 {
        margin-top: -100px;
        padding-top: 100px;
    }
    
    .errorBox h3 {
	font-size: 1.2em;
}
    .errorBox .btnSet li input[type="button"] {
            width: 60%;
            margin: 0 10%;
            padding: 10px;
    }

	#navSet {
		float: none;
	}
	header {
		padding-bottom: 22px;
		position: absolute;
	}
	h1 {
		margin: 28px auto 15px auto;
	    width: 120px;
	}
	ul#headNav {
		width: 64%;
		margin-bottom: 0;
	}
	ul#headNav li.serviceBtn,
	ul#headNav li.loginBtn  {
		width: 26%;
		font-size: 0.9em;
		margin: 0 0 0 4%;
		padding: 0 3%;
	}
	ul#headNav li.serviceBtn {
		width: 48%;
	}
	ul#glNavi li a {
		font-size: 0.8em;
	}
	ul#glNavi_sp li a {
		padding: 4% 2%;
	}
	#main {
		margin: 0;
	}
	#mainBox ul {
		width: 100%;
		float: none;
		margin: 6% 0;
	}
	#mainBox dl {
		width: 100%;
		float: none;
		margin: 4% 0;
		box-sizing: border-box;
	}
	#contents,
	#contents2,
    #contents3 {
                padding-top: 68px;/*クーポン非表示時のみ*/
	}
	.point5Set div div h3 {
		font-size: 1.8em;
	}
	.point5Set div div dl {
		display: inline-block;
	}
	.point5Set div div dl dt {
		display: none;
	}
	.point5Set div div dl dd {
		vertical-align: top;
		font-size: 1.2em;
		padding-left:0;
	}
	.point5Set div.blueBox h3 {
		margin-top: 4%;
	}
	.greenBox {
		padding-bottom: 15px;
	}
	.greenBox h2 {
		margin: 10px 0;
		line-height: 1.2em;
		font-weight: normal;
	}
	.greenBox .widthBox h2 {
		font-size: 2em;
	}
	.greenBox h2 span {
		font-size: 0.4em;
	}
	.formBtnSet {
		width: 88%;
	}
	.formBtnSet p {
		font-size: 1.2em;
	}
	.formBtn li {
		width: 93%;
		float: none;
		margin-bottom: 10px;
	}
	.greenBox table {
		font-size: 1.1em;
	}
	.greenBox table img {
		width: 20px;
	}
	.greenBox table td,
	.greenBox table th {
		padding: 10px 5px;
	}
	.greenBox {
	}
	.greenBox h2 {
		margin-top: 0;
	}
	footer ul {
		margin-top: 0;
	}
	.address {
		font-size: 0.8em;
	}
	.widthBox table {
		border: none;
	}
	.widthBox .table  {
		width: 100%;
		margin: 0 0 4% 0;
	}
	.widthBox .table  tr {
		width: 100%;
	}
	.widthBox .table th,
	.widthBox .table td {
		width: 100%;
		display: block;
		text-align: center;
	}
	.greenBox .widthBox .table th,
	.greenBox .widthBox .table td {
		width: auto;
	}
	.widthBox .table th,
	.widthBox .table td {
	}
	.widthBox .table td.rennraku {
		text-align: left;
		width: 94%;
		padding: 4%;
	}
	.widthBox .table td {
		border-right: none;
		padding: 4% 1% 4% 0;
	}

	.greenBox .widthBox .table {
		width: 92%;
		margin: 3% 4% 5% 4%;
		border: solid 1px #FFFFFF;
		border-right: none;
		border-bottom: none;
	}
	.greenBox .widthBox .table th,
	.greenBox .widthBox .table td {
		display: table-cell ;
	}
	.panList {
		display: none;
	}
	.spTitle {
		display: block;
		text-align: left;
		margin: 4%;
		font-size: 1.6em;
		font-weight: bold;
	}
	.widthBox .table input[type="text"] {
		width: 90%;
	}
	.couponForm table td,
	.couponForm table th {
		width: 100%;
		display: block;
		font-size: 1.2em;
	}
	.couponForm table th {
		text-align: left;
	}
	.couponForm table td input[type="text"] {
		width: 90%;
	}
	.couponBtn  {
		width: 260px;
		background-size: 100%;
	}
	.consentBtn {
		width: 80%;
		height: 80px;
	}
	table.price {
		font-size: 0.6em;
	}
	table.price th {
		width: 40%;
	}
	table.course {
		border: solid 1px #CCCCCC;
		border-right: none;
	}
	table.course td ul li br {
		display: block;
	}
	table.price {
		border: solid 1px #CCCCCC;
		border-right: none;
		border-left: none;
	}
	table.course {
		width: 100%;
		margin: 0 0 4% 0;
	}
	table.course th {
		font-size: 0.95em;
	}
	table.course th span {
		top: 7px;
		width: 120px;
		right: 3px;
	}
	table.course td.title {
		font-size: 0.8em;
	}
	table.course th span a {
		font-size: 0.7em;
	}
	.widthBox table {
		border-top: solid 1px #CCCCCC;
	}
	.boxSet dl {
		height: 300px;
	}
	.kazei br {
		display: block;
	}
	.grayBox2 h3 {
		font-size: 1.3em;
	}
	.cautionBox {
		font-size: 1.1em;
	}
	.targetBox {
		margin: 25px 4% 15px 4%;
		font-size: 1.1em;
	}
	.targetBox h3 {
		margin: 0 1.5% 3% 1.5%;
		font-size: 1.3em;
		line-height: 1.3em;
		text-align: center;
	}

	.schedule,
	.schedule td,
	.schedule th {
		border: none !important;
	}
	.formBtn {
		width: 92%;
		margin: 10px 4%;
	}
	.formBtn li {
		width: 100%;
		margin: 0 0 4% 0;
	}
	.grayBox2 div.img02 {
		background: url(/img/calq/img02.png) no-repeat 10px 20px #FFFFFF;
		background-size: 80px;
		padding-left: 90px;
	}
	.grayBox2 div.img03 {
		background: url(/img/calq/img03.png) no-repeat 10px 20px #FFFFFF;
		background-size: 80px;
		padding: 30px 20px 30px 90px;
	}
	.grayBox2 div.img04 {
		background: url(/img/calq/img04.png) no-repeat 10px 20px #FFFFFF;
		background-size: 80px;
		padding: 30px 20px 30px 90px;
	}

	.price1_pc {
		display: none;
	}
	.price1_sp {
		display: block;
	}
	.price1_sp table {
		border: solid 1px #CCCCCC !important;
		width: 92%;
		margin: 0 4% 4% 4%;
	}

	.price1_sp th,
	.price1_sp td {
		border-bottom: solid 1px #CCCCCC;
		padding: 3%;
	}

	.price1_sp th {
		font-size: 1.3em;
		background-color: #009BA4;
		color: #FFFFFF;
		line-height: 1.3em;
		text-align: left;
	}
	.price1_sp th.pic {
		background-color: #00848C;
	}
	.price1_sp td {
		font-size: 1.3em;
		text-align: left;
	}
	.price1_sp td span {
		font-weight: bold;
	}
	.fudousan table {
		border: solid 1px #CCCCCC;
		border-right: none;
	}
	.fudousan div {
		float: none;
	}
	.fudousan .boxL {
		width: 96%;
		background: url(/img/calq/plus_icon.png) no-repeat  46% bottom;
		background-size: 30px;
		padding-bottom: 40px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.fudousan .boxR {
		width: 96%;
	}
	.widthBox .table .price3 {
		width:92%;
		margin: 4%;
		border-right: none;
	}
	.widthBox .table .price3 th,
	.widthBox .table .price3 td {
		width: 98%;
		padding: 2% 1%;
		border-right: solid 1px #CCCCCC;
	}
	.errorBox h3 {
		font-size: 1.2em;
	}
	.errorBox .btnSet li input[type="button"] {
		width: 60%;
		margin: 0 10%;
		padding: 10px;
	}
	.mainText {
		padding: 10px 0 0 0;
	}
	
	/*----2015.10.19追加分--*/
	.optionBox {
		width: 100%;
		margin: 4% 0;
		padding-left: 0;
		border-top: solid 1px #CCCCCC;
	}
	.optionBox .optionSet {
		width: 100%;
		padding-bottom: 2%;
		margin: 0;
		float: none;
		border-top: none;
	}
	.optionSet div {
		margin: 20px 3%;
	}
	.optionBox p.icon {
		display: none;
	}

	/*----2015.10.20追加分--*/
	.plan_text {
		font-size: 0.9em;
	}
}