/*会員規約*/
#kaiinkiyaku {
  text-align: left;
  padding-bottom: 175px; }
  #kaiinkiyaku dl {
    padding-bottom: 30px; }
    #kaiinkiyaku dl dt {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 600; }
    #kaiinkiyaku dl dd {
      font-size: 16px;
      font-size: 1.6rem; }
      #kaiinkiyaku dl dd ol {
        list-style-type: decimal;
        padding-left: 20px; }




/*特定商取引法に基づく表示*/
#tokusyo {
  text-align: left;
  padding-bottom: 175px; }
  #tokusyo table {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    width: 100%; }
    #tokusyo table th {
      font-weight: bold;
      border-bottom: 1px solid #d9dbcd;
      padding: 20px 0;
      width: 29%; }
    #tokusyo table td {
      border-bottom: 1px solid #d9dbcd;
      padding: 20px 0; }
      #tokusyo table td p {
        margin-bottom: 2em; }
      #tokusyo table td dl {
        padding-bottom: 30px; }
        #tokusyo table td dl dt {
          font-weight: bold; }



/*プラポリ*/
#privacy {
  text-align: left;
  padding-bottom: 175px; }
  #privacy h3 {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    padding-bottom: 40px; }
  #privacy p {
    padding-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.78; }
  #privacy dl {
    padding-bottom: 30px; }
    #privacy dl dt {
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 600; }
    #privacy dl dd {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.78; }
      #privacy dl dd a {
        text-decoration: underline; }
        
        
        
/*LINK*/ 
#link .link-list {
	padding: 0 0 0 130px;
	overflow: hidden;
}

#link .link-list li {
	width: 210px;
	margin-bottom: 50px;
	float: left;
	text-align: left;
}

#link .link-list li+li{
	
}

#link .link-list li:nth-child(4n) {
	margin-left: 0;
}

#link .link-list a {
	font-size: 1.4rem;
	color: #203d5a;
	text-decoration: underline;
}

#link .link-list a:hover {
	text-decoration: none;
}



/*お問い合わせ*/ 
#contact .contact_block p {
	font-size: 1.4rem;
	text-align: left;
}

#contact .contact_block+.contact_block {
	margin-top: 25px;
}

#contact .contact_block ul li {
	font-size: 1.4rem;
	text-align: left;
}

#contact a {
	font-size: 1.4rem;
	color: #203d5a;
	text-decoration: underline;
}

#contact a:hover {
	text-decoration: none;
}

#contact #contact_in {
	margin-bottom: 100px;
}

#contact .contact_ttl {
	font-weight: bold;
}




/*会社概要*/
#company {
  text-align: left;
  padding: 0 50px 105px; }
  #company table {
    width: 100%;
    border-top: 1px solid #d9dbcd; }
    #company table th {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600;
      border-bottom: 1px solid #d9dbcd;
      padding: 20px;
      width: 24%; }
    #company table td {
      font-size: 14px;
      font-size: 1.4rem;
      border-bottom: 1px solid #d9dbcd;
      padding: 20px; }
      #company table td p + p {
        padding-top: 30px;
        line-height: 1.7; }







/*ご利用ガイド*/
#guide {
  text-align: left;
  padding-bottom: 175px; }
  #guide .red {
    color: #ec0000; }
  #guide .guide_nav {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
    margin: 0; }
    #guide .guide_nav > li {
      border: 1px solid #707070;
      width: calc(33.333% - 13.333px);
      margin-left: 20px;
      margin-bottom: 20px;
      min-height: 345px;
      padding: 20px; }
      
    #guide .guide_nav > li img {
	    width: 22px;
	    height: auto;
    }
      
      #guide .guide_nav > li:nth-child(3n + 1) {
        margin-left: 0px; }
      #guide .guide_nav > li dl dt {
        text-align: center;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold; }
        #guide .guide_nav > li dl dt span {
          display: block;
          padding-bottom: 10px; }
      #guide .guide_nav > li dl dd {
        padding-top: 30px; }
        #guide .guide_nav > li dl dd ol li {
          padding-bottom: 15px;
          font-size: 14px;
          font-size: 1.4rem; }
          #guide .guide_nav > li dl dd ol li a {
            text-decoration: none; }
  #guide h3 {
    text-align: left;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9dbcd; }
  #guide h4 {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 20px; }
  #guide .box {
    padding-bottom: 50px; }
    #guide .box a {
      color: #203d5a;
      text-decoration: underline; }
    #guide .box .img {
      padding: 20px 0; }
    #guide .box ul {
      padding-left: 20px;
      list-style: disc; }
      #guide .box ul li {
        padding-bottom: 25px; }
    #guide .box .act {
      padding-top: 30px; }
      #guide .box .act h5 {
        font-size: 12px;
        font-size: 1.2rem; }
      #guide .box .act p {
        font-size: 12px;
        font-size: 1.2rem;
        color: #ec0000; }
  #guide .tbl {
    display: table; }
    #guide .tbl dt {
      display: table-cell;
      padding-right: 30px;
      padding-bottom: 30px;
      font-size: 14px;
      font-size: 1.4rem; }
    #guide .tbl dd {
      display: table-cell;
      line-height: 1.7;
      padding-bottom: 30px; }
  #guide #guide05_02 .guide05_02_in {
    padding-top: 40px; }
    #guide #guide05_02 .guide05_02_in h5 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1;
      font-weight: 600;
      padding-bottom: 10px; }
  #guide #guide05_02 dl dt, #guide #guide05_02 dl dd {
    padding-bottom: 5px; }
  #guide p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.78; }
    #guide p.gray {
      color: #6d6d6d;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 2; }
    #guide p.red {
      color: #ec0000;
      font-size: 12px;
      font-size: 1.2rem; }
    #guide p.com {
      padding-bottom: 50px; }
    #guide p.indent {
      padding-left: 1.5em;
      text-indent: -1.5em; }
  #guide .pdn {
    padding-top: 25px; }
  #guide .arrow {
    background: url(https://canaljean.itembox.design/item/pc/img/guide/arrow.png) 90px 20px no-repeat;
    padding: 60px 0 0 0; }
  #guide dl dt {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600; }
  #guide dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.78; }
    #guide dl dd a {
      text-decoration: underline; }
