#mainContent .mainContentInner {
  padding: 0 0 110px; }

#mainImageWrap {
  position: relative;
  height: 480px; }
  #mainImageWrap .mainImageInner {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: auto;
    z-index: 2; }
  #mainImageWrap h1 {
    position: absolute;
    right: 50%;
    bottom: 50%;
    color: #fff;
    text-align: center;
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4); }
    #mainImageWrap h1 .jp {
      font-size: 46px;
      font-weight: bold;
      white-space: nowrap; }
    #mainImageWrap h1 .en {
      font-size: 14px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainImageWrap {
      height: 680px; }
      #mainImageWrap .mainImageInner {
        width: 100%; }
      #mainImageWrap h1 .jp {
        font-size: 56px; }
      #mainImageWrap h1 .en {
        font-size: 24px; } }

.top #mainImageWrap {
  background: url(/admin/wp/wp-content/uploads/2018/11//bg_mainimage.jpg) no-repeat center center;
  background-size: cover; }
.top .leadBlock .contentInner {
  padding: 40px 0 45px;
  text-align: center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .top .leadBlock .contentInner {
      padding: 70px 45px 60px; } }
.top .leadBlock h2 {
  font-size: 28px;
  font-weight: bold; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .top .leadBlock h2 {
      font-size: 44px;
      white-space: nowrap; } }
.top .leadBlock p {
  margin-top: 15px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .top .leadBlock p {
      text-align: left; } }
