@charset "utf-8";

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

@media screen and (max-width: 767px) {
  small{
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  small{
    font-size: 14px;
  }
}

.freeWrap	h2{ 
  background-color: #152c81; 
  color: #fff; 
  font-size: 22px;
  font-weight: 700;
	line-height: 1.0;
  padding: 12px 20px; 
  margin: 50px auto 40px; 
}

.freeWrap h2.new {
    display: flex;
}
@media screen and (min-width: 768px) {
    .freeWrap h2.new {
        align-items: center;
    }
}
.freeWrap h2.new::before {
    display: inline-block;
    content: "NEW";
    background-color: #E6960B;
    border-radius: 12px;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 8px;
    margin-right: 10px;
}

ul.catch{
	color: #152c81;
  margin-top: 0;
}
.catch li{
  font-size: 18px;
	font-weight: 700;
	position: relative;
	padding-left: 1em;
  line-height: 1.4;
}
.catch li:before{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background-color: #152c81;
	border-radius: 50%;
	position: absolute;
	top: 0.6em;
	left: 0;
	margin-left: 0.2em;
}
.catch li:not(:last-child){
  margin-bottom: 20px;
}
.catch li span{
	color: #e6960b;
}
.catch li small{
  color: #131b38;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
	.catch li{
		font-size: 22px;
	}
  .catch li small{
    font-size: 14px;
  }
}

.navWrap{
  margin-top: 6px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .navWrap{
    margin-top: 10px;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .nav {
    justify-content: center;
    align-items: center;
  }
}
.navitem{
  color: #152c81;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .navitem {
    flex-direction: column;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0px;
    margin-top: 24px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .navitem{
    margin-top: 20px;
  }
}
.navitem + .navitem {
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .navitem + .navitem {
    margin-left: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .navitem + .navitem {
    margin-left: 0px;
  }
}
.navitem::after {
  position: absolute;
  content: url("../../../assets/images/icon/arrow-gray-w10-h5.svg");
  right: 0;
}
@media screen and (max-width: 767px) {
  .navitem::after {
    top: -1px;
  }
}
@media screen and (min-width: 768px) {
  .navitem::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.navitem:hover{
  opacity: 0.6;
  transition: 0.3s ease;
  cursor: pointer;
}
.navitem:hover a{
  opacity: 1;
}

.navitem.new{
  display: flex;
  flex-direction: row;
}
.navitem.new::before{
  content: "NEW";
  background-color: #E6960B;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  border-radius: 12px;
  padding: 2px 8px;
  margin-right: 12px;
}
.navitem.new a{
  margin-top: 0;
}
@media screen and (max-width: 767px) {
.navitem.new::before{
    align-self: flex-end;
  }
}
@media screen and (min-width: 768px) {
.navitem.new::before{
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .display-sp{
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .display-sp{
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .display-pc{
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .display-pc{
    display: block;
  }
}

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

.heading .catch{
  margin: 50px auto;
}
.heading .catch li:not(:last-child){
  margin-bottom: 15px;
}

.freeWrap h2:first-child{
  margin-top: 20px;
}
.freeWrap h2:not(:first-child){
  margin-top: 0;
}
.item + h3.line{
  margin-top: 0;
}


.eximg{
  font-size: 13px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .eximg{
    font-size: 14px;
  }
}

.about{
  display: flex;
  column-gap: 40px;
  margin: 40px auto 50px;
}
@media screen and (min-width: 600px) {
  .about .col-R{
    display: flex;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about{
    flex-direction: column;
  }
  .about .col-L{
    order: 2;
  }
  .about .col-R{
    order: 1;
    margin-bottom: 20px;
    align-self: center;
  }
  .about img{
    max-width: 345px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .about{
    justify-content: space-between;
  }
  .about .col-L{
    width: calc( (100% - 40px) / 2 );
  }
  .about .col-R{
    width: calc( (100% - 40px) / 2 );
  }
}

.type{
  display: inline-block;
  background-color: #152c81;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 14px;
  padding: 6px 14px;
  margin: 0  auto 30px;
}

.item{
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}
.item a{
  color: #065FD4;
  margin-top: 20px;
}
.item dl{
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  line-height: 1.6em;
  margin-top: 10px;
}
.item dl dt{
  width: 3.4em;
  font-weight: 400;
}
.item a dl dt{
  color: #000;
}
.item dl dd{
  width: calc( 100% - 3.6em );
}
.item a dl dd{
  text-decoration: underline;
  transition: 0.3s ease;
}
.item a:hover{
  opacity: 1;
}
.item a:hover dl dd{
  opacity: 0.6;
}
.item .col{
  margin-bottom: 40px;
}
.item img{
  margin-bottom: 20px;
  max-width: 345px;
  width: 100%;
}
.item .jis{
  display: inline-block;
  background-color: #E9EEF5;
  border-radius: 12px;
  color: #131B38;
  line-height: 1;
  padding: 4px 1em;
}
@media screen and (min-width: 600px){
  .item .col{
    align-self: baseline;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .item .col{
    width: max( calc( (100% - 15px) / 2 ), 220px );
  }
}
@media screen and (min-width: 768px) {
  .item .col{
    width: max( calc( (100% - 15px * 4) / 5 ), 220px );
  }
}

