@charset "UTF-8";
/*****************************************
レイアウト関連
******************************************/
main {
    width: 1000px;
    margin: 0 auto;
}
.service_header img {
    float: left;
    position: relative;
    left: 290px;
    bottom: 15px;
}
.service_header {
    text-align: center;
    margin-top: 100px;
}
.service_header h2 {
    font-size: 3.5rem;
    margin: 0
}
.service_header p {
    font-size: 1.7rem;
    font-weight: bold;
    margin-top: 15px;
}
.tabs {
    position: relative;
    width: auto;
}
.tabs label {
    display: block;
    font-size: 1.7rem;
    line-height: 49px;
    font-weight: bold;
    color: #B4D3CF;
    text-align: right;
    position: relative;
    right: 690px;
    top: 43px;
    cursor: pointer;
    overflow-x: hidden;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}
.tab_box {
    margin: 20px 0 0 20px;
    float: left;
}
.yellow_box {
    position: relative;
    left: 340px;
    margin-top: -260px;
    -webkit-filter: drop-shadow(2.3px 9px 11.5px #9FA0A0);
    -moz-filter: drop-shadow(2.3px 9px 11.5px #9FA0A0);
    -ms-filter: drop-shadow(2.3px 9px 11.5px #9FA0A0);
    filter: drop-shadow(2.3px 9px 11.5px #9FA0A0);
    z-index: 10;
}
.tab_content_description {
    width: 573px;
    height: 350px;
    margin-bottom: 5px;
}
.tab_content_description img {
    float: left;
    margin: 100px 0 0 0;
}
.tab_contents_catch {
    float: right;
}
.tab_content_description h4 {
    font-size: 2.1rem;
    line-height: 31px;
    margin: 10px 0 0 0;
}
.tab_contents_catch p {
    width: 374px;
    margin: 20px 0 0 0;
}
.kochira {
    width: 573px;
    clear: both;
    text-align: center;
}
.kochira p {
    text-indent: .5em;
    padding-top: 25px;
    font-weight: bold;
}
.kochira p a {
    display: block;
    width: 205px;
    height: 35px;
    background: #FFE100;
    margin: 0 auto;
    padding-top: 7px;
    border-radius: 250px;
    border: 1px solid #000;
}
.tab_content {
    position: absolute;
    bottom: 30px;
    left: 375px;
    z-index: 20;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
}
/*選択されているタブのコンテンツのみを表示*/
#webdesign:checked ~ #webdesign_content, #design:checked ~ #design_content, #consulting:checked ~ #consulting_content, #solution:checked ~ #solution_content, #callcenter:checked ~ #callcenter_content {
    display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    font-size: 2.1rem;
    color: #fff;
}
.info {
    position: relative;
    margin-top: -160px;
    left: 80px;
    width: 200px;
}
.info img {
    float: left;
    position: relative;
    right: 3px;
    top: 4px;
}
.info p {
    font-size: 1.5rem;
    line-height: 21px;
    margin-bottom: 120px;
}