@charset "UTF-8";
/*----------------------------------------------------

	読み込み専用のマスターファイルです。
	このファイルに直接スタイルを書き込まないでください。

----------------------------------------------------*/
/*--------------------------
	Bourbon (Mixin集)
	Sassのフレームワークです。
	フレームワークと言っても難しいものではなく、
	便利なMixinをまとめただけのシンプルなものになります。
	詳しくは公式ドキュメントを参照してください。
	公式ドキュメント http://bourbon.io/docs/
--------------------------*/
/*--------------------------
	setting
--------------------------*/
/*----------------------------------------------------

	font-familyの一覧ファイルです。
	基本変更することはありません。

----------------------------------------------------*/
/*----------------------------------------------------

	サイトの基本設定のファイルです。
	最初の設定以外、基本変更することはありません。

----------------------------------------------------*/
/*--------------------------
	フォントの設定
--------------------------*/
/*--------------------------
	カラーの設定
--------------------------*/
/*--------------------------
	レイアウトの設定
--------------------------*/
/*--------------------------
	レスポンシブの設定
--------------------------*/
/*--------------------------
	libs
--------------------------*/
/*----------------------------------------------------

	自作関数をまとめたファイルです。
	基本的に変更することはありません。
	自作関数を追加したい場合、_functions_●●.scssという
	別ファイルを生成し、追加してください。

----------------------------------------------------*/
/*----------------------------------------------------

	Mixinをまとめたファイルです。
	基本的に変更することはありません。
	Mixinを追加したい場合、_mixin_●●.scssという
	別ファイルを生成し、追加してください。

----------------------------------------------------*/
/*--------------------------
	センター配置
--------------------------*/
/*--------------------------
	レスポンシブ関連
--------------------------*/
/*--------------------------
	utility
--------------------------*/
/*----------------------------------------------------

	汎用クラスをまとめたファイルです。
	基本的に変更することはありません。
	汎用クラスを追加したい場合、_utility_●●.scssという
	別ファイルを生成し、追加してください。

	命名規則として、クラス名の頭に 
	u-* (utilityのu)という接頭辞をつけることを推奨します。

----------------------------------------------------*/
.u-align-l {
  text-align: left;
}

.u-align-c {
  text-align: center;
}

.u-align-r {
  text-align: right;
}

