@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs 
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

em {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

.fr {
  float: right;
}

.imgR {
  float: right;
  margin-left: 20px;
}

.fl {
  float: left;
}

.imgL {
  float: left;
  margin-right: 20px;
}

.imgC, .tC {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR {
  text-align: right;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

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

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

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

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

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

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

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

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

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

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

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

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

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

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

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

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

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

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

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

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

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

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

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

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

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

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

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

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

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

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

/* clearfix */
.clear-fix {
  zoom: 1;
}
.clear-fix:before, .clear-fix:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
.clear-fix:after {
  clear: both;
}

.clear {
  clear: both;
}

/* =========================================================
 icon
========================================================= */
@font-face {
  font-family: 'fonts';
  src: url("../fonts/fonts.ttf?ielakg") format("truetype"), url("../fonts/fonts.woff?ielakg") format("woff"), url("../fonts/fonts.svg?ielakg#fonts") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fonts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e901";
}

.icon-calc:before {
  content: "\e902";
}

.icon-company:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e903";
}

.icon-tel:before {
  content: "\e904";
}

/* =========================================================
	general
========================================================= */
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents input, #contents button, #contents textarea, #contents select, #contents p, #contents th, #contents td, #contents address, #contents li, #contents dt, #contents dd {
  font-size: 16px;
  line-height: 1.6;
  font-feature-settings: "palt";
}

/* =========================================================
	element style
========================================================= */
html, body {
  height: 100%;
}

body {
  color: #000;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
}

input, textarea, button {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

a {
  color: #003e6c;
}
a:hover {
  text-decoration: none;
}
a.hov:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

#contents h2 {
  margin-bottom: 30px;
  color: #003e6c;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
}
#contents h3 {
  margin-bottom: 20px;
  padding: 20px;
  border-left: 3px solid #003e6c;
  background: #f2f2f2;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
#contents .copy {
  margin-bottom: 20px;
  padding: 0;
  border: none;
  background: none;
  color: #000;
  font-size: 22px;
  font-weight: bold;
}
#contents .copy:before {
  display: none;
}
#contents .article, #contents .section {
  zoom: 1;
}
#contents .article:before, #contents .article:after, #contents .section:before, #contents .section:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#contents .article:after, #contents .section:after {
  clear: both;
}
#contents .article p:last-child, #contents .section p:last-child {
  margin-bottom: 0;
}
#contents .article {
  width: 1000px;
  margin: auto;
  padding: 0 0 80px;
}
#contents .article p, #contents .article ul, #contents .article dl {
  margin-bottom: 1em;
  line-height: 1.8;
}
#contents .section {
  width: 100%;
  padding: 50px 0 0;
}
#contents h2 + .section {
  padding-top: 0;
}
#contents .cnt-wrap {
  border-top: 1px solid #f2f2f2;
  padding: 80px 0 0;
}
#contents .cnt-column {
  width: 480px;
}
#contents table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-bottom: none;
  border-right: none;
}
#contents table th, #contents table td {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none;
  border-left: none;
  vertical-align: middle;
  font-weight: normal;
}
#contents table th {
  background-color: rgba(0, 62, 108, 0.1);
}
#contents table td ul:last-child, #contents table td dl:last-child {
  margin-bottom: 0;
}

.bold {
  font-weight: bold;
}

.emphasis {
  color: #c7524b;
  font-weight: bold;
}

p.attention {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 110%;
}

ul.attention {
  margin-top: 10px;
}
ul.attention li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 110%;
}

.sup {
  font-size: 12px;
  color: #666;
}

ul.list li {
  position: relative;
  padding-left: 1em;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li:before {
  position: absolute;
  display: block;
  content: '';
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #003e6c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

ol.num {
  padding: 0 25px 0 25px;
  list-style-position: outside;
}
ol.num li {
  list-style-type: decimal;
}
ol.num li:last-child {
  margin-bottom: 0;
}

.btn-link {
  padding: 50px 0 0;
  text-align: center;
}
.btn-link a {
  display: block;
  width: 350px;
  margin: auto;
  padding-right: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  line-height: 70px;
  text-align: center;
}
.btn-link i {
  margin-right: 6px;
  font-weight: bold;
  vertical-align: baseline;
}

a.btn-link {
  display: inline-block;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.btn-def {
  position: relative;
  background: #003e6c;
  box-shadow: 0px 3px 0px 0px #000f2e;
  -moz-box-shadow: 0px 3px 0px 0px #000f2e;
  -webkit-box-shadow: 0px 3px 0px 0px #000f2e;
}
.btn-def i {
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
}

.btn-est {
  background: #23b598;
  box-shadow: 0px 3px 0px 0px #05805b;
  -moz-box-shadow: 0px 3px 0px 0px #05805b;
  -webkit-box-shadow: 0px 3px 0px 0px #05805b;
}
.btn-est i {
  vertical-align: sub;
}

.btn-con {
  background: #c7524b;
  box-shadow: 0px 3px 0px 0px #9b1a16;
  -moz-box-shadow: 0px 3px 0px 0px #9b1a16;
  -webkit-box-shadow: 0px 3px 0px 0px #9b1a16;
}
.btn-con i {
  vertical-align: sub;
}

.btn-com {
  background: #338ACD;
  box-shadow: 0px 3px 0px 0px #003E6C;
  -moz-box-shadow: 0px 3px 0px 0px #003E6C;
  -webkit-box-shadow: 0px 3px 0px 0px #003E6C;
}
.btn-com i {
  vertical-align: sub;
}

/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
  zoom: 1;
}
#contents:before, #contents:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#contents:after {
  clear: both;
}

/*----------------------------------------------------
	#pagetitle
----------------------------------------------------*/
#pagetitle {
  height: 350px;
  margin-bottom: 15px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 350px;
  background-size: auto 350px;
}
#pagetitle h1 {
  padding-top: 70px;
  font-size: 46px;
  text-align: center;
  line-height: 1;
}
#pagetitle h1 span {
  display: block;
  margin-top: 10px;
  font-family: Calibri, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  font-size: 16px;
  color: #003e6c;
}

