@charset "UTF-8";

/* font
---------------------------------------------------------- */
#contents{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
}


/* common
---------------------------------------------------------- */
.clear {
clear: both;
}
.center {
margin-right: auto;
margin-left: auto;
display: block;
}
.centerTxt {
text-align: center !important;
}
.rightTxt {
text-align: right !important;
}
.leftTxt {
text-align: left !important;
}
.notes {
padding-left: 1em;
text-indent: -1em;
margin-bottom: 0.5em;
clear: both;
color: #868686;
line-height: 1.6;
}
.notes li ol{
padding-left: 1em;
text-indent: -1em;
}
.notes_num {
padding-left: 2.5em;
text-indent: -2.5em;
}
.notes_block {
padding: 0.8em 1em;
border: 2px solid #C89E74;
line-height: 1.2;
color: #B67F47;
}
sup {
color: #868686;
font-size: 0.8em;
}
small{
color: #868686;
font-size: 0.3em;
vertical-align: text-top;
}
.pc_only {
display: block;
}
.sp_only {
display: none;
}
.js-image-switch {
}
.border-box{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.asterisk {
vertical-align: super;
font-size: 0.7em;
}
figcaption {
font-size: 14px;
padding-top: .5em;
padding-bottom: 0em;
}
sup{
font-size: 0.8em;
color: #FFFFFF;
}
img{
height: auto;
vertical-align: top;
}


/* width
---------------------------------------------------------- */
.pw100 {
width: 100% !important;
}

/* txtSize
---------------------------------------------------------- */
.smallfont {
font-size: 80% !important;
line-height: 1.8;
}
.xsmallfont {
font-size: 70% !important;
line-height: 1.6;
}
.bigfont {
font-size: 110% !important;
line-height: 1.8;
}
/*margin*/
.mgn00 {
margin-bottom: 0px !important;
}
.mgn5 {
margin-bottom: 5px !important;
}
.mgn10 {
margin-bottom: 10px !important;
}
.mgnEm5 {
margin-bottom: 0.5em !important;
}
.mgnEm01 {
margin-bottom: 1em !important;
}
.mgnEm015 {
margin-bottom: 1.5em !important;
}
.mgnEm02 {
margin-bottom: 2em !important;
}
.mgnEm03 {
margin-bottom: 3em !important;
}
.mgnEm04 {
margin-bottom: 4em !important;
}
.mgnEm05 {
margin-bottom: 5em !important;
}
.mgnEm06 {
margin-bottom: 6em !important;
}
.mgnEm07 {
margin-bottom: 7em !important;
}
.mgnT05em {
padding-top: .5em !important;
}
.mgnT1em {
padding-top: 1em !important;
}
.mgnT2em {
padding-top: 2em !important;
}
.mgnT3em {
padding-top: 3em !important;
}
.mgnT4em {
padding-top: 4em !important;
}

/* link
---------------------------------------------------------- */
a {
color: #0085d4;
text-decoration: none;
transition: 0.2s;
word-break: break-all;
}
a:hover {
color: #022895;
opacity: 0.6;
text-decoration: underline;
}
section{
width: 910px;
margin-left: auto;
margin-right: auto;
display: block;
position: relative;
}
ol li {
 font-size: 80%;
}


/* SP
---------------------------------------------------------- */
@media screen and (min-width:1px) and (max-width:767px) {
	body {
	min-width: 100%!important;
	}
  section {
	width: 90%;
  }
  .noto {
  font-family: inherit;
  }
  .pc_only {
  display: none !important;
  }
  .sp_only {
  display: block !important;
  line-height: 0;
  }
  .sp_smallfont {
  font-size: 80% !important;
  line-height: 1.8;
  }
  .sp_100pw{
  width: 100% !important;
  }
	.sp_mgnEm01 {
	margin-bottom: 1em !important;
	}
  .notes {
  line-height: 1.5 !important;
  }
	.breadcrumbs {
	    width: auto;
	    margin-left: -5.5%;
	    margin-right: -5.5%;
	}
}
