@charset "utf-8";


/*-------------------------------------------------------------------------
ハマナさんより修正分
-------------------------------------------------------------------------*/
.breadcrumbs {
	margin-bottom: 20px;
	margin-top: -10px;
}

.breadcrumbs-list {
	display: flex;
	overflow-x: scroll;
	white-space: nowrap;
	scrollbar-width: none;
	list-style: none;
	padding-left: initial;
}

@media screen and (max-width: 767px) {
	.breadcrumbs {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
	margin-top: 10px;
}
}

/*-------------------------------------------------------------------------
画像とテキストの2カラム
-------------------------------------------------------------------------*/
.txt-img-2col {
  display: grid;
  grid-template-columns: 660px 1fr;
  gap: 30px;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
}

/* ── 左：テキスト ── */
.txt-img-2col .ti2-txt {
  /* 装飾は継承 */
}

/* ── 右：画像 ── */
.txt-img-2col .ti2-img img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {

  .txt-img-2col {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .txt-img-2col .ti2-img {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------
共通パーツ
-------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header .header_ttl {
	margin: 0;
	padding: 0;
}
header .header_ttl a {
	display: block
}
.header-heading .header_ttl {
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	margin: 0 auto 0 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer .copyright a{
	/*color: #fff;*/
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■サイドメニュー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*aside .nav_ttl {
	padding: 14px 10px;
	font-weight: bold;
	color: #fff;
	background-color: #A5A5A5;
	margin: 0;
}
aside .nav_ttl.red {
	background-color: #FD4D4D;
}
aside .nav_ttl.green {
	background-color: #1C8B6A !important;
}
@media screen and (max-width: 1000px) {
	aside .nav_ttl.sp-toggle {
		background: url(https://www.oshipri.com/assets/img/sidebar_icon_plus.png) no-repeat right 12px center #A5A5A5;
	}
	aside .nav_ttl.open {
		background: url(https://www.oshipri.com/assets/img/sidebar_icon_minus.png) no-repeat right 12px center #A5A5A5;
	}
	aside .nav_ttl.sp-toggle + * {
		display: none;
	}
}

aside .categories dt h4{
	font-weight: normal;
}*/


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*footer .global .footer_ttl {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px 0;
}
@media only screen and (max-width: 767px) {
	footer .global .footer_ttl {
		line-height: 1.45;
		margin-bottom: 20px;
	}
}


footer .footer_ttl02 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px 0;
}
@media only screen and (max-width: 767px) {
	footer .footer_ttl02 {
		font-size: 20px;
		margin-bottom: 15px;
	}
}*/



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■他
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.marker01{
	display: inline;
    background: linear-gradient(transparent 60%, #FFFE03 60%);
}

.notice dt .dt_ttl_notice{
	color: #FF1D8E;
	text-align: left;
	margin: 0;
	font-size: 20px;
}
.notice dt.green .dt_ttl_notice{
	color: #1C8B6A;
}
.notice dt .dt_ttl_notice.green {
	margin: 15px 0 20px 0;
	padding: 0;
	font-weight: bold;
	color: #1c8b6a;
	font-size: 20px;
	text-align: center;
}

ul.txt_link_list li a{
	font-size: 105%;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*---------------------------
ttl_border
---------------------------*/
article .ttl_border{
	font-size: 30px;
	font-weight: bold;
	color: #F552C9;
	margin: 0 0 20px 0;
	line-height: 1.3;
}
@media only screen and (max-width: 767px) {
	article .ttl_border {
		font-size: 20px;
		margin-bottom: 30px;
	}
}

/*---------------------------
ttl_border02 - article h4.border
---------------------------*/
article .ttl_border02 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 35px 0 25px 0;
	margin: 0 0 25px 0;
	padding: 12px 0px 7px 10px;
	background-color: #F552C9;
	line-height: 1.4;
}


/*---------------------------
ttl_band
---------------------------*/
article .ttl_band {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	margin: 0 0 20px 0 !important;
	padding: 15px;
	background: #F552C9;
	justify-content: flex-start;
	border-radius: 5px;
}
article .ttl_band b.pc {
	margin-right: 20px;
}
article .ttl_band .small_txt {
	font-size: 15px;
	color: #fff;
	width: 100%;
	padding-top: 5px;
	margin-bottom: 0;
	line-height: 1.3;
}
@media only screen and (max-width: 767px) {
	article .ttl_band {
		font-size: 18px;
	}
	article .ttl_band .small_txt {
		font-size: 11.5px;
		padding-top: 3px;
	}
	article .ttl_band.sp-toggle {
		background: url(https://www.oshipri.com/assets/img/sidebar_icon_plus.png) no-repeat right 12px center #1C8B6A;
	}
	article .ttl_band.open {
		background: url(https://www.oshipri.com/assets/img/sidebar_icon_minus.png) no-repeat right 12px center #1C8B6A;
	}
	article .ttl_band.sp-toggle + div {
		display: none;
	}
}
/*灰色*/
article .ttl_band.c_gray{
	background: #A5A5A5;
}

/*アコーディオン形式*/
article .ttl_band.toggle_bar {
	position: relative;
	margin-bottom: 5px;
}
article .ttl_band.toggle_bar:before, article .ttl_band.toggle_bar:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}
article .ttl_band.toggle_bar:before {
	height: 3px;
	width: 15px;
	top: 27px;
	top: calc(50% - 1px);
	right: 20px;
}
article .ttl_band.toggle_bar:after {
	height: 15px;
	width: 3px;
	top: 21px;
	top: calc(50% - 7px);
	right: 26px;
}
article .ttl_band.toggle_bar.open:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
article .ttl_band.toggle_bar:hover {
	cursor: pointer;
	opacity: 0.8;
}



/*---------------------------
ttl_section - article h3
---------------------------*/
/*article .ttl_section {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.45;
	margin: 0 0 10px 0 ;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
article .ttl_section small {
	font-size: 15px;
	font-weight: normal;
	color: #FD4D4D;
	margin: 0 auto 0 25px;
}
article .ttl_section span {
	font-size: 20px;
	font-weight: bold;
	color: #FD4D4D;
}
article .ttl_section a {
	font-size: 15px;
	font-weight: normal;
	color: #000;
	background: url(https://www.oshipri.com/assets/img/article_icon_arrow-right_red.png) no-repeat left center;
	padding-left: 15px;
}
article .ttl_section.space-between {
	justify-content: space-between;
}
article .ttl_section select {
	margin-left: 90px;
}
article .ttl_section.green {
	color: #1C8B6A;
}
article .ttl_section.band {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	margin: 0 0 20px 0 !important;
	padding: 15px;
	background: #1C8B6A;
	justify-content: flex-start;
}
article .ttl_section.band b.pc {
	margin-right: 20px;
}
@media only screen and (max-width: 767px) {
	article .ttl_section {
		font-size: 18px;
		margin-bottom: 20px;
	}
	article .ttl_section.band {
		font-size: 18px;
	}
	article .ttl_section.band.sp-toggle {
		background: url(https://www.oshipri.com/assets/img/sidebar_icon_plus.png) no-repeat right 12px center #1C8B6A;
	}
	article .ttl_section.band.open {
		background: url(https://www.oshipri.com/assets/img/sidebar_icon_minus.png) no-repeat right 12px center #1C8B6A;
	}
	article .ttl_section.band.sp-toggle + div {
		display: none;
	}
	article .ttl_section small {
		width: 100%;
		font-size: 13px;
		margin: 0;
	}
}*/

/*---------------------------
ttl01 - article h4
---------------------------*/
article .ttl01 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
article .ttl01.green {
	color: #1C8B6A;
	line-height: 1.4;
}
article .ttl01.red {
	color: #FD4D4D;
}
@media only screen and (max-width: 767px) {
	article .ttl01 {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

/*---------------------------
app_ttl
---------------------------*/
article .app_ttl {
	min-height: 58px;
	box-sizing: border-box;
	/*background: #eee;*/
	padding: 8px;
	display: flex;
	align-items: center;
	line-height: 1.2;
	margin: 0 0 20px;
}
article .app_ttl .ico {
}
article .app_ttl .ico img {
	width: auto;
	height: 42px;
}
article .app_ttl .ico + .txt{
	width: calc(100% - 42px);
}
article .ttl_office .ico + .txt{
	width: calc(100% - 137px);
}
article .app_ttl .txt {
	padding-left: 15px;
	box-sizing: border-box;
	color: #686868;
	font-size: 26px;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	article .app_ttl {
		min-height: 44px;
		padding: 5px;
	}
	article .app_ttl .ico img{
		height: 34px;
	}
	article .app_ttl .ico + .txt{
		width: calc(100% - 34px);
	}
	article .ttl_office .ico + .txt{
		width: calc(100% - 112px);
		padding-left: 10px;
	}
	article .app_ttl .txt {
		font-size: 22px;
	}
}

/*---------------------------
hd_parent
---------------------------*/
article .hd_parent{
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 10px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.submit.tar{
	justify-content: flex-end;
}


/*---------------------------
ノベルティ
---------------------------*/
ul.bnr_novelty li{
	width: calc(50% - 10px);
	margin-bottom: 20px;
	min-height: 130px;
}
@media only screen and (max-width: 767px) {
	ul.bnr_novelty li{
		width: 100%;
		min-height: inherit;
	}
}
ul.bnr_novelty .bnr_wrap{
	display: flex;
	align-items: center;
	border: 4px solid #000;
	font-weight: 700;
	position: relative;
	height: 100%;
}
@media only screen and (max-width: 767px) {
	ul.bnr_novelty .bnr_wrap{
		border-width: 3px;
		height: auto;
	}
}

ul.bnr_novelty .bnr_wrap .arrow{
	position: absolute;
	left: -4px;
	top: -4px;
	width: 30px;
	height: 30px;
	background: #000;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media only screen and (max-width: 767px) {
	ul.bnr_novelty .bnr_wrap .arrow{
		width: 26px;
		height: 26px;
		left: -3px;
		top: -3px;
	}
}

ul.bnr_novelty .txt_area{
	width: 53.5%;
	padding: 5px 5px 5px 18px;
	.txt{
		font-size: 15px;
		line-height: 1.2;
		margin-bottom: 8px;
	}
	.ttl{
		font-size: 27px;
		line-height: 1.1;
	}
}
@media only screen and (max-width: 767px) {
	ul.bnr_novelty .txt_area{
		width: 100%;
		padding-left: 15px;
		.txt{
			font-size: 14px;
		}
		.ttl{
			font-size: 25px;
		}
	}
}
ul.bnr_novelty .img_area{
	width: 46.5%;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	height: 100%;
	.sub{
		display: inline-block;
		min-width: 160px;
		padding: 5px 8px;
		border-radius: 50px;
		font-size: 15px;
		color: #fff;
		background: #000;
		position: absolute;
		bottom: 5px;
		right: 2px;
		span{
			color: #fee502;
		}
	}
}
@media only screen and (max-width: 767px) {
	ul.bnr_novelty .img_area{
		width: 100%;
		.sub{
			min-width: 130px;
			font-size: 13px;
		}
	}
}



/*-------------------------------------------------------------------------
商品詳細
-------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■kv
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kv .kv_catch {
	margin: 0 0 10px 0;
	padding: 0 0 5px;
	font-size: 22px;
}
.kv ul.icon_list{
	clear: both;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
}
.kv ul.icon_list li{
	margin: 0 5px 5px 0;
}
@media only screen and (max-width: 767px) {
	.kv ul.icon_list{
		margin-bottom: 50px;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■order
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
article #order .ttl_band{
}
#order .ttl_txt,
.page_technicalguide .ttl_txt {
	font-size: 23px;
	margin: 0 0 30px 0;
	padding: 0 0 5px;
}
h2.ttl_txt {
	font-size: 23px;
	margin: 0 0 30px 0;
	padding: 0 0 5px;
}
#order .attention{
	border: solid 4px #FFC9F0;
	padding: 12px;
}
#order .attention p{
	margin-bottom: 0px;
}
article  .pink{
	color: #F552C9;
}
article  .y-line{
	display: inline;
    background: linear-gradient(transparent 60%, #FFFE03 60%);
}
article hr{
	opacity: 0;
	height: 30px;
}
@media only screen and (max-width: 767px) {
	#order .attention{
		border: solid 4px #FFC9F0;
		padding: 12px;
		/*width: 100%;*/
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■order
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
article .how_to .ttl01{
	margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
	article .how_to .ttl01{
		margin-top: 5px;
		margin-bottom: 3px;
	}
}



/*-------------------------------------------------------------------------
ブログ
-------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.bloglist li .title{
	margin: 0;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.entry .ttl_article01{
	font-size: 180%;
	line-height: 1.4;
}
.entry .ttl_article02{
	font-size: 20px;
	font-weight: bold;
	color: #FD4D4D;
}



/*-------------------------------------------------------------------------
よくある質問
-------------------------------------------------------------------------*/
.faq_box .ttl_band{
	line-height: 1.4;
	margin-bottom: 10px !important;
}