#breadcrumbs {
  width: 1000px;
  margin: 0 auto 60px;
}
#breadcrumbs li {
  display: inline-block;
  font-size: 13px;
}
#breadcrumbs li:after {
  content: ">";
  margin: 0 10px;
  color: #999;
}
#breadcrumbs li:last-child:after {
  display: none;
}
#breadcrumbs a {
  color: #999;
}

/*----------------------------------------------------
	#main
----------------------------------------------------*/
/*----------------------------------------------------
	header
----------------------------------------------------*/
#header .inner {
  position: relative;
  width: 1000px;
  height: 100px;
  margin: auto;
  zoom: 1;
}
#header .inner:before, #header .inner:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#header .inner:after {
  clear: both;
}
#header #head-logo {
    top: 8px;
    left: 0;
    position: absolute;
}
#header #head-logo img {
  width: 355px;
}
#header #gnav {
  position: relative;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
#header #gnav:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #f2f2f2;
  z-index: -1;
}
#header #gnav ul {
  position: relative;
  display: table;
  width: 1000px;
  margin: auto;
  table-layout: fixed;
  height: 60px;
}
#header #gnav li {
  display: table-cell;
  width: 13.5% !important;
}
/*#header #gnav li:nth-child(1) {
  width: 13.3%;
}
#header #gnav li:nth-child(2) {
  width: 22.3%;
}
#header #gnav li:nth-child(3) {
  width: 19.3%;
}
#header #gnav li:nth-child(4) {
  width: 18.4%;
}
#header #gnav li:nth-child(5) {
  width: 10.9%;
}
#header #gnav li:nth-child(6) {
  width: 16.3%;
}
#header #gnav li:nth-child(6) a {
  border-right: 1px solid #e3e3e3;
}*/
/*#header #gnav li:nth-child(1) {
  width: 19%;
}
#header #gnav li:nth-child(2) {
  width: 23%;
}
#header #gnav li:nth-child(3) {
  width: 20%;
}
#header #gnav li:nth-child(4) {
  width: 20%;
}
#header #gnav li:nth-child(5) {
  width: 18%;
}
#header #gnav li:nth-child(5) a {
  border-right: 1px solid #e3e3e3;
}*/
#header #gnav li:nth-child(1) {
  width: 14%;
}
#header #gnav li:nth-child(2) {
  width: 18%;
}
#header #gnav li:nth-child(3) {
  width: 21%;
}
#header #gnav li:nth-child(4) {
  width: 19%;
}
/*#header #gnav li:nth-child(5) {
  width: auto !important;
}*/
#header #gnav li:nth-child(6) {
  width: 16%;
}
#header #gnav li:nth-child(7) a {
  border-right: 1px solid #e3e3e3;
}
#header #gnav a {
  position: relative;
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 15px;
  text-align: center;
  line-height: 60px;
  border-left: 1px solid #e3e3e3;
}
#header #gnav a:hover:after, #header #gnav a.current:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #003e6c;
}
#header #head-guide {
  float: right;
  padding-top: 30px;
  clear: both;
}
#header #head-guide li {
  float: left;
}
#header #head-guide li:nth-child(1) {
  margin-right: 20px;
  padding-top: 14px;
  font-size: 14px;
}
#header #head-guide li:nth-child(1) a {
  text-decoration: none;
  color: #000;
}
#header #head-guide li:nth-child(1) i {
  font-size: 22px;
}
#header #head-guide li:nth-child(2) a, #header #head-guide li:nth-child(3) a {
  width: 170px;
  line-height: 39px;
}
#header #head-guide li:nth-child(2) i, #header #head-guide li:nth-child(3) i {
  font-size: 22px;
}
#header #head-guide li:nth-child(2) {
  margin-right: 10px;
  font-size: 15px;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#foot-contact {
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid #f2f2f2;
}
#foot-contact h2 {
  margin-bottom: 20px;
  color: #000;
  font-size: 30px;
  line-height: 1;
}
#foot-contact p {
  font-size: 16px;
}
#foot-contact ul {
  width: 1000px;
  margin: auto;
  padding-top: 30px;
  zoom: 1;
}
#foot-contact ul:before, #foot-contact ul:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#foot-contact ul:after {
  clear: both;
}
#foot-contact li {
  float: left;
  width: 320px;
}
#foot-contact li a {
  display: block;
  font-size: 18px;
  line-height: 60px;
}
#foot-contact li:first-child {
  width: 310px;
  margin-right: 30px;
  color: #003e6c;
  font-size: 48px;
  font-family: Calibri, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  text-align: right;
}
#foot-contact li:first-child span {
  display: block;
  margin-top: 5px;
  padding-right: 5px;
  font-size: 14px;
}
#foot-contact li:first-child i {
  float: left;
  vertical-align: bottom;
  font-size: 32px;
  line-height: 48px;
}
#foot-contact li:nth-child(2) i {
  font-size: 24px;
}
#foot-contact li:last-child {
  float: right;
}
#foot-contact li:last-child i {
  font-size: 26px;
}

#footer {
  background: #f2f2f2;
}
#footer .inner {
  width: 1000px;
  margin: auto;
  padding: 50px 0;
  zoom: 1;
}
#footer .inner:before, #footer .inner:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#footer .inner:after {
  clear: both;
}
#footer #foot-logo {
  float: left;
}
#footer #foot-logo img {
  width: 336px;
}
#footer #foot-nav {
  float: right;
}
#footer #foot-nav ul {
  display: inline-block;
  margin-right: 20px;
}
#footer #foot-nav ul:last-child {
  margin-right: 0;
}
#footer #foot-nav li {
  margin-bottom: 15px;
  font-size: 14px;
}
#footer #foot-nav li:last-child {
  margin-bottom: 0;
}
#footer #foot-nav li a {
  text-decoration: none;
  color: #000;
}
#footer #foot-nav li a:hover, #footer #foot-nav li a:hover i {
  color: #003e6c;
}
#footer #foot-nav li i {
  font-size: 10px;
  color: #999;
}
#footer #copyright {
  padding: 15px;
  background: #003e6c;
  color: #fff;
  font-size: 12px;
  font-family: Calibri, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
}

