@charset "utf-8";


/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/

body {
 margin: 0px;
 padding: 0px;
 font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
 /*文字サイズ、行間、フォントファミリー*/
 color: #333;
 /*全体の文字色*/
 background: #fff;
 /*背景色*/
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure {
 margin: 0px;
 padding: 0px;
}

ul {
 list-style-type: none;
}

img {
 border: none;
 vertical-align: bottom;
}

input,
textarea,
select {
 font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
 font-size: 1em;
 margin: 0;
 padding: .3em;
}

form {
 margin: 0px;
}

table {
 border-collapse: collapse;
 font-size: 100%;
 border-spacing: 0;
}

.bold {
 font-weight: bold;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/

a {
 color: #333;
 /*リンクテキストの色*/
}

a:hover {
 color: #699aec;
 /*マウスオン時の文字色*/
 text-decoration: none;
 /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/

#container {
 width: 982px;
 /*コンテナー幅*/
 margin: 0 auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/

/*ヘッダーブロック*/

header {
 height: 134px;
 margin: 0;
 padding: 0;
}

/*ロゴ画像*/

#logo {
 display: block;
 padding: 8px 0 0 0;
}

/*メインキャッチコピー*/

header h1 {
 position: absolute;
 top: 0;
 left: 190px;
 width: 792px;
 text-align: right;
 padding: 13px 0 0 0;
 display: block;
 font-size: 2em;
 font-weight: bold;
}
header .h_design_01 {
 position: absolute;
 top: 0;
 left: 190px;
 width: 792px;
 text-align: right;
 padding: 13px 0 0 0;
 display: block;
 font-size: 2em;
 font-weight: bold;
}

.f_clear {
 clear: both;
 font-size: 1px;
 line-height: 0px;
}

/*メールアイコン*/

a.mail {
 position: absolute;
 top: 15px;
 right: 80px;
 z-index: 299;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/

nav#menubar ul {
 display: block;
 padding: 83px 0 0 0;
 float: right;
 /*    border-left: 1px solid #ccc;    右側の線の幅、線種、色*/
}

/*メニュー１個ごとの設定*/

nav#menubar ul li {
 float: left;
 width: 137px;
 /*幅*/
 text-align: center;
 /*文字をセンタリング*/
 border-right: 1px solid #ccc;
 /*右側の線の幅、線種、色*/
 font-weight: bold;
 /*太字にする設定。標準がいいならこの行削除。*/
 letter-spacing: 0.1em;
 /*文字間隔を少し広めにとる設定。標準がいいならこの行削除。*/
}

nav#menubar ul li a {
 text-decoration: none;
 display: block;
 border-bottom: 3px solid #fff;
 /*下線の幅、線種、色。見えないようにしたいのでbodyタグの背景色と合わせておく。*/
 -webkit-transition: 0.5s;
 /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
 transition: 0.5s;
 /*同上*/
}

/*マウスオン時と、現在表示中(current)メニューの設定*/

nav#menubar ul li a:hover,
nav#menubar ul li.current a {
 border-bottom: 3px solid #699aec;
 /*下線の幅、線種、色*/
}

/*英語表記の設定*/

nav#menubar span {
 display: block;
 font-size: 10px;
 /*文字サイズ*/
 -webkit-text-size-adjust: none;
 font-weight: normal;
 /*太字を標準に戻す設定。*/
 color: #999;
 /*文字色*/
}

nav#menubar ul li:first-child {
 border-left: 1px solid #ccc;
}


/*トップページのスライドショー
---------------------------------------------------------------------------*/

#mainimg {
 width: 982px;
 /*コンテナー幅*/
 margin: 0 auto;
 padding-bottom: 20px;
}

/*
.js-image-switch {
    visibility: hidden;
}
*/

/*!------------------------------------*\
   ドロワー関連*/

/*!------------------------------------*\
    Base
\*!------------------------------------*/

.drawer-open {
 overflow: hidden !important;
}

.drawer-nav {
 position: fixed;
 z-index: 101;
 top: 0;
 overflow: hidden;
 width: 16.25rem;
 height: 100%;
 color: #222;
 background-color: #fff;
}

.drawer-brand {
 display: block;
}

.drawer-menu {
 display: block;
 margin: 10px 0 0 0;
 padding: 0;
 list-style: none;
}

.drawer-menu-item {
 /*  font-size: 1rem;*/
 display: block;
 padding: .75rem;
 text-decoration: none;
 padding: 2px 10px;
 color: #222;
 border-bottom: solid 1px #e4e4e4;
 /*下の線の線種、幅、色*/
}

.drawer-menu-item:hover {
 background: #699aec;
 /*背景色*/
 color: #fff;
 /*文字色*/
}

/*! overlay */

.drawer-overlay {
 position: fixed;
 z-index: 100;
 top: 0;
 left: 0;
 display: none;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, .2);
}

.drawer-open .drawer-overlay {
 display: block;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/

.drawer--right .drawer-nav {
 right: -16.25rem;
 -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
 transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
 right: 0;
}

.drawer--right.drawer-open .drawer-hamburger .drawer-rightbox {
 right: 16.25rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-rightbox {}

.drawer-hamburger {
 position: fixed;
 z-index: 104;
 top: 0;
 display: block;
 box-sizing: content-box;
 width: 2rem;
 padding: 0;
 padding-top: 18px;
 padding-right: .75rem;
 padding-bottom: 30px;
 padding-left: .75rem;
 -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
 transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 border: 0;
 outline: 0;
 background-color: #FFFFFF;
 opacity: 0.7;
}

.drawer-hamburger:hover {
 cursor: pointer;
 background-color: #FFFFFF;
 opacity: 0.7;
}

.drawer-hamburger-icon {
 position: relative;
 display: block;
 margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
 width: 100%;
 height: 2px;
 -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
 transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
 background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
 position: absolute;
 top: -10px;
 left: 0;
 content: ' ';
}

.drawer-hamburger-icon:after {
 top: 10px;
}

.drawer-open .drawer-hamburger-icon {
 background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
 top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

.sr-only {
 position: absolute;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 width: 1px;
 height: 1px;
 margin: -1px;
 padding: 0;
 border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.sr-only-focusable:active,
.sr-only-focusable:focus {
 position: static;
 overflow: visible;
 clip: auto;
 width: auto;
 height: auto;
 margin: 0;
}

/*!------------------------------------*\
    btnMore
\*!------------------------------------*/

.btnMore {
 width: 100% !important;
 margin-bottom: 30px !important;
}

.btnMore li {
 width: 42% !important;
 background-color: #c0f2fd !important;
 padding: 10px 20px 10px 20px !important;
 margin: 0px 0px 30px 10px !important;
 text-align: center;
}

.btnMore_single {
 width: 100%;
 max-width: 710px;
 margin-left: 2px;
 text-align: center;
}
.btnMore_single a {
 display: block;
 background-color: #c0f2fd;
 padding: 10px;
 margin-bottom: 30px;;
 text-decoration: none;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/

.drawer--sidebar {
 background-color: #fff;
}

.drawer--sidebar .drawer-contents {
 background-color: #fff;
}

/*スマホ版設定
---------------------------------------------------------------------------*/

@media (max-width: 768px) {
 nav#menubar {
  display: none;
  visibility: hidden;
 }

 #logo img {
  width: auto;
  height: 42px;
 }

header h1,
header .h_design_01 {
  display: none;
  visibility: hidden;
 }

 header {
  height: 64px;
 }

 #mainimg {
  width: 100%;
  margin: 0 auto;
 }

 .child_page #mainimg {
  display: none;
 }
}

/*PC設定
---------------------------------------------------------------------------*/

@media (min-width: 769px) {

 a.mail {
  display: none;
  visibility: hidden;
 }

 nav.drawer-nav {
  display: none;
  visibility: hidden;
 }

 .drawer--sidebar .drawer-hamburger {
  display: none;
  visibility: hidden;
 }

 .drawer--sidebar .drawer-nav {
  display: block;
  -webkit-transform: none;
  transform: none;
  position: fixed;
  width: 12.5rem;
  height: 100%;
 }

 /*! Right */
 .drawer--sidebar.drawer--right .drawer-nav {
  right: 0;
  border-left: 1px solid #ddd;
 }

 .drawer--sidebar.drawer--right .drawer-contents {
  margin-right: 12.5rem;
 }

 /*! container */
 .drawer--sidebar .drawer-container {
  max-width: 48rem;
 }
}

@media (min-width: 768px) {

 .drawer--sidebar .drawer-nav {
  width: 16.25rem;
 }

 .drawer--sidebar.drawer--left .drawer-contents {
  margin-left: 16.25rem;
 }

 .drawer--sidebar.drawer--right .drawer-contents {
  margin-right: 16.25rem;
 }

 /*! container */
 .drawer--sidebar .drawer-container {
  max-width: 60rem;
 }
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/

.drawer--navbarTopGutter {
 /* padding-top: 80px;*/
}

.drawer-navbar .drawer-navbar-header {
 background-color: #fff;
}

.drawer-navbar {
 z-index: 102;
 top: 0;
 width: 100%;
}

/*! .drawer-navbar modifier */

.drawer-navbar--fixed {
 position: fixed;
}

.drawer-navbar-header {
 z-index: 100;
 box-sizing: border-box;
 /*    width: 982px;*/
 height: 80px;
 padding: 0 .75rem 0px 0px;
 text-align: left;
}

.drawer-navbar .drawer-brand {
 line-height: 3.75rem;
 display: inline-block;
 padding-top: 0;
 padding-bottom: 0;
 text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
 background-color: transparent;
}

.drawer-navbar .drawer-nav {
 padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
 padding-bottom: 7.5rem;
}

@media (min-width: 769px) {

 .drawer-navbar {
  background-color: #fff;
 }

 .drawer-navbar .drawer-navbar-header {
  position: relative;
  display: block;
  float: left;
  width: auto;
  padding: 0;
  border: 0;
 }

 .drawer-navbar .drawer-menu--right {
  float: right;
 }

 .drawer-navbar .drawer-menu li {
  float: left;
 }

 .drawer-navbar .drawer-menu-item {
  line-height: 3.75rem;
  padding-top: 0;
  padding-bottom: 0;
 }

 .drawer-navbar .drawer-hamburger {
  display: none;
 }

 .drawer-navbar .drawer-nav {
  position: relative;
  left: 0;
  overflow: visible;
  width: auto;
  height: 3.75rem;
  padding-top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }

 .drawer-navbar .drawer-menu {
  padding: 0;
 }

}


/*!------------------------------------*\
    Container
\*!------------------------------------*/

.drawer-container {
 margin-right: auto;
 margin-left: auto;
}

@media (min-width: 768px) {
 .drawer-container {
  max-width: 60rem;
 }
}

@media (min-width: 1280px) {
 .drawer-container {
  max-width: 70rem;
 }
}


/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/

/*トップページ以外のcontents*/

#contents {
 padding-top: 30px;
 /*上に空ける余白*/
}

/*トップページのcontents*/

#top #contents {
 padding-top: 3px;
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
 float: right;
 /*右側に流し込み*/
 width: 720px;
 /*コンテンツ幅*/
 padding-bottom: 30px;
}

