/*
Theme Name: Misakoland Theme
Author: Be-i TEI
Author URI: misakoland.co.jp
Description: ミサコランドHP専用テーマ
*/


@charset "UTF-8";


/** 共通 **/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	/*font-family: 'Arial','HGS創英角ﾎﾟｯﾌﾟ体';*/
    font-family: 'HGS創英角ﾎﾟｯﾌﾟ体';
    font-size: 14px;
    line-height: 1.42857;
    color: #000;
    letter-spacing: 2px;
    min-width: 300px;
    min-height:auto;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

h1{
    font-size: 25px;
    margin: 0;
    padding: 0px;
}

h2.iconH2{
	color: #4b0082;
    width: 225px;
    font-size: 25px;
}
h2.iconH2:after{
	margin:2px 0px 0 0;
    content:" ";
    display:inline-block;
    width: 100px;
    height: 30px;
    background:url(images/mitasiICON.png);    
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
    float: right;
}

a.bontCSS{color: #000; }
a.bontCSS:hover{ color: #ff0000;}
a.bontCSS > h3{
    width: 250px;
    background-color: #ffd700;
    text-align: center;
    padding: 5px 10px;
    margin: 10px auto;
}

p{ 
	line-height: 1.5rem;
    font-size: 14px;
}


a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #aaa;
}


div#pagination_box{
    text-align: center;
}

.red{color: red;}
.T-c{text-align: center;}

a.linkNo{pointer-events: none;}
a.linkNo:hover{
    color: #000;
    text-decoration: none;
}

a.NEWtag p:before {
    margin-right: 10px;
    padding-bottom: 3px;
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(images/NEWtag.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/** 共通 END **/


/** メニュー **/
nav.menu-box{
	width: 1000px;
	margin: 0 auto;
	height: auto;
	/*overflow: hidden;*/
	color: #ffd700;
}

@media (max-width: 767px) {
	nav.menu-box{
		display: none;
	}
}

nav.menu-box a{
	color: #ffd700;
}
nav.menu-box a h4{
    margin: 1rem 3rem;
    font-size: 15px;
    font-weight: 200;
}

nav.menu-box li{
	padding: 0.5em 0;
	float: left;
	width: 25%;
    height: 55px;
	text-align: center;
    background-color: rgb(75, 0, 130);
	display: flex;
	align-items: center;
	justify-content:center;
    cursor: default;
}
nav.menu-box li:hover{
    background-color: rgb(140, 67, 193);
}

div#spLOGO{ 
	float: left;
    position: relative;
    top: 0;
    z-index: 2;
    background:url(images/menuLogo-over.png);    
    background-size:contain;
    background-repeat: no-repeat;
    background-size:88px auto;
	background-position:1pt 3pt;
}
div#spLOGO a:hover{ 
    opacity: 0.8;
}


nav.menu-box ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;width: calc(100% - 90px);
  
  float: right;
}
nav.menu-box ul::after {
  display: block;
  clear: both;
  content: '';
}
/*nav.menu-box ul li {
  position: relative;
  float: left;
  border: 2px solid #fff;
}*/
nav.menu-box ul li:not(:first-child) {
  border-left: none;
}
nav.menu-box ul li a {
  display: inline-block;
  /*padding: 0.5em 4em;*/
  color: #ffd700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: 15px;
}
nav.menu-box ul ul {
  position: absolute;
  top: 100%;
  /*left: -2px;*/
  width: 25%;
}
nav.menu-box ul ul li {
  float: none;
  margin: 0;
  width: 100%;
  border-left: none;
}
nav.menu-box ul ul li:not(:first-child) {
  border-right: none;
}
/*nav.menu-box ul ul li:not(:first-child) {
  border: 2px solid #fff;
  border-top: none;
}*/
nav.menu-box ul ul ul {
  position: absolute;
  top: -2px;
  left: 100%;
}
nav.menu-box ul ul {
  visibility: hidden;
  opacity: 0;
  transition: .2s ease-in-out;
  transform: translateY(10px);
  z-index: 100;
  border: solid 1px #fff;
}
nav.menu-box ul ul ul {
  transform: translateX(-20px) translateY(0);
}
nav.menu-box ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
nav.menu-box ul ul li:hover > ul {
  transform: translateX(0) translateY(0);
}

#globalNavi{
    background: rgb(75, 0, 130);
    height: 55px;
    width: 100%;
    transition: .2s ease-in-out;
    transform: translateY(0px);
}

