@charset "UTF-8";

/******************************
インデックスページ
******************************/
/*ログイン前*/
.indexLead{
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #171717;
    margin-bottom: 10px;
}
.indexMainImg{
    margin-bottom: 15px;
    text-align: center;
}
.indexButton{
    border-radius: 5px;
    text-align: center;
}
.indexButton a {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    color:  #fff!important;
    padding: 9px 0 8px;
    display: block;
    text-decoration: none;
}
.indexButton a span{
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
}
.indexButtonLast{
    margin-top: 25px;
}
.indexButton.resister{
    margin-top: 10px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #c62222), color-stop(50%, #d44747));
    background: linear-gradient(0deg, #c62222 49%, #d44747 50%);
}
.indexButton.login{
    background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #44a4a4), color-stop(50%, #64b7b7));
    background: linear-gradient(0deg, #44a4a4 49%, #64b7b7 50%);
    margin-top: 10px;
}
.pankuzuWrap .indexButtonLast {
  margin-top: 0;
}
.indexSec{
    padding-top: 30px;
}
.indexSec + .indexSec{
    margin-top: 25px;
}
.indexSecTit{
    text-align: center;
    margin: 30px 0 27px;
}
.indexSecImg {
  text-align: center;
}
.indexSecTit.line1{
    margin-top: 15px;
}
.indexSecTxt{
    color:  #171717;
    font-size: 1.4rem;
    width: 90.625%;
    margin: 14px auto 0;
}
.indexSecBan{
    width: 270px;
    margin: 25px auto 29px;
}
.indexSecBan img {
  display: inline;
}
.indexSecBan .amazon{
    margin: 1px 0 0 25px;
}
.indexSecBan .japaneseRedCross{
    margin: 1px 0 0 30px;
}
.indexSecBanTxt {
    width: 90.625%;
    margin: 0 auto 27px;
}
.indexSecBanTxt a {
    -ms-word-break: break-all;
    word-break: break-all;
    text-indent: 0;
}
.indexSecBanTxt li{
    font-size: 1.15rem;
    line-height: 1.4;
    text-indent: -1em;
    margin-left: 1em;
}

/* ログイン前ニュースページ */
.text_goto_login {
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
}

.text_goto_login a {
  text-decoration: underline;
}

.sponsorBoxWrap dl {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.sponsorBoxWrap dl dt {
  background: #969696;
  text-align: center;
  padding: 0.5em 1em;
  color: #fff;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
}

.sponsorBoxWrap dl dd {
  width: 75%;
  border-top: solid 1px #969696;
  border-right: solid 1px #969696;
  border-bottom: solid 1px #969696;
  padding: 0.5em 1em;
  line-height: 1.8;
}

.sponsorBoxWrap dl dd .separator {
  padding: 0 0.5em;
}

.boxBorderB {
  margin-bottom: 20px;
  border: solid 1px #000000;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.titBorderB {
  padding: 0 6px;
  margin-left: 0;
  line-height: 1.8;
  font-size: 1.2rem;
  background: #EBEBEB;
  border-bottom: solid 1px #000000;
}

.boxBorderB ul {
    padding: 6px 7px;
}

.boxBorderB li {
    color: #bc0d1e!important;
    display: inline;
}

.boxBorderB li a {
  color: #bc0d1e!important;
}

/* DVDページ */
.dvdSearchArea {
  margin: 0 auto 10px;
}
.selecWrapper{
  width: 100%;
  position: relative;
  display: inline-block;
}
.selecWrapper::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-bottom: solid 2px #333333;
  border-right: solid 2px #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  z-index: 10;
}
.dvdSearchArea select {
  background: transparent;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 45px;
  text-align: center;
  border: solid 1px #cccccc;
  border-bottom: solid 3px #cccccc;
  border-radius: 4px;
  background: rgb(245,245,245); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245,245,245,1)),color-stop(50%, rgba(245,245,245,1)),color-stop(50%, rgba(225,225,225,1)),to(rgba(225,225,225,1)));
  background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(245,245,245,1) 50%,rgba(225,225,225,1) 50%,rgba(225,225,225,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}

.dvdSearchFreeWordWrapper {
  display: inline-block;
  width: 100%;
  height: 45px;
  position: relative;
  margin-top: 10px;
}

.dvdSearchFreeWord {
  border: solid 1px #cccccc;
  width: 100%;
  height: 45px;
  background: #f5f5f5;
  background-size: 16px;
  border-radius: 4px;
  padding: 1em;
  position: relative;
}

.dvdSearchSubmit {
  width: 16px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.searchListItems a {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 12px auto;
  padding-bottom: 12px;
  border-bottom: solid 1px #cccccc;
}

.icon-new {
  background: #f40000;
  color: #fff;
  text-align: center;
  padding: 0.2em 0.5em 0.1em;
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  font-weight: normal!important;
}

.searchListItemsText .price {
  font-weight: bold;
  color: #f40000!important;
}

.searchListItemsText p {
  font-weight: bold;
}

.searchListItemsText {
  width: 70.92511%;
}

.searchListItemsImage {
  width: 21.83406%;
  margin-right: 12px;
}

.searchListItemsImage img {
  width: 100%;
  height: auto;
}

.searchListPager {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.searchListItems + .searchListPager {
   margin: 10px auto 10px;
}

.searchWrap + .searchListPager {
   margin: 10px auto -20px;
}

.btnPager {
  position: relative;
  width: 100px;
  height: 42px;
  border-bottom: solid 3px #cccccc;
  border-radius: 4px;
  background: rgb(245,245,245); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245,245,245,1)),color-stop(50%, rgba(245,245,245,1)),color-stop(50%, rgba(225,225,225,1)),to(rgba(225,225,225,1)));
  background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(245,245,245,1) 50%,rgba(225,225,225,1) 50%,rgba(225,225,225,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}

.btnPager a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 42px;
  color: #333;
  text-decoration: none;
  text-align: center;
}

.btnPrev::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #9e9e9e;
  border-left: solid 2px #9e9e9e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}

.btnNext::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #9e9e9e;
  border-left: solid 2px #9e9e9e;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.curenntPage {
  width: 85px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.searchListPager + p {
  text-align: center;
  margin-bottom: 20px;
}

.searchListPager + p a {
  color: inherit!important;
  text-decoration: underline;
}

.dvdDetailImage {
  max-width: 210px;
  margin: 15px auto;
}

.btnAmazon {
  position: relative;
  width: 260px;
  height: 50px;
  margin: 15px auto 10px;
  border-radius: 4px;
  background: rgb(255,220,132); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,220,132,1)),color-stop(49%, rgba(255,220,132,1)),color-stop(50%, rgba(236,193,87,1)),to(rgba(236,193,87,1)));
  background: linear-gradient(to bottom, rgba(255,220,132,1) 0%,rgba(255,220,132,1) 49%,rgba(236,193,87,1) 50%,rgba(236,193,87,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc84', endColorstr='#ecc157',GradientType=0 ); /* IE6-9 */
}

.btnAmazon a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: inherit!important;
}

.btnAmazon a span {
  font-size: 14px;
  font-weight: normal!important;
  padding-left: 0.3em;
}

.btnAmazon a img {
  width: 30px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}

.btnYahoo {
  position: relative;
  width: 260px;
  height: 50px;
  margin: 0 auto 10px;
  border-radius: 4px;
  background: rgb(212,71,71); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(212,71,71,1)),color-stop(50%, rgba(212,71,71,1)),color-stop(50%, rgba(198,34,34,1)),to(rgba(198,34,34,1)));
  background: linear-gradient(to bottom, rgba(212,71,71,1) 0%,rgba(212,71,71,1) 50%,rgba(198,34,34,1) 50%,rgba(198,34,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d44747', endColorstr='#c62222',GradientType=0 ); /* IE6-9 */
}

.btnYahoo a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff!important;
}

.btnYahoo a span {
  font-size: 14px;
  font-weight: normal!important;
  padding-left: 0.3em;
}

.btnCareNet {
  position: relative;
  width: 260px;
  height: 50px;
  margin: 0 auto 10px;
  border-radius: 4px;
  background: rgb(64,111,182); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(64,111,182,1)),color-stop(49%, rgba(64,111,182,1)),color-stop(50%, rgba(43,96,175,1)),to(rgba(43,96,175,1)));
  background: linear-gradient(to bottom, rgba(64,111,182,1) 0%,rgba(64,111,182,1) 49%,rgba(43,96,175,1) 50%,rgba(43,96,175,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406fb6', endColorstr='#2b60af',GradientType=0 ); /* IE6-9 */
}

.btnCareNet a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff!important;
}

.btnCareNet a span {
  font-size: 14px;
  font-weight: normal!important;
  padding-left: 0.3em;
}

.careNetDVDinformation a {
  color: inherit!important;
  text-decoration: underline;
  margin: 15px 0;
  display: block;
}

.dvdDetailData {
  width: 100%;
  table-layout: fixed;
  margin: 20px auto;
}

.dvdDetailData th {
  width: 23.61516%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #cccccc;
  background: #f0f0f0;
  padding: 15px 10px;
}

.dvdDetailData td .label {
  display: inline-block;
  background: #e4f1ff;
  padding: 0.5em 1em;;
  border-radius: 4px;
  margin: 5px 0;
}

.dvdDetailData td .label a {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
}

.dvdDetailData td.price {
  color: #f40000!important;
  font-weight: bold;
}

.dvdDetailData td {
  width: 76.38484%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #cccccc;
  padding: 15px 10px;
}

.subTit {
  background: #f1f1f1;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem;
  margin: 20px 0 10px;
}

.dvdDetailImageBottom {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto;
}

.dvdDetailImageBottom div {
  width: 48.3965%;
  margin-bottom: 10px;
}

.dvdDetailImageBottom div img {
  width: 100%;
  height: auto;
}

.lecturerHead {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}


.sectionText + .lecturerHead {
  margin-top: 10px;
}

.lecturerImage {
  width: 23.32361%;
}

.lecturerImage img {
  width: 100%;
  height: auto;
}

.lecturerText {
    width: 70.84548%;
}

