@charset "UTF-8";
/* Scss Document */
/*



-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
            
			A : foundation
			
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
------------------------------------------------------------------------------- 


*/
/* 　initial
-----------------------------------*/
*, ::before, ::after {
  box-sizing: border-box; }

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit; }

html {
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word; }

body, dl dl, dl ol, dl ul, ol dl, ul d, ol ol, ol ul, ul ol, ul ul {
  margin: 0; }

hr {
  height: 0;
  overflow: visible; }

main {
  display: block; }

nav ol, nav ul {
  list-style: none;
  padding: 0; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

iframe, img {
  border-style: none; }

svg:not([fill]) {
  fill: currentColor; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

button, input, select {
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em; }

input {
  overflow: visible; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

select {
  text-transform: none; }

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  padding: 0; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

:-moz-focusring {
  outline: 1px dotted ButtonText; }

:-moz-ui-invalid {
  box-shadow: none; }

details {
  display: block; }

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

[hidden] {
  display: none; }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled="true"], [disabled] {
  cursor: not-allowed; }

[aria-hidden="false"][hidden] {
  display: initial; }

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }

/*



-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
            
			B : layout
			
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
------------------------------------------------------------------------------- 


*/
html {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

body {
  overflow-x: hidden;
  line-height: 1.8em; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70); }

img {
  max-width: 100%;
  height: auto; }

div {
  line-height: 2em; }

h2 {
  text-align: center;
  margin-top: 0; }

section {
  overflow: hidden; }
  @media (min-width: 481px) {
    section {
      padding: 80px 30px; } }
  @media (max-width: 480px) {
    section {
      padding: 16.6666666667% 15px; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; }

.container_full {
  padding: 0; }

/* - - - - - - - - - - - - - - - -
            
		header
			
 - - - - - - - - - - - - - - - - - */
.header-navigation {
  position: fixed;
  z-index: 50; }
  .header-navigation nav {
    overflow: hidden; }
  @media (max-width: 768px) {
    .header-navigation nav {
      width: 100%; } }
  .header-navigation img {
    max-width: 100%;
    height: auto;
    transition: .3s; }
  .header-navigation ul {
    margin: 0;
    overflow: hidden; }
  .header-navigation #btn {
    position: absolute;
    top: 0;
    right: 0; }
    .header-navigation #btn button {
      display: block;
      background: none;
      border: none;
      margin: 0;
      padding: 0;
      position: relative;
      height: 100%; }
      .header-navigation #btn button:before, .header-navigation #btn button:after, .header-navigation #btn button span {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        transform-origin: 0% 50%; }
      .header-navigation #btn button:before {
        top: 0; }
      .header-navigation #btn button:after {
        bottom: 5px; }
      .header-navigation #btn button:focus {
        outline: 0; }
      .header-navigation #btn button:hover {
        cursor: pointer; }
  .header-navigation.off #btn button:before, .header-navigation.off #btn button:after {
    left: 0;
    transform: rotate(0); }
  .header-navigation.off #btn button span {
    opacity: 1; }
  .header-navigation.on #btn button:before, .header-navigation.on #btn button:after {
    left: 3px; }
  .header-navigation.on #btn button:before {
    transform: rotate(45deg); }
  .header-navigation.on #btn button:after {
    transform: rotate(-45deg); }
  .header-navigation.on #btn button span {
    opacity: 0; }

.header-navigation.nav_type-default {
  top: 0;
  left: 0; }
  @media (max-width: 768px) {
    .header-navigation.nav_type-default nav {
      position: absolute;
      top: 0;
      left: 0;
      height: 0vh;
      overflow-y: scroll;
      transition: 0.5s; } }

header.header-navigation {
  width: 100%;
  background: #FFF;
  border-bottom: 4px solid #e00e04; }
  header.header-navigation:after {
    content: '';
    display: block;
    clear: both; }
  header.header-navigation a {
    transition: 0.3s; }
  header.header-navigation h1 {
    float: left;
    position: relative;
    margin-top: 0;
    margin-bottom: 0; }
    header.header-navigation h1 p {
      margin: 0;
      padding-left: 5px;
      font-weight: normal;
      line-height: 1em;
      font-weight: bold;
      font-style: italic; }
    header.header-navigation h1 a {
      display: block; }
  header.header-navigation nav ul {
    display: flex; }
    header.header-navigation nav ul li {
      line-height: 2em; }
      header.header-navigation nav ul li a {
        color: #000;
        font-weight: bold;
        text-decoration: none; }
      header.header-navigation nav ul li p {
        margin: 0;
        color: #AAA;
        font-weight: bold; }
  header.header-navigation nav #mail {
    border: 2px solid #333;
    padding: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center; }
    header.header-navigation nav #mail * {
      line-height: 1.15em; }
    header.header-navigation nav #mail p {
      font-weight: bold;
      margin: 0 0 4px; }
    header.header-navigation nav #mail a {
      display: block;
      margin-bottom: 5px;
      line-height: 1em; }
    header.header-navigation nav #mail span {
      font-size: 0.6875rem;
      padding: 0 10px; }
  @media (min-width: 769px) {
    header.header-navigation {
      padding: 15px; }
      header.header-navigation h1 {
        font-size: 0.9375rem;
        position: relative;
        padding-top: 1.2em;
        padding-bottom: 2em;
        max-width: 253px;
        width: 100%; }
        header.header-navigation h1 p {
          margin: 0;
          padding-left: 5px;
          line-height: 1.2em;
          position: absolute;
          top: 0;
          width: 220%; }
        header.header-navigation h1 a {
          position: absolute;
          top: 1.2em;
          margin-top: 15px; }
      header.header-navigation nav {
        float: right; }
        header.header-navigation nav ul {
          float: left;
          margin-top: 60px;
          margin-right: 20px; }
          header.header-navigation nav ul li {
            margin: 0 10px;
            padding: 0 10px 2px; }
            header.header-navigation nav ul li a {
              border-bottom: 2px solid #FFF;
              padding: 10px 0; }
            header.header-navigation nav ul li:hover a, header.header-navigation nav ul li.on a {
              border-color: #e00e04; }
      header.header-navigation #btn {
        display: none; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    header.header-navigation nav ul li {
      margin-left: 5px;
      margin-right: 5px; } }
  @media (max-width: 1199px) and (min-width: 769px) {
    header.header-navigation nav ul li {
      padding-left: 5px;
      padding-right: 5px; } }
  @media (max-width: 768px) {
    header.header-navigation {
      padding: 15px 30px; }
      header.header-navigation h1 {
        width: calc(100% - 50px); }
        header.header-navigation h1 p {
          display: none; }
        header.header-navigation h1 a {
          max-width: 253px;
          height: 0;
          background: url("../img/cmn/h_logo.svg") 0 center no-repeat;
          background-size: contain; }
          header.header-navigation h1 a img {
            display: none; }
      header.header-navigation nav {
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        z-index: 10;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.97); }
        header.header-navigation nav ul {
          flex-wrap: wrap; }
          header.header-navigation nav ul li {
            width: 100%;
            padding: 20px;
            text-align: center;
            border-bottom: 1px solid #E5E5E5;
            font-size: 1.25rem; }
            header.header-navigation nav ul li a:hover {
              color: #e00e04; }
        header.header-navigation nav #mail {
          margin: 20px auto;
          background: #FFF;
          width: 80%; }
      header.header-navigation #btn {
        float: right;
        position: relative;
        background: #FFF;
        width: 40px;
        height: 40px;
        margin-top: 8.5px;
        z-index: 20;
        /*&.off {
        	button {
        		span {
        			left: 0;
        			transform: rotate(0);
        			&:nth-of-type(1){ top: 5px;}
        			&:nth-of-type(2){ opacity: 1;}
        			&:nth-of-type(3){ bottom: 5px;}
        		}
        	}
        }//-
        &.on {
        	button {
        		span {
        			left: 7px;
        			&:nth-of-type(1){
        				transform: rotate(45deg);
        				top: 5px;
        			}
        			&:nth-of-type(2){ opacity: 0;}
        			&:nth-of-type(3){
        				transform: rotate(-45deg);
        				bottom: 5px;
        			}
        		}
        	}
        }//-*/ }
        header.header-navigation #btn button {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0; }
          header.header-navigation #btn button span {
            left: 0; }
          header.header-navigation #btn button:before, header.header-navigation #btn button:after, header.header-navigation #btn button span {
            background: #000;
            transition: 0.3s;
            left: 7px; }
      header.header-navigation.off #btn button span {
        left: 0; }
      header.header-navigation.off #btn button:before {
        top: 5px; }
      header.header-navigation.off #btn button:after {
        bottom: 5px; }
      header.header-navigation.on #btn button:before, header.header-navigation.on #btn button:after {
        left: 7px; }
      header.header-navigation.on #btn button:before {
        top: 5px; }
      header.header-navigation.on #btn button:after {
        bottom: 5px; } }
  @media (min-width: 481px) and (max-width: 768px) {
    header.header-navigation h1 a {
      padding-top: 57px; }
    header.header-navigation nav {
      top: 90px !important; }
      header.header-navigation nav.on {
        padding-bottom: 240px; } }
  @media (max-width: 480px) {
    header.header-navigation {
      padding-left: 15px;
      padding-right: 15px; }
      header.header-navigation h1 {
        padding-right: 15px; }
        header.header-navigation h1 a {
          padding-top: 50px; }
      header.header-navigation nav {
        top: 84px !important; }
        header.header-navigation nav.on {
          padding-bottom: 168px; } }

/*header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
	background: #FFF;
	border-bottom: 4px solid $main;
	&:after {
		content: '';
		display: block;
		clear: both;
	}
	a {
		@include transition;
	}
	h1 {
		float: left;
		position: relative;
		margin-top: 0;
		margin-bottom: 0;
		p { 
			margin: 0;
			//font-size: $f14px;
			padding-left: 5px;
			font-weight: normal;
			line-height: 1em;
			font-weight: bold;
			font-style: italic;
		}
		a {
			display: block;
		}
		img {
			@include img_responsive;
		}
	}
	nav {
		ul {
			margin-top: 0;
			margin-bottom: 0;
			display: flex;
			li {
				line-height: 2em;
				a {
					color: #000;
					font-weight: bold;
					text-decoration: none;
				}
				p {
					margin: 0;
					color: #AAA;
					font-weight: bold;
				}
			}
		}
		#mail {
			border: 2px solid #333;
			padding: 10px;
			display: flex;
			flex-flow: column;
			justify-content: center;
			text-align: center;
			* { line-height: 1.15em; }
			p {
				font-weight: bold;
				margin: 0 0 4px;
			}
			a {
				display: block;
				margin-bottom: 5px;
				line-height: 1em;
			}
			span {
				font-size: $f11px;
				padding: 0 10px;
			}
		}
	}
	
	@media(min-width: $min-md){
		padding: 15px;
		h1 {
			font-size: $f15px;
			position: relative;
    		padding-top: 1.2em;
			padding-bottom: 2em;
			max-width: 253px;
			width: 100%;
			p { 
				margin: 0;
				padding-left: 5px;
				line-height: 1.2em;
				position: absolute;
				top: 0;
				width: 220%;
			}
			a {
				position: absolute;
				top: 1.2em;
				margin-top: 15px;
			}
		}
		nav {
			float: right;
			ul {
				float: left;
				margin-top: 60px;
				margin-right: 20px;
				li {
					margin: 0 10px;
					padding: 0 10px 2px;
					a {
						border-bottom: 2px solid #FFF;
						padding: 10px 0;
					}
					&:hover, &.on {
						a { border-color: $main; }
					}
				}
			}
		}
		#btn {
			display: none;
		}
	}//min-md
	@media(max-width: $max-xl) and (min-width: $min-lg){
		nav {
			ul {
				li {
					margin-left: 5px;
					margin-right: 5px;
				}
			}
		}
	}//max-xl | min-lg
	@media(max-width: $max-xl) and (min-width: $min-md){
		nav {
			ul {
				li {
					padding-left: 5px;
					padding-right: 5px;
				}
			}
		}
	}//max-xl | min-lg
	@media(max-width: $max-sm){
		padding: 15px 30px;
		h1 {
			width: calc(100% - 50px);
			p {
				display: none;
			}
			a {
				max-width: 253px;
				height: 0;
				background: url('../img/cmn/h_logo.svg') 0 center no-repeat;
				background-size: contain;
				img {
					display: none;
				}
			}
		}
		nav {
			position: fixed;
			width: 100%;
			height: 0;
			top: 0;
			right: 0;
			z-index: 10;
			overflow: hidden;
			background: rgba(255,255,255,0.97);
			ul {
				flex-wrap: wrap;
				li {
					width: 100%;
					padding: 20px;
					text-align: center;
					border-bottom: 1px solid #E5E5E5;
					font-size: $f20px;
					a {
						&:hover {
							color: $main;
						}
					}
				}
			}
			#mail {
				margin: 20px auto;
				background: #FFF;
				width: 80%;
			}
		}
		#btn {
			float: right;
			position: relative;
			background: #FFF;
			width: 40px;
			height: 40px;
			margin-top: 8.5px;
			button {
				display: block;
				width: 100%;
				height: 100%;
				background: none;
				border: none;
				margin: 0 auto;
				padding: 0;
				position: absolute;
				top: 0;
				left: 0;
				span {
					display: block;
					width: 100%;
					height: 2px;
					position: absolute;
					transform-origin: 0% 50%;
					transition: 0.3s;
					background: #000;
					//&:nth-of-type(1){ background: #000;}
				}
				&:focus { outline: 0;}
			}
			&.off {
				button {
					span {
						left: 0;
						transform: rotate(0);
						&:nth-of-type(1){ top: 5px;}
						&:nth-of-type(2){ opacity: 1;}
						&:nth-of-type(3){ bottom: 5px;}
					}
				}
			}
			&.on {
				button {
					span {
						left: 7px;
						&:nth-of-type(1){
							transform: rotate(45deg);
							top: 5px;
						}
						&:nth-of-type(2){ opacity: 0;}
						&:nth-of-type(3){
							transform: rotate(-45deg);
							bottom: 5px;
						}
					}
				}
			}
			&:hover {
				button { cursor: pointer;}
			}
		}
	}//max-sm
	@media(min-width: $min-sm) and (max-width: $max-sm){
		h1 {
			a {
				padding-top: 57px;
			}
		}
		nav {
			top: 90px;
			&.on {
				padding-bottom: 240px;
			}
		}
	}
	@media(max-width: $max-xs){
		padding-left: 15px;
		padding-right: 15px;
		h1 {
			padding-right: 15px;
			a {
				padding-top: 50px;
			}
		}
		nav {
			top: 84px;
			&.on {
				padding-bottom: 168px;
			}
		}
	}
}//header*/
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%; }

#top {
  display: block; }

/* - - - - - - - - - - - - - - - -
            
		footer
			
 - - - - - - - - - - - - - - - - - */