.topPage #globalNavi{
	opacity: 0;
	transition: .2s ease-in-out;
  	transform: translateY(10px);
    z-index: 10000;
    position: absolute;
    background: rgb(75, 0, 130);
    height: 55px;
    width: 100%;
}
.topPage #globalNavi-x{
    background: rgb(75, 0, 130);
    height: 56px;
    width: 100%;
    border-bottom: solid 1px #fff;
}

body.is-fixed #globalNavi {
	transform: translateY(0);
	opacity: 1;
 	position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;

}
@media (max-width: 767px) {
	body.is-fixed #globalNavi {
	    height: 45px;
	}
}

div#dl-menu{
	display: none;
}
@media (max-width: 767px) {
	div#dl-menu{
		display: block;
	    max-width: none;
	}
}
div.demo-2 .dl-menuwrapper button.dl-active,
div.demo-2 .dl-menuwrapper button{	
	background: none;
}
div.demo-2 .dl-menuwrapper button:hover {
	background: #8236b9;
}
div.demo-2 .dl-menuwrapper ul{
    background: #4b0082;
    color: #ffd700;
}
div.dl-menuwrapper li a{
	color: #ffd700;
}
div.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #ffd700;
    top: 10px;
    left: 16%;
    box-shadow: 0 10px 0 #ffd700, 0 20px 0 #ffd700;
}
/** メニュー END **/



/** TOP **/
div#header-box{
	width: 100%;
	margin: 0 auto;
	background-color: #4b0082;
	
}

div#logo-box h1{
	text-align: center;
}
div#logo-box{
	width: 1000px;
	margin: 0 auto;
}
div#logo-box img{
	width: 95%;
	max-width: 200px;
}

@media (max-width: 767px) {
	div#logo-box{
		width: 100%;
	}
	div#header-box{
		width: 100%;
		margin: 0 auto;
	}
}

div#text-box {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
    /*padding-bottom: 20px;*/
}
div#text-box h2{
	color: #ffffff;
    font-size: 25px;
    letter-spacing: 5px;
}
@media (max-width: 767px) {
	div#text-box {
		width: 100%;
	}
}
@media (max-width: 500px) {
	div#text-box h2{
		font-size: 20px;
	}
}

@media (max-width: 340px) {
	div#text-box h2 br{
		display: none;
	}
}

div#text-boxII {
    width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
}
div#text-boxII h2{
    text-align: center;
    margin: 0px;
    color: #ffff00;
    font-size: 50px;
}
@media (max-width: 767px) {
    div#text-boxII {
        width: 100%;
    }
}
@media (max-width: 680px) {
    div#text-boxII h2{
        font-size: 30px;
    }
}

div#topIMG-box {
    width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}
div#topIMG-box img{
    width: 100%;
    max-width: 650px;
}
@media (max-width: 767px) {
    div#topIMG-box {
        width: 100%;
    }
}

div#topMENU-box{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	div#topMENU-box{
		width: 100%;
	}
}
div#topMENU-box h2{
	color: #ffff00;
    font-size: 30px;
    letter-spacing: 10px;
    margin: 5px 0;
}
div#topMENU-box ul{
	height: auto;
	overflow: hidden;
    width: 95%;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 20px;
}
div#topMENU-box ul>li{
	width: 30%;
    max-width: 225px;
	float: left;
    text-align: center;
    height: auto;
    overflow: hidden;
}
div#topMENU-box ul>li a{
    color: #fff;
}
@media (max-width: 600px) {
	div#topMENU-box ul>li{
        width: 100%;
	    float: none;
  		margin: 0 auto;
	    /*max-width: 145px;*/
	}
}
div#topMENU-box ul>li a h3{
	font-size: 30px;
    letter-spacing: 5px;
    margin: 5px 0;
    width: 100%;
    float: right;
}

@media (max-width: 400px) {
    div#topMENU-box ul>li a h3{
        font-size: 20px;
    }
}

div#topMENU-box ul>li#m-ken a{ color: #ffaa19;}
div#topMENU-box ul>li#m-ken a:hover{ color: #ecb923;}
div#topMENU-box ul>li#m-ken:before{
	margin:8px 10px 0 0;
    content:" ";
    display:inline-block;
    width: 35px;
    height: 25px;
    background:url(images/top/iocn-ken.png);    
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
    float: left;
}