/*--------------------------
	padding margin 調整用
--------------------------*/
.u-mt120 {
  margin-top: 120px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-pt120 {
  padding-top: 120px !important;
}

.u-pb120 {
  padding-bottom: 120px !important;
}

.u-mt105 {
  margin-top: 105px !important;
}

.u-mb105 {
  margin-bottom: 105px !important;
}

.u-pt105 {
  padding-top: 105px !important;
}

.u-pb105 {
  padding-bottom: 105px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/*----------------------------------------------------

	リセットCSS調整ファイルです。
	リセットCSSを調整、カスタマイズしたい場合に編集します。

----------------------------------------------------*/
/* ====================================================

	EXAMPLES FONT-SIZE
	------------------
	 77% = 9px
	 85% = 10px
	 93% = 11px
	100% = 12px
	108% = 13px
	116% = 14px
	124% = 15px
	131% = 16px
	139% = 17px
	147% = 18px
	154% = 19px
	162% = 20px
	170% = 21px
	177% = 22px
	185% = 23px
	193% = 24px
	200% = 25px
	---------------

====================================================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 52.5%;
  }
}

body {
  *font-size: small;
  *font: x-small;
  _font-size: 14px;
}

ul, li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

/*----------------------------------------------------

	初期設定を行うファイルです。
	デフォルトの設定を行う時以外、基本的に編集することはありません。

----------------------------------------------------*/
body {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}

.wrap {
  overflow: hidden;
  position: relative;
}

img {
  max-height: 100%;
  max-width: 100%;
}

/*--------------------------
	Layout
--------------------------*/
/*----------------------------------------------------

	レイアウト設定のファイルです。
	グリッドレイアウトのスタイルをまとめています。
	基本的には編集することはありません。

	命名規則として、クラス名の頭に 
	l-* (Layoutのl)という接頭辞をつけることを推奨します。

----------------------------------------------------*/
/*--------------------------
	グリッドシステム
--------------------------*/
.l-grid:after {
  clear: both;
  content: "";
  display: block;
}
.l-grid_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 16.667%;
}
.l-grid_item-1 {
  width: 8.33%;
}
.l-grid_item-2 {
  width: 16.667%;
}
.l-grid_item-3 {
  width: 25%;
}
.l-grid_item-4 {
  width: 33.333%;
}
.l-grid_item-5 {
  width: 41.666%;
}
.l-grid_item-6 {
  width: 50%;
}
.l-grid_item-7 {
  width: 58.333%;
}
.l-grid_item-8 {
  width: 66.666%;
}
.l-grid_item-9 {
  width: 75%;
}
.l-grid_item-10 {
  width: 83.33%;
}
.l-grid_item-11 {
  width: 91.666%;
}
.l-grid_item-12 {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-grid_item-1-tab {
    width: 8.33%;
  }
}
@media screen and (max-width: 1200px) {
  .l-grid_item-2-tab {
    width: 16.667%;
  }
}
@media screen and (max-width: 1200px) {
  .l-grid_item-3-tab {
    width: 25%;
  }
}
@media screen and (max-width: 1200px) {
  .l-grid_item-4-tab {
    width: 33.333%;
  }
}
@media screen and (max-width: 1200px) {
  .l-grid_item-5-tab {
    width: 41.666%;
  }
}
@media screen and (max-width: 1200px) {
  .l-grid_item-6-tab {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .l-grid_item-7-tab {
    width: 58.333%;
  }
}
@media screen and (max-width: 1200px) {
  .l-grid_item-8-tab {
    width: 66.666%;
  }
}
@media screen and (max-width: 1200px) {
  .l-grid_item-9-tab {
    width: 75%;
  }
}
@media screen and (max-width: 1200px) {
  .l-grid_item-10-tab {
    width: 83.33%;
  }
}
@media screen and (max-width: 1200px) {
  .l-grid_item-11-tab {
    width: 91.666%;
  }
}
@media screen and (max-width: 1200px) {
  .l-grid_item-12-tab {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-1-sp {
    width: 8.33%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-2-sp {
    width: 16.667%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-3-sp {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-4-sp {
    width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-5-sp {
    width: 41.666%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-6-sp {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-7-sp {
    width: 58.333%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-8-sp {
    width: 66.666%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-9-sp {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-10-sp {
    width: 83.33%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-11-sp {
    width: 91.666%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid_item-12-sp {
    width: 100%;
  }
}
.l-grid.l-gutter-s {
  margin-left: -5px;
  margin-right: -5px;
}
.l-grid.l-gutter-s > .l-grid_item {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.l-grid.l-gutter-m {
  margin-left: -15px;
  margin-right: -15px;
}
.l-grid.l-gutter-m > .l-grid_item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.l-grid.l-gutter-l {
  margin-left: -30px;
  margin-right: -30px;
}
.l-grid.l-gutter-l > .l-grid_item {
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .l-grid.l-gutter-s-tab {
    margin-left: -5px;
    margin-right: -5px;
  }
  .l-grid.l-gutter-s-tab > .l-grid_item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .l-grid.l-gutter-m-tab {
    margin-left: -15px;
    margin-right: -15px;
  }
  .l-grid.l-gutter-m-tab > .l-grid_item {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .l-grid.l-gutter-l-tab {
    margin-left: -30px;
    margin-right: -30px;
  }
  .l-grid.l-gutter-l-tab > .l-grid_item {
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-grid.l-gutter-s-sp {
    margin-left: -5px;
    margin-right: -5px;
  }
  .l-grid.l-gutter-s-sp > .l-grid_item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .l-grid.l-gutter-m-sp {
    margin-left: -15px;
    margin-right: -15px;
  }
  .l-grid.l-gutter-m-sp > .l-grid_item {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-grid.l-gutter-l-sp {
    margin-left: -30px;
    margin-right: -30px;
  }
  .l-grid.l-gutter-l-sp > .l-grid_item {
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*----------------------------------------------------

	レイアウト設定のファイルです。
	レイアウトに関する汎用性の高いスタイルをまとめています。
	基本的には編集することはありません。

	命名規則として、クラス名の頭に 
	l-* (Layoutのl)という接頭辞をつけることを推奨します。

----------------------------------------------------*/
/*--------------------------

--------------------------*/
.l-inner {
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 1200px) {
  .l-inner {
    width: 95%;
  }
}

.l-pos-relative {
  position: relative;
}

.l-pos-center {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.l-clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

/*----------------------------------------------------

	レイアウト設定のファイルです。
	ヘッダー、フッター、メインコンテンツ、サイドバーなどの構成の大枠や
	レイアウトに関するスタイルを設定します。

	命名規則として、クラス名の頭に 
	l-* (Layoutのl)という接頭辞をつけることを推奨します。

----------------------------------------------------*/
.l-header {
  width: 100%;
  z-index: 99999;
}
.l-header .l-header_top_inner:after {
  clear: both;
  content: "";
  display: block;
}
.l-header .l-header_top_left {
  float: left;
}
.l-header .l-header_top_right {
  float: right;
}
.l-header .l-header_inner {
  position: relative;
  height: 85px;
}
.l-header .l-header_inner:after {
  clear: both;
  content: "";
  display: block;
}
.l-header .l-header_left {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.l-header .l-header_right {
  float: right;
}
.l-header .l-header_logoArea {
  padding-left: 15px;
}
.l-header .l-header_logoArea:after {
  clear: both;
  content: "";
  display: block;
}
.l-header .l-header_logoArea .l-header_logo {
  float: left;
}
.l-header .l-header_logoArea .l-header_gmLogo {
  float: left;
  margin-left: 30px;
}
.l-header .l-header_hmbBtn {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.l-header.l-header-fixed {
  position: fixed;
  top: -85px;
  left: 0;
  transition: all 0.35s;
}
.l-header.l-header-fixed.active {
  top: 0;
}
@media screen and (max-width: 1200px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .l-header.l-header-fixed {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header .l-header_inner {
    height: 75px;
  }
  .l-header .l-header_logoArea {
    padding-left: 5px;
  }
  .l-header .l-header_logoArea .l-header_logo {
    height: 35px;
  }
  .l-header .l-header_logoArea .l-header_gmLogo {
    height: 36px;
    margin-left: 10px;
  }
  .l-header .l-header_hmbBtn {
    right: 15px;
  }
}
@media screen and (max-width: 440px) {
  .l-header .l-header_logoArea .l-header_gmLogo {
    /*display: none;*/
  }
}

/*--------------------------
	module
--------------------------*/
/*----------------------------------------------------

	汎用的なモジュールの設定ファイルです。
	再利用可能なモジュールはここで設定してください。

----------------------------------------------------*/
img {
  vertical-align: middle;
}

.wrap {
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .wrap {
    padding-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-top: 75px;
  }
}

/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/
.header {
  background: #FFF;
}
.header .header_top_memu {
  font-size: 14px;
}
.header .header_top_memu:after {
  clear: both;
  content: "";
  display: block;
}
.header .header_top_memu li {
  float: left;
  padding: 0 7.5px;
}
.header .header_top_memuList.header_top_memuList-arrow:before {
  content: "\f0da";
  font-family: "FontAwesome";
  padding-right: 5px;
}
.header .header_top {
  background: #000;
  color: #FFF;
  padding: 2.5px 7.5px;
}
.header .header_desc {
  font-size: 14px;
}
/*----------------------------------------------------
  フッター
----------------------------------------------------*/
.footer {
  text-align: center;
}

.footerContact {
  background: #3b7cbf;
  color: #FFF;
  padding: 45px 0;
}
.footerContact .fc_tit {
  font-size: 24px;
  margin-bottom: 30px;
}
.footerContact .fc_body:after {
  clear: both;
  content: "";
  display: block;
}
.footerContact .fc_address {
  float: left;
  text-align: left;
}
.footerContact .fc_tel {
  float: left;
  padding: 0 10px;
}
.footerContact .fc_btn {
  float: left;
}
@media screen and (max-width: 1200px) {
  .footerContact .fc_address {
    float: none;
    text-align: center;
  }
  .footerContact .fc_tel {
    float: none;
    margin: 15px 0;
  }
  .footerContact .fc_btn {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .footerContact .fc_tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.footerMenu {
  background: #f5f5f5;
  padding: 45px 0;
  text-align: left;
}
.footerMenu .fm_logo {
  margin-bottom: 30px;
}
.footerMenu .fm_menu li {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
.footerMenu .fm_menuChild {
  padding: 15px 0;
}
.footerMenu .fm_menuChild li {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 7.5px;
}
@media screen and (max-width: 1200px) {
  .footerMenu .fm_head {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footerMenu .fm_head {
    margin-bottom: 30px;
  }
  .footerMenu .fm_menu li {
    font-size: 12px;
  }
  .footerMenu .fm_menuChild li {
    font-size: 12px;
  }
}

.footerSubMenu {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.footerSubMenu .fsm_inner:after {
  clear: both;
  content: "";
  display: block;
}
.footerSubMenu .FooterSubmenu_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footerSubMenu .FooterSubmenu_box {
    flex-direction: column;
    justify-content: center;
  }
}
.footerSubMenu .footer_privacy {
  width: 355px;
  display: flex;
  align-items: center;
  float: left;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .footerSubMenu .footer_privacy {
    width: 275px;
  }
}
@media screen and (max-width: 767px) {
  .footerSubMenu .footer_privacy {
    width: auto;
    margin: auto;
    justify-content: center;
  }
}
.footerSubMenu .footer_privacy-img {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .footerSubMenu .footer_privacy-img {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .footerSubMenu .footer_privacy-img {
    width: 20%;
  }
}
.footerSubMenu .footer_privacy-img img {
  width: 100%;
}
.footerSubMenu .footer_privacy > p {
  font-size: 13px;
  font-weight: 500;
  width: 75%;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .footerSubMenu .footer_privacy > p {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .footerSubMenu .footer_privacy > p {
    width: auto;
    font-size: 10px;
  }
}
.footerSubMenu .fsm_logo {
  float: left;
  width: 180px;
  margin-right: 35px;
}
.footerSubMenu .fsm_logo a {
  width: 100%;
  display: block;
}
.footerSubMenu .fsm_logo a img {
  width: 100%;
}
.footerSubMenu .fsm_menuWrap {
  float: left;
  margin-left: 4.5px;
  width: 330px;
}
.footerSubMenu .fsm_menu {
  font-size: 11px;
  margin: 0 auto;
}
.footerSubMenu .fsm_menu:after {
  clear: both;
  content: "";
  display: block;
}
.footerSubMenu .fsm_menu li {
  float: left;
}
.footerSubMenu .fsm_menu li a {
  border-right: 1px solid #000;
  display: inline-block;
  padding: 0 7.5px;
}
.footerSubMenu .fsm_menu li:first-child a {
  border-left: 1px solid #000;
}
@media screen and (max-width: 1200px) {
  .footerSubMenu .fsm_logo {
    float: none;
    margin-bottom: 7.5px;
  }
  .footerSubMenu .fsm_menuWrap {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .fsm_menuWrap {
    margin: 17px 0;
  }
}
.footerCopy {
  font-size: 14px;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .footerCopy {
    font-size: 12px;
    padding: 15px 0;
  }
}

.FooterService {
  background: #f5f5f5;
  padding-bottom: 45px;
  text-align: left;
}
.FooterService .l-inner {
  border-top: 1px #dcdcdc solid;
  padding: 45px 0;
}
.FooterService .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.FooterService .tit_sub {
  font-size: 16px;
  padding-left: 5px;
  color: #999;
  font-weight: normal;
}
.FooterService .Lists-item {
  display: inline-block;
  padding: 15px 15px 15px 0;
}
@media screen and (max-width: 1200px) {
  .FooterService {
    text-align: center;
  }
  .FooterService .tit_sub {
    display: block;
  }
  .FooterService .Lists-item {
    padding: 15px 0;
  }
}

/*----------------------------------------------------
  サブページ sectionFooter
----------------------------------------------------*/
.sectionFooter {
  padding: 45px 0;
}
.sectionFooter .sf_btns {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}

/*----------------------------------------------------
  グローバルナビ
----------------------------------------------------*/
.gNavi .gNavi_lists:after {
  clear: both;
  content: "";
  display: block;
}
.gNavi .gNavi_list {
  float: left;
  text-align: center;
}
.gNavi .gNavi_list a {
  display: block;
  padding: 0 35px;
  position: relative;
  line-height: 85px;
  height: 85px;
}
.gNavi .gNavi_list a span {
  display: block;
}
.gNavi .gNavi_list.gNavi_list-contact a {
  background: #e99f1d;
  color: #FFF;
  padding: 0;
  line-height: 1.5;
  width: 160px;
}
.gNavi .gNavi_list.gNavi_list-contact a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .gNavi .gNavi_list a {
    padding: 0 25px;
  }
}

/*----------------------------------------------------
  スマホ用 メニュー
----------------------------------------------------*/
.spMenu {
  background: rgba(59, 124, 191, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: none;
}
.spMenu .spMenu_inner {
  position: absolute;
  top: 52.5%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 67.5%;
  max-height: 340px;
}
.spMenu .spMenu_lists {
  text-align: center;
  margin-bottom: 15px;
}
.spMenu .spMenu_lists a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 10px 0;
  width: 100%;
}
.spMenu .spMenu_tel {
  text-align: center;
  margin: 0 auto;
  width: 70%;
}

/*----------------------------------------------------
  ハンバーガーメニュー
----------------------------------------------------*/
.hmbBtn {
  cursor: pointer;
  text-align: right;
  position: relative;
  height: 25px;
  width: 30px;
}
.hmbBtn .hmbBtn_hmb {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  height: 25px;
  width: 30px;
}
.hmbBtn .hmbBtn_hmb span {
  background-color: #000;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
.hmbBtn .hmbBtn_hmb span:nth-of-type(1) {
  top: 0;
}
.hmbBtn .hmbBtn_hmb span:nth-of-type(2) {
  top: 12px;
}
.hmbBtn .hmbBtn_hmb span:nth-of-type(3) {
  bottom: 0;
}
.hmbBtn.active .hmbBtn_hmb span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.hmbBtn.active .hmbBtn_hmb span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.hmbBtn.active .hmbBtn_hmb span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

/*----------------------------------------------------
  パンくず
----------------------------------------------------*/
.breadcrumb {
  padding: 30px 0;
}
.breadcrumb .breadcrumb_lists:after {
  clear: both;
  content: "";
  display: block;
}
.breadcrumb .breadcrumb_lists li {
  float: left;
}
.breadcrumb .breadcrumb_lists li:after {
  content: ">";
  display: inline-block;
  padding: 0 7.5px;
}
.breadcrumb .breadcrumb_lists li:last-child:after {
  content: none;
}
.breadcrumb .breadcrumb_lists a {
  color: #3b7cbf;
  text-decoration: underline;
}

/*----------------------------------------------------
  planContent
----------------------------------------------------*/
.planContent {
  background: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.planContent .planContent_inner {
  padding: 30px 0;
  margin: 0 auto;
  width: 95%;
}
.planContent .planContent_tit {
  margin-bottom: 15px;
}
.planContent .planContent_icon {
  margin-bottom: 15px;
}
.planContent .planContent_icon.planContent_icon_office {
  height: 145px;
}
.planContent .planContent_txt01 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}
.planContent .planContent_txt02 {
  font-size: 15px;
}
.planContent .planContent_btn {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .planContent .planContent_tit {
    height: 35px;
  }
  .planContent .planContent_icon {
    height: 120px;
  }
  .planContent .planContent_txt01 {
    font-size: 18px;
  }
}
.planContent.planContent-shadow {
  -webkit-box-shadow: 2px 4px 0 #c4d7ec;
  box-shadow: 2px 4px 0 #c4d7ec;
}

/*----------------------------------------------------
  meritContent
----------------------------------------------------*/
.meritContent {
  text-align: center;
}
.meritContent .meritContent_inner {
  padding: 30px 0;
  margin: 0 auto;
  width: 95%;
}
.meritContent .meritContent_icon {
  margin-bottom: 15px;
}
.meritContent .meritContent_tit {
  color: #3b7cbf;
  font-size: 21px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .meritContent .meritContent_icon {
    height: 150px;
  }
}

/*----------------------------------------------------
  flowContent
----------------------------------------------------*/
.flowContent {
  text-align: center;
  position: relative;
  height: 360px;
}
.flowContent .flowContent_inner {
  margin: 0 auto;
  width: 95%;
}
.flowContent .flowContent_tit {
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
.flowContent .flowContent_tit .flowContent_tit_image {
  position: relative;
  z-index: 1;
}
.flowContent .flowContent_tit .flowContent_tit_arrow {
  position: absolute;
  bottom: 37%;
  left: -78%;
  z-index: 2;
}
.flowContent .flowContent_tit .flowContent_tit_arrowAfter {
  display: none;
  position: absolute;
  bottom: 37%;
  right: -20%;
  z-index: 0;
}
.flowContent .flowContent_txt {
  text-align: left;
}
.flowContent.flowContent-01 {
  z-index: 8;
}
.flowContent.flowContent-02 {
  z-index: 7;
}
.flowContent.flowContent-03 {
  z-index: 6;
}
.flowContent.flowContent-04 {
  z-index: 5;
}
.flowContent.flowContent-05 {
  z-index: 4;
}
.flowContent.flowContent-06 {
  z-index: 3;
}
.flowContent.flowContent-07 {
  z-index: 2;
}
.flowContent.flowContent-08 {
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .flowContent.flowContent-03 .flowContent_tit_arrowAfter {
    display: block;
  }
  .flowContent.flowContent-04, .flowContent.flowContent-05 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .flowContent {
    height: 320px;
  }
  .flowContent .flowContent_txt {
    font-size: 12px;
  }
  .flowContent.flowContent-02 .flowContent_tit_arrowAfter {
    display: block;
  }
  .flowContent.flowContent-03 .flowContent_tit_arrowAfter {
    display: none;
  }
  .flowContent.flowContent-06 .flowContent_tit_arrowAfter {
    display: block;
  }
}

/*----------------------------------------------------
  exmapleContent
----------------------------------------------------*/
.exampleContent {
  margin: 120px auto 0;
  position: relative;
  max-width: 400px;
}
.exampleContent .exampleContent_image {
  -webkit-border-radius: 50% 50%;
  border-radius: 50% 50%;
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #000;
  height: 180px;
  width: 180px;
}
.exampleContent .exampleContent_tit {
  background: #3b7cbf;
  color: #FFF;
  font-size: 18px;
  padding: 90px 0 7.5px;
}
.exampleContent .exampleContent_txtArea {
  background: #fff;
  padding: 15px 7.5px;
  text-align: left;
}

/*----------------------------------------------------
  newsContent
----------------------------------------------------*/
.newsContent {
  border-bottom: 1px dotted #ddd;
  padding: 15px 0;
  text-align: left;
}
.newsContent.newsContent-last {
  border: none;
}
.newsContent:after {
  clear: both;
  content: "";
  display: block;
}
.newsContent .newsContent_date {
  float: left;
  width: 120px;
}
.newsContent .newsContent_tit {
  float: left;
}

/*----------------------------------------------------
  注釈
----------------------------------------------------*/
.annotation {
  vertical-align: top;
  font-size: 10px;
}

.annotationTxt {
  font-size: 14px;
  text-align: left;
}

/*----------------------------------------------------
  見出し
----------------------------------------------------*/
.heading01 {
  font-size: 32px;
  font-weight: normal;
}
.heading01.heading01-w {
  color: #FFF;
}
@media screen and (max-width: 1200px) {
  .heading01 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .heading01 {
    font-size: 21px;
  }
}

.heading02 {
  color: #3b7cbf;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .heading02 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .heading02 {
    font-size: 24px;
  }
}

.heading03 {
  background: #eee;
  color: #fff;
  font-size: 21px;
  font-weight: normal;
  line-height: 2;
}
.heading03.heading03-blue {
  background: #3b7cbf;
}
.heading03.heading03-yellow {
  background: #e6be45;
}
.heading03.heading03-orange {
  background: #eb8b2a;
}
.heading03.heading03-red {
  background: #ef6b61;
}
.heading03.heading03-green {
  background: #529754;
}
.heading03.heading03-purple {
  background: #765295;
}
@media screen and (max-width: 1200px) {
  .heading03 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .heading03 {
    font-size: 16px;
  }
}

.heading04 {
  font-size: 30px;
  color: #3b7cbf;
  text-align: center;
}
.heading04 span {
  display: inline-block;
  position: relative;
}
.heading04 span:before, .heading04 span:after {
  background: #3b7cbf;
  content: "";
  display: inline-block;
  height: 125%;
  width: 2px;
  position: absolute;
  top: 50%;
}
.heading04 span:before {
  left: -30px;
  -webkit-transform: translate(0, -50%) rotate(-30deg);
  -moz-transform: translate(0, -50%) rotate(-30deg);
  transform: translate(0, -50%) rotate(-30deg);
}
.heading04 span:after {
  right: -30px;
  -webkit-transform: translate(0, -50%) rotate(30deg);
  -moz-transform: translate(0, -50%) rotate(30deg);
  transform: translate(0, -50%) rotate(30deg);
}
@media screen and (max-width: 1200px) {
  .heading04 {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .heading04 {
    font-size: 16px;
  }
}

/*----------------------------------------------------
  circleTxt
----------------------------------------------------*/
.circleTxt {
  border: 2px solid #3b7cbf;
  -webkit-border-radius: 50% 50%;
  border-radius: 50% 50%;
  color: #3b7cbf;
  display: inline-block;
  font-size: 40px;
  font-weight: 500;
  line-height: 150px;
  text-align: center;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .circleTxt {
    font-size: 20px;
    line-height: 62.5px;
    width: 62.5px;
  }
}

/*----------------------------------------------------
  ボタン
----------------------------------------------------*/
.ButtonA a {
  background: #e99f1d;
  border: 1px solid #e99f1d;
  -webkit-border-radius: 30px 30px;
  border-radius: 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  display: inline-block;
  padding: 15px 60px;
  transition: 0.25s;
}
.ButtonA a:hover {
  background: #FFF;
  color: #e99f1d;
}
.ButtonA span {
  display: inline-block;
  position: relative;
}
.ButtonA span:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .ButtonA a {
    padding: 15px 0;
    max-width: 320px;
    width: 100%;
  }
}
.ButtonA.ButtonA-wb a {
  background: #fff;
  border: 1px solid #fff;
  color: #3b7cbf;
}
.ButtonA.ButtonA-wb a:hover {
  background: #3b7cbf;
  color: #fff;
}
.ButtonA.ButtonA-blue a {
  background: #3b7cbf;
  border: 1px solid #3b7cbf;
  color: #fff;
}
.ButtonA.ButtonA-blue a:hover {
  background: #FFF;
  border: 1px solid #3b7cbf;
  color: #3b7cbf;
}

.ButtonA_Input span {
  display: inline-block;
  color: #FFF;
  position: relative;
}
.ButtonA_Input span:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ButtonA_Input input {
  background: #e99f1d;
  border: 1px solid #e99f1d;
  -webkit-border-radius: 30px 30px;
  border-radius: 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 21px;
  padding: 15px 80px;
  position: relative;
  -webkit-appearance: none;
}

/*----------------------------------------------------
  リストコンテンツ
----------------------------------------------------*/
.listContent01 li:before {
  color: #eee;
  content: "●";
  padding-right: 7.5px;
}
.listContent01.listContent01-check li:before {
  content: "\f00c";
  font-family: "FontAwesome";
}
.listContent01.listContent01-blue li:before {
  color: #a1c7ec;
}
.listContent01.listContent01-yellow li:before {
  color: #eacd75;
}
.listContent01.listContent01-orange li:before {
  color: #eaa175;
}
.listContent01.listContent01-red li:before {
  color: #ffb0aa;
}
.listContent01.listContent01-green li:before {
  color: #8acc8c;
}
.listContent01.listContent01-purple li:before {
  color: #bd9cd9;
}

/*----------------------------------------------------
  テーブルコンテンツ
----------------------------------------------------*/
.tableContent01 {
  font-size: 16px;
  width: 100%;
}
.tableContent01 th, .tableContent01 td {
  padding: 10px 15px;
  vertical-align: middle;
}
.tableContent01 .tableContent01_head {
  background: #EDF6FF;
}
.tableContent01 .tableContent01_body {
  font-size: 14px;
}
.tableContent01 .tableContent01_body tr {
  border-bottom: 1px solid #bbb;
}
.tableContent01 .tableContent01_w25 {
  width: 20%;
}
.tableContent01.tableContent01-gray .tableContent01_head {
  background: #F9f9f9;
}
.tableContent01.tableContent01-L th, .tableContent01.tableContent01-L td {
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .tableContent01 {
    font-size: 14px;
  }
}

.tableContent02 {
  font-size: 16px;
  text-align: left;
  width: 100%;
}
.tableContent02 tr {
  border-bottom: 1px solid #bbb;
}
.tableContent02 tr:first-child {
  border-top: 1px solid #bbb;
}
.tableContent02 .tableContent02_tit {
  background: #F9f9f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  padding: 20px 0 20px 15px;
  vertical-align: middle;
  width: 35%;
}
.tableContent02 .tableContent02_data {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 20px 15px;
  vertical-align: middle;
}
.tableContent02 .tableContent02_annotation {
  background: #F9f9f9;
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .tableContent02 {
    font-size: 14px;
  }
}
.tableContent02.tableContent02-hwb .tableContent02_tit {
  background: none;
  color: #3b7cbf;
}

@media screen and (max-width: 1200px) {
  .tableWrap {
    position: relative;
  }
  .tableWrap:after {
    content: url(/image_common/table_arrow.png);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.25s;
  }
  .tableWrap.active:after {
    opacity: 0;
  }
  .tableWrap .tableWrap_inner {
    overflow: scroll;
  }
  .tableWrap table {
    width: 1200px;
  }
}

/*----------------------------------------------------
  アプリリスト
----------------------------------------------------*/
.appList .appList_inner {
  position: relative;
  width: 100%;
}
.appList .appList_icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  width: 32.5%;
}
.appList .appList_body {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 32.5%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.appList .appList_tit {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2.5px;
}
@media screen and (max-width: 767px) {
  .appList .appList_icon {
    width: 100%;
  }
  .appList .appList_icon img {
    max-width: 90px;
    width: 75%;
  }
  .appList .appList_body {
    text-align: center;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

/*----------------------------------------------------
  faqリスト
----------------------------------------------------*/
.faqList .faqList_inner {
  font-size: 18px;
  padding: 25px 0;
}
.faqList .faqList_q {
  margin-bottom: 7.5px;
}
.faqList .faqList_a {
  color: #3b7cbf;
}
@media screen and (max-width: 1200px) {
  .faqList .faqList_inner {
    font-size: 16px;
  }
}

/*----------------------------------------------------

	汎用的ではないモジュールの設定ファイルです。
	主に編集するファイルはこのファイルになります。

----------------------------------------------------*/
.subMv {
  background: #f0f0f0;
  text-align: center;
}
.subMv .subMv_inner {
  padding: 80px 0;
}
.subMv .subMv_tit {
  font-size: 32px;
}

.mv {
  height: 740px;
}
.mv .mv_inner {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mv .mv_vimeo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.mv .mv_filter {
  background: url("../image_common/mv_filter.png");
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.25;
  z-index: 1;
}
.mv .mv_bnr {
  bottom: 15px;
  position: absolute;
  right: 15px;
  width: 363px;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .mv .mv_vimeo iframe {
    width: 1600px;
  }
}
@media screen and (max-width: 1200px) {
  .mv {
    height: auto;
  }
  .mv .mv_vimeo {
    display: none;
  }
  .mv .mv_dolphin img {
    width: 100%;
  }
  .mv .mv_bnr {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv_bnr {
    padding: 0 8%;
    position: relative;
    right: auto;
    text-align: center;
    top: -25px;
    width: auto;
  }
}

.main.main-top .topSection.topSection-about .ts_inner {
  padding: 120px 0;
}
.main.main-top .topSection.topSection-about .ts_inner:after {
  clear: both;
  content: "";
  display: block;
}
.main.main-top .topSection.topSection-about .ts_txtArea {
  float: right;
  text-align: center;
  width: 56%;
}
.main.main-top .topSection.topSection-about .ts_imgArea {
  float: left;
  text-align: center;
  width: 42.5%;
}
.main.main-top .topSection.topSection-about .ts_tit {
  margin-bottom: 45px;
}
.main.main-top .topSection.topSection-about .ts_txt01 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.main.main-top .topSection.topSection-about .ts_txt02 {
  margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  .main.main-top .topSection.topSection-about .ts_txtArea {
    float: none;
    margin: 0 auto 30px;
    width: 95%;
  }
  .main.main-top .topSection.topSection-about .ts_imgArea {
    float: none;
    margin: 0 auto;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .main.main-top .topSection.topSection-about .ts_inner {
    padding: 15px 0 60px;
  }
  .main.main-top .topSection.topSection-about .ts_tit {
    height: 40px;
  }
  .main.main-top .topSection.topSection-about .ts_txt01 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.main.main-top .topSection.topSection-pickup {
  text-align: center;
}
.main.main-top .topSection.topSection-pickup .campaignSection {
  background: url(../image_common/bg_pattern01.png);
  padding-top: 32px;
}
.main.main-top .topSection.topSection-pickup .campaignSection .PickupContents {
  padding: 32px 0 45px;
}
@media screen and (max-width: 767px) {
  .main.main-top .topSection.topSection-pickup .campaignSection .PickupContents li {
    text-align: center;
  }
}
.main.main-top .topSection.topSection-pickup .campaignSection .PickupContents.l-inner {
  max-width: 1040px;
  width: 95%;
}
.main.main-top .topSection.topSection-plan {
  background: #3b7cbf;
}
.main.main-top .topSection.topSection-plan .ts_inner {
  text-align: center;
  padding: 120px 0;
}
.main.main-top .topSection.topSection-plan .ts_tit {
  margin-bottom: 60px;
}
.main.main-top .topSection.topSection-plan .ts_lists {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main.main-top .topSection.topSection-plan .ts_inner {
    padding: 60px 0;
  }
  .main.main-top .topSection.topSection-plan .ts_tit {
    margin-bottom: 30px;
  }
}
.main.main-top .topSection.topSection-merit .ts_inner {
  text-align: center;
  padding: 120px 0;
}
.main.main-top .topSection.topSection-merit .ts_tit {
  margin-bottom: 60px;
}
.main.main-top .topSection.topSection-merit .ts_lists {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main.main-top .topSection.topSection-merit .ts_inner {
    padding: 60px 0;
  }
  .main.main-top .topSection.topSection-merit .ts_tit {
    margin-bottom: 0px;
  }
}
.main.main-top .topSection.topSection-flow .ts_inner {
  text-align: center;
  padding: 120px 0;
}
.main.main-top .topSection.topSection-flow .ts_tit {
  margin-bottom: 30px;
}
.main.main-top .topSection.topSection-flow .ts_lists.ts_lists-02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .main.main-top .topSection.topSection-flow .ts_inner {
    padding: 60px 0;
  }
}
.main.main-top .topSection.topSection-example {
  background: #f5f5f5;
}
.main.main-top .topSection.topSection-example .ts_inner {
  text-align: center;
  padding: 120px 0;
}
.main.main-top .topSection.topSection-example .ts_tit {
  margin-bottom: 30px;
}
.main.main-top .topSection.topSection-example .ts_lists {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main.main-top .topSection.topSection-example .ts_inner {
    padding: 60px 0;
  }
}
.main.main-top .topSection.topSection-news .ts_inner {
  text-align: center;
  padding: 120px 0;
}
.main.main-top .topSection.topSection-news .ts_tit {
  margin-bottom: 30px;
}
.main.main-top .topSection.topSection-news .ts_lists {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main.main-top .topSection.topSection-news .ts_inner {
    padding: 60px 0;
  }
}

.topSection-media {
  padding-bottom: 120px;
}
.topSection-media .topSection_cap {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 45px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .topSection-media {
    padding: 0 0 50px 0;
  }
  .topSection-media .topSection_cap {
    font-size: 20px;
  }
}
.topSection-media .Section_tit {
  padding: 60px 0 30px;
  position: relative;
  font-size: 40px;
  text-align: center;
}
.topSection-media .Section_tit:before {
  content: "";
  background-image: url(../image_common/ttl_before.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 150px;
}
.topSection-media .Section_tit:after {
  content: "";
  background-image: url(../image_common/ttl_after.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 150px;
}
@media screen and (max-width: 1200px) {
  .topSection-media .Section_tit {
    font-size: 30px;
  }
  .topSection-media .Section_tit:before {
    width: 80px;
    height: 100px;
    bottom: 18px;
  }
  .topSection-media .Section_tit:after {
    width: 80px;
    height: 100px;
    bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .topSection-media .Section_tit {
    font-size: 20px;
  }
  .topSection-media .Section_tit:before {
    width: 40px;
    height: 50px;
  }
  .topSection-media .Section_tit:after {
    width: 40px;
    height: 50px;
  }
}
.topSection-media .itemR {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .topSection-media .topSection_list {
    text-align: center;
  }
}

.main.main-service .serviceSection .ss_inner {
  position: relative;
}
.main.main-service .serviceSection .ss_desc {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .main.main-service .serviceSection .ss_desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main.main-service .serviceSection .ss_desc {
    font-size: 16px;
  }
}
.main.main-service .serviceSection.serviceSection-about {
  text-align: center;
}
.main.main-service .serviceSection.serviceSection-about .ss_inner {
  padding: 30px 0 60px;
}
.main.main-service .serviceSection.serviceSection-about .ss_tit {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-outline {
  background: #edf6ff;
  text-align: center;
}
.main.main-service .serviceSection.serviceSection-outline .ss_inner {
  padding: 60px 0;
}
.main.main-service .serviceSection.serviceSection-outline .ss_tit {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-outline .ss_desc {
  margin-bottom: 15px;
}
.main.main-service .serviceSection.serviceSection-outline .ss_img01 {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-image {
  text-align: center;
}
.main.main-service .serviceSection.serviceSection-image .ss_inner {
  padding: 60px 0 0;
}
.main.main-service .serviceSection.serviceSection-image .ss_tit {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-image .ss_desc {
  margin-bottom: 15px;
}
.main.main-service .serviceSection.serviceSection-image .ss_annotation {
  text-shadow: 1px 1px 0 #fff;
  position: absolute;
  left: 0;
  bottom: 7.5px;
}
@media screen and (max-width: 1200px) {
  .main.main-service .serviceSection.serviceSection-image .ss_annotation {
    position: static;
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .main.main-service .serviceSection.serviceSection-image .ss_img01 {
    margin: 0 auto;
    width: 65%;
  }
}
.main.main-service .serviceSection.serviceSection-category {
  text-align: center;
}
.main.main-service .serviceSection.serviceSection-category .ss_inner {
  padding: 60px 0;
}
.main.main-service .serviceSection.serviceSection-category .ss_tit {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-category .ss_desc {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-category .ss_list {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-category .ss_list .ssl_inner {
  padding: 0 30px;
}
.main.main-service .serviceSection.serviceSection-category .ss_list .ssl_tit {
  margin-bottom: 15px;
}
.main.main-service .serviceSection.serviceSection-category .ss_list .ssl_txt {
  font-size: 18px;
  text-align: left;
}
.main.main-service .serviceSection.serviceSection-category .ss_list .ssl_lists {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 15px;
}
.main.main-service .serviceSection.serviceSection-category .ss_list .ssl_table {
  margin-bottom: 15px;
}
.main.main-service .serviceSection.serviceSection-category .ss_list .ssl_annotation {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .main.main-service .serviceSection.serviceSection-category .ss_list .ssl_inner {
    padding: 0 7.5px;
  }
  .main.main-service .serviceSection.serviceSection-category .ss_list .ssl_lists {
    font-size: 16px;
  }
}
.main.main-service .serviceSection.serviceSection-app {
  text-align: center;
}
.main.main-service .serviceSection.serviceSection-app .ss_inner {
  padding: 60px 0;
}
.main.main-service .serviceSection.serviceSection-app .ss_tit {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-app .ss_lists01 {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-app .ss_lists01 li:nth-child(odd) {
  background: #EDF6FF;
}
.main.main-service .serviceSection.serviceSection-app .ss_lists02 {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-app .ss_lists02:after {
  clear: both;
  content: "";
  display: block;
}
.main.main-service .serviceSection.serviceSection-app .ss_lists02 li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 5px;
  width: 9%;
}
@media screen and (max-width: 1200px) {
  .main.main-service .serviceSection.serviceSection-app .ss_lists01 li:nth-child(odd) {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .main.main-service .serviceSection.serviceSection-app .ss_lists02 li {
    margin-bottom: 10px;
    width: 16%;
  }
}
.main.main-service .serviceSection.serviceSection-fee01 {
  background: #edf6ff;
  text-align: center;
}
.main.main-service .serviceSection.serviceSection-fee01 .ss_inner {
  padding: 60px 0 0;
}
.main.main-service .serviceSection.serviceSection-fee01 .ss_tit {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-fee01 .ss_desc {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-fee01 .ss_foot {
  background: #fff;
}
.main.main-service .serviceSection.serviceSection-fee01 .ss_foot .ss_inner {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .main.main-service .serviceSection.serviceSection-fee01 .ss_img01 {
    margin: 0 auto;
    width: 75%;
  }
}
.main.main-service .serviceSection.serviceSection-fee02 {
  text-align: center;
}
.main.main-service .serviceSection.serviceSection-fee02 .ss_inner {
  padding: 60px 0;
}
.main.main-service .serviceSection.serviceSection-fee02 .ss_tit {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-fee02 .ss_desc {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-fee02 .ss_lists {
  margin: 0 auto 30px;
  max-width: 800px;
}
.main.main-service .serviceSection.serviceSection-fee02 .ss_lists .ss_list {
  position: relative;
}
.main.main-service .serviceSection.serviceSection-fee02 .ss_lists .ss_list:after {
  color: #3b7cbf;
  content: "×";
  font-size: 52px;
  position: absolute;
  top: 70px;
  right: -17px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main.main-service .serviceSection.serviceSection-fee02 .ss_lists .ss_list:last-child:after {
  content: "";
}
.main.main-service .serviceSection.serviceSection-fee02 .ss_lists .ssl_tit {
  margin-bottom: 15px;
}
.main.main-service .serviceSection.serviceSection-fee02 .ss_lists .ssl_txt01 {
  font-weight: 500;
}
.main.main-service .serviceSection.serviceSection-fee02 .ss_lists .ssl_txt01 span {
  font-size: 14px;
  font-weight: normal;
}
.main.main-service .serviceSection.serviceSection-fee02 .ss_tableLists .sstl_tit {
  font-size: 24px;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .main.main-service .serviceSection.serviceSection-fee02 .ss_tableLists .sstl_tit {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main.main-service .serviceSection.serviceSection-fee02 .ss_lists .ss_list:after {
    top: 29px;
    right: -10.5px;
    font-size: 32px;
  }
}
.main.main-service .serviceSection.serviceSection-flow {
  text-align: center;
}
.main.main-service .serviceSection.serviceSection-flow .ss_inner {
  padding: 60px 0;
}
.main.main-service .serviceSection.serviceSection-flow .ss_tit {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-flow .ss_desc {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-flow .ss_list {
  position: relative;
}
.main.main-service .serviceSection.serviceSection-flow .ss_list:after {
  content: url("/image_common/arrow01.png");
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main.main-service .serviceSection.serviceSection-flow .ss_list:last-child:after {
  content: "";
}
.main.main-service .serviceSection.serviceSection-flow .ss_table {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .main.main-service .serviceSection.serviceSection-flow .ss_list:nth-child(3):before {
    content: url("/image_common/arrow01.png");
    position: absolute;
    top: 50%;
    left: -8px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.main.main-service .serviceSection.serviceSection-estimate {
  text-align: center;
}
.main.main-service .serviceSection.serviceSection-estimate .ss_inner {
  padding: 60px 0;
}
.main.main-service .serviceSection.serviceSection-estimate .ss_tit {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-estimate .ss_desc {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-estimate .ss_tableTit {
  font-size: 21px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 15px;
}
.main.main-service .serviceSection.serviceSection-estimate .ss_table {
  margin-bottom: 15px;
}
.main.main-service .serviceSection.serviceSection-reporting {
  background: #edf6ff;
  text-align: center;
}
.main.main-service .serviceSection.serviceSection-reporting .ss_inner {
  padding: 60px 0;
}
.main.main-service .serviceSection.serviceSection-reporting .ss_tit {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-reporting .ss_desc {
  margin-bottom: 30px;
}
.main.main-service .serviceSection.serviceSection-reporting .ss_img01 {
  margin-bottom: 30px;
}

.main.main-plan .plusSection.plusSection-sub .plan sup {
  vertical-align: super;
}
.main.main-plan .plusSection.plusSection-sub .plan .strong-txt {
  font-weight: bold;
}
.main.main-plan .plusSection.plusSection-sub .plan .small-txt {
  font-size: 11px;
}
.main.main-plan .plusSection.plusSection-sub .plan .large-txt {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan .large-txt {
    font-size: 18px;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan .plan-subttl {
  color: #3b7cbf;
  font-size: 24px;
  font-weight: bold;
  padding: 60px 0 25px;
}
@media screen and (max-width: 1200px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan-subttl {
    font-size: 21px;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan .plan-section {
  padding-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan-section {
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan_intro .plan_Ttl img {
    width: 61%;
  }
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan_intro .plan_Ttl_office img {
    width: 65%;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan .plan_intro .dd_lists {
  margin: 0 auto;
  padding: 45px 0 0;
  width: 88%;
}
.main.main-plan .plusSection.plusSection-sub .plan .plan_intro .dd_lists .dd_list {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan_intro .dd_lists .dd_list {
    float: none;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan .plan_intro .dd_lists .dd_list::after {
  content: url("/image_common/cross02.png");
  position: absolute;
  top: 80px;
  right: -27px;
}
@media screen and (max-width: 1200px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan_intro .dd_lists .dd_list::after {
    content: url("/image_common/cross01.png");
    right: -15px;
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan_intro .dd_lists .dd_list::after {
    position: static;
    float: left;
    padding: 15px 0;
    width: 100%;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan .plan_intro .dd_lists .dd_list:last-child::after {
  content: "";
}
@media screen and (max-width: 1200px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan_intro .dd_lists {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan_BasicPlan img, .main.main-plan .plusSection.plusSection-sub .plan .plan_PremPlan img {
    width: 57%;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan .plan_BasicPlan .BasicPlan_ttl, .main.main-plan .plusSection.plusSection-sub .plan .plan_PremPlan .BasicPlan_ttl {
  font-size: 23px;
  padding: 45px 0 30px;
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan_BasicPlan .BasicPlan_ttl, .main.main-plan .plusSection.plusSection-sub .plan .plan_PremPlan .BasicPlan_ttl {
    font-size: 18px;
    padding: 25px 0 15px;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan .plan_BasicPlan .t_BasicPlan_detail, .main.main-plan .plusSection.plusSection-sub .plan .plan_PremPlan .t_BasicPlan_detail {
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan_BasicPlan .t_BasicPlan_detail, .main.main-plan .plusSection.plusSection-sub .plan .plan_PremPlan .t_BasicPlan_detail {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan_BasicPlan.plan-office img {
    width: 100%;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan .plan_use .use_lists {
  padding-top: 45px;
}
.main.main-plan .plusSection.plusSection-sub .plan .plan_use .use_lists .use_list .UseIntro .UseIntro_Ttl01 {
  background: #3b7cbf;
  border-radius: 35px;
  color: #FFF;
  display: inline-block;
  font-size: 20px;
  padding: 5px 25px;
}
@media screen and (max-width: 1200px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan_use .use_lists .use_list .UseIntro .UseIntro_Ttl01 {
    font-size: 18px;
  }
  .main.main-plan .plusSection.plusSection-sub .plan .plan_use .use_lists .use_list .UseIntro .UseIntro_Ttl01.UseIntro_Ttl01_office {
    font-size: 17px;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan .plan_use .use_lists .use_list .UseIntro .UseIntro_Ttl02 {
  color: #3b7cbf;
  font-size: 30px;
  font-weight: bold;
  padding: 25px 0;
}
@media screen and (max-width: 1200px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan_use .use_lists .use_list .UseIntro .UseIntro_Ttl02 {
    font-size: 24px;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan .plan_use .use_lists .use_list .UseIntro .UseIntro_txt {
  padding-top: 25px;
  text-align: left;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan_use .use_lists .use_list .UseIntro .UseIntro_txt {
    height: auto;
    padding-bottom: 25px;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan .plan_use .use_lists .use_list .UseSegment .UseSegment_ttl {
  font-size: 18px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan_use .use_lists .use_list {
    float: none;
    padding-top: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan .plan_use .use_lists {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .main.main-plan .plusSection.plusSection-sub .plan.drive-plan .UseIntro .UseIntro_Ttl02-sales {
    font-size: 21px !important;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan.office-plan .UseIntro .UseIntro_img {
  height: 130px;
}
.main.main-plan .plusSection.plusSection-sub .plan.office-plan .UseIntro .UseIntro_txt {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan.office-plan .UseIntro .UseIntro_txt {
    width: 62%;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan.school-plan .use_list {
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan.school-plan .use_list {
    padding-bottom: 35px;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan.NP-plan .NpCatchcopy {
  color: #3b7cbf;
  font-size: 39px;
  font-weight: bold;
  padding: 100px 0 15px;
}
@media screen and (max-width: 1200px) {
  .main.main-plan .plusSection.plusSection-sub .plan.NP-plan .NpCatchcopy {
    font-size: 29px;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan.NP-plan .NpMap_lists {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan.NP-plan .NpMap_lists .NpMap_list {
    float: none;
    width: 100%;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan.NP-plan .plan_HowTo {
  background: #edf6ff;
  margin-top: 100px;
  padding: 100px 0;
}
.main.main-plan .plusSection.plusSection-sub .plan.NP-plan .plan_HowTo .HowTo_ttl {
  color: #3b7cbf;
  font-size: 31px;
}
.main.main-plan .plusSection.plusSection-sub .plan.NP-plan .plan_HowTo .HowTo_txt {
  font-size: 21px;
  padding: 35px 0 60px;
}
@media screen and (max-width: 1200px) {
  .main.main-plan .plusSection.plusSection-sub .plan.NP-plan .plan_HowTo .HowTo_txt {
    font-size: 18px;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan.estate-plan .plan_list .t_BasicPlan_detail {
  width: auto;
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan.estate-plan .plan_list {
    float: none;
    margin-bottom: 45px;
    width: 100%;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan.estate-plan .use_lists {
  margin: 0 auto;
  width: 61%;
}
.main.main-plan .plusSection.plusSection-sub .plan.estate-plan .use_lists .use_list .UseIntro_Ttl01 {
  margin-bottom: 25px;
}
.main.main-plan .plusSection.plusSection-sub .plan.estate-plan .use_lists .use_list .t_segment {
  margin-top: 45px;
}
@media screen and (max-width: 1200px) {
  .main.main-plan .plusSection.plusSection-sub .plan.estate-plan .use_lists {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan.estate-plan .use_lists {
    padding-top: 15px;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan.office-plan .plan-section .dd_list-office {
  position: relative;
  padding-left: 90px;
}
@media screen and (max-width: 1200px) {
  .main.main-plan .plusSection.plusSection-sub .plan.office-plan .plan-section .dd_list-office {
    padding-left: 30px;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan.office-plan .plan-section .dd_list-office:after {
  content: url(/image_common/cross02.png);
  position: absolute;
  top: 170px;
  right: -27px;
}
@media screen and (max-width: 767px) {
  .main.main-plan .plusSection.plusSection-sub .plan.office-plan .plan-section .dd_list-office {
    margin-bottom: 60px;
  }
  .main.main-plan .plusSection.plusSection-sub .plan.office-plan .plan-section .dd_list-office:after {
    content: url(/image_common/cross01.png);
    bottom: -50px;
    right: 47%;
    top: initial;
    top: auto;
  }
}
.main.main-plan .plusSection.plusSection-sub .plan.office-plan .plan-section .list-office {
  padding-right: 90px;
}
@media screen and (max-width: 1200px) {
  .main.main-plan .plusSection.plusSection-sub .plan.office-plan .plan-section .list-office {
    padding-right: 30px;
  }
}

.main.main-price {
  /*----------------------------------------------------
    priceTable
  ----------------------------------------------------*/
}
@media screen and (max-width: 1080px) {
  .main.main-price .priceTable_wrap {
    overflow: scroll;
  }
}
.main.main-price .priceTable {
  width: 100%;
}
.main.main-price .priceTable th, .main.main-price .priceTable td {
  position: relative;
  vertical-align: middle;
  width: 21%;
}
.main.main-price .priceTable .priceTable_hh, .main.main-price .priceTable .priceTable_bh {
  width: 16%;
}
.main.main-price .priceTable .priceTable_body tr {
  border-bottom: 1px solid #bbb;
}
.main.main-price .priceTable .priceTable_body tr:first-child {
  border-top: 1px solid #bbb;
}
.main.main-price .priceTable .priceTable_data {
  font-size: 14px;
  padding: 30px 15px;
}
.main.main-price .priceTable .priceTable_tac {
  text-align: center;
}
.main.main-price .priceTable .priceTable_vat {
  vertical-align: top;
}
.main.main-price .priceTable .priceTable_h1 {
  font-size: 21px;
  font-weight: normal;
  text-align: center;
  padding: 30px 15px 15px 15px;
}
.main.main-price .priceTable .priceTable_h2 {
  font-size: 16px;
  text-align: center;
  padding: 0 15px 30px 15px;
}
.main.main-price .priceTable .priceTable_bh {
  background: #F9f9f9;
  text-align: left;
  padding: 30px 15px;
}
.main.main-price .priceTable .priceTable_price {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
.main.main-price .priceTable .priceTable_tit00 {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}
.main.main-price .priceTable .priceTable_tit01 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.main.main-price .priceTable .priceTable_tit02 {
  background: #FFF;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding: 2.5px 25px;
}
.main.main-price .priceTable .priceTable_tit02.priceTable_tit02-bg03 {
  color: #194572;
}
.main.main-price .priceTable .priceTable_tit02.priceTable_tit02-bg04 {
  color: #142840;
}
.main.main-price .priceTable .priceTable_plus {
  position: absolute;
  top: -17.5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.main.main-price .priceTable .priceTable_bg {
  color: #FFF;
}
.main.main-price .priceTable .priceTable_bg.priceTable_bg-01 {
  background: #69B2FF;
}
.main.main-price .priceTable .priceTable_bg.priceTable_bg-02 {
  background: #3B7CC0;
}
.main.main-price .priceTable .priceTable_bg.priceTable_bg-03 {
  background: #194572;
}
.main.main-price .priceTable .priceTable_bg.priceTable_bg-04 {
  background: #142840;
}
@media screen and (max-width: 1080px) {
  .main.main-price .priceTable {
    width: 980px;
  }
  .main.main-price .priceTable th, .main.main-price .priceTable td {
    width: 22.5%;
  }
  .main.main-price .priceTable .priceTable_hh, .main.main-price .priceTable .priceTable_bh {
    width: 10%;
  }
  .main.main-price .priceTable .priceTable_data {
    padding: 15px 7.5px;
  }
  .main.main-price .priceTable .priceTable_h1 {
    font-size: 18px;
    padding: 15px 7.5px 7.5px 7.5px;
  }
  .main.main-price .priceTable .priceTable_h2 {
    font-size: 14px;
    padding: 0 7.5px 15px 7.5px;
  }
  .main.main-price .priceTable .priceTable_bh {
    padding: 15px 7.5px;
  }
  .main.main-price .priceTable .priceTable_price {
    font-size: 18px;
  }
  .main.main-price .priceTable .priceTable_tit00 {
    font-size: 16px;
  }
  .main.main-price .priceTable .priceTable_tit01 {
    font-size: 16px;
  }
  .main.main-price .priceTable .priceTable_tit02 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .main.main-price .priceTable {
    width: 660px;
  }
  .main.main-price .priceTable th, .main.main-price .priceTable td {
    width: 24.5%;
  }
  .main.main-price .priceTable .priceTable_hh, .main.main-price .priceTable .priceTable_bh {
    width: 2%;
  }
  .main.main-price .priceTable .priceTable_data {
    font-size: 12px;
  }
  .main.main-price .priceTable .priceTable_h1 {
    font-size: 14px;
    padding: 15px 7.5px 7.5px 7.5px;
  }
  .main.main-price .priceTable .priceTable_h2 {
    font-size: 12px;
    padding: 0 7.5px 15px 7.5px;
  }
  .main.main-price .priceTable .priceTable_bh {
    font-size: 12px;
  }
  .main.main-price .priceTable .priceTable_price {
    font-size: 16px;
  }
  .main.main-price .priceTable .priceTable_tit00 {
    font-size: 14px;
  }
  .main.main-price .priceTable .priceTable_tit01 {
    font-size: 14px;
  }
  .main.main-price .priceTable .priceTable_tit02 {
    font-size: 14px;
  }
}
.main.main-price .priceSection.priceSection-about .ps_inner {
  padding: 60px 0;
  max-width: 800px;
}
.main.main-price .priceSection.priceSection-about .ps_lists {
  text-align: center;
}
.main.main-price .priceSection.priceSection-about .ps_lists .psl_inner {
  margin: 0 auto;
  max-width: 300px;
}
.main.main-price .priceSection.priceSection-about .ps_lists .psl_inner img {
  margin-bottom: 15px;
}
.main.main-price .priceSection.priceSection-table .ps_inner {
  padding: 80px 0;
}
.main.main-price .priceSection.priceSection-table .ps_tit {
  margin-bottom: 30px;
}
.main.main-price .priceSection.priceSection-flow .ps_tit {
  text-align: center;
  margin-bottom: 30px;
}

.main.main-contact .contactSection.contactSection-contact {
  /* 必須 */
  /* 項目タイトル */
  /*for IE9 & 10*/
}
.main.main-contact .contactSection.contactSection-contact .cs_form {
  padding-top: 80px;
  max-width: 800px;
  margin: 0 auto;
}
.main.main-contact .contactSection.contactSection-contact .csf_form {
  margin-bottom: 30px;
  /* 入力フォームをクリックで背景色変わる */
}
.main.main-contact .contactSection.contactSection-contact .csf_form > li {
  background: #e1f0ff;
  border-bottom: 1px solid #bbb;
}
.main.main-contact .contactSection.contactSection-contact .csf_form > li:first-child {
  border-top: 1px solid #bbb;
}
.main.main-contact .contactSection.contactSection-contact .csf_form input:focus {
  background-color: #F0FBFF;
}
.main.main-contact .contactSection.contactSection-contact .csf_form textarea:focus {
  background-color: #F0FBFF;
}
.main.main-contact .contactSection.contactSection-contact .csf_form .ContentContact {
  background: #FFF !important;
}
@media screen and (max-width: 767px) {
  .main.main-contact .contactSection.contactSection-contact .csf_form .ContentContact {
    padding-bottom: 32px;
  }
}
.main.main-contact .contactSection.contactSection-contact .csf_required {
  border: 1px solid #3b7cbf;
  color: #3b7cbf;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding: 5px 10px;
  margin-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.main.main-contact .contactSection.contactSection-contact .csf_itemTitle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  font-weight: bold;
  float: left;
  padding: 32px 15px;
}
.main.main-contact .contactSection.contactSection-contact .csf_inputArea {
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  float: left;
  padding: 30px 15px;
  /*for IE9 & 10*/
}
.main.main-contact .contactSection.contactSection-contact .csf_inputArea input {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f5f5f5;
}
.main.main-contact .contactSection.contactSection-contact .csf_inputArea textarea {
  width: 100%;
  height: 145px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f5f5f5;
}
.main.main-contact .contactSection.contactSection-contact .csf_inputArea .ContactRadio {
  vertical-align: baseline;
  width: 15px;
}
@media screen and (max-width: 1200px) {
  .main.main-contact .contactSection.contactSection-contact .csf_inputArea .ContactRadio {
    vertical-align: middle;
  }
}
.main.main-contact .contactSection.contactSection-contact .csf_inputArea .ContactRadio:not(:target) {
  background-color: transparent\9 ;
  border: none\9 ;
  vertical-align: baseline\9 ;
  width: 35px\9 ;
}
.main.main-contact .contactSection.contactSection-contact .ContentContact_ttl {
  background: #e1f0ff;
}
@media screen and (max-width: 1200px) {
  .main.main-contact .contactSection.contactSection-contact .ContentContact_ttl {
    line-height: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .main.main-contact .contactSection.contactSection-contact .ContentContact_ttl {
    background: #FFF;
    line-height: initial;
    width: 100% !important;
  }
}
.main.main-contact .contactSection.contactSection-contact .ContentContact_ttl:not(:target) {
  line-height: 1.8em\9 ;
}
.main.main-contact .contactSection.contactSection-contact .InputforRadio {
  width: auto;
}
.main.main-contact .contactSection.contactSection-contact .csf_submitButton_wrap {
  text-align: center;
  margin: 60px 0 120px;
}
.main.main-contact .contactSection.contactSection-contact .csf_cautionBox {
  border: solid 1px #ccc;
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
  margin-bottom: 30px;
  padding: 20px;
}
.main.main-contact .contactSection.contactSection-contact .csf_cautionBox a {
  color: #00A0E9;
  transition: all 0.5s ease;
}
.main.main-contact .contactSection.contactSection-contact .csf_cautionBox a:hover {
  opacity: 0.5;
}
.main.main-contact .contactSection.contactSection-contact .csf_agree {
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main.main-contact .contactSection.contactSection-contact {
    /* 必須 */
    /* 項目タイトル */
    /* 入力フォームのデザイン (必須あり) */
  }
  .main.main-contact .contactSection.contactSection-contact .csf_required {
    padding: 5px 8px;
    margin-left: 10px;
  }
  .main.main-contact .contactSection.contactSection-contact .csf_itemTitle {
    width: 80%;
    margin-top: 5px;
  }
  .main.main-contact .contactSection.contactSection-contact .csf_inputArea {
    width: 100%;
    float: none;
    margin-left: 0;
    /* テキストエリアのデザイン */
  }
  .main.main-contact .contactSection.contactSection-contact .csf_inputArea input {
    /*margin-top: 10px;*/
  }
  .main.main-contact .contactSection.contactSection-contact .csf_inputArea textarea {
    margin-top: 10px;
  }
}
.main.main-contact .contactSection.contactSection-thanks {
  text-align: center;
  padding: 60px 0 120px;
}
.main.main-contact .contactSection.contactSection-thanks .cst_txt {
  font-size: 18px;
  margin-bottom: 15px;
}
.main.main-contact .contactCheck {
  padding: 120px 0;
  line-height: 1.8;
  /*input[type="button"], input[type="submit"] {
    background: #ddd;
    border: none;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    padding: 5px 30px;
    -webkit-appearance: none;
  }
  input[type="submit"] {
    background: $sub-color;
    color: #FFF;
  }*/
}
.main.main-contact .contactCheck h3 {
  color: #666;
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}
.main.main-contact .contactCheck h4 {
  margin-bottom: 60px;
}
.main.main-contact .contactCheck table {
  font-size: 18px;
  margin: 30px auto;
  max-width: 800px;
  width: 100%;
}
.main.main-contact .contactCheck table tr {
  border-bottom: 1px solid #bbb;
  line-height: 2.5;
}
.main.main-contact .contactCheck table tr:first-child {
  border-top: 1px solid #bbb;
}
.main.main-contact .contactCheck table th {
  background: #e1f0ff;
  padding: 0 15px;
  text-align: left;
  width: 30%;
}
.main.main-contact .contactCheck table td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
  width: 70%;
}
.main.main-contact .contactCheck .ContactConfirm_Buttons {
  margin: 0 auto;
  padding-top: 25px;
  width: 70%;
}
.main.main-contact .contactCheck .ContactConfirm_Buttons li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main.main-contact .contactCheck .ContactConfirm_Buttons li {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .main.main-contact .contactCheck .ContactConfirm_Buttons {
    width: 100%;
  }
}
.main.main-contact .contactCheck .csf_backButton input {
  background: #ddd;
  border: none;
  -webkit-border-radius: 30px 30px;
  border-radius: 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 21px;
  padding: 15px 80px;
  position: relative;
  -webkit-appearance: none;
}
@media screen and (max-width: 1200px) {
  .main.main-contact .contactCheck {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .main.main-contact .contactCheck {
    padding: 60px 0;
  }
  .main.main-contact .contactCheck table {
    border: none;
    font-size: 14px;
  }
  .main.main-contact .contactCheck table tr {
    border: none;
  }
  .main.main-contact .contactCheck table th, .main.main-contact .contactCheck table td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: left;
    padding: 0 7.5px;
    width: 100%;
  }
  .main.main-contact .contactCheck table td {
    margin-bottom: 15px;
  }
}

.wrap.wrap-news .archive_list {
  clear: both;
  overflow: hidden;
  border-bottom: 2px solid #aaa;
  padding: 30px 0;
}
.wrap.wrap-news .archive_list .article_thumb {
  float: left;
  width: 250px;
  height: 170px;
}
@media screen and (max-width: 900px) {
  .wrap.wrap-news .archive_list .article_thumb {
    width: 210px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap-news .archive_list .article_thumb {
    width: 35%;
  }
}
.wrap.wrap-news .archive_list .article_info {
  float: right;
  width: 61%;
  font-size: 100%;
}
.wrap.wrap-news .archive_list .article_info .article_date {
  float: right;
}
.wrap.wrap-news .archive_list .article_info .article_cat {
  float: left;
}
.wrap.wrap-news .archive_list .article_info .article_cat li {
  background: #3b7cbf;
  color: #FFF;
  font-size: 15px;
  padding: 3px 20px;
}
@media screen and (max-width: 900px) {
  .wrap.wrap-news .archive_list .article_info .article_cat li {
    padding: 3px 12px;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap-news .archive_list .article_info .article_cat li {
    padding: 3px 23px;
    font-size: 100%;
  }
}
@media screen and (max-width: 550px) {
  .wrap.wrap-news .archive_list .article_info .article_cat li {
    padding: 3px 10px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 400px) {
  .wrap.wrap-news .archive_list .article_info .article_cat li {
    float: none;
    margin-bottom: 5px;
    text-align: center;
    padding: 2px 10px;
  }
}
.wrap.wrap-news .archive_list .article_info .article_tit {
  content: "";
  clear: both;
  display: block;
  padding-top: 15px;
}
@media screen and (max-width: 550px) {
  .wrap.wrap-news .archive_list .article_info .article_tit {
    padding-top: 5px;
  }
}
@media screen and (max-width: 400px) {
  .wrap.wrap-news .archive_list .article_info .article_tit {
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .wrap.wrap-news .archive_list .article_info {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap-news .archive_list .article_info {
    width: 61%;
  }
}
.wrap.wrap-news .wp_widget li {
  padding-bottom: 5px;
}
.wrap.wrap-news .wp_widget .widget_tit {
  border-bottom: 2px solid #3b7cbf;
  padding-bottom: 5px;
  margin-bottom: 13px;
}
.wrap.wrap-news .wp_widget .cat-item:before {
  content: "\f105";
  font-family: "FontAwesome";
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .wrap.wrap-news .wp_widget {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .wrap.wrap-news .content {
    margin: 40px 0;
  }
}
@media screen and (max-width: 400px) {
  .wrap.wrap-news .content {
    margin: 20px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap-news .content .inner {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap-news .content .inner .mainContent {
    position: relative;
    top: 290px;
    margin-bottom: 280px;
  }
}
@media screen and (max-width: 342px) {
  .wrap.wrap-news .content .inner .mainContent {
    top: 350px;
    margin-bottom: 330px;
  }
}
@media screen and (max-width: 767px) {
  .wrap.wrap-news .content .inner .sideContent {
    position: absolute;
    top: 0;
  }
}

.main.main-news .newsMain {
  padding: 60px 0 80px;
}
.main.main-news .newsMain .nm_main {
  /*float: right;*/
  width: 75%;
}
.main.main-news .newsMain .nm_main .nmm_list {
  border-bottom: 1px dotted #bbb;
}
.main.main-news .newsMain .nm_main .nmml_inner {
  padding: 15px 0;
}
.main.main-news .newsMain .nm_main .nmml_date {
  margin-bottom: 5px;
}
.main.main-news .newsMain .nm_side {
  float: left;
  width: 22.5%;
}
.main.main-news .newsMain .nm_side .nms_tit {
  border-bottom: 1px solid #3b7cbf;
  font-size: 18px;
  padding: 15px 0;
  margin-bottom: 15px;
}
.main.main-news .newsMain .nm_side .nms_lists > li:before {
  content: ">";
  padding-right: 7.5px;
}
@media screen and (max-width: 1200px) {
  .main.main-news .newsMain .nm_side .nms_tit {
    font-size: 16px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .main.main-news .newsMain .nm_main {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  .main.main-news .newsMain .nm_side {
    float: none;
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .main.main-news .mainContent {
    width: 68%;
    margin-right: 2%;
  }
  .main.main-news .sideContent {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .main.main-news .mainContent {
    width: 100%;
    margin-right: 0;
  }
  .main.main-news .sideContent {
    width: 100%;
  }
}
.main.main-faq .faqSection.faqSection-faq .fs_inner {
  padding: 60px 0 120px;
}
.main.main-faq .faqSection.faqSection-faq .fs_lists {
  max-width: 700px;
  margin: 0 auto;
}
.main.main-faq .faqSection.faqSection-faq .fs_lists li {
  border-bottom: 1px solid #bbb;
}
.main.main-faq .faqSection.faqSection-faq .fs_lists li:first-child {
  border-top: 1px solid #bbb;
}
.main.main-sitemap .sitemapSection.sitemapSection-sitemap .ss_inner {
  padding: 60px 0 80px;
}
.main.main-sitemap .sitemapSection.sitemapSection-sitemap .ss_list {
  border-bottom: 1px solid #bbb;
  font-size: 18px;
  line-height: 2;
}
.main.main-sitemap .sitemapSection.sitemapSection-sitemap .ss_list:first-child {
  border-top: 1px solid #bbb;
}
.main.main-sitemap .sitemapSection.sitemapSection-sitemap .ss_list a:before {
  content: "> ";
}
.main.main-sitemap .sitemapSection.sitemapSection-sitemap .ss_list a span {
  text-decoration: underline;
}
.main.main-sitemap .sitemapSection.sitemapSection-sitemap .ss_list .ssl_inner {
  padding: 25px 0;
}
.main.main-sitemap .sitemapSection.sitemapSection-sitemap .ss_list .ssl_inner:after {
  content: "";
  clear: both;
  display: block;
}
.main.main-sitemap .sitemapSection.sitemapSection-sitemap .ssl_parent {
  float: left;
  padding-right: 45px;
}
.main.main-sitemap .sitemapSection.sitemapSection-sitemap .ssl_childs {
  float: left;
}
.main.main-sitemap .sitemapSection.sitemapSection-sitemap .ssl_childs li {
  float: left;
  padding-right: 30px;
}
.main.main-sitemap .sitemapSection.sitemapSection-sitemap .ssl_childs li span {
  color: #3b7cbf;
}
@media screen and (max-width: 1200px) {
  .main.main-sitemap .sitemapSection.sitemapSection-sitemap .ssl_parent {
    float: none;
    padding-right: 0;
  }
  .main.main-sitemap .sitemapSection.sitemapSection-sitemap .ssl_childs {
    float: none;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .main.main-sitemap .sitemapSection.sitemapSection-sitemap .ss_list {
    font-size: 16px;
  }
  .main.main-sitemap .sitemapSection.sitemapSection-sitemap .ssl_inner {
    padding: 15px 0;
  }
  .main.main-sitemap .sitemapSection.sitemapSection-sitemap .ssl_childs li {
    float: none;
    padding-right: 0;
  }
}
.main.main-company .companySection.companySection-table .cs_inner {
  padding: 60px 0 120px;
}
.main.main-company .companySection.companySection-table .cs_table {
  max-width: 700px;
  margin: 0 auto;
}
.main.main-privacy .privacySection.privacySection-privacy .ps_inner {
  padding: 60px 0 120px;
}
.main.main-privacy .privacySection.privacySection-privacy .ps_txt01 {
  line-height: 1.8;
  margin-bottom: 60px;
}
.main.main-privacy .privacySection.privacySection-privacy .ps_table {
  max-width: 700px;
  margin: 0 auto;
}
.main.main-privacy .privacySection.privacySection-privacy .ps_table .pst_txt01 {
  margin-top: 30px;
}
.main.main-privacy .privacy-new {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .main.main-privacy .privacy-new {
    line-height: 1.6;
  }
}
.main.main-privacy .privacy-new__box {
  background: #fff;
  color: #111;
}
.main.main-privacy .privacy-new__box-ttl {
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main.main-privacy .privacy-new__box-ttl {
    margin-bottom: 10px;
  }
}
.main.main-privacy .privacy-new__info {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main.main-privacy .privacy-new__info {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.main.main-privacy .privacy-new__cont {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .main.main-privacy .privacy-new__cont {
    margin-bottom: 30px;
  }
}
.main.main-privacy .privacy-new__cont > ul {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .main.main-privacy .privacy-new__cont > ul {
    padding-left: 0;
    margin-top: 10px;
  }
}
.main.main-privacy .privacy-new__cont > ul li::before {
  counter-increment: sub-sec-num;
  content: "(" counter(sub-sec-num) ")";
}
.main.main-privacy .privacy-new__cont > ul li .address-info {
  display: block;
  padding-left: 20px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .main.main-privacy .privacy-new__cont > ul li .address-info {
    padding-left: 0;
  }
}
.main.main-privacy .privacy-new__ttl {
  font-weight: 700;
  margin-bottom: 10px;
}
.main.main-privacy .privacy-new__ttl::before {
  counter-increment: sec-num;
  content: counter(sec-num) ". ";
}
.main.main-privacy .privacy-new__txt {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .main.main-privacy .privacy-new__txt {
    padding-left: 0;
  }
}
.main.main-privacy .privacy-new__txt--small {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .main.main-privacy .privacy-new__txt--small {
    padding-left: 0;
  }
}
.main.main-privacy .privacy-new__mark {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .main.main-privacy .privacy-new__mark {
    display: block;
  }
}
.main.main-privacy .privacy-new__mark > p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .main.main-privacy .privacy-new__mark > p {
    font-size: 13px;
  }
}
.main.main-privacy .privacy-new__mark-img {
  margin-left: 30px;
  display: block;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .main.main-privacy .privacy-new__mark-img {
    margin: 20px auto 0 auto;
    width: 100px;
  }
}
.main.main-privacy .privacy-new__mark-img img {
  display: inline-block;
}
.main.main-terms .termsSection.termsSection-terms .ts_inner {
  padding: 60px 0 120px;
}
.main.main-terms .termsSection.termsSection-terms .ts_table {
  max-width: 700px;
  margin: 0 auto;
}
.main.main-privacy-guide {
  padding-bottom: 100px;
}
.main.main-privacy-guide .mainContents {
  margin-top: 100px;
  padding-right: 10px;
  padding-left: 10px;
}
.main.main-privacy-guide .privacy_box {
  width: 91%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main.main-privacy-guide .privacy_box {
    width: 100%;
  }
}
.main.main-privacy-guide .privacy_box .privacy_info {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main.main-privacy-guide .privacy_box .privacy_info {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.main.main-privacy-guide .privacy_box .privacy_caution {
  margin-bottom: 35px;
}
.main.main-privacy-guide .privacy_box .privacy_table {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .main.main-privacy-guide .privacy_box .privacy_table {
    overflow-x: scroll;
  }
}
.main.main-privacy-guide .privacy_box table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main.main-privacy-guide .privacy_box table {
    width: 800px;
  }
}
.main.main-privacy-guide .privacy_box table tr {
  border-bottom: #ccc 1px solid;
}
.main.main-privacy-guide .privacy_box table thead {
  background: #707070;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.main.main-privacy-guide .privacy_box table thead th {
  font-weight: 500;
  width: 270px;
  background: #707070;
  color: #fff;
}
.main.main-privacy-guide .privacy_box table th {
  background-color: #E1F0FF;
  box-sizing: border-box;
  padding: 30px 30px 30px 20px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 21%;
}
@media screen and (max-width: 767px) {
  .main.main-privacy-guide .privacy_box table th {
    padding: 10px 15px;
    text-align: center;
  }
}
.main.main-privacy-guide .privacy_box table th.item_textareaA {
  border-bottom: solid 1px #ccc;
  vertical-align: top;
}
.main.main-privacy-guide .privacy_box table td {
  box-sizing: border-box;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .main.main-privacy-guide .privacy_box table td {
    padding: 20px 15px;
  }
}
.main.main-privacy-guide .privacy_box table td.item_textareaB {
  border-bottom: solid 1px #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
.main.main-privacy-guide .privacy_box table td.privacy_cont {
  width: 57%;
}
.main.main-privacy-guide .privacy_box table td.privacy_data {
  text-align: center;
  vertical-align: middle;
  background: rgba(112, 112, 112, 0.2);
}
.main.main-privacy-guide .privacy_box table ul li {
  position: relative;
}
.main.main-privacy-guide .privacy_box table ul li::before {
  content: "・";
  position: absolute;
  transform: translateX(-100%);
}
.main.main-privacy-guide .privacy-guide {
  background: #fff;
  margin-top: 66px;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .main.main-privacy-guide .privacy-guide {
    padding: 30px 10px;
  }
}
.main.main-privacy-guide .privacy-guide section {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .main.main-privacy-guide .privacy-guide section {
    padding-bottom: 30px;
  }
}
.main.main-privacy-guide .privacy-guide__ttl {
  line-height: 1;
  padding: 18px 0;
  border-top: solid #707070 1px;
  border-bottom: solid #707070 1px;
  font-weight: 400;
  margin-bottom: 40px;
}
.main.main-privacy-guide .privacy-guide .guide-margin {
  display: block;
  margin-top: 30px;
}
.main.main-privacy-guide .privacy-guide .guide-cou {
  margin: 60px 0;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .main.main-privacy-guide .privacy-guide .guide-cou {
    max-width: 40px 0;
  }
}
.main.main-privacy-guide .privacy-guide .guide-num > li, .main.main-privacy-guide .privacy-guide .guide-ten > li, .main.main-privacy-guide .privacy-guide .guide-sikaku > li, .main.main-privacy-guide .privacy-guide .guide-en > li {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .main.main-privacy-guide .privacy-guide .guide-num > li, .main.main-privacy-guide .privacy-guide .guide-ten > li, .main.main-privacy-guide .privacy-guide .guide-sikaku > li, .main.main-privacy-guide .privacy-guide .guide-en > li {
    padding-left: 15px;
  }
}
.main.main-privacy-guide .privacy-guide .guide-num > li::before, .main.main-privacy-guide .privacy-guide .guide-ten > li::before, .main.main-privacy-guide .privacy-guide .guide-sikaku > li::before, .main.main-privacy-guide .privacy-guide .guide-en > li::before {
  position: absolute;
  transform: translateX(-100%);
}
.main.main-privacy-guide .privacy-guide .guide-num {
  counter-reset: number;
}
.main.main-privacy-guide .privacy-guide .guide-num > li {
  counter-increment: number 1;
}
.main.main-privacy-guide .privacy-guide .guide-num > li:not(:first-child) {
  margin-top: 25px;
}
.main.main-privacy-guide .privacy-guide .guide-num > li::before {
  content: "(" counter(number) ")";
  margin-right: 0.5rem;
}
.main.main-privacy-guide .privacy-guide .guide-ten > li:before {
  content: "・";
}
.main.main-privacy-guide .privacy-guide .guide-en {
  counter-reset: list-counter;
}
.main.main-privacy-guide .privacy-guide .guide-en > li {
  counter-increment: list-counter;
  position: relative;
}
.main.main-privacy-guide .privacy-guide .guide-en > li::before {
  content: counter(list-counter, lower-latin) ")";
}
.main.main-privacy-guide .privacy-guide .guide-sikaku > li::before {
  content: "■";
}
.main.main-privacy-guide .privacy-guide a {
  color: #00A0E9;
  transition: all 0.5s ease;
}
.main.main-privacy-guide .privacy-guide a:hover {
  opacity: 0.5;
}

/*--------------------------
	state
--------------------------*/
/*----------------------------------------------------

	JavaScriptなどの制御による状態の変化を表すスタイルの設定ファイルです。
	汎用的なstateのスタイルをまとめています。
	基本的には編集することはありません。

	命名規則として、クラス名の頭に 
	is-* という接頭辞をつけることを推奨します。

----------------------------------------------------*/
/*--------------------------
	レスポンシブ関係
--------------------------*/
@media screen and (max-width: 1200px) {
  .is-Pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-Tab {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .is-Tab {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .is-Sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-Pc_Tab {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  .is-Tab_Sp {
    display: none;
  }
}

/*----------------------------------------------------

	JavaScriptなどの制御による状態の変化を表すスタイルの設定ファイルです。

	命名規則として、クラス名の頭に 
	is-* という接頭辞をつけることを推奨します。

----------------------------------------------------*/
/*--------------------------
	theme
--------------------------*/
/*----------------------------------------------------

	テーマをまとめたファイルです。
	サイト全体のテーマに関するスタイルを設定します。

	命名規則として、クラス名の頭に 
	theme-* という接頭辞をつけることを推奨します。

----------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
