@charset "UTF-8";
/**
 * 目次
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 * 05. Responisive
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #333;
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 160%;
  line-height: 1.875;
  -webkit-text-size-adjust: 100%; }

@media screen and (max-width: 767px) {
  body {
    font-size: 140%;
    line-height: 1.5; } }
/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: none; }

a:visited {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #000;
  text-decoration: underline; }

/* image
   ========================================================================== */
img {
  line-height: 1.0;
  vertical-align: bottom; }

table th img,
table td img {
  vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block; }
  .clearfix:after,
  .fbox:after,
  #contents:after,
  .item-wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle; }

/* position
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

.text-l {
  text-align: left !important; }

/* ==========================================================================
   03. Layout
   ========================================================================== */
/* wrapper
   ========================================================================== */
#main {
  margin: 0 auto 100px;
  width: 1000px; }

@media screen and (max-width: 767px) {
  #main {
    /*padding:500px 20px 40px;*/
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%; } }
/* header
   ========================================================================== */
header {
  margin: 0 auto;
  width: 1000px; }

#logo {
  margin-top: 20px; }

#head-service {
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
  border-radius: 0 0 2px 2px;
  padding-bottom: 14px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  top: -1px;
  width: 32.5%; }

#head-service-ttl {
  line-height: 1;
  margin-bottom: 10px;
  text-align: center; }

#head-service-list {
  letter-spacing: -.40em;
  text-align: center; }
  #head-service-list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    line-height: 1;
    margin-left: 10px;
    width: 43.5%; }
    #head-service-list li:first-child {
      margin-left: 0; }
  #head-service-list a {
    border-radius: 2px;
    display: block;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative; }
  #head-service-list .icon-pencil:before {
    color: #cf0559;
    top: 10px;
    left: 7px; }
  #head-service-list .icon__login:before {
    top: 11px; }

#head-service-login {
  /*img{
  	height:auto;
  	width:37%;
  }*/ }
  #head-service-login a {
    background-color: #cf0559;
    border: 1px solid #cf0559; }
    #head-service-login a:hover {
      background-color: #e20762; }

.icon__blank-login:after {
  background-image: url(img/icon-blank.png); }

.icon__blank:after {
  background-image: url(img/icon-card-blank.png); }

.icon__blank-login:after,
.icon__blank:after {
  content: "";
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 11px;
  position: absolute;
  bottom: 5px;
  right: 5px; }

#head-service-signup {
  /*img{
  	height:auto;
  	width:59.5%;
  }*/ }
  #head-service-signup a {
    background-color: #fbedf3;
    border: 1px solid #cf0559; }
    #head-service-signup a:hover {
      background-color: #fae2ed; }

@media screen and (max-width: 767px) {
  header {
    width: 100%; }
    header #logo {
      /*text-align:center;*/
      padding: 0 10px; }
    header .main-img {
      margin-top: 70px; }
    header .lead {
      padding: 10px 10px 0; }

  #head-service {
    background: #f7f7f7;
    border: none;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    right: auto;
    top: 63px;
    width: 100%; }

  /*#head-service{
  	top:2px;
  	width:172px;
  }*/
  #head-service-ttl {
    display: none; }

  #head-service-list .icon__login:before,
  #head-service-list .icon-pencil:before {
    top: 5px; }
  #head-service-list .icon__login:before {
    background-size: 15px 15px; }
  #head-service-list a {
    padding-bottom: 7px !important;
    padding-top: 9px !important; }
  #head-service-list img {
    vertical-align: top; }
  #head-service-list li {
    width: 46.875%; }

  #head-service-login img {
    height: auto;
    width: 31px; }

  #head-service-signup img {
    height: auto;
    width: 50px; } }
/* navi
   ========================================================================== */