/*----------------------------------------------------
	pagetop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
}
#pagetop a {
  display: table-cell;
  width: 40px;
  height: 40px;
  background: #003e6c;
  color: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* service list
========================================================= */
#contents .service-list {
  zoom: 1;
}
#contents .service-list:before, #contents .service-list:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#contents .service-list:after {
  clear: both;
}
#contents .service-list .item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#contents .service-list .item:nth-of-type(4n) {
  margin-right: 0 !important;
}
#contents .service-list .item i {
  display: block;
  width: 150px;
  margin: auto;
  padding: 30px 0 0;
}
#contents .service-list .item dl {
  margin-bottom: 0;
  padding: 20px;
}
#contents .service-list .item dt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
#contents .service-list .item dd {
  font-size: 14px;
  text-align: left;
}

/* item list
========================================================= */
#contents .item-list {
  zoom: 1;
}
#contents .item-list:before, #contents .item-list:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#contents .item-list:after {
  clear: both;
}
#contents .item-list .item {
  float: left;
  width: 310px;
  margin: 35px 35px 0 0;
  position: relative;
  text-align: left;
}
#contents .item-list .item:nth-last-of-type(3n) {
  margin-right: 0;
}
#contents .item-list .item a {
  display: block;
  background: #f2f2f2;
  text-decoration: none;
  color: #000;
}
#contents .item-list .item .img {
  overflow: hidden;
  height: 200px;
}
#contents .item-list .item dl {
  margin-bottom: 0;
  padding: 20px 20px 50px;
}
#contents .item-list .item dt {
  margin-bottom: 10px;
  font-weight: 600;
}
#contents .item-list .item dd {
  font-size: 14px;
}
#contents .item-list .item .more {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #003e6c;
  font-family: Calibri, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  font-size: 14px;
  line-height: 14px;
}
#contents .item-list .item .more i {
  font-size: 10px;
  vertical-align: top;
}

/* faq,course list
========================================================= */
#contents .faq-list, #contents .course-list {
  position: relative;
  width: 470px;
}
#contents .faq-list h2, #contents .course-list h2 {
  color: #000;
  font-size: 30px !important;
}
#contents .faq-list h2 span, #contents .course-list h2 span {
  display: block;
  color: #003e6c;
  font-size: 12px !important;
}
#contents .faq-list ul, #contents .course-list ul {
  margin-bottom: 0;
}
#contents .faq-list li, #contents .course-list li {
  border-bottom: 1px solid #ddd;
}
#contents .faq-list li:first-child, #contents .course-list li:first-child {
  border-top: 1px solid #ddd;
}
#contents .faq-list li a, #contents .course-list li a {
  text-decoration: none;
  color: #000;
  position: relative;
  display: block;
  padding: 15px 30px 15px 0;
}
#contents .faq-list li a:hover, #contents .course-list li a:hover {
  opacity: 0.6;
}
#contents .faq-list li a i, #contents .course-list li a i {
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #003e6c;
  font-size: 16px;
}
#contents .faq-list .more, #contents .course-list .more {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 14px;
  line-height: 19px;
}
#contents .faq-list .more a, #contents .course-list .more a {
  text-decoration: none;
  color: #000;
  display: block;
}
#contents .faq-list .more i, #contents .course-list .more i {
  margin-right: 5px;
  color: #003e6c;
  font-size: 19px;
  vertical-align: sub;
}
#contents .faq-list {
  float: left;
}
#contents .faq-list li a {
  padding: 15px 30px 15px 40px;
}
#contents .faq-list li a:before {
  position: absolute;
  display: block;
  content: "Q";
  top: 11px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #003e6c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-family: Calibri, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  text-align: center;
  line-height: 30px;
}
#contents .course-list {
  float: right;
}

/* index page
========================================================= */
#home-page #contents #mv {
  position: relative;
  min-width: 1000px;
  height: 500px;
  background: url(../../images/index-mv-bg.png) no-repeat top center;
  -webkit-background-size: auto 500px;
  background-size: auto 500px;
}
#home-page #contents #mv .mv-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1000px;
  margin: auto;
}
#home-page #contents #mv h2 {
  margin-bottom: 30px;
  color: #000;
  font-size: 54px;
  line-height: 1;
}
#home-page #contents #mv h2 span {
  display: block;
  margin-bottom: 40px;
}
#home-page #contents #mv h2 img {
  width: 347px;
}
#home-page #contents #mv p {
  line-height: 1.8;
}
#home-page #contents #mv ul {
  width: 720px;
  padding-top: 30px;
  zoom: 1;
}
#home-page #contents #mv ul:before, #home-page #contents #mv ul:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#home-page #contents #mv ul:after {
  clear: both;
}
#home-page #contents #mv ul li {
  width: 350px;
}
#home-page #contents #mv ul li a {
  display: block;
  font-size: 20px;
  line-height: 70px;
}
#home-page #contents #mv ul li:first-child {
  float: left;
}
#home-page #contents #mv ul li:first-child a {
  background: #23b598;
  box-shadow: 0px 3px 0px 0px #05805b;
  -moz-box-shadow: 0px 3px 0px 0px #05805b;
  -webkit-box-shadow: 0px 3px 0px 0px #05805b;
}
#home-page #contents #mv ul li:last-child {
  float: right;
}
#home-page #contents h2 {
  font-size: 40px;
  color: #000;
}
#home-page #contents h2 span {
  display: block;
  color: #003e6c;
  font-size: 16px;
  font-family: Calibri, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  line-height: 1;
}
#home-page #contents .inner {
  width: 1000px;
  margin: auto;
  padding: 70px 0;
  zoom: 1;
}
#home-page #contents .inner:before, #home-page #contents .inner:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#home-page #contents .inner:after {
  clear: both;
}
#home-page #contents #service {
  background: #f2f2f2;
  text-align: center;
}
#home-page #contents #service .item {
  width: 249px;
  margin: 0 1px 1px 0;
  background: #fff;
}
#home-page #contents #case {
  text-align: center;
}
#home-page #contents #other {
  background: #f2f2f2;
}
#home-page #contents #about {
  text-align: left;
  zoom: 1;
}
#home-page #contents #about:before, #home-page #contents #about:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#home-page #contents #about:after {
  clear: both;
}
#home-page #contents #about .txt {
  float: left;
  width: 55%;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
