@charset "utf-8";
h3.title01{
	text-align: left!important;
}
.w650{
	width:650px;
	margin:0 auto;
}
ul.kiki{
	font-size:16px;
	list-style: disc;
	margin-left:20px;
}
ul.kiki li{
	margin-bottom:20px;
	clear:both;
}
ul.kiki li dt{
	clear:both;
	font-size:14px;
	width:250px;
	margin:0 0 0 5px;
	float:left;
	padding-left: 1em;
	text-indent: -1em;	
}
ul.kiki li dt:before{
	content:"・";
	font-size:6px;
	margin-right:5px;
}
ul.kiki li dl{
	margin:10px 0 0 0;
}
ul.kiki li dd{
	float:left;
	font-size:14px;
}
ul.kiki li dd .pt30{
	padding-top:50px;
}
ul.kiki li dd span{
	display: block;
	width:60px;
	float:left;
	border:1px solid #ffffff;
}
hr.s_kei{
	border:0;
	margin:5px;
	border-bottom:1px solid #ccc;
	width:480px;
}
p.shoukei{
	text-align: left!important;
	margin:0 0 30px 310px!important;
	color:#666666!important;
}
.href_box{
	box-sizing: border-box;
	padding:10px;
	margin:50px 10px;
	clear: both;
}

.href_box a.kochira{
	float:right;
	display: inline-block;
    font-size: 17px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background: #404040;
    padding: 10px 20px;
    font-family: 'NotoSans_R';
	margin:10px 40px 10px 0;
}
.href_box img{
	float:left;
	margin-right:15px;
}

.setp{
	margin-bottom: 15px !important;
}

#contact,#pms,#kantan{
	width:1160px;
	margin:0 auto 50px auto;
}

h2.heading-1{
	margin-bottom:28px!important;
}
#pms h3.pms{
	font-size:32px;
	color:#000;
	font-family:'NotoSans_B';
	font-weight: normal;
	margin-bottom:83px;
	text-align: left;
}
#pms p{
	font-family:'NotoSans_R';
}
#contact p{
	font-size:18px;
	font-family:'NotoSans_R';
	margin-bottom:62px;
}

#kantan .link_table tr{
	margin-bottom:40px;
}
table.formtable1,
table.formtable2{
	width:100%;
	margin:0 auto!important;
	text-align: left;
	border-collapse:collapse;
	font-size:16px;
}


table.formtable1 th,
table.formtable2 th{
	width:170px;
	padding:5px 0 0 20px;
	vertical-align:middle;
	border:1px solid #CCC;
	background:#eeeeee;
	border-right: 0;
	font-weight: normal;
}

table.formtable1 td{
	font-size:13px;
	padding:30px 10px 30px 20px;
	border:1px solid #CCC;
	border-left: 0;
	color:#666666;
}

table.formtable2 td{
	font-size:16px;
	padding:30px 10px 30px 20px;
	border:1px solid #CCC;
	border-left: 0;
	color:#666666;
}
#Mitsumori table.formtable2 td{
	font-size: 14px;
	border-left: 1px solid #CCC;
}

table.formtable1 td.hisu,
table.formtable2 td.hisu{
	padding: 5px 10px 0 0;
	background:#eeeeee;
}

table.formtable1 td div{
	font-size:14px;
}

table.formtable1 td.col3,
table.formtable2 td.col3{
	text-align: center;
	border:0;
}
table.formtable1 td.kugiri,
table.formtable2 td.kugiri{
	padding:5px 10px 5px 20px!important;
	background: #eeeeee;
	border-left:1px solid #CCC!important;
	font-size:18px;
	color:#333;
}
table.formtable1 th span.hisu{
	display: block;
	float:right;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;  
	background:#fd0901;
	color:#fff;
	width:35px;
	text-align: center;
	vertical-align:middle;
	height:22px;
	font-size:14px;
	margin-right:40px;
}

p.mess{
	margin:30px auto 0 auto;
	width:600px;
	font-size:14px;
}
.btn_box_right{
	margin:0 auto 80px auto;
	width: 260px;
	float:right;
}

.btn_box_left{
	margin:0 auto 80px auto;
	width: 260px;
	float:left;
}

div.thanks{
	margin: 50px auto 30px auto;
	text-align: center!important;
}

div.thanks a{
	text-decoration: underline!important;
	color:#1553a3!important;
}

