@charset "UTF-8";
/*————————————————————————————————————————————————————————————————————————————
sp_common style setting css
————————————————————————————————————————————————————————————————————————————*/
/* = coloro common setting
----------------------------------------------------------------------------- */
/** font-color **/
/** link-color **/
/** background-color **/
/** line-color **/
/** bg image setting **/
/* =reset css setting
----------------------------------------------------------------------------- */
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 {
  color: #5E6162;
  background: transparent;
  border: 0;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-align: justify;
}

html,
body {
  background-color: #fff;
  height: auto;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  position: absolute;
  top: -1px;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  color: #1d90cf;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover {
  color: #C4c4c4;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  color: #C4c4c4;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  text-align: center;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid;
  color: #C4c4c4;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.not_fund h1 {
  font-size: 8em;
  color: #1d90cf;
  line-height: 1.25em;
  text-align: center;
}

/* = Selected Text
----------------------------------------------------------------------------- */
::-moz-selection {
  background: #5A97AF;
  /* Safari */
  color: #fff;
}
::selection {
  background: #5A97AF;
  /* Safari */
  color: #fff;
}

::-moz-selection {
  background: #5A97AF;
  /* Firefox */
  color: #fff;
}

/*————————————————————————————————————————————————————————————————————————————
 common style setting css
————————————————————————————————————————————————————————————————————————————*/
/* = coloro common setting
----------------------------------------------------------------------------- */
/** font-color **/
/** link-color **/
/** background-color **/
/** line-color **/
/** bg image setting **/
/* = sp_contents commoon setting
----------------------------------------------------------------------------- */
/* = ベンダープレフィックスを自動で付与する
----------------------------------------------------------------------------- */
/* = contents setting
----------------------------------------------------------------------------- */
#wrapper {
  width: 100%;
  padding-top: 61px;
}

#wrapper .contents_inside {
  width: 95%;
  padding: 0 2.5%;
}

#wrapper .contents_inside .contents_box {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
  border-bottom: dotted .25pt;
  border-color: #C4c4c4;
}

#wrapper .contents_inside .contents_box:last-child {
  border: none;
}

#wrapper img {
  width: 90%;
  margin: 5px 5%;
}

/* = Title setting
----------------------------------------------------------------------------- */
.main_title h1, .main_title h2 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: initial;
  padding: 15px 0 7.5px;
  margin-bottom: 7.5px;
  border-bottom: solid 2pt;
  border-color: #1d90cf;
  padding-left: 15px !important;
}

.main_title ul {
  padding: 25px 0 0 0;
  margin-bottom: 25px;
  display: block;
}

.main_title ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.main_title ul li {
  float: left;
  padding: 0 15px;
  text-align: center;
  border-left-color: #C4c4c4;
  border-left-style: solid;
  border-left-width: .5pt;
  font-size: .75em;
  margin-bottom: 5px;
}

.main_title ul li a {
  text-decoration: underline;
}

.main_title ul li a:hover {
  text-decoration: none;
  color: #1d90cf;
}

.main_title ul li a:before {
  content: "▼";
}

.main_title ul li:last-child {
  border-right-color: #C4c4c4;
  border-right-style: solid;
  border-right-width: .5pt;
}

.sub_title h1, .sub_title h2, .sub_title h3, .sub_title h4 {
  font-size: 1.45em;
  line-height: initial;
  border-left: solid 4pt;
  border-color: #C4c4c4;
  padding-left: 12px;
  margin-bottom: 15px;
}

.sub_title p {
  text-align: justify;
}

/* = Contents image setting
----------------------------------------------------------------------------- */
.contents_img {
  margin: 40px auto;
  text-align: center;
}

/* = campaign setting
----------------------------------------------------------------------------- */
.campaign_inside {
  text-align: center;
}

