@charset "UTF-8";
/* === Base === */
/* line 2, ../sass/_reset.scss */
* {
  box-sizing: border-box;
}

/* line 6, ../sass/_reset.scss */
html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 12, ../sass/_reset.scss */
body {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
  word-spacing: normal;
  font-family: "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/* line 18, ../sass/_reset.scss */
input, button, textarea, select {
  font-family: "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/* line 21, ../sass/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* line 25, ../sass/_reset.scss */
p {
  margin: 0;
  padding: 5px 0;
}

/* line 29, ../sass/_reset.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

/* line 34, ../sass/_reset.scss */
address {
  font-style: normal;
}

/* === Links === */
/* line 38, ../sass/_reset.scss */
a {
  color: #196bc7;
}
a:visited {
  color: #196bc7;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
  color: #16AAC9;
}

/* line 41, ../sass/_reset.scss */
/* line 44, ../sass/_reset.scss */
/* line 47, ../sass/_reset.scss */
/* === Typography === */
/* line 52, ../sass/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 55, ../sass/_reset.scss */
b, strong {
  font-weight: bold;
}

/* line 58, ../sass/_reset.scss */
blockquote {
  margin: 1em 40px;
}

/* line 61, ../sass/_reset.scss */
dfn {
  font-style: italic;
}

/* line 64, ../sass/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 68, ../sass/_reset.scss */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* line 73, ../sass/_reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 78, ../sass/_reset.scss */
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

/* line 81, ../sass/_reset.scss */
/* line 85, ../sass/_reset.scss */
small {
  font-size: 75%;
}

/* line 88, ../sass/_reset.scss */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

/* line 94, ../sass/_reset.scss */
/* line 97, ../sass/_reset.scss */
sub {
  bottom: -0.25em;
}

/* === Lists === */
/* line 101, ../sass/_reset.scss */
ul, ol {
  margin: 0;
  padding: 0;
}

/* line 105, ../sass/_reset.scss */
ul {
  list-style-type: none;
}

/* line 108, ../sass/_reset.scss */
dd, dt, dl {
  margin: 0px;
}

/* === Figures === */
/* line 112, ../sass/_reset.scss */
figure, form {
  margin: 0;
}

/* === Forms ==== */
/* line 116, ../sass/_reset.scss */
/* line 119, ../sass/_reset.scss */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 123, ../sass/_reset.scss */
legend {
  *margin-left: -7px;
}

/* line 126, ../sass/_reset.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 132, ../sass/_reset.scss */
button, input {
  line-height: normal;
  *overflow: visible;
}

/* line 136, ../sass/_reset.scss */
button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 140, ../sass/_reset.scss */
/* line 143, ../sass/_reset.scss */
/* line 149, ../sass/_reset.scss */
/* line 152, ../sass/_reset.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 156, ../sass/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* === Tables === */
/* line 161, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 165, ../sass/_reset.scss */
th, td {
  padding: 0;
  text-align: left;
  vertical-align: middle;
}

/* === HTML5 element display === */
/* line 171, ../sass/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 174, ../sass/_reset.scss */
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* ==== width === */
/* line 2, ../sass/_common.scss */
.width_001 {
  width: 1%;
}

/* line 3, ../sass/_common.scss */
.width_002 {
  width: 2%;
}

/* line 4, ../sass/_common.scss */
.width_003 {
  width: 3%;
}

/* line 5, ../sass/_common.scss */
.width_004 {
  width: 4%;
}

/* line 6, ../sass/_common.scss */
.width_005 {
  width: 5%;
}

/* line 7, ../sass/_common.scss */
.width_006 {
  width: 6%;
}

/* line 8, ../sass/_common.scss */
.width_007 {
  width: 7%;
}

/* line 9, ../sass/_common.scss */
.width_008 {
  width: 8%;
}

/* line 10, ../sass/_common.scss */
.width_009 {
  width: 9%;
}

/* line 11, ../sass/_common.scss */
.width_010 {
  width: 10%;
}

/* line 12, ../sass/_common.scss */
.width_011 {
  width: 11%;
}

/* line 13, ../sass/_common.scss */
.width_012 {
  width: 12%;
}

/* line 14, ../sass/_common.scss */
.width_013 {
  width: 13%;
}

/* line 15, ../sass/_common.scss */
.width_014 {
  width: 14%;
}

/* line 16, ../sass/_common.scss */
.width_015 {
  width: 15%;
}

/* line 17, ../sass/_common.scss */
.width_016 {
  width: 16%;
}

/* line 18, ../sass/_common.scss */
.width_017 {
  width: 17%;
}

/* line 19, ../sass/_common.scss */
.width_018 {
  width: 18%;
}

/* line 20, ../sass/_common.scss */
.width_019 {
  width: 19%;
}

/* line 21, ../sass/_common.scss */
.width_020 {
  width: 20%;
}

/* line 22, ../sass/_common.scss */
.width_021 {
  width: 21%;
}

/* line 23, ../sass/_common.scss */
.width_022 {
  width: 22%;
}

/* line 24, ../sass/_common.scss */
.width_023 {
  width: 23%;
}

/* line 25, ../sass/_common.scss */
.width_024 {
  width: 24%;
}

/* line 26, ../sass/_common.scss */
.width_025 {
  width: 25%;
}

/* line 27, ../sass/_common.scss */
.width_026 {
  width: 26%;
}

/* line 28, ../sass/_common.scss */
.width_027 {
  width: 27%;
}

/* line 29, ../sass/_common.scss */
.width_028 {
  width: 28%;
}

/* line 30, ../sass/_common.scss */
.width_029 {
  width: 29%;
}

/* line 31, ../sass/_common.scss */
.width_030 {
  width: 30%;
}

/* line 32, ../sass/_common.scss */
.width_031 {
  width: 31%;
}

/* line 33, ../sass/_common.scss */
.width_032 {
  width: 32%;
}

/* line 34, ../sass/_common.scss */
.width_033 {
  width: 33%;
}

/* line 35, ../sass/_common.scss */
.width_034 {
  width: 34%;
}

/* line 36, ../sass/_common.scss */
.width_035 {
  width: 35%;
}

/* line 37, ../sass/_common.scss */
.width_036 {
  width: 36%;
}

/* line 38, ../sass/_common.scss */
.width_037 {
  width: 37%;
}

/* line 39, ../sass/_common.scss */
.width_038 {
  width: 38%;
}

/* line 40, ../sass/_common.scss */
.width_039 {
  width: 39%;
}

/* line 41, ../sass/_common.scss */
.width_040 {
  width: 40%;
}

/* line 42, ../sass/_common.scss */
.width_041 {
  width: 41%;
}

/* line 43, ../sass/_common.scss */
.width_042 {
  width: 42%;
}

/* line 44, ../sass/_common.scss */
.width_043 {
  width: 43%;
}

/* line 45, ../sass/_common.scss */
.width_044 {
  width: 44%;
}

/* line 46, ../sass/_common.scss */
.width_045 {
  width: 45%;
}

/* line 47, ../sass/_common.scss */
.width_046 {
  width: 46%;
}

/* line 48, ../sass/_common.scss */
.width_047 {
  width: 47%;
}

/* line 49, ../sass/_common.scss */
.width_048 {
  width: 48%;
}

/* line 50, ../sass/_common.scss */
.width_049 {
  width: 49%;
}

/* line 51, ../sass/_common.scss */
.width_050 {
  width: 50%;
}

/* line 52, ../sass/_common.scss */
.width_051 {
  width: 51%;
}

/* line 53, ../sass/_common.scss */
.width_052 {
  width: 52%;
}

/* line 54, ../sass/_common.scss */
.width_053 {
  width: 53%;
}

/* line 55, ../sass/_common.scss */
.width_054 {
  width: 54%;
}

/* line 56, ../sass/_common.scss */
.width_055 {
  width: 55%;
}

/* line 57, ../sass/_common.scss */
.width_056 {
  width: 56%;
}

/* line 58, ../sass/_common.scss */
.width_057 {
  width: 57%;
}

/* line 59, ../sass/_common.scss */
.width_058 {
  width: 58%;
}

/* line 60, ../sass/_common.scss */
.width_059 {
  width: 59%;
}

/* line 61, ../sass/_common.scss */
.width_060 {
  width: 60%;
}

/* line 62, ../sass/_common.scss */
.width_061 {
  width: 61%;
}

/* line 63, ../sass/_common.scss */
.width_062 {
  width: 62%;
}

/* line 64, ../sass/_common.scss */
.width_063 {
  width: 63%;
}

/* line 65, ../sass/_common.scss */
.width_064 {
  width: 64%;
}

/* line 66, ../sass/_common.scss */
.width_065 {
  width: 65%;
}

/* line 67, ../sass/_common.scss */
.width_066 {
  width: 66%;
}

/* line 68, ../sass/_common.scss */
.width_067 {
  width: 67%;
}

/* line 69, ../sass/_common.scss */
.width_068 {
  width: 68%;
}

/* line 70, ../sass/_common.scss */
.width_069 {
  width: 69%;
}

/* line 71, ../sass/_common.scss */
.width_070 {
  width: 70%;
}

/* line 72, ../sass/_common.scss */
.width_071 {
  width: 71%;
}

/* line 73, ../sass/_common.scss */
.width_072 {
  width: 72%;
}

/* line 74, ../sass/_common.scss */
.width_073 {
  width: 73%;
}

/* line 75, ../sass/_common.scss */
.width_074 {
  width: 74%;
}

/* line 76, ../sass/_common.scss */
.width_075 {
  width: 75%;
}

/* line 77, ../sass/_common.scss */
.width_076 {
  width: 76%;
}

/* line 78, ../sass/_common.scss */
.width_077 {
  width: 77%;
}

/* line 79, ../sass/_common.scss */
.width_078 {
  width: 78%;
}

/* line 80, ../sass/_common.scss */
.width_079 {
  width: 79%;
}

/* line 81, ../sass/_common.scss */
.width_080 {
  width: 80%;
}

/* line 82, ../sass/_common.scss */
.width_081 {
  width: 81%;
}

/* line 83, ../sass/_common.scss */
.width_082 {
  width: 82%;
}

/* line 84, ../sass/_common.scss */
.width_083 {
  width: 83%;
}

/* line 85, ../sass/_common.scss */
.width_084 {
  width: 84%;
}

/* line 86, ../sass/_common.scss */
.width_085 {
  width: 85%;
}

/* line 87, ../sass/_common.scss */
.width_086 {
  width: 86%;
}

/* line 88, ../sass/_common.scss */
.width_087 {
  width: 87%;
}

/* line 89, ../sass/_common.scss */
.width_088 {
  width: 88%;
}

/* line 90, ../sass/_common.scss */
.width_089 {
  width: 89%;
}

/* line 91, ../sass/_common.scss */
.width_090 {
  width: 90%;
}

/* line 92, ../sass/_common.scss */
.width_091 {
  width: 91%;
}

/* line 93, ../sass/_common.scss */
.width_092 {
  width: 92%;
}

/* line 94, ../sass/_common.scss */
.width_093 {
  width: 93%;
}

/* line 95, ../sass/_common.scss */
.width_094 {
  width: 94%;
}

/* line 96, ../sass/_common.scss */
.width_095 {
  width: 95%;
}

/* line 97, ../sass/_common.scss */
.width_096 {
  width: 96%;
}

/* line 98, ../sass/_common.scss */
.width_097 {
  width: 97%;
}

/* line 99, ../sass/_common.scss */
.width_098 {
  width: 98%;
}

/* line 100, ../sass/_common.scss */
.width_099 {
  width: 99%;
}

/* line 101, ../sass/_common.scss */
.width_100 {
  width: 100%;
}

/* ==== margin padding === */
/* line 104, ../sass/_common.scss */
.margin_padding_0 {
  margin: 0px !important;
  padding: 0px !important;
}

/* line 108, ../sass/_common.scss */
.padding_T0 {
  padding-top: 0px !important;
}

/* line 111, ../sass/_common.scss */
.padding_T5 {
  padding-top: 5px !important;
}

/* line 114, ../sass/_common.scss */
.padding_T10 {
  padding-top: 10px !important;
}

/* line 117, ../sass/_common.scss */
.padding_T15 {
  padding-top: 15px !important;
}

/* line 120, ../sass/_common.scss */
.padding_T20 {
  padding-top: 20px !important;
}

/* line 123, ../sass/_common.scss */
.padding_T30 {
  padding-top: 30px !important;
}

/* line 126, ../sass/_common.scss */
.padding_T40 {
  padding-top: 40px !important;
}

/* line 129, ../sass/_common.scss */
.padding_B0 {
  padding-bottom: 0px !important;
}

/* line 132, ../sass/_common.scss */
.padding_B5 {
  padding-bottom: 5px !important;
}

/* line 135, ../sass/_common.scss */
.padding_B10 {
  padding-bottom: 10px !important;
}

/* line 138, ../sass/_common.scss */
.padding_B15 {
  padding-bottom: 15px !important;
}

/* line 141, ../sass/_common.scss */
.padding_B20 {
  padding-bottom: 20px !important;
}

/* line 144, ../sass/_common.scss */
.padding_B30 {
  padding-bottom: 30px !important;
}

/* line 147, ../sass/_common.scss */
.padding_B40 {
  padding-bottom: 40px !important;
}

/* line 150, ../sass/_common.scss */
.padding_L0 {
  padding-left: 0px !important;
}

/* line 153, ../sass/_common.scss */
.padding_L5 {
  padding-left: 5px !important;
}

/* line 156, ../sass/_common.scss */
.padding_L10 {
  padding-left: 10px !important;
}

/* line 159, ../sass/_common.scss */
.padding_L15 {
  padding-left: 15px !important;
}

/* line 162, ../sass/_common.scss */
.padding_L20 {
  padding-left: 20px !important;
}

/* line 165, ../sass/_common.scss */
.padding_L30 {
  padding-left: 30px !important;
}

/* line 168, ../sass/_common.scss */
.padding_L40 {
  padding-left: 40px !important;
}

/* line 171, ../sass/_common.scss */
.padding_R0 {
  padding-right: 0px !important;
}

/* line 174, ../sass/_common.scss */
.padding_R5 {
  padding-right: 5px !important;
}

/* line 177, ../sass/_common.scss */
.padding_R10 {
  padding-right: 10px !important;
}

/* line 180, ../sass/_common.scss */
.padding_R15 {
  padding-right: 15px !important;
}

/* line 183, ../sass/_common.scss */
.padding_R20 {
  padding-right: 20px !important;
}

/* line 186, ../sass/_common.scss */
.padding_R30 {
  padding-right: 30px !important;
}

/* line 189, ../sass/_common.scss */
.padding_R40 {
  padding-right: 40px !important;
}

/* line 193, ../sass/_common.scss */
.margin_T0 {
  margin-top: 0px !important;
}

/* line 196, ../sass/_common.scss */
.margin_T5 {
  margin-top: 5px !important;
}

/* line 199, ../sass/_common.scss */
.margin_T10 {
  margin-top: 10px !important;
}

/* line 202, ../sass/_common.scss */
.margin_T15 {
  margin-top: 15px !important;
}

/* line 205, ../sass/_common.scss */
.margin_T20 {
  margin-top: 20px !important;
}

/* line 208, ../sass/_common.scss */
.margin_T30 {
  margin-top: 30px !important;
}

/* line 211, ../sass/_common.scss */
.margin_T40 {
  margin-top: 40px !important;
}

/* line 214, ../sass/_common.scss */
.margin_B0 {
  margin-bottom: 0px !important;
}

/* line 217, ../sass/_common.scss */
.margin_B5 {
  margin-bottom: 5px !important;
}

/* line 220, ../sass/_common.scss */
.margin_B10 {
  margin-bottom: 10px !important;
}

/* line 223, ../sass/_common.scss */
.margin_B15 {
  margin-bottom: 15px !important;
}

/* line 226, ../sass/_common.scss */
.margin_B20 {
  margin-bottom: 20px !important;
}

/* line 229, ../sass/_common.scss */
.margin_B30 {
  margin-bottom: 30px !important;
}

/* line 232, ../sass/_common.scss */
.margin_B40 {
  margin-bottom: 40px !important;
}

.margin_B300 {
  margin-bottom: 300px !important;
}

/* line 235, ../sass/_common.scss */
.margin_B400 {
  margin-bottom: 400px !important;
}

/* line 238, ../sass/_common.scss */
.margin_L0 {
  margin-left: 0px !important;
}

/* line 241, ../sass/_common.scss */
.margin_L5 {
  margin-left: 5px !important;
}

/* line 244, ../sass/_common.scss */
.margin_L10 {
  margin-left: 10px !important;
}

/* line 247, ../sass/_common.scss */
.margin_L15 {
  margin-left: 15px !important;
}

/* line 250, ../sass/_common.scss */
.margin_L20 {
  margin-left: 20px !important;
}

/* line 253, ../sass/_common.scss */
.margin_L30 {
  margin-left: 30px !important;
}

/* line 256, ../sass/_common.scss */
.margin_L40 {
  margin-left: 40px !important;
}

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

.margin_L60 {
  margin-left: 60px !important;
}

/* line 259, ../sass/_common.scss */
.margin_R0 {
  margin-right: 0px !important;
}

/* line 262, ../sass/_common.scss */
.margin_R5 {
  margin-right: 5px !important;
}

/* line 265, ../sass/_common.scss */
.margin_R10 {
  margin-right: 10px !important;
}

/* line 268, ../sass/_common.scss */
.margin_R15 {
  margin-right: 15px !important;
}

/* line 271, ../sass/_common.scss */
.margin_R20 {
  margin-right: 20px !important;
}

/* line 274, ../sass/_common.scss */
.margin_R30 {
  margin-right: 30px !important;
}

/* line 277, ../sass/_common.scss */
.margin_R40 {
  margin-right: 40px !important;
}

/* ==== clear === */
/* line 282, ../sass/_common.scss */
.crr {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  clear: both;
}

/* ==== float === */
/* line 285, ../sass/_common.scss */
.float_L {
  float: left;
}

/* line 288, ../sass/_common.scss */
.float_R {
  float: right;
}

/* ==== align === */
/* line 292, ../sass/_common.scss */
.align_C {
  text-align: center !important;
}

/* line 295, ../sass/_common.scss */
img.align_C {
  display: block;
  margin: 0 auto;
}

/* line 299, ../sass/_common.scss */
table.align_C td, table.align_C th {
  text-align: center;
}

/* line 302, ../sass/_common.scss */
.align_L {
  text-align: left !important;
}

/* line 305, ../sass/_common.scss */
.align_R {
  text-align: right !important;
}

/* line 308, ../sass/_common.scss */
.align_T {
  vertical-align: top !important;
}

/* line 311, ../sass/_common.scss */
.align_M {
  vertical-align: middle !important;
}

/* line 311, ../sass/_common.scss */
.align_B {
  vertical-align: bottom !important;
}

/* ==== font === */
/* line 315, ../sass/_common.scss */
.font_SS {
  font-size: 0.8em !important;
}

/* line 318, ../sass/_common.scss */
.font_S {
  font-size: 0.9em !important;
}

/* line 321, ../sass/_common.scss */
.font_XS {
  font-size: 0.8em !important;
}

/* line 324, ../sass/_common.scss */
.font_XXS {
  font-size: 0.7em !important;
}

/* line 324, ../sass/_common.scss */
.font_XXXS {
  font-size: 0.6em !important;
}

/* line 327, ../sass/_common.scss */
.font_L {
  font-size: 1.1em !important;
}

/* line 330, ../sass/_common.scss */
.font_XL {
  font-size: 1.2em !important;
}

/* line 333, ../sass/_common.scss */
.font_XXL {
  font-size: 1.3em !important;
}

/* line 336, ../sass/_common.scss */
.color_R {
  color: #FF3333 !important;
  font-weight: bold !important;
}

/* line 340, ../sass/_common.scss */
.color_O {
  color: orange !important;
  font-weight: bold !important;
}

/* line 344, ../sass/_common.scss */
.color_B {
  color: #00557f !important;
  font-weight: bold !important;
}

/* line 348, ../sass/_common.scss */
.color_G {
  color: green !important;
  font-weight: bold !important;
}

/* ==== table === */
/* line 354, ../sass/_common.scss */
.table_B {
  border-top: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
}
.table_B td {
  border-right: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  vertical-align: top;
}
.table_B th {
  border-right: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  background-color: #F2F2F2;
  text-align: center;
  font-weight: bold;
}

/* line 358, ../sass/_common.scss */
/* line 363, ../sass/_common.scss */
/* line 372, ../sass/_common.scss */
.table_B02 td {
  padding: 5px;
  border-bottom: 1px dotted #D7D7D7;
}
.table_B02 th {
  padding: 5px;
  border-bottom: 1px dotted #D7D7D7;
  text-align: left;
  font-weight: bold;
}

/* line 376, ../sass/_common.scss */
/* line 382, ../sass/_common.scss */
.vertical-align_T td, .vertical-align_T th {
  vertical-align: top;
}

/* ==== ul === */
/* line 387, ../sass/_common.scss */
.ul_B li, .ol_B li {
  border-bottom: 1px dotted #CCC;
}

/* line 390, ../sass/_common.scss */
/* ==== hr === */
/* line 395, ../sass/_common.scss */
div.hr {
  height: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #999;
}
div.hr:before {
  content: " ";
  clear: both;
}

/* line 400, ../sass/_common.scss */
/* ==== Base === */
/* line 9, ../sass/style.scss */
.layout {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

/* ==== Backgraund === */
/* line 18, ../sass/style.scss */
#wrap {
  background: url(../images/wrap_bg.png) repeat-x;
}

/* ==== Header === */
/* line 24, ../sass/style.scss */
#hd {
  height: 92px;
  position: relative;
}

#hd_bnr {
  position: absolute;
  top: 30px;
  right: 0;
}
#hd_bnr li {
  float: left;
}