/*mainコンテンツのh2タグの設定*/
#main h2 {
 clear: both;
 margin-bottom: 15px;
 font-size: 100%;
 color: #FFF;
 background: #699aec url(../images/mark1.png) no-repeat 10px center;
 padding: 5px 5px 5px 35px;
 letter-spacing: 0.1em;
}
#main .h_design_02 {
 clear: both;
 margin-bottom: 15px;
 font-size: 100%;
 color: #FFF;
 background: #699aec url(../images/mark1.png) no-repeat 10px center;
 padding: 5px 5px 5px 35px;
 letter-spacing: 0.1em;
}

/*mainコンテンツのh3タグの設定*/
#main h3 {
 clear: both;
 margin-bottom: 15px;
 font-size: 100%;
 background: #FFF;
 /*背景色（古いブラウザだとここの色のみが出ます）*/
 background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ebebeb));
 /*グラデーション*/
 background: -webkit-linear-gradient(#FFF, #ebebeb);
 /*同上*/
 background: linear-gradient(#FFF, #ebebeb);
 /*同上*/
 padding: 4px 4px 4px 15px;
 /*上、右、下、左への余白*/
 border: 1px solid #ccc;
 /*枠線の幅、線種、色*/
 letter-spacing: 0.1em;
 /*文字間隔を少し広めにとる設定。標準がいいならこの行削除。*/
}
#main .h_design_03 {
 clear: both;
 margin-bottom: 15px;
 font-size: 100%;
 background: #FFF;
 background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ebebeb));
 background: -webkit-linear-gradient(#FFF, #ebebeb);
 background: linear-gradient(#FFF, #ebebeb);
 padding: 4px 4px 4px 15px;
 border: 1px solid #ccc;
 letter-spacing: 0.1em;
}
#main .h_simple_01 {
 clear: both;
 margin-bottom: 0;
 font-size: 100%;
 background: transparent;
 padding: 4px 0;
 color: #333;
 border: 0;
 letter-spacing: 0.1em;
}


/*mainコンテンツの段落タグ設定*/
#main p {
 padding: 0;
 /*上、左右、下への余白*/
 text-align: left;
}

#main p + p {
 padding-top: 0px;
 text-align: left;
}

#main h2 + p,
#main h3 + p {
 padding-top: 0px;
 margin-top: -5px;
 text-align: left;
}


/*最近の撮影実績とコラム
-------------------------------------------------*/
#recent ul {
 display: flex;
 flex-wrap: wrap;
 gap: 0 2px;
}

#recent ul li {
 width: calc(100% / 3 - 14px);
 border: 1px solid #e4e4e4;
 float: left;
 padding: 5px;
 margin-bottom: 10px;
}

#recent .lead {
 padding-top: 5px;
 display: block;
 height: 45px;
 font-weight: bold;
 line-height: 1.2;
}

#recent .lead a {
 text-decoration: none;
 overflow: hidden;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
}

#recent .lead a:hover {
 text-decoration: none;
}


#recent ul li img {
 margin-bottom: 10px;
}

/* #recent.recent-single h1 */
#recent.recent-single h1,
#recent.recent-single .column-title {
 margin-bottom: 3px;
 font-size: 21px;
 font-weight: 700;
 line-height: 1.3;
}

/* #recent.recent-single .h2_obi */
#recent.recent-single .h2_obi {
 clear: both;
 margin-bottom: 21px;
 font-weight: 600;
 font-size: 20px;
 color: #FFF;
 background: #699aec;
 padding: 2px 10px 0 22px;
 letter-spacing: 0.03em;
 line-height: 1.75;
}

/* #recent.recent-single h2 */
#recent.recent-single h2 {
 position: relative;
 margin: 10px 10px 18px;
 padding: 5px 10px 5px 20px;
 background: #E6EFFF;
 font-weight: 600;
 font-size: 18px;
 color: #333;
 line-height: 1.3;
 letter-spacing: normal;
}
#recent.recent-single h2::before {
 position: absolute;
 top: 0;
 left: 0;
 content: "";
 display: inline-block;
 width: 10px;
 height: 100%;
 background: #699AEC;
}
@media (max-width:480px) {
 #recent.recent-single h2 {
  margin: 10px 15px 25px;
  padding: 5px 5px 5px 18px;
 }
}

/* #recent.recent-single h3 */
#recent.recent-single h3 {
 position: relative;
 margin: 10px 10px 18px;
 padding: 2px 10px 2px 18px;
 background: transparent;
 border: 0;
 font-weight: 600;
 font-size: 16px;
 color: #333;
 line-height: 1.4;
 letter-spacing: normal;
}
#recent.recent-single h3::before {
 position: absolute;
 top: 0;
 left: 0;
 content: "";
 display: inline-block;
 width: 10px;
 height: 100%;
 background: #699AEC;
}
@media (max-width:480px) {
 #recent.recent-single h3 {
  margin: 10px 15px 18px;
  padding: 0 5px 0 18px;
 }
}

/* #recent.recent-single h4 */
#recent.recent-single h4 {
 position: relative;
 margin: 10px 10px 12px;
 padding: 2px 4px 2px 14px;
 background: transparent;
 font-weight: 600;
 font-size: 14px;
 color: #333;
 line-height: 1.4;
 letter-spacing: normal;
}
#recent.recent-single h4::before {
 position: absolute;
 top: 0;
 left: 0;
 content: "";
 display: inline-block;
 width: 5px;
 height: 100%;
 background: #699AEC;
}
@media (max-width:480px) {
 #recent.recent-single h4 {
  margin: 10px 15px 18px;
  padding: 0 5px 0 14px;
 }
}

/* #recent p */
#recent p a {
 overflow-wrap: anywhere;
}

/* #recent p.postdate-box */
#recent p.postdate-box {
  padding: 0 2px;
}
#recent .postdate {
 display: block;
 margin-bottom: 18px;
 color: #333;
 font-size: 12px;
 letter-spacing: 0.02em;
}
@media (max-width:480px) {
 #recent p.postdate-box {
   padding: 0;
 }
 #recent .postdate {
  margin-bottom: 0;
 }
}

@media (max-width:480px) {
 #recent ul li {
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
  padding: 8px;
  box-sizing: border-box;
 }

 #recent ul li img {
  /*height:50%;*/
  object-fit: cover;
 }
}


/*コラムページの設定
-----------------------------------------------------------------------*/