footer {
  background: #FFF;
  text-align: center;
  padding: 30px; }
  footer a {
    color: #000;
    text-decoration: none;
    transition: 0.3s; }
    footer a:hover {
      color: #e00e04; }
  footer ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 900px;
    display: flex;
    line-height: 1.2em; }
    footer ul li a {
      text-decoration: none; }
    footer ul li p {
      margin: 0;
      color: #AAA; }
  footer > a {
    margin: 0 auto;
    line-height: 1em;
    font-size: 0.875rem;
    position: relative; }
    footer > a.logo {
      display: block;
      max-width: 180px;
      margin-bottom: 40px; }
    footer > a#map {
      border-bottom: 1px solid;
      margin-left: 16px; }
      footer > a#map:before {
        content: '';
        display: block;
        background: url("../img/cmn/icon_map.svg") center center no-repeat;
        background-size: contain;
        width: 14px;
        height: 18px;
        position: absolute;
        top: calc(50% - 10px);
        left: -16px; }
  footer h3 {
    line-height: 1.2em;
    font-size: 100%;
    margin-bottom: 10px; }
  footer address {
    font-style: normal;
    margin-bottom: 10px; }
  footer small {
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.1em;
    display: block;
    margin-top: 40px; }
  @media (min-width: 769px) {
    footer {
      font-size: 0.875rem;
      padding: 40px 30px 35px; }
      footer ul {
        margin-bottom: 50px;
        justify-content: center;
        font-size: 0.875rem; }
        footer ul li {
          padding: 0 10px; }
          footer ul li:not(:last-of-type) {
            border-right: 2px solid #d4d4d4; } }
  @media (max-width: 768px) {
    footer {
      padding-top: 0; }
      footer ul {
        border-top: 1px solid #EEE;
        margin-bottom: 40px;
        flex-wrap: wrap; }
        footer ul li {
          width: 100%;
          text-align: left;
          border-bottom: 1px solid #EEE; }
          footer ul li a {
            padding: 5px 0; }
            footer ul li a:after {
              content: '';
              display: block;
              width: 1em;
              height: 100%;
              float: right;
              background: url("../img/cmn/arrow03.png") center center no-repeat;
              background-size: contain; } }
  @media (max-width: 768px) and (min-width: 481px) {
    footer ul {
      margin-left: -30px;
      margin-right: -30px;
      font-size: 1.25rem; }
      footer ul li {
        padding: 30px; } }
  @media (max-width: 480px) {
    footer {
      padding-left: 15px;
      padding-right: 15px; }
      footer ul {
        margin-left: -15px;
        margin-right: -15px; }
        footer ul li {
          padding: 20px; } }

/* 　topback
-----------------------------------*/
.b-footer_topback {
  display: block;
  position: fixed;
  z-index: 10;
  background: url("../img/cmn/topback.svg") no-repeat center center;
  background-size: cover;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s; }
  .b-footer_topback.on {
    opacity: 1;
    z-index: 1; }
  @media (min-width: 481px) {
    .b-footer_topback {
      width: 50px;
      height: 50px; } }
  @media (max-width: 768px) {
    .b-footer_topback {
      width: 10.4166666667%;
      height: 0;
      padding-top: 10.4166666667%; } }

.topback {
  display: block;
  position: fixed;
  z-index: 10;
  background: url("../img/cmn/topback.svg") no-repeat center center;
  background-size: cover;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s; }
  .topback.on {
    opacity: 1; }
  @media (min-width: 481px) {
    .topback {
      width: 50px;
      height: 50px; } }
  @media (max-width: 768px) {
    .topback {
      width: 10.4166666667%;
      height: 0;
      padding-top: 10.4166666667%; } }

/*



-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
            
			C : compornent
			
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
------------------------------------------------------------------------------- 


*/
/* - - - - - - - - - - - - - - - -
            
		C_assembly
			
 - - - - - - - - - - - - - - - - - */
/* 　color
-----------------------------------*/
.red {
  color: #F00; }

.main {
  color: #e00e04; }

.black {
  color: #333; }

.gray {
  color: #999; }

.key {
  font-weight: bold;
  color: #e00e04; }

/* 　bg
-----------------------------------*/
.bg_gray {
  background-image: #F7F7F7; }

/* 　margin justify
-----------------------------------*/
.center {
  margin-left: auto !important;
  margin-right: auto !important; }

.left {
  margin-left: 0;
  margin-right: auto; }

.right {
  margin-left: auto;
  margin-right: 0; }

@media (min-width: 769px) {
  .center_pc {
    margin-left: auto !important;
    margin-right: auto !important; }

  .left_pc {
    margin-left: 0 !important;
    margin-right: auto !important; }

  .right_pc {
    margin-left: auto !important;
    margin-right: 0 !important; } }
@media (max-width: 768px) {
  .center_sp {
    margin-left: auto;
    margin-right: auto; }

  .left_sp {
    margin-left: 0;
    margin-right: auto; }

  .right_sp {
    margin-left: auto;
    margin-right: 0; } }
@media (max-width: 480px) {
  .center_xs {
    margin-left: auto;
    margin-right: auto; }

  .left_xs {
    margin-left: 0;
    margin-right: auto; }

  .right_xs {
    margin-left: auto;
    margin-right: 0; } }
/* 　flow
-----------------------------------*/
.float-l {
  float: left; }

.float-r {
  float: right; }

@media (min-width: 769px) {
  .float-l_pc {
    float: left !important; }

  .float-r_pc {
    float: right !important; } }
@media (max-width: 768px) {
  .float-l_sp {
    float: left !important; }

  .float-r_sp {
    float: right !important; } }
@media (max-width: 480px) {
  .float-l_xs {
    float: left !important; }

  .float-r_xs {
    float: right !important; } }
/* 　Link
-----------------------------------*/
.ancor {
  position: relative; }
  .ancor:before {
    content: '';
    display: block;
    width: 100%;
    top: -85px; }

.blank:after {
  margin-left: 5px; }

.link-box, .link-box-blank {
  transition: 0.2s; }

.link-box:hover,
.link-box-blank:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }

@media (max-width: 768px) {
  .link-box_sp:hover,
  .link-box-blank_sp:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); } }
/* 　Img
-----------------------------------*/
.img-responsive {
  max-width: 100%;
  height: auto;
  display: block; }

.object-fit-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;"; }

.object-fit-img_r {
  object-position: right;
  font-family: "object-position: right;"; }

.object-fit-img_l {
  object-position: left;
  font-family: "object-position: left;"; }

.clear {
  clear: both; }

/* - - - - - - - - - - - - - - - -
            
		C_assembly
			
 - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - -
            
		assembly compornents
			
 - - - - - - - - - - - - - - - - - */
/* 　accordion
-----------------------------------*/
.ca-accordion {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .ca-accordion .ca-accordion__li {
    overflow: hidden; }
    .ca-accordion .ca-accordion__li .ca-accordion__head {
      position: relative;
      z-index: 2;
      margin: 0;
      padding: 0; }
      .ca-accordion .ca-accordion__li .ca-accordion__head > a {
        text-decoration: none; }
      .ca-accordion .ca-accordion__li .ca-accordion__head .ca-acrd__btn {
        display: block;
        position: relative; }
        .ca-accordion .ca-accordion__li .ca-accordion__head .ca-acrd__btn:before, .ca-accordion .ca-accordion__li .ca-accordion__head .ca-acrd__btn:after {
          content: '';
          display: block;
          position: absolute;
          width: 15px;
          height: 3px;
          top: calc(50% - 1.5px);
          right: 0; }
        .ca-accordion .ca-accordion__li .ca-accordion__head .ca-acrd__btn:after {
          transform-origin: 50% 50%;
          transform: rotate(90deg);
          transition: 0.3s; }
    .ca-accordion .ca-accordion__li .ca-accordion__item {
      overflow: hidden; }
    .ca-accordion .ca-accordion__li ul {
      list-style: none;
      margin: 0;
      padding-left: 0;
      overflow: hidden; }
    .ca-accordion .ca-accordion__li.on .ca-accordion__head .ca-acrd__btn:after {
      transform: rotate(0deg); }
  .ca-accordion .btn-close {
    text-align: right;
    margin-top: 10px;
    position: relative;
    z-index: 1; }
  .ca-accordion .ca-accordion__li .ca-accordion__head .ca-acrd__btn:before, .ca-accordion .ca-accordion__li .ca-accordion__head .ca-acrd__btn:after {
    background: #FFF;
    width: 16px;
    height: 2px;
    top: calc(50% - 1px);
    right: 0px; }
  @media (max-width: 480px) {
    .ca-accordion .btn-close img {
      width: auto;
      height: 12px; } }

ul.accordion_list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  ul.accordion_list .ca-accordion__li {
    overflow: hidden; }
    ul.accordion_list .ca-accordion__li .ca-accordion__head {
      position: relative;
      z-index: 2;
      margin: 0;
      padding: 0; }
      ul.accordion_list .ca-accordion__li .ca-accordion__head > a {
        text-decoration: none; }
      ul.accordion_list .ca-accordion__li .ca-accordion__head .ca-acrd__btn {
        display: block;
        position: relative; }
        ul.accordion_list .ca-accordion__li .ca-accordion__head .ca-acrd__btn:before, ul.accordion_list .ca-accordion__li .ca-accordion__head .ca-acrd__btn:after {
          content: '';
          display: block;
          position: absolute;
          width: 15px;
          height: 3px;
          top: calc(50% - 1.5px);
          right: 0; }
        ul.accordion_list .ca-accordion__li .ca-accordion__head .ca-acrd__btn:after {
          transform-origin: 50% 50%;
          transform: rotate(90deg);
          transition: 0.3s; }
    ul.accordion_list .ca-accordion__li .ca-accordion__item {
      overflow: hidden; }
    ul.accordion_list .ca-accordion__li ul {
      list-style: none;
      margin: 0;
      padding-left: 0;
      overflow: hidden; }
    ul.accordion_list .ca-accordion__li.on .ca-accordion__head .ca-acrd__btn:after {
      transform: rotate(0deg); }
  ul.accordion_list .btn-close {
    text-align: right;
    margin-top: 10px;
    position: relative;
    z-index: 1; }
  ul.accordion_list > li .acrd-h > a:before, ul.accordion_list > li .acrd-h > a:after {
    background: #000;
    width: 22px;
    height: 2px;
    top: calc(50% - 1px);
    right: 30px; }
  ul.accordion_list > li .acrd-h > a.on:after {
    transform: rotate(0deg); }
  ul.accordion_list .btn-close {
    text-align: right;
    margin-top: 10px;
    position: relative;
    z-index: 1; }
    @media (max-width: 480px) {
      ul.accordion_list .btn-close img {
        width: auto;
        height: 12px; } }
  @media (min-width: 769px) {
    ul.accordion_list > li .acrd-h > a {
      padding: 25px 30px; }
      ul.accordion_list > li .acrd-h > a:before, ul.accordion_list > li .acrd-h > a:after {
        right: 30px; } }
  @media (max-width: 768px) {
    ul.accordion_list > li .acrd-h > a {
      padding: 20px 15px; }
      ul.accordion_list > li .acrd-h > a:before, ul.accordion_list > li .acrd-h > a:after {
        right: 15px; } }

/* 　cookie banner
-----------------------------------*/
@keyframes hide {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }
#f_cookie_banner {
  position: fixed;
  z-index: 3;
  bottom: 0;
  width: 100%;
  font-size: 0.875rem;
  color: #fff;
  background: #333;
  visibility: hidden; }
  #f_cookie_banner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px; }
  #f_cookie_banner a {
    color: #FFF; }
    #f_cookie_banner a:hover {
      color: #e00e04; }
  #f_cookie_banner p {
    margin: 0; }
  #f_cookie_banner.show {
    visibility: visible; }
  #f_cookie_banner .f_cookie_btn {
    display: flex; }
    #f_cookie_banner .f_cookie_btn > div {
      color: #fff;
      background: #e00e04;
      padding: .5em 1.5em;
      margin-left: 20px; }
      #f_cookie_banner .f_cookie_btn > div:hover {
        cursor: pointer; }
  #f_cookie_banner.hide1 {
    display: none; }
  #f_cookie_banner.hide {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards; }
  @media (min-width: 769px) {
    #f_cookie_banner {
      padding: 1em; } }
  @media (max-width: 991px) and (min-width: 769px) {
    #f_cookie_banner .cookie-text {
      width: calc(100% - 210px); }
    #f_cookie_banner .f_cookie_btn > div {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  @media (max-width: 768px) {
    #f_cookie_banner {
      padding: 1em 2em; }
      #f_cookie_banner .cookie-text {
        margin-bottom: 10px; }
      #f_cookie_banner .container {
        flex-direction: column; } }