#home-page #contents #about .txt:before, #home-page #contents #about .txt:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#home-page #contents #about .txt:after {
  clear: both;
}
#home-page #contents #about .txt .txt-inner {
  padding: 40px 0;
  float: right;
  width: 500px;
}
#home-page #contents #about .txt .btn-link {
  padding-top: 30px;
  text-align: left;
}
#home-page #contents #about .txt .btn-link a {
  margin: 0;
  line-height: 60px;
}
#home-page #contents #about .img {
  position: relative;
  overflow: hidden;
  width: 45%;
  background: url(../../images/index-about-bg.png) center center/cover no-repeat;
}

/* about page
========================================================= */
#about-page #contents #pagetitle {
  background-image: url(../../images/about-mv-bg.png);
}
#about-page #contents #feature h3 {
  position: relative;
  padding-left: 75px;
  border: none;
}
#about-page #contents #feature h3:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 60px;
  background: #003e6c;
}
#about-page #contents #feature span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 60px;
  color: #fff;
  font-family: Calibri, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
#about-page #contents #case {
  text-align: center;
}
#about-page #contents #case h2 {
  font-size: 40px;
  color: #000;
}
#about-page #contents #case h2 span {
  display: block;
  color: #003e6c;
  font-size: 16px;
  font-family: Calibri, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  line-height: 1;
}

/* service page
========================================================= */
#service-page #contents #pagetitle {
  position: relative;
  background-image: url(../../images/service-mv-bg.png);
}
#service-page #contents #pagetitle .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1000px;
  padding-right: 430px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#service-page #contents #pagetitle h1 {
  margin-bottom: 15px;
  padding: 0;
  text-align: left;
}
#service-page #contents #pagetitle h2 {
  margin-bottom: 15px;
  font-size: 22px;
}
#service-page #contents #system .item {
  float: left;
  width: 190px;
  padding: 15px;
  margin: 0 10px 10px 0;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#service-page #contents #system a {
  display: block;
  text-decoration: none;
  color: #000;
}
#service-page #contents #system dl {
  margin-bottom: 0;
}
#service-page #contents #system dt, #service-page #contents #system dd {
  line-height: 1.3;
}
#service-page #contents #system dt {
  margin-bottom: 10px;
  padding-left: 7px;
  border-left: 3px solid #f4b91d;
  font-size: 17px;
  font-weight: 600;
}
#service-page #contents #system dd {
  font-size: 15px;
}
#service-page #contents #feature .item {
  width: 235px;
  border: 1px solid #ddd;
  margin: 0 20px 20px 0;
}
#service-page #contents #flow .item {
  position: relative;
  width: 1000px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#service-page #contents #flow .item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #e5ebf0;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: -1;
}
#service-page #contents #flow .item:nth-of-type(5) {
  margin-bottom: 0;
}
#service-page #contents #flow .item:nth-of-type(5):before {
  display: none;
}
#service-page #contents #flow .item dl {
  display: table;
  table-layout: fixed;
  width: inherit;
  margin: 0;
  border: 1px solid #e5ebf0;
  background: #fff;
}
#service-page #contents #flow .item dt, #service-page #contents #flow .item dd {
  display: table-cell;
  vertical-align: middle;
}
#service-page #contents #flow .item dt {
  width: 250px;
  padding-left: 20px;
  background: #e5ebf0;
  font-size: 20px;
  font-weight: 600;
}
#service-page #contents #flow .item dt span {
  display: inline-block;
  width: 40px;
  margin-right: 15px;
  background: #003e6c;
  color: #fff;
  font-size: 24px;
  font-family: Calibri, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#service-page #contents #flow .item dd {
  padding: 30px;
  background: #fff;
}
#service-page #contents .partner {
  margin-top: 50px;
  padding: 30px;
  border: 1px solid #e5ebf0;
}
#service-page #contents .partner h3 {
  padding: 0;
  border: none;
  background: none;
  color: #003e6c;
  font-size: 30px;
}
#service-page #contents .faq-list {
  float: none;
  width: 1000px;
  margin: auto;
}

