@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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: 0;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  list-style: none; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
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; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  color: #000000;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow: auto; }

body {
  font-size: 1.5rem;
  position: relative;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  counter-reset: number 0;
  word-wrap: break-word;
  overflow: hidden;
  min-width: 100%;
  animation: fadeIn 2s ease 0s 1 normal; }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
input[type="submit"], input[type="button"], button {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-appearance: none; }

a {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  /*background-color: rgba(255, 255, 255, 0);*/
  color: #000000;
  text-decoration: none; }
  a:hover {
    transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, 0.25); }
  a img:hover {
    transition: all 0.5s ease;
    opacity: 0.75; }

input:hover {
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0.75; }

.l-header {
  width: 100%; }

.l-main {
  width: 100%;
  height: auto;
  padding-top: 110px; }

@media screen and (max-width: 1199px) {
  .l-main {
    padding-top: 50px; } }
.l-container {
  width: 1000px;
  height: auto;
  margin: auto; }

@media screen and (max-width: 1199px) {
  .l-container {
    width: 100%; } }
.l-footer {
  width: 100%; }

.c-main {
  position: relative;
  margin-bottom: 30px;
  border-bottom: #F5F6F7 solid 20px; }
  .c-main::before {
    content: '';
    position: absolute;
    bottom: -15px;
    right: 100px;
    width: 450px;
    height: 170px;
    background: url("../img/common/img_car.png") no-repeat center; }
  .c-main.ls-active::before {
    animation: main 1.0s ease forwards; }
@keyframes main {
  0% {
    transform: translateX(400px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
  .c-main::after {
    content: '';
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 30px;
    background-color: #0D5DA5; }

@media screen and (max-width: 1199px) {
  .c-main {
    margin-bottom: 15px;
    border-bottom-width: 10px;
    padding-bottom: 40px; }
    .c-main::before {
      bottom: -5px;
      right: 50px;
      width: 180px;
      height: 65px;
      background-size: 180px 65px; }
    .c-main::after {
      bottom: -25px;
      height: 15px; } }
.c-mainTitle {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background-color: #0D5DA5;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  font-size: 3.0rem;
  line-height: 3.0rem;
  letter-spacing: 0.1em; }
  .c-mainTitle::before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.2);
    font-size: 8.0rem;
    line-height: 10.0rem; }

@media screen and (max-width: 1199px) {
  .c-mainTitle {
    height: 50px;
    font-size: 2.0rem;
    line-height: 2.0rem; }
    .c-mainTitle::before {
      font-size: 4.0rem;
      line-height: 5.0rem; } }
.c-breadcrumb {
  width: 100%;
  height: auto;
  padding: 12px 0;
  box-sizing: border-box;
  border-bottom: #CCCCCC solid 1px; }
  .c-breadcrumb div {
    font-size: 1.4rem;
    line-height: 1.6rem; }
  .c-breadcrumb span {
    font-size: 1.4rem;
    line-height: 1.6rem; }
  .c-breadcrumb a {
    color: #0D5DA5;
    text-decoration: underline; }

@media screen and (max-width: 1199px) {
  .c-breadcrumb {
    padding: 6px; }
    .c-breadcrumb div {
      font-size: 1.2rem;
      line-height: 1.4rem; }
    .c-breadcrumb span {
      font-size: 1.2rem;
      line-height: 1.4rem; } }
.c-anchor {
  width: 100%;
  height: auto;
  padding: 22px 0;
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%); }
  .c-anchor .c-anchor__list {
    display: flex;
    justify-content: space-around;
    align-items: center; }
    .c-anchor .c-anchor__list li {
      height: 56px;
      border: #FFFFFF solid 3px;
      box-sizing: border-box;
      box-shadow: 0 0 5px #999999;
      background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
      transition: all 1.0s ease; }
      .c-anchor .c-anchor__list li a {
        display: block;
        font-weight: 800;
        text-align: center;
        color: #000000;
        font-size: 2.4rem;
        line-height: 5.0rem; }
      .c-anchor .c-anchor__list li:hover {
        background: #E9ECED;
        transition: all 1.0s ease; }

@media screen and (max-width: 1199px) {
  .c-anchor {
    padding: 12px;
    box-sizing: border-box; }
    .c-anchor .c-anchor__list {
      display: block;
      width: 100%;
      height: auto;
      box-shadow: 0 0 3px #999999; }
      .c-anchor .c-anchor__list li {
        width: 100%;
        height: 32px;
        border: none;
        box-shadow: none; }
        .c-anchor .c-anchor__list li a {
          font-size: 1.4rem;
          line-height: 3.0rem; } }
.c-sectionTitle {
  width: 100%;
  height: 65px;
  font-weight: 800;
  text-align: center;
  font-size: 4.0rem;
  line-height: 6.5rem; }

@media screen and (max-width: 1199px) {
  .c-sectionTitle {
    height: 35px;
    font-size: 2.0rem;
    line-height: 3.5rem; } }
.p-header {
  position: fixed;
  z-index: 50;
  top: 0;
  height: 110px;
  background-color: #FFFFFF;
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #F8F8F8 100%); }
  .p-header.ls-active {
    box-shadow: 0 0 5px #F8F8F8;
    animation: header 2.0s ease; }
@keyframes header {
  0% {
    transform: translateY(-150px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
    .p-header.ls-active .p-navigation .menu-item--campaign {
      animation: campaign 2.5s ease; }
@keyframes campaign {
  0% {
    opacity: 0; }
  50% {
    transform: translateX(200px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
  .p-header .p-logo {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    /*width: 400px;*/
    height: 110px;
    background: url("../img/common/logo.png") no-repeat center;
    /*background-size: 340px 50px;*/
    width: 320px;
    background-size: 300px auto; }
    .p-header .p-logo a {
      display: block;
      width: 100%;
      height: 100%;
      background: none; }
  .p-header .p-sdgs {
    position: absolute;
    /*left: 400px;*/
    top: 0;
    display: block;
    /*width: 120px;
    height: 110px;
    background: url("../img/common/img_sdgs.png") no-repeat center;*/
    left: 320px;
    width: 150px;
    height: 110px;
    background: url("../img/common/img_sdgs_bronze.jpg") no-repeat left center;
    background-size: auto 40px; }
  .p-header .p-address {
    position: absolute;
    right: 605px;
    top: 0;
    width: auto;
    height: 35px; }
    .p-header .p-address .p-address__telephone {
      display: inline-block;
      vertical-align: top; }
      .p-header .p-address .p-address__telephone::before {
        content: '';
        display: inline-block;
        vertical-align: top;
        width: 24px;
        height: 24px;
        margin: 5px 3px 0 0;
        background: url("../img/common/icon_telephone.png") no-repeat left top;
        background-size: 24px auto; }
      .p-header .p-address .p-address__telephone strong {
        font-weight: 400;
        font-size: 2.8rem;
        line-height: 3.5rem; }
        .p-header .p-address .p-address__telephone strong a {
          pointer-events: none; }
    .p-header .p-address .p-address__business {
      display: inline-block;
      vertical-align: top;
      width: 150px;
      height: 35px;
      margin-left: 20px;
      background-color: #0D5DA5; }
      .p-header .p-address .p-address__business a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #FFFFFF;
        text-align: center;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 4.0rem; }
      .p-header .p-address .p-address__business strong {
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 3.5rem; }
      .p-header .p-address .p-address__business br {
        display: none; }
  .p-header .p-sns {
    position: absolute;
    right: 430px;
    top: 0;
    width: 164px;
    height: 36px;
    background: url("../img/common/icon_sns.png") no-repeat top left 13px; }
    .p-header .p-sns .p-sns__item {
      display: inline-block;
      vertical-align: top;
      width: 28px;
      height: 28px;
      margin: 4px 0 4px 13px;
      border-radius: 14px; }
      .p-header .p-sns .p-sns__item a {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 14px; }
  .p-header .p-navigation {
    float: right;
    margin-top: 56px;
    margin-right: 236px; }
    .p-header .p-navigation .menu-item {
      display: inline-block;
      vertical-align: top;
      margin-right: 40px;
      /*&--campaign {
      	position: fixed;
      	right: 0;
      	top: 200px;
      	width: 70px;
      	height: 270px;
      	margin-right: 0;
      	border: #E8E1DF solid 5px;
      	border-right: none;
      	padding: 5px 0 5px 5px;
      	box-sizing: border-box;
      	background-color: #9B0000;
      	a {
      		width: 100%;
      		height: 100%;
      		-ms-writing-mode: tb-rl;
      		writing-mode: vertical-rl;
      		color: #FFFFFF;
      		font-size: 1.8rem;
      		text-indent: 1em;
      		border: #E8E1DF solid 1px;
      		border-right: none;
      		box-sizing: border-box;
      		background-color: #9B0000;
      		background: url("../img/common/bg_btn_campaign01.png") no-repeat center top 5px, url("../img/common/bg_btn_campaign02.png") no-repeat left bottom 5px, linear-gradient(45deg, #9B0000 0%, #FF3300 60%, #FF3300 60%, #9B0000 100%);
      		background-size: 40px auto, 60px auto, auto;
      		&:hover {
      			border-bottom-color: #E8E1DF;
      			opacity: 0.75;
      			&::before {
      				display: none;
      			}
      		}
      	}
      }*/ }
      .p-header .p-navigation .menu-item a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
        color: #000000;
        font-size: 1.4rem;
        line-height: 4.0rem; }
        .p-header .p-navigation .menu-item a:hover::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 0;
          height: 1px;
          background-color: #000000;
          animation: hover 0.5s ease forwards; }
@keyframes hover {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
      .p-header .p-navigation .menu-item--application {
        position: absolute;
        right: 205px;
        top: 0;
        width: 200px;
        height: 35px;
        margin-right: 0;
        background-color: #0D5DA5; }
        .p-header .p-navigation .menu-item--application a {
          color: #FFFF00; }
          .p-header .p-navigation .menu-item--application a:hover::before {
            display: none; }
      .p-header .p-navigation .menu-item--contact {
        position: absolute;
        right: 0;
        top: 0;
        width: 200px;
        height: 35px;
        margin-right: 0;
        background-color: #333333; }
        .p-header .p-navigation .menu-item--contact a {
          color: #FFFFFF; }
          .p-header .p-navigation .menu-item--contact a:hover::before {
            display: none; }
      .p-header .p-navigation .menu-item--student {
        position: absolute;
        right: 30px;
        bottom: 15px;
        width: 206px;
        height: 40px;
        margin-right: 0;
        border-radius: 5px;
        background-color: #0D5DA5;
        background: linear-gradient(to right, #0D5DA5 0%, #0974B9 75%, #00A5E5 100%); }
        .p-header .p-navigation .menu-item--student a {
          color: #FFFFFF;
          border-radius: 5px; }
          .p-header .p-navigation .menu-item--student a:hover::before {
            display: none; }
      .p-header .p-navigation .menu-item--campaign {
        position: fixed;
        right: 0;
        top: 200px;
        width: 70px;
        height: 270px;
        margin-right: 0;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background: linear-gradient(to bottom, #00A5E5 0%, #0D5DA5 40%, #0D5DA5 60%, #00A5E5 100%); }
        .p-header .p-navigation .menu-item--campaign a {
          width: 100%;
          height: 100%;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          color: #FFFFFF;
          font-weight: 400;
          font-size: 2.4rem;
          box-sizing: border-box;
          background-size: 40px auto, 60px auto, auto; }
          .p-header .p-navigation .menu-item--campaign a:hover {
            opacity: 0.75; }
            .p-header .p-navigation .menu-item--campaign a:hover::before {
              display: none; }

@media all and (-ms-high-contrast: none) {
  .p-header .p-address .p-address__telephone strong {
    position: relative;
    top: 5px; } }
@media screen and (max-width: 1749px) {
  .p-header .p-address {
    right: 485px;
    height: auto; }
    .p-header .p-address .p-address__business {
      width: 150px;
      margin-left: 10px; }
      .p-header .p-address .p-address__business strong {
        line-height: 1.8rem; }
      .p-header .p-address .p-address__business br {
        display: inline-block; }
  .p-header .p-sns {
    right: 320px; }
  .p-header .p-navigation .menu-item--application {
    right: 155px;
    width: 150px; }
  .p-header .p-navigation .menu-item--contact {
    width: 150px; } }
@media screen and (max-width: 1499px) {
  .p-header {
    	/*.p-logo {
            width: 350px;
    		background-size: 300px auto;
        }
    	.p-sdgs {
            left: 350px;
    		width: 100px;
    		background-size: 100px auto;
    	}*/ }
    .p-header .p-address {
      right: 425px;
      /*.p-address__telephone {
      	display: block;
      	text-align: right;
      }*/ }
      .p-header .p-address .p-address__business {
        width: 120px;
        /*display: block;
        margin-top: -6px;
        font-size: 1.0rem;
        line-height: 1.2rem;
        strong {
        	font-size: 1.0rem;
        	line-height: 1.2rem;
        }*/ }
        .p-header .p-address .p-address__business a {
          font-size: 1.2rem; }
    .p-header .p-sns {
      right: 260px; }
    .p-header .p-navigation {
      margin-right: 185px; }
      .p-header .p-navigation .menu-item {
        margin-right: 15px; }
        .p-header .p-navigation .menu-item a {
          font-size: 1.2rem; }
        .p-header .p-navigation .menu-item--application {
          right: 125px;
          width: 120px;
          margin-right: 0; }
        .p-header .p-navigation .menu-item--contact {
          width: 120px;
          margin-right: 0; }
        .p-header .p-navigation .menu-item--student {
          width: 150px;
          margin-right: 0; }
        .p-header .p-navigation .menu-item--campaign {
          margin-right: 0; }
          .p-header .p-navigation .menu-item--campaign a {
            font-size: 2.4rem; } }
@media screen and (max-width: 1199px) {
  .p-header {
    position: fixed;
    z-index: 49;
    top: 0;
    height: 50px;
    box-shadow: 0 0 3px #F8F8F8; }
    .p-header.ls-active {
      animation: none; }
    .p-header .p-logo {
      width: 175px;
      height: 50px;
      background-size: auto 25px; }
    .p-header .p-sdgs {
      left: 175px;
      /*width: 45px;*/
      width: 90px;
      height: 50px;
      background-size: auto 25px; }
    .p-header .p-address {
      right: 55px;
      top: 5px;
      width: 40px;
      height: 40px; }
      .p-header .p-address .p-address__telephone::before {
        width: 40px;
        height: 40px;
        margin: 0;
        border: #0D5DA5 solid 2px;
        box-sizing: border-box;
        border-radius: 50%;
        background-position: left 3px top 3px;
        background-size: 30px auto; }
      .p-header .p-address .p-address__telephone strong {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
        font-size: 0; }
        .p-header .p-address .p-address__telephone strong a {
          display: block;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          pointer-events: auto; }
      .p-header .p-address .p-address__business {
        display: none; }
    .p-header .p-sns {
      display: none; }
    .p-header .p-navigation {
      display: none; } }
.p-company .p-company__title::before {
  content: 'COMPANY'; }

.p-company .p-philosophy {
  padding: 100px 0 50px; }
  .p-company .p-philosophy .p-philosophy__title {
    color: #0D5DA5; }
  .p-company .p-philosophy .p-philosophy__text {
    text-align: center;
    font-weight: 800;
    font-size: 5.0rem;
    line-height: 8.0rem;
    padding: 1em 0 2em; }

@media screen and (max-width: 1199px) {
  .p-company .p-philosophy {
    padding: 50px 0 10px; }
    .p-company .p-philosophy .p-philosophy__text {
      font-size: 2.5rem;
      line-height: 4.0rem;
      padding: 0.5em 0; } }
.p-company .p-greeting {
  position: relative;
  padding: 80px 0 60px;
  background-color: #EFECDB; }
  .p-company .p-greeting::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% + 45px);
    width: 752px;
    height: 500px;
    background: url("../img/company/bg_greeting.png") no-repeat center; }
  .p-company .p-greeting .p-greeting__title {
    color: #CC9900;
    padding-bottom: 1em; }
  .p-company .p-greeting .p-greeting__message {
    display: table;
    width: 960px;
    height: auto;
    margin: auto;
    padding-right: 300px;
    box-sizing: border-box; }
    .p-company .p-greeting .p-greeting__message dt {
      font-weight: 800;
      font-size: 2.6rem;
      line-height: 3.0rem;
      padding-bottom: 1.5em; }
    .p-company .p-greeting .p-greeting__message dd {
      font-size: 1.6rem;
      line-height: 2.8rem; }
      .p-company .p-greeting .p-greeting__message dd img {
        float: right;
        width: 256px;
        height: 38px;
        padding-top: 40px; }

@media screen and (max-width: 1199px) {
  .p-company .p-greeting {
    position: relative;
    padding: 50px 0; }
    .p-company .p-greeting::before {
      content: '';
      position: absolute;
      bottom: 90px;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 0;
      padding-top: 66.49%;
      background-size: 100% auto; }
    .p-company .p-greeting .p-greeting__message {
      display: block;
      width: auto;
      padding: 0 20px; }
      .p-company .p-greeting .p-greeting__message dt {
        font-size: 1.6rem;
        line-height: 2.0rem;
        padding-bottom: 1em; }
      .p-company .p-greeting .p-greeting__message dd {
        font-size: 1.2rem;
        line-height: 2.4rem; }
        .p-company .p-greeting .p-greeting__message dd img {
          float: none;
          display: block;
          margin: auto;
          padding-top: 74%;
          text-align: center; } }
.p-company .p-section {
  padding: 100px 0 30px;
  background-color: #F5F6F7; }
  .p-company .p-section--history {
    margin-bottom: 200px; }
  .p-company .p-section .p-section__title {
    color: #0D5DA5;
    padding-bottom: 1em; }
  .p-company .p-section .p-section__table {
    width: 960px;
    height: auto;
    margin: auto; }
    .p-company .p-section .p-section__table tr {
      border-bottom: #CCCCCC solid 1px; }
    .p-company .p-section .p-section__table th, .p-company .p-section .p-section__table td {
      text-align: left;
      font-size: 1.6rem;
      line-height: 2.4rem; }
    .p-company .p-section .p-section__table th {
      width: 180px;
      padding: 0.75em 0 0.75em 2em; }
    .p-company .p-section .p-section__table td {
      padding: 0.75em 2em 0.75em 0; }
    .p-company .p-section .p-section__table a {
      color: #0D5DA5;
      font-size: 1.6rem;
      line-height: 2.4rem; }
      .p-company .p-section .p-section__table a:hover {
        text-decoration: underline; }

@media screen and (max-width: 1199px) {
  .p-company .p-section {
    padding: 50px 0 0; }
    .p-company .p-section--history {
      margin-bottom: 40px;
      padding-bottom: 20px; }
    .p-company .p-section .p-section__table {
      display: block;
      width: auto;
      margin: 0 20px; }
      .p-company .p-section .p-section__table tbody {
        display: block;
        width: 100%; }
      .p-company .p-section .p-section__table tr {
        display: block;
        width: 100%; }
      .p-company .p-section .p-section__table th, .p-company .p-section .p-section__table td {
        display: block;
        font-size: 1.2rem;
        line-height: 2.0rem; }
      .p-company .p-section .p-section__table th {
        width: 100%;
        padding: 0.5em 0.5em 0; }
      .p-company .p-section .p-section__table td {
        width: 100%;
        padding: 0.5em; }
      .p-company .p-section .p-section__table a {
        font-size: 1.2rem;
        line-height: 2.0rem; } }
.p-footer .p-footer__top {
  width: 100%;
  height: auto;
  padding: 70px 0;
  background-color: #F5F6F7; }
.p-footer .p-footer__middle {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 75px 0;
  background-color: #FFFFFF; }
.p-footer .p-footer__bottom {
  width: 100%;
  height: auto;
  padding: 45px 0 100px;
  background-color: #0D5DA5; }
.p-footer .p-banner {
  width: 100%;
  height: 60px;
  text-align: center;
  overflow: hidden; }
  .p-footer .p-banner .p-banner__item {
    display: inline-block;
    width: 234px;
    height: 60px;
    margin: 0 10px; }
.p-footer .p-address {
  width: 415px;
  height: auto;
  padding-bottom: 60px;
  border-right: #CCCCCC solid 1px;
  box-sizing: border-box;
  background: url("../img/common/img_sticker.png") no-repeat bottom left 95px; }
  .p-footer .p-address .p-address__logo {
    width: 100%;
    height: 65px;
    background: url("../img/common/logo.png") no-repeat center left 20px;
    background-size: 300px auto; }
  .p-footer .p-address .p-address__text {
    margin-left: 95px;
    text-align: left; }
    .p-footer .p-address .p-address__text span {
      display: inline-block;
      font-size: 1.4rem;
      line-height: 2.0rem;
      padding-right: 1.5em; }
.p-footer .p-checkbox {
  display: none; }
.p-footer .p-menu {
  width: 685px;
  height: auto; }
  .p-footer .p-menu .p-menu__list .sub-menu {
    float: left;
    margin-left: 55px; }
    .p-footer .p-menu .p-menu__list .sub-menu .menu-item {
      display: block;
      padding-bottom: 14px; }
      .p-footer .p-menu .p-menu__list .sub-menu .menu-item--businesshourHome {
        display: none; }
      .p-footer .p-menu .p-menu__list .sub-menu .menu-item--businesshour {
        display: block; }
      .p-footer .p-menu .p-menu__list .sub-menu .menu-item a {
        font-size: 1.4rem;
        line-height: 1.4rem; }
        .p-footer .p-menu .p-menu__list .sub-menu .menu-item a:hover {
          text-decoration: underline;
          background: none; }
      .p-footer .p-menu .p-menu__list .sub-menu .menu-item .sub-menu {
        float: none;
        margin-left: 0; }
        .p-footer .p-menu .p-menu__list .sub-menu .menu-item .sub-menu .menu-item {
          padding-top: 14px;
          padding-bottom: 0; }
          .p-footer .p-menu .p-menu__list .sub-menu .menu-item .sub-menu .menu-item::before {
            content: '\251C';
            font-size: 1.4rem;
            line-height: 1.4rem;
            padding-right: 0.5em; }
          .p-footer .p-menu .p-menu__list .sub-menu .menu-item .sub-menu .menu-item:last-child::before {
            content: '\2514'; }
  .p-footer .p-menu .p-menu__sns {
    display: none;
    visibility: hidden; }
.p-footer .p-othermenu .p-othermenu__list {
  text-align: center;
  padding-bottom: 80px; }
  .p-footer .p-othermenu .p-othermenu__list .menu-item {
    display: inline-block;
    padding: 0 14px; }
    .p-footer .p-othermenu .p-othermenu__list .menu-item a {
      color: #FFFFFF;
      font-size: 1.4rem;
      line-height: 1.4rem; }
      .p-footer .p-othermenu .p-othermenu__list .menu-item a:hover {
        text-decoration: underline;
        background: none; }
.p-footer .p-copyright {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.4rem; }
.p-footer .p-pagetop {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 70px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  box-shadow: 0 0 3px #0D5DA5;
  background: url("../img/common/btn_pagetop.png") no-repeat center;
  background-size: 50px 50px;
  transition: all 1.0s ease; }
  .p-footer .p-pagetop:hover {
    transition: all 1.0s ease; }
  .p-footer .p-pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%; }
.p-footer .p-pcmenu .p-pcmenu__button {
  position: fixed;
  z-index: 10;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-top: #FFFFFF 1px solid;
  background-color: #FFFFFF; }
  .p-footer .p-pcmenu .p-pcmenu__button .p-button__item {
    width: 33.33%;
    height: 60px; }
    .p-footer .p-pcmenu .p-pcmenu__button .p-button__item--telephone {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-color: rgba(13, 93, 165, 0.35); }
      .p-footer .p-pcmenu .p-pcmenu__button .p-button__item--telephone strong {
        display: block;
        color: #0D5DA5;
        font-size: 3.2rem;
        line-height: 3.5rem;
        letter-spacing: 0.1em; }
        .p-footer .p-pcmenu .p-pcmenu__button .p-button__item--telephone strong::before {
          content: '';
          display: inline-block;
          vertical-align: top;
          width: 30px;
          height: 30px;
          margin: 3px 3px 0 0;
          background: url("../img/common/icon_telephone.png") no-repeat left top;
          background-size: 30px auto; }
      .p-footer .p-pcmenu .p-pcmenu__button .p-button__item--telephone i {
        display: block;
        color: #0D5DA5;
        font-size: 1.2rem;
        line-height: 1.2rem; }
        .p-footer .p-pcmenu .p-pcmenu__button .p-button__item--telephone i em {
          font-weight: 700;
          font-size: 1.2rem;
          line-height: 1.2rem; }
    .p-footer .p-pcmenu .p-pcmenu__button .p-button__item--application {
      background: linear-gradient(to right, #00A5E5 0%, #0D5DA5 40%, #0D5DA5 60%, #00A5E5 100%); }
      .p-footer .p-pcmenu .p-pcmenu__button .p-button__item--application a {
        color: #FFFF00;
        font-size: 3.0rem;
        line-height: 3.0rem; }
    .p-footer .p-pcmenu .p-pcmenu__button .p-button__item--contact {
      background-color: rgba(13, 93, 165, 0.35); }
      .p-footer .p-pcmenu .p-pcmenu__button .p-button__item--contact a {
        color: #0D5DA5;
        font-size: 2.6rem;
        line-height: 2.6rem; }
    .p-footer .p-pcmenu .p-pcmenu__button .p-button__item a {
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 400;
      letter-spacing: 0.1em; }
.p-footer .p-spmenu {
  display: none; }

.home .p-footer .p-menu .p-menu__list .sub-menu .menu-item--businesshourHome {
  display: block; }
.home .p-footer .p-menu .p-menu__list .sub-menu .menu-item--businesshour {
  display: none; }

/*@media all and (-ms-high-contrast: none) {
.p-footer {
	.p-pcmenu {
		.p-pcmenu__button {
			.p-button__item {
				&--freedial {
					.p-button__freedial {
						&::before {
							position: relative;
							top: -4px;
						}
						strong {
							position: relative;
							top: 6px;
						}
					}
				}
			}
		}
	}
}
}*/
@media screen and (max-width: 1199px) {
  .p-footer .p-footer__top {
    display: block;
    padding: 30px 0; }
  .p-footer .p-footer__middle {
    display: block;
    padding: 30px 0; }
  .p-footer .p-footer__bottom {
    padding: 15px 0 75px; }
  .p-footer .p-banner {
    height: 42px; }
    .p-footer .p-banner .p-banner__item {
      width: 160px;
      height: 42px; }
      .p-footer .p-banner .p-banner__item img {
        width: 160px;
        height: auto; }
  .p-footer .p-address {
    width: 100%;
    padding-bottom: 40px;
    border-right: none;
    background-position: bottom center;
    background-size: auto 36px; }
    .p-footer .p-address .p-address__logo {
      width: 100%;
      height: 65px;
      background-position: center;
      background-size: 300px auto; }
    .p-footer .p-address .p-address__text {
      margin-left: 0;
      text-align: center; }
      .p-footer .p-address .p-address__text span {
        display: block;
        font-size: 1.4rem;
        line-height: 2.8rem;
        padding-right: 0; }
  .p-footer .p-checkbox {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0; }
    .p-footer .p-checkbox:checked + .p-label .p-label__bar {
      transition: all 0.5s ease; }
      .p-footer .p-checkbox:checked + .p-label .p-label__bar--top {
        transform: rotate(-45deg); }
      .p-footer .p-checkbox:checked + .p-label .p-label__bar--middle {
        opacity: 0; }
      .p-footer .p-checkbox:checked + .p-label .p-label__bar--bottom {
        transform: rotate(45deg); }
    .p-footer .p-checkbox:checked ~ .p-menu {
      visibility: visible;
      opacity: 1;
      height: calc(100vh - 50px);
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      transition: opacity 0.25s ease; }
  .p-footer .p-label {
    visibility: visible;
    position: fixed;
    z-index: 101;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #0D5DA5; }
    .p-footer .p-label .p-label__bar {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 25px;
      height: 3px;
      background-color: #EFE9DB;
      transition: all 0.5s ease; }
      .p-footer .p-label .p-label__bar--top {
        transform: translateY(-8px); }
      .p-footer .p-label .p-label__bar--bottom {
        transform: translateY(8px); }
  .p-footer .p-menu {
    visibility: hidden;
    opacity: 0;
    position: fixed !important;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    top: 50px;
    background-color: #0D5DA5;
    transition: opacity 0.25s ease; }
    .p-footer .p-menu .p-menu__list .sub-menu {
      float: none;
      margin-left: 0; }
      .p-footer .p-menu .p-menu__list .sub-menu .menu-item {
        width: 100%;
        height: auto;
        padding-bottom: 0;
        border-bottom: #FFFFFF solid 1px; }
        .p-footer .p-menu .p-menu__list .sub-menu .menu-item--fee {
          background-color: #09345B; }
        .p-footer .p-menu .p-menu__list .sub-menu .menu-item a {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          height: 40px;
          padding-left: 1em;
          box-sizing: border-box;
          color: #FFFFFF; }
        .p-footer .p-menu .p-menu__list .sub-menu .menu-item .sub-menu .menu-item {
          display: inline-block;
          width: 50%;
          padding-top: 0;
          box-sizing: border-box;
          border-top: #FFFFFF solid 1px;
          border-right: #FFFFFF solid 1px;
          border-bottom: none; }
          .p-footer .p-menu .p-menu__list .sub-menu .menu-item .sub-menu .menu-item::before {
            display: none; }
          .p-footer .p-menu .p-menu__list .sub-menu .menu-item .sub-menu .menu-item:last-child {
            border-right: 0; }
          .p-footer .p-menu .p-menu__list .sub-menu .menu-item .sub-menu .menu-item a {
            justify-content: center;
            align-items: center;
            height: 40px;
            padding-left: 0; }
    .p-footer .p-menu .p-menu__sns {
      visibility: visible;
      display: flex;
      justify-content: space-between;
      align-content: center;
      width: 250px;
      height: 50px;
      margin: 25px auto 25px;
      margin-bottom: calc(25px + env(safe-area-inset-bottom)); }
      .p-footer .p-menu .p-menu__sns .p-sns__item {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-image: url("../img/common/icon_sns_sp.png");
        background-repeat: no-repeat;
        background-size: 320px 50px; }
        .p-footer .p-menu .p-menu__sns .p-sns__item--facebook {
          background-position: left top; }
        .p-footer .p-menu .p-menu__sns .p-sns__item--instagram {
          background-position: left -67px top; }
        .p-footer .p-menu .p-menu__sns .p-sns__item--line {
          background-position: left -134px top; }
        .p-footer .p-menu .p-menu__sns .p-sns__item--youtube {
          background-position: left -201px top; }
        .p-footer .p-menu .p-menu__sns .p-sns__item a {
          display: block;
          width: 100%;
          height: 100%;
          border-radius: 50%; }
  .p-footer .p-othermenu {
    display: none; }
  .p-footer .p-pagetop {
    bottom: calc(70px + env(safe-area-inset-bottom));
    transition: none; }
    .p-footer .p-pagetop:hover {
      transition: none; }
  .p-footer .p-pcmenu {
    display: none; }
  .p-footer .p-spmenu {
    display: block; }
    .p-footer .p-spmenu .p-spmenu__button {
      display: block;
      position: fixed;
      z-index: 99;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 60px; }
      .p-footer .p-spmenu .p-spmenu__button .p-button__item {
        width: 25%;
        height: 60px;
        padding-bottom: env(safe-area-inset-bottom); }
        .p-footer .p-spmenu .p-spmenu__button .p-button__item a {
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          width: 100%;
          height: 100%; }
        .p-footer .p-spmenu .p-spmenu__button .p-button__item--application {
          /*background-color: #FF0000;*/
          background: linear-gradient(to right, #00A5E5 0%, #0D5DA5 40%, #0D5DA5 60%, #00A5E5 100%); }
          .p-footer .p-spmenu .p-spmenu__button .p-button__item--application a {
            color: #FFFF00;
            font-weight: 800;
            font-size: 1.8rem;
            line-height: 1.8rem; }
        .p-footer .p-spmenu .p-spmenu__button .p-button__item--contact {
          background-color: #000000; }
          .p-footer .p-spmenu .p-spmenu__button .p-button__item--contact a {
            color: #FFFFFF;
            font-weight: 700;
            font-size: 1.6rem;
            line-height: 1.8rem; }
        .p-footer .p-spmenu .p-spmenu__button .p-button__item--campaign {
          /*background: url("../img/common/bg_btn_campaign01.png") no-repeat left top, url("../img/common/bg_btn_campaign02.png") no-repeat right top 12px, #FF0000;*/
          background: url("../img/common/bg_btn_campaign01.png") no-repeat left top, url("../img/common/bg_btn_campaign02.png") no-repeat right top 12px, linear-gradient(to right, #00A5E5 0%, #0D5DA5 40%, #0D5DA5 60%, #00A5E5 100%);
          background-size: auto 48px, auto 48px; }
          .p-footer .p-spmenu .p-spmenu__button .p-button__item--campaign a {
            /*color: #FFFFFF;*/
            color: #FFFF00;
            font-weight: 700;
            font-size: 1.3rem;
            line-height: 1.3rem; }
        .p-footer .p-spmenu .p-spmenu__button .p-button__item--student {
          background-color: #000000; }
          .p-footer .p-spmenu .p-spmenu__button .p-button__item--student a {
            color: #FFFFFF;
            font-weight: 700;
            font-size: 1.6rem;
            line-height: 1.8rem; } }
/* content===========================================

	utility.css
	
		Utilities
		Fonts
		Colors
		Spacing
		Border radius
		Table (Responsive)


	KABOSU MEDIA WORKS

===================================================== */
/*	 Utilities
===================================================== */
.u-clear {
  clear: both; }

.u-clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.u-dn {
  display: none; }

.u-di {
  display: inline; }

.u-db {
  display: block; }

.u-dt {
  display: table; }

.u-vh {
  visibility: hidden; }

.u-fln {
  float: none; }

.u-fll {
  float: left; }

.u-flr {
  float: right; }

.u-tal {
  text-align: left; }

.u-tac {
  text-align: center; }

.u-tar {
  text-align: right; }

/*	Fonts
===================================================== */
.u-fontKakugo {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.u-fontMincho {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif Japanese", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.u-fontMarugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO"; }

.u-fontYuGothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; }

.u-fontYuMincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

/*.u-VDL-V7Gothic { font-family: 'Zen Kaku Gothic New', sans-serif; font-style: normal; }*/
.u-fontArchivoBlack {
  font-family: 'Archivo Black', sans-serif; }

/*	Colors
===================================================== */
/* cRed:Red, cBlue:Blue, cGreen:Green, cYellow:Yellow, cGrey:Grey  */
/*** 参考元 --> http://t32k.me/wisteria/ ***/
.u-cBlack {
  color: #000000; }

.u-cRed-light {
  color: #FFCDD2; }

.u-cRed {
  color: #F44336; }

.u-cRed-dark {
  color: #B71C1C; }

.u-cBlue-light {
  color: #BBDEFB; }

.u-cBlue {
  color: #2196F3; }

.u-cBlue-dark {
  color: #0D47A1; }

.u-cGreen-light {
  color: #C8E6C9; }

.u-cGreen {
  color: #4CAF50; }

.u-cGreen-dark {
  color: #1B5E20; }

.u-cYellow-light {
  color: #FFF9C4; }

.u-cYellow {
  color: #FFEB3B; }

.u-cYellow-dark {
  color: #F57F17; }

.u-cGrey-light {
  color: #F5F5F5; }

.u-cGrey {
  color: #9E9E9E; }

.u-cGrey-dark {
  color: #212121; }

/* background color */
.u-bgcRed-light {
  background-color: #FFCDD2; }

.u-bgcRed {
  background-color: #F44336; }

.u-bgcRed-dark {
  background-color: #B71C1C; }

.u-bgcBlue-light {
  background-color: #BBDEFB; }

.u-bgcBlue {
  background-color: #2196F3; }

.u-bgcBlue-dark {
  background-color: #0D47A1; }

.u-bgcGreen-light {
  background-color: #C8E6C9; }

.u-bgcGreen {
  background-color: #4CAF50; }

.u-bgcGreen-dark {
  background-color: #1B5E20; }

.u-bgcYellow-light {
  background-color: #FFF9C4; }

.u-bgcYellow {
  background-color: #FFEB3B; }

.u-bgcYellow-dark {
  background-color: #F57F17; }

.u-bgcGrey-light {
  background-color: #F5F5F5; }

.u-bgcGrey {
  background-color: #9E9E9E; }

.u-bgcGrey-dark {
  background-color: #212121; }

/*	Spacing
===================================================== */
/*margin (rem) */
.u-ma {
  margin: auto; }

.u-mn {
  margin: 0; }

.u-mtn {
  margin-top: 0; }

.u-mts {
  margin-top: .4rem; }

.u-mtm {
  margin-top: 1.6rem; }

.u-mtl {
  margin-top: 3.2rem; }

.u-mtx {
  margin-top: 4.8rem; }

.u-mbn {
  margin-bottom: 0; }

.u-mbs {
  margin-bottom: .4rem; }

.u-mbm {
  margin-bottom: 1.6rem; }

.u-mbl {
  margin-bottom: 3.2rem; }

.u-mbx {
  margin-bottom: 4.8rem; }

/*margin (px) */
.u-mt5 {
  margin-top: 5px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mr25 {
  margin-right: 25px !important; }

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

.u-ml25 {
  margin-left: 25px !important; }

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

.u-mr30 {
  margin-right: 30px !important; }

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

.u-ml30 {
  margin-left: 30px !important; }

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

.u-mr40 {
  margin-right: 40px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-ml40 {
  margin-left: 40px !important; }

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

.u-mr50 {
  margin-right: 50px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-ml50 {
  margin-left: 50px !important; }

/*padding (rem) */
.u-pn {
  padding: 0; }

.u-ptn {
  padding-top: 0; }

.u-pts {
  padding-top: .4rem; }

.u-ptm {
  padding-top: 1.6rem; }

.u-ptl {
  padding-top: 3.2rem; }

.u-ptx {
  padding-top: 4.8rem; }

.u-pbn {
  padding-bottom: 0; }

.u-pbs {
  padding-bottom: .4rem; }

.u-pbm {
  padding-bottom: 1.6rem; }

.u-pbl {
  padding-bottom: 3.2rem; }

.u-pbx {
  padding-bottom: 4.8rem; }

/*padding (px) */
.u-pt5 {
  padding-top: 5px !important; }

.u-pr5 {
  padding-right: 5px !important; }

.u-pb5 {
  padding-bottom: 5px !important; }

.u-pl5 {
  padding-left: 5px !important; }

.u-pt10 {
  padding-top: 10px !important; }

.u-pr10 {
  padding-right: 10px !important; }

.u-pb10 {
  padding-bottom: 10px !important; }

.u-pl10 {
  padding-left: 10px !important; }

.u-pt15 {
  padding-top: 15px !important; }

.u-pr15 {
  padding-right: 15px !important; }

.u-pb15 {
  padding-bottom: 15px !important; }

.u-pl15 {
  padding-left: 15px !important; }

.u-pt20 {
  padding-top: 20px !important; }

.u-pr20 {
  padding-right: 20px !important; }

.u-pb20 {
  padding-bottom: 20px !important; }

.u-pl20 {
  padding-left: 20px !important; }

.u-pt25 {
  padding-top: 25px !important; }

.u-pr25 {
  padding-right: 25px !important; }

.u-pb25 {
  padding-bottom: 25px !important; }

.u-pl25 {
  padding-left: 25px !important; }

.u-pt30 {
  padding-top: 30px !important; }

.u-pr30 {
  padding-right: 30px !important; }

.u-pb30 {
  padding-bottom: 30px !important; }

.u-pl30 {
  padding-left: 30px !important; }

.u-pt40 {
  padding-top: 40px !important; }

.u-pr40 {
  padding-right: 40px !important; }

.u-pb40 {
  padding-bottom: 40px !important; }

.u-pl40 {
  padding-left: 40px !important; }

.u-pt50 {
  padding-top: 50px !important; }

.u-pr50 {
  padding-right: 50px !important; }

.u-pb50 {
  padding-bottom: 50px !important; }

.u-pl50 {
  padding-left: 50px !important; }

/*	Border radius
===================================================== */
.c-br-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px; }

.c-br-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px; }

.c-br-12 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px; }

.c-br-16 {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px; }

/*	Table (Responsive)
===================================================== */
.p-table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto; }

@media only screen and (max-width: 40em) {
  .p-table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .p-table-responsive th,
  .p-table-responsive td {
    white-space: nowrap; } }
.u-touchGesture {
  text-align: center;
  color: #999;
  padding: 3%;
  margin-bottom: 12px;
  border: solid 1px #ddd;
  background-color: #eee; }

.u-touchGesture img {
  max-width: 80%;
  vertical-align: bottom; }