/* 　mail
-----------------------------------*/
section.ca-mail {
  background: #F7F7F7;
  text-align: center;
  line-height: 1.5em; }
  section.ca-mail h3 {
    margin-top: 0;
    margin-bottom: 20px; }
  section.ca-mail p {
    margin-top: 2em; }
    section.ca-mail p span {
      font-size: 0.875rem; }
    section.ca-mail p + a {
      display: inline-block;
      padding: 10px 45px;
      background: #FFF;
      font-weight: bold;
      text-decoration: none;
      color: #000;
      border: 2px solid #333;
      transition: 0.3s; }
      section.ca-mail p + a:hover {
        color: #e00e04;
        border-color: #e00e04; }
  @media (min-width: 481px) {
    section.ca-mail h3 {
      font-size: 1.875rem;
      line-height: 1em; } }
  @media (max-width: 480px) {
    section.ca-mail p + a {
      padding-left: 9.375%;
      padding-right: 9.375%; } }

/* - - - - - - - - - - - - - - - -
            
		C_parts compornent
			
 - - - - - - - - - - - - - - - - - */
/* 　arrow
-----------------------------------*/
/* 　box
-----------------------------------*/
.cp-box01 {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  padding: 20px 0; }

.cp-box-video {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 56.25%; }
  .cp-box-video iframe, .cp-box-video video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

div[data-width="1200"] {
  max-width: 1200px; }
div[data-width="1040"] {
  max-width: 1040px; }
div[data-width="560"] {
  max-width: 560px; }
div[data-width="600"] {
  max-width: 600px; }
div[data-width="640"] {
  max-width: 640px; }
div[data-width="500"] {
  max-width: 500px; }

/* 　btn
-----------------------------------*/
.cp-btn01 {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  background: #FFF;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  text-align: center;
  line-height: 1.5em;
  border: 2px solid #333;
  transition: 0.3s; }
  .cp-btn01:hover {
    color: #e00e04;
    border-color: #e00e04; }

.btn-type01 {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  background: #FFF;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  text-align: center;
  line-height: 1.5em;
  border: 2px solid #333;
  transition: 0.3s; }
  .btn-type01:hover {
    color: #e00e04;
    border-color: #e00e04; }

.cp-btn02 {
  background: #F7F7F7;
  border-radius: 10px;
  display: block; }
  .cp-btn02 img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 481px) {
    .cp-btn02 {
      padding: 40px 35px 50px; } }
  @media (max-width: 480px) {
    .cp-btn02 {
      padding: 23.6842105263% 14.7368421053% 26.3157894737%; } }

.cp-btn03 {
  display: block;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 7px; }

/* 　h_title
-----------------------------------*/
/* 　list
-----------------------------------*/
ul.cp-list01 {
  list-style: none;
  padding-left: 1em; }
  ul.cp-list01 > li:before {
    content: '';
    display: inline-block;
    position: relative;
    background: #333;
    top: -2px;
    left: -8px;
    width: 2px;
    height: 2px;
    border-radius: 100%; }

.list-type01 {
  list-style: none;
  padding-left: 1em; }
  .list-type01 li:before {
    content: '';
    display: inline-block;
    position: relative;
    background: #333;
    top: -2px;
    left: -8px;
    width: 2px;
    height: 2px;
    border-radius: 100%; }

ul.cp-list02 {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.cp-list02 > li {
    margin: 0;
    padding: 0;
    line-height: 1.8em;
    padding-left: 1.3em;
    text-indent: -1.3em; }

.list-type2 {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-type2 li {
    margin: 0;
    padding: 0;
    line-height: 1.8em;
    padding-left: 1.3em;
    text-indent: -1.3em; }

ul.cp-list03 {
  list-style: none;
  padding-left: 1em; }
  ul.cp-list03 > li:before {
    content: '';
    display: inline-block;
    position: relative;
    background: #333;
    top: -2px;
    left: -8px;
    width: 2px;
    height: 2px;
    border-radius: 100%; }

/* 　table/dl
-----------------------------------*/
dl.cp-table01 {
  border-bottom: 1px solid #cbcbcb;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }
  dl.cp-table01 > dt {
    font-weight: bold;
    border-top: 1px solid #cbcbcb; }
  dl.cp-table01 > dd {
    margin-left: 0; }
    dl.cp-table01 > dd p:first-of-type {
      margin-top: 0; }
    dl.cp-table01 > dd p:last-of-type {
      margin-bottom: 0; }
  dl.cp-table01 dl {
    padding-left: 1em; }
    dl.cp-table01 dl dd {
      margin-left: 1em; }
  @media (min-width: 769px) {
    dl.cp-table01 {
      display: flex;
      flex-wrap: wrap; }
      dl.cp-table01 > dt {
        width: 21%;
        padding: 30px 30px 30px 0; }
      dl.cp-table01 > dd {
        width: 79%;
        border-top: 1px solid #cbcbcb;
        padding: 30px 0; } }
  @media (max-width: 768px) {
    dl.cp-table01 > dt, dl.cp-table01 > dd {
      width: 100%;
      padding: 0 4.7619047619%; }
    dl.cp-table01 > dt {
      padding-top: 4.7619047619%;
      padding-bottom: 2.380952381%; }
    dl.cp-table01 > dd {
      padding-bottom: 4.7619047619%; } }
  @media (max-width: 375px) {
    dl.cp-table01 > dt, dl.cp-table01 > dd {
      padding-left: 15px;
      padding-right: 15px; }
    dl.cp-table01 > dt {
      padding-top: 15px;
      padding-bottom: 10px; }
    dl.cp-table01 > dd {
      padding-bottom: 15px; } }

/* 　test shaping
-----------------------------------*/
.cp-notes {
  line-height: 1.5em;
  font-size: 0.875rem;
  padding-left: 1em;
  text-indent: -1em; }

span.cp-notes {
  display: block; }

/*



-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
            
			index
			
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
------------------------------------------------------------------------------- 


*/
/* 　#main
-----------------------------------*/
@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15); } }
@keyframes toUp {
  0% {
    transform: scale(1.25) translateY(3%); }
  100% {
    transform: scale(1.25) translateY(-5%); } }
@keyframes toDn {
  0% {
    transform: scale(1.25) translateY(-3%); }
  100% {
    transform: scale(1.25) translateY(5%); } }
body#index #main {
  padding: 0;
  position: relative; }
  body#index #main h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    line-height: 1.2em;
    color: #FFF;
    z-index: 3; }
  body#index #main:before {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/cmn/pattern01.png");
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  body#index #main .main-swiper {
    overflow: hidden; }
    body#index #main .main-swiper .swiper-slide {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      body#index #main .main-swiper .swiper-slide span.slide-img {
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
    body#index #main .main-swiper [class^="swiper-button"] {
      position: absolute;
      top: calc(50% - 25px);
      width: 25px;
      height: 50px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto 100%;
      z-index: 4; }
    body#index #main .main-swiper .swiper-button-prev {
      left: 20px;
      background-image: url("../img/cmn/arrow01_l.svg"); }
    body#index #main .main-swiper .swiper-button-next {
      right: 20px;
      background-image: url("../img/cmn/arrow01_r.svg"); }
    body#index #main .main-swiper .swiper-slide-active#main_visual_1 span.slide-img,
    body#index #main .main-swiper .swiper-slide-duplicate-active#main_visual_1 span.slide-img,
    body#index #main .main-swiper .swiper-slide-prev#main_visual_1 span.slide-img {
      animation: toUp 8s linear 0s 1 normal both; }
    body#index #main .main-swiper .swiper-slide-active#main_visual_2 span.slide-img,
    body#index #main .main-swiper .swiper-slide-duplicate-active#main_visual_2 span.slide-img,
    body#index #main .main-swiper .swiper-slide-prev#main_visual_2 span.slide-img {
      animation: toDn 8s linear 0s 1 normal both; }
    body#index #main .main-swiper .swiper-slide-active#main_visual_3 span.slide-img, body#index #main .main-swiper .swiper-slide-active#main_visual_4 span.slide-img,
    body#index #main .main-swiper .swiper-slide-duplicate-active#main_visual_3 span.slide-img,
    body#index #main .main-swiper .swiper-slide-duplicate-active#main_visual_4 span.slide-img,
    body#index #main .main-swiper .swiper-slide-prev#main_visual_3 span.slide-img,
    body#index #main .main-swiper .swiper-slide-prev#main_visual_4 span.slide-img {
      animation: zoomUp 8s linear 0s 1 normal both; }
  @media (min-width: 769px) {
    body#index #main h2 {
      font-size: 3.125rem;
      padding-left: 100px;
      padding-right: 100px; }
    body#index #main .swiper-slide span.slide-img {
      padding-top: 50%; }
    body#index #main .swiper-slide#main_visual_1 span.slide-img {
      background-image: url("../img/index/main_visual01.jpg"); }
    body#index #main .swiper-slide#main_visual_2 span.slide-img {
      background-image: url("../img/index/main_visual02.jpg"); }
    body#index #main .swiper-slide#main_visual_3 span.slide-img {
      background-image: url("../img/index/main_visual03.jpg"); }
    body#index #main .swiper-slide#main_visual_4 span.slide-img {
      background-image: url("../img/index/main_visual04.jpg"); } }
  @media (max-width: 768px) {
    body#index #main .swiper-slide span.slide-img {
      padding-top: 67.7083333333%; }
    body#index #main .swiper-slide#main_visual_1 span.slide-img {
      background-image: url("../img/index/main_visual01_sp.jpg"); }
    body#index #main .swiper-slide#main_visual_2 span.slide-img {
      background-image: url("../img/index/main_visual02_sp.jpg"); }
    body#index #main .swiper-slide#main_visual_3 span.slide-img {
      background-image: url("../img/index/main_visual03_sp.jpg"); }
    body#index #main .swiper-slide#main_visual_4 span.slide-img {
      background-image: url("../img/index/main_visual04_sp.jpg"); } }
  @media (max-width: 768px) and (min-width: 481px) {
    body#index #main h2 {
      font-size: 2.125rem;
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 480px) {
    body#index #main h2 {
      font-size: 1.625rem;
      padding-left: 20px;
      padding-right: 20px; } }

/* 　#news
-----------------------------------*/
body#index #news h3 {
  line-height: 1.67em;
  margin-top: 0;
  margin-bottom: 1.167em;
  text-align: center; }
  body#index #news h3:after {
    content: '';
    display: block;
    margin: 5px auto;
    width: 41px;
    height: 33px;
    background: url("../img/cmn/icon_updates.svg") center center no-repeat; }
body#index #news ul {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  max-width: 900px;
  border-top: 1px solid #E5E5E5; }
  body#index #news ul li {
    border-bottom: 1px solid #E5E5E5;
    padding: 25px 10px;
    font-size: 1.125rem; }
    body#index #news ul li:after {
      content: '';
      display: block;
      clear: both; }
    body#index #news ul li span {
      display: block;
      float: left;
      font-weight: bold;
      padding-right: 20px;
      color: #e00e04; }
    body#index #news ul li b {
      display: block;
      float: left;
      margin-right: 25px;
      padding: 0 10px;
      color: #FFF;
      font-size: 77.7777777778%;
      font-weight: bold;
      text-align: center; }
    body#index #news ul li a {
      color: #000;
      text-decoration: none;
      transition: 0.3s; }
      body#index #news ul li a:hover {
        color: #e00e04; }
    body#index #news ul li p {
      margin: 0; }
    body#index #news ul li.training b {
      background: #faa91b; }
    body#index #news ul li.event b, body#index #news ul li:not(.training) b, body#index #news ul li:not([class]) b {
      background: #11b887; }
@media (min-width: 769px) {
  body#index #news ul li {
    display: flex; }
    body#index #news ul li span {
      width: calc(20px + 6em);
      height: 1.6em; }
    body#index #news ul li b {
      height: 2.05em; }
    body#index #news ul li p {
      display: inline; } }
@media (min-width: 481px) {
  body#index #news {
    padding-top: 60px; }
    body#index #news h3 {
      font-size: 1.875rem; }
    body#index #news ul li b {
      width: 130px; } }
@media (max-width: 768px) {
  body#index #news {
    padding-top: 12.5%;
    padding-top: 12.5%; }
    body#index #news h3 {
      font-size: 1.5em; }
    body#index #news ul li a {
      display: block; }
    body#index #news ul li a, body#index #news ul li p {
      clear: both;
      margin-top: 2em; } }

/* 　#menu
-----------------------------------*/
body#index #menu > div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  body#index #menu > div a {
    display: block;
    color: #FFF;
    text-decoration: none;
    transition: 0.3s; }
    body#index #menu > div a h4 {
      line-height: 1.3em;
      margin-top: 0;
      margin-bottom: 0;
      text-align: center;
      background: url("../img/cmn/arrow02.svg") center bottom no-repeat; }
    body#index #menu > div a p {
      margin: 0;
      background: url("../img/cmn/arrow02.svg") center bottom no-repeat; }
  body#index #menu > div:after {
    content: '';
    display: block;
    clear: both; }
  body#index #menu > div.no {
    position: relative; }
    body#index #menu > div.no:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(245, 245, 245, 0.5); }
@media (min-width: 769px) {
  body#index #menu {
    display: flex; }
    body#index #menu > div {
      width: calc(100% / 2);
      padding-top: 33.3333333333%;
      position: relative;
      height: 0;
      overflow: hidden; }
      body#index #menu > div:nth-of-type(1) {
        background-image: url("../img/index/menu01_bg.jpg"); }
      body#index #menu > div:nth-of-type(2) {
        background-image: url("../img/index/menu02_bg.jpg"); }
      body#index #menu > div a {
        padding: 110px 40px 70px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        body#index #menu > div a h4 {
          font-size: 1.875rem;
          padding-bottom: 60px; }
        body#index #menu > div a p {
          font-size: 1.125rem;
          padding-bottom: 30px; }
        body#index #menu > div a:hover {
          background: rgba(255, 255, 255, 0.3); }
        body#index #menu > div a.not:hover {
          cursor: default;
          background: none; } }
@media (max-width: 991px) and (min-width: 769px) {
  body#index #menu > div a h4 {
    padding-bottom: 18.75%; } }
@media (max-width: 768px) {
  body#index #menu > div:nth-of-type(1) {
    background-image: url("../img/index/menu01_bg_sp.jpg"); }
  body#index #menu > div:nth-of-type(2) {
    background-image: url("../img/index/menu02_bg_sp.jpg"); }
  body#index #menu > div:nth-of-type(3) {
    background-image: url("../img/index/menu03_bg_sp.jpg"); }
  body#index #menu > div a {
    background: #333;
    max-width: 520px;
    margin: 0 auto; }
    body#index #menu > div a p {
      padding-bottom: 20px; }
    body#index #menu > div a:hover {
      background: #555; } }
@media (max-width: 768px) and (min-width: 481px) {
  body#index #menu > div {
    padding: 50px 40px; }
    body#index #menu > div a {
      padding: 80px 40px 60px; }
      body#index #menu > div a h4 {
        font-size: 2.5rem;
        padding-bottom: 60px;
        background-size: auto 13px; } }
@media (max-width: 480px) {
  body#index #menu > div {
    padding: 11.9047619048% 9.5238095238%; }
    body#index #menu > div a {
      padding: 12.5% 10% 10%; }
      body#index #menu > div a h4 {
        font-size: 1.25rem;
        padding-bottom: 16.6666666667%; } }

/* 　#link
-----------------------------------*/
body#index #link ul {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  max-width: 1050px; }
  body#index #link ul:after {
    content: '';
    display: block;
    clear: both; }
  body#index #link ul li {
    padding: 0 15px;
    float: left; }
    body#index #link ul li a {
      display: block;
      border: 1px solid #e3dcd6; }
      body#index #link ul li a img {
        transition: 0.3s;
        max-width: 100%;
        height: auto; }
      body#index #link ul li a:hover img {
        opacity: 0.7;
        filter: alpha(opacity=70); }
@media (min-width: 769px) {
  body#index #link ul li {
    width: calc(100% / 3); } }
@media (min-width: 481px) {
  body#index #link {
    padding: 60px 30px; } }
@media (max-width: 768px) {
  body#index #link {
    padding-top: 7.8125%;
    padding-bottom: 7.8125%; }
    body#index #link ul {
      margin-top: -20px; }
      body#index #link ul li {
        width: 100%;
        margin: 20px auto 0; } }
@media (max-width: 768px) and (min-width: 481px) {
  body#index #link ul li {
    width: 50%;
    padding-left: 4px;
    padding-right: 4px; }
    body#index #link ul li a {
      border-width: 2px; } }
@media (max-width: 480px) {
  body#index #link {
    padding-left: 15px;
    padding-right: 15px; }
    body#index #link ul li {
      width: 100%;
      padding: 0 10px; } }

/*



-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
            
			Page Common
			
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
------------------------------------------------------------------------------- 


*/
/* 　#main
-----------------------------------*/
body:not(#index) #main {
  background-color: #B2C5CA;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (min-width: 481px) {
    body:not(#index) #main {
      height: 200px; } }
  @media (max-width: 480px) {
    body:not(#index) #main {
      height: 0;
      padding-top: 41.6666666667%;
      padding-bottom: 0; } }

/* 　section
-----------------------------------*/
body:not(#index) section h2 {
  margin-bottom: 1.35em; }
  body:not(#index) section h2 > span {
    display: block;
    font-size: 47.2222222222%; }
body:not(#index) section:not(.ca-mail) h3 {
  margin-top: 60px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 1.375rem;
  line-height: 1.35em;
  text-align: center;
  color: #FFF;
  background: #e00e04; }
body:not(#index) section dl {
  margin: 0; }
  body:not(#index) section dl dt {
    font-weight: bold; }
  body:not(#index) section dl dd {
    margin-left: 0;
    line-height: 1.5em; }
    body:not(#index) section dl dd img {
      max-width: 100%;
      height: auto; }
    body:not(#index) section dl dd p {
      margin: 0; }
      body:not(#index) section dl dd p:not(:last-of-type) {
        margin-bottom: 5px; }
    body:not(#index) section dl dd ul.list-type2 li {
      padding-left: 0.7em;
      text-indent: -0.7em; }
    body:not(#index) section dl dd + dd:last-of-type {
      padding: 30px 10px;
      width: 100%; }
      body:not(#index) section dl dd + dd:last-of-type > div {
        width: calc(100% / 3);
        float: left; }
      body:not(#index) section dl dd + dd:last-of-type:after {
        content: '';
        display: block;
        clear: both; }
@media (min-width: 769px) {
  body:not(#index) section h2 {
    font-size: 2.25rem; }
  body:not(#index) section:not(.ca-mail) h3 {
    margin-top: 60px; }
  body:not(#index) section dl {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #cfcfcf; }
    body:not(#index) section dl dt {
      background: #ECECEC;
      width: 200px;
      padding: 25px;
      text-align: center;
      display: flex;
      justify-content: center; }
    body:not(#index) section dl dd {
      width: calc(100% - 200px);
      padding: 25px 30px; }
      body:not(#index) section dl dd + dt {
        border-top: 1px solid #cfcfcf; }
        body:not(#index) section dl dd + dt + dd {
          border-top: 1px solid #cfcfcf; }
      body:not(#index) section dl dd + dd:last-of-type > div {
        padding: 0 5px; }
    body:not(#index) section dl ul.list-type2 {
      padding-left: 0.5em; } }
@media (max-width: 768px) {
  body:not(#index) section:not(.ca-mail) h3 {
    margin-top: 2em; }
  body:not(#index) section dl dt {
    border-left: 10px solid #ececec;
    font-size: 127.2727272727%;
    line-height: 1.2em; }
  body:not(#index) section dl dd {
    border-bottom: 1px solid #cfcfcf;
    border-left: 10px solid #ececec; }
    body:not(#index) section dl dd + dd:last-of-type > div {
      padding: 0 1px; }
      body:not(#index) section dl dd + dd:last-of-type > div + span {
        float: left;
        width: 100%;
        display: block;
        margin-top: 5px;
        text-align: right;
        font-size: 81.25%; } }
@media (max-width: 768px) and (min-width: 481px) {
  body:not(#index) section h2 {
    font-size: 2.5rem;
    line-height: 1em; }
  body:not(#index) section:not(.ca-mail) h3 {
    font-size: 1.875rem; }
  body:not(#index) section dl {
    font-size: 1.375rem; }
    body:not(#index) section dl dt {
      padding: 25px 30px 10px; }
    body:not(#index) section dl dd {
      padding: 10px 20px 30px 50px; }
      body:not(#index) section dl dd + dd:last-of-type {
        padding-top: 30px;
        padding-bottom: 10px;
        padding-left: 20px; } }
@media (max-width: 480px) {
  body:not(#index) section h2 {
    font-size: 1.5625rem; }
  body:not(#index) section dl dt {
    padding: 5.7736720554% 6.9284064665% 10px; }
  body:not(#index) section dl dd {
    padding: 10px 20px 6.9284064665% 11.5473441109%; }
    body:not(#index) section dl dd + dd:last-of-type {
      padding-top: 6.9284064665%;
      padding-bottom: 10px;
      padding-left: 20px; } }

/* 　image
-----------------------------------*/
body:not(#index) #image {
  display: flex; }
  body:not(#index) #image > div {
    position: relative;
    height: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  @media (min-width: 769px) {
    body:not(#index) #image > div {
      width: calc(100% / 2);
      padding-top: 35.8333333333%; } }
  @media (max-width: 768px) {
    body:not(#index) #image {
      flex-wrap: wrap; }
      body:not(#index) #image > div {
        width: 50%;
        padding-top: 50%; } }

/*



-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
            
			about
			
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
------------------------------------------------------------------------------- 


*/
@media (min-width: 769px) {
  body#about #main {
    background-image: url("../img/about/about_main_visual.jpg"); } }
@media (max-width: 768px) {
  body#about #main {
    background-image: url("../img/about/about_main_visual_sp.jpg"); } }
@media (min-width: 769px) {
  body#about #image div:nth-of-type(1) {
    background-image: url("../img/about/about_img01.jpg"); }
  body#about #image div:nth-of-type(2) {
    background-image: url("../img/about/about_img02.jpg"); } }
@media (max-width: 768px) {
  body#about #image div:nth-of-type(1) {
    background-image: url("../img/about/about_img01_sp.jpg"); }
  body#about #image div:nth-of-type(2) {
    background-image: url("../img/about/about_img02_sp.jpg"); } }
