@charset "utf-8";

/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
   ========================================================================== */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */

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

/* Lists (definition)
   ========================================================================== */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */

/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type='checkbox'] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type='radio'] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  padding: 0; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type='search'] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Table
   ========================================================================== */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* utility（汎用スタイル）
------------------------------------------------------------------------------------ */


.clear {
	clear:both;
}

.clearfix:after {
   content:".";
   display:block;
   clear:both;
   height:0;
   visibility:hidden;
   overflow:hidden;
   font-size:0.1em;
   line-height:0;
}
.clearfix {
   display: inline-block;
}


/* フォント関連 */

.al_center {
	text-align:center;
}
.al_right {
	text-align:right;
}
.al_left {
	text-align:left;
}
.font_b {
	font-weight:bold;
}
.red {
	color:#FF0000;
}
.black {
	color:#000000;
}
.pink {
	color:#FF66CC;
}
.orange {
	color:#FF9900;
}
.green {
	color:#006633;
}

/* デフォルトサイズは16px */

.font_xxxs {
	font-size:0.5rem;/* 8px */
}
.font_xxs {
	font-size:0.625rem;/* 10px */
}
.font_xs {
	font-size:0.75rem;/* 12px */
}
.font_s {
	font-size:0.875rem;/* 14px */
}
.font_l {
	font-size:1.125rem;/* 18px */
}
.font_xl {
	font-size:1.25rem;/* 20px */
}
.font_xxl {
	font-size:1.375rem;/* 22px */
}
.font_xxxl {
	font-size:1.5rem;/* 24px */
}


/* 位置関連 */

.pos_r {
	position:relative;
}
.pos_a {
	position:absolute;
}
.flo_left {
	float:left;
}
.flo_right {
	float:right;
}
.val_t {
	vertical-align:top;
}
.val_m {
	vertical-align:middle;
}
.val_b {
	vertical-align:bottom;
}


/* ブロック関連 */

.d_block {
	display:block;
}
.d_inline {
	display:inline;
}
.d_inline-b {
	display:inline-block;
}
.d_table {
	display:table;
}
.d_table-c {
	display:table-cell;
}
.d_table-r {
	display:table-row;
}
.d_none {
	display:none;
}

.of_hid {
	overflow:hidden;
}
.of_auto {
	overflow:auto;
}
.of_scr {
	overflow:scroll;
}

.w_100pct {
	width:100%;
}
.w_90pct {
	width:90%;
}
.w_80pct {
	width:80%;
}
.w_70pct {
	width:70%;
}
.w_60pct {
	width:60%;
}
.w_50pct {
	width:50%;
}
.w_40pct {
	width:40%;
}
.w_30pct {
	width:30%;
}
.w_33pct {
	width:33.333%;
}
.w_25pct {
	width:25%;
}
.w_20pct {
	width:20%;
}
.w_10pct {
	width:10%;
}


/* 余白関連 */

.m_5 {
	margin:5px;
}
.m_10 {
	margin:10px;
}
.m_15 {
	margin:15px;
}
.m_20 {
	margin:20px;
}
.m_30 {
	margin:30px;
}
.m_40 {
	margin:30px;
}
.m_50 {
	margin:30px;
}

.m_h5 {
	margin-top:5px;
	margin-bottom:5px;
}
.m_h10 {
	margin-top:10px;
	margin-bottom:10px;
}
.m_h15 {
	margin-top:15px;
	margin-bottom:15px;
}
.m_h20 {
	margin-top:20px;
	margin-bottom:20px;
}
.m_h30 {
	margin-top:30px;
	margin-bottom:30px;
}
.m_h40 {
	margin-top:40px;
	margin-bottom:40px;
}
.m_h50 {
	margin-top:50px;
	margin-bottom:50px;
}

.m_w5 {
	margin-right:5px;
	margin-left:5px;
}
.m_w10 {
	margin-right:10px;
	margin-left:10px;
}
.m_w15 {
	margin-right:15px;
	margin-left:15px;
}
.m_w20 {
	margin-right:20px;
	margin-left:20px;
}
.m_w30 {
	margin-right:30px;
	margin-left:30px;
}
.m_w40 {
	margin-right:40px;
	margin-left:40px;
}
.m_w50 {
	margin-right:50px;
	margin-left:50px;
}

