@charset "utf-8";
/* =======================================
	CommonElements
======================================= */
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
/* ------------------------------
   .menuList共通
------------------------------ */
.notlink{
	cursor:default;
}
.menuList {
	width: 100%;
	margin-bottom:10px;
}
.menuList ul {
	margin: 0 auto;
	text-align: left;
	margin-bottom:10px;
	display:flex;
	position:relative;
	list-style-type:none;
}
.menuList ul li::after{
    background-repeat: repeat-y;
    background-position: 30% 24%,80% 24%;
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    display: block;
    top: -13px;
    left: 0;
    background-size: 6%,6%;
}
.menuList ul li p{
    font-size: 1.1rem;
    width: 90%;
    text-align: center;
}
.menuList ul li a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}
.menuList ul li p.menu_renew_time {
    background-color: #ff3434;
    position: absolute;
    top: -7px;
    right: 2px;
    font-size: 0.7rem;
    display: inline-block;
    width: auto;
    padding: 0px 10px 0px 5px;
    color: white;
}
@media screen and (max-width:750px){
	.menuList ul li p{
    	width: 70%;
	}
}
.menuList ul li p.menu_renew_time::before{
	display:none;
}
.menuList ul li p.menu_renew_time::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ff3434;
    border-width: 0.7rem;
    border-left-color: transparent;
    border-top-color: transparent;
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
}
.menuList ul li.marginleft {
	margin-left: 5px;
}

/* ------------------------------
   PC向けメニュー
------------------------------ */
.none_sp ul li {
	font-size: 16px;
	box-sizing: border-box;
	color: #ffffff;
    position:relative;
    width:99%;
    height: 70px;
}

.none_sp ul.first_menu {
    border-radius: 10px;
    border-style: groove;
    border-color: #ffd6d6;
    border-color: #98fb98;
    padding-left:0px;
}
.none_sp ul.first_menu li {
	box-shadow: 2px 0px 0px #ce9494;
	box-shadow: 2px 0px 0px #7eca7e;
}