/* ==== Navigation === */
/* line 30, ../sass/style.scss */
#nav {
  background: url(../images/nav_bg.png) no-repeat;
}
#nav li {
  float: left;
}
#nav li:hover, #nav li.current {
  opacity: 0;
}

/* line 32, ../sass/style.scss */
/* line 34, ../sass/style.scss */
@keyframes nav_active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==== Content === */
/* line 47, ../sass/style.scss */
#sidenav {
  width: 180px;
  float: left;
  margin-top: 20px;
  border: 1px solid #008E94;
  background: url(../images/sidenav_hd.png) no-repeat;
  padding: 40px 0 0 0;
}
#sidenav ul {
  padding: 0px;
}
#sidenav li a {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  padding: 12px 5px 5px 23px;
  display: block;
  text-decoration: none;
  background: url(../images/common/sidenav_icon.png) no-repeat 6px 16px;
  font-size: 12px;
  color: #333333;
  border-bottom: dotted 1px #CCC;
}

/* line 54, ../sass/style.scss */
/* line 57, ../sass/style.scss */
/* line 71, ../sass/style.scss */
#main {
  width: 760px;
  float: right;
  margin-top: 20px;
}
#main ol {
  padding: 5px 0px 5px 25px;
}
#main ul {
  padding: 5px 0px 5px 25px;
  list-style-type: disc;
}
#main ol li, #main ul li {
  padding: 5px 0px;
}
#main table {
  margin: 10px 0px;
  width: 100%;
  table-layout: fixed;
}
#main table th, #main table td {
  padding: 5px;
}
#main img {
  max-width: 100%;
}
#main a img {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}
#main a img:hover {
  transform: scale(0.9);
}