/*————————————————————————————————————————————————————————————————————————————
 common style setting css
————————————————————————————————————————————————————————————————————————————*/
/*————————————————————————————————————————————————————————————————————————————
 common style setting css
————————————————————————————————————————————————————————————————————————————*/
/* = coloro common setting
----------------------------------------------------------------------------- */
/** font-color **/
/** link-color **/
/** background-color **/
/** line-color **/
/** bg image setting **/
/* = sp_contents commoon setting
----------------------------------------------------------------------------- */
/* = ベンダープレフィックスを自動で付与する
----------------------------------------------------------------------------- */
/* = contents setting
----------------------------------------------------------------------------- */
#wrapper {
  width: 100%;
  padding-top: 61px;
}

#wrapper .contents_inside {
  width: 95%;
  padding: 0 2.5%;
}

#wrapper .contents_inside .contents_box {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
  border-bottom: dotted .25pt;
  border-color: #C4c4c4;
}

#wrapper .contents_inside .contents_box:last-child {
  border: none;
}

#wrapper img {
  width: 90%;
  margin: 5px 5%;
}

/* = Title setting
----------------------------------------------------------------------------- */
.main_title h1, .main_title h2 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: initial;
  padding: 15px 0 7.5px;
  margin-bottom: 7.5px;
  border-bottom: solid 2pt;
  border-color: #1d90cf;
  padding-left: 15px !important;
}

.main_title ul {
  padding: 25px 0 0 0;
  margin-bottom: 25px;
  display: block;
}

.main_title ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.main_title ul li {
  float: left;
  padding: 0 15px;
  text-align: center;
  border-left-color: #C4c4c4;
  border-left-style: solid;
  border-left-width: .5pt;
  font-size: .75em;
  margin-bottom: 5px;
}

.main_title ul li a {
  text-decoration: underline;
}

.main_title ul li a:hover {
  text-decoration: none;
  color: #1d90cf;
}

.main_title ul li a:before {
  content: "▼";
}

.main_title ul li:last-child {
  border-right-color: #C4c4c4;
  border-right-style: solid;
  border-right-width: .5pt;
}

.sub_title h1, .sub_title h2, .sub_title h3, .sub_title h4 {
  font-size: 1.45em;
  line-height: initial;
  border-left: solid 4pt;
  border-color: #C4c4c4;
  padding-left: 12px;
  margin-bottom: 15px;
}

.sub_title p {
  text-align: justify;
}

/* = Contents image setting
----------------------------------------------------------------------------- */
.contents_img {
  margin: 40px auto;
  text-align: center;
}

/* = campaign setting
----------------------------------------------------------------------------- */
.campaign_inside {
  text-align: center;
}

/* = Global menu setting
----------------------------------------------------------------------------- */
#global_setting {
  background-color: #fff;
  border-bottom: solid .5pt;
  border-color: #C4c4c4;
  width: 100%;
  position: fixed;
  z-index: 10000;
}

#global_setting header, #global_setting nav {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

#global_setting nav {
  height: 100vh;
  overflow: scroll;
}

#global_setting ul.header_box {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding-top: 6px;
  height: 55px;
  /* header h1 setting */
  /* header global logo setting */
  /* header menu setting */
}

#global_setting ul.header_box li {
  display: table-cell;
  vertical-align: top;
}

#global_setting ul.header_box li:nth-child(1) {
  visibility: collapse;
  width: 0;
  line-height: 0;
}

#global_setting ul.header_box li:nth-child(1) h1 {
  visibility: collapse;
}

#global_setting ul.header_box li:nth-child(2) {
  padding: 0 2%;
}

#global_setting ul.header_box li:nth-child(2) figure {
  text-align: left;
  padding-top: 4.5%;
}

#global_setting ul.header_box li:nth-child(2) figure a {
  display: block;
}

#global_setting ul.header_box li:nth-child(2) figure a img {
  width: 80%;
}

#global_setting ul.header_box li:nth-child(3) {
  text-align: right;
  padding-right: 4%;
  vertical-align: middle;
}

