@CHARSET "utf-8";
/* common */
.mce-content-body {
	line-height: 2rem;
}

.mce-content-body ul, .mce-content-body li {
	list-style-type: disc;
	list-style-position: inside;
}

.mce-content-body ol, .mce-content-body ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

.mce-content-body ul.nomark, .mce-content-body ol.nomark {
	list-style-type: none !important;
}

.mce-content-body ul.nomark > li, .mce-content-body ol.nomark > li {
	list-style-type: none !important;
}

.mce-content-body th,.mce-content-body td {
	padding: 10px;
}

/* Editor tag */
h2.normal {
	border-bottom: solid 1px #555;
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
	font-weight: bold;
}

h2.pop {
	border-bottom: solid 1px #47A636;
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
	font-weight: bold;
}

h3.normal {
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 8px;
}

h3.normal::before {
	content: "";
    display: block;
    width: 0;
    border-left: solid 3px #555;
    position: absolute;
    left: 0;
    top: 0;
    height: 1rem;
	line-height: 1;
    bottom: 0;
    margin: auto 0;
}

h3.pop {
	font-size: 2rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 8px;
}

h3.pop::before {
	content: "";
    display: block;
    width: 0;
    border-left: solid 3px #47A636;
    position: absolute;
    left: 0;
    top: 0;
    height: 1rem;
	line-height: 1;
    bottom: 0;
    margin: auto 0;
}

h3.atmake_heading {
	color: #0b1e47;
	font-size: 2rem;
    font-family: "Yu Gothic",YuGothic,"Hiragino Sans","Hiragino Kaku Gothic ProN",Verdana,"メイリオ",Meiryo,sans-serif;
    font-weight: bold;
}

.normal_box {
	padding: 20px;
	background-color: #EFEFEF;
}

.memo_box {
	position: relative;
	margin: 25px 0 20px;
	padding: 20px 20px 20px;
	border: solid 1px #9E9E9E;
	border-radius: 0;
}

.memo_box_title {
	position: absolute;
	display: inline-block;
	top: -8px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	background: #FFF;
	color: #000;
	font-weight: normal;
	font-size: 90%;
}

.memo_box_title::before {
	content: "\f0f6\00a0";
	font-family: FontAwesome;
}

.rmarker {
	font-weight: bold;
	background: #ffcdd2;
}

.rmarker-s {
	font-weight: bold;
	background: linear-gradient(transparent 70%,#ffcdd2 0%);
}

.bmarker {
	font-weight: bold;
	background: #E1F5FE;
}

.bmarker-s {
	font-weight: bold;
	background: linear-gradient(transparent 70%,#E1F5FE 0%);
}
/*------------------------------------------------------------------------------
	会社概要
------------------------------------------------------------------------------*/
.doc-operation-table {
	width: 100%;
}
.doc-operation-table th {
	background: #F5F5F5;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	color: #0A2A59;
	padding: 10px;
	width: 30%;
	text-align: left;
}
.doc-operation-table td {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px;
	background: #fff;
	text-align: left;
	line-height: 1.6;
}
/*------------------------------------------------------------------------------
	プライバシーポリシー／セキュリティポリシー
------------------------------------------------------------------------------*/
.privacy_title {
    padding: 0px 15px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: left;
    color: #0A2A59;
    border-left: 5px solid #00968D;
    margin: 40px 0;
}
.p_privacy {
	text-align: justify;
	margin: 40px 20px;
	line-height: 2.0;
}
/*------------------------------------------------------------------------------
	アットメイクとは？
------------------------------------------------------------------------------*/
.at_make_bg {
	position: relative;
}
.at_make_bgimge {

}
.at_make_bgimge img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}
.at_make_txt_container {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	height: 54%;
}
.at_make_txt_container div {
	position: absolute;
	top: 15%;
	left: 10%;
	right: 10%;
}
.at_make_txt_container div p:first-child {
	color: #FFF;
	font-size: 2vw;
	font-weight: bold;
}
.at_make_txt_container div p:last-child {
	color: #FFF;
	font-size: 1vw;
	font-weight: normal;
	padding: 2% 0 0 0;
	line-height: 2;
}

#at_make_title {
	text-align: center;
	margin-top: 40px;
}
#at_make_title h2 {
	color: #0a2a59;
	font-weight: bold;
	font-size: 2.8rem;
	font-family: "Yu Gothic",YuGothic,"Hiragino Sans","Hiragino Kaku Gothic ProN",Verdana,"メイリオ",Meiryo,sans-serif;
	padding: 40px 0;
	display: inline-block;
}
#at_make_title h2:after {
	content: '';
	width: 80%;
	height: 2px;
	background: #00968d;
	display: block;
	margin: 5px auto 0;
}
.at_make_p {
	text-align: center;
	line-height: 2;
}
.at_make_box {
	display: flex;
	background: #f5f5f5;
	margin: 40px auto;
	border-radius: 5px;
}
.at_make_item {
	width: 50%;
	margin: 10px;
	padding: 10px;
}
.at_make_item_p {
	font-size: 3.0rem;
	font-weight: bold;
}
.at_make_item p {
	line-height: 2;
	text-align: justify;
	margin-bottom: 20px;
}
.at_make_button {
	margin: 0 auto 40px auto;
	max-width: 800px;
	text-align: center;
	padding-left: 25%;
}
.at_make_button a {
	display: inline-block;
	padding: 12px 50px;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #FBA20A;
	border: solid 2px #FBA20A;
}
.at_make_button a:hover {
    color: #FBA20A;
    background-color: #FFFFFF;
    border: solid 2px #FBA20A;
}
/* ----------------------------------------------------------------------
	PCとSP切替
---------------------------------------------------------------------- */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}