/* case page
========================================================= */
#case-page #contents #pagetitle {
  background-image: url(../../images/case-mv-bg.png);
}
#case-page #contents #pagetitle h1 {
  color: #fff;
}
#case-page #contents #pagetitle h1 span {
  color: #fff;
}
#case-page #contents #intro {
  position: relative;
  width: 1000px;
  margin: 0 auto 100px;
  text-align: center;
}
#case-page #contents #intro h2 {
  font-size: 46px;
}
#case-page #contents #intro .copy {
  font-size: 20px;
}
#case-page #contents #intro dl {
  position: absolute;
  bottom: -50px;
  width: 310px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #003e6c;
  background: #fff;
}
#case-page #contents #intro dl dt {
  position: relative;
  width: 40px;
  margin: -20px 0 0 135px;
  background: #003e6c;
  color: #fff;
  font-family: Calibri, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#case-page #contents #intro dl dd {
  padding-bottom: 20px;
  color: #003e6c;
  font-size: 20px;
  font-weight: bold;
}
#case-page #contents #intro dl:nth-of-type(1) {
  left: 20px;
}
#case-page #contents #intro dl:nth-of-type(2) {
  left: 345px;
}
#case-page #contents #intro dl:nth-of-type(3) {
  right: 20px;
}
#case-page #contents #trouble li {
  position: relative;
  float: left;
  width: 190px;
  margin: 20px 10px 0 0;
  padding: 40px 20px 20px;
  border: 1px solid #ddd;
  background: #f2f2f2;
  font-size: 15px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#case-page #contents #trouble li:before {
  position: absolute;
  display: block;
  top: -18px;
  left: 74px;
  content: "";
  width: 42px;
  height: 47px;
  background: url(../../images/icon-check.png) no-repeat top left;
  -webkit-background-size: 42px;
  background-size: 42px;
}
#case-page #contents #trouble li:last-child {
  margin-right: 0;
}
#case-page #contents #system .img {
  padding-top: 20px;
  zoom: 1;
}
#case-page #contents #system .img:before, #case-page #contents #system .img:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#case-page #contents #system .img:after {
  clear: both;
}
#case-page #contents #system .img li {
  float: left;
  margin-right: 35px;
}
#case-page #contents #system .img li:last-child {
  margin-right: 0;
}
#case-page #contents #reason {
  padding-bottom: 30px;
}
#case-page #contents #reason .cnt-column {
  padding-bottom: 50px;
}
#case-page #contents #reason h3 {
  position: relative;
  padding-left: 60px;
  border: none;
  font-size: 16px;
}
#case-page #contents #reason h3:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  background: #003e6c;
}
#case-page #contents #reason h3 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 50px;
  color: #fff;
  font-family: Calibri, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
#case-page #contents #reason .img {
  padding-top: 20px;
}
#case-page #contents #function table th, #case-page #contents #function table td {
  font-size: 14px;
  text-align: left;
}
#case-page #contents #function table .category {
  background: #f2f2f2;
  font-weight: bold;
}
#case-page #contents #function table thead th {
  background: #003e6c;
  color: #fff;
  text-align: center;
}
#case-page #contents #function table th {
  color: #003e6c;
  font-weight: bold;
}
#case-page #contents #function table td {
  text-align: center;
}
#case-page #contents #function table td span {
  display: block;
  font-size: 12px;
}
#case-page #contents #function table td.emphasis {
  background: #fcfbed;
  color: #c7524b;
  font-weight: bold;
}
#case-page #contents .guide-nav {
  zoom: 1;
}
#case-page #contents .guide-nav:before, #case-page #contents .guide-nav:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#case-page #contents .guide-nav:after {
  clear: both;
}
#case-page #contents .guide-nav li {
  float: left;
  width: 320px;
  margin-right: 20px;
}
#case-page #contents .guide-nav li a {
  width: 320px;
}
#case-page #contents .guide-nav li:last-child {
  margin-right: 0;
}
#case-page #contents .faq-list {
  float: none;
  width: auto;
}

/* faq page
========================================================= */
#faq-page #contents #pagetitle {
  background-image: url(../../images/faq-mv-bg.png);
}
#faq-page #contents .faq-list {
  float: none;
  width: auto;
}
#faq-page #contents .faq-wrap {
  background: #f2f2f2;
}
#faq-page #contents .faq-wrap h3, #faq-page #contents .faq-wrap .answer {
  padding: 30px 30px 30px 90px;
}
#faq-page #contents .faq-wrap h3:before, #faq-page #contents .faq-wrap .answer:before {
  position: absolute;
  display: block;
  top: 20px;
  left: 30px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-family: Calibri, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  line-height: 50px;
}
#faq-page #contents .faq-wrap h3 {
  position: relative;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  line-height: 1.5;
}
#faq-page #contents .faq-wrap h3:before {
  content: "Q";
  background: #003e6c;
}
#faq-page #contents .faq-wrap .answer {
  position: relative;
}
#faq-page #contents .faq-wrap .answer:before {
  content: "A";
  background: #c7524b;
}
#faq-page #contents .ctrl {
  position: relative;
}
#faq-page #contents .ctrl .move {
  position: absolute;
  bottom: 10px;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#faq-page #contents .ctrl .move.prv {
  left: 0;
}
#faq-page #contents .ctrl .move.prv i:before {
  display: block;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#faq-page #contents .ctrl .move.nxt {
  right: 0;
}
#faq-page #contents .ctrl .move i {
  position: static;
  right: auto;
  top: auto;
  margin: 0;
  font-size: 16px;
  line-height: 50px;
}

/* course page
========================================================= */
#course-page #contents #pagetitle {
  background-image: url(../../images/course-mv-bg.png);
}

/* link page
========================================================= */
#link-page #contents #pagetitle {
  background-image: url(../../images/link-mv-bg.png);
}
#link-page #contents .guide-nav {
  border: 1px solid #ddd;
  border-bottom: none;
  border-right: none;
  zoom: 1;
}
#link-page #contents .guide-nav:before, #link-page #contents .guide-nav:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#link-page #contents .guide-nav:after {
  clear: both;
}
#link-page #contents .guide-nav li {
  position: relative;
  float: left;
  width: 20%;
  border: 1px solid #ddd;
  border-top: none;
  border-left: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#link-page #contents .guide-nav li:nth-child(5n) {
  margin-right: 0;
}
#link-page #contents .guide-nav li a {
  display: block;
  padding: 15px;
  background: rgba(0, 62, 108, 0.08);
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
#link-page #contents .guide-nav li i {
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
}
#link-page #contents .link-list .item {
  padding: 25px 0;
  border-bottom: 1px dotted #ddd;
  zoom: 1;
}
#link-page #contents .link-list .item:before, #link-page #contents .link-list .item:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#link-page #contents .link-list .item:after {
  clear: both;
}
#link-page #contents .link-list .img {
  float: left;
  width: 200px;
}
#link-page #contents .link-list .txt {
  float: right;
  width: 770px;
}
#link-page #contents .link-list .logo {
  margin-bottom: 10px;
}
#link-page #contents .link-list h3 {
  margin-bottom: 15px;
  padding: 0;
  border: 0;
  background: none;
}

/* company page
========================================================= */
#company-page #contents #pagetitle {
  background-image: url(../../images/company-mv-bg.png);
}

