@charset "UTF-8";


/* PC */
@media screen and (min-width:768px) {
	
	.kat_gray{
		padding: 20px 20px 1px;
		background: #f5f5f5;
	}
	.kat_lead{
		font-size: 1.25rem;
		font-weight: bold;
	}
	.kat_title{
		margin-right: 20px;
		font-size: 1.25rem;
		font-weight: bold;
	}
	.kat_title_note{
		font-size: 0.8125rem;
	}
	.kat_pic_list{
		margin-bottom: 50px;
		display: flex;
		align-items: flex-end;
	}
	.kat_pic_item{
		position: relative;
		margin-right: 40px;
		width: calc((100% - 80px)/3.0001);
	}
	.kat_pic_item::after{
		content: '';
		position: absolute;
		right: -32px;
		top: 50%;
		width: 22px;
		height: 24px;
		background: url(/pump/img/katashiki/img_arr.png) no-repeat;
		background-size: 100% 100%;
		transform: translateY(-50%);
	}
	.kat_pic_item:last-child{
		margin-right: 0;
	}
	.kat_pic_item:last-child::after{
		display: none;
	}
	.kat_pic_item>div:last-child{
		margin-top: auto;
	}
	.kat_cr_red{
		padding: 5px 0;
		font-size: 0.875rem;
		color: #f00;
	}
	.kat_col00{
		margin-right: 40px;
		width: 26%;
	}
	.kat_col01{
		margin-top: 5px;
		width: 31%;
	}
	.kat_col02{
		width: 65.5%;
		background: #fff;
		border: 1px solid #707070;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-weight: bold;
	}
	.kat_table{
		margin: 0;
		width: 100%;
		font-size: 0.875rem;
		table-layout: fixed;
	}
	.kat_table th,.kat_table td{
		padding: 7px 10px;
		background: #fff;
		border: 1px solid #707070;
		line-height: 1.5;
	}
	.kat_table th{
		font-weight: bold;
		text-align: center;
	}
	.kat_table tr td:last-child{
		background: #dbf2ff !important;
	}
	.kat_th_y{
		background: #e6dec7 !important;
	}
	.kat_th_b{
		background: #5aabd6 !important;
	}
	.kat_tb_b{
		background: #dbf2ff !important;
	}
	.kat_mod_box{
		padding: 50px 20px 30px;
	}
	.kat_mod_head{
		margin-bottom: 10px;
		padding: 12px 15px 10px;
		background: #de7767;
		color: #fff;
		font-size: 1.25rem;
		font-weight: bold;
	}
	.kat_mod_line{
		margin-top: 30px;
		padding-top: 40px;
		border-top: 2px solid #156082;
	}
	.kat_mod_item{
		margin-right: 40px;
		width: calc((100% - 80px)/3.0001);
	}
	.kat_mod_item:nth-child(3n){
		margin-right: 0;
	}
	.kat_mod_tit{
		font-size: 0.875rem;
		font-weight: bold;
		line-height: 1.5;
	}
	.kat_mod_menu{
		margin: 5px 0 20px;
		display: flex;
		align-items: stretch;
	}
	.kat_mod_menu a{
		position: relative;
		width: calc((100% - 30px)/4.0001);
		max-width: 100px;
		margin-right: 10px;
		padding: 3px 8px 1px;
		border: 1px solid currentcolor;
		font-size: 0.875rem;
		font-weight: bold;
		line-height: 1.3;
		color: #333;
		text-decoration: none;
	}
	.kat_mod_menu a:nth-child(4n){
		margin-right: 0;
	}
	.kat_mod_menu a::after{
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 7px;
		border-top: 2px solid currentColor;
		border-right: 2px solid currentColor;
		transform: translateY(-75%) rotate(135deg);
	}
	.kat_hei01{
		height: 54px;
	}
	.kat_id{
		position: relative;
		top: -45px;
	}
	.kat_td_red{
		color: #f00;
	}
	.kat_mod_arr{
		margin: 0 0 0 82px;
		width: 10px;
		height: 18px;
		background: url(/pump/img/katashiki/img_arr.png) no-repeat;
		background-size: 100% 100%;
		transform: rotate(90deg);
	}
	.kat_mod_arr_right{
		display: inline-block;
		vertical-align: middle;
		margin: -2px 10px 1px;
		width: 12px;
		height: 14px;
		background: url(/pump/img/katashiki/img_arr.png) no-repeat;
		background-size: 100% 100%;
	}
	[class *= "kat_mod_bd"]{
		display: inline-block;
		position: relative;
		width: 0;
	}
	.kat_mod_bd01 span{
		position: absolute;
		z-index: 9;
		left: 10px;
		bottom: -29px;
	}
	.kat_mod_bd01::after{
		content: '';
		position: absolute;
		left: -8px;
		top: -17px;
		width: 45px;
		height: 20px;
		border: 2px dotted #f00;
		border-radius: 6px;
	}
	.kat_mod_bd02::after{
		content: '';
		position: absolute;
		z-index: 9;
		left: -8px;
		top: -16px;
		width: 80px;
		height: 54px;
		border: 2px solid #f00;
		border-radius: 2px;
	}
	.kat_text01{
		text-align: center;
		padding-right: 27px;
	}
}

