@charset "utf-8";
table.link_table td{
	display: block;
	width:100%;
}

table.link_table td img.to_form_link{
	margin-bottom:30px;
}
ul.kiki{
	font-size:14px;
	list-style: disc;
	margin-left:10px;
}
ul.kiki li{
	margin-bottom:20px;
	clear:both;
}
ul.kiki li dt{
	clear:both;
	font-size:12px;
	float:left;
	padding-left: 1em;
	text-indent: -1em;	
}
ul.kiki li dt:before{
	content:"・";
	font-size:6px;
	margin-right:3px;
}
ul.kiki li dl{
	margin:10px 0 0 0;
	letter-spacing: -0.5px;
}
ul.kiki li dd{
	float:left;
	font-size:12px;
}
hr.s_kei{
	border:0;
	margin:5px;
	border-bottom:1px solid #ccc;
}
p.shoukei{
	text-align: left!important;
	margin:0 0 30px 50%!important;
	color:#666666!important;
}
.href_box{
	width:98%;
	box-sizing: border-box;
	padding:10px;
	margin:20px auto;
	clear: both;
}

.href_box a.kochira{
	width:100%;
	display: inline-block;
    font-size: 17px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background: #404040;
    padding: 10px 5px;
    font-family: 'NotoSans_R';
	margin:10px 0 10px 0;
}
.href_box img{
	width: 100%;
	max-width: 330px;
	display: block;
	margin:0 auto 10px auto;
}
#contact,#pms,#kantan{
	width: calc(100% - 40px);
	margin:30px auto 70px;
}
#contact h3{
	font-size:18px;
	font-weight: normal;
	margin-bottom:20px;
}
p.s{
	margin:15px 0;
	
}
.setp{
	margin: 10px auto !important;
}
.w900 table{
	margin:0 auto 80px;
	text-align: center;
}
.w900 table img{
	display: block;
	max-width: 332px;
} 

