@charset "utf-8";
/* == frontpage ==============================================*/
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.pc-only{
    display: none;
}
/* ------------------------------
	wrapper - 
------------------------------ */
.main_area{
    width: 100%;
    margin: 0 auto;
}
.main_area_wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #000000;
    background: #ffffff;
}
/**
 * menu
 */
img{
    vertical-align: bottom;
}
.sp_nav {
    background: #304244;
}

.menu {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #304244;
}
/* .menu > li {
    float: left;
    width: 25%;
    height: 60px;
    text-align: center;
    font-size: 90%;
    background: #304244;
    border-right: 1px solid #486467;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
} */
.menu > li {
    float: left;
    width: 33.3%;
    height: 60px;
    text-align: center;
    font-size: 90%;
    background: #304244;
    border-right: 1px solid #486467;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
}
.menu > li:last-child {
    border: none;
}
.menu > li a {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.7;
}
.menu__none:hover, .menu__multi:hover, .menu__mega:hover, .menu__single:hover , .page_front .menu li:nth-child(1) , .page_profile .menu li:nth-child(2) {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    background: #f2830a;/*背景色*/
    box-shadow: 0px 0px 0px 3px #f89817 inset;
}
.menu__second-level li {
    border-top: 1px solid #ffffff;
}
.menu__third-level li {
    border-top: 1px solid #ffffff;
}
.menu__second-level li a:hover {
    background: #ffffff;
}
.menu__third-level li a:hover {
    background: #ffffff;
}
.menu__fourth-level li a:hover {
    background: #ffffff;
}
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu:before, .menu:after {
    content: "";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
 *zoom: 1;
}
.main_img_pc {
    display: none;
}
.main_img_sp {
    width: 100%;
    line-height: 0px;
}
.main_img_sp p {
    width: 100%;
}
.contents {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}
.contents p {
    line-height: 140%;
}
h1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 20px;
    padding: 10px 0 10px 10px;
    color: #2D2D2D;
    border: solid 1px #989797;/*線*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: -moz-linear-gradient(top, #ffffff, #d8d6cf);
    background: -webkit-linear-gradient(top, #ffffff, #d8d6cf);
    background: linear-gradient(to bottom, #ffffff, #d8d6cf);
}
/*--↑共通↑--*/
.top_text {
    width: 90%;
    margin: 0 auto;
    padding: 30px 5px 20px 5px;
    margin-bottom: 20px;
    line-height: 100%;
    background: #ffffff;
    font-size: 13px;
}
.top_text p {
    margin-bottom: 10px;
    font-size: 18.2px;
    line-height: 200%;
}
.top_banner {
    overflow: hidden;
    width: 230px;
    margin: 0 auto;
}
.top_banner li {
    width: 230px;
    margin-bottom: 10px;
}
#new {
    text-align: right;
    margin: 30px;
    color: #197902;
}
/*--↑TOP↑--*/


dl {
    overflow: hidden;
    width: 90%;
    background: #ffffff;
    line-height: 150%;
    padding: 0 0 0 5%;
    margin-bottom: 20px;
}
dl dt {
    width: 30%
}
dl dd {
    width: 90%;
}
dl dd ul {
    width: 90%;
    padding-left: 25px;
    list-style: decimal;
}
dl dd ul li span {
    text-decoration: underline;
}
/*--↑info↑--*/
.pdf_open {
    color: #FF7100;
    text-decoration: underline;
    text-align: center;
    font-size: 90%;
    margin: 20px 0;
}
/*--↑1st↑--*/
.box_01 {
    width: 100%;
    margin: 0 auto;
}
/*--キャスト--*/

.cast_text {
    width: 90%;
    margin: 0 auto;
    padding: 10px 5px 20px;
    margin-bottom: 20px;
    line-height: 100%;
    background: url(../img/body_bg.jpg) repeat;
    background-size: 457px 448px;
    margin-top: 30px;
}
.cast_img {
    width: 200px;
    margin: 0 auto;
}
.cast_nemu {
    width: 150px;
    margin: 0 auto;
}
.cast_text p {
    color: #363230;
}
.cast_list {
    width: 90%;
    margin: 0 auto;
}
.cast_list_box {
    margin-top: 10px;
    border-top: 1px dashed #000000;
}
.cast_list .list_cast {
    padding-top: 10px;
}
.cast_list .list_cast li {
    line-height: 2;
    font-size: 14px;
}
.cast_list .list_cast .left_text {
    font-weight: bold;
    display: inline;
}
.cast_list .list_cast .left_text::after {
    content: '：';
}
.cast_list .list_cast .right_text {
    display: inline;
}
.cast_name {
    overflow: hidden;
    line-height: 200%;
    font-weight: bold;
    margin-top: 20px;
}
.cast_name_01 {
    font-size: 24px;
}
.cast_name_02 {
    font-size: 12px;
    margin: 0 0 15px 0;
}
.cast_name_03 {
    font-weight: bold;
    font-size: 16px;
    line-height: 250%;
    letter-spacing: 3px;
    padding: 0 0 10px 0;
}
.mb30 {
    margin-bottom: 30px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb80 {
    margin-bottom: 80px;
}
.bg_w {
    background: #ffffff;
}
footer {
    background: #ffffff;
}