#recent dl {
 width: 95%;
 display: block;
 margin: 40px auto;
}


#recent dl dd {
 width: 30%;
 display: block;
 float: left;
 margin-left: 20px;
}

#recent .back {
 padding: 0;
}

#recent .back a {
 width: 30%;
 display: block;
 text-align: center;
 margin: 40px auto;
 color: #FFF;
 background-color: rgba(105, 154, 236, 1.0);
 padding: 5px;
 text-decoration: none;
}

#recent .back a:hover {
 background-color: rgba(105, 154, 236, 0.7);
}


/*コラム・新着情報YouTube動画設定
---------------------------------------------------------------------------*/

.youtube{
    position:relative;
    width:100%;
    padding-bottom:56.25%;
}

.youtube iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}


/*追加
------------------------------------------------------------------------------------------------------------------------------------------------------*/

#result_btn {
 margin: 0px 0 10px 0;
}


#result_btn a {
 text-decoration: none;
}

#point_box li {
 background-color: #699aec;
 text-align: center;
 float: left;
 color: #fff;
 margin: 0 0 40px 0;
 border-right: 5px solid #fff;
 width: 25%;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 padding: 5px;
}

#point_box li:last-child {
 border: none;
}

#point_box img {
 padding: 10px;
}

#point_box a {
 color: #fff;
}

#point_box a:hover {
 color: #fef36a;
}

@media (min-width:1px) and (max-width:720px) {
 #point_box ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 0 40px 0;
 }

 #point_box li {
  background-color: #699aec;
  text-align: center;
  float: none;
  color: #fff;
  margin: 0 0 5px 0;
  width: 49%;
  border: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
 }

 #point_box li:nth-child(1),
 #point_box li:nth-child(3) {
  margin: 0 1.5% 5px 0;
 }

 #point_box li br {
  display: none;
 }

 #point_box li a {
  padding: .5em 0;
  margin-top: auto;
 }

 #point_box li img {
  margin: 0 auto;
 }
}

#main8 {
 margin: 0px 0 20px 0;
}


/*サブコンテンツ内のbox2
---------------------------------------------------------------------------*/

#sub .box2 {
 padding: 15px;
 /*ボックス内の余白*/
 margin-bottom: 15px;
 /*ボックスの下に空けるスペース*/
 background: #e8effc;
 /*背景色*/
 border: solid 1px #699aec;
 /*線の線種、幅、色*/
 line-height: 1.5em;
}

/*box2内のメニューの設定*/

#sub .box2 ul.submenu {
 margin-bottom: 0px;
}

.box2 h3 {
 border-left: 3px solid #699aec;
 /*左側のアクセント用ラインの幅、線種、色*/
 padding-left: 10px;
 /*アクセントラインと文字の間にとる余白*/
 color: #699aec;
}

.box2 span {
 font-size: 150%;
 line-height: 1.5em;
 font-style: normal;
 font-weight: bold;
 color: #699aec;
}

.box2 a {
 display: none;
}

.box3 h3 {
 border-left: 3px solid #699aec;
 padding-left: 10px;
 font-size: 14px;
}
.box3 img {
 display: block;
 width: calc(100% - 2px);
 margin: 10px auto;
 border: solid 1px #d1d1d1;
}

@media (max-width:480px) {

 .box2 a {
  display: block;
  font-size: 150%;
  line-height: 1.5em;
  font-style: normal;
  font-weight: bold;
  color: #699aec;
 }

 .box2 span {
  display: none;
 }

}


/*contactの設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pc-tel {
 color: #699aec;
}

.smt-tel {
 display: none;
}

@media (max-width:480px) {

 .smt-tel {
  display: block;
  color: #699aec;
 }

 .pc-tel {
  display: none;
 }

}


/*contentsの設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.contents_area {
 margin: 0;
 padding: 0;
 width: 100%;
 margin: 0 0 40px 0;
}

.contents_img {
 width: 49%;
 float: left;
}

.contents_txt {
 width: 49%;
 float: right;
}

.contents_txt h4 {
 margin: 0;
 padding: 0;
 font-size: 16px;
}
#main .contents_txt .h_design_04 {
 clear: both;
 margin: 0;
 padding: 0px 0px;
 font-size: 16px;
 color: #000;
 background: transparent;
 letter-spacing: normal;
}

@media (max-width:480px) {

 .contents_img {
  width: 100%;
 }

 .contents_txt {
  width: 100%;
 }

 .contents_txt h4,
 .contents_txt .h_design_04 {
  margin: 0;
  padding: 10px 5px 0;
  font-size: 16px;
 }

}

.contents_area_2 {
 margin: 0;
 padding: 0;
 width: 100%;
 margin: 0 0 40px 0;
}

.contents_img_2 {
 width: 49%;
 float: right;
}

.contents_txt_2 {
 width: 49%;
 float: left;
}

.contents_txt_2 h4 {
 margin: 0;
 padding: 0px 0px;
 font-size: 16px;
}
#main .contents_txt_2 .h_design_04 {
 clear: both;
 margin: 0;
 padding: 0px 0px;
 font-size: 16px;
 color: #000;
 background: transparent;
 letter-spacing: normal;
}

.contents_txt_3 {
 margin: 0 0 20px 0;
}

.contents_txt_3 h4 {
 margin: 0;
 padding: 0;
 font-size: 16px;
}
#main .contents_txt_3 .h_design_04 {
 clear: both;
 margin: 0;
 padding: 0px 0px;
 font-size: 16px;
 color: #000;
 background: transparent;
 letter-spacing: normal;
}

@media (max-width:480px) {

 .contents_img_2 {
  width: 100%;
 }

 .contents_txt_2 {
  width: 100%;
 }

 .contents_txt_2 h4,
 .contents_txt_2 .h_design_04 {
  margin: 0;
  padding: 10px 5px 0;
  font-size: 16px;
 }

 .contents_txt_3 {
  margin: 0;
 }


 .contents_txt_3 h4,
 .contents_txt_3 .h_design_04 {
  margin: 0;
  padding: 10px 5px 0;
  font-size: 16px;
 }

}

.contact_btn {
 padding: 40px 0 60px 0;
}


.contact_btn span {
 width: 33.333%;
 float: left;
}

.contact_btn div {
 width: 33.333%;
 float: left;
}

.contact_btn a {
 display: block;
 background-color: #699aec;
 padding: 20px 30px;
 text-align: center;
 color: #fff;
 text-decoration: none;
}

.contact_btn a:hover {
 opacity: 0.8;
 text-decoration: none;
}

@media (max-width:480px) {

 .contact_btn {
  padding: 0 0 60px 0;
 }

 .contact_btn span {
  width: 28%;
  float: left;
 }

 .contact_btn div {
  width: 44%;
  float: left;
 }


}


.contact_btn2 {
 padding: 40px 0 60px 0;
}


.contact_btn2 span {
 width: 13%;
 float: left;
}

@media (max-width:480px) {


 .contact_btn2 span {
  width: 5%;
  float: left;
 }
}




/*columnの設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.column_area {
 margin: 0;
 padding: 0;
 width: 100%;
}

.column_area h4,
.column_area .h_design_04 {
 padding: 40px 0px 0;
 font-size: 16px;
 line-height: 2em;
}


.column_area h5,
.column_area .h_design_05 {
 padding: 0px 0px;
 color: #444;
 font-size: 15px;
 line-height: 2em;
}

.column_area p {
 font-size: 14px;
}

.column_area span {
 display: block;
 border-bottom: 1px solid #999;
}

@media (max-width:480px) {

 .column_area h4,
 .column_area .h_design_04 {
  padding: 40px 0 0 0;
  font-size: 16px;
  line-height: 1em;
 }


 .column_area h5,
 .column_area .h_design_05 {
  padding: 0px;
  font-size: 15px;
  line-height: 1em;
 }

}

/*salesの設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

#sales_title {
 padding: 18px 0px 0;
 font-size: 18px;
 line-height: 1.5em;
}

@media (max-width:480px) {

 #sales_title {
  padding: 18px 5px 0;
 }

}


/*stuffの設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.stuff_area {
 margin: 0;
 padding: 0;
 width: 100%;
 margin: 0 0 40px 0;
}

.stuff_img {
 width: 25%;
 float: left;
}

.stuff_txt {
 width: 74.5%;
 float: right;
}

.stuff_txt h4 {
 font-size: 24px;
 line-height: 1.5em;
 font-weight: bold;
 line-height: 1.6;
 border-left: 6px solid #689aec;
 padding-left: .4em;
 margin-bottom: .4em;
 background: transparent;
 padding: 0;
 border: 0;
 letter-spacing: normal;
}
#main .stuff_txt .h_design_04 {
 font-size: 24px;
 line-height: 1.5em;
 font-weight: bold;
 line-height: 1.6;
 border-left: 6px solid #689aec;
 padding-left: .4em;
 margin-bottom: calc(.4em + 5px);
 background: transparent;
 border-top: 0;
 border-right: 0;
 border-bottom: 0;
 color: #333;
 letter-spacing: normal;
}

.h_small {
 display: block;
 font-size: 60%;
 font-weight: normal;
}

.txt_area {
 padding-left: 12px;
}

.stuff_txt strong {
 font-size: 16px;
}

#stuff_shikaku {
 clear: both;
 width: 98%;
 margin: 1.5em auto;
 padding: 1%;
 background-color: #e4e4e4;
}

.stuff_txt dl {
 padding: 10px;
 line-height: 1.7em;

}

.stuff_txt dt {
 font-weight: bold;
}



@media (max-width:480px) {


 .stuff_img {
  width: 34%;
  margin: 0 1% 0 0;
 }

 .stuff_txt {
  width: 65%;
 }

 .txt_area {
  padding-left: 5px;
 }

 .stuff_txt h4,
 #main .stuff_txt .h_design_04 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
 }

 .stuff_txt strong {
  font-size: 14px;

 }

 #stuff_shikaku {
  width: 96%;
  padding: 2%;
  margin: .5em auto;
 }

 .stuff_txt dl {
  padding: 5px;
  font-size: 12px;
 }

 .stuff_txt dt {
  font-weight: bold;
 }

}


/*priceの設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.case_area {
 clear: both;
 margin-bottom: 15px;
 font-size: 100%;
 background: #e8effc;
 padding: 16px 16px 16px 16px;

}

.case_area h4,
.case_area .h_design_04 {
 padding: 2px 0px 2px 10px;
 color: #699aec;
 border-left: 5px solid #699aec;
 background: #fff;
}


/*menuの設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

#service {
 font-size: 18px;
 padding-bottom: 15px;
}

.menu_img {
 padding: 10px 0;
}

.menu_img img {
 width: 49%;
 float: left;
 border: 2px solid #fff;
}

@media (max-width:480px) {

 .menu_img img {
  width: 49%;
  border: 1px solid #fff;
 }

}


/*newsの設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.detailWrap {
 width: 100%;
 font-size: 16px;
 line-height: 2em;
}

.detailImgWrap ul {
 display: block;
}

.detailImgWrap li {
 width: 31.3%;
 min-height: 180px;
 float: left;
 text-align: left;
 padding-right: 10px;
 margin: 0 0 20px 0;
}


.detailImgWrap li p {
 font-size: 12px;
 line-height: 1.5em;
 padding-top: 5px;
}


@media (max-width:480px) {

 .detailImgWrap li {
  width: 100%;

 }

}

.news_btn {
 padding: 40px 0 60px 0;
}

.news_btn span {
 width: 33.333%;
 float: left;
}

.news_btn div {
 width: 33.333%;
 float: left;
}

.news_btn a,
.news_btn span {
 display: block;
 padding: 20px 30px;
 text-align: center;
 text-decoration: none;
}

.iframe-content {
 position: relative;
 width: 100%;
 padding: 56.25% 0 0 0;
 margin: 20px 0 0 0;
}

.iframe-content iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/*flowの設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.flow_area {
 margin-bottom: 20px;
}


/*サービス紹介ページの各ブロック
---------------------------------------------------------------------------*/

