@charset "utf-8";

/*
Theme Name: jiko

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

:focus { outline:0; }

ol, ul { list-style:none; }
li{
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight:normal;
	text-align:left;
}

blockquote:before, blockquote:after, q:before, q:after { content:""; }

blockquote, q { quotes:"" ""; }

article, aside, details, figcaption, figure, footer, #header, hgroup, menu, nav, section { display:block; }

body {
	font:15px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", arial,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color:#333333;
	-webkit-text-size-adjust:100%;
	border-top: 5px solid #629003;

}

p {
	line-height:1.6;
	margin-bottom:1.5em;
}

strong { font-weight:bold; }

a {
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#333333;
}

a:hover {
	outline:none;
	color:#3300cc;
	text-decoration: underline;
}

a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}

a img { border:0; }

img {
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}

nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after, .post:after, ul.post li:after, nav#mainNav .inner:after {
	content:"";
	display:table;
	clear:both;
}

nav .panel, nav#mainNav, .newsTitle, .bg, .post, ul.post li, nav#mainNav .inner { zoom:1; }

.contents_sub p { padding:0px 10px 1.5em; }

.right20 { margin-right:20px; }

.left20 { margin-left:20px; }

.bottom15 { margin-bottom:15px; }

.bottom20 { margin-bottom:20px; }

.bottom30 { margin-bottom:30px; }

.last { margin-right:0; }

.left { float:left; }

.right { float:right; }

.width500 { width:500px; }

.center { text-align:center; }

.m_r_0 { margin-right:0 !important; }

.m_b_15 { margin-bottom:15px !important; }

.text_red { color:#e00; }

/*************
NF img
*************/

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

.clearfix::after{
content: "";
display: block;
clear: both;
}

/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea {
	vertical-align:middle;
	line-height:30px;
	height:30px;
	padding:1px 5px;
	border:1px solid #d4d4d7;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size:100%;
	color:#555;
	background:#fcfcfc;
}

textarea {
	height:auto;
	line-height:1.5;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	padding:3px 10px;
	background:#878787;
	border:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	line-height:1.5;
	font-size:120%;
	color:#fff;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background:#a6a6a6;
	cursor:pointer;
}

*:first-child+html input[type="submit"] { padding:3px; }

/* レイアウト */

#wrapper {
	margin: 0 auto;
	width: 1000px;
	background-color: #FFF;
	padding-right: 3em;
	padding-left: 3em;
	overflow: hidden;
}

#wrapper, .inner {
	margin:0 auto;
	width:1000px;
}

#header {
	overflow: hidden;
	padding-bottom: 10px;
	padding-top:10px;
}

#content {
	float:right;
	width:700px;
	padding:30px 0 50px;
}

.contents { margin-bottom:30px; }

#content.content_lp {
	float:right;
	width:100%;
	padding:30px 0 50px;
}

#sidebar {
	float:left;
	width:260px;
	padding:30px 0 50px;
}

#footer { clear:both; }

/* ヘッダー- */
#header h1 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-bottom:0px;
}

/* トップページ　メイン画像*/
#mainImg {
	margin-top:20px;
	clear:both;
	line-height:0;
	text-align:center;
	z-index:0;
}

/*メイン（右側）コンテンツ*/

#content h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 12px 15px 10px 25px;
	width: auto;
	background-color:#e2e9f8;
	position: relative;
	background-image: url(images/h2_back.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	/*text-indent:-1em;*/
}

#content h2 span{
	background-image: url(images/h2_span_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
	padding-left: 5px;

}

#content .sub_title, #content .pagetitle {
	font-size: 1.1em;
	height: 100px;
	line-height: 100px;
	margin-bottom: 20px;
	padding: 1px 1px 1px 20px !important;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.1em;
	background-color: #ffffff;
	width:auto;
	background-image: url(images/right_sub_h2_back.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #173686;
}

#content .sub_title:after, #content .pagetitle:after { display:none; }