table.formtable1,table.formtable2{
	font-family: "NotoSans_M";
	text-align: left;
	box-sizing: border-box;
	margin:20px auto;
	width:96%;
}
table.formtable2{
	width:100%;
	table-layout: fixed;
}
table.formtable1 tr,table.formtable2 tr{
	clear: both;
  position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
table.formtable2 tr{
	width:100%;
}
table.formtable1 th{
	width:100%;
	display: block;
	font-weight:normal;
	border:none;
	background: #EFF2F5;
	padding:10px;
}
table.formtable2 th{
	display: none;
}
table.formtable1 th:first-child{
	border-top:none;
}
table.formtable1 td{
	width:100%;
	font-size:13px;
	display: block;
	padding:10px 10px 30px 10px;
	border-bottom:1px solid #e5e5e5!important;
	border-right:1px solid #e5e5e5!important;
	border-left:1px solid #e5e5e5!important;
}
table.formtable2 td:first-child{
	width:25%;
	border:1px solid #e5e5e5;
	height:130px;
	display: block;
	float:left;
	font-size:12px;
	clear: both;
}
table.formtable2 td:first-child select{
	font-size:12px;
	width:30px;
	height:40px;
	padding:0;
	margin-left:5px;
	margin-top:30px;
}
table.formtable2 td.two_select select{
	margin-top: 0 !important;;
}
table.formtable2 td:first-child+td{
	height:130px;
	width: 100% !important;;
	border:1px solid #e5e5e5;
	padding-top:10px;
	font-size:14px;
	display: block;
	padding-left:30%;
	box-sizing: border-box;
}
table.formtable2 td:first-child+td+td{
	position: absolute;
	left:40%;
	bottom:20%;
}
table.formtable2 td:first-child+td+td img{
	width:auto;
	height:50px;
}
table.formtable2 td:last-child {
	width:15%;
	border:1px solid #e5e5e5;
}
table.formtable2 td:last-child p{
	font-size:11px;
	border:1px solid #333;
	border-radius: 3px;
	text-align: center;
	margin:0 3px;
}
.tooltip {
	display: none !important;;
}
.tooltip ul {
    display: none;
    position: absolute;
    padding: 5px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width: 300px;
	z-index: 999;
}

.tooltip:hover ul{
    display: inline-block;
    top: -50px;
    left: 5px;
}
.tooltip:hover ul p{
	text-align: left!important;
	border:0!important;
}
table.formtable1 td.col3{
	border:none!important;
	padding:0!important;
}
table.formtable1 td.kugiri,
table.formtable2 td.kugiri{
	padding:5px 10px 5px 20px!important;
	background:#2b3f6e;
	border-left:1px solid #CCC!important;
	font-size:16px;
	color:#fff;
	text-align: center;
}
table.formtable1 td.hisu{
	padding:0!important;
}
table.formtable1 td.hisu img{
	width:40px;
	height:auto;
	position: absolute;
	right:20px;
	top:10px;
}
table.formtable1 th span.nini{
	display: block;
	float:right;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;  
	width:35px;
	text-align: center;
	vertical-align:middle;
	font-size:14px;
	margin-right:40px;
	padding:5px;
}
p.mess{
	margin:30px auto 0 auto;
	width:600px;
	font-size:14px;
}
.doui{
	font-size: 16px;
	margin-top:16px;
}

.btn_box_left{
	width:48%;
	float:left;
}

.btn_box_right{
	width:48%;
	float:right;
}
.h100{
	height:50px;
}
.h120{
	height:70px;
}
/*----------------------------- 
フォーム部品
----------------------------- */
img.zip_img{
	vertical-align: middle;
	margin-left:5px;
	width:auto;
}
p.red{
	font-size:14px;
	padding:10px 20px 10px 0;
	margin:30px 0 30px 0;
}
label.ra{
	display: block;
	font-size:14px;
	margin:10px 0;
}
label.ra span {
  display: inline-block;
}

input[type="text"],
input[type="email"],
input[type="telephone"],
input[type="password"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	width: 250px;
}
input[type="text"].mini{
	width: 70%!important;
	margin:2px 0;
}
select{
	padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	width:80%!important;
	margin:2px 0;
}
input[type="telephone"]{
	width:150px;
}
select.err,
input[type="text"].err,
input[type="email"].err,
input[type="telephone"].err,
input[type="password"].err,
textarea.err {
    padding: 0.8em;
    outline: none;
    border: 1px solid #e34264;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	width: 250px;
	background:#fcecef;
}
input[type="telephone"].err{
	width:150px;
}
select:focus,
input[type="text"]:focus,
textarea:focus {
    background:#effcfe;
    border: 2px solid #8ad0c5;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
	
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #34aa9a;
}
input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	border:1px solid #FF0000;

}
label.ra input[type="radio"] + span {
  position: relative;
  padding: 0 30px 0 27px;
}

label.ra input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label.ra input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 18px;
}
label.ra input[type="radio"] + span::before {
	position: absolute;
	z-index: 0;
	top: 2px;
	left: 0;
	background-color: transparent;
	width: 18px;
	height: 18px;
	border: 1px #78909c solid;
}
label.ra input[type="radio"]:checked + span::before {
  border-width: 5px;
	border-color :#39b54a;
}

/* hover style just for information */
label:hover:before {
	border: 2px solid #34aa9a!important;
  }
  input.s_btn01,input.s_btn02 {
	  margin: 80px auto 0;
	  border-radius: 30px !important;
	  background: #1A57B1;
	  color: #fff;
	  border: none;
	  padding: 16px 30px;
	  cursor: pointer;
	  font-weight: normal;
	  font-size: 15px;
	  width: 98%;
	  max-width: 260px;
	  box-sizing: border-box;
	  font-family: 'NotoSans_L';
	  display: block;
  }
  
  .image-btn_kakunin {
	  border: 0px;
	  width: 250px;
	  height: 60px;
	  background: url(../images/form/next.png) left top no-repeat;
	  cursor:pointer;	
  }
  .image-btn_back{
	  border: 0px;
	  width: 250px;
	  height: 62px;
	  background: url(../images/form/back.png) left top no-repeat;
	  cursor:pointer;	
  }

  .image-btn_send{
	  border: 0px;
	  width: 250px;
	  height: 61px;
	  background: url(../images/form/send.png) left top no-repeat;
	  cursor:pointer;	
  }
  
  input.s_btn02:hover {
	border:2px solid #1A57B1;
	background:#fff;
	color:#1A57B1;
	font-weight: bold;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
  }
  input.s_btn01 {
	color:#1A57B1;
	border:1px solid #1A57B1;
	background-color: #fff;
}
  input.s_btn01:hover {
	  
	  background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
	  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
	  -webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease;
  }

