/* main ************************************
タブメニュー
    -制作実績
    -経験・スキル
    -その他
********************************************/

main {
    padding: 0 60px;
}

main h2 {
    background: #f6f6f6;
    color: var(--h2_txt_color);
    padding: 1em 0;
    text-align: center;
    margin: 30px 0 30px;
    font-weight: normal;
    font-size: 18px;
    clear: both;
}

main h3 {
    border-bottom: solid 1px #cccccc;
    padding: 0.5em 0.5em;
    text-align: left;
    margin: 30px 15px 15px;
    font-weight: normal;
    font-size: 18px;
}

main h3 i {
    padding: 0 0.5em 0 0;
    position: relative;
    top: -2.5px;
    font-size: 10px;
    color: var(--user_main_color);

}

main h4 {
    border-left: solid 3px var(--user_main_color);
    padding: 0.5em 1em;
    text-align: left;
    margin: 15px 0 15px;
    font-weight: normal;
    font-size: 16px;
}

.genre span {
    padding: 3px 10px;
    display: inline-block;
    margin: 0 4px 8px;
    font-size: 12px;
    border: solid 1px #666666;
    word-wrap: break-word;
}

/* タブメニュー ************************************/

.tab_area {
    background: #f6f6f6;
    margin: 0 -60px;
    padding: 30px 0;
}

