@charset "utf-8";
/*
Theme Name: 株式会社宮本冷機
Theme URL: https://www.miyamoto.co.jp/
Description: 株式会社宮本冷機のテーマ
Author: STUDIO168
Version: 1.0
*/


html{
    scroll-behavior: smooth;
}

@media screen and (min-width:800px) {
	.section_news,
	.section_works {
		padding-top:0;
		padding-bottom:0;
	}
}

#a01{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

input {
	cursor:pointer;
}

dl.requirements {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	border-bottom:solid 1px #7F7F9D;
	margin-bottom:50px;
}
dl.requirements dt {
	border-top:solid 1px #7F7F9D;
	width:20%;
	padding:30px 0;
	font-weight:600;
}
dl.requirements dd {
	border-top:solid 1px #7F7F9D;
	width:80%;
	padding:30px 0;
}
@media screen and (max-width:800px) {
	dl.requirements {
		display:block;
	}
	dl.requirements dt {
		border-top:solid 1px #7F7F9D;
		padding:20px 0 0 0;
		margin-bottom:10px;
		width:100%;
	}
	dl.requirements dd {
		border-top:none;
		padding:0 0 20px 0;
		width:100%;
	}
}

.privacy-content h3 {
	font-weight:500;
}


/***************************
フォーム関係 
***************************/
form {
	display: grid;
    gap: 48px;
}
}

.mwform-radio-field-text {
	font-size:1.8rem;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}

/* フォーム関係 */ 

.entry_confirm .privacy_hidden,
.entry_thanks .privacy_hidden,
.entry_error .privacy_hidden,
.contact-company .privacy_hidden,
.contact-support .privacy_hidden,
.contact-product .privacy_hidden,
.contact-careers .privacy_hidden {
	display:none;
}

.underline {
	text-decoration: underline;
	color: var(--color-turquoise-primary);
}
.underline::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.25em 0.25em;
    width: 1em;
    height: 1em;
    background: url(images/icon-external-link.svg) center / contain no-repeat;
}
.underline:hover {
	text-decoration: none;
}
#autozip {
	display:none !important;
}

.contact-form-item__input.postal:hover + .fukidashi {
  display: block;
}

.contact-form-item input[type="radio"] {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid var(--color-lightgray-secondary);
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact-form-item input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-turquoise-primary);
  content: '';
}

/* ファイルのアップロード */

.file_upload {
	background:none;
	padding:0;
	resize: none;
}
.imgattached {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.imgattached input[type=file] {
    display: none !important;
}
.imgattached label {
    border-radius: 1000px;
    padding: 13px 57px;
    cursor: pointer;
	color:#FFF;
    text-align: center;
	background-color:var(--color-navy-primary);
    background-image: url(icon/icon_file.png);
    background-repeat: no-repeat;
    background-position: left 24px center;
    background-size: 12px auto;
}
.imgattached label:hover {
	opacity:0.8;
	transition:0.3s;
}
.imgattached label .mwform-file-delete {
    display: none;
}
.imgattached__status {
    color: #999999;
}
.imgattached__delete {
    background: url(../images/contact/btn-delete.svg) no-repeat center/cover;
    position: absolute;
    right: 0;
    display: block;
    width: 74px;
    height: 42px;
    display: none;
    cursor: pointer;
}

/* エラーメッセージ */

.mw_wp_form .error {
    font-size: 1.6rem !important;
    color: #FF0000 !important;
	margin-top:10px;
	background:url("icon/icon_error.png") no-repeat left center / 22px;
	padding-left:30px;
}


/***************************
YouTube埋め込み
***************************/

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/***************************
マイナビ&キャリタス
***************************/

.external_link {
	display:flex;
	justify-content:space-between;
	border-radius: 0 0 16px 16px;
	height:64px;
	line-height:64px;
	overflow:hidden;
}
.external_link li {
	width:50%;
	text-align:center;
	background: var(--color-turquoise-primary);
	color: var(--color-white-primary);
}
.external_link li a {
	display:block;
	background-image:url(images/icon_arrow.png),url(images/icon_link.png);
	background-repeat:no-repeat,no-repeat;
	background-size:12px,18px;
}
.external_link li a.first {
	background-position:left 140px center,right 130px center;
}
.external_link li a.second {
	background-position:left 110px center,right 110px center;
}
.external_link li a:hover {
	background-color: var(--color-navy-primary);
	transition:0.3s;
}
@media screen and (max-width:800px) {
	.external_link {
		display:block;
		height:auto;
		margin-bottom:100px;
	}
	.external_link li {
		width:100%;
		text-align:left;
		padding-left:20px;
	}
	.external_link li a.first {
		background-position:left 0px center,right 20px center;
		padding-left:20px;
	}
	.external_link li a.second {
		background-position:left 0px center,right 20px center;
		padding-left:20px;
	}
}


.button-back {
	color:var(--color-navy-primary);
}