#global_setting ul.header_box li:nth-child(3) ul {
  display: none;
}

/* = sp menu setting
----------------------------------------------------------------------------- */
.sp_menu_global button {
  width: 33px;
  height: 33px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: block;
  float: right;
  color: #C4c4c4;
  border: solid 1pt;
  background-color: #fff;
  background-image: url(/img/common/sp-menu.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 14px;
}

/* = drop menu setting
----------------------------------------------------------------------------- */
.pc_header_nav_btn {
  display: none !important;
}

header nav {
  position: absolute;
  z-index: 100000;
  top: 0;
  display: none;
  height: 100vh;
  /* icon design setting*/
}

header nav #sp_dropmenu_title {
  background-color: #576065;
  width: 100%;
  position: fixed;
}

header nav #sp_dropmenu_title p {
  color: #fff;
}

header nav #sp_dropmenu_title p:nth-child(1) {
  position: absolute;
  z-index: 1000000;
  padding: 2.5% 0 0 2.5%;
}

header nav #sp_dropmenu_title p:nth-child(1) button {
  width: 32px;
  height: 32px;
  border: none;
  background-color: initial;
  background-image: url(/img/common/top-arrow-w.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 14px;
}

header nav #sp_dropmenu_title p:nth-child(2) {
  text-align: center;
  display: block;
  position: relative;
  clear: both;
  line-height: 3em;
  padding: 1%;
}

header nav #sp_dropmenu_title p a.sp_menu_close {
  display: block;
  color: #fff;
}

header nav #sp_dropmenu_title p a.sp_menu_close .sp_menu_close
a:link {
  display: block;
  color: #fff;
}

header nav #dropmenu {
  padding: 0 5%;
  overflow-y: scroll;
  padding-top: 9vh;
  /* ▼ SP専用サブ nav setting */
  /*————————————————————————————————————————————————————————————————————————————*/
}

header nav #dropmenu li {
  /* ▼ Header nav animation setting */
  /*————————————————————————————————————————————————————————————————————————————*/
  border-color: #C4c4c4 !important;
  border-bottom: solid .5pt;
}

header nav #dropmenu li:nth-child(1) {
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-position-x: 0;
  background-position-y: 5px;
  background-size: 30px;
  background-image: url(/img/common/icon_top.png);
  padding-left: 13.5%;
}

header nav #dropmenu li:nth-child(2) {
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-position-x: 0;
  background-position-y: 5px;
  background-size: 30px;
  background-image: url(/img/common/icon_strength.png);
  padding-left: 13.5%;
}

header nav #dropmenu li:nth-child(2) a {
  background-image: url(/img/common/right-arrow.png);
  background-repeat: no-repeat;
  background-position: right 50%;
  background-position-x: right;
  background-position-y: 50%;
}

header nav #dropmenu li:nth-child(3) {
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-position-x: 0;
  background-position-y: 5px;
  background-size: 30px;
  background-image: url(/img/common/icon_service.png);
  padding-left: 13.5%;
}

header nav #dropmenu li:nth-child(3) a {
  background-image: url(/img/common/right-arrow.png);
  background-repeat: no-repeat;
  background-position: right 50%;
  background-position-x: right;
  background-position-y: 50%;
}

header nav #dropmenu li:nth-child(3) .dorpmenu_service dl:last-child {
  display: none;
}

header nav #dropmenu li:nth-child(4) {
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-position-x: 0;
  background-position-y: 5px;
  background-size: 30px;
  background-image: url(/img/common/icon_solution.png);
  padding-left: 13.5%;
}

header nav #dropmenu li:nth-child(4) a {
  background-image: url(/img/common/right-arrow.png);
  background-repeat: no-repeat;
  background-position: right 50%;
  background-position-x: right;
  background-position-y: 50%;
}

header nav #dropmenu li:nth-child(4) .dorpmenu_solution dl:last-child {
  display: none;
}

