/****************************************/
/*               共通設定               */
/****************************************/

/* ===== 
	normalize
 ================================================== */

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

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *	controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

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

[type="search"]::-webkit-search-cancel-button,
[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 */
}

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

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}


/* ===== 
	Initialization
 ================================================== */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
}

html {
	font-size: 62.5%;
	line-height: 1.0;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

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

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-weight: 300;
}

ul,ol,li,dl,dt,dd{
	margin: 0;
	padding: 0;
	list-style: none;
}

textarea { /* for chrome fontsize bug */
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Roboto, Helvecita, Arial, sans-serif;
}
button {
	letter-spacing: normal;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Roboto, Helvecita, Arial, sans-serif;
}


/* 行揃え設定 */
.left,
.left th,
.left td,
th.left,
td.left {
	text-align: left !important;
}

.right,
.right th,
.right td,
th.right,
td.right {
	text-align: right !important;
}

.center,
.center th,
.center td,
th.center,
td.center {
	text-align: center !important;
}

.middle,
.middle th,
.middle td,
th.middle,
td.middle {
	vertical-align: middle !important;
}

.justify {
	text-align: justify;
	text-justify: distribute-all-lines;
}

.tate {
	writing-mode: tb-rl;
}

/* ディスプレイ */

.block { display: block; }
.inline-block { display: inline-block; }
.inline { display: inline; }
.hidden { display: none; }

/* ポジション設定 */
.absolute{ position: absolute; }
.relative{ position: relative; }
.fixed{ position: fixed; }

/* フロート設定 */

.clear { clear: both; }
.f-left { float: left; display: inline; }
.f-right { float: right; display: inline; }

/* マージン設定 */
.mgn0 { margin: 0 !important; }
.mgn5 { margin: 5px !important; }
.mgn10 { margin: 10px !important; }
.mgn15 { margin: 15px !important; }
.mgn20 { margin: 20px !important; }
.mgn30 { margin: 30px !important; }
.mgn40 { margin: 40px !important; }
.mgn50 { margin: 50px !important; }

.mgn-x0 { margin-left: 0px !important; margin-right: 0px !important; }
.mgn-x5 { margin-left: 5px !important; margin-right: 5px !important; }
.mgn-x10 { margin-left: 10px !important; margin-right: 10px !important; }
.mgn-x15 { margin-left: 15px !important; margin-right: 15px !important; }
.mgn-x20 { margin-left: 20px !important; margin-right: 20px !important; }
.mgn-x30 { margin-left: 30px !important; margin-right: 30px !important; }
.mgn-x40 { margin-left: 40px !important; margin-right: 40px !important; }
.mgn-x50 { margin-left: 50px !important; margin-right: 50px !important; }

.mgn-y0 { margin-top: 0px !important; margin-bottom: 0px !important; }
.mgn-y5 { margin-top: 5px !important; margin-bottom: 5px !important; }
.mgn-y10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.mgn-y15 { margin-top: 15px !important; margin-bottom: 15px !important; }
.mgn-y20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.mgn-y30 { margin-top: 30px !important; margin-bottom: 30px !important; }
.mgn-y40 { margin-top: 40px !important; margin-bottom: 40px !important; }
.mgn-y50 { margin-top: 50px !important; margin-bottom: 50px !important; }

.mgn-top0 { margin-top: 0px !important; }
.mgn-top5 { margin-top: 5px !important; }
.mgn-top8 { margin-top: 8px !important; }
.mgn-top10 { margin-top: 10px !important; }
.mgn-top12 { margin-top: 12px !important; }
.mgn-top15 { margin-top: 15px !important; }
.mgn-top16 { margin-top: 16px !important; }
.mgn-top18 { margin-top: 18px !important; }
.mgn-top20 { margin-top: 20px !important; }
.mgn-top21 { margin-top: 21px !important; }
.mgn-top24 { margin-top: 24px !important; }
.mgn-top25 { margin-top: 25px !important; }
.mgn-top30 { margin-top: 30px !important; }
.mgn-top40 { margin-top: 40px !important; }
.mgn-top50 { margin-top: 50px !important; }