.top .content01 {
  background: #E9E9E9; }
  .top .content01 .contentInner {
    padding: 55px 0; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .top .content01 .contentInner {
        padding: 70px 55px 100px; } }
  @media only screen and (min-width: 751px), print {
    .top .content01 .contentList {
      display: flex;
      margin-top: 35px;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 751px), print {
    .top .content01 .contentList .contentBox {
      width: 580px;
      margin-left: 40px; }
      .top .content01 .contentList .contentBox:nth-child(2n+1) {
        margin-left: 0; }
      .top .content01 .contentList .contentBox:nth-child(n+3) {
        margin-top: 40px; } }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .top .content01 .contentList .contentBox {
      width: 100%; }
      .top .content01 .contentList .contentBox:nth-child(n+2) {
        margin-top: 40px; } }
  .top .content01 .contentList .contentBox a {
    display: block;
    position: relative;
    height: 100%;
    color: #1a1a1a; }
    @media only screen and (min-width: 751px), print {
      .top .content01 .contentList .contentBox a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      .top .content01 .contentList .contentBox a:hover {
        text-decoration: none; }
        .top .content01 .contentList .contentBox a:hover:before {
          opacity: 1;
          -moz-box-shadow: 0 0 0 5px #004389 inset;
          -webkit-box-shadow: 0 0 0 5px #004389 inset;
          box-shadow: 0 0 0 5px #004389 inset; } }
  .top .content01 .contentList .contentBox .contentTitle {
    display: table;
    width: 100%;
    height: calc(100% - 318px);
    font-size: 20px;
    border-top: none;
    background: #fff; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .top .content01 .contentList .contentBox .contentTitle {
        font-size: 32px;
        border-width: 2px; } }
    .top .content01 .contentList .contentBox .contentTitle span {
      display: table-cell;
      position: relative;
      padding: 25px 24px;
      padding-right: 45px;
      font-weight: bold;
      vertical-align: middle; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .top .content01 .contentList .contentBox .contentTitle span {
          padding: 18px 80px 18px 20px; } }
      .top .content01 .contentList .contentBox .contentTitle span:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        top: 50%;
        right: 10px;
        background: url(/admin/wp/wp-content/uploads/2018/11//arw_contentbox.png) no-repeat;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media only screen and (min-width: 1px) and (max-width: 750px) {
          .top .content01 .contentList .contentBox .contentTitle span:before {
            width: 44px;
            height: 44px;
            right: 22px;
            background: url(/admin/wp/wp-content/uploads/2018/11//arw_contentbox_sp.png) no-repeat; } }

@media only screen and (min-width: 751px), print {
  .greeting #mainImageWrap {
    background: url(/admin/wp/wp-content/uploads/2018/11//bg_mainimage-2.jpg) no-repeat;
    background-size: cover; }
    .greeting #mainImageWrap .mainImageInner {
      width: 960px;
      padding-top: 124px;
      color: #fff;
      background: url(/admin/wp/wp-content/uploads/2018/11//bg_mainimage_01.png) no-repeat center bottom; }
    .greeting #mainImageWrap h1 {
      position: static;
      text-align: left;
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    .greeting #mainImageWrap .copy {
      margin-top: 34px; }
    .greeting #mainImageWrap .sign {
      margin-top: 29px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .greeting #mainImageWrap {
    height: auto; }
    .greeting #mainImageWrap h1 {
      position: static;
      width: 100%;
      height: 680px;
      padding-top: 310px;
      background: url(/admin/wp/wp-content/uploads/2018/11//bg_mainimage_sp-2.jpg) no-repeat;
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    .greeting #mainImageWrap .leadWrap {
      padding: 84px 65px 80px;
      background: #E6E6E6; }
      .greeting #mainImageWrap .leadWrap .copy {
        margin-top: 36px; }
      .greeting #mainImageWrap .leadWrap .sign {
        margin-top: 42px; } }
@media only screen and (min-width: 751px), print {
  .greeting .contentInner {
    width: 800px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .greeting .contentInner {
    padding: 80px 55px 70px; } }
@media only screen and (min-width: 751px), print {
  .greeting .content01 .contentInner {
    padding: 60px 0 75px; } }
.greeting .content01 h2 {
  color: #966500;
  font-size: 24px;
  font-weight: bold; }
  .greeting .content01 h2 + p {
    margin-top: 35px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .greeting .content01 h2 {
      font-size: 40px;
      text-align: center;
      white-space: nowrap; }
      .greeting .content01 h2 + p {
        margin-top: 60px; } }
.greeting .content01 p {
  margin-top: 1em; }
.greeting .content01 .sign {
  margin-top: 40px;
  text-align: right; }
.greeting .content02 {
  background: #E6E6E6; }
  @media only screen and (min-width: 751px), print {
    .greeting .content02 .contentInner {
      padding: 45px 0 50px; } }
  .greeting .content02 h3 {
    font-size: 18px;
    font-weight: bold; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .greeting .content02 h3 {
        font-size: 36px; } }
  .greeting .content02 .profileList {
    margin-top: 20px;
    padding: 18px 0;
    border-top: 1px solid #D2961E;
    background: rgba(255, 255, 255, 0.9); }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .greeting .content02 .profileList {
        border-width: 2px;
        padding: 60px 36px; } }
    @media only screen and (min-width: 751px), print {
      .greeting .content02 .profileList li {
        display: table;
        width: 100%; }
        .greeting .content02 .profileList li:nth-child(n+2) {
          margin-top: 10px; }
        .greeting .content02 .profileList li .year, .greeting .content02 .profileList li .title {
          display: table-cell; }
        .greeting .content02 .profileList li .year {
          width: 235px;
          padding-left: 28px; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .greeting .content02 .profileList li:nth-child(n+2) {
        margin-top: 1em; } }

.company #mainImageWrap {
  background: url(/admin/wp/wp-content/uploads/2018/11//bg_mainimage-1.jpg) no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .company #mainImageWrap {
      background: url(/admin/wp/wp-content/uploads/2018/11//bg_mainimage_sp-1.jpg) no-repeat;
      background-size: cover; } }
@media only screen and (min-width: 751px), print {
  .company .content01 .contentInner {
    padding: 70px 0 75px; }
  .company .content01 .detailList {
    display: flex;
    width: 860px;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap; }
    .company .content01 .detailList dt, .company .content01 .detailList dd {
      padding: 20px 0; }
    .company .content01 .detailList dt {
      display: flex;
      width: 150px;
      font-weight: bold;
      align-items: center;
      border-bottom: 1px solid #004389; }
      .company .content01 .detailList dt:first-child {
        border-top: 1px solid #004389; }
        .company .content01 .detailList dt:first-child + dd {
          border-top: 1px solid #ccc; }
    .company .content01 .detailList dd {
      width: 680px;
      border-bottom: 1px solid #ccc; }
      .company .content01 .detailList dd .imgWrap {
        padding: 10px 0; }
      .company .content01 .detailList dd.cruiseCompany .indentList {
        margin-left: 1em; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .company .content01 .contentInner {
    padding-top: 80px; }
  .company .content01 .detailList {
    border-bottom: 2px solid #004389; }
    .company .content01 .detailList dt, .company .content01 .detailList dd {
      padding: 30px 0; }
    .company .content01 .detailList dt {
      font-weight: bold;
      border-top: 2px solid #004389; }
    .company .content01 .detailList dd {
      border-top: 2px solid #ccc; }
      .company .content01 .detailList dd .contactWrap {
        margin-top: 20px; }
      .company .content01 .detailList dd .imgWrap {
        padding: 30px 0; }
      .company .content01 .detailList dd .iconLink {
        margin-top: 20px; }
      .company .content01 .detailList dd .indentList li {
        padding-left: 1em;
        text-indent: -1em; }
        .company .content01 .detailList dd .indentList li a {
          display: inline; }
      .company .content01 .detailList dd.cruiseCompany .indentList {
        margin-left: 1em; } }

.about #mainImageWrap {
  background: url(/admin/wp/wp-content/uploads/2018/11//bg_mainimage-3.jpg) no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .about #mainImageWrap {
      background: url(/admin/wp/wp-content/uploads/2018/11//bg_mainimage_sp-3.jpg) no-repeat;
      background-size: cover; } }
.about .content01 h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .about .content01 h2 {
      font-size: 44px; } }
.about .content01 h3 {
  position: relative;
  margin-top: 55px;
  padding-left: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  background: #F2F2F2; }
  .about .content01 h3:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background: #004389; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .about .content01 h3 {
      margin-top: 70px;
      padding-left: 54px;
      font-size: 36px;
      line-height: 120px; }
      .about .content01 h3:before {
        width: 8px; } }
@media only screen and (min-width: 751px), print {
  .about .content01 .contentInner {
    width: 940px;
    margin: auto;
    padding: 55px 0 85px; }
  .about .content01 .contentBox {
    margin-top: 30px;
    padding: 0 40px; }
  .about .content01 .linkWrap {
    margin-top: 30px; }
  .about .content01 .companyList a {
    position: relative; }
    .about .content01 .companyList a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 4px;
      opacity: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .about .content01 .companyList a:hover:before {
      opacity: 1;
      -moz-box-shadow: 0 0 0 4px #000 inset;
      -webkit-box-shadow: 0 0 0 4px #000 inset;
      box-shadow: 0 0 0 4px #000 inset; }
  .about .content01 .companyList.list01 {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap; }
    .about .content01 .companyList.list01 li {
      width: 191px;
      margin-left: 25px; }
      .about .content01 .companyList.list01 li:nth-child(4n+1) {
        margin-left: 0; }
      .about .content01 .companyList.list01 li:nth-child(n+5) {
        margin-top: 25px; }
    .about .content01 .companyList.list01 .name {
      margin-top: 5px;
      font-size: 14px;
      font-weight: bold;
      line-height: 18px; }
    .about .content01 .companyList.list01 .detail {
      margin-top: 5px;
      font-size: 12px;
      line-height: 18px; }
  .about .content01 .companyList.list02 {
    margin-top: 45px; }
    .about .content01 .companyList.list02 li {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .about .content01 .companyList.list02 li:nth-child(n+2) {
        margin-top: 40px; }
      .about .content01 .companyList.list02 li .name {
        margin-left: 20px; }
        .about .content01 .companyList.list02 li .name dt {
          font-size: 14px;
          font-weight: bold; }
        .about .content01 .companyList.list02 li .name dd {
          font-size: 12px; }
      .about .content01 .companyList.list02 li .detail {
        width: 100%;
        margin-top: 20px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .about .content01 .contentInner {
    padding-top: 60px; }
  .about .content01 .contentBox {
    margin-top: 34px; }
    .about .content01 .contentBox .linkWrap {
      margin-top: 30px; }
  .about .content01 .companyList li {
    margin-top: 50px; }
    .about .content01 .companyList li .name {
      margin-top: 15px;
      font-weight: bold; }
    .about .content01 .companyList li .detail {
      margin-top: 15px;
      font-size: 24px; }
  .about .content01 .companyList.list02 li .name {
    display: flex;
    align-items: center; }
    .about .content01 .companyList.list02 li .name dd {
      font-size: 22px;
      font-weight: normal;
      margin-left: 0.5em; }
  .about .content01 .companyList.list02 li .detail {
    font-size: 28px; } }

.agreement #mainImageWrap {
  background: url(/admin/wp/wp-content/uploads/2018/11//bg_mainimage-4.jpg) no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .agreement #mainImageWrap {
      background: url(/admin/wp/wp-content/uploads/2018/11//bg_mainimage_sp-4.jpg) no-repeat;
      background-size: cover; } }
.agreement h2 {
  position: relative;
  margin-top: 55px;
  padding-left: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  background: #F2F2F2; }
  .agreement h2:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background: #004389; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .agreement h2 {
      margin-top: 70px;
      padding-left: 54px;
      font-size: 36px;
      line-height: 120px; }
      .agreement h2:before {
        width: 8px; } }
@media only screen and (min-width: 751px), print {
  .agreement .contentInner {
    width: 860px; }
  .agreement .detailList {
    display: flex;
    width: 860px;
    margin-top: 35px;
    justify-content: space-between;
    flex-wrap: wrap; }
    .agreement .detailList dt, .agreement .detailList dd {
      padding: 20px 0; }
    .agreement .detailList dt {
      display: flex;
      width: 150px;
      font-weight: bold;
      align-items: center;
      border-bottom: 1px solid #004389; }
      .agreement .detailList dt:first-child {
        border-top: 1px solid #004389; }
        .agreement .detailList dt:first-child + dd {
          border-top: 1px solid #ccc; }
    .agreement .detailList dd {
      width: 680px;
      border-bottom: 1px solid #ccc; }
      .agreement .detailList dd .textSmall {
        display: inline-block;
        margin-top: 5px;
        font-size: 12px;
        line-height: 16px; }
  .agreement .linkList {
    display: flex;
    margin-top: 35px;
    justify-content: space-between;
    flex-wrap: wrap; }
    .agreement .linkList li {
      display: flex;
      width: 420px;
      height: 60px;
      align-items: center;
      border-bottom: 1px solid #ccc; }
      .agreement .linkList li:nth-child(-n+2) {
        border-top: 1px solid #ccc; }
  .agreement .content04 h2 + p {
    margin-top: 30px; }
  .agreement .content04 .linkWrap {
    margin-top: 15px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .agreement .detailList {
    border-bottom: 2px solid #004389; }
    .agreement .detailList dt, .agreement .detailList dd {
      padding: 30px 0; }
    .agreement .detailList dt {
      font-weight: bold;
      border-top: 2px solid #004389; }
    .agreement .detailList dd {
      border-top: 2px solid #ccc; }
      .agreement .detailList dd .textSmall {
        display: inline-block;
        margin-top: 5px;
        font-size: 24px;
        line-height: 34px; }
  .agreement .linkList {
    margin-top: 60px; }
    .agreement .linkList li {
      display: flex;
      height: 100px;
      align-items: center;
      border-bottom: 2px solid #ccc; }
      .agreement .linkList li:first-child {
        border-top: 2px solid #ccc; }
  .agreement .content04 p {
    margin-top: 35px; }
  .agreement .content04 .linkWrap {
    margin-top: 35px; } }

@media only screen and (min-width: 751px), print {
  .privacy .contentInner {
    padding: 30px 0 85px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .privacy .contentInner {
    padding-top: 55px; } }
.privacy h1 {
  position: relative;
  padding-bottom: 45px;
  font-size: 32px;
  font-weight: bold;
  text-align: center; }
  .privacy h1:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    left: 50%;
    bottom: 0;
    background: #d2961e;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .privacy h1 {
      font-size: 48px; }
      .privacy h1:before {
        height: 6px; } }
.privacy .poricyDetail > dt {
  display: flex;
  position: relative;
  height: 60px;
  margin-top: 50px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  background: #F2F2F2; }
  .privacy .poricyDetail > dt:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background: #004389; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .privacy .poricyDetail > dt {
      height: 120px;
      padding-left: 52px;
      font-size: 36px;
      line-height: 48px; }
      .privacy .poricyDetail > dt:before {
        width: 8px; } }
.privacy .poricyDetail > dd {
  padding: 20px 50px 0; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .privacy .poricyDetail > dd {
      padding: 36px 20px 0; } }
  .privacy .poricyDetail > dd .handlingList li:nth-child(n+2) {
    margin-top: 25px; }
  .privacy .poricyDetail > dd .handlingList dt {
    font-size: 18px;
    font-weight: bold;
    margin-left: -0.5em; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .privacy .poricyDetail > dd .handlingList dt {
        font-size: 28px; } }
  .privacy .poricyDetail > dd .handlingList dd {
    margin-top: 10px; }
  .privacy .poricyDetail > dd .contactList {
    padding: 30px 110px;
    border: 1px solid #BBDDF3;
    background: #EDF6FB; }
    @media only screen and (min-width: 751px), print {
      .privacy .poricyDetail > dd .contactList {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .privacy .poricyDetail > dd .contactList {
        text-align: center;
        padding: 28px 0;
        border-width: 2px; }
        .privacy .poricyDetail > dd .contactList li:nth-child(n+2) {
          margin-top: 38px; } }

@media only screen and (min-width: 751px), print {
  .rules .contentInner {
    width: 1100px;
    padding-top: 30px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .rules .contentInner {
    padding-top: 55px; } }
.rules h1 {
  position: relative;
  padding-bottom: 45px;
  font-size: 32px;
  font-weight: bold;
  text-align: center; }
  .rules h1:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    left: 50%;
    bottom: 0;
    background: #d2961e;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .rules h1 {
      font-size: 48px; }
      .rules h1:before {
        height: 6px; } }
.rules .leadText {
  margin-top: 45px; }
.rules .ruleList {
  margin-top: 55px;
  border-top: 1px solid #B3B3B3; }
  .rules .ruleList > li {
    padding: 20px 0 25px;
    border-bottom: 1px solid #B3B3B3; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .rules .ruleList > li {
        padding: 50px 0 60px; } }
    .rules .ruleList > li dt {
      font-size: 18px;
      font-weight: bold;
      margin-left: -0.5em; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .rules .ruleList > li dt {
          font-size: 32px; } }
    .rules .ruleList > li dd {
      margin-top: 10px;
      padding-left: 30px; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .rules .ruleList > li dd {
          padding-left: 15px; } }
  .rules .ruleList .arwLink {
    margin-top: 10px;
    padding-left: 22px;
    background: url(../img/arw_box_blue.png) no-repeat left center; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .rules .ruleList .arwLink {
        margin-top: 20px;
        padding-left: 30px;
        background: url(../img/arw_box_blue_sp.png) no-repeat left center; } }
  .rules .ruleList .indentList li {
    padding-left: 1em;
    text-indent: -1em; }
  .rules .ruleList table {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .rules .ruleList table {
        margin-top: 20px;
        border-width: 2px;
        border-left: none; } }
    .rules .ruleList table th, .rules .ruleList table td {
      padding: 10px 30px;
      padding-right: 0;
      vertical-align: middle;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
      @media only screen and (min-width: 751px), print {
        .rules .ruleList table th, .rules .ruleList table td {
          min-height: 53px; } }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .rules .ruleList table th, .rules .ruleList table td {
          display: block;
          padding: 20px;
          border: 2px solid #ccc;
          border-top: none; } }
    .rules .ruleList table th {
      background: #F2F2F2; }
      @media only screen and (min-width: 751px), print {
        .rules .ruleList table th {
          width: 180px; } }
