
#sub .section .sec-txt.inq {
	margin:0 auto 30px;
	padding: 0 ;
	text-align:center;
}

/*googlemap表示エリア*/
#sub .section .map {
	width:90%;
	height:auto;
	margin:0 auto;
}
#map_canvas {
width:100%;
height:500px;
}


/* お電話でのお問い合わせ */
.inq_box ul {
	width:80%;
	margin:0 auto;
	overflow:hidden;
}
.inq_box li {
    margin: 0 0 40px;
    font-size: 16px;
    position: relative;
    padding: 0 0 0 100px;
    height: auto;
    width: 37%;
    display: block;
    float: left;
}
.inq_box li p {
    display: block;
    vertical-align: middle;
    padding: 5px 0;
}
.inq_box li p.phone {
	font-size:20px;
    color: #ff8b07;
}

.inq_box li span {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 35px;/* width,heightの半分 */
	-moz-border-radius: 35px;
	border-radius: 35px;
	background-color: #ff8b07;/* 円の色 */
	display:block;
	position:absolute;
	top:0;
	left:0;
	line-height:45px;
	text-align:center;
}
.inq_box li span i {
	position: absolute;
    top: 30%;
    left: 35%;
    font-size: 30px;
    color: #fff;
}


/* 三角リスト */
    .triangle
    ,.triangle li{
    	padding:0px;
    	margin:0px;
    }
     
    .triangle li{
    	list-style-type:none !important;
    	list-style-image:none !important;
    	margin: 5px 0px 5px 0px !important;
    }
     
    .list1 li{
    	position:relative;
    	padding-left:40px;
    }
     
    .list1 li:before{
    	content:''; 
    	display:block; 
    	position:absolute; 
    	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    	top:7px; 
    	left:20px; 
    	height:0; 
    	width:0; 
    	border-top: 4px solid transparent;
    	border-right: 4px solid transparent;
    	border-bottom: 4px solid transparent;
    	border-left: 8px solid #47474f;
    }
    
/*h5 */
.section h5{
	border-left: 5px solid #ff8b07;
	background-color: #f1f1f1;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px 10px;
}
/* ------------------------------------------------------------ */
/* お問い合わせフォーム */
/* ------------------------------------------------------------ */

#formBox {
    width: 100%;
    margin: 0 auto 80px;
    clear: both;
    overflow: hidden;
    text-align: left;
}

/* 入力項目横並びのとき */
#formBox .formItem {
	margin: 0 10px 20px;
    width: 48%;
    float: left;
    height: 100px;
}
/* 入力項目一列のとき */
#formBox .formItem.wide {
	padding: 0;
    clear: both;
    height: auto;
    width: 98%;
    overflow: hidden;
    float: none;
}
/* プライバシーポリシー */
#formBox .formItem.wide.center {
	text-align:center;
	font-size:17px;
}

span.required {
	color: #ff0000;
}

#formBox .formItem .title {
	margin: 0 auto 5px;
    padding: 10px 0 0 8px;
    font-size: 16px;
}

#formBox .formItem .inputarea {
	margin: 0 auto;
    padding: 0;
}

#formBox .formItem input,
#formBox .formItem select,
#formBox .formItem textarea {
	padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
	margin: 0 5px 8px;
	font-size: 14px;
}
#formBox .formItem input,
#formBox .formItem textarea {
	width:85%;
}
#formBox .formItem.wide input {
	width:auto;
}
#formBox .formItem.wide input.wide {
	width:68%;
}
#formBox .formItem.wide select {
	width: 15%;
    font-size: 15px;
}

/* 必須項目入力なしのとき */
.alert {
    padding: 5px;
    margin: 0 0 5px 10px;
	font-size:14px;
	display: inline-block;
    background-color: #f2dede;
    border-color: #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-danger, .alert-error {
    color: #ff0000;
}

.er-txt {
    margin: 10px 5px;
	font-size: 17px;
    width: 60%;
    background-color: #d0494b;
    border-color: #d0494b;
	color: #fff;
}


/* 確認画面のとき */
#formBox .formItem .inputarea.confirm {
    padding: 10px;
    line-height: 23px;
    background-color: #ffe4c5;
    border-color: #ffe4c5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 5px 20px;
}

#formBox .formItem .inputarea.confirm.check {
    background-color: #fff;
    border-color: #fff;
}

#formBox .formItem .inputarea.confirm.check:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin: 0 10px 0 0;
    color: #ff0000;
}
 
 /* formBox内のボタン */
#formBox p {
	width: 40%;
	text-align: center;
	margin: 0 auto 20px;
	clear: both;
	padding: 10px;
}
#formBox p input {
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 17px;
	background: #ff8b07;
	border-radius: 5px;
	border: 1px solid #ff8b07;
	transition: all 0.3s;
}

 /* formBox内のボタン：確認画面?送信完了画面 */
