@charset 'UTF-8';

/* **********************************************************************
 *
 *       Title:   オフィスコム office_layout.css
 *
 ********************************************************************** */

form input, form select, form label{
	box-sizing: content-box;
}

.form-txt{
	background: #EEEAE1;
	height: 32px;
	width: 325px;
	border: 1px #EEEAE1 double;
	padding-left: 5px;
	}

#mail-form ul{
	display:table-cell;
}

#mail-form li{
	margin-bottom: 20px;
	height: 36px;
		}

.form-textarea{
	width: 400px;
	height: 171px;
	border: 1px #EEEAE1 double;
	padding-left: 5px;
	}


.center-box{
	margin: 15px auto 20px;
	width: 100%;
	text-align: center;
	position: relative;
}

.personalinfor_text {
	width: 80%;
	margin: 20px auto;
	border: 1px solid #EEEAE1;
	background: #EEEAE1;
	padding: 5px;
	line-height: 1.5em;
	text-align: justify;
}

.personalinfor_text_lp {
	width: 80%;
	margin: 20px auto;
	border: 1px solid #fff;
	background: #fff;
	padding: 5px;
	line-height: 1.5em;
	text-align: justify;
}

#mail-form #form-submit {
	font-size: 1.8rem;
	padding: 15px 40px;
	background-color: #E70012;
	border-style: none;
	color: #FFF;
	cursor: pointer;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: FontAwesome, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

.mail-caution-2{
	width: 100%;
	background: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 70px !important;
	color: #000;
}

.ssl-table_lp{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	}
	
.ssl-table_lp a{
	color: #000!important;
	text-decoration: none;	
	}	

#mail-form table tr td{
	padding: 10px;
	letter-spacing: normal;
	box-sizing: content-box;
}

.ssl-txt{
	vertical-align: middle;
	height: 81px;
	}

/* mailform成型 */
.secondary-mail{
    padding: 75px 0 80px;
    color: #fff;
    background: #333;
    font-size: 14px;
}
.secondary-mail .wrap{
    width: 970px;
    margin: 0 auto;
}

.secondary-mail .wrap .info{
    padding: 20px;
    margin: 0 0 50px;
    color: #fff;
    border: 1px solid #fff;
}

#main-contents .secondary-mail h2{
    margin: 0 0 60px;
    padding: 40px 0;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
}

#main-contents .secondary-mail h2 span{
    color: red;
}

#main-contents .secondary-mail .mail-step{
    margin: 0 0 65px;
}
#main-contents .secondary-mail .mail-step .col{
    position: relative;
    display: table;
    float: left;
    width: 298px;
    margin: 0 38px 0 0;
    padding: 13px;
    box-sizing: border-box;
    color: #333;
    background: #fff;
}
#main-contents .secondary-mail .mail-step .col.selected{
    color: #fff;
    background: #d73232;
}
#main-contents .secondary-mail .mail-step .col:last-child{
    margin-right: 0;
}
#main-contents .secondary-mail .mail-step .col::before{
    content: "";
    position: absolute;
    right: -32px;
    top: 7px;
    width: 23px;
    height: 36px;
    background: url(../img/partition/ico_contact_step.png) 0 0 no-repeat;
}
#main-contents .secondary-mail .mail-step .col:last-child::before{
    display: none;
}
#main-contents .secondary-mail .mail-step .col em{
    display: table-cell;
    width: 96px;
    text-align: center;
    border: 2px solid #ccc;
}
#main-contents .secondary-mail .mail-step .col.selected em{
    color: #d73232;
    background: #fff;
    border: none;
}
#main-contents .secondary-mail .mail-step .col span{
    display: table-cell;
    text-align: center;
    font-size: 18px;
}

.secondary-mail .line-head{
    padding: 25px 0 60px;
}
.secondary-mail .mail-step{
    margin: 0 0 65px;
}
.secondary-mail #mail-form li {
    height: auto;
}
.secondary-mail .form-txt,
.secondary-mail .form-textarea{
    width: 650px;
    background: #fff;
}
.secondary-mail .ssl-txt {
    line-height: 3;
}
.secondary-mail .ssl-txt a{
    color: #fff;
    text-decoration: underline;
}

.secondary-mail #mail-form li p{
    padding-left: 290px;
}
.secondary-mail .ssl-table{
    width: 100%;
    margin: 0;
}
.secondary-mail #mail-form #form-submit{
    padding: 0;
    width: 500px;
    height: 70px;
}
.secondary-mail #mail-form .form-name2{
    width: 290px;
    padding: 0 0 0 20px;
    background-position: 210px center;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.6;
    height: auto;
	float: left;
}
.secondary-mail #mail-form .none{
    background: none;
}
.secondary-mail #mail-form .form-name1{
    width: 290px;
    padding: 0 0 0 20px;
    line-height: 1.6;
    float: left;
}
.secondary-mail #mail-form .ssl-table .white-base{
    display: inline-block;
    width: 180px;
    background: #fff;
}
.secondary-mail .form-name2 {
    background: url(/service/img/from-required.gif) no-repeat 140px;
}
#mail-form {
    width: 970px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}
