@charset "UTF-8";

/*==================================================================
	Base
===================================================================*/

body {
  min-width: 320px;
  font-size: 14px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}

main {
  letter-spacing: 0.05em;
}

#wrapper {
  overflow: hidden;
}

#container {
  padding: 0 0 0 0;
}

#container a[id]:not([href]) {
  margin-top: -132px;
  padding-top: 132px;
  display: inline-block;
  vertical-align: top;
}

.noscript {
  background: red;
  color: #FFF;
  font-size: 0.9em;
  text-align: center;
  padding: 2px 0;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha( opacity=70)”;
}

img {
  -ms-interpolation-mode: bicubic;
}


/* PC */

@media screen and (min-width: 960px) {}


/* TAB */

@media screen and (max-width: 959px) {
  #container a[id]:not([href]) {
    margin-top: 0;
    padding-top: 0;
    display: inline-block;
    vertical-align: top;
  }
  .ex-cta{
    display:none;
  }
}


/* SP */

@media screen and (max-width: 750px) {
  #container {
    padding: 0 0 0 0;
  }
}


/* modal */

.pointBox {
  position: relative;
  display: none;
  width: 860px;
  border-radius: 6px;
  background: #FFF;
}

.pointBoxHead {
  border-radius: 6px 6px 0 0;
  padding: 14px;
  background: #0e1043;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 10px;
  line-height: 1.6;
}

.pointBoxBody {
  padding: 20px 40px;
}

.poinBoxContent {
  float: left;
  width: 350px;
}

.pointBoxImg {
  float: right;
  width: 400px;
}

@media screen and (max-width: 959px) {
  .pointBox {
    width: 100%;
  }
  .poinBoxContent {
    float: none;
    width: 100%;
  }
  .pointBoxImg {
    float: none;
    width: 400px;
    margin: 20px auto;
  }
}

@media screen and (max-width: 750px) {
  .pointBoxImg {
    width: 100%;
  }
  .pointBoxBody {
    padding: 10px 20px;
  }
}


/*==================================================================
	Z-index
===================================================================*/


/*==================================================================
	Header
===================================================================*/

#header {
  z-index: 1000000;
  position: fixed;
  background: #FFF;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
}

#header .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.headerTop {
  border-bottom: #CCC solid 1px;
}

.headerTop .inner {
  height: 66px;
}

#identifier {
  position: absolute;
  left: 300px;
  top: 24px;
  margin: 0;
  padding: 0;
  display: block;
  width: 122px;
  height: 17px;
}

#pcLogo {
  display: block;
  float: left;
  padding: 15px 68px 16px 12px;
  z-index: 9999999;
}

#spLogo {
  display: none;
}

ul.list-utility {
  float: right;
  text-align: right!important;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 77%;
}

ul.list-utility li {
  display: inline;
  zoom: 1;
}

ul.list-utility li.sitemap {
  margin-right: 6px;
  padding: 2px 0 2px 17px;
  background: url(../img/common/head/icon-sitemap.gif) no-repeat left top;
  background-position: 0 0.4em;
}

ul.list-utility li.contact {
  margin-right: 10px;
  padding: 2px 0 2px 17px;
  background: url(../img/common/head/icon-contact.gif) no-repeat left top;
  background-position: 0 0.3em;
}

ul.list-utility li.sitemap a {
  text-decoration: underline;
  color: #039;
}

ul.list-utility li.sitemap a:visited {
  text-decoration: underline;
  color: #60C;
}

ul.list-utility li.sitemap a:hover {
  text-decoration: underline;
  color: #F63;
}


/* PC */

@media screen and (min-width: 960px) {}


/* TAB */

@media screen and (max-width: 959px) {
  #header {
    position: absolute;
  }
  #header .inner {
    width: 100%;
  }
}


/* SP */

@media screen and (max-width: 750px) {
  .headerTop .inner {
    height: 44px;
  }
  #pcLogo {
    display: none;
  }
  #spLogo {
    display: block;
    padding: 8px;
    vertical-align: bottom;
    float: left;
  }
  #spLogo img {
    vertical-align: bottom;
  }
  #identifier {
    float: left;
    padding: 12px 8px 6px 8px;
    vertical-align: bottom;
    position: relative;
    display: block;
    width: 140px;
    height: auto;
    left: auto;
    top: auto;
  }
}


/*==================================================================
	Navigation
===================================================================*/

.headerNavi .inner {
  padding: 20px 0 15px;
}

.headerNavi {
  border-bottom: 5px solid #485999;
}

.menu {
  display: table;
  width: 100%;
  overflow: hidden;
}

.menu li {
  display: table-cell;
  font-weight: bold;
  padding: 0 2em;
  text-align: center;
}

a.menuItem {
  color: #485999;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}

#logo_service {
  float: left;
  margin: 0;
  padding: 21px 0 0 10px;
}


/* PC */

@media screen and (min-width: 750px) {
  .sp-menu {
    display: none;
  }
  .menuBtn {
    display: none;
  }
}


/* SP */
@media screen and (max-width: 959px) {
  .headerNavi .inner {
    font-size: 0.8em;
  }
  .menu li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .headerNavi .inner {
    display: none;
  }
  .menu {
    display: none;
  }
  .menuBtn {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -9999px;
    overflow: hidden;
    width: 44px;
    height: 44px;
    background: url(../img/common/head/icon_menu.png) no-repeat;
    background-size: 44px 44px;
  }
  .closeBtn a {
    display: block;
    background: #DDD;
    color: #000;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
  }
  .list-utility {
    display: none;
  }
  .sp-menu {
    display: none;
  }
  .sp-menu.open {
    display: block;
    background: #FFF;
  }
  .sp-menu li {
    padding: 26px;
    display: block;
    color: #000;
    border-bottom: #CCC solid 1px;
  }
  .sp-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/common/head/icon_arrow.png) no-repeat right center;
    background-size: 10px 16px;
  }
  .headerNavi .inner {
    height: 40px;
  }
  .menuBtn {
    top: 0;
    right: 0;
  }
  #logo_service {
    float: none;
    padding: 14px 0 0 10px;
    width: 130px;
    height: auto;
  }
}

/* 企業トップ */
a.corp-top {
  position: fixed;
  top: 40%;
  right: 0;
  box-sizing: content-box;
  line-height: 1;
  padding: 18px 8px 12px;
  background: #00acde;
  border-radius: 3px 0 0 3px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-decoration: none;
  letter-spacing: 3px;
  font-size: 0.8em;
  color: #fff;
  opacity: 0.7;
  transition: 0.2s;
  z-index: 50;
}
a.corp-top:hover {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  a.corp-top {
	display: none;
  }
}


/*==================================================================
	Keyv
===================================================================*/

#keyv {
  width: 100%;
  background: url(../img/bg_keyv.jpg) no-repeat top center;
  background-size: cover;
}

#keyv .inner {
  position: relative;
}


/* PC */

@media screen and (min-width: 960px) {
  #keyv {}
  #keyv .inner {
    width: 960px;
    margin: 0 auto;
    height: 500px;
  }
  #keyv .kv01 {
    position: absolute;
    width: 270px;
    height: auto;
    top: 80px;
    left: 20px;
  }
  #keyv .kv02 {
    position: absolute;
    width: 380px;
    height: auto;
    top: 210px;
    left: 20px;
  }
  #keyv .kv03 {
    position: absolute;
    width: 380px;
    height: auto;
    top: 240px;
    left: 20px;
  }
  #keyv .kv04 {
    position: absolute;
    width: 140px;
    height: auto;
    top: 320px;
    left: 20px;
  }
}