body#about #contents .cp-box-video {
  margin-bottom: 1.35em; }
body#about #contents p {
  margin: 3em 0; }
  body#about #contents p:first-of-type {
    margin-top: 0; }
  body#about #contents p:last-of-type {
    margin-bottom: 0; }
@media (min-width: 769px) {
  body#about #contents .cp-box-video {
    font-size: 2.25rem; } }
@media (max-width: 768px) and (min-width: 481px) {
  body#about #contents .cp-box-video {
    font-size: 2.5rem; } }
@media (max-width: 480px) {
  body#about #contents .cp-box-video {
    font-size: 1.5625rem; }
  body#about #contents p {
    margin-top: 1.5em;
    margin-bottom: 1.5em; } }
body#about.greeting .img img {
  max-width: 100%;
  height: auto; }
body#about.greeting #biography ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #CFCFCF; }
  body#about.greeting #biography ul li {
    padding: 15px 10px;
    border-bottom: 1px solid #CFCFCF; }
    body#about.greeting #biography ul li span {
      float: left;
      font-weight: bold;
      color: #e00e04; }
    body#about.greeting #biography ul li p {
      margin: 0; }
    body#about.greeting #biography ul li:nth-of-type(odd) {
      background: #FFF; }
    body#about.greeting #biography ul li:nth-of-type(even) {
      background: #ECECEC; }
body#about.greeting section.btn {
  padding-top: 0; }
@media (min-width: 769px) {
  body#about.greeting .img {
    max-width: 300px;
    float: right;
    margin: 0 0 25px 15px; }
  body#about.greeting #biography ul li span {
    margin-right: 4em; } }
@media (max-width: 768px) {
  body#about.greeting .img {
    margin-bottom: 15px; }
    body#about.greeting .img img {
      display: block;
      margin: 0 auto; }
  body#about.greeting #biography ul li span {
    margin-right: 2em; } }

/*



-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
            
			report
			
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
------------------------------------------------------------------------------- 


*/
@media (min-width: 769px) {
  body#report #main {
    background-image: url("../img/report/report_main_visual.jpg"); } }
@media (max-width: 768px) {
  body#report #main {
    background-image: url("../img/report/report_main_visual_sp.jpg"); } }
@media (min-width: 769px) {
  body#report a.zoom:hover {
    cursor: default; }
    body#report a.zoom:hover img {
      opacity: 1; } }
@media (max-width: 768px) {
  body#report a.zoom {
    background: #FFF;
    display: block;
    position: relative; }
    body#report a.zoom:after {
      content: '';
      display: block;
      position: absolute;
      background: url("../img/cmn/icon_zoom.svg") no-repeat center center #FFF;
      background-size: auto 60%; } }
@media (max-width: 768px) and (min-width: 481px) {
  body#report a.zoom:after {
    bottom: 7px;
    right: 7px;
    width: 40px;
    height: 40px;
    border-radius: 20px; } }
@media (max-width: 480px) {
  body#report a.zoom:after {
    bottom: 4.6511627907%;
    right: 4.6511627907%;
    width: 18.6046511628%;
    height: 0;
    padding-top: 18.6046511628%;
    border-radius: 50%; } }
body#report .report_box .report_box_contents .ca-accordion__li h4.ca-accordion__head {
  color: #FFF;
  background: #7a7a7a;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between; }
body#report .report_box .report_box_contents .ca-accordion__li .ca-acrd__btn {
  display: block;
  padding-right: 25px; }
  body#report .report_box .report_box_contents .ca-accordion__li .ca-acrd__btn:hover {
    cursor: pointer; }
  body#report .report_box .report_box_contents .ca-accordion__li .ca-acrd__btn:before, body#report .report_box .report_box_contents .ca-accordion__li .ca-acrd__btn:after {
    top: calc(50% - 4px); }
body#report .report_box .report_box_contents .report_box_data {
  background: #f2f2f5;
  display: flex;
  flex-wrap: wrap;
  border-radius: 7px; }
  body#report .report_box .report_box_contents .report_box_data h5 {
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1em; }
  body#report .report_box .report_box_contents .report_box_data + .report_box_data {
    margin-top: 20px; }
  body#report .report_box .report_box_contents .report_box_data .h6 {
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0; }
  body#report .report_box .report_box_contents .report_box_data ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
  body#report .report_box .report_box_contents .report_box_data .report_box_data_table {
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif; }
    body#report .report_box .report_box_contents .report_box_data .report_box_data_table .h6 {
      background: #929292 !important;
      color: #FFF;
      text-align: center; }
    body#report .report_box .report_box_contents .report_box_data .report_box_data_table.participation_country {
      text-align: center; }
      body#report .report_box .report_box_contents .report_box_data .report_box_data_table.participation_country li {
        padding: 5px 10px;
        font-size: 1rem;
        background: #FFF; }
        body#report .report_box .report_box_contents .report_box_data .report_box_data_table.participation_country li + li {
          border-bottom: 2px solid #8A8A8A; }
    body#report .report_box .report_box_contents .report_box_data .report_box_data_table.comments_attendees ul {
      padding: 20px 10px;
      overflow: hidden;
      position: relative;
      background: #FFF; }
      body#report .report_box .report_box_contents .report_box_data .report_box_data_table.comments_attendees ul:after {
        content: '';
        display: block;
        width: 100%;
        height: 70px;
        background: #FFF;
        position: absolute;
        bottom: 0;
        left: 0; }
      body#report .report_box .report_box_contents .report_box_data .report_box_data_table.comments_attendees ul li {
        font-size: 0.875rem;
        padding-left: 1em;
        line-height: 1.42em;
        font-weight: 400; }
        body#report .report_box .report_box_contents .report_box_data .report_box_data_table.comments_attendees ul li:before {
          content: '-';
          margin-left: -1em;
          margin-right: 0.5em; }
        body#report .report_box .report_box_contents .report_box_data .report_box_data_table.comments_attendees ul li + li {
          padding-top: 10px; }
        body#report .report_box .report_box_contents .report_box_data .report_box_data_table.comments_attendees ul li.readmore_btn {
          position: absolute;
          width: 100%;
          bottom: 20px;
          left: 0;
          z-index: 1;
          text-align: center;
          padding-bottom: 20px;
          padding-right: 1em;
          text-decoration: underline; }
          body#report .report_box .report_box_contents .report_box_data .report_box_data_table.comments_attendees ul li.readmore_btn:before {
            display: none; }
          body#report .report_box .report_box_contents .report_box_data .report_box_data_table.comments_attendees ul li.readmore_btn:after {
            content: '';
            display: block;
            border-bottom: 1px solid #929292;
            border-right: 1px solid #929292;
            width: 13px;
            height: 13px;
            transform: rotate(45deg);
            position: absolute;
            bottom: 0;
            left: calc(50% - 6.5px); }
          body#report .report_box .report_box_contents .report_box_data .report_box_data_table.comments_attendees ul li.readmore_btn:hover {
            cursor: pointer; }
          body#report .report_box .report_box_contents .report_box_data .report_box_data_table.comments_attendees ul li.readmore_btn.on {
            padding-bottom: 0;
            padding-top: 20px; }
            body#report .report_box .report_box_contents .report_box_data .report_box_data_table.comments_attendees ul li.readmore_btn.on:after {
              transform: rotate(-135deg);
              top: 0; }
  body#report .report_box .report_box_contents .report_box_data .report_box_data_figure {
    text-align: center; }
    body#report .report_box .report_box_contents .report_box_data .report_box_data_figure .h6 {
      line-height: 1.18em; }
    body#report .report_box .report_box_contents .report_box_data .report_box_data_figure img {
      display: block;
      margin: 0 auto; }
body#report .report_box + .report_box {
  border-top: 1px solid #CFCFCF; }
@media (min-width: 769px) {
  body#report .report_box .report_box_contents {
    padding: 30px 50px 0; }
    body#report .report_box .report_box_contents .ca-accordion__li {
      margin-bottom: 40px; }
      body#report .report_box .report_box_contents .ca-accordion__li h4.ca-accordion__head {
        font-size: 1.25rem;
        padding: 10px 25px; }
    body#report .report_box .report_box_contents .report_box_data {
      padding: 25px 40px 30px; }
      body#report .report_box .report_box_contents .report_box_data > div, body#report .report_box .report_box_contents .report_box_data > ul {
        width: 50%; }
      body#report .report_box .report_box_contents .report_box_data .report_box_data_figure {
        padding-left: 40px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: relative; }
        body#report .report_box .report_box_contents .report_box_data .report_box_data_figure .h6 {
          padding-left: 40px;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%; }
      body#report .report_box .report_box_contents .report_box_data .participation_country + .report_box_data_figure {
        padding-top: calc(30px + 1.18em); }
      body#report .report_box .report_box_contents .report_box_data .comments_attendees + .report_box_data_figure {
        padding-top: calc(30px + calc(1.18em * 3)); }
  body#report .report_box + .report_box {
    margin-top: 60px; } }
@media (max-width: 768px) {
  body#report .report_box .report_box_contents {
    padding: 20px 20px 0; }
    body#report .report_box .report_box_contents .ca-accordion__li {
      margin-bottom: 20px; }
      body#report .report_box .report_box_contents .ca-accordion__li h4.ca-accordion__head {
        font-size: 1rem;
        padding: 10px 15px;
        line-height: 1.3em; }
      body#report .report_box .report_box_contents .ca-accordion__li .ca-acrd__btn {
        font-size: 0.875rem;
        width: 9em;
        padding-top: 0.6em;
        padding-right: 20px;
        text-align: right; }
        body#report .report_box .report_box_contents .ca-accordion__li .ca-acrd__btn:before, body#report .report_box .report_box_contents .ca-accordion__li .ca-acrd__btn:after {
          width: 14px; }
    body#report .report_box .report_box_contents .report_box_data {
      padding: 15px 20px 20px; }
      body#report .report_box .report_box_contents .report_box_data > div, body#report .report_box .report_box_contents .report_box_data > ul {
        width: 100%; }
      body#report .report_box .report_box_contents .report_box_data .report_box_data_figure {
        margin-top: 30px; }
        body#report .report_box .report_box_contents .report_box_data .report_box_data_figure .h6 {
          margin-bottom: 1em; }
  body#report .report_box + .report_box {
    margin-top: 60px; } }
@media (max-width: 480px) {
  body#report .report_box .report_box_contents .ca-accordion__li h4.ca-accordion__head {
    font-size: 0.9375rem;
    padding: 10px; }
  body#report .report_box .report_box_contents .ca-accordion__li .ca-acrd__btn {
    width: 10em;
    font-size: 0.75rem; }
  body#report .report_box + .report_box {
    margin-top: 44px; } }

/*



-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
            
			other
			
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
------------------------------------------------------------------------------- 


*/
/* - - - - - - - - - - - - - - - -
            
		#future_plans
			
 - - - - - - - - - - - - - - - -*/
@media (min-width: 769px) {
  body#future_plans #main {
    background-image: url("../img/future_plans/future_plans_main_visual.jpg"); } }
@media (max-width: 768px) {
  body#future_plans #main {
    background-image: url("../img/future_plans/future_plans_main_visual_sp.jpg"); } }
body#future_plans .coming_soon {
  text-align: center; }
  body#future_plans .coming_soon span {
    display: block;
    font-size: 70%;
    font-weight: normal; }
@media (min-width: 769px) {
  body#future_plans .coming_soon {
    padding: 160px 30px 150px;
    font-size: 2.25rem;
    line-height: 1.3em; } }
@media (max-width: 768px) {
  body#future_plans .coming_soon {
    line-height: 1em; }
    body#future_plans .coming_soon span {
      margin-bottom: 0.5em; }
    body#future_plans .coming_soon p {
      font-weight: bold; } }
@media (max-width: 768px) and (min-width: 481px) {
  body#future_plans .coming_soon {
    padding: 150px 0 130px;
    font-size: 2.5rem; } }
@media (max-width: 480px) {
  body#future_plans .coming_soon {
    padding: 33.3333333333% 0 33.3333333333%;
    font-size: 1.75rem; } }

/* - - - - - - - - - - - - - - - -
            
			OTHER
			
 - - - - - - - - - - - - - - - -*/
/* 　#privacy
-----------------------------------*/
@media (min-width: 769px) {
  body#privacy #main {
    background-image: url("../img/other/privacy_main_visual.jpg"); } }
@media (max-width: 768px) {
  body#privacy #main {
    background-image: url("../img/other/privacy_main_visual_sp.jpg"); } }
body#privacy #contents h4, body#privacy #contents h5, body#privacy #contents h6 {
  line-height: 1.4em; }
body#privacy #contents h4 {
  color: #e00e04;
  font-size: 1.125rem;
  margin-bottom: 1.5em; }
  body#privacy #contents h4 + h5 {
    margin-top: -1.2em;
    margin-bottom: 1.5em; }
  body#privacy #contents h4 + h6 {
    margin-top: -1.2em; }
body#privacy #contents h5 {
  font-size: 1rem;
  margin-bottom: 1em; }
body#privacy #contents h6 {
  font-size: 0.9375rem;
  text-decoration: underline;
  margin: 0 0 1.2em; }
body#privacy #contents p + h4, body#privacy #contents p + h6 {
  margin-top: 2em; }
body#privacy #contents p:last-of-type {
  margin-bottom: 0; }
body#privacy #contents a {
  color: #e00e04; }
@media (min-width: 769px) {
  body#privacy #contents h4:first-of-type {
    margin-top: 65px; } }
@media (max-width: 768px) {
  body#privacy #contents h4:first-of-type {
    margin-top: 3em; } }

/* - - - - - - - - - - - - - - - -
            
		C_utility compornent
			
 - - - - - - - - - - - - - - - - - */
