@charset "utf-8";



#pr_art {
    padding: 60px 0;
    max-width: 1020px;
    margin: 0 auto;
    width: 100%;
}
.pr_ttl_box {
    text-align: center;
    margin-bottom: 20px;
}
.eigo {
  display: inline-block;
  background: linear-gradient(180deg, #185bd9 0%, #0a388f 72%, #04286b 100%);
  background: -webkit-linear-gradient(-90deg, #185bd9 0%, #0a388f 72%, #04286b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 34px;
  font-family: "游明朝" , "游明朝体" , "Times New Roman", "Yu Mincho" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.prof_top_r_ttl {
    text-align: center;
    border-bottom: 1px solid #fd6a67;
    color: #fd6a67;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "游明朝" , "游明朝体" , "Times New Roman", "Yu Mincho" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.pr_ttl_box h2 {
    font-size: 16px;
    line-height: 7px;
}

#profile_data{
    width:100%;
    padding:10px;
    box-sizing:border-box;
    display: table;
}
#profile_l {
    display: table-cell;
    padding: 10px;
    vertical-align: top;
    width: 600px;
}
#ph_big{
    
    text-align:left;
}

/*** twitter ***/

/*** オプション ***/
.tit_option{
    border-radius:20px;
    background:#ec1551;
    width:400px;
    padding:10px 0;
    text-align:center;
    color:#FFF;
    font-size:120%;
    margin-bottom:10px;
    background-position:left;
}
.option_contents{
    width:400px;
}
.option_contents ul{
    display:table;
    width:100%;
}
.option_contents ul li{
    border:1px solid #dcdcdc;
    box-sizing:border-box;
}
.option_contents ul li.ohead{
    padding:5px 0;
    text-align:center;
    color:#FFF;
    width:100%;
    background:#d35e79;
    font-size:130%;
    font-weight:600;
    clear:both;
}
.option_contents ul li.oltxt{
    width:50%;
    float:left;
    padding:5px 0 5px 5px;
    font-size:120%;
    background:#f5f5f5;
}
.option_contents ul li.ortxt{
    width:50%;
    float:left;
    padding:5px 0;
    font-size:120%;
    text-align:center;
    background:#FFF;
}
/*** 名前 アイコン ***/
#profile_r #ni_area{
    width:100%;
}
#ni_area .n_area{
    color:#222;
    line-height:1.5;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
    margin-bottom: 10px;
}
#ni_area .n_area h3{
    font-size:24px;
}
#shop_ico_ul{
    display:table;
}
.shop_ico_li{
    display:table-cell;
    padding-right:4px;
}
/*** 質疑応答 ***/
#profile_r_data {
    box-sizing: border-box;
    padding: 10px;

    background: #fff;
    margin-bottom: 20px;
}
#profile_r_data_ul{
    width:100%;
    box-sizing:border-box;
    border-bottom:0;
}
#profile_r_data_ul li{
    display:table;
    width:100%;
    font-size:0px;
    border-bottom:1px solid #CCC;
}
.r_data_l, .r_data_r {
    display: inline-block;
    padding: 4px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 14px;
}
.r_data_l{
    width:30%;
    color: #fd6a67;
}
.r_data_r{
    width:65%;
    box-sizing: border-box;

}
.g_com{
    max-height: 200px;
}
.r_data_l_2 {
    font-size: 14px;
    color: #fd6a67;
    margin: 4px 0;
}
.r_data_r_2{
     font-size: 14px;
}
.g_com_h{
    max-height: 200px;
    overflow-y: scroll;
}
#comment_txt{
    width:100%;
   padding: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
    background: #fff;
    box-sizing:border-box;
    font-size:14px;
}
#comment_txt li.manager {
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
}
#comment_txt li.manager_txt {
    border-top: 1px solid #CCC;
    padding: 10px;
    box-sizing: border-box;
    height: 400px;
    overflow-y: scroll;
}


span.ph_pink {
    color: #fd6a67;
}
/*** 出勤 ***/
#week_list {
    width: 100%;
    display: table;
}


#week_list li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    width: 10%;
}
.wl_day{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.wl_f {
    background: #fb8c8a;
    color: #fff;
}
span.white {
    color: #fff;
}

#week_list li .pday span.blue{
    color:#0000ff;
}
#week_list li .pday span.red{
    color:#ff0000;
}
.sns_link {
    display: table;
    width: 100%;
}
.sns_box {
    display: table-cell;
    text-align: center;
    font-size: 14px;
    width: 13%;
}
.sns_box a{
    color:#000;
}

.pday {
    background: #fb8c8a;
    box-sizing: border-box;
    padding: 10px 0;
}
#week_list li .ptime {
    background: #d8d8d8;
    box-sizing: border-box;
    padding: 20px 0px;
    font-size: 14px;
}

