/* CSS Document */
/* ================================================================================
	@SP BreakPoint Max 849px
================================================================================ */
@media screen and (max-width: 849px) {
  /* 1:Header Block CSS
  ================================================*/
	.header-logo .logo {
		padding: 8px;
  }
  .header-logo .logo img {
    width: 130px;
		height: auto;
  }
  .header-main {
		height: 62px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    padding: 10px 0;
    background-color: #1A96D5;
  }
  .header-main.fixed {
    position: fixed;
  }
  .header-main .logo {
    text-align: center;
  }
  .header-main .logo img {
    width: 100px;
  }
  .header-main .sp-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 18;
  }
  .header-main .sp-menu a {
    display: block;
    position: relative;
    z-index: 18;
    overflow: hidden;
    width: 42px;
    height: 0;
    padding-top: 42px;
    background: url(../images/btn_index_spmen_01.png) 0 0 no-repeat;
    transition: none;
  }
  .header-main .sp-menu a.active {
    background-position: 0 -42px;
  }
  .header-main #gnav {
    width: 100%;
  }
  .header-main #gnav .gnav-wrap {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    max-height: 417px;
    padding-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .header-main #gnav .gnav-list a {
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #fff;
    background: url(../images/icon_index_arrow_01.png) 97% center no-repeat;
    background-size: 11px 15px;
    color: #1A96D5;
    font-size: 15px;
  }
  .header-main #gnav .close-bt {
    padding: 20px;
    text-align: center;
  }
  .header-main #gnav .close-bt a {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #1A96D5;
    font-size: 1.5rem;
    color: #1A96D5;
    transition: all 0.6s ease 0s;
  }
}
/* ================================================================================
	PC 850px
================================================================================ */
@media screen and (min-width: 850px) {
  /* 1:Header Block CSS
  ================================================*/
  .header-logo .logo {
		padding: 10px;
  }
  .header-logo .logo img {
    width: 180px;
		height: auto;
  }
  .header-main {
		height: 75px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    padding: 15px 10px;
    background-color: #1A96D5;
  }
  .header-main.fixed {
    position: fixed;
  }
  .header-main .inner {
    max-width: inherit;
  }
  .header-main #gnav {
    width: 100%;
  }
  .header-main #gnav .gnav-wrap {
    display: block !important;
  }
  .header-main #gnav .gnav-list {
		width: 100%;
    margin: 10px auto;
		display: table;
		table-layout: fixed;
  }
  .header-main #gnav .gnav-list li {
    border-left: 1px solid #fff;
    text-align: center;
		display: table-cell;
		box-sizing: border-box;
  }
  .header-main #gnav .gnav-list li.gnav00 {
    border-left: none;
  }
  .header-main #gnav .gnav-list a {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
  }
}
/* ================================================================================
	PC 1024px
================================================================================ */
@media screen and (min-width: 1024px) {
  /* 1:Header Block CSS
  ================================================*/
  .header-main #gnav .gnav-list a {
    font-size: 1.7rem;
  }
}
/* ================================================================================
	PC 1024px
================================================================================ */
@media screen and (min-width: 1280px) {
  /* 1:Header Block CSS
  ================================================*/
  .header-main #gnav .gnav-list li::before {
    font-size: 1.8rem;
  }
  .header-main #gnav .gnav-list a {
    font-size: 1.8rem;
  }
}
/* ================================================================================
	@SP BreakPoint Max 767px
================================================================================ */
@media screen and (max-width: 849px) {
  /* 1:Hero Block CSS
  ================================================*/
  #hero-lp {
    width: 100%;
  }
  #hero-lp .hero-img {
    text-align: center;
  }
  #hero-lp .hero-img .sp {
    display: inline-block;
  }
  #hero-lp .hero-img .tablet {
    display: none;
  }
  #hero-lp .hero-lead {
    padding: 30px 10px;
    text-align: center;
    background-color: #fff;
  }
  #hero-lp .hero-lead .sp {
    display: inline-block;
  }
  #hero-lp .hero-lead .lead-txt {
    line-height: 1.7;
    font-size: 1.4rem;
  }
  #hero-lp .hero-lead .lead-txt .br {
    display: block;
  }

  /* 2:Strong Block CSS
  ================================================*/
  #strong-pointa .link-block {
    padding: 25px 0;
    background: url(../images/bg_strong01.png) 0 0 repeat;
  }
  #strong-pointa .link-block h2 {
    background: url(../images/bg_strong_ti01.png) 0 0 repeat-x;
    text-align: center;
  }
  #strong-pointa .link-block h2 img {
    width: 200px;
  }
  #strong-pointa .link-block .sec-link {
    display: block;
    padding: 30px 10px 0;
  }
  #strong-pointa .link-block .sec-link li {
    text-align: center;
  }
  #strong-pointa .link-block .sec-link li:not(:first-child) {
    margin-top: 10px;
  }

  /* 2-1: Section01 Block CSS
  ================================================*/
  #sec01 .pic img {
    width: 100%;
  }
  #sec01 .txt-box {
    padding: 20px 10px 50px;
  }
  #sec01 .txt-box h3 {
    font-size: 1.8rem;
    text-align: center;
    color: #000;
  }
  #sec01 .txt-box .txt {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #000;
  }
  #sec01 .txt-box .q-a {
    margin-top: 20px;
  }
  #sec01 .txt-box .q-a .qa-txt .q {
    padding: 5px 0 5px 48px;
    background-size: 36px;
    color: #0E6DAC;
  }
  #sec01 .txt-box .q-a .qa-txt .a {
    padding: 5px 0 5px 48px;
    background: url(../images/icon_sec06_a01.png) 0 center no-repeat;
    background-size: 36px;
    color: #0E6DAC;
  }


  /* 2-2: Section02 Block CSS
  ================================================*/
   #sec02 .pic img {
    width: 100%;
  }
  #sec02 .inner {
    background: #fff;
  }
  #sec02 .inner .txt-box {
    padding: 20px 10px 50px;
  }
  #sec02 .inner h3 {
    font-size: 1.8rem;
    text-align: left;
    color: #ffffff;
  }
  #sec02 .inner .txt {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #ffffff;
  }

  /* 2-3: Section03 Block CSS
  ================================================*/
  #sec03 .pic img {
    width: 100%;
  }
  #sec03 .inner {
    background: #000000;
  }
  #sec03 .inner .txt-box {
    padding: 20px 10px 50px;
  }
  #sec03 .inner h3 {
    font-size: 1.8rem;
    text-align: center;
    color: #06a3e6;
  }
  #sec03 .inner .txt {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #06a3e6;
  }

  /* 2-4: Section04 Block CSS
  ================================================*/
  #sec04 .pic img {
    width: 100%;
  }
  #sec04 .txt-box {
    padding: 20px 10px 50px;
  }
  #sec04 .txt-box h3 {
    font-size: 1.8rem;
    text-align: left;
    color: #000;
  }
  #sec04 .txt-box .txt {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #000;
  }
  #sec04 .txt-box .q-a {
    margin-top: 20px;
  }
  #sec04 .txt-box .q-a .qa-txt .q {
    padding: 5px 0 5px 48px;f
    background-size: 36px;
    color: #0E6DAC;
  }
  #sec04 .txt-box .q-a .qa-txt .a {
    padding: 5px 0 5px 48px;
    background: url(../images/icon_sec04_a01.png) 0 center no-repeat;
    background-size: 36px;
    color: #0E6DAC;
  }

  /* 2-5: Section05 Block CSS
  ================================================*/
  #sec05 .pic img {
    width: 100%;
  }
  #sec05 .inner {
    background: #C1DB81;
  }
  #sec05 .inner .txt-box {
    padding: 20px 10px 50px;
  }
  #sec05 .inner h3 {
    font-size: 1.8rem;
    text-align: center;
    color: #06a3e6;
  }
  #sec05 .inner .txt {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #06a3e6;
  }
 #sec05 .table-ul {
    display: table;
    table-layout: fixed;
    text-align: left;
    width: 100%;
  }
  #sec05 .table-ul li {
    display: table-cell;
    vertical-align: middle;
  }

  /* 2-6: Section06 Block CSS
  ================================================*/
  #sec06 .pic img {
    width: 100%;
  }
  #sec06 .txt-box {
    padding: 20px 10px 50px;
  }
  #sec06 .txt-box h3 {
    font-size: 1.8rem;
    text-align: center;
    color: #000;
  }
  #sec06 .txt-box .txt {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #000;
  }
  #sec06 .txt-box .q-a {
    margin-top: 20px;
  }
  #sec06 .txt-box .q-a .qa-txt .q {
    padding: 5px 0 5px 48px;
    background-size: 36px;
    color: #0E6DAC;
  }
  #sec06 .txt-box .q-a .qa-txt .a {
    padding: 5px 0 5px 48px;
    background: url(../images/icon_sec06_a01.png) 0 center no-repeat;
    background-size: 36px;
    color: #0E6DAC;
  }
   #sec06 .table-ul {
    display: table;
    table-layout: fixed;
    text-align: left;
    width: 100%;
  }
  #sec06 .table-ul li {
    display: table-cell;
    vertical-align: middle;
  }


  /* 2-7: Section07 Block CSS
  ================================================*/
 #sec07 .pic img {
    width: 100%;
  }
  #sec07 .inner {
    background: #454E40;
  }
  #sec07 .inner .txt-box {
    padding: 20px 10px 50px;
  }
  #sec07 .inner h3 {
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
  }
  #sec07 .inner .txt {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #fff;
  }
   #sec07 .table-ul {
    display: table;
    table-layout: fixed;
    text-align: left;
    width: 100%;
  }
  #sec07 .table-ul li {
    display: table-cell;
    vertical-align: middle;
  }

  
  /* 2-8: Section08 Block CSS
  ================================================*/
  #sec08 .pic img {
    width: 100%;
  }
  #sec08 .txt-box {
    padding: 20px 10px 50px;
  }
  #sec08 .txt-box h3 {
    font-size: 1.8rem;
    text-align: center;
    color: #000;
  }
  #sec08 .txt-box .txt {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #000;
  }
  #sec08 .txt-box .q-a {
    margin-top: 20px;
  }
  #sec08 .txt-box .q-a .qa-txt .q {
    padding: 5px 0 5px 48px;
    background-size: 36px;
    color: #0E6DAC;
  }
  #sec08 .txt-box .q-a .qa-txt .a {
    padding: 5px 0 5px 48px;
    background: url(../images/icon_sec06_a01.png) 0 center no-repeat;
    background-size: 36px;
    color: #0E6DAC;
  }

  /* 2-9: Section09 Block CSS
  ================================================*/
 #sec09 .pic img {
    width: 100%;
  }
  #sec09 .inner {
    background: #000000;
  }
  #sec09 .inner .txt-box {
    padding: 20px 10px 50px;
  }
  #sec09 .inner h3 {
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
  }
  #sec09 .inner .txt {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #fff;
  }
  
    /* 2-10: Section10 Block CSS
  ================================================*/
  #sec10 .pic img {
    width: 100%;
  }
  #sec10 .inner {
    background: #FBE6EF;
  }
  #sec10 .inner .txt-box {
    padding: 20px 10px 50px;
  }
  #sec10 .inner h3 {
    font-size: 1.8rem;
    text-align: center;
    color: #000;
  }
  #sec10 .inner .txt {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #000;
  }
   #sec10 .table-ul {
    display: table;
    table-layout: fixed;
    text-align: left;
    width: 100%;
  }
  #sec10 .table-ul li {
    display: table-cell;
    vertical-align: middle;
  }


  /* 2-11: Section11 Block CSS
  ================================================*/
  #sec11 .pic img {
    width: 100%;
  }
  #sec11 .txt-box {
    padding: 20px 10px 50px;
  }
  #sec11 .txt-box h3 {
    font-size: 1.8rem;
    text-align: center;
    color: #000;
  }
  #sec11 .txt-box .txt {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #000;
  }
  #sec11 .txt-box .q-a {
    margin-top: 20px;
  }
  #sec11 .txt-box .q-a .qa-txt .q {
    padding: 5px 0 5px 48px;
    background-size: 36px;
    color: #0E6DAC;
  }
  #sec11 .txt-box .q-a .qa-txt .a {
    padding: 5px 0 5px 48px;
    background: url(../images/icon_sec04_a01.png) 0 center no-repeat;
    background-size: 36px;
    color: #0E6DAC;
  }

  /* 3: Movie Block CSS
  ================================================*/
  #movie-block {
    background: #fff;
  }
  #movie-block .inner {
    padding: 25px 30px 40px;
  }
  #movie-block .inner .video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #movie-block .inner .video-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  /* 4: Campaign Block CSS
  ================================================*/
  #campaign .pic {
    text-align: center;
  }

  /* 5: Footer Block CSS
  ================================================*/
  #footer {
    background-color: #FFF;
  }
  #footer #foot-link {
    padding: 30px 15px;
  }
  #footer .link-list li:not(:first-child) {
    margin-top: 10px;
  }
  #footer .link-list li a {
    display: block;
    padding: 15px;
    background: #fff url(../images/icon_arrow_sp01.png) 97% center no-repeat;
    background-size: 14px auto;
    color: #009FE7;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #footer #copy {
    padding: 10px;
    background: #fff;
    text-align: center;
  }
  #footer #copy small {
    font-size: 1.4rem;
    color: #009FE7;
  }
  #footer2 {
    background-color: #FFF;
  }
  #footer2 #foot-link {
    padding: 30px 15px;
  }
  #footer2 .link-list li {
    margin-top: 5px;
  }
  #footer2 .link-list li a {
    display: block;
    padding: 15px;
    background: #fff url(../images/icon_arrow_sp01.png) 97% center no-repeat;
    background-size: 14px auto;
    color: #009FE7;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #footer2 #copy {
    padding: 10px;
    background: #fff;
    text-align: center;
  }
  #footer2 #copy small {
    font-size: 1.4rem;
    color: #000;
  }
}
/* ================================================================================
	Tablet 481px
================================================================================ */
/* ================================================================================
	PC 768px
================================================================================ */
@media screen and (min-width: 850px) {
  /* 1:Hero Block CSS
  ================================================*/
  #hero-lp {
    width: 100%;
  }
  #hero-lp > .inner{
    max-width: 100%;
  }
  #hero-lp .hero-img {
    text-align: center;
  }
  #hero-lp .hero-img .sp {
    display: none;
  }
  #hero-lp .hero-img .tablet {
    display: inline-block;
  }
  #hero-lp .hero-img .tablet img {
    width: 100%;
  }
  #hero-lp .hero-img .video-wrap video{
    width: 100%;
    height: auto;
    margin: 0 0 -5px;
  }
    video-wrap.pc{
    display: block;
  }
  #hero-lp .hero-lead {
    padding: 50px 10px;
    text-align: center;
    background-color: #fff;
  }
  #hero-lp .hero-lead .lead-txt {
    line-height: 1.7;
    font-size: 1.6rem;
  }

  /* 2:Strong Block CSS
  ================================================*/
  #strong-pointa .link-block {
    padding: 55px 0 25px;
    background: url(../images/bg_strong01.png) 0 0 repeat;
    text-align: center;
  }
  #strong-pointa .link-block h2 {
    background: url(../images/bg_strong_ti01.png) center 0 repeat-x;
    text-align: center;
  }
  #strong-pointa .link-block .sec-link01 {
    max-width: 950px;
    margin: 0 auto;
    padding: 54px 10px 0;
  }
  #strong-pointa .link-block .sec-link01 li {
    float: left;
    width: 32%;
    max-width: 297px;
    margin-left: 2%;
    margin-bottom: 30px;
    text-align: center;
  }
  #strong-pointa .link-block .sec-link01 li:first-child, #strong-pointa .link-block .sec-link01 li:nth-child(4) {
    margin-left: 0;
  }
  #strong-pointa .link-block .sec-link01 a {
    position: relative;
    display: block;
  }
  #strong-pointa .link-block .sec-link01 a .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7) url(../images/icon_strong_hover_pc01.png) center center no-repeat;
    transition: opacity 0.6s ease 0s;
  }
  #strong-pointa .link-block .sec-link01 a:hover .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7) url(../images/icon_strong_hover_pc01.png) center center no-repeat;
    transition: opacity 0.6s ease 0s;
  }
  #strong-pointa .link-block .sec-link01.sp {
    display: none;
  }
  #strong-pointa .link-block .sec-link01.mar {
    display: table;
    max-width: 1116px;
    margin: 0 auto;
    padding: 54px 10px 0;
  }
  #strong-pointa .link-block .sec-link01.mar li {
    float: left;
    width: 23.50%;
    max-width: 297px;
    margin-left: 2%;
    margin-bottom: 30px;
    text-align: center;
  }
  #strong-pointa .link-block .sec-link01.mar li:first-child {
    margin-left: 0;
  }
  #strong-pointa .link-block .sec-link01.mar a {
    position: relative;
    display: block;
  }
  #strong-pointa .link-block .sec-link01.mar a .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7) url(../images/icon_strong_hover_pc01.png) center center no-repeat;
    transition: opacity 0.6s ease 0s;
  }
  #strong-pointa .link-block .sec-link01.mar a:hover .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7) url(../images/icon_strong_hover_pc01.png) center center no-repeat;
    transition: opacity 0.6s ease 0s;
  }
  #strong-pointa .link-block .sec-link01.mar.sp {
    display: none;
  }
  #strong-pointa .link-block .sec-link02 {
    display: table;
    margin: 0 auto;
    padding: 30px 12% 30px;
  }
  #strong-pointa .link-block .sec-link02 li {
    display: table-cell;
    float: left;
    width: 31%;
    max-width: 263px;
    margin-left: 2.5%;
    text-align: center;
  }
  #strong-pointa .link-block .sec-link02 li:first-child {
    margin-left: 0;
  }
  #strong-pointa .link-block .sec-link02 a {
    position: relative;
    display: block;
  }
  #strong-pointa .link-block .sec-link02 a .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7) url(../images/icon_strong_hover_pc01.png) center center no-repeat;
    transition: opacity 0.6s ease 0s;
  }
  #strong-pointa .link-block .sec-link02 a:hover .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7) url(../images/icon_strong_hover_pc01.png) center center no-repeat;
    transition: opacity 0.6s ease 0s;
  }
  #strong-pointa .link-block .sec-link02.sp {
    display: none;
  }

  /* 2-1: Section01 Block CSS
  ================================================*/
  #sec01 {
    width: 100%;
    background: url(../images/bg_sec04_line01.png) 0 0 repeat-x;
  }
  #sec01 .inner {
    position: relative;
  }
  #sec01 .inner .pic {
    float: left;
    width: 50%;
    text-align: right;
  }
  #sec01 .inner .txt-box {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: right;
    width: 50%;
    padding: 20px;
  }
  #sec01 .inner .txt-box h3 {
    font-size: 2rem;
    color: #000;
  }
  #sec01 .inner .txt-box .txt {
    margin-top: 15px;
    font-size: 1.2rem;
    color: #000;
  }
  #sec01 .inner .txt-box .q-a {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  #sec01 .inner .txt-box .q-a .qa-txt .q {
    padding: 5px 0 5px 48px;
    background: url(../images/icon_sec04_q01.png) 0 center no-repeat;
    background-size: 30px;
    color: #0E6DAC;
  }
  #sec01 .inner .txt-box .q-a .qa-txt .a {
    padding: 5px 0 5px 48px;
    background: url(../images/icon_sec04_a01.png) 0 center no-repeat;
    background-size: 30px;
    color: #0E6DAC;
  }

  /* 2-2: Section02 Block CSS
  ================================================*/
  #sec02 {
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #43B9BB), color-stop(0.5, #40BACA), color-stop(0.99, #3FBBDA));
    background-image: -o-linear-gradient(right, #43B9BB 0%, #40BACA 50%, #3FBBDA 99%);
    background-image: -moz-linear-gradient(right, #43B9BB 0%, #40BACA 50%, #3FBBDA 99%);
    background-image: -webkit-linear-gradient(right, #43B9BB 0%, #40BACA 50%, #3FBBDA 99%);
    background-image: -ms-linear-gradient(right, #43B9BB 0%, #40BACA 50%, #3FBBDA 99%);
    background-image: linear-gradient(to right, #43B9BB 0%, #40BACA 50%, #3FBBDA 99%);
  }
  #sec02 .img-box {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
  }
  #sec02 .img-box .pic {
    float: right;
    width: 50%;
  }
  #sec02 .img-box .txt-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
    width: 50%;
    padding: 5px;
  }
  #sec02 .img-box .txt-box h3 {
    font-size: 2rem;
    text-align: left;
  }
  #sec02 .img-box .txt-box .txt {
    margin-top: 0px;
    font-size: 1.8rem;
  }
  #sec02 .img-box .txt-box .details {
    margin-top: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.4);
    color: #000;
  }
  #sec02 .img-box .txt-box .details .details-txt dt {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
  }
  #sec02 .img-box .txt-box .details .details-txt dd {
    padding-left: 1rem;
    text-indent: -1rem;
    font-size: 1.8rem;
  }
  #sec02 .img-box .txt-box .details .details-txt dd .br {
    display: block;
    margin-left: 1.8rem;
  }
  #sec02 .img-box .txt-box .details .details-txt:not(:first-of-type) {
    margin-top: 10px;
  }

  /* 2-3: Section06 Block CSS
  ================================================*/
  #sec03 .img-box {
    position: relative;
    max-width: 1400px;
    min-height: 60px;
    margin: 0 auto;
    background: url(../images/menu2.jpg) center center no-repeat;
    background-size: cover;
  }
  #sec03 .inner .txt-box {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 566px;
    width: 50%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #sec03 .inner h3 {
    font-size: 2rem;
    text-align: left;
    color: #fff;
  }
  #sec03 .inner .txt {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #fff;
  }

  /* 2-4: Section01 Block CSS
  ================================================*/
  #sec04 {
    width: 100%;
    background: url(../images/bg_sec04_line01.png) 0 0 repeat-x;
  }
  #sec04 .inner {
    position: relative;
  }
  #sec04 .inner .pic {
    float: left;
    width: 50%;
    text-align: right;
  }
  #sec04 .inner .txt-box {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: right;
    width: 50%;
    padding: 20px;
  }
  #sec04 .inner .txt-box h3 {
    font-size: 2rem;
    color: #000;
  }
  #sec04 .inner .txt-box .txt {
    margin-top: 15px;
    font-size: 1.8rem;
    color: #000;
  }
  #sec04 .inner .txt-box .q-a {
    margin-top: 20px;
    font-size: 1.8rem;
  }
  #sec04 .inner .txt-box .q-a .qa-txt .q {
    padding: 5px 0 5px 48px;
    background: url(../images/icon_sec04_q01.png) 0 center no-repeat;
    background-size: 30px;
    color: #0E6DAC;
  }
  #sec04 .inner .txt-box .q-a .qa-txt .a {
    padding: 5px 0 5px 48px;
    background: url(../images/icon_sec04_a01.png) 0 center no-repeat;
    background-size: 30px;
    color: #0E6DAC;
  }

  /* 2-5: Section05 Block CSS
  ================================================*/
  #sec05 .img-box {
    position: relative;
    max-width: 1400px;
    min-height: 60px;
    margin: 0 auto;
    background: url(../images/menu_sp1.jpg) center center no-repeat;
    background-size: cover;
  }
  #sec05 .inner .txt-box {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 566px;
    width: 50%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #sec05 .inner h3 {
    font-size: 2rem;
    text-align: left;
    color: #fff;
  }
  #sec05 .inner .txt {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #fff;
  }


  /* 2-6: Section06 Block CSS
  ================================================*/
  #sec06 .img-box {
    position: relative;
    max-width: 1400px;
    min-height: 60px;
    margin: 0 auto;
    background: url(../images/menu2.jpg) center center no-repeat;
    background-size: cover;
  }
  #sec06 .inner .txt-box {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 566px;
    width: 50%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #sec06 .inner h3 {
    font-size: 2rem;
    text-align: left;
    color: #fff;
  }
  #sec06 .inner .txt {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #fff;
  }

  /* 2-7: Section07 Block CSS
  ================================================*/
  #sec07 .img-box {
    position: relative;
    max-width: 1400px;
    min-height: 60px;
    margin: 0 auto;
    background: url(../images/menu3.jpg) center center no-repeat;
    background-size: cover;
  }
  #sec07 .inner .txt-box {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 566px;
    width: 50%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #sec07 .inner h3 {
    font-size: 2rem;
    text-align: left;
    color: #fff;
  }
  #sec07 .inner .txt {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #fff;
  }


  /* 2-8: Section08 Block CSS
  ================================================*/
  #sec08 .img-box {
    position: relative;
    max-width: 1400px;
    min-height: 60px;
    margin: 0 auto;
    background: url(../images/menu4.jpg) center center no-repeat;
    background-size: cover;
  }
  #sec08 .inner .txt-box {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 566px;
    width: 50%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #sec08 .inner h3 {
    font-size: 2rem;
    text-align: left;
    color: #fff;
  }
  #sec08 .inner .txt {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #fff;
  }

  /* 2-9: Section09 Block CSS
  ================================================*/
  #sec09 .img-box {
    position: relative;
    max-width: 1400px;
    min-height: 60px;
    margin: 0 auto;
    background: url(../images/menu4.jpg) center center no-repeat;
    background-size: cover;
  }
  #sec09 .inner .txt-box {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 566px;
    width: 50%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #sec09 .inner h3 {
    font-size: 2rem;
    text-align: left;
    color: #fff;
  }
  #sec09 .inner .txt {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #fff;
  }

  /* 2-10: Section10 Block CSS
  ================================================*/
  #sec10 .img-box {
    position: relative;
    max-width: 1400px;
    min-height: 60px;
    margin: 0 auto;
    background-size: cover;
  }
  #sec10 .inner .txt-box {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 566px;
    width: 50%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #sec10 .inner h3 {
    font-size: 2rem;
    text-align: left;
    color: #fff;
  }
  #sec10 .inner .txt {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #fff;
  }



  /* 2-11: Section11 Block CSS
  ================================================*/
  #sec11 .img-box {
    position: relative;
    max-width: 1400px;
    min-height: 638px;
    margin: 0 auto;
    background: url(../images/panner1.jpg) center center no-repeat;
    background-size: cover;
  }
  #sec11 .inner .txt-box {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 566px;
    width: 50%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #sec11 .inner h3 {
    font-size: 2rem;
    text-align: left;
    color: #fff;
  }
  #sec11 .inner .txt {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #fff;
  }
  
    /* 2-12: Section11 Block CSS
  ================================================*/
  #sec12 .img-box {
    position: relative;
    max-width: 1400px;
    min-height: 1000px;
    margin: 0 auto;
    background: url(../images/panner2.jpg) center center no-repeat;
    background-size: cover;
  }
  #sec12 .inner .txt-box {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 566px;
    width: 50%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #sec12 .inner h3 {
    font-size: 2rem;
    text-align: left;
    color: #fff;
  }
  #sec12 .inner .txt {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #fff;
  }

    /* 2-13: Section11 Block CSS
  ================================================*/
  #sec13 .img-box {
    position: relative;
    max-width: 1400px;
    min-height: 638px;
    margin: 0 auto;
    background: url(../images/panner3.jpg) center center no-repeat;
    background-size: cover;
  }
  #sec13 .inner .txt-box {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 566px;
    width: 50%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #sec13 .inner h3 {
    font-size: 2rem;
    text-align: left;
    color: #fff;
  }
  #sec13 .inner .txt {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #fff;
  }

  /* 3: Movie Block CSS
  ================================================*/
  #movie-block {
    background: #fff;
  }
  #movie-block .inner {
		max-width: 1140px;
    padding: 45px 60px;
  }
  #movie-block .inner .video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #movie-block .inner .video-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  /* 4: Campaign Block CSS
  ================================================*/
  #campaign .pic {
    text-align: center;
  }

 /* 5: Footer Block CSS
  ================================================*/
  #footer {
    background-color: #fff;
  }
  #footer #foot-link {
    padding: 40px 15px;
    text-align: center;
  }
  #footer .link-list li {
    width: 32%;
    margin-left: 2%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
  #footer .link-list li:first-child {
    margin-left: 0;
  }
  #footer #copy {
    padding-bottom: 20px;
    text-align: center;
  }
  #footer #copy small {
    font-size: 1.4rem;
    color: #000;
  }

  #footer2 {
    background-color: #fff;
  }
  #footer2 #foot-link {
    padding: 40px 12px;
    text-align: center;
  }
  #footer2 .link-list li {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    margin: 10px 1px 10px 10px;
    text-align: center;
  }
  #footer2 .link-list li:first-child {
    margin-left: 0;
  }
}
/* ================================================================================
	WidePC 1400px
================================================================================ */
@media screen and (min-width: 1200px) {
  /* 2-3: Section03 Block CSS
  ================================================*/
  /* 2-2: Section02 Block CSS
  ================================================*/
  #sec02 .img-box .txt-box h3 {
    font-size: 2rem;
  }
  #sec02 .img-box .txt-box .txt {
    margin-top: 20px;
    font-size: 2rem;
  }
  #sec02 .img-box .txt-box .details {
    margin-top: 20px;
    padding: 25px 20px;
  }
  #sec02 .img-box .txt-box .details .details-txt dt {
    font-size: 1.8rem;
  }
  #sec02 .img-box .txt-box .details .details-txt dd {
    font-size: 1.8rem;
  }
}
/* ================================================================================
	WidePC 1400px
================================================================================ */
@media screen and (min-width: 1400px) {
  /* 1:Hero Block CSS
  ================================================*/
  #hero-lp .hero-lead .lead-txt {
    font-size: 1.6rem;
  }
  #hero-lp .hero-lead .lead-txt .br {
    display: inline;
  }
  #hero-lp .hero-lead .lead-txt .br.wide-pc {
    display: block;
  }

  /* 2:Strong Block CSS
  ================================================*/
  #strong-pointa .link-block .sec-link01 {
    max-width: 940px;
    padding: 54px 0 0;
  }
  #strong-pointa .link-block .sec-link02 {
    padding: 30px 10.5%;
  }
  #strong-pointa .link-block .sec-link02 li {
    display: table-cell;
    float: left;
    width: 31.6666%;
    max-width: 263px;
    margin-left: 2.5%;
    text-align: center;
  }
  #strong-pointa .link-block .sec-link02 li:first-child {
    margin-left: 0;
  }

  /* 2-1: Section01 Block CSS
  ================================================*/
  #sec01 .inner .txt-box {
    position: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 110px 20px 0 65px;
  }
  #sec01 .inner .txt-box h3 {
    font-size: 3rem;
  }
  #sec01 .inner .txt-box .txt {
    margin-top: 25px;
    font-size: 2rem;
  }
  #sec01 .inner .txt-box .q-a {
    margin-top: 30px;
    font-size: 2rem;
  }
  #sec01 .inner .txt-box .q-a .qa-txt .q {
    padding: 10px 0 10px 65px;
    background-size: 50px;
  }
  #sec01 .inner .txt-box .q-a .qa-txt .a {
    padding: 10px 0 10px 65px;
    background-size: 50px;
  }
  
  /* 2-2: Section02 Block CSS
  ================================================*/
  #sec02 .img-box {
    max-width: 1400px;
    margin: 0 auto;
  }
  #sec02 .img-box .pic {
    float: right;
    width: 50%;
  }
  #sec02 .img-box .txt-box {
    position: inherit;
    float: left;
    top:0;
    width: 50%;
    padding: 50px 65px 0 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #sec02 .img-box .txt-box h3 {
    font-size: 2rem;
  }
  #sec02 .img-box .txt-box .txt {
    margin-top: 25px;
    font-size: 2rem;
  }
  #sec02 .img-box .txt-box .details {
    margin-top: 10px;
    padding: 20px;
  }
  #sec02 .img-box .txt-box .details .details-txt dt {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  #sec02 .img-box .txt-box .details .details-txt dd {
    font-size: 1.5rem;
    padding-left: 1em;
  text-indent: -1em;
  }

  /* 2-3: Section06 Block CSS
  ================================================*/
  #sec03 .img-box {
    min-height: 100px;
  }
  #sec03 .inner .txt-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 70px;
    right: 20px;
    max-width: 200px;
    width: 100%;
    padding: 60px 38px;
  }
  #sec03 .inner h3 {
    font-size: 3rem;
    letter-spacing: -1px;
  }
  #sec03 .inner .txt {
    font-size: 2rem;
  }

  /* 2-4: Section01 Block CSS
  ================================================*/
  #sec04 .inner .txt-box {
    position: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 110px 20px 0 65px;
  }
  #sec04 .inner .txt-box h3 {
    font-size: 2rem;
  }
  #sec04 .inner .txt-box .txt {
    margin-top: 25px;
    font-size: 2rem;
  }
  #sec04 .inner .txt-box .q-a {
    margin-top: 30px;
    font-size: 2rem;
  }
  #sec04 .inner .txt-box .q-a .qa-txt .q {
    padding: 10px 0 10px 65px;
    background-size: 50px;
  }
  #sec04 .inner .txt-box .q-a .qa-txt .a {
    padding: 10px 0 10px 65px;
    background-size: 50px;
  }

  /* 2-5: Section05 Block CSS
  ================================================*/
  #sec05 .img-box {
    min-height: 150px;
  }
  #sec05 .inner .txt-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 70px;
    right: 20px;
    max-width: 540px;
    width: 100%;
    padding: 60px 38px;
  }
  #sec05 .inner h3 {
    font-size: 3rem;
    letter-spacing: -1px;
  }
  #sec05 .inner .txt {
    font-size: 2rem;
  }

  /* 2-6: Section06 Block CSS
  ================================================*/
  #sec06 .img-box {
    min-height: 150px;
  }
  #sec06 .inner .txt-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 70px;
    right: 20px;
    max-width: 540px;
    width: 100%;
    padding: 60px 38px;
  }
  #sec06 .inner h3 {
    font-size: 3rem;
    letter-spacing: -1px;
  }
  #sec06 .inner .txt {
    font-size: 2rem;
  }


  /* 2-7: Section07 Block CSS
  ================================================*/
  #sec07 .img-box {
    min-height: 150px;
  }
  #sec07 .inner .txt-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 70px;
    right: 20px;
    max-width: 540px;
    width: 100%;
    padding: 60px 38px;
  }
  #sec07 .inner h3 {
    font-size: 3rem;
    letter-spacing: -1px;
  }
  #sec07 .inner .txt {
    font-size: 2rem;
  }

  
  /* 2-8: Section08 Block CSS
  ================================================*/
  #sec08 .img-box {
    min-height: 150px;
  }
  #sec08 .inner .txt-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 70px;
    right: 20px;
    max-width: 540px;
    width: 100%;
    padding: 60px 38px;
  }
  #sec08 .inner h3 {
    font-size: 3rem;
    letter-spacing: -1px;
  }
  #sec08 .inner .txt {
    font-size: 2rem;
  }


  /* 2-9: Section09 Block CSS
  ================================================*/
  #sec09 .img-box {
    min-height: 638px;
  }
  #sec09 .inner .txt-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 70px;
    right: 20px;
    max-width: 540px;
    width: 100%;
    padding: 60px 38px;
  }
  #sec09 .inner h3 {
    font-size: 3rem;
    letter-spacing: -1px;
  }
  #sec09 .inner .txt {
    font-size: 2rem;
  }
  
 /* 2-10: Section10 Block CSS
  ================================================*/
  #sec10 .img-box {
    min-height: 150px;
  }
  #sec10 .inner .txt-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 70px;
    right: 20px;
    max-width: 540px;
    width: 100%;
    padding: 60px 38px;
  }
  #sec10 .inner h3 {
    font-size: 3rem;
    letter-spacing: -1px;
  }
  #sec10 .inner .txt {
    font-size: 2rem;
  }

  
  /* 2-11: Section11 Block CSS
  ================================================*/
  #sec11 .img-box {
    min-height: 638px;
  }
  #sec11 .inner .txt-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 70px;
    right: 20px;
    max-width: 540px;
    width: 100%;
    padding: 60px 38px;
  }
  #sec11 .inner h3 {
    font-size: 3rem;
    letter-spacing: -1px;
  }
  #sec11 .inner .txt {
    font-size: 2rem;
  }
  
    /* 2-12: Section11 Block CSS
  ================================================*/
  #sec12 .img-box {
    min-height: 1000px;
  }
  #sec12 .inner .txt-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 70px;
    right: 20px;
    max-width: 540px;
    width: 100%;
    padding: 60px 38px;
  }
  #sec12 .inner h3 {
    font-size: 3rem;
    letter-spacing: -1px;
  }
  #sec12 .inner .txt {
    font-size: 2rem;
  }
  
    /* 2-13: Section11 Block CSS
  ================================================*/
  #sec13 .img-box {
    min-height: 638px;
  }
  #sec13 .inner .txt-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 70px;
    right: 20px;
    max-width: 540px;
    width: 100%;
    padding: 60px 38px;
  }
  #sec13 .inner h3 {
    font-size: 3rem;
    letter-spacing: -1px;
  }
  #sec13 .inner .txt {
    font-size: 2rem;
  }

  /* 3: Movie Block CSS
  ================================================*/
  #movie-block .inner {
    padding: 90px 140px;
  }

  /* 4: Campaign Block CSS
  ================================================*/
  /* 5: Footer Block CSS
  ================================================*/
  #footer #foot-link {
    max-width: 1120px;
    margin: 0 auto;
    padding: 90px 0 60px;
  }
  #footer .link-list li {
    width: 335px;
    margin-left: 57px;
  }
  #footer #copy {
    padding-bottom: 20px;
  }
}
.mt10 {
  margin-top: 10px !important;
}

.att {
  padding-left: 1em;
  text-indent: -1em;
}

.att_cancel {
  padding-left: 0 !important;
  text-indent: 0 !important;
}