div#topMENU-box ul>li#m-shi a{ color: #14cc60;}
div#topMENU-box ul>li#m-shi a:hover{ color: #1ae46d;}
div#topMENU-box ul>li#m-shi:before{
	margin:8px 0 0 10px;
    content:" ";
    display:inline-block;
    width: 30px;
    height: 30px;
    background:url(images/top/iocn-shi.png);    
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
    float: left;
}

div#topMENU-box ul>li#m-chi a{ color: #e80ccf;}
div#topMENU-box ul>li#m-chi a:hover{ color: #e680db;}
div#topMENU-box ul>li#m-chi:before{
	margin:8px 0px 0 8px;
    content:" ";
    display:inline-block;
    width: 30px;
    height: 30px;
    background:url(images/top/iocn-chi.png);    
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
    float: left;
}

div#MAX-box{
    width: 100%;
    text-align: center;
}
div#MAX-box img{
    width: 100%;
    max-width: 720px;
}

/** TOP END **/


/** メインコンテンツ **/


hr.mu-line{
    background-color: #fff;
    border: none;
    margin: 0;
    padding-top: 5px;
    border-bottom: 3px solid #4b0082;
}


div#main-cont{
	width: 1000px;
	margin: 0 auto;
/*    height: auto;
    overflow: hidden;*/
}
body.is-fixed div#main-cont{
    /*padding-top: 55px;*/
}
@media (max-width: 767px) {
	div#main-cont{
		width: 100%;
	}
	body.is-fixed div#main-cont{
	    /*padding-top: 30px;*/
	}
}

section.sub-cont{
	width: 95%;
	margin: 10px auto;
	    padding-bottom: 2rem;
}
div.listBox{
    border: solid 1px #4b0082;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
    padding: 2rem 1.5rem;
}
section.listSTYLE{}
section.listSTYLE article{
	border-bottom: dashed 2px #4b0082;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
section.listSTYLE ul{
	height: auto;
	overflow: hidden;
    display: flex;
}
section.listSTYLE ul li{/*float: left;*/}
section.listSTYLE ul li.listState{
    width: 100px;
    margin-right: 1rem;
    align-self: center;
    text-align: center;
}
section.listSTYLE ul li.listState div:hover{
	opacity: 0.7;
}
section.listSTYLE ul li.listState div.TBR{
    border: solid 2px #ffd700;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px 0.8rem;
    color: #000;
}
section.listSTYLE ul li.listState div.ING{
    border: solid 2px #4b0082;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px 0.8rem;
    color: #000;
}
section.listSTYLE ul li.listState div.END{
    border: solid 2px #4b0082;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px 0.8rem;
    color: #fff;
    background-color: #4b0082;
}
section.listSTYLE ul li.time{
    width: 180px;
    margin-right: 1rem;
    align-self: center;
}
section.listSTYLE ul li.listCont{
    width: 590px;
}
section.listSTYLE ul li.listCont a{
	color: #000;
}
section.listSTYLE ul li.listCont a:hover{
	color: #4b0082;
    text-decoration: underline;
}
section.listSTYLE ul li.listCont p{
	margin: 0px;
    float: left;
}
section.listSTYLE p.more{text-align: right;}
section.listSTYLE p.more a{
    text-align: right;
    color: #000;
    text-decoration: underline;
}
section.listSTYLE p.more a:hover{color: #4b0082;}
@media (max-width: 767px) {
	section.listSTYLE ul{
	    display: block;
	}
	section.listSTYLE ul li.listState{
		float: left;
	    height: 40px;
	}
	section.listSTYLE ul li.time{
	    width: calc(100% - 120px);
	    margin-right: 0;
	    float: left;
        height: 40px;
	}
	section.listSTYLE ul li.time br{
	    display: none;
	}
	section.listSTYLE ul li.listCont{
		width: 95%;
		margin: 0 auto;
	}
}
@media (max-width: 500px) {
	section.listSTYLE ul li.listState{
		float: none;
	    height: 40px;
	}
	section.listSTYLE ul li.time{
	    width: 100%;
        height: auto;
	    padding-top: 0px;
	    padding-left: 0.5rem;
	    margin-bottom: 0.5rem;
	}
}
section.newsListStyle ul li.time{ width: 130px;}
section.newsListStyle ul li.listState{width: 115px;}
section.newsListStyle ul li.listState div{max-width: 115px;}

@media (max-width: 767px) {
	section.newsListStyle ul li.time{padding-top: 4px;}
	section.newsListStyle ul li.listState{
		width: calc(100% - 150px);
		float: right;
	}

}
@media (max-width: 500px) {
	section.newsListStyle ul li.time{
		padding-top: 0px;
		width: 100%;
		float: none;
	}
	section.newsListStyle ul li.listState{
		width: 100%;
		float: none;
	}
}

section.newsListStyle ul li.listState div.tchsei,
div.info-seal-box a div.tchsei{
    border: solid 2px #e80ccf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px 0.8rem;
    color: #e80ccf;
}
section.newsListStyle ul li.listState div.tchsei span:before,
div.info-seal-box a div.tchsei span:before{
	margin:0px 4px 0px 0px;
    content:" ";
    display:inline-block;
    width: 18px;
    height: 20px;
    background:url(images/top/iocn-chi.png);    
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
    float: left;
}
section.newsListStyle ul li.listState div.shizen,
div.info-seal-box a div.shizen{
    border: solid 2px #14cc60;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px 0.8rem;
    color: #14cc60;
}
section.newsListStyle ul li.listState div.shizen span:before,
div.info-seal-box a div.shizen span:before{
	margin:0px 4px 0px 0px;
    content:" ";
    display:inline-block;
    width: 18px;
    height: 20px;
    background:url(images/top/iocn-shi.png);    
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
    float: left;
}
section.newsListStyle ul li.listState div.kenkou,
div.info-seal-box a div.kenkou{
    border: solid 2px #ffaa19;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px 0.8rem;
    color: #ffaa19;
}
section.newsListStyle ul li.listState div.kenkou span:before,
div.info-seal-box a div.kenkou span:before{
	margin:3px 4px 0px 0px;
    content:" ";
    display:inline-block;
    width: 18px;
    height: 20px;
    background:url(images/top/iocn-ken.png);    
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
    float: left;
}
section.newsListStyle ul li.listState div.nor,
div.info-seal-box a div.nor{
    border: solid 2px #b1aea6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px 0.8rem;
    color: #b1aea6;
}
section.newsListStyle ul li.listCont span{
	float: left;
    padding-right: 0.5rem;
    padding-top: 0.2rem;
}

/** メインコンテンツEND **/


/** subPAGE */
div.subPage-cont{
    padding-top: 55px;
    max-width: 900px;
}
@media (max-width: 767px) {
    div.subPage-cont{
        padding-top: 20px;
    }   
}
div#supPage-head{
    border-bottom: dashed 2px #4b0082;
    width: 95%;
    margin: 0 auto;
}
ul.pan{
    height: auto;
    overflow: hidden;
    /*border-bottom: solid 2px #192a51;*/
    color: #89867e;
}
ul.pan li{
    float: left;
    font-size: 12px;
    margin: 0 15px 10px 0;
}
ul.pan a{
    color: #89867e;
    text-decoration: underline;
}
h1#hItitle{
    font-size: 16px;
    padding-bottom: 0.5rem;
}