/* TAB */

@media screen and (max-width: 959px) {
  #keyv .inner {
    width: 100%;
    height: 400px;
  }
  #keyv .kv01 {
    position: absolute;
    width: 230px;
    height: auto;
    top: 80px;
    left: 20px;
  }
  #keyv .kv02 {
    position: absolute;
    width: 300px;
    height: auto;
    top: 180px;
    left: 20px;
  }
  #keyv .kv03 {
    position: absolute;
    width: 300px;
    height: auto;
    top: 210px;
    left: 20px;
  }
  #keyv .kv04 {
    position: absolute;
    width: 140px;
    height: auto;
    top: 280px;
    left: 20px;
  }
}


/* SP */

@media screen and (max-width: 750px) {
  #keyv {
    height: 300px;
  }
  #keyv .inner {}
  #keyv .kv01 {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 160px;
    height: auto;
  }
  #keyv .kv02 {
    position: absolute;
    top: 110px;
    left: 20px;
    width: 200px;
    height: auto;
  }
  #keyv .kv03 {
    position: absolute;
    top: 140px;
    left: 20px;
    width: 200px;
    height: auto;
  }
  #keyv .kv04 {
    position: absolute;
    width: 130px;
    height: auto;
    top: 190px;
    left: 20px;
  }
}

.movieBox {
  position: relative;
  width: 960px;
  height: auto;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
}

#video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#play {
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 540px;
  background: url(../../img/bg_movie.png) no-repeat top center;
  background-size: cover;
  cursor: pointer;
}

#video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 959px) {
  .movieBox {
    width: 100%;
    margin: 0 auto;
  }
  #video {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
  }
  #play {
    width: 100%;
    height: 100%;
    background: url(../../img/bg_movie.png) no-repeat top center;
    background-size: cover;
    cursor: pointer;
  }
}


/* SP */

@media screen and (max-width: 750px) {
  .movieBox {
    width: 100%;
  }
}


/*==================================================================
	Contents
===================================================================*/


/* --------------------------- News -------------------------- */

#newsArea {
  background: #10123b;
}

#newsArea .inner {
  width: 960px;
  height: 100%;
  margin: 0 auto;
}

#newsArea .newsBox_l {
  text-align: center;
  color: #FFF;
}

#newsArea .newsBox_r {}

#newsArea a {
  color: #dedede;
}

#newsArea .date {
  color: #00acde;
  margin-right: 16px;
  font-weight: bold;
}

#newsArea a {
  color: #dedede;
}

#newsArea .date {
  color: #00acde;
  margin-right: 16px;
  font-weight: bold;
}

#newsArea .ttl {
  font-weight: bold;
  font-size: 1.6em;
  letter-spacing: 0.2em;
}

#newsArea .sttl {
  font-weight: bold;
  font-size: 0.4em;
  letter-spacing: 2px;
}

#newsArea .newsList li {
  margin-bottom: 0.8em;
}

#newsArea .newsList li:last-child {
  margin-bottom: 0;
}


/* PC */

@media screen and (min-width: 960px) {
  .ttlGroup {}
  #newsArea .ttl {
    font-size: 1.2em;
  }
  #newsArea .sttl {
    margin-left: 10px;
  }
  #newsArea {
    padding: 20px;
  }
  #newsArea .newsBox_l {
    text-align: left;
    width: 210px;
    float: left;
  }
  #newsArea .newsBox_r {
    width: 740px;
    float: right;
    overflow: hidden;
  }
  #newsArea .newsList {
    border-left: #585a76 solid 1px;
    padding-left: 20px;
  }
}


/* TAB */

@media screen and (max-width: 959px) {
  #newsArea .ttl {
    margin-bottom: 0.8em;
  }
  #newsArea .sttl {
    margin-left: 10px;
  }
  #newsArea .newsBox_l {
    width: 100%;
    text-align: center;
  }
  #newsArea .newsBox_r {
    width: 100%;
  }
}


/* SP */

@media screen and (max-width: 750px) {
  #newsArea .date {
    display: block;
  }
}


/* --------------------------- Concept -------------------------- */

#conceptArea {
  background: url(../img/bg_concept.jpg) no-repeat top center;
  background-size: cover;
}

#conceptArea .inner {
  width: 960px;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
}

#conceptArea .ttl {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
}


/* PC */

@media screen and (min-width: 960px) {
  .conceptCirclePc {
    width: 500px;
    height: 500px;
    margin: 100px auto 40px;
    position: relative;
  }
  .conceptCircleSp {
    display: none;
  }
  .question01 {
    position: absolute;
    top: 200px;
    left: -230px;
    width: 230px;
    height: 150px;
  }
  .question02 {
    position: absolute;
    top: 50px;
    left: -200px;
    width: 230px;
    height: 150px;
  }
  .question03 {
    position: absolute;
    top: -100px;
    left: -40px;
    width: 230px;
    height: 150px;
  }
  .question04 {
    position: absolute;
    top: -100px;
    left: 290px;
    width: 230px;
    height: 150px;
  }
  .question05 {
    position: absolute;
    top: 50px;
    left: 460px;
    width: 230px;
    height: 150px;
  }
  .question06 {
    position: absolute;
    top: 200px;
    left: 500px;
    width: 230px;
    height: 150px;
  }
}


/* TAB */

@media screen and (max-width: 959px) {
  .conceptCirclePc {
    display: none;
  }
  .conceptTx {
    text-align: left;
  }
  .conceptTx br {
    display: none;
  }
}


/* SP */

@media screen and (max-width: 750px) {}


/* --------------------------- Feature-Top -------------------------- */

#featureArea {
  background: #10123b;
}

#featureArea .inner {
  color: #FFF;
  width: 960px;
  padding: 30px 0;
  margin: 0 auto;
}

#featureArea .ttl {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.featureList li {
  font-size: 0.8em;
  line-height: 1.6;
  float: left;
  text-align: center;
}

.featureList li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}

.featureList li .img {
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}


/* PC */

@media screen and (min-width: 960px) {
  .featureList li {
    width: 20%;
  }
}


/* TAB */

@media screen and (max-width: 959px) {
  .featureList li {
    width: 30%;
  }
}


/* SP */

@media screen and (max-width: 750px) {
  .featureList li {
    width: 50%;
  }
}
/* --------------------------- Function-Top -------------------------- */

#functionArea {
  background: #445592;
}

#functionArea .inner {
  color: #FFF;
  width: 960px;
  padding: 30px 0;
  margin: 0 auto;
}

#functionArea .ttl {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.functionList li {
  font-size: 1em;
  line-height: 1.6;
  float: left;
  text-align: center;
}

.functionList li a {
  display: block;
  max-width: 300px;
  /*width: 100%;
  height: 100%;*/
  margin: 0 auto;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}

.functionList li .img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* PC */

@media screen and (min-width: 960px) {
  .functionList {
	margin-top: 50px;
  }
  .functionList li {
    width: 300px;
	margin-bottom: 30px;
  }
  .functionList li:not(:nth-child(3n)) {
	margin-right: 30px;
  }
  .functionList li:nth-child(3n + 1) {
	clear: both;
  }
}


/* TAB */

@media screen and (max-width: 959px) {
  .functionList {
	margin: 30px 0 20px;
  }
  .functionList li {
    width: 50%;
	margin-bottom: 20px;
	padding: 0 10px;
  }
  .functionList li:nth-child(odd) {
	clear: both;
  }
  .functionList li:nth-last-child(1) ,
  .functionList li:nth-last-child(2) {
	margin-bottom: 0;
  }
}