header nav #dropmenu li:nth-child(5) {
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-position-x: 0;
  background-position-y: 5px;
  background-size: 30px;
  background-image: url(/img/common/icon_purpose.png);
  padding-left: 13.5%;
}

header nav #dropmenu li:nth-child(5) a {
  background-image: url(/img/common/right-arrow.png);
  background-repeat: no-repeat;
  background-position: right 50%;
  background-position-x: right;
  background-position-y: 50%;
}

header nav #dropmenu li:nth-child(6) {
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-position-x: 0;
  background-position-y: 5px;
  background-size: 30px;
  background-image: url(/img/common/icon_case.png);
  padding-left: 13.5%;
}

header nav #dropmenu li:nth-child(7) {
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-position-x: 0;
  background-position-y: 5px;
  background-size: 30px;
  background-image: url(/img/common/icon_support.png);
  padding-left: 13.5%;
}

header nav #dropmenu li:nth-child(7) a {
  background-image: url(/img/common/right-arrow.png);
  background-repeat: no-repeat;
  background-position: right 50%;
  background-position-x: right;
  background-position-y: 50%;
}

header nav #dropmenu li a {
  color: #5E6162;
  display: block;
  line-height: 3.0em;
}

header nav #dropmenu li a:link {
  color: #5E6162;
  display: block;
}

header nav #dropmenu li ul#header_menu_sp_01,
header nav #dropmenu li ul#header_menu_sp_02,
header nav #dropmenu li ul#header_menu_sp_03,
header nav #dropmenu li ul#header_menu_sp_04,
header nav #dropmenu li ul#header_menu_sp_05 {
  display: none;
}

header nav #dropmenu li ul#header_menu_sp_01 li,
header nav #dropmenu li ul#header_menu_sp_02 li,
header nav #dropmenu li ul#header_menu_sp_03 li,
header nav #dropmenu li ul#header_menu_sp_04 li,
header nav #dropmenu li ul#header_menu_sp_05 li {
  background: none;
  padding: 0;
}

header nav #dropmenu li ul#header_menu_sp_01 li a:link,
header nav #dropmenu li ul#header_menu_sp_02 li a:link,
header nav #dropmenu li ul#header_menu_sp_03 li a:link,
header nav #dropmenu li ul#header_menu_sp_04 li a:link,
header nav #dropmenu li ul#header_menu_sp_05 li a:link {
  background: none;
}

header nav #dropmenu li ul#header_menu_sp_01 li:last-child,
header nav #dropmenu li ul#header_menu_sp_02 li:last-child,
header nav #dropmenu li ul#header_menu_sp_03 li:last-child,
header nav #dropmenu li ul#header_menu_sp_04 li:last-child,
header nav #dropmenu li ul#header_menu_sp_05 li:last-child {
  border: none !important;
}

header nav #dropmenu li ul#header_menu_sp_04 li dl:nth-child(2) {
  display: none;
}

header nav #dropmenu #sp_doropmenu_sub {
  border: none !important;
}

header nav #dropmenu #sp_doropmenu_sub .sp_doropmenu_sub_inside {
  margin: 15px 0;
}

header nav #dropmenu #sp_doropmenu_sub .sp_doropmenu_sub_inside ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-color: #C4c4c4 !important;
  border: solid .5pt;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-top: none;
}

header nav #dropmenu #sp_doropmenu_sub .sp_doropmenu_sub_inside ul li, header nav #dropmenu #sp_doropmenu_sub .sp_doropmenu_sub_inside ul a {
  border: none;
  background: none;
  padding: 0;
}

header nav #dropmenu #sp_doropmenu_sub .sp_doropmenu_sub_inside ul li {
  display: table-cell;
  text-align: center;
}

header nav #dropmenu #sp_doropmenu_sub .sp_doropmenu_sub_inside ul li:nth-child(even) {
  border-top-color: #C4c4c4;
  border-left: solid .5pt;
}