@media screen and (min-width: 1200px) {

	.at_make_txt_container div p:first-child {
		font-size: 3rem;
	}

	.at_make_txt_container div p:last-child {
		font-size: 1.6rem;
	}
}

/* スマートフォン */
@media screen and (max-width: 767px) {
/*------------------------------------------------------------------------------
	会社概要
------------------------------------------------------------------------------*/
	.doc-operation-table {
		width: 100%;
	}
	.doc-operation-table th {
		border-bottom: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	.doc-operation-table td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
/*------------------------------------------------------------------------------
	アットメイクとは？
------------------------------------------------------------------------------*/
	.at_make_txt_container div {
		top: 28%;
		left: 8%;
		right: 8%;
		font-weight: bold;
	}
	.at_make_txt_container div p:first-child {
		font-size: 1rem;
	}
	.at_make_txt_container div p:last-child {
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.at_make_box {
		flex-direction: column;
		margin: 40px 0;
	}
	.at_make_item {
		width: 100%;
		margin: 10px;
		padding-right: 30px;
	}
	.at_make_button {
		padding-left: 6%;
		margin: 0 auto;
	}
	.at_make_item_p {
		font-size: 2.4rem;
	}
	.at_make_green {
		background-color: #00968d;
	}
	.at_make_green_h2 {
		padding: 20px;
		color: #FFF;
		font-size: 2rem
	}
	.at_make_green_p {
		color: #FFF;
		font-size: 1.6rem;
		padding: 0 20px 20px;
	}
/* ----------------------------------------------------------------------
	PCとSP切替
---------------------------------------------------------------------- */
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
/*------------------------------------------------------------------------------
	AseanLink(wp)
------------------------------------------------------------------------------*/
/* Editor tag */
h2.normal {
	border-bottom: solid 1px #555;
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
	font-weight: bold;
}
h2.pop {
	border-bottom: solid 1px #47A636;
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
	font-weight: bold;
}

h3.normal {
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 8px;
}

h3.normal::before {
	content: "";
    display: block;
    width: 0;
    border-left: solid 3px #555;
    position: absolute;
    left: 0;
    top: 0;
    height: 1rem;
	line-height: 1;
    bottom: 0;
    margin: auto 0;
}

h3.pop {
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 8px;
}

h3.pop::before {
	content: "";
    display: block;
    width: 0;
    border-left: solid 3px #47A636;
    position: absolute;
    left: 0;
    top: 0;
    height: 1rem;
	line-height: 1;
    bottom: 0;
    margin: auto 0;
}

.normal_box {
	padding: 20px;
	background-color: #EFEFEF;
}

.memo_box {
	position: relative;
	margin: 25px 0 20px;
	padding: 20px 20px 20px;
	border: solid 1px #9E9E9E;
	border-radius: 0;
}

.memo_box_title {
	position: absolute;
	display: inline-block;
	top: -8px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	background: #FFF;
	color: #000;
	font-weight: normal;
	font-size: 90%;
}

.memo_box_title::before {
	content: "\f0f6\00a0";
	font-family: FontAwesome;
}

.rmarker {
	font-weight: bold;
	background: #ffcdd2;
}

.rmarker-s {
	font-weight: bold;
	background: linear-gradient(transparent 70%,#ffcdd2 0%);
}

.bmarker {
	font-weight: bold;
	background: #E1F5FE;
}

.bmarker-s {
	font-weight: bold;
	background: linear-gradient(transparent 70%,#E1F5FE 0%);
}

/* Editor tag */

.font_box {
    margin: 10px 0px;
    padding: 10px;
    position:relative;
	border-bottom: 2px solid #255EA4;
    background-color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}

.font_box:before {
    content:"";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    width: 0px;
    height: 0px;
    border-top: 20px solid #255EA4;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.font_box:after {
    content:"";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -20px;
    width: 0px;
    height: 0px;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.font_cooperation {
	font-size: 2.4rem;
}

.font_kakomi {
	width: 120px;
    margin: 0px;
    padding: 5px;
	text-align: center;
    position:relative;
    background-color: #255EA4;
    border-radius: 30px;
	color: #FFFFFF;
	font-weight: bold;
}

.p_case {
	color: #255ea4;
	margin: 0px;
	padding: 0px 10px;
	font-weight: bold;
	font-size: 1.4rem;
}

.p_case_h2 {
	font-weight: bold;
	font-size: 1.6rem;
	margin: 0px;
	padding: 10px;
}

.p_case_box {
	display: inline-block;
	width: 49%;
	padding: 0px 10px;
	margin: 0px;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.profile_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 0px;
	border: none;
	font-size: 1rem;
	background-color: #FFFFFF;
}

.profile_table th{
	padding: 18px 10px;
	font-weight: bold;
	font-size: 1rem;
	width: 20%;
	text-align: left;
	border-top: 1px solid #2862AE;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background-color: #FFFFFF;
}

.profile_table td{
	padding: 18px 10px;
	text-align: left;
	font-size: 1rem;
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background-color: #FFFFFF;
}

.profile_table th.bd_th{
	padding: 18px 10px;
	font-weight: bold;
	width: 20%;
	text-align: left;
	border-bottom: 1px solid #2862AE;
	border-top: 1px solid #2862AE;
	border-left: none;
	border-right: none;
	background-color: #FFFFFF;
}

.profile_table td.bd_td{
	padding: 18px 10px;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	background-color: #FFFFFF;
}

.shift_logo_box {
	text-align: center;
}

.company_kakomi {
	padding: 10px 0px;
	text-align: center;
	margin-bottom: 20px;
	background-color: #255EA4;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: bold;
}

.company_content {
	padding: 10px 15px;
	text-align: left;
	margin-bottom: 20px;
	line-height: 1.6rem;
	font-size: 1rem;
}

/* mobile */
@media screen and (max-width: 767px) {
	.font_box {
		margin: 20px 0px;
		padding: 0px 10px;
		position:relative;
		border-bottom: 2px solid #255EA4;
		background-color: #fff;
		font-size: 1rem;
	}

	.font_box:before {
		content:"";
		position: absolute;
		bottom: -20px;
		left: 50%;
		margin-left: -20px;
		width: 0px;
		height: 0px;
		border-top: 20px solid #255EA4;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
	}

	.font_box:after {
		content:"";
		position: absolute;
		bottom: -18px;
		left: 50%;
		margin-left: -20px;
		width: 0px;
		height: 0px;
		border-top: 20px solid #fff;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
	}

	.font_cooperation {
		font-size: 1.4rem;
	}

	.font_kakomi {
		width: 120px;
		margin: 0px;
		padding: 5px;
		text-align: center;
		position:relative;
		background-color: #255EA4;
		border-radius: 30px;
		color: #FFFFFF;
		font-weight: bold;
	}

	.p_case {
		color: #255ea4;
		margin: 0px;
		padding: 0px 10px;
		font-weight: bold;
		font-size: 1rem;
	}

	.p_case_h2 {
		font-weight: bold;
		font-size: 1.2rem;
		margin: 0px;
		padding: 10px 10px;
	}

	.p_case_box {
		display: inline-block;
		width: 100%;
		padding: 0px 10px;
		margin: 0;
		max-width: 100%;
		height: auto;
		vertical-align: top;
	}

	.profile_table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0px 0px;
		border: none;
		font-size: 1rem;
		background-color: #FFFFFF;
	}

	.profile_table th{
		padding: 18px 10px;
		font-weight: bold;
		width: 30%;
		text-align: left;
		border-top: 1px solid #2862AE;
		border-bottom: none;
		border-left: none;
		border-right: none;
		background-color: #FFFFFF;
	}

	.profile_table td{
		padding: 18px 10px;
		text-align: left;
		border-top: 1px solid #cccccc;
		border-bottom: none;
		border-left: none;
		border-right: none;
		background-color: #FFFFFF;
	}

	.profile_table th.bd_th{
		padding: 18px 10px;
		font-weight: bold;
		width: 30%;
		text-align: left;
		border-bottom: 1px solid #2862AE;
		border-top: 1px solid #2862AE;
		border-left: none;
		border-right: none;
		background-color: #FFFFFF;
	}

	.profile_table td.bd_td{
		padding: 18px 10px;
		text-align: left;
		border-bottom: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
		border-left: none;
		border-right: none;
		background-color: #FFFFFF;
	}

	.shift_logo_box {
		text-align: center;
		width: 30%;
		margin: 0px auto;
	}
}