/* line 75, ../sass/style.scss */
/* line 78, ../sass/style.scss */
/* line 82, ../sass/style.scss */
/* line 86, ../sass/style.scss */
/* line 88, ../sass/style.scss */
/* line 93, ../sass/style.scss */
/* line 96, ../sass/style.scss */
/* line 105, ../sass/style.scss */
/* line 113, ../sass/style.scss */
.shrink:focus, .shrink:active {
  transform: scale(0.9);
}

/* ==== Footer === */
/* line 123, ../sass/style.scss */
#ft {
  display: table;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  background: #D60077;
}
#ft footer {
  display: table-cell;
  color: white;
  text-align: center;
  vertical-align: middle;
}

/* line 129, ../sass/style.scss */
/* line 137, ../sass/style.scss */
#page-top {
  width: 960px;
  display: block;
  margin: 0 auto;
  position: relative;
}
#page-top img {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* line 142, ../sass/style.scss */
/* line 148, ../sass/style.scss */
#onepoint {
  width: 960px;
  display: block;
  margin: 0 auto;
  position: relative;
}
#onepoint img {
  position: absolute;
  bottom: 60px;
  left: -100px;
}

/* line 153, ../sass/style.scss */
/* line 159, ../sass/style.scss */
h1 {
  position: absolute;
  top: 18px;
  left: 0px;
}

