@charset "UTF-8";
@media only screen and (max-width:768px) {
  .article-box .btn {
    display: block;
    margin: 0 auto
  }
}
.article-box .img-left {
  float: left;
  max-width: 50%;
  padding-right: 30px
}
@media only screen and (max-width:768px) {
  .article-box .img-left {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    display: block;
    margin: 0 auto;
    float: none
  }
}
.article-box .img-right {
  float: right;
  max-width: 50%;
  padding-left: 30px
}
@media only screen and (max-width:768px) {
  .article-box .img-right {
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    display: block;
    margin: 0 auto;
    float: none
  }
}
.article-box .ttl {
  padding-top: 0
}

.article-box .article-right {
  float: right;
  width: 65%
}
@media only screen and (max-width:768px) {
  .article-box .article-right {
    width: 100%
  }
}
.article-box .article-left {
  float: left;
  width: 65%
}
@media only screen and (max-width:768px) {
  .article-box .article-left {
    width: 100%
  }
}

.list-detail li {
  padding-left: 20px;
  position: relative;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
@media only screen and (max-width:768px) {
  .list-detail li {
    font-size: 14px;
    font-size: 1.4rem
  }
}
.list-detail li .dot:before {
  position: absolute;
  top: 50%;
  left: 2px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/ico_dot.png");
  background-size: cover
}
@media only screen and (max-width:768px) {
  .list-detail li .dot a:before {
    top: 10px
  }
}
.list-detail li .play a {
  margin-bottom: 10px
}

#VcArea-MainColum .list-detail li .play a {
  text-decoration: none;
}
.list-detail li .play a:before {
  position: absolute;
  top: 13px;
  left: 0px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/ico_arow_right.png");
  background-size: cover
}

.thumnail .img-right {
  padding: 60px 0;
  text-align: right
}
.thumnail .col.col-center {
  display: block;
  text-align: center
}
.thumnail .col .txt {
  line-height: 1.8;
  margin-top: 10px
}
.row {
  display: inline-block;
  width: 100%
}
.row .col-6 {
  float: left;
  width: calc( 50% - 15px );
  margin-right: 30px;
}
.row .col-6:nth-child(2n) {
  margin-right: 0
}
.row .col-6.col-6center {
  float: none;
  width: calc( 50% - 15px );
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width:768px) {
  .row .col-6,.row .col-6.col-6center {
    width: 100%;
    margin-right: 0
  }
}
.row .col-6 img {
  width: 100%
}
.row .col-4 {
  float: left;
  width: 31.33333%;
  margin-right: 3%
}
.row .col-4:nth-child(3n) {
  margin-right: 0
}
.row > .col-4:nth-child(3n+1) {
  clear: both;
}


@media only screen and (max-width:768px) {
  .row .col-4 {
    width: 100%;
    margin-right: 0
  }
}
.row .col-4 img {
  /*width: 100%*/
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.row .col-3 {
  float: left;
  width: 22.75%;
  margin-right: 3%
}
.row .col-3:nth-child(4n) {
  margin-right: 0
}
#vcbody-wrapper .row div:nth-child(4n) .col-3 {
  margin-right: 0
}

