@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/* アニメーション記述用 */
@keyframes headerFixed { 0% { transform: translateY(-90px); }
  100% { transform: translateY(0px); } }
@keyframes SlideIn { 0% { opacity: 0; transform: translateY(-90px); }
  100% { opacity: 1; transform: translateY(0); } }
@keyframes loop { 0% { transform: translateX(100%); }
  to { transform: translateX(-100%); } }
@keyframes loop2 { 0% { transform: translateX(0); }
  to { transform: translateX(-200%); } }
#contents { margin-top: 70px; }

.header { background: #fff; }
.header .header__menu-nav ul li a { color: #000; }

.titleimg { margin-bottom: 60px; }
.titleimg__wrap { background: url("/img/profile/titleimg.jpg") center/cover no-repeat; }

#privacy-policy { padding-top: 40px; letter-spacing: 0; line-height: 1.8; }
#privacy-policy .privacy-policy__ttl { margin-bottom: 20px; color: #004ea7; font-size: 2.2rem; line-height: 1; }
@media (min-width: 769px) { #privacy-policy .privacy-policy__ttl { font-size: calc( 2.2rem + ( 1vw - 7.69px ) * 1.7094017094 ); } }
@media (min-width: 1120px) { #privacy-policy .privacy-policy__ttl { font-size: 2.8rem; } }
#privacy-policy .privacy-policy__txt { margin-bottom: 20px; font-size: 1.3rem; line-height: 1.8; }
@media (min-width: 769px) { #privacy-policy .privacy-policy__txt { font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.5698005698 ); } }
@media (min-width: 1120px) { #privacy-policy .privacy-policy__txt { font-size: 1.5rem; } }
#privacy-policy .privacy-policy__txt--right { margin-bottom: 40px; font-size: 1.3rem; text-align: right; line-height: 1.8; }
@media (min-width: 769px) { #privacy-policy .privacy-policy__txt--right { font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.5698005698 ); } }
@media (min-width: 1120px) { #privacy-policy .privacy-policy__txt--right { font-size: 1.5rem; } }
#privacy-policy .privacy-policy__list { margin-bottom: 20px; }
#privacy-policy .privacy-policy__list .layout_table { box-sizing: border-box; width: 200vw; max-width: 680px; border: 1px solid #333; border-top: none; }
#privacy-policy .privacy-policy__list .layout_table .field { box-sizing: border-box; display: grid; grid-template-columns: 20% 80%; border-top: 1px solid #333; }
#privacy-policy .privacy-policy__list .layout_table .field .col { padding: .6rem 1.0rem; font-size: 1.3rem; }
@media (min-width: 769px) { #privacy-policy .privacy-policy__list .layout_table .field .col { font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.5698005698 ); } }
@media (min-width: 1120px) { #privacy-policy .privacy-policy__list .layout_table .field .col { font-size: 1.5rem; } }
#privacy-policy .privacy-policy__list .layout_table .field .col + .col { border-left: 1px solid #888; }
#privacy-policy .privacy-policy__list .section + .section { margin-top: 30px; }
#privacy-policy .privacy-policy__list .section .ttl { margin-bottom: .4rem; padding-left: 2em; font-size: 1.3rem; line-height: 1.8; text-indent: -2em; font-weight: bold; }
@media (min-width: 769px) { #privacy-policy .privacy-policy__list .section .ttl { font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.5698005698 ); } }
@media (min-width: 1120px) { #privacy-policy .privacy-policy__list .section .ttl { font-size: 1.5rem; } }
#privacy-policy .privacy-policy__list .section .body { margin-bottom: 1.6rem; }
#privacy-policy .privacy-policy__list .sublist { list-style-position: inside; padding-left: 1em; text-indent: -1em; }
#privacy-policy .privacy-policy__list .sublist .sublist__item + .sublist__item { margin-top: 1.6rem; }
#privacy-policy .privacy-policy__list .sublist__other { text-indent: 0; margin-top: .8rem; margin-left: -1.0em; }
#privacy-policy .privacy-policy__list .sublist__other .sublist__other-ttl { font-weight: bold; }
#privacy-policy .privacy-policy__list .sublist__other .sublist__other-body { padding-left: 1.0em; }
#privacy-policy .privacy-policy__list .sublist__other .sublist__other-body + .sublist__other-ttl { margin-top: 1.6rem; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .titleimg { margin-bottom: 90px; }
  #privacy-policy { padding-top: 120px; }
  #privacy-policy .privacy-policy__ttl { margin-bottom: 40px; }
  #privacy-policy .privacy-policy__txt { margin-bottom: 20px; }
  #privacy-policy .privacy-policy__txt--right { margin-bottom: 60px; }
  #privacy-policy .privacy-policy__list { margin-bottom: 20px; }
  #privacy-policy .privacy-policy__list .scroll-hint { display: contents; }
  #privacy-policy .privacy-policy__list .layout_table { width: 100%; max-width: 100%; }
  #privacy-policy .privacy-policy__list .sublist__other { margin-left: 0; }
  #privacy-policy .privacy-policy__list .sublist__other .sublist__other-body { padding-left: 1.2em; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1181px) { #contents { margin-top: 100px; } }

/*# sourceMappingURL=style.css.map */
