/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2023 | 05:18:23 */
/***** 親CSS強制上書き *****/
.p-cover,
.mt0 {
	display:block !important;
}

.p-cover__inner {
	display:flex;
	border-bottom:none;
}

.p-cover__title {
background: rgba(255,255,255,.7);
    padding: 25px;
	color:#222;
}

h1:before {
background: none;
}

/***** 個別CSS *****/
.cont_area,
.cont_area p,
.cont_area li,
.cont_area dd {
	line-height:1.5 !important;
    letter-spacing: .05em;
}

.page_menu {
margin: 40px auto 35px !important;
    max-width: 440px;
	font-wight:600;
	padding: 1.1em 2em;
    border: 2px solid #ddd;
    background: #f5f5f5;
text-align: center;
}
.page_menu dt {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}
.page_menu dt:before ,
.page_menu dt:after {
	position: absolute;
	top: calc(50% - 3px);
    width: 50px;
    height: 4px;
    content: '';
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
}
.page_menu dt:before {
	left: 0;
}
.page_menu dt:after {
	right: 0;
}
.page_menu dd {
	margin: .5em 0 0;
	text-align: left;
}
.page_menu ul {
	margin-bottom: 0;
}
.page_menu li {
	margin: 5px 0;
}

.sec_box {
	margin-top: -200px;
    padding-top: 150px;
}

.cont_area h2,
.cont_area h3 {
	font-wight:800;
}


.cont_area section p {
	margin-left:20px;
	margin-right:20px;
}

p.read_txt {
    margin-bottom: 10px;
}

.prep_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    text-align: center;
    margin-bottom: 30px;
	gap: 1.5vw;
}
.prep_box dl {
    padding: 0;
    margin: 0;
}

.prep_box dt {
	font-size: clamp(18px,1vw,21px);
    line-height: 1.5;
    font-weight: 800;
    margin-bottom: 12px;
}
.prep_box dd {
	margin:0 0 15px;
}
.prep_box dd figure {
	margin: 1vh 0.3vw;
}
.prep_box dd p {
    line-height: 1.5;
    margin: 0;
    text-align: left;
}
.prep_box img {
	border:1px solid #ccc;
}

.prep_box.col_3 {
    flex-wrap: nowrap;
}
.prep_box.col_3 dl figure {
	margin: 1vh .5vw;
}
.prep_box.col_3 dd p {
    margin: 0 .5vw;
}

.txt_r {
	text-align:right;
	margin:-20px 20px 40px auto;
}
.txt_r  a {
	padding:15px 20px;
}

.fig_ctr {
	margin:30px auto;
	text-align: center;
}

.semi_box {
    padding: 1.5em;
    text-align: center;
    border: 4px solid #ccc;
    margin: 50px auto 0;
	width:90%;
}
.semi_box h3 {
	font-size: clamp(18px,2vw,24px);
	margin:20px 0 30px;
}
.semi_box p {
	font-wight:700;
}
.semi_box .att {
	font-wight:normal;
}
 .semi_box .q_button {
	font-weight:800;
	margin-top:30px;
	font-size:1.2em;
    box-shadow: rgba(0,0,0,.1) 0px 5px 0px;
}

.ttl_task {
	position:relative;
	display: inline-flex;
    width: fit-content;
    height: 52px;
    margin: 0;
    padding-left: 0.5em;
    margin-left: 25px;
    color: #fff;
    background: #ff0000;
    line-height: 52px !important;
    font-size: clamp(16px,2vw,20px) !important;
}

.ttl_task:before {
	position: absolute;
	top: 0;
    left: -28px;
    content: '';
    border-width: 26px 28px 26px 0;
	border-style: solid;
	border-color: transparent #ff0000 transparent transparent;
}

.ttl_task:after {
	position: absolute;
	top: calc(50% - 5px);
	left: -10px;
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 50%;
	background: #fff;
}
.ttl_task strong {
    color: #111;
    background: #fff;
    margin: 3px 3px 3px 5px;
    padding: 0 12px;
    line-height: 46px !important;
}