/*  contact page
========================================================= */
#contact-page #contents #pagetitle, #estimate-page #contents #pagetitle {
  height: auto;
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
}
#contact-page #contents #pagetitle h1, #estimate-page #contents #pagetitle h1 {
  padding: 50px 0;
}
#contact-page #contents #address th, #contact-page #contents #address td, #estimate-page #contents #address th, #estimate-page #contents #address td {
  padding-bottom: 10px;
}
#contact-page #contents th, #estimate-page #contents th {
  text-align: left;
}
#contact-page #contents td input, #estimate-page #contents td input {
  margin: 0 5px;
}
#contact-page #contents ul, #estimate-page #contents ul {
  zoom: 1;
  margin-bottom: 0;
  padding: 10px 0;
}
#contact-page #contents ul:before, #contact-page #contents ul:after, #estimate-page #contents ul:before, #estimate-page #contents ul:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#contact-page #contents ul:after, #estimate-page #contents ul:after {
  clear: both;
}
#contact-page #contents ul li, #estimate-page #contents ul li {
  float: left;
  margin-right: 15px;
}
#contact-page #contents input[type="text"], #contact-page #contents textarea, #estimate-page #contents input[type="text"], #estimate-page #contents textarea {
  box-sizing: border-box;
  margin-right: 5px;
  padding: 10px;
  border: solid 1px #ddd;
  background: #f8f8f8;
  font-size: 14px;
  line-height: 25px;
  border-radius: 3px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#contact-page #contents input[type="text"], #estimate-page #contents input[type="text"] {
  width: 60%;
}
#contact-page #contents textarea, #estimate-page #contents textarea {
  width: 100%;
}
#contact-page #contents #zip input[type="text"], #estimate-page #contents #zip input[type="text"] {
  width: 100px !important;
}
#contact-page #contents li input, #estimate-page #contents li input {
  margin-right: 5px;
}
#contact-page #contents .custom, #estimate-page #contents .custom {
  overflow: hidden;
  position: relative;
  width: 270px;
  margin: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #ddd;
  background: #f8f8f8;
  z-index: 10;
}
#contact-page #contents select, #estimate-page #contents select {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 130%;
  height: 37px;
  padding: 8px 0 8px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  cursor: pointer;
  background: none;
  background: url(../../images/contact-bg-select.png) no-repeat 224px center;
  z-index: 15;
  vertical-align: middle;
  line-height: 19px;
  border: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
#contact-page #contents .autozip, #estimate-page #contents .autozip {
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#contact-page #contents .info, #estimate-page #contents .info {
  color: #999;
  font-size: 12px;
}
#contact-page #contents th span, #contact-page #contents h3 span, #estimate-page #contents th span, #estimate-page #contents h3 span {
  display: block;
  float: right;
  width: 35px;
  height: 18px;
  margin-top: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #c7524b;
  color: #fff;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
}
#contact-page #contents h3 span, #estimate-page #contents h3 span {
  display: inline-block;
  float: none;
  margin: 0 0 0 10px;
}
#contact-page #contents #submit, #estimate-page #contents #submit {
  text-align: center;
  margin-top: 30px;
}
#contact-page #contents #submit input, #estimate-page #contents #submit input {
  width: 310px;
  border: none;
  background: #003e6c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  letter-spacing: 2px;
}
#contact-page #contents #submit input:hover, #estimate-page #contents #submit input:hover {
  cursor: pointer;
  opacity: 0.8;
}
#contact-page #contents #thanks, #estimate-page #contents #thanks {
  margin-bottom: 0;
  text-align: center;
}
#contact-page #contents #thanks h3, #estimate-page #contents #thanks h3 {
  border: none;
  padding: 0;
  font-size: 22px;
}
#contact-page #contents #thanks #submit, #estimate-page #contents #thanks #submit {
  margin-top: 50px;
}
#contact-page #contents #thanks #submit a, #estimate-page #contents #thanks #submit a {
  display: block;
  width: 300px;
  margin: auto;
  border: none;
  background: #003e6c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  letter-spacing: 2px;
  text-decoration: none;
}
#contact-page #contents #thanks #submit a:hover, #estimate-page #contents #thanks #submit a:hover {
  cursor: pointer;
  opacity: 0.8;
}
#contact-page #contents .privacy-wrap, #estimate-page #contents .privacy-wrap {
  margin-top: 30px;
}
#contact-page #contents .privacy-wrap .check, #estimate-page #contents .privacy-wrap .check {
  margin-top: 15px;
  text-align: center;
}
#contact-page #contents .privacy, #estimate-page #contents .privacy {
  overflow-y: auto;
  height: 300px;
  border: 1px solid #ddd;
}
#contact-page #contents .privacy .inner, #estimate-page #contents .privacy .inner {
  padding: 20px;
}
#contact-page #contents .privacy h3, #estimate-page #contents .privacy h3 {
  padding: 13px 15px;
  font-size: 16px;
}
#contact-page #contents .privacy h4, #estimate-page #contents .privacy h4 {
  margin: 30px 0 10px;
}
#contact-page #contents .privacy h3 + h4, #estimate-page #contents .privacy h3 + h4 {
  margin-top: 0;
}
#contact-page #contents .privacy h5, #estimate-page #contents .privacy h5 {
  margin: 20px 0 10px;
}
#contact-page #contents .privacy p, #contact-page #contents .privacy li, #contact-page #contents .privacy dt, #contact-page #contents .privacy dd, #contact-page #contents .privacy th, #contact-page #contents .privacy td, #estimate-page #contents .privacy p, #estimate-page #contents .privacy li, #estimate-page #contents .privacy dt, #estimate-page #contents .privacy dd, #estimate-page #contents .privacy th, #estimate-page #contents .privacy td {
  font-size: 14px;
}
#contact-page #contents .privacy .dl, #estimate-page #contents .privacy .dl {
  margin-bottom: 15px;
  padding-bottom: 15px;
  zoom: 1;
  border-bottom: 1px dotted #ddd;
}
#contact-page #contents .privacy .dl:before, #contact-page #contents .privacy .dl:after, #estimate-page #contents .privacy .dl:before, #estimate-page #contents .privacy .dl:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#contact-page #contents .privacy .dl:after, #estimate-page #contents .privacy .dl:after {
  clear: both;
}
#contact-page #contents .privacy .dl:last-child, #estimate-page #contents .privacy .dl:last-child {
  margin-bottom: 0;
}
#contact-page #contents .privacy dl, #estimate-page #contents .privacy dl {
  float: left;
}
#contact-page #contents .privacy dt, #estimate-page #contents .privacy dt {
  font-weight: bold;
}
#contact-page #contents .privacy a, #estimate-page #contents .privacy a {
  float: right;
  display: block;
  width: 250px;
  padding: 15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
