/*!
Theme Name: gatewing-recruit
*/

body {
    margin: 0;
    font-family: "Noto Sans JP",
	/* font-family: "Shippori Mincho B1", */
     Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-optical-sizing: auto;
	/* font-weight: <weight>; */
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Shippori Mincho B1",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-weight: 600;
	font-style: normal;
}


/*add*/
a {
    outline: none;
	color:#93825c;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

a:hover {
	opacity: 0.8;
}

.btn{
	margin: 0 auto;
}


/* .txt-gothic {
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
} */

/* .txt-gothic2 {
    font-family: rift-soft, sans-serif;
    font-style: normal;

} */

/* .txt-mincho {
    font-family: kozuka-mincho-pr6n, serif;
    font-style: normal;
    
} */

table.table_normal {
	border-top: 1px solid #CCCCCC;
}

table.table_normal th, table.table_normal td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

table.table_normal th {
	text-align: left;
	font-weight: normal;
	width: 7em;
	vertical-align: top;
}

/* table.table_normal2 {} */

table.table_normal2 th, table.table_normal2 td {
	padding: 15px;
}

table.table_normal2 th {
	text-align: left;
	background-color: #e7e3d9;
	white-space: nowrap;
}

table.table_normal2 td {
	background-color: #fffdf7;
}
.ttl_new h3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ttl_new h3 .new {
	text-align: center;
    vertical-align: middle;
    font-size: 0.5em;
    color: #ffffff;
    background-color: #8F1E1C;
    padding: 0.2em 0.3em;
    margin-top: 0.5em;
    margin-right: 0.5em;
    line-height: 1.4;
}


/* 共通：デフォルトは非表示 */
.sp_only, .tb_only, .pc_only { 
    display: none !important; 
}

/* SP用 (767px以下) */
@media screen and (max-width: 767px) {
    .sp_only { display: revert !important; }
}

/* Tablet用 (768px〜1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tb_only { display: revert !important; }
}

/* PC用 (1025px以上) */
@media screen and (min-width: 1025px) {
    .pc_only { display: revert !important; }
}



/* ipad pc -----------------------*/
/* @media screen and (min-width:768px) {
    .sp_only {
        display: none !important;
    }
} */

/* sp ---------------------------*/
@media (max-width:767px) {
    /* .pc_only {
        display: none !important;
    } */
	
	.form_table td, .form_table th {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}
	.form_table th {
		text-align: left;
	}
	.wide-S {
		width: 80px;
	}
	.wide-M {
		width: 80%;
	}
	.wide-L {
		width: 95%;
	}
	table.table_normal2 th, table.table_normal2 td {
		padding: 10px;
		width: 100%;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ttl_new h3{
   justify-content: center;
}
.ttl_new h3 .new {
    margin-top: 0.1em;
}



}