#formBox p.confirm,
#formBox p.confirm.send {
	width: 60%;
	text-align: center;
	color: #fff;
	font-size: 17px;
	background: #ff8b07;
	border-radius: 5px;
	border: 1px solid #ff8b07;
	transition: all 0.3s;
}
#formBox p.confirm.send {
	width: 40%;
	padding: 0;
}

#formBox p.confirm span a {
	display:block;
	padding: 8px 20px;
	color: #fff;
}

#formBox p input:hover,
#formBox p.confirm span a:hover {
	opacity: 0.5;
	cursor:pointer;
}

span#powered_by_me {
	display:none;
}


/* ------------------------------------------------------------ */
/* 証明書等の交付について */
/* ------------------------------------------------------------ */
.section ul.submenu {
	width:1024px;
	margin:0 auto 20px;
	overflow:hidden;
}

.section ul.submenu li {
    width: 48%;
    float: left;
    margin: 0 7px 15px;
    height: auto;
    background: #ff8b07;
    position: relative;
    font-size: 18px;
    transition: all .3s linear;
    color: #fff;
}

.section ul.submenu li a {
	display:block;
	height:100%;
    color: #fff;
    padding: 20px;
}

.section ul.submenu li a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    bottom: 33%;
    right: 3%;
    margin: 0;
    color: #fff;
}
.section ul.submenu li:hover {
	background:#47474f;
	color: #fff;
}
.section ul.submenu li:hover a {
	color: #fff;
}


.section ul.submenu.wide {
	margin:0 auto 40px;
}
.section ul.submenu.wide li {
    width: 80%;
    float: none;
    margin: 0 auto 10px;
    height: auto;
    background: #f1f1f1;
	/*border:1px solid #f1f1f1;*/
    color: #47474f;
}
.section ul.submenu.wide li a {
    color: #47474f;
}
.section ul.submenu.wide li a:before {
    color: #47474f;
}

.section ul.submenu.wide li:hover {
	background:#ff8b07;
	color: #fff;
}
.section ul.submenu.wide li:hover a {
	color: #fff;
}
.section ul.submenu.wide li:hover a:before {
    color: #fff;
}

 /* table */
.section table {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	text-align:center;
}
.section table th {
	padding:10px 15px;
	border:solid 1px #fff;
	background:#ff8b07;
	color:#fff;
	vertical-align: middle;
}
.section table td {
	padding:10px 15px;
	border:solid 1px #fff;
	text-align:right;
	background:#f1f1f1;
	color:#333;
	text-align:center;
	vertical-align: middle;
}
.section table td.t01 {
	background:#ffe4c5;
}
.section .inner {
	width:95%;
	margin:0 auto 10px;
	clear:both;
}
.section .inner h5 {
	font-size:15px;
	margin:0 0 10px;
}

@media screen and (min-width:1024px) , print{
	/*1024px以上の時（pc専用のスタイル）*/
}

@media screen and (max-width:1023px) , print{
	/*1023px以下の時（ipad）*/

/*googlemap表示エリア*/
#sub .section .map {
	width:90%;
	height:auto;
	margin:0 auto;
}
#map_canvas {
width:100%;
height:500px;
}

/* お電話でのお問い合わせ */
.inq_box ul {
	width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.inq_box li {
	margin: 0 0 30px;
    font-size: 15px;
    padding: 0 0 0 80px;
    height: auto;
}
.inq_box li p {
    padding: 3px 0;
}
.inq_box li p.phone {
	font-size:17px;
    color: #ff8b07;
}

.inq_box li span {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;/* width,heightの半分 */
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ff8b07;/* 円の色 */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
}
.inq_box li span i {
    top: 26%;
    left: 33%;
}
	
/* ------------------------------------------------------------ */
/* お問い合わせフォーム */
/* ------------------------------------------------------------ */

#formBox {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    text-align: left;
}

/* 入力項目横並びのとき */
#formBox .formItem {
    margin: 0 auto 20px;
    width: 50%;
}

#formBox .formItem label.checkbox.inline {
    float: left;
    margin: 0 10px;
}
#formBox .formItem.wide.center label.checkbox.inline {
     float: none; 
     margin: 0; 
}

#formBox .formItem.wide input.wide {
    width: 75%;
}
#formBox .formItem textarea {
    width: 92%;
}

#formBox .formItem.wide select {
    width: auto;
    font-size: 15px;
}

/* 必須項目入力なしのとき */
.alert {
    width: 90%;
	margin: 0 0 5px 0;
}