.navi-list {
  border: 1px solid #ccc;
  text-align: center;
  width: 100%; }
  .navi-list li {
    background-color: #ededed;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    display: inline-table;
    width: 25%;
    text-align: center;
    vertical-align: top; }
    .navi-list li span {
      display: table-cell;
      height: 40px;
      vertical-align: middle; }
    .navi-list li:last-child {
      border-right: 0;
      /*width:251px;*/ }
    .navi-list li:hover {
      background-color: #fff; }
    .navi-list li a {
      display: table;
      width: 100%; }
      .navi-list li a:hover {
        text-decoration: none; }
  .navi-list .active {
    background-color: #fff;
    color: #b3b3b3; }

@media screen and (max-width: 767px) {
  .navi-list {
    width: 94%;
    margin: 0 auto; }
    .navi-list li {
      width: 25%;
      /*&:last-child{
      	width:auto;
      }*/ }
      .navi-list li span {
        height: 80px; } }
/* footer
   ========================================================================== */
.fnav-wrap {
  border-top: 1px solid #ccc;
  margin: 0 auto;
  width: 1000px; }

.fnav-list {
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  padding: 20px 0;
  width: 52%; }
  .fnav-list li {
    /*border-right:1px solid #ccc;*/
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    /*padding-left:20px;*/
    padding-right: 30px;
    /*&:first-child{
    	padding-left:0;
    }*/ }
    .fnav-list li:last-child {
      padding-right: 0; }

.fnav-card {
  margin: 0 auto;
  padding: 20px 0;
  width: 36%; }
  .fnav-card li {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 20px; }
    .fnav-card li:last-child {
      padding-right: 0; }
    .fnav-card li a {
      color: #cf0559;
      font-weight: bold; }

footer {
  background-color: #cf0559;
  color: #FFF;
  padding-bottom: 19px;
  padding-top: 19px;
  text-align: center; }

#pagetop {
  bottom: 20px;
  cursor: pointer;
  height: 60px;
  position: fixed;
  right: 20px;
  width: 60px;
  z-index: 1000; }
  #pagetop img {
    height: auto;
    width: 100%; }

#copyright {
  font-size: 11px;
  font-size: 1.1rem; }

@media screen and (max-width: 767px) {
  .fnav-wrap {
    width: 100%; }

  .fnav-list {
    border-bottom: none;
    padding: 0;
    width: 100%; }
    .fnav-list li {
      border-bottom: 1px solid #ccc;
      display: block;
      padding: 12px 10px; }
      .fnav-list li a {
        display: block; }

  .fnav-card {
    margin: 0 auto;
    padding: 0 0 50px;
    width: 100%; }
    .fnav-card li {
      border-bottom: 1px solid #ccc;
      display: block;
      padding: 12px 10px; }
      .fnav-card li a {
        display: block; }
      .fnav-card li:last-child {
        border-bottom: none;
        padding-right: 0; }

  #copyright {
    font-size: 10px;
    font-size: 1rem; } }
/* ==========================================================================
   04. Parts
   ========================================================================== */
/* title
   ========================================================================== */
.page-ttl {
  margin-top: 50px;
  text-align: center; }
  .page-ttl h1 {
    color: #888;
    font-weight: 200;
    font-size: 26px;
    font-size: 2.6rem; }

.block-ttl {
  font-weight: 200;
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 40px;
  text-align: center; }

.gray-ttl {
  font-weight: normal;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 20px;
  text-align: center; }

.sttl {
  font-weight: 200;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px; }

.cttl {
  font-weight: 200;
  font-size: 22px;
  font-size: 2.2rem;
  /*margin-bottom:20px;*/
  padding-left: 30px;
  position: relative; }
  .cttl:before {
    background: #B5B5B5;
    border-radius: 100%;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 10px;
    z-index: 2; }

/*.num-ttl{
	background-position:left 10px !important;
	font-weight:200;
	@include fontsize(28);
	padding-left:50px;
	margin-bottom:20px;
}*/
.num1 {
  background: url(img/ico_num_01.png) no-repeat left top; }

.num2 {
  background: url(img/ico_num_02.png) no-repeat left top; }

.num3 {
  background: url(img/ico_num_03.png) no-repeat left top; }

.num4 {
  background: url(img/ico_num_04.png) no-repeat left top; }

.num5 {
  background: url(img/ico_num_05.png) no-repeat left top; }

.num6 {
  background: url(img/ico_num_06.png) no-repeat left top; }