@media only screen and (max-width:768px) {
  .row .col-3 {
    width: 48.5%;
    margin-right: 3%
  }
  .row .col-3:nth-child(2n) {
    margin-right: 0
  }
}
.row .col-3 img {
  width: 100%
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}
.row.row-2 .col-4 {
  float: left;
  width: 33.33333%;
  margin-left:0;
  margin-right: 0;
  padding: 0 1.5%;
  border-right: 1px solid #ddd;
  margin-bottom: 40px
}
.row.row-2 .col-4:nth-child(3n+1) {
  padding-left: 0;
  clear: both
}
.row.row-2 .col-4:nth-child(3n) {
  padding-right: 0;
  border-right: 0
}
@media only screen and (max-width:768px) {
  .row.row-2 .col-4 {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
    border-right: 0
  }
}
.row.row-2 .col-4 img {
  width: 100%
}
.row.row-2 .col-4 .txt {
  padding: 10px 0;
  line-height: 1.8
}
.table-style {
  display: inline-block;
  width: 100%
}
.table-style dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.table-style dl:first-child {
  border-top: 1px solid #ddd
}
@media only screen and (max-width:768px) {
  .table-style dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.table-style dl dt {
  font-weight: bold;
  line-height: 1.8;
  width: 23%;
  vertical-align: top;
  background: #f3f3f3;
  font-size: 16px;
  font-size: 1.6rem;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd
}
@media only screen and (max-width:768px) {
  .table-style dl dt {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem
  }
}
.table-style dl dd {
  line-height: 1.8;
  width: 77%;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd
}
@media only screen and (max-width:768px) {
  .table-style dl dd {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    border-left: 1px solid #ddd
  }
}
.table-style dl dt, .table-style dl dd {
  padding: 16px 24px;
  color: #333
}
@media only screen and (max-width:768px) {
  .table-style dl dt, .table-style dl dd {
    padding: 10px 12px
  }
}
.list-post {
  display: inline-block;
  width: 100%
}
.list-post li {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px
}
.list-post li .item-post .img {
  float: left;
  width: 180px
}
@media only screen and (max-width:768px) {
  .list-post li .item-post .img {
    width: 100%;
    margin-bottom: 20px
  }
  .list-post li .item-post .img img {
    display: block;
    margin: 0 auto
  }
}
.list-post li .item-post .main-ct {
  display: inline-block;
  width: calc(100% - 180px);
  padding-left: 22px
}
@media only screen and (max-width:768px) {
  .list-post li .item-post .main-ct {
    width: 100%;
    padding-left: 0
  }
}
.list-post li .item-post .main-ct .txt {
  line-height: 1.8;
  margin-top: 8px;
  font-size: 16px;
  font-size: 1.6rem
}
@media only screen and (max-width:768px) {
  .list-post li .item-post .main-ct .txt {
    font-size: 13px;
    font-size: 1.3rem
  }
}


.btn a{
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #031f88;
  background: #FFF;
  min-width: 170px;

  }
.btn a {
  color: #031f88;
  font-weight: bold;
  line-height: 1;
  display: block;
  text-decoration: none;
}
.btn.btn-style-1 a:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 16px;/*画像の幅*/
  height: 16px;/*画像の高さ*/
  background-image: url(../img/btn.png);
  background-size: contain;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 8px;
  }
  
.btn.btn-style-2 a{
	font-weight: 500;
}  
.btn.btn-style-2 a:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 12px;/*画像の幅*/
  height: 12px;/*画像の高さ*/
  background-image: url(../img/ico_arow_right.png);
  background-size: contain;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 8px;
  }
 
#VcArea-MainColum .btn a{
	text-decoration: none
}

