/* CSS Document */

body{
	background-color: #FFF;
	color: #202C58;
	font-size: clamp(14px, 2vw, 15px);
}
body *{
	line-height: 1.2;
}
img{
	max-width: 100%;
	width: auto;
	height: auto;
}
ul{
	list-style: none;
	padding: 0;
}
ul.inlineList li{
	display: inline-block;
}
a{
	transition: all .3s ease;
}
a:hover img,
a:active img,
a:focus img{
	opacity: 0.8;
}

.clearfix::after {
	content: '';
  display: block;
  clear: both;
}

.tcRed{	color: #F00;	}
.tcOrange{	color:#FF7F00;	}

.taC{	text-align: center;	}
.taR{	text-align: right;	}

.taC picture,
.taC source,
.taC img{
	margin: 0 auto;
}

.fs14px{	font-size: 14px;	}

.fs110{	font-size: 1.1em;	}
.fs120{	font-size: 1.2em;	}


.mt1rem{	margin-top: 1rem !important;	}
.mt10{		margin-top: 10px !important;	}
.mt15{		margin-top: 15px !important;	}
.mt20{		margin-top: 20px !important;	}
.mt30{		margin-top: 30px !important;	}
.mt40{		margin-top: 40px !important;	}
.mt50{		margin-top: 50px !important;	}
.mt60{		margin-top: 60px !important;	}

.mb10{		margin-bottom: 10px !important;	}
.mb15{		margin-bottom: 15px !important;	}
.mb20{		margin-bottom: 20px !important;	}
.mb30{		margin-bottom: 30px !important;	}
.mb40{		margin-bottom: 40px !important;	}
.mb50{		margin-bottom: 50px !important;	}
.mb60{		margin-bottom: 60px !important;	}

.ml10{		margin-left: 10px !important;	}
.ml15{		margin-left: 15px !important;	}
.ml20{		margin-left: 20px !important;	}


/*--------------------------
			#key
--------------------------*/

#key{
	min-height: 80px;
	background-color: #FFD064;
	background-position: center;
	background-repeat: no-repeat;
	border-top: 5px solid #FFC58A;
	margin: 0 auto;
}
#key.index{
	display: flex;
	justify-content: center;
	align-items: center;
  height: 200px;
  background-image: url("../image/header_sp.png");
}
#key.content .inner{
	max-width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#key h1{
	font-size: clamp(22px, 1.2rem, 24px);
	color: #38427D;
	font-weight: 700;
	padding: 0.4em 1rem;
	margin: 0;
}
#key h1 br{
	display: none;
}
#key.index h1{
  font-size: clamp(1.8rem, 7vw, 1.8rem);
	text-align: center;
	margin: 0 auto;
}
#key.content{
  background-image: url("../image/header_slim_sp.png");
  background-position: bottom right;
}

@media screen and (max-width: 767px) {
	#key.index{
		background-position: bottom center;
		background-size:cover;
	}
	#key.index h1.sp-br{
		display: none;
	}
}

@media screen and (min-width: 768px){
	#key.index{
		height: 250px;
		background-image: url("../image/header.png");
	}
	#key.index h1{
		font-size: clamp(1.8rem, 3vw, 2.4rem);
	}
	#key.content{
		background-image: url("../image/header_slim.png");
		background-position: bottom right;
	}
}
@media screen and (max-width: 499px){
	#key.content{
		min-height: 160px;
	}
	#key.index h1 br{
		display: inline;
	}
}
@media screen and (max-width: 599px){
	h1{
		max-width: 15em;
	}
}
@media screen and (min-width: 600px) and (max-width: 1000px){
	h1{
		max-width: 18em;
	}
	#key.index h1{
		padding-top: 0;
	}
}
@media screen and (min-width: 1240px){
	h1{
		padding: 0.4em 0;
	}
}


/*--------------------------
			#pageHeading
--------------------------*/