/* SP */

@media screen and (max-width: 750px) {
  .functionList li {
    width: 50%;
  }
}

/* --------------------------- Ex-Top -------------------------- */
.exBox {
  margin-bottom: 20px;
}
.exBox a{
  display:block;
  width:100%;
  padding:25px 25px 20px 25px;
  border: #CCC solid 1px;
  border-radius: 2px;
  background: #FFF;
  color:#333;
  text-decoration:none;
}
.exBox a:hover{
  border: #024fa3 solid 1px;
}
.exBox a p:first-child{
  color:#0000ff;
  font-size:18px;
  margin-bottom:20px;
}
.exBox dl{
  display:flex;
}
.exBox dl dt{
  width:240px;
}
.exBox dl dd{
  width: calc(100% - 240px);
  padding-left:30px;
}
.exBox dl dd p:nth-child(2) span{
  font-weight:bold;
}


.ex-cta{
  padding:30px;
  margin-bottom:30px;
  color:#FFF;

  background: url(/hanbaikanri/images/case_bg.jpg) center 0 repeat;
}
.ex-cta ul{
  display:flex;
}
.ex-cta ul li:nth-child(1){
  width:50%;
  padding-right:3%;
  border-right:1px solid #0b1347;
}
.ex-cta ul li:nth-child(2){
  width:50%;
  padding-left:3%;
  border-left:1px solid #5766bd;
}
.ex-cta ul li p{
  width:25%;
  float:left;
  margin-right:20px;
}
.ex-cta ul li dt{
  margin-bottom:10px;
  font-size:16px;
  color:#fff1ad;
}
.ex-cta ul li div a{
  width:80%;
  margin:20px auto 0 auto;
  padding: 0 15px;
  background: linear-gradient(90deg, #e86606 0%, #f1841c 50%, #fba332 100%);
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 40px;
  border-radius: 40px;
  font-size: 15px;
  color: #fff;
  text-shadow: 1px 1px 0 #eb6d22;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  box-shadow: 3px 3px 16px #202020, 0 1px 0px 0px #f9b77e inset;
  text-decoration:none;
}
.ex-cta ul li div a:before{
  content: '';
  width: 20px;
  height: 15px;
  display: inline-block;
  background-size: contain !important;
  position: relative;
  top: 1px;
  margin-right: 7px;
  background: url(/hanbaikanri/images/column/icon_column_download.png) no-repeat;
}
.ex-cta ul li div a:hover{
  opacity:0.85;
}

/* --------------------------- Case-Top -------------------------- */

#caseArea {
  background: #e6edec;
}

#caseArea .ttl {
  color: #3c3e5d;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 0.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#caseArea .sttl {
  color: #3c3e5d;
  text-align: center;
  margin-bottom: 1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#caseArea .inner {
  color: #FFF;
  padding: 30px 0;
  margin: 0 auto;
}
.case-txt{
  text-align:center;
  margin-bottom:30px;
  font-size:16px;
  line-height:32px;
}
.caseBox {
  width: 100%;
  padding: 30px;
  border: 1px solid #CCC;
  border-radius: 2px;
  background: #FFF;
  margin-bottom: 20px;
}

.caseBox a {
  text-decoration: none;
  color: #202020;
}
.caseBox a .innerBox{
  display:flex;
  margin-bottom:30px;
}
.caseBox a .innerBox dt{
  width:200px;
  margin-right:30px;
}
.caseBox a .innerBox h2{
  font-size:16px;
  margin-bottom:15px;
  padding-bottom:15px;
  border-bottom:1px solid #ddd;
}
.caseBox a .innerBox h2 span{
  color:#024fa3;
  margin-right:5px;
}
.caseBox a p.btn{
  color:#fff;
}
.case-title{
  font-size:24px;
  margin-bottom:30px;
  text-align:center;
}
.case-title span{
  color:#A80000;
}

/*
.case01 .innerBox {
  background: url(../img/bg_case_01.jpg) no-repeat top center;
}

.case02 .innerBox {
  background: url(../img/bg_case_02.jpg) no-repeat top center;
}

.case03 .innerBox {
  background: url(../img/bg_case_03.jpg) no-repeat top center;
}

.case04 .innerBox {
  background: url(../../img/bg_case_04.jpg) no-repeat top center;
}
*/
.caseBox .innerBox {
  position: relative;
  width: 100%;
  background-size: cover;
}

.caseBox .ttlBox {
  background: rgba(72, 89, 153, 0.6);
  background: #485999\9;
  border-radius: 4px;
  text-align: center;
  color: #FFF;
  width: 300px;
  height: 140px;
  vertical-align: middle;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.number {
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  font-weight: bold;
  border-bottom: #FFF solid 1px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.number_front {
  font-size: 1.2em;
  letter-spacing: 0.2em;
  vertical-align: middle;
}

.number_back {
  font-size: 1.6em;
  margin-left: 0.3em;
  vertical-align: middle;
}

.caseBox .btn {
  background: #10123b;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 1.2em;
}


/* PC */

@media screen and (min-width: 960px) {
  .bx-viewport {
    overflow: visible!important;
    width: 1026px!important;
  }
  .slider {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .slider li {
    width: 800px!important;
    margin: 0;
    padding: 0;
  }
}


/* TAB */

@media screen and (max-width: 959px) {
  .featureList li {
    width: 30%;
  }
  .case-txt{
    text-align:left;
    font-size:14px;
    line-height:28px;
  }
  .caseBox .innerBox {
    position: relative;
    width: 100%;
    background-size: cover;
    font-size:14px;
  }
  .slider li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}


/* SP */

@media screen and (max-width: 750px) {
  .featureList li {
    width: 50%;
  }
  .caseBox .ttlBox {
    width: 90%;
  }
  .caseBox .innerBox {
    position: relative;
    width: 100%;
    background-size: cover;
  }
}


/* --------------------------- Seminar-Top -------------------------- */

.seminarBox {
  width: 100%;
  padding: 30px;
  border: #CCC solid 1px;
  border-radius: 2px;
  background: #FFF;
  margin-bottom: 20px;
}

.seminarBox img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.seminarBox_l {
  width: 450px;
  float: left;
}

.seminarBox_r {
  width: 200px;
  float: right;
  border: #DDD solid 2px;
}

.seminarBox .ttl {
  border-left: #485999 6px solid;
  padding-left: 0.6em;
  line-height: 1.6;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}

.pdfBtn {
  width: 400px;
  display: inline-block;
}

.pdfBtn a {
  display: block;
  padding: 14px 0 14px 30px;
  background: #485999;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  line-height: 24px;
}

.pdfBtn span {
  font-size: 0.8em;
}

.iconPdf a {
  background: #485999 url(../img/common/foot/icon_seminar.png) no-repeat 30px center;
  background-size: 24px 24px;
}


/* TAB */

@media screen and (max-width: 959px) {
  .seminarBox_l {
    width: 100%;
    float: none;
  }
  .seminarBox_r {
    width: 240px;
    margin: 0 auto 1.6em;
    float: none;
  }
  .seminarBox .ttl br {
    display: none;
  }
  .pdfBtn {
    width: 100%;
  }
  .pdfBtn a {
    display: block;
    padding: 10px 0 10px 30px;
    background: #485999;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    line-height: 24px;
  }
  .iconPdf a {
    background: #485999 url(../img/common/foot/icon_seminar.png) no-repeat 30px center;
    background-size: 20px 20px;
  }
}


/* SP */

@media screen and (max-width: 750px) {
  .pdfBtn span {
    display: block;
  }
}


/* --------------------------- Tutorial -------------------------- */

.tutorialBox {
  background: #485999;
  border-radius: 3px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
}

.tutorialBox:hover {
  background: #43528a;
}

.tutorialBox a {
  text-decoration: none;
  color: #FFF;
}

.tutorialBox .img {
  float: left;
  width: 360px;
  height: 200px;
  font-weight: bold;
}

.tutorial01 .img {
  background: url(../img/tutorial/img_tutorial_01.png) no-repeat center center;
  background-size: cover;
}

.tutorial02 .img {
  background: url(../img/tutorial/img_tutorial_02.png) no-repeat center center;
  background-size: cover;
}

.tutorial03 .img {
  background: url(../img/tutorial/img_tutorial_03.png) no-repeat center center;
  background-size: cover;
}

.tutorial04 .img {
  background: url(../img/tutorial/img_tutorial_04.png) no-repeat center center;
  background-size: cover;
}

.tutorialBox .innerBox {
  padding: 30px;
  float: right;
  width: 600px;
  text-align: center;
}


.tutorialBox .ttl {
  font-weight: bold;
  font-size: 1.4em;
}

.tutorialBox .btn {
  color: #485999;
  font-size: 1.2em;
  text-align: center;
  width: 170px;
  padding: 8px 20px 8px 0;
  margin: 20px auto;
  border-radius: 2px;
  background: #FFF url(../img/icon_link_02.png) no-repeat right 10px center;
  background-size: 10px;
}

@media screen and (max-width: 959px) {
  .tutorialBox .img {
    float: none;
    width: 100%;
    height: 260px;
  }
  .tutorialBox .innerBox {
    float: none;
    width: 100%;
  }
.tutorial_r {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-bottom: 20px;
}
}

/* --------------------------- Change -------------------------- */

#tabList {
  letter-spacing: -.4em;
  width: 100%;
}

#tabList li {
  display: inline-block;
  letter-spacing: normal;
  width: 24.8%;
  background: #384478;
  margin-right: 1px;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  border-radius: 3px 3px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  line-height: 1.6;
}

