﻿


/*スマホサイト**********************************************************************/
@media screen and (max-width:700px) {



img#current_page_sp {
    height: 3vh;
    display: block;
    margin: 20px auto 30px auto;
}



#sub_navi {
  width: 80vw;
  margin: 0px auto 0px auto;
  position: relative;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  background: #ffffff;
}
#sub_navi::before { /*下向き矢印関係*/
  position: absolute;
  top: 1.1em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #AAAAAA;
  pointer-events: none;
}
#sub_navi select {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 8px 8px 8px;
  font-size: 14px;
  line-height: 20px;
  color: black;
}

#item1_anchor {
    display: block;
    padding-top: 30px;
    margin-top: -30px;
}
#item2_anchor {
    display: block;
    padding-top: 30px;
    margin-top: -30px;
}
#item3_anchor {
    display: block;
    padding-top: 30px;
    margin-top: -30px;
}
#item4_anchor {
    display: block;
    padding-top: 30px;
    margin-top: -30px;
}



p#about_company_title {
    width: 35vw;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin: 60px auto 0px auto;
    text-align: center;
    background-color: #FFFFFF;
    position: relative; /*borderが下に残るのを回避*/
}
#about_company_wrapper {
    width: 88vw;
    margin: -10px auto 0px auto;
    border: 1px solid #C8C8C8;
    border-radius: 10px 10px 10px 10px;
    padding: 5vw 5vw 5vw 5vw;
}

hr.hr_company {
    border: none;
    border-top: 1px dashed #646464;
    width: 88vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2vw;
    margin-bottom: 2vw;
}
hr.hr_company_pc {
    display: none;
}

p.company_left {
    padding: 0vw 0vw 0vw 0vw;
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}
p.company_right {
    padding: 0vw 0vw 0vw 0vw;
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 14px;
}



p#about_job_title {
    width: 60vw;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin: 60px auto 0px auto;
    text-align: center;
    background-color: #FFFFFF;
    position: relative; /*borderが下に残るのを回避*/
}
#about_job_wrapper {
    width: 88vw;
    margin: -10px auto 0px auto;
    border: 1px solid #C8C8C8;
    border-radius: 10px 10px 10px 10px;
    padding: 5vw 5vw 5vw 5vw;
}
#about_job_wrapper p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
}



p#about_test_title {
    width: 70vw;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin: 60px auto 0px auto;
    text-align: center;
    background-color: #FFFFFF;
    position: relative; /*borderが下に残るのを回避*/
}
#about_test_wrapper {
    width: 88vw;
    margin: -10px auto 0px auto;
    border: 1px solid #C8C8C8;
    border-radius: 10px 10px 10px 10px;
    padding: 5vw 5vw 5vw 5vw;
}
#about_test_wrapper p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
}



p#about_model_title {
    width: 40vw;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin: 60px auto 0px auto;
    text-align: center;
    background-color: #FFFFFF;
    position: relative; /*borderが下に残るのを回避*/
}
#about_model_wrapper {
    width: 88vw;
    margin: -10px auto 100px auto;
    border: 1px solid #C8C8C8;
    border-radius: 10px 10px 10px 10px;
    padding: 5vw 5vw 5vw 5vw;
}
#about_model_wrapper p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}



p#about_model_title_tmpl {
    width: 70vw;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin: 30px auto 0px auto;
    text-align: center;
    background-color: #FFFFFF;
    position: relative; /*borderが下に残るのを回避*/
}
#about_model_wrapper_tmpl {
    width: 88vw;
    margin: -10px auto 100px auto;
    border: 1px solid #C8C8C8;
    border-radius: 10px 10px 10px 10px;
    padding: 5vw 5vw 5vw 5vw;
}
#about_model_wrapper_tmpl p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}



/*入力ページで使用*/
.item_type1 {
    margin-bottom: 5vw;
}



.caption_wrapper {
}
img.must {
    display: block;
    width: 38px;
    height: 24px;
	margin: 0px 5px 0px 0px;
    float: left;
}
p.caption {
    font-size: 14px;
	line-height: 24px;
    height: 0px;
	margin: 0px 0px 0px 0px;
    float: left;
    background-color: #FF0000;
}

input.input_type1 {
    width: 60vw;
    height: 40px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #9b9b9b;
    font-size: 14px;
    padding: 0vw 3vw 0vw 3vw;
    margin-top: 5px;
}
input.input_type2 {
    width: 10vw;
    height: 40px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #9b9b9b;
    font-size: 14px;
    padding: 0vw 3vw 0vw 3vw;
    margin-top: 5px;
}