.none_sp ul.first_menu li:nth-child(1){
	background: radial-gradient(#b4ffb4 31%,rgba(255,255,255,0.71));
	background: -ms-radial-gradient(#b4ffb4 31%,rgba(255,255,255,0.71));
}
.none_sp ul.first_menu li:nth-child(2){
	background: radial-gradient(#ffdbdb 31%,rgba(255,255,255,0.71));	background: -ms-radial-gradient(#ffdbdb 31%,rgba(255,255,255,0.71));
}
.none_sp ul.first_menu li:nth-child(3){
    background: radial-gradient(#fffdc5 31%,rgba(255,255,255,0.71));    background: -ms-radial-gradient(#fffdc5 31%,rgba(255,255,255,0.71));
}
.none_sp ul.first_menu li:nth-child(4){
	background: radial-gradient(#f1e9ff 31%,rgba(255,255,255,0.71));	background: -ms-radial-gradient(#f1e9ff 31%,rgba(255,255,255,0.71));
}
.none_sp ul.first_menu li.visible::before {
    content: "";
    border-style: solid;
    border-width: 15px;
    border-color: transparent;
    width: 0px;
    height: 0;
    border-bottom-color: palegreen;
    position: absolute;
    bottom: -15px;
    left: 50%;
    border-bottom-color: #ff4e4e;
}
.none_sp ul.first_menu li:hover{
	border-bottom-width:5px;
	border-bottom-style:solid;
	border-bottom-color:#009500;
}
.none_sp ul.first_menu li:nth-child(1):hover{
	border-bottom-color:#009500;
}
.none_sp ul.first_menu li:nth-child(2):hover{
	border-bottom-color:#ffa2a2;
}
.none_sp ul.first_menu li:nth-child(3):hover{
	border-bottom-color:#ffed10;
}
.none_sp ul.first_menu li:nth-child(4):hover{
	border-bottom-color:#bc95ff;
}

.none_sp ul.first_menu li:last-child {
	box-shadow: 0px 0px 0px;
}
.none_sp ul.first_menu li a{
    background-position: left;
    background-repeat: no-repeat;
	background-size: contain;
}

.none_sp ul.second_menu li a:hover{
	border-bottom: 3px solid red;
	transform: scale(1.05);
}

.none_sp ul.second_menu{
	border: 1px solid #ff4e4e;
	display:flex;
    margin-top: 0px;
    background-color: palegreen;
    border-radius: 10px;
    padding: 5px;
    background-color: #ffe0e0;
    visibility: hidden;
}
.none_sp ul.second_menu:nth-of-type(even) {
    background-color: #fff8dd;
}
.none_sp ul.second_menu:nth-of-type(2) {
    background-color: #c0ffc0;
}
.none_sp ul.second_menu:nth-of-type(3) {
    background-color: #ffdbdb;
}
.none_sp ul.second_menu:nth-of-type(4) {
    background-color: #fff8dd;
}
.none_sp ul.second_menu:nth-of-type(5) {
    background-color:#f1e9ff;
}
.none_sp ul.second_menu li{
    box-shadow: 2px 0px 0px #c79090;
}

.none_sp ul.second_menu li:last-child{
    box-shadow: 0px 0px 0px;
}
@media print{
	.none_sp{
    	display:none;
	}
}

/* ------------------------------
   スマホ向けメニュー
------------------------------ */
#rwdMenuWrap {
	width: 100%;
}
#rwdMenuWrap #switchBtnArea {
	width: 100%;
	height: 60px;
	position: relative;
	margin-bottom: 10px;
}
#rwdMenuWrap #switchBtnArea img {
	margin-top: 11px;
}
#rwdMenuWrap #Btntel {
	top: 10px;
	right: 60px;
	width: 40px;
	height: 40px;
	display: block;
	background: #63C865;
	position: absolute;
	border-radius: 50%;
}
#rwdMenuWrap #switchBtnArea #switchBtn {
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	display: block;
	background: #63C865;
	position: absolute;
	border-radius: 50%;
}
.size {
	height: 45px;
	width: auto;
	margin-top: 10px;
}
.fa-tablet {
	color: #ffffff;
	margin-top: 5px;
	font-size: 22px;
	padding-left: 11px;
	text-align: center;
}
.tel {
	font-size: 10px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
#rwdMenuWrap #switchBtnArea #switchBtn span { /*丸の設定*/
	left: 20%;
	width: 60%;
	height: 2px;
	display: block;
	position: absolute;
	background-color: #fff;
	border-radius: 5px;
	transition: all 0.2s linear;
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 8px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
	top: 14px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 18px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	bottom: 26px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#rwdMenuWrap #switchBtnArea #switchBtn p.menu {
	padding-top: 22px;
	font-size: 0.5em;
	color: #fff;
	text-align: center;
}
/**************************************************************************/
/*プルダウン*/
/**************************************************************************/

#rwdMenuWrap ul li {
	width: 100%;
	border-bottom: #000000 1px dotted;
}
#rwdMenuWrap ul li a {
	padding: 10px;
	text-align: left;
	display: block;
	background: #FFFFFF;
	position: relative;
	color: #4194F7;
}
#rwdMenuWrap ul li a:hover {
	padding: 10px;
	text-align: left;
	display: block;
	background: #4194F7;
	position: relative;
	color: #FFFFFF;
}
#rwdMenuWrap ul li a:after {/*プルダウンで表示される右向き三角*/
	content: '';
	margin-top: -4px;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	position: absolute;
	border-top: 2px solid #4194F7;
	border-right: 2px solid #4194F7;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#rwdMenuWrap > ul{
	display:none;
}

.none_pc ul{
	flex-wrap:wrap;
}
.none_pc ul li{
	width:100%;
}
.none_pc #rwdMenuWrap .first_menu>li>a{
	color:#004da9;
}
.none_pc first_menu a{
	width:100%;
}
.none_pc ul li p{
	text-align:left;
	width:100%;
}
.none_pc ul li p::before{
	margin:0 5px 0 0;
}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.menuList > ul:before, .menuList > ul:after {
	content: " ";
	display: table;
}
.menuList > ul:after {
	clear: both;
}
.menuList > ul {
*zoom: 1;
}
ol,ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
main ol {
    list-style-type: decimal;
    margin:16px 0px;
    padding-left: 40px;
}
main ul{
	list-style-type: disc;
    margin:16px 0px;
    padding-left: 40px;
}main li{
    margin: 4px 0px;
}