/* 　Width Column
-----------------------------------*/
/* 
.w【$w】_【$b】
 【$w】：幅％（05, 10, 15, 1_6, 20, 25, 30, 1_3, 40, 45, 50, 55, 60, 2_3, 70, 75, 80, 90, 100）のいずれかの数値
 【$b】：ブレイクポイント（xs, sm, md, lg, xl. pc, sp）のいずれかの文字列
*/
.w05 {
  width: 5% !important; }

.w10 {
  width: 10% !important; }

.w15 {
  width: 15% !important; }

.w1_6 {
  width: 16.6666666667% !important; }

.w20 {
  width: 20% !important; }

.w25 {
  width: 25% !important; }

.w30 {
  width: 30% !important; }

.w1_3 {
  width: 33.3333333333% !important; }

.w40 {
  width: 40% !important; }

.w45 {
  width: 45% !important; }

.w50 {
  width: 50% !important; }

.w55 {
  width: 55% !important; }

.w60 {
  width: 60% !important; }

.w2_3 {
  width: 66.6666666667% !important; }

.w70 {
  width: 70% !important; }

.w75 {
  width: 75% !important; }

.w80 {
  width: 80% !important; }

.w90 {
  width: 90% !important; }

.w100 {
  width: 100% !important; }

.column-itv10, .column-flow-itv10, [class*="-itv10 "], [class*="-itv10-"], [class$="-itv10"] {
  margin-left: -5px;
  margin-right: -5px; }
  .column-itv10 > *, .column-flow-itv10 > *, [class*="-itv10 "] > *, [class*="-itv10-"] > *, [class$="-itv10"] > * {
    padding-left: 5px;
    padding-right: 5px; }

.column-itv20, .column-flow-itv20, [class*="-itv20 "], [class*="-itv20-"], [class$="-itv20"] {
  margin-left: -10px;
  margin-right: -10px; }
  .column-itv20 > *, .column-flow-itv20 > *, [class*="-itv20 "] > *, [class*="-itv20-"] > *, [class$="-itv20"] > * {
    padding-left: 10px;
    padding-right: 10px; }

.column-itv30, .column-flow-itv30, [class*="-itv30 "], [class*="-itv30-"], [class$="-itv30"] {
  margin-left: -15px;
  margin-right: -15px; }
  .column-itv30 > *, .column-flow-itv30 > *, [class*="-itv30 "] > *, [class*="-itv30-"] > *, [class$="-itv30"] > * {
    padding-left: 15px;
    padding-right: 15px; }

@media (max-width: 480px) {
  .w05_pc, .w10_pc, .w15_pc, .w1_6_pc, .w20_pc, .w25_pc, .w30_pc, .w1_3_pc, .w40_pc, .w45_pc, .w50_pc, .w55_pc, .w60_pc, .w2_3_pc, .w70_pc, .w75_pc, .w80_pc, .w90_pc, .w100_pc {
    width: 100%; }

  .w05_xl, .w10_xl, .w15_xl, .w1_6_xl, .w20_xl, .w25_xl, .w30_xl, .w1_3_xl, .w40_xl, .w45_xl, .w50_xl, .w55_xl, .w60_xl, .w2_3_xl, .w70_xl, .w75_xl, .w80_xl, .w90_xl, .w100_xl {
    width: 100%; }

  .w05_lg, .w10_lg, .w15_lg, .w1_6_lg, .w20_lg, .w25_lg, .w30_lg, .w1_3_lg, .w40_lg, .w45_lg, .w50_lg, .w55_lg, .w60_lg, .w2_3_lg, .w70_lg, .w75_lg, .w80_lg, .w90_lg, .w100_lg {
    width: 100%; }

  .w05_md, .w10_md, .w15_md, .w1_6_md, .w20_md, .w25_md, .w30_md, .w1_3_md, .w40_md, .w45_md, .w50_md, .w55_md, .w60_md, .w2_3_md, .w70_md, .w75_md, .w80_md, .w90_md, .w100_md {
    width: 100%; }

  .w05_sm, .w10_sm, .w15_sm, .w1_6_sm, .w20_sm, .w25_sm, .w30_sm, .w1_3_sm, .w40_sm, .w45_sm, .w50_sm, .w55_sm, .w60_sm, .w2_3_sm, .w70_sm, .w75_sm, .w80_sm, .w90_sm, .w100_sm {
    width: 100%; }

  /* ----------------------- */
  .w05_xs {
    width: 5%; }

  .w10_xs {
    width: 10%; }

  .w15_xs {
    width: 15%; }

  .w1_6_xs {
    width: 16.6666666667%; }

  .w20_xs {
    width: 20%; }

  .w25_xs {
    width: 25%; }

  .w30_xs {
    width: 30%; }

  .w1_3_xs {
    width: 33.3333333333%; }

  .w40_xs {
    width: 40%; }

  .w45_xs {
    width: 45%; }

  .w50_xs {
    width: 50%; }

  .w55_xs {
    width: 55%; }

  .w60_xs {
    width: 60%; }

  .w2_3_xs {
    width: 66.6666666667%; }

  .w70_xs {
    width: 70%; }

  .w75_xs {
    width: 75%; }

  .w80_xs {
    width: 80%; }

  .w90_xs {
    width: 90%; }

  .w100_xs {
    width: 100%; }

  .column-itv10_xs, .column-flow-itv10_xs, [class*="column"][class*="-itv10_xs "], [class*="column"][class*="-itv10_xs-"], [class*="column"][class$="-itv10_xs"] {
    margin-left: -5px;
    margin-right: -5px; }
    .column-itv10_xs > *, .column-flow-itv10_xs > *, [class*="column"][class*="-itv10_xs "] > *, [class*="column"][class*="-itv10_xs-"] > *, [class*="column"][class$="-itv10_xs"] > * {
      padding-left: 5px;
      padding-right: 5px; }

  .column-itv20_xs, .column-flow-itv20_xs, [class*="column"][class*="-itv20_xs "], [class*="column"][class*="-itv20_xs-"], [class*="column"][class$="-itv20_xs"] {
    margin-left: -10px;
    margin-right: -10px; }
    .column-itv20_xs > *, .column-flow-itv20_xs > *, [class*="column"][class*="-itv20_xs "] > *, [class*="column"][class*="-itv20_xs-"] > *, [class*="column"][class$="-itv20_xs"] > * {
      padding-left: 10px;
      padding-right: 10px; }

  .column-itv30_xs, .column-flow-itv30_xs, [class*="column"][class*="-itv30_xs "], [class*="column"][class*="-itv30_xs-"], [class*="column"][class$="-itv30_xs"] {
    margin-left: -15px;
    margin-right: -15px; }
    .column-itv30_xs > *, .column-flow-itv30_xs > *, [class*="column"][class*="-itv30_xs "] > *, [class*="column"][class*="-itv30_xs-"] > *, [class*="column"][class$="-itv30_xs"] > * {
      padding-left: 15px;
      padding-right: 15px; } }
@media (min-width: 481px) {
  .w05_xl, .w10_xl, .w15_xl, .w1_6_xl, .w20_xl, .w25_xl, .w30_xl, .w1_3_xl, .w40_xl, .w45_xl, .w50_xl, .w55_xl, .w60_xl, .w2_3_xl, .w70_xl, .w75_xl, .w80_xl, .w90_xl, .w100_xl {
    width: 100%; }

  .w05_lg, .w10_lg, .w15_lg, .w1_6_lg, .w20_lg, .w25_lg, .w30_lg, .w1_3_lg, .w40_lg, .w45_lg, .w50_lg, .w55_lg, .w60_lg, .w2_3_lg, .w70_lg, .w75_lg, .w80_lg, .w90_lg, .w100_lg {
    width: 100%; }

  .w05_md, .w10_md, .w15_md, .w1_6_md, .w20_md, .w25_md, .w30_md, .w1_3_md, .w40_md, .w45_md, .w50_md, .w55_md, .w60_md, .w2_3_md, .w70_md, .w75_md, .w80_md, .w90_md, .w100_md {
    width: 100%; }

  /* ----------------------- */
  .w05_xs {
    width: 5%; }

  .w10_xs {
    width: 10%; }

  .w15_xs {
    width: 15%; }

  .w1_6_xs {
    width: 16.6666666667%; }

  .w20_xs {
    width: 20%; }

  .w25_xs {
    width: 25%; }

  .w30_xs {
    width: 30%; }

  .w1_3_xs {
    width: 33.3333333333%; }

  .w40_xs {
    width: 40%; }

  .w45_xs {
    width: 45%; }

  .w50_xs {
    width: 50%; }

  .w55_xs {
    width: 55%; }

  .w60_xs {
    width: 60%; }

  .w2_3_xs {
    width: 66.6666666667%; }

  .w70_xs {
    width: 70%; }

  .w75_xs {
    width: 75%; }

  .w80_xs {
    width: 80%; }

  .w90_xs {
    width: 90%; }

  .w100_xs {
    width: 100%; }

  .w05_sm {
    width: 5%; }

  .w10_sm {
    width: 10%; }

  .w15_sm {
    width: 15%; }

  .w1_6_sm {
    width: 16.6666666667%; }

  .w20_sm {
    width: 20%; }

  .w25_sm {
    width: 25%; }

  .w30_sm {
    width: 30%; }

  .w1_3_sm {
    width: 33.3333333333%; }

  .w40_sm {
    width: 40%; }

  .w45_sm {
    width: 45%; }

  .w50_sm {
    width: 50%; }

  .w55_sm {
    width: 55%; }

  .w60_sm {
    width: 60%; }

  .w2_3_sm {
    width: 66.6666666667%; }

  .w70_sm {
    width: 70%; }

  .w75_sm {
    width: 75%; }

  .w80_sm {
    width: 80%; }

  .w90_sm {
    width: 90%; }

  .w100_sm {
    width: 100%; }

  .column-itv10_sm, .column-flow-itv10_sm, [class*="column"][class*="-itv10_sm "], [class*="column"][class*="-itv10_sm-"], [class*="column"][class$="-itv10_sm"],
  .column-itv10_xs, .column-flow-itv10_xs, [class*="column"][class*="-itv10_xs "], [class*="column"][class*="-itv10_xs-"], [class*="column"][class$="-itv10_xs"] {
    margin-left: -5px;
    margin-right: -5px; }
    .column-itv10_sm > *, .column-flow-itv10_sm > *, [class*="column"][class*="-itv10_sm "] > *, [class*="column"][class*="-itv10_sm-"] > *, [class*="column"][class$="-itv10_sm"] > *,
    .column-itv10_xs > *, .column-flow-itv10_xs > *, [class*="column"][class*="-itv10_xs "] > *, [class*="column"][class*="-itv10_xs-"] > *, [class*="column"][class$="-itv10_xs"] > * {
      padding-left: 5px;
      padding-right: 5px; }

  .column-itv20_sm, .column-flow-itv20_sm, [class*="column"][class*="-itv20_sm "], [class*="column"][class*="-itv20_sm-"], [class*="column"][class$="-itv20_sm"],
  .column-itv20_xs, .column--flowitv20_xs, [class*="column"][class*="-itv20_xs "], [class*="column"][class*="-itv20_xs-"], [class*="column"][class$="-itv20_xs"] {
    margin-left: -10px;
    margin-right: -10px; }
    .column-itv20_sm > *, .column-flow-itv20_sm > *, [class*="column"][class*="-itv20_sm "] > *, [class*="column"][class*="-itv20_sm-"] > *, [class*="column"][class$="-itv20_sm"] > *,
    .column-itv20_xs > *, .column--flowitv20_xs > *, [class*="column"][class*="-itv20_xs "] > *, [class*="column"][class*="-itv20_xs-"] > *, [class*="column"][class$="-itv20_xs"] > * {
      padding-left: 10px;
      padding-right: 10px; }

  .column-itv30_sm, .column-flow-itv30_sm, [class*="column"][class*="-itv30_sm "], [class*="column"][class*="-itv30_sm-"], [class*="column"][class$="-itv30_sm"],
  .column-itv30_xs, .column-flow-itv30_xs, [class*="column"][class*="-itv30_xs "], [class*="column"][class*="-itv30_xs-"], [class*="column"][class$="-itv30_xs"] {
    margin-left: -15px;
    margin-right: -15px; }
    .column-itv30_sm > *, .column-flow-itv30_sm > *, [class*="column"][class*="-itv30_sm "] > *, [class*="column"][class*="-itv30_sm-"] > *, [class*="column"][class$="-itv30_sm"] > *,
    .column-itv30_xs > *, .column-flow-itv30_xs > *, [class*="column"][class*="-itv30_xs "] > *, [class*="column"][class*="-itv30_xs-"] > *, [class*="column"][class$="-itv30_xs"] > * {
      padding-left: 15px;
      padding-right: 15px; } }
@media (min-width: 769px) {
  .w05_xl, .w10_xl, .w15_xl, .w1_6_xl, .w20_xl, .w25_xl, .w30_xl, .w1_3_xl, .w40_xl, .w45_xl, .w50_xl, .w55_xl, .w60_xl, .w2_3_xl, .w70_xl, .w75_xl, .w80_xl, .w90_xl, .w100_xl {
    width: 100%; }

  .w05_lg, .w10_lg, .w15_lg, .w1_6_lg, .w20_lg, .w25_lg, .w30_lg, .w1_3_lg, .w40_lg, .w45_lg, .w50_lg, .w55_lg, .w60_lg, .w2_3_lg, .w70_lg, .w75_lg, .w80_lg, .w90_lg, .w100_lg {
    width: 100%; }

  /* ----------------------- */
  .w05_md {
    width: 5%; }

  .w10_md {
    width: 10%; }

  .w15_md {
    width: 15%; }

  .w1_6_md {
    width: 16.6666666667%; }

  .w20_md {
    width: 20%; }

  .w25_md {
    width: 25%; }

  .w30_md {
    width: 30%; }

  .w1_3_md {
    width: 33.3333333333%; }

  .w40_md {
    width: 40%; }

  .w45_md {
    width: 45%; }

  .w50_md {
    width: 50%; }

  .w55_md {
    width: 55%; }

  .w60_md {
    width: 60%; }

  .w2_3_md {
    width: 66.6666666667%; }

  .w70_md {
    width: 70%; }

  .w75_md {
    width: 75%; }

  .w80_md {
    width: 80%; }

  .w90_md {
    width: 90%; }

  .w100_md {
    width: 100%; }

  .column-itv10_md, .column-flow-itv10_md, [class*="column"][class*="-itv10_md "], [class*="column"][class*="-itv10_md-"], [class*="column"][class$="-itv10_md"],
  .column-itv10_sm, .column-flow-itv10_sm, [class*="column"][class*="-itv10_sm "], [class*="column"][class*="-itv10_sm-"], [class*="column"][class$="-itv10_sm"],
  .column-itv10_xs, .column-flow-itv10_xs, [class*="column"][class*="-itv10_xs "], [class*="column"][class*="-itv10_xs-"], [class*="column"][class$="-itv10_xs"] {
    margin-left: -5px;
    margin-right: -5px; }
    .column-itv10_md > *, .column-flow-itv10_md > *, [class*="column"][class*="-itv10_md "] > *, [class*="column"][class*="-itv10_md-"] > *, [class*="column"][class$="-itv10_md"] > *,
    .column-itv10_sm > *, .column-flow-itv10_sm > *, [class*="column"][class*="-itv10_sm "] > *, [class*="column"][class*="-itv10_sm-"] > *, [class*="column"][class$="-itv10_sm"] > *,
    .column-itv10_xs > *, .column-flow-itv10_xs > *, [class*="column"][class*="-itv10_xs "] > *, [class*="column"][class*="-itv10_xs-"] > *, [class*="column"][class$="-itv10_xs"] > * {
      padding-left: 5px;
      padding-right: 5px; }

  .column-itv20_md, .column-flow-itv20_md, [class*="column"][class*="-itv20_md "], [class*="column"][class*="-itv20_md-"], [class*="column"][class$="-itv20_md"],
  .column-itv20_sm, .column-flow-itv20_sm, [class*="column"][class*="-itv20_sm "], [class*="column"][class*="-itv20_sm-"], [class*="column"][class$="-itv20_sm"],
  .column-itv20_xs, .column-flow-itv20_xs, [class*="column"][class*="-itv20_xs "], [class*="column"][class*="-itv20_xs-"], [class*="column"][class$="-itv20_xs"] {
    margin-left: -10px;
    margin-right: -10px; }
    .column-itv20_md > *, .column-flow-itv20_md > *, [class*="column"][class*="-itv20_md "] > *, [class*="column"][class*="-itv20_md-"] > *, [class*="column"][class$="-itv20_md"] > *,
    .column-itv20_sm > *, .column-flow-itv20_sm > *, [class*="column"][class*="-itv20_sm "] > *, [class*="column"][class*="-itv20_sm-"] > *, [class*="column"][class$="-itv20_sm"] > *,
    .column-itv20_xs > *, .column-flow-itv20_xs > *, [class*="column"][class*="-itv20_xs "] > *, [class*="column"][class*="-itv20_xs-"] > *, [class*="column"][class$="-itv20_xs"] > * {
      padding-left: 10px;
      padding-right: 10px; }

  .column-itv30_md, .column-flow-itv30_md, [class*="column"][class*="-itv30_md "], [class*="column"][class*="-itv30_md-"], [class*="column"][class$="-itv30_md"],
  .column-itv30_sm, .column-flow-itv30_sm, [class*="column"][class*="-itv30_sm "], [class*="column"][class*="-itv30_sm-"], [class*="column"][class$="-itv30_sm"],
  .column-itv30_xs, .column-flow-itv30_xs, [class*="column"][class*="-itv30_xs "], [class*="column"][class*="-itv30_xs-"], [class*="column"][class$="-itv30_xs"] {
    margin-left: -15px;
    margin-right: -15px; }
    .column-itv30_md > *, .column-flow-itv30_md > *, [class*="column"][class*="-itv30_md "] > *, [class*="column"][class*="-itv30_md-"] > *, [class*="column"][class$="-itv30_md"] > *,
    .column-itv30_sm > *, .column-flow-itv30_sm > *, [class*="column"][class*="-itv30_sm "] > *, [class*="column"][class*="-itv30_sm-"] > *, [class*="column"][class$="-itv30_sm"] > *,
    .column-itv30_xs > *, .column-flow-itv30_xs > *, [class*="column"][class*="-itv30_xs "] > *, [class*="column"][class*="-itv30_xs-"] > *, [class*="column"][class$="-itv30_xs"] > * {
      padding-left: 15px;
      padding-right: 15px; } }
