@charset "utf-8";

/* common.css
---------------------------------------------*/

.lh12 { line-height: 1.2 ; }
.lh14 { line-height: 1.4 ; }
.lh16 { line-height: 1.6 ; }
.lh18 { line-height: 1.8 ; }
.lh20 { line-height: 2.0 ; }

.mt0{ margin-top:0 !important; }
.mt5{ margin-top:5px !important; }
.mt10{ margin-top:10px !important; }
.mt15{ margin-top:15px !important; }
.mt20{ margin-top:20px !important; }
.mt25{ margin-top:25px !important; }
.mt30{ margin-top:30px !important; }

.mb0{ margin-bottom:0 !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }

.mr5{ margin-right:5px !important; }
.mr10{ margin-right:10px !important; }
.mr15{ margin-right:15px !important; }
.mr20{ margin-right:20px !important; }

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

.p-single-product-freearea img{ margin: 0 auto; }
.c-product-freearea img{ margin: 0 auto; }

.freeWrap{ padding-bottom: 50px; }

/* common.css END
---------------------------------------------*/

	.tcRed{ color: #E30012; }
	.tcOrange{	color:#FF7F00;	}
	.taC{ text-align: center; }
	.taR{ text-align: right; }

	.fs14px{	font-size: 14px;	}

	.fs110{	font-size: 1.1em;	}
	.fs120{	font-size: 1.2em;	}
	
	.clearfix::after {
		content: "";
		clear: both;
		display: block;
	}

.pageHeading{
	margin: 0 auto;
	line-height: 1.2em;
}
.pageHeading sup{
  font-weight: normal;
  font-size: 0.7rem;
  padding: 0 2px;
}
.pageHeading sup a{
  text-decoration: none;
  color: #003379;
}
.pageHeading sup a:active,
.pageHeading sup a:focus,
.pageHeading sup a:hover{
  color: #2675B0;
}
.pageHeading .line01{
  font-weight: bold;
  font-size: 1.4em;
  margin: 0 1rem;
}
.pageHeading .line02{
  font-weight: bold;
  font-size: 1.1em;
  margin: 1em 1rem 1em 1rem;
  line-height: 1.4em;
}
.pageHeading .line02 sup{
  color: #666;
}
.pageHeading .line03{
	color: #666;
	font-size: 0.7rem;
	margin: 1em 0 30px 0rem;
}
.refWrap{
  font-size: 0.8rem;
  margin: 2rem 0;
  padding: 1rem;
  border-top: 1px solid #999;
}
.refWrap sup a{
  font-weight: bold;
  text-decoration: none;
  color: #790033;
}
.refWrap sup a:active,
.refWrap sup a:focus,
.refWrap sup a:hover{
  font-weight: normal;
  color: #B02675;
}

h2.indexTitle{
	color: #FFF;
	background-color: #2675B0;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.4rem 1rem;
	margin-top: 50px;
}
h2.indexTitle:first-of-type{
  margin-top: 30px;
}
.private h2.indexTitle{
	background-color: #26B0B0;
}

.indexContents{
  padding: 0 1rem;
}
.indexContents .leading{
  color: #2675B0;
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 1em auto 1.4em;
}
.colWrap::after{
	content: '';
  display: block;
  clear: both;
}

.colWrap .col > p:not(:first-child){
  margin-top: 10px;
}

.colWrap .col .borderbox{
  border: 1px solid #51C1EF;
  padding: 1em;
	margin-top: 1em;
  line-height: 1.4em;
}

@media screen and (max-width: 799px) {
  .colWrap .col{  
    padding: 0 10px;
    margin: 1em 0 2em;
  }
}
@media screen and (min-width: 800px) {
  .colWrap{
    display: flex;
  }
  .colWrap .col{
    flex: 1 1;
    padding: 0 10px;
  }
}
@media screen and (min-width: 900px) {
  .pageTitle{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .pageTitle .main{
    flex: 2 0;
  }
  .pageTitle .sub{
    flex: 1 0;
  }
  .flex{
    display: flex;
  }
  .pageHeading{
    flex: 2 0;
  }  
  .categoryLink{
    flex: 1 0 ;
  }
}
.button{
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0.3em 0.9em;
	border: 0;
	border-radius: 0.2em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
	vertical-align: baseline;
}
.button.more{
	background-color: #003379;
	color: #FFF;
	padding: 1em 3em;
  margin: 1em 10px;
}
.button.more:hover{
	box-shadow:	inset 0 0 0 99em rgba(255, 255, 255, 0.2);
}

.arrow-right::before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 0.4em solid transparent;
	border-left-color: #fff;
  margin-left: 0.2em;
}
.pmore{
	text-align: right;
}

.indexlink .lineup{
  color: #2675B0;
  font-weight: bold;
  font-size: 1.1em;
  margin: 1rem 1rem 0.2rem;
}
.indexlink ul{
  margin: 0 0.6rem 1rem;
  padding-top: 0.8em;
  border-top: 1px solid #2675B0;
}
.indexlink ul li{
  display: inline-block;
}
.indexlink ul li a{
  display: block;
  background-color: #2675B0;
  color: #FFF;
  padding: 0.4em 0.6em 0.4em 0.4em;
  margin: 0 0.6em 0.8em;
  text-decoration: none;
}
.indexlink ul li a:hover {
  box-shadow: inset 0 0 0 99em rgb(255 255 255 / 20%);
}
.arrow-down::before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 0.4em solid transparent;
	border-top-color: #fff;
  margin-top: 0.3em;
}