#tabList li br {
  display: none;
}

#tabList li:hover {
  background: #48589c;
  color: #FFF;
  cursor: pointer;
}

#tabList li.active {
  background: #48589c;
  color: #fff;
}


/* タブの中身 */
.lineBox {
	margin-top: 1em;
	padding: 20px;
	border: #48589c solid 2px;
	color: #48589c;
	border-radius: 3px;
	font-size: 0.8em;
	text-align: center;
}
.iconBtm {
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: url(../img/icon_btm.png) no-repeat center bottom;
	background-size: 20px 14px;
}
.changeBox {
  display: none;
}

.changeBox.active {
  display: block;
}

.pointBoxImg_2{
	width: 400px;
	margin: 0 auto 10px;
}

.poinBoxContent_2 .leftBox{
	width: 46%;
	float: left;
}


.poinBoxContent_2 .rightBox{
	width: 46%;
	float: right;
}
.pointBoxBody .ttl {
	font-size: 1.2em;
	font-weight: bold;
	color: #48589c;
}

.pointBoxBody .sttl {
	font-weight: bold;
	color: #48589c;
	margin-top: 1em;
}
.changeSection {
  background: #48589c;
  padding: 30px;
  margin-bottom: 3px;
}

.comment {
  background: #FFF;
  position: relative;
  width: 770px;
  padding: 20px 30px;
  border-radius: 6px;
  color: #48589c;
  float: left;
}

.comment h3 {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0.4em;
  text-align: center;
}

.comment:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 16px;
  margin-top: -16px;
}

.user {
  width: 100px;
  float: right;
}

.user img {
  width: 100%;
  height: auto;
}

a:hover .modalLink {
  opacity: 0.8;
}

.modalLink {
  border-radius: 8px;
  color: #FFF;
  margin: 1em 0;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  font-size: 1.2em;
  background: #0e1043 url(../img/icon_link.png) no-repeat right 20px center;
  background-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
}

.modalLink .answer {
  display: inline-block;
  background: rgb(44, 144, 188);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(44, 144, 188, 1) 0%, rgba(0, 117, 169, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(44, 144, 188, 1) 0%, rgba(0, 117, 169, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(44, 144, 188, 1) 0%, rgba(0, 117, 169, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c90bc', endColorstr='#0075a9', GradientType=1);
  /* IE6-9 */
  position: relative;
  border-radius: 8px 0 0 8px;
  padding-left: 20px;
}

.modalLink .answer:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(0, 117, 169, 1);
  border-width: 40px;
  margin-top: -40px;
}

.modalLink .ttl {
  display: inline-block;
  padding-left: 40px;
}

.modalLink .ttl br {
  display: none;
}

@media screen and (max-width: 959px) {
	.pointBoxImg_2{
	width: 100%;
	margin: 0 auto 10px;
}

.poinBoxContent_2 .leftBox{
	width: 100%;
	float: none;
	margin-bottom: 30px;
}


.poinBoxContent_2 .rightBox{
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
  #tabList li br {
    display: block;
  }
  .comment {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .comment:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #FFF;
    border-width: 30px;
    margin-left: -30px;
  }
  .user {
    width: 60px;
    float: none;
    margin: 0 auto;
  }
  .changeBox a {
    text-decoration: none;
  }
  .modalLink {
    border-radius: 6px;
    height: auto;
    line-height: 1.8;
    vertical-align: middle;
    font-size: 1.2em;
    background: #0e1043;
  }
  .modalLink .answer {
    display: block;
    background: rgb(44, 144, 188);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(44, 144, 188, 1) 0%, rgba(0, 117, 169, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(44, 144, 188, 1) 0%, rgba(0, 117, 169, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(44, 144, 188, 1) 0%, rgba(0, 117, 169, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c90bc', endColorstr='#0075a9', GradientType=1);
    /* IE6-9 */
    position: relative;
    border-radius: 6px 6px 0 0;
    padding-left: 20px;
    text-align: center;
  }
  .modalLink .answer:after {
    display: none;
  }
  .modalLink .ttl {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 0px;
    padding: 0.6em 1em;
    background: #0e1043 url(../img/icon_link.png) no-repeat right 20px center;
    background-size: 10px;
    border-radius: 0 0 6px 6px;
  }
  .modalLink .ttl br {
    display: block;
  }

}

/* --------------------------- Function -------------------------- */
/* common */

.function-note {
  margin-top: 40px;
  font-size: 0.9em;
}

.function-btm {
  background: #445592;
}
.function-btmList li {
  font-size: 1em;
  line-height: 1.6;
  float: left;
  text-align: center;
  color: #e6edec;
}

.function-btmList li a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}

.function-btmList li .img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}


@media screen and (min-width: 960px) {
  .function-btm .inner {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0 10px;
  }
  .function-btmList li {
    width: 300px;
	margin-bottom: 30px;
  }
  .function-btmList li:not(:nth-child(3n)) {
	margin-right: 30px;
  }
  .function-btmList li:nth-child(3n + 1) {
	clear: both;
  }
}

@media screen and (max-width: 959px) {
  .function-btm .inner {
    width: 100%;
    padding: 20px 10px;
  }
  .function-btmList li {
    width: 50%;
	margin-bottom: 20px;
	padding: 0 10px;
  }
  .function-btmList li:nth-child(odd) {
	clear: both;
  }
  .function-btmList li:nth-last-child(1) ,
  .function-btmList li:nth-last-child(2) {
	margin-bottom: 0;
  }

/* --------------------------- Ex-Top -------------------------- */
.exBox a{
  display:block;
  width:100%;
  padding:25px 25px 20px 25px;
  border: #CCC solid 1px;
  border-radius: 2px;
  background: #FFF;
  color:#333;
  text-decoration:none;
}
.exBox a p:first-child{
  color:#0000ff;
  font-size:18px;
  margin:10px 0;
}
.exBox dl{
  display:block;
}
.exBox dl dt{
  width:100%;
}
.exBox dl dd{
  width:100%;
  padding:0;
  font-size:14px;
}
}

@media screen and (max-width: 750px) {
  .function-btmList li {
    width: 50%;
  }
}

/* index.htm */
.function-lead {
  margin: 0 0 50px;
  padding: 0;
  font-size: 1.6em;
  border-bottom: solid 3px #2ea9cd;
}
/*#pageFunction #content h3 {
  margin: 60px 0 30px;
  padding-left: 10px;
  border-left: solid 6px #48589c;
  font-size: 1.6em;
  font-weight: bold;
  color: #48589c;
}
#pageFunction #content h3.mt {
  margin-top: 0;
}*/
#pageFunction #content h3,
#pageFunction #content .mt {
  margin: 60px 0 30px;
  padding-left: 10px;
  border-left: solid 6px #48589c;
  font-size: 1.6em;
  font-weight: bold;
  color: #48589c;
}
#pageFunction #content .mt {
  margin-top: 0;
}

.function-feature-list {
  list-style: decimal;
  padding-left: 20px;
  font-size: 1.3em;
  font-weight: bold;
  color: #485999;
}
.function-feature-list li {
  margin-bottom: 32px;
  vertical-align: top;
}
.function-feature-list li dt span {
  margin: 0 1em 10px 0;
}
.function-feature-list a.f-f-link {
  vertical-align: top;
  display: inline-block;
  line-height: 1;
  margin: 0 0 15px 0;
  padding: 9px 30px 9px 20px;
  background: #485999 url(../img/function/function_arrow_01.png) no-repeat right 9px center;
  background-size: 7px 13px;
  border-radius: 4px;
  font-size: 0.66em;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
.function-feature-list dd.f-f-txt {
  clear: both;
  font-size: 0.77em;
  font-weight: normal;
  color: #000;
}
#pageFunction #content h4 {
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: bold;
}
.function-system-list {
  list-style: decimal;
  margin: 15px 0 25px 20px;
  padding-left: 20px;
}
.function-system-list ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.function-system-list ul li::before {
  content: "・";
}

@media screen and (max-width: 750px) {
  .function-lead {
    margin: 0 0 40px;
  }
  #pageFunction #content h3 {
    margin: 40px 0 20px;
  }
  .function-feature-list li dt span {
    display: block;
  }
}