.tab_area ul {
    list-style: none;
    margin: 0 110px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tab_area ul li {
    width: 260px;
    /*float: left;*/
    display: inline-block;
    text-align: center;
}

.tab_area ul li a {
    border-bottom: solid 1px #cccccc;
    display: block;
    text-decoration: none;
    margin: 0 30px;
    padding: 15px 0;
    font-size: 18px;
    color: var(--container_txt_color);
}

.tab_area ul li a:hover,
.tab_area ul li a.current {
    border-bottom: solid 3px var(--user_main_color);
}

.tab_area ul li a span {
    display: block;
    font-size: 12px;
    margin-top: 12px;
    color: #999999;
}

/* 制作実績 ************************************/

.works_area {
    position: relative;
}
.slide {
    margin-bottom: 60px;
}
.arrow_left {
    position: absolute;
    left: 15px;
    top: 80px;
    color: var(--user_main_color);
}

.arrow_right {
    position: absolute;
    right: 15px;
    top: 80px;
    color: var(--user_main_color);
}

.paging {
    text-align: center;
}

.paging a {
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #dddddd;
}

.paging a:hover,
.paging a.current {
    background: var(--user_main_color);
}

.thumb {
    overflow: hidden;
    margin: 50px 35px 15px;
}

.thumb li {
    display: block;
    float: left;
    width: 240px;
    margin: 0 15px;
    font-size: 12px;
    overflow: hidden;
    position: relative;
}

.thumb li a:hover span {
    opacity: 0.7;
}
.thumb li a > div {
    width: 240px;
    height:160px;
    overflow: hidden;
    margin-bottom: 1em;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
}

.thumb li a > div img {
    width: 240px;
    height: 160px;
    object-fit: contain;
}

.thumb li a span {
    line-height: 1.4;
    display: block;
    padding: 0 0.5em 0;
    font-size: 12px;
}

.thumb li a .caption {
    font-size: 14px;
    text-align: center;
    padding-top: 80px;
    color: #fff;
}

.thumb a .mask {
    width: 240px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.thumb a.limited .mask {
    background: var(--user_main_color);
    opacity: 1;
}
.thumb a.open_noimage .mask {
    background: #cccccc;
    opacity: 1;
}
.thumb a.open_image .mask {
    background: #ffffff;
    opacity: 0;
}


.thumb li a:hover .mask {
    opacity: 1;
}


/* 経験・スキル ************************************/

.skills_area h4 {
    margin-left: 30px;
}

.skills_area .genre {
    padding: 0 60px;
}

.year_exp {
    list-style-type: disc inside;
    float: left;
    padding-left: 2em;
    margin-bottom: 60px;
}

.year_exp li {
    float: left;
    width: 370px;
    padding: 10px;
    border-bottom: solid 1px #cccccc;
    text-indent: 1.5em;
    color: var(--user_main_color);
}
.year_exp li > span  {
    color: var(--container_txt_color);
    position:relative;
    left: -0.5em;
}
.year_exp li > span > span {
    font-size: 12px;
    margin-left: 2em;
}

.year_exp li > span > span > span {
    font-size: 16px;
    margin: 0 5px;
}

.year_exp li:nth-child(odd) {
    margin-right: 60px;
}

.skill_exp {
    margin-bottom: 60px;
}


.license_other_memo{
    font-size: 14px;
    line-height: 1.8rem;
}

/* その他 ************************************/

.others_area {}

.specialty {
    margin-bottom: 60px;
}

.others_area .genre {
    padding: 0 60px;
}

.others_area .other {
    padding: 0 90px;

}

.others_area .other table {
    font-size: 1em;
    font-weight: normal;
    width: 100%;
    margin: 30px 0;
}

.others_area .other table tr {
    
}

.others_area .other table tr th {
    border-bottom: solid 1px var(--user_main_color);
    padding: 20px 0 10px;
    width: 160px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.others_area .other table tr td {
    border-bottom: solid 1px #cccccc;
    padding: 20px 10px 10px;
    width: 550px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}


@media screen and (max-width:480px) {
	
/* タブメニュー ************************************/

main{
	padding: 0;
	box-sizing: border-box;
}	
	
main h2{
	font-size: 16px;
	margin: 30px 0 10px;
}
	
main h3{
	font-size: 16px;
}		
	
.tab_area {
	width: 100%;
	margin: 0;
    padding: 0;
}	
	
.tab_area ul{
	margin: 0;
}
	
.tab_area ul li{
	width: calc(100% / 3);
}	
	
.tab_area ul li a{
	margin: 0;
	padding: 20px 0;
	font-size: 16px;
	border-bottom: #cccccc 4px solid;
}	
	
.tab_area ul li a:hover,
.tab_area ul li a.current {
    border-bottom: solid 4px var(--user_main_color);
}
	
.tab_area ul li a span{
	font-size: 12px;
}


/* 制作実績 ************************************/	
	
.thumb {
    overflow: hidden;
    margin: 30px 35px 15px;
}

.thumb > div{
	width: 240px;
	margin: 0 auto;
}	
	
.thumb li {
    display: block;
    float: left;
    width: 240px;
	height: 178px;
    margin: 0 ;
    font-size: 12px;
    overflow: hidden;
    position: relative;
}

.thumb li a:hover span {
    opacity: 0.7;
}
	
.thumb li a > div {
    width: 240px;
    height:auto;
    overflow: hidden;
    margin: 0;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
}	

.thumb li a > div img {
    width: 100%;
	overflow:hidden;
    object-fit: cover;
}

.thumb li a span {
    line-height: 1.4;
    display: block;
    padding: 0 0.5em 0;
    font-size: 12px;
}

.thumb li a .caption {
    font-size: 14px;
    text-align: center;
    padding-top: 75px;
    color: #fff;
}

.thumb a .mask {
    width: 240px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}	
	
.arrow_left {
    left: 30px;
    top: 65px;
}

.arrow_right {
    right: 30px;
    top: 65px;
}
	
.fa-chevron-circle-right,
.fa-chevron-circle-left{
	font-size: 30px;
}	
	

/* 経験・スキル ************************************/	

.skills_area{
	width: 100%;
}	
	
.skills_area h4 {
    font-size: 14px;
	line-height: 1.3em;
}

.skills_area .genre {
    padding: 0 40px;
}	
	
.year_exp {
    width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 3%;
}

.year_exp li {
    width: 95%;
	box-sizing: border-box;
}
.year_exp li > span  {
   font-size: 14px;
}

.year_exp li > span > span > span {
    font-weight: bold;
}

	
/* その他 ************************************/

.others_area .genre {
    padding: 0 40px;
}		
	
.others_area .other {
    padding: 0 40px;
}	
	
.others_area .other table{
	margin: 0 0 40px;
}	
	
.others_area .other table tr th{
	width: 25%;
	font-size: 12px;
}	

.others_area .other table tr td{
	width: 75%;
	font-size: 12px;
}		
	
}