/* line 165, ../sass/style.scss */
h2 {
  color: #D60077;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.2);
  height: 80px;
  padding: 1em 0 0em 0.5em;
  background: url(../images/h2_bg.png) no-repeat;
  margin-top: 15px;
  font-family: "ヒラギノ丸ゴ ProN", "ヒラギノ丸ゴ Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 2px;
}

/* line 179, ../sass/style.scss */
h3 {
  margin: 0.8em 0 0.4em 0;
  font-size: 16px;
  font-weight: bold;
  min-height: 23px;
  padding: 0.4em 0 1.2em 1.5em;
  background: url(../images/h3_bg.png) left center no-repeat;
}

/* line 188, ../sass/style.scss */
h4 {
  font-size: 1em;
  font-weight: bold;
  padding: 0em 0 0em 0.4em;
  border-left: 5px double #008E94;
  margin: 0.6em 0 0.4em 0;
}

/* line 195, ../sass/style.scss */
h5 {
  font-size: 1em;
  color: #D60077;
}

/* line 200, ../sass/style.scss */
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

/* ==== Index === */
/* line 215, ../sass/style.scss */
#i_img {
  margin-top: 20px;
}
#i_img img {
  width: 100%;
}

/* line 217, ../sass/style.scss */
/* line 222, ../sass/style.scss */
#i_main {
  position: relative;
  width: 470px;
  float: left;
  margin-top: 20px;
}

