@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.w-header {
	justify-content: center;
}

.c-gnav {
	width: 1100px;
	margin: 0 auto;
	justify-content: space-between;
	height: 60px !important;
}

.home .l-content {
	margin: 0 auto !important;
}

.home .w-beforeFooter {
	margin: 0 auto 3em !important;
}

.page-id-3 .l-topTitleArea,
.page-id-17 .l-topTitleArea,
.page-id-21 .l-topTitleArea,
.page-id-19 .l-topTitleArea {
	display: none;
}

.page-id-17 .l-content,
.page-id-21 .l-content,
.page-id-19 .l-content {
	padding-top: 0 !important;
}

.hd-contact a {
	background: #2D6EB3;
    border-radius: 20px;
    color: #fff !important;
    padding: 0 40px !important;
    height: 40px !important;
    font-weight: bold;
}

.task-box {
	gap: 3em !important;
	padding: 0 !important;
}

.task-box img {
	object-fit: cover;
}
.task-box-child-txt {
	padding: em;
}

/* form */
.contactform {
	width: 80%;
	margin: 0 auto;
}

.half-form .contactform {
	width: 100%;
	margin: 0 auto;
}

.contactform span.form-item {
    font-size: 10px;
    color: white;
    font-weight: normal;
    padding: 3px 6px;
    border-radius: 3px;
    margin: 0 5px;
}

.contactform span.required {
  background: #cc0b0b;
}

.contactform span.any {
  background: #0c3786;
}

.contactform .label-txt {
	font-weight: bold;
	margin: 1em 0em 0.5em 0em;
}

.contactform .notice-txt {
     font-size: .8em;
}

.contactform input,
.contactform textarea {
	padding: .5em;
	margin: .5em 0;
	width: 100%;
}

.contactform .submit-box {
	text-align: center;
	margin: 2em 0;
	padding: 0 0 1em 0;
}

.contactform [type=submit] {
	background-color: #000;
	font-weight: bold;
	border: 0;
	width: 80%;
	height: 65px;
	border-radius: 5px;
	color: white;
}

.contactform .radio label,
.contactform .accept-box {
    display: flex;
    align-items: center;
}

.contactform input[type=radio] {
    min-height: auto;
    width: auto;
	margin-right: 1em;
}

.contactform input[type=checkbox] {
    min-height: auto;
    width: auto;
	margin: 0 .5em 0 0;
}

.contactform ::placeholder {
  color: #c1c1c1;
}

/* 旧Edge対応 */
.contactform::-ms-input-placeholder {
  color: #c1c1c1;
}
/* IE対応 */
.contactform:-ms-input-placeholder {
  color: #c1c1c1;
}

/* アウトソーシングページ用フォーム */
.out-form-box {
	background-color: #fff;
	color: #000;
	border-radius: 2%;
}

.out-form-box .contactform {
	width: 100%;
}

.out-form-box .contactform .label-txt {
	margin: 0;
}

.out-form-box .accept-box {
	font-size: 0.8em;
}

.out-form-box .submit-box {
	margin: 1em 0 0 0;
}

.name-box {
	display: flex;
	gap: 1em;
	margin: 0 0 0.5em 0;
}

@media (min-width: 960px) {
    .-series .l-header__inner {
        align-items: stretch;
        display: flex;
		flex-direction: column-reverse;
    }
	    .-parallel .l-header__gnav .c-gnav {
        justify-content: space-between;
    }
	.l-header__logo,
	.l-fixHeader__logo {
		display: none !important;
	}
}

@media screen and (max-width: 960px) {
	.contactform {
		width: 100%;
	}
	.contactform .accept-box {
		font-size: .8em;
	}
	.contactform [type=submit] {
		width: 100%;
	}
	.l-header__customBtn {
		color: #1f3183;
	}
}