/* --------------------------- Function-Page -------------------------- */

#pageFunction .txtRed{
  color: #c53f86;
  font-weight: bold;
}
#pageFunction .txtBold{
  font-weight: bold;
}
#pageFunction .txtLine{
  text-decoration: underline;
}
.function-basic-list {
  margin-bottom: 20px;
}
.function-basic-list > li {
  text-indent: -1em;
  padding-left: 1em;
}
.function-basic-list > li::before {
  content: "・";
}
.function-fig {
  margin-bottom: 60px;
}
.function-fig.mb {
  margin-bottom: 0;
}

@media screen and (min-width: 961px) {
  .function-fig-fl {
    float: left;
  }
}
@media screen and (max-width: 960px) {
  .function-fig {
    margin-bottom: 30px;
	text-align: center;
  }
}
/* function_01.htm */

.function-01-list ul {
	margin-bottom: 20px;
}
.function-01-list ul li {
  padding-left: 2em;
}

@media screen and (min-width: 961px) {
  .function-01-list {
    width: 352px;
    float: right;
    padding-left: 15px;
  }
}

/* function_04.htm */

.function-04 {
  margin: 30px 0 60px;
}
.function-04 ul {
  margin: 0 0 30px 20px;
}
.function-04 h2 {
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .function-04 {
    margin-bottom: 30px;
  }
}

/* function_05.htm */

.function-movie-link {
  margin-bottom: 40px;
  text-align: center;
}
.function-movie-link a {
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 21px 60px 21px 30px;
  background: #0e1043 url(../img/function/function_arrow_02.png) no-repeat right 25px center;
  background-size: 8px 16px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.3em;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .function-movie-link a {
    padding: 16px 40px 16px 20px;
    background: #0e1043 url(../img/function/function_arrow_02.png) no-repeat right 15px center;
    background-size: 8px 16px;
  }
}



/* --------------------------- Colmn -------------------------- */

.colmnBox {
  background: #485999;
  border-radius: 3px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
}

.colmnBox:hover {
  background: #43528a;
}

.colmnBox a {
  text-decoration: none;
  color: #FFF;
}

.colmnBox .img {
  float: left;
  width: 360px;
  height: 220px;
  font-weight: bold;
}

.colmn01 .img {
  background: url(../img/colmn/img_colmn_01.png) no-repeat center center;
  background-size: cover;
}

.colmn02 .img {
  background: url(../img/colmn/img_colmn_02.png) no-repeat center center;
  background-size: cover;
}

.colmn03 .img {
  background: url(../img/colmn/img_colmn_03.png) no-repeat center center;
  background-size: cover;
}

.colmn04 .img {
  background: url(../img/colmn/img_colmn_04.png) no-repeat center center;
  background-size: cover;
}

.colmn05 .img {
  background: url(../img/colmn/img_colmn_05.png) no-repeat center center;
  background-size: cover;
}

.colmn06 .img {
  background: url(../img/colmn/img_colmn_06.png) no-repeat center center;
  background-size: cover;
}

.colmnBox .innerBox {
  padding: 20px;
  float: right;
  width: 600px;
  text-align: center;
}

.colmnBox .subTtl, .colmnDetailBox .subTtl {
  display: inline-block;
  border: #FFF solid 1px;
  padding: 3px 10px;
  font-size: 1.1em;
  border-radius: 3px;
  margin-bottom: 10px;
}

.colmnBox .ttl {
  font-weight: bold;
  font-size: 1.4em;
}

.colmnBox .btn {
  color: #485999;
  font-size: 1.2em;
  text-align: center;
  width: 170px;
  padding: 8px 20px 8px 0;
  margin: 20px auto;
  border-radius: 2px;
  background: #FFF url(../img/icon_link_02.png) no-repeat right 10px center;
  background-size: 10px;
}

.colmnDetailBox {}

.colmnDetailBox .btn {
  background: #FFF;
  color: #485999;
  font-size: 1.2em;
  text-align: center;
  width: 170px;
  margin: 30px auto;
  border-radius: 2px;
  border: solid #CCC 1px;
  -webkit-transition: all 0.2s ease-in-out;
}

.colmnDetailBox .btn a {
  display: block;
  text-decoration: none;
  padding: 8px 0;
  color: #000;
}

.colmnDetailBox .btn:hover {
  background: #EEE;
}

