@charset "utf-8";
/* Copyright 2022 design hack. */

/* ------------------------------------------------------------

ABOUT

------------------------------------------------------------ */
/* グローバルナビアクティブ
---------------------------------------------- */
nav ul#nav_main li:nth-child(1) a img {opacity: 0;}
div#bg_h2{background:url(/about/img/h2_bg_pc.png) no-repeat center 0;height:460px;text-align: right;}
div#bg_h2 h2{width: 1200px;margin: 0 auto;}

@media print, screen and (max-width: 767px){
div#bg_h2{background:url(/about/img/h2_bg_sp.png) no-repeat center 0;background-size: 100%;height:auto;text-align: center;margin-top: 20px;}
div#bg_h2 h2{width: 100%;margin: 0;}
div#bg_h2 img{width: 100%;}
}

/* コンテンツ
---------------------------------------------- */
section p{margin-bottom: 28px;}
section p:last-child{margin-bottom: 0;}

div#profile_detail{overflow: hidden;margin-bottom: 80px;}
div#profile_detail p#profile_img{float: left;width:400px;margin:0 80px 0 0;}
div#profile_detail p#profile_img img{width:400px;}
div#profile_detail dl#profile_list{float: left;width:720px;}
div#profile_detail dl#profile_list dt{border-bottom: 1px solid #BABABA;padding-bottom: 30px;line-height: 1.0;margin-bottom: 25px;}
div#profile_detail dl#profile_list dt span{font-weight: bold;font-size: 26px;}
div#profile_detail dl#profile_list dd{background:url(/common/img/ico_bdr_gry_pc.png) no-repeat left 0.42em;background-size:5px 18px;padding:0 0 0 15px; margin-bottom: 20px;}
div#profile_detail dl#profile_list dd:last-child{margin-bottom: 0;}

div#profile_txt{background:#333333;padding: 30px;color: #FFFFFF;font-weight: 300;}
div#profile_txt h3{margin-bottom: 20px;}
div#profile_txt h3 img{width: 112px;}

@media print, screen and (max-width: 767px){
section p{margin-bottom: 20px;}
section p:last-child{margin-bottom: 0;}

div#profile_detail{overflow: visible;margin-bottom: 25px;}
div#profile_detail p#profile_img{float: none;width:100%;margin:0 0 40px 0;padding:0 22px;box-sizing: border-box;}
div#profile_detail p#profile_img img{width:100%;}
div#profile_detail dl#profile_list{float: none;width:100%;margin-bottom: 0;}
div#profile_detail dl#profile_list dt{border-bottom: 1px solid #BABABA;padding-bottom: 20px;line-height: 1.0;margin-bottom: 16px;}
div#profile_detail dl#profile_list dt span{font-weight: bold;font-size: 26px;}
div#profile_detail dl#profile_list dd{background:url(/common/img/ico_bdr_gry_sp.png) no-repeat left 0.42em;background-size:4px 16px;padding:0 0 0 14px; margin-bottom: 8px;}
    
div#profile_txt{padding: 15px;}
div#profile_txt h3{margin-bottom: 12px;}
div#profile_txt h3 img{width: 68px;}
}