.alert-danger, .alert-error {
    color: #ff0000;
}

.er-txt {
    font-size: 16px;
    color: #fff;
}

/* ------------------------------------------------------------ */
/* 証明書等の交付について */
/* ------------------------------------------------------------ */
.section ul.submenu {
	width:90%;
	margin:0 auto;
	overflow:hidden;
}
.section ul.submenu li {
	width:100%;
	margin:0 0 1px;
	height:auto;
	background:#ff8b07;
	position:relative;
	transition:all .3s linear;
	color: #fff;
}
.section ul.submenu li a {
	display:block;
	height:100%;
	font-size:14px;
	padding:20px;
}
.section ul.submenu li a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    bottom: 33%;
    right: 3%;
    margin: 0;
    color: #fff;
}
.section ul.submenu li:hover {
	background:#47474f;
	color: #fff;
}
.section ul.submenu li:hover a {
	color: #fff;
}


.section ul.submenu.wide {
	margin:0 auto 40px;
}
.section ul.submenu.wide li {
    width: 80%;
    float: none;
    margin: 0 auto 10px;
    height: auto;
    background: #f1f1f1;
    color: #47474f;
}
.section ul.submenu.wide li a {
    color: #47474f;
}

/* table */
.section table {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	text-align:center;
}
.section table th {
	padding:10px 15px;
	border:solid 1px #fff;
	background:#ff8b07;
	color:#fff;
	vertical-align: middle;
}
.section table td {
	padding:10px 15px;
	border:solid 1px #fff;
	text-align:right;
	background:#f1f1f1;
	color:#333;
	text-align:center;
	vertical-align: middle;
}
.section table td.t01 {
	background:#ffe4c5;
}
.section .inner {
	width:95%;
	margin:0 auto 10px;
	clear:both;
}
.section .inner h5 {
	font-size:15px;
	margin:0 0 10px;
}


}

@media screen and (max-width:767px) { 
	/*767px以下の時（iphone）*/

/*googlemap表示エリア*/
#sub .section .map {
	width:90%;
	height:auto;
	margin:0 auto;
}
#map_canvas {
width:100%;
height:250px;
}


/* お電話でのお問い合わせ */
.inq_box ul {
	width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
.inq_box li {
	margin: 0 0 20px;
    font-size: 15px;
    position: relative;
    padding: 0 0 0 70px;
    height: auto;
    width: auto;
    display: block;
    float: none;
}
.inq_box li p {
    padding: 3px 0;
}
.inq_box li p.phone {
	font-size:17px;
    color: #ff8b07;
}

.inq_box li span {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;/* width,heightの半分 */
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ff8b07;/* 円の色 */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
}
.inq_box li span i {
    top: 26%;
    left: 33%;
}

/* ------------------------------------------------------------ */
/* お問い合わせフォーム */
/* ------------------------------------------------------------ */

/* 入力項目横並びのとき */
#formBox .formItem {
    margin: 0 auto 10px;
    height: auto;
	width: auto;
     float: none; 
}
/* プライバシーポリシー */
#formBox .formItem.wide.center {
	font-size: 15px;
}

#formBox .formItem label.checkbox.inline {
    width: 100%;
    padding: 5px 0;
	margin:0;
}
#formBox .formItem.wide input.wide {
    width: 88%;
}
#formBox .formItem textarea {
    width: 85%;
}



/* 必須項目入力なしのとき */
.alert {
    width: 95%;
	margin: 0 0 5px 0;
}

.alert-danger, .alert-error {
    color: #ff0000;
}

.er-txt {
	font-size: 16px;
    width: 93%;
    color: #fff;
}

 /* formBox内のボタン */
#formBox p {
	width: auto;
}
#formBox p input {
	width: 100%;
}

 /* formBox内のボタン：確認画面?送信完了画面 */
#formBox p.confirm,
#formBox p.confirm.send {
	width: 90%;
}
#formBox p.confirm.send {
	width: 95%;
	padding: 0;
}

/* ------------------------------------------------------------ */
/* 証明書等の交付について */
/* ------------------------------------------------------------ */
.section ul.submenu.wide li {
    width: 100%;
}

.section ul.submenu li a:before {
    bottom: 33%;
}
.section table {
	font-size:10px;
}
/* table */
.section table {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	text-align:center;
}
.section table th {
	padding:10px 15px;
	border:solid 1px #fff;
	background:#ff8b07;
	color:#fff;
	vertical-align: middle;
}
.section table td {
	padding:5px 7px;
	border:solid 1px #fff;
	text-align:right;
	background:#f1f1f1;
	color:#333;
	text-align:center;
	vertical-align: middle;
}
.section table td.t01 {
	background:#ffe4c5;
}
}