#pageHeading{
	background-color: #FFF1D0;
}
#pageHeading.index{
	background-color: #FFF;
}
#pageHeadingInner{
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (min-width: 768px){
	#pageHeadingInner{
		padding: 20px 1rem 40px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1240px){
	#pageHeadingInner{
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 1240px){
	#pageHeading.index #pageHeadingInner{
		padding: 20px;
	}
}

/*----- パンくずリスト -----*/


.c-breadcrumbs li:not(:last-of-type) a{
	color: #202C58;
	border-bottom-color: #202C58;
}
@media screen and (max-width: 767px){
	#pageHeading .c-breadcrumbs{
		background-color: transparent;
	}
}
@media screen and (min-width: 768px){
  #pageHeading .c-breadcrumbs{
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: 0;
  }
}

/*--------------------------
			button
--------------------------*/

.button{
	position: relative;
	display: inline-block;
	background-color: #CCC;
	border-radius: 28px;
	color: #FFF;
	width: 260px;
	height: 55px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 18px 20px;
	margin: 15px 0 0;
}
.button.more{
	background-color: #F39F36;
	color: #FFF;
}
.button.more span::after{
	content: '';
	position: absolute;
    top:42%;
    right: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.button.more:hover,
.button.more:active,
.button.more:focus{
	background-color: #E38816
}
.button.more:hover span::after,
.button.more:active span::after,
.button.more:focus span::after{
  animation: arrow .5s;
}

@keyframes arrow {
  50% {
    right: 20px;
  }
  100% {
    right: 25px;
  }
}

.button.download{
	background-color: #FFF;
	border: 2px solid #E2323E;
	color: #E2323E;
}
.button.download svg{
	position: absolute;
    top: 36%;
    right: 30px;
  width: 1rem;
  height: 1rem;
	fill: #E2323E;
}
.button.download:hover,
.button.download:active,
.button.download:focus{
	background-color: #E2323E;
	color: #FFF;
}
.button.download:hover svg,
.button.download:active svg,
.button.download:focus svg{
	fill: #FFF;
	transition: all .3s ease;
}

/*--------------------------
			#underMenu
--------------------------*/

#underMenu{
	background-color: #FFF;
}
#underMenuInner{
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (min-width: 768px){
	#underMenuInner{
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1240px){
	#underMenuInner{
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 1240px){
	#underMenuInner{
		padding: 20px;
	}
}

#underButtonIndex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto 30px;
}
#underButtonIndex a{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc( (100% - 60px) / 4);
	height: 40px;
	color: #202C58;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0 0 5px 5px;
	margin-bottom: 20px;
	outline: none;
}
#underButtonIndex a::before,
#underButtonIndex a::after{
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: rgba(56,66,125,1);
	width: 100%;
	height: 1px;
	transition: all 0.2s ease-in-out;
}
#underButtonIndex a::after{
	width:0;
	background: #CCC;
}
#underButtonIndex a:hover::after,
#underButtonIndex a:active::after,
#underButtonIndex a:focus::after {
	width: 100%;
}
#underButtonIndex a:hover,
#underButtonIndex a:active,
#underButtonIndex a:focus{
	color: rgba(56,66,125,0.5);
}
#underButtonIndex span:first-of-type{
	margin-right: 10px;
}
#underButtonIndex.con01 a.con01,
#underButtonIndex.con02 a.con02,
#underButtonIndex.con03 a.con03,
#underButtonIndex.con04 a.con04{
	color: rgba(56,66,125,0.5);
}
#underButtonIndex.con01 a.con01::after,
#underButtonIndex.con02 a.con02::after,
#underButtonIndex.con03 a.con03::after,
#underButtonIndex.con04 a.con04::after{
	width: 100%;
}

@media screen and (max-width: 599px){
	#underButtonIndex a{
		width: 100%;
	}
}
@media screen and (min-width: 600px) and (max-width: 1239px){
	#underButtonIndex a{
		width: calc( (100% - 20px) / 2);
	}
}
@media screen and (min-width: 1240px){
	#underMenu{
		padding: 0;
	}
	#underButtonIndex{
		flex-wrap: nowrap;
	}
}


/*--------------------------
			トップページ
--------------------------*/