.num7 {
  background: url(img/ico_num_07.png) no-repeat left top; }

.num8 {
  background: url(img/ico_num_08.png) no-repeat left top; }

.num9 {
  background: url(img/ico_num_09.png) no-repeat left top; }

.num10 {
  background: url(img/ico_num_10.png) no-repeat left top; }

.num11 {
  background: url(img/ico_num_11.png) no-repeat left top; }

.num12 {
  background: url(img/ico_num_12.png) no-repeat left top; }

.num13 {
  background: url(img/ico_num_13.png) no-repeat left top; }

.num14 {
  background: url(img/ico_num_14.png) no-repeat left top; }

.num15 {
  background: url(img/ico_num_15.png) no-repeat left top; }

.num16 {
  background: url(img/ico_num_16.png) no-repeat left top; }

.num17 {
  background: url(img/ico_num_17.png) no-repeat left top; }

.num18 {
  background: url(img/ico_num_18.png) no-repeat left top; }

.num19 {
  background: url(img/ico_num_19.png) no-repeat left top; }

.num20 {
  background: url(img/ico_num_20.png) no-repeat left top; }

.grid-ttl {
  border-top: 1px dotted #ccc;
  font-weight: 200;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  margin-top: 50px;
  padding-top: 50px;
  text-align: center; }

@media screen and (max-width: 767px) {
  .block-ttl {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px; }

  .sttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px; }

  .cttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative; }
    .cttl:before {
      background: #B5B5B5;
      border-radius: 100%;
      content: '';
      height: 10px;
      left: 0;
      position: absolute;
      top: 8px;
      width: 10px;
      z-index: 2; } }
/* text
   ========================================================================== */
.lead {
  margin-bottom: 40px; }

.bold {
  font-weight: bold; }

.note {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 15px; }

.note-list {
  margin-top: 70px; }
  .note-list li {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px; }

@media screen and (max-width: 767px) {
  .lead {
    margin-bottom: 20px; }

  .note-list {
    padding: 0 10px; }
    .note-list li {
      margin-bottom: 10px; } }
/* block
   ========================================================================== */
.block-wrap {
  margin-top: 70px; }

.num-wrap {
  margin-bottom: 50px; }

.gray-box {
  background-color: #f6f6f6;
  /*border: 1px solid #ccc;*/
  padding: 80px 30px 60px; }

@media screen and (max-width: 767px) {
  .block-wrap {
    margin-top: 35px;
    padding: 0 10px; }

  .num-wrap {
    margin-bottom: 40px; }

  .gray-box {
    padding: 30px 10px 20px; }
    .gray-box .block-ttl {
      margin-bottom: 20px; } }
/* link
   ========================================================================== */