#i_info {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 !important;
  font-size: 0.8em;
  line-height: 1.5;
}

/* line 228, ../sass/style.scss */
#i_news {
  width: 470px;
  height: 300px;
  overflow: auto;
  border: #D60077 5px solid;
}
#i_news table {
  background: url(../images/news_bg.png);
}
#i_news table td {
  vertical-align: top;
  font-size: 0.8em;
  padding: 10px;
}
#i_news table tr {
  border-bottom: 1px dotted #A3E63E;
}
#i_news table td.date {
  width: 135px;
  font-weight: bold;
  background: url(../images/news_ico.png) 4px 14px no-repeat;
  padding-left: 20px;
}

/* line 232, ../sass/style.scss */
/* line 234, ../sass/style.scss */
/* line 239, ../sass/style.scss */
/* line 242, ../sass/style.scss */
#i_facebook_info {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 0 !important;
  font-size: 1.3em;
}

#i_facebook {
  height: 300px;
  overflow: auto;
  border: #3B5998 5px solid;
}

/* line 251, ../sass/style.scss */
#i_side {
  position: relative;
  float: right;
  width: 470px;
  margin-top: 20px;
}

/* line 257, ../sass/style.scss */
#i_contact {
  border: 2px solid #0B078B;
  padding: 8px;
}
#i_contact p.title {
  font-weight: bold;
}