@media print, screen and (min-width:769px) {
.btn.btn-style-1 a {
  max-width: 360px;
  width: 170px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
}
@media only screen and (max-width:768px) {
}

.btn.btn-center {
  text-align: center
}
@-webkit-keyframes rotatecw {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes rotatecw {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes rotateccw {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}
@keyframes rotateccw {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}
.ttl {
  line-height: 1.6;
  color: #333
}
.ttl small {
  font-weight: bold;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Rajdhani', sans-serif;
  color:#000;
  line-height: 1em;

}
.ttl.ttl-lg {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #031f88;
}
.heading-top .ttl.ttl-lg {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  color: #031f88;
}
.page-index h2.ttl-lg{
	color: #031f88;
	font-size: 50px;
	font-size: 5rem;
    font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	line-height: 1.2;
}
.page-index h2.ttl-lg small{
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
}
@media only screen and (max-width:768px) {
  .ttl.ttl-lg {
    font-size: 20px;
    font-size: 2rem;
	margin-bottom: 20px;
  }
  .heading-top .ttl.ttl-lg {
    font-size: 20px;
    font-size: 2rem;
	margin-bottom: 0px;
  }  
.page-index h2.ttl-lg{
	font-size: 30px;
	font-size: 3rem;
}
.page-index h2.ttl-lg small{
	font-size: 12px;
	font-size: 1.2rem;
}  
}
.ttl.ttl-md {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width:768px) {
  .ttl.ttl-md {
    font-size: 18px;
    font-size: 1.8rem
  }
}
.ttl.ttl-sm {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width:768px) {
  .ttl.ttl-sm {
    font-size: 15px;
    font-size: 1.5rem
  }
}
.ttl.ttl-xs {
  font-size: 25px;
  font-size: 2.5rem
}
@media only screen and (max-width:768px) {
  .ttl.ttl-xs {
    font-size: 13px;
    font-size: 1.3rem
  }
}
.ttl.ttl-small {
  font-size: 18px;
  font-size: 1.8rem
}
@media only screen and (max-width:768px) {
  .ttl.ttl-small {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.ttl.ttl-border01 {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ddd
}
.ttl.ttl-border01:before {
  position: absolute;
  top: 0;
  left: 2px;
  display: block;
  width: 20px;
  height: 4px;
  content: '';
  background-color: #ea323b
}
.ttl.ttl-border02 {
  position: relative;
  padding: 9px 0 9px 18px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9
}
.ttl.ttl-border02:before {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 4px;
  height: 60px;
  content: '';
  background-color: #ea323b
}
@media only screen and (max-width:768px) {
  .ttl.ttl-border02:before {
    height: 40px
  }
}
.ttl.ttl-border03 {
  position: relative;
  padding: 10px 0 20px;
  border-bottom: 1px solid #ddd
}
.ttl.ttl-border03:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 70px;
  height: 3px;
  content: '';
  background-color: #031f88
}

.ttl.ttl-border05 {
  padding: 9px 0;
  border-bottom: 1px solid #ddd
}
.ttl.ttl-bold {
  font-weight: bold
}
.ttl.ttl-warrning span {
  position: relative
}
.ttl.ttl-warrning span:before {
  position: absolute;
  top: 2px;
  left: -35px;
  display: block;
  width: 30px;
  height: 30px;
  content: '';
  background: url("../img/ico_warrning.png");
  background-size: cover
}
@media only screen and (max-width:768px) {
  .ttl.ttl-warrning span:before {
    left: -20px;
    width: 15px;
    height: 15px
  }
}
.txt {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem
}
.main-visual {
  width: 100%;
  position: relative;
  z-index: 2
}
.main-visual:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 7px;
  left: 0;
  content: '';
  background: url("../img/photos/bg_main.png")
}
.main-visual video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto
}
@media only screen and (max-width:768px) {
  .page-index {
    padding-top: 50px
  }
.txt {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem
}  
}

.case-item {
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 10px 20px 0px rgba(0,0,0,0.05);
	background: #FFF;
	margin: 0 15px 15px 15px;
}

.case-item .img p{
display: flex;
align-items: center;
justify-content: center;

}
.case-item .txt{
	padding: 20px;
	font-weight: bold;
	display: flex;
flex-flow: column;
flex-basis: center;
justify-content: center;
align-items: center;
}
.case-item .txt a {
	color: #031f88
}
.case-item .txt a {
    text-decoration: none;
}

.feature .item {
  overflow: hidden;
  padding: 60px 0;
  border-bottom: 1px solid #ccc
}
.feature .item:first-of-type {
  padding-top: 20px
}
@media only screen and (max-width:768px) {
  .feature .item {
    padding: 20px 0
  }
  .feature .item:last-child {
    border-bottom: 0
  }
}
.feature .item .img {
  float: left;
  width: 34%
}
.feature .item .img img {
  padding-right: 40px;
  width: 100%
}
@media only screen and (max-width:768px) {
  .feature .item .img {
    width: 100%;
    text-align: center
  }
  .feature .item .img img {
    padding-right: 0
  }
}
.feature .item .txt {
  padding: 0
}

table {
  width: 100%
}



.ttl-plan {
  line-height: 1;
  display: block;
  margin: 60px 0;
  font-size: 18px;
  font-size: 1.8rem
}
@media only screen and (max-width:768px) {
  .ttl-plan {
    margin: 20px 0
  }
}
.tab-plan {
  margin-bottom: 20px
}
.tab-plan .item {
  font-weight: bold;
  position: relative;
  float: left;
  padding: 16px 15px;
  cursor: pointer;
  color: #999;
  border-right: 1px solid white;
  background: #e6e6e6;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
  font-size: 18px;
  font-size: 1.8rem
}
@media only screen and (max-width:768px) {
  .tab-plan .item {
    padding: 11px 3px;
    font-size: 13px;
    font-size: 1.3rem
  }
}
.tab-plan .item:last-child {
  border-right: 0
}
.tab-plan .item.active {
  color: white;
  background: #ea323b
}
.tab-plan .item.active:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-top: solid 11px #ea323b;
  border-right: solid 11px transparent;
  border-left: solid 11px transparent
}
.tab-plan.col-3 .item {
  width: 33.333%
}
.tab-content {
  display: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden
}
.tab-content.active {
  display: block
}
.tab-content.active .sp + p {
  margin-bottom: 20px
}
.links-btn a {
  padding: 11px!important
}
.links-btn span + span {
  margin-top: 20px
}
@media only screen and (max-width:768px) {
  .links-btn  a {
    font-size: 15px !important;
    margin: 0;
    padding: 16.5px 5px !important
  }
}
.section.pt0 {
  padding-top: 0
}

#back-to-top{
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 100;
	margin-bottom: 0
}