#content h3 {
	color: #333333;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 15px;
	letter-spacing:0.1em;
	width: auto;
	background-color: #efefef;
	padding: 10px;
	clear:both;
}

#content h3 span{
	padding-left: 10px;
	border-left: 2px solid #002b83;
}

#content ul, #footer ul {
	margin-left: 0px;
	/* overflow:hidden; */
}

#content li {
	margin-bottom: 10px;
	color: #333333;
	text-align:left;
}

#content .banner_a ul {
	max-width:700px;
	margin:auto;
}

#content .banner_a { margin-bottom:30px; }

#content .banner_a ul li {
	float:left;
	margin-right:20px;
	margin-bottom:15px;
}

#content .banner_a ul li:nth-child(2n), #content .banner_a ul li.last { margin-right:0; }

#content .contents_inner {
	padding:0px 10px 10px;
	margin-bottom:10px;
	clear:both;
}

#content p.page_contact { padding: 15px 0px 20px; }

.post { margin:0 0 20px; }

.post p {
	padding-right: 10px;
	padding-left: 10px;
    margin-bottom: 10px;	
}

.post #date, .post .dateLabel {
	font-size:12px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom:5px;
	padding-bottom:0;
}

.post ul { margin:0 0 10px 10px; }

.post ul li {
	margin-bottom:5px;
	padding-left:15px;
	/*background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: left center;*/
}

.post table {
	border:1px #ccc solid;
	border-collapse:collapse;
	border-spacing:0;
	margin:10px 0 20px;
}

.post table th {
	padding:10px;
	border:#ccc solid;
	border-width:0 0 1px 1px;
	background:#fcfcfc;
}

.post table td {
	padding:10px;
	border:1px #ccc solid;
	border-width:0 0 1px 1px;
	background:#fff;
}

.post dt { font-weight:bold; }

.post dd { padding-bottom:10px; }

.post img {
	max-width:100%;
	height:auto;
}

.mk-img{
    text-align: center;
    margin: 45px auto 15px;
    max-width: 1000px;
    width: 100%;
}

.mk-img img{
	width: 100%;
}

.zibaiseki-m{
	display: flex;
	flex-wrap: wrap;
	max-width: 960px;
	justify-content: space-between;
	margin: auto;
}

.zibaiseki-m .inmei{
	margin-bottom: 40px;
}


/* サイドバー　ウィジェット
*****************************************************/
section.widget ul {
	margin-left: 10px;
	padding:0;
	margin-bottom:30px;
}

section.widget h3 {
	margin-bottom: 10px;
	margin-top: 0;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #aaa;
}

section.widget h3 span {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 35px;
	padding: 3px 10px 0 15px;
	display:block;
	background-color: #002269;
}

section.widget li a {
	display:block;
	padding:7px 0 7px 12px;
	border-bottom:1px dashed #ccc;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: left center;
}

section.widget li:last-child a { border:0; }

/* フッター*/
#footer {
	clear: both;
	padding: 10px 0 0;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	border-top: 1px dotted #333;
}

#footer .inner {
	overflow: hidden;
	max-width: 1000px;
	margin: 20px auto;
}

#footer .box {
	float: left;
	width: 220px;
}

#footer li {
	list-style: disc inside;
	padding-left:5px;
	color:#333;
}

#footer li a { color:#333; }

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

address {
	padding: 20px 0;
	text-align: center;
	font-style:normal;
	font-size: 14px;
	clear:both;
	display:block;
	color:#333;
	background-color: #fff;
}

/* page navigation
------------------------------------------------------------*/
.pagenav {
	clear:both;
	width:100%;
	height:30px;
	margin:5px 0 20px;
}

.prev { float:left }

.next { float:right; }

#pageLinks {
	clear:both;
	color:#4f4d4d;
	text-align:center;
}