@media (min-width: 992px) {
  .w05_xl, .w10_xl, .w15_xl, .w1_6_xl, .w20_xl, .w25_xl, .w30_xl, .w1_3_xl, .w40_xl, .w45_xl, .w50_xl, .w55_xl, .w60_xl, .w2_3_xl, .w70_xl, .w75_xl, .w80_xl, .w90_xl, .w100_xl {
    width: 100%; }

  /* ----------------------- */
  .w05_lg {
    width: 5%; }

  .w10_lg {
    width: 10%; }

  .w15_lg {
    width: 15%; }

  .w1_6_lg {
    width: 16.6666666667%; }

  .w20_lg {
    width: 20%; }

  .w25_lg {
    width: 25%; }

  .w30_lg {
    width: 30%; }

  .w1_3_lg {
    width: 33.3333333333%; }

  .w40_lg {
    width: 40%; }

  .w45_lg {
    width: 45%; }

  .w50_lg {
    width: 50%; }

  .w55_lg {
    width: 55%; }

  .w60_lg {
    width: 60%; }

  .w2_3_lg {
    width: 66.6666666667%; }

  .w70_lg {
    width: 70%; }

  .w75_lg {
    width: 75%; }

  .w80_lg {
    width: 80%; }

  .w90_lg {
    width: 90%; }

  .w100_lg {
    width: 100%; }

  .column-itv10_lg, .column-flow-itv10_lg, [class*="column"][class*="-itv10_lg "], [class*="column"][class*="-itv10_lg-"], [class*="column"][class$="-itv10_lg"],
  .column-itv10_md, .column-flow-itv10_md, [class*="column"][class*="-itv10_md "], [class*="column"][class*="-itv10_md-"], [class*="column"][class$="-itv10_md"],
  .column-itv10_sm, .column-flow-itv10_sm, [class*="column"][class*="-itv10_sm "], [class*="column"][class*="-itv10_sm-"], [class*="column"][class$="-itv10_sm"],
  .column-itv10_xs, .column-flow-itv10_xs, [class*="column"][class*="-itv10_xs "], [class*="column"][class*="-itv10_xs-"], [class*="column"][class$="-itv10_xs"] {
    margin-left: -5px;
    margin-right: -5px; }
    .column-itv10_lg > *, .column-flow-itv10_lg > *, [class*="column"][class*="-itv10_lg "] > *, [class*="column"][class*="-itv10_lg-"] > *, [class*="column"][class$="-itv10_lg"] > *,
    .column-itv10_md > *, .column-flow-itv10_md > *, [class*="column"][class*="-itv10_md "] > *, [class*="column"][class*="-itv10_md-"] > *, [class*="column"][class$="-itv10_md"] > *,
    .column-itv10_sm > *, .column-flow-itv10_sm > *, [class*="column"][class*="-itv10_sm "] > *, [class*="column"][class*="-itv10_sm-"] > *, [class*="column"][class$="-itv10_sm"] > *,
    .column-itv10_xs > *, .column-flow-itv10_xs > *, [class*="column"][class*="-itv10_xs "] > *, [class*="column"][class*="-itv10_xs-"] > *, [class*="column"][class$="-itv10_xs"] > * {
      padding-left: 5px;
      padding-right: 5px; }

  .column-itv20_lg, .column-flow-itv20_lg, [class*="column"][class*="-itv20_lg "], [class*="column"][class*="-itv20_lg-"], [class*="column"][class$="-itv20_lg"],
  .column-itv20_md, .column-flow-itv20_md, [class*="column"][class*="-itv20_md "], [class*="column"][class*="-itv20_md-"], [class*="column"][class$="-itv20_md"],
  .column-itv20_sm, .column-flow-itv20_sm, [class*="column"][class*="-itv20_sm "], [class*="column"][class*="-itv20_sm-"], [class*="column"][class$="-itv20_sm"],
  .column-itv20_xs, .column-flow-itv20_xs, [class*="column"][class*="-itv20_xs "], [class*="column"][class*="-itv20_xs-"], [class*="column"][class$="-itv20_xs"] {
    margin-left: -10px;
    margin-right: -10px; }
    .column-itv20_lg > *, .column-flow-itv20_lg > *, [class*="column"][class*="-itv20_lg "] > *, [class*="column"][class*="-itv20_lg-"] > *, [class*="column"][class$="-itv20_lg"] > *,
    .column-itv20_md > *, .column-flow-itv20_md > *, [class*="column"][class*="-itv20_md "] > *, [class*="column"][class*="-itv20_md-"] > *, [class*="column"][class$="-itv20_md"] > *,
    .column-itv20_sm > *, .column-flow-itv20_sm > *, [class*="column"][class*="-itv20_sm "] > *, [class*="column"][class*="-itv20_sm-"] > *, [class*="column"][class$="-itv20_sm"] > *,
    .column-itv20_xs > *, .column-flow-itv20_xs > *, [class*="column"][class*="-itv20_xs "] > *, [class*="column"][class*="-itv20_xs-"] > *, [class*="column"][class$="-itv20_xs"] > * {
      padding-left: 10px;
      padding-right: 10px; }

  .column-itv30_lg, .column-flow-itv30_lg, [class*="column"][class*="-itv30_lg "], [class*="column"][class*="-itv30_lg-"], [class*="column"][class$="-itv30_lg"],
  .column-itv30_md, .column-flow-itv30_md, [class*="column"][class*="-itv30_md "], [class*="column"][class*="-itv30_md-"], [class*="column"][class$="-itv30_md"],
  .column-itv30_sm, .column-flow-itv30_sm, [class*="column"][class*="-itv30_sm "], [class*="column"][class*="-itv30_sm-"], [class*="column"][class$="-itv30_sm"],
  .column-itv30_xs, .column-flow-itv30_xs, [class*="column"][class*="-itv30_xs "], [class*="column"][class*="-itv30_xs-"], [class*="column"][class$="-itv30_xs"] {
    margin-left: -15px;
    margin-right: -15px; }
    .column-itv30_lg > *, .column-flow-itv30_lg > *, [class*="column"][class*="-itv30_lg "] > *, [class*="column"][class*="-itv30_lg-"] > *, [class*="column"][class$="-itv30_lg"] > *,
    .column-itv30_md > *, .column-flow-itv30_md > *, [class*="column"][class*="-itv30_md "] > *, [class*="column"][class*="-itv30_md-"] > *, [class*="column"][class$="-itv30_md"] > *,
    .column-itv30_sm > *, .column-flow-itv30_sm > *, [class*="column"][class*="-itv30_sm "] > *, [class*="column"][class*="-itv30_sm-"] > *, [class*="column"][class$="-itv30_sm"] > *,
    .column-itv30_xs > *, .column-flow-itv30_xs > *, [class*="column"][class*="-itv30_xs "] > *, [class*="column"][class*="-itv30_xs-"] > *, [class*="column"][class$="-itv30_xs"] > * {
      padding-left: 15px;
      padding-right: 15px; } }
@media (min-width: 1200px) {
  .w05_xl {
    width: 5%; }

  .w10_xl {
    width: 10%; }

  .w15_xl {
    width: 15%; }

  .w1_6_xl {
    width: 16.6666666667%; }

  .w20_xl {
    width: 20%; }

  .w25_xl {
    width: 25%; }

  .w30_xl {
    width: 30%; }

  .w1_3_xl {
    width: 33.3333333333%; }

  .w40_xl {
    width: 40%; }

  .w45_xl {
    width: 45%; }

  .w50_xl {
    width: 50%; }

  .w55_xl {
    width: 55%; }

  .w60_xl {
    width: 60%; }

  .w2_3_xl {
    width: 66.6666666667%; }

  .w70_xl {
    width: 70%; }

  .w75_xl {
    width: 75%; }

  .w80_xl {
    width: 80%; }

  .w90_xl {
    width: 90%; }

  .w100_xl {
    width: 100%; }

  .column-itv10_xl, .column-flow-itv10_xl, [class*="column"][class*="-itv10_xl "], [class*="column"][class*="-itv10_xl-"], [class*="column"][class$="-itv10_xl"],
  .column-itv10_lg, .column-flow-itv10_lg, [class*="column"][class*="-itv10_lg "], [class*="column"][class*="-itv10_lg-"], [class*="column"][class$="-itv10_lg"],
  .column-itv10_md, .column-flow-itv10_md, [class*="column"][class*="-itv10_md "], [class*="column"][class*="-itv10_md-"], [class*="column"][class$="-itv10_md"],
  .column-itv10_sm, .column-flow-itv10_sm, [class*="column"][class*="-itv10_sm "], [class*="column"][class*="-itv10_sm-"], [class*="column"][class$="-itv10_sm"],
  .column-itv10_xs, .column-flow-itv10_xs, [class*="column"][class*="-itv10_xs "], [class*="column"][class*="-itv10_xs-"], [class*="column"][class$="-itv10_xs"] {
    margin-left: -5px;
    margin-right: -5px; }
    .column-itv10_xl > *, .column-flow-itv10_xl > *, [class*="column"][class*="-itv10_xl "] > *, [class*="column"][class*="-itv10_xl-"] > *, [class*="column"][class$="-itv10_xl"] > *,
    .column-itv10_lg > *, .column-flow-itv10_lg > *, [class*="column"][class*="-itv10_lg "] > *, [class*="column"][class*="-itv10_lg-"] > *, [class*="column"][class$="-itv10_lg"] > *,
    .column-itv10_md > *, .column-flow-itv10_md > *, [class*="column"][class*="-itv10_md "] > *, [class*="column"][class*="-itv10_md-"] > *, [class*="column"][class$="-itv10_md"] > *,
    .column-itv10_sm > *, .column-flow-itv10_sm > *, [class*="column"][class*="-itv10_sm "] > *, [class*="column"][class*="-itv10_sm-"] > *, [class*="column"][class$="-itv10_sm"] > *,
    .column-itv10_xs > *, .column-flow-itv10_xs > *, [class*="column"][class*="-itv10_xs "] > *, [class*="column"][class*="-itv10_xs-"] > *, [class*="column"][class$="-itv10_xs"] > * {
      padding-left: 5px;
      padding-right: 5px; }

  .column-itv20_xl, .column-flow-itv20_xl, [class*="column"][class*="-itv20_xl "], [class*="column"][class*="-itv20_xl-"], [class*="column"][class$="-itv20_xl"],
  .column-itv20_lg, .column-flow-itv20_lg, [class*="column"][class*="-itv20_lg "], [class*="column"][class*="-itv20_lg-"], [class*="column"][class$="-itv20_lg"],
  .column-itv20_md, .column-flow-itv20_md, [class*="column"][class*="-itv20_md "], [class*="column"][class*="-itv20_md-"], [class*="column"][class$="-itv20_md"],
  .column-itv20_sm, .column-flow-itv20_sm, [class*="column"][class*="-itv20_sm "], [class*="column"][class*="-itv20_sm-"], [class*="column"][class$="-itv20_sm"],
  .column-itv20_xs, .column-flow-itv20_xs, [class*="column"][class*="-itv20_xs "], [class*="column"][class*="-itv20_xs-"], [class*="column"][class$="-itv20_xs"] {
    margin-left: -10px;
    margin-right: -10px; }
    .column-itv20_xl > *, .column-flow-itv20_xl > *, [class*="column"][class*="-itv20_xl "] > *, [class*="column"][class*="-itv20_xl-"] > *, [class*="column"][class$="-itv20_xl"] > *,
    .column-itv20_lg > *, .column-flow-itv20_lg > *, [class*="column"][class*="-itv20_lg "] > *, [class*="column"][class*="-itv20_lg-"] > *, [class*="column"][class$="-itv20_lg"] > *,
    .column-itv20_md > *, .column-flow-itv20_md > *, [class*="column"][class*="-itv20_md "] > *, [class*="column"][class*="-itv20_md-"] > *, [class*="column"][class$="-itv20_md"] > *,
    .column-itv20_sm > *, .column-flow-itv20_sm > *, [class*="column"][class*="-itv20_sm "] > *, [class*="column"][class*="-itv20_sm-"] > *, [class*="column"][class$="-itv20_sm"] > *,
    .column-itv20_xs > *, .column-flow-itv20_xs > *, [class*="column"][class*="-itv20_xs "] > *, [class*="column"][class*="-itv20_xs-"] > *, [class*="column"][class$="-itv20_xs"] > * {
      padding-left: 10px;
      padding-right: 10px; }

  .column-itv30_xl, .column-flow-itv30_xl, [class*="column"][class*="-itv30_xl "], [class*="column"][class*="-itv30_xl-"], [class*="column"][class$="-itv30_xl"],
  .column-itv30_lg, .column-flow-itv30_lg, [class*="column"][class*="-itv30_lg "], [class*="column"][class*="-itv30_lg-"], [class*="column"][class$="-itv30_lg"],
  .column-itv30_md, .column-flow-itv30_md, [class*="column"][class*="-itv30_md "], [class*="column"][class*="-itv30_md-"], [class*="column"][class$="-itv30_md"],
  .column-itv30_sm, .column-flow-itv30_sm, [class*="column"][class*="-itv30_sm "], [class*="column"][class*="-itv30_sm-"], [class*="column"][class$="-itv30_sm"],
  .column-itv30_xs, .column-flow-itv30_xs, [class*="column"][class*="-itv30_xs "], [class*="column"][class*="-itv30_xs-"], [class*="column"][class$="-itv30_xs"] {
    margin-left: -15px;
    margin-right: -15px; }
    .column-itv30_xl > *, .column-flow-itv30_xl > *, [class*="column"][class*="-itv30_xl "] > *, [class*="column"][class*="-itv30_xl-"] > *, [class*="column"][class$="-itv30_xl"] > *,
    .column-itv30_lg > *, .column-flow-itv30_lg > *, [class*="column"][class*="-itv30_lg "] > *, [class*="column"][class*="-itv30_lg-"] > *, [class*="column"][class$="-itv30_lg"] > *,
    .column-itv30_md > *, .column-flow-itv30_md > *, [class*="column"][class*="-itv30_md "] > *, [class*="column"][class*="-itv30_md-"] > *, [class*="column"][class$="-itv30_md"] > *,
    .column-itv30_sm > *, .column-flow-itv30_sm > *, [class*="column"][class*="-itv30_sm "] > *, [class*="column"][class*="-itv30_sm-"] > *, [class*="column"][class$="-itv30_sm"] > *,
    .column-itv30_xs > *, .column-flow-itv30_xs > *, [class*="column"][class*="-itv30_xs "] > *, [class*="column"][class*="-itv30_xs-"] > *, [class*="column"][class$="-itv30_xs"] > * {
      padding-left: 15px;
      padding-right: 15px; } }