#back-to-top img {
    width: 40px;
    height: 120px;
}


@media only screen and (max-width:768px) {
#back-to-top img {
    width: 30px;
    height: 90px;
}
  .ttl small {
    font-size: 10px
  }
}
section.top-header {
  margin-top: -1px
}
@media only screen and (max-width:768px) {
  .table-scroll {
    overflow: auto
  }
  .table-scroll::-webkit-scrollbar {
    height: 5px
  }
  .table-scroll::-webkit-scrollbar-track {
    background: #f1f1f1
  }
  .table-scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc
  }
}
.ggmap {
  position: relative;
  padding-bottom: 370px;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px
}

.intro-box2 {
  overflow: hidden
}
@media only screen and (max-width:768px) {
  .intro-box2 {
    margin-bottom: 20px
  }
}
.intro-box2 dl {
  overflow: hidden;
  padding: 60px 0;
  border-bottom: 1px solid #ccc
}
.intro-box2 dl:first-of-type {
  padding-top: 20px
}
.intro-box2 dl:last-of-type {
  border-bottom: 0
}
@media only screen and (max-width:768px) {
  .intro-box2 dl {
    padding: 20px 0
  }
}
.intro-box2 dl dt {
  float: left
}
@media screen and (min-width:769px) {
  .intro-box2 dl dt {
    max-width: 50%
  }
  .intro-box2 dl dt img {
    max-width: calc(100% - 40px)
  }
}
.intro-box2 dl dt img {
  margin-right: 40px
}
@media only screen and (max-width:768px) {
  .intro-box2 dl dt {
    float: none;
    margin: 0 0 20px;
    text-align: center
  }
  .intro-box2 dl dt img {
    margin-right: 0
  }
}
.intro-box2 dl dt img {
  margin-bottom: 0
}
.intro-box2 dl.rightbox dt {
  float: right;
  margin-right: 0;
  margin-left: 20px
}
@media only screen and (max-width:768px) {
  .intro-box2 dl.rightbox dt {
    float: none;
    margin-left: 0
  }
}
.intro-box2 dl dd {
  overflow: hidden
}
.intro-box2 .more-btn {
  float: right
}
@media only screen and (max-width:768px) {
  .intro-box2 .more-btn {
    float: none
  }
}
dl.privacy dt {
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 1.2em
}
dl.privacy dd {
  margin-bottom: 40px
}
.sitemap ol {
  list-style: none
}
.sitemap ol ol {
  padding-left: 1em;
  margin-bottom: 15px
}
.sitemap > ol > li > a {
  display: inline-block;
  margin-bottom: 15px
}
.sitemap > ol > li > ol > li {
  margin-bottom: 25px
}
.sitemap ol li::before {
  content: none
}
.sitemap li a {
  position: relative;
  color: #333;
  padding-left: 1em
}
.sitemap li a::before {
  position: absolute;
  left: -5px;
  top: calc(50% - 1px);
  width: 10px;
  height: 1px;
  content: '';
  background: #fff;
}
.table-style3 table {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd
}
.table-style3 table {
  border-top: 1px solid #ddd
}
.table-style3 table:last-of-type {
  border-bottom: 1px solid #ddd
}
.table-style3 .table-style3midashi {
  background: #eee;
  text-align: center
}
.table-style3 td.table-style3midashi span {
  margin-left: -120px
}
.table-style3 td.table-style3midashi:last-of-type {
  border-left: 1px solid #ddd
}
.table-style3 th {
  width: 23%;
  background: #f3f3f3;
  padding-left: 2%
}
.table-style3 td:first-of-type {
  padding: 10px;
  width: 65%;
  padding-left: 2%;
  padding-right: 2%;
  border-right: 1px solid #ddd
}
.table-style3 td:last-of-type {
  width: 6%;
  text-align: center
}