#page-top { display:none; }

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width:1000px) {

/*　画面サイズが1000pxからはここを読み込む　*/

/* ナビメニュー共通 */

#navibar7 {
	height: 50px;
	width: 100%;
	margin-bottom: 0px;
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c9dd9), color-stop(100%, #1d68c5));
background-image:-webkit-linear-gradient(top, #2c9dd9, #1d68c5);
background-image:-moz-linear-gradient(top, #2c9dd9, #1d68c5);
background-image:-ms-linear-gradient(top, #2c9dd9, #1d68c5);
background-image:-o-linear-gradient(top, #2c9dd9, #1d68c5);
background-image:linear-gradient(top, #2c9dd9, #1d68c5);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2c9dd9, endColorstr=#1d68c5);
}

#navibar7 ul {
	height:50px;
	width:1000px;
	margin: 0px auto;
	padding: 0px;
}

#navibar7 ul li {
	list-style-type:none;
	float:left;
	display:block;
	margin: 0px;
	padding: 0px;
}

#navibar7 ul li a {
	display:block;
	overflow:hidden;
	height:50px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}

#navibar7 ul li a { background-image:url(images/nav_menu7.jpg); }

/* ナビメニュー7　*/

#navibar7 ul .link1 a {
	width:100px;
	background-position:0 0;
}

#navibar7 ul .link1 a:hover { background-position:0 -50px; }

#navibar7 ul .link2 a {
	width:150px;
	background-position:-100px 0;
}

#navibar7 ul .link2 a:hover { background-position:-100px -50px; }

#navibar7 ul .link3 a {
	width:150px;
	background-position:-250px 0;
}

#navibar7 ul .link3 a:hover { background-position:-250px -50px; }

#navibar7 ul .link4 a {
	width:150px;
	background-position:-400px 0;
}

#navibar7 ul .link4 a:hover { background-position:-400px -50px; }

#navibar7 ul .link5 a {
	width:150px;
	background-position:-550px 0;
}

#navibar7 ul .link5 a:hover { background-position:-550px -50px; }

#navibar7 ul .link6 a {
	width:150px;
	background-position:-700px 0;
}

#navibar7 ul .link6 a:hover { background-position:-700px -50px; }

#navibar7 ul .link7 a {
	width:150px;
	background-position:-850px 0;
}

#navibar7 ul .link7 a:hover { background-position:-850px -50px; }

/* ナビメニュー7　*/

/*サイドのバナー固定*/
.fixed {
	position:fixed;
	top:60px;
}

/*PCメニュー固定*/
.fixed2 {
	position:fixed;
	top:0px;
	z-index:100;
}

.fix_melmaga a { display:none; }
}
 @media only screen and (max-width:999px) {

#wrapper {
	margin: 0 auto;
	width: 100%;
	padding-right: 0em;
	padding-left: 0em;
}

#navibar7 { display:none; } /*PCの固定メニュー隠す*/

figure {
	clear: both;
	line-height: 0;
	text-align: center;
	z-index: 0;
	width: 95%;
	height: auto;
	margin: 0px auto 20px;
}

#wrapper, .inner { width:100%; }

.left, .right {
	/*clear:both;*/
	text-align:center;
	display:block;
	/*margin:auto auto 10px;*/
	float: none;
}

#header {
	width:96%;
	padding:10px 2%;
}

#header img { max-width:100%; }

#header .sp_header {
	width:100%;
	margin-bottom:10px;
}

#header .sp_header th {
	text-align:center;
	vertical-align:middle;
	width:80%;
}

#header .sp_header td {
	text-align:center;
	vertical-align:middle;
	width:20%;
}

#header .sp_header h1 {
	width:90%;
	margin:auto;
}

#header .sp_header_text {
	text-align:center;
	font-size:11px;
}

/*SPドロワー*/
#header .sp_header .btn {
	display: block;
	/*width: 50px;*/
	height: 50px;
	position: relative;
	/*top: 20px;
	right: 20px;*/
	cursor: pointer;
	z-index: 200;
	background-color: transparent;
	background-image: url(images/sp_btn_topmenu2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#header .sp_header .peke {
	display: block;
	/*width: 50px;*/
	height: 50px;
	position: relative;
	/*top: 20px;
	right: 20px;*/
	cursor: pointer;
	z-index: 200;
	background-position: center center;
	background-color: transparent;
	background-image: url(images/sp_btn_topmenu3.png);
	background-repeat: no-repeat;
}

