@charset "utf-8";
/* common css */

/*---------------------------------
memo
普遍のもの中心
---------------------------------*/

html{
	font-size: 62.5%;
}

body{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	padding:0;
	margin:0;
	color:#333;
	font-size:1.3rem;
	line-height: 1.5em;
	background-color:#eee;
}

#wrapper{
}

img{
	vertical-align: middle;
}

h1,h2,h3,h4,h5,p,div,span{
	padding:0;
	margin:0;
	box-sizing: border-box;
}

ul,ol,li{
	margin:0;
	padding:0;
	list-style-type: none;
	box-sizing: border-box;
}

*:focus {
  outline: none;
}

a{
	color:#000;
	cursor: pointer;
}

a:hover{
}

textarea,input[type="button"],input[type="reset"],input[type="email"],input[type="text"],input[type="submit"],input[type="password"] {/*safariの効果削除*/
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

/*--- clear---------------------*/
.clearfix {zoom:1;}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}


/*---------------------------------
レイアウト
---------------------------------*/

main#contents{
	margin:0;
	position: relative;
}

.home #contents{
	padding-top:0;
}

/*---------------------------------
ヘッダー
---------------------------------*/

#header{
}

#header #logo{
	display: none;
}

#header #group-link{
	background-color: #000;
	padding:15px 0;
}

#header #group-link a{
	background: url(../img/group_link.png) center center no-repeat transparent;
	background-size:98% auto;
	text-indent: -9999px;
	max-width: 1100px;
	width:auto;
	display: block;
	max-height:40px;
	padding:10px 0;
	margin:0 auto;
}

#g_navi ul{
	display: flex;
	justify-content:space-between;
	background-color: #FFF;
	padding:0;
	margin:0;
}

#g_navi li{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16%;
	height:80px;
	font-size: 1.6rem;
}

#g_navi li a{
	color:#000;
	opacity: 1;
	display: block;
}

#g_navi li a span{
	font-size:1.0rem;
	display: block;
}

#g_navi li a:hover{
	transition: 0.3s;
	color:#4bb35a;
}

#g_navi li.top a{
	background: url(../img/logo.png) left 20px center no-repeat transparent;
	background-size:calc(100% - 20px)  auto;
	display: block;
	width: 300px;
	height:60px;
	text-indent:-9999px;
	overflow: hidden;
}


#g_navi #menuBtn{
	display: none;
}

#breadcrumbs{
	padding:5px 10px;
}

.home #breadcrumbs{
	display: none;
}

/*---------------------------------
フッター
---------------------------------*/

#footer{
	background-color: rgba(15, 15, 15, 0.9);
	color:#FFF;
	margin-top:40px;
}

#footer .footerInner > div.snsLogo{
	width:26%;
	margin-right:2%;
}

#footer .snsLogo img{
	width: 30px;
	margin-right:18px;
}

#footer .snsLogo h2{
	background: url(../img/logo_w.png) center center no-repeat transparent;
	background-size:100% auto;
	text-indent: -9999px;
	margin-bottom:18px;
	padding:5px 0;
}

#footer .footerInner{
	width:90%;
	max-width: 1000px;
	margin:0 auto;
	display: flex;
	padding:30px 0;
	justify-content:space-between;
}

#footer .footerInner > div{
	width:20%;
}

#footer .footerInner > div h3{
	border-bottom:1px solid #FFF;
	padding:5px 10px;
	margin-bottom:10px;
}

#footer .footerInner div ul{
	width:100%;
	display: block;
}

#footer .footerInner div li{
	padding:0 10px;
	margin-bottom:10px;
	line-height: 1.1em;
}

#footer a{
	color:#FFF;
}

#footer .copy{
	text-align: center;
	font-size:1.2rem;
	padding:10px 0;
	background-color: #000;
	color:#999;
}

#footer .pagetop{
	background: url(../img/arrow_up.png) center center no-repeat;
	width:80px;
	height:80px;
	background-size:100% 100%;
	display: block;
	color:#FFF;
	text-align: center;
	position: fixed;
	bottom:5px;
	right:15px;
	text-indent: -9999px;
	opacity: 0.7;
}

