@charset "utf-8";


/*　　ページタイトル
-------------------------------------------------------*/
.page-image {
	height: 444px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-company {
	background-image: url("../images/page_company.jpg");
}
.page-business {
	background-image: url("../images/page_business.jpg");
}
.page-contact {
	background-image: url("../images/page_contact.jpg");
}
.page-title-line {
	height: 4px;
	background: linear-gradient(to right, #ffba31 29.25%, #d8d8d8 29.25%);
}
.page-title {
	padding-top: 15px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
.page-image {
	height: 240px;
}
.page-title {
	font-size: 22px;
}
}

@media screen and (max-width: 767px){
.page-image {
	height: 120px;
}
.page-title {
	font-size: 20px;
}
}



/*　　会社概要
-------------------------------------------------------*/
.comapny-greeting-img {
	width: 32.83%;
	margin-left: 5%;
}
.comapny-access {
	height: 450px;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
}

@media screen and (max-width: 767px){
.comapny-greeting-img {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}
}



/*　　事業案内
-------------------------------------------------------*/
.business-tit-box {
	border: 1px solid #ccc;
}
.business-tit-img {
	width: 50%;
	margin: -1px -1px;
}
.business-tit {
	position: relative;
	width: 50%;
	padding: 60px;
	background-color: #f5fbfe;
}
.business-tit-txt {
	margin-top: 40px;
}
.business-tit-img2 {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	text-align: center;
}
.business-tit-img2 img {
	width: 221px;
}
.business-tit-img3 {
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	text-align: center;
}
.business-tit-img3 img {
	width: 494px;
}
.business-cnt-tit {
  color: #000000;
  position: relative;
  border-bottom: 3px solid #68c7e5;
}
.business-cnt-tit:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 70px;
  height: inherit;
  border-bottom: 3px solid #125e89;
}
.business-cnt-img {
	margin-top: 6px;
	text-align: center;
}
.icon-checkpoint {
	display: inline-block;
	width: 126px;
	height: 34px;
	background-image: url("../images/icon_checkpoint.png");
	background-repeat: no-repeat;
	background-size: 126px 34px;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
.business-tit {
	padding: 30px;
}
.business-tit-txt {
	margin-top: 20px;
	font-size: 12px; font-size: 1.2rem;
}
.business-tit-img2 img {
	width: 150px;
}
.business-tit-img3 {
	bottom: -8px;
}
.business-tit-img3 img {
	width: 300px;
}
}

@media screen and (max-width: 767px){
.business-tit-img {
	width: auto;
}
.business-tit {
	width: 100%;
	padding: 20px 20px 50px;
}
.business-tit-txt {
	margin-top: 20px;
	font-size: 12px; font-size: 1.2rem;
}
.business-tit-img2 img {
	width: 130px;
}
.business-tit-img3 {
	bottom: -8px;
}
.business-tit-img3 img {
	width: 280px;
}
}



/*　　ご依頼について
-------------------------------------------------------*/
.request-onayami {
	padding-left: 41px;
	min-height: 32px;
	background-image: url( "../images/icon_onayami.png");
	background-repeat: no-repeat;
	background-position: left top 2px;
	background-size: 31px auto;
}
.request-step-box {
	padding: 30px;
	border: 8px solid #e1eff6;
}
.request-step-img {
	width: 32.83%;
	margin-left: 5%;
}
.news-def-img {
	width: 32.83%;
	margin-right: 5%;
}
.icon-step {
	display: inline-block;
	padding: 5px 40px;
	margin-right: 15px;
	color: #fff;
	border-radius: 6px;
	background: linear-gradient(to right, #3976ba, #81c2e0);
	vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
.request-step-box {
	padding: 20px;
	border: 6px solid #e1eff6;
}
}

@media screen and (max-width: 767px){
.request-step-box {
	padding: 10px;
	border: 4px solid #e1eff6;
}
.request-step-img {
	width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}
.news-def-img {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.icon-step {
	padding: 5px 15px;
}
}



/*　　お問い合わせ　/　メールフォーム
-------------------------------------------------------*/
.table-contact th {
	padding: 15px 0 30px 160px;
}
.contact-img-ssl {
    width: 135px;
}
.contact-privacy-box {
	height: 400px;
	margin: 0 auto;
    border: 3px solid #dedede;
}
.contact-privacy-box2 {
    padding: 30px;
}
.contact-privacy-box iframe {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.form-initialize {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contactForm {
	margin: 30px auto 0;
}
.contactForm .pan {
	display: none;
}
.contactForm .icon-required {
	position: relative;
	display: inline-block;
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.5;
	margin-right: 10px;
	padding: 2px 8px 2px;
	background-color: #cf1126;
	color: #fff;
	vertical-align:middle;
	border-radius: 3px;
}
.contactForm th,
.contactForm td { font-size: 16px; font-size: 1.6rem;}
.contactForm input { padding: 10px; font-size: 16px; font-size: 1.6rem; vertical-align:middle; border: 1px solid #ccc;}
.contactForm .select-menu { height: 40px; padding: 6px; font-size: 16px; font-size: 1.6rem; width: 50%; border: 1px solid #ccc;}
.contactForm textarea { padding: 10px; font-size: 16px; font-size: 1.6rem; border: 1px solid #ccc;}
.contactForm .btn-box {
	padding-top: 50px;
	text-align: center;
}
.contactForm .btn-send,
.contactForm .btn-send2 {
	display: block;
	-webkit-appearance: none;
	width: 680px;
	line-height: 80px;
	padding: 0;
	margin: 0 auto;
	color: #fff;
	font-size: 20px; font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	border: 0;
  border-radius: 6px;
	background-image: linear-gradient(to right, #68c7e5, #0475be);
	cursor: pointer;
}
.contactForm .btn-send2 {
	width: 42.5%;
	margin: 0 5% 0 2.5%;
}
.contactForm .btn-send:hover,
.contactForm .btn-send2:hover  {
	background-image: linear-gradient(to right, #58d7ff, #009bff);
}
.contactForm .btn-modify {
	position: relative;
	-webkit-appearance: none;
	width: 42.5%;
	line-height: 80px;
	padding: 0;
	margin: 0 2.5% 0 5%;
	font-size: 20px; font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	border: 0;
  border-radius: 6px;
	color: #fff;
	background-image: linear-gradient(to right, #7e7e7e, #5c5c5c);
	cursor: pointer;
}
.contactForm .btn-modify:hover {
	background-image: linear-gradient(to right, #595959, #444);
}
#error_message_area {
	margin-top: -120px;
	padding-top: 130px;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
.table-contact th {
	padding: 15px 0 30px 30px;
}
.contact-privacy-box {
    height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}
.contact-privacy-box iframe {
    height: 300px;
}
.contactForm .btn-send {
	width: 80%;
	font-size: 20px; font-size: 2.0rem;
}
.contactForm .btn-send2 {
	font-size: 20px; font-size: 2.0rem;
}
}

@media screen and (max-width: 767px){
.table-contact th {
	padding: 10px 0 10px 0;
}
.contact-privacy-box {
	height: 200px;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}
.contact-privacy-box2 {
    padding: 12px;
}
.contact-privacy-box iframe {
    height: 200px;
}
.contactForm .size_and_txt {
	width: 50%;
}
.contactForm .btn-box {
	padding-top: 30px;
}
.contactForm .btn-send {
	width: 80%;
	line-height: 60px;
	font-size: 18px; font-size: 1.8rem;
}
.contactForm .btn-send2 {
	width: 80%;
	line-height: 60px;
	margin: 20px auto 0;
	font-size: 18px; font-size: 1.8rem;
}
.contactForm .btn-modify {
	width: 80%;
	line-height: 60px;
	margin: 0 auto;
	font-size: 18px; font-size: 1.8rem;
}
}