.accordionbox {
  border: 1px solid #dfdfdf
}
.accordionlist dt {
  display: block;
  background: #f6f6f6;
  padding: 15px 0 15px 5px;
  border-top: 1px solid #dfdfdf;
  cursor: pointer
}
.accordionlist dt:first-child {
  border-top: none !important
}
.accordionlist dt .title {
  padding-left: 10px;
  float: left;
  width: calc(100% - 40px)
}
.accordionlist dd {
  display: none;
  background: #fff;
  padding: 20px 0 20px 15px
}
.accordion_icon, .accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box
}
.accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 5px
}
.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #ea323b;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px
}
.accordion_icon span:nth-of-type(1) {
  top: 12px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0)
}
.accordion_icon span:nth-of-type(2) {
  top: 12px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg)
}
.accordion_icon.active span:nth-of-type(1) {
  display: none
}
.accordion_icon.active span:nth-of-type(2) {
  top: 12px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg)
}
.question_mark {
  background: #ea323b;
  padding: 5px 10px;
  color: #FFF;
  margin-right: 15px
}
@media only screen and (max-width:768px) {
  .question_mark {
    padding: 2px 5px;
    margin-right: 10px
  }
}
.partner_parts th, .partner_parts td {
  width: 50%
}
@media screen and (max-width:480px) {
  .partner_parts th, .partner_parts td {
    width: 100%;
    display: block;
    text-align: center
  }
}
/**/

.module-information{
	display: flex;
}
.module-information dt{
	width: 120px;
	background: #d90000;
	color: #FFF;
	text-align: center;
    align-items: center;  /* 子要素をflexboxにより中央に配置する */	
	justify-content: center;
	display: flex;
  }

.module-information dd{
	width: calc( 100% - 120px);
	padding-left: 30px;
}
@media only screen and (max-width:768px) {
.information-wrap{
	padding: 0;
}
.information-wrap .container{
	padding: 0;
}
.module-information{
	flex-direction: column;
}
.module-information dt{
	width: 100%;
	padding: 5px;
}
.module-information dt br{
	display: none
}
.module-information dd{
	width: 100%;
	padding: 20px;
}	
}
.default-1.ttl.ttl-lg{
	color: #333
}
.default-3{
	border-left: 3px solid #031f88;
	padding-left: 12px;
	font-weight: bold;
	line-height: 1.4em;
}
.default-9 .col-6{
	border: 1px solid #dddddd;
	padding: 28px;
}

