@charset "UTF-8";
/*	call set.sccs
----------------------------------------------------------------------------------*/
/*	set
----------------------------------------------------------------------------------*/
/* bootstrap grid
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
);
*/
@media screen and (min-width: 0px) and (max-width: 991px) {
  .test {
    color: red;
  }
}
@media screen and (min-width: 992px) {
  .test {
    color: red;
  }
}

/*	common
----------------------------------------------------------------------------------*/
body {
  color: #1D2223;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

a {
  color: #1D2223;
}

a:link,
a:visited,
a:active {
  color: #1D2223;
  text-decoration: underline;
}

a:hover {
  color: #1D2223;
  text-decoration: none;
}

body img,
body video {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

video {
  line-height: 1;
  display: block;
}

input,
textarea {
  max-width: 100%;
}

p {
  margin-bottom: 2rem;
}

sup {
  top: -2em;
  font-size: 2px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  line-height: 1.6;
}

.h3 {
  font-size: 30px !important;
}

.h4 {
  font-size: 25px !important;
}

.h5 {
  font-size: 20px !important;
}

.h7 {
  font-size: 18px !important;
}

.h8 {
  font-size: 15px !important;
}

.h9 {
  font-size: 13px !important;
}

.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 2;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.container-1160 {
  max-width: 1160px;
  margin: 0 auto;
}

.container-1000 {
  max-width: 1030px;
  margin: 0 auto;
}

.container-900 {
  max-width: 930px;
  margin: 0 auto;
}

.container-800 {
  max-width: 830px;
  margin: 0 auto;
}

.container-700 {
  max-width: 730px;
  margin: 0 auto;
}

.overflow {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.font-bold {
  font-weight: bold !important;
}

.font-normal {
  font-weight: normal;
}

.font-big {
  font-size: 120%;
}

.font-small {
  font-size: 80%;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-25 {
  font-size: 25px !important;
}

.font-size-15 {
  font-size: 15px !important;
  font-weight: medium;
}

.font-size-30 {
  font-size: 30px !important;
}

.line-height-3 {
  line-height: 3;
}

.bg-gray {
  background-color: #DDDDDD !important;
}

.bg-lightgray {
  background-color: #F6F6F7 !important;
}

.bg-white {
  background-color: #fff !important;
}

.clr-white {
  color: #fff;
}

.clr-red {
  color: #FF0000;
}

.clr-blue {
  color: #0C2F53;
}

.clr-orange {
  color: #FF6648;
}

.clr-pink {
  color: #ED928B;
}

.alignC {
  margin: 0 auto;
  text-align: center;
}

.text-center {
  text-align: center;
  margin: 0 auto;
}

.text-left,
.align-left {
  text-align: left !important;
}

.text-right,
.align-right {
  text-align: right !important;
}

.pt-8 {
  padding-top: 4rem !important;
}

.pt-10 {
  padding-top: 6rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.pb-10 {
  padding-bottom: 6rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.mt-10 {
  margin-top: 6rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.mb-10 {
  margin-bottom: 6rem !important;
}

.font-normal {
  font-style: normal !important;
}

.letter-spacing-0 {
  letter-spacing: 0;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .sp-none {
    display: none !important;
  }
  .wrap {
    overflow-x: hidden;
  }
  .container {
    padding: 0 15px;
  }
  .font-size-30 {
    font-size: 25px !important;
  }
  [id] {
    scroll-margin-top: 140px;
  }
}
@media screen and (min-width: 992px) {
  .lg-none,
  .pc-none {
    display: none !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .mb-lg-8 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 6rem !important;
  }
  [id] {
    scroll-margin-top: 100px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1130px) {
  .container {
    padding: 0 15px;
  }
}
/*	common
----------------------------------------------------------------------------------*/
.wrap a img {
  opacity: 1;
  transition: 1s;
}

.wrap a:hover img {
  opacity: 0.7;
  transition: 1s;
}

/*	header
----------------------------------------------------------------------------------*/
/*
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
*/
#header {
  width: 100%;
  height: 140px;
  padding: 20px 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}

#headerInner {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}

.logo {
  width: 155px;
  height: 79px;
  margin: 0;
  padding: 0;
}
.logo a {
  width: 155px;
  height: 79px;
  display: block;
  text-indent: -9999px;
  background: url(../images/common/logo.png) no-repeat 0 0;
  background-size: 155px 79px;
  opacity: 1;
  transition: 0.3s;
}
.logo a:hover {
  opacity: 0.7;
}

/* nav */
.gnav {
  width: 100%;
  margin: 0;
  padding: 0;
}
.gnav ul {
  margin: 0;
  padding: 0;
}
.gnav li {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0;
}
.gnav li a {
  text-decoration: none;
  display: block;
}

/* child */
.gnav ul ul {
  display: block;
}

.gnav ul li {
  position: relative;
}

.gnav ul li a {
  padding: 5px;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}

/* gnav-gray */
.gnav-gray {
  max-width: 654px;
  margin-bottom: 10px;
  margin-right: 0;
  margin-left: auto;
}
.gnav-gray ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #F3F3F3;
  border: 2px solid #D8D8D8;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.gnav-gray li {
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.gnav-gray li:after {
  content: "";
  display: block;
  width: 1px;
  height: 19px;
  background-color: #D8D8D8;
}
.gnav-gray li:last-child:after {
  display: none;
}
.gnav-gray a {
  width: 100%;
  padding: 5px;
  display: block;
  text-align: center;
  text-decoration: none !important;
}

/* arrow */
/*
.gnav li.has-child{
	position: relative;
}
.gnav li.has-child::before{
	content:'';
	position: absolute;
	right:-10px;
	top:13px;
	width:6px;
	height:6px;
	border-top: 2px solid #38AC80;
	border-right:2px solid #38AC80;
	transform: rotate(135deg);
}
*/
/* 3 arrow */
/*
.gnav ul ul li.has-child::before{
  content:'';
  position: absolute;
  left:6px;
  top:17px;
  width:6px;
  height:6px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
}
*/
/* 2 3 */
.gnav li.has-child ul {
  position: absolute;
  z-index: 20;
  width: 280px;
  top: 110px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  font-size: 14px;
}

/* hover */
.gnav li.has-child:hover > ul,
.gnav li.has-child ul li:hover > ul,
.gnav li.has-child:active > ul,
.gnav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

.gnav li.has-child ul li {
  width: 100%;
}

.gnav li.has-child ul li a {
  background-color: rgba(255, 255, 255, 0.85);
}

.gnav li.has-child ul li a:hover,
.gnav li.has-child ul li a:active {
  text-decoration: underline;
}

/* 3 */
/*
.gnav li.has-child ul ul{
  top:0;
  left:182px;
  background:#66ADF5;
}

.gnav li.has-child ul ul li a:hover,
.gnav li.has-child ul ul li a:active{
  background:#448ED3;
}
*/
/* gnav-icn */
.gnav-icn {
  font-size: 16px;
  font-weight: bold;
}
.gnav-icn li {
  margin: 0 35px 0 0;
}
.gnav-icn li:last-child {
  margin: 0 10px 0 0;
}
.gnav-icn a {
  padding: 5px 0 5px 34px;
  background: url(../images/common/gnav01.png) no-repeat center left;
  background-size: 24px auto;
  display: inline-block;
}
.gnav-icn a span {
  display: inline-block;
  line-height: 1.6;
}
.gnav-icn a.current span {
  border-top: 3px solid #FF6648;
}
.gnav-icn a.gnav-icn02 {
  padding: 0 0 0 42px;
  background: url(../images/common/gnav02.png) no-repeat center left;
  background-size: 34px auto;
  letter-spacing: 0;
}
.gnav-icn a.gnav-icn03 {
  padding: 0 0 0 42px;
  background: url(../images/common/gnav03.png) no-repeat center left;
  background-size: 34px auto;
  letter-spacing: 0;
}
.gnav-icn a.gnav-icn04 {
  background: url(../images/common/gnav04.png) no-repeat center left;
  background-size: 26px auto;
  letter-spacing: 0;
}
.gnav-icn a.gnav-icn05 {
  background: url(../images/common/gnav05.png) no-repeat center left;
  background-size: 23px auto;
}
.gnav-icn a.gnav-icn06 {
  padding-left: 30px;
  background: url(../images/common/gnav06.png) no-repeat top 6px left;
  background-size: 26px auto;
  letter-spacing: 0;
}

@media screen and (max-width: 991px) {
  #header {
    height: 100px;
    padding: 15px 15px;
  }
  #headerInner {
    height: 70px;
  }
  .logo {
    width: 110px;
    height: auto;
    aspect-ratio: 155/79;
    margin-top: -5px;
  }
  .logo a {
    width: 110px;
    height: auto;
    aspect-ratio: 155/79;
    background-size: 110px auto;
  }
  #gnav {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -80%;
    width: 80%;
    max-width: 600px; /* 追加 */
    height: 100%;
    background-color: #1A4094;
    transition: all 0.6s;
  }
  /* open */
  #gnav.panelactive {
    right: 0;
  }
  #gnavCover.panelactive {
    content: "";
    width: 100vw;
    height: 100%;
    /*background-color: rgba(0,0,0,0.3);*/
    opacity: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    opacity: 1;
    display: block;
  }
  /* tate scroll */
  #gnav.panelactive #gnavList {
    position: fixed;
    z-index: 999;
    width: 80%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #gnavListInner {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* openbtn */
  .openbtn {
    /*position:fixed;
    z-index: 9999;
    top:20px;
    right: 25px;*/
    cursor: pointer;
    font-size: 20px;
    line-height: 1.2;
    z-index: 99999;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #1A4094;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn:not(.active) {
    background: url(../images/common/gnav_sp.png) no-repeat center #1A4194;
    background-size: 30px auto;
  }
  .openbtn:not(.active) span {
    display: none;
  }
  .openbtn.active span {
    background-color: #fff;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  /* gnav ul */
  .gnav {
    padding: 0 20px;
    position: relative;
    /*
    li.has-child{
    	padding-right: 0;
    	background: url(../images/common/icn_arrow_white_btm.png) no-repeat top 14px right;
    	background-size: 13px 13px;
    }
    li.has-child ul,
    li.has-child ul ul{
    	position: relative;
    	left:0;
    	top:0;
    	width:100%;
    	visibility:visible;
    	opacity:1;
    	display: none;
    	transition:none;
    	border-top: 1px solid #fff;
    }
    li.has-child ul li{
    	border-left: 0;
    	border-right: 0;
    	border-bottom: 0;
    	background: none;
    }
    li.has-child ul li:last-child{
    	border-bottom: 0;
    }
    li.has-child ul li a{
    	padding: 2px 10px;
    	background: rgba(0,0,0,0.1)!important;
    	letter-spacing: 0;
    }
    li.has-child ul li:first-child a{
    	padding-top: 10px;
    }
    li.has-child ul li:last-child a{
    	padding-bottom: 10px;
    }
    li.has-child::before{
    	top: 20px;
      		right: 6px;
    	border-top: 2px solid #fff;
      		border-right: 2px solid #fff;
    }
    */
  }
  .gnav ul {
    display: block;
  }
  .gnav li {
    margin: 0 !important;
    text-align: left;
    border-bottom: 1px solid #fff;
    font-size: 15px;
  }
  .gnav a {
    padding: 5px 0 !important;
    color: #fff !important;
  }
  .gnav.gnav-icn a {
    padding: 8px 0 8px 42px !important;
  }
  .gnav.gnav-icn a.current span {
    padding-left: 6px;
    border-top: 0;
    border-left: 3px solid #FF6648;
  }
  .gnav-icn a.gnav-icn01 {
    background: url(../images/common/gnav01_sp.png) no-repeat center left;
    background-size: 24px auto;
    background-position: left 3px center;
  }
  .gnav-icn a.gnav-icn02 {
    background: url(../images/common/gnav02_sp.png) no-repeat center left;
    background-size: 34px auto;
  }
  .gnav-icn a.gnav-icn03 {
    background: url(../images/common/gnav03_sp.png) no-repeat center left;
    background-size: 34px auto;
    background-position: left 2px center;
  }
  .gnav-icn a.gnav-icn04 {
    background: url(../images/common/gnav04_sp.png) no-repeat center left;
    background-size: 26px auto;
    background-position: left 4px center;
  }
  .gnav-icn a.gnav-icn05 {
    background: url(../images/common/gnav05_sp.png) no-repeat center left;
    background-size: 23px auto;
    background-position: left 5px center;
  }
  .gnav-icn a.gnav-icn06 {
    background: url(../images/common/gnav06_sp.png) no-repeat center left;
    background-size: 24px auto;
    background-position: left 5px center;
  }
  .gnav.pc-none {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .gnav.pc-none li {
    width: 50%;
    font-size: 14px;
  }
  .gnav.pc-none a {
    padding: 3px 0 !important;
  }
  #header .gnav-gray {
    display: none;
  }
  .header-bousai {
    margin-right: 15px;
    margin-left: auto;
  }
  /*
  .header-jcba{
         margin: 0 15px 0 auto;
  }
  */
}
@media screen and (max-width: 767px) {
  /*
  .header-jcba {
         max-width: 160px;
     }
  */
}
@media screen and (min-width: 992px) {
  .gnav-pc-none {
    display: none;
  }
  .openbtn {
    display: none;
  }
  #gnavListInner {
    display: flex;
    align-content: center;
  }
  #gnav {
    width: 100%;
  }
  .gnav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
  }
  /*
  .gnav li.current{
  	a.gnavLink{
  		padding-top: 5px;
  		&:after{
  			content: "";
  			display: block;
  			width: 15px;
  			height: 5px;
  			margin: 0 auto;
  			background-color: #008DC1;
  		}
  	}
  }
  */
  .header-nav-wrap {
    margin-right: 0;
    margin-left: auto;
  }
  .header-bousai {
    padding: 0 0 0 10px;
  }
  .header-jcba {
    display: none;
  }
}
@media screen and (min-width: 991px) and (max-width: 1267px) {
  .gnav-icn li {
    margin: 0 10px 0 0;
  }
  .gnav-icn a {
    min-height: 30px;
    padding: 4px 0 4px 26px;
  }
  .gnav-icn a.gnav-icn02 {
    padding: 4px 0 4px 36px;
  }
  .gnav-icn a.gnav-icn03 {
    padding: 4px 0 4px 36px;
  }
  .gnav li a {
    font-size: 14px;
  }
}
/*	footer
----------------------------------------------------------------------------------*/
.footer-wrap {
  padding: 40px 0 65px 0;
  background: #EFF8FF;
}