/* line 260, ../sass/style.scss */

.about_list dt {
  float: left;
  width: 7em;
  padding: 0 0 2px;
  text-align: right;
}
.about_list dt:after {
  content: "：";
}
.about_list dd {
  margin: 0 0 0 7.5em;
  padding: 0 0 2px;
}

.about_list02 dt {
  float: left;
  width: 9em;
  padding: 0 0 2px;
  text-align: right;
}
.about_list02 dt:after {
  content: "：";
}
.about_list02 dd {
  margin: 0 0 0 9.5em;
  padding: 0 0 2px;
}

.syuryou_link {
  width: 300px;
  margin: 20px auto 40px;
}
.syuryou_link a {
  display: block;
  width: 100%;
  padding: 15px;
  background: #D60077;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
}
.syuryou_link a:hover {
  opacity: 0.75;
}

.recruit_con {
  display: flex;
  justify-content: space-between;
}

/*
.recruit_con>div {
  width: calc(100% / 2 - 5px);
} */
.recruit_con_wazaken {
  width: 44%;
}

.recruit_con_skills {
  width: 55%;
  margin-left: 7px;
}

.recruit_guide {
  width: 40%;
}

.past_document {
  width: 60%;
  vertical-align: top;
  font-size: 0.6rem;
  line-height: 1.04;
}
.past_document li a {
  text-align: left !important;
  height: 26xp;
}