input[type='file'] {
    width: 70vw;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    cursor: pointer;
    border: 1px solid #9b9b9b;
    border-radius: 5px 5px 5px 5px;
    padding: 0vw 1vw 0vw 1vw;
    margin-top: 5px;
}

::file-selector-button,
::-webkit-file-upload-button {
    font-size: 14px;
    line-height: 20px;
    background-color: #CCCCCC;
    color: #000000;
    border: none;
    cursor: pointer;
    border-radius: 2px 2px 2px 2px;
    margin-right: 15px;
}



.unit {
    font-size: 12px;
    line-height: 42px;
    margin: 0px 0px 0px 10px;
}
input.attachment {
	height: 31px;
	line-height: 31px;
	font-size:14px;
}
textarea#remark{
    resize: vertical;
    width: 81vw;
    height: 40vw;
    float: left;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #9b9b9b;
    font-size: 14px;
    padding: 2vw 3vw 2vw 3vw;
    line-height: 24px;
    margin-top: 5px;
}



input.button_1 {
	height: 50px;
	line-height: 50px;
	font-size:18px;
	padding:0px 20px 0px 20px;
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
	border-style:none;
	letter-spacing:1px;
	cursor:pointer;
    border-radius: 5px 5px 5px 5px;
}
input.button_2 {
	height: 50px;
	line-height: 50px;
	font-size:18px;
	padding:0px 20px 0px 20px;
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
	border-style:none;
	letter-spacing:1px;
	cursor:pointer;
    margin-left: 2vw;
    border-radius: 5px 5px 5px 5px;
}






/*エラーページで使用*/
p.form_caption_error {
}

input.button_back {
	height: 50px;
	line-height: 50px;
	font-size:18px;
	padding:0px 20px 0px 20px;
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
	border-style:none;
	letter-spacing:1px;
	cursor:pointer;
    border-radius: 5px 5px 5px 5px;
}

.msg {
	color: #FF0000;
}



/*入力内容確認ページで使用*/
p.form_caption_confirm {
}

input.button_conf {
	height: 50px;
	line-height: 50px;
	font-size:18px;
	padding:0px 20px 0px 20px;
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
	border-style:none;
	letter-spacing:1px;
	cursor:pointer;
    border-radius: 5px 5px 5px 5px;
}



/*送信完了ページで使用*/
input.button_thanks {
	height: 50px;
	line-height: 50px;
	font-size:18px;
	padding:0px 20px 0px 20px;
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
	border-style:none;
	letter-spacing:1px;
	cursor:pointer;
    border-radius: 5px 5px 5px 5px;
}



}










/*PCサイト**************************************************************************/
@media screen and (min-width:701px) {



img#current_page_sp {
    display: none;
}



#sub_navi {
  width: 800px;
  margin: 85px auto 0px auto;
  position: relative;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  background: #ffffff;
}
#sub_navi::before { /*下向き矢印関係*/
  position: absolute;
  top: 1.0em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #AAAAAA;
  pointer-events: none;
}
#sub_navi select {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 16px;
  font-size: 18px;
  line-height: 28px;
}
select {
  color: #000000; /*ipad用*/
}

#item1_anchor {
    display: block;
    padding-top: -35px;
    margin-top: 35px;
}
#item2_anchor {
    display: block;
    padding-top: -50px;
    margin-top: 50px;
}
#item3_anchor {
    display: block;
    padding-top: -50px;
    margin-top: 50px;
}
#item4_anchor {
    display: block;
    padding-top: -50px;
    margin-top: 50px;
}



p#about_company_title {
    width: 400px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin: 85px auto 0px auto;
    text-align: center;
    background-color: #FFFFFF;
    position: relative; /*borderが下に残るのを回避*/
}
#about_company_wrapper {
    width: 970px;
    margin: -20px auto 0px auto;
    border: 1px solid #C8C8C8;
    border-radius: 30px 30px 30px 30px;
    padding: 94px 94px 94px 94px;
}

hr.hr_company {
    border: none;
    border-top: 1px dashed #646464;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
hr.hr_company_pc {
    border: none;
    border-top: 1px dashed #646464;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

p.company_left {
    width: 240px;
    padding: 16px 30px 16px 30px;
    float: left;
    background-color: #F2F2F2;
    margin-bottom: 0px;
}
p.company_right {
    width: 610px;
    padding: 16px 30px 16px 30px;
    float: left;
    margin-bottom: 0px;
}



p#about_job_title {
    width: 400px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin: 100px auto 0px auto;
    text-align: center;
    background-color: #FFFFFF;
    position: relative; /*borderが下に残るのを回避*/
}
#about_job_wrapper {
    width: 970px;
    margin: -20px auto 0px auto;
    border: 1px solid #C8C8C8;
    border-radius: 30px 30px 30px 30px;
    padding: 94px 94px 94px 94px;
}
#about_job_wrapper p {
    margin-bottom: 0px;
}