#footer .pagetop:hover{
	transition: 0.2s;
	opacity: 1;
}



/*---------------------------------
common
---------------------------------*/

.inner{
	width:90%;
	margin:0 auto;
	max-width: 1000px;
}


.pageTT h1{
	font-size:2.4rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
	line-height: 1.2em;
}

.pageTT h1 span{
	display: block;
	font-size: 1.6rem;
}

.pageTT h2,
.boxTT h2{
	font-size:2.4rem;
	font-weight: bold;
}

.pageTT{
	margin:30px auto;
	text-align: center;
}

.mainTT{
	font-size:2.0rem;
}

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

.commonBtn{
	text-align: center;
	margin-top:20px;
}

.commonBtn a.btn,
.commonBtn input{
	background-color: #e5e5e5;
	padding:10px 30px;
	border:none;
	display: inline-block;
	cursor: pointer;
	font-size:1.5rem;
	border-radius: 5px;
}

.commonBtn a.btn:hover,
.commonBtn input{
	background-color: #000;
	color:#FFF;
}

#tab01{
	padding-bottom:20px;
}

.moreBtn{
	float:right;
}

.moreBtn a{
	display: block;
	padding:10px 0;
	font-weight: bold;
}

.moreBtn a::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content:'\f138';
	color:#000;
	margin-left:2px;
}

.single .inner{
	background-color: #FFF;
	padding:20px;
	margin:20px auto;
}

.single .inner header{
	font-size:1.6rem;
}

.single .inner h1.mainTT{
	margin:20px 0;
}

/*---------------------------------
PAGE
---------------------------------*/

h2.sub {
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    margin: 20px 0;
}

.page .content{
	background-color: #FFF;
	padding:20px;
}

.page .gray .content{
	background-color: transparent
}

.page .content .companyTB {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 60px;
}

.page .content .companyTB tr{
	padding-bottom:15px;
	display: block
}

.page .content .companyTB th {
    text-align: left;
    width: 10em;
    padding-bottom: 30px;
    font-weight: bold;
}

.page .content .companyTB th:before {
    content: "";
    display: inline-block;
    background-color: #ccc;
    width: 5px;
    height: 30px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}

/*---------------------------------
ページャーパーツ
---------------------------------*/

input[type=text],
input[type=mail],
textarea{
	padding:10px;
	border:1px solid #CCC;
	font-size:1.6rem;
	width:50%;
	box-sizing: border-box;
}

select,
option{
	font-size:1.6rem;
}

textarea{
	width:80%;
	min-height:100px;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type=checkbox] + .icoCheck::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content:'\f14a';
	color:#EDEDED;
	vertical-align: middle;
	margin-right:3px;
	font-size: 2.0rem;;
}

input[type=radio] + .icoRadio::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content:'\f192';
	color:#EDEDED;
	vertical-align: middle;
	margin-right:3px;
	font-size: 2.0rem;
}

input[type=checkbox]:checked + .icoCheck::before,
input[type=radio]:checked + .icoRadio::before{
	color:#333;
}

.icoCheck,
.icoRadio{
	font-size: 1.6rem;;
	
}

.field{
	display:flex;
	margin:20px 0;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
}

.field .label{
	width:20%;
	font-size: 1.6rem;;
}

.field .input{
	width:80%;
}

.field .input label{
	margin-right:15px;
	line-height: 1.6em;
}

.field .input label input[type="checkbox"]{
	margin-right:2px;
}

.field .require{
	color:#FFF;
	background-color: #FF3333;
	padding:2px 5px;
	display: inline-block;
	font-size:1.1rem;
	margin-left:5px;
}

.field .note{
	margin-top:10px;
}

.field .note::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content:'\f05a';
	margin-right:3px;
}

.field .error{
	margin-top:10px;
	background-color: #FF3333;
	color: #FFF;
	font-size: 1.2rem;
	padding: 3px 5px;
}