/*各ボックスの設定*/

#main section.list {
 margin-bottom: 40px;
 /*ボックスの下に空ける余白*/
}

#main section.list a,
#main .news_btn span {
 padding: 5px 0 0 0;
 /*ボックス内の余白*/
 text-decoration: none;
 display: block;
 overflow: hidden;
}

#main .news_btn span {
 width: 100%;
}

.detailImgWrap {
 margin-top: 20px;
}

/*マウスオン時のボックス*/

#main section.list a:hover {
 background: #fff;
 /*背景色*/
}

/*ボックス内の段落タグ設定*/

#main section.list p {
 padding: 0px;
 text-align: left;
}

/*ボックス内の写真設定*/

#main section.list figure img {
 float: left;
 /*画像を左へ回り込み*/
 width: 20%;
 /*写真の幅*/
 background: #FFF;
 /*画像の背景色。ここでは枠線と画像の間の色になります。*/
 padding: 1%;
 /*余白。ここに上の行で設定した背景色が出ます。*/
 /*枠線の幅、線種、色*/
}

/*ボックス内のh4タグ設定*/

#main section.list h4 {
 font-size: 100%;
 margin-bottom: 0.5em;
 color: #699aec;
 /*文字色*/
 border-bottom: 1px solid #CCC;
 /*下線の幅、線種、色*/
}
#main section.list .h_design_04 {
 font-size: 100%;
 font-weight: 700;
 margin-bottom: 0.5em;
 color: #699aec;
 border-bottom: 1px solid #CCC;
 border-top: 0;
 border-right: 0;
 border-left: 0;
 background: transparent;
 padding: 0;
 letter-spacing: 0.1em;
}

/*ボックス内のh4タグの１文字目への設定*/

#main section.list h4::first-letter,
#main section.list .h_design_04::first-letter{
 border-left: 3px solid #699aec;
 /*左側の線の幅、線種、色*/
 padding-left: 10px;
 /*線と文字との余白*/
}

/*h4タグ直下に画像がある場合の段落タグ設定*/

#main section.list h4 + figure ~ p,
#main section.list .h_design_04 + figure ~ p {
 margin-left: 24%;
 /*左側の写真幅とのバランスをとって設定*/
}

/*h4タグ直下に画像がある場合のtableタグ設定*/

#main section.list h4 + figure ~ table,
#main section.list .h_design_04 + figure ~ table {
 margin-left: 24%;
 /*左側の写真幅とのバランスをとって設定*/
 width: 75%;
 /*テーブル幅*/
}

/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/

#main section.list table {
 font-size: 12px;
 /*文字サイズ*/
 background: #FFF;
 /*背景色*/
 width: 100%;
 /*テーブル幅*/
 margin-bottom: 5px;
}

#main section.list table,
#main section.list table td,
#main section.list table th {
 border: 1px solid #bcbcbc;
 /*枠線の幅、線種、色*/
}

#main section.list table {
 font-size: 12px;
 /*文字サイズ*/
 background: #FFF;
 /*背景色*/
 width: 100%;
 /*テーブル幅*/
 margin-bottom: 5px;
}

#main section.list table,
#main section.list table td,
#main section.list table th {
 border: 1px solid #bcbcbc;
 /*枠線の幅、線種、色*/
}

#main section.list table td,
#main section.list table th {
 padding: 1%;
 /*テーブル内の余白*/
}

/*色のついた見出しブロック*/

#main section.list table th {
 width: 18%;
 /*幅*/
 text-align: center;
 /*文字をセンタリング*/
 font-weight: normal;
 /*デフォルトの太字を標準にする設定*/
 background: #dfe0c8;
 /*背景色*/
}

/*白い説明用ブロック*/

#main section.list table td {
 width: 30%;
 /*幅*/
 text-align: left;
}

/*色のついた見出しブロック*/

#main section.list table th {
 width: 18%;
 /*幅*/
 text-align: center;
 /*文字をセンタリング*/
 font-weight: normal;
 /*デフォルトの太字を標準にする設定*/
 background: #e4e4e4;
 /*背景色*/
}

/*白い説明用ブロック*/

#main section.list table td {
 width: 30%;
 /*幅*/
 text-align: left;
}

/*商品詳細ページの画像切り替え
---------------------------------------------------------------------------*/

/*大きな画像のボックスと説明文を入れるボックス*/

#item-image {
 position: relative;
}

/*大きな画像の１行目*/

#item-image #item_image1 {
 z-index: 2;
 position: relative;
 overflow: hidden;
}

/*大きな画像の２行目*/

#item-image #item_image2 {
 z-index: 1;
 position: absolute;
 left: 0px;
 top: 0px;
 overflow: hidden;
}

/*サムネイル画像*/

.thumbnail {
 width: 100px;
 /*画像の幅*/
 height: 100px;
 /*画像の高さ*/
 border: 1px solid #ccc;
 /*枠線の幅、線種、色*/
 margin-bottom: 5px;
}

.thumbnail:hover {
 border: 1px solid #000;
 /*マウスオン時の枠線の幅、線種、色*/
}

/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/

#sub {
 float: left;
 /*左側に回り込み*/
 width: 230px;
 /*サブコンテンツ幅*/
 padding-bottom: 30px;
}

/*subコンテンツ内のh2タグ設定*/

#sub h2 {
 font-size: 100%;
 padding-bottom: 10px;
 /*下への余白*/
}

/*subコンテンツのh2タグの１文字目への設定*/