#headingText{
	margin: 60px auto 0;
}
#headingText.index{
	display: flex;
	justify-content: center;
}
#headingText.index p{
	max-width: 56em;
	font-size: clamp(16px, 2vw, 1.16rem);
}

#buttonIndex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 60px auto;
}
#buttonIndex a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc( (100% - 60px) / 4);
	background-color: #38427D;
	color: #FFF;
	font-size: clamp(16px, 2vw, 1.16rem);
	text-decoration: none;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 20px;
}
#buttonIndex a:hover,
#buttonIndex a:active,
#buttonIndex a:focus{
	background-color: rgba(56,66,125,0.5);
}
#buttonIndex a br{
  display: none;
}
#buttonIndex .chevron{
	position: relative;
}
#buttonIndex .chevron::after{
	content: '';
	position: absolute;
		top: 42%;
    right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
	border-right: 2px solid #fff;
  transform: rotate(45deg);
}
#buttonIndex a:hover .chevron::after,
#buttonIndex a:active .chevron::after,
#buttonIndex a:focus .chevron::after{
  animation: indexarrow .5s;
}
@keyframes indexarrow {
  50% {
    right: -10px;
  }
  100% {
    right: 0;
  }
}


@media screen and (max-width: 599px){
	#buttonIndex a{
		width: 100%;
		height: 4rem;
	}
}
@media screen and (min-width: 600px){
	#buttonIndex a{
		height: 5rem;
	}
}
@media screen and (min-width: 600px) and (max-width: 799px){
	#buttonIndex a br{
		display: inline;
	}
}
@media screen and (min-width: 600px) and (max-width: 1239px){
	#buttonIndex a{
		width: calc( (100% - 20px) / 2);
	}
}
@media screen and (min-width: 1240px){
	#pageHeading{
		padding: 0;
	}
	#buttonIndex{
		flex-wrap: nowrap;
	}
	#buttonIndex a br{
		display: inline;
	}
}

#indexWrap{
	background-color: #F3F3F3;
	margin: 0 auto;
}
#indexWrapInner{
  position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}
.indexContent{
	background-color: #FFF;
	margin-bottom: 60px;
	display: flex;
}
.indexContent > *{
	margin: 20px;
}
.indexContent .img{
	text-align: center;
}
.indexContent .h2{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.indexContent .h2 p{
	flex-shrink: 0;
	margin: 0;
}
.indexContent h2{
	font-size: clamp(1.4rem, 2.6vw, 1.8rem);
	font-weight: 700;
	margin: 0 0 0 0.6rem;
}
.indexContent h3{
	font-size: clamp(16px, 2vw, 1.16rem);
	font-weight: 700;
	margin: 1.33em auto;
}
.indexContent p{
	line-height: 1.6em;
}

@media screen and (max-width: 767px) {
	.indexContent{
		flex-wrap: wrap;
	}
	.indexContent .img{
		flex-grow: 1;
	}
	.indexContent .h2 p img{
		width: 36px;
	}
	.indexContent h2{
		padding-top: 8px;
	}
}
@media screen and (min-width: 768px){
	#indexWrapInner{
    padding: 60px 20px;
  }
  .indexContent{
		padding: 20px;
	}
	.indexContent .img{
		flex-shrink: 0;
		flex-basis: clamp(280px, 40%, 380px);
	}
	.indexContent .h2 p img{
		width: 44px;
	}
	.indexContent h2{
		padding-top: 10px;
	}
}
@media screen and (min-width: 1240px){
	#indexWrapInner{
		padding: 60px 0;
	}
}

/*--------------------------
			下層ページ
--------------------------*/

#headingText .h2{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#headingText .h2 p{
	flex-shrink: 0;
	margin: 0;
}
#headingText h2{
	font-size: clamp(1.8rem, 4vw, 2.4rem);
	font-weight: 700;
	margin: 0 0 0 0.6rem;
}
#headingText h3{
	font-size: clamp(1.2rem, 3vw, 1.6rem);
	font-weight: 700;
	margin-top: 1.33em;
	margin-bottom: 1.33em;
}
#headingText h3 br{
	display: none;
}
#headingText p{
	line-height: 1.6em;
}
#headingText .text{
	margin-right: 1rem;
}
#headingText .img{
	flex-shrink: 0;
	flex-basis: min(40%, 500px);
	text-align: center;
}
	