#contact-page #contents .contact-tel, #estimate-page #contents .contact-tel {
  display: block;
  border: none;
}
#contact-page #contents .contact-tel dt, #contact-page #contents .contact-tel dd, #estimate-page #contents .contact-tel dt, #estimate-page #contents .contact-tel dd {
  display: inline-block;
  padding: 0;
  line-height: 1;
}
#contact-page #contents .contact-tel dt, #estimate-page #contents .contact-tel dt {
  width: auto;
  font-family: Calibri, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  font-size: 50px;
  letter-spacing: 1px;
}
#contact-page #contents .contact-tel dt i, #estimate-page #contents .contact-tel dt i {
  margin-right: 5px;
  color: #003e6c;
  font-size: 40px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/common/fonts/slick.eot");
  src: url("/common/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/common/fonts/slick.woff") format("woff"), url("/common/fonts/slick.ttf") format("truetype"), url("/common/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.formError2 {
    color: red;
}
.thanksTxt a {
    width: 310px;
    background: #003e6c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    vertical-align: middle;
    letter-spacing: 2px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
}
.thanksTxt span {
    margin: 20px 0 10px;
    color: #003e6c;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3;
    display: block;
    text-align: center;
}
.thanksTxt p {
    text-align: center;
    font-size: 20px !important;
}
@media print {
  * html body {
    zoom: .7;
  }
}

.basetable{
    border-collapse: collapse;
    border-spacing: 0;
}
.table01 th {
	width: 20%;
}
table.table02 th {
	width: 30%;
}



/*171025改善------------------------*/
#header #head-guide li:nth-child(3) {
  margin-right: 10px;
  font-size: 15px;
}
#header #head-guide li:nth-child(4) a {
  width: 170px;
  line-height: 39px;
}
a.hov.btn-link.btn-study {
    background: #003e6c;
}
.btn-study {
    background: #23b598;
    box-shadow: 0px 3px 0px 0px #000f2e;
    -moz-box-shadow: 0px 3px 0px 0px #000f2e;
    -webkit-box-shadow: 0px 3px 0px 0px #000f2e;
}
a.hov.btn-link.btn-study {
    background: #003e6c;
    box-shadow: 0px 3px 0px 0px #000f2e;
    -moz-box-shadow: 0px 3px 0px 0px #000f2e;
    -webkit-box-shadow: 0px 3px 0px 0px #000f2e;  
}
#header #head-guide li:nth-child(2) a, #header #head-guide li:nth-child(3) a, #header #head-guide li:nth-child(4) a {
    width: 150px;
    }
.icon-pencil:before {
    content: "\270E";
}

/**180228改善*/
#footer #foot-nav ul ul {
    display: block;
    margin: 12px 0;
}
#footer #foot-nav ul ul li {
    margin: 10px 0;
    font-size: 12px;
    text-indent: 1em;
}
#footer #foot-nav ul ul li:before {
    content: "・";
}


/*180919-----------------------------------------------------------*/

#header #head-guide {
	padding-top: 15px;
}

#header #head-guide li:nth-child(1) a, #header #head-guide li:nth-child(2) a, #header #head-guide li:nth-child(3) a {
    width: 150px;
    font-size: 15px;
	line-height: 39px;
	color: #fff;
    }
#header #head-guide li:nth-child(1) a, #header #head-guide li:nth-child(2) a {
	margin-right: 10px;
    }
#header #head-guide.text {
  float: right;
  padding-top: 15px;
}

#header #head-guide.text li a {
    margin-right: 20px;
    font-size: 14px;
	text-decoration: none;
	color: #000; 
	float: left;
	line-height: 10px;
	display: inline-block;
	width: auto;
}
#header #head-guide.text li i {
    font-size: 10px;
    color: #999;
	padding-right: 5px;
}
#header #head-guide.text li:nth-child(2) a {
	margin-right: 0;
}
#header #head-guide li:nth-child(1) {
    margin-right: 10px;
    padding-top: 0;
}
#header #head-guide li i.icon-pencil {
  font-size: 22px;
	color: #FFF;
}

#bnr_area .btn_area_f a:hover,
#bnr_area .list_bnr_area li a:hover,
button[type="submit"]:hover,
.footer_navi_in a:hover img {
    opacity: 0.8;
    text-decoration: none;
}

.check {
    padding: 20px;
    font-weight: bold;
    background: #EFEFEF;
}
.check .must {
    font-weight: normal;
    display: inline-block;
    width: 35px;
    height: 18px;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #c7524b;
    color: #fff;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
}

#header #head-logo a {
    text-decoration: none;
    font-size: 12px;
    line-height: 2;
}