.m_t5 {
	margin-top:5px;
}
.m_t10 {
	margin-top:10px;
}
.m_t15 {
	margin-top:15px;
}
.m_t20 {
	margin-top:20px;
}
.m_t30 {
	margin-top:30px;
}
.m_t40 {
	margin-top:40px;
}
.m_t50 {
	margin-top:50px;
}

.m_r5 {
	margin-right:5px;
}
.m_r10 {
	margin-right:10px;
}
.m_r15 {
	margin-right:15px;
}
.m_r20 {
	margin-right:20px;
}
.m_r30 {
	margin-right:30px;
}
.m_r40 {
	margin-right:40px;
}
.m_r50 {
	margin-right:50px;
}

.m_b5 {
	margin-bottom:5px;
}
.m_b10 {
	margin-bottom:10px;
}
.m_b15 {
	margin-bottom:15px;
}
.m_b20 {
	margin-bottom:20px;
}
.m_b30 {
	margin-bottom:30px;
}
.m_b40 {
	margin-bottom:40px;
}
.m_b50 {
	margin-bottom:50px;
}
.m_b60 {
	margin-bottom:60px;
}
.m_b70 {
	margin-bottom:70px;
}
.m_b80 {
	margin-bottom:80px;
}
.m_b90 {
	margin-bottom:90px;
}
.m_b100 {
	margin-bottom:100px;
}

.m_l5 {
	margin-left:5px;
}
.m_l10 {
	margin-left:10px;
}
.m_l15 {
	margin-left:15px;
}
.m_l20 {
	margin-left:20px;
}
.m_l30 {
	margin-left:30px;
}
.m_l40 {
	margin-left:40px;
}
.m_l50 {
	margin-left:50px;
}


.p_5 {
	padding:5px;
}
.p_10 {
	padding:10px;
}
.p_15 {
	padding:15px;
}
.p_20 {
	padding:20px;
}
.p_30 {
	padding:30px;
}
.p_40 {
	padding:40px;
}
.p_50 {
	padding:50px;
}

.p_h5 {
	padding-top:5px;
	padding-bottom:5px;
}
.p_h10 {
	padding-top:10px;
	padding-bottom:10px;
}
.p_h15 {
	padding-top:15px;
	padding-bottom:15px;
}
.p_h20 {
	padding-top:20px;
	padding-bottom:20px;
}
.p_h30 {
	padding-top:30px;
	padding-bottom:30px;
}
.p_h40 {
	padding-top:40px;
	padding-bottom:40px;
}
.p_h50 {
	padding-top:50px;
	padding-bottom:50px;
}

.p_w5 {
	padding-right:5px;
	padding-left:5px;
}
.p_w10 {
	padding-right:10px;
	padding-left:10px;
}
.p_w15 {
	padding-right:15px;
	padding-left:15px;
}
.p_w20 {
	padding-right:20px;
	padding-left:20px;
}
.p_w30 {
	padding-right:30px;
	padding-left:30px;
}
.p_w40 {
	padding-right:40px;
	padding-left:40px;
}
.p_w50 {
	padding-right:50px;
	padding-left:50px;
}

.p_t5 {
	padding-top:5px;
}
.p_t10 {
	padding-top:10px;
}
.p_t15 {
	padding-top:15px;
}
.p_t20 {
	padding-top:20px;
}
.p_t30 {
	padding-top:30px;
}
.p_t40 {
	padding-top:40px;
}
.p_t50 {
	padding-top:50px;
}

.p_r5 {
	padding-right:5px;
}
.p_r10 {
	padding-right:10px;
}
.p_r15 {
	padding-right:15px;
}
.p_r20 {
	padding-right:20px;
}
.p_r30 {
	padding-right:30px;
}
.p_r40 {
	padding-right:40px;
}
.p_r50 {
	padding-right:50px;
}

.p_b5 {
	padding-bottom:5px;
}
.p_b10 {
	padding-bottom:10px;
}
.p_b15 {
	padding-bottom:15px;
}
.p_b20 {
	padding-bottom:20px;
}
.p_b30 {
	padding-bottom:30px;
}
.p_b40 {
	padding-bottom:40px;
}
.p_b50 {
	padding-bottom:50px;
}

.p_l5 {
	padding-left:5px;
}
.p_l10 {
	padding-left:10px;
}
.p_l15 {
	padding-left:15px;
}
.p_l20 {
	padding-left:20px;
}
.p_l30 {
	padding-left:30px;
}
.p_l40 {
	padding-left:40px;
}
.p_l50 {
	padding-left:50px;
}