div.sub-cont-s{
/*    padding-bottom: 10px;*/
}
div.sub-cont-s dl{
    height: auto;
    overflow: hidden;
}
div.sub-cont-s dt{
    float: left;
    width: 115px;
}
div.sub-cont-s dd{
    float: left;
    margin-left: 10px;
}
@media (max-width: 550px) {
    div.sub-cont-s dt{
        float: none;
    }
    div.sub-cont-s dd{
        float: none;
        margin-left: 2rem;
    }

    section.info-cont div.sub-cont-s p img{
        width: 95%;
        /*margin: 10px auto;*/
        height: auto;
    }
}



/** subPAGE END **/

/** 講演情報 **/
div.profileBOX{
    border: solid 1px #4b0082;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 1rem;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    width: 95%;
}
div.profileBOX .box-l{
    width: 130px;
    float: left;
    margin-right: 20px;
}
div.profileBOX .box-l img{width: 100%;max-width: 130px;}
div.profileBOX .box-r{ 
    float: left;
    width: calc(100% - 150px);
}
div.profileBOX .box-r p{margin: 0px;}

@media (max-width: 600px) {
    div.profileBOX .box-l{
        width: 100%;
        float: none;
        text-align: center;
    }
    div.profileBOX .box-r{
        width: 95%;
        margin: 0 auto;
        float: none;
    }
}