.colmnDetailBox .head {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 54%, rgba(0, 0, 0, 0.8) 59%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 54%, rgba(0, 0, 0, 0.8) 59%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 54%, rgba(0, 0, 0, 0.8) 59%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  /* IE6-9 */
  text-align: center;
  padding: 20px;
  color: #FFF;
}

.colmnDetailBox .ttl {
  font-weight: bold;
  font-size: 2.2em;
}

.colmnDetailBox .img {
  position: relative;
  height: 420px;
  margin-bottom: 20px;
}

.tx p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 2;
}

.paragraphTtl {
	color: #485999;
	margin-top: 3em;
	font-size: 1.4em!important;
	font-weight: bold;
}

.colmn_r {
  width: 340px;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .colmnBox .img {
    float: none;
    width: 100%;
    height: 220px;
  }
  .colmnBox .innerBox {
    float: none;
    width: 100%;
  }
.colmn_r {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-bottom: 20px;
}
}


/* --------------------------- Telescope -------------------------- */
#pageTelescope .sectionTtl span {
	display: inline-block;
}
.telescopeBox li {
  margin-bottom: 20px;
}
.telescopeBox li a {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  color: #000;
  text-decoration: none;
}
.telescopeBox-inner {
  text-align: right;
  background-repeat: no-repeat;
}
.telescopeBox-inner dt {
  margin-bottom: 3px;
  /* text-indent: -0.5em; */
  font-size: 1.6em;
  color: #384478;
  text-align: left;
}
.telescopeBox-lead {
  text-align: left;
}
.telescopeBox li a:hover .telescopeBox-btn {
  background-color: #43528a;
}
.telescopeBox-btn {
  display: inline-block;
  border-radius: 4px;
  background-color: #485999;
  background-repeat: no-repeat;
  background-image: url(../img/telescope/arrow_white_01.png);
  background-position: right 12px center;
  color: #fff;
  text-align: center;
  transition: 0.2s;
}
.telescope-back {
  text-align: right;
}
.telescope-back a {
  text-decoration: none;
  color: #485999;
}
.telescope-back a:hover {
  text-decoration: underline;
}