/*タブ切り替え全体のスタイル*/
p.select_txt{
	text-align: center;
}
.tabs {
	margin-top: 20px!important;
	padding-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

/*タブのスタイル*/
.tab_item,.tab_item2 ,.tab_item3,.tab_item4 {
	box-sizing: border-box;
	width: 50%;
	height: 50px;
	border-bottom: 3px solid #333;
	background-color: #d9d9d9;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	transition: all 0.2s ease;
	padding:0;
	position: relative;
}
.tab_item span,.tab_item2 span,.tab_item3 span,.tab_item4 span{
	position: absolute;
	display: block;
	top:-40px;
	left:50%;
	color:#000;
}
.tab_item:hover,.tab_item2:hover,.tab_item3:hover ,.tab_item4:hover  {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
.tabs input[name="tab_item"] {
  display: none;
}
.tabs input[name="tab_item"]:not(:checked),
.tabs input[name="tab_item"]:checked,
.tabs input[name="tab_item"]:not(:checked) + label:before,
.tabs input[name="tab_item"]:checked + label:before,
.tabs input[name="tab_item"]:checked + label:after{
	display: none!important;
	
}
.tabs input[name="tab_item"]:not(:checked) + label,
.tabs input[name="tab_item"]:checked + label{
	 padding-left:0!important;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 10px 0;
  clear: both;
  overflow: hidden;
}
.tab_content img{
	width:auto;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: green;
  color: #fff;
}
.tabs input:checked + .tab_item2 {
  background-color: #5ab4bd;
  color: #fff;
}
.tabs input:checked + .tab_item3 {
  background-color: #DC6C00;
  color: #fff;
}
.tabs input:checked + .tab_item4 {
  background-color: #0076bc;
  color: #fff;
}
.jouken_title,.jouken_title2{
	text-align: center;
	font-weight: normal;
	color:green;
	font-size:16px;
}
.jouken_title2{
	color:#5ab4bd;
}
.jouken,.jouken2{
	width:100%;
	margin:0 auto 20px auto;
	padding:5px;
	border:2px solid green;
	font-size:13px;
	font-family:'NotoSans_M';
}
.jouken2{
	border:2px solid #5ab4bd;
}
.jouken ol,.jouken2 ol{
	list-style-type: decimal;
	margin:10px 30px;
}
.jouken ol li,.jouken2 ol li{
	margin-bottom:20px;
}
.jouken ol li span,.jouken2 ol li span{
	display: block;
	padding-left: 1em;
	text-indent: -1em;	
}

/*pms*/

.w1100{
	width:96%;
	margin:10px auto;
}
div.row{
	line-height: 180%;
	color:#000;
	font-family: 'NotoSans_L';
}
div.row h2{
	font-size:22px!important;
	font-weight: normal;
	margin-bottom:30px;
}
div.row h3{
	font-size: 16px;
	margin: 30px 0 0 0;
	color: #000;
	font-weight: normal;
	text-align: left;
}
div.row h4{
	font-size:14px;
	margin-left:30px;
}
div.row p{
	font-size:16px;
	margin-bottom:20px;
}
div.row ul{
	font-size: 16px;
	list-style: disc;
	margin-bottom: 20px;
}
div.row ul li{
	margin-left:20px;
}
a.siryou_download {
	display: block;
	width: 80%;
	border-radius: 3px;
	background: #a82124 url(../../images/products/download.png) no-repeat 85% center;
	text-align: center;
	color: #fff !important;
	font-size: 16px;
	padding: 15px 0;
	margin: 30px auto;
}
a.kozinzyouhou{
	color: #0000EE;
	text-decoration: underline;
}