.field .error::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content:'\f071';
	margin-right:3px;
}

.field .required{
	color:#FF3300;
}

.btnSet{
	text-align: center;
}

.btnSet input[type="submit"]{
	background-color: #EDEDED;
	padding:10px 30px;
	font-size:1.4rem;
	cursor: pointer
}

.btnSet input[type="submit"]:hover{
	background-color: #000;
	color:#FFF;
}

.field .input .exp{
	margin-bottom:10px;
}

.cp_ipselect {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
	width:50%;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.3em;
	right: 1.1em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}


/*---------------------------------
ページャーパーツ
---------------------------------*/

.wp-pagenavi{
	text-align: center;
	margin-top:20px;
}

.wp-pagenavi a{
	text-decoration: none;
	background-color:#000;
	color:#FFF;
	padding: 0 13px;
	line-height:2.6em;
	margin:0 5px;
	display: inline-block;
	cursor: pointer;
	margin-bottom:10px;
	border-color: #000;
}

.wp-pagenavi span.current {
	color:#000;
	background-color:#fff;
}

.wp-pagenavi span {
	text-decoration: none;
	color:#666;
	padding: 0 13px;
	line-height:2.6em;
	margin:0 5px;
	display: inline-block;
	margin-bottom:10px;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend{
	border:none;
}

.wp-pagenavi a:hover {
	background-color:#fff;
	color:#000;
}

.sgpager{
	text-align: center;
	padding:10px;
}

.single-pager{
	display: flex;
}

.single-pager .prev{
	width: 30%;
	text-align: right;
}

.single-pager .page-list{
	width: 40%;
	text-align: center;
}

.single-pager .next{
	width: 30%;
	text-align: left;
}


/*---------------------------------
common list
---------------------------------*/

.news .category,
#column_box .category{
	background-color: #333;
	color:#FFF;
	padding:3px 5px;
	font-size:1.2rem;
	margin-right:3px;
}

.news .release{
	background-color: #aa89bd;
}

.news .notice{
	background-color: #d18fca;
}

.news .other{
	background-color: #869ed4;
}

.list section a{
	padding:10px;
	display: block;
	border-bottom: 2px solid #EDEDED;
}

.list section a p{
}

article .cominsoon{
	text-align: center;
	margin:20px 0;
	font-size:2.0rem;
	width:100%;
	background-color: rgba(255, 255, 255, 0.85);
	padding:100px;
}

/*---------------------------------
error404
---------------------------------*/

.error404 .content P{
	font-size:2.4rem;
	line-height:1.8;
	text-align: center
}

.error404 .content{
	text-align: center;
}

/*---------------------------------
slide
---------------------------------*/

#slide_talent{
	background-color: #a6a6a6;
	box-shadow: inset 0px 0px 3px 1px #888
}

#slide_talent .slides{
    margin:0px  auto;
    max-width: 1000px;
	width:90%;
}

#slide_talent .slides a img{
	width:100%;
}

#slide_talent .slides a{
    margin:10px 0;
    display: block;
    position: relative;
}

#slide_talent .slides a span.name{
	background-color: rgba(255,255,255,0.6);
	padding:5px;
	text-align: center;
	position: absolute;
	bottom:3px 5px;
	width:80%;
	margin-right:-10%;
	left:10%;
	border:1px solid #000;
	bottom:5px;
}

/*slick setting*/
#slide_talent .slick-prev:before,
#slide_talent .slick-next:before {
    color: #FFF;
}

#cm_slides .cm_slides a img{
	width:100%;
}

.slides{
  opacity: 0;
  transition: opacity .3s linear;
}

.slides.slick-initialized{
  opacity: 1;
}

/*---------------------------------
SNS
---------------------------------*/

.sns-share{
	clear: both;
	padding-top:20px;
}

.sns-share img{
	width: 40px;
}

.sns-share a{
	display: inline-block;
	margin-right:5px;
}

/*---------------------------------
TOP
---------------------------------*/