.lecturerText p {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.lecturerText .label {
  display: inline-block;
  background: #e4f1ff;
  padding: 0.5em;
  border-radius: 4px;
}

.lecturerText .label a {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
}

.dvdSample {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin: 10px auto 20px;
}

.dvdSample iframe {
position: absolute;
width: 100% !important;
height: 100% !important;
}

.dvdRelatedItems a {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 10px;
  margin-top: 10px;
}

.dvdRelatedItemImage {
  width: 21.86588%;
}

.dvdRelatedItemImage img {
  width: 100%;
  height: auto;
}

.dvdRelatedItemText {
  width: 74.05247%;
}

.dvdRelatedItemText .tit {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #3071b9;
}

.dvdRelatedItemText p {
  color: #929292;
  font-size: 1.2rem;
}

.textR {
  text-align: right;
}


/*ログイン後*/
.siteMenu {
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    border-top: none;
    border-left: none;
    -webkit-box-shadow: 0px 2px 0px 0px #d1d1d1;
            box-shadow: 0px 2px 0px 0px #d1d1d1;
}
.siteMenu .row {
    width: 100%;
    display: table;
}
.siteMenu a {
    width: 33.33%;
    height: 56px;
    padding-top: 2px;
    padding-left: 2px;
    color: #333;
    line-height: 1.3;
    font-size: 12.5px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #ebebeb), color-stop(50%, #f5f5f5));
    background: linear-gradient(0deg, #ebebeb 49%, #f5f5f5 50%);
}
.siteMenu a::after {
    width: 0;
    height: 0;
    margin: 0 0 0 7px;
    border-left: 5px solid #c9c9c9;
    border-bottom: transparent 5px solid;
    border-top: transparent 5px solid;
    content: "";
    position: absolute;
    right: 2px;
    bottom: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.boxBtn {
    width: 96.666%;
    margin: 0 auto 5px;
}
.boxBtn .row {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 3px;
    overflow: hidden;
}
.boxBtn .row:first-of-type {
  margin-top: 0;
}
.boxBtn .btn {
    width: 48.27586%;
    min-height: 40px;
    float: right;
    padding-top: 11px;
    padding-left: 13px;
    padding-right: 18px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    display: block;
    vertical-align: middle;
    border-radius: 5px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #ebebeb), color-stop(50%, #f5f5f5));
    background: linear-gradient(0deg, #ebebeb 49%, #f5f5f5 50%);
    -webkit-box-shadow: 0px 2px 0px 0px #cccccc;
            box-shadow: 0px 2px 0px 0px #cccccc;
    position: relative;
}
.boxBtn .btn:first-child {
  margin-left: 0;
}
.boxBtn a:after {
  width: 5px;
  height: 5px;
  border-right: 2px solid #9E9E9E;
  border-top: 2px solid #9E9E9E;
  border-radius: 2px;
  content: "";
  margin: 0 0 0 10px;
  right: 13px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 16px;
}
.boxBtn .btn:first-child {
  float: left;
    margin-left: 0;
}
.secRecruitTit {
    border-top: 4px solid #5fb391;
}
.secRecruitTit a {
    display: block;
    padding: 15px 12px 13px 0;
    margin: 0 24px 0 15px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    position: relative;
}
.secRecruitTit a::after {
    width: 6px;
    height: 6px;
    border-right: 2px solid #5fb391;
    border-top: 2px solid #5fb391;
    border-radius: 2px;
    content: "";
    margin: -5px 0 0 9px;
    right: 0;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
}
.recruit {
  margin-top: 10px;
}
.recruit .listWrap {
    padding: 0;
}
.recruit .listWrap a {
    padding-top: 0;
    border-top: none;
}
.recruit .listItem {
    padding: 12px 5px 0;
    border-top: 1px dotted #64B493;
}
.recruit .listItem .itemTxt {
    width: 96.666%;
    font-weight: normal;
}
.medscapeList{
  margin-bottom: 10px;
}

/******************************
ニュース
******************************/
.sectionFText {
  margin-top: 10px;
}
/*専門家はこう見る、原著論文はこちら*/
.boxOriginal {
  margin-top: 10px!important;
}
.boxAside {
  margin-top: 24px;
  position: relative;
}
.boxAside .itemTxt {
  font-size: 1.3rem;
  line-height: 1.461538462;
}
.asideTit {
  padding-top: 30px;
  padding-bottom: 3px;
  overflow: hidden;
  z-index: 10;
  border-bottom: 1px solid #D9D9D9;
}
.asideTit span {
  min-width: 148px;
  padding: 10px;
  line-height: 1;
  margin-bottom: -3px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 1;
  border: 1px solid #D9D9D9;
  border-bottom: 1px solid #fff;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
}
.boxReference {
  border: 1px solid #D9D9D9;
}
.titReference {
  padding-left: 10px;
  background: #EBEBEB;
  border-bottom: 1px solid #D9D9D9;
}
.listReference {
  margin: 10px;
}
.listReference li {
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
}
.listReference li:first-child {
  padding-top: 0;
  border: none;
}
.boxReference .asideTit span {
  min-width: auto;
}
.boxReference .asideTit span:before {
  content: normal;
}
.asideTit span:before {
  width: 16px;
  height: 16px;
  padding: 10px 0;
  padding-right: 20px;
  content: "";
}
.boxPerson .asideTit span:before {
  background: url(/common/images-sp/common/icon/ico_person.png) no-repeat left 8px;
  background-size: 14px 16px;
}
.boxOriginal .asideTit span:before {
  background: url(/common/images-sp/common/icon/ico_original.png) no-repeat left 8px;
  background-size: 14px 16px;
}
.boxAside .itemTit {
  margin-bottom: 13px;
  color: #3071b9;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boxAside .itemPersonName p{
  line-height: 1.5;
  overflow: hidden;
  text-overflow: clip;
  white-space: normal;
}
.boxOriginal a {
  color: #3071b9;
}
.boxOriginal .itemTxt p {
    white-space: normal;
}
.boxPerson .boxIn {
  padding-top: 10px;
  border-top: 1px solid #d9d9d9;
}
.boxPerson .boxIn:first-of-type {
  padding-top: 0;
  border-top: none;
}
.boxPerson .listWrap {
  margin-bottom: 0;
}

/*注意文*/
.bottomNotice {
    width: 90.625%;
    margin: 11px auto;
    padding: 10px;
    color: #333;
    font-size: 1.2rem;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}
.bottomNotice a {
  padding-left: 0;
}

/*Clearジャーナル四天王*/
.boxOtherComments a {
  color: #3071b9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titOtherComments {
  margin: 10px 0;
  font-weight: bold;
  text-align: center;
}
.boxOtherComments a:first-child {
  padding-top: 5px;
}
.boxAboutJclear .secTit {
  margin-bottom: 10px;
}

/*週間アーカイブタイトル*/
.newsArchiveTit{
    font-size: 1.2rem;
    padding: 5px 10px;
    background-color: #ebebeb;
}
.secTit + .newsArchiveTit{
    margin-top: 10px;
}

/*CNN*/
.boxAside .titleLine {
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
  border-left: none;
  overflow: hidden;
}
.imgArea.boxAside {
  word-break: break-all;
}
.forthcomingArea {
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.newsIndexLead {
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}
.imgTakeda {
  margin-top: 10px;
}

/******************************
ポイント
******************************/
/*ログイン前*/
.titImg,
.imgPointExchange  {
    margin-bottom: 10px;
}
.titImg img,
.imgPointExchange img {
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.blockMainPointIn {
  width: 93.75%;
  margin: 0 auto;
  font-size: 1.2rem;
}
.titRedBar {
  padding: 5px 10px;
  font-size: 1.6rem;
  background-color: #ebebeb;
}

/*ログイン後*/
.boxListPoint .list {
  padding: 0;
}
.btnShowMore {
  width: 100%;
  margin: 20px auto 10px;
  text-align: center;
}
.btnShowMore a {
  height: 30px;
  padding-top: 0 !important;
  line-height: 30px;
  color: #999;
  font-size: 1.25rem;
  font-weight: bold;
  border: 1px solid #999 !important;
  position: relative;
}
.btnShowMore a:after {
  content: "";
  width: 15px;
  height: 9px;
  background: url(/common/images-sp/common/icon/ico_more.png) no-repeat 75% center;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -4px;
}
.boxPointInfo {
    margin-top: 15px;
    font-size: 1.4rem;
}
.banAdGroup + .boxPointInfo {
  margin-top: 0;
}
.btnPointPages {
  margin-top: 30px;
}
.btnPointPages + .banAdGroup img {
  margin-top: 10px;
}
.boxPointInfo p {
    text-align: center;
}
.btnPoint {
    margin-top: 10px;
}
.btnPoint,
.btnUp {
    margin-top: 10px;
}
.btnPoint a,
.btnUp a {
  color: #333;
  font-size: 1.25rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #ebebeb), color-stop(50%, #f5f5f5));
  background: linear-gradient(0deg, #ebebeb 49%, #f5f5f5 50%);
  -webkit-box-shadow: 0px 2px 0px 0px #d1d1d1;
          box-shadow: 0px 2px 0px 0px #d1d1d1;
}
.boxPointInfo .point {
    font-weight: bold;
}
.itemNote {
    color: #333;
    font-size: 1.3rem;
}
.itemNote .point {
    padding-right: 1em;
    font-size: 1.3rem;
    font-weight: bold;
}
.showMoreWrap.list a {
  border-top: none;
  border-bottom: 1px solid #d9d9d9;
}
.showMoreWrap.list a:last-of-type {
  border-bottom: none;
}

/*ポイントを交換する*/
.wrapExChangeList {
    margin-bottom: 30px;
}
.wrapExChangeList .box {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
}
.pointExchangeTit {
    margin-bottom: 20px;
    text-align: center;
}
.btn input {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    position: relative;
}
.btnBlue a,
.btnBlue input {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #1183b9), color-stop(50%, #4aa1ca));
  background: linear-gradient(0deg, #1183b9 49%, #4aa1ca 50%);
}
.btnRed a,
.btnRed input {
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #c62222), color-stop(50%, #d44747));
    background: linear-gradient(0deg, #c62222 49%, #d44747 50%);
}
.boxPointDesc {
  margin-bottom: 10px;
    font-size: 1.4rem;
}
.boxPointDesc a {
    color: #333;
    text-decoration: none;
    word-break: break-all;
    display: inline;
}
.pointDiscTit {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
}
.pointExchangeTitImg {
    margin: 10px;
    text-align: center;
}
.amazonNote,
.btnNote li {
    text-indent: -1em;
    padding-left: 1em;
    color: #999;
    font-size: 1.2rem;
}
.amazonNote a,
.btnNote a {
    color: #999;
    text-indent: 0;
}
.boxPointHistory {
    margin-bottom: 20px;
    font-size: 1.4rem;
}
.boxPointHistory .secTit {
    margin-bottom: 10px;
}
.listPointHistory .row {
    width: 100%;
    margin-top: 8px;
    padding-top: 8px;
    font-size: 1.2rem;
    display: table;
    table-layout: fixed;
    border-top: 1px solid #d9d9d9;
}
.listPointHistory .row:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border: 0;
}
.listPointHistory p {
    display: table-cell;
    vertical-align: top;
}
.PointHistoryDate {
    width: 7em;
}
.PointHistoryDate {
    padding-right: 5px;
}
.pointResult {
    padding: 2px;
    margin-top: 3px;
    line-height: 1;
    color: #fff;
    display: inline-block;
}
.pointResult.exchange {
    background-color: #8c8c8c;
}
.pointResult.get {
    background-color: #c01d2d;
}
.boxPointHistory .more {
    margin-top: 5px;
    text-align: right;
}
.boxPointHistory .more a {
  color: #333;
  font-size: 1.3rem;
  text-decoration: none;
}
.wrapPointInput {
    padding: 15px 0;
    margin-top: 15px;
    margin-bottom: 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #eeead8;
}
  .boxPointInput {
    padding: 0 10px;
}
.pointInput {
    width: 300px;
    height: 2em;
    margin: 0 auto 15px;
    line-height: 2em;
    font-size: 1.6rem;
    text-align: center;
}
.pointInput input {
    width: 65%;
    margin-right: 5px;
    padding: 3px;
    font-size: 1.8rem;
    border: 1px solid #d9d9d9;
    text-align: right;
}
.errorMessage {
    width: 93.75%;
    margin: 0 auto 10px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.pointDiscList {
    margin: 10px 5px;
}
.pointDiscList li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 3px;
}
.pointDiscList a {
    text-indent: 0;
}
.boxIn .pointDiscTit {
    margin-top: 15px;
}
.boxIn .pointDiscTit:first-of-type {
    margin-top: 0;
}
.resultTit {
    font-size: 1.4rem;
    text-align: center;
}
.resultTit .point {
    font-size: 1.6rem;
    font-weight: bold;
}
.ticketNum {
    width: 90%;
    margin: 10px auto 0;
    text-align: center;
}
.ticketNum dt {
    padding: 10px;
    font-size: 1.6em;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #ecbd53), color-stop(50%, #f2c757));
  background: linear-gradient(0deg, #ecbd53 49%, #f2c757 50%);
}
.ticketNum dd {
    padding: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    border: 1px solid #aaa;
    border-top: none;
    background-color: #fff;
}
.dateDue {
  margin-top: 10px;
  text-align: center;
}

/******************************
Medscape
******************************/
.titMedscape {
  text-align: center;
}
.titMedscape .box {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #d9d9d9;
}
.leadTit {
  margin-top: 5px;
}
.listWrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #d9d9d9;
}
section .listWrapper:first-of-type {
  margin-top: 20px;
}
.listWrapper.kiji {
    padding-bottom: 0 !important;
    border-bottom: none;
}
.listWrapper .listMedscape {
  /*display: none;*/
  background: #F8F8F8;
  border-top: none;
    border-bottom: 1px solid #d9d9d9;
}
.listMedscape.noVa {
  display: block !important;
}
.listWrapper .list a{
  padding: 16px 0;
}
.listWrapper .titImg {
  text-align: center;
}
.listWrapper .list,
.listWrapper .secTit,
.listWrapper .pager {
    margin-bottom: 0;
}
.listWrapper .pager {
    margin-bottom: 10px;
}
.backToIndex {
    margin: 10px 10px 0;
    text-align: right;
}
.backToIndex a {
  color: #333;
    font-size: 1.4rem;
    text-decoration: none;
}


/******************************
連載企画
******************************/
.boxSerise {
    margin-bottom: 20px;
}
.boxSerise .itemTxt {
    color: #333;
    font-weight: normal;
}
.boxSerise .itemTxt .itemTxtTit {
    color: #3071b9;
    font-weight: bold;
    font-size: 1.5rem;
}

/******************************
特集
******************************/
.boxSpecial {
   margin-bottom: 10px;
}
.listDisc {
    margin: 10px 0;
}
.listDisc li {
    margin-top: 5px;
    padding-left: 15px;
    position: relative;
}
.listDisc li:before {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #9E9E9E;
    top: .425em;
    left: 1px;
}
.boxForthcominglist .listDisc li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.currentTit {
    font-size: 1.9rem;
    font-weight: bold;
}
.currentTheme .itemTxt {
    vertical-align: middle;
}
.currentTheme a {
    color: #333;
    pointer-events:none;
}
.pastTheme {
    margin: 15px 0 10px;
}
.boxSpecial .itemTxt .itemMonth {
    font-size: 1.2rem;
    color: #999999;
    vertical-align: top;
    margin-bottom: 2px;
    font-weight: normal;
}
.boxSpecial .itemTxt .itemTxtTit {
    color: #3071b9;
}

/******************************
コンテンツ一覧
******************************/
.boxContArchive {
    margin-bottom: 10px;
}
.boxContArchive .itemTxt {
    color: #333;
    font-weight: normal;
}
.boxContArchive .itemTxt .itemTxtTit {
    color: #3071b9;
    font-weight: bold;
    font-size: 1.5rem;
}

/******************************
コンテンツ記事
******************************/
.upperFreeArea {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.upperContentArea  {
  margin-bottom: 10px;
}
.underContentArea  {
  margin-top: 10px;
}

/*Swiper*/
.swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  background-color: #eee;
  z-index: 10 !important;
}
.swiper-slide {
  text-align: center;
}
.swiper-slide img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}
.swiper-pagination {
  bottom: 18px !important;
  left: 50% !important;
  margin-left: -2em;
}
.swiper-pagination-bullet {
  width: auto !important;
  height: auto !important;
  display: none !important;
  border-radius: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-pagination-bullet-active {
  width: 5em;
  color: #9E9081;
  line-height: 1;
  text-align: center;
  display: block !important;
  background-color: transparent !important;
}
.swiper-button-next,
.swiper-button-prev {
  width: 150px !important;
  height: 150px !important;
  margin-top: -75px !important;
  -webkit-background-size: 25px !important;
  /*pointer-events:none;*/
}
.swiper-button-next {
  right: -60px !important;
}
.swiper-button-prev {
  left: -60px !important;
}
.cloneSlide {
  position: fixed !important;
  top: 0;
  left: 0;
}
@media only screen and (orientation:portrait) {
  .swiper-container {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
  }
}
@media only screen and (orientation:landscape) {
  .swiper-slide {
    width: 100% !important;
  }
}
.slideNote {
  font-size: 1.3rem;
  margin: 10px 0;
}
/*キーワード*/
.boxKeyword {
    width: 90.625%;
    margin: 11px auto 10px;
    border: 1px solid #e6e6e6;
}
.boxKeyword dt {
  display: block;
  padding: 2px 10px;
  color: #fff;
  background-color: #808080;
  border-bottom: 1px solid #e6e6e6;
}
.boxKeyword dd {
  padding: 0 10px 5px 5px;
}
.boxKeyword a {
  margin-top: 5px;
  padding: 2px 15px;
  display: inline-block;
  border-right: 1px solid #d9d9d9;
  color: #333;
  text-decoration: none;
}
.boxKeyword a:last-child {
  border-right: none;
}
#kotak-dialog {
  position:fixed;
  top:20%;
  left:50%;
  margin:0px 0px 0px -45%;
  width:90%;
  height:auto;
  background-color:#fff;
  z-index:2000;
  display:none;
}

/* Iframe */
#iframeContainer iframe {
  width:100%;
  height:100px;
  border:none;
  background-color:#fff;
  overflow-y: scroll;
}

/******************************
検索結果
******************************/
.fullsearch .search {
    width: 90%;
    margin-bottom: 10px;
}
.otherSec .fullsearch .search {
  width: 90%;
    margin-top: 0;
    margin-right: 10px;
}
.fullsearch .search input {
    width: 100%;
}
.otherSec .boxFullsearch p {
  margin-left: 10px;
  font-size: 1.4rem;
}
.otherSec .fullsearch .submit {
  width: auto;
}
.txtResult0 {
  margin-top: 0 !important;
}
.searchResults {
    font-size: 1.2rem;
    padding: 5px 10px;
    background-color: #ebebeb;
}
.boxFullsearch + .searchResults {
    margin-bottom: 10px;
}
.boxFullsearch .itemTxtTit{
    color: #333;
    font-size: 1.4rem;
}
.boxFullsearch .itemTxt {
    color: #999;
    font-size: 1.2rem;
    font-weight: normal;
}
.boxFullsearch .itemTxt p{
  white-space: normal;
}
.boxFullsearch .itemHead {
    margin: 5px 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.boxFullsearch .itemHead .date {
    margin-right: 6px;
}
.fullsearchTxt{
  padding-bottom: 2px;
}
.resKw {
  font-weight: bold;
}
.point img{
  margin: 5px 0 0;
}

/******************************
誘導ページ
******************************/
.edMainImg{
  margin-top: 10px;
  text-align: center;
}
.edButton{
    width: 93.75%;
    margin: 0 auto 25px;
    border-radius: 5px;
    text-align: center;
}
.edButton a {
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  color: #fff;
}
.edButton.resister{
    background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #c62222), color-stop(50%, #d44747));
    background: linear-gradient(0deg, #c62222 49%, #d44747 50%);
}
.edButton.login{
    background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #44a4a4), color-stop(50%, #64b7b7));
    background: linear-gradient(0deg, #44a4a4 49%, #64b7b7 50%);
}
.edSecTit{
  padding-bottom: 5px;
  margin: 25px auto 0;
  font-size: 1.4rem;
  font-weight: bold;
    width: 90.625%;
  border-bottom: 1px solid #d9d9d9;
}
.edSecTxt{
    color:  #171717;
    font-size: 1.4rem;
    width: 90.625%;
    margin: 14px auto 10px;
}
.edSecImg{
  text-align: center;
  margin: 15px 0 25px;
}
.edNotice{
  width: 90.625%;
  margin: 25px auto;
  padding: 10px 10px 5px;
  color: #333;
  font-size: 1.2rem;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}
.edNotice p a{
  display: inline;
  word-break: break-all;
}
.edNotice .btn{
  margin-top: 10px;
  text-align: center;
}
.edContact {
  line-height: 2;
}

/******************************
メンテナンス画面・404画面/エラー画面・公開期限制約画面・ジャンプページ画面
******************************/
.otherSec {
  margin: 0 auto 50px;
}
.otherSec p {
  width: 93.75%;
  font-size: 1.4rem;
  margin: 5px auto 0;
}
.otherSec p:first-of-type {
  margin-top: 15px;
}
.otherSecLink a {
  text-decoration: none !important;
  position: relative;
  padding-left: 10px;
}
.otherSecLink a:after {
  width: 5px;
  height: 5px;
  border-right: 2px solid #9E9E9E;
  border-top: 2px solid #9E9E9E;
  content: "";
  margin: 0 0 0 10px;
  left: -12px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 4px;
}

#sitemap .pageCategory .titleLine  {
  width: 100%;
  padding: 2px 1px 2px 10px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.6rem;
  border-left: 6px solid #c00;
  overflow: hidden;
}

.pageCategory {
  margin-top: 30px;
}

.pageTitle {
  margin-bottom: 10px;
}

.iconList:after{
  display: block;
  clear: both;
  height: 0;
  visibility:hidden;
  content: '.';
  line-height: 0;
}

/******************************
全部盛りテンプレート用CSS
******************************/

/*全部盛りテンプレートレイアウト用CSS*/
#imgNew {
  width: 28px;
  height: auto;
  display: inline;
}

.frameWrap {
  word-break: break-all;
}

.demoSectionIn {
  padding-bottom:15px;
}

.demoTitle {
  margin: 0 0 15px;
  padding:5px 10px 3px;
  background:#505050;
  color:#FFFFFF;
  font-size:1.2rem;
  font-weight:bold;
}

.demoListTitle {
  padding-left:8px;
  margin:15px 0 10px;
  color:#06F;
  font-size:116.6%;
  background:#CCC;
}

.inTitle {
  padding-bottom:5px;
  margin-bottom:10px;
  font-size:1.2rem;
  font-weight:bold;
  border-bottom:solid 1px #c8c8c8;
}

.listInTitle {
  margin:15px 0 10px;
  font-size:1.1rem;
  border-bottom:solid 1px #C8C8C8;
  color:#505050;
}

.accordion .accordionTit {
  cursor:pointer;
  padding-top:10px;
}

.accordion .contents {
  margin-bottom:20px;
  background:#F7F7F7;
  border: 1px #c0c0c0 solid;
}

pre {
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-break : break-all;       /* Internet Explorer 5.5+ */
}

/******************************
タイトル周り
******************************/
/*h1タイトル*/
.boxTitle {
  margin: 0 auto 12px;
  padding-bottom: 10px;
  border-top: 3px solid #D10000;
  border-bottom: 1px solid #D9D9D9;
}
.titMain {
  padding-top: 13px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.421052632;
}
.boxTitleSns {
  margin-top: 7px;
  color: #999;
  font-size: 1.2rem;
  line-height: 1.5;
}
.boxTitleSns li {
  margin-right: 5px;
}

/*旧h1タイトル*/
.title01 {
  color:#404E60;
  font-size:1.8rem;
  font-weight:bold;
  padding:0 0 13px 7px;
  margin:0 0 15px 0;
  border-bottom: 1px solid #656464;
  -webkit-box-shadow: 0px 5px 3px -4px #d9d9d9;
          box-shadow: 0px 5px 3px -4px #d9d9d9;
  word-wrap:break-word;
}

.gray {
  margin-bottom: 3px;
  color: #505050;
}
/* H2 */
.title02_border_l {
    border-left: solid 3px #ad0026;
    padding-left: 0.5em;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
    overflow: hidden;
    margin-bottom: 8px;
}

.title02_border_l.archive .title {
  width: 70%;
  float: left;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
}

.title02_border_l.archive .link {
  width: 30%;
  float: right;
  font-size: 1.2rem;
  vertical-align: bottom;
}

.title02_border_l.archive .link {
  padding-left: 10px;
}

.title02_border_l.archive .link a {
  padding-left: 15px;
  float: right;
  display: inline-block;
  position: relative;
}

.title02_border_l.archive .link a:before,
.title02_border_l.archive .link a:after {
  display: block;
  content: '';
  position: absolute;
}

.title02_border_l.archive .link a:before {
  top: .2em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #9E9E9E;
}

.title02_border_l.archive .link a:after {
  z-index: 2;
  top: .5em;
  left: 2px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.title02_border_none {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
    padding-top: 6px;
    padding-bottom: 6px;
}


.title02 {
  width: 100%;
  padding: 2px 1px 2px 10px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.6rem;
  border-left: 6px solid #c00;
  overflow: hidden;
}

.title02.archive .title {
  width: 70%;
  float: left;
  line-height: 1.25;
  font-weight: bold;
  font-size: 108.3%;
  position: static;
  color: #404E60;
}

.title02.archive .link {
  width: 30%;
  float: right;
  font-size: 1.2rem;
  vertical-align: bottom;
}


.title02.archive .link a {
  padding-left: 15px;
  float: right;
  display: inline-block;
  position: relative;
}

.title02.archive .link a:before,
.title02.archive .link a:after {
  display: block;
  content: '';
  position: absolute;
}

.title02.archive .link a:before {
  top: .2em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #9E9E9E;
}

.title02.archive .link a:after {
  z-index: 2;
  top: .5em;
  left: 2px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.title02.link a {
  color: #404E60;
}

/*H3*/
.title03 {
  width: 100%;
  padding: 2px 1px 2px 10px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.6rem;
  border-left: 6px solid #c00;
  overflow: hidden;
}

.title03 span {
  font-size: 1.2rem;
  color: #505050;
  font-weight: normal;
}

.title03.archive .title {
  width: 70%;
  float: left;
  line-height: 1.25;
  font-weight: bold;
  font-size: 108.3%;
  position: static;
  color: #404E60;
}

.title03.archive .link {
  width: 30%;
  float: right;
  font-size: 1.2rem;
  vertical-align: bottom;
}

.title03.archive .link,
.title03 span {
  padding-left: 10px;
}

.title03.archive .link a {
  padding-left: 15px;
  float: right;
  display: inline-block;
  position: relative;
}

.title03.archive .link a:before,
.title03.archive .link a:after {
  display: block;
  content: '';
  position: absolute;
}

.title03.archive .link a:before {
  top: .2em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #9E9E9E;
}

.title03.archive .link a:after {
  z-index: 2;
  top: .5em;
  left: 2px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.title03.link a {
  color: #404E60;
}

.title03_border_l {
  border-left: solid 3px #b7c2c9;
  padding-left: 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  margin-bottom: 8px;
}

.title03_border_l span {
  font-size: 1.2rem;
  color: #505050;
  font-weight: normal;
}

.title03_border_l.archive .title {
  width: 70%;
  float: left;
  line-height: 1.25;
  font-weight: bold;
  font-size: 108.3%;
  position: static;
  color: #404E60;
}

.title03_border_l.archive .link {
  width: 30%;
  float: right;
  font-size: 1.2rem;
  vertical-align: bottom;
}

.title03_border_l.archive .link,
.title03_border_l span {
  padding-left: 10px;
}

.title03_border_l.archive .link a {
  padding-left: 15px;
  float: right;
  display: inline-block;
  position: relative;
}

.title03_border_l.archive .link a:before,
.title03_border_l.archive .link a:after {
  display: block;
  content: '';
  position: absolute;
}

.title03_border_l.archive .link a:before {
  top: .2em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #9E9E9E;
}

.title03_border_l.archive .link a:after {
  z-index: 2;
  top: .5em;
  left: 2px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.archiveTitle {
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
}

/*H4*/
.title04 {
  font-size: 1.4rem;
  padding: 5px 10px;
  background-color: #ebebeb;
  overflow:hidden;
  position: relative;
}

.title04 a {
  color: #3071b9;
  text-decoration: none;
  vertical-align: middle;
}

.title04 .arrowIcon,
.title04 .arrowBox {
  padding: 0 0 0 10px;
  margin: 0;
  position: relative;
}

.title04 .arrowIcon:before {
  width: 5px;
  height: 5px;
  border-right: 2px solid #9E9E9E;
  border-top: 2px solid #9E9E9E;
  border-radius: 2px;
  content: "";
  margin: 0 0 0 10px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 4px;
  left: -12px;
}

.title04 .arrowBox {
  padding-left: 17px;
}

.title04 .arrowBox:before {
  top: 2px;
}

.title04 .arrowBox:after {
  top: 5px;
}

.title04 .fancyBox {
  font-size: 100%;
  background-position:left 7px!important;
}

.title04 .fancyBox:before {
  top: .45em;
}

.title04 .pdf:before {
  top: 2px;
}

.title04 .pdf,
.title04 .iconOut {
  padding: 0 0 0 15px;
  margin: 0;
}

.title04 .iconOut:before {
  top: 2px;
}

/*H5*/
.title05 {
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-weight:bold;
  font-size:1.4rem;
  border-bottom: 1px solid #d9d9d9;
}
/******************************
テキスト、フォントサイズ、リンク、行間、定義
******************************/
.sectionText {
    font-size: 100%;
}
.col2Wrap {
  overflow:hidden;
}

.col2Wrap .col2 {
  width:50.15625%;
  float:left;
  margin-left:15px;
}

.col2Wrap .col2:first-child {
  margin-left: 0;
}

.col3Wrap,
.col4Wrap {
  overflow:hidden;
  word-break: break-all;
}

.col3Wrap .col3,
.col4Wrap .col4 {
  width: 100%;
  margin-top: 20px;
  padding-left: 5px;
}

.col3Wrap .col3:first-child,
.col4Wrap .col4:first-child {
  margin-top: 0;
  padding-left: 0;
}

.alignL {
  text-align:left;
}

.alignC {
  text-align:center;
}

.alignR {
  text-align:right;
}

.sp-alignL {
  text-align:left!important;
}

.sp-alignR {
  text-align:right!important;
}

.sp-alignC {
  text-align:center!important;
}

.linkWrap {
  overflow:hidden;
}

.linkWrap .floatR {
  float:right;
  clear:both;
}

/*sup,sub調整*/
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}

sup {
  bottom: .3em;
}

/*font-size*/
.text9px {font-size:0.9rem;}
.text10px {font-size:1.0rem;}
.text11px {font-size:1.1rem;}
.text12px {font-size:1.2rem;}
.text13px {font-size:1.3rem;}
.text14px {font-size:1.4rem;}
.text15px {font-size:1.5rem;}
.text16px {font-size:1.6rem;}
.text17px {font-size:1.7rem;}
.text18px {font-size:1.8rem;}
.text19px {font-size:1.9rem;}
.text20px {font-size:2.0rem;}
.textF9px {font-size:9px;}
.textF10px {font-size:10px;}
.textF11px {font-size:11px;}
.textF12px {font-size:12px;}
.textF13px {font-size:13px;}
.textF14px {font-size:14px;}
.textF15px {font-size:15px;}
.textF16px {font-size:16px;}
.textF17px {font-size:17px;}
.textF18px {font-size:18px;}
.textF19px {font-size:19px;}
.textF20px {font-size:20px;}

.font200 {font-size:200%;}
.font190 {font-size:190%;}
.font180 {font-size:180%;}
.font170 {font-size:170%;}
.font160 {font-size:160%;}
.font150 {font-size:150%;}
.font145 {font-size:145%;}
.font140 {font-size:140%;}
.font135 {font-size:135%;}
.font133 {font-size:133.3%;}
.font130 {font-size:130%;}
.font125 {font-size:125%;}
.font120 {font-size:120%;}
.font115 {font-size:115%;}
.font110 {font-size:110%;}
.font105 {font-size:105%;}
.font90 {font-size:90%;}
.font85 {font-size:85%;}
.font80 {font-size:80%;}
.font75 {font-size:75%;}
.font70 {font-size:70%;}

/*line-height*/
.lH20{line-height:2.0}
.lH19{line-height:1.9}
.lH18{line-height:1.8}
.lH17{line-height:1.7}
.lH16{line-height:1.6}
.lH15{line-height:1.5}
.lH14{line-height:1.4}
.lH13{line-height:1.3}
.lH12{line-height:1.2}
.lH11{line-height:1.1}
.lH10{line-height:1.0}
.lH09{line-height:0.9}
.lH08{line-height:0.8}
.lH07{line-height:0.7}

/*--< margin-top >--*/
.mtz {margin-top:0px;}
.mt1 {margin-top:1px;}
.mt2 {margin-top:2px;}
.mt3 {margin-top:3px;}
.mt4 {margin-top:4px;}
.mt5 {margin-top:5px;}
.mt6 {margin-top:6px;}
.mt7 {margin-top:7px;}
.mt8 {margin-top:8px;}
.mt9 {margin-top:9px;}
.mt10 {margin-top:10px;}
.mt13 {margin-top:13px;}
.mt14 {margin-top:14px;}
.mt15 {margin-top:15px;}
.mt17 {margin-top:17px;}
.mt20 {margin-top:20px;}
.mt23 {margin-top:23px;}
.mt24 {margin-top:24px;}
.mt25 {margin-top:25px;}
.mt27 {margin-top:27px;}
.mt30 {margin-top:30px;}
.mt33 {margin-top:33px;}
.mt35 {margin-top:35px;}
.mt37 {margin-top:37px;}
.mt40 {margin-top:40px;}
.mt43 {margin-top:43px;}
.mt45 {margin-top:45px;}
.mt47 {margin-top:47px;}
.mt50 {margin-top:50px;}
.mt53 {margin-top:53px;}
.mt55 {margin-top:55px;}
.mt57 {margin-top:57px;}
.mt60 {margin-top:60px;}
.mt63 {margin-top:63px;}
.mt65 {margin-top:65px;}
.mt67 {margin-top:67px;}
.mt70 {margin-top:70px;}
.mt73 {margin-top:73px;}
.mt75 {margin-top:75px;}
.mt77 {margin-top:77px;}
.mt80 {margin-top:80px;}
.mt83 {margin-top:83px;}
.mt85 {margin-top:85px;}
.mt87 {margin-top:87px;}
.mt90 {margin-top:90px;}
.mt93 {margin-top:93px;}
.mt95 {margin-top:95px;}
.mt97 {margin-top:97px;}
.mt100 {margin-top:100px;}

/*--< margin-right >--*/
.mrz {margin-right:0px;}
.mr1 {margin-right:1px;}
.mr2 {margin-right:2px;}
.mr3 {margin-right:3px;}
.mr4 {margin-right:4px;}
.mr5 {margin-right:5px;}
.mr6 {margin-right:6px;}
.mr7 {margin-right:7px;}
.mr8 {margin-right:8px;}
.mr9 {margin-right:9px;}
.mr10 {margin-right:10px;}
.mr13 {margin-right:13px;}
.mr14 {margin-right:14px;}
.mr15 {margin-right:15px;}
.mr17 {margin-right:17px;}
.mr20 {margin-right:20px;}
.mr23 {margin-right:23px;}
.mr24 {margin-right:24px;}
.mr25 {margin-right:25px;}
.mr27 {margin-right:27px;}
.mr30 {margin-right:30px;}
.mr33 {margin-right:33px;}
.mr35 {margin-right:35px;}
.mr37 {margin-right:37px;}
.mr40 {margin-right:40px;}
.mr43 {margin-right:43px;}
.mr45 {margin-right:45px;}
.mr47 {margin-right:47px;}
.mr50 {margin-right:50px;}
.mr53 {margin-right:53px;}
.mr55 {margin-right:55px;}
.mr57 {margin-right:57px;}
.mr60 {margin-right:60px;}
.mr63 {margin-right:63px;}
.mr65 {margin-right:65px;}
.mr67 {margin-right:67px;}
.mr70 {margin-right:70px;}
.mr73 {margin-right:73px;}
.mr75 {margin-right:75px;}
.mr77 {margin-right:77px;}
.mr80 {margin-right:80px;}
.mr83 {margin-right:83px;}
.mr85 {margin-right:85px;}
.mr87 {margin-right:87px;}
.mr90 {margin-right:90px;}
.mr93 {margin-right:93px;}
.mr95 {margin-right:95px;}
.mr97 {margin-right:97px;}
.mr100 {margin-right:100px;}

/*--< margin-left >--*/
.mlz {margin-left:0px;}
.ml1 {margin-left:1px;}
.ml2 {margin-left:2px;}
.ml3 {margin-left:3px;}
.ml4 {margin-left:4px;}
.ml5 {margin-left:5px;}
.ml6 {margin-left:6px;}
.ml7 {margin-left:7px;}
.ml8 {margin-left:8px;}
.ml9 {margin-left:9px;}
.ml10 {margin-left:10px;}
.ml13 {margin-left:13px;}
.ml14 {margin-left:14px;}
.ml15 {margin-left:15px;}
.ml17 {margin-left:17px;}
.ml20 {margin-left:20px;}
.ml23 {margin-left:23px;}
.ml24 {margin-left:24px;}
.ml25 {margin-left:25px;}
.ml27 {margin-left:27px;}
.ml30 {margin-left:30px;}
.ml33 {margin-left:33px;}
.ml35 {margin-left:35px;}
.ml37 {margin-left:37px;}
.ml40 {margin-left:40px;}
.ml43 {margin-left:43px;}
.ml45 {margin-left:45px;}
.ml47 {margin-left:47px;}
.ml50 {margin-left:50px;}
.ml53 {margin-left:53px;}
.ml55 {margin-left:55px;}
.ml57 {margin-left:57px;}
.ml60 {margin-left:60px;}
.ml63 {margin-left:63px;}
.ml65 {margin-left:65px;}
.ml67 {margin-left:67px;}
.ml70 {margin-left:70px;}
.ml73 {margin-left:73px;}
.ml75 {margin-left:75px;}
.ml77 {margin-left:77px;}
.ml80 {margin-left:80px;}
.ml83 {margin-left:83px;}
.ml85 {margin-left:85px;}
.ml87 {margin-left:87px;}
.ml90 {margin-left:90px;}
.ml93 {margin-left:93px;}
.ml95 {margin-left:95px;}
.ml97 {margin-left:97px;}
.ml100 {margin-left:100px;}

/*--< margin-bottom >--*/
.mbz {margin-bottom:0px;}
.mb1 {margin-bottom:1px;}
.mb2 {margin-bottom:2px;}
.mb3 {margin-bottom:3px;}
.mb4 {margin-bottom:4px;}
.mb5 {margin-bottom:5px;}
.mb6 {margin-bottom:6px;}
.mb7 {margin-bottom:7px;}
.mb8 {margin-bottom:8px;}
.mb9 {margin-bottom:9px;}
.mb10 {margin-bottom:10px;}
.mb13 {margin-bottom:13px;}
.mb14 {margin-bottom:14px;}
.mb15 {margin-bottom:15px;}
.mb17 {margin-bottom:17px;}
.mb20 {margin-bottom:20px;}
.mb23 {margin-bottom:23px;}
.mb24 {margin-bottom:24px;}
.mb25 {margin-bottom:25px;}
.mb27 {margin-bottom:27px;}
.mb30 {margin-bottom:30px;}
.mb33 {margin-bottom:33px;}
.mb35 {margin-bottom:35px;}
.mb37 {margin-bottom:37px;}
.mb40 {margin-bottom:40px;}
.mb43 {margin-bottom:43px;}
.mb45 {margin-bottom:45px;}
.mb47 {margin-bottom:47px;}
.mb50 {margin-bottom:50px;}
.mb53 {margin-bottom:53px;}
.mb55 {margin-bottom:55px;}
.mb57 {margin-bottom:57px;}
.mb60 {margin-bottom:60px;}
.mb63 {margin-bottom:63px;}
.mb65 {margin-bottom:65px;}
.mb67 {margin-bottom:67px;}
.mb70 {margin-bottom:70px;}
.mb73 {margin-bottom:73px;}
.mb75 {margin-bottom:75px;}
.mb77 {margin-bottom:77px;}
.mb80 {margin-bottom:80px;}
.mb83 {margin-bottom:83px;}
.mb85 {margin-bottom:85px;}
.mb87 {margin-bottom:87px;}
.mb90 {margin-bottom:90px;}
.mb93 {margin-bottom:93px;}
.mb95 {margin-bottom:95px;}
.mb97 {margin-bottom:97px;}
.mb100 {margin-bottom:100px;}

/*--< padding-top >--*/
.ptz {padding-top:0px;}
.pt1 {padding-top:1px;}
.pt2 {padding-top:2px;}
.pt3 {padding-top:3px;}
.pt4 {padding-top:4px;}
.pt5 {padding-top:5px;}
.pt6 {padding-top:6px;}
.pt7 {padding-top:7px;}
.pt8 {padding-top:8px;}
.pt9 {padding-top:9px;}
.pt10 {padding-top:10px;}
.pt13 {padding-top:13px;}
.pt14 {padding-top:14px;}
.pt15 {padding-top:15px;}
.pt17 {padding-top:17px;}
.pt20 {padding-top:20px;}
.pt23 {padding-top:23px;}
.pt24 {padding-top:24px;}
.pt25 {padding-top:25px;}
.pt27 {padding-top:27px;}
.pt30 {padding-top:30px;}
.pt33 {padding-top:33px;}
.pt35 {padding-top:35px;}
.pt37 {padding-top:37px;}
.pt40 {padding-top:40px;}
.pt43 {padding-top:43px;}
.pt45 {padding-top:45px;}
.pt47 {padding-top:47px;}
.pt50 {padding-top:50px;}
.pt53 {padding-top:53px;}
.pt55 {padding-top:55px;}
.pt57 {padding-top:57px;}
.pt60 {padding-top:60px;}
.pt63 {padding-top:63px;}
.pt65 {padding-top:65px;}
.pt67 {padding-top:67px;}
.pt70 {padding-top:70px;}
.pt73 {padding-top:73px;}
.pt75 {padding-top:75px;}
.pt77 {padding-top:77px;}
.pt80 {padding-top:80px;}
.pt83 {padding-top:83px;}
.pt85 {padding-top:85px;}
.pt87 {padding-top:87px;}
.pt90 {padding-top:90px;}
.pt93 {padding-top:93px;}
.pt95 {padding-top:95px;}
.pt97 {padding-top:97px;}
.pt100 {padding-top:100px;}

/*--< padding-right >--*/
.prz {padding-right:0px;}
.pr1 {padding-right:1px;}
.pr2 {padding-right:2px;}
.pr3 {padding-right:3px;}
.pr4 {padding-right:4px;}
.pr5 {padding-right:5px;}
.pr6 {padding-right:6px;}
.pr7 {padding-right:7px;}
.pr8 {padding-right:8px;}
.pr9 {padding-right:9px;}
.pr10 {padding-right:10px;}
.pr13 {padding-right:13px;}
.pr14 {padding-right:14px;}
.pr15 {padding-right:15px;}
.pr17 {padding-right:17px;}
.pr20 {padding-right:20px;}
.pr23 {padding-right:23px;}
.pr24 {padding-right:24px;}
.pr25 {padding-right:25px;}
.pr27 {padding-right:27px;}
.pr30 {padding-right:30px;}
.pr33 {padding-right:33px;}
.pr35 {padding-right:35px;}
.pr37 {padding-right:37px;}
.pr40 {padding-right:40px;}
.pr43 {padding-right:43px;}
.pr45 {padding-right:45px;}
.pr47 {padding-right:47px;}
.pr50 {padding-right:50px;}
.pr53 {padding-right:53px;}
.pr55 {padding-right:55px;}
.pr57 {padding-right:57px;}
.pr60 {padding-right:60px;}
.pr63 {padding-right:63px;}
.pr65 {padding-right:65px;}
.pr67 {padding-right:67px;}
.pr70 {padding-right:70px;}
.pr73 {padding-right:73px;}
.pr75 {padding-right:75px;}
.pr77 {padding-right:77px;}
.pr80 {padding-right:80px;}
.pr83 {padding-right:83px;}
.pr85 {padding-right:85px;}
.pr87 {padding-right:87px;}
.pr90 {padding-right:90px;}
.pr93 {padding-right:93px;}
.pr95 {padding-right:95px;}
.pr97 {padding-right:97px;}
.pr100 {padding-right:100px;}

/*--< padding-left >--*/
.plz {padding-left:0px;}
.pl1 {padding-left:1px;}
.pl2 {padding-left:2px;}
.pl3 {padding-left:3px;}
.pl4 {padding-left:4px;}
.pl5 {padding-left:5px;}
.pl6 {padding-left:6px;}
.pl7 {padding-left:7px;}
.pl8 {padding-left:8px;}
.pl9 {padding-left:9px;}
.pl10 {padding-left:10px;}
.pl13 {padding-left:13px;}
.pl14 {padding-left:14px;}
.pl15 {padding-left:15px;}
.pl17 {padding-left:17px;}
.pl20 {padding-left:20px;}
.pl23 {padding-left:23px;}
.pl24 {padding-left:24px;}
.pl25 {padding-left:25px;}
.pl27 {padding-left:27px;}
.pl30 {padding-left:30px;}
.pl33 {padding-left:33px;}
.pl35 {padding-left:35px;}
.pl37 {padding-left:37px;}
.pl40 {padding-left:40px;}
.pl43 {padding-left:43px;}
.pl45 {padding-left:45px;}
.pl47 {padding-left:47px;}
.pl50 {padding-left:50px;}
.pl53 {padding-left:53px;}
.pl55 {padding-left:55px;}
.pl57 {padding-left:57px;}
.pl60 {padding-left:60px;}
.pl63 {padding-left:63px;}
.pl65 {padding-left:65px;}
.pl67 {padding-left:67px;}
.pl70 {padding-left:70px;}
.pl73 {padding-left:73px;}
.pl75 {padding-left:75px;}
.pl77 {padding-left:77px;}
.pl80 {padding-left:80px;}
.pl83 {padding-left:83px;}
.pl85 {padding-left:85px;}
.pl87 {padding-left:87px;}
.pl90 {padding-left:90px;}
.pl93 {padding-left:93px;}
.pl95 {padding-left:95px;}
.pl97 {padding-left:97px;}
.pl100 {padding-left:100px;}

/*--< padding-bottom >--*/
.pbz {padding-bottom:0px;}
.pb1 {padding-bottom:1px;}
.pb2 {padding-bottom:2px;}
.pb3 {padding-bottom:3px;}
.pb4 {padding-bottom:4px;}
.pb5 {padding-bottom:5px;}
.pb6 {padding-bottom:6px;}
.pb7 {padding-bottom:7px;}
.pb8 {padding-bottom:8px;}
.pb9 {padding-bottom:9px;}
.pb10 {padding-bottom:10px;}
.pb13 {padding-bottom:13px;}
.pb14 {padding-bottom:14px;}
.pb15 {padding-bottom:15px;}
.pb17 {padding-bottom:17px;}
.pb20 {padding-bottom:20px;}
.pb23 {padding-bottom:23px;}
.pb24 {padding-bottom:24px;}
.pb25 {padding-bottom:25px;}
.pb27 {padding-bottom:27px;}
.pb30 {padding-bottom:30px;}
.pb33 {padding-bottom:33px;}
.pb35 {padding-bottom:35px;}
.pb37 {padding-bottom:37px;}
.pb40 {padding-bottom:40px;}
.pb43 {padding-bottom:43px;}
.pb45 {padding-bottom:45px;}
.pb47 {padding-bottom:47px;}
.pb50 {padding-bottom:50px;}
.pb53 {padding-bottom:53px;}
.pb55 {padding-bottom:55px;}
.pb57 {padding-bottom:57px;}
.pb60 {padding-bottom:60px;}
.pb63 {padding-bottom:63px;}
.pb65 {padding-bottom:65px;}
.pb67 {padding-bottom:67px;}
.pb70 {padding-bottom:70px;}
.pb73 {padding-bottom:73px;}
.pb75 {padding-bottom:75px;}
.pb77 {padding-bottom:77px;}
.pb80 {padding-bottom:80px;}
.pb83 {padding-bottom:83px;}
.pb85 {padding-bottom:85px;}
.pb87 {padding-bottom:87px;}
.pb90 {padding-bottom:90px;}
.pb93 {padding-bottom:93px;}
.pb95 {padding-bottom:95px;}
.pb97 {padding-bottom:97px;}
.pb100 {padding-bottom:100px;}

/* SP個別調整用 */
/*--< margin-top >--*/
.sp-mtz {margin-top:0px;}
.sp-mt1 {margin-top:1px;}
.sp-mt2 {margin-top:2px;}
.sp-mt3 {margin-top:3px;}
.sp-mt4 {margin-top:4px;}
.sp-mt5 {margin-top:5px;}
.sp-mt6 {margin-top:6px;}
.sp-mt7 {margin-top:7px;}
.sp-mt8 {margin-top:8px;}
.sp-mt9 {margin-top:9px;}
.sp-mt10 {margin-top:10px;}
.sp-mt13 {margin-top:13px;}
.sp-mt14 {margin-top:14px;}
.sp-mt15 {margin-top:15px;}
.sp-mt17 {margin-top:17px;}
.sp-mt20 {margin-top:20px;}
.sp-mt23 {margin-top:23px;}
.sp-mt24 {margin-top:24px;}
.sp-mt25 {margin-top:25px;}
.sp-mt27 {margin-top:27px;}
.sp-mt30 {margin-top:30px;}
.sp-mt33 {margin-top:33px;}
.sp-mt35 {margin-top:35px;}
.sp-mt37 {margin-top:37px;}
.sp-mt40 {margin-top:40px;}
.sp-mt43 {margin-top:43px;}
.sp-mt45 {margin-top:45px;}
.sp-mt47 {margin-top:47px;}
.sp-mt50 {margin-top:50px;}
.sp-mt53 {margin-top:53px;}
.sp-mt55 {margin-top:55px;}
.sp-mt57 {margin-top:57px;}
.sp-mt60 {margin-top:60px;}
.sp-mt63 {margin-top:63px;}
.sp-mt65 {margin-top:65px;}
.sp-mt67 {margin-top:67px;}
.sp-mt70 {margin-top:70px;}
.sp-mt73 {margin-top:73px;}
.sp-mt75 {margin-top:75px;}
.sp-mt77 {margin-top:77px;}
.sp-mt80 {margin-top:80px;}
.sp-mt83 {margin-top:83px;}
.sp-mt85 {margin-top:85px;}
.sp-mt87 {margin-top:87px;}
.sp-mt90 {margin-top:90px;}
.sp-mt93 {margin-top:93px;}
.sp-mt95 {margin-top:95px;}
.sp-mt97 {margin-top:97px;}
.sp-mt100 {margin-top:100px;}

/*--< margin-right >--*/
.sp-mrz {margin-right:0px;}
.sp-mr1 {margin-right:1px;}
.sp-mr2 {margin-right:2px;}
.sp-mr3 {margin-right:3px;}
.sp-mr4 {margin-right:4px;}
.sp-mr5 {margin-right:5px;}
.sp-mr6 {margin-right:6px;}
.sp-mr7 {margin-right:7px;}
.sp-mr8 {margin-right:8px;}
.sp-mr9 {margin-right:9px;}
.sp-mr10 {margin-right:10px;}
.sp-mr13 {margin-right:13px;}
.sp-mr14 {margin-right:14px;}
.sp-mr15 {margin-right:15px;}
.sp-mr17 {margin-right:17px;}
.sp-mr20 {margin-right:20px;}
.sp-mr23 {margin-right:23px;}
.sp-mr24 {margin-right:24px;}
.sp-mr25 {margin-right:25px;}
.sp-mr27 {margin-right:27px;}
.sp-mr30 {margin-right:30px;}
.sp-mr33 {margin-right:33px;}
.sp-mr35 {margin-right:35px;}
.sp-mr37 {margin-right:37px;}
.sp-mr40 {margin-right:40px;}
.sp-mr43 {margin-right:43px;}
.sp-mr45 {margin-right:45px;}
.sp-mr47 {margin-right:47px;}
.sp-mr50 {margin-right:50px;}
.sp-mr53 {margin-right:53px;}
.sp-mr55 {margin-right:55px;}
.sp-mr57 {margin-right:57px;}
.sp-mr60 {margin-right:60px;}
.sp-mr63 {margin-right:63px;}
.sp-mr65 {margin-right:65px;}
.sp-mr67 {margin-right:67px;}
.sp-mr70 {margin-right:70px;}
.sp-mr73 {margin-right:73px;}
.sp-mr75 {margin-right:75px;}
.sp-mr77 {margin-right:77px;}
.sp-mr80 {margin-right:80px;}
.sp-mr83 {margin-right:83px;}
.sp-mr85 {margin-right:85px;}
.sp-mr87 {margin-right:87px;}
.sp-mr90 {margin-right:90px;}
.sp-mr93 {margin-right:93px;}
.sp-mr95 {margin-right:95px;}
.sp-mr97 {margin-right:97px;}
.sp-mr100 {margin-right:100px;}

/*--< margin-left >--*/
.sp-mlz {margin-left:0px;}
.sp-ml1 {margin-left:1px;}
.sp-ml2 {margin-left:2px;}
.sp-ml3 {margin-left:3px;}
.sp-ml4 {margin-left:4px;}
.sp-ml5 {margin-left:5px;}
.sp-ml6 {margin-left:6px;}
.sp-ml7 {margin-left:7px;}
.sp-ml8 {margin-left:8px;}
.sp-ml9 {margin-left:9px;}
.sp-ml10 {margin-left:10px;}
.sp-ml13 {margin-left:13px;}
.sp-ml14 {margin-left:14px;}
.sp-ml15 {margin-left:15px;}
.sp-ml17 {margin-left:17px;}
.sp-ml20 {margin-left:20px;}
.sp-ml23 {margin-left:23px;}
.sp-ml24 {margin-left:24px;}
.sp-ml25 {margin-left:25px;}
.sp-ml27 {margin-left:27px;}
.sp-ml30 {margin-left:30px;}
.sp-ml33 {margin-left:33px;}
.sp-ml35 {margin-left:35px;}
.sp-ml37 {margin-left:37px;}
.sp-ml40 {margin-left:40px;}
.sp-ml43 {margin-left:43px;}
.sp-ml45 {margin-left:45px;}
.sp-ml47 {margin-left:47px;}
.sp-ml50 {margin-left:50px;}
.sp-ml53 {margin-left:53px;}
.sp-ml55 {margin-left:55px;}
.sp-ml57 {margin-left:57px;}
.sp-ml60 {margin-left:60px;}
.sp-ml63 {margin-left:63px;}
.sp-ml65 {margin-left:65px;}
.sp-ml67 {margin-left:67px;}
.sp-ml70 {margin-left:70px;}
.sp-ml73 {margin-left:73px;}
.sp-ml75 {margin-left:75px;}
.sp-ml77 {margin-left:77px;}
.sp-ml80 {margin-left:80px;}
.sp-ml83 {margin-left:83px;}
.sp-ml85 {margin-left:85px;}
.sp-ml87 {margin-left:87px;}
.sp-ml90 {margin-left:90px;}
.sp-ml93 {margin-left:93px;}
.sp-ml95 {margin-left:95px;}
.sp-ml97 {margin-left:97px;}
.sp-ml100 {margin-left:100px;}

/*--< margin-bottom >--*/
.sp-mbz {margin-bottom:0px;}
.sp-mb1 {margin-bottom:1px;}
.sp-mb2 {margin-bottom:2px;}
.sp-mb3 {margin-bottom:3px;}
.sp-mb4 {margin-bottom:4px;}
.sp-mb5 {margin-bottom:5px;}
.sp-mb6 {margin-bottom:6px;}
.sp-mb7 {margin-bottom:7px;}
.sp-mb8 {margin-bottom:8px;}
.sp-mb9 {margin-bottom:9px;}
.sp-mb10 {margin-bottom:10px;}
.sp-mb13 {margin-bottom:13px;}
.sp-mb14 {margin-bottom:14px;}
.sp-mb15 {margin-bottom:15px;}
.sp-mb17 {margin-bottom:17px;}
.sp-mb20 {margin-bottom:20px;}
.sp-mb23 {margin-bottom:23px;}
.sp-mb24 {margin-bottom:24px;}
.sp-mb25 {margin-bottom:25px;}
.sp-mb27 {margin-bottom:27px;}
.sp-mb30 {margin-bottom:30px;}
.sp-mb33 {margin-bottom:33px;}
.sp-mb35 {margin-bottom:35px;}
.sp-mb37 {margin-bottom:37px;}
.sp-mb40 {margin-bottom:40px;}
.sp-mb43 {margin-bottom:43px;}
.sp-mb45 {margin-bottom:45px;}
.sp-mb47 {margin-bottom:47px;}
.sp-mb50 {margin-bottom:50px;}
.sp-mb53 {margin-bottom:53px;}
.sp-mb55 {margin-bottom:55px;}
.sp-mb57 {margin-bottom:57px;}
.sp-mb60 {margin-bottom:60px;}
.sp-mb63 {margin-bottom:63px;}
.sp-mb65 {margin-bottom:65px;}
.sp-mb67 {margin-bottom:67px;}
.sp-mb70 {margin-bottom:70px;}
.sp-mb73 {margin-bottom:73px;}
.sp-mb75 {margin-bottom:75px;}
.sp-mb77 {margin-bottom:77px;}
.sp-mb80 {margin-bottom:80px;}
.sp-mb83 {margin-bottom:83px;}
.sp-mb85 {margin-bottom:85px;}
.sp-mb87 {margin-bottom:87px;}
.sp-mb90 {margin-bottom:90px;}
.sp-mb93 {margin-bottom:93px;}
.sp-mb95 {margin-bottom:95px;}
.sp-mb97 {margin-bottom:97px;}
.sp-mb100 {margin-bottom:100px;}

/*--< padding-top >--*/
.sp-ptz {padding-top:0px;}
.sp-pt1 {padding-top:1px;}
.sp-pt2 {padding-top:2px;}
.sp-pt3 {padding-top:3px;}
.sp-pt4 {padding-top:4px;}
.sp-pt5 {padding-top:5px;}
.sp-pt6 {padding-top:6px;}
.sp-pt7 {padding-top:7px;}
.sp-pt8 {padding-top:8px;}
.sp-pt9 {padding-top:9px;}
.sp-pt10 {padding-top:10px;}
.sp-pt13 {padding-top:13px;}
.sp-pt14 {padding-top:14px;}
.sp-pt15 {padding-top:15px;}
.sp-pt17 {padding-top:17px;}
.sp-pt20 {padding-top:20px;}
.sp-pt23 {padding-top:23px;}
.sp-pt24 {padding-top:24px;}
.sp-pt25 {padding-top:25px;}
.sp-pt27 {padding-top:27px;}
.sp-pt30 {padding-top:30px;}
.sp-pt33 {padding-top:33px;}
.sp-pt35 {padding-top:35px;}
.sp-pt37 {padding-top:37px;}
.sp-pt40 {padding-top:40px;}
.sp-pt43 {padding-top:43px;}
.sp-pt45 {padding-top:45px;}
.sp-pt47 {padding-top:47px;}
.sp-pt50 {padding-top:50px;}
.sp-pt53 {padding-top:53px;}
.sp-pt55 {padding-top:55px;}
.sp-pt57 {padding-top:57px;}
.sp-pt60 {padding-top:60px;}
.sp-pt63 {padding-top:63px;}
.sp-pt65 {padding-top:65px;}
.sp-pt67 {padding-top:67px;}
.sp-pt70 {padding-top:70px;}
.sp-pt73 {padding-top:73px;}
.sp-pt75 {padding-top:75px;}
.sp-pt77 {padding-top:77px;}
.sp-pt80 {padding-top:80px;}
.sp-pt83 {padding-top:83px;}
.sp-pt85 {padding-top:85px;}
.sp-pt87 {padding-top:87px;}
.sp-pt90 {padding-top:90px;}
.sp-pt93 {padding-top:93px;}
.sp-pt95 {padding-top:95px;}
.sp-pt97 {padding-top:97px;}
.sp-pt100 {padding-top:100px;}

/*--< padding-right >--*/
.sp-prz {padding-right:0px;}
.sp-pr1 {padding-right:1px;}
.sp-pr2 {padding-right:2px;}
.sp-pr3 {padding-right:3px;}
.sp-pr4 {padding-right:4px;}
.sp-pr5 {padding-right:5px;}
.sp-pr6 {padding-right:6px;}
.sp-pr7 {padding-right:7px;}
.sp-pr8 {padding-right:8px;}
.sp-pr9 {padding-right:9px;}
.sp-pr10 {padding-right:10px;}
.sp-pr13 {padding-right:13px;}
.sp-pr14 {padding-right:14px;}
.sp-pr15 {padding-right:15px;}
.sp-pr17 {padding-right:17px;}
.sp-pr20 {padding-right:20px;}
.sp-pr23 {padding-right:23px;}
.sp-pr24 {padding-right:24px;}
.sp-pr25 {padding-right:25px;}
.sp-pr27 {padding-right:27px;}
.sp-pr30 {padding-right:30px;}
.sp-pr33 {padding-right:33px;}
.sp-pr35 {padding-right:35px;}
.sp-pr37 {padding-right:37px;}
.sp-pr40 {padding-right:40px;}
.sp-pr43 {padding-right:43px;}
.sp-pr45 {padding-right:45px;}
.sp-pr47 {padding-right:47px;}
.sp-pr50 {padding-right:50px;}
.sp-pr53 {padding-right:53px;}
.sp-pr55 {padding-right:55px;}
.sp-pr57 {padding-right:57px;}
.sp-pr60 {padding-right:60px;}
.sp-pr63 {padding-right:63px;}
.sp-pr65 {padding-right:65px;}
.sp-pr67 {padding-right:67px;}
.sp-pr70 {padding-right:70px;}
.sp-pr73 {padding-right:73px;}
.sp-pr75 {padding-right:75px;}
.sp-pr77 {padding-right:77px;}
.sp-pr80 {padding-right:80px;}
.sp-pr83 {padding-right:83px;}
.sp-pr85 {padding-right:85px;}
.sp-pr87 {padding-right:87px;}
.sp-pr90 {padding-right:90px;}
.sp-pr93 {padding-right:93px;}
.sp-pr95 {padding-right:95px;}
.sp-pr97 {padding-right:97px;}
.sp-pr100 {padding-right:100px;}

/*--< padding-left >--*/
.sp-plz {padding-left:0px;}
.sp-pl1 {padding-left:1px;}
.sp-pl2 {padding-left:2px;}
.sp-pl3 {padding-left:3px;}
.sp-pl4 {padding-left:4px;}
.sp-pl5 {padding-left:5px;}
.sp-pl6 {padding-left:6px;}
.sp-pl7 {padding-left:7px;}
.sp-pl8 {padding-left:8px;}
.sp-pl9 {padding-left:9px;}
.sp-pl10 {padding-left:10px;}
.sp-pl13 {padding-left:13px;}
.sp-pl14 {padding-left:14px;}
.sp-pl15 {padding-left:15px;}
.sp-pl17 {padding-left:17px;}
.sp-pl20 {padding-left:20px;}
.sp-pl23 {padding-left:23px;}
.sp-pl24 {padding-left:24px;}
.sp-pl25 {padding-left:25px;}
.sp-pl27 {padding-left:27px;}
.sp-pl30 {padding-left:30px;}
.sp-pl33 {padding-left:33px;}
.sp-pl35 {padding-left:35px;}
.sp-pl37 {padding-left:37px;}
.sp-pl40 {padding-left:40px;}
.sp-pl43 {padding-left:43px;}
.sp-pl45 {padding-left:45px;}
.sp-pl47 {padding-left:47px;}
.sp-pl50 {padding-left:50px;}
.sp-pl53 {padding-left:53px;}
.sp-pl55 {padding-left:55px;}
.sp-pl57 {padding-left:57px;}
.sp-pl60 {padding-left:60px;}
.sp-pl63 {padding-left:63px;}
.sp-pl65 {padding-left:65px;}
.sp-pl67 {padding-left:67px;}
.sp-pl70 {padding-left:70px;}
.sp-pl73 {padding-left:73px;}
.sp-pl75 {padding-left:75px;}
.sp-pl77 {padding-left:77px;}
.sp-pl80 {padding-left:80px;}
.sp-pl83 {padding-left:83px;}
.sp-pl85 {padding-left:85px;}
.sp-pl87 {padding-left:87px;}
.sp-pl90 {padding-left:90px;}
.sp-pl93 {padding-left:93px;}
.sp-pl95 {padding-left:95px;}
.sp-pl97 {padding-left:97px;}
.sp-pl100 {padding-left:100px;}

/*--< padding-bottom >--*/
.sp-pbz {padding-bottom:0px;}
.sp-pb1 {padding-bottom:1px;}
.sp-pb2 {padding-bottom:2px;}
.sp-pb3 {padding-bottom:3px;}
.sp-pb4 {padding-bottom:4px;}
.sp-pb5 {padding-bottom:5px;}
.sp-pb6 {padding-bottom:6px;}
.sp-pb7 {padding-bottom:7px;}
.sp-pb8 {padding-bottom:8px;}
.sp-pb9 {padding-bottom:9px;}
.sp-pb10 {padding-bottom:10px;}
.sp-pb13 {padding-bottom:13px;}
.sp-pb14 {padding-bottom:14px;}
.sp-pb15 {padding-bottom:15px;}
.sp-pb17 {padding-bottom:17px;}
.sp-pb20 {padding-bottom:20px;}
.sp-pb23 {padding-bottom:23px;}
.sp-pb24 {padding-bottom:24px;}
.sp-pb25 {padding-bottom:25px;}
.sp-pb27 {padding-bottom:27px;}
.sp-pb30 {padding-bottom:30px;}
.sp-pb33 {padding-bottom:33px;}
.sp-pb35 {padding-bottom:35px;}
.sp-pb37 {padding-bottom:37px;}
.sp-pb40 {padding-bottom:40px;}
.sp-pb43 {padding-bottom:43px;}
.sp-pb45 {padding-bottom:45px;}
.sp-pb47 {padding-bottom:47px;}
.sp-pb50 {padding-bottom:50px;}
.sp-pb53 {padding-bottom:53px;}
.sp-pb55 {padding-bottom:55px;}
.sp-pb57 {padding-bottom:57px;}
.sp-pb60 {padding-bottom:60px;}
.sp-pb63 {padding-bottom:63px;}
.sp-pb65 {padding-bottom:65px;}
.sp-pb67 {padding-bottom:67px;}
.sp-pb70 {padding-bottom:70px;}
.sp-pb73 {padding-bottom:73px;}
.sp-pb75 {padding-bottom:75px;}
.sp-pb77 {padding-bottom:77px;}
.sp-pb80 {padding-bottom:80px;}
.sp-pb83 {padding-bottom:83px;}
.sp-pb85 {padding-bottom:85px;}
.sp-pb87 {padding-bottom:87px;}
.sp-pb90 {padding-bottom:90px;}
.sp-pb93 {padding-bottom:93px;}
.sp-pb95 {padding-bottom:95px;}
.sp-pb97 {padding-bottom:97px;}
.sp-pb100 {padding-bottom:100px;}


.vaBtm {vertical-align:bottom;}
.vaMdl {vertical-align:middle;}
.vaTop {vertical-align:top;}
.imageBorder {border:1px solid #000;}
.fWB { font-weight:bold; }
.fWBR {
  font-weight:bold;
  color: #FB0F0C;
}
.dn {display: none;}
.fWN { font-weight:normal; }
.fWL { color: #9C9C9C; }
.fWHT {
    color: #FFF !important;
}
.fBLK {
    color: #000 !important;
}
.fR {
    color: #FB0F0C !important;
}
.alertColor{ color:#F71507; }
.FNTsup {
  vertical-align: 5px;
  font-size: 70%;
}
.FNTsub {
  vertical-align: -1px;
  font-size: 70%;
}
.inlink {
  line-height:1.75;
}

/* アコーディオン */
.accordionTriger,
.accordionTrigerExt {
  cursor: pointer;
  text-align: center;
  padding: 10px 0;
}

.accordionTriger span,
.accordionTrigerExt span {
  padding-right: 1.5em;
  background: url(/common/images/common/icon_plus.png) no-repeat right center;
}
.accordionTriger.opened span,
.accordionTrigerExt.opened span {
  background: url(/common/images/common/icon_minus.png) no-repeat right center;
}

.accordionTriger + .contents,
.accordionTrigerExt + .contents {
  margin-bottom: 0!important;
  padding: 10px 8px;
  border: 1px solid #d6d6d6!important;
}


.vaccordion_o .accordion .accordionTriger + .contents {
  display: none!important;
}
.vaccordion_o .accordionTriger:nth-of-type(1) + .contents {
  display: block!important;
}

/******************************
共通ボタン
******************************/
.caseBtnArea {
  margin-top:30px;
  margin-bottom:30px;
  text-align:center;
}

.caseBtnArea p {
  color:#FB0F0C;
  font-size: 1.4em;
  font-weight:bold;
}

.caseBtnArea ul {
  margin-top:15px;
}

.caseBtnArea ul li {
  margin-bottom:15px;
  line-height:1;
}

.btnBase {
    text-align: center;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnBase a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.btn-center.btnBase {
  margin-left: auto;
  margin-right: auto;
}
.btn-right.btnBase {
  margin-left: auto;
  margin-right: 0;
}

.btn-area-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.btn-area-left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-star;
  justify-content: flex-star;
}

.btn-area-right {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.btn-area-around {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.btn-area-between {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.btn-center {
  text-align: center;
}
.btn-right {

}

/******************************
リスト
******************************/
.iconNew {
    background: #c01d2d;
}
.txtIcon {
    height: 1.3em;
    padding-right: 4px;
    padding-left: 4px;
    line-height: 1.3em;
    margin-left: 6px;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    vertical-align: 2px;
    display: inline-block;
}
.list-item {
  position: relative;
  margin-bottom: 30px;
}
.list-item-title {
  background: #f5f6f8;
  padding: 10px 15px;
}
.list-item-title p {
  font-size: 1.5rem;
  border-left: solid 3px #ad0026;
  padding-left: 0.5em;
  font-weight: bold;
}
.list-item .list-items {
  width: 100%;
  padding: 10px 15px;
  border-bottom: solid 1px #d9dbe0;
}
.list-item .list-items:hover {
  opacity: 0.5;
}
.list-item .btnBase {
  margin: 0 auto;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}

.list-item .btnBase.active {
  top: 15px;
}


.list-items-more {
  position: relative;
  height: 343px;
  overflow: hidden;
  -moz-transition: all .1s linear .2s;
  -o-transition: all .1s linear .2s;
  -webkit-transition: all .1s linear;
  -webkit-transition-delay: .2s;
  transition: all .1s linear .2s;
}

.list-items-more .list-items:last-of-type {
  border-bottom: none;
}

.list-items-more::after {
  content: "";
  width: 100%;
  height: 20%;
  display: block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 16%, #fff 95%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 16%, #fff 95%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 16%, #ffffff 95%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transition: all .1s linear .2s;
  -o-transition: all .1s linear .2s;
  -webkit-transition: all .1s linear;
  -webkit-transition-delay: .2s;
  transition: all .1s linear .2s;
}

.list-items-more.active {
  height: inherit;
}

.list-items-more.active::after {
  height: 0;
}

.list-item-page-top {
  display: block!important;
  margin: 15px 0 0 auto;
  font-size: 1.2rem;
  text-align: right;
}
.list-item-page-top a {
  color: #406ac9;
}

.list-item-page-top.arrow-up-right::before {
  top: 0;
  bottom: 0;
  border-top: 1px solid #406ac9;
  border-left: 1px solid #406ac9;
}

.list-item-page-top--ext {
  margin-top: 0;
}

.active + .list-item-page-top--ext {
  margin-top: 30px;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow-right {
  padding: 0 16px 0 0;
}

.arrow-right::before {
  right: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #9b9c9e;
  border-right: 1px solid #9b9c9e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-up-right {
  padding: 0 16px 0 0;
}
.arrow-up-right::before {
  top: auto;
  right: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #181818;
  border-left: 1px solid #181818;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*UL*/
.styleWide li {
  margin-bottom: 8px;
}

.list ul li > ul {
    margin-left: 1em;
}


span.number,
span.iconAster {
  vertical-align:top;
  float: left;
  display: block;
}

span.text {
  vertical-align:top;
  overflow: hidden;
  display: block;
}

.notice {
  padding-left: 1em;
  text-indent: -1em;
}

.indt {
  display:block;
  text-indent:1em;
}

.iconAster {
  vertical-align:top;
}

ul.float {
  overflow:hidden;
}

.float li {
  float:left;
  margin-right:16px;
}

/*アイコン*/
ul.iconDec,
ul.iconOut,
ul.arrowBox,
ul.arrowIcon,
ul.iconArrow,
ul.external,
ul.pdf,
ul.up,
ul.down,
ul.forward,
ul.back,
ul.iconArrowBox,
ul.arrowIconRound,
ul.iconArrowRound {
  background:none;
  padding-left:0;
  overflow:hidden;
  white-space:nowrap;
}

.frameWrap ul.iconDec,
.frameWrap ul.iconOut,
.frameWrap ul.arrowBox,
.frameWrap ul.arrowIcon,
.frameWrap ul.iconArrow,
.frameWrap ul.external,
.frameWrap ul.pdf,
.frameWrap ul.up,
.frameWrap ul.down,
.frameWrap ul.forward,
.frameWrap ul.back,
.frameWrap ul.iconArrowBox,
.frameWrap ul.arrowIconRound,
.frameWrap ul.iconArrowRound {
  white-space:normal;
}

.iconArrow a:before,
.iconDec a:before,
.iconOut a:before,
.arrowBox a:before,
.arrowBox a:after,
.arrowIcon a:before,
.external a:before,
.pdf a:before,
.up a:before,
.down a:before,
.forward a:before,
.back a:before,
.iconArrowBox a:before,
.arrowIconRound a:before,
.iconArrowRound a:before {
  content: normal !important;
}

.up,
.down,
.forward,
.back,
.pdf,
.com_all_template_contents .tag,
.com_all_template_contents .video,
.sound,
.external,
.iconOut,
.iconDec,
.iconArrow,
.iconArrowBox,
.arrowIcon,
.arrowBox,
.iconArrowRound,
.arrowIconRound {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  text-indent:0;
  padding-left: 15px;
  position: relative;
}
.dlNewsList dd .up:first-of-type,
.dlNewsList dd .down:first-of-type,
.dlNewsList dd .forward:first-of-type,
.dlNewsList dd .back:first-of-type,
.dlNewsList dd .pdf:first-of-type,
.com_all_template_contents .dlNewsList dd .tag:first-of-type,
.com_all_template_contents .dlNewsList dd .video:first-of-type,
.dlNewsList dd .sound:first-of-type,
.dlNewsList dd .external:first-of-type,
.dlNewsList dd .iconOut:first-of-type,
.dlNewsList dd .iconDec:first-of-type,
.dlNewsList dd .iconArrow:first-of-type,
.dlNewsList dd .iconArrowBox:first-of-type,
.dlNewsList dd .arrowIcon:first-of-type,
.dlNewsList dd .arrowBox:first-of-type,
.dlNewsList dd .iconArrowRound:first-of-type,
.dlNewsList dd .arrowIconRound:first-of-type {
  margin-top: -4px;
}

.fancyBox {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.iconDec {
  padding-left: 15px;
  position: relative;
}

.up li,
.down li,
.forward li,
.back li {
  padding-left: 12px;
}

.up li,
.down li,
.forward li,
.back li,
.pdf li,
.external li,
.iconArrow li{
  float:left;
  margin-right:15px;
}

.iconOut li {
  float:left;
  margin-right:15px;
  padding-left: 16px;
  background: url(/common/images-sp/common/icon/ico_outlink.png) no-repeat 0 center;
  background-size: 12px 12px;
}

/*中黒アイコン*/
ul.iconDec li {
  position: relative;
  padding-left: 15px;
}
ul.iconDec li:before,
.iconDec:before {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #9E9E9E;
  top: .75em;
  left: 1px;
}

ul.iconDec li:before {
  top: .5em;
}

/*外部リンクアイコン*/
.iconOut:before,
.iconOut a:before {
  content: "";
  width: 12px;
  height: 12px;
  text-indent:0;
  display: block;
  position: absolute;
  background: url(/common/images-sp/common/icon/ico_outlink.png) no-repeat 0 center;
  background-size: 12px 12px;
  top: .625em;
  left: 0;
}

.outLink a.iconOut:before {
  top: 1em;
}

/*PDFアイコン*/
ul.pdf li {
  position: relative;
  padding-left: 15px;
}
ul.pdf li:before,
.pdf:before,
.pdf a:before {
  content: "";
  width: 12px;
  height: 12px;
  text-indent:0;
  display: block;
  position: absolute;
  background: url(/common/images-sp/common/icon/ico_pdf.png) no-repeat 0 center;
  background-size: 12px 12px;
  top: .625em;
  left: 0;
}

ul.pdf li:before {
  top: .3em;
}

.outLink a.pdf:before {
  top: 1em;
}

.com_all_template_contents ul.tag li {
  position: relative;
  padding-left: 15px;
}
.com_all_template_contents ul.tag li:before,
.com_all_template_contents .tag:before,
.com_all_template_contents .tag a:before {
  content: "";
  width: 12px;
  height: 12px;
  text-indent:0;
  display: block;
  position: absolute;
  background: url(/common/images/common/ico_tags.png) no-repeat left 0;
  background-size: 12px 12px;
  top: .625em;
  left: 0;
}

.com_all_template_contents ul.tag li:before {
  top: .3em;
}

.com_all_template_contents .outLink a.tag:before {
  top: 1em;
}

.com_all_template_contents ul.video li {
  position: relative;
  padding-left: 15px;
}
.com_all_template_contents ul.video li:before,
.com_all_template_contents .video:before,
.com_all_template_contents .video a:before {
  content: "";
  width: 12px;
  height: 12px;
  text-indent:0;
  display: block;
  position: absolute;
  background: url(/common/images/common/ico_video.png) no-repeat left center;
  background-size: 12px 12px;
  top: .55em;
  left: 0;
}

.com_all_template_contents ul.video li:before {
  top: .3em;
}

.com_all_template_contents .outLink a.video:before {
  top: 1em;
}

ul.sound li {
  position: relative;
  padding-left: 15px;
}
ul.sound li:before,
.sound:before,
.sound a:before {
  content: "";
  width: 12px;
  height: 12px;
  text-indent:0;
  display: block;
  position: absolute;
  background: url(/common/images/common/ico_sound.png) no-repeat left center;
  background-size: 12px 12px;
  top: .55em;
  left: 0;
}

ul.sound li:before {
  top: .3em;
}

.outLink a.sound:before {
  top: 1em;
}

/*矢印アイコン*/
ul.iconArrow li {
  position: relative;
  padding-left: .75em;
}
.iconArrow:before,
.iconArrow a:before,
.arrowIcon:before,
.arrowIcon a:before,
ul.iconArrow li:before
 {
  width: 5px;
  height: 5px;
  border-right: 2px solid #9E9E9E;
  border-top: 2px solid #9E9E9E;
  content: "";
  position: absolute;
  color: #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: .75em;
  left: 0;
}

ul.iconArrow li:before{
  top: .5em;
}

a.iconArrow:before {
    top: .55em;
}


/*矢印囲みアイコン*/
ul.arrowBox li,
ul.iconArrowBox li {
  position: relative;
  padding-left: 15px;
}
.arrowBox:before,
.arrowBox:after,
.arrowBox a:before,
.arrowBox a:after,
.iconArrowBox:before,
.iconArrowBox:after,
.iconArrowBox a:before,
.iconArrowBox a:after,
ul.arrowBox li:before,
ul.arrowBox li:after,
ul.iconArrowBox li:before,
ul.iconArrowBox li:after {
  display: block;
  content: '';
  position: absolute;
}

ul.arrowBox:before,
ul.iconArrowBox:before,
ul.arrowBox:after,
ul.iconArrowBox:after {
  display: none;
}

.arrowBox:before,
.arrowBox a:before,
ul.arrowBox li:before {
  top: .625em;
  left: 0;
  width: 10px;
  height: 10px;
  color: #333;
  border: 1px solid #9E9E9E;
}

ul.arrowBox li:before {
  top: .3em;
}

.arrowBox:after,
.arrowBox a:after,
ul.arrowBox li:after {
  z-index: 2;
  top: .825em;
  left: 2px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

ul.arrowBox li:after {
  top: .54em;
}

a.arrowBox:before,
a.iconArrowBox:before {
  top: .5em;
}

a.arrowBox:after,
a.iconArrowBox:after {
  top: .7em;
}

.iconArrowBox:before,
.iconArrowBox a:before,
ul.iconArrowBox li:before {
  top: .6em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #9E9E9E;
}

ul.iconArrowBox li:before {
  top: .3em;
}


.iconArrowBox:after,
.iconArrowBox a:after,
ul.iconArrowBox li:after {
  z-index: 2;
  top: .85em;
  left: 2px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

ul.iconArrowBox li:after {
  top: .54em;
}

/*拡大アイコン*/
.fancyBox a,
a.fancyBox,
.popup-iframe a,
a.popup-iframe {
  padding-left: 15px;
  position: relative;
  background:url(/common/images/common/icon_zoom.png) no-repeat left .2084em!important;
  background-size: 10px 10px!important;
}

.fancyBox a {
  background:url(/common/images/common/icon_zoom.png) no-repeat left .35em!important;
}

a.fancyBox {
  background:url(/common/images/common/icon_zoom.png) no-repeat left .5em!important;
}

.fancyBox a,
.popup-iframe a {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

a.fancyBox,
a.popup-iframe {
  background-position: left .5em;
}

.fancyBox .zoom {
  text-align: center;
}

.bgNoneMt0 a {
  padding: 0;
  margin: 0;
  background: none;
}

.fancyBox .bgNone a:before,
.fancyBox .bgNoneMt0 a:before,
.popup-iframe .bgNone a:before,
.popup-iframe .bgNoneMt0 a:before {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

/* PC SP出し分け */
.sp-none {
  display: none;
}
.pc-none {
  display: block;
}

/*上下左右アイコン*/
.up:before,
.up li:before,
.down:before,
.down li:before,
.forward:before,
.forward li:before,
.back:before,
.back li:before {
  width: 0;
  height: 0;
  content: "";
  margin: 0 0 0 10px;
  position: absolute;
  left: -7px;
}

ul.up li {
  position: relative;
  padding-left: 15px;
}
ul.up li:before,
.up:before,
.up a:before {
  top: .75em;
  border-bottom: 8px solid #9E9E9E;
  border-left: transparent 5px solid;
  border-right: transparent 5px solid;
}

ul.up li:before {
  top: .5em;
  left: -10px;
}

ul.forward li {
  position: relative;
  padding-left: 15px;
}
ul.forward li:before,
.forward:before,
.forward a:before {
  top: .65em;
  border-left: 8px solid #9E9E9E;
  border-bottom: transparent 5px solid;
  border-top: transparent 5px solid;
}

ul.forward li:before {
  top: .5em;
  left: -10px;
}

a.forward:before {
  top: .55em;
}
.down li {
  position: relative;
}


.down:before,
.down a:before,
.down li:before {
  top: .75em;
  border-top: 8px solid #9E9E9E;
  border-left: transparent 5px solid;
  border-right: transparent 5px solid;
}

ul.down li::before {
  top: .5em;
  left: -10px;
}

ul.up:before,
ul.up a:before,
ul.down:before,
ul.down a:before,
ul.forward:before,
ul.forward a:before,
ul.back:before,
ul.back a:before,
ul.arrowIconRound:before,
ul.arrowIconRound a:before,
ul.pdf:before,
ul.pdf a:before,
ul.iconOut:before,
ul.iconOut a:before,
ul.iconDec:before,
ul.iconDec a:before,
ul.fancyBox:before,
ul.fancyBox a:before,
ul.arrowBox:before,
ul.arrowBox a:before,
ul.iconArrow:before,
ul.iconArrow a:before,
ul.arrowBox:after,
ul.arrowBox a:after,
ul.iconArrow:after,
ul.iconArrow a:after,
ul.iconArrowBox:before,
ul.iconArrowBox a:before,
ul.iconArrowBox:after,
ul.iconArrowBox a:after,
ul.arrowIconRound:before,
ul.arrowIconRound a:before,
ul.arrowIconRound li a:before,
ul.arrowIconRound:after,
ul.arrowIconRound a:after,
ul.arrowIconRound li a:after {
  display: none;
}

ul.back li {
  position: relative;
  padding-left: 15px;
}

ul.back li:before,
.back:before,
.back a:before {
  top: .65em;
  border-right: 8px solid #9E9E9E;
  border-bottom: transparent 5px solid;
  border-top: transparent 5px solid;
}

ul.back li:before {
  top: .5em;
  left: -10px;
}

/*大リンクアイコン*/
ul.arrowIconRound li {
  padding-left: 15px;
}
.arrowIconRound li {
  float:left;
  font-size:1em;
  margin-right:8px;
  position: relative;
}

.iconArrowRound li {
  float:left;
  margin-right:15px;
  font-size:1em;
  margin-right:8px;
}

.arrowIconRound:before,
.arrowIconRound:after,
.arrowIconRound li a:before,
.arrowIconRound li a:after,
.arrowIconRound li:before,
.arrowIconRound li:after,
.iconArrowRound:before,
.iconArrowRound:after,
.iconArrowRound a:before,
.iconArrowRound a:after {
  display: block;
  content: '';
  position: absolute;
}

ul.arrowIconRound li:before,
.arrowIconRound:before,
.arrowIconRound a:before,
.iconArrowRound:before,
.iconArrowRound a:before
 {
  top: .575em;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #9E9E9E;
  border-radius: 100%;
}

ul.arrowIconRound li:before {
  top: .25em;
}

ul.arrowIconRound li:after,
.arrowIconRound:after,
.arrowIconRound a:after,
.iconArrowRound:after,
.iconArrowRound a:after {
  z-index: 2;
  top: .825em;
  left: 3px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

ul.arrowIconRound li:after {
  top: .54em;
}

/*DL*/
.dlNewsList {
  overflow:hidden;
}

.dlNewsList dt {
  float:left;
  margin-right: 10px;
}

.dlNewsList dd {
  overflow: hidden;
}

.dl_yy,
.dl_yymm,
.dl_yymmdd,
.dl_yy_wide,
.dl_yy_narrow {
  overflow:hidden;
}

.dl_yy dt {
  float:left;
  width: 4em;
}

.dl_yymm dt {
  float:left;
  width:6em;
}

.dl_yymmdd dt {
  float:left;
  width: 8.5em;
}

.dl_yy dd,
.dl_yymm dd,
.dl_yymmdd dd {
  overflow: hidden;
}

.dl_yy_wide dt,
.dl_yy_narrow dt {
  width: auto !important;
  float: none !important;
  margin-bottom: 10px;
}


.dl_yy_wide dd,
.dl_yy_narrow dd {
  margin-left: 1em !important;
  margin-bottom: 10px;
}

.announcement dl {
  margin:0 auto 10px;
  overflow:hidden;
}

.announcement dl dt {
  float:left;
  margin-right: 10px;
  margin-top: 5px;
}

.announcement dl dd {
  font-size: 1.2rem;
  overflow: hidden;
  line-height:1.5;
}

.announcement dl dd span {
  font-size: 1.3rem;
  font-weight:bold;
}

.case dl {
  margin-bottom:3px;
}

.case dl dt {
  width: 6em;
  float:left;
  background: url(/common/images/common/bg_colon.png) no-repeat right;
}
.case dl dd {
  overflow: hidden;
  margin-left: 7em;
}

.case dl.dl-flex dt,
dl.dl-flex dt {
  float: none;
  width: inherit;
  background: none;
}
.case dl.dl-flex dd,
dl.dl-flex dd {
  margin-left: 1em;
}

.case dl dt.noColon {
  background: none;
  float: none;
}

.textLeng2 {
  width: 3em !important;
}
.textLeng2 + dd {
  margin-left: 4em !important;
}

.textLeng3 {
  width: 4em !important;
}
.textLeng3 + dd {
  margin-left: 5em !important;
}

.textLeng5 {
  width: 6em !important;
}
.textLeng5 + dd {
  margin-left: 7em !important;
}

.textLeng10 {
  width: 11em !important;
}
.textLeng10 + dd {
  margin-left: 12em !important;
}

.textLeng15 {
  width: 16em !important;
}
.textLeng15 + dd {
  margin-left: 17em !important;
}

.case dl dt.noColon + dd {
  margin-left: 1em!important;
}



/******************************
テーブル
******************************/
.listTable {
  border-top:solid 1px #404E60;
  border-left:solid 1px #404E60;
}

.listTable th,
.listTable td{
  padding:4px 10px 0;
  border-right:solid 1px #404E60;
  border-bottom:solid 1px #404E60;
  word-break: break-all;
}

.listTable tbody th,
.listTable tbody td {
  color:#000000;
  padding:5px 10px 2px;
}

.listTable tbody th a,
.listTable tbody td a {
  color:#000000;
}

.listTable .bgBlue,
.blueHor .bgBlue th {
  color:#FFFFFF;
  font-weight:bold;
  font-size:1.1rem;
  background:#637587;
}

.listTable .bgGray,
.listTable .bgGray tbody th{
  background:#EBEBEB;
}

.listTable .bgRed,
.blueHor .bgRed th {
  color:#FFFFFF;
  font-weight:bold;
  font-size:1.1rem;
  background:#8C4058;
}

/******************************
背景色
******************************/
.bgWrap {
  overflow:hidden;
}

.bgWrap .section {
  padding:17px 13px;
  margin:0 0 23px 0;
  border:solid 1px #404E60;
}

.bgGrayEBEBEB {
  background:#EBEBEB!important;
}

.bgBlue637587 {
  background:#637587!important;
  color:#FFFFFF !important;
}

.bgBlue637587 a {
  color:#FFFFFF !important;
}

/*.bgBlue637587 .arrowBox {
  background-image:url(/common/images/common/icon_arrow_white.png);
}*/

.bgBlue637587 ul.arrowBox {
  padding-left: 0;
  background: none;
}

/*.bgBlue637587 .arrowBox li {
  background-image:url(/common/images/common/icon_arrow_white.png);
}

.bgBlue637587 .iconDec {
  background-image:url(/common/images/common/icon_round_white.png);
}

.bgBlue637587 .arrowIcon li {
  background-image:url(/common/images/common/icon_triangle_white.png);
}*/

.bgRed8C4058 ul.arrowIcon {
  padding-left: 0;
  background: none;
}
/*
.bgBlue637587 .arrowIcon {
  background-image:url(/common/images/common/icon_outlink_whiteline.png);
}

.bgBlue637587 .iconArrow li {
  background-image:url(/common/images/common/icon_triangle_white.png);
}*/

.bgRed8C4058 ul.iconArrow {
  padding-left: 0;
  background: none;
}
/*
.bgBlue637587 .iconArrow {
  background-image:url(/common/images/common/icon_outlink_whiteline.png);
}

.bgBlue637587 .iconOut li {
  background: url(/common/images-sp/common/icon/ico_outlink.png) no-repeat 99% center;
  background-size: 12px 12px;
}*/

.bgRed8C4058 ul.iconOut {
  padding-left: 0;
  background: none;
}

.bgBlueC8E6EB {
  background:#C8E6EB!important;
}

.bgPinkEBD4EB {
  background:#EBD4EB!important;
}

.bgYellowEBEBD2 {
  background:#EBEBD2!important;
}

.bgYellowFFD790 {
  background:#FFD790!important;
}

.bgRed8C4058 {
  background:#8C4058!important;
  color: #fff!important;
}

.bgRed8C4058 a {
  color:#FFFFFF !important;
}
/*
.bgRed8C4058 .arrowBox {
  background-image:url(/common/images/common/icon_arrow_white.png);
}*/

.bgRed8C4058 ul.arrowBox {
  padding-left: 0;
  background: none;
}
/*
.bgRed8C4058 .arrowBox li {
  background-image:url(/common/images/common/icon_arrow_white.png);
}

.bgRed8C4058 .iconDec {
  background-image:url(/common/images/common/icon_round_white.png);
}

.bgRed8C4058 .arrowIcon li {
  background-image:url(/common/images/common/icon_triangle_white.png);
}*/

.bgRed8C4058 ul.arrowIcon {
  padding-left: 0;
  background: none;
}
/*
.bgRed8C4058 .arrowIcon {
  background-image:url(/common/images/common/icon_triangle_white.png);
}

.bgRed8C4058 .iconArrow li {
  background-image:url(/common/images/common/icon_triangle_white.png);
}*/

.bgRed8C4058 ul.iconArrow {
  padding-left: 0;
  background: none;
}

/*.bgRed8C4058 .iconOut li {
  background: url(/common/images-sp/common/icon/ico_outlink.png) no-repeat 99% center;
  background-size: 12px 12px;
}

.bgRed8C4058 ul.iconOut {
  padding-left: 0;
  background: none;
}

.bgRed8C4058 .iconOut {
  background: url(/common/images-sp/common/icon/ico_outlink.png) no-repeat 99% center;
  background-size: 12px 12px;
}

.bgRed8C4058 .iconArrow {
  background-image:url(/common/images/common/icon_triangle_white.png);
}*/

.bgWhite {
  background: #FFF !important;
}

.bgBlueGray01 {
    background-color: #24516c!important;
}
.bgBlueGray02 {
    background-color: #497794!important;
}
.bgBlueGray03 {
    background-color: #7ea2b7!important;
}
.bgBlue01 {
    background-color: #3c5a96!important;
}
.bgBlue02 {
    background-color: #1453b1!important;
}
.bgBlue03 {
    background-color: #235ed6!important;
}
.bgBlue04 {
    background-color: #4280fd!important;
}
.bgLightBlue01 {
    background-color: #e1f0ff!important;
}
.bgPink01 {
    background-color: #ffebe1!important;
}
.bgGreen01 {
    background-color: #d7f5b4!important;
}
.bgGreen02 {
    background-color: #00897b!important;
}
.bgGreen03 {
    background-color: #26a69a!important;
}
.bgGreen04 {
    background-color: #47bbb7!important;
}
.bgYellow01 {
    background-color: #ffffd2!important;
}
.bgOrange01 {
    background-color: #ff8f00!important;
}
.bgOrange02 {
    background-color: #ffb300!important;
}
.bgOrange03 {
    background-color: #ffca28!important;
}
.bgRed01 {
    background-color: #eb3c64!important;
}
.bgRed02 {
    background-color: #ad0026!important;
}
.bgRed03 {
    background-color: #e0434a!important;
}
.bgRed04 {
    background-color: #fc7076!important;
}
.bgStd {
    background-color: #f1f3f6!important;
}
.bgYellow2019 {
    background-color: #f7f7f1!important;
}
.bgGreen2019 {
    background-color: #eef6f6!important;
}
.bgRed2019 {
    background-color: #f9f1f3!important;
}

.bgGray01 {
  background-color: #f0f0f0 !important;
}

.bgGray02 {
  background-color: #999999 !important;
}

.bgBlue05 {
  background-color: #003b8e !important;
}

.boxBorder1 {
  border: solid 1px!important;
}
.boxBorder2 {
  border: solid 2px!important;
}
.boxBorder3 {
  border: solid 3px!important;
}
.boxBorder4 {
  border: solid 4px!important;
}
.boxBorder5 {
  border: solid 5px!important;
}
.boxBorder10 {
  border: solid 10px!important;
}
.boxBorder15 {
  border: solid 15px!important;
}
.boxBorderGray01 {
  border-color: #f0f0f0!important;
}
.boxBorderGrayEBEBEB {
  border-color: #EBEBEB!important;
}
.boxBorderGrayF8F8F8 {
  border-color: #F8F8F8!important;
}
.boxBorderBlueC8E6EB {
  border-color: #C8E6EB!important;
}
.boxBorderPinkEBD4EB {
  border-color: #EBD4EB!important;
}
.boxBorderYellowEBEBD2 {
  border-color: #EBEBD2!important;
}
.boxBorderYellowFFD790 {
  border-color: #FFD790!important;
}
.boxBorderRed8C4058 {
  border-color: #8C4058!important;
}
.boxBorderBlue637587 {
  border-color: #637587!important;
}
.boxBorderBlue01 {
  border-color: #3c5a96!important;
}
.boxBorderLightBlue01 {
  border-color: #e1f0ff!important;
}
.boxBorderPink01 {
  border-color: #ffebe1!important;
}
.boxBorderYellow01 {
  border-color: #ffffd2!important;
}
.boxBorderWhite {
  border-color: #fff!important;
}
.boxBorderStd {
  border-color: #f1f3f6!important;
}
.boxBorderYellow2019 {
  border-color: #f7f7f1!important;
}
.boxBorderGreen2019 {
  border-color: #eef6f6!important;
}
.boxBorderRed2019 {
  border-color: #f9f1f3!important;
}
.boxBorderBlueGray01 {
  border-color: #24516c!important;
}
.boxBorderBlueGray02 {
  border-color: #497794!important;
}
.boxBorderBlueGray03 {
  border-color: #7ea2b7!important;
}
.boxBorderBlu01 {
  border-color: #1453b1!important;
}
.boxBorderBlu02 {
  border-color: #235ed6!important;
}
.boxBorderBlu03 {
  border-color: #4280fd!important;
}
.boxBorderBlu04 {
  border-color: #3c5a96!important;
}
.boxBorderGreen01 {
  border-color: #d7f5b4!important;
}
.boxBorderGreen02 {
  border-color: #26a69a!important;
}
.boxBorderGreen03 {
  border-color: #47bbb7!important;
}
.boxBorderGreen04 {
  border-color: #00897b!important;
}
.boxBorderOrange01 {
  border-color: #ff8f00!important;
}
.boxBorderOrange02 {
  border-color: #ffb300!important;
}
.boxBorderOrange03 {
  border-color: #ffca28!important;
}
.boxBorderRed01 {
  border-color: #eb3c64!important;
}
.boxBorderRed02{
  border-color: #ad0026!important;
}
.boxBorderRed03 {
  border-color: #e0434a!important;
}
.boxBorderRed04 {
  border-color: #fc7076!important;
}

.boxBorderGray02 {
  border-color: #999999 !important;
}

.boxBorderBlu05 {
  border-color: #003b8e !important;
}

/******************************
ライン
******************************/
div.hr {
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(85.71429%, #000000), color-stop(85.71429%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #000000, #000000 85.71429%, rgba(0, 0, 0, 0) 85.71429%, rgba(0, 0, 0, 0) 100%);
  background-size: 7px 7px;
}

div.hrBottom {
  position: relative;
}
div.hrBottom::after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(85.71429%, #000000), color-stop(85.71429%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #000000, #000000 85.71429%, rgba(0, 0, 0, 0) 85.71429%, rgba(0, 0, 0, 0) 100%);
  background-size: 7px 7px;
  position: absolute;
  bottom: 0;
  left: 0;
}

div.hrTopBottom {
  position: relative;
}
div.hrTopBottom::before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(85.71429%, #000000), color-stop(85.71429%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #000000, #000000 85.71429%, rgba(0, 0, 0, 0) 85.71429%, rgba(0, 0, 0, 0) 100%);
  background-size: 7px 7px;
  position: absolute;
  top: 0;
  left: 0;
}
div.hrTopBottom::after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(85.71429%, #000000), color-stop(85.71429%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #000000, #000000 85.71429%, rgba(0, 0, 0, 0) 85.71429%, rgba(0, 0, 0, 0) 100%);
  background-size: 7px 7px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hrDotLine {
  min-height: 1px;
  border-bottom: 1px dotted #5D5D5D;
}

.hrDotLineTop {
  min-height: 1px;
  border-top: 1px dotted #5D5D5D;
}

.hrDotLineTopBottom {
  min-height: 1px;
  border-top: 1px dotted #5D5D5D;
  border-bottom: 1px dotted #5D5D5D;
}

.lineShadow {
  min-height: 1px;
  border-bottom: 1px solid #ADADAD;
  -webkit-box-shadow: 0px 5px 3px -4px #d9d9d9;
          box-shadow: 0px 5px 3px -4px #d9d9d9;
}
.lineShadowTop {
  min-height: 1px;
  border-top: 1px solid #ADADAD;
  position: relative;
}
.lineShadowTop::before {
  content: "";
  width: 100%;
  max-height: 1px;
  -webkit-box-shadow: 0px 1px 0px 0.04rem #d9d9d9;
          box-shadow: 0px 1px 0px 0.04rem #d9d9d9;
  position: absolute;
  top: 0;
  left: 0;
}

.lineShadowTopBottom {
  min-height: 1px;
  border-bottom: 1px solid #ADADAD;
  -webkit-box-shadow: 0px 5px 3px -4px #d9d9d9;
          box-shadow: 0px 5px 3px -4px #d9d9d9;
  position: relative;
}
.lineShadowTopBottom::before {
  content: "";
  width: 100%;
  max-height: 1px;
  border-top: 1px solid #ADADAD;
  -webkit-box-shadow: 0px 1px 0px 0.04rem #d9d9d9;
          box-shadow: 0px 1px 0px 0.04rem #d9d9d9;
  position: absolute;
  top: 0;
  left: 0;
}

.btm_SLine_sbk {
  border-bottom: 1px solid #000000;
}
.btm_SLine_sgy {
  border-bottom: 1px solid #D9D9D9;
}
.btm_SLine {
  border-bottom: 2px solid #D9D9D9;
}
.btm_SLine_sbk_top {
  border-top: 1px solid #000000;
}
.btm_SLine_sbk_top_bottom {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.btm_SLine_sgy_top {
  border-top: 1px solid #D9D9D9;
}
.btm_SLine_sgy_top_bottom {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.btm_SLine_top {
  border-top: 2px solid #D9D9D9;
}
.btm_SLine_top_bottom {
  border-top: 2px solid #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
}

.top_dotLine {
  border-top: 1px dotted #979595;
}

.bottom_dotLine {
  border-bottom: 1px dotted #979595;
}

.tb_dotLine {
  border-bottom: 1px dotted #979595;
  border-top: 1px dotted #979595;
}

.top_dotLine {
  border-top: 1px dotted #979595;
}

.bottom_dotLine {
  border-bottom: 1px dotted #979595;
}

.tb_dotLine {
  border-bottom: 1px dotted #979595;
  border-top: 1px dotted #979595;
}

/******************************
フレーム
******************************/
.WrapLineGray {
  padding:8px 10px 5px;
  border:solid 1px #D9D9D9;
}

.bgOrengeLine {
  padding:8px 10px 5px;
  text-align:center;
  font-size:116.6%;
  font-weight:bold;
  background:url(/common/images/common/main_attention_bg.gif) left top;
}

.WrapLineRed {
  padding:10px 10px 10px;
  text-align:center;
  font-size:116.6%;
  font-weight:bold;
  color:#D70000;
  border:solid 1px #D70000;
}

.WrapLineRed p {
  line-height:1.3;
}

.frameWrap {
  max-width: 100%;
  padding:10px;
  border:solid 1px #D9D9D9;
}

.frameWrap:after{
  display: block;
  clear: both;
  height: 0;
  visibility:hidden;
  content: '.';
  line-height: 0;
}

.noFrameWrap {
  overflow:hidden;
}

.bgGray {
  background:#F8F8F8;
}

.frameWrapPad0 {
  padding:0;
  border:solid 1px #D9D9D9;
  overflow:hidden;
}

.frameTitle {
  margin-bottom:3px;
  font-weight:bold;
  line-height:1.4;
}

.frameTitle.line {
  padding-bottom:5px;
  margin-bottom:10px;
  background:url(/common/images/common/bg_line_gray.gif) repeat-x left bottom;
}

.frameTitle.line span {
  font-weight:normal;
  font-size:0.8em;
}

.frameWrap.info {
  background:#F8F8F8;
}

.frameWrap.info .external {
  margin-bottom:3px;
}

.frameWrap.flash .textArea {
  width:77.65625%;
  float:left;
}

.frameWrap.flash .img {
  width:17.5%;
  float:right;
}

.frameWrap.flash .note {
  font-size:0.8em;
  margin-bottom:5px;
}

.frameWrap .icon {
  text-align: left;
  margin-bottom:3px;
}

.frameWrapIn {
  width: 99.6875%;
  margin-right:-10px;
  overflow:hidden;
}

.frameWrapIn .col {
  margin-top:20px;
}

.frameWrapIn .col:first-child {
  margin-top: 0;
}

.frameWrapIn .col .desc {
  padding-bottom:3px;
  font-size:0.8em;
}

.frameWrap .float {
  overflow:hidden;
}

.partsSection {
  margin-bottom:25px;
}

.partsSectionIn {
  overflow:hidden;
}

.partsSectionIn .textArea {
  width:65.15625%;
  margin-right:5px;
  float:right;
  display:inline;
  overflow:hidden;
}

.partsSectionIn .textArea p {
  line-height:1.5;
}

.partsSectionIn .textArea .btnArea {
  margin-top:10px;
  text-align:right;
}

.partsSectionIn .textArea .btn {
  margin-bottom:5px;
}

.partsSectionIn .img {
  width:28.125%;
  margin-left:15px;
  float:left;
  display:inline;
}

.delivery {
  padding:5px;
  margin-bottom:25px;
  line-height:1;
  text-align:center;
  border: double 6px #FFFFFF;
  background-color: #6EB48F;
}

.delivery .term {
  padding:4px 10px 0;
  display:inline-block;
}

.delivery .date {
  padding-top:2px;
  color:#FFFFFF;
  font-size: 120%;
  font-weight:bold;
}

/******************************
float
******************************/
.floatBoxWrap {
  overflow:hidden;
}

.floatRight {
  float:right;
}

.floatLeft {
  float:left;
}

.floatRight ul li,
.floatLeft dl {
  overflow:hidden !important;
}

.floatRight span.number,
.floatLeft span.number {
  float:left;
  padding-right:0;
  vertical-align: top;
  display: block;
}

.floatRight span.number,
.floatLeft span.number,
.fancyBoxFlexItem span.number,
li span.number {
    padding-right: 5px;
}

.floatRight span.number.pr10,
.floatLeft span.number.pr10,
.fancyBoxFlexItem span.number.pr10,
li span.number.pr10 {
  padding-right: 10px;
}

/* 回り込み */
.flexWrapper {
  display: block;
}

/* 画像左 */
.flexWrapperImgLeft .flexItem-1 {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.flexWrapperImgLeft .flexItem-2 {
  width: 100%;
}

/* 画像右 */
.flexWrapperImgRight .flexItem-1 {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.flexWrapperImgRight .flexItem-2 {
  width: 100%;
}

/******************************
QA
******************************/
.qa dl,
.qa_box dl{
  padding-bottom:22px;
}

.qa dt,
.qa_box dt {
  padding-top: 40px;
  margin-top: 10px;
  background: url(/common/images-sp/common/bg_q.png) no-repeat left top;
  background-size: 89px 25px;
}

.qa_box dt div {
  background-color: #76b3e2;
}

.qa dd,
.qa_box dd {
  padding-top: 40px;
  margin-top: 20px;
  font-weight: bold;
  background: url(/common/images-sp/common/bg_a.png) no-repeat left top;
  background-size: 89px 25px;
}

.qa_box dd div {
  background-color: #d63434;
}

/******************************
回り込み（1）
******************************/
.turnText {
  overflow:hidden;
  vertical-align:baseline;
}

.turnText img {
  vertical-align:top;
}

.turnText .imgLeft {
  width: 34.4827586%;
  margin-right:20px;
  float:left;
}

.turnText .imgRight {
  width: 34.4827586%;
  margin-left:20px;
  float:right;
}

.turnText .imgLeft img,
.turnText .imgRight img {
    width: 100%;
    height: auto;
}

.turnTextFlex {
  overflow:hidden;
  vertical-align:baseline;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.turnTextFlex img {
  vertical-align:top;
}

.turnTextFlex .imgLeft {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.turnTextFlex .imgRight {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.turnText .imgLeft img,
.turnText .imgRight img {
    width: 100%;
    height: auto;
}

.turnText .imgLeft .fancyBox,
.turnText .imgRight .fancyBox {
  font-size: 1.2rem;
}

.turnText .imgLeft .fancyBox:before,
.turnText .imgRight .fancyBox:before {
  top: 50%;
  margin-top: -5px;
}

.clearfix > .floatLeft {
  max-width: 100%;
  margin-right: 0 !important;
  margin-top: 20px;
}


.talk {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.talk02 {
  flex-direction: row-reverse;
}

.talk .talkText {
  position: relative;
}

.talk .talkImg {
  flex: none;
}

.talk01 .talkBox {
  margin-left: 20px;
}

.talk02 .talkBox {
  margin-right: 20px;
}

.talkImgUpL,
.talkImgUpR,
.talkImgUpCenter{
  flex-direction: column;
}

.talkImgBottomL,
.talkImgBottomR,
.talkImgBottomCenter {
  flex-direction: column-reverse;
}

.talkImgUpL,
.talkImgBottomL {
  align-items: flex-start;
}

.talkImgUpR,
.talkImgBottomR {
  align-items: flex-end;
}

.talkImgUpCenter,
.talkImgBottomCenter {
  align-items: center;
}

.talkImgUpL .talkBox,
.talkImgUpR .talkBox,
.talkImgUpCenter .talkBox {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}
.talkImgBottomL .talkBox,
.talkImgBottomR .talkBox,
.talkImgBottomCenter .talkBox {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.talkS .talkBox {
  width: 33%;
}

.talkM .talkBox {
  width: 66%;
}

.talkFull .talkBox {
  width: 100%;
}

.talkFull .talkText {
  width: 100%;
}

.talk .talkBox .talkFukidashi {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
}

.talkFukidashiRound {
  border-radius: 15px;
}

.talk .talkBox .talkFukidashi--LTop {
  transform: rotate(180deg);
  top: 12px;
}

.talk .talkBox .talkFukidashi--RTop {
  top: 12px;
}

.talk .talkBox .talkFukidashi--LCenter {
  transform: rotate(180deg);
  top: 0;
  bottom: 0;
  margin: auto;
}

.talk .talkBox .talkFukidashi--RBottom {
  bottom: 12px;
}

.talk .talkBox .talkFukidashi--LBottom {
  transform: rotate(180deg);
  bottom: 12px;
}

.talk .talkBox .talkFukidashi--RCenter {
  top: 0;
  bottom: 0;
  margin: auto;
}

.talk .talkBox .talkFukidashi--TLTop {
  transform: rotate(-90deg);
  left: 14px;
}
.talk .talkBox .talkFukidashi--TRTop {
  transform: rotate(-90deg);
  right: 14px;
}
.talk .talkBox .talkFukidashi--TCenter {
  transform: rotate(-90deg);
  right: 0;
  left: 0;
  margin: auto;
}

.talk .talkBox .talkFukidashi--m.talkFukidashi--TLTop{
  left: 16px;
}
.talk .talkBox .talkFukidashi--l.talkFukidashi--TLTop{
  left: 19px;
}
.talk .talkBox .talkFukidashi--m.talkFukidashi--TRTop{
  right: 16px;
}
.talk .talkBox .talkFukidashi--l.talkFukidashi--TRTop{
  right: 19px;
}


.talk .talkBox .talkFukidashi--BLBottom {
  transform: rotate(90deg);
  left: 14px;
}
.talk .talkBox .talkFukidashi--BRBottom {
  transform: rotate(90deg);
  right: 14px;
}
.talk .talkBox .talkFukidashi--BCenter {
  transform: rotate(90deg);
  right: 0;
  left: 0;
  margin: auto;
}

.talk .talkBox .talkFukidashi--m.talkFukidashi--BLBottom {
  left: 16px;
}
.talk .talkBox .talkFukidashi--l.talkFukidashi--BLBottom {
  left: 19px;
}
.talk .talkBox .talkFukidashi--m.talkFukidashi--BRBottom {
  right: 16px;
}
.talk .talkBox .talkFukidashi--l.talkFukidashi--BRBottom {
  right: 19px;
}

/* SPのみ制御クラス */
.talk .talkBox .sp-talkFukidashi--Ltop {
  transform: rotate(180deg);
  top: 10px;
  bottom: inherit;
}
.talk .talkBox .sp-talkFukidashi--Rtop {
  top: 10px;
  bottom: inherit;
}

.talk .talkBox .talkFukidashi--s {
  width: 10px;
  height: 15px;
}

.talk .talkBox .talkFukidashi--m {
  width: 15px;
  height: 23px;
}

.talk .talkBox .talkFukidashi--l {
  width: 20px;
  height: 30px;
}

.talk .talkBox .talkFukidashi--s.talkFukidashi--RTop,
.talk .talkBox .talkFukidashi--s.talkFukidashi--RCenter,
.talk .talkBox .talkFukidashi--s.talkFukidashi--RBottom {
  width: 10px;
  height: 15px;
}

.talk .talkBox .talkFukidashi--m.talkFukidashi--RTop,
.talk .talkBox .talkFukidashi--m.talkFukidashi--RCenter,
.talk .talkBox .talkFukidashi--m.talkFukidashi--RBottom {
  width: 15px;
  height: 23px;
}

.talk .talkBox .boxBorder1 .talkFukidashi--s.talkFukidashi--LTop,
.talk .talkBox .boxBorder1 .talkFukidashi--s.talkFukidashi--LCenter,
.talk .talkBox .boxBorder1 .talkFukidashi--s.talkFukidashi--LBottom {
  left: -10px;
}
.talk .talkBox .boxBorder1 .talkFukidashi--m.talkFukidashi--LTop,
.talk .talkBox .boxBorder1 .talkFukidashi--m.talkFukidashi--LCenter,
.talk .talkBox .boxBorder1 .talkFukidashi--m.talkFukidashi--LBottom {
  left: -15px;
}
.talk .talkBox .boxBorder1 .talkFukidashi--l.talkFukidashi--LTop,
.talk .talkBox .boxBorder1 .talkFukidashi--l.talkFukidashi--LCenter,
.talk .talkBox .boxBorder1 .talkFukidashi--l.talkFukidashi--LBottom {
  left: -20px;
}

.talk .talkBox .boxBorder1 .talkFukidashi--s.talkFukidashi--RTop,
.talk .talkBox .boxBorder1 .talkFukidashi--s.talkFukidashi--RCenter,
.talk .talkBox .boxBorder1 .talkFukidashi--s.talkFukidashi--RBottom {
  right: -11px;
}
.talk .talkBox .boxBorder1 .talkFukidashi--m.talkFukidashi--RTop,
.talk .talkBox .boxBorder1 .talkFukidashi--m.talkFukidashi--RCenter,
.talk .talkBox .boxBorder1 .talkFukidashi--m.talkFukidashi--RBottom {
  right: -16px;
}
.talk .talkBox .boxBorder1 .talkFukidashi--l.talkFukidashi--RTop,
.talk .talkBox .boxBorder1 .talkFukidashi--l.talkFukidashi--RCenter,
.talk .talkBox .boxBorder1 .talkFukidashi--l.talkFukidashi--RBottom {
  right: -21px;
}

.talk .talkBox .boxBorder2 .talkFukidashi--s.talkFukidashi--LTop,
.talk .talkBox .boxBorder2 .talkFukidashi--s.talkFukidashi--LCenter,
.talk .talkBox .boxBorder2 .talkFukidashi--s.talkFukidashi--LBottom {
  left: -11px;
}
.talk .talkBox .boxBorder2 .talkFukidashi--m.talkFukidashi--LTop,
.talk .talkBox .boxBorder2 .talkFukidashi--m.talkFukidashi--LCenter,
.talk .talkBox .boxBorder2 .talkFukidashi--m.talkFukidashi--LBottom {
  left: -16px;
}
.talk .talkBox .boxBorder2 .talkFukidashi--l.talkFukidashi--LTop,
.talk .talkBox .boxBorder2 .talkFukidashi--l.talkFukidashi--LCenter,
.talk .talkBox .boxBorder2 .talkFukidashi--l.talkFukidashi--LBottom {
  left: -22px;
}

.talk .talkBox .boxBorder2 .talkFukidashi--s.talkFukidashi--RTop,
.talk .talkBox .boxBorder2 .talkFukidashi--s.talkFukidashi--RCenter,
.talk .talkBox .boxBorder2 .talkFukidashi--s.talkFukidashi--RBottom {
  right: -11px;
}
.talk .talkBox .boxBorder2 .talkFukidashi--m.talkFukidashi--RTop,
.talk .talkBox .boxBorder2 .talkFukidashi--m.talkFukidashi--RCenter,
.talk .talkBox .boxBorder2 .talkFukidashi--m.talkFukidashi--RBottom {
  right: -17px;
}
.talk .talkBox .boxBorder2 .talkFukidashi--l.talkFukidashi--RTop,
.talk .talkBox .boxBorder2 .talkFukidashi--l.talkFukidashi--RCenter,
.talk .talkBox .boxBorder2 .talkFukidashi--l.talkFukidashi--RBottom {
  right: -22px;
}

.talk .talkBox .boxBorder3 .talkFukidashi--s.talkFukidashi--LTop,
.talk .talkBox .boxBorder3 .talkFukidashi--s.talkFukidashi--LCenter,
.talk .talkBox .boxBorder3 .talkFukidashi--s.talkFukidashi--LBottom {
  left: -12px;
}
.talk .talkBox .boxBorder3 .talkFukidashi--m.talkFukidashi--LTop,
.talk .talkBox .boxBorder3 .talkFukidashi--m.talkFukidashi--LCenter,
.talk .talkBox .boxBorder3 .talkFukidashi--m.talkFukidashi--LBottom {
  left: -17px;
}
.talk .talkBox .boxBorder3 .talkFukidashi--l.talkFukidashi--LTop,
.talk .talkBox .boxBorder3 .talkFukidashi--l.talkFukidashi--LCenter,
.talk .talkBox .boxBorder3 .talkFukidashi--l.talkFukidashi--LBottom {
  left: -23px;
}

.talk .talkBox .boxBorder3 .talkFukidashi--s.talkFukidashi--RTop,
.talk .talkBox .boxBorder3 .talkFukidashi--s.talkFukidashi--RCenter,
.talk .talkBox .boxBorder3 .talkFukidashi--s.talkFukidashi--RBottom {
  right: -12px;
}
.talk .talkBox .boxBorder3 .talkFukidashi--m.talkFukidashi--RTop,
.talk .talkBox .boxBorder3 .talkFukidashi--m.talkFukidashi--RCenter,
.talk .talkBox .boxBorder3 .talkFukidashi--m.talkFukidashi--RBottom {
  right: -17px;
}
.talk .talkBox .boxBorder3 .talkFukidashi--l.talkFukidashi--RTop,
.talk .talkBox .boxBorder3 .talkFukidashi--l.talkFukidashi--RCenter,
.talk .talkBox .boxBorder3 .talkFukidashi--l.talkFukidashi--RBottom {
  right: -23px;
}

.talk .talkBox .boxBorder4 .talkFukidashi--s.talkFukidashi--LTop,
.talk .talkBox .boxBorder4 .talkFukidashi--s.talkFukidashi--LCenter,
.talk .talkBox .boxBorder4 .talkFukidashi--s.talkFukidashi--LBottom {
  left: -13px;
}
.talk .talkBox .boxBorder4 .talkFukidashi--m.talkFukidashi--LTop,
.talk .talkBox .boxBorder4 .talkFukidashi--m.talkFukidashi--LCenter,
.talk .talkBox .boxBorder4 .talkFukidashi--m.talkFukidashi--LBottom {
  left: -18px;
}
.talk .talkBox .boxBorder4 .talkFukidashi--l.talkFukidashi--LTop,
.talk .talkBox .boxBorder4 .talkFukidashi--l.talkFukidashi--LCenter,
.talk .talkBox .boxBorder4 .talkFukidashi--l.talkFukidashi--LBottom {
  left: -24px;
}

.talk .talkBox .boxBorder4 .talkFukidashi--s.talkFukidashi--RTop,
.talk .talkBox .boxBorder4 .talkFukidashi--s.talkFukidashi--RCenter,
.talk .talkBox .boxBorder4 .talkFukidashi--s.talkFukidashi--RBottom {
  right: -14px;
}
.talk .talkBox .boxBorder4 .talkFukidashi--m.talkFukidashi--RTop,
.talk .talkBox .boxBorder4 .talkFukidashi--m.talkFukidashi--RCenter,
.talk .talkBox .boxBorder4 .talkFukidashi--m.talkFukidashi--RBottom {
  right: -19px;
}
.talk .talkBox .boxBorder4 .talkFukidashi--l.talkFukidashi--RTop,
.talk .talkBox .boxBorder4 .talkFukidashi--l.talkFukidashi--RCenter,
.talk .talkBox .boxBorder4 .talkFukidashi--l.talkFukidashi--RBottom {
  right: -24px;
}

.talk .talkBox .boxBorder5 .talkFukidashi--s.talkFukidashi--LTop,
.talk .talkBox .boxBorder5 .talkFukidashi--s.talkFukidashi--LCenter,
.talk .talkBox .boxBorder5 .talkFukidashi--s.talkFukidashi--LBottom {
  left: -14px;
}
.talk .talkBox .boxBorder5 .talkFukidashi--m.talkFukidashi--LTop,
.talk .talkBox .boxBorder5 .talkFukidashi--m.talkFukidashi--LCenter,
.talk .talkBox .boxBorder5 .talkFukidashi--m.talkFukidashi--LBottom {
  left: -19px;
}
.talk .talkBox .boxBorder5 .talkFukidashi--l.talkFukidashi--LTop,
.talk .talkBox .boxBorder5 .talkFukidashi--l.talkFukidashi--LCenter,
.talk .talkBox .boxBorder5 .talkFukidashi--l.talkFukidashi--LBottom {
  left: -25px;
}

.talk .talkBox .boxBorder5 .talkFukidashi--s.talkFukidashi--RTop,
.talk .talkBox .boxBorder5 .talkFukidashi--s.talkFukidashi--RCenter,
.talk .talkBox .boxBorder5 .talkFukidashi--s.talkFukidashi--RBottom {
  right: -15px;
}
.talk .talkBox .boxBorder5 .talkFukidashi--m.talkFukidashi--RTop,
.talk .talkBox .boxBorder5 .talkFukidashi--m.talkFukidashi--RCenter,
.talk .talkBox .boxBorder5 .talkFukidashi--m.talkFukidashi--RBottom {
  right: -20px;
}
.talk .talkBox .boxBorder5 .talkFukidashi--l.talkFukidashi--RTop,
.talk .talkBox .boxBorder5 .talkFukidashi--l.talkFukidashi--RCenter,
.talk .talkBox .boxBorder5 .talkFukidashi--l.talkFukidashi--RBottom {
  right: -25px;
}

.talk .talkBox .boxBorder10 .talkFukidashi--s.talkFukidashi--LTop,
.talk .talkBox .boxBorder10 .talkFukidashi--s.talkFukidashi--LCenter,
.talk .talkBox .boxBorder10 .talkFukidashi--s.talkFukidashi--LBottom {
  left: -19px;
}
.talk .talkBox .boxBorder10 .talkFukidashi--m.talkFukidashi--LTop,
.talk .talkBox .boxBorder10 .talkFukidashi--m.talkFukidashi--LCenter,
.talk .talkBox .boxBorder10 .talkFukidashi--m.talkFukidashi--LBottom {
  left: -24px;
}
.talk .talkBox .boxBorder10 .talkFukidashi--l.talkFukidashi--LTop,
.talk .talkBox .boxBorder10 .talkFukidashi--l.talkFukidashi--LCenter,
.talk .talkBox .boxBorder10 .talkFukidashi--l.talkFukidashi--LBottom {
  left: -30px;
}

.talk .talkBox .boxBorder10 .talkFukidashi--s.talkFukidashi--RTop,
.talk .talkBox .boxBorder10 .talkFukidashi--s.talkFukidashi--RCenter,
.talk .talkBox .boxBorder10 .talkFukidashi--s.talkFukidashi--RBottom {
  right: -20px;
}
.talk .talkBox .boxBorder10 .talkFukidashi--m.talkFukidashi--RTop,
.talk .talkBox .boxBorder10 .talkFukidashi--m.talkFukidashi--RCenter,
.talk .talkBox .boxBorder10 .talkFukidashi--m.talkFukidashi--RBottom {
  right: -25px;
}
.talk .talkBox .boxBorder10 .talkFukidashi--l.talkFukidashi--RTop,
.talk .talkBox .boxBorder10 .talkFukidashi--l.talkFukidashi--RCenter,
.talk .talkBox .boxBorder10 .talkFukidashi--l.talkFukidashi--RBottom {
  right: -30px;
}

.talk .talkBox .boxBorder15 .talkFukidashi--s.talkFukidashi--LTop,
.talk .talkBox .boxBorder15 .talkFukidashi--s.talkFukidashi--LCenter,
.talk .talkBox .boxBorder15 .talkFukidashi--s.talkFukidashi--LBottom {
  left: -24px;
}
.talk .talkBox .boxBorder15 .talkFukidashi--m.talkFukidashi--LTop,
.talk .talkBox .boxBorder15 .talkFukidashi--m.talkFukidashi--LCenter,
.talk .talkBox .boxBorder15 .talkFukidashi--m.talkFukidashi--LBottom {
  left: -29px;
}
.talk .talkBox .boxBorder15 .talkFukidashi--l.talkFukidashi--LTop,
.talk .talkBox .boxBorder15 .talkFukidashi--l.talkFukidashi--LCenter,
.talk .talkBox .boxBorder15 .talkFukidashi--l.talkFukidashi--LBottom {
  left: -34px;
}

.talk .talkBox .boxBorder15 .talkFukidashi--s.talkFukidashi--RTop,
.talk .talkBox .boxBorder15 .talkFukidashi--s.talkFukidashi--RCenter,
.talk .talkBox .boxBorder15 .talkFukidashi--s.talkFukidashi--RBottom {
  right: -25px;
}
.talk .talkBox .boxBorder15 .talkFukidashi--m.talkFukidashi--RTop,
.talk .talkBox .boxBorder15 .talkFukidashi--m.talkFukidashi--RCenter,
.talk .talkBox .boxBorder15 .talkFukidashi--m.talkFukidashi--RBottom {
  right: -30px;
}
.talk .talkBox .boxBorder15 .talkFukidashi--l.talkFukidashi--RTop,
.talk .talkBox .boxBorder15 .talkFukidashi--l.talkFukidashi--RCenter,
.talk .talkBox .boxBorder15 .talkFukidashi--l.talkFukidashi--RBottom {
  right: -34px;
}

.talk .talkBox .boxBorder1 .talkFukidashi--s.talkFukidashi--TLTop,
.talk .talkBox .boxBorder1 .talkFukidashi--s.talkFukidashi--TRTop,
.talk .talkBox .boxBorder1 .talkFukidashi--s.talkFukidashi--TCenter {
  top: -13px;
}
.talk .talkBox .boxBorder1 .talkFukidashi--m.talkFukidashi--TLTop,
.talk .talkBox .boxBorder1 .talkFukidashi--m.talkFukidashi--TRTop,
.talk .talkBox .boxBorder1 .talkFukidashi--m.talkFukidashi--TCenter {
  top: -19.5px;
}
.talk .talkBox .boxBorder1 .talkFukidashi--l.talkFukidashi--TLTop,
.talk .talkBox .boxBorder1 .talkFukidashi--l.talkFukidashi--TRTop,
.talk .talkBox .boxBorder1 .talkFukidashi--l.talkFukidashi--TCenter {
  top: -25.5px;
}
.talk .talkBox .boxBorder1 .talkFukidashi--l.talkFukidashi--TLTop {
  left: 19px;
}
.talk .talkBox .boxBorder2 .talkFukidashi--s.talkFukidashi--TLTop,
.talk .talkBox .boxBorder2 .talkFukidashi--s.talkFukidashi--TRTop,
.talk .talkBox .boxBorder2 .talkFukidashi--s.talkFukidashi--TCenter {
  top: -14px;
}
.talk .talkBox .boxBorder2 .talkFukidashi--m.talkFukidashi--TLTop,
.talk .talkBox .boxBorder2 .talkFukidashi--m.talkFukidashi--TRTop,
.talk .talkBox .boxBorder2 .talkFukidashi--m.talkFukidashi--TCenter {
  top: -20px;
}
.talk .talkBox .boxBorder2 .talkFukidashi--m.talkFukidashi--TLTop {
  left: 14px;
}
.talk .talkBox .boxBorder2 .talkFukidashi--l.talkFukidashi--TLTop,
.talk .talkBox .boxBorder2 .talkFukidashi--l.talkFukidashi--TRTop,
.talk .talkBox .boxBorder2 .talkFukidashi--l.talkFukidashi--TCenter {
  top: -27px;
}
.talk .talkBox .boxBorder2 .talkFukidashi--l.talkFukidashi--TLTop{
  left: 19px;
}
.talk .talkBox .boxBorder3 .talkFukidashi--s.talkFukidashi--TLTop,
.talk .talkBox .boxBorder3 .talkFukidashi--s.talkFukidashi--TRTop,
.talk .talkBox .boxBorder3 .talkFukidashi--s.talkFukidashi--TCenter {
  top: -15px;
}
.talk .talkBox .boxBorder3 .talkFukidashi--m.talkFukidashi--TLTop,
.talk .talkBox .boxBorder3 .talkFukidashi--m.talkFukidashi--TRTop,
.talk .talkBox .boxBorder3 .talkFukidashi--m.talkFukidashi--TCenter {
  top: -22px;
}
.talk .talkBox .boxBorder3 .talkFukidashi--l.talkFukidashi--TLTop,
.talk .talkBox .boxBorder3 .talkFukidashi--l.talkFukidashi--TRTop,
.talk .talkBox .boxBorder3 .talkFukidashi--l.talkFukidashi--TCenter {
  top: -28px;
}
.talk .talkBox .boxBorder4 .talkFukidashi--s.talkFukidashi--TLTop,
.talk .talkBox .boxBorder4 .talkFukidashi--s.talkFukidashi--TRTop,
.talk .talkBox .boxBorder4 .talkFukidashi--s.talkFukidashi--TCenter {
  top: -16px;
}
.talk .talkBox .boxBorder4 .talkFukidashi--m.talkFukidashi--TLTop,
.talk .talkBox .boxBorder4 .talkFukidashi--m.talkFukidashi--TRTop,
.talk .talkBox .boxBorder4 .talkFukidashi--m.talkFukidashi--TCenter {
  top: -23px;
}
.talk .talkBox .boxBorder4 .talkFukidashi--l.talkFukidashi--TLTop,
.talk .talkBox .boxBorder4 .talkFukidashi--l.talkFukidashi--TRTop,
.talk .talkBox .boxBorder4 .talkFukidashi--l.talkFukidashi--TCenter {
  top: -29px;
}
.talk .talkBox .boxBorder5 .talkFukidashi--s.talkFukidashi--TLTop,
.talk .talkBox .boxBorder5 .talkFukidashi--s.talkFukidashi--TRTop,
.talk .talkBox .boxBorder5 .talkFukidashi--s.talkFukidashi--TCenter {
  top: -17px;
}
.talk .talkBox .boxBorder5 .talkFukidashi--m.talkFukidashi--TLTop,
.talk .talkBox .boxBorder5 .talkFukidashi--m.talkFukidashi--TRTop,
.talk .talkBox .boxBorder5 .talkFukidashi--m.talkFukidashi--TCenter {
  top: -24px;
}
.talk .talkBox .boxBorder5 .talkFukidashi--l.talkFukidashi--TLTop,
.talk .talkBox .boxBorder5 .talkFukidashi--l.talkFukidashi--TRTop,
.talk .talkBox .boxBorder5 .talkFukidashi--l.talkFukidashi--TCenter {
  top: -30px;
}
.talk .talkBox .boxBorder10 .talkFukidashi--s.talkFukidashi--TLTop,
.talk .talkBox .boxBorder10 .talkFukidashi--s.talkFukidashi--TRTop,
.talk .talkBox .boxBorder10 .talkFukidashi--s.talkFukidashi--TCenter {
  top: -22px;
}
.talk .talkBox .boxBorder10 .talkFukidashi--m.talkFukidashi--TLTop,
.talk .talkBox .boxBorder10 .talkFukidashi--m.talkFukidashi--TRTop,
.talk .talkBox .boxBorder10 .talkFukidashi--m.talkFukidashi--TCenter {
  top: -29px;
}
.talk .talkBox .boxBorder10 .talkFukidashi--l.talkFukidashi--TLTop,
.talk .talkBox .boxBorder10 .talkFukidashi--l.talkFukidashi--TRTop,
.talk .talkBox .boxBorder10 .talkFukidashi--l.talkFukidashi--TCenter {
  top: -35px;
}
.talk .talkBox .boxBorder15 .talkFukidashi--s.talkFukidashi--TLTop,
.talk .talkBox .boxBorder15 .talkFukidashi--s.talkFukidashi--TRTop,
.talk .talkBox .boxBorder15 .talkFukidashi--s.talkFukidashi--TCenter {
  top: -27px;
}
.talk .talkBox .boxBorder15 .talkFukidashi--m.talkFukidashi--TLTop,
.talk .talkBox .boxBorder15 .talkFukidashi--m.talkFukidashi--TRTop,
.talk .talkBox .boxBorder15 .talkFukidashi--m.talkFukidashi--TCenter {
  top: -34px;
}
.talk .talkBox .boxBorder15 .talkFukidashi--l.talkFukidashi--TLTop,
.talk .talkBox .boxBorder15 .talkFukidashi--l.talkFukidashi--TRTop,
.talk .talkBox .boxBorder15 .talkFukidashi--l.talkFukidashi--TCenter {
  top: -40px;
}
.talk .talkBox .boxBorder1 .talkFukidashi--s.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder1 .talkFukidashi--s.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder1 .talkFukidashi--s.talkFukidashi--BCenter {
  bottom: -13.5px;
}
.talk .talkBox .boxBorder1 .talkFukidashi--m.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder1 .talkFukidashi--m.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder1 .talkFukidashi--m.talkFukidashi--BCenter {
  bottom: -20px;
}
.talk .talkBox .boxBorder1 .talkFukidashi--l.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder1 .talkFukidashi--l.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder1 .talkFukidashi--l.talkFukidashi--BCenter {
  bottom: -26px;
}

.talk .talkBox .boxBorder2 .talkFukidashi--s.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder2 .talkFukidashi--s.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder2 .talkFukidashi--s.talkFukidashi--BCenter {
  bottom: -14px;
}
.talk .talkBox .boxBorder2 .talkFukidashi--m.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder2 .talkFukidashi--m.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder2 .talkFukidashi--m.talkFukidashi--BCenter {
  bottom: -21px;
}
.talk .talkBox .boxBorder2 .talkFukidashi--l.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder2 .talkFukidashi--l.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder2 .talkFukidashi--l.talkFukidashi--BCenter {
  bottom: -26.5px;
}

.talk .talkBox .boxBorder3 .talkFukidashi--s.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder3 .talkFukidashi--s.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder3 .talkFukidashi--s.talkFukidashi--BCenter {
  bottom: -15px;
}
.talk .talkBox .boxBorder3 .talkFukidashi--m.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder3 .talkFukidashi--m.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder3 .talkFukidashi--m.talkFukidashi--BCenter {
  bottom: -22px;
}
.talk .talkBox .boxBorder3 .talkFukidashi--l.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder3 .talkFukidashi--l.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder3 .talkFukidashi--l.talkFukidashi--BCenter {
  bottom: -28px;
}

.talk .talkBox .boxBorder4 .talkFukidashi--s.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder4 .talkFukidashi--s.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder4 .talkFukidashi--s.talkFukidashi--BCenter {
  bottom: -16px;
}
.talk .talkBox .boxBorder4 .talkFukidashi--m.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder4 .talkFukidashi--m.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder4 .talkFukidashi--m.talkFukidashi--BCenter {
  bottom: -23px;
}
.talk .talkBox .boxBorder4 .talkFukidashi--l.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder4 .talkFukidashi--l.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder4 .talkFukidashi--l.talkFukidashi--BCenter {
  bottom: -28px;
}

.talk .talkBox .boxBorder5 .talkFukidashi--s.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder5 .talkFukidashi--s.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder5 .talkFukidashi--s.talkFukidashi--BCenter {
  bottom: -17px;
}
.talk .talkBox .boxBorder5 .talkFukidashi--m.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder5 .talkFukidashi--m.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder5 .talkFukidashi--m.talkFukidashi--BCenter {
  bottom: -24px;
}
.talk .talkBox .boxBorder5 .talkFukidashi--l.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder5 .talkFukidashi--l.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder5 .talkFukidashi--l.talkFukidashi--BCenter {
  bottom: -30px;
}

.talk .talkBox .boxBorder10 .talkFukidashi--s.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder10 .talkFukidashi--s.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder10 .talkFukidashi--s.talkFukidashi--BCenter {
  bottom: -22px;
}
.talk .talkBox .boxBorder10 .talkFukidashi--m.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder10 .talkFukidashi--m.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder10 .talkFukidashi--m.talkFukidashi--BCenter {
  bottom: -29px;
}
.talk .talkBox .boxBorder10 .talkFukidashi--l.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder10 .talkFukidashi--l.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder10 .talkFukidashi--l.talkFukidashi--BCenter {
  bottom: -35px;
}

.talk .talkBox .boxBorder15 .talkFukidashi--s.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder15 .talkFukidashi--s.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder15 .talkFukidashi--s.talkFukidashi--BCenter {
  bottom: -27px;
}
.talk .talkBox .boxBorder15 .talkFukidashi--m.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder15 .talkFukidashi--m.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder15 .talkFukidashi--m.talkFukidashi--BCenter {
  bottom: -34px;
}
.talk .talkBox .boxBorder15 .talkFukidashi--l.talkFukidashi--BLBottom,
.talk .talkBox .boxBorder15 .talkFukidashi--l.talkFukidashi--BRBottom,
.talk .talkBox .boxBorder15 .talkFukidashi--l.talkFukidashi--BCenter {
  bottom: -40px;
}

.rTextBox {
  text-align: right;
}

.rTextBox p {
  display: inline-block;
  text-align: left;
}

/** 2023追加対応 ここから **/
.rTextBox ul {
  display: block;
  margin: 0 0 0 auto;
}

.rTextBox ul li {
  text-align: left;
}

.rTextBox dl {
  display: block;
  margin: 0 0 0 auto;
}

.rTextBox dl dt,
.rTextBox dl dd {
  text-align: left;
}
/** 2023追加対応 ここまで **/

.btnRound,
.btnRound a {
  border-radius: 10px;
  overflow: hidden;
}

.btnRound a.fBLK,
.btnRound a.fR,
.btnRound a.fWHT {
  color: #3071b9!important;
}

.btnW100 {
  width: 100%;
}

.btnW90 {
  width: 90%;
}

.btnW80 {
  width: 80%;
}

.btnW70 {
  width: 70%;
}

.btnW60 {
  width: 60%;
}

.btnW50 {
  width: 50%;
}

.btnW40 {
  width: 40%;
}

.btnW30 {
  width: 30%;
}

/******************************
回り込み（2）フレームあり
******************************/
.imgR300 {
  width:50%;
  float:right;
  padding-left: 10px;
}

.imgL300 {
  width:50%;
  float:left;
  padding-right: 10px;
}

.imgR200 {
  width:45%;
  float:right;
  padding-left: 10px;
}

.imgL200 {
  width:45%;
  float:left;
  padding-right: 10px;
}

.imgR100 {
  width:43%;
  float:right;
  padding-left: 10px;
}

.imgL100 {
  width:43%;
  float:left;
  padding-right: 10px;
}

.imgR300 img,
.imgL300 img,
.imgR200 img,
.imgL200 img,
.imgR100 img,
.imgL100 img {
  width: 100%;
  height: auto;
}

.imgR100 .fancyBox a,
.imgL100 .fancyBox a,
.imgR200 .fancyBox a,
.imgL200 .fancyBox a,
.imgR300 .fancyBox a,
.imgL300 .fancyBox a,
.imgRight .fancyBox a,
.imgLeft .fancyBox a {
  font-size:12px;
  display: inline-block;
}

.imgR100 .fancyBox a:before,
.imgL100 .fancyBox a:before,
.imgR200 .fancyBox a:before,
.imgL200 .fancyBox a:before,
.imgR300 .fancyBox a:before,
.imgL300 .fancyBox a:before,
.imgRight .fancyBox a:before,
.imgLeft .fancyBox a:before {
  top: 50%;
  margin-top: -5px;
}

.frameWrap .txtR323,
.frameWrap .txtR330,
.frameWrap .txtR430,
.frameWrap .txtR423,
.frameWrap .txtR530,
.frameWrap .txtR523,
.frameWrapCol .txtR190,
.frameWrapCol .txtL190 {
  overflow: hidden;
  line-height: 1.5em;
}

.frameWrap .txtL323 {
  width:50%;
  float:left;
  line-height: 1.5em;
}

.frameWrap .txtL330 {
  width:48.90625%;
  float:left;
  line-height: 1.5em;
}

.frameWrap .txtL430 {
  width:55%;
  float:left;
  line-height: 1.5em;
}

.frameWrap .txtL423{
  width:55%;
  float:left;
  line-height: 1.5em;
}

.frameWrap .txtL530,
.frameWrap .txtL523 {
  width:57%;
  float:left;
  line-height: 1.5em;
}

/* 画像テキスト横並び */
.frameWrapFlex {
  display: flex;
  justify-content: space-between;
}
.frameWrapFlex .txtBox {
  line-height: 1.5em;
  width: 100%;
}

.frameWrapFlex .imgBox300 {
  width: 50%;
  font-size:12px;
  flex: none;
}
.frameWrapFlex .imgBox200 {
  width: 45%;
  font-size:12px;
  flex: none;
}
.frameWrapFlex .imgBox100 {
  width: 43%;
  font-size:12px;
  flex: none;
}

.frameWrapFlex .imgBox300 img,
.frameWrapFlex .imgBox200 img,
.frameWrapFlex .imgBox100 img {
  max-width: 100%;
  height: auto;
}

.frameWrapFlex .imgBox300 .fancyBox .bgNone a,
.frameWrapFlex .imgBox200 .fancyBox .bgNone a,
.frameWrapFlex .imgBox100 .fancyBox .bgNone a {
  background: none!important;
  padding-left: 0;
}

.frameWrapCol {
  overflow:hidden;
}

.frameWrapCol .col2 {
  padding:10px;
  margin-top: 20px;
  border:solid 1px #C8C8C8;
  overflow: hidden;
}

.noFrameWrapCol .col2:first-child {
  margin-top: 0;
}

.frameWrapCol .col2:first-child {
  margin-left: 0;
}

/* 入れ子カラム */
.nestFrame {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nestFrame .img img,
.nestFrame .img img {
  max-width: 100%;
  height: auto;
}


.colNest {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.colNest-items--spCenter {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.colNest-items {
  width: 100%;
}


.colNest-items--oder1 {
  order: 1;
}
.colNest-items--oder2 {
  order: 2;
}
.colNest-items--oder3 {
  order: 3;
}
.colNest-items--oder4 {
  order: 4;
}
.colNest-items--oder5 {
  order: 5;
}
.colNest-items--oder6 {
  order: 6;
}
.colNest-items--oder7 {
  order: 7;
}
.colNest-items--oder8 {
  order: 8;
}
.colNest-items--oder9 {
  order: 9;
}
.colNest-items--oder10 {
  order: 10;
}
.colNest-items--oder11 {
  order: 11;
}
.colNest-items--oder12 {
  order: 12;
}
.colNest-items--oder13 {
  order: 13;
}
.colNest-items--oder14 {
  order: 14;
}
.colNest-items--oder15 {
  order: 15;
}
.colNest-items--oder16 {
  order: 16;
}
.colNest-items--oder17 {
  order: 17;
}
.colNest-items--oder18 {
  order: 18;
}
.colNest-items--oder19 {
  order: 19;
}
.colNest-items--oder20 {
  order: 20;
}

.line-height-zero {
  line-height: 0!important;
}

/** 2023追加対応 ここから **/
.nestFrame .pdf:before,
.nestFrame .video:before,
.nestFrame .tag:before,
.nestFrame .sound:before {
  top: .58em;
  left: 0;
}


.nestFrame .text9px .video:before,
.nestFrame .text9px.video:before {
  top: .58em;
  left: 0;
}

.nestFrame .text9px .pdf:before,
.nestFrame .text9px.pdf:before {
  top: .48em;
  left: 0;
}

.nestFrame .text9px .tag:before,
.nestFrame .text9px.tag:before {
  top: .6em;
  left: 0;
}

.nestFrame .text9px .sound:before,
.nestFrame .text9px.sound:before {
  top: .58em;
  left: 0;
}

.nestFrame .text10px .video:before,
.nestFrame .text10px.video:before {
  top: .54em;
  left: 0;
}

.nestFrame .text10px .pdf:before,
.nestFrame .text10px.pdf:before {
  top: .48em;
  left: 0;
}

.nestFrame .text10px .tag:before,
.nestFrame .text10px.tag:before {
  top: .58em;
  left: 0;
}
.nestFrame .text10px .sound:before,
.nestFrame .text10px.sound:before {
  top: .54em;
  left: 0;
}

.nestFrame .text11px .video:before,
.nestFrame .text11px.video:before {
  top: .52em;
  left: 0;
}

.nestFrame .text11px .pdf:before,
.nestFrame .text11px.pdf:before {
  top: .5em;
  left: 0;
}

.nestFrame .text11px .tag:before,
.nestFrame .text11px.tag:before {
  top: .58em;
  left: 0;
}
.nestFrame .text11px .sound:before,
.nestFrame .text11px.sound:before {
  top: .52em;
  left: 0;
}

.nestFrame .text12px .video:before,
.nestFrame .text12px.video:before {
  top: .52em;
  left: 0;
}

.nestFrame .text12px .pdf:before,
.nestFrame .text12px.pdf:before {
  top: .5em;
  left: 0;
}

.nestFrame .text12px .tag:before,
.nestFrame .text12px.tag:before {
  top: .6em;
  left: 0;
}
.nestFrame .text12px .sound:before,
.nestFrame .text12px.sound:before {
  top: .52em;
  left: 0;
}

.nestFrame .text13px .video:before,
.nestFrame .text13px.video:before {
  top: .56em;
  left: 0;
}

.nestFrame .text13px .pdf:before,
.nestFrame .text13px.pdf:before {
  top: .54em;
  left: 0;
}

.nestFrame .text13px .tag:before,
.nestFrame .text13px.tag:before {
  top: .62em;
  left: 0;
}

.nestFrame .text13px .sound:before,
.nestFrame .text13px.sound:before {
  top: .56em;
  left: 0;
}


.nestFrame .text14px .video:before,
.nestFrame .text14px.video:before {
  top: .56em;
  left: 0;
}

.nestFrame .text14px .pdf:before,
.nestFrame .text14px.pdf:before {
  top: .54em;
  left: 0;
}

.nestFrame .text14px .tag:before,
.nestFrame .text14px.tag:before {
  top: .65em;
  left: 0;
}
.nestFrame .text14px .sound:before,
.nestFrame .text14px.sound:before {
  top: .56em;
  left: 0;
}


.nestFrame .text15px .video:before,
.nestFrame .text15px.video:before {
  top: .56em;
  left: 0;
}

.nestFrame .text15px .pdf:before,
.nestFrame .text15px.pdf:before {
  top: .54em;
  left: 0;
}

.nestFrame .text15px .tag:before,
.nestFrame .text15px.tag:before {
  top: .65em;
  left: 0;
}
.nestFrame .text15px .sound:before,
.nestFrame .text15px.sound:before {
  top: .56em;
  left: 0;
}


.nestFrame .text16px .video:before,
.nestFrame .text16px.video:before {
  top: .58em;
  left: 0;
}

.nestFrame .text16px .pdf:before,
.nestFrame .text16px.pdf:before {
  top: .58em;
  left: 0;
}

.nestFrame .text16px .tag:before,
.nestFrame .text16px.tag:before {
  top: .65em;
  left: 0;
}
.nestFrame .text16px .sound:before,
.nestFrame .text16px.sound:before {
  top: .58em;
  left: 0;
}

.nestFrame .text17px .video:before,
.nestFrame .text17px.video:before {
  top: .58em;
  left: 0;
}

.nestFrame .text17px .pdf:before,
.nestFrame .text17px.pdf:before {
  top: .56em;
  left: 0;
}

.nestFrame .text17px .tag:before,
.nestFrame .text17px.tag:before {
  top: .65em;
  left: 0;
}
.nestFrame .text17px .sound:before,
.nestFrame .text17px.sound:before {
  top: .58em;
  left: 0;
}


.nestFrame .text18px .video:before,
.nestFrame .text18px.video:before {
  top: .58em;
  left: 0;
}

.nestFrame .text18px .pdf:before,
.nestFrame .text18px.pdf:before {
  top: .56em;
  left: 0;
}

.nestFrame .text18px .tag:before,
.nestFrame .text18px.tag:before {
  top: .62em;
  left: 0;
}
.nestFrame .text18px .sound:before,
.nestFrame .text18px.sound:before {
  top: .58em;
  left: 0;
}


.nestFrame .text19px .video:before,
.nestFrame .text19px.video:before {
  top: .58em;
  left: 0;
}

.nestFrame .text19px .pdf:before,
.nestFrame .text19px.pdf:before {
  top: .56em;
  left: 0;
}

.nestFrame .text19px .tag:before,
.nestFrame .text19px.tag:before {
  top: .62em;
  left: 0;
}
.nestFrame .text19px .sound:before,
.nestFrame .text19px.sound:before {
  top: .58em;
  left: 0;
}



.nestFrame .text20px .video:before,
.nestFrame .text20px.video:before {
  top: .58em;
  left: 0;
}

.nestFrame .text20px .pdf:before,
.nestFrame .text20px.pdf:before {
  top: .56em;
  left: 0;
}

.nestFrame .text20px .tag:before,
.nestFrame .text20px.tag:before {
  top: .62em;
  left: 0;
}
.nestFrame .text20px .sound:before,
.nestFrame .text20px.sound:before {
  top: .58em;
  left: 0;
}



.nestFrame .textF9px .video:before,
.nestFrame .textF9px.video:before {
  top: .58em;
  left: 0;
}

.nestFrame .textF9px .pdf:before,
.nestFrame .textF9px.pdf:before {
  top: .56em;
  left: 0;
}

.nestFrame .textF9px .tag:before,
.nestFrame .textF9px.tag:before {
  top: .62em;
  left: 0;
}
.nestFrame .textF9px .sound:before,
.nestFrame .textF9px.sound:before {
  top: .58em;
  left: 0;
}

.nestFrame .textF10px .video:before,
.nestFrame .textF10px.video:before {
  top: .54em;
  left: 0;
}

.nestFrame .textF10px .pdf:before,
.nestFrame .textF10px.pdf:before {
  top: .48em;
  left: 0;
}

.nestFrame .textF10px .tag:before,
.nestFrame .textF10px.tag:before {
  top: .58em;
  left: 0;
}
.nestFrame .textF10px .sound:before,
.nestFrame .textF10px.sound:before {
  top: .54em;
  left: 0;
}


.nestFrame .textF11px .video:before,
.nestFrame .textF11px.video:before {
  top: .54em;
  left: 0;
}

.nestFrame .textF11px .pdf:before,
.nestFrame .textF11px.pdf:before {
  top: .5em;
  left: 0;
}

.nestFrame .textF11px .tag:before,
.nestFrame .textF11px.tag:before {
  top: .62em;
  left: 0;
}
.nestFrame .textF11px .sound:before,
.nestFrame .textF11px.sound:before {
  top: .54em;
  left: 0;
}

.nestFrame .textF12px .video:before,
.nestFrame .textF12px.video:before {
  top: .54em;
  left: 0;
}

.nestFrame .textF12px .pdf:before,
.nestFrame .textF12px.pdf:before {
  top: .5em;
  left: 0;
}

.nestFrame .textF12px .tag:before,
.nestFrame .textF12px.tag:before {
  top: .62em;
  left: 0;
}
.nestFrame .textF12px .sound:before,
.nestFrame .textF12px.sound:before {
  top: .54em;
  left: 0;
}

.nestFrame .textF13px .video:before,
.nestFrame .textF13px.video:before {
  top: .54em;
  left: 0;
}

.nestFrame .textF13px .pdf:before,
.nestFrame .textF13px.pdf:before {
  top: .54em;
  left: 0;
}

.nestFrame .textF13px .tag:before,
.nestFrame .textF13px.tag:before {
  top: .64em;
  left: 0;
}
.nestFrame .textF13px .sound:before,
.nestFrame .textF13px.sound:before {
  top: .54em;
  left: 0;
}


.nestFrame .textF14px .video:before,
.nestFrame .textF14px.video:before {
  top: .58em;
  left: 0;
}

.nestFrame .textF14px .pdf:before,
.nestFrame .textF14px.pdf:before {
  top: .52em;
  left: 0;
}

.nestFrame .textF14px .tag:before,
.nestFrame .textF14px.tag:before {
  top: .64em;
  left: 0;
}
.nestFrame .textF14px .sound:before,
.nestFrame .textF14px.sound:before {
  top: .58em;
  left: 0;
}


.nestFrame .textF15px .video:before,
.nestFrame .textF15px.video:before {
  top: .58em;
  left: 0;
}

.nestFrame .textF15px .pdf:before,
.nestFrame .textF15px.pdf:before {
  top: .56em;
  left: 0;
}

.nestFrame .textF15px .tag:before,
.nestFrame .textF15px.tag:before {
  top: .64em;
  left: 0;
}
.nestFrame .textF15px .sound:before,
.nestFrame .textF15px.sound:before {
  top: .58em;
  left: 0;
}


.nestFrame .textF16px .video:before,
.nestFrame .textF16px.video:before {
  top: .6em;
  left: 0;
}

.nestFrame .textF16px .pdf:before,
.nestFrame .textF16px.pdf:before {
  top: .58em;
  left: 0;
}

.nestFrame .textF16px .tag:before,
.nestFrame .textF16px.tag:before {
  top: .64em;
  left: 0;
}

.nestFrame .textF16px .sound:before,
.nestFrame .textF16px.sound:before {
  top: .6em;
  left: 0;
}

.nestFrame .textF17px .video:before,
.nestFrame .textF17px.video:before {
  top: .58em;
  left: 0;
}

.nestFrame .textF17px .pdf:before,
.nestFrame .textF17px.pdf:before {
  top: .58em;
  left: 0;
}

.nestFrame .textF17px .tag:before,
.nestFrame .textF17px.tag:before {
  top: .64em;
  left: 0;
}
.nestFrame .textF17px .sound:before,
.nestFrame .textF17px.sound:before {
  top: .58em;
  left: 0;
}


.nestFrame .textF18px .video:before,
.nestFrame .textF18px.video:before {
  top: .58em;
  left: 0;
}

.nestFrame .textF18px .pdf:before,
.nestFrame .textF18px.pdf:before {
  top: .56em;
  left: 0;
}

.nestFrame .textF18px .tag:before,
.nestFrame .textF18px.tag:before {
  top: .64em;
  left: 0;
}
.nestFrame .textF18px .sound:before,
.nestFrame .textF18px.sound:before {
  top: .58em;
  left: 0;
}


.nestFrame .textF19px .video:before,
.nestFrame .textF19px.video:before {
  top: .58em;
  left: 0;
}

.nestFrame .textF19px .pdf:before,
.nestFrame .textF19px.pdf:before {
  top: .56em;
  left: 0;
}

.nestFrame .textF19px .tag:before,
.nestFrame .textF19px.tag:before {
  top: .64em;
  left: 0;
}
.nestFrame .textF19px .sound:before,
.nestFrame .textF19px.sound:before {
  top: .58em;
  left: 0;
}


.nestFrame .textF20px .video:before,
.nestFrame .textF20px.video:before {
  top: .56em;
  left: 0;
}

.nestFrame .textF20px .pdf:before,
.nestFrame .textF20px.pdf:before {
  top: .56em;
  left: 0;
}

.nestFrame .textF20px .tag:before,
.nestFrame .textF20px.tag:before {
  top: .64em;
  left: 0;
}
.nestFrame .textF20px .sound:before,
.nestFrame .textF20px.sound:before {
  top: .56em;
  left: 0;
}


.nestFrame .font200 .video:before,
.nestFrame .font200.video:before {
  top: .62em;
  left: 0;
}

.nestFrame .font200 .pdf:before,
.nestFrame .font200.pdf:before {
  top: .6em;
  left: 0;
}

.nestFrame .font200 .tag:before,
.nestFrame .font200.tag:before {
  top: .66em;
  left: 0;
}
.nestFrame .font200 .sound:before,
.nestFrame .font200.sound:before {
  top: .62em;
  left: 0;
}


.nestFrame .font190 .video:before,
.nestFrame .font190.video:before {
  top: .62em;
  left: 0;
}

.nestFrame .font190 .pdf:before,
.nestFrame .font190.pdf:before {
  top: .6em;
  left: 0;
}

.nestFrame .font190 .tag:before,
.nestFrame .font190.tag:before {
  top: .66em;
  left: 0;
}
.nestFrame .font190 .sound:before,
.nestFrame .font190.sound:before {
  top: .62em;
  left: 0;
}

.nestFrame .font180 .video:before,
.nestFrame .font180.video:before {
  top: .62em;
  left: 0;
}

.nestFrame .font180 .pdf:before,
.nestFrame .font180.pdf:before {
  top: .6em;
  left: 0;
}

.nestFrame .font180 .tag:before,
.nestFrame .font180.tag:before {
  top: .66em;
  left: 0;
}
.nestFrame .font180 .sound:before,
.nestFrame .font180.sound:before {
  top: .62em;
  left: 0;
}


.nestFrame .font170 .video:before,
.nestFrame .font170.video:before {
  top: .62em;
  left: 0;
}

.nestFrame .font170 .pdf:before,
.nestFrame .font170.pdf:before {
  top: .6em;
  left: 0;
}

.nestFrame .font170 .tag:before,
.nestFrame .font170.tag:before {
  top: .66em;
  left: 0;
}
.nestFrame .font170 .sound:before,
.nestFrame .font170.sound:before {
  top: .62em;
  left: 0;
}


.nestFrame .font160 .video:before,
.nestFrame .font160.video:before {
  top: .62em;
  left: 0;
}

.nestFrame .font160 .pdf:before,
.nestFrame .font160.pdf:before {
  top: .6em;
  left: 0;
}

.nestFrame .font160 .tag:before,
.nestFrame .font160.tag:before {
  top: .66em;
  left: 0;
}
.nestFrame .font160 .sound:before,
.nestFrame .font160.sound:before {
  top: .62em;
  left: 0;
}


.nestFrame .font150 .video:before,
.nestFrame .font150.video:before {
  top: .62em;
  left: 0;
}

.nestFrame .font150 .pdf:before,
.nestFrame .font150.pdf:before {
  top: .6em;
  left: 0;
}

.nestFrame .font150 .tag:before,
.nestFrame .font150.tag:before {
  top: .66em;
  left: 0;
}

.nestFrame .font150 .sound:before,
.nestFrame .font150.sound:before {
  top: .62em;
  left: 0;
}


.nestFrame .font145 .video:before,
.nestFrame .font145.video:before {
  top: .62em;
  left: 0;
}

.nestFrame .font145 .pdf:before,
.nestFrame .font145.pdf:before {
  top: .6em;
  left: 0;
}

.nestFrame .font145 .tag:before,
.nestFrame .font145.tag:before {
  top: .66em;
  left: 0;
}
.nestFrame .font145 .sound:before,
.nestFrame .font145.sound:before {
  top: .62em;
  left: 0;
}


.nestFrame .font140 .video:before,
.nestFrame .font140.video:before {
  top: .62em;
  left: 0;
}

.nestFrame .font140 .pdf:before,
.nestFrame .font140.pdf:before {
  top: .62em;
  left: 0;
}

.nestFrame .font140 .tag:before,
.nestFrame .font140.tag:before {
  top: .66em;
  left: 0;
}
.nestFrame .font140 .sound:before,
.nestFrame .font140.sound:before {
  top: .62em;
  left: 0;
}

.nestFrame .font135 .video:before,
.nestFrame .font135.video:before {
  top: .62em;
  left: 0;
}

.nestFrame .font135 .pdf:before,
.nestFrame .font135.pdf:before {
  top: .62em;
  left: 0;
}

.nestFrame .font135 .tag:before,
.nestFrame .font135.tag:before {
  top: .66em;
  left: 0;
}
.nestFrame .font135 .sound:before,
.nestFrame .font135.sound:before {
  top: .62em;
  left: 0;
}


.nestFrame .font133 .video:before,
.nestFrame .font133.video:before {
  top: .62em;
  left: 0;
}

.nestFrame .font133 .pdf:before,
.nestFrame .font133.pdf:before {
  top: .62em;
  left: 0;
}

.nestFrame .font133 .tag:before,
.nestFrame .font133.tag:before {
  top: .66em;
  left: 0;
}
.nestFrame .font133 .sound:before,
.nestFrame .font133.sound:before {
  top: .62em;
  left: 0;
}


.nestFrame .font130 .video:before,
.nestFrame .font130.video:before {
  top: .6em;
  left: 0;
}

.nestFrame .font130 .pdf:before,
.nestFrame .font130.pdf:before {
  top: .62em;
  left: 0;
}

.nestFrame .font130 .tag:before,
.nestFrame .font130.tag:before {
  top: .68em;
  left: 0;
}
.nestFrame .font130 .sound:before,
.nestFrame .font130.sound:before {
  top: .6em;
  left: 0;
}


.nestFrame .font125 .video:before,
.nestFrame .font125.video:before {
  top: .56em;
  left: 0;
}

.nestFrame .font125 .pdf:before,
.nestFrame .font125.pdf:before {
  top: .6em;
  left: 0;
}

.nestFrame .font125 .tag:before,
.nestFrame .font125.tag:before {
  top: .65em;
  left: 0;
}
.nestFrame .font125 .sound:before,
.nestFrame .font125.sound:before {
  top: .56em;
  left: 0;
}


.nestFrame .font120 .video:before,
.nestFrame .font120.video:before {
  top: .6em;
  left: 0;
}

.nestFrame .font120 .pdf:before,
.nestFrame .font120.pdf:before {
  top: .6em;
  left: 0;
}

.nestFrame .font120 .tag:before,
.nestFrame .font120.tag:before {
  top: .68em;
  left: 0;
}
.nestFrame .font120 .sound:before,
.nestFrame .font120.sound:before {
  top: .6em;
  left: 0;
}


.nestFrame .font115 .video:before,
.nestFrame .font115.video:before {
  top: .6em;
  left: 0;
}

.nestFrame .font115 .pdf:before,
.nestFrame .font115.pdf:before {
  top: .6em;
  left: 0;
}

.nestFrame .font115 .tag:before,
.nestFrame .font115.tag:before {
  top: .68em;
  left: 0;
}
.nestFrame .font115 .sound:before,
.nestFrame .font115.sound:before {
  top: .6em;
  left: 0;
}

.nestFrame .font110 .video:before,
.nestFrame .font110.video:before {
  top: .6em;
  left: 0;
}

.nestFrame .font110 .pdf:before,
.nestFrame .font110.pdf:before {
  top: .6em;
  left: 0;
}

.nestFrame .font110 .tag:before,
.nestFrame .font110.tag:before {
  top: .68em;
  left: 0;
}
.nestFrame .font110 .sound:before,
.nestFrame .font110.sound:before {
  top: .6em;
  left: 0;
}


.nestFrame .font105 .video:before,
.nestFrame .font105.video:before {
  top: .56em;
  left: 0;
}

.nestFrame .font105 .pdf:before,
.nestFrame .font105.pdf:before {
  top: .6em;
  left: 0;
}

.nestFrame .font105 .tag:before,
.nestFrame .font105.tag:before {
  top: .68em;
  left: 0;
}
.nestFrame .font105 .sound:before,
.nestFrame .font105.sound:before {
  top: .56em;
  left: 0;
}


.nestFrame .font90 .video:before,
.nestFrame .font90.video:before {
  top: .56em;
  left: 0;
}

.nestFrame .font90 .pdf:before,
.nestFrame .font90.pdf:before {
  top: .6em;
  left: 0;
}

.nestFrame .font90 .tag:before,
.nestFrame .font90.tag:before {
  top: .68em;
  left: 0;
}
.nestFrame .font90 .sound:before,
.nestFrame .font90.sound:before {
  top: .56em;
  left: 0;
}


.nestFrame .font85 .video:before,
.nestFrame .font85.video:before {
  top: .54em;
  left: 0;
}

.nestFrame .font85 .pdf:before,
.nestFrame .font85.pdf:before {
  top: .58em;
  left: 0;
}

.nestFrame .font85 .tag:before,
.nestFrame .font85.tag:before {
  top: .68em;
  left: 0;
}
.nestFrame .font85 .sound:before,
.nestFrame .font85.sound:before {
  top: .54em;
  left: 0;
}


.nestFrame .font80 .video:before,
.nestFrame .font80.video:before {
  top: .56em;
  left: 0;
}

.nestFrame .font80 .pdf:before,
.nestFrame .font80.pdf:before {
  top: .52em;
  left: 0;
}

.nestFrame .font80 .tag:before,
.nestFrame .font80.tag:before {
  top: .68em;
  left: 0;
}
.nestFrame .font80 .sound:before,
.nestFrame .font80.sound:before {
  top: .56em;
  left: 0;
}


.nestFrame .font75 .video:before,
.nestFrame .font75.video:before {
  top: .56em;
  left: 0;
}

.nestFrame .font75 .pdf:before,
.nestFrame .font75.pdf:before {
  top: .52em;
  left: 0;
}

.nestFrame .font75 .tag:before,
.nestFrame .font75.tag:before {
  top: .66em;
  left: 0;
}
.nestFrame .font75 .sound:before,
.nestFrame .font75.sound:before {
  top: .56em;
  left: 0;
}


.nestFrame .font70 .video:before,
.nestFrame .font70.video:before {
  top: .56em;
  left: 0;
}

.nestFrame .font70 .pdf:before,
.nestFrame .font70.pdf:before {
  top: .56em;
  left: 0;
}

.nestFrame .font70 .tag:before,
.nestFrame .font70.tag:before {
  top: .66em;
  left: 0;
}
.nestFrame .font70 .sound:before,
.nestFrame .font70.sound:before {
  top: .56em;
  left: 0;
}


.nestFrame .alignC .video,
.nestFrame .alignC .pdf,
.nestFrame .alignC .tag,
.nestFrame .alignC .sound {
  max-inline-size: max-content;
  margin-inline: auto;
}

.nestFrame .alignR .video,
.nestFrame .alignR .pdf,
.nestFrame .alignR .tag,
.nestFrame .alignR .sound {
  max-inline-size: max-content;
  margin-inline: auto 0;
}

/** 2023追加対応 ここまで **/


.textClampBox p,
.textClampBox li,
.textClampBox li span,
.textClampBox li a {
  display: -webkit-box;
 -webkit-box-orient: vertical;
  overflow: hidden;
}

/** 2023追加対応 ここから **/
.rTextBox.textClampBox dd p,
.rTextBox .textClampBox dd p {
  display: -webkit-box;
 -webkit-box-orient: vertical;
  overflow: hidden;
}
.textClampBox .FNTsub,
.textClampBox .FNTsup {
  display: inline!important;
}

.textClampBox .text {
  display: -webkit-box!important;
}
.textClampBox .text1Line .text,
.textClampBox .text1Line .text a {
  -webkit-line-clamp: 1;
}
.textClampBox .text2Line .text,
.textClampBox .text2Line .text a {
  -webkit-line-clamp: 2;
}
.textClampBox .text3Line .text,
.textClampBox .text3Line .text a {
  -webkit-line-clamp: 3;
}
.textClampBox .textAllLine .text {
  -webkit-line-clamp: 99999;
}

.textClampBox .text1Line .fWB,
.textClampBox .text2Line .fWB,
.textClampBox .text3Line .fWB,
.textClampBox .textAllLine .fWB {
  display: inline!important;
}

.textClampBox .text1Line .fWBR,
.textClampBox .text2Line .fWBR,
.textClampBox .text3Line .fWBR,
.textClampBox .textAllLine .fWBR {
  display: inline!important;
}
.textClampBox .text1Line .fR,
.textClampBox .text2Line .fR,
.textClampBox .text3Line .fR,
.textClampBox .textAllLine .fR {
  display: inline!important;
}
.textClampBox .text1Line .fWL,
.textClampBox .text2Line .fWL,
.textClampBox .text3Line .fWL,
.textClampBox .textAllLine .fWL {
  display: inline!important;
}
.textClampBox .text1Line .fWHT,
.textClampBox .text2Line .fWHT,
.textClampBox .text3Line .fWHT,
.textClampBox .textAllLine .fWHT {
  display: inline!important;
}

.newIconClamp1Line{
  display: flex!important;
  align-items: center;
}
.newIconClampMultiLine{
  display: flex!important;
  align-items: baseline;
}
.newIconClampMultiLineEnd{
  display: flex!important;
  align-items: end;
}

.newIconClamp1Line .imgNew {
  flex-shrink: 0;
  width: 28px;
  height: 11px;
  top: inherit;
  left: inherit;
  vertical-align: middle;
}
.newIconClampMultiLine .imgNew {
  flex-shrink: 0;
  width: 28px;
  height: 11px;
  top: inherit;
  left: inherit;
  vertical-align: middle;
}

.newIconClampMultiLineEnd .imgNew {
  flex-shrink: 0;
  width: 28px;
  height: 11px;
  top: -7px;
  left: inherit;
}

.textAllLine {
  -webkit-line-clamp: 99999;
}

/** 2023追加対応 ここまで **/

.text1Line {
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.text2Line {
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.text3Line {
  -webkit-line-clamp: 3;
  word-break: break-all;
}

/******************************
回りこみ（2）フレーム有りの枠無し
******************************/
.noFrameWrap .txtR343,
.noFrameWrap .txtR443,
.noFrameWrapCol .txtR210,
.noFrameWrapCol .txtL210 {
  overflow: hidden;
  line-height: 1.5em;
}

.noFrameWrap .txtL343 {
  width: 50%;
  float:left;
  line-height: 1.5em;
}

.noFrameWrap .txtL443 {
  width: 55%;
  float:left;
  line-height: 1.5em;
}

.noFrameWrap .txtL543 {
  width: 57%;
  float: left;
  line-height: 1.5em;
}

.noFrameWrap .txtR543 {
  width: 57%;
  float: right;
  line-height: 1.5em;
}

.noFrameWrapCol .col2 {
  margin-top: 20px;
  overflow: hidden;
}

.noFrameWrapCol .col2:first-child {
  margin-top: 0;
}

.frameWrapCol .watchBtn,
.noFrameWrapCol .watchBtn {
  width: 100%;
  margin:0 auto;
}

.pageTop,
#pageTop {
  text-align: right;
}

.pageTop a,
#pageTop a {
  padding: 5px 0 5px 15px;
  position: relative;
  font-size: 1.4rem;
}

.pageTop a:before,
#pageTop a:before {
  width: 0;
  height: 0;
  content: "";
  margin: 0 0 0 10px;
  position: absolute;
  left: -7px;
  top: .6em;
  border-bottom: 8px solid #9E9E9E;
  border-left: transparent 5px solid;
  border-right: transparent 5px solid;
}

/* 講師紹介
----------------------------- */
#profileWrap .titleLine {
  width: 100%;
  padding-bottom: 5px;
  margin-bottom:8px;
  font-weight: bold;
  font-size: 1.6rem;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}

#profileWrap .profileTable {
  padding: 10px;
  margin-bottom:20px;
  overflow:hidden;
  word-wrap:break-word;
}

#profileWrap .profileImg {
  width: 21.034482759%;
  height: auto;
  float:left;
  margin-right:15px;
}

#profileWrap .profileImg img {
    width: 100%;
    height: auto;
}

#profileWrap .profileText {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: clip;
  white-space: normal;
}

#profileWrap .profileName span {
  display:block;
}

#profileWrap .history {
  margin-top:10px;
}

#profileWrap .profileTable dl {
  overflow:hidden;
}

#profileWrap dt {
  width:5em;
  float:left;
  clear:both;
}

#profileWrap dd {
  margin-left:8em;
}

.commentatorWrap .profileTable {
  padding:0;
  overflow:hidden;
  word-wrap:break-word;
  border:solid 1px #d9d9d9;
}

#profileWrap .commentatorBox {
  overflow:hidden;
  border-bottom:solid 2px #D9D9D9;
  padding:10px;
}

#profileWrap .commentatorBoxLast {
  overflow:hidden;
  padding:10px;
}

.clearfix:after{
  display: block;
  clear: both;
  height: 0;
  visibility:hidden;
  content: '.';
  line-height: 0;
}

/*CN指定CSS調整*/
/*アコーディオン*/
h5.va_title {
  width: 100% !important;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #fff;
}
h5.va_title:after {
  width: 13px;
  height: 7px;
  margin-top: -4px;
  content: "";
  background: url(/common/images-sp/common/icon/ico_arrow_vertical.png) no-repeat right center;
  background-size: 13px 7px;
  position: absolute;
  top: 50%;
  right: 10px;
}
h5.va_title.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
h5.va_title.bgRed8C4058 {
  background: #d6346d !important;
}
h5.va_title.bgBlue637587 {
  background: #33b3d6 !important;
}
h5.va_title span {
  padding: 3px 0 0 10px !important;
}
h5.va_title a {
  pointer-events: none;
}
.va_container {
  width: auto !important;
}
.va_container li span.text {
  width: auto !important;
  display: block !important;
}

.heightLine {
  height: auto !important;
}

#about_tv {
  position: relative;
  background-repeat: no-repeat;
  z-index: 1;
}

#about_tv:after {
  width: 100%;
  height: 200px;
  content: "";
  background-color: #8b4258;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#about_tv .floatLeft {
  float: none !important;
}

div#intro_carenetv div#about_tv .button_entry {
  width: 100% !important;
  margin-top: 10px;
  font-size: 1.3rem;
  z-index: 10;
}

div#intro_carenetv div#about_tv a {
  display: block;
}

div#intro_carenetv div#tvImages,
div#intro_carenetv div#about_tv h4,
div#intro_carenetv div#about_tv p {
  position: relative;
  z-index: 10;
}

#tvImages > div {
  margin-bottom: 10px;
  float: none;
  text-align: center;
}

.paging_content .iconArrow {

}

.paging_content .txtR523 {
  overflow: initial;
}

.page_navigation {
  max-width: 500px;
  padding: 5px 0 !important;
  margin: 0 auto 7px !important;
  font-size: 1.6rem;
  text-align: center;
}

.page_navigation a {
  padding: 0 !important;
}

.page_navigation .first_link,
.page_navigation .last_link,
.page_navigation .page_link {
  display: none !important;
  position: relative;
}

.page_navigation .active_page {
  width: 75px;
  height: 40px;
  line-height: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  color: #333 !important;
  background: transparent !important;
  display: inline-block !important;
  border-color: transparent !important;
}

.page_navigation .previous_link,
.page_navigation .next_link {
  width: 85px;
  height: 40px;
  padding-left: 10px;
  line-height: 40px;
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #ebebeb), color-stop(50%, #f5f5f5)) !important;
  background: linear-gradient(0deg, #ebebeb 49%, #f5f5f5 50%) !important;
  -webkit-box-shadow: 0px 2px 0px 0px #cccccc !important;
          box-shadow: 0px 2px 0px 0px #cccccc !important;
  position: relative;
  color: #333 !important;
  text-align: center;
  text-decoration: none;
  border-color: transparent !important;
}

.page_navigation .previous_link:before {
  width: 5px;
  height: 5px;
  border-right: 2px solid #9E9E9E;
  border-top: 2px solid #9E9E9E;
  border-radius: 2px;
  content: "";
  margin: 0 0 0 10px;
  position: absolute;
  top: 16px;
  left: 0;
  transform: rotate(230deg);
  -webkit-transform: rotate(230deg);
}

.page_navigation .next_link:after {
  width: 5px;
  height: 5px;
  border-right: 2px solid #9E9E9E;
  border-top: 2px solid #9E9E9E;
  border-radius: 2px;
  content: "";
  margin: 0 0 0 10px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 16px;
  right: 13px;
}

.page_navigation .ellipse.more,
.page_navigation .ellipse.less {
  display: none !important;
}

#carenetvch table {
  width: 100.1% !important;
  table-layout: fixed;
  word-break: break-all;
}

#carenetvch .td_thmn td {
  width: 20% !important;
  height: auto !important;
}

#carenetvch .td_thmn img {
    margin: 0 !important;
}

#carenetvch .td_thmn td,
#carenetvch .td_btn td {
  background: none !important;
  background-color: #252F3D !important;
}

#carenetvch .td_thmn td:before {
  height: 5em;
  color: #fff;
  display: block;
  text-align: center;
}

#carenetvch .td_thmn td.td1:before {
  content: "新作チャンネル";
}

#carenetvch .td_thmn td.td2:before {
  content: "名作チャンネル";
}

#carenetvch .td_thmn td.td3:before {
  content: "学会チャンネル";
}

#carenetvch .td_thmn td.td4:before {
  content: "臨床論文チャンネル";
}

#carenetvch .td_thmn .td0,
#carenetvch .td_btn .td0 {
  width: 5% !important;
}

#carenetvch .td_btn td {
  height: auto !important;
  padding-bottom: 10px;
}

#carenetvch .td_btn img {
  margin: 10px 0 0 0 !important;
}

.keyTit {
  float: none !important;
}

.sankaku + ul {
  margin-top: 10px;
  padding-left: 0 !important;
  padding-bottom: 10px;
}

.sankaku + ul li {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

span.up:before {
  top: .5em !important;
}

span.down:before {
  top: .5em !important;
}

section.content .book img {
  width: 70px !important;
}

#haiku {
  width: auto !important;
  height: auto !important;
  background-position: right bottom !important;
  background-repeat: no-repeat;
}

#haiku p {
  padding: 22px 15px 30px 0 !important;
  border-top: 7px solid #cdcc56;
  border-left: 8px solid #cdcc56;
}

#wrap-modal-fancybox {
  width: 85%;
  display: none;
  position: relative;
  left: 50%;
  margin-left: -42%;
}

#modal-fancybox {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  position: relative;
  display: block;
}

.fancyIframe {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
}