#mail-form ul {
    display: table-cell;
}
#mail-form .at {
    margin: 20px 0 0;
}
#mail-form .at p {
    line-height: 1.6;
}
#mail-form .at p span {
    color: #fff;
    background: #d73232;
    font-weight: bold;
}
form ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
textarea {
    font-family: inherit;
    text-align: left;
    font-size: 1.6rem;
vertical-align: middle;
resize: vertical;
}
.mail-caution-2 p{
    text-align: center;
}
.mail-caution-2 a:link,
.mail-caution-2 a:visited {
    text-decoration: underline;
    color: #000;
}
.mail-caution-2 a:hover {
    text-decoration: none;
    color: #E70012;
}
.mail-caution-2 {
    position: relative;
}
.mail-caution-2 .pmark {
  position: absolute;
        top: 20px;
        left: 90px;
    z-index: 2;
}

.form-content {
    width: 662px;
    display: inline-block;
}
.form-content {
    width: 662px;
    display: inline-block;
}
/*
.flow {
    display: block;
    width: 100%;
    max-width: 736px;
    height: 71px;
    margin: 0 auto 25px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}
.flow.f01 {
    background: url(../img/flow01.gif) 0 0 no-repeat;
}
.flow.f02 {
    background: url(../img/flow02.gif) 0 0 no-repeat;
}
.flow.f03 {
    background: url(../img/flow03.gif) 0 0 no-repeat;
}
*/

/*固定 お見積もりボタン*/
#main-contents .fix_cv{
    position: fixed;
    right: 0;
    bottom: 100px;
    width: 240px;
    z-index: 3;
    text-align: right;
    transition: 0.2s;
}

#main-contents .fix_cv.hide{
    transform: translateX(calc(100% + 19px));
}

#main-contents .fix_cv a{
    position: relative;
    display: block;
    padding: 20px 25px 19px 30px;
    color: #fff;
    border-radius: 70px 0px 0px 70px;
    background: linear-gradient(#e30000 0%, #eb5b00 100%);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}

#main-contents .fix_cv a:hover{
    color: #fff;
}

#main-contents .fix_cv p{
    position: relative;
    display: inline-block;
    padding: 0 0 0 44px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    /*text-shadow: 0 0 4px #999;*/
}

#main-contents .fix_cv p:before{
    content:"";
    position: absolute;
    z-index: 1;
    left: 0;
    top: calc( 50% - 11.5px );
    width: 30px;
    height: 23px;
    background: url(../img/liveoffice/ico_mail.png) 50% 50% no-repeat;
    background-size: contain;
}

#main-contents .fix_cv p span{
    font-size: 2.4rem;
    background: #000;
    color: #DABB70;
    padding: 3px 0;
    margin: 0 0 5px;
    text-align: center;
    display: block;
}

/* 固定バナー */
.fixbnr {
    position: fixed;
    z-index: 9999;
    left: 30px;
    bottom: 30px;
}
.fixbnr a {
    filter: drop-shadow(2px 2px 5px #333);
}
.fixbnr a:hover {
    opacity: 0.8;
    transition: opacity .2s;
    }
.fixbnr .close{
    position: absolute;
    z-index: 1;
    right: -10px;
    top: -20px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/btn_close.png) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    transition: opacity .2s;
}
.fixbnr.active {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s;
}

/* 注意事項 */
/* .deadline-section {
  width: 100%;
  min-width: 900px;
  box-sizing: border-box;
  margin-top: 35px;
} */

.deadline-section {
  max-width: 900px; /* 必要に応じて調整 */
  width: 100%;
  margin: 45px auto;
  padding: 20px;
  /* background-color: #f9f9f9; */
  box-sizing: border-box;
}

.deadline-label {
  background-color: #d73232;
  color: white;
  padding: 20px 61px;
  font-weight: bold;
  border-radius: 6px 0 0 6px;
  border: 6px solid #333;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
}

/* .deadline-info {
  background-color: white;
  padding: 22px 250px;
  border-radius: 6px;
  font-size: 18px;
  color: #333;
  line-height: 28px;
} */

.deadline-info {
  text-align: left;
  font-size: 18px;
}

.deadline-title {
  font-size: 4rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 23px;
  /* border-left: 1px solid #d73232; */
  /* padding-left: 10px; */
}

.custom-hr {
  width: 100%;              /* 幅を50%に設定 */
  margin: 10px auto;
  border: none;            /* デフォルトの立体感を消す */
  /* border-top: 1px solid #838383; */
}