/**** インボイス制度の課題と対策について ****/
.ng_box {
	display: flex;
	flex-wrap: wrap;
}

.ng_box dl {
    position: relative;
    margin-left:2vh;
margin-right:2vh;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: rgba(0,0,0,.2) 0px 2px 6px;
}
.ng_box dt {
    position: absolute;
    top: 0;
    left: 0;
	width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 1.4em;
	line-height:1.6;
	background-size: auto auto;
	background-color: rgba(180, 165, 0, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(0, 0, 0, 1) 2px, rgba(0, 0, 0, 1) 7px );
	text-align:center;
}
.ng_box dd {
	margin-left:0;
}
.ng_box .ng_txt {
	margin-left:100px;
}
.ng_box .ng_risk{
	text-align:center;
    margin-left: 0;
    margin-right: 0;
}
.ng_box strong {
    position: relative;
    margin: 0 auto;
    padding: .3em;
    font-size: 1.8em;
    border-bottom: 3px solid #ff0000;
}
.ng_box strong span {
	position: relative;
	z-index: 2;
	color:#ff0000;
}
.ng_box strong::before {
	content: attr(data-en);
	position: absolute;
	top: -30px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: clamp(24px,3vw,36px);
	text-transform: uppercase;
	z-index: 1;
    transform: rotate(-15deg);
}

.ok_box img {
	border:2px solid #ccc;
}

.ok_box {
	display:flex;
	flex-wrap: wrap;
}
.clm_2 .fig_ctr {
	margin:0 2vh 50px !important;
}

.clm_2 {
	width:46%;
	margin:0 auto;
  display: flex;
  flex-direction: column;
}
.clm_2 p {
    flex-grow: 1;
}



/**** インボイス対応のシステム導入について ****/
.invoice_list {
	margin:10px auto;
}
.invoice_list dl {
	display:block;
	border:2px solid #aaa;
	padding:1.5em;
	max-width:500px;
	margin:10px auto 40px;
}
.invoice_list dt {
    font-size: 1.2rem;
    margin-bottom: 0.5vh;
}
.invoice_list dd {
	margin-left: 1em;
	margin-bottom:0;
}

.invoice_list ol {
	margin: 0;
}
.invoice_list li {
	list-style-type: inherit;
    list-style-position: inside;
    text-indent: -1.5em;
    padding-left: 1em;
}