p#about_test_title {
    width: 400px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin: 100px auto 0px auto;
    text-align: center;
    background-color: #FFFFFF;
    position: relative; /*borderが下に残るのを回避*/
}
#about_test_wrapper {
    width: 970px;
    margin: -20px auto 0px auto;
    border: 1px solid #C8C8C8;
    border-radius: 30px 30px 30px 30px;
    padding: 94px 94px 94px 94px;
}
#about_test_wrapper p {
    margin-bottom: 0px;
}



p#about_model_title {
    width: 400px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin: 100px auto 0px auto;
    text-align: center;
    background-color: #FFFFFF;
    position: relative; /*borderが下に残るのを回避*/
}
#about_model_wrapper {
    width: 970px;
    margin: -20px auto 160px auto;
    border: 1px solid #C8C8C8;
    border-radius: 30px 30px 30px 30px;
    padding: 94px 94px 94px 94px;
}
#about_model_wrapper p {
    margin-bottom: 36px;
}



p#about_model_title_tmpl {
    width: 400px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin: 75px auto 0px auto;
    text-align: center;
    background-color: #FFFFFF;
    position: relative; /*borderが下に残るのを回避*/
}
#about_model_wrapper_tmpl {
    width: 970px;
    margin: -20px auto 160px auto;
    border: 1px solid #C8C8C8;
    border-radius: 30px 30px 30px 30px;
    padding: 94px 94px 94px 94px;
}
#about_model_wrapper_tmpl p {
    margin-bottom: 36px;
}






/*入力ページで使用*/
.item_type1 {
    margin-bottom: 20px;
}



.caption_wrapper {
    width: 305px;
    height: 50px;
    float: left;
}
img.must {
    display: block;
    width: 41px;
    height: 26px;
	margin: 12px 10px 12px 0px;
    float: left;
}
p.caption {
    font-size: 18px;
	line-height: 20px;
	margin: 15px 0px 15px 0px;
    float: left;
}

input.input_type1 {
    width: 633px;
    height: 48px;
    float: left;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #9b9b9b;
    font-size: 18px;
    padding: 0px 15px 0px 15px;
}
input.input_type2 {
    width: 80px;
    height: 48px;
    float: left;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #9b9b9b;
    font-size: 18px;
    padding: 0px 15px 0px 15px;
}
.unit {
    font-size: 18px;
    line-height: 50px;
    margin: 0px 0px 0px 10px;
    float: left;
}
textarea#remark{
  resize: vertical;
    width: 633px;
    height: 200px;
    float: left;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #9b9b9b;
    font-size: 18px;
    padding: 10px 15px 10px 15px;
    line-height: 24px;
}



input.button_1 {
	height: 50px;
	line-height: 50px;
	font-size:20px;
	padding:0px 50px 0px 50px;
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
	border-style:none;
	letter-spacing:1px;
	cursor:pointer;
    margin-top: 40px;
    margin-left: 305px;
    border-radius: 5px 5px 5px 5px;
}
input.button_2 {
	height: 50px;
	line-height: 50px;
	font-size:20px;
	padding:0px 50px 0px 50px;
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
	border-style:none;
	letter-spacing:1px;
	cursor:pointer;
    margin-top: 40px;
    margin-left: 10px;
    border-radius: 5px 5px 5px 5px;
}
input.attachment {
	height: 50px;
	line-height: 50px;
	font-size:18px;
}






/*エラーページで使用*/
p.form_caption_error {
}

input.button_back {
	height: 50px;
	line-height: 50px;
	font-size:20px;
	padding:0px 50px 0px 50px;
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
	border-style:none;
	letter-spacing:1px;
	cursor:pointer;
    margin-top: 40px;
    border-radius: 5px 5px 5px 5px;
}

.msg {
	color: #FF0000;
}



/*入力内容確認ページで使用*/
p.form_caption_confirm {
}

input.button_conf {
	height: 50px;
	line-height: 50px;
	font-size:20px;
	padding:0px 50px 0px 50px;
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
	border-style:none;
	letter-spacing:1px;
	cursor:pointer;
    margin-top: 40px;
    border-radius: 5px 5px 5px 5px;
    margin-right: 10px;
}



/*送信完了ページで使用*/
input.button_thanks {
	height: 50px;
	line-height: 50px;
	font-size:20px;
	padding:0px 50px 0px 50px;
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
	border-style:none;
	letter-spacing:1px;
	cursor:pointer;
    margin-top: 40px;
    border-radius: 5px 5px 5px 5px;
}






}