#topic{
	background-color: #FFF;
	padding:7px 10px;
	margin:20px 0px;
}

#topic time{
	margin:0 5px;
}

#topic a:hover{
	color:#4bb35a;
}

#topic .tag{
	background-color: #C00;
	color:#FFF;
	padding:5px 10px;
	font-size: 1.3rem;
	text-align: center;
	margin-right:7px;
	display: inline-block;
}

#topic .txt{
	margin:3px 0;
}

#topic .txt a{
	color:#C00;
}

.news_cat ul{
	display: flex;
	justify-content:space-between;
	background-color: #CCC;
	padding:0 10px;
	margin:0 0 5px 0;
}

.news_cat ul li{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10%;
	height:30px;
	font-size: 1.2rem;
}

.news_cat ul li a{
	display: block;
	width:100%;
}

.news_cat ul li a:hover,
.news_cat ul li.active a{
	background-color: #4bb35a;
	color:#FFF;
	border-radius: 100px;
	transition: 0.2s;
}

#news_area h2{
	font-size:2.4rem;
	margin:15px 0;
	
}

#news_area .tab_contents{
	display: none;
}

#news_area .news_list{
	display: flex;
	justify-content:space-between;	
	flex-wrap:wrap;
}

#news_area .news_list a.panel{
	background-color: #FFF;
	width: 32.8%;
	margin:5px 0;
	display: block;
	padding:10px;
	box-sizing: border-box;
	box-shadow: 0px 0px 2px #CCC;
}

#news_area .news_list a.panel .tag{
	background-color: #CCC;
	text-align: center;
	width:30%;
	display: inline-block;
}

#news_area .news_list a.panel img{
	width: 110px;
	float: left;
	margin:0 10px 10px 0
}

#news_area .news_list a.panel time{
	float:right;
}

#news_area .news_list a.panel h3{
	font-weight: bold;
	margin:7px 0;
}

/*---------------------------------
ABOUT
---------------------------------*/

/*---------------------------------
SERVICE
---------------------------------*/

/*---------------------------------
column
---------------------------------*/

#column_box{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

#column_box a.projet_box:hover{
	opacity: 0.8;
}

#column_box a.projet_box img{
	background-color: #000;
}

#column_box a.projet_box{
	display:block;
	background-color: rgba(255, 255, 255, 1);
	width:49.5%;
	box-shadow: 0px 0px 2px #CCC;
	margin-bottom:10px;
}

#column_box a.projet_box h3{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom:10px;
}

#column_box a.projet_box .body{
	padding:10px;
}

/*---------------------------------
service
---------------------------------*/
#service h2{
	font-weight: bold;
	font-size:1.8rem;
	margin-bottom:10px;
	text-align: center;
}


/*---------------------------------
news
---------------------------------*/
.news-detail .body .alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.news-detail .body img {
    max-width: 100%;
    height: auto;
}

.news-detail .body strong {
    background-color: #ffff80;
    /*display: inline-block;*/
    padding: 0 5px;
}

.news-detail .body p{
	margin-bottom:10px;
}

.single-post .news-detail .body a{
	border-bottom: 1px dashed;
	
}

/*---------------------------------
company
---------------------------------*/

body.page-company .body{
	background-color: rgba(255, 255, 255, 0.7);
	padding:40px;
}

.tb_set{
	margin-bottom:30px;
	width:100%;
}

.tb_set .label{
	width:20%;
	display: inline-block;
	vertical-align: top;
}

.tb_set .cont{
	display: inline-block;
}


/*---------------------------------
contact
---------------------------------*/

.page-inquiry-company .change{
	text-align: right;
	padding-bottom:20px;
}

.page-contact.page .content{
	background-color: transparent;
}

.formMsg{
	background-color:#f0f0f0;
	padding:40px;
	width:100%;
	margin:0 auto 40px auto;
	line-height:1.7;
}
.formSet{
	margin:0 auto;
	
}

fieldset{
	padding-bottom:20px;
}

fieldset div.label{
}

fieldset div.input{
	width:100%;
}