#header .sp_header .drawr {
	display: none;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	padding: 80px 0px 20px 0px;
	z-index: 100;
	height:auto;
	overflow:hidden;
}

#header .sp_header #menu {
	margin:0;
	padding:0;
	border-top: 1px dotted #fff;
}

#header .sp_header #menu li {
	width: auto;
	list-style:none;
	text-align:center;
	border-bottom: 1px dotted #fff;
}

#header .sp_header #menu li a {
	color: #fff;
	display: block;
	padding: 12px;
}

#mainImg {
	margin-top:0px;
	clear:both;
	line-height:0;
	text-align:center;
	z-index:0;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

#content h2 {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 20px;
	padding: 12px 15px 10px 20px;
	/*text-indent:-1em;*/
}

#content h3 {
	font-size: 14px;
	line-height:1.5;
	padding:10px 10px 5px;
	margin-bottom:10px;
}

#content, #sidebar, #content.content_lp {
	clear:both;
	width: 100%;
	float:none;
	margin:0 auto;
	padding:0px 0;
}

#footer li { margin-bottom:0px; }

#footer .right {
	text-align:left;
	width:80%;
	margin:20px auto 0;
	overflow:hidden;
}
}
 @media only screen and (max-width:770px) {

#content .banner_a ul li {
	float:left;
	margin-right:2%;
	margin-bottom:10px;
	width:49%;
}

#content .banner_a ul li.last {
	width:100%;
	margin-right:0;
}

#footer .box {
	float: left;
	margin:auto;
}

#page-top {
	position: fixed;
	bottom: 0px;
	display: block;
	margin:0;
	right: 0px;
	width:100%;
}

#page-top .pagetop_text {
	text-align: right;
	margin: 0px;
	padding: 0px 2% 0px 0px;
	width: 98%;
	opacity:0.7;
	filter: alpha(opacity=70);
}

#page-top .pagetop_text a img { max-width: 20%; }

#page-top .contact {
	background-color: #FFF;
	padding: 2% 1%;
	height: auto;
	width: auto;
	border-top: 3px solid #000;
}

#page-top .contact img { width:48%; }

#page-top .contact .contact_left { padding-right: 2%; }

#page-top .contact a { text-decoration: none; }

address { padding-bottom:10em; }

