/* PC
-------------------------------------------------- */
@media print, screen and (min-width: 960px) {
  header {
    width: 100%;
    background: url(../images/home/head_bg.jpg) no-repeat center top;
    height: 843px;
  }
  header .inner {
    min-width: 960px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 786px;
    position: relative;
  }
  header .inner h1 {
    padding-top: 235px;
  }
  header .inner #underArrow {
    padding-top: 135px;
  }
  header .inner .btnMember {
    display: block;
    width: 180px;
    height: 40px;
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(0, 0, 0, 0.23);
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
  }
  header .inner .btnMember:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  #header #globalMenu{
  box-shadow:0px 5px 5px -5px;
  }
  #header #globalMenu ul {
    width: 959px;
    margin: 0 auto;
    border-left: solid 1px #e0e0e0;
    display: table;
    table-layout: fixed;
    height: 55px;
  }
  #header #globalMenu ul li {
    display: table-cell;
    border-right: solid 1px #e0e0e0;
  }
  #header #globalMenu ul li a {
    width: 100%;
    height: 55px;
    display: block;
    text-align: center;
    line-height: 55px;
    text-decoration: none;
    color: #666;
    background-color: #fff;
  }
  #header #globalMenu ul li a:hover {
    background-color: #0e5e98;
    color: #fff;
  }
  #header #globalMenu ul li a.now:hover {
    color: #fff;
  }
  #sect1, #sect2, #sect3, #sect4 {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
  }

  h2 {
    font-size: 40px;
    color: #737373;
    line-height: 1.4;
    text-align: center;
    padding: 100px 0 35px;
  }

  #sect1 {
    width: 100%;
    background-image: url(../images/home/bg2.gif);
    height: 670px;
    background-color: #f6f6f6;
  }
  #sect1 .inner {
    height: 670px;
  }
  #sect1 p {
    text-align: center;
    color: #4f4f4f;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 43px;
  }
  #sect1 #fascination {
    width: 960px;
    background: url(../images/home/line.gif) no-repeat left bottom;
    padding-bottom: 30px;
  }
  #sect1 #fascination:before {
    content: "";
    display: block;
    width: 960px;
    height: 1px;
    background: url(../images/home/line.gif) no-repeat 0 0;
    margin-bottom: 38px;
  }
  #sect1 #fascination:after {
    content: "";
    display: block;
    clear: both;
    width: 1px;
    height: 0;
    overflow: hidden;
  }
  #sect1 #fascination h3 {
    float: left;
    width: 172px;
    height: 172px;
    margin-left: 143px;
  }
  #sect1 #fascination ul {
    float: right;
    width: 580px;
    list-style: none;
    padding-top: 20px;
  }
  #sect1 #fascination ul li {
    background: url(../images/common/icon-list-blue.png) no-repeat 0 5px;
    padding-left: 15px;
  }

  #sect2 {
    width: 100%;
    background-image: url(../images/home/bg3.gif);
    height: 813px;
  }
  #sect2 .inner {
    height: 813px;
  }
  #sect2 #photoArea {
    text-align: center;
    font-size: 0;
  }
  #sect2 #photoArea dl {
    width: 306px;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
  }
  #sect2 #photoArea dl:last-child {
    padding-right: 0;
  }
  #sect2 #photoArea dl dd {
    font-size: 16px;
    padding-top: 25px;
  }
  #sect2 #photoArea dl dd strong {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 10px;
  }

  #sect3 {
    width: 100%;
    background-image: url(../images/home/bg4.gif);
    background-color: #dedede;
    height: 706px;
  }
  #sect3 .inner {
    height: 706px;
  }
  #sect3 #msgArea .msg {
    width: 375px;
    height: 271px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 5px #666;
    padding: 65px 48px 0;
    margin-right: 12px;
    vertical-align: top;
  }
  #sect3 #msgArea .msg:last-child {
    margin-right: 0;
  }
  #sect3 #msgArea .msg h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 35px;
  }
  #sect3 #msgArea .msg p {
    font-size: 16px;
    line-height: 36px;
  }

  #sect4 {
    width: 100%;
    background-image: url(../images/home/bg5.gif);
    background-color: #0e5e98;
    height: 519px;
    color: #fff;
  }
  #sect4 h2 {
    color: #fff;
  }
  #sect4 p {
    text-align: center;
  }

  #sect5 .inner {
    padding-bottom: 50px;
  }
  #sect5 h2 {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding: 100px 0px 10px;
  }
  #sect5 #mailList {
    display: table;
  }
  #sect5 #mailList dl {
    display: table-row;
  }
  #sect5 #mailList dl dt {
    border-top: solid 1px #d1d1d1;
    display: table-cell;
    width: 335px;
    font-size: 24px;
    padding: 20px 0 20px 50px;
  }
  #sect5 #mailList dl dt span {
    font-size: 18px;
  }
  #sect5 #mailList dl dd {
    border-top: solid 1px #d1d1d1;
    font-size: 24px;
    display: table-cell;
    padding: 20px 50px 0;
  }

  .sectArrow {
    text-align: center;
    width: 960px;
    height: 44px;
    position: absolute;
    left: 0;
    bottom: -44px;
  }

  #navi {
    position: fixed;
    width: 26px;
    height: 240px;
    top: 50%;
    right: 30px;
    list-style: none;
  }
  #navi li {
    width: 26px;
    height: 40px;
  }
  #navi li a {
    display: block;
    width: 26px;
    height: 26px;
    background: #ccc;
    border-radius: 13px;
    text-align: center;
  }
  #navi li a:hover {
    background: #909090;
  }

  /*2019/1/18追加*/
  #pickup{
    padding: 40px 0 50px;
  }
  #pickup h2{
    font-size: 30px;
    padding: 0px 0 30px;
  }
  #pickup .btnBlock{
    padding: 0;
  }
  #pickup .btnBlock .btnDetail:first-of-type{
    margin-right: 20px;
  }
}
/* tablet
-------------------------------------------------- */
@media screen and (max-width: 959px) and (min-width: 599px) {
  header {
    width: 100%;
    background: url(../images/home/smart-head_bg.jpg) no-repeat center top;
    height: 450px;
  }
  header .inner {
    width: 100%;
    text-align: center;
    height: 393px;
    position: relative;
  }
    #header #globalMenu{
  box-shadow:0px 5px 5px -5px;
  }
  #header #globalMenu ul {
    width: 100%;
    margin: 0 auto;
    border-left: solid 1px #e0e0e0;
    display: table;
    table-layout: fixed;
    height: 55px;
  }
  #header #globalMenu ul li {
    display: table-cell;
    border-right: solid 1px #e0e0e0;
  }
  #header #globalMenu ul li a {
    width: 100%;
    height: 55px;
    display: block;
    text-align: center;
    line-height: 55px;
    text-decoration: none;
    color: #666;
    background-color: #fff;
  }
  header .inner h1 {
    padding-top: 45px;
  }
  header .inner #underArrow {
    padding-top: 135px;
  }
  header .inner .btnMember {
    display: block;
    width: 180px;
    height: 40px;
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(0, 0, 0, 0.23);
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
  }
  header .inner .btnMember:hover {
    background: rgba(0, 0, 0, 0.5);
  }

  h2 {
    font-size: 40px;
    color: #737373;
    line-height: 1.4;
    text-align: center;
    padding: 50px 0 20px;
  }

  #sect1 {
    width: 100%;
    background-color: #f6f6f6;
  }
  #sect1 p {
    text-align: center;
    color: #4f4f4f;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 43px;
  }
  #sect1 #fascination {
    width: 96%;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: solid 1px #dadcd5;
    border-bottom: solid 1px #dadcd5;
    margin: 0 auto;
    text-align: center;
  }
  #sect1 #fascination h3 {
    width: 172px;
    height: 172px;
    display: inline-block;
    vertical-align: top;
  }
  #sect1 #fascination ul {
    list-style: none;
    padding-top: 20px;
    padding-left: 20px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  #sect1 #fascination ul li {
    background: url(../images/common/icon-list-blue.png) no-repeat 0 5px;
    padding-left: 15px;
  }

  #sect2 {
    width: 100%;
    background: url(../images/home/smart-sect2_bg1.gif) no-repeat 0 0;
  }
  #sect2 .inner {
    background: url(../images/home/smart-sect2_bg2.gif) no-repeat right 100px;
  }
  #sect2 #photoArea {
    text-align: center;
    font-size: 0;
  }
  #sect2 #photoArea dl {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
  }
  #sect2 #photoArea dl:last-child {
    padding-right: 0;
  }
  #sect2 #photoArea dl dt img {
    width: 100%;
    height: auto;
  }
  #sect2 #photoArea dl dd {
    font-size: 16px;
    padding-top: 25px;
  }
  #sect2 #photoArea dl dd strong {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 10px;
  }

  #sect3 {
    width: 100%;
    background: url(../images/home/smart-bg4.gif) no-repeat 0 0;
    background-color: #fff;
  }
  #sect3 #msgArea .msg {
    width: 96%;
    background: #fff;
    box-shadow: 0 0 5px #666;
    padding: 30px;
    margin: 0 auto 40px;
  }
  #sect3 #msgArea .msg h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
  }
  #sect3 #msgArea .msg p {
    font-size: 16px;
    line-height: 36px;
  }

  #sect4 {
    width: 100%;
    background-color: #0e5e98;
    height: 519px;
    color: #fff;
  }
  #sect4 h2 {
    color: #fff;
  }
  #sect4 p {
    text-align: center;
  }

  #sect5 .inner {
    padding-bottom: 50px;
    width: 96%;
    margin: 0 auto;
  }
  #sect5 h2 {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding: 30px 0px 0;
  }
  #sect5 #mailList dl {
    border-top: solid 1px #d1d1d1;
    position: relative;
    width: 100%;
    padding: 20px 0;
  }
  #sect5 #mailList dl dt {
    font-size: 24px;
  }
  #sect5 #mailList dl dt span {
    font-size: 18px;
  }
  #sect5 #mailList dl dd {
    font-size: 24px;
  }
  #sect5 #mailList dl dd.mail {
    width: 148px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
  }
}
/* smartphone
-------------------------------------------------- */
@media screen and (max-width: 600px) {
  header {
    width: 100%;
    background: url(../images/home/smart-head_bg.jpg) no-repeat center top;
    height: 240px;
  }
  header .inner {
    width: 100%;
    text-align: center;
  }
  #globalMenu{
    display:none;
  }
  header .inner h1 {
    padding-top: 60px;
  }
  header .inner h1 img {
    width: 150px;
    height: auto;
  }
  header .inner #underArrow {
    padding-top: 135px;
  }

  h2 {
    font-size: 25px;
    color: #737373;
    line-height: 1.4;
    text-align: center;
    padding: 30px 0 20px;
  }

  #sect1 {
    width: 100%;
    background-color: #f6f6f6;
  }
  #sect1 p {
    text-align: center;
    color: #4f4f4f;
    margin: 0 auto 20px;
    width: 96%;
  }
  #sect1 #fascination {
    width: 96%;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: solid 1px #dadcd5;
    border-bottom: solid 1px #dadcd5;
    margin: 0 auto;
    text-align: center;
  }
  #sect1 #fascination h3 {
    width: 172px;
    height: 172px;
    display: inline-block;
    vertical-align: top;
  }
  #sect1 #fascination ul {
    list-style: none;
    padding-top: 20px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  #sect1 #fascination ul li {
    background: url(../images/common/icon-list-blue.png) no-repeat 0 5px;
    padding-left: 15px;
  }

  #sect2 {
    width: 100%;
    background: url(../images/home/smart-sect2_bg1.gif) no-repeat 0 0;
  }
  #sect2 .inner {
    background: url(../images/home/smart-sect2_bg2.gif) no-repeat right 100px;
  }
  #sect2 #photoArea dl {
    width: 96%;
    margin: 0 auto;
  }
  #sect2 #photoArea dl dt img {
    width: 100%;
    height: auto;
  }
  #sect2 #photoArea dl dd {
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
  }
  #sect2 #photoArea dl dd strong {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 5px;
  }

  #sect3 {
    width: 100%;
    background: url(../images/home/smart-bg4.gif) no-repeat center top;
    background-size: contain;
    background-color: #fff;
  }
  #sect3 #msgArea .msg {
    width: 96%;
    background: #fff;
    box-shadow: 0 0 5px #666;
    padding: 10px;
    margin: 0 auto 40px;
  }
  #sect3 #msgArea .msg h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
  }

  #sect4 {
    width: 100%;
    background-color: #0e5e98;
    color: #fff;
  }
  #sect4 h2 {
    color: #fff;
  }
  #sect4 p {
    width: 96%;
    margin: 0 auto;
  }

  #sect5 .inner {
    padding-bottom: 20px;
    width: 96%;
    margin: 0 auto;
  }
  #sect5 h2 {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding: 30px 0px 0;
  }
  #sect5 #mailList dl {
    border-top: solid 1px #d1d1d1;
    width: 96%;
    padding: 10px 0;
    margin: 0 auto;
  }
  #sect5 #mailList dl dt {
    font-size: 18px;
  }
  #sect5 #mailList dl dt span {
    font-size: 12px;
  }
  #sect5 #mailList dl dd {
    font-size: 18px;
  }
  #sect5 #mailList dl dd.mail {
    height: 37px;
    text-align: center;
  }

  /*2019/1/18追加*/
  #pickup{
    padding: 30px 0 40px;
  }
  #pickup h2{
    font-size: 22px;
    padding: 0px 0 20px;
  }
  #pickup .btnBlock{
    padding: 0;
  }
  #pickup .btnBlock .btnDetail:first-of-type{
    margin-bottom: 20px;
  }
}