.invoice_check {
    margin: 0 0 40px 30px;
}
.invoice_check dt {
    font-weight: bold;
    background: linear-gradient(transparent 80%, #ffcc66 80%);
    width: fit-content;
    font-size: 1.4rem;
    height: 40px;
}
.invoice_check dd {
	margin: 10px 20px;
}

.col_clm_2 {
	display:flex;
	flex-wrap:nowrap;
	justify-content: space-between;
}
.col_clm_2 p {
    width: 58%;
}
.col_clm_2 figure {
    width: 50%;
    margin: 0 1vw 2vh;
}
.col_clm_2 figure img {
	width:100%;
	border:1px solid #ddd;
	margin-bottom:10px;
}

/* チェックマーク */
.list_check {
    padding: 0 10px 20px 30px;
    margin: 0;
    list-style: none;
}

.list_check > li {
    position: relative;
    padding: 0px 0px 0px 2em;
    margin: 0px;
    font-size: 18px;
	list-style: none;
}
.list_check > li::before,
.list_check > li::after {
    position: absolute;
    top: 15px;
    height: 1em;
    content: "";
}
.list_check > li::before {
    left: 0px;
    transform: translateY(-50%);
    width: 1em;
    border: 1px solid #3388dd;
}
.list_check > li::after {
    left: 0.5em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.5em;
    border-bottom: 3px solid #3388dd;
    border-right: 3px solid #3388dd;
}

.list_check > li + li {
    margin: .8em 0px 0px;
}

.pr_product_box {
	
}
.pr_product_box{
	margin: 5em auto 3em; /* ボックスの余白 */
	background-color: #fafafa; /* ボックス背景色 */
	padding:3em 2em 2em; /* ボックス内側余白 */
	position:relative; /* 配置(ここを基準に)*/
	border: 4px double #1F4A9E;	/* ボックスの線 (太さ　種類　色)*/
}
.pr_product_box h3 {
	width: max-content;
	background-color: #1F4A9E;
    font-size: clamp(18px,2vw,22px);
    color: #fff;
    padding: 12px 20px;
    line-height: 30px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.product_box {
	display:flex;
	flex-wrap:nowrap;
	justify-content: space-around;
}
.product_box dl {
	width:45%;
}
.product_box dl > dt,
.product_box dl > dd {
	margin:0;
	padding:10px;
	line-height:1.7;
    display: flex;
    flex-direction: column;
}
.product_box dl > dt {
	background:#000;
	color:#fff;
	text-align:center;
	font-size:1.1rem;
}
.product_box figure {
	margin:1em;
}
.product_box figure img {
	height:250px;
	object-fit: cover;
	margin-bottom:20px;
}
.product_box .btn_product {
	margin:0 auto;
}
.product_box .btn_product a {
	display:block;
    border-radius: 3px;
    max-width: 220px;
    padding: 10px 25px;
    color: #FFF;
    font-weight: 600;
	background:#0C3389;
}
.product_box .btn_product a:hover {
	opacity:.9;
}

@media screen and (max-width: 1200px) {
	.sec_box {
		margin-top: -110px;
		padding-top: 60px;
	}
}

@media screen and (max-width: 782px) {
	.sec_box {
		margin-top: -80px;
		padding-top: 60px;
	}
	.prep_box figure {
		margin: 1em 1em;
	}
	.ng_box {
		flex-direction: column;
	}
	.ng_box dl {
	width:100%;
		margin-left: .5vh;
		margin-right: .5vh;
	}
	.ng_box dt {
		height:40px;
	}
	.ng_box dt br {
		display:none;
	}
	.ng_box .ng_txt {
		margin-top:30px;
		margin-left: 0;
	}
	.ng_box strong {
		padding:1.5vh 1vh;
		font-size:1.3em;
	}

	.ok_box {
		flex-wrap: nowrap;
		flex-direction: column;
	}

	.clm_2 {
		width:100%;
	}

	.semi_box h3 {
		font-size:.1.2em;
	}
	.prep_box.col_3 {
		flex-wrap:wrap;
	}
	.prep_box.col_3 dl {
	}
	.col_clm_2 {
		flex-wrap: wrap;
	}
	.col_clm_2 p,
	.col_clm_2 figure {
		display:block;
		width:100%;
	}
	.list_check {
    padding-left: 10px;
	}
		.pr_product_box h3 {
		font-size:1rem;
	}
	.product_box {
		flex-wrap:wrap;
		flex-direction: column;
	}
	.product_box dl {
		width:100%;
		margin:0;
	}
}

@media screen and (max-width: 480px) {
	.cont_area,
	.cont_area p,
	.cont_area li,
	.cont_area dd {
		font-size:16px !important;
	}

	.prep_box {
		flex-direction: column;
	}
	.prep_box.col_3 dl {
		width:100%;
	}
	.invoice_check {
		margin-left: 20px;
	}
	.invoice_check dt {
		font-size: 1.2rem;
		height:36px;
	}
	.invoice_check dd {
		margin-left: 0;
	}

	.semi_box {
		margin: 30px auto 0;
		width:96%;
	}
	.ttl_task {
    	font-size: 1.1rem !important;
	}
	.ttl_task strong {
    	padding: 0 10px;
	}
	.pr_product_box {
    padding: 3em 1em 1em;

}
}