@media screen and (max-width: 767px){
  #headingText{
    flex-direction: column;
  }
	#headingText .h2 p img{
		width: 48px;
	}
	#headingText h2{
		padding-top: 13px;
	}
	#headingText h2 br{
		display: none;
	}
	#headingText .text{
		padding: 0 1rem 20px;
	}
}
@media screen and (min-width: 768px){
	#headingText.flex{
		display: flex;
    flex-wrap: nowrap;
	}
	#headingText .h2 p img{
		width: 62px;
	}
	#headingText h2{
		padding-top: 15px;
	}
	#headingText h3 br{
		display: inline;
	}
}

#contentWrap{
	background-color: #FFF;
	margin: 0 auto;
}

.linkIndex{
	max-width: 1200px;
	margin: 20px auto;
	display: flex;
	justify-content: center;
}
.linkIndex ul{
	padding: 0 20px;
}
.linkIndex ul li{
	display: inline-block;	
	margin: 0 1.6rem 1.6rem 0;
}
.linkIndex a{
	color: #202C58;
	text-decoration: none;
}
.linkIndex a:hover,
.linkIndex a:active,
.linkIndex a:focus{
	color: rgba(56,66,125,0.5);
}

.contentBox{
	padding: 40px 0;
}
.contentBox:nth-of-type(odd){
	background-color: #FFF;
}
.contentBox:nth-of-type(even){
	background-color: #F6F6F6;
}
.contentBox .contentBoxInner{ 
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.contentBox .headline{
  display: inline-block;
  position: relative;
  background-color: #FFF;
  border-bottom: solid 2px #202C58;
  padding: 0 0 0.6rem;
	margin-bottom: 2rem;
  width: 100%;
}
.contentBox .headline:before,
.contentBox .headline:after {
  content: "";
  position: absolute;
  	top: 100%;
  	left: 3rem;
	border: solid transparent;
}
.contentBox .headline:after {
	border-top-color: #FFF;
	border-width: 12px;
	margin-left: -12px;
}
.contentBox .headline:before {
	border-top-color: #202C58;
	border-width: 15px;
	margin-left: -15px;
}
.contentBox .headline h4{
	font-size: clamp(1.2rem, 3vw, 1.4rem);
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.contentBox:nth-of-type(even) .headline{
  background-color: #F6F6F6;
}
.contentBox:nth-of-type(even) .headline:after {
	border-top-color: #F6F6F6;
}

.contentBox .flex{
	display: flex;
  flex-wrap: nowrap;
}
.contentBox .img{
	margin-bottom: 20px;
}

.contentBox .text p{
	line-height: 1.6em;
}
.contentBox .text .title{
	font-size: clamp(1.4rem, 3vw, 1.6rem);
	font-weight: bold;
  border-left: solid 10px #38427D;
  padding: 0 0.5em;
	margin-top: 0;
	margin-bottom: 1.33em;
}
.contentBox .box{
	background-color: #FFF1D0;
	margin: 20px 0;
	padding: 20px;
}
.contentBox .box p{
	font-weight: bold;
	margin: 0;
}
.contentBox .onecol{
	margin: 60px auto;
}
.contentBox .onecol.newlifestyle{
	max-width: 700px;
}
.contentBox .youtubeWrap{
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
/*
.contentBox .youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 30px;
}
.contentBox .youtube iframe {
  position: absolute;
		top: 0;
		right: 0;
  width: 100%;
  height: 100%;
}
*/
.hide-area{
	display: none;
}
.modaal-close:after, 
.modaal-close:before{
	background-color: #ccc;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background-color: #666;
}
.modaal-video .modaal-inner-wrapper{
	padding: 0;
}
.modaal-video-container{
	max-width: 800px;
	max-height: 451px;
}
@media only screen and (min-width: 900px){
	.modaal-video-container {
		height: 451px;
		padding-bottom: 0;
	}
}

.contentBox .template{
	background-color: #D7D9E5;
	padding: 20px 0;
	margin: 60px auto 0;
}
.contentBox .template .title{
	font-size: clamp(1.2rem, 3vw, 1.4rem);
	font-weight: bold;
	margin: 20px;
}
.contentBox .template .title svg{
	display: inline-block;
	width: 34px;
	height: 34px;
	background-color: #38427D;
	border-radius: 17px;
	color: #FFF;
	padding: 9px 0 0 10px;
	vertical-align: text-top;
}
.contentBox .template .print{
	line-height: 1.6em;
	padding: 0 20px;
}
.contentBox .template .print a{
	color: #202C58;
	text-decoration: underline;
}
.contentBox .template .print a:hover,
.contentBox .template .print a:active,
.contentBox .template .print a:focus{
	color: rgba(56,66,125,0.5);
	text-decoration: none;
}
.contentBox .template .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contentBox .template .col{
	background-color: #FFF;
	padding: 20px 20px 30px;	
	margin: 20px;
	text-align: center;
	flex: 1;
}

.contentBox .template .name{
	font-weight: bold;
	font-size: clamp(1.1rem, 2vw, 1.2rem);
	margin-top: 1em;
}
.contentBox .template .att{
	font-size: 0.86rem;
	margin: 20px;
}
.contentBox .template .att li{
	line-height: 1.4em;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.4em;
}

.contentBox .detail{
	background-color: #FFF;
	padding: 20px 30px;
	margin-bottom: 20px;
	gap: 20px;
}
.contentBox .detail p{
	color: #202C58;
	font-weight: bold;
	margin:  0;
}
.contentBox .detail .number{
	font-size: 15px;
}

.contentBox .detail .name{
	font-size: 18px;
}

.contentBox .template .att_print{
	background-color: #FFF;
	border: 1px solid #E2323E;
	margin: 20px;
	padding: 20px 20px 0;
	gap: 20px;
	justify-content: flex-start;
}
.contentBox .template .att_print p{
	margin-top: 1em;
}
.contentBox .template .att_print p:not(.midashi){
	color: #E2323E;
}
.contentBox .template .att_print .midashi{
	margin-top: 0;
}
.contentBox .template .att_print .midashi .bg{
	background-color: #E2323E;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding: 2px 8px;
}
.contentBox .template .att_print .midashi .mark{
	display: inline-block;
	background-color: #FFF;
	border-radius: 20px;
	color: #E2323E;
	text-align: center;
	width: 20px;
	height: 20px;
	margin-right: 4px;
}

.contentBox .template .att_print .PK401S-att{
	font-size: 0.86rem;
}

.contentBox .onecol.newlifestyle .text{
	margin-bottom: 1.33em; 
}

@media screen and (max-width: 767px){
	.contentBox .flex{
		flex-wrap: wrap;
	}
	.contentBox .onecol.newlifestyle .text br{
		display: none;
	}
	.contentBox .template .flex::before{
    display:none;
	}
	.contentBox .template:not(.kuji)  .flex::after{
    display:none;
	}
	.contentBox .youtubeWrap{
		width: 100%;
		flex-wrap: nowrap;
		gap: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px){
	.contentBox .detail.kuji{
		flex-direction: column;
	}
}
	
@media screen and (max-width: 1116px){
	.contentBox .template.kuji .flex::after{
    content: "";
    display:block;
    width: calc(100% / 2)
	}
  .contentBox .template .flex::after {
      content: "";
      display:block;
      width: calc(100% / 2);
  }
}

@media screen and (min-width: 1117px){
  .contentBox .template .flex::after {
      content: "";
      display:block;
      width: calc( 100% / 3 );
  }
  .contentBox .template .flex.space2::after {
      content: "";
      display:block;
      width: calc( 100% / 3 * 2 );
  }
}

@media screen and (min-width: 768px){
	.linkIndex{
		margin: 60px auto;
	}
	.contentBox{
		padding: 60px 0 80px;
	}
	.contentBox .img{
		flex-shrink: 0;
		flex-basis: clamp(280px, 40%, 380px);
		margin-right: 40px;
	}
	.contentBox .template{
		padding: 20px;
	}
	.contentBox .template .col img{
		max-width: 225px;
		margin: 0 auto;
	}
	.contentBox .onecol.newlifestyle .text{
		text-align: center;
	}
	.contentBox .onecol.newlifestyle .text br{
		display: inline;
	}
	.contentBox .youtubeWrap{
		max-width: 400px;
		flex-direction: column;
	}	
}
@media screen and (min-width: 1240px){
	.contentBox .contentBoxInner{ 
		padding: 0;
	}
}


/*--------------------------
					print
--------------------------*/

@media print{
  #search{
    position: absolute;
      top: 20px;
      right: 10px;
  }
	#footer #ftMenu {
		background-color: #FFF;
		border-top: 1px solid #E1CEB0;
	} 
  #contentWrapInner{
    padding: 20px 0 0;
  }
	#page-top{
		display: none;
	}

	#key.index{
		height: 250px;
		background-image: url("../image/header.png");
	}
	#key.index h2{
		font-size: clamp(1.8rem, 3vw, 2.4rem);
    max-width: 18em;
		padding-top: 0;
	}
	#key.content{
		background-image: url("../image/header_slim_sp.png");
		background-position: bottom right;
	}
	
	#buttonIndex a{
		width: calc( (100% - 20px) / 2);
		height: 3em;
	}

	#pageHeading #pageHeadingInner{
		padding: 20px 20px 0;
	}
	#breadcrumb ol li{
		display: inline-block;
	}

	.indexContent{
		padding: 20px;
		break-inside: avoid-page;
	}
	.indexContent .img{
		flex-shrink: 0;
		flex-basis: clamp(280px, 40%, 380px);
	}
	.indexContent .h3 p img{
		width: 36px;
	}
	.indexContent h3{
		padding-top: 8px;
	}
	
	#headingText.flex{
		display: flex;
	}
	#headingText .h2 p img{
		width: 48px;
	}
	#headingText h2{
		padding-top: 13px;
	}
	#headingText h3 br{
		display: inline;
	}
	
	.linkIndex{
		margin: 60px auto;
	}
	.contentBox{
		padding: 60px 0 80px;
		break-before: page;
	}
	.contentBox .flex:first-of-type{
		break-inside: avoid-page;
	}
	.contentBox .img{
		flex-shrink: 0;
		flex-basis: clamp(280px, 40%, 380px);
		margin-right: 40px;
	}
	.contentBox .template{
		background-color: #FFF;
		border: 2px solid #D7D9E5;
	}
	.contentBox .template .col img{
		max-width: 225px;
	}
	.contentBox .onecol.newlifestyle .text{
		text-align: center;
	}
	.contentBox .onecol.newlifestyle .text br{
		display: inline;
	}
	
	.contentBox .youtubeWrap{
		max-width: 400px;
		flex-direction: column;
	}	
	.contentBox .template.kuji .flex::after{
    content: "";
    display:block;
    width: calc(100% / 2)
	}
		
}

/*--------------------------
		       NEW
--------------------------*/

/*--基本--*/
.new{
	display: inline-block;
	background-color: #E2323E;
	color: #FFF;
	font-size: 0.8em;
	font-weight: normal;
	padding: 1px 5px;
	margin-right: 0.6em;
}

/*--linkIndex内で使うNEW--*/
.linkIndex ul li a .new{
	margin-right: 0;
	margin-left: 0.6em;
}

/*--各商品名に付ける大きいNEW--*/
.new-l{
	display: inline-block;
	background-color: #E2323E;
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	padding: 2px 10px;
	margin-bottom: 10px;
}

@media (max-width: 1023.9px) {
  .l-header__button .--text{
    letter-spacing: 0;
  }
}