.footer-bnr {
  max-width: 1130px;
  margin: 0 auto 40px auto;
  padding: 0 15px;
  border-bottom: 1px solid rgba(38, 101, 171, 0.7);
  display: grid;
  /*grid-template-columns: repeat(auto-fill, minmax(240px, auto));*/
  grid-template-columns: repeat(4, 1fr);
  gap: 0 34px;
}
.footer-bnr .inner {
  max-width: 240px;
  margin-bottom: 30px;
}

.footer {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-sitemap-icn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: bold;
}
.footer-sitemap-icn li {
  width: 33.3%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-sitemap-icn a {
  padding: 5px 0 5px 34px;
  background: url(../images/common/gnav01.png) no-repeat center left;
  background-size: 24px auto;
  display: inline-block;
}
.footer-sitemap-icn a span {
  display: inline-block;
  line-height: 1.6;
}
.footer-sitemap-icn a.current span {
  border-top: 3px solid #FF6648;
}
.footer-sitemap-icn a.gnav-icn02 {
  padding: 0 0 0 42px;
  background: url(../images/common/gnav02.png) no-repeat center left;
  background-size: 34px auto;
  background-position: left 2px center;
}
.footer-sitemap-icn a.gnav-icn03 {
  padding: 0 0 0 40px;
  background: url(../images/common/gnav03.png) no-repeat center left;
  background-size: 34px auto;
  letter-spacing: 0;
}
.footer-sitemap-icn a.gnav-icn04 {
  background: url(../images/common/gnav04.png) no-repeat center left;
  background-size: 26px auto;
  letter-spacing: 0;
}
.footer-sitemap-icn a.gnav-icn05 {
  padding: 0 0 0 42px;
  background: url(../images/common/gnav05.png) no-repeat center left 10px;
  background-size: 23px auto;
}
.footer-sitemap-icn a.gnav-icn06 {
  padding: 0 0 0 40px;
  background: url(../images/common/gnav06.png) no-repeat center left 2px;
  background-size: 26px auto;
  letter-spacing: 0;
}

.patop {
  width: 70px;
  height: 260px;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: bottom 0.4s ease, opacity 0.4s ease;
}

.patop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.sitemap {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: right;
}
.sitemap li {
  margin: 0 0 2px 0;
  padding: 0;
  list-style: none;
}

.copyright {
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #1A4094;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .footer-wrap {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 40px;
  }
  .footer-bnr {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-bnr .inner {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .footer .footer01 {
    margin: 0 auto 20px auto;
    text-align: center;
  }
  .footer .footer02 {
    max-width: 440px;
    margin: 0 auto;
  }
  .footer .footer03 {
    max-width: 440px;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  .footer .footer04 {
    margin: 0 auto;
  }
  .footer .footer04 .sitemap {
    text-align: center;
  }
  .footer .footer-sitemap-icn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .footer .footer-sitemap-icn li {
    width: 50%;
    margin: 0 auto 20px auto;
  }
  .footer .footer-sitemap-icn a {
    padding: 0 0 0 38px !important;
  }
  .footer .footer-sitemap-icn a.gnav-icn01 {
    background-position: center left 2px;
  }
  .footer .footer-sitemap-icn a.gnav-icn04 {
    background-position: top 2px left 4px;
  }
  .footer .footer-sitemap-icn a.gnav-icn05 {
    background-position: top 2px left 3px;
  }
  .footer .footer-sitemap-icn a.gnav-icn06 {
    background-position: top 2px left 3px;
  }
  .footer .gnav-gray {
    margin: 0 auto 30px auto;
  }
  .footer .gnav-gray ul {
    flex-wrap: wrap;
  }
  .footer .gnav-gray ul li {
    width: 50%;
    border: 0;
  }
  .footer .gnav-gray ul li:nth-child(2n)::after {
    display: none;
  }
  .patop {
    width: 60px;
    height: 158px;
  }
}
/*
@media screen and (min-width: 992px) and (max-width: 1399px) {
	.footer{
		max-width: 1000px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		.footer01{
			min-width: 320px;
			margin-bottom: 30px;
		}
		.footer02{
			max-width: 600px;
			width: calc(100% - 320px);
			margin-bottom: 30px;
			.sitemap{

				li.empty{
					display: none;
				}
			}
		}
		.footer03{
			width: 240px;
			padding-left: 20px;
			margin: 0 auto;
		}
		.footer04{
			min-width: 180px;
			margin: 0 auto;
			.sitemap{
				text-align: center;
			}
		}
	}
}
*/
@media screen and (min-width: 768px) {
  .footer-bnr {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .footer {
    max-width: 1480px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .footer01 {
    width: 23.5%;
    margin-bottom: 0;
  }
  .footer .footer02 {
    /*width: 654px;*/
    width: 44.6%;
    margin-bottom: 0;
  }
  .footer .footer03 {
    width: 240px;
    padding-left: 20px;
  }
  .footer .footer04 {
    width: calc(31.9% - 240px);
  }
  .footer-sitemap-icn li:not(:nth-child(3n)) {
    width: 30%;
  }
  .footer-sitemap-icn li:nth-child(3n) {
    width: 40%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .footer-wrap {
    padding: 40px 0 40px 0;
  }
  .footer .footer01 {
    width: calc(48% - 240px);
  }
  .footer .footer02 {
    width: 52%;
  }
  .footer .footer04 {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .footer .footer04 ul.sitemap {
    display: flex;
    justify-content: center;
  }
  .footer .footer04 ul.sitemap li {
    margin: 0 15px;
  }
  .footer-sitemap-icn li {
    margin-right: 10px;
  }
}
/*	used
----------------------------------------------------------------------------------*/
.main-wrap {
  width: 100%;
  height: 150px;
  margin: 140px auto 50px auto;
  padding: 22px 20px;
  background-color: #F3F3F3;
  overflow: hidden;
}
.main-wrap .main {
  text-align: center;
}
.main-wrap .main .icn {
  height: 60px;
}
.main-wrap .main h1 {
  font-weight: bold;
  font-size: 30px;
  color: #1A4194;
}
.main-wrap .main h1 .small {
  font-size: 20px;
  padding: 0 0 0 10px;
}
.main-wrap .bread {
  margin: -30px 0 0 auto;
  text-align: right;
  float: right;
}
.main-wrap.no-icn h1 {
  margin-top: 30px;
}
.main-wrap.no-icn .bread {
  margin-top: 0;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .main-wrap {
    height: auto;
    margin-top: 100px;
    padding: 20px 15px 10px 15px;
  }
  .main-wrap .main h1 {
    font-size: 25px;
  }
  .main-wrap .main h1 .icn {
    height: 50px;
  }
  .main-wrap .bread {
    margin-top: 0;
    float: none;
    font-size: 14px;
  }
}/*# sourceMappingURL=common.css.map */