@charset "UTF-8";
/*
Theme Name: あおいろ不動産 orijin
Theme URI: 
Description: あおいろ不動産テーマ
Version: 1.1
Author: huevo
*/
/*////////////////////////////////////////////////////////////

	Layout CSS

////////////////////////////////////////////////////////////*/
/*! 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 {
  -moz-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"] {
  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 */
  -moz-box-sizing: content-box;
  -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;
}
/*////////////////////////////////////////////////////////////

 clearfix

////////////////////////////////////////////////////////////*/
/*! 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 {
  -moz-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"] {
  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 */
  -moz-box-sizing: content-box;
  -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;
}
/*////////////////////////////////////////////////////////////

 clearfix

////////////////////////////////////////////////////////////*/
/* clearfix
------------------------------------------------------------*/
.header_nav ul, .company_info .info, .index_pickup_items, .index_blog_items, .index_gia .ttlwrap, .index_gia_inner, .pickup_search, .pickup_contact .inner, .change_imgs .change_thum, .pickup_recomend .pickup_rating tr, .pickup_desc, .pickup_projectstory_item, .pickup_envirament_item, .pickup_contact_single, .system2_items .system2_item1 .system2_item_content, .system2_items .system2_item2 .system2_item_content, .system2_items .system2_item3 .system2_item_content, .system2_items .system2_item4 .system2_item_content, .system2_items .system2_item5 .system2_item_content, .reform_lead .lead_items, .reform_slider .spec_content, .reform_works h2, .archive_item_lg, .blog_search .searchForm, .contents._blog, .blog_cat_nav ul, .blog_cat_nav_reform ul, .blog_cat_nav_inspection ul, .author .authoritem, .relation_posts .relation_post, .relation_posts_pu, .relation_posts_pu .relation_post, .pagenavi_single, .blog_sns, .consulting_wrap .consulting_items, form .formitemwrap, .company_profile dl, .posts_link, .isw {
  zoom: 1;
}
.header_nav ul:after, .company_info .info:after, .index_pickup_items:after, .index_blog_items:after, .index_gia .ttlwrap:after, .index_gia_inner:after, .pickup_search:after, .pickup_contact .inner:after, .change_imgs .change_thum:after, .pickup_recomend .pickup_rating tr:after, .pickup_desc:after, .pickup_projectstory_item:after, .pickup_envirament_item:after, .pickup_contact_single:after, .system2_items .system2_item1 .system2_item_content:after, .system2_items .system2_item2 .system2_item_content:after, .system2_items .system2_item3 .system2_item_content:after, .system2_items .system2_item4 .system2_item_content:after, .system2_items .system2_item5 .system2_item_content:after, .reform_lead .lead_items:after, .reform_slider .spec_content:after, .reform_works h2:after, .archive_item_lg:after, .blog_search .searchForm:after, .contents._blog:after, .blog_cat_nav ul:after, .blog_cat_nav_reform ul:after, .blog_cat_nav_inspection ul:after, .author .authoritem:after, .relation_posts .relation_post:after, .relation_posts_pu:after, .relation_posts_pu .relation_post:after, .pagenavi_single:after, .blog_sns:after, .consulting_wrap .consulting_items:after, form .formitemwrap:after, .company_profile dl:after, .posts_link:after, .isw:after {
  content: "";
  display: block;
  clear: both;
}
/* ul reset
------------------------------------------------------------*/
.header_nav ul, .footer_nav, .index_news ul, .sliderwrap .giaslider, .index_beginner_btns, .index_beginner_wrap, .pickup_items .pickup_item ul, .pickup_points ul, .sell_merit .merit_point .p1_items .p1_item_aoiro ul, .beginner_dic .dic_tags ul, .reform_reno .reno_set .reno_r .spec ul, .reform_reno .reno_set2 .reno_r .spec ul, .archive_item ul, ul.blog_footer_list, .archivelist, .archivelist li ul, .blog_cat_nav ul, .blog_cat_nav_reform ul, .blog_cat_nav_inspection ul, .sns, .dic_tags_single ul, .isw {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* inner
------------------------------------------------------------*/
header .inner, footer .inner {
  padding: 0 10px;
  width: 100%;
}
@media only screen and (min-width: 1380px) {
  header .inner, footer .inner {
    margin: 0 auto;
    padding: 0;
    width: 980px;
  }
}
/* フォント
------------------------------------------------------------*/
.company_info .btn_gmap, .index_lead .btn_lead, .index_news h2, .index_pickup_inner .btn_pickup, .btn_blog, .btn_gia, .btn_beginner, .pickup_contact .pickup_tel, .btn_pj_more, .pickup_contact_single .tel a.telnumber, .pickup_contact_single .tel p.telnumber, .beginner_items .beginner_item .post_num, .beginner_system .btn_beginner_system, .beginner_single .post_num, .btn_sell_more, .tell_wrap .btn_tell {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  letter-spacing: 0.2rem;
}
/* ロールオーバーの処理
------------------------------------------------------------*/
.header_nav ul .fb a:hover, .grouplist .grouplistitem a:hover, .side_btns a:hover, .btn:hover, .index_lead .btn_lead:hover, .index_pickup_inner .btn_pickup:hover, .btn_blog:hover, .btn_gia:hover, .btn_beginner:hover, .btn_beginner2:hover, .index_check .btn_check:hover, .btn_pj_more:hover, .beginner_items .post_content .btn_beginner:hover, .beginner_system .btn_beginner_system:hover, .btn_sell_more:hover, .btn_theme:hover, .index_pickup_inner .pickup_link a:hover, .index_pickup_item .index_pickup_img:hover, .index_blog_item_lg .thum:hover, .index_blog_item .thum:hover, .blog_cat_link a:hover, .sliderwrap .giaslider li a:hover, .index_beginner_btns a:hover, .index_check .btn_line:hover, .concept_village .village_items .village_item .hp:hover, .pickup_local_nav a:hover, .pickup_items .pickup_item .item_imglink:hover, .pickup_links a:hover, .pickup_contact .btn_pickup_contact:hover, .estate_img:hover, .sell_merit .merit_links a:hover, .sell_merit .merit_point .p3_items .group_items .group_item a.groupname:hover, .beginner_dic .dic_tags a:hover, .reform_works .works_items .works_item a img:hover, .archive_item_lg .item_img1link:hover, .archive_item .item_img1link:hover, .archivelist li span:hover, .blog_cat_nav ul li a:hover, .blog_cat_nav_reform ul li a:hover, .blog_cat_nav_inspection ul li a:hover, .postmeta_main .blog_cat:hover, .relation_posts .relation_post:hover, .relation_posts_pu .relation_post:hover, .sns li a:hover, .blog_tag a:hover, .blog_tag_relations .blog_tag_relation:hover, .blog_rankings .blog_ranking:hover, .dic_tags_single a:hover {
  opacity: 0.5;
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  text-decoration: none !important;
}
.note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
.note a {
  text-decoration: underline;
}
.note a:hover {
  text-decoration: none;
}
/* デバイスごとの表示の制御
------------------------------------------------------------*/
.dspsp {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .dspsp {
    display: none !important;
  }
}
.dsppc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .dsppc {
    display: block !important;
  }
}
.dsppc_i {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .dsppc_i {
    display: inline !important;
  }
}
/*/////////////////////////////////////////////////////////////

	structures

///////////////////////////////////////////////////////////////

	共通の設定

=============================================================*/
body, article, aside, details, div, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, p, header, hgroup, main, menu, nav, section, summary, ul, ol, ul li, dl, dt, dd, span, table, th, td, a, input, textarea {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.1rem;
  line-height: 2rem;
  font-weight: normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  display: block;
}
a {
  color: #182a63;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #182a63;
}
a:hover {
  text-decoration: underline;
  color: #182a63;
}
/*=============================================================

	html, body, wrapper

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
html {
  font-size: 62.5%;
  /* 10px相当 */
  line-height: 62.5%;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #182a63;
  letter-spacing: 0.1rem;
}
.wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/*=============================================================

	header

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
header {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  header {
    padding: 40px 60px 0;
    width: 280px;
    height: 100vh;
  }
}
header .inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  header .inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
header._fixed {
  position: fixed;
  z-index: 9997;
}
.header_nav {
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .header_nav {
    display: block;
    position: static;
    width: 100%;
  }
}
.header_nav ul {
  background-color: #182a63;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .header_nav ul {
    background-color: transparent;
    border-top: none;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header_nav ul li {
  width: 50%;
  border-bottom: 1px solid #ccc;
  display: inline;
  position: relative;
}
.header_nav ul li:nth-of-type(2n+1) {
  border-left: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .header_nav ul li:nth-of-type(2n+1) {
    border-left: none;
  }
}
.header_nav ul li:after {
  content: url("images/global_arrow.png");
  position: absolute;
  top: 8px;
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .header_nav ul li:after {
    content: '';
    position: static;
  }
}
@media only screen and (min-width: 768px) {
  .header_nav ul li {
    width: 100%;
    height: auto;
    border: none;
  }
}
.header_nav ul li a {
  padding: 0 15px;
  width: 100%;
  height: 50px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  color: #fff;
  line-height: 50px;
  float: left;
  text-decoration: none;
}
.header_nav ul li a:hover, .header_nav ul li a:active {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .header_nav ul li a {
    padding: 0;
    color: #000;
    height: auto;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 30px;
    line-height: 3.0rem;
    color: #182a63;
    text-align: right;
    font-weight: bold;
  }
}
.header_nav ul .close, .header_nav ul .fb {
  width: 100%;
}
.header_nav ul .close:after, .header_nav ul .fb:after {
  display: none;
}
.header_nav ul .close a, .header_nav ul .fb a {
  padding: 0;
}
.header_nav ul .close {
  padding: 0;
  border-left: none !important;
  display: flex;
  /* 2 */
  justify-content: flex-end;
  /* 3 */
  align-items: flex-end;
}
.header_nav ul .close a {
  width: 30px;
  height: 30px;
  display: block;
}
.header_nav ul .close a img {
  width: 30px;
  height: 30px;
  display: block;
}
.header_nav ul .fb {
  padding: 20px 0;
  display: flex;
  /* 2 */
  justify-content: center;
  /* 3 */
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .header_nav ul .fb {
    display: none;
  }
}
.header_nav ul .fb a {
  margin: 0 auto;
  width: 35px;
  height: 35px;
  display: block;
}
.header_nav ul .fb a img {
  width: 35px;
  height: 35px;
  display: block;
}
.header_nav ul .tel {
  margin-top: 20px;
  margin-bottom: 10px;
}
.header_nav ul .tel img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header_nav ul .tel img {
    margin: 0 auto;
    display: block;
  }
}
.logo {
  margin: 0 auto;
  width: 36px;
}
@media only screen and (min-width: 768px) {
  .logo {
    width: 110px;
  }
}
.logo img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .logo img {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  nav.global {
    display: block;
  }
}
/* */
.btn_sp_nav {
  padding: 5px 0;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9998;
  display: block;
}
.btn_sp_nav img {
  width: 30px;
  height: 30px;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .btn_sp_nav {
    display: none;
  }
}
/*=============================================================

	main, contents, sidebar

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.main {
  padding: 60px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .main {
    margin: 0 0 0 280px;
    padding: 0;
    width: 100%;
  }
}
.main._index {
  padding-top: 0;
}
.contents {
  padding: 60px 0 60px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contents {
    padding: 70px 0 80px 0;
    position: relative;
  }
}
/*=============================================================

	footer

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.totop {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
}
.totop img {
  display: block;
}
footer {
  width: 100%;
  background-color: #182a63;
}
.footer_bg {
  width: 100%;
  padding: 30px 0;
  background: url(images/footer_bg.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .footer_bg {
    padding: 50px 0;
  }
}
.company_info {
  margin: 0 auto;
  width: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .company_info {
    width: 450px;
  }
}
@media only screen and (min-width: 1380px) {
  .company_info {
    width: 900px;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.company_info .info {
  margin-bottom: 10px;
  padding: 20px 7%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 768px) {
  .company_info .info {
    margin-bottom: 0;
    padding: 60px 50px;
    width: 450px;
    height: 250px;
  }
}
.company_info .info .logo_footer {
  margin-top: 20px;
  display: block;
  width: 21%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .company_info .info .logo_footer {
    margin-top: 10px;
    width: 80px;
  }
}
.company_info .info .logo_footer img {
  width: 100%;
  height: auto;
}
.company_info .info p {
  width: 72%;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #182a63;
  letter-spacing: 0.1rem;
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
}
@media only screen and (min-width: 768px) {
  .company_info .info p {
    width: 230px;
  }
}
.company_info .info p strong {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  letter-spacing: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .company_info .info p strong {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
.company_info .googlemap {
  display: none;
}
@media only screen and (min-width: 768px) {
  .company_info .googlemap {
    width: 450px;
    display: block;
  }
}
.company_info .btn_gmap {
  background-color: #182a63;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .company_info .btn_gmap {
    display: none;
  }
}
.footer_item {
  padding: 30px 0 0 0;
}
.footer_item h2 {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 160px;
}
.footer_item h2 img {
  margin: 0 auto;
  display: block;
}
.footer_item hr {
  display: none;
  width: 90%;
}
@media only screen and (min-width: 1380px) {
  .footer_item hr {
    margin-bottom: 30px;
    width: 900px;
    display: block;
    border: none;
    border-top: 1px solid #fff;
  }
}
.grouplist {
  margin: 0 auto;
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .grouplist {
    width: 64%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1380px) {
  .grouplist {
    /*width: 640px;*/
    width: 700px;
  }
}
.grouplist .grouplistitem {
  margin-bottom: 25px;
  width: 100%;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .grouplist .grouplistitem {
    width: 30%;
  }
}
@media only screen and (min-width: 1380px) {
  .grouplist .grouplistitem {
    /*width: 200px;*/
      width: 160px;
  }
}
.grouplist .grouplistitem a {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.grouplist .grouplistitem a img {
  margin: 0 auto;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .grouplist .grouplistitem a img {
    width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .grouplist .grouplistitem a img {
    width: 75%;
  }
}
@media only screen and (min-width: 1380px) {
  .grouplist .grouplistitem a img {
    width: 150px;
  }
}
.grouplist .grouplistitem p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.grouplist .grouplistitem strong {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
  line-height: 3rem;
}
.footer_nav {
  margin: 0 auto 20px;
  width: 240px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .footer_nav {
    width: 500px;
    border: none;
  }
}
.footer_nav a {
  width: 50%;
  border-bottom: 1px solid #fff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 40px;
  color: #fff;
  text-align: center;
  display: block;
}
.footer_nav a._bdn {
  border-bottom: none;
}
.footer_nav a:nth-of-type(2n-1) {
  border-right: 1px solid #fff;
}
.footer_nav a:active {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .footer_nav a {
    width: 25%;
    height: 20px;
    border: none !important;
    text-align: left;
  }
  .footer_nav a:nth-of-type(1) {
    display: none;
  }
  .footer_nav a:nth-of-type(2) {
    order: 1;
  }
  .footer_nav a:nth-of-type(3) {
    order: 5;
  }
  .footer_nav a:nth-of-type(4) {
    order: 9;
  }
  .footer_nav a:nth-of-type(5) {
    order: 2;
  }
  .footer_nav a:nth-of-type(6) {
    order: 6;
  }
  .footer_nav a:nth-of-type(7) {
    order: 10;
  }
  .footer_nav a:nth-of-type(8) {
    order: 3;
  }
  .footer_nav a:nth-of-type(9) {
    order: 7;
  }
  .footer_nav a:nth-of-type(10) {
    order: 13;
  }
  .footer_nav a:nth-of-type(11) {
    order: 4;
  }
  .footer_nav a:nth-of-type(12) {
    order: 8;
  }
  .footer_nav a:nth-of-type(13) {
    display: none;
  }
  .footer_nav a:nth-of-type(14) {
    order: 14;
  }
}
.footer_instagram {
  margin: 0 auto 10px;
  width: 40px;
  height: 40px;
  display: block;
}
.footer_instagram img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer_instagram {
    display: none;
  }
}
.copy {
  padding: 0 0 10px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  text-align: center;
  color: #fff;
  line-height: 40px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .copy br {
    display: none;
  }
}
.contact_btns {
  width: 100%;
  height: 40px;
  background-color: #182a63;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 9999;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .contact_btns {
    display: none;
  }
}
.contact_btns a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.contact_btns a.btn_consulting {
  width: 48%;
  border-right: 1px solid #fff;
}
.contact_btns a.btn_register {
  width: 36%;
  border-right: 1px solid #fff;
}
.contact_btns a.btn_tel {
  width: 16%;
}
.side_btns {
  display: none;
}
@media only screen and (min-width: 768px) {
  .side_btns {
    width: 40px;
    display: block;
    position: fixed;
    top: 110px;
    right: 0;
    z-index: 9999;
  }
}
/*/////////////////////////////////////////////////////////////

 pages

///////////////////////////////////////////////////////////////

/* 共通
-------------------------------------------------------------*/
.page_ttl {
  margin: 0 auto 40px;
  width: auto;
}
.page_ttl img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .page_ttl {
    width: 50%;
  }
}
@media only screen and (min-width: 1380px) {
  .page_ttl {
    margin-bottom: 75px;
    width: 540px;
  }
}
.page_ttl_sub {
  margin-bottom: 80px;
  color: #182a63;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
  font-weight: bold;
}
.border_ttl {
  margin: 0 0 30px;
  padding: 13px 0;
  border-top: 3px solid #182a63;
  border-bottom: 1px solid #182a63;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #182a63;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 1380px) {
  .border_ttl {
    margin: 0 auto 40px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.flexbox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  background-color: #d5d5d5;
}
.flexbox .flexitem {
  flex-grow: 1;
  background-color: yellow;
}
.btn, .index_lead .btn_lead, .index_pickup_inner .btn_pickup, .btn_blog, .btn_gia, .btn_beginner, .btn_beginner2, .index_check .btn_check, .btn_pj_more, .beginner_items .post_content .btn_beginner, .beginner_system .btn_beginner_system, .btn_sell_more, .btn_theme {
  width: 100%;
  border: 1px solid #182a63;
  font-size: 13px;
  font-size: 1.3rem;
  color: #182a63;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  display: block;
}
._bullet:after, .index_pickup_inner .btn_pickup:after, .btn_blog:after, .btn_gia:after, .btn_beginner:after, .btn_beginner2:after, .index_check .btn_check:after, .btn_sell_more:after {
  content: url("images/global_arrow.png");
  position: absolute;
  top: 0px;
  right: 15px;
}
/*-------------------------------------------------------------

  トップページ

-------------------------------------------------------------*/
._index .contents {
  padding-top: 0;
}
.topvisual {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .topvisual {
    width: 100%;
  }
}
.topvisual .topvisual_logo_sp {
  margin: 0 auto 50px;
  width: 17.3%;
}
@media only screen and (min-width: 768px) {
  .topvisual .topvisual_logo_sp {
    display: none;
  }
}
.topvisual .topvisual_logo_sp img {
  width: 100%;
  height: auto;
  display: block;
}
.topvisual .topvisual_logo {
  margin: 0 auto 150px;
  width: 46.8%;
}
@media only screen and (min-width: 768px) {
  .topvisual .topvisual_logo {
    width: 320px;
    position: relative;
  }
}
.topvisual .topvisual_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.topvisual .topvisual_logo .top_visual_catch {
  display: none;
}
@media only screen and (min-width: 768px) {
  .topvisual .topvisual_logo .top_visual_catch {
    display: block;
    position: absolute;
    top: 10px;
    left: -116px;
    width: 80px;
    height: auto;
  }
}
.topvisual .top_visual_catch_sp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-shadow: 0px 0px 6px #000;
}
@media only screen and (min-width: 768px) {
  .topvisual .top_visual_catch_sp {
    display: none;
  }
}
/* index - lead
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.index_lead {
  margin-bottom: 30px;
  padding: 390px 30px 60px;
  background: #000 url(images/index_lead_bg_sp.png) no-repeat center top;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .index_lead {
    margin-bottom: 0;
    padding: 50px 0 50px 100px;
    background-image: url(images/index_lead_bg.png);
    background-size: cover;
  }
}
.index_lead h2 {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .index_lead h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.index_lead p {
  margin-bottom: 25px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 23px;
  line-height: 2.3rem;
  text-align: justify;
}
.index_lead p br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .index_lead p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  .index_lead p br {
    display: block;
  }
}
.index_lead .btn_lead {
  margin: 0 auto;
  width: 80%;
  border: 1px solid #fff;
  color: #fff;
  line-height: 40px;
  position: relative;
}
.index_lead .btn_lead:after {
  content: url("images/global_arrow.png");
  position: absolute;
  top: 0px;
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .index_lead .btn_lead {
    margin: 0;
    padding-left: 18px;
    width: 230px;
    text-align: left !important;
    line-height: 50px;
  }
}
/* index - NEWS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.index_news {
  margin: 0 auto 45px;
  padding: 15px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .index_news {
    margin-bottom: 75px;
    padding: 30px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1380px) {
  .index_news {
    width: 1000px;
  }
}
.index_news h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #345ba8;
}
@media only screen and (min-width: 768px) {
  .index_news h2 {
    margin-right: 60px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 96px;
    text-align: left;
  }
}
.index_news ul li {
  font-size: 12px;
  font-size: 1.2rem;
}
.index_news ul li .date {
  padding-right: 20px;
}
.index_news ul li a {
  color: #182a63;
}
/* index - pick up
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.index_pickup {
  margin-bottom: 50px;
  padding: 60px 20px 30px;
  background: url("images/common_bg.png");
}
@media only screen and (min-width: 768px) {
  .index_pickup {
    margin-bottom: 115px;
    padding: 0 0 3px;
  }
}
.index_pickup_inner {
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .index_pickup_inner {
    padding: 155px 45px 0;
  }
}
@media only screen and (min-width: 1380px) {
  .index_pickup_inner {
    padding: 155px 0 0;
    width: 1080px;
  }
}
.index_pickup_inner h2 {
  width: 40%;
  position: absolute;
  top: -75px;
  left: 20px;
}
@media only screen and (min-width: 768px) {
  .index_pickup_inner h2 {
    top: -25px;
    left: 0px;
    width: 20.8%;
  }
}
@media only screen and (min-width: 1380px) {
  .index_pickup_inner h2 {
    width: 225px;
  }
}
.index_pickup_inner h2 img {
  width: 100%;
  height: auto;
}
.index_pickup_inner .btn_pickup {
  margin: 0 auto 50px;
  width: 200px;
  background-color: #182a63;
  color: #fff;
  line-height: 40px;
}
@media only screen and (min-width: 768px) {
  .index_pickup_inner .btn_pickup {
    width: 120px;
    line-height: 30px;
    position: absolute;
    top: 75px;
    left: 0;
  }
}
.index_pickup_inner .pickup_link {
  margin: 0 auto;
  width: 60%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .index_pickup_inner .pickup_link {
    width: 433px;
    position: absolute;
    top: 25px;
    right: 55px;
  }
}
@media only screen and (min-width: 1380px) {
  .index_pickup_inner .pickup_link {
    top: 25px;
    right: 1.15%;
  }
}
.index_pickup_inner .pickup_link a {
  margin-bottom: 15px;
  display: block;
}
.index_pickup_inner .pickup_link a img {
  width: 100%;
  height: auto;
  display: block;
}
.index_pickup_items {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 1380px) {
  .index_pickup_items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.index_pickup_item {
  margin: 0 2.5% 20px;
  width: 45%;
}
.index_pickup_item .index_pickup_img {
  display: block;
  position: relative;
}
.index_pickup_item .soldout {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .index_pickup_item {
    margin: 0 1.15% 20px;
    width: 31%;
    position: relative;
  }
}
.index_pickup_item img {
  width: 100%;
  height: auto;
  display: block;
}
.index_pickup_item .pickup_cat {
  margin-bottom: 5px;
  background-color: #345ba8;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .index_pickup_item .pickup_cat {
    width: 110px;
    line-height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }
}
.index_pickup_item .pickup_cat._red {
  background-color: #ff0000 !important;
}
.index_pickup_item .pickup_content {
  margin: -10px auto 0;
  padding: 8px 7px;
  width: 92%;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid #182a63;
  position: relative;
  z-index: 8999;
}
@media only screen and (min-width: 768px) {
  .index_pickup_item .pickup_content {
    margin: -40px auto 0;
    padding: 15px 20px;
    width: 88.2%;
  }
}
@media only screen and (min-width: 1380px) {
  .index_pickup_item .pickup_content {
    width: 300px;
  }
}
.index_pickup_item .text {
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .index_pickup_item .text {
    margin-bottom: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
.index_pickup_item .price {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .index_pickup_item .price {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
.index_pickup_item .address {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .index_pickup_item .address {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
/* index - blog
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.index_blog {
  margin: 0 auto;
  padding: 0 0 50px;
  width: 100%;
  background: url("images/common_bg.png");
}
@media only screen and (min-width: 768px) {
  .index_blog {
    margin-bottom: 90px;
    padding: 0;
    position: relative;
    background-image: none;
  }
}
@media only screen and (min-width: 1380px) {
  .index_blog {
    width: 1080px;
  }
}
.index_blog h2 {
  margin-bottom: 30px;
  width: 56%;
  position: relative;
  top: -17px;
  left: 20px;
}
@media only screen and (min-width: 768px) {
  .index_blog h2 {
    margin-bottom: 20px;
    width: 28.2%;
    position: static;
  }
}
@media only screen and (min-width: 1380px) {
  .index_blog h2 {
    width: 305px;
  }
}
.index_blog h2 img {
  width: 100%;
}
.btn_blog {
  margin: 0 auto;
  width: 200px;
  background-color: #182a63;
  color: #fff !important;
  line-height: 40px;
  position: relative;
  z-index: 8999;
}
@media only screen and (min-width: 768px) {
  .btn_blog {
    margin: 0 0 50px;
    width: 120px;
    line-height: 30px;
  }
}
.index_blog_items {
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .index_blog_items {
    margin-top: -115px;
    padding: 0 45px;
  }
}
@media only screen and (min-width: 1380px) {
  .index_blog_items {
    padding: 0;
    width: 1060px;
  }
}
.index_blog_item_lg, .index_blog_item {
  position: relative;
}
.index_blog_item_lg .thum, .index_blog_item .thum {
  width: 100%;
  display: block;
}
.index_blog_item_lg .thum img, .index_blog_item .thum img {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .index_blog_item_lg .thum img, .index_blog_item .thum img {
    margin-bottom: 20px;
  }
}
.index_blog_item_lg .icon_new, .index_blog_item .icon_new {
  width: 15%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .index_blog_item_lg .icon_new, .index_blog_item .icon_new {
    width: auto;
  }
}
.index_blog_item_lg .blog_cat, .index_blog_item .blog_cat {
  padding: 0 10px;
  background-color: #345ba8;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  line-height: 20px;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .index_blog_item_lg .blog_cat, .index_blog_item .blog_cat {
    line-height: 25px;
  }
}
.index_blog_item_lg .text, .index_blog_item .text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: right;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .index_blog_item_lg .text, .index_blog_item .text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1380px) {
  .index_blog_item_lg .text, .index_blog_item .text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
.index_blog_item_lg .meta, .index_blog_item .meta {
  font-size: 10px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .index_blog_item_lg .meta, .index_blog_item .meta {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  .index_blog_item_lg .meta a, .index_blog_item .meta a {
    text-decoration: underline;
    color: #182a63;
  }
  .index_blog_item_lg .meta a:hover, .index_blog_item .meta a:hover {
    text-decoration: none;
  }
}
.index_blog_item_lg .meta .date, .index_blog_item .meta .date {
  display: block;
}
@media only screen and (min-width: 768px) {
  .index_blog_item_lg .meta .date, .index_blog_item .meta .date {
    display: inline;
  }
}
.index_blog_item_lg {
  margin: 0 auto 30px;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .index_blog_item_lg {
    margin: 0 0 40px;
    width: 51.8%;
  }
}
@media only screen and (min-width: 1380px) {
  .index_blog_item_lg {
    width: 560px;
  }
}
.index_blog_item {
  margin: 0 2.75% 25px;
  width: 44.5%;
}
@media only screen and (min-width: 768px) {
  .index_blog_item {
    margin: 0 0 35px;
    width: 37%;
  }
}
@media only screen and (min-width: 1380px) {
  .index_blog_item {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .item1 {
    padding-top: 106px;
    margin-right: 9.4%;
  }
  .item1 .icon_new {
    top: 106px;
  }
}
.item3 {
  margin-right: 9.4%;
}
.blog_cat_link {
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog_cat_link {
    width: 36.7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
    bottom: -40px;
    right: 55px;
  }
  .blog_cat_link a {
    width: 22.6%;
    display: block;
  }
  .blog_cat_link a img {
    width: 100%;
  }
}
@media only screen and (min-width: 1380px) {
  .blog_cat_link {
    bottom: 0;
    right: 20px;
    width: 397px;
  }
}
/* index - aoiro gia
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.index_gia {
  margin-bottom: 50px;
  padding: 10px 25px 25px;
  background-color: #182a63;
}
@media only screen and (min-width: 1380px) {
  .index_gia {
    padding: 25px 40px 15px;
  }
}
.index_gia .ttlwrap {
  margin-bottom: 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .index_gia .ttlwrap {
    float: left;
  }
}
@media only screen and (min-width: 1380px) {
  .index_gia .ttlwrap {
    width: 250px;
  }
}
.index_gia .ttlwrap h2 {
  width: 38%;
  float: left;
}
.index_gia .ttlwrap h2 img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .index_gia .ttlwrap h2 {
    width: 25%;
  }
}
@media only screen and (min-width: 1380px) {
  .index_gia .ttlwrap h2 {
    margin-bottom: 30px;
    width: 210px;
    float: none;
  }
}
.index_gia_inner {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1380px) {
  .index_gia_inner {
    width: 1000px;
  }
}
.btn_gia {
  margin: 20px auto 0;
  padding-left: 10px;
  width: 100px;
  background-color: #182a63;
  border: 1px solid #fff;
  color: #fff !important;
  text-align: left;
  line-height: 30px;
  position: relative;
  float: right;
}
@media only screen and (min-width: 768px) {
  .btn_gia {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 1380px) {
  .btn_gia {
    margin: 0;
    width: 120px;
    line-height: 30px;
    float: none;
  }
}
.sliderwrap {
  width: 100%;
}
@media only screen and (min-width: 1380px) {
  .sliderwrap {
    width: 750px;
    float: left;
  }
}
.sliderwrap h3 {
  margin: 0 auto 10px;
  width: 83%;
}
@media only screen and (min-width: 768px) {
  .sliderwrap h3 {
    margin-bottom: 15px;
    width: 50%;
  }
}
@media only screen and (min-width: 1380px) {
  .sliderwrap h3 {
    width: 356px;
  }
}
.sliderwrap h3 img {
  width: 100%;
}
.sliderwrap .giaslider {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .sliderwrap .giaslider {
    width: 750px;
  }
}
@media only screen and (min-width: 1380px) {
  .sliderwrap .giaslider {
    width: 750px;
  }
}
@media only screen and (min-width: 1380px) {
  .sliderwrap .giaslider li {
    margin: 0 5px;
  }
}
.sliderwrap .giaslider li a {
  display: block;
}
.sliderwrap .giaslider li a img {
  margin: 0 auto;
  border: 4px solid #fff;
  display: block;
}
/* index - beginner
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.index_beginner {
  margin: 0 auto 30px;
  padding: 0 20px;
  color: #182a63;
}
@media only screen and (min-width: 768px) {
  .index_beginner {
    padding: 0 3.7%;
  }
}
@media only screen and (min-width: 1380px) {
  .index_beginner {
    margin-bottom: 100px;
    padding: 0 40px;
    width: 1080px;
  }
}
.index_beginner h2 {
  margin-bottom: 25px;
  width: 70%;
}
.index_beginner h2 img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .index_beginner h2 {
    width: 26.2%;
  }
}
@media only screen and (min-width: 1380px) {
  .index_beginner h2 {
    width: 284px;
  }
}
.index_beginner_intro{
  margin-bottom: 20px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .index_beginner_intro {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
.index_beginner_btns {
  border-right: 1px solid #182a63;
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .index_beginner_btns {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.index_beginner_btns li {
  width: 33.3%;
}
@media only screen and (min-width: 768px) {
  .index_beginner_btns li {
    width: 200px;
  }
}
.index_beginner_btns a {
  width: 100%;
  border-top: 1px solid #182a63;
  border-left: 1px solid #182a63;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .index_beginner_btns a {
    width: 200px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 40px;
  }
}
.index_beginner_btns .current {
  background-color: #182a63;
}
.index_beginner_btns .current a {
  color: #fff;
}
.index_beginner_wrap .hide {
  display: none;
}
.index_beginner_contents {
  margin-bottom: 20px;
  padding: 20px 20px 150px;
  background: url(images/beginner_single_matome_bg.png) no-repeat bottom right;
  background-size: 50%;
  border: 1px solid #182a63;
}
@media only screen and (min-width: 768px) {
  .index_beginner_contents {
    padding: 30px 20px 60px;
    margin-bottom: 70px;
    background-image: url(images/beginner_single_matome_bg.png);
    background-size: 24.7%;
    position: relative;
    min-height: 250px;
  }
}
@media only screen and (min-width: 1380px) {
  .index_beginner_contents {
    padding: 40px 30px 60px;
    background-image: url(images/beginner_single_matome_bg.png);
    background-size: auto;
  }
}
.index_beginner_contents h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 1380px) {
  .index_beginner_contents h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .index_beginner_contents .index_beginner_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.index_beginner_contents .index_beginner_content ul {
  width: 85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: disc;
  list-style-position: outside;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .index_beginner_contents .index_beginner_content ul {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-right: 40px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
@media only screen and (min-width: 1380px) {
  .index_beginner_contents .index_beginner_content ul {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
.index_beginner_contents .index_beginner_content ul li {
  margin-bottom: 5px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .index_beginner_contents .index_beginner_content ul li {
    width: 46%;
  }
}
.index_beginner_contents .index_beginner_content ul li a em {
  background-color: #f2e953;
  font-style: normal;
}
.btn_beginner {
  display: none;
}
@media only screen and (min-width: 768px) {
  .btn_beginner {
    margin: 0 auto;
    padding-left: 20px;
    width: 230px;
    background-color: #182a63;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff !important;
    text-align: left;
    line-height: 50px;
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    font-style: normal;
  }
}
.btn_beginner2 {
  margin: 0 auto;
  width: 240px;
  background-color: #182a63;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff !important;
  line-height: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .btn_beginner2 {
    margin: 0 auto;
    width: 55%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1380px) {
  .btn_beginner2 {
    width: 600px;
  }
}
.index_beginner_catch {
  margin: 0 auto 10px;
  width: 76%;
}
.index_beginner_catch img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .index_beginner_catch {
    width: 50.5%;
  }
}
@media only screen and (min-width: 1380px) {
  .index_beginner_catch {
    width: 546px;
  }
}
/* index - 物件check
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.index_check {
  margin: 0 auto 35px;
  padding: 30px 40px 30px;
  width: 100%;
  background: url(images/common_bg.png);
}
@media only screen and (min-width: 768px) {
  .index_check {
    margin: 0 auto 100px;
    margin-left: 3.7%;
    padding-bottom: 40px;
    width: 92.6%;
  }
}
@media only screen and (min-width: 1380px) {
  .index_check {
    margin: 0 auto 100px;
    padding-bottom: 50px;
    width: 1000px;
  }
}
.index_check .index_Check_catch {
  margin: 0 auto 15px;
  width: 71%;
}
@media only screen and (min-width: 768px) {
  .index_check .index_Check_catch {
    margin-bottom: 20px;
    padding-top: 50px;
    width: 44.4%;
  }
}
@media only screen and (min-width: 1380px) {
  .index_check .index_Check_catch {
    width: 444px;
  }
}
.index_check .index_Check_catch img {
  width: 100%;
  display: block;
}
.index_check h2 {
  margin: 0 auto 20px;
  width: 76.7%;
}
@media only screen and (min-width: 768px) {
  .index_check h2 {
    margin-bottom: 30px;
    width: 43.4%;
  }
}
@media only screen and (min-width: 1380px) {
  .index_check h2 {
    width: 434px;
  }
}
.index_check h2 img {
  width: 100%;
  display: block;
}
.index_check .text {
  margin-bottom: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #182a63;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index_check .text {
    margin-bottom: 35px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 21px;
    line-height: 2.1rem;
  }
}
@media only screen and (min-width: 1380px) {
  .index_check .text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.index_check h3 {
  margin: 0 auto 15px;
  width: 50.1%;
}
@media only screen and (min-width: 768px) {
  .index_check h3 {
    width: 14.2%;
  }
}
@media only screen and (min-width: 1380px) {
  .index_check h3 {
    width: 142px;
  }
}
.index_check h3 img {
  width: 100%;
  display: block;
}
.index_check .index_check_flow {
  margin: 0 auto 30px;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .index_check .index_check_flow {
    width: 78%;
  }
}
@media only screen and (min-width: 1380px) {
  .index_check .index_check_flow {
    width: 780px;
  }
}
.index_check .index_check_line {
  display: none;
}
@media only screen and (min-width: 768px) {
  .index_check .index_check_line {
    margin: 0 auto 30px;
    padding: 25px 0;
    width: 70%;
    background-color: #182a63;
    display: block;
  }
  .index_check .index_check_line p {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    text-align: center;
    font-weight: bold;
  }
  .index_check .index_check_line p span {
    color: #68b72b;
  }
}
@media only screen and (min-width: 1380px) {
  .index_check .index_check_line {
    width: 700px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.index_check .btn_line {
  width: 100%;
  display: block;
}
.index_check .btn_line img {
  margin: 0 auto;
  width: 100px;
  height: auto;
  display: block;
}
.index_check .btn_check {
  margin: 0 auto;
  width: 100%;
  background-color: #68b72b;
  border: none;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff !important;
  line-height: 40px;
  letter-spacing: 0.3rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .index_check .btn_check {
    font-size: 18px;
    font-size: 1.8rem;
    width: 70%;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1380px) {
  .index_check .btn_check {
    width: 700px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.check_detail {
  padding: 30px 30px 0;
}
.check_detail h3 {
  margin: 0 auto 30px;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .check_detail h3 {
    width: 305px;
  }
}
.check_detail h3 img {
  width: 100%;
  height: auto;
}
.check_detail .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .check_detail .inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 860px;
  }
}
.check_detail .inner .step1 img, .check_detail .inner .step2 img, .check_detail .inner .step3 img {
  width: 100%;
}
.check_detail .inner .step1 p, .check_detail .inner .step2 p, .check_detail .inner .step3 p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.check_detail .inner .step1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .check_detail .inner .step1 {
    width: 241px;
  }
}
.check_detail .inner .step2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .check_detail .inner .step2 {
    width: 241px;
  }
}
.check_detail .inner .step3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .check_detail .inner .step3 {
    width: 300px;
  }
}
.check_detail .inner .step3 p {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .check_detail .inner .step3 p {
    margin: 0 auto;
    width: 241px;
  }
}
/* index - SUPPORT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.index_support {
  margin: 0 auto;
  padding: 0 20px;
  color: #182a63;
}
@media only screen and (min-width: 1380px) {
  .index_support {
    width: 1080px;
  }
}
.index_support h2 {
  margin: 0 auto 15px;
  width: 48.5%;
}
@media only screen and (min-width: 768px) {
  .index_support h2 {
    width: 12.5%;
  }
}
@media only screen and (min-width: 1380px) {
  .index_support h2 {
    width: 138px;
  }
}
.index_support img {
  width: 100%;
  display: block;
}
.index_support .inside, .index_support .outside {
  padding: 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index_support .inside, .index_support .outside {
    margin: 0 auto;
    width: 64.8%;
  }
}
@media only screen and (min-width: 1380px) {
  .index_support .inside, .index_support .outside {
    width: 700px;
  }
}
.index_support .inside h3, .index_support .outside h3 {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .index_support .inside h3, .index_support .outside h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.index_support .inside p, .index_support .outside p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index_support .inside p, .index_support .outside p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
  .index_support .inside p br, .index_support .outside p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1380px) {
  .index_support .inside p br, .index_support .outside p br {
    display: block;
  }
}
.index_support .inside {
  margin-bottom: 25px;
}
.index_support .outside {
  border: 1px dashed #182a63;
}
@media only screen and (min-width: 768px) {
  .index_support .outside {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
  .index_support .outside h3 {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
}
/* スマホのモーダルにスクロールバーを表示 */
#cboxLoadedContent::-webkit-scrollbar {
  /* スクロールバー全体 */
  width: 5px;
}
#cboxLoadedContent::-webkit-scrollbar-thumb {
  /* スクロールバーのある部分 */
  background: #999;
  border-radius: 10px;
}
#cboxLoadedContent::-webkit-scrollbar-track-piece:start {
  /* スクロールバーが表示されてない部分（前） */
  background: #ccc;
}
#cboxLoadedContent::-webkit-scrollbar-track-piece:end {
  /* スクロールバーが表示されてない部分（後ろ） */
  background: #ccc;
}
/*-------------------------------------------------------------

concept

-------------------------------------------------------------*/
.contents._concept {
  padding-top: 0;
}
.cover_ttl {
  width: 100%;
  background-size: cover;
}
.cover_ttl img {
  margin: 0 auto;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cover_ttl img {
    width: 50%;
  }
}
@media only screen and (min-width: 1380px) {
  .cover_ttl img {
    width: 540px;
  }
}
.cover_ttl._concept {
  padding: 30px 0 0 0;
  height: 300px;
  background: url(images/concept_visual.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .cover_ttl._concept {
    padding: 67px 0 0 0;
    height: 750px;
  }
}
.concept_lead_head {
  margin-bottom: 60px;
  padding: 0 20px;
  top: 150px;
  left: 20px;
}
@media only screen and (min-width: 768px) {
  .concept_lead_head {
    position: absolute;
    color: #fff;
    top: 200px;
    left: 120px;
  }
}
.concept_lead_head h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 1380px) {
  .concept_lead_head h2 {
    margin-bottom: 80px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.concept_lead_head p {
  text-align: justify;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
.concept_lead_head p br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .concept_lead_head p {
    width: auto;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  .concept_lead_head p br {
    display: block;
  }
}
.concept_lead h2 {
  margin: 0 auto 40px;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .concept_lead h2 {
    margin-bottom: 60px;
    width: 568px;
  }
}
.concept_lead h2 img {
  width: 100%;
  height: auto;
  display: block;
}
.concept_lead .lead_Troubles {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .concept_lead .lead_Troubles {
    width: 900px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.concept_lead .lead_Troubles .lead_trouble {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .concept_lead .lead_Troubles .lead_trouble {
    width: 22%;
  }
}
@media only screen and (min-width: 1380px) {
  .concept_lead .lead_Troubles .lead_trouble {
    margin-bottom: 40px;
    width: 210px;
  }
}
.concept_lead .lead_Troubles .lead_trouble img {
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .concept_lead .lead_Troubles .lead_trouble img {
    width: 80%;
  }
}
.concept_lead .lead_Troubles .lead_trouble p {
  margin-top: -20px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #182a63;
  text-align: center;
  font-weight: bold;
}
/* 初めての家さがし */
.lead_result {
  padding: 110px 20px 0;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1380px) {
  .lead_result {
    margin-bottom: 90px;
  }
}
.lead_result:before {
  content: url(images/concept_lead_arrow.png);
  margin: 0 auto;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.lead_result img {
  width: 100%;
}
.lead_result .lead_result_img1, .lead_result .lead_result_img2, .lead_result .lead_result_img3 {
  position: relative;
  display: block;
}
.lead_result .lead_result_img1, .lead_result .lead_result_img3 {
  margin: 0 auto;
  z-index: 10;
  width: 87%;
}
@media only screen and (min-width: 1380px) {
  .lead_result .lead_result_img1, .lead_result .lead_result_img3 {
    width: auto;
  }
}
.lead_result .lead_result_img2 {
  margin: 0 auto;
  top: -15px;
  z-index: 9;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .lead_result .lead_result_img2 {
    top: -35px;
  }
}
@media only screen and (min-width: 1380px) {
  .lead_result .lead_result_img2 {
    width: auto;
  }
}
.lead_result .lead_result_img3 {
  top: -30px;
}
@media only screen and (min-width: 768px) {
  .lead_result .lead_result_img3 {
    top: -70px;
  }
}
/* PROFILE */
.concept_greeting {
  padding: 0 0 0 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .concept_greeting {
    margin-bottom: 250px;
    position: relative;
  }
}
.concept_greeting .greeting_img {
  margin-bottom: 30px;
  width: 100%;
  height: 300px;
  background: url(images/concept_profile_img.png) no-repeat top right;
  background-size: 200%;
}
@media only screen and (min-width: 768px) {
  .concept_greeting .greeting_img {
    margin-bottom: 0;
    height: 700px;
    background-position: center center;
    background-size: cover;
  }
}
.concept_greeting .greeting_content {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .concept_greeting .greeting_content {
    position: absolute;
    top: 115px;
    left: 100px;
  }
}
.concept_greeting .greeting_content .catch {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #182a63;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .concept_greeting .greeting_content .catch {
    margin-bottom: 25px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.concept_greeting .greeting_content h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #182a63;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .concept_greeting .greeting_content h2 {
    margin-bottom: 30px;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 51px;
    line-height: 5.1rem;
  }
}
.concept_greeting .greeting_content p {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: justify;
}
.concept_greeting .greeting_profile {
  margin: 0 20px 60px;
  padding-bottom: 20px;
  background-color: rgba(0, 38, 101, 0.8);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .concept_greeting .greeting_profile {
    padding-bottom: 40px;
    width: 500px;
    position: absolute;
    bottom: -230px;
    left: 40px;
  }
}
.concept_greeting .greeting_profile .name {
  margin: 15px 0 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .concept_greeting .greeting_profile .name {
    margin-top: -20px;
  }
}
.concept_greeting .greeting_profile .name span {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}
.concept_greeting .greeting_profile p {
  padding: 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .concept_greeting .greeting_profile p {
    padding: 0 40px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
/* promise */
.concept_promise {
  margin-bottom: 129px;
  padding: 40px 40px 30px;
  background-color: #ebebeb;
}
@media only screen and (min-width: 768px) {
  .concept_promise {
    margin-bottom: 210px;
    padding: 64px 50px 60px;
  }
}
.concept_promise .promise_ttl {
  margin: 0 auto 30px;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .concept_promise .promise_ttl {
    margin-bottom: 60px;
    width: 309px;
  }
}
.concept_promise .promise_ttl img {
  width: 100%;
  height: auto;
  display: block;
}
.concept_promise .promise_items {
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .concept_promise .promise_items {
    width: 960px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.concept_promise .promise_items:after {
  margin: 0 auto;
  content: '';
  width: 200px;
  height: 129px;
  background: url(images/concept_andmore.png) no-repeat center center;
  background-size: contain;
  bottom: -199px;
  left: 0;
  right: 0;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .concept_promise .promise_items:after {
    width: 300px;
    height: 194px;
    background-size: cover;
    bottom: -265px;
  }
}
.concept_promise .promise_items .promise_item {
  margin-bottom: 30px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .concept_promise .promise_items .promise_item {
    margin-bottom: 0;
    width: 300px;
  }
}
.concept_promise .promise_items .promise_item img {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  display: block;
}
.concept_promise .promise_items p {
  padding: 0 30px 20px;
  position: relative;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .concept_promise .promise_items p {
    padding: 0 45px 35px;
  }
}
.concept_promise .promise_items .num1:before, .concept_promise .promise_items .num2:before, .concept_promise .promise_items .num3:before {
  position: absolute;
  top: -40px;
  left: 0;
}
.concept_promise .promise_items .num1:before {
  content: url(images/concept_promise_num1.png);
}
.concept_promise .promise_items .num2:before {
  content: url(images/concept_promise_num2.png);
}
.concept_promise .promise_items .num3:before {
  content: url(images/concept_promise_num3.png);
}
.concept_village {
  padding: 40px 20px 40px;
  background-color: #002665;
}
@media only screen and (min-width: 768px) {
  .concept_village {
    padding: 20px 70px 60px;
  }
}
.concept_village .village_logo {
  margin: 0 auto 20px;
  width: 25%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .concept_village .village_logo {
    width: 80px;
    margin: 0 auto 20px;
  }
}
.concept_village h2 {
  margin-bottom: 100px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 50px;
  line-height: 5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .concept_village h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
.concept_village h2 span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: normal;
  display: block;
}
@media only screen and (min-width: 768px) {
  .concept_village h2 span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
.concept_village .village_items {
  padding: 0 30px;
  border: 1px dashed #fff;
}
@media only screen and (min-width: 768px) {
  .concept_village .village_items {
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1380px) {
  .concept_village .village_items {
    margin: 0 auto;
    width: 920px;
  }
}
.concept_village .village_items .village_item {
  margin-bottom: 40px;
  width: 100%;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .concept_village .village_items .village_item {
    width: 29.3%;
  }
}
@media only screen and (min-width: 1380px) {
  .concept_village .village_items .village_item {
    margin-bottom: 60px;
    width: 270px;
  }
}
.concept_village .village_items .village_item img {
  margin: 0 auto 20px;
  display: block;
}
.concept_village .village_items .village_item .name {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  text-align: center;
}
.concept_village .village_items .village_item .hobby, .concept_village .village_items .village_item .pet {
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  margin-left: 51px;
  text-indent: -51px;
}
@media only screen and (min-width: 768px) {
  .concept_village .village_items .village_item .hobby, .concept_village .village_items .village_item .pet {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}
.concept_village .village_items .village_item .hobby span, .concept_village .village_items .village_item .pet span {
  margin-right: 5px;
  padding: 0 10px;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  color: #182a63;
  text-indent: 0;
  line-height: 20px;
  font-weight: bold;
  display: inline-block;
}
.concept_village .village_items .village_item .hp {
  margin: 20px auto 0;
  width: 200px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  position: relative;
  bottom: 0;
  display: block;
}
.concept_village .village_items .village_item .hp:after {
  content: url(images/icon_external.png);
  position: absolute;
  top: -3px;
  right: 10px;
}
.concept_village .village_items .village_item .hp:hover {
  text-decoration: none;
}
.concept_village .village_items .village_item._takagi {
  margin-top: -60px;
}
@media only screen and (min-width: 768px) {
  .concept_village .village_items .village_item._takagi {
    width: 100%;
  }
  .concept_village .village_items .village_item._takagi .name, .concept_village .village_items .village_item._takagi .hobby, .concept_village .village_items .village_item._takagi .pet {
    margin: 0 auto 10px;
    width: 270px;
  }
}
/*-------------------------------------------------------------

PICK UP

-------------------------------------------------------------*/
.contents._pickup {
  padding-bottom: 0;
}
/* ローカルナビゲーション
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.pickup_local_nav {
  margin: 0 auto 25px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .pickup_local_nav {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1380px) {
  .pickup_local_nav {
    margin-bottom: 25px;
    padding: 0;
    width: 1000px;
    -webkit-flex-wrap: no-wrap;
    -moz-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
  }
}
.pickup_local_nav a {
  margin-bottom: 15px;
  width: 48%;
  border: 2px solid #182a63;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #182a63;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pickup_local_nav a {
    width: 24%;
  }
}
.pickup_local_nav a:before {
  margin: 0 auto;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 50px;
  height: 42px;
}
@media only screen and (min-width: 768px) {
  .pickup_local_nav a:before {
    top: -30px;
  }
}
@media only screen and (min-width: 1380px) {
  .pickup_local_nav a {
    width: 235px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 75px;
    /* フォント置換による類似 */
  }
}
.pickup_local_nav .nature:before {
  content: url(images/pickup_icon_nature_sp.png);
}
@media only screen and (min-width: 1380px) {
  .pickup_local_nav .nature:before {
    content: url(images/pickup_icon_nature.png);
  }
}
.pickup_local_nav .urban:before {
  content: url(images/pickup_icon_urban_sp.png);
}
@media only screen and (min-width: 1380px) {
  .pickup_local_nav .urban:before {
    content: url(images/pickup_icon_urban.png);
  }
}
.pickup_local_nav .country:before {
  content: url(images/pickup_icon_country_sp.png);
}
@media only screen and (min-width: 1380px) {
  .pickup_local_nav .country:before {
    content: url(images/pickup_icon_country.png);
  }
}
.pickup_local_nav .others:before {
  content: url(images/pickup_icon_others_sp.png);
}
@media only screen and (min-width: 1380px) {
  .pickup_local_nav .others:before {
    content: url(images/pickup_icon_others.png);
  }
}
/* 検索窓
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.pickup_search {
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 20px;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .pickup_search {
    margin-bottom: 35px;
    width: 100%;
    text-align: right;
  }
}
@media only screen and (min-width: 480px) and (min-width: 1380px) {
  .pickup_search {
    padding: 0;
  }
}
@media only screen and (min-width: 1380px) {
  .pickup_search {
    width: 1000px;
  }
}
.pickup_search form {
  width: 230px;
  display: inline-block;
}
.pickup_search input {
  border: none;
}
.pickup_search input[type=text] {
  padding-left: 10px;
  width: 190px;
  height: 40px;
  background-color: #f2f2f2;
  display: block;
  float: left;
}
@media only screen and (min-width: 480px) {
  .pickup_search input[type=text] {
    display: inline-block;
  }
}
.pickup_search input[type=image] {
  width: 40px;
  height: 40px;
  background-color: #182a63;
  display: block;
  float: right;
}
@media only screen and (min-width: 480px) {
  .pickup_search input[type=image] {
    display: inline-block;
  }
}
/* 物件一覧
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.pickupwrap {
  padding: 20px 0 0;
  background: url(images/common_bg.png);
  position: relative;
}
@media only screen and (min-width: 1380px) {
  .pickupwrap {
    margin-bottom: 100px;
    padding: 25px 0 100px;
  }
}
.pickup_ttl {
  margin: 0 auto;
  width: 48%;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
}
.pickup_ttl img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .pickup_ttl {
    width: 21.2%;
  }
}
@media only screen and (min-width: 1380px) {
  .pickup_ttl {
    width: 230px;
    top: -24px;
  }
}
.pickup_ttl_sub {
  margin: 0 auto 30px;
  width: 60%;
}
.pickup_ttl_sub img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .pickup_ttl_sub {
    width: 21.8%;
  }
}
@media only screen and (min-width: 1380px) {
  .pickup_ttl_sub {
    margin-bottom: 50px;
    width: 236px;
  }
}
.pickup_itemswrap {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1380px) {
  .pickup_itemswrap {
    margin: 0 auto;
    margin-bottom: 50px;
    width: 1115px;
  }
}
/* Pickupのループ */
.pickup_items {
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1380px) {
  .pickup_items {
    padding: 0;
    margin: 0 auto;
    width: 1080px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.pickup_items .pickup_item {
  margin: 0 1% 20px;
  width: 47%;
  color: #182a63;
}
@media only screen and (min-width: 768px) {
  .pickup_items .pickup_item {
    margin: 0 2% 60px;
    width: 29.3%;
  }
}
.pickup_items .pickup_item .item_imglink {
  margin-bottom: 10px;
  width: 100%;
  display: block;
  position: relative;
}
.pickup_items .pickup_item .item_imglink img {
  width: 100%;
  display: block;
}
.pickup_items .pickup_item .item_imglink .soldout {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.pickup_items .pickup_item h4 {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
@media only screen and (min-width: 1380px) {
  .pickup_items .pickup_item h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: bold;
    text-align: justify;
  }
}
.pickup_items .pickup_item ul {
  margin-bottom: 10px;
}
.pickup_items .pickup_item ul li {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  color: #005bac;
  text-decoration: underline;
}
@media only screen and (min-width: 1380px) {
  .pickup_items .pickup_item ul li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.pickup_items .pickup_item ul li:before {
  content: url(images/pickup_icon_check.png);
  margin-right: 10px;
}
.pickup_items .pickup_item .pickup_meta {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media only screen and (min-width: 1380px) {
  .pickup_items .pickup_item .pickup_meta {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
/* その他物件
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.pickup_others {
  margin-bottom: 50px;
  padding: 0 20px;
  color: #182a63;
}
.pickup_others h2 {
  margin: 0 auto 30px;
  width: 32%;
}
.pickup_others h2 img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .pickup_others h2 {
    width: 9.4%;
  }
}
@media only screen and (min-width: 1380px) {
  .pickup_others h2 {
    width: 102px;
  }
}
.pickup_others h3 {
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  text-align: center;
  font-weight: bold;
}
.pickup_others p {
  margin-bottom: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
@media only screen and (min-width: 768px) {
  .pickup_others p {
    text-align: center;
  }
}
@media only screen and (min-width: 1380px) {
  .pickup_others p {
    margin-bottom: 40px;
    font-size: 23rem 13;
  }
}
.pickup_links {
  text-align: center;
}
@media only screen and (min-width: 1380px) {
  .pickup_links {
    margin: 0 auto;
    width: 696px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.pickup_links a {
  width: 28%;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .pickup_links a {
    width: 13%;
  }
}
@media only screen and (min-width: 1380px) {
  .pickup_links a {
    width: 144px;
  }
}
.pickup_links a img {
  width: 100%;
  display: block;
}
/* お問い合わせ
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.pickup_contact {
  padding: 30px 20px 40px;
  background-color: #182a63;
  color: #fff;
}
@media only screen and (min-width: 1380px) {
  .pickup_contact {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 1380px) {
  .pickup_contact .inner {
    margin: 0 auto;
    width: 750px;
  }
}
.pickup_contact h2 {
  margin-bottom: 30px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .pickup_contact h2 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 1380px) {
  .pickup_contact h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
.pickup_contact .pickup_tel {
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  display: block;
}
@media only screen and (min-width: 1380px) {
  .pickup_contact .pickup_tel {
    margin-bottom: 15px;
    width: 410px;
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 5rem;
    text-align: left;
    float: left;
  }
}
.pickup_contact .pickup_tel:hover {
  text-decoration: none;
}
.pickup_contact .pickup_tel span {
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-style: normal;
}
@media only screen and (min-width: 1380px) {
  .pickup_contact .pickup_tel span {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 28px;
    line-height: 2.8rem;
    text-align: left;
  }
}
.pickup_contact .btn_pickup_contact {
  border: 1px solid #fff;
  color: #fff;
  line-height: 45px;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 1380px) {
  .pickup_contact .btn_pickup_contact {
    padding: 0 40px;
    width: 300px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 65px;
    float: right;
  }
}
/*-------------------------------------------------------------

PICK UP single

-------------------------------------------------------------*/
.contents._pickup_single {
  padding: 60px 0 0;
}
.contents._pickup_single h1 {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #182a63;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .contents._pickup_single h1 {
    margin-bottom: 35px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.contents._pickup_single .inner {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .contents._pickup_single .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1380px) {
  .contents._pickup_single .inner {
    margin: 0 auto;
    padding: 0;
    width: 940px;
  }
}
.contents._pickup_single .postbody h2, .contents._pickup_single .postbody h3, .contents._pickup_single .postbody h4, .contents._pickup_single .postbody h5, .contents._pickup_single .postbody h6 {
  margin: 0 0 30px;
  color: #182a63;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .contents._pickup_single .postbody h2, .contents._pickup_single .postbody h3, .contents._pickup_single .postbody h4, .contents._pickup_single .postbody h5, .contents._pickup_single .postbody h6 {
    margin-bottom: 50px;
  }
}
.contents._pickup_single .postbody h2 {
  margin-bottom: 30px;
  padding: 10px 0;
  border-top: 3px solid #345ba8;
  border-bottom: 1px solid #345ba8;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  line-height: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contents._pickup_single .postbody h2 {
    margin-bottom: 50px;
    padding: 15px 0;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.contents._pickup_single .postbody h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .contents._pickup_single .postbody h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.contents._pickup_single .postbody h4 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  line-height: 2.3rem;
}
@media only screen and (min-width: 768px) {
  .contents._pickup_single .postbody h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
.contents._pickup_single .postbody h5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .contents._pickup_single .postbody h5 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
.contents._pickup_single .postbody h6 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .contents._pickup_single .postbody h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.contents._pickup_single .postbody p {
  width: 100%;
  margin-bottom: 30px;
  text-align: justify;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
}
@media only screen and (min-width: 768px) {
  .contents._pickup_single .postbody p {
    margin-bottom: 60px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.contents._pickup_single .postbody div {
  width: 100%;
}
.contents._pickup_single .postbody div a {
  width: 100%;
  display: block;
}
.contents._pickup_single .postbody img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0px;
}
.contents._pickup_single .postbody a {
  color: #182a63;
  text-decoration: underline;
}
.contents._pickup_single .postbody a:hover {
  text-decoration: none;
}
.contents._pickup_single .postbody blockquote {
  margin: 0;
  padding: 20px;
  border: 1px dashed #ccc;
}
@media only screen and (min-width: 768px) {
  .contents._pickup_single .postbody blockquote {
    margin-bottom: 40px;
  }
}
.contents._pickup_single .postbody blockquote p {
  margin-bottom: 0;
}
.contents._pickup_single .postbody .baloon_takagi, .contents._pickup_single .postbody .baloon_kato {
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .contents._pickup_single .postbody .baloon_takagi, .contents._pickup_single .postbody .baloon_kato {
    margin-bottom: 60px;
    width: 560px;
  }
}
.contents._pickup_single .postbody .baloon_takagi p, .contents._pickup_single .postbody .baloon_kato p {
  margin: 0;
  padding: 25px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #182a63;
  font-weight: bold;
  display: table;
}
.contents._pickup_single .postbody .baloon_takagi p span, .contents._pickup_single .postbody .baloon_kato p span {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .contents._pickup_single .postbody .baloon_takagi p, .contents._pickup_single .postbody .baloon_kato p {
    min-height: 108px;
    border-radius: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.contents._pickup_single .postbody .baloon_takagi {
  padding: 0 0 0 65px;
  background: url(images/baloon_takagi_bg.png) no-repeat center left;
  background-size: 65px;
}
@media only screen and (min-width: 768px) {
  .contents._pickup_single .postbody .baloon_takagi {
    padding: 0 0 0 114px;
    background-size: auto;
  }
}
.contents._pickup_single .postbody .baloon_takagi p {
  background-color: #f2f2f2;
}
.contents._pickup_single .postbody .baloon_kato {
  padding: 0 65px 0 0;
  background: url(images/baloon_kato_bg.png) no-repeat center right;
  background-size: 65px;
}
@media only screen and (min-width: 768px) {
  .contents._pickup_single .postbody .baloon_kato {
    padding: 0 114px 0 0;
    background-size: auto;
  }
}
.contents._pickup_single .postbody .baloon_kato p {
  background-color: #ebeff6;
}
.contents._pickup_single .postbody .blog_aoirogia {
  width: 100%;
}
.contents._pickup_single .postbody .light_blue {
  font-family: YuGo;
  color: #005bac;
  font-size: 18px;
  /* フォント置換による類似 */
  font-weight: 700;
  line-height: 36px;
  /* フォント置換による類似 */
  text-align: justify;
}
.contents._pickup_single .postbody iframe {
  margin: 0 auto;
  display: block;
  width: 320px;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .contents._pickup_single .postbody iframe {
    width: 560px;
    height: 315px;
  }
}
.breadclumb {
  display: none;
}
@media only screen and (min-width: 768px) {
  .breadclumb {
    margin-bottom: 40px;
    font-family: YuGo;
    color: #002665;
    font-size: 13px;
    /* フォント置換による類似 */
    font-weight: 500;
    line-height: 29.893px;
    /* フォント置換による類似 */
    text-align: justify;
    display: block;
  }
}
.pickup_ttl_single {
  margin-bottom: 15px;
  padding: 10px;
  border-top: 3px solid #182a63;
  border-bottom: 1px solid #182a63;
  font-size: 16px;
  font-size: 1.6rem;
  color: #182a63;
  font-weight: bold;
  text-align: center;
}
.pickup_ttl_single img {
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .pickup_ttl_single {
    padding: 15px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.pickup_points {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .pickup_points {
    margin-bottom: 50px;
  }
}
.pickup_points h2 {
  margin: 0 auto 20px;
  width: 40%;
  background-color: #005bac;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
}
@media only screen and (min-width: 768px) {
  .pickup_points h2 {
    margin: 0 0 20px;
    width: 120px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
  }
}
.pickup_points ul li {
  margin-bottom: 10px;
  padding: 0 0 0 25px;
  background: url(images/pickup_icon_check_single.png) no-repeat 0 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #182a63;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .pickup_points ul li {
    margin-bottom: 20px;
    padding: 0 0 0 48px;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}
.pickup_points ul li span {
  border-bottom: 5px solid #f4ea41;
}
.pickup-slide {
  margin: 0 auto 40px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pickup-slide {
    width: 85%;
  }
}
.pickup-slide__items {
  margin-bottom: 6px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pickup-slide__items {
    margin-bottom: 10px;
  }
}
.pickup-slide__items ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.pickup-slide__items ul li {
  width: 100%;
  height: 223px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pickup-slide__items ul li {
    height: 532px;
  }
}
.pickup-slide__items ul li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.pickup-slide__items .soldouts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .pickup-slide__thumbs {
    margin: 0 auto;
  }
}
.pickup-slide__thumbs ul {
  margin: 0 -3px;
  padding: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pickup-slide__thumbs ul {
    margin: 0 -5px;
  }
}
.pickup-slide__thumbs ul li {
  padding: 0 3px;
  height: 70px;
}
@media only screen and (min-width: 768px) {
  .pickup-slide__thumbs ul li {
    padding: 0 5px;
    height: 100px;
  }
}
.pickup-slide__thumbs ul li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: pointer;
}
.pickup-slide__thumbs .slick-current {
  opacity: .5 !important;
}
/* 画像の切り替えコンテナー */
.change_imgs {
  margin: 0 auto 35px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .change_imgs {
    width: 85.1%;
    height: auto;
  }
}
@media only screen and (min-width: 1380px) {
  .change_imgs {
    margin-bottom: 35px;
    width: 800px;
  }
}
.change_imgs .change_img {
  margin: 0 0 10px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.change_imgs .change_img img {
  width: 100%;
  height: auto;
  display: block;
}
.change_imgs .change_img .soldouts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 9999;
}
.change_imgs .change_thum {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.change_imgs .change_thum li {
  float: left;
}
@media only screen and (min-width: 768px) {
  .change_imgs .change_thum li {
    margin-left: 1.2%;
    width: 15.6%;
    height: auto;
  }
}
@media only screen and (min-width: 1380px) {
  .change_imgs .change_thum li {
    margin: 0 0 0 10px;
    width: 125px;
    height: 80px;
    overflow: hidden;
  }
}
.change_imgs .change_thum li a {
  width: 100%;
  height: auto;
}
.change_imgs .change_thum li a img {
  width: 100%;
  height: auto;
}
.change_imgs .change_thum li .over {
  opacity: 0.5;
}
.change_imgs .change_thum li:first-of-type {
  margin-left: 0;
}
/* スタッフ評価
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.pickup_recomend h2 {
  margin: 0 auto;
  width: 60%;
  background-color: #182a63;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .pickup_recomend h2 {
    width: 180px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.pickup_recomend .pickup_rating {
  width: 100%;
  margin-bottom: 40px;
  border-top: 3px solid #182a63;
}
@media only screen and (min-width: 768px) {
  .pickup_recomend .pickup_rating {
    margin-bottom: 60px;
    border-top: 4px solid #182a63;
  }
}
.pickup_recomend .pickup_rating tr {
  border-top: 1px dashed #182a63;
}
.pickup_recomend .pickup_rating tr:last-of-type {
  border-bottom: 2px solid #182a63;
}
@media only screen and (min-width: 768px) {
  .pickup_recomend .pickup_rating tr {
    border-top: none;
  }
}
.pickup_recomend .pickup_rating th, .pickup_recomend .pickup_rating td {
  padding: 14px 0;
  text-align: left;
  color: #182a63;
  display: block;
  float: left;
}
@media only screen and (min-width: 768px) {
  .pickup_recomend .pickup_rating th, .pickup_recomend .pickup_rating td {
    display: table-cell;
    float: none;
  }
}
.pickup_recomend .pickup_rating th {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .pickup_recomend .pickup_rating th {
    width: 100px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
.pickup_recomend .pickup_rating .comment {
  padding: 0 0 14px 0;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
}
.pickup_recomend .pickup_rating .comment br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pickup_recomend .pickup_rating .comment {
    padding: 14px 0;
    width: 700px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .pickup_recomend .pickup_rating .comment br {
    display: block;
  }
}
.pickup_recomend .pickup_rating .rate {
  width: 50%;
  color: #ffc236;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .pickup_recomend .pickup_rating .rate {
    width: 100px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 60px;
    line-height: 6rem;
    text-align: center;
    font-weight: bold;
  }
}
/* 物件概要
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.pickup_desc {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .pickup_desc {
    margin-bottom: 60px;
  }
}
.estate_desc {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .estate_desc {
    width: 48%;
  }
}
@media only screen and (min-width: 1380px) {
  .estate_desc {
    width: 450px;
  }
}
.estate_desc tr {
  border-bottom: 1px dashed #182a63;
}
.estate_desc td, .estate_desc th {
  padding: 15px 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  color: #182a63;
  vertical-align: top;
}
.estate_desc th {
  width: 30%;
  color: #005bac;
  text-align: left;
}
.estate_desc td {
  width: 70%;
}
.estate_img {
  width: 100%;
  display: block;
  position: relative;
}
.estate_img:after {
  content: url(images/pickup_icon_roupe.png);
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.estate_img img {
  width: 100%;
}
/* PROJECT STORY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.pickup_projectstory {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .pickup_projectstory {
    margin-bottom: 60px;
  }
}
.pickup_projectstory_items {
  margin: 30px 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.pickup_projectstory_item {
  margin-bottom: 20px;
  width: 48%;
}
@media only screen and (min-width: 1380px) {
  .pickup_projectstory_item {
    width: 440px;
  }
}
.pickup_projectstory_item img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pickup_projectstory_item img {
    width: 27.2%;
  }
}
@media only screen and (min-width: 1380px) {
  .pickup_projectstory_item img {
    width: 120px;
    float: left;
  }
}
.pickup_projectstory_item p {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 23px;
  line-height: 2.3rem;
  color: #182a63;
  font-weight: bold;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .pickup_projectstory_item p {
    width: 65.9%;
    float: right;
  }
}
@media only screen and (min-width: 1380px) {
  .pickup_projectstory_item p {
    width: 290px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.btn_pj_more {
  margin: 0 auto;
  font-size: 13px;
  font-size: 1.3rem;
  color: #182a63;
  line-height: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .btn_pj_more {
    width: 400px;
  }
}
/* 周辺環境
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.pickup_envirament {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .pickup_envirament {
    margin-bottom: 60px;
  }
}
.pickup_envirament_items {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.pickup_envirament_item {
  margin-bottom: 15px;
  width: 45%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #182a63;
}
.areaplace {
  width: 80%;
  float: left;
}
.distance {
  width: 20%;
  float: right;
  text-align: right;
}
/* お問い合わせ欄
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.pickup_contact_single {
  margin-bottom: 40px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .pickup_contact_single {
    margin-bottom: 50px;
  }
}
.pickup_contact_single .tel {
  margin-bottom: 10px;
  width: 100%;
  background-color: #182a63;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .pickup_contact_single .tel {
    margin-bottom: 0;
    width: 68%;
    height: 160px;
    float: left;
  }
}
@media only screen and (min-width: 1380px) {
  .pickup_contact_single .tel {
    width: 640px;
  }
}
.pickup_contact_single .tel a.telnumber, .pickup_contact_single .tel p.telnumber {
  margin-bottom: 15px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .pickup_contact_single .tel a.telnumber, .pickup_contact_single .tel p.telnumber {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.pickup_contact_single .tel .biztime {
  margin: 0 auto;
  width: 80%;
  border: 1px solid #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pickup_contact_single .tel .biztime {
    width: 347px;
    height: 42px;
    line-height: 42px;
  }
}
.pickup_contact_single .mail {
  padding: 30px 0;
  background-color: #182a63;
}
@media only screen and (min-width: 768px) {
  .pickup_contact_single .mail {
    width: 29.7%;
    height: 160px;
    float: right;
  }
}
@media only screen and (min-width: 1380px) {
  .pickup_contact_single .mail {
    width: 280px;
  }
}
.pickup_contact_single .mail a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  display: block;
}
.pickup_contact_single .mail .fa {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 44px;
  line-height: 4.4rem;
}
.pickup_check {
  padding: 40px 0 45px;
  background-color: #f2f2f2;
}
.pickup_check h2 {
  width: 30%;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 768px) {
  .pickup_check h2 {
    width: 141px;
  }
}
.pickup_check h2 img {
  width: 100%;
  display: block;
}
.pickup_check .sub {
  margin: 0 auto 20px;
  width: 85%;
}
@media only screen and (min-width: 768px) {
  .pickup_check .sub {
    margin-bottom: 30px;
    width: 324px;
  }
}
.pickup_check .sub img {
  width: 100%;
  display: block;
}
.sliderwrap_pickup {
  margin: 0 auto;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .sliderwrap_pickup {
    width: 90%;
  }
}
@media only screen and (min-width: 1380px) {
  .sliderwrap_pickup {
    width: 880px;
  }
}
.sliderwrap_pickup .slider_pickup_item {
  margin: 0 10px;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 1380px) {
  .sliderwrap_pickup .slider_pickup_item {
    width: 280px;
  }
}
.sliderwrap_pickup .slider_pickup_item h4 {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
@media only screen and (min-width: 1380px) {
  .sliderwrap_pickup .slider_pickup_item h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: bold;
    text-align: justify;
  }
}
.sliderwrap_pickup .slider_pickup_item .item_imglink {
  position: relative;
}
.sliderwrap_pickup .slider_pickup_item .item_imglink img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  display: block;
}
.sliderwrap_pickup .slider_pickup_item .item_imglink .soldout {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
/*-------------------------------------------------------------

concept

-------------------------------------------------------------*/
.contents._sell {
  padding-top: 0;
  padding-bottom: 0;
}
.cover_ttl {
  width: 100%;
  background-size: cover;
}
.cover_ttl img {
  margin: 0 auto;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cover_ttl img {
    width: 50%;
  }
}
@media only screen and (min-width: 1380px) {
  .cover_ttl img {
    width: 540px;
  }
}
.cover_ttl._sell {
  padding: 30px 0 0 0;
  height: 300px;
  background: url(images/sell_visual.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .cover_ttl._sell {
    padding: 67px 0 0 0;
    height: 400px;
  }
}
.cover_text {
  color: #fff;
  position: absolute;
  top: 250px;
  left: 30px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .cover_text {
    font-size: 30px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 5rem;
    top: 180px;
    left: 120px;
  }
}
/* あおいろ不動産の強み */
.sell_lead {
  margin: 0 auto;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .sell_lead {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1380px) {
  .sell_lead {
    width: 1120px;
  }
}
.sell_lead h2 {
  margin-bottom: 35px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .sell_lead h2 {
    margin-bottom: 46px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 52px;
    line-height: 5.2rem;
  }
}
.sell_lead h2 span {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 2.7rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .sell_lead h2 span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.sell_lead .lead_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.sell_lead .lead_img {
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sell_lead .lead_img {
    margin-bottom: 80px;
    width: 50%;
  }
}
.sell_lead .lead_img img {
  width: 100%;
  height: auto;
  display: block;
}
.sell_lead .lead_text {
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sell_lead .lead_text {
    padding: 0 50px;
    width: 50%;
  }
}
.sell_lead .lead_text p {
  margin-bottom: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
}
@media only screen and (min-width: 768px) {
  .sell_lead .lead_text p {
    margin-bottom: 36px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.sell_lead .lead_text p span {
  border-bottom: 5px solid #f5ea41;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .sell_lead .lead_text p span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.sell_ttl {
  margin-bottom: 30px;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 50px;
  line-height: 5rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sell_ttl {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.sell_ttl:before {
  content: ' ';
  margin: 0 auto 20px;
  width: 84px;
  height: 34px;
  background: url(images/sell_merit_ttl_before.png);
  display: block;
}
.sell_ttl span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .sell_ttl span {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.sell_ttl._merit {
  margin: 0 auto 50px;
  left: 0;
  right: 0;
  position: absolute;
  top: -90px;
}
@media only screen and (min-width: 768px) {
  .sell_ttl._merit {
    top: -100px;
  }
}
/* あおいろ不動産の強み */
.sell_merit {
  margin-bottom: 80px;
  padding: 60px 20px 10px;
  background: url(images/common_bg.png);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .sell_merit {
    margin-bottom: 100px;
    padding: 110px 0 30px 0;
  }
}
.sell_merit .merit_links {
  margin: 0 auto 40px;
  padding: 0;
  border-bottom: 1px dashed #182a63;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) {
  .sell_merit .merit_links {
    margin-bottom: 40px;
    padding: 0 20px;
    width: 960px;
  }
}
.sell_merit .merit_links a {
  margin-bottom: 20px;
  width: 45%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .sell_merit .merit_links a {
    margin-bottom: 40px;
    width: 22%;
  }
}
.sell_merit .merit_links img {
  width: 100%;
  height: auto;
}
.sell_merit .merit_point {
  margin: 0 auto 60px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #182a63;
}
.sell_merit .merit_point:last-of-type {
  margin-bottom: 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .sell_merit .merit_point {
    margin: 0 auto 60px;
    padding-bottom: 60px;
    width: 960px;
  }
}
.sell_merit .merit_point .point_content h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 35px;
  line-height: 3.5rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sell_merit .merit_point .point_content h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.sell_merit .merit_point .point_content p {
  margin: 0 auto 30px;
  padding: 40px 20px 20px;
  border: 1px solid #182a63;
  background-color: #fff !important;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .sell_merit .merit_point .point_content p {
    width: 69.7%;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
@media only screen and (min-width: 1380px) {
  .sell_merit .merit_point .point_content p {
    margin-bottom: 30px;
    padding: 40px 50px 22px;
    width: 670px;
  }
}
.sell_merit .merit_point .point_content p:before {
  content: '';
  width: 100px;
  height: 58px;
  background: url(images/sell_merit_point.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: -20px;
  left: -10px;
}
@media only screen and (min-width: 768px) {
  .sell_merit .merit_point .point_content p:before {
    width: 139px;
    height: 80px;
    top: -30px;
    left: -52px;
  }
}
.sell_merit .merit_point .point_content._p1 h3:before {
  content: url(images/sell_merit_num1_bl.png);
  display: block;
}
.sell_merit .merit_point .point_content._p1 p {
  background: url(images/sell_merit_point1_img.png) no-repeat bottom right;
}
.sell_merit .merit_point .point_content._p2 h3:before {
  content: url(images/sell_merit_num2_bl.png);
  display: block;
}
.sell_merit .merit_point .point_content._p2 p {
  background: url(images/sell_merit_point2_img.png) no-repeat bottom right;
}
.sell_merit .merit_point .point_content._p3 h3:before {
  content: url(images/sell_merit_num3_bl.png);
  display: block;
}
.sell_merit .merit_point .point_content._p3 p {
  background: url(images/sell_merit_point3_img.png) no-repeat bottom right;
}
.sell_merit .merit_point .point_content._p4 {
  border-bottom: none;
}
.sell_merit .merit_point .point_content._p4 h3:before {
  content: url(images/sell_merit_num4_bl.png);
  display: block;
}
.sell_merit .merit_point .point_content._p4 p {
  background: url(images/sell_merit_point4_img.png) no-repeat bottom right;
}
.sell_merit .merit_point .point_text {
  margin-bottom: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sell_merit .merit_point .point_text {
    margin-bottom: 50px;
  }
}
.sell_merit .merit_point .p1_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .sell_merit .merit_point .p1_items {
    width: 900px;
  }
}
.sell_merit .merit_point .p1_items .p1_item_aoiro h4, .sell_merit .merit_point .p1_items .p1_item_other h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  height: 50px;
  text-align: center;
  color: #fff;
  line-height: 50px;
}
.sell_merit .merit_point .p1_items .p1_item_aoiro .chart, .sell_merit .merit_point .p1_items .p1_item_other .chart {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sell_merit .merit_point .p1_items .p1_item_aoiro .chart, .sell_merit .merit_point .p1_items .p1_item_other .chart {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
.sell_merit .merit_point .p1_items .p1_item_aoiro {
  margin-top: 30px;
  padding: 0 0 30px 0;
  border: 2px solid #182a63;
  background-color: #fff;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .sell_merit .merit_point .p1_items .p1_item_aoiro {
    padding: 0 0 30px 0;
    width: 46.6%;
  }
}
.sell_merit .merit_point .p1_items .p1_item_aoiro:before {
  margin: 0 auto;
  width: 84px;
  content: url(images/sell_merit_ttl_before.png);
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
.sell_merit .merit_point .p1_items .p1_item_aoiro h4 {
  background-color: #182a63;
}
.sell_merit .merit_point .p1_items .p1_item_aoiro .chart:after {
  margin: 10px auto;
  content: url(images/sell_merit_arrow_bl.png);
  display: block;
}
.sell_merit .merit_point .p1_items .p1_item_aoiro ul {
  padding: 0 45px;
}
.sell_merit .merit_point .p1_items .p1_item_aoiro ul li {
  padding: 0 0 0 20px;
  background: url(images/sell_icon_star.png) no-repeat 0 8px;
  font-weight: bold;
}
.sell_merit .merit_point .p1_items .p1_item_aoiro ul li span {
  border-bottom: 4px solid #f5ea41;
}
.sell_merit .merit_point .p1_items .p1_item_other {
  margin-top: 30px;
  padding: 0 0 30px 0;
  border: 2px solid #666;
  background-color: #fff;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sell_merit .merit_point .p1_items .p1_item_other {
    padding: 0 0 30px 0;
    width: 46.6%;
  }
}
.sell_merit .merit_point .p1_items .p1_item_other h4 {
  background-color: #666;
}
.sell_merit .merit_point .p1_items .p1_item_other .chart:after {
  margin: 10px auto;
  content: url(images/sell_merit_arrow_bk.png);
  display: block;
}
.sell_merit .merit_point .p1_items .result {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 45px;
  line-height: 4.5rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sell_merit .merit_point .p1_items .result {
    font-size: 30px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.sell_merit .merit_point .p1_items .baloon {
  padding: 0 20px;
  width: 100%;
}
.sell_merit .merit_point .p1_items .baloon img {
  width: 100%;
  height: auto;
  display: block;
}
.sell_merit .merit_point .p2_items .point_caution {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
}
.sell_merit .merit_point .p3_items .point_group {
  background: url(images/sell_merit_p3_bg.png) no-repeat center 30px;
  background-size: contain;
}
.sell_merit .merit_point .p3_items h4 {
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sell_merit .merit_point .p3_items h4 {
    margin-bottom: 65px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.sell_merit .merit_point .p3_items .group_items {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 1380px) {
  .sell_merit .merit_point .p3_items .group_items {
    width: 790px;
  }
}
.sell_merit .merit_point .p3_items .group_items .group_item {
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sell_merit .merit_point .p3_items .group_items .group_item {
    width: 29.1%;
  }
}
@media only screen and (min-width: 1380px) {
  .sell_merit .merit_point .p3_items .group_items .group_item {
    width: 230px;
  }
}
.sell_merit .merit_point .p3_items .group_items .group_item p {
  margin-bottom: 15px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 35px;
  line-height: 3.5rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sell_merit .merit_point .p3_items .group_items .group_item p {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.sell_merit .merit_point .p3_items .group_items .group_item a.groupname, .sell_merit .merit_point .p3_items .group_items .group_item p.groupname {
  margin: 0 auto;
  width: 70%;
  height: 50px;
  border: 1px solid #182a63;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  line-height: 5rem;
  color: #182a63;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .sell_merit .merit_point .p3_items .group_items .group_item a.groupname, .sell_merit .merit_point .p3_items .group_items .group_item p.groupname {
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
.sell_merit .merit_point .p4_items .p4img {
  width: 100%;
  height: auto;
  display: block;
}
/* さらに */
.sell_further {
  margin: 0 auto 50px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sell_further {
    margin: 0 auto 60px;
    width: 920px;
  }
}
.sell_further .further_items {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.sell_further .further_items .further_content {
  margin-bottom: 40px;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sell_further .further_items .further_content {
    margin-bottom: 50px;
    padding: 0 0 0 60px;
    width: 59.2%;
  }
}
@media only screen and (min-width: 1380px) {
  .sell_further .further_items .further_content {
    margin-bottom: 60px;
    width: 545px;
  }
}
.sell_further .further_items .further_content .further_ttl {
  margin-left: -30px;
  width: 30%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .sell_further .further_items .further_content .further_ttl {
    margin-left: -60px;
    width: 104px;
  }
}
.sell_further .further_items .further_content .further_ttl img {
  width: 100%;
  height: auto;
  display: block;
}
.sell_further .further_items .further_content h2 {
  margin-bottom: 20px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 35px;
  line-height: 3.5rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sell_further .further_items .further_content h2 {
    margin-bottom: 25px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.sell_further .further_items .further_content p {
  text-align: justify;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.sell_further .further_img {
  margin: 0 auto;
  width: 80%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .sell_further .further_img {
    padding: 190px 0 0 0;
    width: 35%;
  }
}
@media only screen and (min-width: 1380px) {
  .sell_further .further_img {
    width: 323px;
  }
}
.sell_further .further_img img {
  width: 100%;
  height: auto;
  display: block;
}
/* プラン */
.sell_plan {
  margin-bottom: 55px;
  background-color: #f0f0f0;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .sell_plan {
    margin-bottom: 65px;
    padding: 30px 0 20px 0;
  }
}
.sell_plan h2 {
  margin: 0 auto 10px;
}
@media only screen and (min-width: 768px) {
  .sell_plan h2 {
    margin-bottom: 0;
    width: 417px;
  }
}
.sell_plan h2 img {
  width: 100%;
  height: auto;
  display: block;
}
.sell_plan .plan_items {
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .sell_plan .plan_items {
    margin-bottom: 65px;
    width: 90%;
  }
}
@media only screen and (min-width: 1380px) {
  .sell_plan .plan_items {
    width: 890px;
  }
}
.sell_plan .plan_items .plan_item {
  margin: 0 auto 40px;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  .sell_plan .plan_items .plan_item {
    width: 30.3%;
  }
}
.sell_plan .plan_items .plan_item h3 {
  margin-bottom: 10px;
}
.sell_plan .plan_items .plan_item h3 img {
  width: 100%;
  height: auto;
  display: block;
}
.sell_plan .plan_items .plan_item p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  text-align: justify;
}
/* メリット */
.sell_sell {
  margin: 0 auto 80px;
  width: 83%;
}
@media only screen and (min-width: 1380px) {
  .sell_sell {
    margin-bottom: 100px;
    width: 800px;
  }
}
.sell_sell .sell_item {
  margin: 0 auto 10px;
  padding: 0 0 0 0;
  width: 100%;
  border: 2px solid #182a63;
}
@media only screen and (min-width: 768px) {
  .sell_sell .sell_item {
    background: url(images/sell_sell_bg.png) no-repeat center left;
  }
}
@media only screen and (min-width: 768px) {
  .sell_sell .sell_item {
    padding: 20px 0;
    display: table;
  }
}
.sell_sell .sell_item .sell_num {
  margin: 0 auto 15px;
  width: 100%;
  background-color: #182a63;
}
@media only screen and (min-width: 768px) {
  .sell_sell .sell_item .sell_num {
    display: table-cell;
    vertical-align: middle;
    width: 5%;
  }
}
@media only screen and (min-width: 1380px) {
  .sell_sell .sell_item .sell_num {
    width: 50px;
  }
}
.sell_sell .sell_item .sell_num img {
  margin: 0 auto;
  width: auto;
  display: block;
}
.sell_sell .sell_item .th, .sell_sell .sell_item .td {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .sell_sell .sell_item .th, .sell_sell .sell_item .td {
    display: table-cell;
    vertical-align: middle;
  }
}
.sell_sell .sell_item .th {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sell_sell .sell_item .th {
    width: 37.5%;
    margin-bottom: 0;
    border-right: 2px solid #182a63;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1380px) {
  .sell_sell .sell_item .th {
    width: 300px;
  }
}
.sell_sell .sell_item .td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .sell_sell .sell_item .td {
    padding-bottom: 0;
    width: 56.25%;
  }
}
@media only screen and (min-width: 1380px) {
  .sell_sell .sell_item .td {
    width: 450px;
  }
}
.sell_sell img {
  display: block;
}
.sell_actv {
  padding: 60px 0 30px;
  background: url(images/common_bg.png);
}
.sell_actv .actv_items {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .sell_actv .actv_items {
    padding: 0;
  }
}
@media only screen and (min-width: 1380px) {
  .sell_actv .actv_items {
    width: 880px;
  }
}
.sell_actv .actv_items .actv_item {
  margin: 0 auto 40px;
  width: 260px;
}
@media only screen and (min-width: 768px) {
  .sell_actv .actv_items .actv_item {
    margin-bottom: 50px;
  }
}
.sell_actv .actv_items .actv_item img {
  margin: 0 auto 25px;
  width: 83.7%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .sell_actv .actv_items .actv_item img {
    width: 83.7%;
  }
}
.sell_actv .actv_items .actv_item p {
  text-align: justify;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
}
/*-------------------------------------------------------------

  BEGINNER

-------------------------------------------------------------*/
.beginner_ttl {
  margin-bottom: 40px;
  width: 100%;
  height: 200px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: table;
}
@media only screen and (min-width: 980px) {
  .beginner_ttl {
    margin-bottom: 60px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.beginner_ttl span {
  padding: 0 0;
  display: table-cell;
  vertical-align: middle;
}
.beginner_ttl span em {
  margin: 0 auto;
  padding: 18px;
  width: 59%;
  background: url(images/beginner_ttl_line.png) no-repeat center bottom;
  font-style: normal;
  display: block;
}
@media only screen and (min-width: 1380px) {
  .beginner_ttl span em {
    width: 434px;
  }
}
.beginner_ttl.bg1 {
  background: url(images/beginner_vissual1.png) no-repeat center bottom;
  background-size: cover;
}
.beginner_ttl.bg2 {
  background: url(images/beginner_vissual2.png) no-repeat center bottom;
  background-size: cover;
}
.beginner_ttl.bg3 {
  background: url(images/beginner_vissual3.png) no-repeat center bottom;
  background-size: cover;
}
.beginner_items {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .beginner_items {
    padding: 0;
    margin: 0 auto 30px;
    width: 100%;
  }
}
@media only screen and (min-width: 1380px) {
  .beginner_items {
    margin: 0 auto 60px;
    width: 1080px;
  }
}
.beginner_items .beginner_item {
  margin: 0 0 60px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .beginner_items .beginner_item {
    margin: 0 2% 50px;
    width: 46%;
  }
}
@media only screen and (min-width: 980px) {
  .beginner_items .beginner_item {
    margin: 0 0.9% 50px;
    width: 31%;
  }
}
@media only screen and (min-width: 1380px) {
  .beginner_items .beginner_item {
    margin: 0 10px 50px;
    width: 340px;
  }
}
.beginner_items .beginner_item .post_num {
  margin: 0 auto 15px;
  padding: 0 0 3px 0;
  width: 80px;
  background: url(images/beginner_num_bg.png) no-repeat center bottom;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
  font-style: italic;
}
.beginner_items._single {
  width: 1000px !important;
}
.beginner_items .post_content {
  padding: 20px 20px 40px;
  background-color: #f3f3f3;
}
.beginner_items .post_content h3 {
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #182a63;
  font-weight: bold;
}
.beginner_items .post_content h3 a {
  text-decoration: underline;
}
.beginner_items .post_content .btn_beginner {
  margin: 0 auto;
  padding: 0;
  width: 50%;
  position: absolute;
  background-color: #182a63;
  color: #fff;
  line-height: 30px;
  bottom: -15px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .beginner_items .post_content .btn_beginner {
    width: 120px;
  }
}
.beginner_items .post_content p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #0f3668;
}
.beginner_system {
  margin: 0 auto 60px;
  width: 90%;
  position: relative;
  padding: 30px 0 50px;
  border: 1px solid #182a63;
  background: url(images/beginner_system_bg.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 1380px) {
  .beginner_system {
    margin: 0 auto 80px;
    width: 1000px;
  }
}
.beginner_system .catch {
  margin-bottom: 24px;
}
.beginner_system .catch img {
  margin: 0 auto;
  width: 60%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .beginner_system .catch img {
    width: auto;
  }
}
@media only screen and (min-width: 1380px) {
  .beginner_system {
    padding: 54px 220px 70px;
  }
}
.beginner_system h2 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 25px;
  line-height: 2.5rem;
  text-align: center;
  color: #002665;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .beginner_system h2 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}
@media only screen and (min-width: 1380px) {
  .beginner_system h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.beginner_system .btn_beginner_system {
  margin: 0 auto;
  width: 50%;
  background-color: #182a63;
  color: #fff;
  line-height: 50px;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 1380px) {
  .beginner_system .btn_beginner_system {
    width: 230px;
    line-height: 50px;
  }
}
.beginner_dic {
  margin: 0 auto;
  padding: 25px 30px 30px;
  background: url(images/common_bg.png);
}
@media only screen and (min-width: 768px) {
  .beginner_dic {
    padding: 56px 13% 60px;
  }
}
@media only screen and (min-width: 1380px) {
  .beginner_dic {
    padding: 56px 130px 60px;
    width: 1000px;
  }
}
.beginner_dic h2 {
  margin-bottom: 20px;
  padding-bottom: 25px;
  width: 100%;
  border-bottom: 3px solid #182a63;
  display: block;
}
@media only screen and (min-width: 1380px) {
  .beginner_dic h2 {
    margin: 0 auto 40px;
  }
}
.beginner_dic h2 img {
  margin: 0 auto;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .beginner_dic h2 img {
    width: 60%;
  }
}
@media only screen and (min-width: 1380px) {
  .beginner_dic h2 img {
    width: 436px;
  }
}
.beginner_dic p {
  margin: 0 auto 25px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .beginner_dic p {
    width: 65%;
  }
}
@media only screen and (min-width: 1380px) {
  .beginner_dic p {
    margin: 0 auto 45px;
    width: 436px;
  }
}
.beginner_dic p img {
  width: 100%;
  display: block;
}
.beginner_dic .dic_tags ul {
  text-align: center;
}
.beginner_dic .dic_tags li {
  margin-bottom: 15px;
  text-align: center;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .beginner_dic .dic_tags li {
    margin: 0 10px 20px;
  }
}
.beginner_dic .dic_tags a {
  padding-top: 18px;
  width: 100px;
  height: 66px;
  color: #fff;
  background: url(images/dic_tags_bg.png) no-repeat;
  background-size: contain;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: YuGo;
  display: block;
}
@media only screen and (min-width: 768px) {
  .beginner_dic .dic_tags a {
    padding-top: 20px;
    width: 120px;
    height: 79px;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
/* BEGINNER 詳細
-------------------------------------------------------------*/
.contents._beginner_single h1 {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #182a63;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  color: #182a63;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contents._beginner_single h1 {
    margin-bottom: 40px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
@media only screen and (min-width: 1380px) {
  .contents._beginner_single h1 {
    padding-bottom: 36px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.beginner_single {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .beginner_single {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1380px) {
  .beginner_single {
    padding: 0;
    width: 940px;
  }
}
.beginner_single .post_num {
  margin-bottom: 15px;
  background: url(images/beginner_single_num_bg.png) no-repeat center center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-size: cover;
  line-height: 31px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .beginner_single .post_num {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1380px) {
  .beginner_single .post_num {
    margin-bottom: 24px;
    background-size: cover;
    font-size: 20px;
    font-size: 2rem;
    line-height: 41px;
  }
}
.beginner_single .postbody {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .beginner_single .postbody {
    padding-bottom: 0 !important;
  }
}
.beginner_single .postbody br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .beginner_single .postbody br {
    display: block;
  }
}
.beginner_single .catch {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1380px) {
  .beginner_single .catch {
    width: 100%;
    margin-bottom: 23px;
  }
}
.beginner_single .catch img {
  margin: 0 auto;
  width: 85%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .beginner_single .catch img {
    width: auto;
  }
}
@media only screen and (min-width: 1380px) {
  .beginner_single .catch img {
    width: auto;
  }
}
.beginner_single .beginner_matome {
  margin-bottom: 60px;
  padding: 10% 10% 200px;
  border: 2px solid #182a63;
  background: url(images/beginner_single_matome_bg.png) no-repeat bottom right;
  background-size: 90%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .beginner_single .beginner_matome {
    padding: 5% 5% 50px;
    background-size: 25%;
  }
}
@media only screen and (min-width: 1380px) {
  .beginner_single .beginner_matome {
    margin-bottom: 120px;
    padding: 45px 45px 45px;
    width: 940px;
    background-size: auto;
  }
}
.beginner_single .beginner_matome:before {
  content: url(images/beginner_single_matome_ear.png);
  width: 32px;
  height: 32px;
  position: absolute;
  top: -2px;
  left: -2px;
}
.beginner_single .beginner_matome h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #182a63;
}
@media only screen and (min-width: 768px) {
  .beginner_single .beginner_matome h2 {
    width: 75%;
  }
}
@media only screen and (min-width: 1380px) {
  .beginner_single .beginner_matome h2 {
    padding-bottom: 15px;
    width: 600px;
  }
}
.beginner_single .beginner_matome p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
  color: #182a63;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .beginner_single .beginner_matome p {
    width: 75%;
  }
}
@media only screen and (min-width: 1380px) {
  .beginner_single .beginner_matome p {
    width: 600px;
  }
}
.beginner_ttl_single {
  margin: 0 20px 30px;
  border-top: 3px solid #182a63;
  border-bottom: 1px solid #182a63;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #182a63;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
}
@media only screen and (min-width: 1380px) {
  .beginner_ttl_single {
    margin: 0 auto 40px;
    width: 1080px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 25px;
    line-height: 2.5rem;
    line-height: 60px;
  }
}
.pagenav {
  margin-bottom: 50px;
  background: url(images/beginner_pagenav_bg.png) repeat-y center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .pagenav {
    margin-bottom: 100px;
  }
}
.pagenav p {
  width: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #182a63;
  font-weight: bold;
}
@media only screen and (min-width: 1380px) {
  .pagenav p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.pagenav .pre {
  padding: 0 15px 0 30px;
  background: url(images/arrow_l.png) no-repeat center left;
}
.pagenav .next {
  padding: 0 30px 0 15px;
  background: url(images/arrow_r.png) no-repeat center right;
  text-align: right;
}
/*-------------------------------------------------------------

  SYSTEM

-------------------------------------------------------------*/
.contents._system {
  padding-top: 0;
  padding-bottom: 40px;
}
.cover_ttl._system {
  margin-bottom: 0;
  padding: 30px 0 0 0;
  height: 300px;
  background: url(images/system_visual.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .cover_ttl._system {
    margin-bottom: 0 !important;
    padding: 67px 0 0 0;
    height: 750px;
  }
}
.system_lead {
  margin-bottom: 50px;
  padding: 35px 20px 1px;
  background: url(images/common_bg.png);
}
@media only screen and (min-width: 1380px) {
  .system_lead {
    margin-bottom: 60px;
    padding: 70px 0 1px;
  }
}
.system_lead h2 {
  margin-bottom: 35px;
  text-align: center;
  font-weight: bold;
  color: #182a63;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
}
@media only screen and (min-width: 1380px) {
  .system_lead h2 {
    margin-bottom: 45px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.system_lead p {
  margin-bottom: 30px;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .system_lead p {
    margin-bottom: 50px;
    text-align: center;
  }
}
.system_lead p br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .system_lead p br {
    display: block;
  }
}
.system_system h2 {
  margin: 0 auto 30px;
  width: 30%;
}
@media only screen and (min-width: 768px) {
  .system_system h2 {
    width: 126px;
    height: 49px;
  }
}
.system_system h2 img {
  width: 100%;
  height: auto;
  display: block;
}
.system_system1 h3, .system_system2 h3 {
  margin: 0 auto 30px;
  border-bottom: 5px solid #182a63;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .system_system1 h3, .system_system2 h3 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.system_system1 h3 {
  width: 250px;
}
@media only screen and (min-width: 768px) {
  .system_system1 h3 {
    padding-bottom: 5px;
    width: 300px;
  }
}
.system_system2 h3 {
  width: 240px;
}
@media only screen and (min-width: 768px) {
  .system_system2 h3 {
    width: 460px;
  }
}
.system_system1 {
  margin-bottom: 80px;
  padding: 0 20px;
}
.system_system1 img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .system_system1 img {
    width: auto;
  }
}
.system_system2 {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .system_system2 {
    padding: 0;
  }
}
.system2_items {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .system2_items {
    width: 100%;
  }
}
@media only screen and (min-width: 1380px) {
  .system2_items {
    width: 1000px;
  }
}
.system2_items .system2_item1, .system2_items .system2_item2, .system2_items .system2_item3, .system2_items .system2_item4, .system2_items .system2_item5 {
  margin: 0 auto 50px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .system2_items .system2_item1, .system2_items .system2_item2, .system2_items .system2_item3, .system2_items .system2_item4, .system2_items .system2_item5 {
    padding: 85px 0 0 0;
    min-height: 300px;
  }
}
.system2_items .system2_item1 .system2_item_content, .system2_items .system2_item2 .system2_item_content, .system2_items .system2_item3 .system2_item_content, .system2_items .system2_item4 .system2_item_content, .system2_items .system2_item5 .system2_item_content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .system2_items .system2_item1 .system2_item_content, .system2_items .system2_item2 .system2_item_content, .system2_items .system2_item3 .system2_item_content, .system2_items .system2_item4 .system2_item_content, .system2_items .system2_item5 .system2_item_content {
    width: 59%;
  }
}
@media only screen and (min-width: 1380px) {
  .system2_items .system2_item1 .system2_item_content, .system2_items .system2_item2 .system2_item_content, .system2_items .system2_item3 .system2_item_content, .system2_items .system2_item4 .system2_item_content, .system2_items .system2_item5 .system2_item_content {
    width: 590px;
  }
}
.system2_items .system2_item1 .system2_item_content img, .system2_items .system2_item2 .system2_item_content img, .system2_items .system2_item3 .system2_item_content img, .system2_items .system2_item4 .system2_item_content img, .system2_items .system2_item5 .system2_item_content img {
  margin: 0 auto 20px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .system2_items .system2_item1 .system2_item_content img, .system2_items .system2_item2 .system2_item_content img, .system2_items .system2_item3 .system2_item_content img, .system2_items .system2_item4 .system2_item_content img, .system2_items .system2_item5 .system2_item_content img {
    width: 10.5%;
    float: left;
  }
}
.system2_items .system2_item1 .system2_item_content .item_text, .system2_items .system2_item2 .system2_item_content .item_text, .system2_items .system2_item3 .system2_item_content .item_text, .system2_items .system2_item4 .system2_item_content .item_text, .system2_items .system2_item5 .system2_item_content .item_text {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .system2_items .system2_item1 .system2_item_content .item_text, .system2_items .system2_item2 .system2_item_content .item_text, .system2_items .system2_item3 .system2_item_content .item_text, .system2_items .system2_item4 .system2_item_content .item_text, .system2_items .system2_item5 .system2_item_content .item_text {
    width: 85%;
    padding-left: 5%;
    border-left: 1px solid #182a63;
    float: right;
  }
}
.system2_items .system2_item1 .system2_item_content .item_text h4, .system2_items .system2_item2 .system2_item_content .item_text h4, .system2_items .system2_item3 .system2_item_content .item_text h4, .system2_items .system2_item4 .system2_item_content .item_text h4, .system2_items .system2_item5 .system2_item_content .item_text h4 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 3.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .system2_items .system2_item1 .system2_item_content .item_text h4, .system2_items .system2_item2 .system2_item_content .item_text h4, .system2_items .system2_item3 .system2_item_content .item_text h4, .system2_items .system2_item4 .system2_item_content .item_text h4, .system2_items .system2_item5 .system2_item_content .item_text h4 {
    margin-bottom: 25px;
    text-align: left;
  }
}
.system2_items .system2_item1 .system2_item_content .item_text p, .system2_items .system2_item2 .system2_item_content .item_text p, .system2_items .system2_item3 .system2_item_content .item_text p, .system2_items .system2_item4 .system2_item_content .item_text p, .system2_items .system2_item5 .system2_item_content .item_text p {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
  text-align: justify;
}
.system2_items .system2_item1 .system2_item_content .item_text img, .system2_items .system2_item2 .system2_item_content .item_text img, .system2_items .system2_item3 .system2_item_content .item_text img, .system2_items .system2_item4 .system2_item_content .item_text img, .system2_items .system2_item5 .system2_item_content .item_text img {
  width: 80%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .system2_items .system2_item1 .system2_item_content .item_text img, .system2_items .system2_item2 .system2_item_content .item_text img, .system2_items .system2_item3 .system2_item_content .item_text img, .system2_items .system2_item4 .system2_item_content .item_text img, .system2_items .system2_item5 .system2_item_content .item_text img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .system2_items .system2_item1 {
    background: url(images/system_flow_bg1.png) no-repeat center right;
  }
}
.system2_items .system2_item2 {
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  .system2_items .system2_item2 .system2_item_content {
    margin-left: 38%;
  }
}
@media only screen and (min-width: 768px) {
  .system2_items .system2_item2 {
    background: url(images/system_flow_bg2.png) no-repeat center left;
  }
}
@media only screen and (min-width: 768px) {
  .system2_items .system2_item3 {
    background: url(images/system_flow_bg3.png) no-repeat center right;
  }
}
@media only screen and (min-width: 768px) {
  .system2_items .system2_item4 .system2_item_content {
    margin-left: 38%;
  }
}
@media only screen and (min-width: 768px) {
  .system2_items .system2_item4 {
    background: url(images/system_flow_bg4.png) no-repeat center left;
  }
}
@media only screen and (min-width: 768px) {
  .system2_items .system2_item5 {
    background: url(images/system_flow_bg5.png) no-repeat center right;
  }
}
/*-------------------------------------------------------------

あおいろハウス

-------------------------------------------------------------*/
.contents._reform {
  padding-top: 0;
}
.cover_ttl._reform {
  padding: 30px 0 0 0;
  height: 300px;
  background: url(images/reform_visual.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .cover_ttl._reform {
    margin-bottom: 0 !important;
    padding: 67px 0 0 0;
    height: 750px;
  }
}
.reform_ttl {
  margin-bottom: 30px;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 50px;
  line-height: 5rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .reform_ttl {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.reform_ttl:before {
  content: ' ';
  margin: 0 auto 20px;
  width: 84px;
  height: 34px;
  background: url(images/sell_merit_ttl_before.png);
  display: block;
}
.reform_ttl span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .reform_ttl span {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.reform_ttl._merit {
  margin: 0 auto 50px;
  left: 0;
  right: 0;
  position: absolute;
  top: -90px;
}
@media only screen and (min-width: 768px) {
  .reform_ttl._merit {
    top: -100px;
  }
}
.cover_text {
  color: #fff;
  position: absolute;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .cover_text {
    font-size: 30px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.cover_text._reform {
  top: 210px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .cover_text._reform {
    top: 485px;
    left: 120px;
    bottom: auto;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 45px;
    line-height: 4.5rem;
  }
}
.reform_lead {
  margin-bottom: 40px;
  padding: 45px 0 0;
  background: url(images/common_bg.png);
}
@media only screen and (min-width: 768px) {
  .reform_lead {
    margin-bottom: 180px;
  }
}
.reform_lead h2 {
  margin: 0 auto 25px;
  width: 60%;
}
@media only screen and (min-width: 768px) {
  .reform_lead h2 {
    margin: 0 auto 35px;
    width: 244px;
  }
}
.reform_lead h2 img {
  width: 100%;
  height: auto;
  display: block;
}
.reform_lead .lead_text {
  padding: 0 20px;
  margin-bottom: 55px;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .reform_lead .lead_text {
    padding: 0;
  }
}
.reform_lead .lead_text img {
  margin: 0 auto;
  display: block;
  width: 560px;
}
.reform_lead .lead_items img {
  width: 25%;
  height: auto;
  display: block;
  float: left;
}
.reform_reno {
  margin: 0 20px 10px;
  padding: 30px 20px 20px;
  border: 5px solid #182a63;
}
@media only screen and (min-width: 768px) {
  .reform_reno {
    margin: 0 45px 20px;
    padding: 40px 60px 60px;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_reno {
    margin: 0 auto;
    width: 990px;
  }
}
.reform_reno h2 {
  margin: 0 auto 30px;
  width: 90%;
}
.reform_reno h2 img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .reform_reno h2 {
    margin-bottom: 30px;
    width: 593px;
    top: -120px;
    left: 0;
    right: 0;
  }
}
.reform_reno .reno_set {
  margin-bottom: 40px;
  padding: 30px;
  background: url(images/common_bg.png);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set {
    margin-bottom: 30px;
    padding: 40px 40px 40px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_reno .reno_set {
    width: 870px;
  }
}
.reform_reno .reno_set:before {
  content: '';
  background: url(images/reform_reno_ttl2.png) no-repeat center top;
  width: 140px;
  height: 53px;
  background-size: contain;
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set:before {
    width: 196px;
    height: 75px;
    top: 10px;
    left: -10px;
  }
}
.reform_reno .reno_set:after {
  content: '';
  background: url(images/reform_reno_use.png) no-repeat top left;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -20px;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set:after {
    width: 103px;
    height: 103px;
    top: -94px;
    right: 74px;
  }
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set .reno_l {
    width: 70.9%;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_reno .reno_set .reno_l {
    width: 600px;
  }
}
.reform_reno .reno_set .reno_l .setname {
  margin: 0 auto 10px;
  padding: 0 5px;
  background-color: #005bac;
  width: 130px;
  height: 30px;
  border-radius: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
  line-height: 3rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}
.reform_reno .reno_set .reno_l .p1, .reform_reno .reno_set .reno_l .p2, .reform_reno .reno_set .reno_l .p3 {
  margin: 0 auto;
  color: #182a63;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set .reno_l .p1, .reform_reno .reno_set .reno_l .p2, .reform_reno .reno_set .reno_l .p3 {
    width: 71.4%;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_reno .reno_set .reno_l .p1, .reform_reno .reno_set .reno_l .p2, .reform_reno .reno_set .reno_l .p3 {
    width: 400px;
  }
}
.reform_reno .reno_set .reno_l .p1 {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  line-height: 3rem;
}
.reform_reno .reno_set .reno_l .p2 {
  padding: 5px 0;
  border-top: 1px dashed #182a63;
  border-bottom: 1px dashed #182a63;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: bold;
}
@media only screen and (min-width: 1380px) {
  .reform_reno .reno_set .reno_l .p2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.reform_reno .reno_set .reno_l .p2 strong {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set .reno_l .p2 strong {
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.reform_reno .reno_set .reno_l .p2 span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.reform_reno .reno_set .reno_l .p3 {
  margin-bottom: 30px;
  padding-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  line-height: 2.3rem;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set .reno_l .p3 {
    margin-bottom: 0;
  }
}
.reform_reno .reno_set .reno_r {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set .reno_r {
    width: 29.1%;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_reno .reno_set .reno_r {
    width: 230px;
  }
}
.reform_reno .reno_set .reno_r:after {
  content: url(images/reform_reno_ttl4.png);
  display: block;
  position: absolute;
  bottom: -15px;
  right: -10px;
}
.reform_reno .reno_set .reno_r .catch {
  width: 100%;
}
.reform_reno .reno_set .reno_r .catch img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
}
.reform_reno .reno_set .reno_r h3 {
  margin-bottom: 0;
  background-color: #005bac;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.reform_reno .reno_set .reno_r .spec {
  padding: 10px 20px 20px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set .reno_r .spec {
    padding: 10px 30px 20px;
  }
}
.reform_reno .reno_set .reno_r .spec ul li {
  padding-left: 16px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #182a63;
  font-weight: bold;
  background: url(images/reform_reno_bullet.png) no-repeat center left;
}
.reform_reno .reno_set2 {
  margin-bottom: 40px;
  padding: 30px;
  background: url(images/common_bg.png);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set2 {
    margin-bottom: 30px;
    padding: 40px 40px 40px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_reno .reno_set2 {
    width: 870px;
  }
}
.reform_reno .reno_set2:before {
  content: '';
  background: url(images/reform_reno_new_ttl2.png) no-repeat center top;
  width: 140px;
  height: 53px;
  background-size: contain;
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set2:before {
    width: 228px;
    height: 82px;
    top: 10px;
    left: -10px;
  }
}
.reform_reno .reno_set2:after {
  content: '';
  background: url(images/reform_reno_new.png) no-repeat top left;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -20px;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set2:after {
    width: 103px;
    height: 103px;
    top: -94px;
    right: 74px;
  }
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set2 .reno_l {
    width: 70.9%;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_reno .reno_set2 .reno_l {
    width: 600px;
  }
}
.reform_reno .reno_set2 .reno_l .setname {
  margin: 0 auto 10px;
  padding: 0 5px;
  background-color: #f2e953;
  width: 130px;
  height: 30px;
  border-radius: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
  line-height: 3rem;
  color: #182a63;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}
.reform_reno .reno_set2 .reno_l .p1, .reform_reno .reno_set2 .reno_l .p2, .reform_reno .reno_set2 .reno_l .p3 {
  margin: 0 auto;
  color: #182a63;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set2 .reno_l .p1, .reform_reno .reno_set2 .reno_l .p2, .reform_reno .reno_set2 .reno_l .p3 {
    width: 71.4%;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_reno .reno_set2 .reno_l .p1, .reform_reno .reno_set2 .reno_l .p2, .reform_reno .reno_set2 .reno_l .p3 {
    width: 400px;
  }
}
.reform_reno .reno_set2 .reno_l .p1 {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  line-height: 3rem;
}
.reform_reno .reno_set2 .reno_l .p2 {
  padding: 5px 0;
  border-top: 1px dashed #182a63;
  border-bottom: 1px dashed #182a63;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: bold;
}
@media only screen and (min-width: 1380px) {
  .reform_reno .reno_set2 .reno_l .p2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.reform_reno .reno_set2 .reno_l .p2 strong {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set2 .reno_l .p2 strong {
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.reform_reno .reno_set2 .reno_l .p2 span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.reform_reno .reno_set2 .reno_l .p3 {
  margin-bottom: 30px;
  padding-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 23px;
  line-height: 2.3rem;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set2 .reno_l .p3 {
    margin-bottom: 0;
  }
}
.reform_reno .reno_set2 .reno_r {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set2 .reno_r {
    width: 29.1%;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_reno .reno_set2 .reno_r {
    width: 230px;
  }
}
.reform_reno .reno_set2 .reno_r:after {
  content: url(images/reform_reno_ttl4.png);
  display: block;
  position: absolute;
  bottom: -15px;
  right: -10px;
}
.reform_reno .reno_set2 .reno_r .catch {
  width: 100%;
}
.reform_reno .reno_set2 .reno_r .catch img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
}
.reform_reno .reno_set2 .reno_r h3 {
  margin-bottom: 0;
  background-color: #f2e953;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
  color: #182a63;
  text-align: center;
  font-weight: bold;
}
.reform_reno .reno_set2 .reno_r .spec {
  padding: 10px 20px 20px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set2 .reno_r .spec {
    padding: 10px 30px 20px;
  }
}
.reform_reno .reno_set2 .reno_r .spec ul li {
  padding-left: 16px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #182a63;
  font-weight: bold;
  background: url(images/reform_reno_bullet.png) no-repeat center left;
}
.reform_reno .reno_set2 .new_item {
  margin: 40px auto 0;
  padding: 20px;
  width: 100%;
  border: 1px solid #182a63;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
.reform_reno .reno_set2 .new_item h4 {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_set2 .new_item {
    margin: 30px 0 0 40px;
  }
}
.reform_reno .reno_imtems {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_imtems {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_reno .reno_imtems {
    margin: 0 auto;
    width: 870px;
  }
}
.reform_reno .reno_imtems .reno_item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .reform_reno .reno_imtems .reno_item {
    width: 31%;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_reno .reno_imtems .reno_item {
    margin-bottom: 0;
    width: 270px;
  }
}
.reform_reno .reno_imtems .reno_item img {
  width: 96.2%;
  margin: 0 auto 15px;
  display: block;
}
.reform_reno .reno_imtems .reno_item h3 {
  margin-bottom: 20px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 19px;
  line-height: 1.9rem;
  text-align: center;
  font-weight: bold;
}
.reform_reno .reno_imtems .reno_item p {
  text-align: justify;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.reform_group {
  margin: 0 auto 100px;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 1380px) {
  .reform_group {
    width: 900px;
  }
}
.reform_group h2 {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .reform_group h2 {
    width: 77.2%;
  }
}
.reform_group h2 img {
  width: 100%;
  height: auto;
  display: block;
}
.reform_group .group_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .reform_group .group_items {
    background: url(images/reform_group_bg.png) no-repeat center 180px;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_group .group_items {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background-size: contain;
  }
}
.reform_group .group_item {
  margin: 0 auto 40px;
  width: 210px;
}
@media only screen and (min-width: 768px) {
  .reform_group .group_item {
    width: 23.3%;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_group .group_item {
    width: 210px;
  }
}
.reform_group .group_item h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 3.5rem;
  text-align: center;
  font-weight: bold;
}
.reform_group .group_item img {
  margin: 0 auto 10px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .reform_group .group_item img {
    margin-bottom: 50px;
  }
}
.reform_group .group_item p {
  border: 1px solid #182a63;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  line-height: 5rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .reform_group .group_item p {
    padding: 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.reform_group .group_item p br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .reform_group .group_item p br {
    display: block;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_group .group_item p br {
    display: none;
  }
}
/* こだわりスペック
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.reform_slider {
  margin: 0 auto 60px;
  padding: 20px;
  background-color: #182a63;
}
@media only screen and (min-width: 768px) {
  .reform_slider {
    width: 86vh;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_slider {
    margin-bottom: 80px;
    width: 1000px;
  }
}
.reform_slider .slider_for {
  width: 100%;
  margin-bottom: 20px;
}
.reform_slider .slider_for .spec_img {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.reform_slider .slider_for .spec_img img {
  width: 100%;
  height: auto;
  display: block;
}
.reform_slider .slider_nav {
  margin: 0 auto;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .reform_slider .slider_nav {
    width: 92%;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_slider .slider_nav {
    width: 880px;
  }
}
.reform_slider .slider_nav .spec_thum {
  outline: none !important;
}
.reform_slider .slider_nav .spec_thum img {
  outline: none !important;
}
.reform_slider .spec_content {
  padding: 20px;
  display: table;
}
@media only screen and (min-width: 768px) {
  .reform_slider .spec_content {
    display: block;
  }
}
.reform_slider .spec_content h3 {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 64px;
}
@media only screen and (min-width: 768px) {
  .reform_slider .spec_content h3 {
    display: table-cell;
    width: 35%;
    float: left;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_slider .spec_content h3 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.reform_slider .spec_content p {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .reform_slider .spec_content p {
    display: table-cell;
    width: 60%;
    float: right;
  }
}
.reform_works {
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1380px) {
  .reform_works {
    padding: 0;
    width: 1000px;
  }
}
.reform_works h2 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1380px) {
  .reform_works h2 {
    width: 100%;
  }
}
.reform_works h2 img {
  margin-bottom: 10px;
  width: 66.4%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .reform_works h2 img {
    width: 322px;
    float: left;
  }
}
.reform_works h2 span {
  float: left;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .reform_works h2 span {
    padding: 50px 0 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
.reform_works .works_items {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .reform_works .works_items {
    padding: 0 40px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_works .works_items {
    padding: 0;
    width: 1000px;
  }
}
.reform_works .works_items .works_item {
  float: left;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .reform_works .works_items .works_item {
    width: 48%;
  }
}
@media only screen and (min-width: 1380px) {
  .reform_works .works_items .works_item {
    width: 480px;
  }
}
.reform_works .works_items .works_item a {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.reform_works .works_items .works_item a img {
  width: 100%;
  height: auto;
  display: block;
}
.reform_works .works_items .works_item h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .reform_works .works_items .works_item h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.reform_works .works_items .works_item p {
  text-align: justify;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
}
.btn_sell_more {
  margin: 20px auto 0;
  padding-left: 10px;
  width: 100px;
  background-color: #182a63;
  border: 1px solid #fff;
  color: #fff !important;
  text-align: left;
  line-height: 30px;
  position: relative;
  float: right;
}
@media only screen and (min-width: 768px) {
  .btn_sell_more {
    margin: 0 auto;
    width: 230px;
    line-height: 50px;
    float: none;
  }
}
/* お問い合わせ - contact
-------------------------------------------------------------*/
/* BLOG - 一覧
-------------------------------------------------------------*/
/* ページナビゲーション */
/* 一覧用 */
/* 詳細ページ用 */
/* sidebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.fb_iframe_widget {
  position: static !important;
  display: block !important;
  margin: 0 auto !important;
  width: 100% !important;
}
/* ブログ詳細ページ - single-blog
-------------------------------------------------------------*/
.contents._blog_archive {
  padding-top: 120px;
}
.contents h1 {
  margin-bottom: 40px;
}
.archive_items {
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 1380px) {
  .archive_items {
    margin: 0 auto 40px;
    padding: 0 0 0 30px;
    width: 1110px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.archive_item_lg {
  margin: 0 auto 20px;
  padding: 30px;
  width: 85%;
  color: #182a63;
  background: url(images/common_bg.png);
}
@media only screen and (min-width: 768px) {
  .archive_item_lg {
    margin: 0 auto 60px;
    width: 80%;
  }
}
@media only screen and (min-width: 1380px) {
  .archive_item_lg {
    width: 800px;
  }
}
.archive_item_lg .item_img1link {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.archive_item_lg .item_img1link a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .archive_item_lg .item_img1link {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 1380px) {
  .archive_item_lg .item_img1link {
    width: 400px;
  }
}
.archive_item_lg .item_img1link .icon_new {
  width: 15%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .archive_item_lg .item_img1link .icon_new {
    width: auto;
  }
}
.archive_item_lg img {
  width: 100%;
  display: block;
}
.archive_item_lg .blog_cat {
  padding: 0 10px;
  background-color: #345ba8;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  line-height: 20px;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .archive_item_lg .blog_cat {
    line-height: 25px;
  }
}
.archive_item_lg .item_content {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1380px) {
  .archive_item_lg .item_content {
    float: right;
    padding-top: 100px;
    width: 300px;
  }
}
.archive_item_lg h2 {
  margin-bottom: 0px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
@media only screen and (min-width: 1380px) {
  .archive_item_lg h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: bold;
    text-align: justify;
  }
}
.archive_item_lg h2 a {
  color: #182a63;
}
.archive_item_lg .meta {
  font-size: 10px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .archive_item_lg .meta {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  .archive_item_lg .meta a {
    text-decoration: underline;
    color: #182a63;
  }
  .archive_item_lg .meta a:hover {
    text-decoration: none;
  }
}
.archive_item_lg .date {
  display: block;
}
.archive_item {
  margin: 0 1% 20px;
  width: 47%;
  color: #182a63;
}
@media only screen and (min-width: 768px) {
  .archive_item {
    margin: 0 1.9% 30px;
    width: 46%;
  }
}
@media only screen and (min-width: 1380px) {
  .archive_item {
    margin: 0 17px 30px;
    width: 310px;
  }
}
.archive_item .item_img1link {
  margin-bottom: 10px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .archive_item .item_img1link {
    height: 294px;
  }
}
@media only screen and (min-width: 1380px) {
  .archive_item .item_img1link {
    height: 206px;
  }
}
.archive_item .item_img1link img {
  width: 100%;
  height: auto;
  display: block;
}
.archive_item .blog_cat {
  padding: 0 10px;
  background-color: #345ba8;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  line-height: 20px;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .archive_item .blog_cat {
    line-height: 25px;
  }
}
.archive_item h2 {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
@media only screen and (min-width: 1380px) {
  .archive_item h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: bold;
    text-align: justify;
  }
}
.archive_item h2 a {
  color: #182a63;
}
.archive_item ul {
  margin-bottom: 10px;
}
.archive_item ul li {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  color: #005bac;
  text-decoration: underline;
}
@media only screen and (min-width: 1380px) {
  .archive_item ul li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.archive_item ul li:before {
  content: url(images/pickup_icon_check.png);
  margin-right: 10px;
}
.archive_item .meta {
  font-size: 10px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .archive_item .meta {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  .archive_item .meta a {
    text-decoration: underline;
    color: #182a63;
  }
  .archive_item .meta a:hover {
    text-decoration: none;
  }
}
.blog_footer {
  padding: 40px 20px 0;
  border-top: 1px dashed #182a63;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1380px) {
  .blog_footer {
    padding: 40px 0 0;
    width: 1000px;
  }
}
.blog_footer_ttl {
  margin-bottom: 20px;
}
.blog_footer_ttl img {
  width: auto;
}
@media only screen and (min-width: 1380px) {
  .blog_footer_ttl img {
    width: auto;
  }
}
ul.blog_footer_list {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
ul.blog_footer_list li {
  margin-bottom: 10px;
}
.blog_archive {
  margin-bottom: 30px;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .blog_archive {
    width: 30%;
  }
}
@media only screen and (min-width: 1380px) {
  .blog_archive {
    margin: 0 40px 0 0;
    width: 160px;
  }
}
.blog_taglist {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .blog_taglist {
    width: 30%;
  }
}
@media only screen and (min-width: 1380px) {
  .blog_taglist {
    margin: 0 40px 0 0;
    width: 180px;
  }
}
.blog_recent {
  margin-bottom: 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog_recent {
    width: 30%;
  }
}
@media only screen and (min-width: 1380px) {
  .blog_recent {
    margin: 0 40px 0 0;
    width: 230px;
  }
}
.blog_search {
  margin: 0 auto;
}
.blog_search input[type=text] {
  padding-left: 10px;
  width: 269px;
  height: 40px;
  border: 1px solid #182a63;
  float: left;
}
.blog_search input[type=text]:focus {
  outline: none;
}
.blog_search input[type=text]:focus:focus::-webkit-input-placeholder {
  color: transparent;
}
.blog_search input[type=text]:focus:focus:-moz-placeholder {
  color: transparent;
}
.blog_search input[type=text]:focus:focus::-moz-placeholder {
  color: transparent;
}
.blog_search input[type=image] {
  float: right;
}
@media only screen and (min-width: 768px) {
  .blog_search {
    width: 310px;
    float: left;
  }
}
.pagenav_sp {
  margin: 20px 0 30px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.archivelist li span {
  height: 40px;
  background-image: url(images/archive_arrow_d.png);
  background-repeat: no-repeat;
  background-position: 135px center;
  background-size: 12px 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: bold;
  color: #182a63;
  display: block;
  cursor: pointer;
}
.archivelist li ul {
  display: none;
  padding: 0 0 0 2rem;
}
.archivelist li ul li {
  border: none;
}
.archivelist li ul li a {
  height: 35px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 35px;
  line-height: 3.5rem;
  display: block;
}
.archivelist li.up span {
  background-image: url(images/archive_arrow_u.png);
}
.archivelist li.up ul {
  display: block;
}
/************************************
** 折り畳みアーカイブウィジェット
************************************/
.blog_archive a.year {
  cursor: pointer;
  text-decoration: underline;
}
.blog_archive .years ul {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin: 0;
  margin-bottom: 1em;
}
#sidebar .blog_archive ul.years li {
  margin-bottom: 0;
}
.blog_archive ul.years .hide {
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
/* ブログ詳細ページ - single-blog
-------------------------------------------------------------*/
.load_bg {
  display: block;
}
.contents._blog {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .contents._blog {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.contents._blog article {
  width: 100%;
}
.contents._blog .postbody {
  padding-bottom: 30px;
}
.contents._blog .postbody h2, .contents._blog .postbody h3, .contents._blog .postbody h4, .contents._blog .postbody h5, .contents._blog .postbody h6 {
  margin: 0 0 30px;
  color: #182a63;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .contents._blog .postbody h2, .contents._blog .postbody h3, .contents._blog .postbody h4, .contents._blog .postbody h5, .contents._blog .postbody h6 {
    margin-bottom: 50px;
  }
}
.contents._blog .postbody h2 {
  margin-bottom: 30px;
  padding: 10px 0;
  border-top: 3px solid #345ba8;
  border-bottom: 1px solid #345ba8;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  line-height: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contents._blog .postbody h2 {
    margin-bottom: 50px;
    padding: 15px 0;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.contents._blog .postbody h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .contents._blog .postbody h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.contents._blog .postbody h4 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  line-height: 2.3rem;
}
@media only screen and (min-width: 768px) {
  .contents._blog .postbody h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
.contents._blog .postbody h5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .contents._blog .postbody h5 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
.contents._blog .postbody h6 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .contents._blog .postbody h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.contents._blog .postbody p {
  width: 100%;
  margin-bottom: 30px;
  text-align: justify;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
}
@media only screen and (min-width: 768px) {
  .contents._blog .postbody p {
    margin-bottom: 60px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.contents._blog .postbody div {
  width: 100%;
}
.contents._blog .postbody div a {
  width: 100%;
  display: block;
}
.contents._blog .postbody img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0px;
}
.contents._blog .postbody a {
  color: #182a63;
  text-decoration: underline;
}
.contents._blog .postbody a:hover {
  text-decoration: none;
}
.contents._blog .postbody blockquote {
  margin: 0;
  padding: 20px;
  border: 1px dashed #ccc;
}
@media only screen and (min-width: 768px) {
  .contents._blog .postbody blockquote {
    margin-bottom: 40px;
  }
}
.contents._blog .postbody blockquote p {
  margin-bottom: 0;
}
.contents._blog .postbody .baloon_takagi, .contents._blog .postbody .baloon_kato {
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .contents._blog .postbody .baloon_takagi, .contents._blog .postbody .baloon_kato {
    margin-bottom: 60px;
    width: 560px;
  }
}
.contents._blog .postbody .baloon_takagi p, .contents._blog .postbody .baloon_kato p {
  margin: 0;
  padding: 25px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #182a63;
  font-weight: bold;
  display: table;
}
.contents._blog .postbody .baloon_takagi p span, .contents._blog .postbody .baloon_kato p span {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .contents._blog .postbody .baloon_takagi p, .contents._blog .postbody .baloon_kato p {
    min-height: 108px;
    border-radius: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.contents._blog .postbody .baloon_takagi {
  padding: 0 0 0 65px;
  background: url(images/baloon_takagi_bg.png) no-repeat center left;
  background-size: 65px;
}
@media only screen and (min-width: 768px) {
  .contents._blog .postbody .baloon_takagi {
    padding: 0 0 0 114px;
    background-size: auto;
  }
}
.contents._blog .postbody .baloon_takagi p {
  background-color: #f2f2f2;
}
.contents._blog .postbody .baloon_kato {
  padding: 0 65px 0 0;
  background: url(images/baloon_kato_bg.png) no-repeat center right;
  background-size: 65px;
}
@media only screen and (min-width: 768px) {
  .contents._blog .postbody .baloon_kato {
    padding: 0 114px 0 0;
    background-size: auto;
  }
}
.contents._blog .postbody .baloon_kato p {
  background-color: #ebeff6;
}
.contents._blog .postbody .blog_aoirogia {
  width: 100%;
}
.contents._blog .postbody .light_blue {
  font-family: YuGo;
  color: #005bac;
  font-size: 18px;
  /* フォント置換による類似 */
  font-weight: 700;
  line-height: 36px;
  /* フォント置換による類似 */
  text-align: justify;
}
.contents._blog .postbody iframe {
  margin: 0 auto;
  display: block;
  width: 320px;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .contents._blog .postbody iframe {
    width: 560px;
    height: 315px;
  }
}
@media only screen and (min-width: 768px) {
  .contents._blog .postbody {
    padding-bottom: 80px;
  }
}
.blog_cat_nav {
  background-color: #182a63;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav {
    position: fixed;
    z-index: 8999;
  }
}
.blog_cat_nav ul {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav ul {
    border-right: 1px solid #fff;
  }
}
.blog_cat_nav ul li {
  width: 33%;
  text-align: center;
  display: table;
  height: 40px;
  float: left;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav ul li {
    width: 14.2%;
    height: 70px;
  }
}
.blog_cat_nav ul li a {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    line-height: 1.4rem;
  }
}
.blog_cat_nav ul li a i {
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav ul li a i {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    display: block;
  }
}
.blog_cat_nav ul li a img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav ul li a img {
    margin-bottom: 5px;
    width: 18px;
    height: auto;
    display: block;
  }
}
.blog_cat_nav ul li.bdb {
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav ul li.bdb {
    border: none;
  }
}
.blog_cat_nav ul li.bdr {
  border-right: 1px solid #fff;
}
.blog_cat_nav ul li.bdrn {
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav ul li.bdrn {
    border-right: 1px solid #fff;
  }
}
.blog_cat_nav ul li.w33per {
  width: 33%;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav ul li.w33per {
    width: 14.2%;
  }
}
.blog_cat_nav ul li.w25per {
  width: 25%;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav ul li.w25per {
    width: 14.2%;
  }
}
.blog_cat_nav_reform {
  background-color: #182a63;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_reform {
    position: fixed;
    z-index: 8999;
  }
}
.blog_cat_nav_reform ul {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_reform ul {
    border-right: 1px solid #fff;
  }
}
.blog_cat_nav_reform ul li {
  width: 33%;
  text-align: center;
  display: table;
  height: 40px;
  float: left;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_reform ul li {
    height: 70px;
  }
}
.blog_cat_nav_reform ul li a {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_reform ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    line-height: 1.4rem;
  }
}
.blog_cat_nav_reform ul li a i {
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_reform ul li a i {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    display: block;
  }
}
.blog_cat_nav_reform ul li a img {
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_reform ul li a img {
    display: block;
  }
}
.blog_cat_nav_reform ul li.bdb {
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_reform ul li.bdb {
    border: none;
  }
}
.blog_cat_nav_reform ul li.bdr {
  border-right: 1px solid #fff;
}
.blog_cat_nav_reform ul li.bdrn {
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_reform ul li.bdrn {
    border-right: 1px solid #fff;
  }
}
.blog_cat_nav_reform ul li.w33per {
  width: 33%;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_reform ul li.w33per {
    width: 14.2%;
  }
}
.blog_cat_nav_reform ul li.w25per {
  width: 25%;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_reform ul li.w25per {
    width: 14.2%;
  }
}
.blog_cat_nav_inspection {
  background-color: #182a63;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_inspection {
    position: fixed;
    z-index: 8999;
  }
}
.blog_cat_nav_inspection ul {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_inspection ul {
    border-right: 1px solid #fff;
  }
}
.blog_cat_nav_inspection ul li {
  width: 100%;
  text-align: center;
  display: table;
  height: 40px;
  float: left;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_inspection ul li {
    height: 70px;
  }
}
.blog_cat_nav_inspection ul li a {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_inspection ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    line-height: 1.4rem;
  }
}
.blog_cat_nav_inspection ul li a i {
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_inspection ul li a i {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    display: block;
  }
}
.blog_cat_nav_inspection ul li a img {
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_inspection ul li a img {
    display: block;
  }
}
.blog_cat_nav_inspection ul li.bdb {
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_inspection ul li.bdb {
    border: none;
  }
}
.blog_cat_nav_inspection ul li.bdr {
  border-right: 1px solid #fff;
}
.blog_cat_nav_inspection ul li.bdrn {
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_inspection ul li.bdrn {
    border-right: 1px solid #fff;
  }
}
.blog_cat_nav_inspection ul li.w33per {
  width: 33%;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_inspection ul li.w33per {
    width: 14.2%;
  }
}
.blog_cat_nav_inspection ul li.w25per {
  width: 25%;
}
@media only screen and (min-width: 768px) {
  .blog_cat_nav_inspection ul li.w25per {
    width: 14.2%;
  }
}
.postmeta_main {
  padding: 0 40px;
  width: 100%;
  height: 667px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .postmeta_main {
    margin-top: 70px;
    width: 34%;
    position: fixed;
  }
}
.postmeta_main .relation_ttl {
  margin-bottom: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  line-height: 3rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 55px;
}
@media only screen and (min-width: 768px) {
  .postmeta_main .relation_ttl {
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
    bottom: 75px;
  }
}
.postmeta_main .blog_cat {
  margin: 0 auto;
  padding: 0 10px;
  width: 165px;
  background-color: #182a63;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #fff;
  text-align: center;
  line-height: 28px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .postmeta_main .blog_cat {
    width: 210px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    line-height: 40px;
    bottom: 40px;
    left: 40px;
    right: auto;
  }
}
.blogbody {
  padding: 35px 0 0;
}
@media only screen and (min-width: 768px) {
  .blogbody {
    padding: 70px 0 0 0;
    width: 100%;
  }
}
.blogbody .bloginner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 1380px) {
  .blogbody .bloginner {
    width: 580px;
  }
}
.blogbody h1 {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 15px;
  border-top: 5px solid #345ba8;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #182a63;
  font-weight: bold;
}
@media only screen and (min-width: 1380px) {
  .blogbody h1 {
    margin-bottom: 50px;
    padding-top: 30px;
    border-top: 10px solid #345ba8;
    font-size: 30px;
    font-size: 3rem;
    line-height: 45px;
    line-height: 4.5rem;
  }
}
.bloglead {
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}
@media only screen and (min-width: 1380px) {
  .bloglead {
    padding-top: 60px;
    width: 540px;
    z-index: 8997;
  }
}
.bloglead .catimg {
  margin: 0 auto;
  width: 42%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .bloglead .catimg {
    width: 270px;
  }
}
.bloglead .mainimg {
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bloglead .mainimg {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1380px) {
  .bloglead .mainimg {
    width: 540px;
  }
}
.bloglead p {
  margin-bottom: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #182a63;
  font-weight: bold;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .bloglead p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.bloglead .date {
  margin: -35px 0 10px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  text-align: right;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .bloglead .date {
    margin-top: -50px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
  }
}
.bloglead .blog_scroll {
  display: none;
}
@media only screen and (min-width: 768px) {
  .bloglead .blog_scroll {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
  }
}
.bloglead .excerpt {
  font-weight: normal;
}
.author {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .author {
    margin-bottom: 80px;
  }
}
.author .authoritem {
  padding: 15px 20px;
  width: 100%;
  background-color: #f2f2f2;
  color: #182a63;
  position: relative;
}
.author .authoritem img {
  width: 26.6%;
  height: auto;
  float: left;
}
.author .authoritem .content {
  width: 70%;
  float: right;
}
.author .authoritem .content .name {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .author .authoritem .content .name {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.author .authoritem .content .title {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .author .authoritem .content .title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
}
.author .authoritem .content .text {
  display: none;
}
@media only screen and (min-width: 768px) {
  .author .authoritem .content .text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    line-height: 2.2rem;
    display: block;
  }
}
.author .authoritem._second {
  margin-top: 24px;
}
.author .authoritem._second:before {
  content: url(images/blog_vs.png);
  margin: 0 auto;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
.blog_aoirogia {
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #182a63;
}
@media only screen and (min-width: 768px) {
  .blog_aoirogia {
    margin-bottom: 60px;
  }
}
.blog_aoirogia h2 {
  padding: 0 !important;
  margin-bottom: 14px;
  border-bottom: 1px solid #182a63;
}
.blog_aoirogia h2 img {
  width: 100%;
}
.blog_aoirogia .aoirogia_inner {
  padding: 0 18px 2%;
}
.blog_aoirogia .aoirogia_inner img {
  width: 31.5%;
  margin: 0 0px;
}
@media only screen and (min-width: 768px) {
  .blog_aoirogia .aoirogia_inner img {
    width: 24%;
  }
}
.relation_posts {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .relation_posts {
    margin-bottom: 40px;
  }
}
.relation_posts h2 {
  margin-bottom: 30px;
  padding: 10px 0;
  border-top: 3px solid #345ba8;
  border-bottom: 1px solid #345ba8;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #182a63;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .relation_posts h2 {
    padding: 15px 0;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.relation_posts .relation_post {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .relation_posts .relation_post {
    margin-bottom: 20px;
  }
}
.relation_posts .relation_post img {
  width: 35%;
  float: left;
}
@media only screen and (min-width: 1380px) {
  .relation_posts .relation_post img {
    width: 120px;
  }
}
.relation_posts .relation_post p {
  width: 60%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #182a63;
  font-weight: bold;
  float: right;
}
@media only screen and (min-width: 768px) {
  .relation_posts .relation_post p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1380px) {
  .relation_posts .relation_post p {
    width: 410px;
  }
}
.relation_posts_pu {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .relation_posts_pu {
    margin-bottom: 40px;
  }
}
.relation_posts_pu h2 {
  margin-bottom: 30px;
  padding: 10px 0;
  border-top: 3px solid #345ba8;
  border-bottom: 1px solid #345ba8;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #182a63;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .relation_posts_pu h2 {
    padding: 15px 0;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.relation_posts_pu .relation_post {
  margin-bottom: 15px;
  min-height: 90px;
}
@media only screen and (min-width: 768px) {
  .relation_posts_pu .relation_post {
    width: 450px;
    margin-bottom: 20px;
    float: left;
  }
}
.relation_posts_pu .relation_post img {
  width: 35%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .relation_posts_pu .relation_post img {
    width: 120px;
  }
}
.relation_posts_pu .relation_post p {
  width: 60%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #182a63;
  font-weight: bold;
  float: right;
}
@media only screen and (min-width: 768px) {
  .relation_posts_pu .relation_post p {
    width: 315px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.pagenavi_single {
  margin-bottom: 30px;
  padding: 15px 0;
  border-top: 1px solid #345ba8;
  border-bottom: 1px solid #345ba8;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  line-height: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .pagenavi_single {
    margin-bottom: 30px;
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.pagenavi_single .pre, .pagenavi_single .next {
  padding: 0 20px;
  display: table;
  min-height: 40px;
  text-align: justify;
}
.pagenavi_single .pre a, .pagenavi_single .next a {
  display: table-cell;
  vertical-align: middle;
}
.pagenavi_single .pre {
  width: 50%;
  border-right: 1px solid #345ba8;
  float: left;
  background: url(images/arrow_l.png) no-repeat center left;
}
.pagenavi_single .next {
  width: 50%;
  float: right;
  background: url(images/arrow_r.png) no-repeat center right;
}
.btn_theme {
  margin: 0 auto 60px;
  background: url(images/arrow_l.png) no-repeat 20px center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  color: #182a63;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .btn_theme {
    width: 400px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 50px;
  }
}
.sns {
  margin: 0 auto 25px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .sns {
    margin-bottom: 50px;
    width: 340px;
  }
}
.sns li a {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sns li a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 37px;
  }
}
.blog_sns {
  margin-bottom: 30px;
  width: 100%;
  background-color: #2b2b2b;
}
@media only screen and (min-width: 768px) {
  .blog_sns {
    margin: 0 auto 60px;
  }
}
@media only screen and (min-width: 1380px) {
  .blog_sns {
    width: 540px;
  }
}
.blog_sns .blog_sns_img {
  width: 50%;
  height: auto;
  float: left;
}
.blog_sns .blog_sns_img img {
  width: 100%;
  display: block;
}
.blog_sns .blog_sns_content {
  padding-top: 10px;
  width: 50%;
  float: left;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .blog_sns .blog_sns_content {
    padding: 15px 25px 0;
  }
}
.blog_sns .blog_sns_content .blog_sns_comment {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  line-height: 1.5rem;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .blog_sns .blog_sns_content .blog_sns_comment {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
.blog_sns .blog_sns_content .blog_sns_note {
  margin-top: 10px;
  color: #999;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
}
@media only screen and (min-width: 768px) {
  .blog_sns .blog_sns_content .blog_sns_note {
    margin-top: 15px;
  }
}
.blog_post_items {
  padding: 20px;
  background-color: #f2f2f2;
}
@media only screen and (min-width: 768px) {
  .blog_post_items {
    padding: 50px;
  }
}
.blog_post_items h2 {
  margin: 0 auto 20px;
  padding: 10px 0;
  border-top: 2px solid #345ba8;
  border-bottom: 1px solid #345ba8;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #182a63;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .blog_post_items h2 {
    margin-bottom: 30px;
    padding: 15px 0;
  }
}
.blog_post_items h2 img {
  margin: 0 auto;
  width: auto;
  height: 25px;
  display: block;
}
.blog_post_items h2.tag_ttl img {
  margin: 0 auto;
  display: block;
}
.blog_post_item {
  margin: 0 auto 30px;
}
@media only screen and (min-width: 768px) {
  .blog_post_item {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1380px) {
  .blog_post_item {
    width: 540px;
  }
}
.btn_blog_top {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 260px;
  border: 1px solid #182a63;
  font-size: 16px;
  line-height: 40px;
  color: #182a63;
  text-align: center;
  font-weight: bold;
  display: block;
  transition: opacity .2s linear;
}
.btn_blog_top:visited {
  color: #182a63;
}
.btn_blog_top:hover {
  color: #182a63;
  opacity: .5;
  text-decoration: none;
}
.blog_tag {
  margin: 0 5px 5px 0;
  padding: 0 8px 0 20px;
  background: url(images/tag_bg.png) no-repeat center left;
  border-radius: 3px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  line-height: 20px;
  display: inline-block;
}
.blog_tag a {
  color: #fff;
}
.blog_tag a:hover {
  text-decoration: none;
}
.blog_tag_relations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog_tag_relations .blog_tag_relation {
  margin-bottom: 20px;
  padding: 0 8px;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .blog_tag_relations .blog_tag_relation {
    margin-bottom: 35px;
    padding: 0 8px;
    width: 33.3%;
  }
}
.blog_tag_relations .blog_tag_relation img {
  width: 100%;
  height: auto;
}
.blog_tag_relations .blog_tag_relation p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  line-height: 2.1rem;
  color: #182a63;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .blog_tag_relations .blog_tag_relation p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
}
.blog_rankings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog_rankings .blog_ranking {
  margin-bottom: 20px;
  padding: 0 8px;
  width: 50%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .blog_rankings .blog_ranking {
    margin-bottom: 35px;
    padding: 0 8px;
    width: 33.3%;
  }
}
.blog_rankings .blog_ranking .rankingnum {
  position: absolute;
  top: -10px;
  width: 35px;
}
.blog_rankings .blog_ranking .rankingthum {
  width: 100%;
  height: auto;
}
.blog_rankings .blog_ranking p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  line-height: 2.1rem;
  color: #182a63;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .blog_rankings .blog_ranking p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
}
/* DICTIONARY
-------------------------------------------------------------*/
.contents._pickup {
  padding-bottom: 80px;
}
.dic_tags_small {
  margin: 0 auto 35px;
  padding: 20px 0 10px;
  background: url(images/common_bg.png);
}
@media only screen and (min-width: 1380px) {
  .dic_tags_small {
    width: 940px;
  }
}
.dic_tags_single ul {
  text-align: center;
}
.dic_tags_single li {
  margin: 0 10px 10px;
  text-align: center;
  display: inline-block;
}
.dic_tags_single a {
  padding-top: 12px;
  width: 72px;
  height: 48px;
  color: #fff;
  background: url(images/dic_tags_bg.png) no-repeat;
  background-size: contain;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 21px;
  line-height: 2.1rem;
  font-family: YuGo;
  display: block;
}
.tagname {
  margin: 0 auto;
  background: url(images/dic_tags_bg.png) no-repeat;
  color: #fff;
  margin-bottom: 35px;
  padding-top: 28px;
  width: 120px;
  height: 79px;
  font-size: 36px;
  font-size: 3.6rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.dics {
  margin: 0 auto 35px;
}
@media only screen and (min-width: 1380px) {
  .dics {
    margin-bottom: 65px;
    width: 940px;
  }
}
.dic_ttl {
  margin: 0 20px 30px;
  border-top: 3px solid #182a63;
  border-bottom: 1px solid #182a63;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #182a63;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
}
@media only screen and (min-width: 1380px) {
  .dic_ttl {
    margin: 0 auto 40px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 25px;
    line-height: 2.5rem;
    line-height: 60px;
  }
}
.dic_ttl span {
  display: block;
}
@media only screen and (min-width: 1380px) {
  .dic_ttl span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.dic_content {
  padding: 0 20px;
}
@media only screen and (min-width: 1380px) {
  .dic_content {
    padding: 0;
  }
}
.dic_content p {
  text-align: justify;
}
/*-------------------------------------------------------------

contact

-------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .contents._contact {
    padding-bottom: 0;
  }
}
.contents .inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .contents .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1380px) {
  .contents .inner {
    width: 1000px;
  }
}
.consulting_wrap {
  padding: 20px;
  background: url(images/common_bg.png);
}
@media only screen and (min-width: 768px) {
  .consulting_wrap {
    padding: 30px 0 50px;
  }
}
.consulting_wrap h2 {
  margin: 0 auto 30px;
  width: 60%;
}
@media only screen and (min-width: 768px) {
  .consulting_wrap h2 {
    width: 190px;
  }
}
.consulting_wrap h2 img {
  width: 100%;
  height: auto;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .consulting_wrap h2 img {
    width: auto;
  }
}
.consulting_wrap .consulting_items {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .consulting_wrap .consulting_items {
    width: 800px;
  }
}
.consulting_wrap .consulting_items .consulting_item_l {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .consulting_wrap .consulting_items .consulting_item_l {
    width: 400px;
    float: left;
  }
}
.consulting_wrap .consulting_items .consulting_item_r {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #002665;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .consulting_wrap .consulting_items .consulting_item_r {
    width: 350px;
    float: right;
  }
}
.tell_wrap {
  margin-bottom: 40px;
  padding: 30px 0;
  background-color: #182a63;
}
.tell_wrap h2 {
  margin-bottom: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .tell_wrap h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
.tell_wrap .btn_tell {
  margin: 0 auto 12px;
  width: 80%;
  border: 2px solid #fff;
  font-size: 25px;
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  display: block;
}
.tell_wrap .btn_tell:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .tell_wrap .btn_tell {
    width: 374px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.tell_wrap .biztime {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .tell_wrap .biztime {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
  }
}
/*　メンバーズ共通　*/
.notice {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
.notice span {
  padding-right: 10px;
  color: #f4ea62;
  font-size: 10px;
  font-size: 1rem;
}
form {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  form {
    padding: 0;
  }
}
form input[type=text], form input[type=email] {
  padding: 19px 30px 19px 30px;
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  color: #a0a0a0;
  font-size: 13px;
  /* フォント置換による類似 */
  font-weight: 500;
  line-height: 26px;
  /* フォント置換による類似 */
  text-align: left;
}
@media only screen and (min-width: 768px) {
  form input[type=text], form input[type=email] {
    padding: 19px 30px 19px 30px;
  }
}
form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 19px 30px 19px 30px;
  width: 100%;
  background: #f5f5f5 url(images/select_arrow.png) no-repeat right 50%;
  border: none;
  border-radius: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  font-family: YuGo;
}
form label {
  padding: 0 15px 0 0;
  display: inline-block;
}
form input[type=radio] {
  display: none;
  margin-right: 10px;
  position: relative;
}
form span.mwform-radio-field-text {
  position: relative;
  padding-left: 36px;
}
form input[type=radio] + span.mwform-radio-field-text:before {
  content: '';
  width: 28px;
  height: 28px;
  border: 2px solid #bebebe;
  border-radius: 100%;
  position: absolute;
  left: 0;
  box-sizing: border-box;
}
form input[type=radio]:checked + span.mwform-radio-field-text:before {
  content: "●";
  border: 2px solid #bebebe;
  padding: 0 0 0 1px;
  width: 28px;
  height: 28px;
  position: absolute;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
  box-sizing: border-box;
  text-align: center;
  line-height: 26px;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + .mwform-checkbox-field-text {
  position: relative;
}
form .mwform-checkbox-field-text {
  padding-left: 25px;
}
form input[type=checkbox] + .mwform-checkbox-field-text:before {
  content: url(images/icon_check.png);
  position: absolute;
  top: -6px;
  left: 0;
}
form input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  content: url(images/icon_checked.png);
  position: absolute;
  top: -6px;
  left: 0;
}
form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
form textarea {
  margin-bottom: 25px;
  padding: 20px;
  width: 100%;
  height: 200px;
  border: none;
  background-color: #f5f5f5;
  resize: vertical;
}
form p.label {
  font-size: 13px;
  font-size: 1.3rem;
  color: #000000;
  font-size: 13px;
  /* フォント置換による類似 */
  font-weight: bold;
  text-align: left;
}
form p.label span {
  padding-right: 10px;
  color: #f4ea62;
  font-size: 10px;
  font-size: 1rem;
}
form .inline {
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  form .inline {
    padding-right: 40px;
  }
}
form .childa {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  form .childa {
    display: inline;
  }
}
form .formitemwrap {
  margin-bottom: 30px;
}
form .formitemwrap .formitem_l, form .formitemwrap .formitem_r {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  form .formitemwrap .formitem_l, form .formitemwrap .formitem_r {
    width: 48%;
  }
}
form .formitemwrap .formitem_l._narrow, form .formitemwrap .formitem_r._narrow {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  form .formitemwrap .formitem_l._narrow, form .formitemwrap .formitem_r._narrow {
    width: 30.6%;
  }
}
form .formitemwrap .formitem_l {
  float: left;
}
form .formitemwrap .formitem_l._narrow {
  margin-right: 40px;
}
form .formitemwrap .formitem_r {
  float: right;
}
form .formitemwrap .formitem {
  margin-bottom: 30px;
}
form .formitemwrap .formitem select {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  form .formitemwrap .formitem select {
    width: 30%;
  }
}
form .contact_btn {
  margin-bottom: 30px;
  height: 60px;
  text-align: center;
}
form .contact_btn .confirm, form .contact_btn .submit {
  margin: 0 auto;
  width: 60%;
  height: 50px;
  background-color: #182a63;
  border: none;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  form .contact_btn .confirm, form .contact_btn .submit {
    width: 300px;
    height: 60px;
  }
}
form .contact_btn .back {
  width: 35%;
  height: 50px;
  border: 2px solid #182a63;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  form .contact_btn .back {
    width: 150px;
    height: 60px;
  }
}
/* Members */
.special_wrap {
  padding: 0 0 50px;
  margin-bottom: 40px;
  background: url(images/common_bg.png);
}
@media only screen and (min-width: 768px) {
  .special_wrap {
    padding: 0 0 50px;
  }
}
.special_wrap .special_img {
  margin-bottom: 50px;
  width: 100%;
  height: 200px;
  background: url(images/members_img.png) center center;
  background-size: cover;
}
.special_wrap .special_ttl {
  margin: 0 auto 40px;
  width: 80%;
}
.special_wrap .special_ttl img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .special_wrap .special_ttl {
    width: 294px;
  }
}
.special_wrap .specialitems {
  margin: 0 20px 0;
  padding: 10px 30px 0;
  border: 1px solid #182a63;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .special_wrap .specialitems {
    margin: 0 auto;
    padding: 20px 50px 40px;
    width: 900px;
  }
}
.special_wrap .special_baloon {
  width: 30%;
  position: absolute;
  top: 90px;
  left: 15px;
}
@media only screen and (min-width: 768px) {
  .special_wrap .special_baloon {
    width: auto;
    top: 55px;
    left: -71px;
  }
}
.special_wrap .specialitem1 {
  padding: 110px 0 0 0;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .special_wrap .specialitem1 {
    padding: 0 0 0 110px;
  }
}
.special_wrap .specialitem1:before {
  margin: 0 auto;
  width: 82px;
  content: url(images/members_special_p1.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .special_wrap .specialitem1:before {
    top: auto;
    left: 0;
    right: auto;
  }
}
.special_wrap .specialitem1 h3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #182a63;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .special_wrap .specialitem1 h3 {
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.special_wrap .specialitem1 h3 span {
  border-bottom: 5px solid #f5ea41;
}
.special_wrap .specialitem1 p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-align: justify;
}
.special_wrap .specialitem2 {
  padding: 110px 0 0 0;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .special_wrap .specialitem2 {
    padding: 0 0 0 110px;
  }
}
.special_wrap .specialitem2:before {
  margin: 0 auto;
  width: 82px;
  content: url(images/members_special_p2.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .special_wrap .specialitem2:before {
    top: auto;
    left: 0;
    right: auto;
  }
}
.special_wrap .specialitem2 h3 {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #182a63;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .special_wrap .specialitem2 h3 {
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.special_wrap .specialitem2 h3 span {
  border-bottom: 5px solid #f5ea41;
}
.special_wrap .specialitem2 p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-align: justify;
}
.special_wrap .specialitem3 {
  padding: 110px 0 0 0;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .special_wrap .specialitem3 {
    padding: 0 0 0 110px;
  }
}
.special_wrap .specialitem3:before {
  margin: 0 auto;
  width: 82px;
  content: url(images/members_special_p3.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .special_wrap .specialitem3:before {
    top: auto;
    left: 0;
    right: auto;
  }
}
.special_wrap .specialitem3 h3 {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0rem;
  color: #182a63;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .special_wrap .specialitem3 h3 {
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.special_wrap .specialitem3 h3 span {
  border-bottom: 5px solid #f5ea41;
}
.special_wrap .specialitem3 p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-align: justify;
}
/*-------------------------------------------------------------

company

-------------------------------------------------------------*/
.contents._company {
  padding: 60px 20px 60px;
}
@media only screen and (min-width: 1380px) {
  .contents._company {
    padding: 70px 0px 80px;
  }
}
.company_profile {
  width: 100%;
  border-top: 1px dashed #182a63;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 21px;
  line-height: 2.1rem;
  color: #182a63;
}
@media only screen and (min-width: 768px) {
  .company_profile {
    margin: 0 auto 80px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
@media only screen and (min-width: 1380px) {
  .company_profile {
    width: 940px;
  }
}
.company_profile dl {
  border-bottom: 1px dashed #182a63;
}
.company_profile dt, .company_profile dd {
  margin: 0 0 10px 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .company_profile dt, .company_profile dd {
    padding: 20px 0;
  }
}
.company_profile dt {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .company_profile dt {
    width: 14%;
    float: left;
  }
}
@media only screen and (min-width: 1380px) {
  .company_profile dt {
    width: 130px;
  }
}
.company_profile dt.pt {
  width: 260px;
}
@media only screen and (min-width: 768px) {
  .company_profile dd {
    width: 86%;
    float: right;
  }
}
@media only screen and (min-width: 1380px) {
  .company_profile dd {
    width: 810px;
  }
}
.company_profile dd ul {
  padding: 0 0 0 2rem;
  margin: 0;
}
.company_profile dd.pd {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .company_profile dd.pd {
    width: 680px;
  }
}
.page_ttl._404 {
  padding: 300px 0 10px;
}
.err404text {
  padding-bottom: 250px;
  text-align: center;
}
/*=============================================================

ナビゲーション

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	ナビゲーション　記事一覧
-------------------------------------------------------------*/
.posts_link {
  display: none;
}
@media only screen and (min-width: 768px) {
  .posts_link {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 26px;
    line-height: 2.6rem;
    line-height: 40px;
    display: block;
  }
  .posts_link .pre, .posts_link .next {
    width: 350px;
    float: left;
  }
  .posts_link .next {
    text-align: right;
  }
}
.navigation {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.navigation .screen-reader-text {
  display: none;
}
/* ナビゲーション　シングルページ
-------------------------------------------------------------*/
/*////////////////////////////////////////////////////////////

  plugins CSS

--------------------------------------------------------------
 
  jvascript/jQueryのライブラリ、wordprressのプラグインのCSS

  requre _values.scss, _mixins.scss

//////////////////////////////////////////////////////////////

  jQuery libraries

//////////////////////////////////////////////////////////////

  bxslider

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

  wordpress

////////////////////////////////////////////////////////////*/
/* wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
  margin: 0 auto 25px;
  padding-top: 20px;
  width: 100%;
  clear: both;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span, .wp-pagenavi a:hover, .wp-pagenavi span.current {
  text-decoration: none;
  border: 2px solid #182a63;
  padding: 0;
  margin: 2px;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 36px;
  display: inline-block;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background-color: #182a63;
  color: #fff;
}
.wp-pagenavi span.extend {
  border: none;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .first {
  margin: 2px;
  padding: 0 6px 0 0;
  font-weight: bold;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .first:hover {
  padding: 0 6px 0 0;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .last {
  margin: 2px;
  padding: 0 0 0 6px;
  font-weight: bold;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .last:hover {
  padding: 0 0 0 6px;
}
/* instagram widget
------------------------------------------------------------*/
.isw li {
  margin-right: 12px;
  float: left;
}
.isw li p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
.isw li:last-of-type {
  margin-right: 0;
}
/*/////////////////////////////////////////////////////////////
	
	 1. liblary styles
	 
--------------------------------------------------------------

　1.float
　2.Text Align
　3.caution
　4.margin & padding
　5.List
　6.Common Table
　7.clearFix

///////////////////////////////////////////////////////////////

	1.float

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.floatL, .fl-l {
  float: left !important;
}
.floatR, .fl-r {
  float: right !important;
}
/*=============================================================

	2.Text Align

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.al-l {
  text-align: left !important;
}
.al-c {
  text-align: center !important;
}
.al-r {
  text-align: right !important;
}
/*=============================================================

	3.caution

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
p.caution, p.cautionWhite, div.subBlock p.caution {
  margin-left: 1em;
  font-size: 87%;
  color: #666;
  text-indent: -1em;
  line-height: 120%;
}
p.cautionWhite {
  color: #FFFFFF;
}
p.cautionSecLine {
  margin-left: 1em;
  font-size: 87%;
  color: #666;
  text-indent: -1em;
}
small.caution {
  font-size: 87%;
  color: #666;
}
ul.caution {
  font-size: 87%;
  color: #666;
  list-style-image: url(../images/caution.gif);
}
ul.caution li {
  margin: 0 0 0 18px;
  text-indent: -0.8em;
}
/*=============================================================

	4.margin & padding

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* margin-top
-------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
/* margin-right
-------------------------------------------------------------*/
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mr100 {
  margin-right: 100px !important;
}
/* margin-bottom
-------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
/* margin-left
-------------------------------------------------------------*/
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.ml100 {
  margin-left: 100px !important;
}
/* padding-top
-------------------------------------------------------------*/
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pt100 {
  padding-top: 100px !important;
}
/* padding-right
-------------------------------------------------------------*/
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pr100 {
  padding-right: 100px !important;
}
/* padding-bottom
-------------------------------------------------------------*/
.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
/* padding-left
-------------------------------------------------------------*/
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pl100 {
  padding-left: 100px !important;
}
/*=============================================================

	5.List

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
ul.dotList {
  margin-left: 15px;
  list-style-image: url(../images/list_dot.gif);
}
ol.numList {
  margin-left: 15px;
}
/*=============================================================

	6.Common Table

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
table.cmnTable {
  width: 100%;
  background-color: #ccc;
  border-collapse: separate;
  border-spacing: 1px;
}
table.cmnTable th {
  background-color: #ccc;
}
table.cmnTable td {
  background-color: #fff;
}
/*=============================================================

	7.clearFix

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cf {
  min-height: 1px;
}
* html .cf {
  height: 1px;
}
.clear {
  clear: both;
}
div.borderNone {
  border: none;
}
img.imgBlked {
  display: block;
}
div.gotoTop {
  text-align: right;
  margin-bottom: 30px;
}
.blked {
  display: block;
}
p.white {
  color: #FFFFFF;
}
.bgn {
  background: none !important;
}
.dis-b {
  display: block !important;
}
/*ギャラリー*/
.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.gallerybox {
  width: 100%;
  margin-bottom: 60px;
}
.gallerybox .gallerybox_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.gallerybox .gallerybox_inner img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .gallery {
    width: 940px;
  }
  .gallerybox {
    margin: 0 auto 70px;
    width: 900px;
  }
}
@media only screen and (min-width: 768px) {
  .gallerybox .gallerybox_inner {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
div.contents div.gallerybox div.gallerybox_inner:nth-of-type(even) > div.gallerybox_inner_large {
  order: 2;
}
div.contents div.gallerybox div.gallerybox_inner:nth-of-type(even) > div.gallerybox_inner_small {
  order: 1;
}
.gallerybox .gallerybox_inner .gallerybox_inner_large {
  width: 100%;
  margin: 0;
}
.gallerybox .gallerybox_inner .gallerybox_inner_large img {
  width: 100%;
  height: auto;
  display: block;
}
.gallerybox .gallerybox_inner .gallerybox_inner_small {
  margin: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.gallerybox .gallerybox_inner .gallerybox_inner_small img {
  width: 48.6%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .gallerybox .gallerybox_inner .gallerybox_inner_large {
    width: 590px;
    height: auto;
  }
  .gallerybox .gallerybox_inner .gallerybox_inner_large img {
    width: 590px;
    height: auto;
  }
  .gallerybox .gallerybox_inner .gallerybox_inner_small {
    width: 300px;
    height: auto;
  }
  .gallerybox .gallerybox_inner .gallerybox_inner_small img {
    width: 100%;
    height: auto;
    display: block;
  }
}
/*追加サテライト*/
.company_satellite {
  margin-top: 60px;
}
.gallerybox p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 30px;
}
.gallerybox .text_blue {
  color: #005ca2;
}
@media only screen and (min-width: 768px) {
  .gallerybox p {
    text-align: center;
  }
  br.sp_on {
    display: none;
  }
  br.pc_on {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.sp_on {
    display: inline;
  }
  br.pc_on {
    display: none;
  }
}
.gallerybox h2 img {
  margin: 40px auto;
}
/*追加インスタ*/
.header_nav ul li.left_insta {
  width: 100%;
  height: 120px;
  background:url(images/left_insta_bg.svg) no-repeat center / 160px auto;
  padding: 50px 65px 10px 60px;
  margin-top: 20px;
}
.header_nav ul li.left_insta a{
  text-align: center;
  margin-top: 27px;
  line-height: 1;
}
.left_insta img{
  width: 30px;
}

@media only screen and (max-height: 800px) {
.logo img {
  width: 65%;
  height: auto;
}
.header_nav ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 2.5rem;
 }
}
.insta_sp{
    width: 40px;
    display: block;
    z-index: 999;
    padding-left: 10px;
    margin-top: -24px;
}
@media only screen and (min-width: 768px) {
.insta_sp{
display: none;
}
}