@charset "shift_jis";

#copypaper-body {
   margin-bottom: 50px;
   font-size:16px;
   line-height: 1.6;
   color:#222;
   width:830px;
}
#copypaper-body h1, h2 {
	font-size: 20px;
	margin: 0px;
}
#copypaper-body h3, h4 {
	font-size: 20px;
	margin: 0px;
}
#copypaper-body ul {
	padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
#copypaper-body .btn_area {
	margin:  40px auto;
	text-align: center;
}

.btn_t {
	background-color:#FFC000;
	padding: 2px 20px;
	font-size: 15px;
	width: 120px;
	text-align: center;
	font-weight: bold;
	color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.btn_t:hover {
    opacity: 0.7;
}

.img_box_t {
	width: 150px;
}

.pink-font_t {
	color: #FF5050;
	font-size: 14px;
    font-weight: bold;
}
.btn_area {
	margin:  30px auto;
	text-align: center;
}
.btn_area1 {

}
.gray-bordered-table {
    border-collapse: collapse;
    width: 100%;
}
.gray-bordered-table th {
  font-weight: normal !important;
  font-size: 14px;	
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}
.gray-bordered-table td {
    border: 1px solid #DDDDDD;
}

.copylist-row {
  display: flex;
  gap: 5px;
  align-items: center;
}
.copylist_img {
  width: 300px;
  height: auto;
  display: block;
  margin-right: 5px;
}

table thead th {

}

table {
  table-layout: fixed;
  width: 100%;
  font-size: 14px;
}
thead th:nth-child(1),
tbody td:nth-child(1) { width: 26rem; }

thead th:nth-child(2),
tbody td:nth-child(2) { width: 5rem; }

thead th:nth-child(3),
tbody td:nth-child(3) { width: 4rem; }

thead th:nth-child(4),
tbody td:nth-child(4) { width: 2rem; }

thead th:nth-child(5),
tbody td:nth-child(5) { width: 3rem; }

thead th:nth-child(6),
tbody td:nth-child(6) { width: 3rem; }

thead th:nth-child(7),
tbody td:nth-child(7) { width: 3rem; }

thead th:nth-child(8),
tbody td:nth-child(8) { width: 25rem; }

td { vertical-align: middle; }

.notice-guide-title {
	margin: 30px 0px 15px;
    padding: 3px 15px 1px;
    background: #F2F2F2;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.msg-waku {
    margin: 2em 0 4em;
    border: 3px solid #FFD9D9;
}


.copy_wrapper {
	padding: 0 15px;
}

.copy_wrapper1 {
	padding: 0;
}

.copylist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 70px 0px 30px;
}
.copylist_box {
	width: 48%;
	height: auto;
	padding: 20px;
}

.copylist_box_t {
	height: auto;
	padding: 8px 0 20px 10px;
	text-align: left;
	width: 280px;
}

.copylist_txt {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
}
.contents_h2 {
	background: #eee;
    font-size: 20px;
    font-weight: bold;
    margin: 60px 0px 30px;
    padding: 8px 15px 5px;
    text-align: center;
    letter-spacing: 2px;
}
.tip_black {
	background-color: #130306;
	color: #fff;
	padding: 7px 10px 5px;
    display: inline-block;
    margin: 0;
    line-height: 1.3;
    font-size: 14px;
}
#copypaper-body .copy_name {
	color: #130306;
	font-size: 20px;
    font-weight: bold;
    margin: 10px 0px;
}

.pink-font {
	color: #FF5050;
	font-size: 16px;
    font-weight: bold;
}
.blue-font {
	color: #0070C0;
	font-size: 14px;
    font-weight: bold;
}
.bjitem_img {
	flex: 1;
}
.bjitem_img:hover {
	opacity: 0.7;
}
.item_detail {
	width: 48%;
	margin: 0 10px;
}
.copy_catch {
	color: #E80E71;
	font-size: 18px;
    margin: 10px 0px 20px;
}
.copy_detail {
	padding: 15px 0;
	border-top: 3px solid #130306;
	border-bottom: 3px solid #130306;
	font-size: 15px;
}
.spec_box {
	margin: 15px 0;
	font-size: 15px;
}
/*  */
.indent_dia {
	position: relative;
    padding-left: 18px
}
.indent_dia::before {
	content: "";
	position: absolute;
	left: 0;
}
.border_gray {
	border:3px solid #eee;
	margin: 0 100px 40px;
}
.copy_flex_box {
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 20px;
}
.copy_linkbtn {
    padding: 15px 20px;
    font-weight: bold;
    font-size: 20px;
	color: #000;
    text-decoration: none;
    border-radius: 5px;
    display: block;
	margin:0 auto 30px;
	width:380px;
}
.ff-link1 {
	text-decoration: none;
}
.ff-link1:hover {
	opacity: 0.8;
	text-decoration: underline;
	transition: 0.2s;
}
.copy_linkbtn:hover {
    opacity: 0.7;
}
.center_y {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.copy_slash {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 5px;
    color: #910782;
}
.copy_slash::before,
.copy_slash::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 20px;
    background-color: #910782;
    vertical-align: middle;
    margin: 0 10px;
}
.copy_slash::before {
    transform: rotate(-30deg);
    margin-right: 15px;
}
.copy_slash::after {
    transform: rotate(30deg);
    margin-left: 15px;
}
.btn_flex {
	display: flex;
	flex-wrap: wrap;
  	justify-content: space-between;
}
.entry-combtn {
    flex: 0 0 calc(33.333% - 10px);
    color: #5f5f5f;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #5f5f5f;
    border-radius: 5px;
    padding: 16px 0;
    text-decoration: none;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 1px;
    cursor: pointer;
}
#copypaper-body .entry-combtn:hover {
    background-color: #5f5f5f;
    color: #F2CFEE;
}
#copypaper-body .linkbtn {
	display:inline-block;
	width: 250px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
#copypaper-body .linkbtn:hover {
    opacity: 0.7;
}