#sub h2::first-letter {
 border-left: 3px solid #699aec;
 /*左側のアクセント用ラインの幅、線種、色*/
 padding-left: 10px;
 /*アクセントラインと文字の間にとる余白*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/

/*メニュー全体の設定*/

#sub ul.submenu {
 margin-bottom: 15px;
 /*メニューブロックの下に空けるスペース*/
 border-top: solid 1px #e4e4e4;
 /*上の線の線種、幅、色*/
}

/*メニュー１個ごとの設定*/

#sub ul.submenu li {
 background: #fff;
 /*背景色*/
 border-bottom: solid 1px #e4e4e4;
 /*下の線の線種、幅、色*/
}

#sub ul.submenu li a {
 text-decoration: none;
 display: block;
 padding: 2px 10px;
 /*メニュー内の余白。上下、左右への設定。*/
 -webkit-transition: 0.5s;
 /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
 transition: 0.5s;
 /*同上*/
}

#sub ul.submenu li a:hover {
 background: #699aec;
 /*背景色*/
 color: #fff;
 /*文字色*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/

#sub .box1 {
 padding: 15px;
 /*ボックス内の余白*/
 margin-bottom: 15px;
 /*ボックスの下に空けるスペース*/
 background: #e4e4e4;
 /*背景色*/
 border: solid 1px #d1d1d1;
 /*線の線種、幅、色*/
}

/*box1内のメニューの設定*/

#sub .box1 ul.submenu {
 margin-bottom: 0px;
}

/*フッター設定
---------------------------------------------------------------------------*/

footer {
 width: 982px;
 margin: 0px auto;
 clear: both;
 text-align: center;
 background: #699aec;
 /*背景色*/
 color: #fff;
 /*文字色*/
}

footer .pr {
 display: block;
 font-size: 80%;
}

footer a {
 text-decoration: none;
 color: #fff;
 /*文字色*/
}
footer a:hover {
  color: #e8effc;
}

/*フッターお問い合わせ
---------------------------------------------------------*/

#footercontact {
 display: block;
 width: 100%;
 position: fixed;
 left: 0px;
 bottom: 0px;
 z-index: 9999;
 text-align: center;
 padding: 0;
 color: #FFF;
 background: #666;
 line-height: 1.5;
}

#footercontact a {
 color: #FFF;
 font-weight: bold;
 text-decoration: none;
 display: block;
}

#footercontact .tel {
 background: #666 url(../images/tel.png) no-repeat left top;
 padding: 0 0 12px 32px;
 font-size: 1.2rem;
}

@media (min-width: 769px) {
 #footercontact {
  display: none;
 }
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/

/*ブロック全体の設定*/

#new {
 margin-bottom: 15px;
}

#new dl {
 overflow: auto;
 /*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
 height: 150px;
 /*ボックスの高さ*/
 padding-left: 15px;
}

/*日付設定*/

#new dt {
 font-weight: bold;
 /*太字にする設定。標準がいいならこの行削除。*/
 float: left;
 width: 8em;
}

/*記事設定*/

#new dd {
 border-bottom: 1px solid #ccc;
 /*下線の幅、線種、色*/
 padding-left: 8em;
}

/*テーブル１
---------------------------------------------------------------------------*/

.ta1 {
 width: 100%;
 margin-bottom: 15px;
 background: #fff;
 /*背景色*/
}

.ta1,
.ta1 td,
.ta1 th {
 border: 1px solid #CCC;
 /*テーブルの枠線の幅、線種、色*/
 line-height: 2;
}

/*テーブル内の右側*/

.ta1 td {
 padding: 10px;
}

/*テーブル内の左側*/

.ta1 th {
 width: 140px;
 padding: 10px;
 text-align: center;
 background: #f0f0f0;
 /*背景色*/
}

/*テーブル１行目に入った見出し部分*/

.ta1 th.tamidashi {
 width: auto;
 text-align: left;
 color: #FFF;
 /*文字色*/
 background: #333;
 /*背景色（古いブラウザだとここの色のみが出ます）*/
 background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));
 /*グラデーション*/
 background: -webkit-linear-gradient(#4b4b4b, #333);
 /*同上*/
 background: linear-gradient(#4b4b4b, #333);
 /*同上*/
}

/*inputボタンの設定
---------------------------------------------------------------------------*/

.input.wpcf7-submit,
.input.wpcf7-reset,
.input.wpcf7-button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
 width: 150px;
 /*ボタン幅*/
 padding: 10px;
 /*ボタン内の余白*/
 margin-bottom: 20px;
 background-color: #699aec;
 font-size: 15px;
 /*文字サイズ*/
 color: #fff;
 letter-spacing: 0.1em;
 /*文字間隔を少し広くする設定*/
 border: 1px solid #fff;
 /*枠線の幅、線種、色*/
}

/*ボタンのマウスオン時の設定*/
.input.wpcf7-submit:hover,
.input.wpcf7-reset:hover,
.input.wpcf7-button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
 opacity: 0.8;

}

/*PAGE TOP設定
---------------------------------------------------------------------------*/

#pagetop {
 clear: both;
}

#pagetop a {
 color: #FFF;
 /*文字色*/
 font-size: 10px;
 /*文字サイズ*/
 background: #333;
 /*背景色*/
 text-decoration: none;
 text-align: center;
 width: 50px;
 /*ボックス幅*/
 height: 50px;
 line-height: 50px;
 display: block;
 float: right;
 margin-bottom: 30px;
}

/*マウスオン時*/

#pagetop a:hover {
 background-color: #666;
 /*背景色*/
 color: #FFF;
 /*文字色*/
}

/*一覧ページのボックス右下のオプションマーク
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/

.option1 {
 font-size: 10px;
 color: #FFF;
 background: #F00;
 text-align: center;
 display: block;
 width: 120px;
 position: absolute;
 right: 0px;
 bottom: 0px;
 -webkit-transform: rotate(-45deg) translate(37px, 10px);
 -ms-transform: rotate(-45deg) translate(37px, 10px);
 transform: rotate(-45deg) translate(37px, 10px);
}

h2 span.option1 {
 width: auto;
 padding: 0px 5px;
 position: static;
 -webkit-transform: none;
 -ms-transform: none;
 transform: none;
 display: inline-block;
}

.option2 {
 font-size: 10px;
 color: #FFF;
 background: #069;
 text-align: center;
 display: block;
 width: 120px;
 position: absolute;
 right: 0px;
 bottom: 0px;
 -webkit-transform: rotate(-45deg) translate(37px, 10px);
 -ms-transform: rotate(-45deg) translate(37px, 10px);
 transform: rotate(-45deg) translate(37px, 10px);
}

h2 span.option2 {
 width: auto;
 padding: 0px 5px;
 position: static;
 -webkit-transform: none;
 -ms-transform: none;
 transform: none;
 display: inline-block;
}

/*FAQ・LINK共通設定
---------------------------------------------------------------------------*/

.faq,
.link {
 padding: 0px 15px;
}

/*質問（又はサイト名）の設定*/

.faq dt,
.link dt {
 color: #699aec;
 /*文字色*/
 font-weight: bold;
 /*太字*/
 padding-top: 15px;
}

/*回答（又は説明部分）の設定*/

.faq dd,
.link dd {
 border-bottom: 1px solid #ccc;
 /*下線の幅、線種、色*/
 overflow: hidden;
 padding-bottom: 15px;
}

/*その他
---------------------------------------------------------------------------*/

.look {
 background: #dcdcdc;
}

.mb10 {
 margin-bottom: 10px;
}

.mb15,
.mb1em {
 margin-bottom: 15px;
}

.clear {
 clear: both;
}

ul.disc {
 padding: 0em 25px 1em;
 list-style: disc;
}

.color1 {
 color: #699aec;
}

.pr {
 font-size: 10px;
}

.wl {
 width: 96%;
}

.ws {
 width: 50%;
}

.c {
 text-align: center;
}

.r {
 text-align: right;
}

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

.newicon {
 background: #F00;
 color: #FFF;
 font-size: 10px;
 padding: 0px 5px;
 border-radius: 3px;
 margin: 0px 5px;
}

#menubar_hdr {
 display: none;
}

/*ここからスマートフォン用（768px以下）環境の設定
---------------------------------------------------------------------------*/

/*表示を切り替えるウィンドウサイズの指定*/