.row.default-9 .col-6 img {
	width: auto;
	display: block;
	margin: 0 auto 30px;
}
.default-7 h4,.default-8 h4{
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: -5px;
}
.default-9 h4{
	border-left: 3px solid #031f88;
	padding-left: 12px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.default-10 img{
	margin-bottom: 20px;
}

.default-11 li{
	display: flex;
	align-items: center;
	border: 1px solid #dddddd;
}
.default-11 li > p{
	max-width: calc( 33% - 10px);
}
.default-11_right{
	width: calc( 67% + 10px);
}
.default-11 li .default-11_right{
	padding-left: 20px;
	padding-right: 0px;
}
.default-11_right {
	color: #031f88;
    font-size: 18px;
    font-size: 1.8rem;
	font-weight: bold;
}
.default-11 li:hover{
	cursor: pointer;
}
#VcArea-MainColum .default-11 a{
	text-decoration: none;
}
@media only screen and (max-width:767px) {
.default-11_right {
    font-size: 16px;
    font-size: 1.6rem;
}
}
.default-12 li{
	display: flex;
	align-items: center;
	border: 1px solid #dddddd;
}
.default-12 li > p{
	width: calc( 37% - 10px);
}
.default-12_right{
	width: calc( 63% + 10px);
	padding-top: 10px;
	padding-bottom: 10px;
}
.default-12 li .default-12_right{
	padding-left: 19px;
	padding-right: 18px;
}
.default-12_right h3{
	color: #031f88;
    font-size: 18px;
    font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
	background: url(../img/nav_arow.png) no-repeat top 50% left;
	background-size: 12px;
	padding-left: 20px;
}
#VcArea-MainColum .default-12 a{
	text-decoration: none;
}
@media only screen and (max-width:767px) {
.default-12_right h3{
    font-size: 16px;
    font-size: 1.6rem;
}
}
.BasicParts-5-1 li,.BasicParts-5-2 li {
 border:1px solid #dddddd;
}
#VcArea-MainColum .BasicParts-5-1 li a,#VcArea-MainColum .BasicParts-5-2 li a{
	text-decoration: none;
}

.BasicParts-5-header {
 	background:#f3f3f3;
 	padding: 11px 20px;
}
.BasicParts-5-header a{
	display: block;
 	padding-left: 20px;
	background: url(../img/nav_arow.png) no-repeat top 50% left;
    background-size: auto;
	background-size: 12px;
}
.BasicParts-5-2 .BasicParts-5-header{
	display: block;
}

.BasicParts-5-content{
 	padding: 20px;
}

.BasicParts-8-1 table{
	width: 100%;

}

.BasicParts-8-1 table th{
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 10px 15px;
}

.BasicParts-8-1 table td{
	border: 1px solid #ddd;
	padding: 10px 15px;
}


@media only screen and (max-width:767px) {
.BasicParts-8-1 {
    /*overflow-x: auto;*/
    scroll-behavior: smooth;
    margin: 2em 0;
}
/*.BasicParts-8-1 table{
	min-width: 767px;
}*/
}

.BasicParts-11-1 dt {
    border-bottom: 1px solid #dddddd;
    padding-left: 45px;
    background: url(../img/q.png) left top no-repeat;
    background-size: auto;
    background-size: 30px 30px;
    min-height: 32px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	font-size: 2.0rem;	
	font-weight: bold;
}