fieldset .require{
	background-color:#CC0000;
	color:#FFF;
	font-size:1.0rem;
	padding:3px 5px;
	border-radius:3px;
	margin-left:3px;
	vertical-align:top
}

.mw_wp_form .fieldset .error{
	color:#CC0000;
	margin-top:3px;
}

fieldset .error:before {
  content: "\f071";
  font-family: FontAwesome;
  margin-right:2px;
}

.mw_wp_form_confirm .fieldset{
	font-size:1.6rem;
}

.mw_wp_form_confirm{
	background-color:rgba(255, 255, 255, 0.3);
	padding:20px;	
}

.mw_wp_form_confirm .fieldset div.input{
}

.mw_wp_form_confirm .formBtn{
	margin-top:20px;
}

.mwform-tel-field{
}

.mw_wp_form_complete{
	padding:30px;
	font-size:1.6rem;
	background-color: #EDEDED;
}
.mw_wp_form_complete p{
	margin-bottom:10px;
	line-height: 1.5em;
}

fieldset div.input textarea,
fieldset div.input input{
	padding:10px;
	border:2px solid #000;
	width: 100%;
	box-sizing: border-box;
	font-size:1.3rem;
	background-color: rgba(255, 255, 255, 0.85)
}

fieldset div.input textarea{
	min-height: 160px;
}

fieldset div.input input.middle{
	width:60%;
}

fieldset div.input .mwform-tel-field input[type="text"]{
	width:80px
}

fieldset .select {
    position: relative;
    display: inline-block;
    font-size: 1em;
    overflow: hidden;
    z-index: 0;
    color: #000;
}

fieldset .select:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: .6em;
    margin-top: -.2em;
    border-width: .45em .3em;
    border-style: solid;
    border-color: #666 transparent transparent;
    z-index: -1;
}
/* selectタグのスタイル */
fieldset .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .4em 2em .4em 1.5em;
    background: transparent;
    border: 2px solid #999;
    font-size: 1em;
    outline: none;
}
/* selectタグ選択中のスタイル */
fieldset .select select:focus {
    text-shadow: 0 0 1px #b5b5b5;
}
/* IEの下三角非表示 */
fieldset .select select::-ms-expand {
    display: none;
}
/* Firefoxの点線非表示 */
fieldset .select select::-moz-focus-inner {
    border: 0;
}
/* 表示されるオプションスタイル */
fieldset .select select * {
    color: #333;
    text-shadow: none;
    background: #FFF;
}

.sendCheck{
	font-size:1.8rem;
	text-align: center;
}
.sendCheck label{
	cursor: pointer;
}
.sendCheck input{
	width:20px;
	height:20px;
	cursor: pointer;
	margin-right:5px;
}

.formBtn{
	text-align: left;
}

.formBtn a.btn,
.formBtn input{
	background-color: #000;
	color: #FFF;
	padding:10px 30px;
	border:none;
	display: inline-block;
	cursor: pointer;
	font-size:1.5rem;
	border-radius: 5px;
}

.formBtn a.btn:hover,
.formBtn input[disabled]:hover,
.formBtn input[disabled]{
	cursor: default;
	background-color:rgba(150, 150, 150, 0.3);
}
.formBtn input:hover{
	background-color:rgba(150, 150, 150, 0.3);
}
.formBtn .btn.large{
	font-size:1.8rem;
}


/*---------------------------------
term
---------------------------------*/
#term h2{
	font-weight: bold;
	font-size:1.8rem;
	margin-bottom:10px;
}

body.page-privacy .body{
	background-color: rgba(255, 255, 255, 0.7);
	padding:40px;
}

/*---------------------------------
TIMELINE
---------------------------------*/

.sns-box{
	display: flex;
	justify-content:space-between;
	margin-top:20px;
}

.page-timeline .content h3{
	background-color: #000;
	color:#FFF;
	padding:5px 10px;
	margin-bottom:10px;
}