/* .center-note {
  text-align: center;
  font-size: 17px;
  color: #333;
  margin: 16px 0px 3px 0px;
} */

.center-note {
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
}

.apply-link {
    color:#a1211e;
    margin-bottom: 10px;
}

.caution-text {
    margin-bottom: 10px;
}

.only-color-change {
    color: #a1211e;
}

.only-color-change:link,
.only-color-change:visited {
  color: #a1211e;
}
.only-color-change:hover,
.only-color-change:active {
  color: #a1211e;
}

.deadline-info-m {
    width: 100%;
}

/* 注意事項02 */
.col-lg-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
}

.ta-c {
    text-align: center;
}

.lh120 {
    line-height: 1.2;
}

.fz160 {
    font-size: 160%;
}

.pb5 {
    padding-bottom: 5px;
}

.hr-down-ar {
    display: block;
    background: url(../img/office-layout/item/hr_down_ar.png) center top / 31px 17px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#a1211e), to(#a1211e)) center top / 1px 1px repeat-x;
    /* background: url(../img/base/hr_down_ar.png) center top / 31px 17px no-repeat, linear-gradient(#a1211e, #a1211e) center top / 1px 1px repeat-x; */
    width: 100%;
    height: 17px;
    max-width: 972px;
    margin-left: auto;
    margin-right: auto;
}

.hr-down {
    border: none;
}

.mb15 {
    margin-bottom: 15px;
}

.mt15 {
    margin-top: 15px;
}

/*固定 お見積もりボタン*/
#main-contents .fix_cv{
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 209px;
	z-index: 4;
	text-align: right;
	transition: 0.2s;
}

#main-contents .fix_cv.hide{
	transform: translateX(calc(100% + 19px));
}

#main-contents .fix_cv a{
	position: relative;
	display: block;
	padding: 23px 11px 23px 0;
	border-radius: 10px 0 0 10px;
	color: #fff;
	background: linear-gradient(90deg, #f24a00 0,#f27200 50%, #f24a00 100%);
}

#main-contents .fix_cv a::before{
	content: "";
	position: absolute;
	top:6px;
	left:-19px;
	width: 76px;
	height: 76px;
	background: url(../img/layout/ico_cv_btn.png) 0 0 no-repeat;
	background-size: contain;
}

#main-contents .fix_cv a:hover{
	color: #fff;
}

#main-contents .fix_cv p{
	display: inline-block;
	padding: 0 32px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	background: url(../img/layout/ico_fixcv_mail.png) 100% 40% no-repeat;
	text-align: left;
}


/* 固定目次メニュー */
#main-contents .fix_alink{
	position: fixed;
	z-index: 3;
	right: -214px;
	bottom: 100px;
    width: 214px;
    padding: 10px;
    box-sizing: border-box;
	background: #880000;
    border-radius: 10px 0 0 10px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
	transition: right 0.2s;
}

#main-contents .fix_alink.active{
	right: 0;
}

#main-contents .fix_alink .btn{
	position: absolute;
	z-index: 1;
	left: -37px;
	top: 10px;
	width: 37px;
	height: 100px;
	background: #880000;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
	cursor: pointer;
}

#main-contents .fix_alink .btn:before{
	content:"";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/layout/ico_arw_w.png) 50% 50% no-repeat;
	background-size: 7px auto;
	transform: rotate(180deg);
	animation: animOpacity 2s ease-in-out infinite alternate;
}

#main-contents .fix_alink.active .btn:before{
	transform: rotate(0deg);
	animation: none;
}

@keyframes animOpacity {
	0%,100% {opacity: 0;}
	50% {opacity: 1.0;}
}

#main-contents .fix_alink ul.menu{
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
    border-radius: 5px;
    overflow: hidden;
    font-size: 15px;
    font-size: 1.5rem;
}

#main-contents .fix_alink ul.menu li{
	margin: 1px 0 0;
}

#main-contents .fix_alink ul.menu li:first-child{
	margin-top: 0;
}

#main-contents .fix_alink ul.menu li a{
	display: block;
	text-decoration: none;
	background: #fff;
	padding: 10px 14px 9px;
	min-height: 34px;
	box-sizing: border-box;
}

#main-contents .fix_alink ul.menu li a:hover{
  color: #cc0013;
}

#main-contents .fix_alink .content > a{
	display: block;
	padding: 10px 11px 9px 25px;
	border-radius: 5px;
	color: #fff;
	background: linear-gradient(90deg, #f24a00 0,#f27200 50%, #f24a00 100%);
}

#main-contents .fix_alink .content > a:hover{
	color: #fff;
}

#main-contents .fix_alink .content > a p{
	display: inline-block;
	padding: 0 0 0 40px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
	background: url(../img/layout/ico_mail.png) 0 40% no-repeat;
    background-size: 25px auto;
	text-align: left;
}