@media (min-width: 769px) {
  .w05_pc {
    width: 5%; }

  .w10_pc {
    width: 10%; }

  .w15_pc {
    width: 15%; }

  .w1_6_pc {
    width: 16.6666666667%; }

  .w20_pc {
    width: 20%; }

  .w25_pc {
    width: 25%; }

  .w30_pc {
    width: 30%; }

  .w1_3_pc {
    width: 33.3333333333%; }

  .w40_pc {
    width: 40%; }

  .w45_pc {
    width: 45%; }

  .w50_pc {
    width: 50%; }

  .w55_pc {
    width: 55%; }

  .w60_pc {
    width: 60%; }

  .w2_3_pc {
    width: 66.6666666667%; }

  .w70_pc {
    width: 70%; }

  .w75_pc {
    width: 75%; }

  .w80_pc {
    width: 80%; }

  .w90_pc {
    width: 90%; }

  .w100_pc {
    width: 100%; }

  .column-itv10_pc, .column-flow-itv10_pc, [class*="column"][class*="-itv10_pc "], [class*="column"][class*="-itv10_pc-"], [class*="column"][class$="-itv10_pc"] {
    margin-left: -5px;
    margin-right: -5px; }
    .column-itv10_pc > *, .column-flow-itv10_pc > *, [class*="column"][class*="-itv10_pc "] > *, [class*="column"][class*="-itv10_pc-"] > *, [class*="column"][class$="-itv10_pc"] > * {
      padding-left: 5px;
      padding-right: 5px; }

  .column-itv20_pc, .column-flow-itv20_pc, [class*="column"][class*="-itv20_pc "], [class*="column"][class*="-itv20_pc-"], [class*="column"][class$="-itv20_pc"] {
    margin-left: -10px;
    margin-right: -10px; }
    .column-itv20_pc > *, .column-flow-itv20_pc > *, [class*="column"][class*="-itv20_pc "] > *, [class*="column"][class*="-itv20_pc-"] > *, [class*="column"][class$="-itv20_pc"] > * {
      padding-left: 10px;
      padding-right: 10px; }

  .column-itv30_pc, .column-flow-itv30_pc, [class*="column"][class*="-itv30_pc "], [class*="column"][class*="-itv30_pc-"], [class*="column"][class$="-itv30_pc"] {
    margin-left: -15px;
    margin-right: -15px; }
    .column-itv30_pc > *, .column-flow-itv30_pc > *, [class*="column"][class*="-itv30_pc "] > *, [class*="column"][class*="-itv30_pc-"] > *, [class*="column"][class$="-itv30_pc"] > * {
      padding-left: 15px;
      padding-right: 15px; } }
@media (max-width: 768px) {
  .w05_sp {
    width: 5%; }

  .w10_sp {
    width: 10%; }

  .w15_sp {
    width: 15%; }

  .w1_6_sp {
    width: 16.6666666667%; }

  .w20_sp {
    width: 20%; }

  .w25_sp {
    width: 25%; }

  .w30_sp {
    width: 30%; }

  .w1_3_sp {
    width: 33.3333333333%; }

  .w40_sp {
    width: 40%; }

  .w45_sp {
    width: 45%; }

  .w50_sp {
    width: 50%; }

  .w55_sp {
    width: 55%; }

  .w60_sp {
    width: 60%; }

  .w2_3_sp {
    width: 66.6666666667%; }

  .w70_sp {
    width: 70%; }

  .w75_sp {
    width: 75%; }

  .w80_sp {
    width: 80%; }

  .w90_sp {
    width: 90%; }

  .w100_sp {
    width: 100%; }

  .column-itv10_sp, .column-flow-itv10_sp, [class*="column"][class*="-itv10_sp "], [class*="column"][class*="-itv10_sp-"], [class*="column"][class$="-itv10_sp"] {
    margin-left: -5px;
    margin-right: -5px; }
    .column-itv10_sp > *, .column-flow-itv10_sp > *, [class*="column"][class*="-itv10_sp "] > *, [class*="column"][class*="-itv10_sp-"] > *, [class*="column"][class$="-itv10_sp"] > * {
      padding-left: 5px;
      padding-right: 5px; }

  .column-itv20_sp, .column-flow-itv20_sp, [class*="column"][class*="-itv20_sp "], [class*="column"][class*="-itv20_sp-"], [class*="column"][class$="-itv20_sp"] {
    margin-left: -10px;
    margin-right: -10px; }
    .column-itv20_sp > *, .column-flow-itv20_sp > *, [class*="column"][class*="-itv20_sp "] > *, [class*="column"][class*="-itv20_sp-"] > *, [class*="column"][class$="-itv20_sp"] > * {
      padding-left: 10px;
      padding-right: 10px; }

  .column-itv30_sp, .column-flow-itv30_sp, [class*="column"][class*="-itv30_sp "], [class*="column"][class*="-itv30_sp-"], [class*="column"][class$="-itv30_sp"] {
    margin-left: -15px;
    margin-right: -15px; }
    .column-itv30_sp > *, .column-flow-itv30_sp > *, [class*="column"][class*="-itv30_sp "] > *, [class*="column"][class*="-itv30_sp-"] > *, [class*="column"][class$="-itv30_sp"] > * {
      padding-left: 15px;
      padding-right: 15px; } }
/* 　Flex Responsive
-----------------------------------*/
.column, [class*="column-"] {
  display: flex;
  flex-wrap: wrap; }

.column_flow, [class*="column_flow-"] {
  float: left; }

[class*="column"] .order0 {
  -ms-flex-order: 0;
  order: 0; }
[class*="column"] .order1 {
  -ms-flex-order: 1;
  order: 1; }
[class*="column"] .order2 {
  -ms-flex-order: 2;
  order: 2; }
[class*="column"] .order3 {
  -ms-flex-order: 3;
  order: 3; }
[class*="column"] .order4 {
  -ms-flex-order: 4;
  order: 4; }
[class*="column"] .order5 {
  -ms-flex-order: 5;
  order: 5; }
@media (min-width: 769px) {
  [class*="column"].nowrap_pc {
    flex-wrap: nowrap !important; } }
@media (max-width: 480px) {
  [class*="column"] .order0_xs {
    -ms-flex-order: 0;
    order: 0; }
  [class*="column"] .order1_xs {
    -ms-flex-order: 1;
    order: 1; }
  [class*="column"] .order2_xs {
    -ms-flex-order: 2;
    order: 2; }
  [class*="column"] .order3_xs {
    -ms-flex-order: 3;
    order: 3; }
  [class*="column"] .order4_xs {
    -ms-flex-order: 4;
    order: 4; }
  [class*="column"] .order5_xs {
    -ms-flex-order: 5;
    order: 5; } }
@media (min-width: 481px) {
  [class*="column"] .order0_sm {
    -ms-flex-order: 0;
    order: 0; }
  [class*="column"] .order1_sm {
    -ms-flex-order: 1;
    order: 1; }
  [class*="column"] .order2_sm {
    -ms-flex-order: 2;
    order: 2; }
  [class*="column"] .order3_sm {
    -ms-flex-order: 3;
    order: 3; }
  [class*="column"] .order4_sm {
    -ms-flex-order: 4;
    order: 4; }
  [class*="column"] .order5_sm {
    -ms-flex-order: 5;
    order: 5; } }
@media (min-width: 769px) {
  [class*="column"] .order0_md {
    -ms-flex-order: 0;
    order: 0; }
  [class*="column"] .order1_md {
    -ms-flex-order: 1;
    order: 1; }
  [class*="column"] .order2_md {
    -ms-flex-order: 2;
    order: 2; }
  [class*="column"] .order3_md {
    -ms-flex-order: 3;
    order: 3; }
  [class*="column"] .order4_md {
    -ms-flex-order: 4;
    order: 4; }
  [class*="column"] .order5_md {
    -ms-flex-order: 5;
    order: 5; } }
@media (min-width: 992px) {
  [class*="column"] .order0_lg {
    -ms-flex-order: 0;
    order: 0; }
  [class*="column"] .order1_lg {
    -ms-flex-order: 1;
    order: 1; }
  [class*="column"] .order2_lg {
    -ms-flex-order: 2;
    order: 2; }
  [class*="column"] .order3_lg {
    -ms-flex-order: 3;
    order: 3; }
  [class*="column"] .order4_lg {
    -ms-flex-order: 4;
    order: 4; }
  [class*="column"] .order5_lg {
    -ms-flex-order: 5;
    order: 5; } }
@media (min-width: 1200px) {
  [class*="column"] .order0_xl {
    -ms-flex-order: 0;
    order: 0; }
  [class*="column"] .order1_xl {
    -ms-flex-order: 1;
    order: 1; }
  [class*="column"] .order2_xl {
    -ms-flex-order: 2;
    order: 2; }
  [class*="column"] .order3_xl {
    -ms-flex-order: 3;
    order: 3; }
  [class*="column"] .order4_xl {
    -ms-flex-order: 4;
    order: 4; }
  [class*="column"] .order5_xl {
    -ms-flex-order: 5;
    order: 5; } }
@media (max-width: 768px) {
  [class*="column"] .order0_sp {
    -ms-flex-order: 0;
    order: 0; }
  [class*="column"] .order1_sp {
    -ms-flex-order: 1;
    order: 1; }
  [class*="column"] .order2_sp {
    -ms-flex-order: 2;
    order: 2; }
  [class*="column"] .order3_sp {
    -ms-flex-order: 3;
    order: 3; }
  [class*="column"] .order4_sp {
    -ms-flex-order: 4;
    order: 4; }
  [class*="column"] .order5_sp {
    -ms-flex-order: 5;
    order: 5; } }
@media (min-width: 769px) {
  [class*="column"] .order0_pc {
    -ms-flex-order: 0;
    order: 0; }
  [class*="column"] .order1_pc {
    -ms-flex-order: 1;
    order: 1; }
  [class*="column"] .order2_pc {
    -ms-flex-order: 2;
    order: 2; }
  [class*="column"] .order3_pc {
    -ms-flex-order: 3;
    order: 3; }
  [class*="column"] .order4_pc {
    -ms-flex-order: 4;
    order: 4; }
  [class*="column"] .order5_pc {
    -ms-flex-order: 5;
    order: 5; } }

.column-center, [class*="column"][class*="-center "], [class*="column"][class*="-center-"], [class*="column"][class$="-center"] {
  justify-content: center; }

.column-right, [class*="column"][class*="-right "], [class*="column"][class*="-right-"], [class*="column"][class$="-right"] {
  justify-content: flex-end; }

.column-middle, [class*="column"][class*="-middle "], [class*="column"][class*="-middle-"], [class*="column"][class$="-middle"] {
  align-items: center; }

.column-bottom, [class*="column"][class*="-bottom "], [class*="column"][class*="-bottom-"], [class*="column"][class$="-bottom"] {
  align-items: flex-end; }

.column-top, [class*="column"][class*="-top "], [class*="column"][class*="-top-"], [class*="column"][class$="-top"] {
  align-items: flex-start; }

.column-between, [class*="column"][class*="-between "], [class*="column"][class*="-between-"], [class*="column"][class$="-between"] {
  justify-content: space-between; }

.column-around, [class*="column"][class*="-around "], [class*="column"][class*="-around-"], [class*="column"][class$="-around"] {
  justify-content: space-around; }

@media (min-width: 769px) {
  .column-center_pc, [class*="column"][class*="-center_pc "], [class*="column"][class*="-center_pc-"], [class*="column"][class$="-center_pc"] {
    justify-content: center; }

  .column-right_pc, [class*="column"][class*="-right_pc "], [class*="column"][class*="-right_pc-"], [class*="column"][class$="-right_pc"] {
    justify-content: flex-end; }

  .column-left_pc, [class*="column"][class*="-left_pc "], [class*="column"][class*="-left_pc-"], [class*="column"][class$="-left_pc"] {
    justify-content: flex-start; }

  .column-between_pc, [class*="column"][class*="-between_pc "], [class*="column"][class*="-between_pc-"], [class*="column"][class$="-between_pc"] {
    justify-content: space-between; }

  .column-around_pc, [class*="column"][class*="-around_pc "], [class*="column"][class*="-around_pc-"], [class*="column"][class$="-around_pc"] {
    justify-content: space-around; }

  .column-middle_pc, [class*="column"][class*="-middle_pc "], [class*="column"][class*="-middle_pc-"], [class*="column"][class$="-middle_pc"] {
    align-items: center; }

  .column-bottom_pc, [class*="column"][class*="-bottom_pc "], [class*="column"][class*="-bottom_pc-"], [class*="column"][class$="-bottom_pc"] {
    align-items: flex-end; }

  .column-top_pc, [class*="column"][class*="-top_pc "], [class*="column"][class$="-top_pc"] {
    align-items: flex-start; } }
@media (max-width: 768px) {
  .column-center_sp, [class*="column"][class*="-center_sp "], [class*="column"][class*="-center_sp-"], [class*="column"][class$="-center_sp"] {
    justify-content: center; }

  .column-right_sp, [class*="column"][class*="-right_sp "], [class*="column"][class*="-right_sp-"], [class*="column"][class$="-right_sp"] {
    justify-content: flex-end; }

  .column-left_sp, [class*="column"][class*="-left_sp "], [class*="column"][class*="-left_sp-"], [class*="column"][class$="-left_sp"] {
    justify-content: flex-start; }

  .column-between_sp, [class*="column"][class*="-between_sp "], [class*="column"][class*="-between_sp-"], [class*="column"][class$="-between_sp"] {
    justify-content: space-between; }

  .column-around_sp, [class*="column"][class*="-around_sp "], [class*="column"][class*="-around_sp-"], [class*="column"][class$="-around_sp"] {
    justify-content: space-around; }

  .column-middle_sp, [class*="column"][class*="-middle_sp "], [class*="column"][class*="-middle_sp-"], [class*="column"][class$="-middle_sp"] {
    align-items: center; }

  .column-bottom_sp, [class*="column"][class*="-bottom_sp "], [class*="column"][class*="-bottom_sp-"], [class*="column"][class$="-bottom_sp"] {
    align-items: flex-end; }

  .column-top_sp, [class*="column"][class*="-top_sp "], [class*="column"][class*="-top_sp-"], [class*="column"][class$="-top_sp"] {
    align-items: flex-start; } }
/* 　align
-----------------------------------*/
.txt-c {
  text-align: center !important; }

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

.txt-r {
  text-align: right !important; }

@media (min-width: 769px) {
  .txt-c_pc {
    text-align: center !important; }

  .txt-l_pc {
    text-align: left !important; }

  .txt-r_pc {
    text-align: right !important; } }
@media (max-width: 768px) {
  .txt-c_sp {
    text-align: center !important; }

  .txt-l_sp {
    text-align: left !important; }

  .txt-r_sp {
    text-align: right !important; } }
