@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  _font-family: "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  *font-size: 100%;
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  color: #0D325D;
}

body.macOs, body.win8-1 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
}

/*
Font-size list (base: 14px)
 57% =  8px
 64% =  9px
 71% = 10px
 79% = 11px        150% = 21px        221% = 31px
 86% = 12px        157% = 22px        229% = 32px
 93% = 13px        163% = 23px        236% = 33px
100% = 14px        171% = 24px        243% = 34px
107% = 15px        179% = 25px        250% = 35px
114% = 16px        186% = 26px        257% = 36px
121% = 17px        193% = 27px        264% = 37px
129% = 18px        200% = 28px        271% = 38px
136% = 19px        208% = 29px        276% = 39px
143% = 20px        214% = 30px        286% = 40px
*/
/* リンク色 */
a {
  color: #0D325D;
}

a:hover, a:active {
  color: #707070;
  text-decoration: none;
}

/* hover時の画像 */
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

/* IE8 */
html > body a:hover img {
  display: inline-block\9 ;
  zoom: 1\9 ;
}

/* 新旧Firefox */
a:hover img, x:-moz-any-link {
  background: #fff;
}

a:hover img, x:-moz-any-link, x:default {
  background: #fff;
}

/* for IE7: page zoom bug fix */
*:first-child + html body,
*:first-child + html br {
  letter-spacing: 0;
}

@media screen and (min-width: 699px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

.layout-footer-half {
  width: 460px;
  float: left;
}

/* ページ幅 */
.layout-container {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 699px) {
  .layout-container {
    width: auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  margin-bottom: 30px;
  line-height: 1.7;
  text-align: center;
}
.header .header-site__logo {
  max-width: 350px;
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 699px) {
  .header .header-site__logo {
    max-width: 200px;
  }
}

/* ヘッダーロゴ */
.header-site-name {
  margin: 45px auto 20px;
  font-size: 2rem;
}
.header-site-name span {
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 699px) {
  .header-site-name {
    font-size: 2rem;
  }
  .header-site-name span {
    display: block;
    margin: 0;
  }
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  clear: both;
  display: block;
  position: relative;
  text-align: left;
}

address {
  font-style: normal;
}

/* コピーライト */
.copy {
  display: block;
  background: #0D325D;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  clear: both;
  display: block;
  height: 60px;
  margin-bottom: 30px;
}
.global-nav ul {
  list-style: none;
  width: 900px;
  margin: 0 auto;
}
.global-nav li {
  float: left;
  width: 150px;
}
.global-nav a, .global-nav span {
  display: block;
  height: 60px;
  background-image: url(../img/common/menu/global-nav.jpg);
  overflow: hidden;
  text-indent: -9999px;
}
.global-nav .global-nav-item--01 a {
  background-position: 0px 60px;
}
.global-nav .global-nav-item--01 a.active span {
  background-position: 0px 60px;
}
.global-nav .global-nav-item--01 a span {
  background-position: 0px 0px;
}
.global-nav .global-nav-item--02 a {
  background-position: -150px 60px;
}
.global-nav .global-nav-item--02 a.active span {
  background-position: -150px 60px;
}
.global-nav .global-nav-item--02 a span {
  background-position: -150px 0px;
}
.global-nav .global-nav-item--03 a {
  background-position: -300px 60px;
}
.global-nav .global-nav-item--03 a.active span {
  background-position: -300px 60px;
}
.global-nav .global-nav-item--03 a span {
  background-position: -300px 0px;
}
.global-nav .global-nav-item--04 a {
  background-position: -450px 60px;
}
.global-nav .global-nav-item--04 a.active span {
  background-position: -450px 60px;
}
.global-nav .global-nav-item--04 a span {
  background-position: -450px 0px;
}
.global-nav .global-nav-item--05 a {
  background-position: -600px 60px;
}
.global-nav .global-nav-item--05 a.active span {
  background-position: -600px 60px;
}
.global-nav .global-nav-item--05 a span {
  background-position: -600px 0px;
}
.global-nav .global-nav-item--06 a {
  background-position: -750px 60px;
}
.global-nav .global-nav-item--06 a.active span {
  background-position: -750px 60px;
}
.global-nav .global-nav-item--06 a span {
  background-position: -750px 0px;
}

/* ローカルナビの設定 */
.local-nav {
  margin-bottom: 20px;
}
.local-nav .local-nav-title {
  color: #fff;
  font-size: 114%;
  background: #003275;
  padding: 7px;
}
.local-nav .local-nav-list {
  list-style: none;
}
.local-nav .local-nav-list li {
  border-bottom: 1px solid #003275;
}
.local-nav .local-nav-list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 3px solid #003275;
  color: #003275;
}

/* 見出し */
.title-lv1 {
  background: #EAE6D0;
  padding: 10px;
  margin-bottom: 15px;
  color: #003275;
}

.title-lv2 {
  padding: 0 0 0 5px;
  border-left: 3px solid #003275;
  margin-bottom: 5px;
  color: #003275;
}

.title-lv3 {
  padding: 0 0 0 17px;
  margin-bottom: 5px;
  color: #83300E;
}

/* 汎用見出し */
.title-other-01 {
  background: #EAE6D0;
  padding: 3px 10px;
  margin-bottom: 5px;
  color: #003275;
}

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #003275;
  margin-bottom: 5px;
  color: #003275;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #EAE6D0;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--01 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

.table-ptn--04 th {
  width: 100px;
  border-bottom: 0px;
  padding: 5px;
  font-weight: bold;
  color: #003275;
}
.table-ptn--04 td {
  padding: 5px;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  .table-ptn--04 {
    width: 100%;
  }
  .table-ptn--04 th {
    width: 100px;
    border-bottom: 1px dashed #ABA073;
    padding: 5px;
    font-weight: bold;
    color: #003275;
    vertical-align: top;
  }
  .table-ptn--04 td {
    border-bottom: 1px dashed #ABA073;
    padding: 5px;
    vertical-align: top;
  }
}
/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 3px;
  behavior: url(PIE.htc);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 135, color = '#787878');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = '#787878')";
}