#week_list li .proom{
    width:30%;
    padding:10px 0;
    display:table-cell;
    text-align:center;
    background:#f5f5f5;
    border-right:1px solid #dcdcdc;
}
div#v_ttl {
    background: #2d2f6b;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    font-size: 20px;
}

.v_box {
    height: 320px;
    overflow-y: scroll;
}

.v_contents {
    box-sizing: border-box;
    padding: 12px 8px;
    border-bottom: 1px dashed #ccc;
}
.v_box::-webkit-scrollbar {
        display:none;
    }
.v_txt {
    font-size: 14px;
    margin: 10px 0;
}
.v_link {
    text-align: center;
    margin-top: 20px;
}
.v_name_box {
    text-align: right;
    font-size: 14px;
}
.v_link a {
    background: #2d2f6b;
    color: #fff;
    box-sizing: border-box;
    padding: 6px 20px;
}
.v_box {
    height: 350px;
    overflow-y: scroll;
}
#voice {
    margin: 20px 0;
}
.v_box_none {
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px;
}

#cast_ul{
    display:table;
    font-size:0;
    width:660px;
    margin:0 auto;
}
.cast_li{
    display:inline-block;
    width:200px;
    padding:0 0 15px 15px;
    text-align:center;
    vertical-align:top;
}
.cast_li a:hover{
    text-decoration:none;
}
.cast_li figure .cast_ph{
    position:relative;
}
.cast_new {
    position: absolute;
    bottom: 1px;
    left: 7px;
}
.cast_li figure figcaption{
    padding-top:10px;
    font-size:12px;
    color:#111;
}
.cast_name{
    font-weight:bold;
    color:#001c55;
    line-height:1.5;
    font-size:14px;
}
.cast_size{
    line-height:1.5;
}
.cast_today{
    font-size:14px;
    font-weight:bold;
}
.skill_icon_area{
    display:table;
    width:70%;
    margin:0 auto;
}
.skillicon{
    display:table-cell;
}
.sch_ttl {
    text-align: center;
}
#cast_div {
    margin-top: 12px;
}

.imageBox_unit{
    width:920px;
    display:table;
    background: rgba(255, 255, 255, 0.50);
}
.image_swipe {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 10px 0;
}
.image_swipe a img{
    padding: 4px;
    vertical-align:middle;
    background: #FFF;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
}

@media screen and ( max-width:414px){
.co_head_left {
    width: 77%;
    height: 85%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
    .co_head_right {
    width: 77%;
    height: 70%;
    position: absolute;
    right: 23px;
    bottom: 0;
    z-index: 2;
}
#profile_l {
    display: block;
    padding: 10px;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
}
#profile_r {
    display: block;
    padding: 10px;
    vertical-align: top;
    width: 98%;
    box-sizing: border-box;
    margin: 0 auto;
}
#ph_big {
    width: 100%;
    text-align: center;
}
#ph_small {
    width: 100%;
    display: table;
}
#ph_big img {
    width: 100%;
}
.sns_link {
    display: table;
    width: 90%;
    margin: 10px auto 0 auto;
    text-align: center;
}
.sns_box {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    width: 25%;
    margin-bottom: 14px;
}

.imageBox_unit {
    width: 100%;
    display: table;
    font-size: 0;
    background: rgba(255, 255, 255, 0.50);
    box-sizing: border-box;
    padding: 2% 0;
}
.image_swipe {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 30%;
    margin-left: 2%;
}
.image_swipe a img {
    padding: 4px;
    vertical-align: top;
    object-fit: cover;
    border-radius: 10px;
    width: 90px;
    height: 90px;
}


.ttl_week {
    width: 100%;
    border-radius: 20px;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    color: #fb8c8a;

    box-sizing: border-box;
    margin: 20px auto 10px auto;
}
#week_list{
    width:100%;
}
#week_list li{
    width:100%;
    display:table;
    border-bottom:1px solid #dcdcdc;
    box-sizing:border-box;
    font-size:14px;
}
#week_list li .pday {
    width: 50%;
    padding: 10px 0;
    display: table-cell;
    text-align: center;
    background: #fb8c8a;
    color: #fff;
}
#week_list li .pday span.blue{
    color:#0000ff;
}
#week_list li .pday span.red{
    color:#ff0000;
}
#week_list li .ptime {
    width: 50%;
    padding: 10px 0;
    display: table-cell;
    text-align: center;
    color: #222;
    background: #d8d8d8;
}
#week_list li .proom{
    width:30%;
    padding:10px 0;
    display:table-cell;
    text-align:center;
    background:#f5f5f5;
    border-right:1px solid #dcdcdc;

}
.ph_ttl {
    padding-left: 10px;
}


}