@charset "utf-8";
/* CSS Document */
@import "normalize.css";
@import "default.css";
/*******************
LP style
********************/
/* base*/
html {
  font-size: 16px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#101010;
  line-height:1.5;
  min-width: 1200px;
  margin: 0 auto;
}
a{
  color: #101010;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

/* clear
--------------------------------------------------*/
.cl{
  clear:both;
}
.clx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clx {
  min-height: 1px;
}
* html .clx {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*------------------------------------*/
.hover{
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: inline-block;
}
.hover:hover{
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
img {
  vertical-align: bottom;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
img.img-t {
  vertical-align: top;
}
/*
ovf-** 横幅の大きい画像を設定した最小幅でトリミング
デフォルトの設定は最小1200px、画像幅1500pxなので適宜調整してください
*/
.ovf-area{
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 1200px;
}
.ovf-box {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
}
.ovf-item {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1500px;
  margin-left: -750px; /* widthの半分 */
}

/*-- fv -------------------------------------*/
/* #fv {
height: 870px;
text-align: center;
overflow: hidden;
position: relative;
margin-left: auto;
margin-right: auto;
width: 100%;
min-width: 1200px;
z-index: 1;
background: url(../img/fv_bg.jpg) repeat-x top center;
}
#fv .fv-box {
display: block;
text-align: center;
position: absolute;
top: 0;
left: 50%;
width: 1500px;
margin-left: -750px;
} */
/*--------------------------------------------*/
.promise {
  background: #ebf59d url(../img/promise_bg.jpg) repeat-x top center;
  /*   background: #11466c linear-gradient(transparent 7.3%, #fff 7.3%); */
}
.pl {position: relative;}

/*-------------------------------------------
header
-----------------------------------------------*/
#new-box .header h1,
#new-box .header .header-tel {
  display: inline-block;
  vertical-align: middle;
}
#new-box .header h1 {
  margin-top: 2em;
}
#new-box .header .header-tel {
  float: right;
}
#new-box .header {
  position: relative;
  width: 1000px;
  margin: 1em auto;
}
#new-box nav ul {
  height: 80px;
  background: #cceefc;
}
#new-box nav ul {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
#new-box nav li {
  display: inline-block;
  background: #cceefc;
}
#new-box nav li:hover {
  background: #e8f8ff;
}

/* Submenu */
#new-box nav ul li ul {
  width: 495px;
  position: absolute;
  bottom: 1;
  left: 1;
}
#new-box nav ul li ul li a {
  display: inline-block;
  height: 70px;
}
#new-box nav ul li ul {
  display: none;
}
#new-box nav ul li:hover ul{
  display: block;
}