.fix_melmaga a {
	height: 80px;
	width: 80px;
	position: fixed;
	left: 0px;
	bottom: 100px;
	display:block;
	z-index:100;
}
}
 @media only screen and (max-width:644px) {

#content .sub_title, #content .pagetitle {
	line-height: 1.4;
	background-image: none;
	padding:10px !important;
	height:auto;
	text-align:center;
	border: 1px solid #153a7e;
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e3f5ff));
background-image:-webkit-linear-gradient(top, #ffffff, #e3f5ff);
background-image:-moz-linear-gradient(top, #ffffff, #e3f5ff);
background-image:-ms-linear-gradient(top, #ffffff, #e3f5ff);
background-image:-o-linear-gradient(top, #ffffff, #e3f5ff);
background-image:linear-gradient(top, #ffffff, #e3f5ff);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e3f5ff);
}

img.alignright, img.alignleft {
	display:block;
	margin:5px auto;
}

.alignright, .alignleft { float:none; }

address {
	font-size: 12px;
	padding-bottom:7em;
}
}

/*popup*/
div.popuptel_wrap {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  height: 0;
}
input.contact-popup:checked + .popuptel_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  opacity: 1;
  transition: all 0.3s ease;
  height: 100vh;
  z-index: 99999999999999999999999999;
}
.modal__bg {
    cursor: pointer;
    height: 100vh;
    position: absolute;
    z-index: 50;
    width: 100%;
}

div.popuptel_wrap div.popuptel_inner {
  background-color: #fff;
  border-radius: 8px;
  display: block;
  /* margin-bottom: 15vw; */
  width: 84vw;
  height: auto;
  padding: 2vw 0;
  z-index: 100;
}
div.popuptel_wrap div.popuptel_inner > p{
  font-size: 32px;
  line-height: 1.35em;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #684222;
}
div.popuptel_wrap div.popuptel_inner ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: #ebffeb;
  margin: 1.5vw 0 2vw;
  box-sizing: border-box;
}
div.popuptel_wrap div.popuptel_inner ul li{
  width: 35%;
  margin: 0 auto;
  list-style: none;
  border-radius: 1.5vw;
  padding-bottom: 3vw;
}
#content div.popuptel_wrap div.popuptel_inner ul li:nth-child(1) {
  background: #ef9700;
}
#content div.popuptel_wrap div.popuptel_inner ul li:nth-child(2) {
  background: #51c7ff;
}
#content div.popuptel_wrap div.popuptel_inner ul li {
  background: #00be00;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  font-weight: bold;
}
#content div.popuptel_wrap div.popuptel_inner ul li:nth-of-type(3) {
  margin: 0;
}
div.popuptel_wrap div.popuptel_inner ul lispan {
  background: #fff;
  padding: 3%;
  color: #00be00;
  display: inline-block;
  width: auto;
  height: auto;
  margin: auto;
  border-radius: 8px;
}
div.popuptel_wrap div.popuptel_inner ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size:  1.3vw;
  padding: 5%;
}
div.popuptel_wrap div.popuptel_inner ul li span {
  /* display: inline-block; */
  width: 25px;
  height: 25px;
  background-color: #fff;
  /* height: 10vw; */
  border-radius: 800px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 10px;
  color: #00be00;
}
div.popuptel_wrap div.popuptel_inner ul li span i {
  margin: 0 auto;
  font-size: 4.2vw;
}
div.popuptel_wrap div.popuptel_inner ul li:nth-child(1) span i {
  color: #ef9700;
  font-size: 22px;
}
div.popuptel_wrap div.popuptel_inner ul li:nth-child(2) span i {
  color: #51c7ff;
  font-size: 20px;
}
div.popuptel_wrap div.popuptel_inner ul li b{
  margin-left: 10px;
  text-align: center;
  /* display: block; */
  /* font-size: 18px; */
}
div.popuptel_wrap div.popuptel_inner label{
  background-color: #ff760f;
  width: 80%;
  border-radius: 1.5vw;
  text-align: center;
  display: block;
  padding: 7px;
  position: relative;
  color: #fff;
  max-width: 280px;
  margin: 0vw auto 0;
}
div.popuptel_wrap div.popuptel_inner label::before{
    border-left: 2px solid ;
    border-top: 2px solid ;
    border-color: #fff;
    content: "";
    height: 6px;
    position: absolute;
    right: 15px;
    top: 45%;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 6px;
}

/*    labelCSS*/

input.kita-pop:checked + .popuptel_wrap{
    display: flex;
}

input.minami-pop:checked + .popuptel_wrap{
    display: flex;
}

@media screen and ( min-width:769px ) {
	div.popuptel_wrap div.popuptel_inner {
		max-width: 650px;
	}

	div.popuptel_wrap div.popuptel_inner ul li span i {
		font-size: 26px;
	}

	
	div.popuptel_wrap div.popuptel_inner ul.sp {
		display: none;
	}
}