header nav #dropmenu #sp_doropmenu_sub .sp_doropmenu_sub_inside ul:nth-child(1) {
  border-top-color: #C4c4c4;
  border: solid .5pt;
}

/* =  お問い合わせ帯設定 CSS 
----------------------------------------------------------------------------- */
.contact-band_wrap {
  background-color: #dbe7ea;
  padding: 40px 2.5%;
}

.contact-band_wrap .contact-band_inside {
  margin: 0 auto;
}

.contact-band_wrap .contact-band_inside div.contact-band-tel_wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.contact-band_wrap .contact-band_inside div.contact-band-tel_wrap a {
  width: 100%;
  font-size: 2em;
  font-weight: bold;
  cursor: text;
  color: #529c10;
}

.contact-band_wrap .contact-band_inside div.contact-band-tel_wrap a i {
  color: #529c10;
  margin-right: 10px;
}

.contact-band_wrap .contact-band_inside div.contact-band-tel_wrap a:hover {
  color: #529c10;
}

.contact-band_wrap .contact-band_inside div.contact-band-tel_wrap p {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.contact-band_wrap .contact-band_inside div.contact-band-mail_wrap, .contact-band_wrap .contact-band_inside div.contact-band-form_wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-band_wrap .contact-band_inside div.contact-band-mail_wrap a, .contact-band_wrap .contact-band_inside div.contact-band-form_wrap a {
  display: block;
  background: #47a00f;
  padding: 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px #C4c4c4;
          box-shadow: 1px 1px 3px #C4c4c4;
}

.contact-band_wrap .contact-band_inside div.contact-band-mail_wrap a:hover, .contact-band_wrap .contact-band_inside div.contact-band-form_wrap a:hover {
  opacity: 0.5;
}

.contact-band_wrap .contact-band_inside div.contact-band-mail_wrap a span, .contact-band_wrap .contact-band_inside div.contact-band-form_wrap a span {
  display: block;
  text-align: center;
  color: #fff;
}

.contact-band_wrap .contact-band_inside div.contact-band-mail_wrap a span:first-child, .contact-band_wrap .contact-band_inside div.contact-band-form_wrap a span:first-child {
  font-size: 1.25em;
}

.contact-band_wrap .contact-band_inside div.contact-band-mail_wrap a span:last-child, .contact-band_wrap .contact-band_inside div.contact-band-form_wrap a span:last-child {
  font-size: 0.85em;
}

.contact-band_wrap .contact-band_inside div.contact-band-mail_wrap {
  margin-bottom: 5px;
}

/* =  お問い合わせ設定 CSS 
----------------------------------------------------------------------------- */
.contact_box {
  width: 100%;
  background-color: #dbe7ea;
  padding: 50px 0;
}

.contact_box .contact_box_inside {
  width: 100%;
  margin: 0 auto;
}

.contact_box .contact_box_inside .contact_box_inside_title {
  width: 94%;
  margin: 3% auto;
}

.contact_box .contact_box_inside .contact_box_inside_title h2,
.contact_box .contact_box_inside .contact_box_inside_title h3,
.contact_box .contact_box_inside .contact_box_inside_title h4,
.contact_box .contact_box_inside .contact_box_inside_title p {
  text-align: center;
  font-size: .75em;
}

.contact_box .contact_box_inside .contact_box_inside_title h2,
.contact_box .contact_box_inside .contact_box_inside_title h3,
.contact_box .contact_box_inside .contact_box_inside_title h4 {
  font-size: 1.75em;
  padding-bottom: 15px;
  font-weight: normal;
}

.contact_box .contact_box_inside .contact_box_inside_title h2:before, .contact_box .contact_box_inside .contact_box_inside_title h2:after,
.contact_box .contact_box_inside .contact_box_inside_title h3:before,
.contact_box .contact_box_inside .contact_box_inside_title h3:after,
.contact_box .contact_box_inside .contact_box_inside_title h4:before,
.contact_box .contact_box_inside .contact_box_inside_title h4:after {
  content: "-";
  padding: 0 15px;
}

.contact_box .contact_box_inside .contact_box_inside_button {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-spacing: 15px 0;
  margin-top: 25px;
}

.contact_box .contact_box_inside .contact_box_inside_button section {
  display: list-item;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.contact_box .contact_box_inside .contact_box_inside_button section a {
  width: 100%;
  background-color: #47a00f;
  display: block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px #C4c4c4;
          box-shadow: 1px 1px 3px #C4c4c4;
  padding: 16px 0;
}

.contact_box .contact_box_inside .contact_box_inside_button section a .contact_box_inside_button_set h3,
.contact_box .contact_box_inside .contact_box_inside_button section a .contact_box_inside_button_set h4,
.contact_box .contact_box_inside .contact_box_inside_button section a .contact_box_inside_button_set h5,
.contact_box .contact_box_inside .contact_box_inside_button section a .contact_box_inside_button_set p {
  color: #fff;
  text-align: center;
}

.contact_box .contact_box_inside .contact_box_inside_button section a .contact_box_inside_button_set h3,
.contact_box .contact_box_inside .contact_box_inside_button section a .contact_box_inside_button_set h4,
.contact_box .contact_box_inside .contact_box_inside_button section a .contact_box_inside_button_set h5 {
  font-size: 1.45em;
  font-weight: normal;
  line-height: 1.75em;
}

.contact_box .contact_box_inside .contact_box_inside_button section a .contact_box_inside_button_set p {
  font-size: 0.75em;
}

.contact_box .contact_box_inside .contact_box_inside_button section:last-child {
  margin-bottom: 0;
}

.contact_box .contact_box_inside .contact_phone_box {
  text-align: center;
  width: 90%;
  border: solid 1pt;
  border-color: #C4c4c4;
  margin: 25px auto 0 auto;
  padding: 25px 0;
}

.contact_box .contact_box_inside .contact_phone_box .sp_phone {
  margin-top: 10px;
  text-align: center;
}

.contact_box .contact_box_inside .contact_phone_box h3,
.contact_box .contact_box_inside .contact_phone_box h4,
.contact_box .contact_box_inside .contact_phone_box h5,
.contact_box .contact_box_inside .contact_phone_box p {
  text-align: center;
}

.contact_box .contact_box_inside .contact_phone_box span {
  font-size: 2.0em;
  color: #529c10;
  padding-left: 15px;
  text-align: center;
}

.contact_box .contact_box_inside .contact_phone_box span a {
  color: #529c10;
  text-align: center;
}

.contact_box .contact_box_inside .contact_phone_box p {
  font-size: .75em;
}

/* =  Pmarki CSS 
----------------------------------------------------------------------------- */
.p_mark {
  width: 100%;
}

.p_mark .p_mark_inside {
  width: 90%;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}

.p_mark .p_mark_inside dl {
  display: list-item;
  padding: 5px 0;
}

.p_mark .p_mark_inside dl dt, .p_mark .p_mark_inside dl dd {
  display: table-cell;
  vertical-align: middle;
}

.p_mark .p_mark_inside dl dd {
  padding: 0 15px;
  padding-left: 25px;
  font-size: .85em;
}

/* = footer menu setting
----------------------------------------------------------------------------- */
footer {
  width: 100%;
  /* ▼ footer nav setting */
  /*————————————————————————————————————————————————————————————————————————————*/
  /* ▼ footer bottom setting */
  /*————————————————————————————————————————————————————————————————————————————*/
}

footer nav {
  width: 100%;
  background-color: #f7f8ff;
  border-top: solid .5pt;
  border-bottom: solid .5pt;
  border-color: #C4c4c4;
  margin: 5px 0;
  /* ▼ footer nav bottan setting */
  /*————————————————————————————————————————————————————————————————————————————*/
  /* ▼ footer nav link setting */
  /*————————————————————————————————————————————————————————————————————————————*/
  /* ▼ footer nav animation setting */
  /*————————————————————————————————————————————————————————————————————————————*/
}

footer nav ul:nth-child(1) li:first-child {
  height: 40px;
  border-bottom: solid .5pt;
  border-color: #C4c4c4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

footer nav ul:nth-child(2) li:last-child ul li {
  height: 40px;
  border-bottom: solid .5pt;
  border-color: #C4c4c4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: block;
}

footer nav ul:nth-child(2) li:last-child ul li:last-child {
  border: none;
}

footer nav dl {
  width: 95%;
  padding: 0 2.5%;
}

footer nav dl dt {
  height: 100%;
  display: block;
  line-height: 3em;
}

footer nav dl dt a {
  width: 100%;
  height: 100%;
  display: block;
}

footer nav a, footer nav a:hover {
  color: #5E6162;
}

footer nav .pc_footer_nav_btn {
  display: none;
}

footer nav #footer_nav_sp_01,
footer nav #footer_nav_sp_02,
footer nav #footer_nav_sp_03,
footer nav #footer_nav_sp_04 {
  background-image: url(/img/common/right-arrow.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right;
}

footer nav #footer_menu_sp_01,
footer nav #footer_menu_sp_02,
footer nav #footer_menu_sp_03,
footer nav #footer_menu_sp_04 {
  display: none;
}

footer nav #footer_menu_sp_01 dl,
footer nav #footer_menu_sp_02 dl,
footer nav #footer_menu_sp_03 dl,
footer nav #footer_menu_sp_04 dl {
  background-color: #576065;
}

footer nav #footer_menu_sp_01 dl dd,
footer nav #footer_menu_sp_02 dl dd,
footer nav #footer_menu_sp_03 dl dd,
footer nav #footer_menu_sp_04 dl dd {
  height: 30px;
  line-height: 30px;
  background-image: url(/img/common/minus-white.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 24px;
  background-size: 6px;
}

footer nav #footer_menu_sp_01 dl dd a,
footer nav #footer_menu_sp_02 dl dd a,
footer nav #footer_menu_sp_03 dl dd a,
footer nav #footer_menu_sp_04 dl dd a {
  color: #fff;
  display: block;
}

