@charset "UTF-8";
/*****************************************
レイアウト関連
******************************************/
html {
	-webkit-overflow-scrolling: touch;
}
html, body {
    overflow-x: visible;
}
.service_header img {
    float: left;
    position: relative;
    left: -10px;
    bottom: 11px;
    width: 65px
}
.service_header {
    width: 50%;
    margin: 100px auto 0;
	
}
.service_header h2 {
    font-size: 3rem;
    margin: 0;
	width: 200px;
}
.service_header p {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 5px;
    line-height: 150%;
	width: 220px;
}
.tabs {
    position: relative;
    width: 90%;
    margin: 45px auto;
}
.tabs label {
    display: block;
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: bold;
    color: #24b6b2;
    width: 48%;
    padding: 16.5px 0;
    border: 1px solid #24b6b2;
    position: relative;
    text-align: center;
    margin: 5px 0
}
.ti_webdesign, .ti_consulting, .ti_callcenter {
    float: left;
}
.ti_design, .ti_solution {
    float: right;
}
.tabs label.ti_consulting, .tabs label.ti_solution {
    padding: 9px 0;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}
.tab_content_description {
    width: 100%;
    margin-bottom: 5px;
}
.tab_content {
    width: 90%;
    margin: 0 auto;
    background: #fffded;
    position: absolute;
    top: 200px;
    border-radius: 20px;
    padding: 7% 5%;
    -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);
	-webkit-overflow-scrolling: touch;
}
.tab_content_description img {
    width: 100px;
    height: 100px;
    margin: 0px 10px 0 7%;
    float: left;
}
.tab_content_description img.solution_img {
    width: 90px;
    height: 90px;
    margin: -10px 10px 0 8%;
}
.tab_content_description img.callcenter_img {
    margin: -15px 10px 0 0%;
}
.tab_content_description h4 {
    font-size: 1.6rem;
    line-height: 150%;
    margin: 0;
}
.tab_contents_catch p {
    margin-top: 20px;
    font-size: 1.5rem
}
.kochira {
    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 {
}
/*タブ切り替えの中身のスタイル*/
.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 {
    color: #fff;
    background: #24b6b2
}
.info {
    font-size: 1.4rem;
    position: relative;
    bottom: 260px;
    margin-left: 5%;
}
footer {
    top: 450px;
}