@media screen and ( max-width:768px ) {
	/*popup*/
	div.popuptel_wrap {
	  position: fixed;
	  top: 0;
	  left: 0;
	  opacity: 0;
	  overflow: hidden;
	  height: 0;
	}
	input.contact-popup:checked + .popuptel_wrap{
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 100vw;
	  opacity: 1;
	  transition: all 0.3s ease;
	  height: 100vh;
	  z-index: 99999999999999999999999999;
	}
	input.contact-popup:checked + .popuptel_wrap::before {
	  background: #fff5d9;
	  opacity: 0.85;
	  content: '';
	  width: 100vw;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  display: block;
	  z-index: -10;
	}
	div.popuptel_wrap div.popuptel_inner {
	  background-color: #fff;
	  border-radius: 8px;
	  display: block;
	  margin-bottom: 15vw;
	  width: 84vw;
	  height: auto;
	  padding: 2vw 0;
	  z-index: 0;
	}
	div.popuptel_wrap div.popuptel_inner > p{
	  font-size: 18px;
	  line-height: 1.35em;
	  font-weight: bold;
	  text-align: center;
	  display: block;
	  color: #684222;
	}
	div.popuptel_wrap div.popuptel_inner ul{
	  width: 100%;
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  justify-content: center;
	  padding: 3.5vw 5vw;
	  background: #ebffeb;
	  margin: 1.5vw 0 2vw;
	}
	div.popuptel_wrap div.popuptel_inner ul li{
	  width: 35%;
	  margin: 0 auto;
	  list-style: none;
	  border-radius: 1.5vw;
	  padding-bottom: 3vw;
	}
	div.popuptel_wrap div.popuptel_inner ul li{
	  background: #ef9700;
	}
	div.popuptel_wrap div.popuptel_inner ul li{
	  background: #51c7ff;
	}
	div.popuptel_wrap div.popuptel_inner ul li{
	  background: #00be00;
	  width: 100%;
	  margin: 5% 2.5% 0;
	  padding: 0;
	  text-align: center;
	  font-weight: bold;
	}
	div.popuptel_wrap div.popuptel_inner ul li span {
	  background: #fff;
	  padding: 3%;
	  color: #00be00;
	  display: inline-block;
	  width: auto;
	  height: auto;
	  margin: auto;
	  border-radius: 8px;
	}
	div.popuptel_wrap div.popuptel_inner ul li a {
	  display: block;
	  text-decoration: none;
	  color: #fff;
	  font-size: 16px;
	  padding: 2%;
	}
	div.popuptel_wrap div.popuptel_inner ul li span {
	  width: 20px;
	  background-color: #fff;
	  height: 20px;
	  border-radius: 800px;
	  text-align: center;
	  display: flex;
	  align-items: center;
	  margin: 1vw auto;
	}
	div.popuptel_wrap div.popuptel_inner ul li span i {
	  margin: 0 auto;
	  font-size: 4.2vw;
	}
	div.popuptel_wrap div.popuptel_inner ul li span i {
	  color: #ef9700;
	}
	div.popuptel_wrap div.popuptel_inner ul li span i {
	  color: #4ebd4e;
	  font-size: 22px;
	}
	div.popuptel_wrap div.popuptel_inner ul li b{
	  text-align: center;
	  display: block;
	  font-size: 18px;
	}
	div.popuptel_wrap div.popuptel_inner label{
	  background-color: #ff760f;
	  width: 80%;
	  border-radius: 1.5vw;
	  text-align: center;
	  display: block;
	  padding: 3vw;
	  position: relative;
	  color: #fff;
	  max-width: 280px;
	  margin: 0vw auto 0;
	}
	div.popuptel_wrap div.popuptel_inner label::before{
		border-left: 2px solid ;
		border-top: 2px solid ;
		border-color: #fff;
		content: "";
		height: 6px;
		position: absolute;
		right: 15px;
		top: 45%;
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		width: 6px;
	}
	div.popuptel_wrap div.popuptel_inner ul.pc {
		display: none;
	}

	/*    labelCSS*/

	input.kita-pop:checked + .popuptel_wrap{
		display: flex;
	}

	input.minami-pop:checked + .popuptel_wrap{
		display: flex;
	}
	
	input.huse-pop:checked + .popuptel_wrap{
		display: flex;
	}
	
	input.waka-pop:checked + .popuptel_wrap{
		display: flex;
	}
	
	input.yae-pop:checked + .popuptel_wrap{
		display: flex;
	}
	input.sigi-pop:checked + .popuptel_wrap{
		display: flex;
	}
	.zibaiseki-m {
		justify-content: center;
	}
}