@media (max-width: 480px) {
  .txt-c_xs {
    text-align: center !important; }

  .txt-l_xs {
    text-align: left !important; }

  .txt-r_xs {
    text-align: right !important; } }
/* 　font-style
-----------------------------------*/
.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

@media (max-width: 768px) {
  .bold_sp {
    font-weight: bold; } }
/* 　line-height
-----------------------------------*/
.lh2em {
  line-height: 2em; }

@media (min-width: 769px) {
  .lh2em_pc {
    line-height: 2em; } }
/* 　test shaping
-----------------------------------*/
.txt-indent {
  padding-left: 1em;
  text-indent: -1em; }

.attention {
  color: #C00;
  font-size: 1.0625rem; }

/* 　font-size
-----------------------------------*/
.font10 {
  font-size: 0.625rem !important; }

.font11 {
  font-size: 0.6875rem !important; }

.font12 {
  font-size: 0.75rem !important; }

.font13 {
  font-size: 0.8125rem !important; }

.font14 {
  font-size: 0.875rem !important; }

.font15 {
  font-size: 0.9375rem !important; }

.font16 {
  font-size: 1rem !important; }

.font17 {
  font-size: 1.0625rem !important; }

.font18 {
  font-size: 1.125rem !important; }

.font19 {
  font-size: 1.1875rem !important; }

.font20 {
  font-size: 1.25rem !important; }

.font21 {
  font-size: 1.3125rem !important; }

.font22 {
  font-size: 1.375rem !important; }

.font23 {
  font-size: 1.4375rem !important; }

.font24 {
  font-size: 1.5rem !important; }

.font25 {
  font-size: 1.5625rem !important; }

.font26 {
  font-size: 1.625rem !important; }

.font27 {
  font-size: 1.6875rem !important; }

.font28 {
  font-size: 1.75rem !important; }

.font29 {
  font-size: 1.8125rem !important; }

.font30 {
  font-size: 1.875rem !important; }

.font31 {
  font-size: 1.9375rem !important; }

.font32 {
  font-size: 2rem !important; }

@media (min-width: 769px) {
  .font11_pc {
    font-size: 0.6875rem !important; }

  .font12_pc {
    font-size: 0.75rem !important; }

  .font13_pc {
    font-size: 0.8125rem !important; }

  .font15_pc {
    font-size: 0.9375rem !important; }

  .font16_pc {
    font-size: 1rem !important; }

  .font17_pc {
    font-size: 1.0625rem !important; }

  .font18_pc {
    font-size: 1.125rem !important; }

  .font19_pc {
    font-size: 1.1875rem !important; }

  .font20_pc {
    font-size: 1.25rem !important; }

  .font25_pc {
    font-size: 1.5625rem !important; } }
@media (min-width: 481px) and (max-width: 768px) {
  .font11_sp, .font11_sm {
    font-size: 0.6875rem !important; }

  .font12_sp, .font12_sm {
    font-size: 0.75rem !important; }

  .font13_sp, .font13_sm {
    font-size: 0.8125rem !important; }

  .font15_sp, .font15_sm {
    font-size: 0.9375rem !important; }

  .font16_sp, .font16_sm {
    font-size: 1rem !important; }

  .font17_sp, .font17_sm {
    font-size: 1.0625rem !important; }

  .font18_sp, .font18_sm {
    font-size: 1.125rem !important; }

  .font19_sp, .font19_sm {
    font-size: 1.1875rem !important; }

  .font20_sp, .font20_sm {
    font-size: 1.25rem !important; }

  .font25_sp, .font25_sm {
    font-size: 1.5625rem !important; } }
@media (max-width: 480px) {
  .font11_sp, .font11_xs {
    font-size: 0.6875rem !important; }

  .font12_sp, .font12_xs {
    font-size: 0.75rem !important; }

  .font13_sp, .font13_xs {
    font-size: 0.8125rem !important; }

  .font15_sp, .font15_xs {
    font-size: 0.9375rem !important; }

  .font16_sp, .font16_xs {
    font-size: 1rem !important; }

  .font17_sp, .font17_xs {
    font-size: 1.0625rem !important; }

  .font18_sp, .font18_xs {
    font-size: 1.125rem !important; }

  .font19_sp, .font19_xs {
    font-size: 1.1875rem !important; }

  .font20_sp, .font20_xs {
    font-size: 1.25rem !important; }

  .font25_sp, .font25_xs {
    font-size: 1.5625rem !important; } }
/* 　Space
-----------------------------------*/
.space00t {
  margin-top: 0 !important; }

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

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

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

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

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

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

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

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

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

.space00b {
  margin-bottom: 0 !important; }

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

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

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

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

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

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

.space35b {
  margin-bottom: 35px !important; }

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

.space45b {
  margin-bottom: 45px !important; }

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

.space55b {
  margin-bottom: 55px !important; }

.space60b {
  margin-bottom: 60px !important; }

.space65b {
  margin-bottom: 65px !important; }

.space70b {
  margin-bottom: 70px !important; }

.space75b {
  margin-bottom: 75px !important; }

.space80b {
  margin-bottom: 80px !important; }

.space00l {
  margin-left: 0 !important; }

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

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

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

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

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

.space00r {
  margin-right: 0 !important; }

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

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

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

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

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

@media (min-width: 769px) {
  .space00t_pc {
    margin-top: 0 !important; }

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

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

  .space00b_pc {
    margin-bottom: 0 !important; }

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

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

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

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

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

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

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

  .space60b_pc {
    margin-bottom: 60px !important; }

  .space70b_pc {
    margin-bottom: 70px !important; }

  .space80b_pc {
    margin-bottom: 80px !important; }

  .space90b_pc {
    margin-bottom: 90px !important; }

  .space100b_pc {
    margin-bottom: 100px !important; }

  .space00l_pc {
    margin-left: 0 !important; }

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

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

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

  .space00r_pc {
    margin-right: 0 !important; }

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

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

  .space15r_pc {
    margin-right: 15px !important; } }
@media (min-width: 481px) and (max-width: 768px) {
  .space00t_sp, .space00t_sm {
    margin-top: 0 !important; }

  .space15t_sp, .space15t_sm {
    margin-top: 15px !important; }

  .space30t_sp, .space30t_sm {
    margin-top: 30px !important; }

  .space00b_sp, .space00b_sm {
    margin-bottom: 0 !important; }

  .space05b_sp, .space05b_sm {
    margin-bottom: 5px !important; }

  .space10b_sp, .space10b_sm {
    margin-bottom: 10px !important; }

  .space15b_sp, .space15b_sm {
    margin-bottom: 15px !important; }

  .space20b_sp, .space20b_sm {
    margin-bottom: 20px !important; }

  .space30b_sp, .space30b_sm {
    margin-bottom: 30px !important; }

  .space40b_sp, .space40b_sm {
    margin-bottom: 40px !important; }

  .space50b_sp, .space50b_sm {
    margin-bottom: 50px !important; }

  .space60b_sp, .space60b_sm {
    margin-bottom: 60px !important; }

  .space00l_sp, .space00l_sm {
    margin-left: 0 !important; }

  .space05l_sp, .space05l_sm {
    margin-left: 5px !important; }

  .space10l_sp, .space10l_sm {
    margin-left: 10px !important; }

  .space15l_sp, .space15l_sm {
    margin-left: 15px !important; }

  .space00r_sp, .space00r_sm {
    margin-right: 0 !important; }

  .space05r_sp, .space05r_sm {
    margin-right: 5px !important; }

  .space10r_sp, .space10r_sm {
    margin-right: 10px !important; }

  .space15r_sp, .space15r_sm {
    margin-right: 15px !important; } }
@media (max-width: 480px) {
  .space00t_sp, .space00t_xs {
    margin-top: 0 !important; }

  .space15t_sp, .space15t_xs {
    margin-top: 15px !important; }

  .space30t_sp, .space30t_xs {
    margin-top: 30px !important; }

  .space00b_sp, .space00b_xs {
    margin-bottom: 0 !important; }

  .space05b_sp, .space05b_xs {
    margin-bottom: 5px !important; }

  .space10b_sp, .space10b_xs {
    margin-bottom: 10px !important; }

  .space15b_sp, .space15b_xs {
    margin-bottom: 15px !important; }

  .space20b_sp, .space20b_xs {
    margin-bottom: 20px !important; }

  .space30b_sp, .space30b_xs {
    margin-bottom: 30px !important; }

  .space40b_sp, .space40b_xs {
    margin-bottom: 40px !important; }

  .space50b_sp, .space50b_xs {
    margin-bottom: 50px !important; }

  .space60b_sp, .space60b_xs {
    margin-bottom: 60px !important; }

  .space00l_sp, .space00l_xs {
    margin-left: 0 !important; }

  .space05l_sp, .space05l_xs {
    margin-left: 5px !important; }

  .space10l_sp, .space10l_xs {
    margin-left: 10px !important; }

  .space15l_sp, .space15l_xs {
    margin-left: 15px !important; }

  .space00r_sp, .space00r_xs {
    margin-right: 0 !important; }

  .space05r_sp, .space05r_xs {
    margin-right: 5px !important; }

  .space10r_sp, .space10r_xs {
    margin-right: 10px !important; }

  .space15r_sp, .space15r_xs {
    margin-right: 15px !important; } }
/* 　padding
-----------------------------------*/
.padd00t {
  padding-top: 0 !important; }

.padd05t {
  padding-top: 0.5em !important; }

.padd10t {
  padding-top: 1em !important; }

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

.padd05b {
  padding-bottom: 0.5em !important; }

.padd10b {
  padding-bottom: 1em !important; }

.padd15b {
  padding-bottom: 1.5em !important; }

.padd20b {
  padding-bottom: 2em !important; }

.padd25b {
  padding-bottom: 2.5em !important; }

.padd30b {
  padding-bottom: 3em !important; }

.padd40b {
  padding-bottom: 4em !important; }

.padd00l {
  padding-left: 0 !important; }

.padd05l {
  padding-left: 0.5em !important; }

.padd10l {
  padding-left: 1em !important; }

.padd15l {
  padding-left: 1.5em !important; }

.padd20l {
  padding-left: 2em !important; }

.padd25l {
  padding-left: 2.5em !important; }

.padd30l {
  padding-left: 3em !important; }

.padd40l {
  padding-left: 4em !important; }

.padd00r {
  padding-right: 0 !important; }

.padd05r {
  padding-right: 0.5em !important; }

.padd10r {
  padding-right: 1em !important; }

.padd15r {
  padding-right: 1.5em !important; }

.padd20r {
  padding-right: 2em !important; }

.padd25r {
  padding-right: 2.5em !important; }

.padd30r {
  padding-right: 3em !important; }

.padd40r {
  padding-right: 4em !important; }

@media (min-width: 769px) {
  .padd00t_pc {
    padding-top: 0 !important; }

  .padd05t_pc {
    padding-top: 0.5em !important; }

  .padd10t_pc {
    padding-top: 1em !important; }

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

  .padd05b_pc {
    padding-bottom: 0.5em !important; }

  .padd10b_pc {
    padding-bottom: 1em !important; }

  .padd15b_pc {
    padding-bottom: 1.5em !important; }

  .padd20b_pc {
    padding-bottom: 2em !important; }

  .padd25b_pc {
    padding-bottom: 2.5em !important; }

  .padd30b_pc {
    padding-bottom: 3em !important; }

  .padd40b_pc {
    padding-bottom: 4em !important; }

  .padd00l_pc {
    padding-left: 0 !important; }

  .padd05l_pc {
    padding-left: 0.5em !important; }

  .padd10l_pc {
    padding-left: 1em !important; }

  .padd15l_pc {
    padding-left: 1.5em !important; }

  .padd20l_pc {
    padding-left: 2em !important; }

  .padd25l_pc {
    padding-left: 2.5em !important; }

  .padd30l_pc {
    padding-left: 3em !important; }

  .padd40l_pc {
    padding-left: 4em !important; }

  .padd00r_pc {
    padding-right: 0 !important; }

  .padd05r_pc {
    padding-right: 0.5em !important; }

  .padd10r_pc {
    padding-right: 1em !important; }

  .padd15r_pc {
    padding-right: 1.5em !important; }

  .padd20r_pc {
    padding-right: 2em !important; }

  .padd25r_pc {
    padding-right: 2.5em !important; }

  .padd30r_pc {
    padding-right: 3em !important; }

  .padd40r_pc {
    padding-right: 4em !important; } }
@media (max-width: 768px) {
  .padd00t_sp {
    padding-top: 0 !important; }

  .padd05t_sp {
    padding-top: 0.5em !important; }

  .padd10t_sp {
    padding-top: 1em !important; }

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

  .padd05b_sp {
    padding-bottom: 0.5em !important; }

  .padd10b_sp {
    padding-bottom: 1em !important; }

  .padd15b_sp {
    padding-bottom: 1.5em !important; }

  .padd20b_sp {
    padding-bottom: 2em !important; }

  .padd25b_sp {
    padding-bottom: 2.5em !important; }

  .padd30b_sp {
    padding-bottom: 3em !important; }

  .padd40b_sp {
    padding-bottom: 4em !important; }

  .padd00l_sp {
    padding-left: 0 !important; }

  .padd05l_sp {
    padding-left: 0.5em !important; }

  .padd10l_sp {
    padding-left: 1em !important; }

  .padd15l_sp {
    padding-left: 1.5em !important; }

  .padd20l_sp {
    padding-left: 2em !important; }

  .padd25l_sp {
    padding-left: 2.5em !important; }

  .padd30l_sp {
    padding-left: 3em !important; }

  .padd00r_sp {
    padding-right: 0 !important; }

  .padd05r_sp {
    padding-right: 0.5em !important; }

  .padd10r_sp {
    padding-right: 1em !important; }

  .padd15r_sp {
    padding-right: 1.5em !important; }

  .padd20r_sp {
    padding-right: 2em !important; }

  .padd25r_sp {
    padding-right: 2.5em !important; }

  .padd30r_sp {
    padding-right: 3em !important; } }
/* 　Visible / Hidden
-----------------------------------*/
@media (min-width: 1200px) {
  .visible_lg, .hidden_xl {
    display: none !important; } }
@media (max-width: 1199px) {
  .visible_xl {
    display: none !important; } }
@media (min-width: 992px) {
  .visible_md, .hidden_lg, .visible_tb, .hidden_dt {
    display: none !important; } }
@media (max-width: 991px) {
  .visible_lg, .visible_dt, .hidden_tb {
    display: none !important; } }
@media (min-width: 769px) {
  .visible_sm, .hidden_md, .visible_sp, .hidden_pc {
    display: none !important; } }
@media (max-width: 768px) {
  .visible_md, .hidden_sm, .visible_pc, .hidden_sp {
    display: none !important; } }
@media (min-width: 481px) {
  .visible_xs {
    display: none !important; } }
@media (max-width: 480px) {
  .visible_sm, .hidden_xs {
    display: none !important; } }
/* 　display
-----------------------------------*/
.block {
  display: block !important; }

.inline {
  display: inline !important; }

@media (min-width: 1200px) {
  .block_xl {
    display: block !important; }

  .inline_xl {
    display: inline !important; } }
@media (max-width: 480px) {
  .block_xs {
    display: block !important; }

  .inline_xs {
    display: inline !important; } }
@media (min-width: 769px) {
  .block_pc {
    display: block !important; }

  .inline_pc {
    display: inline !important; } }
@media (max-width: 768px) {
  .block_sp {
    display: block !important; }

  .inline_sp {
    display: inline !important; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .block_lg {
    display: block !important; }

  .inline_lg {
    display: inline !important; } }
@media (max-width: 991px) and (min-width: 769px) {
  .block_md {
    display: block !important; }

  .inline_md {
    display: inline !important; } }
@media (max-width: 768px) and (min-width: 481px) {
  .block_sm {
    display: block; }

  .inline_sm {
    display: inline; } }