@media screen and (min-width: 960px), print {
  .telescopeBox li {
    height: 230px;
  }
  .telescopeBox-img {
    float: left;
    width: 360px;
    height: 230px;
    margin-right: 30px;
    border-radius: 4px 0 0 4px;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .telescopeBox-inner {
    height: 230px;
    padding: 15px 30px 0;
    background-position: 390px bottom;
  }
  .telescopeBox-btn {
    width: 200px;
    margin-top: 20px;
    padding: 10px;
    background-size: 8px 16px;
  }

}

@media screen and (max-width: 959px) {
  .telescopeBox-img {
    width: 100%;
    height: 210px;
    border-radius: 4px 4px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .telescopeBox-inner {
    padding: 10px 20px 13px;
    background-position: 20px bottom;
	background-size: 142px auto;
  }
  .telescopeBox-btn {
    margin-top: 10px;
    padding: 5px 35px;
    background-size: 4px 8px;
  }
}
@media screen and (max-width: 959px) {
  .telescopeBox-img.leftImage {
    background-position: left top;
  }
  .telescopeBox-img.rightImage {
    background-position: right top;
  }
}
@media screen and (max-width: 400px) {
  .telescopeBox-btn {
    padding: 5px 20px;
  }
}

/* vol */
.telescope01 .telescopeBox-img { background-image: url(../img/telescope/bk_telescope_01.jpg);}
.telescope01 .telescopeBox-inner { background-image: url(../img/telescope/img_vol01.png);}
@media screen and (max-width: 959px) {
  .telescope01 .telescopeBox-img { background-image: url(../img/telescope/img_telescope_01_main.jpg);}
}
.telescope02 .telescopeBox-img { background-image: url(../img/telescope/bk_telescope_02.jpg);}
.telescope02 .telescopeBox-inner { background-image: url(../img/telescope/img_vol02.png);}
@media screen and (max-width: 959px) {
  .telescope02 .telescopeBox-img { background-image: url(../img/telescope/img_telescope_02_main.jpg); background-position:center -120px;}
}
@media screen and (max-width: 359px) {
  .telescope02 .telescopeBox-img { background-image: url(../img/telescope/bk_telescope_02.jpg); background-position:0 0;}
}
.telescope03 .telescopeBox-img { background-image: url(../img/telescope/bk_telescope_03.jpg);}
.telescope03 .telescopeBox-inner { background-image: url(../img/telescope/img_vol03.png);}
@media screen and (max-width: 959px) {
  .telescope03 .telescopeBox-img { background-image: url(../img/telescope/img_telescope_03_main.jpg);}
}
.telescope04 .telescopeBox-img { background-image: url(../img/telescope/bk_telescope_04.jpg);}
.telescope04 .telescopeBox-inner { background-image: url(../img/telescope/img_vol04.png);}
@media screen and (max-width: 959px) {
  .telescope04 .telescopeBox-img { background-image: url(../img/telescope/img_telescope_04_main.jpg); background-position:30% 80%;}
}
.telescope05 .telescopeBox-img { background-image: url(../img/telescope/bk_telescope_05.jpg);}
.telescope05 .telescopeBox-inner { background-image: url(../img/telescope/img_vol05.png);}
@media screen and (max-width: 959px) {
  .telescope05 .telescopeBox-img { background-image: url(../img/telescope/img_telescope_05_main.jpg); background-position:50% 50%;}
}
.telescope06 .telescopeBox-img { background-image: url(../img/telescope/bk_telescope_06.jpg);}
.telescope06 .telescopeBox-inner { background-image: url(../img/telescope/img_vol06.png);}
@media screen and (max-width: 959px) {
  .telescope06 .telescopeBox-img { background-image: url(../img/telescope/img_telescope_06_main.jpg); background-position:70% 30%;}
}
.telescope07 .telescopeBox-img { background-image: url(../img/telescope/bk_telescope_07.jpg);}
.telescope07 .telescopeBox-inner { background-image: url(../img/telescope/img_vol07.png);}
@media screen and (max-width: 959px) {
  .telescope07 .telescopeBox-img { background-image: url(../img/telescope/img_telescope_07_main.jpg); background-position:70% 30%;}
}
.telescope08 .telescopeBox-img { background-image: url(../img/telescope/bk_telescope_08.jpg);}
.telescope08 .telescopeBox-inner { background-image: url(../img/telescope/img_vol08.png);}
@media screen and (max-width: 959px) {
  .telescope08 .telescopeBox-img { background-image: url(../img/telescope/img_telescope_08_main.jpg); background-position:right 80%;}
}
.telescope09 .telescopeBox-img { background-image: url(../img/telescope/bk_telescope_09.jpg);}
.telescope09 .telescopeBox-inner { background-image: url(../img/telescope/img_vol09.png);}
@media screen and (max-width: 959px) {
  .telescope09 .telescopeBox-img { background-image: url(../img/telescope/img_telescope_09_main.jpg); background-position:50% 50%;}
}
.telescope10 .telescopeBox-img { background-image: url(../img/telescope/bk_telescope_10.jpg);}
.telescope10 .telescopeBox-inner { background-image: url(../img/telescope/img_vol10.png);}
@media screen and (max-width: 959px) {
  .telescope10 .telescopeBox-img { background-image: url(../img/telescope/img_telescope_10_main.jpg); background-position:50% 50%;}
}
.telescope11 .telescopeBox-img { background-image: url(../img/telescope/bk_telescope_11.jpg);}
.telescope11 .telescopeBox-inner { background-image: url(../img/telescope/img_vol11.png);}
@media screen and (max-width: 959px) {
  .telescope11 .telescopeBox-img { background-image: url(../img/telescope/img_telescope_11_main.jpg); background-position:50% 50%;}
}
.telescope12 .telescopeBox-img { background-image: url(../img/telescope/bk_telescope_12.jpg);}
.telescope12 .telescopeBox-inner { background-image: url(../img/telescope/img_vol12.png);}
@media screen and (max-width: 959px) {
  .telescope12 .telescopeBox-img { background-image: url(../img/telescope/img_telescope_12_main.jpg); background-position:50% 50%;}
}
.telescope13 .telescopeBox-img { background-image: url(../img/telescope/bk_telescope_13.jpg);}
.telescope13 .telescopeBox-inner { background-image: url(../img/telescope/img_vol13.png);}
@media screen and (max-width: 959px) {
  .telescope13 .telescopeBox-img { background-image: url(../img/telescope/img_telescope_13_main.jpg); background-position:left;}
}
.telescope14 .telescopeBox-img { background-image: url(../img/telescope/bk_telescope_14.jpg);}
.telescope14 .telescopeBox-inner { background-image: url(../img/telescope/img_vol14.png);}
@media screen and (max-width: 959px) {
  .telescope14 .telescopeBox-img { background-image: url(../img/telescope/img_telescope_14_main.jpg); background-position:50% 50%;}
}
.telescope15 .telescopeBox-img { background-image: url(../img/telescope/bk_telescope_15.jpg);}
.telescope15 .telescopeBox-inner { background-image: url(../img/telescope/img_vol15.png);}
@media screen and (max-width: 959px) {
  .telescope15 .telescopeBox-img { background-image: url(../img/telescope/img_telescope_15_main.jpg); background-position:60% 50%;}
}
/* --------------------------- Telescope column -------------------------- */

.telescopeColumn .telescopeColumn-ttl {
  position: relative;
  padding: 25px 30px;
  width: 960px;
  background-color: #0e1043;
  background-position: center center;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.telescopeColumn .telescopeColumn-ttl h1 {
  display: inline-block;
  padding: 30px 20px;
  background-color: rgba(33,40,45,0.6);
  border-radius: 4px;
  color: #fff;
}
.telescopeColumn .telescopeColumn-ttl h1 span {
  display: block;
}
.telescopeColumn .telescopeColumn-ttl h1 span:first-child {
  font-size: 1.6em;
}
.telescopeColumn .telescopeColumn-ttl h1 span:nth-child(2) {
  line-height: 1.4;
  font-size: 1.8em;
}
.telescopeColumn h2 {
  line-height: 1.4;
  margin: 30px 0 15px;
  padding: 5px 0 5px 10px;
  border-left: solid 6px #48589c;
  font-size: 1.6em;
  color: #17356d;
  font-weight: bolder;
}
.telescopeColumn p {
  font-size: 1.1em;
}
.telescopeColumn p.telescopeColumn-note {
  font-size: 0.9em;
}
.telescopeColumn-link {
	text-align: center;
}
.telescopeColumn-link a {
  display: inline-block;
  padding: 13px 92px;
  background: #0e1043 url(../img/telescope/arrow_white_02.png) no-repeat right 24px center;
  background-size: 16px 8px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
}

@media screen and (min-width: 960px), print {
  .telescopeColumn .telescopeColumn-ttl {
    height: 420px;
  }
  .telescopeColumn .telescopeColumn-ttl h1 span:first-child {
    width: 300px;
    margin: 0 auto 20px;
    padding-bottom: 15px;
    border-bottom: solid 1px #b5b5b5;
  }
  .telescopeColumn h2 {
    margin: 40px 0 25px;
  }
  .telescopeColumn p {
    margin-bottom: 30px;
  }
  .telescopeColumn-link {
    margin-top: 80px;
  }
}
@media screen and (max-width: 959px) {
  .telescopeColumn .telescopeColumn-ttl {
    height: 250px;
	background-size: cover;
  }
  .telescopeColumn .telescopeColumn-ttl h3 span:nth-child(2) {
    margin-top: 20px;
    padding: 15px 20px 0;
    border-top: solid 1px #b5b5b5;
  }
  .telescopeColumn h4 {
    margin: 30px 0 20px;
  }
  .telescopeColumn p {
    margin-bottom: 20px;
  }
  .telescopeColumn-link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 400px) {
  .telescopeColumn .telescopeColumn-ttl h3 span:nth-child(2) {
    padding: 15px 0 0;
  }
}


/* vol */
.telescopeColumn.telescope01 .telescopeColumn-ttl {
  background-image: url(../img/telescope/img_telescope_01_main.jpg);
}
.telescopeColumn.telescope02 .telescopeColumn-ttl {
  background-image: url(../img/telescope/img_telescope_02_main.jpg);
}
.telescopeColumn.telescope03 .telescopeColumn-ttl {
  background-image: url(../img/telescope/img_telescope_03_main.jpg);
}
.telescopeColumn.telescope04 .telescopeColumn-ttl {
  background-image: url(../img/telescope/img_telescope_04_main.jpg);
}
.telescopeColumn.telescope05 .telescopeColumn-ttl {
  background-image: url(../img/telescope/img_telescope_05_main.jpg);
}
.telescopeColumn.telescope06 .telescopeColumn-ttl {
  background-image: url(../img/telescope/img_telescope_06_main.jpg);
}
.telescopeColumn.telescope07 .telescopeColumn-ttl {
  background-image: url(../img/telescope/img_telescope_07_main.jpg);
}
.telescopeColumn.telescope08 .telescopeColumn-ttl {
  background-image: url(../img/telescope/img_telescope_08_main.jpg);
}
.telescopeColumn.telescope09 .telescopeColumn-ttl {
  background-image: url(../img/telescope/img_telescope_09_main.jpg);
}
.telescopeColumn.telescope10 .telescopeColumn-ttl {
  background-image: url(../img/telescope/img_telescope_10_main.jpg);
}
.telescopeColumn.telescope11 .telescopeColumn-ttl {
  background-image: url(../img/telescope/img_telescope_11_main.jpg);
}
.telescopeColumn.telescope12 .telescopeColumn-ttl {
  background-image: url(../img/telescope/img_telescope_12_main.jpg);
}
.telescopeColumn.telescope13 .telescopeColumn-ttl {
  background-image: url(../img/telescope/img_telescope_13_main.jpg);
}
.telescopeColumn.telescope14 .telescopeColumn-ttl {
  background-image: url(../img/telescope/img_telescope_14_main.jpg);
}
.telescopeColumn.telescope15 .telescopeColumn-ttl {
  background-image: url(../img/telescope/img_telescope_15_main.jpg);
}
/* --------------------------- Contact -------------------------- */

#contactArea {
  border-top: #CCC solid 1px;
  background: #FFF;
  font-size: 0.8em;
}

#contactArea .inner {
  width: 960px;
  padding: 20px 0;
  margin: auto;
}

.noticeList {
  list-style-position: inside;
}

.noticeList li {
  margin-left: 1em;
  list-style: disc;
}

.btnGroup {
  text-align: center;
  padding: 20px 0;
}

.contactBtn {
  width: 380px;
  margin: 10px;
  display: inline-block;
}

.contactBtn a {
  display: block;
  padding: 16px 0;
  background: #3bb2d9;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
}

.iconContact a {
  background: #3bb2d9 url(../img/common/foot/icon_contact.png) no-repeat 20px center;
}

.iconSeminar a {
  background: #3bb2d9 url(../img/common/foot/icon_seminar.png) no-repeat 20px center;
}

@media screen and (max-width: 750px) {
  .contactBtn {
    width: 94%;
  }
  .contactBtn a {
    width: 100%;
    padding: 12px 0;
    font-size: 1.2em;
    background-size: 16px 16px;
  }
}


/* PC */

@media screen and (min-width: 960px) {}


/* TAB */

@media screen and (max-width: 959px) {
  #newsArea .inner, #conceptArea .inner, #featureArea .inner, #functionArea .inner, #caseArea .inner, #contactArea .inner {
    width: 100%;
    padding: 20px;
    font-size: 0.8em;
  }
}