#gnav li .submenu {
    display: none;
    width: 94%;
    position: absolute;
    left: 0;
    top: 60px;
    background: rgb(0,0,0,.8);
    padding: 1% 3%;
    z-index: 10000;
}
#gnav li .submenu:hover,
#gnav li:hover .submenu {
    display: block;
}
#gnav li dl {
    width: calc(1000px - 6%);
}
#gnav li dl a {
    line-height: 1 !important;
    border-left: none !important;
}
#gnav li dl a:after {
    display: none !important;
}
#gnav li dl a:hover {
    opacity: 0.5;
    transition: 0.7s;
}
#gnav li dl dt {
    margin-bottom: 10px;
    padding: 15px 0;
    display: block;
    overflow: hidden;
    font-weight: bold;
    color: #FFF;
}
#gnav li dl dt:before {
    content: ">";
    display: inline-block;
    margin-right: 5px;
    float: left;
    color: #FFF !important;
}
#gnav li dl dt a {
    display: inline-block !important;
    float: left;
    color: #FFF !important;
    font-weight: bold;
    font-size: 18px !important;
}
#gnav li dl dd {
    float: left;
    width: 30%;
    display: table;
    margin: 0 3% 10px 0;
    max-height: 58px;
    overflow: hidden;
}
#gnav li dl dd span {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    line-height: 1.4;
    text-align: left;
    color: #FFF;
    font-size: 14px;
}
#gnav li dl dd span img {
    max-height: 54px;
}
#gnav li dl dd span + span {
    padding: 0 10px;
    width: 70%;
}

#gnav li#gnav-service dl dd {
    float: left;
    display: block;
    margin: 0 0 10px 0;
    max-height: 100%;
    overflow: hidden;
    width: 23%;
    padding: 0 1%;
}
#gnav li#gnav-service .submenu dd span img {
    height: auto;
    max-height: 100%;
}
/*#gnav li#gnav-service .submenu dd span {
    display: block;
    width: 100% !important;
    text-align: center;
    padding-top: 5px;
}*/
#gnav li#gnav-service dd:nth-child(3n) {
    margin-right: 0;
}
/*#gnav li#gnav-service .submenu dd span + span {
    padding: 10px 10px 0 10px;
    width: calc(100% - 20px) !important;
}*/

#gnav li#gnav-case dl {
    width: calc(500px - 6%) !important;
    float: left;
}
#gnav li#gnav-case dl dd {
    width: 48%;
    margin-right: 2%;
}
#gnav li dl.d-flex {
	display: flex;
}

#gnav li dl.d-flex .flex-item {
	width: 50%;
}

#gnav li dl.d-flex dd {
    width: 50%;
    margin: 0 0% 10px 0;
}

.sence_wrap .left-img {
    width: 25%;
}

.sence_wrap .right-txt {
    width: 68%;
    margin-top: 24px;
}

/*20210521-----------------*/
.icon_contact{
    width: 20px;
    height: 20px;
    margin-bottom: 8px;
    margin-right: 4px;
    image-rendering: -webkit-optimize-contrast;
}

.downloadlayout {
    display: flex;
    justify-content: space-between;
}
.downloadlayout:before,
.downloadlayout:after {
	display: none !important;
}
#contents .downloadlayout h2 {
    font-size: 30px;
}
.downloadlayout .itemlayout {
	width: 48%;
}
.downloadlayout .itemlayout img {
	display: block;
	max-width: 100%;
	margin: 0 auto 30px auto;
}
.downloadlayout .itemlayout dl {
	margin-top: 30px;
	padding: 20px;
	background: #F8F8F8;
}
.downloadlayout .itemlayout dl dt {
	text-align: center;
	font-weight: bold;
	color: #003e6c;
}
.downloadlayout .itemlayout dl dd {
	padding-left: 1.0rem;
	position: relative;
}
.downloadlayout .itemlayout dl dd:before {
	content: "";
	border-top: 3px solid transparent;
	border-left: 5px solid #003e6c;
	border-bottom: 3px solid transparent; 
	position: absolute;
	left: 0;
	top: 8px;
}
.downloadlayout .itemlayout dl dd + dd {
	margin-top: 5px;
}
.downloadlayout .formlayout {
	width: 48%;
}
#contact-page #contents .downloadlayout .formlayout .info {
	display: block;
	margin: 0 5px;
}
#contact-page #contents .downloadlayout .formlayout input[type="text"] {
    width: 95%;
}

/*20211004*/

#gnav li dl.d-flex .flex-item .gnav_bnr{
	float: left;
    width: 80%;
    background: rgb(255,255,255,.9);
    display: block;
    margin-bottom: 20px;
}
#header #gnav li dl.d-flex .flex-item .gnav_bnr a{
	text-align: left;
	padding: 10px 20px;
	line-height: 1.2!important;
}
#header #gnav .gnav_bnr_img{
	width:120px;
	margin: auto;
}
#header #gnav li dl.d-flex .flex-item .gnav_bnr a strong{
	margin-bottom: 10px;
	display: block;
}
#header #gnav li dl.d-flex .flex-item .gnav_bnr a span{
	margin-top: 10px;
	display: block;
	/*text-decoration: underline;*/
	color: #003e6c;
}
#header #gnav li dl.d-flex .flex-item a{
  border-right:none!important;
}
.gnav_bnr_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gnav li dl dd{
	max-height: 60px;
	height: 60px;
}
#header #gnav .gnav_column{
	width:100%;
}
#gnav li dl .gnav_column span{
	width: auto;
}

/*20220111*/
#footer #foot-logo {
    float: none;
	display: block;
}
#footer #foot-left{
	float: left;
}
#footer #foot-left .foot-link{
	margin-top: 1rem;
}
#footer #foot-left .foot-link ul li {
    width: 228px;
    margin-bottom: 12px;
}

/*20220119*/
body{
	-webkit-text-size-adjust: 100%;
}
.btn-dl {
    background: #003e6c;
    box-shadow: 0px 3px 0px 0px #002c4d;
    -moz-box-shadow: 0px 3px 0px 0px #002C4D;
    -webkit-box-shadow: 0px 3px 0px 0px #002c4d;
}

/*20220511*/
.flex-item-inner {
    display: flex;
    flex-wrap: wrap;
}

.message-refusal {
    color: #E50303;
    font-size: 14px;
	font-weight: bold;
}

.recaptcha_txt {
  color: #E50303;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  background: #ffebeb;
  padding: 15px;
}
.recaptcha_txt:empty {
  display: none !important;
}