.mgn-btm0 { margin-bottom: 0px !important; }
.mgn-btm5 { margin-bottom: 5px !important; }
.mgn-btm8 { margin-bottom: 8px !important; }
.mgn-btm10 { margin-bottom: 10px !important; }
.mgn-btm12 { margin-bottom: 12px !important; }
.mgn-btm15 { margin-bottom: 15px !important; }
.mgn-btm16 { margin-bottom: 16px !important; }
.mgn-btm18 { margin-bottom: 18px !important; }
.mgn-btm20 { margin-bottom: 20px !important; }
.mgn-btm21 { margin-bottom: 21px !important; }
.mgn-btm24 { margin-bottom: 24px !important; }
.mgn-btm25 { margin-bottom: 25px !important; }
.mgn-btm30 { margin-bottom: 30px !important; }
.mgn-btm40 { margin-bottom: 40px !important; }
.mgn-btm50 { margin-bottom: 50px !important; }

.mgn-left0 { margin-left: 0px !important; }
.mgn-left5 { margin-left: 5px !important; }
.mgn-left8 { margin-left: 8px !important; }
.mgn-left10 { margin-left: 10px !important; }
.mgn-left12 { margin-left: 12px !important; }
.mgn-left15 { margin-left: 15px !important; }
.mgn-left16 { margin-left: 16px !important; }
.mgn-left18 { margin-left: 18px !important; }
.mgn-left20 { margin-left: 20px !important; }
.mgn-left21 { margin-left: 21px !important; }
.mgn-left24 { margin-left: 24px !important; }
.mgn-left25 { margin-left: 25px !important; }
.mgn-left30 { margin-left: 30px !important; }

.mgn-right0 { margin-right: 0px !important; }
.mgn-right5 { margin-right: 5px !important; }
.mgn-right8 { margin-right: 8px !important; }
.mgn-right10 { margin-right: 10px !important; }
.mgn-right12 { margin-right: 12px !important; }
.mgn-right15 { margin-right: 15px !important; }
.mgn-right16 { margin-right: 16px !important; }
.mgn-right18 { margin-right: 18px !important; }
.mgn-right20 { margin-right: 20px !important; }
.mgn-right21 { margin-right: 21px !important; }
.mgn-right24 { margin-right: 24px !important; }
.mgn-right25 { margin-right: 25px !important; }
.mgn-right30 { margin-right: 30px !important; }

.mgn-top1em { margin-top: 1em !important; }
.mgn-btm1em { margin-bottom: 1em !important; }
.mgn-left1em { margin-left: 1em !important; }
.mgn-right1em { margin-right: 1em !important; }

.mgn-top2em { margin-top: 2em !important; }
.mgn-btm2em { margin-bottom: 2em !important; }
.mgn-left2em { margin-left: 2em !important; }
.mgn-right2em { margin-right: 2em !important; }

.mgn-top3em { margin-top: 3em !important; }
.mgn-btm3em { margin-bottom: 3em !important; }
.mgn-left3em { margin-left: 3em !important; }
.mgn-right3em { margin-right: 3em !important; }

/* パディング設定 */
.pdg0 { padding: 0px !important; }	.pdg5 { padding: 5px !important; }
.pdg10 { padding: 10px !important; }	.pdg15 { padding: 15px !important; }
.pdg20 { padding: 20px !important; }	.pdg30 { padding: 30px !important; }
.pdg40 { padding: 40px !important; }	.pdg50 { padding: 50px !important; }

.pdg-x0 { padding-left: 0px !important; padding-right: 0px !important; }
.pdg-x5 { padding-left: 5px !important; padding-right: 5px !important; }
.pdg-x10 { padding-left: 10px !important; padding-right: 10px !important; }
.pdg-x15 { padding-left: 15px !important; padding-right: 15px !important; }
.pdg-x20 { padding-left: 20px !important; padding-right: 20px !important; }
.pdg-x30 { padding-left: 30px !important; padding-right: 30px !important; }
.pdg-x40 { padding-left: 40px !important; padding-right: 40px !important; }
.pdg-x50 { padding-left: 50px !important; padding-right: 50px !important; }

.pdg-y0 { padding-top: 0px !important; padding-bottom: 0px !important; }
.pdg-y5 { padding-top: 5px !important; padding-bottom: 5px !important; }
.pdg-y10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.pdg-y15 { padding-top: 15px !important; padding-bottom: 15px !important; }
.pdg-y20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.pdg-y30 { padding-top: 30px !important; padding-bottom: 30px !important; }
.pdg-y40 { padding-top: 40px !important; padding-bottom: 40px !important; }
.pdg-y50 { padding-top: 50px !important; padding-bottom: 50px !important; }

