/*-----------------------------------
	Container
-----------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.units-container:after, .units-row:after {
  content: "";
  display: table;
  clear: both;
}
.units-container:after, .units-row:after {
  content: "";
  display: table;
  clear: both;
}
.units-container {
  padding-top: 1px;
  margin-top: -1px;
}
.units-row {
  margin-bottom: 1.2em;
}
.units-row img {
  max-width: 100%;
}
.units-row .unit-90, .units-row .unit-80, .units-row .unit-70, .units-row .unit-60, .units-row .unit-50, .units-row .unit-40, .units-row .unit-30, .units-row .unit-20, .units-row .unit-10, .units-row .m-unit-80, .units-row .m-unit-50, .units-row .m-unit-20 {
  float: left;
  margin-left: 3%;
}
.units-row .unit-90:first-child, .units-row .unit-80:first-child, .units-row .unit-70:first-child, .units-row .unit-60:first-child, .units-row .unit-50:first-child, .units-row .unit-40:first-child, .units-row .unit-30:first-child, .units-row .unit-20:first-child, .units-row .unit-10:first-child, .units-row .m-unit-80:first-child, .units-row .m-unit-50:first-child, .units-row .m-unit-20:first-child {
  margin-left: 0;
}
.units-row .unit-90 {
  width: 89.7%;
}
.units-row .unit-80, .units-row .m-unit-80 {
  width: 79.4%;
}
.units-row .unit-70 {
  width: 69.1%;
}
.units-row .unit-60 {
  width: 58.800%;
}
.units-row .unit-50, .units-row .m-unit-50 {
  width: 48.5%;
}
.units-row .unit-40 {
  width: 38.2%;
}
.units-row .unit-30 {
  width: 27.9%;
}
.units-row .unit-20, .units-row .m-unit-20 {
  width: 17.6%;
}
.units-row .unit-10 {
  width: 7.3%;
}
.blocks-2, .blocks-3, .blocks-4 {
  padding-left: 0;
  list-style: none;
  margin-left: -3%;
}
.blocks-2:after, .blocks-3:after, .blocks-4:after {
  content: "";
  display: table;
  clear: both;
}
.blocks-2 > li, .blocks-3 > li, .blocks-4 > li {
  height: auto;
  float: left;
  margin-bottom: 1.65em;
  margin-left: 3%;
}
.blocks-2 > li img, .blocks-3 > li img, .blocks-4 > li img {
  max-width: 100%;
  margin: 0;
}
.blocks-2 > li li, .blocks-3 > li li, .blocks-4 > li li {
  float: none;
  margin: 0;
}
.blocks-2 > li {
  width: 47%;
}
.blocks-3 > li {
  width: 30.333%;
}
.blocks-4 > li {
  width: 22%;
}
.block-first {
  clear: both;
}
/* PC Setting */
.units-container {
  max-width: 960px;
  margin: 0 auto;
}
.is-pc, .show {
  display: block;
}
.mobile, .tablet, .hide {
  display: none;
}
.units-row .unit-100 {
  width: 100%;
}
.units-row .unit-centered.unit-80 {
  margin-left: 10% !important;
}
/*-----------------------------------
	Mobile Setting
-----------------------------------*/
/*------------over 768px------------*/
@media all and (min-width: 768px) and (max-width: 960px) {
  body {
    min-width: 768px;
  }
  .units-container {
    margin: 0 auto;
    width: 98%;
    overflow: hidden;
  }
}
/*------------over 480px------------*/
@media all and (min-width: 480px) and (max-width: 767px) {
  body {
    min-width: 480px;
  }
  .units-container {
    margin: 0 auto;
    width: 96%;
    overflow: hidden;
  }
  .left-col, .right-col, .units-row .unit-10, .units-row .unit-20, .units-row .unit-30, .units-row .unit-40, .units-row .unit-50, .units-row .unit-60, .units-row .unit-70, .units-row .unit-80, .units-row .unit-90 {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 11px;
    clear: both;
    float: none;
  }
  .blocks-2, .blocks-3, .blocks-4 {
    margin-left: 0;
    margin-bottom: 1em;
  }
  .blocks-2 > li, .blocks-3 > li, .blocks-4 > li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  /* Mobile switch */
  .is-pc, .tablet {
    display: none;
  }
  .mobile {
    display: block;
  }
  .units-row .unit-centered.unit-80 {
    margin-left: 0 !important;
  }
}
/*------------over 320px------------*/
@media all and (max-width: 479px) {
  body {
    min-width: 320px;
  }
  .units-container {
    margin: 0 auto;
    width: 92%;
    overflow: hidden;
  }
  .left-col, .right-col, .units-row .unit-10, .units-row .unit-20, .units-row .unit-30, .units-row .unit-40, .units-row .unit-50, .units-row .unit-60, .units-row .unit-70, .units-row .unit-80, .units-row .unit-90 {
    margin: 0 auto;
    width: 100%;
    clear: both;
    float: none;
  }
  .blocks-2, .blocks-3, .blocks-4 {
    margin-left: 0;
    margin-bottom: 1em;
  }
  .blocks-2 > li, .blocks-3 > li, .blocks-4 > li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  /* Mobile switch */
  .is-pc, .tablet {
    display: none;
  }
  .mobile {
    display: block;
  }
  .units-row .unit-centered.unit-80 {
    margin-left: 0 !important;
  }
}
/*---------------------------------
	HR
-----------------------------------*/
hr.space {
  clear: both;
  border-bottom: 0;
  border-top: 1px solid #fff;
  filter: alpha(opacity=0); /*ie100*/
  -moz-opacity: 0.0; /*fx1.0*/
  opacity: 0.0; /*wk1.0*/
  border-right: 0;
  border-left: 0;
  margin: 14px 0;
  min-height: 0px;
  height: 1px;
}
hr.spacer {
  clear: both;
  border-bottom: 0;
  border-top: 1px solid #fff;
  filter: alpha(opacity=0); /*ie100*/
  -moz-opacity: 0.0; /*fx1.0*/
  opacity: 0.0; /*wk1.0*/
  border-right: 0;
  border-left: 0;
  margin: 24px 0;
  min-height: 0px;
  height: 1px;
}
hr {
  clear: both;
  border-bottom: 0;
  border-top: 1px solid #dcdcdc;
  border-right: 0;
  border-left: 0;
  margin: 9px 0;
  min-height: 0px;
  height: 1px;
}
/*---------------------------------
	HEADINGS
-----------------------------------*/
/*---------------------------------
	PARAGRAPHS
-----------------------------------*/
/*---------------------------------
	Size
-----------------------------------*/
.size16 {
  font-size: 16px;
}
.size18 {
  font-size: 18px;
}
.size21 {
  font-size: 21px;
}
.size24 {
  font-size: 24px;
}
.size32 {
  font-size: 32px;
}
.size36 {
  font-size: 36px;
}
.size42 {
  font-size: 42px;
}
.size48 {
  font-size: 48px;
}
.size56 {
  font-size: 56px;
}
/*-----------------------------------
	Margin and Padding
-----------------------------------*/
/* margin-bottom */
.mabo7 {
  margin-bottom: 7px;
}
.mabo14 {
  margin-bottom: 14px;
}
.mabo21 {
  margin-bottom: 21px;
}
.mabo36 {
  margin-bottom: 36px;
}
.mabo48 {
  margin-bottom: 48px;
}
.mabo1 {
  margin-bottom: 1em;
}
.mabo2 {
  margin-bottom: 2em;
}
.mabo3 {
  margin-bottom: 3em;
}
/* margin-top */
.mato7 {
  margin-top: 7px;
}
.mato14 {
  margin-top: 14px;
}
.mato21 {
  margin-top: 21px;
}
.mato36 {
  margin-top: 36px;
}
.mato48 {
  margin-top: 48px;
}
.mato1 {
  margin-top: 1em;
}
.mato2 {
  margin-top: 2em;
}
/* padding-left */
.pale7 {
  padding-left: 7px;
}
.pale14 {
  padding-left: 14px;
}
.pale21 {
  padding-left: 21px;
}
.pale36 {
  padding-left: 36px;
}
.pale48 {
  padding-left: 48px;
}
/*---------------------------------
	LISTS
-----------------------------------*/
ul, ol {
  padding: 0;
  margin: 0 0 20px 25px;
}
li {
  padding: 5px 0;
  margin: 0;
}
ul.list {
  padding: 0 0 0 36px;
  margin: 0 0 14px 0;
}
ul.list li {
  padding: 5px 0;
  margin: 0;
  list-style-type: square;
}
ul.alt {
  padding: 0;
  margin: 0 0 20px 0;
}
ul.alt li {
  list-style-type: none;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 -1px 0;
  background: url("images/icon-arrow-right.png") no-repeat 5px 0.7em;
  padding-left: 20px;
}
/*---------------------------------
	Table
-----------------------------------*/
table {
  width: 100%;
  margin: 0;
  text-align: left;
  border-collapse: collapse;
  background: #fff;
  margin-bottom: 1em;
}
thead, tbody {
  margin: 0;
  padding: 0;
}
tbody {
  border-bottom: 1px solid #dcdcdc;
}
th, td {
  padding: 5px 10px;
  font-size: 1em;
  font-weight: normal;
  border-top: 1px solid #dcdcdc;
  text-align: left;
}
th {
  background: #f1f1f1;
}
table.table {
  width: 100%;
  margin: 0;
  text-align: left;
  border-collapse: collapse;
}
.table thead, .table tbody {
  margin: 0;
  padding: 0;
}
.table tbody {
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.table th, .table td {
  padding: 5px 10px;
  font-size: 1em;
  font-weight: nomal;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  text-align: left;
}
/*---------------------------------
	TABS
-----------------------------------*/
/*---------------------------------
	BREADCRUMBS
-----------------------------------*/
/*---------------------------------
	Text-Align
-----------------------------------*/
.left, .t-left {
  text-align: left;
}
.center {
  text-align: center;
}
.right, .t-right {
  text-align: right;
}
/*---------------------------------
	Float
-----------------------------------*/
img {
  vertical-align: middle;
}
.float-left {
  float: left;
}
img.left {
  margin-right: 14px;
  margin-bottom: 7px;
}
.float-center, .float-none {
  float: none;
  margin: 0 auto;
}
img.center {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.float-right {
  float: right;
}
img.right {
  margin-left: 14px;
  margin-bottom: 7px;
}
/*---------------------------------
	IMAGES
-----------------------------------*/
img {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  position: relative;
  zoom: 1;
}
img.align-left {
  float: left;
  margin: 0 10px 5px 0;
}
img.align-right {
  float: right;
  margin: 0 0 5px 10px;
}
img.full-width {
  clear: both;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
/*---------------------------------
	MEDIA
-----------------------------------*/
iframe {
  margin: 0;
  padding: 0;
  line-height: 1;
  overflow: hidden;
  box-sizing: border-box;
}
/*---------------------------------
	Plus Design
-----------------------------------*/ 
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*---------------------------------
	Colors
-----------------------------------*/
.SkyBlue {
  background: #87CEEB;
}
.DarkSeaGreen {
  background: #8FBC8F;
}
.MediumPurple {
  background: #9370DB;
}
.PaleVioletRed {
  background: #DB7093;
}
.CadetBlue {
  background: #5F9EA0;
}
.CornFlowerBlue {
  background: #6495ED;
}
.MediumVioletRed {
  background: #C71585;
}
.DarkOrange {
  background: #FF8C00;
}
.Gold {
  background: #FFD700;
}
.SlateBlue {
  background: #6A5ACD;
}
.IndianRed {
  background: #CD5C5C;
}
.RosyBrown {
  background: #BC8F8F;
}
.LightSteelBlue {
  background: #B0C4DE;
}
.Thistle {
  background: #D8BFD8;
}
.Lavender {
  background: #E6E6FA;
}
.BurlyWood {
  background: #DEB887;
}
.SeaGreen {
  background: #2E8B57;
}
.SteelBlue {
  background: #4682B4;
}
.DarksLateBlue {
  background: #483D8B;
}
.Chocolate {
  background: #D2691E;
}
.DarkKhaki {
  background: #BDB76B;
}
.LightSalmon {
  background: #FFA07A;
}
.DeepPink {
  background: #FF1493;
}
.HotPink {
  background: #FF69B4;
}
.LightPink {
  background: #FFB6C1;
}
.Pink {
  background: #FFC0CB;
}
.Violet {
  background: #EE82EE;
}
.Plum {
  background: #DDA0DD;
}
.Orchid {
  background: #DA70D6;
}
.MediumVioletRed {
  background: #C71585;
}
.DarkSalmon {
  background: #E9967A;
}
.Crimson {
  background: #DC143C;
}
.Olive {
  background: #808000;
}
.Orange {
  background: #FFA500;
}
.Navy {
  background: #000080;
}
.Indigo {
  background: #4B0082;
}
.Teal {
  background: #008080;
}
.OliveDrab {
  background: #6B8E23;
}
.Ivory {
  background: #FFFFF0;
}
.Snow {
  background: #FFFAFA;
}
.FloralWhite {
  background: #FFFAF0;
}
.CornSilk {
  background: #FFF8DC;
}
.Oldlace {
  background: #FDF5E6;
}
.Linen {
  background: #FAF0E6;
}
.AntiqueWhite {
  background: #FAEBD7;
}
.Tomato {
  background: #FF6347;
}
.Brown {
  background: #A52A2A;
}
.Silver {
  background: #C0C0C0;
}
.LightSilver {
  background: #DCDCDC;
}
.PowderBlue {
  background: #B0E0E6;
}
.Khaki {
  background: #F0E68C;
}
.Wheat {
  background: #F5DEB3;
}
.LavenderBlue {
  background: #CCCCFF;
}
.LightGreen {
  background: #CCFFCC;
}
.LightYellow {
  background: #FFFF77;
}
.LightOrange {
  background: #FFAD90;
}
.LightBlue {
  background: #BAD3FF;
}
.LightLeaf {
  background: #E9FFA5;
}
.LightBrown {
  background: #D2B48C;
}
.LightViolet {
  background: #D8BfD8;
}
.LightTomato {
  background: #FFC7AF;
}
/*---------------------------------
　Form
---------------------------------*/
form {
  padding: 0;
  margin: 0;
}
fieldset {
  border: none !important;
}
legend {}
label {}
dl.forms {}
dl.forms dt {
  font-weight: bold;
  margin-bottom: 7px;
}
dl.forms dd {
  margin-bottom: 14px;
  margin-left: 1em;
}
/* Widget */
.widget input {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  width: auto;
  zoom: 1;
  margin: 0;
  border: 1px solid #ccc;
  background: #fafafa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget input[type="text"] {
  border: 1px solid #50B1FE;
  outline: none;
  max-width: 320px;
  margin-bottom: 0.3em;
}
.widget select {
  -moz-appearance: button;
  -webkit-appearance: button;
  padding: 3px 0 2px 5px;
  appearance: button;
  text-overflow: clip;
  background: #e3e3e3;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}
/* class form */
input {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  width: auto;
  zoom: 1;
  margin: 0;
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 9px 0;
  text-indent: 5px;
  background: #fafafa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input::-webkit-input-placeholder, input:-moz-placeholder, .placeholder {
  color: #bbb;
}
input::-moz-focus-inner {
  border: 0;
}
input[disabled="disabled"], input.disabled {
  color: #999;
  background: #f5f5f5;
}
/* Foucus */
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="date"]:focus, textarea:focus, button:focus, a.button:focus, select:focus {
  border: 1px solid #50B1FE;
  outline: none;
}
/* Mobile setting */
input[type="number"] {
  width: 4em;
  padding: 6px 0;
}
input[type="date"] {
  width: 12em;
  padding: 6px 0;
}
input[type="tel"] {
  width: 12em;
}
input[type="text"], input[type="email"], input[type="password"] {
  max-width: 320px;
  padding: 0.4em;
}
@media screen and (max-width: 640px) {
  input[type="text"], input[type="email"], input[type="password"] {
    max-width: 320px;
    padding: 0.4em;
  }
}
.form-inline .form-control {
  padding: 0.3em;
}
input.file, input[type="file"] {
  width: 240px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
textarea {
  width: 280px;
  height: 320px;
  margin: 0;
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: middle;
  font-family: inherit;
  font-size: 0.9em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F4F8FB;
}
@media screen and (max-width: 640px) {
  textarea {
    width: 90%;
  }
}
input[type="radio"], input[type="checkbox"] {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 6px 12px 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  vertical-align: middle;
}
input[type="radio"] {
  border-radius: 12px;
}
input[type="radio"]:checked, input[type="checkbox"]:checked {
  background-color: #F4F8FB;
}
input[type="radio"]:checked:before, input[type="checkbox"]:checked:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -5px 0 0 -5px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #007bbb; /*#778EA2;*/
}
input[type="radio"]:checked:before {
  border-radius: 5px;
}
select {
  min-width: 3em;
  height: 36px;
  line-height: 38px;
  font-size: 0.9rem;
  padding: 0 24px 0 11px;
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  text-overflow: clip;
  background: #e3e3e3;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}
span.list-item {
  margin-top: 5px;
  display: block;
  /*width: 100%;*/
}
/*------------------------------------------------------------
　Button
-------------------------------------------------------------*/
.btn, input[type="submit"], input[type="button"] {
  display: inline-block;
  vertical-align: top;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.65em;
  text-align: center;
  text-decoration: none;
  text-indent: 0px;
  color: #333;
  -webkit-appearance: none;
  outline: none;
  margin: 0.5em 1em;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  padding: 0.4em 2.5em;
  background: #dcdcdc;
}
.btn-big, input[type="submit"].btn-big {
  font-size: 18px;
}
.btn-small, input[type="submit"].btn-small {
  font-size: 0.8rem;
  padding: 0.2em 1.5em;
}
.btn-round {
  border-radius: 15px;
}
.btn, input[type="submit"] {
  color: rgba(255, 255, 255, 0.9);
  background: #005ca0;
}
.btn:hover, input[type="submit"]:hover, input[type="button"]:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #0081cc;
}
a.btn {
  color: #fff !important;
}
.btn.btn-white {
  background: #dcdcdc;
}
.btn:focus {
  text-decoration: none;
  z-index: 100;
  outline: none;
  border: 1px solid #c3c3c3;
}
/* Blue border on button focus. */
.btn:focus {
  border-color: #4D90FE;
}
/* overrides Firefox */
.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}