@media (max-width: 768px) {

 /*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
 #container {
  width: auto;
  margin: 0px 15px;
 }

 /*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
 』 #maincopy {
  display: none;
 }

 /*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
 /*トップページ以外のcontents*/
 #contents {
  padding-top: 0px;
 }

 /*main,subコンテンツ
---------------------------------------------------------------------------*/
 #main,
 #sub {
  float: none;
  width: auto;
  clear: both;
 }

 /*mainコンテンツ
---------------------------------------------------------------------------*/
 /*mainコンテンツの段落タグ設定*/
 #main p {
  padding: 0.5em 5px 1em;
  /*左から、上、左右、下への余白*/
 }

 /*サービス紹介ページの各ブロック
---------------------------------------------------------------------------*/
 /*ボックス内の段落タグ設定*/
 #main section.list p {
  margin-left: 0;
 }

 /*ボックス内の写真設定*/
 #main section.list figure img {
  float: none;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 10px;
 }

 /*h4タグ直下に画像がある場合の段落タグ設定*/
 #main section.list h4 + figure ~ p,
 #main section.list .h_design_04 + figure ~ p {
  margin-left: 0;
 }

 /*h4タグ直下に画像がある場合のtableタグ設定*/
 #main section.list h4 + figure ~ table,
 #main section.list .h_design_04 + figure ~ table {
  margin-left: 0;
  width: 100%;
 }

 /*フッター設定
---------------------------------------------------------------------------*/
 footer {
  width: auto;
  margin: 15px;
 }

 /*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
 section#new h2.open {
  background: url(../images/btn_minus.png) no-repeat right center/34px 34px, url(../images/mark1.png) no-repeat 10px center, #699aec;
  /*マイナスアイコンと背景画像など*/
 }

 section#new h2.close {
  background: url(../images/btn_plus.png) no-repeat right center/34px 34px, url(../images/mark1.png) no-repeat 10px center, #699aec;
  /*プラスアイコンと背景画像など*/
 }

 /*ブロック全体の設定*/
 #new dl {
  height: auto;
  margin: 5px 5px 0px;
  padding-left: 0px;
 }

 /*日付設定*/
 #new dt {
  float: none;
  width: auto;
 }

 /*記事設定*/
 #new dd {
  padding-left: 0;
 }

 /*テーブル１
---------------------------------------------------------------------------*/
 .ta1 {
  width: 100%;
 }

 /*テーブル内の右側*/
 .ta1 td {
  width: auto;
  padding: 2px;
 }

 /*テーブル内の左側の見出し部分*/
 .ta1 th {
  width: 100px;
  padding: 2px;
 }

 /*その他
---------------------------------------------------------------------------*/
 .ws {
  width: 96%;
 }

 /*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
 body.s-n #sub {
  display: none;
 }

 /*メニュー折りたたみ設定*/
 #menubar_hdr {
  display: inline;
  position: absolute;
  top: 0px;
  right: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
  background: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
  background: linear-gradient(#fbfbfb, #e5e5e5);
  padding: 10px;
  border: 1px solid #cfcfcf;
 }


 /*!------------------------------------*\
    btnMore
\*!------------------------------------*/
 .btnMore {
  width: 100% !important;
  margin-bottom: 30px !important;
 }

 .btnMore li {
  width: 95% !important;
  background-color: #c0f2fd !important;
  padding: 10px 20px 10px 20px !important;
  margin: 0px 0px 10px 10px !important;
  text-align: center;
 }

}

.vh {
 visibility: visible;
}

.column-content p {
 margin: 10px;
}

#main7 h4 + h5 {
 font-size: 16px;
}

.column-link {
 position: relative;
 display: block;
 width: 100%;
 height: 0;
 padding-top: 56.25%;
 overflow: hidden;
}

.column-link img,
.column-link iframe {
 position: absolute;
 top: 50%;
 left: 0;
 transform: translateY(-50%);
 width: 100%;
 border: none;
}

.column-link iframe {
 height: 100%;
}

@media (max-width: 768px) {
 .column-content iframe {
  width: 100%;
 }
}

#recent .column-image {
 display: flex;
 flex-wrap: wrap;
 margin: 0;
 padding: 0;
 list-style-type: none;
}

#recent .column-image li {
 padding: 0;
 border: none;
}

#recent .column-image li a {
 text-decoration: none;
}

#recent .column-image li img {
 margin: 0;
}

@media screen and (min-width: 769px) {
 #recent .column-image li {
  width: 49%;
 }

 #recent .column-image li:nth-of-type(odd) {
  margin-right: 2%;
 }

 #recent .column-image li:nth-of-type(n+3) {
  margin-top: 2%;
 }
}

@media screen and (max-width: 768px) {
 #recent .column-image li {
  margin: 0 0 4%;
 }

 #recent .column-image li img {
  margin: 0;
  transform: translateY(0);
 }
}

/* add contact-page
---------------------------------------- */
.info {
 border-bottom: 1px solid #ccc;
 padding-bottom: 1em;
 margin-bottom: 2em;
}
.form_container .red {
 color: #f00;
 font-size: 80%;
}
.form_container table {
  width: 100%;
}
.form_container table th,
.form_container table td {
 border: 1px solid #c4c4c4;
 padding: .5em 1em;
}
.form_container table th {
 background: #efefef;
 text-align: left;
 font-weight: normal;
}
.form_container .btn {
 display: block;
 width: 26%;
 margin: 40px auto 20px;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
 -webkit-appearance: none;
 border-radius: 0;
}
.input.wpcf7-submit,
.input.wpcf7-reset,
.input.wpcf7-button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
 width: 100%;
 margin-bottom: 0;
 padding: 20px 30px;
 font-size: 1em;
 cursor: pointer;
}
input[type="button"] {
  background: #eee;
  color: #333;
  border: 1px solid #ccc;
}
::-webkit-input-placeholder {
    color: #868686;
    font-size: 12px;
}
::-moz-placeholder {
    color: #868686;
    font-size: 12px;
}
::placeholder {
    color: #868686;
    font-size: 12px;
}
:-moz-placeholder {
    color: #868686;
    font-size: 12px;
}
:-ms-input-placeholder {
    color: #868686;
    font-size: 12px;
}
span.wpcf7-list-item:nth-child(1) {
 margin: 0;
}
.wpcf7 .wpcf7-not-valid {
 background: #ffb6c1;
}
.wpcf7 .wpcf7-validation-errors {
 width: 80%;
 color: #f00;
 background-color: #fff;
 border: 2px solid #ffb6c1;
 margin: 0 auto 2em;
 padding: .5em;
 text-align: center;
 font-weight: bold;
}
.wpcf7 .wpcf7-mail-sent-ok {
 width: 80%;
 color: #333;
 background-color: #e8effc;
 border: 2px solid #689aec;
 margin:  2em auto 0;
 padding: .5em;
 text-align: center;
 font-weight: bold;
}
form.sent .btn {
 display:none;
}
.wpcf7 .wpcf7c-conf {
 background-color: #f7fcff;
 color: #333;
 border: 1px solid #ccc;
}
@media screen and (max-width: 786px) {
 .form_container {
  line-height: 1.5;
 }
 .form_container table {
  width: 100%;
  margin: 0 auto;
  padding: 0;
 }
 .form_container table th {
  width: 30%;
 }
 .form_container .btn {
  width: 70%;
  padding: 1em 0;
 }
 input,
 textarea,
 select {
   width: 90%;
   font-size: 16px;
 }
 .p-postal-code {
   width: 60%;
 }
 input[type="checkbox"] {
  width: 14px;
  vertical-align: middle;
}
 span.wpcf7-list-item {
   display: block!important;
   width: 100%!important;
   margin: 0!important;
   text-align: left!important;
 }
 .form_container p.btn {
   width: 60%;
 }
}
@media screen and (max-width: 480px) {
 .form_container table th {
  width: 40%;
 }
}
/* .archivepre_page
---------------------------------------- */
/* .archivepre_page .cnt_price
------------------- */
.archivepre_page .selling_price table {
  width: 520px;
  margin: 20px 0 30px;
}
.archivepre_page .selling_price tr {
  border-bottom: 1px solid #e6e6e6;
}
.archivepre_page .selling_price th {
  padding: 5px 10px;
  color: #6999ec;
}
.archivepre_page .selling_price th span {
  display: inline-block;
  background: #e8Effc;
  width: 120px;
  padding: 1px 0;
  font-weight: bold;
}
.archivepre_page .selling_price td {
  width: 170px;
  text-align: right;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .archivepre_page .selling_price table {
    width: 100%;
    margin: 0 auto 30px;
  }
  .archivepre_page .selling_price th {
    width: 25%;
  }
  .archivepre_page .selling_price td {
    width: 37.5%;
  }
  .archivepre_page .selling_price th span {
    width: 100%;
    padding: .25em 0;
  }
  .archivepre_page .selling_price td {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .archivepre_page .selling_price th {
    width: 30%;
    padding: 2% 0;
  }
  .archivepre_page .selling_price td {
    padding: 1% 3%;
  }
}
/* .archivepre_page .cnt_list
------------------- */
.archivepre_page .cnt_list a {
  text-decoration: none;
 -webkit-transition: 0.5s;
 transition: 0.5s;  
}
.archivepre_page .cnt_list a:hover {
  opacity: .6;
}
.archivepre_page #main .cnt_list h3 {
  margin-bottom: 0;
  font-size: 16px;
  background: unset;
  background: linear-gradient(#fff, #fff);
  padding: 0;
  border: 0;
  letter-spacing: 0.1em;
}
.archivepre_page .cnt_list h3 a {
  color: #6999ec;
  display: block;
}
.archivepre_page .cnt_list ul {
  display: webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  margin-bottom: 10px;
}
.archivepre_page .cnt_list ul li {
  display: flex;
  flex-direction: column;
  width: 48.2%;
  margin-bottom: 19px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  vertical-align: top;
}
.archivepre_page .cnt_list ul li:nth-child(odd) {
  margin-right: 2.5%;
}
.archivepre_page .cnt_list .archiveimg {
  width: 100%;
  height: 220px;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
}
.archivepre_page #main .cnt_list p.archivethumb {
 width: 100%;
 height: 220px;
 padding: 0;
}
.archivepre_page .cnt_list .archiveimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: unset;
  min-width: 100%;
  height: 100%;
}
.archivepre_page .cnt_list .archiveimg a {
 display: block;
 height: 100%;
}
.archivepre_page .cnt_list .detail {
  display: block;
  width: 310px;
  margin: 0 auto;
}
.archivepre_page .cnt_list .detail table {
  width: 100%;
  margin-bottom: 19px;
}
.archivepre_page .cnt_list .detail th,
.archivepre_page .cnt_list .detail td {
  padding: 0;
  line-height: 1.8;
}
.archivepre_page .cnt_list .detail th {
  width: 20%;
  vertical-align: top;
}
.archivepre_page .archive_btn {
  width: 310px;
  margin: 0 auto 19px;
  margin-top: auto;
}
.archivepre_page .archive_btn a {
  display: block;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  background: #759fed;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .archivepre_page #main .cnt_list h3 {
    margin: 0 auto .5em;
  }
  .archivepre_page .cnt_list .detail {
    width: 80%;
  }
  .archivepre_page .cnt_list .detail th {
    width: 30%;
  }
  .archivepre_page .archive_btn {
    width: 80%;
  }
  .archivepre_page .archive_btn a {
    font-weight: normal;
    padding: 1em 0;
  }
}
@media screen and (max-width: 480px) {
  .archivepre_page #main .cnt_list h3 {
    text-align: center;
    margin: 0 auto .5em;
  }
  .archivepre_page .cnt_list ul li {
    display: block;
    width: 100%;
    margin-bottom: 19px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
  }
  .archivepre_page .cnt_list ul li:nth-child(odd) {
    margin-right: 0;
  }
  .archivepre_page .cnt_list .archiveimg {
    width: 100%;
    height: 220px;
    margin: 0 auto 1em;
  }
  .archivepre_page .cnt_list .detail {
    width: 70%;
  }
  .archivepre_page .cnt_list .detail th {
    width: 25%;
  }
  .archivepre_page .archive_btn {
    width: 70%;
    margin: 19px auto 19px;
  }
}