/*-------------------------------------------
main
-----------------------------------------------*/
/* お役立ちコラム */
#new-box .column-bg {
  background: url(../img/column_ttl_bg_cover.png) no-repeat top center;
  background-size: cover;
}
#new-box .column-titl {
  position: absolute;
  top: 9.5em;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #7fd3f8;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing:.2em;
}
#new-box .column-list .date {
  color: #00a8f1;
}
#new-box .column-list {
  width: 1000px;
  margin: 0% auto 6%;
}
#new-box .list-group-item {
  position: relative;
  margin-bottom: 3%;
  padding-bottom: 3%;
  border-bottom: 1px solid #bfbfbf;
}
#new-box .list-group-item a {
  text-decoration: none;
}
#new-box .list-group-item div {
  display: inline-block;
}
#new-box .list-group-item div:first-child {
  width: 18.2%;
  margin-right: 2%;
}
#new-box #itemContainer .list-group-item .box1 {
  width: 100%;
  font-size: 24px;
  line-height: 1.9em;
}
#new-box .list-group-item div:last-child {
  vertical-align: top;
}
#new-box .list-group-item div p:last-child {
  position: absolute;
  top: .5em;
  left: 2.2em;
  color: #7fd3f8;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.6em;
}
#new-box .list-group-item div p:last-child span {
  display: block;
  text-align: center;
  font-size: 1.8em;
}
#new-box .list-group-item div:last-child:before {
  content: "→";
  color: #00a8f1;
  display: inline-block;
  height: 1.2em;
  vertical-align: top;
}
#new-box .ff {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .1em;
  width: 75%;
  font-size: 24px;
  line-height: 1.9em;
}
#new-box .details-box {
  font-family: 'Noto Serif JP', serif;
}
#new-box .details-box {
  width: 1000px;
  margin: -3em auto 0;
}
#new-box .details-box a {
  color: #003D91;
  text-decoration: none;
}
#new-box .details-box .date {
  color: #00a8f1;
}
#new-box .details-box h2 {
  color: #212020;
  margin: 1% auto 3%;
  padding-bottom: 5%;
  font-size: 1.5em;
  text-align: center;
  border-bottom: 1px solid #00a8f1;
}
#new-box .details-box-text p {
  margin-top: 3%;
  margin-bottom: 5%;
  letter-spacing: .1em;
}
#new-box .page-btn {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#new-box .page-btn ul {
  display: flex;
  justify-content: space-between;
}
#new-box .page-btn ul li {
  position: relative;
  color: #00a8f1;
  border-right: none;
  padding: 1% 0;
}
#new-box .page-btn ul li:nth-of-type(2) a {
  border: 1px solid #00a8f1;
  padding: .6em 3em;
}
#new-box .page-btn ul li:nth-of-type(2) a:hover {
  color: #fff;
  background: #00a8f1;
}
#new-box .page-btn ul li a {
  color: #00a8f1;
}
#new-box .page-btn ul li a:hover {
  text-decoration: none;
  opacity: .8;
}
#new-box .page-btn .back:before {
  content: "«";
  padding-right: 1em;
  display: inline-block;
}
#new-box .page-btn .next:after {
  content: "»";
  padding-left: 1em;
  display: inline-block;
}
#new-box .lesson-number {
  margin: -2% auto 0;
  background: url(../img/ic_column.png) no-repeat center;
  background-size: 100%;
  width: 18.2%;
  position: relative;
  height: 4.2em;
}
#new-box .lesson-number p {
  position: absolute;
  top: -63%;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #7fd3f8;
  font-weight: bold;
  text-align: center;
  line-height: 3em;
  letter-spacing: .1em;
}
#new-box .lesson-number span {
  display: block;
  font-size: 2em;
}
/* / お役立ちコラム */

/*-------------------------------------------
footer
-----------------------------------------------*/
#new-box .go-top {
  width: 1000px;
  margin: 5em auto 1em;
  text-align: right;
}
#new-box .go-top a {
  display: inline-block;
}
#new-box footer {
  font-family: 'Noto Serif JP', serif;
  background: #00a8f1;
  text-align: center;
  padding: 2.5em 0 0;
}
#new-box footer a:hover {
  text-decoration: none;
  opacity: .8;
}
#new-box .footer-product-list,
#new-box .footer-list {
  display: inline-block;
  width: 455px;
  vertical-align: top;
  text-align: left;
}
#new-box .product-list-titl {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
#new-box .product-list-titl:after {
  border-top: 1px solid #fff;
  content: "";
  flex-grow: 1;
}
#new-box .product-list-titl:after {
  margin-left: 1rem;
}
#new-box .footer-product-list li:before  {
  content: ">";
  color: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 2.5em;
}
#new-box .footer-product-list li {
  display: inline-block;
  width: 130px;
  text-align: left;
  padding-left: 1em;
  margin: .5em auto;
}
#new-box .footer-product-list li a {
  color: #fff;
  display: inline-block;
  text-align: left;
  margin: 0 5px;
  line-height: 1em;
}
#new-box .footer-product-list li span {
  font-size: 12px;
  display: block;
}
#new-box .footer-list {
  margin-left: 2em;
}
#new-box .footer-list a {
  color: #fff;
}
#new-box .footer-list div {
  display: inline-block;
  vertical-align: top;
  margin-left: 4em;
}
#new-box .footer-list div .mb5 {
  margin-bottom: 5em;
}
#new-box .footer-list div p {
  margin-bottom: 1em;
}
#new-box .footer-list div .f-size12 {
  font-size: 12px;
}
#new-box .footer-list .list:before  {
  content: ">";
  color: #fff;
  margin-right: .5em;
  display: inline-block;
  vertical-align: top;
}
#copy {
  padding-top: 4em;
  background: #00a8f1;
  text-align: center;
  width: 100%;
  color: #fff;
  line-height: 3.5;
  font-size: .875rem;
}