div.seal-box{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px 0.8rem;
    color: #000;
    width: 120px;
    text-align: center;
}
div.seal-TBR{ border: solid 2px #ffd700;}
div.seal-ING{ border: solid 2px #4b0082;}
div.seal-END{ border: solid 2px #4b0082;background-color: #4b0082;color: #fff;}

div.info-seal-box{width: 150px;}

dl.memoBOX{}
dl.memoBOX dd p{
    margin: 0 auto;
    /*width: 95%;*/
}

div.infoBOX{
    border: solid 1px #4b0082;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 1rem;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    width: 95%;
}
div.infoBOX p{margin: 0px;}
div.infoBOX .box-l{
    width: 49%;
    float: left;
}
div.infoBOX .box-r{
    width: 49%;
    float: right;
}

div.NEWinfoBOX{
    border: solid 1px #4b0082;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 1rem;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    width: 95%;
    max-width: 500px;
}
div.NEWinfoBOX p{margin: 0px;}


article.formBOX{
    margin: 20px auto;
    width: 100%;
    max-width: 500px;
    padding-top: 1rem;
}
article.formBOX h3{
    text-align: center;
    font-size: 18px; 
    margin: 0;
}
article.formBOX dl{
    height: auto;
    overflow: hidden;
    max-width: 350px;
    margin: 0 auto 1rem;
}
article.formBOX dt{
    /*float: left;*/
}
article.formBOX dd{
    /*float: left;*/
    margin-left: 1.5rem;
}

div#bontBOX{
    text-align: center;
    padding:10px 0;
}
article.formBOX input[type="submit"]{
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    border: solid 2px #4b0082;
    border-radius: 3px;
    transition: .4s;
    background-color: #4b0082;
    width: 150px;
    font-family: 'Arial','HGS創英角ﾎﾟｯﾌﾟ体';
}

article.formBOX input[type="submit"]:hover {
    opacity: 0.8;
}

span#lectOFF{
    color: red;
    text-align: center;
    font-size: 18px;
}

/* カテゴリリスト */
ul.catList{
    height: auto;
    overflow: hidden;
    border: solid 1px #aaa;
    padding: 0.8rem 1rem;
    margin-bottom: 1rem;
}
ul.catList li{
    float: left;
    list-style-type: none;
    margin-right: 2rem;
}

ul#kenkou li#kenkou,
ul#shizen li#shizen,
ul#tchsei li#tchsei,
ul#nor li#nor{font-weight: bold;}


/** 講演情報 END **/


/** フッター **/

footer{
	color: #ffffff;
	background-color: #4b0082;
}
div#footer-box{
	width: 1000px;
	margin:0 auto;
	padding: 5px;
	
}
@media (max-width: 767px) {
	 div#footer-box{
		width: 100%;
	}
}

div#footer-contBox{
	height: auto;
	overflow: hidden;
    padding: 20px 10px;
}
div#footer-contBox .contBoxL{
	height: auto;
	overflow: hidden;
	float: left;
}
div#footer-contBox .contBoxL-l{
    float: left;
    width: 50px;
    margin-right: 10px;
}
div#footer-contBox .contBoxL-l img{
	width: 100%;
}
div#footer-contBox .contBoxL-r{
    float: right;
}
div#footer-contBox .contBoxL-r p{
    line-height: 1.5em;
    font-size: 14px;
    margin: 1px 0;
}
div#footer-contBox .contBoxR{
	height: auto;
	overflow: hidden;
	float: right;
}
div#footer-contBox .contBoxR p{
    line-height: 1.5em;
    font-size: 14px;
    margin: 0px 0px 5px;
}
div#footer-contBox .contBoxR a{color: #fff;}
div#footer-contBox .contBoxR a:hover{color: #ffd700;}
div#footer-contBox .contBoxR ul{
	display: flex;
    flex-wrap: wrap;
}
div#footer-contBox .contBoxR li{
    border-right: solid 2px #fff;
    float: left;
    padding: 5px 20px;
}
div#footer-contBox .contBoxR li:last-child{
    border-right: 0px;
}

footer p#copyright{text-align: center;}

@media (max-width: 590px) {
	div#footer-contBox .contBoxL{
		width: 95%;
		max-width: 300px;
		margin: 0 auto;
		float: none;
		padding-bottom: 2rem;
	}
	div#footer-contBox .contBoxL-r{
		width: calc(100% - 65px);
	}
	div#footer-contBox .contBoxR li{
		width: 50%;
		margin-bottom: 1.5rem;
	}
	div#footer-contBox .contBoxR li:nth-child(2){
		border-right: 0px;
	}

}

@media (max-width: 470px) {
	div#footer-contBox .contBoxR li{
		width: 100%;
		float: none;
		border-right: 0px;
		border-bottom: solid 2px #fff;
	}
}

/** フッター END *