@charset "UTF-8";

/* ===================================================================
CSS information

file name  :page.css

input[type="text"]

=================================================================== */

.none{
	display: none!important;
}
.thanks__txt{
	max-width: 800px;
	margin: auto;
}
input{
  width: 100%;
}
input,select{
  font-size: max(14px,1.6rem);
}
select{
  padding: 1.5rem 5rem 1.5rem 3rem;
  cursor: pointer;
  border: 1px solid #aaa;
  line-height: 1.5em;
}
.select-wrapper{
	position: relative;
}
.select-wrapper::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%) rotate(90deg);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #aaa;
	border-right: 0;
	z-index: 1;
	transition: .3s;
}
input[type="submit"]:hover,
input[type="button"]:hover{
	transition: .3s;
	opacity:.8 !important;
}

#page #wrapper{
	line-height: 1.8em;
	font-size:max(14px,1.8rem);
}

#wrapper{
	max-width:1260px;
	margin:0 auto;
	padding-bottom:10rem;
  padding: 0 4rem;
}
#page_tit.TitImg{
	position:relative;
	display:flex;
	align-items: center;
}
#page_tit.TitImg img{
	max-width:918px;
}
#page_tit h3{
	background:#356daa;
	color:#fff;
	padding: 6rem 0 6rem 4%;
	margin:0 auto;
	font-size:max(32px,4.8rem);
	letter-spacing:1rem;
}
#page_tit.TitImg h3{
	width : -webkit-calc(100% - 918px) ;
	width : calc(100% - 918px) ;
}
#page_tit h3 span{
	display:block;
	font-size: max(18px,2.4rem);
	margin-bottom:3rem;
}
#page_tit h3 em{
	font-size: max(18px,2.4rem);
	font-style:normal;
	display: inline-block;
}

#page h4{
	position:relative;
	color:#346fd3;
	font-size: max(18px,3rem);
	font-weight:bold;
	letter-spacing:0.2rem;
	margin-top:6rem;
	padding-top:4rem;
	line-height:4.8rem;
}
#page h4::before,
#page h4::after {
	content: '';
	display: block;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
}
#page h4::before {
	background-color: #f8f8f8;
	width: 300px;
}
#page h4::after {
	background-color: #346fd3;
	width: 100px;
}
#page.technology h4{
	margin-top:0;
}
#page h4 span{
	font-size:max(14px,1.8rem);
	margin-left:1rem;
}
#page h5{
	font-weight:bold;
	color:#346fd3;
	border-bottom:1px solid #ccc;
	margin:3rem auto 2rem;
	padding-bottom:1rem;
}
#page h5 span{
	font-weight:normal;
	color:#000;
}

table{
	width:auto;
	border-collapse:collapse;
	border-spacing: 0
}
.t-center{
	text-align: center!important;
}
table.t-center th{
	text-align: center!important;
}
table th,
table td{
	padding:2rem;
	border:1px solid #aaa;
}
table td{
  width: 70%;
  font-size: max(14px,1.6rem);
}
table th{
	background:#f6f6f6;
}
table thead th{
	text-align:center;
}

ol.disc,
ul.disc{
	list-style:disc inside;
}

.flex{
	display:flex;
}

input[type="tel"],
input[type="text"],
input[type="mail"],
textarea{
	padding:1.5rem;
	border:1px solid #aaa;
	line-height: 1.5em;
}
textarea{
	max-width: 800px;
	min-width: 260px;
	min-height: 100px;
}
input#fax,input#fax2,input#fax3{
	width: 29%;
}
/* input#tel {
	width: 30%;
} */
.error_mess {
	background: none repeat scroll 0 0 #fff0f0;
	border: 1px solid #cc0000;
	color: #cc0000;
	font-weight: bold;
	margin: 2rem 0 0;
	padding: 1rem;
	text-align: center;
  font-size: max(14px,1.6rem);
  line-height: 1.8em;
}
table.inquiry td > .red{
	color: #cc0000;
	margin-top: 10px;
	font-weight: bold;
}
table.inquiry td > .blue{
	color: #346fd3;
	font-size: max(14px,1.6rem);
	display: inline-block;
	width: auto;
}
table.inquiry td > .blue:hover{
	text-decoration: underline;;
}
table.inquiry td > a {
	display: block;
	margin-top: 10px;
}
label{
	line-height: 1.8em;
	font-weight: bold;
	font-size: max(14px,1.8rem);
}
table.inquiry td [type="checkbox"] {
	position: relative;
	top: -2px;
	margin-right: 1em;
	transform: scale(1.5);
	accent-color: darkblue;
	width: 15px;
	height: 15px;
}
.contact__check-content{
	margin: 0 0 1rem;
}
.contact__check-content p{
	padding: 0 0 0 30px;
}
.contact__hidden{
	display: none!important;
}


/*-----------------------------------------------

	contact

-----------------------------------------------*/

section{
  margin: 14rem 0 0;
  padding: 0 0 7rem;
}

.contact h4{
	margin-bottom:4rem!important;
  padding: 4rem 4%!important;
  color: #fff;
  background: #346fd3!important;
  font-size: max(16px,2.4rem);
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
  margin-left: calc(((100vw - 100%) / 2) * -1)!important;
  margin-right: calc(((100vw - 100%) / 2) * -1)!important;
}