/* SP */
@media screen and (max-width:767px) {
	
	.kat_gray{
		margin: 0 -10px;
		padding: 20px 10px 20px;
		max-width: 100% !important;
		background: #f5f5f5;
	}
	.kat_lead{
		font-size: 1rem;
		font-weight: bold;
	}
	.kat_title{
		font-weight: bold;
	}
	.kat_title_note{
		font-size: 0.875rem;
	}
	.kat_pic_list{
		margin-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	.kat_pic_item{
		position: relative;
		margin-bottom: 20px;
		margin-right: 20px;
		width: calc((100% - 20px)/2.0001);
	}
	.kat_pic_item::after{
		content: '';
		position: absolute;
		right: -15px;
		top: 50%;
		width: 10px;
		height: 12px;
		background: url(/pump/img/katashiki/img_arr.png) no-repeat;
		background-size: 100% 100%;
		transform: translateY(-50%);
	}
	.kat_pic_item:nth-child(2n){
		margin-right: 0;
	}
	.kat_pic_item:nth-child(2n)::after,
	.kat_pic_item:last-child::after{
		display: none;
	}
	.kat_pic_item>div:last-child{
		margin-top: auto;
	}
	.kat_font_s,.kat_font_s + .kat_cr_red{
		font-size: 0.6875rem;
		line-height: 1.4;
	}
	.kat_cr_red{
		padding: 5px 0;
		font-size: 0.875rem;
		color: #f00;
	}
	.kat_col01{
		margin-bottom: 10px;
	}
	.kat_col02{
		height: 280px;
		background: #fff;
		border: 1px solid #707070;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-weight: bold;
	}
	.kat_table{
		margin: 0;
		width: 100%;
		font-size: 0.875rem;
		table-layout: fixed;
	}
	.kat_table th,.kat_table td{
		padding: 8px 10px 6px !important;
		background: #fff;
		border: 1px solid #707070;
		line-height: 1.5;
	}
	.kat_table th{
		font-weight: bold;
		text-align: center;
	}
	.kat_table tr td:last-child{
		background: #dbf2ff !important;
	}
	.kat_th_y{
		background: #e6dec7 !important;
	}
	.kat_th_b{
		background: #5aabd6 !important;
	}
	.kat_tb_b{
		background: #dbf2ff !important;
	}
	.kat_mod_box{
		padding: 40px 0 0;
	}
	.kat_mod_head{
		margin-bottom: 10px;
		padding: 8px 10px 6px;
		background: #de7767;
		color: #fff;
		font-weight: bold;
		line-height: 1.4;
	}
	.kat_mod_item{
		margin-bottom: 50px;
	}
	.kat_mod_item:last-child{
		margin-bottom: 30px;
	}
	.kat_mod_tit{
		margin-bottom: 10px;
		font-size: 0.875rem;
		font-weight: bold;
		line-height: 1.5;
	}
	.kat_mod_menu{
		margin: 5px 0 20px;
		display: flex;
		align-items: stretch;
	}
	.kat_mod_menu a{
		position: relative;
		width: calc((100% - 30px)/4.0001);
		margin-right: 10px;
		padding: 3px 8px 1px;
		border: 1px solid currentcolor;
		font-size: 0.875rem;
		font-weight: bold;
		line-height: 1.3;
		color: #333;
		text-decoration: none;
	}
	.kat_mod_menu a:nth-child(4n){
		margin-right: 0;
	}
	.kat_mod_menu a::after{
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 7px;
		border-top: 2px solid currentColor;
		border-right: 2px solid currentColor;
		transform: translateY(-75%) rotate(135deg);
	}
	.kat_hei01{
		height: 47px;
	}
	.kat_id{
		position: relative;
		top: -40px;
	}
	.kat_td_red{
		color: #f00;
	}
	
	.kat_col00>div{
		margin: 0 15% 20px;
	}
	.kat_mod_arr{
		margin: 0 0 0 82px;
		width: 10px;
		height: 18px;
		background: url(/pump/img/katashiki/img_arr.png) no-repeat;
		background-size: 100% 100%;
		transform: rotate(90deg);
	}
	.kat_mod_arr_right{
		display: inline-block;
		vertical-align: middle;
		margin: -2px 10px 1px;
		width: 12px;
		height: 14px;
		background: url(/pump/img/katashiki/img_arr.png) no-repeat;
		background-size: 100% 100%;
	}
	[class *= "kat_mod_bd"]{
		display: inline-block;
		position: relative;
		width: 0;
	}
	.kat_mod_bd01 span{
		position: absolute;
		z-index: 9;
		left: 10px;
		bottom: -29px;
	}
	.kat_mod_bd01::after{
		content: '';
		position: absolute;
		left: -8px;
		top: -17px;
		width: 45px;
		height: 20px;
		border: 2px dotted #f00;
		border-radius: 6px;
	}
	.kat_mod_bd02::after{
		content: '';
		position: absolute;
		z-index: 9;
		left: -8px;
		top: -16px;
		width: 80px;
		height: 53px;
		border: 2px solid #f00;
		border-radius: 2px;
	}
	.kat_mod_line {
	    margin-top: 25px;
	    padding-top: 30px;
	    border-top: 1px solid #156082;
	}
}