footer nav #footer_menu_sp_01 dl:last-child dd:last-child {
  border: none;
}

footer nav #footer_menu_sp_02 dl dd:last-child,
footer nav #footer_menu_sp_03 dl dd:last-child,
footer nav #footer_menu_sp_04 dl dd:last-child {
  border: none;
}

footer nav #footer_menu_sp_02 {
  height: 120px;
}

footer ul#footer_bottom {
  width: 100%;
}

footer ul#footer_bottom li:first-child {
  margin-bottom: 5px;
}

footer ul#footer_bottom li:first-child ul {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-bottom: solid .5pt;
  border-color: #C4c4c4;
}

footer ul#footer_bottom li:first-child ul li:first-child {
  margin-bottom: 0;
}

footer ul#footer_bottom li:first-child ul li {
  width: 50%;
  float: left;
  border-top: solid .5pt;
  border-color: #C4c4c4;
  text-align: center;
  display: block;
  line-height: 3.00em;
  font-size: .90em;
}

footer ul#footer_bottom li:first-child ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #5E6162;
}

footer ul#footer_bottom li:first-child ul li:nth-child(even) {
  border-left: solid .5pt;
  border-color: #C4c4c4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

footer ul#footer_bottom li:first-child ul li:nth-child(2) {
  padding: 0;
  color: initial;
  background-color: initial;
}

footer ul#footer_bottom li:first-child ul li:last-child {
  padding: 0;
}

footer ul#footer_bottom li:nth-child(2) {
  text-align: center;
  font-size: .75em;
  padding: 25px 0;
  color: #fff;
  background-color: #1d90cf;
}
/*# sourceMappingURL=sp_module_common.css.map */