/* .archivepre_page .cnt_buy
------------------- */
.archivepre_page .cnt_buy a {
  color: #759fed;
}
.archivepre_page .cnt_buy ol {
  margin-left: 2em;
  counter-reset: item;
  font-size: 0;
}
.archivepre_page .cnt_buy ol li {
  list-style-type: none;
  padding: 16px 0;
  text-indent: -5.5em;
  padding-left: 5.5em;
  font-size: 14px;
}
.archivepre_page .cnt_buy li::before {
  counter-increment: item;
  content: counter(item);
  font-weight: bold;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 .5em 0 20px;
  text-indent: 0;
  padding-left: 0;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #000;
}
.archivepre_page .cnt_buy ol li:nth-child(odd) {
  background: #f5f5f5;
}
.archivepre_page .cnt_buy p {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .archivepre_page .cnt_buy ol li {
    padding: 1em 1em 1em 0;
    text-indent: -3.3em;
    padding-left: 3.3em;
    font-size: 14px;
    line-height: 1.75;
    text-align: justify;
    text-justify: inter-ideograph;  
  }
}

/* .archive_single
---------------------------------------- */
/* .archive_single .cnt_article
-------------------------------- */
.archive_single #main h3 {
  clear: both;
  font-size: 100%;
  background: unset;
  background: linear-gradient(#fff, #fff);
  margin: 0;
  margin: .5em 0 14px;
  padding: 0;
  padding-left: .75em;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  letter-spacing: 0.1em;
  position: relative;
}
.archive_single #main h3::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  left: 0;
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #6999ec;
}
.archive_single .archive-content {
  margin-bottom: 1em;
}
.archive_single .field-ordernumber {
  display: inline-block;
  width: auto;
  margin-bottom: 28.5px;
  margin-top: auto;
  padding: 0 1em;
  font-weight: bold;
  color: #759fed;
  background: #e8effc;
  border: 1px solid #759fed;
}
.archive_single .link_btn {
  width: 100%;
  font-size: 0;
}
.archive_single .link_btn a {
  width: 48.66%;
  display: inline-block;
  text-align: center;
  margin: 0 auto 48px;
  color: #fff;
  background-color: rgba(105, 154, 236, 1.0);
  padding: 6px 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.archive_single .link_btn a:nth-child(1) {
  margin-right: 2.66%;
}
.archive_single .link_btn a:hover {
  opacity: .6;
}
@media screen and (max-width: 480px) {
  .archive_single .archive-content {
    margin-bottom: 0;
  }
  .archive_single .field-ordernumber {
    display: inline-block;
    width: auto;
    margin-bottom: 1.5em;
    padding: 0 1em;
    font-weight: bold;
    color: #759fed;
    background: #e8effc;
    border: 1px solid #759fed;
    float: right;
  }
  .archive_single .link_btn {
    clear: both;
    margin-bottom: 48px;
  }
  .archive_single .link_btn a {
    width: 80%;
    display: block;
    text-align: center;
    margin: 0 auto 1.5em;
    color: #fff;
    background-color: rgba(105, 154, 236, 1.0);
    padding: 1em 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
  }
  .archive_single .link_btn a:nth-child(1) {
    margin-right: auto;
  }
}
/* .archive_single
---------------- */
/* .archive_single .cnt_list
----------------------------- */
.archive_single a {
  text-decoration: none;
 -webkit-transition: 0.5s;
 transition: 0.5s;  
}
.archive_single a:hover {
  opacity: .6;
}
.archive_single .cnt_list ul {
  display: webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
}
.archive_single .cnt_list ul li {
  display: flex;
  flex-direction: column;
  width: 48.66%;
  font-size: 14px;
  vertical-align: top;
}
.archive_single .cnt_list ul li:nth-child(odd) {
  margin-right: 2.66%;
}
.archive_single .cnt_list .field-ordernumber {
    align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .archive_single #main .cnt_list h3 {
    margin: 0 auto .5em;
  }
}
@media screen and (max-width: 480px) {
  .archive_single #main .cnt_list h3 {
    text-align: left;
    margin: 0 auto .5em;
  }
  .archive_single .cnt_list ul li {
    display: block;
    width: 100%;
    margin-bottom: 48px;
    font-size: 14px;
  }
  .archive_single .cnt_list ul li:nth-child(odd) {
    margin-right: 0;
  }
  .archive_single .cnt_list .field-ordernumber {
    display: inline-block;
    width: auto;
    margin-bottom: 1.5em;
    padding: 0 1em;
    font-weight: bold;
    color: #759fed;
    background: #e8effc;
    border: 1px solid #759fed;
    float: right;
  }
  .archive_single .list_detail {
    clear: both;
  }
}
/* .archive_single .cnt_buy
------------------------- */
.archive_single .cnt_buy a {
  color: #759fed;
  text-decoration: underline;
}
.archive_single .cnt_buy ol {
  margin-left: 2em;
  counter-reset: item;
  font-size: 0;
}
.archive_single .cnt_buy ol li {
  list-style-type: none;
  padding: 16px 0;
  text-indent: -5.5em;
  padding-left: 5.5em;
  font-size: 14px;
}
.archive_single .cnt_buy li::before {
  counter-increment: item;
  content: counter(item);
  font-weight: bold;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 .5em 0 20px;
  text-indent: 0;
  padding-left: 0;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #000;
}
.archive_single .cnt_buy ol li:nth-child(odd) {
  background: #f5f5f5;
}
.archive_single .cnt_buy p {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .archive_single .cnt_buy ol li {
    padding: 1em 1em 1em 0;
    text-indent: -3.3em;
    padding-left: 3.3em;
    font-size: 14px;
    line-height: 1.75;
    text-align: justify;
    text-justify: inter-ideograph;  
  }
}