div.thanks h3{
	font-size:22px!important;
	text-align: center!important;
	margin:50px 0 30px 0!important;
	border:0!important;
	font-weight:normal!important;
}
/*----------------------------- 
フォーム部品
----------------------------- */
img.zip_img{
	vertical-align: middle;
	margin-left:20px;
}
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;
}

select,
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: 300px;
}
#Mitsumori select{
	width: 80px;
}

input[type="telephone"]{
	width:150px;
}
textarea {
	width: 500px;
}
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: 300px;
	background:#fcecef;
}
input[type="telephone"].err{
	width:150px;
}
textarea.err {
	width: 500px;
}
select:focus,
input[type="text"]:focus,
textarea:focus {
    background:#effcfe;
    border: 2px solid #8ad0c5;
}
/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked,
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label,
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before,
[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="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after,
[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="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="radio"]:disabled:checked + label:after,
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="radio"]:disabled + label,
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before,
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #34aa9a;
}

/* hover style just for information */
label:hover:before {
	border: 2px solid #34aa9a!important;
  }
  input.s_btn01,input.s_btn02 {
	  margin: 100px 0 0 0;
	  border-radius: 30px !important;
	  background: #1A57B1;
	  color: #fff;
	  border: none;
	  padding: 16px 30px;
	  cursor: pointer;
	  font-weight: normal;
	  font-size: 15px;
	  width: 260px;
	  box-sizing: border-box;
	  font-family: 'NotoSans_L';
  }
  
  .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;
  }
 .w1160.clearfix{
	margin-top: 2em!important;
 }
/* 同意ボックス */
.agreement-section {
	max-width: 780px;
	margin: 40px auto 0;
}
.agreement-section > p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 15px;
}
.agreement-box {
	width: 100%;
	max-width: 780px;
	height: 200px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.8;
	background: #f2f4f8;
}
input.s_btn02:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}
input.s_btn02:disabled:hover {
	background: #1A57B1;
	color: #fff;
	border: none;
	font-weight: normal;
}
  

/*　ime-mode 設定　*/
input.ime1 { sime-mode: auto; }
input.ime2 { ime-mode: active; }
input.ime3 { ime-mode: disabled; }
textarea.ime4 { ime-mode: inactive; }
input.ime5 {ime-mode: inactive;}

.pamphlet_web{
	padding-top: 20px!important;
}
.pamphlet_web img{
	margin-left: 250px!important;
}

/*pms*/

.w1100{
	width:1100px;
	margin:30px auto;
}
div.row{
	line-height: 180%;
	color:#000;
	font-family:'NotoSans_R';
}
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;
}
div.row h4{
	font-size:14px;
}
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;
}


.kaitei_txt{
	font: size 18px !important;;
	text-align: right;
	font-family:'NotoSans_B'!important;
	margin:50px 0;
}

.doui{
	margin-top:50px;
	font-weight: bold;
	color:#000;
	font-size:24px !important;
}
.doui a{
	text-decoration: underline;
	color:#1A57B1;
}


/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #34aa9a;
}
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
p.waku{
	text-align: left!important;
}
input[type="radio"] {
  
}
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;
}

/*タブ切り替え全体のスタイル*/
p.select_txt{
	padding:3px 10px;
	text-align: center;
}
.tabs {
  margin-top: 30px!important;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item,.tab_item2,.tab_item3,.tab_item4 {
  width: 47%;
  height: 50px;
  border-bottom: 3px solid #333;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  transition: all 0.2s ease;
  position: relative;
	cursor: pointer;
	z-index: 999;
}
.tab_item span.sankaku,.tab_item2 span.sankaku,.tab_item3 span.sankaku,.tab_item4 span.sankaku{
	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;
}
/*タブ切り替えの中身のスタイル*/
.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: 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:20px;
}
.jouken_title2{
	color:#5ab4bd;
}
.jouken,.jouken2{
	width:96%;
	margin:0 auto 70px auto;
	padding:10px;
	border:2px solid green;
	font-size:15px;
	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;	
}

a.siryou_download {
	display: block;
	width: 500px;
	border-radius: 3px;
	background: #a82124 url(../images/products/download.png) no-repeat 400px center;
	text-align: center;
	color: #fff !important;
	font-size: 18px;
	padding: 15px 0;
	margin: 30px auto;
}
a.kozinzyouhou{
	color: #0000EE;
	text-decoration: underline;
}