@charset "UTF-8";

@media screen and (min-width:1275px) , print { /*PC*/
}
@media screen and (min-width:768px) and ( max-width:1274px) { /*TB*/
}
@media screen and (max-width:767px) { /*SP 375*/
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* Regular */
@font-face {
  font-family: 'HitachiSans';
  src: url('fonts/HitachiSans-Regular.woff2') format('woff2'),
       url('fonts/HitachiSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'HitachiSans';
  src: url('fonts/HitachiSans-Bold.woff2') format('woff2'),
       url('fonts/HitachiSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: 'HitachiSans';
  src: url('fonts/HitachiSans-Italic.woff2') format('woff2'),
       url('fonts/HitachiSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

/* Bold Italic */
@font-face {
  font-family: 'HitachiSans';
  src: url('fonts/HitachiSans-BoldItalic.woff2') format('woff2'),
       url('fonts/HitachiSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

.cp_font_ns{
	font-family: "Noto Sans JP", sans-serif !important;
}
.cp_font_hi{
	font-family: 'HitachiSans', sans-serif !important;
}

.cp_main {
    margin-top: 35px;
}
.cp_hzc,.cp_hwc{
	font-family: 'HitachiSans', "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}

.cp_mod_box{
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border: 1px solid #17161A;
	font-weight: 700;
}
.cp_mod_col01{
	width: 50%;
	display: flex;
	flex-direction: column;
}
.cp_mod_col02{
	width: 50%;
	display: flex;
	flex-direction: column;
}
.cp_mod_tit{
	padding: 6px 20px 10px;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 700;
	background: #17161A;
	color: #fff;
}
.cp_mod_con{
	margin: auto 0;
	padding: 30px 20px;
	justify-content: center;
}
.cp_mod_col01 .cp_mod_tit{
	border-right: 1px solid #fff;
}
.cp_mod_col01 .cp_mod_con{
	border-right: 1px solid #17161A;
}
.cp_mod_name{
	width: 38%;
	margin: auto 0;
	padding-bottom: 18px;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.03em;
}
.cp_mod_name>p{
	padding: 5px 0;
}
.cp_mod_pic{
	margin-top: 5px;
	width: 36%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cp_mod_pic>p{
	width: 100%;
}
.cp_mod_pic img{
	height: 236px;
	width: auto;
}
.cp_mod_date{
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
}
.cp_mod_arr{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 16px 0 12px;
	width: 0;
	height: 0;
	border: none;
	border-style: solid;
	border-color: #B3B3B3 transparent transparent transparent;
	border-width: 20px 12px 0 12px;
	transform: rotate(-90deg);
}
.cp_mod_name .cp_mod_arr{
	margin: -3px 8px 0 0;
	border-width: 14px 8px 0 8px;
}

.cp_btn{
	position: relative;
	width: 32%;
	height: 58px;
	padding-bottom: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #9F851A;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 1.125rem;
	line-height: 1.3;
	font-weight: 500;
	text-align: center;
	border-radius: 10px;
}
.cp_btn::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -1px;
	width: 10px;
	height: 10px;
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
div.cp_btn{
	background: #ccc;
	color: #fff;
}
div.cp_btn::after{
	display: none;
}
.cp_btn small{
	font-size: 70%;
}
.cp_btn_box2 {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.cp_btn_box2 .cp_btn{
	padding-right: 15px;
	width: 24%;
	margin-bottom: 20px;
}
.cp_btn_box2 .cp_btn::after{
	transform: translateY(-65%) rotate(135deg);
}
.cp_btn_w100{
	width: 100% !important;
}
.cp_btn_right{
	background: #CC0000 !important;
}
.cp_btn_right::after{
	transform: translateY(-50%) rotate(45deg) !important;
}
.cp_line_tit{
	margin-bottom: 20px;
	font-size: 2.125rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}
.cp_line_box{
	background: #E0E8EB;
	margin-bottom: 20px;
	padding: 30px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 30px;
}
.cp_line_box .cp_fontM{
	line-height: 2;
}
.cp_line_pic{
	width: 42%;
	text-align: center;
	background: #fff;
	padding: 20px;
	border-radius: 40px;
}
.cp_line_pic img{
	width: 450px;
}
.cp_line_text{
	width: 54%;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.375rem;
	line-height: 1.2;
}
.cp_line_text p{
	width: 48%;
	min-height: 40px;
	background: #fff;
	border-radius: 20px;
	padding: 0 15px;
	margin: 0 5px 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cp_line_text span{
	text-align: right;
	display: inline-block;
	width: 100%;
	margin-right: 10px;
}
.cp_tit02 {
    background: #9F851A;
    padding: 8px 20px 10px;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.2;
}
.cp_linebox {
    background: #F2EEE0;
    border: 2px #9F851A solid;
    padding: 20px 30px;
}
.cp_notelist li {
	padding-top: 5px;
	padding-bottom: 5px;
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 1.125rem;
	line-height: 1.4;
}
.cp_notelist li *{
	text-indent: 0;
}
.cp_notelist li>p{
	padding-top: 5px;
}
.cp_titM{
	font-size: 1.5rem;
	font-weight: 600;
}
.cp_fontM{
	font-size: 1.125rem;
}
.cp_note10 {
    padding-left: 1em;
    text-indent: -1em;
}
.cp_tit_pink {
    margin: 20px 0 50px;
    padding: 20px 20px;
    background: #ffe5e5;
    font-weight: bold;
}
.cp_tit_gray{
	margin: 30px 0 15px;
}
.cp_tit_gray span{
	display: inline-block;
	padding: 8px 18px 7px 15px;
	background: #ECECEC;
	font-size: 1.125rem;
	font-weight: 600;
}
.cp_contact{
	border: 2px #9F851A solid;
	padding: 20px 30px;
}
.cp_tit01{
	font-size: 1.125rem;
	vertical-align: middle;
	margin-bottom: 10px;
}
.cp_tit01 strong{
	padding-right: 10px;
	font-size: 1.75rem;
}

.cp_txt02{
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: 600;
}
.cp_txt02 a{
	display: inline-block;
	vertical-align: middle;
	text-decoration: none ;
	line-height: 1.1;
}
.cp_txt02 a:hover{
	color: #c02;
	border-bottom-color: transparent;
}
.cp_color01{
	font-size: 1.125rem;
	color: #d50f19;
	font-weight: 600 !important;
}
.cp_hwc .cp_btn,.cp_hwc .cp_tit02{
	background: #7C95A4;
}
.cp_hwc .cp_linebox{
	border-color: #7C95A4;
	background: #EDF4F8;
}
.cp_mod_res{
	width: 100px;
	height: 24px;
	margin-top: 12px;
	margin-left: 25px;
	color: #e30012;
	border: 1px solid currentcolor;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cp_btn_nolink{
	padding-top: 4px;
	line-height: 1;
}
.cp_btn_nolink::after{
	display: none;
}




@media screen and (min-width:768px) { /*PC*/
	
	#guide .hdg-guide-lv4 {
	    padding-bottom: 10px;
	    font-size: 18px;
	    border-bottom: 2px solid #000;
	}
	#guide .hdg-guide-lv4 + p {
	    margin-top: 15px;
	}
	#guide .txt-note {
	    margin: 5px 0 0;
	    display: table;
	    width: 100%;
	    font-size: 0.875rem;
	    line-height: 1.8;
	    color: #707070;
	}
	#guide .txt-note._c-red {
	    color: #f00;
	}
	#guide .lyt-guide-receipt {
		max-width: 840px;
	    margin: 10px auto 0;
	    display: flex;
	    gap: 25px;
	}
	#guide .lyt-guide-receipt-detail {
		padding-left: 7%;
	    padding-top: 40px;
	    flex: 1;
	}
	#guide .list-guide-info {
	    margin-top: 20px;
	}
	#guide .list-guide-info-item small{
		font-size: 70%;
		font-weight: normal;
		color: #333;
	}
	#guide .list-guide-info-item._color1 {
	  color: #f9316c;
	}
	#guide .list-guide-info-item._color2 {
	  color: #5bad29;
	}
	#guide .list-guide-info-item._color3 {
	  color: #e5a907;
	}
	#guide .list-guide-info-item._color4 {
	  color: #3986dc;
	}
	#guide .list-guide-info-item._color5 {
	  color: #a811e0;
	}
	#guide .list-guide-info-item._color6 {
	  color: #29ada8;
	}
	#guide .list-guide-info-item .guide-num {
	  margin-right: 12px;
	  padding-left: 2px;
	  width: 40px;
	  height: 40px;
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 22px;
	  font-weight: bold;
	  color: #fff;
	  border: 2px solid #fff;
	  border-radius: 50%;
	  box-shadow: 4px 0 1px rgba(0, 0, 0, .15);
	}
	#guide .ff-futura {
	    font-family: Futura, 'Century Gothic', sans-serif;
	}
	#guide .list-mark {
	    margin: 10px 0 0;
	    display: table;
	    width: 100%;
		font-size: 0.875rem;
	}
	#guide .list-mark-item {
	    display: table-row;
	}
	#guide .list-guide-info-item + .list-guide-info-item {
	    margin-top: 10px;
	}
	#guide .list-guide-info-item {
	    font-size: 22px;
	    font-weight: bold;
	    letter-spacing: .08em;
	}
	#guide .list-guide-info-item._color1 .guide-num {
	  background-color: #f9316c;
	}
	#guide .list-guide-info-item._color2 .guide-num {
	  background-color: #5bad29;
	}
	#guide .list-guide-info-item._color3 .guide-num {
	  background-color: #e5a907;
	}
	#guide .list-guide-info-item._color4 .guide-num {
	  background-color: #3986dc;
	}
	#guide .list-guide-info-item._color5 .guide-num {
	  background-color: #a811e0;
	}
	#guide .list-guide-info-item._color6 .guide-num {
	  background-color: #29ada8;
	}
	#guide .img-guide {
	  margin-top: 20px;
	  text-align: center;
	}
	#guide .img-guide img{
		max-width: 100%;
		width: auto;
	}
	#guide .img-guide + .img-guide {
	  margin-top: 40px;
	}
	.cp_guide_wide {
	    max-width: 765px;
	    margin: 30px auto 10px;
	}
	
	
}