.recruit_past {
  display: flex;
  justify-content: space-between;
}

/*
.recruit_past ul{
  width: 50%;
} */
.recruit_list {
  margin: 15px 0 40px;
  padding: 0 !important;
}
.recruit_list .list_2 {
  height: 37px;
}
.recruit_list .list_2 a {
  padding: 8px 0;
}
.recruit_list .list_3 {
  height: 37px;
}

.recruit_past_inner {
  margin-left: 5px;
  box-sizing: border-box;
}

.recruit_materials li {
  margin: 5px 0 10px;
  padding: 0 !important;
  list-style: none !important;
}

#recruit_past_inner li a {
  background: #3b5998 !important;
  display: block;
  width: 100%;
  padding: 3px 5px;
  margin-left: 5px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
}

.recruit_materials li a:hover {
  opacity: 0.8;
}

.fs_s {
  font-size: 0.74em;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.recruit_list li {
  margin: 5px 0 10px;
  padding: 0 !important;
  list-style: none !important;
  height: 27px;
}
.recruit_list li a {
  display: block;
  width: 100%;
  padding: 3px 10px;
  background: #D60077;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
}
.recruit_list li a:hover {
  opacity: 0.7;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.indent02 {
  text-indent: -7em;
  padding-left: 7em;
}

.indent03 {
  text-indent: -5em;
  padding-left: 5em;
}

a.tooltip:hover {
  background: #ffffff;
  /* IE6以下で必要 */
  text-decoration: none;
}
a.tooltip span {
  display: none;
  padding: 8px;
  font-size: 16px;
  margin-left: 8px;
  line-height: 1.6;
  text-align: center;
}
a.tooltip:hover span {
  display: inline;
  position: absolute;
  background-color: #FF74A2;
  border: 1px solid #E13E40;
  color: #FFF;
  font-weight: bold;
  border-radius: 10px;
  width: 200px;
}

.facebook-wrapper {
  max-width: 500px;
  margin: -1px -1px;
}
.facebook-wrapper > .fb-page {
  width: 100%;
}
.facebook-wrapper > .fb-page > span {
  width: 100% !important;
}
.facebook-wrapper iframe {
  width: 100% !important;
}

video {
  width: 80%;
  height: auto;
}

.blanks {
  padding: 3px 5px;
  margin-left: 5px;
}

.color_pg li a {
  background: #008e94 !important;
}

/* 教室紹介 */
.member_table td p {
  margin-left: 60px !important;
}

.table_B tr {
  border-right: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}
.table_B td {
  border: none;
}/*# sourceMappingURL=style.css.map */