/* SP */

@media screen and (max-width: 750px) {}


/* --------------------------- Page -------------------------- */

#pageAbout #content {
  background: #10123b;
}

#pageAbout .sectionTtl {
  text-align: center;
  color: #FFF;
  font-size: 1.6em;
  margin-bottom: 1em;
}

#pageFunction .sectionTtl {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1em;
}

#pageFunction #content {
  background: #e6edec;
}

#pageCase .sectionTtl {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1em;
}

#pageCase #content {
  background: #e6edec;
}

#pageChange .sectionTtl {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1em;
}

#pageTutorial .sectionTtl {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1em;
}

#pageTutorial #content {
  background: #e6edec;
}

#pageChange #content {
  background: #e6edec;
}

#pageColmn .sectionTtl {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1em;
}

#pageColmn #content {
  background: #e6edec;
}

#pageTelescope .sectionTtl {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1em;
}

#pageTelescope #content {
  background: #e6edec;
}

#pageSeminar .sectionTtl {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1em;
}

#pageSeminar #content {
  background: #e6edec;
}

#pageMovie .sectionTtl {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1em;
}

#pageMovie #content {
  background: #e6edec;
}

#content .inner {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}

#breadcrumb .inner {
  padding: 6px 0;
  width: 960px;
  margin: 0 auto;
}


/* TAB */

@media screen and (max-width: 959px) {
  #content .inner {
    width: 100%;
    padding: 20px;
    font-size: 0.8em;
  }
  #breadcrumb .inner {
    padding: 6px 20px;
    width: 100%;
  }
}


/* SP */

@media screen and (max-width: 750px) {
  #breadcrumb .inner {
    padding: 6px 20px;
    width: 100%;
    font-size: 0.8em;
  }
}


/* --------------------------- Feature -------------------------- */

.featureBox {
  background: #FFF;
  border-radius: 4px;
  margin-top: 1em;
  margin-bottom: 2em;
}

.featureBoxTtl {
  background: #eee;
  text-align: center;
  color: #10123b;
  font-weight: bold;
  font-size: 1.4em;
  padding: 20px;
  border-radius: 4px 4px 0 0;
}

.featureBoxBody {
  padding: 20px 40px;
}

.featureIcon img {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

small {
  font-size: 0.8em;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}


/* PC */

@media screen and (min-width: 960px) {
  .featureBoxBody_l {
    width: 300px;
    float: left;
  }
  .featureBoxBody_r {
    width: 560px;
    float: right;
    padding-top: 5%;
  }
}


/* TAB */

@media screen and (max-width: 959px) {
  .featureBoxBody_l {
    width: 300px;
    margin: 0 auto;
  }
  .featureBoxTtl {
    font-size: 1.2em;
    padding: 15px;
  }
  .featureBoxBody {
    padding: 20px;
  }
}


/* SP */

@media screen and (max-width: 750px) {
  .featureBoxBody_l {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }
  .featureBoxBody_l p:first-of-type{
    text-align: center;
  }
  .featureBoxTtl {
    font-size: 1em;
    padding: 10px;
  }
  .featureBoxBody {
    font-size: 0.8em;
  }
  .featureIcon {
    display: block;
  }
  .featureIcon img {
    vertical-align: middle;
    width: 80px;
    height: 80px;
    margin-right: 0;
  }
}


/* --------------------------- Case -------------------------- */
.caseBox .ttlBox h1 {
  font-weight: normal;
}
.problemList li {
  float: left;
  padding: 10px;
}

.col03 li {
  width: 33%;
}

.col02 li {
  width: 50%;
}

.problemList li .ttl {
  font-size: 1.2em;
  margin-bottom: 0.4em;
  font-weight: bold;
  color: #485999;
  line-height: 1.6;
}

.solutionTtl {
  font-size: 1.2em;
  font-weight: bold;
  color: #485999;
  text-align: center;
  padding: 10px;
}

.otherTtl {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}

.iconAccordion img {
  vertical-align: middle;
  margin-left: 10px;
}

.otherList li {
  width: 50%;
  float: left;
  padding: 10px;
}

.otherBox {
  width: 100%;
  height: 200px;
}

.otherBox .innerBox {
  height: 100%;
}


/* TAB */

@media screen and (max-width: 959px) {
  .problemList li {
    padding: 0;
    float: none;
    margin-bottom: 1em;
  }
  .col03 li, .col02 li {
    width: 100%;
  }
}


/* SP */

@media screen and (max-width: 750px) {
  .otherList li {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom: 1em;
  }
}


/*ACCORDION*/

div.accordion {
  width: 100%;
}

.solutionBody {
  background: #FFF;
  padding: 30px;
  color: #2a3776;
}

div.accordion>ul>li>a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  background-color: #485999;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  padding: 10px 12px;
  position: relative;
}

div.accordion>ul>li>a:hover {
  background-color: #2a3776;
}

div.accordion>ul>li>a:after, div.accordion>ul>li>a.active:after {
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 16px;
  color: #2f7f99;
}

div.accordion>ul>li>a:before {
  content: "▶";
}

div.accordion>ul>li>a.active:before {
  content: "▼";
}

div.accordion>ul>li>ul {
  display: none;
}

div.accordion>ul>li>ul>li>a {
  display: block;
  color: #fff;
  font-size: 14px;
  background-color: #79c9b8;
  border-bottom: 1px solid #fff;
  padding: 6px 12px;
  position: relative;
}

div.accordion>ul>li>ul>li>a:hover {
  background-color: #67ab9c;
}


/*==================================================================
	Footer
===================================================================*/

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop a {
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  display: block;
  background: url(../img/common/pagetop.png);
  background-size: 60px 60px;
}

#footer {
  border-top: #CCC solid 1px;
  font-size: 0.9em;
  text-align: center;
  color: #FFF;
}

#footer .inner {
  width: 960px;
  padding: 20px 0;
  margin: 0 auto;
}


/* PC */

@media screen and (min-width: 960px) {
  #footer .footerList li {
    float: left;
    margin-right: 10px;
  }
  #footer .footerList {
    width: 480px;
    float: left;
  }
  #footer .copyrightBox {
    width: 438px;
    float: right;
  }
}


/* TAB */

@media screen and (max-width: 959px) {
  #footer .footerList li {
    display: inline-block;
    margin-right: 10px;
  }
  #footer .inner {
    width: 100%;
    padding: 20px;
    font-size: 0.8em;
  }
  #footer .footerList {
    margin-bottom: 0.6em;
  }
}


/* SP */

@media screen and (max-width: 750px) {
  #footer .footerList li {
    display: block;
    margin-right: none;
    margin-bottom: 0.4em;
    font-size: 1.2em;
  }
}


/*==================================================================
	Media Query
===================================================================*/

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}