.pi-no-bullets ul {
  padding-left: 15px;
}

li .pi-btn-mobile {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}

span.ico {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: relative;
	margin: 5px 5px 5px 5px;
	width: 31px;
	height: 22px;
}

div.ico {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: relative;
	margin: 5px 5px 5px 5px;
}

td .pen {
	position: absolute;
	color: #609ddb;
	top: 10px;
	left: 23px;
}

#user_profile .form-group label, .qrt_form .form-group label {
	width: 300px;
}

img.flag.selected {
	border: solid #609ddb 3px;
}

img.flag {
	border: solid transparent 3px;
}

.main_icon {
	margin-bottom: 10px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.pi-news-date{
	font-size: 14px;
}

.ifr_preview{
	height: 600px;
	width: 100%;
}

.modal-dialog {
	margin: auto !important;
}

.modal-body{
	padding: 0px !important;
}

/* 1 TOP MENU 2022.6.23更新時 ここから */


/*  ----- パソコン画面/ -----  */

/* 1.1 top dropdown ドロップダウンメニューのデバッグ*/
.pi-submenu-dark.pi-has-border, .pi-submenu-dark.pi-has-border .pi-submenu {
	border-top: 4px solid #609ddb;
	border-top-width: 4px;
	border-top-style: solid;
	border-color: rgb(96, 157, 219);
}
.pi-submenu.pi-has-border, .pi-submenu.pi-has-border .pi-submenu {
	margin: -2.5px 0 0 0;
}

/* 1.2 CONTACT BUTTON - トップの問い合わせボタン */
.pi-simple-menu #contact {
font-weight: bold;
	padding: 0.5em 1em;
	background-color: #609ddb;
	border-left: 0;
	color: white!important;
	border-radius: 15px;
	width: 100%;
}
.pi-simple-menu #contact:hover {
background-color: #487ab9;
transition: 0.2s ease-in-out;
}
.pi-section-white .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before {
	border-bottom: 0px solid transparent; /*no underline　問い合わせボタンの下のボーダーをなしに　*/
}

/* トップメニューを読みやすく */
.pi-submenu-dark li > a {
	color: #cbd6db;
	font-size: 1em;
	letter-spacing: 0.5px;
}

/* ----- モバイル画面 ----- */
/* 1 モバイルメニューを読みやすく */
@media (max-width: 768px) {
.pi-menu-mobile li a {
		padding: 18px 20px;
}
}
@media (max-width: 768px) {
.pi-menu-mobile li a {
		padding: 20px 20px;
		font-size: 16px;   /* 14px -> 16px */
		letter-spacing: 0.8px;
}
}

/* 1 TOP MENU 2022.6.23更新時 ここまで */