.pdg-top0 { padding-top: 0px !important; }	.pdg-top5 { padding-top: 5px !important; }
.pdg-top10 { padding-top: 10px !important; }	.pdg-top15 { padding-top: 15px !important; }
.pdg-top20 { padding-top: 20px !important; }	.pdg-top30 { padding-top: 30px !important; }
.pdg-top40 { padding-top: 40px !important; }	.pdg-top50 { padding-top: 50px !important; }
.pdg-top60 { padding-top: 60px !important; }	.pdg-top70 { padding-top: 70px !important; }
.pdg-top80 { padding-top: 80px !important; }	.pdg-top90 { padding-top: 90px !important; }
.pdg-top100 { padding-top: 100px !important; }	.pdg-top120 { padding-top: 120px !important; }

.pdg-btm0 { padding-bottom: 0px !important; }	.pdg-btm5 { padding-bottom: 5px !important; }
.pdg-btm10 { padding-bottom: 10px !important; }	.pdg-btm15 { padding-bottom: 15px !important; }
.pdg-btm20 { padding-bottom: 20px !important; }	.pdg-btm30 { padding-bottom: 30px !important; }
.pdg-btm40 { padding-bottom: 40px !important; }	.pdg-btm50 { padding-bottom: 50px !important; }
.pdg-btm60 { padding-bottom: 60px !important; }	.pdg-btm70 { padding-bottom: 70px !important; }
.pdg-btm80 { padding-bottom: 80px !important; }	.pdg-btm90 { padding-bottom: 90px !important; }
.pdg-btm100 { padding-bottom: 100px !important; }	.pdg-btm120 { padding-bottom: 120px !important; }

.pdg-left0 { padding-left: 0px !important; }	.pdg-left5 { padding-left: 5px !important; }
.pdg-left10 { padding-left: 10px !important; }	.pdg-left15 { padding-left: 15px !important; }
.pdg-left20 { padding-left: 20px !important; }	.pdg-left30 { padding-left: 30px !important; }
.pdg-left40 { padding-left: 40px !important; }	.pdg-left50 { padding-left: 50px !important; }

.pdg-right0 { padding-right: 0px !important; }	.pdg-right5 { padding-right: 5px !important; }
.pdg-right10 { padding-right: 10px !important; }	.pdg-right15 { padding-right: 15px !important; }
.pdg-right20 { padding-right: 20px !important; }	.pdg-right30 { padding-right: 30px !important; }
.pdg-right40 { padding-right: 40px !important; }	.pdg-right50 { padding-right: 50px !important; }

/* フォント設定 */
.en01 { font-family: Helvetica, Arial !important; }
.en02 { font-family: "Times New Roman", Times, serif !important; }

.en03{ font-family: Myriad Pro, Myriad, 'Fira Sans', Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important; }
/* IE9 以下 */
.oldie .en03{ font-family: Myriad Pro, Myriad, Verdana, Arial, "メイリオ", Meiryo, sans-serif !important; }
/* ios */
.ios .en03{ font-family: Myriad Pro, Myriad, Verdana, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important; }



.bold { font-weight: bold !important; }
.normal { font-weight: normal !important; }
.underline { text-decoration: underline !important; }

.xx-small { font-size: 72% !important; line-height: 175%; }
.x-small { font-size: 79% !important; line-height: 175%; }
.small { font-size: 86% !important; line-height: 175%; }
.medium_s { font-size: 93% !important; line-height: 175%; }
.medium { font-size: 100% !important; line-height: 175%; }
.medium_l { font-size: 114.28% !important; line-height: 175%; }
.large { font-size: 128.5% !important; line-height: 175%; }
.x-large { font-size: 150% !important; line-height: 175%; }
.xx-large { font-size: 172% !important; line-height: 175%; }

.deco_ub{
	text-decoration: underline;
}

.nowrap{ white-space: nowrap; }

.fs10 { font-size: 10px !important; }	.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }	.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }	.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }	.fs17 { font-size: 17px !important; }
.fs18 { font-size: 18px !important; }	.fs19 { font-size: 19px !important; }
.fs20 { font-size: 20px !important; }	.fs21 { font-size: 21px !important; }
.fs22 { font-size: 22px !important; }	.fs23 { font-size: 23px !important; }
.fs24 { font-size: 24px !important; }	.fs26 { font-size: 26px !important; }
.fs30 { font-size: 30px !important; }	.fs36 { font-size: 36px !important; }
.fs42 { font-size: 42px !important; }	.fs48 { font-size: 48px !important; }
.fs50 { font-size: 50px !important; }	.fs60 { font-size: 60px !important; }