@media screen and (max-width:767px) { /*SP 375*/
	.cp_mod_box{
		margin-bottom: 40px;
		display: block;
	}
	.cp_mod_col01{
		width: 100%;
	}
	.cp_mod_col02{
		width: 100%;
	}
	.cp_mod_tit{
		border: none;
	}
	.cp_mod_con{
		padding: 15px;
	}
	.cp_mod_name{
		margin: auto;
		width: auto;
		font-size: 1rem;
	}
	.cp_mod_pic{
		width: 55%;
		margin-top: 0;
		margin-left: auto;
	}
	.cp_mod_pic>div{
	}
	.cp_mod_pic img{
		height: 210px;
	}
	.cp_mod_name .cp_mod_arr{
		margin-right: 5px;
		border-width: 12px 7px 0 7px;
	}
	.cp_mod_date{
		margin: 3px -10px;
		font-size: 0.9375rem;
	}
	.cp_mod_arr{
		margin: -2px 5px 0 0px;
		border-width: 12px 7px 0 7px;
	}
	.cp_btn_box2 .cp_btn {
		padding-right: 15px;
		width: 48.5%;
		height: 56px;
		margin-bottom: 15px;
	}
	.cp_line_tit{
		margin-left: -5px;
		margin-right: -10px;
		font-size: 1.1875rem;
	}
	.cp_line_box{
		margin-bottom: 40px;
		padding: 15px 10px;
		display: block;
	}
	.cp_line_text,.cp_line_pic,.cp_line_pic img{
		width: 100%;
	}
	.cp_line_text{
		margin-bottom: 10px;
		justify-content: space-between;
		font-size: 0.9375rem;
	}
	.cp_line_text p{
		width: 49%;
		padding: 0;
		margin: 0 0 10px;
	}
	.cp_line_text>span:last-child{
		position: relative;
		top: -3px;
	}
	.cp_line_pic{
		padding: 15px;
	}
	.cp_tit02{
		padding-left: 10px;
		padding-right: 5px;
		font-size: 1.75rem;
	}
	.cp_linebox{
		padding: 20px 10px;
	}
	.cp_titM{
		font-size: 1.2rem;
	}
	.cp_fontM{
		font-size: 1.0625rem;
	}
	.cp_tit_pink{
		padding: 15px;
	}
	.cp_tit_gray {
		margin-top: 25px;
		margin-bottom: 10px;
	}
	.cp_tit_gray span{
		padding-right: 5px;
		padding-left: 12px;
	}
	.cp_contact{
		padding: 15px 10px;
	}
	.cp_tit01{
		margin-bottom: 15px;
		font-size: 1rem;
		line-height: 1.6;
	}
	.cp_tit01 strong{
		display: block;
		margin-bottom: 10px;
		font-size: 1.625rem;
	}
	.cp_txt02{
		font-size: 1rem;
	}
	#guide .hdg-guide-lv4 {
	    padding-bottom: 5px;
	    font-size: 16px;
	    border-bottom: 2px solid #000;
	}
	#guide .hdg-guide-lv4 + p {
	    margin-top: 15px;
	}
	#guide .txt-note {
	    margin: 5px 0 0;
	    display: flex;
	    width: 100%;
	    font-size: 0.875rem;
	    line-height: 1.8;
	    color: #707070;
	}
	#guide .txt-note._c-red {
	    color: #f00;
	}
	#guide .list-mark-item{
		display: flex;
	}
	#guide .lyt-guide-receipt {
		max-width: 840px;
	    margin: 10px auto 0;
	}
	#guide .list-guide-info {
	    margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
	}
	#guide .list-guide-info-item{
		margin-bottom: 10px;
		width: 50%;
	}
	#guide .list-guide-info-item small{
		font-weight: normal;
		font-size: 70%;
		color: #333;
	}
	#guide .lyt-guide-receipt-detail{
		margin-bottom: 20px;
	}
	#guide .list-guide-info-item._color1 {
	  color: #f9316c;
	}
	#guide .list-guide-info-item._color2 {
	  color: #5bad29;
	}
	#guide .list-guide-info-item._color3 {
	  color: #e5a907;
	}
	#guide .list-guide-info-item._color4 {
	  color: #3986dc;
	}
	#guide .list-guide-info-item._color5 {
	  color: #a811e0;
	}
	#guide .list-guide-info-item._color6 {
	  color: #29ada8;
	}
	#guide .list-guide-info-item .guide-num {
	  margin-right: 12px;
	  padding-left: 2px;
	  padding-bottom: 1px;
	  width: 32px;
	  height: 32px;
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 1.125rem;
	  font-weight: bold;
	  color: #fff;
	  border: 2px solid #fff;
	  border-radius: 50%;
	  box-shadow: 4px 0 1px rgba(0, 0, 0, .15);
	}
	#guide .ff-futura {
	    font-family: Futura, 'Century Gothic', sans-serif;
	}
	#guide .list-mark {
	    margin: 10px 0 0;
	    display: table;
	    width: 100%;
		font-size: 0.875rem;
	}
	#guide .list-guide-info-item {
	    font-size: 1.125rem;
	    font-weight: bold;
	    letter-spacing: .08em;
	}
	#guide .list-guide-info-item._color1 .guide-num {
	  background-color: #f9316c;
	}
	#guide .list-guide-info-item._color2 .guide-num {
	  background-color: #5bad29;
	}
	#guide .list-guide-info-item._color3 .guide-num {
	  background-color: #e5a907;
	}
	#guide .list-guide-info-item._color4 .guide-num {
	  background-color: #3986dc;
	}
	#guide .list-guide-info-item._color5 .guide-num {
	  background-color: #a811e0;
	}
	#guide .list-guide-info-item._color6 .guide-num {
	  background-color: #29ada8;
	}
	#guide .img-guide {
	  margin-top: 30px;
	  text-align: center;
	}
	#guide .img-guide img{
		max-width: 100%;
		width: auto;
	}
	#guide .lyt-guide-receipt-img{
		margin: 0 3%;
	}
	.cp_mod_res{
		width: 84px;
		height: 22px;
		margin-top: 10px;
		margin-left: 20px;
		color: #e30012;
		font-size: 0.75rem;
	}
	
	
}