/* stepnav */
.contact .step {
	display: flex;
	justify-content: center;
	margin-bottom: 7rem;
}
.contact .step li {
	margin-right: 150px;
	position: relative;
  font-size: max(12px,1.4rem);
}
.contact .step li:last-child {
    margin-right: 0;
}
.contact .step li:nth-child(1):before,
.contact .step li:nth-child(2):before {
	content: "";
	position: absolute;
	top: 25px;
	transform: translateY(-50%);
	left: 50px;
	width: 150px;
	height: 2px;
	background: #888;
}
.contact .step li div {
	padding: 5px;
    border-radius: 50%;
}
.contact .step li p {
    width: 50px;
    height: 50px;
    background: #888;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
	font-size: 16px !important;
}
.contact .step li.select p{
    background-color: #346fd3;
}
.contact .step li.select span{
    color: #346fd3;
}
.contact .step li span {
	text-align: center;
    content: "";
    position: absolute;
    top: 60px;
    transform: translateY(-50%);
    left: -50px;
    width: 150px;
    height: 2px;
}


.contact .submit{
	margin-top:6rem;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact .submit a{
  font-size: max(14px,1.8rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  max-width: 300px;
  background-color: #346fd3;
  line-height: 1.5em;
  padding: 3rem;
  position: relative;
}
.contact .submit a::after{
	content: "";
	background-image: url("../img/arrow_submit.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
	transition: .3s;
}
@media screen and (min-width:751px) {
	.contact .submit a:hover::after{
		right: 1.5rem;
	}
}
.contact .submit a.gray{
	background-color: #aaa;
	margin: 0 0 0 2rem;
}
.contact .submit input[type="button"]{
	margin-left:2rem;
}
.contact table.inquiry{
	margin: 2rem auto 0;
	width: 100%;
}
.contact table.inquiry th{
	width: 16%;
	min-width: 140px;
  font-size: max(14px,1.6rem);
  line-height: 1.5em;
}
.contact table.inquiry th.requisite:after{
	content:"【必須】";
	color:#cc0000;
	font-weight: normal;
}
.contact p span.red{
	color: #cc0000;
}
.form-cb-wrap {
	margin-left: 1rem;
	display: flex;
	width: 100%;
	justify-content: flex-start;
}
.form-cb-wrap>div {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.form-cb-wrap:last-of-type>div {
	width: 100%;
}

@media screen and (max-width:750px) {
  
section{
  margin: 10rem 0 0;
}

.contact .step {
	margin: 2rem 0 7rem;
}
.contact .step li {
	margin-right: 50px;
	position: relative;
}

.contact .step li:nth-child(1):before,
.contact .step li:nth-child(2):before {
	width: 50px;
}
.contact .step li span {
    font-size: 16px;
}
}


/*-----------------------------------------------

	繧ｦ繧｣繝ｳ繝峨え繧ｵ繧､繧ｺ ��750px
	繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ莉墓ｧ�

-----------------------------------------------*/
@media (orientation: portrait){
@media only screen and (max-width:750px){

  section{
	padding: 0;
  }
.contact table th,
.contact table td{
  width: 100%!important;
  display: block;
}

.pc,.tablet,
.hidden-phone{
	display:none !important;
}

figcaption{
	font-size: max(14px,2.4rem)!important;
}


#page #wrapper{
	font-size: max(14px,2.4rem);
}
.select-box #select01,
.select-box #select02 {
	font-size: max(14px,1.8rem);
}

/* 1.8rem縺九ｉ邵ｮ蟆� */
.product #cont02 strong span {
}

/* 2.4rem縺九ｉ邵ｮ蟆� */
#page.technology h4{
	font-size: max(18px,3rem);
}

/* 3rem縺九ｉ邵ｮ蟆� */
.lead_box strong,
#page h4{
	text-align:left;
	letter-spacing: 0rem;
}

/* 3.6rem縺九ｉ邵ｮ蟆� */
.product #cont02 strong {
	font-size: max(18px,3rem);
}

.topicpath{
	padding:2rem 4%;
 	font-size: max(10px,1.8rem);
}

#wrapper{
	padding-bottom:6rem;
}
a.btn {
	width: 100%;
	max-width: 500px!important;
}
.tech_det #cont03 .btn {
	padding: 2rem 8rem;
}
.table-fixed {
	border-collapse: separate;
}

.table-fixed-cell {
	position: sticky;
	left: 0;
}

/*-----------------------------------------------

	contact

-----------------------------------------------*/

.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="mail"]{
	width:100%;
}
.contact textarea,
.contact {
	width:100%;
}
.contact table.inquiry td span.zip_s{
	display:block;
	margin-top:1rem;
}
.contact .submit{
	margin-top:3rem;
	flex-direction: column;
}
.contact .submit a.gray{
	margin: 2rem 0 0;
}
.contact .submit input[type="button"]{
	margin-top:2rem;
	margin-left:0;
}

}
}

@media (orientation: landscape) and (max-width: 600px){
@media only screen and (max-width:750px){

.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="mail"]{
	width:100%;
}
.contact textarea,
.contact {
	width:100%;
}
.contact table.inquiry td span.zip_s{
	display:block;
	margin-top:1rem;
}
.contact .submit{
	margin-top:3rem;
}
.contact .submit input[type="button"]{
	margin-top:2rem;
	margin-left:0;
}

.totop{
	display:none !important;
}
.sude_plink{
	text-align:center;
	top:auto;
	bottom:0;
	right:50%;
	transform: translateX(50%);
	width:80%;
	max-width:235px;
}
.sude_plink img{
	width:100%;
}

}
}


/*-----------------------------------------------

	footer

-----------------------------------------------*/
#footer .footer__blue ul{
	flex-wrap: nowrap;
}