.BasicParts-11-1 dd {
    background: url(../img/a.png) left top no-repeat;
    background-size: auto;
    background-size: 30px 30px;
    padding-left: 45px;
    min-height: 30px;
	padding-top: 4px;
	padding-bottom: 20px;	
    border-bottom: 1px solid #dddddd;	
}
@media only screen and (max-width:767px) {
.BasicParts-11-1 dt {
	font-size: 16px;
	font-size: 1.6rem;	
}
.BasicParts-11-1 dd {
	font-size: 14px;
	font-size: 1.4rem;	
}
}
.BasicParts-12-1{
	border: 1px solid #dddddd;
	padding: 20px;
}
@media only screen and (max-width:767px) {
.BasicParts-12-1{
	padding: 15px;
}
}
.BasicParts-12-2{
	background: #f0f0f0;
	border-radius: 4px;
}
.BasicParts-12-2 h4{
	padding: 20px 20px 0;
	font-weight: bold;
}
.BasicParts-12-2-box{
	display: flex;
	justify-content: space-between;
	padding: 20px;
	
}
.BasicParts-12-2-inner{
	background: #ffffff;
	width: calc(50% - 10px);
	padding: 20px;
}
@media only screen and (max-width:767px) {
.BasicParts-12-2-box{
	display: block;
}
.BasicParts-12-2-inner{
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
}
.BasicParts-12-2-inner:last-of-type{
	margin-bottom: 0px;
}
}
.BasicParts-12-3 li{
	display: flex;
	border: 1px solid #dddddd;
}
.BasicParts-12-3 li > p{
	min-width: 147px;
}
.BasicParts-12-3_right{
	padding-top: 15px;
	padding-bottom: 10px;
}
.BasicParts-12-3 li .BasicParts-12-3_right{
	padding-left: 19px;
	padding-right: 18px;
}
.BasicParts-12-3_right h3{
	color: #031f88;
    font-size: 18px;
    font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
	background: url(../img/nav_arow.png) no-repeat top 50% left;
	background-size: 12px;
	padding-left: 20px;
}
#VcArea-MainColum .BasicParts-12-3 a{
	text-decoration: none;
}
@media only screen and (max-width:767px) {
.BasicParts-12-3_right h3{
    font-size: 16px;
    font-size: 1.6rem;
}
}

.tab_area{
	overflow:hidden;
	display:table;
	margin:0 0 10px;
	width: 100%;
}
	
.tab_area li{
	/*Tabの装飾*/
  width: calc(100%/5);
  height: 59px;
  border-bottom: 3px solid #041f88;
  line-height: 56px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
	cursor: pointer; 
	vertical-align:middle; 
	display:table-cell;  
	}


  
.tab_area li span{
  color: #021f87;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin-right: 15px;
  display: block;
}
.tab_area li:last-of-type span{
	margin-right: 0;
}	
.all_area { 
	overflow: hidden;
	clear: both;
	}
	
.all_area div.content_area{
	/*Tabの内容を表示するエリアの装飾*/
	background:#ffffff; 
	padding:10px 10px 10px 2px;  
	}

.tab_area li.select span{
	/*アクティブタブの装飾*/
  background-color: #031f88;
  border-top: 1px solid #031f88;
  border-left: 1px solid #031f88;
  border-right: 1px solid #031f88;
  color: #FFF;
	}
	
.hide{display:none;}
@media only screen and (max-width:769px) {

.tab_area li{
	/*Tabの装飾*/
  height: 59px;
  border-bottom: 3px solid #041f88;
  line-height: 56px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
	cursor: pointer; 
	vertical-align:middle; 
	display:table-cell;  
}
}
@media only screen and (max-width:767px) {

.tab_area li{
	/*Tabの装飾*/
  height: 50px;
  border-bottom: 3px solid #041f88;
  line-height: 1.2em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
	cursor: pointer; 
}
.tab_area li span{
	height: 50px;
	vertical-align:middle; 
	display:flex;
	align-items: center;
	justify-content: center;
}
.tab_area li span {
    margin-right: 5px;
}
}
@media only screen and (max-width:349px) {

.tab_area li{

  font-size: 13px;
  font-size: 1.3rem;
}
.tab_area li span {
    margin-right: 2px;
}
}

.cp_ipselect {
	float: right;
	font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
	width: 200px;
  margin-top: 15px;
	text-align: center;
font-weight: 500;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	background: #f0f0f0;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #000000;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 6px 38px 6px 8px;
}

.NewsParts-1-2{
	position: relative
}
.NewsParts-1-3{
	margin-top: -30px;
	margin-bottom: 30px;
}
@media only screen and (max-width:769px) {
.NewsParts-1-3{
	margin-top: -20px;
	margin-bottom: 20px;
}
}
.BasicParts-13-1 h5{
	font-weight: bold
}
.BasicParts-13-1 h5:before{
	content: "- ";
	color: #031f88;
	font-weight: bold;
}