/* .archive_page
---------------------------------- */
.archive_page a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.archive_page a:hover {
  opacity: .6;
}
.archive_page #main .cnt_list h3,
.archive_page #main .cnt_list .h_design_03 {
  margin-bottom: 0;
  font-size: 16px;
  background: #fff;
  color: #6999ec;
  padding: .75em .75em .75em 16px;
  border: none;
  letter-spacing: 0.1em;
}
.archive_page .cnt_list ul {
  display: webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  margin-bottom: 16px;
}
.archive_page .cnt_list ul li {
  width: 48.3%;
  border: 1px solid #e6e6e6;
}
.archive_page .cnt_list ul li a {
  display: block;
  width: 100%;
}
.archive_page .cnt_list ul li img {
  width: 100%;
}
.archive_page .cnt_list ul li:nth-child(odd) {
  margin-right: 2.5%;
}
@media screen and (max-width: 480px) {
  .archive_page #main .cnt_list h3 {
    text-align: left;
  }
  .archive_page .cnt_list ul {
    margin-bottom: 0;
  }
  .archive_page .cnt_list ul li {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
  }
  .archive_page .cnt_list ul li:nth-child(odd) {
    margin-right: auto;
  }
}

/* .field-youtube
---------------------------------- */
#boxer .boxer-loading {
  z-index: 0!important;
}
.field-youtube {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  overflow: hidden;
}
.field-youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.field-youtube a {
  display: block;
}
.field-youtube img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .field-youtube {
    margin-bottom: 0;
  }
  #boxer iframe {
    padding: 2%;
  }
}

/* #boxer
--------- */
#boxer {
  height: auto!important;
  padding: 0!important;
  background: transparent!important;
  box-shadow: none!important;
}
#boxer iframe {
  border: 0;
}
#boxer .boxer-content {
  width: 100%;
  background: transparent!important;
  opacity: 1;
  overflow: hidden;
  padding: 0!important;
}
#boxer .boxer-control,
#boxer .boxer-meta {
  display: none!important;
  padding: 0!important;
}
#boxer .boxer-close {
  width: 50px!important;
  height: 50px!important;
  position: absolute;
  top: -50px!important;
  right: 0!important;
  z-index: 105;
  background: transparent!important;
  border-radius: 0!important;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: 200%!important;
  white-space: nowrap;
}
#boxer .boxer-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #aaa!important;
  content: "\00d7";
  display: block;
  font-size: 50px!important;
  font-weight: normal!important;
  line-height: 50px!important;
  margin: auto;
  text-align: center;
  text-indent: 0;
  -webkit-transition: color .15s linear;
  transition: color .15s linear;
}
@media screen and (max-width: 768px) {
  #boxer {
    z-index: 9999!important;
  }
  #boxer.mobile .boxer-container {
    background: rgba(0, 0, 0, 0.9)!important;
  }  
  #boxer.mobile .boxer-close,
  #boxer.mobile .boxer-close:hover {
    height: 40px!important;
    width: 40px!important;
    top: 0!important;
    right: 0!important;
    background: transparent!important;
    border-radius: 0;
    z-index: 9999;
  }
  #boxer.mobile .boxer-close:before,
  #boxer.mobile .boxer-close:hover:before {
    color: #aaa!important;
    font-size: 40px!important;
    font-weight: normal!important;
    line-height: 40px;
  }  
}

/* add etc
---------------------------------------- */
.topimg {
  margin-bottom: 20px;
}
.topimg img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .child_page .topimg {
    display: none;
  }
}

#main .headline {
 margin-bottom: 0;
 font-size: inherit;
 background: transparent;
 padding: 0;
 border: 0;
 color: #333;
 letter-spacing: normal;
 line-height: inherit;
} 
.slick-list {
  overflow: visible;
}

.center-item {
  min-height: 235px;
  opacity: 0;
  transition: opacity .2s linear;
}
.center-item.slick-initialized {
  opacity: 1;
}
.center-item li {
  display: none;
}
.center-item.slick-initialized li {
  display: block;
}
.center-item img {
  width: 100%;
}
.object-fit-img {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'
}

#mainimg {
 padding-bottom: 0;
 margin-bottom: 10px;
 -webkit-transition: 0.5s;
 overflow-x: hidden;
}
a.slider_link {
  display: block;
}
@media screen and (min-width: 768px) {
  a.slider_link {
    pointer-events: none;
  }
}

nav#menubar span.pcmenu_new {
  display: inline;
  margin: 0 0 0 4px;
  padding: 1px 10px;
  font-size: 11.5px;
  color: #fff;
  background: #e60012;
  vertical-align: middle;
  letter-spacing: 0;
  line-height: 0;
}
nav#menubar ul li a span.pcmenu_new {
 -webkit-transition: 0.5s;
 transition: 0.5s;
}
nav#menubar ul li a:hover span.pcmenu_new {
  opacity: .6;
}
.drw_new {
  margin: 0 6px;
  padding: 2px 6px;
  font-size: 12px;
  color: #fff;
  background: #e60012;
  vertical-align: middle;
}
.sub_archivelink {
  width: 230px;
  margin-bottom: 2em;
}
.sub_archivelink a {
 -webkit-transition: 0.5s;
 transition: 0.5s;
}
.sub_archivelink img {
  width: 100%;
}
.sub_archivelink a:hover {
  opacity: .6;
}
a.archivelink {
 position: absolute;
 top: 15px;
 right: 120px;
 z-index: 299;
 width: 56px;
}
.news_link {
  text-align: right;
}
@media (min-width: 769px) {
 a.archivelink {
  display: none;
  visibility: hidden;
 }
}
@media screen and (max-width: 768px) {
  #logo {
    display: inline-block;
  }
  .sub_archivelink {
    width: 100%;
    margin-bottom: 2em;
  }
  .sub_archivelink img {
    width: 64%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
 .sub_archivelink img {
    width: 90%;
  }
}

/* .video_wrap */
.video_wrap {
 max-width: 500px;
 margin: 10px;
}
.video_wrap-inner {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
} 
.video_wrap-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (max-width: 480px) {
 .video_wrap {
   padding: 0 5px;
 }
}

/* link btn add */
.contact_btn span {
 width: 0;
 float: left;
}
.contact_btn div {
 width: 100%;
 float: none;
}
.contact_btn a {
  width: 26%;
  margin: 0 auto;
}
#recent .back a {
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  #recent .back a {
    width: 70%;
    padding: 1em 0;
  }
  .contact_btn {
    padding: 40px 0 40px 0;
  }
  .contact_btn a {
    width: 70%;
    margin: 0 auto;
    padding: 1em 0;
 }
}
@media screen and (max-width: 480px) {
  .contact_btn {
   padding: 40px 0 40px 0;
  }
}

/* .notice */
#main .notice h2 {
 font-size: 100%;
 color: #e70012;
 background: #fff;
 margin-bottom: .25em;
 padding: 0;
 letter-spacing: 0.1em;
}
.notice {
  color: #e70012;
  padding: .5em;
  margin-bottom: 1em;
  border: 1px solid #e70012;
}
.notice p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #main .notice p {
  padding: 0;
  }
}

/* .safety_page
---------------------------------- */
#container.safety_page .headline {
  font-size: 16px;
}
#container.safety_page #main .headline + p {
  margin-top: 0;
}
@media (max-width:768px) {
  #container.safety_page #main .headline + p {
    padding: 0.5em 5px 1em;
  }
}
@media (max-width:480px) {
  #container.safety_page .headline {
    padding: 10px 5px 0;
    font-size: 16px;
  }
}

/* .application_page
---------------------------------- */
#container.application_page .headline {
  font-size: 16px;
}
#container.application_page #main .headline + p {
  margin-top: 0;
}
@media (max-width:768px) {
  #container.application_page #main .headline + p {
    padding: 0.5em 5px 1em;
  }
}
@media (max-width:480px) {
  #container.application_page .headline {
    padding: 10px 5px 0;
    font-size: 16px;
  }
}

/* #container #recent  add style
---------------------------------- */
/* #container */
#container {
 overflow-x: hidden;
}

/* #recent ol */
#recent ol {
 margin-left: 2.5em;
 font-weight: bold;
}

/* #recent ul.list */
#recent ul.list {
 display: block;
}
#recent ul.list li {
 width: 100%;
 display: block;
 border: none;
 float: unset;
 padding: 0;
 margin-left: 1em;
 margin-bottom: 0;
}
#recent ul.list li::before {
 content: "・";
}

/* #recent .table */
#recent .table {
 width: calc(100% - 1em);
 margin: .75em;
 text-align: left;
 table-layout: fixed;
}
#recent .table th {
 background: #e4e4e4;
 border: 1px solid #bcbcbc;
 padding: .25em .5em;
 font-weight: bold;
}
#recent .table td {
 width: auto;
 border: 1px solid #bcbcbc;
 padding: .25em .5em;
}
#recent .table .list li {
 margin-left: 0;
}