/* Font Color */
.acc01{ color: #f98fb3; }
	.acc01_c01{ color: #f98fcd !important; }
	.acc01_c02{ color: #f1c400 !important; }
	.acc01_c03{ color: #f09b3e !important; }
	.acc01_c04{ color: #61c473 !important; }
	.acc01_c05{ color: #71bbf0 !important; }
	.acc01_c06{ color: #9d8edb !important; }
	.acc01_c07{ color: #f0717b !important; }

.acc02{ color: #f9c0d3; }
	.acc02_c01{ color: #fac0e2 !important; }
	.acc02_c02{ color: #ffe989 !important; }
	.acc02_c03{ color: #ffcd98 !important; }
	.acc02_c04{ color: #a3d5ac !important; }
	.acc02_c05{ color: #a7d3f3 !important; }
	.acc02_c06{ color: #bcb3e1 !important; }
	.acc02_c07{ color: #ffa6a6 !important; }

.acc_bk{ color: #000; }
.acc_wh{ color: #fff; }
.acc_rd{ color: #f00; }
.acc111{ color: #111; }
.acc333{ color: #333; }
.acc666{ color: #666; }
.acc999{ color: #999; }
.acc_c{ color: #ccc; }

/* 行間設定 */
.lh100pr{ line-height: 100%; }
.lh120pr{ line-height: 120%; }
.lh150pr{ line-height: 150%; }
.lh175pr{ line-height: 175%; }
.lh200pr{ line-height: 200%; }


/* 背景設定 */
.bg01{ background: #f98fb3 !important; }
	.bg01_c01{ background: #f98fcd !important; }
	.bg01_c02{ background: #f1c400 !important; }
	.bg01_c03{ background: #f09b3e !important; }
	.bg01_c04{ background: #61c473 !important; }
	.bg01_c05{ background: #71bbf0 !important; }
	.bg01_c06{ background: #9d8edb !important; }
	.bg01_c07{ background: #f0717b !important; }
	
.bg02{ background: #f9c0d3 !important; }
	.bg02_c01{ background: #fac0e2 !important; }
	.bg02_c02{ background: #ffe989 !important; }
	.bg02_c03{ background: #ffcd98 !important; }
	.bg02_c04{ background: #a3d5ac !important; }
	.bg02_c05{ background: #a7d3f3 !important; }
	.bg02_c06{ background: #bcb3e1 !important; }
	.bg02_c07{ background: #ffa6a6 !important; }

.bg03{ background: #fcdfe9 !important; }
	.bg03_c01{ background: #fcdff0 !important; }
	.bg03_c02{ background: #fff4c4 !important; }
	.bg03_c03{ background: #ffe6cb !important; }
	.bg03_c04{ background: #d1ead5 !important; }
	.bg03_c05{ background: #d3e9f9 !important; }
	.bg03_c06{ background: #ddd9f0 !important; }
	.bg03_c07{ background: #ffd2d2 !important; }

.bg04{ background: #fde9f0 !important; }
	.bg04_c01{ background: #fde9f5 !important; }
	.bg04_c02{ background: #fff7d6 !important; }
	.bg04_c03{ background: #ffeedb !important; }
	.bg04_c04{ background: #dff0e2 !important; }
	.bg04_c05{ background: #e0f0fb !important; }
	.bg04_c06{ background: #e8e4f5 !important; }
	.bg04_c07{ background: #ffe0e0 !important; }

.bg_wh{ background: #fff !important; }
.bg_bk{ background: #000 !important; }
.bg111{ background: #111 !important; }
.bg333{ background: #333 !important; }
.bg666{ background: #666 !important; }
.bg999{ background: #999 !important; }
.bg_e{ background: #eee !important; }
.bg_c{ background: #ccc !important; }


/* ボックス設定 */
.box01 {
	margin: 30px auto;
	padding: 20px;
	background: #f5f5f5;
}
.box01 p:first-child{
	margin-top: 0;
}
.box01 p:last-child{
	margin-bottom: 0;
}

.clrBox01{
	background: #f9c0d3;
	border: 1px solid #f9c0d3;
}
	.clrBox01_c01{
		background: #fac0e2;
		border: 1px solid #fac0e2;
	}
	.clrBox01_c02{
		background: #ffe989;
		border: 1px solid #ffe989;
	}
	.clrBox01_c03{
		background: #ffcd98;
		border: 1px solid #ffcd98;
	}
	.clrBox01_c04{
		background: #a3d5ac;
		border: 1px solid #a3d5ac;
	}
	.clrBox01_c05{
		background: #a7d3f3;
		border: 1px solid #a7d3f3;
	}
	.clrBox01_c06{
		background: #bcb3e1;
		border: 1px solid #bcb3e1;
	}
	.clrBox01_c07{
		background: #ffa6a6;
		border: 1px solid #ffa6a6;
	}


.roundBox01{
	padding: 15px;
	background: #fff;
	border-radius: 15px;
}


/* ボーダー設定 */
.bdr01{ border: 1px solid #f98fb3 !important; }
.bdr02{ border: 1px solid #f98fcd !important; }
.bdr03{ border: 1px solid #f1c400 !important; }
.bdr04{ border: 1px solid #f09b3e !important; }
.bdr05{ border: 1px solid #61c473 !important; }
.bdr06{ border: 1px solid #71bbf0 !important; }
.bdr07{ border: 1px solid #9d8edb !important; }
.bdr08{ border: 1px solid #f0717b !important; }


/* ライン設定 */

.line01_top{
	border-top: 1px solid #ddd !important;
}
.line02_top{
	border-top: 1px solid #ccc !important;
}
.line03_top{
	border-top: 1px solid #999 !important;
}

.line01_btm{
	border-bottom: 1px solid #ddd !important;
}
.line02_btm{
	border-bottom: 1px solid #ccc !important;
}
.line03_btm{
	border-bottom: 1px solid #999 !important;
}


/* テーブル設定 */
.tbl01{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.tbl01 th{
	padding: 10px;
	border: 1px solid #ccc;
	background: #f5f5f5;
}
.tbl01 td{
	padding: 10px;
	border: 1px solid #ccc;
}


/* パターン設定 */
.ptn_stripe01{
	background-image: url("../../images/common/pattern03.png");
	background-position: 0 0;
	background-repeat: repeat;
}
.ptn_dot01{
	background-image: url("../../images/common/pattern04.png");
	background-position: 0 0;
	background-repeat: repeat;
}



/* リスト設定 */
.list01{
	margin: 0;
	padding: 0 0 0 18px;
}

.list01 li{
	margin: 1.0em 0;
	list-style: disc;
}

.olist01{
	margin: 0;
	padding: 0 0 0 18px;
}

.olist01 li{
	margin: 1.0em 0;
	list-style: decimal;
}

.list02{
	margin: 0;
	padding: 0 0 0 18px;
}

.list02 li{
	margin: 0.25em 0;
	list-style: disc;
}

.olist02{
	margin: 0;
	padding: 0 0 0 18px;
}

.olist02 li{
	margin: 0.25em 0;
	list-style: decimal;
}


.dlist01 dt{
	margin-top: 1.5em;
}


.pdf{
	display: inline-block;
	padding: 5px 0 5px 27px;
	background: url("../../images/common/ic_pdf.png") 0 50% no-repeat;
	background-size: 21px;
}

@media screen and (min-width: 640px) {
	.pdf{
		padding: 5px 0 5px 40px;
		background: url("../../images/common/ic_pdf.png") 0 50% no-repeat;
		background-size: 32px;
	}
}


/* 開閉パネル設定 */
.panel{
	display: none;
}

.panel.open{
	display: block;
}

.panel_toggle{
	position: relative;
	cursor: pointer;
}

.accordion_panel01 .panel_toggle:after,
.accordion_panel01 .panel_toggle.close:after{
	position: absolute;
	right: 20px;
	content: "▼";
}

.accordion_panel01 .panel_toggle.open:after{
	content: "▲";
}


/* マーク設定 */
.icon_img{
	display: inline-block;
	margin: 0 0.5em;
	vertical-align: middle;
}

/* フロート解除 */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.opacity a:hover,
.opacity:hover{
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

/* youtube（レスポンシブ） */
.youtube{
	position: relative;
	width: 100%;
	max-width: 610px;
	margin: 0 auto;
	padding-top: 56.25%;
	text-align: center;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