.btn--full {
  display: block;
  padding: 12px 0;
  border-radius: 5px;
  text-align: center;
  behavior: url(PIE.htc);
}

.btn--main {
  background: #003275;
  color: #fff;
  text-decoration: none;
}

.btn--orange {
  background: #E7590D;
  color: #fff;
  text-decoration: none;
}

.btn--white {
  background: #fff;
  border: 2px solid #003275;
  color: #003275;
  text-decoration: none;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
  margin-bottom: 10px;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle {
  list-style: none;
  margin-bottom: 10px;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
  margin-bottom: 10px;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  margin-bottom: 10px;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  margin-bottom: 10px;
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 1px solid #ABA073;
  background: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box-sub--02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article {
  border-bottom: 1px dashed #ABA073;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  line-height: 1.2;
}
.article .article__date {
  display: block;
  width: 20%;
  border-right: 1px dashed #666666;
  float: left;
}
.article .article__title {
  font-size: 100%;
  font-weight: normal;
  width: 78%;
  float: left;
}

/* ページネーションの設定 */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 5px 9px 5px 9px;
  background-color: #fff;
  color: #555;
  text-decoration: none;
}
.pagination a {
  border: 1px solid #ccc;
}
.pagination a:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}
.pagination .current {
  padding: 5px 9px 5px 9px;
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.cs-bg {
  padding: 40px 0;
  width: 100%;
  background-color: #0D325D;
  margin-bottom: 55px;
  text-align: center;
  color: #ffffff;
}
.cs-bg .cs-lede {
  display: block;
  margin: 0 auto 15px;
}
.cs-bg h1 {
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (max-width: 699px) {
  .cs-bg {
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cs-bg h1 {
    line-height: 1.5;
    font-size: 1.25rem;
  }
}

.cs-text {
  padding: 0 20px;
  margin-bottom: 75px;
  text-align: center;
  font-size: 1.13rem;
}
@media screen and (max-width: 699px) {
  .cs-text {
    margin-bottom: 60px;
    text-align: left;
    font-size: 1rem;
  }
}

.cs-sns {
  margin-bottom: 80px;
  list-style: none;
  text-align: center;
}
.cs-sns li {
  display: inline-block;
  margin: 0 30px;
}
.cs-sns li a {
  display: block;
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.25rem;
}
.cs-sns li a.link-fb {
  background: url(../img/common/ico--fb.svg) left center no-repeat;
}
.cs-sns li a.link-site {
  background: url(../img/common/ico--hp.svg) left center no-repeat;
}
@media screen and (max-width: 699px) {
  .cs-sns {
    margin-bottom: 20px;
  }
  .cs-sns li {
    margin-bottom: 20px;
  }
}

.cs-insta {
  margin-bottom: 120px;
  text-align: center;
}
.cs-insta a {
  text-decoration: none;
  line-height: 1.5;
}
.cs-insta a img {
  width: 60px;
  display: inline-block;
  vertical-align: bottom;
}

.cs-product-bottom {
  margin-bottom: 100px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 699px) {
  .cs-product-bottom {
    margin-bottom: 80px;
    display: block;
  }
}

.cs-product-dl--sub dt {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.5rem;
}
.cs-product-dl--sub dd {
  margin-bottom: 40px;
}
@media screen and (max-width: 699px) {
  .cs-product-dl--sub {
    width: auto;
    margin-bottom: 80px;
  }
  .cs-product-dl--sub dd {
    margin-left: 0;
  }
}

.cs-address .cs-address__title {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
@media screen and (max-width: 699px) {
  .cs-address {
    width: auto;
  }
  .cs-address .cs-address__title {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}

.cs-address__dl {
  width: 100%;
  display: table;
}
.cs-address__dl:last-of-type {
  margin-bottom: 25px;
}
.cs-address__dl dt {
  padding: 5px 0;
  display: table-cell;
  width: 126px;
  vertical-align: top;
  font-weight: bold;
}
.cs-address__dl dd {
  padding: 5px 0;
  display: table-cell;
}
@media screen and (max-width: 699px) {
  .cs-address__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cs-address__dl dt {
    width: auto;
    display: block;
  }
  .cs-address__dl dd {
    padding-bottom: 15px;
    display: block;
  }
}

.cs-address__tel {
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 699px) {
  .cs-address__tel {
    text-decoration: underline;
    font-size: 1.25rem;
  }
}

.cs-form .cs-form__title {
  max-width: 656px;
  margin: 0 auto 20px;
  font-size: 1.5rem;
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 86%;
}

.u-font-size--large {
  font-size: 114%;
}

.u-font-size--x-large {
  font-size: 129%;
}

.u-font-size--xx-large {
  font-size: 214%;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-main {
  color: #003275;
}

.u-color-sub {
  color: #003275;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

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

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* マージンボトムの設定 */
.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 40px;
}

.u-margin-bottom--x-large {
  margin-bottom: 60px;
}

.u-margin-bottom--xl-large {
  margin-bottom: 100px;
}

.u-margin-center {
  margin-left: auto;
  margin-right: auto;
}

.u-padding-bottom-30 {
  padding-bottom: 30px;
}

@media screen and (min-width: 700px) {
  .u-br-sp {
    display: none;
  }
}

@media screen and (max-width: 699px) {
  .u-br-notsp {
    display: none;
  }
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=master.css.map */