@charset "utf-8";

/*normalize.cssでできるmargineをリセットStart*/
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,body{margin:0;padding:0;}
/*normalize.cssでできるmargineをリセットEnd*/

/*共通cssここから*/
#wrap {max-width:768px;margin:auto;}
h1 img{width:100%;}
/*.margin_line{width:100%;height:10px;display:inline-block;margin-bottom:-4px;background-color:#006837;}　←何これ　*/
.Global_menu_first img{width:100%;margin-bottom:-7px;}
.Global_menu img{width:50%;float:left;}
.color_change{background-color:#007b43;}
.def_color{background-color:#3eb370;}
.Mv_content img{width:100%;margin-bottom:50px;}
.footer_banner{width:100%;background-color:#006400;margin-top:30px;padding-top:10px;padding-bottom:10px;color:#fff;font-size:1em;text-align:center;}
.footer_title{font-size:1.5em;margin-bottom:-20px;font-weight:900;}
.footer_copy{font-size:0.85em;padding-bottom:10px;}
a:hover{opacity:0.8;}
/*共通cssここまで*/v
/*#1画像拡大100%指定*/
h1 img{width:100%;}
.margin_line{width:100%;height:10px;display:inline-block;margin-bottom:-4px;background-color:#006837;}
.Global_menu img{width:50%;float:left;}
.Mv_content img{width:100%;margin-top:1px;margin-bottom:20px;}
.footer_banner img{width:100%;margin-bottom:-6px;}
/*#1ここまで*/
.Main_content .rogo{width:50%;display:block;margin-bottom:25px;}
.naiyo_link{width:80%;margin-left:auto;margin-right:auto;margin-bottom:20px;}
.naiyo_link img{width:30%;margin:3px;display:block;float:left;}
.Main_content img{width:100%;margin:auto;}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
.back-color-g{background-color:#C6D0C0;}

.back-color-b{background-color:#D5DECE;}

.back-color-p{background-color:#F2F0E5;}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #019000;
  color: #fff;
}
.Main_content .text{font-size:0.85em;color:#808080;margin-top:20px;}