.page-timeline #movie{
	background-color: #FFF;
	box-shadow: 0px 0px 2px #CCC;
	padding:10px;
	margin-bottom:10px;
}

.sns-box > div{
	width:33%;
	background-color: #FFF;
	margin:5px 0;
	display: block;
	padding:10px;
	box-sizing: border-box;
	box-shadow: 0px 0px 2px #CCC;
	min-height: 400px;
}

.video{
	width:100%;
	padding-bottom: 56.25%;  /*16:9*/
	height:0px;
	position: relative;
}

.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---------------------------------
ON AIR
---------------------------------*/

.post-edit-link{
	visibility: hidden;
}

table.simcal-calendar-grid{
	border-collapse: collapse
}

table.simcal-calendar-grid td{
	border-collapse: collapse;
	border:1px solid #333;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number{
}

.simcal-week li.simcal-event .simcal-event-title{
	border-radius: 5px;
	display: block;
	padding: 2px 4px;
}

.simcal-week .simcal-day > div{
}

.simcal-week .simcal-today.simcal-day > div{
	background-color: #FFF;
	border:0 !important;
}

.simcal-week .simcal-today.simcal-day > div span.simcal-day-label{
	color:#FFF !important;
}


.simcal-week li.simcal-event .simcal-event-title:first-child{
	margin-top:3px;
}

.simcal-week li.simcal-event{
	padding:0 2px !important;
}

.simcal-week li.simcal-event:nth-child(even){
	background-color: #EDEDED;
}

.simcal-week li.simcal-events-calendar-7072 .simcal-event-title{
	color: #ea5549;
}

.simcal-week li.simcal-events-calendar-7069 .simcal-event-title{
	color: #8f6552;
}

.simcal-week li.simcal-events-calendar-7078 .simcal-event-title{
	color: #192f60;
}

.simcal-week li.simcal-events-calendar-7079 .simcal-event-title{
	color: #65ab31;
}

.simcal-week li.simcal-events-calendar-7080 .simcal-event-title{
	color: #0073a8;
}

.simcal-week li.simcal-events-calendar-7081 .simcal-event-title{
	color: #d04f97;
}

.simcal-week li.simcal-events-calendar-7082 .simcal-event-title{
	color: #4753a2;
}
.simcal-default-calendar-grid .simcal-events>.simcal-event{
	border:none !important;
	padding: 0 !important;
}

/*---------------------------------
LINK
---------------------------------*/

.page-link .linkBox a{
	display: inline-block;
	margin-bottom:5px;
}

.page-link .linkBox a{
	margin-bottom:10px;
	display: inline-block;
}

/*---------------------------------
PRIVACY POLICY
---------------------------------*/
.privacy-policy .lead h3{
	font-size: 1.6em;
	font-weight:bold;
	padding:10px 0;
}

.privacy-policy .lead h4{
	background-color: #CCC;
	padding:5px 7px;
	margin:5px 0 10px 0;
	font-weight: bold;
}

.privacy-policy .lead h5{
	font-size: 1.2em;
	font-weight:bold;
	padding:10px 0 5px 0;
}

.privacy-policy .lead ul{
	margin:10px 0;
}

.privacy-policy .lead li{
	list-style-type: disc;
	margin-left:20px;
	margin-bottom:5px;
}

.privacy-policy .update{
	text-align: right;
}

.privacy-policy .lead{
	line-height: 1.6em;
}

/*---------------------------------
AUDTION
---------------------------------*/

.page-audition .post{
	margin-bottom:10px;
}

.page-audition .post ul{
	margin:10px 0;
}

.page-audition .post li{
	list-style: disc;
	margin-left:20px;
}

.page-audition .post h3.sub{
	font-weight: bold;
	font-size:1.6rem;
	margin-bottom:10px;
	background-color: #EDEDED;
	padding:5px 7px;
	text-align: center;
}

.page-audition .post.column2{
	display: flex;
	justify-content: space-between;
}

.page-audition .post .box{
	border:3px solid #EDEDED;
	width: 49%;
	padding:10px;
	box-sizing: border-box;
}