.txt-link-arrow01 {
  background: url(img/ico_arrow_01.png) no-repeat left 9px;
  background-size: 8px 12px;
  margin-top: 20px;
  padding-left: 20px; }
  .txt-link-arrow01 a {
    color: #0070c9; }
    .txt-link-arrow01 a:hover {
      text-decoration: underline !important; }

.txt-link-blank {
  background: url(img/ico_blank.png) no-repeat left 6px;
  background-size: 15px 15px;
  margin-top: 20px;
  padding-left: 20px; }
  .txt-link-blank a {
    color: #0070c9; }
    .txt-link-blank a:hover {
      text-decoration: underline !important; }

.txt-link a {
  color: #0070c9; }
  .txt-link a:hover {
    text-decoration: underline; }

.btn-link a {
  display: block;
  width: 470px;
  height: 50px;
  margin: 0 auto;
  background-color: #666;
  border-radius: 4px;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center; }
  .btn-link a:hover {
    background-color: #999;
    text-decoration: none; }

@media screen and (max-width: 767px) {
  .txt-link-arrow01 {
    background: url(img/ico_arrow_01.png) no-repeat left 5px;
    background-size: 8px 12px; }

  .txt-link-blank {
    margin-bottom: 30px; }

  .txt-link-blank {
    background: url(img/ico_blank.png) no-repeat left 2px; } }
/* list
   ========================================================================== */
.cmn-list > li {
  margin-top: 10px; }

.indent-list {
  /*width:1000px;*/ }
  .indent-list li {
    margin-left: 22px;
    text-indent: -1.3em; }

.indent-list-l {
  margin-top: 20px; }
  .indent-list-l li {
    margin-left: 30px;
    text-indent: -2.6em; }

.disc-list {
  margin-top: 20px; }
  .disc-list > li {
    margin: 8px 0 0 14px;
    text-indent: -1.0em; }
    .disc-list > li:first-child {
      margin-top: 0; }
    .disc-list > li:before {
      content: '●';
      font-size: 10px;
      font-size: 1rem;
      padding-right: 4px; }

.agreement-list {
  margin-top: 50px; }
  .agreement-list dt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 30px; }
  .agreement-list dd {
    margin-top: 10px;
    padding-left: 1.7em; }

/* table
   ========================================================================== */
.table01,
.table02 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 940px; }
  .table01 thead th,
  .table02 thead th {
    font-weight: bold; }
  .table01 th,
  .table01 td,
  .table02 th,
  .table02 td {
    background-color: #fff;
    border: 1px solid #ccc;
    font-weight: normal;
    padding: 15px;
    vertical-align: middle; }
  .table01 th,
  .table02 th {
    text-align: left; }
  .table01 td,
  .table02 td {
    text-align: center; }
  .table01 .device,
  .table02 .device {
    background: #EAEAEA;
    width: 60%; }
  .table01 .shop,
  .table02 .shop {
    background: #EAEAEA;
    width: 40%; }

.table02 {
  margin: 20px 0; }

@media screen and (max-width: 767px) {
  /*.table01{
  	width:100%;
  	
  	th,
  	td{
  		background-color: #f6f6f6;
  		border:none;
  		display:none;
  		padding:0;
  	}
  	
  	.device{
  		display:block;
  		@include fontsize(22);
  	}
  	.check{
  		background:url(../../img/ico_check.png) no-repeat left 6px;
  		border-bottom:1px solid #ccc;
  		display:block;
  		margin-bottom:20px;
  		margin-top:10px;
  		padding-bottom:20px;
  		padding-left:20px;
  	}
  }*/
  .table01 {
    width: 100%; }

  .table02 {
    margin: 10px 0 20px;
    width: 100%; }
    .table02 thead th {
      font-weight: bold; }
    .table02 th,
    .table02 td {
      width: 50%;
      padding: 3% 5%;
      text-indent: 0; }
    .table02 th {
      text-align: center; }
    .table02 td {
      text-align: left; } }
/* Apple Payの概要
   ========================================================================== */
.id-mark {
  margin: 5px 0; }

.card {
  margin: 30px auto 20px;
  width: 562px; }
  .card li {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-right: 20px;
    text-align: center;
    vertical-align: top; }
    .card li:last-child {
      margin-right: 0; }
    .card li span {
      display: block;
      margin-top: 10px; }

.other-list {
  font-size: 22px;
  font-size: 2.2rem; }
  .other-list li {
    /*background:url(img/ico_check.png) no-repeat left 6px;*/
    margin: 0;
    padding: 0 0 25px 25px;
    position: relative; }
    .other-list li:before {
      background: #B5B5B5;
      border-radius: 100%;
      content: '';
      height: 10px;
      left: 0;
      position: absolute;
      top: 15px;
      width: 10px;
      z-index: 2; }

@media screen and (max-width: 767px) {
  .card {
    margin: 20px auto 20px;
    text-align: center;
    width: 100%; }
    .card li {
      display: block;
      margin-bottom: 20px;
      text-align: center;
      width: 100%; }
      .card li span {
        display: block;
        margin-top: 5px; }

  .other-list {
    font-size: 18px;
    font-size: 1.8rem; }
    .other-list li:before {
      top: 8px; } }
/* 設定方法
   ========================================================================== */
.app-vja {
  background: url(img/ico_appvja.gif) no-repeat left 6px;
  margin-top: 30px;
  min-height: 73px;
  padding-left: 90px; }

.app-store {
  margin-top: 30px; }

.imagecut-wrap {
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  padding-bottom: 50px; }

/*.imagecut-wrap + .imagecut-wrap{
    padding-top: 25px;
    border-top: 1px solid #eee;
}*/
.imagecut {
  /*.movlink{
  	padding-right: 15px;
  }*/ }
  .imagecut dt {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    width: 200px;
    vertical-align: top; }
  .imagecut .text {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    width: 730px;
    vertical-align: top; }
  .imagecut .movie {
    display: inline-block;
    text-align: right;
    width: 239px; }

.detail {
  margin-top: 20px;
  text-align: center;
  background: url(img/icon_open.png) no-repeat center bottom;
  padding-bottom: 40px; }
  .detail span {
    color: #3785cd;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1; }
  .detail.is-open {
    background: url(img/icon_close.png) no-repeat center bottom; }
    .detail.is-open span {
      opacity: 0; }

.grid-wrap li {
  display: inline-block;
  margin-top: 50px;
  margin-right: 50px;
  text-align: center;
  width: 280px;
  vertical-align: top; }
  .grid-wrap li p {
    min-height: 70px !important;
    text-align: left; }
  .grid-wrap li:nth-child(3n) {
    margin-right: 0; }
.grid-wrap .num-ttl {
  background-position: left top !important;
  font-weight: 200;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 50px;
  margin-bottom: 20px;
  min-height: 35px; }

@media screen and (max-width: 767px) {
  .imagecut-wrap {
    padding-bottom: 30px;
    width: 100%; }

  .imagecut dt {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    width: 100%; }
  .imagecut .text {
    display: block;
    margin-top: 10px;
    width: 100%; }

  .grid-wrap li {
    display: block;
    margin-top: 50px;
    margin-right: 0;
    text-align: center;
    width: 100%; }
    .grid-wrap li p {
      min-height: 40px !important;
      text-align: left; }
    .grid-wrap li:nth-child(3n) {
      margin-right: 0; }
  .grid-wrap .num-ttl {
    background-position: left top !important;
    font-weight: 200;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 50px;
    margin-bottom: 20px;
    min-height: 35px; } }
/* よくあるご質問
   ========================================================================== */
.faq-list01 li {
  margin-bottom: 20px;
  padding: 20px 30px; }
  .faq-list01 li:last-child {
    margin-bottom: 0; }
  .faq-list01 li:hover, .faq-list01 li.is-open {
    background: #f6f6f6; }
  .faq-list01 li .faq-ttl span {
    background: url(img/icon_open.png) no-repeat right top;
    display: block;
    min-height: 34px; }
  .faq-list01 li .faq-ttl .faq-ttl-txt {
    padding-right: 50px; }
  .faq-list01 li.is-open .faq-ttl span {
    background: url(img/icon_close.png) no-repeat right top; }
  .faq-list01 li .faq-ttl {
    background: url(img/icon_q.png) no-repeat left 7px;
    background-size: 14px 18px;
    padding-left: 50px; }
.faq-list01 .faq-lv2 {
  background: url(img/icon_a.gif) no-repeat left 30px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  margin-left: 50px;
  padding-left: 50px;
  padding-top: 25px; }
  .faq-list01 .faq-lv2 .txt-link-blank {
    display: inline-block;
    background-position: left 0 !important;
    margin-top: 20px; }

@media screen and (max-width: 767px) {
  .faq-list01 li {
    padding: 20px 10px; }
  .faq-list01 .faq-ttl {
    padding-left: 30px !important; }
  .faq-list01 .faq-lv2 {
    margin-left: 30px;
    padding-left: 30px; } }
/* アコーディオン
   ========================================================================== */
.accordion-btn {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/* ==========================================================================
   05. Responisive
   ========================================================================== */
/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0;
  max-width: 100%;
  height: auto; }

/* display
   ========================================================================== */
.block {
  display: block; }

.sp-item {
  display: none; }

.pc-block {
  display: block; }

@media screen and (max-width: 767px) {
  .sp-item {
    display: block; }

  .pc-item {
    display: none !important; }

  .pc-block {
    display: inline; }

  .sp-block {
    display: block; } }
