<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;	box-sizing:border-box;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {	display: block;}
body {	line-height: 1;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}

@media screen and (min-width: 768px),print {
/* bese */
body { font-size: 16px;overflow-x: hidden; }

header{ width: 1100px; margin: 0px auto 20px auto; padding-top: 10px; position: relative;}
header h1{ font-size: 0.75em; color: #ccc; margin-bottom: 15px; line-height: 1.2; height: 20px; width: 650px;}
header .h-link-list{ font-size: 0.75em; position: absolute; left: 220px; top: 80px; }
header .h-link-list li{ float: left; margin-right: 15px; }
header .h-link-list li::before{ content: "＞"; }
header .h-add-Box{ width: 300px; position: absolute; font-size: 0.75em; top: 20px; right: 120px; }
header .sns-list{ position: absolute; top: 10px; right: 0px; }
header .sns-list li{ float: right; margin-left: 10px; }

header .btn01{ position: absolute; right: 430px; bottom: 5px; font-size: 0.75em;}
header .btn02{ position: absolute; right: 140px; bottom: 0; font-size: 0.75em;}

	header .sns{position: absolute;bottom: 15px;right: 20px;overflow: hidden;width: 88px;}
	header .sns li{float: left;}
	header .sns li:nth-child(2){float: right;}
	
	
.fix-pagetop{ position: fixed; bottom: 0; right: 0;  z-index: 9999; }
.side-fix{ position: fixed; top: 70px; right: 0; z-index: 10;}

#pc-menu-open{ display: none; background: #f8f8f8; width: 100vw; height: 100vh; position: fixed; top: 0; z-index: 10000; overflow: scroll; }
#pc-menu-open .open-close-01{ position: absolute; top: 0; right: 0; }
#pc-menu-open .open-main-Box{ width: 1100px; margin: 0 auto; padding: 70px; text-align: center; line-height: 2.5;}
#pc-menu-open .open-main-Box .ttl { margin-bottom: 30px; }
#pc-menu-open .open-main-Box .con-Box { margin-bottom: 30px; }
#pc-menu-open .list-Box .con-Box { margin-bottom: 30px; }
#pc-menu-open .open-close-02{ width: 300px; line-height: 1; cursor: pointer; font-weight: bold; margin: 0 auto; color: #fff; padding: 10px 50px; font-size: 1em; text-align: center; background: #000;}

#g-nav{ width: 1100px; margin: 0px auto 10px auto; padding: 20px 0; text-align: center; font-size: 0.875em;}
#g-nav li.list { position: relative; display: inline-block; margin-right: 2px;}
#g-nav li.list span { cursor: pointer;}
#g-nav li.list span,
#g-nav li.list a{ border-right: 1px solid #999; display: block; text-align: center; padding: 0px 25px; font-size: 16px; font-weight: bold; }
#g-nav li.list:last-child a { border-right: none;}
#g-nav .dropmenu li.list ul.sub { visibility: hidden; opacity: 0; transition: 0s; position: absolute; top: 20px; left: -5px; margin: 0; padding: 0; z-index: 500; width: 153px;}
#g-nav .dropmenu li.list ul.sub-list { visibility: hidden; opacity: 0; transition: 0s; position: absolute; top: 0px; left: 221px; margin: 0; padding: 0; z-index: 500; width: 220px;}
#g-nav .dropmenu li.list:hover ul { visibility: visible; opacity: 1; display: block; }
#g-nav .dropmenu li.list ul li:last-child a { border-bottom: 1px dotted #ccc; }
#g-nav .dropmenu li.list ul li a { visibility: hidden; opacity: 0; transition: 0.9s; background: #eee; display: block; width: 220px; padding: 10px; color: #000; border-bottom: 1px dotted #ccc; border-right: none; }
#g-nav .dropmenu li.list:hover ul li a { visibility: visible; opacity: 1; }

#last-cv-catalog{ width: 100%; margin: 93px auto 20px; padding-bottom: 0px; text-align: center; }
#last-cv-catalog .btn{ position: relative; top: -80px; margin-bottom: -30px; }


#end-contact { background: url('../images/common/contact-bg.jpg') bottom center repeat-x; padding: 60px 0 0; margin-bottom: 150px; }
#end-contact .end-img{ background:  url('../images/common/end-img.jpg') top center repeat-x; width: 100%; min-height: 433px; margin-bottom: -225px; }
#end-contact .end-inner{ width: 450px; margin: 0 auto; background: #fff; padding: 30px 0; position: relative; top: -245px; margin-bottom: -295px; text-align: center; margin-top: 190px; }
#end-contact .end-inner .end-ttl{ margin-bottom: 40px; }
#end-contact .end-inner .end-tel{ margin-bottom: 20px; }
#end-contact .end-inner .point01{ position: absolute; bottom: 0px; left: -280px; }
#end-contact .end-inner .point02{ position: absolute; right: -190px; bottom: -30px; }
#end-contact .end-inner .end-acs{ width: 390px; margin: 0 auto; background: url('../images/common/end-acs-bg.jpg') top center; font-size: 12px; color: #545454; line-height: 1.7; padding: 15px 0; }
#end-contact .end-inner .end-acs span a{ color: #545454; }
#end-contact .end-btn{ text-align: center; position: relative; top: 40px;  }

footer{ width: 100%; min-width: 1100px; background: url('../images/common/footer-bg.jpg') top center; padding: 40px 0; line-height: 1.6; }
footer .footer-Box{ width: 1200px; margin: 0 auto; font-size: 0.875em;}
footer .f-link-Box{ width: 870px; float: left;  }
footer .f-link-Box .f-home-link { margin-bottom: 40px;}
footer .f-link-Box .f-home-link::before { content: "■ "; }
footer .f-link-l{ float: left; width: 170px; }
footer .f-link-w{ float: left; width: 220px; }
footer .f-link-c{ float: left; width: 230px; }
footer .f-link-r{ float: left; width: 180px; }
footer .f-link-Box li{ margin-bottom: 20px; }
footer .f-link-Box li a::before{ content: "&gt; "; }
footer .f-link-Box li p::before{ content: "&gt; "; }
footer .f-link-Box li .child::before{ content: "└ "; }
footer .f-link-Box li .child{ margin-left: 0.5rem; }
footer .f-con-Box{ width: 320px; float: right; background: #fff; padding: 20px 30px; }
footer .f-con-Box .f-logo{ margin-bottom: 15px; text-align: center;}
footer .f-con-Box p{ font-size: 12px; margin-bottom: 15px; }
footer .f-con-Box .sns-list li{ float: left; margin-right: 20px; }
footer .f-bnr-list{ width: 1100px; margin: 0 auto 20px; margin-top: 10px; }
footer .f-bnr-list li{ float: left; margin-right: 50px; }

.copyright{ width: 1100px; margin: 0 auto; font-size: 0.75em; text-align: left; padding: 20px 0px; display: block; }

/* common */

/* 2カラムサイト----------------
#tow-cl{ width: 1100px; margin: 0 auto; padding: 20px 0;}
#tow-cl main{ width: 800px!important; float: left;  }
#tow-cl #side{ width: 280px; float: left; margin-right: 19px; background: #333; height: 800px; }
#blog #tow-cl #side{ display: none;}
#blog #tow-cl main{ width: 1100px !important;}*/
/* 1カラムサイト */
/*#one-cl{ }*/

main{ width: 1100px; margin: 0 auto 30px auto; }
h2.main-title{ width: 100%; margin: 0 auto; max-width: 1100px; color: #fff; padding: 65px 0; text-align: center; }
h2.main-title .en { display: none; }
h2.main-title .jp { display: block; font-size: 40px; font-weight: bold; font-family: noto-sans-cjk-jp, sans-serif; }
h3.sub-title{ background: #000; padding: 15px 20px; color: #fff; margin-bottom: 30px; font-size: 1rem; font-weight: bold; letter-spacing: 1px; }
.seo_bread_list{ max-width: 1100px; width: 100%; padding: 20px 0; margin: 0 auto; font-size: 0.8rem; line-height: 1.4; }
.seo_bread_list li{ margin-right: 20px; float: left;  }
.seo_bread_list li::after{ content: " &gt;"; }
.seo_bread_list li:last-child::after{ content: ""; }

/*pc・タブレットcss*/
/*pc_defaultset*/
.pc { display: block !important; }
/*pcのみ表示ブロック*/
.pc2 { display: inline-block !important; }
/*pcのみ表示ブロック*/
.sp, .sp2 { display: none !important; }
/*スマホのみ表示ブロック*/
.h_menu { display: none; }
/*スマホ用ヘッダ*/
.sp-header { display: none; }
/*スマホ用メニュー*/
#sp-global-nav { display: none; }
/*スマホ用メニュー*/
.sp-fix-list { display: none; }
/* Antialiasing ※任意　*/

.fit img { object-fit: cover; font-family: "object-fit: cover;"; }

html { -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: none; overflow-x: hidden; }

/* WEB FONTs 游ゴシックかすれ予防*/
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; }
@font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 100; }
@font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 200; }
.f-min { font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
.f-min-02 { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Sawarabi Mincho","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.f-gothic { font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; font-weight: 500; }
.noto { font-family: noto-sans-cjk-jp, sans-serif; }
body { -webkit-text-size-adjust: 100%; }
img { vertical-align: bottom; }
a { text-decoration: none; color: #090909; }
a:hover { text-decoration: underline; }
.nobd a:hover { text-decoration: none !important; }

/* clearfix */
.clearfix { zoom: 1; }
.clearfix:after { display: block; clear: both; height: 0; visibility: hidden; line-height: 0; content: "."; }
/* wysiwyg */
.wysiwyg { word-wrap: break-word; margin-bottom: 30px;}
.wysiwyg strong { font-weight: bolder; }
.wysiwyg em { font-family: "ＭＳ ゴシック",sans-serif; font-style: italic; }
.wysiwyg img { max-width: 100% !important; height: auto !important; }
.wysiwyg p { min-height: 15px; min-width: 10px; line-height: 1.6;}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 { color: #333; font-weight: bold; text-align: left;}
.wysiwyg h1 { background-color: #dcdcdc; padding: 12px 24px; font-size: 1.25rem; line-height: 1.6; margin: 0.5em 0 1em;}
.wysiwyg h2 { border-top: 1px solid #333; border-bottom: 1px solid #333; padding: 12px; font-size: 1.25rem; line-height: 1.6; margin: 0.5em 0 1em;}
.wysiwyg h3 { border-left: 6px solid #231815; padding: 5px 20px; font-size: 1.25rem; line-height: 1.6; margin: 0.5em 0 1em;}
.wysiwyg h4 { border-bottom: 1px solid #000; padding: 0 0 10px; font-size: 1.188rem; line-height: 1.6; margin: 0.5em 0 1em;}
.wysiwyg h5 { border-bottom: 1px dashed #000; padding: 0 0 10px; font-size: 1.188rem; line-height: 1.6; margin: 0.5em 0 1em;}
.wysiwyg h6 { background-color: #eee; border: 1px dotted #999; padding: 10px; font-size: 1rem; line-height: 1.6; margin: 0.5em 0 1em;}
.wysiwyg ul { list-style-type: disc; line-height: 1.6; font-size: 0.875rem; margin: 0.5em 0 1em 2em}
.wysiwyg ol { list-style-type: decimal; line-height: 1.6; font-size: 0.875rem; margin: 0.5em 0 1em 2em}
.wysiwyg table th,
.wysiwyg table td { border: 1px solid #999; padding: 10px; font-size: 0.875rem; margin: 0.5em 0 1em;}

/* リンク透明 */
a img:hover { -ms-filter: "alpha( opacity=80 )"; filter: alpha(opacity=80); opacity: 0.8; }
/* リンク透明にしない */
.noop a img:hover { -ms-filter: "alpha( opacity=100 )"; filter: alpha(opacity=100); opacity: 1.0; }
/*---------------------------------------- 　　外部サービス ----------------------------------------*/
/* ggmap */
/* &lt;div class="ggmap"&gt;iframeのコピーしたコード&lt;/div&gt; */
.ggmap { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.ggmap iframe, .ggmap object, .ggmap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* &lt;div class="youtube"&gt;&lt;iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt; */
.youtube { position: relative; width: 100%; padding-top: 56.25%; }
.youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }
/*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
@font-face { font-family: 'jp-sttl01';
/* お好きな名前にしましょう */
src: url("../font/.eot");
/* IE9以上用 */
src: url("../font/bokutachi.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.woff") format("woff");
/* iOS, Android用 */
/* 念の為指定しておきます */
font-weight: normal;
/* 念の為指定しておきます */
font-style: normal; vertical-align: top; margin: 0px; padding: 0px; }
.myWebFontClass { font-family: 'jp-sttl01'; }

}

@media screen and (max-width: 767px) {
body { overflow-x: hidden; font-size: 16px; font-family: sans-serif; -webkit-text-size-adjust: 100%; }
.pc, .pc2 { display: none !important; }
/*pcのみ表示ブロック*/
.sp { display: block !important; }
/*スマホのみ表示ブロック*/
.sp2 { display: inline-block !important; }
/*スマホのみ表示ブロック*/
.no-br { display: none; }
/*スマホでbrを解除したい場合に使用*/
.sp_display_block { display: block !important; }
/*スマホでflexboxを解除したい場合等に使用*/
.pc-menu{ display: none; }
.side-fix{ display: none; }
.fix-list{ display: none; }
#pc-menu-open{ display: none; }
#g-nav{ display: none; }

.sp-header{ height: auto; width: 100%; padding: 1% 1% 1%; position: fixed; top: 0; left: 0; background: #fff; z-index: 185; }
.sp-header .h-logo img { height: 50px; width: auto; }
.sp-header .h-menu { position: fixed; top: 2%; right: 2%;  z-index: 997;}
.sp-header .h-menu img { height: 30px; width: auto;}
nav#sp-global-nav { font-size: 0.9rem; z-index: 999; overflow: scroll; position: fixed; top: 0; width: 100vw; height: 100vh; display: none; background: url('../sp-images/common/menu-bg.jpg') top center; box-sizing: border-box; color: #000; }
nav#sp-global-nav .open-close-01 { position: fixed; top: 0; right: 0; width: 50px; z-index: 998;}
nav#sp-global-nav .open-close-01 img { height: 50px; width: auto;}
nav#sp-global-nav .list { margin: 50px 1% 20%;}
nav#sp-global-nav li a {  text-decoration: none; font-size: 12px; }
nav#sp-global-nav .list li{ padding: 4% 0%; border-bottom: 1px solid #ccc; }
nav#sp-global-nav .list .wi50{ width: 50%; float: left; }
nav#sp-global-nav .list .child{ display: inline-block; }
nav#sp-global-nav .list .wi100{ width: 100%; display: inline-block; }
nav#sp-global-nav .list li{ display: block; }
nav#sp-global-nav .list li a::before{ content: "&gt; "; }
nav#sp-global-nav .list li p::before{ content: "&gt; "; }
nav#sp-global-nav .list li .child::before{ content: "└ "; }
.sp-fix-list { position: fixed; bottom: 0; width: 100%; z-index: 996; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;}

#last-cv-catalog{ width: 100%; margin:0 auto 17vw; background: url('../sp-images/index/cat-bg.jpg') top center; padding-bottom: 0px; text-align: center;  }
#last-cv-catalog .cat-ttl{ padding: 0 3%; }
#last-cv-catalog .cat-txt{ padding: 0 3%; }
#last-cv-catalog .btn{ position: relative; top: 10px; margin-bottom: -30px; }

#end-contact { background: url('../sp-images/common/end-bg.jpg') top center; margin-bottom: 7%; }
#end-contact .end-inner{ width: 95%; background: #fff; margin: 0 auto ; padding: 3% 8%; }
#end-contact .end-ttl { width: 80%; margin: 3vw auto 7%; }
#end-contact .end-tel{ width: 100%; margin: 0 auto 10%; }
#end-contact .end-acs{ text-align: center; margin-bottom: 8%; font-size: 3.6vw; line-height: 1.7; background: url('../images/common/end-acs-bg.jpg') top center; padding: 3% 0 5vw;  }
#end-contact .end-acs span{ display: block; width: 95%; margin: 0% auto -7vw;  }

.sp-page-top{ text-align: center; display: block; }
footer{ background: url('../sp-images/common/menu-bg.jpg') top center; line-height: 1.6; font-size: 0.9rem;  }
footer .f-link-Box .f-home-link { border-bottom: 1px solid #bebebe; padding: 10% 3%;}
footer .f-link-Box li a { padding: 1%; display: block;}
footer .f-con-Box{ padding: 10% 3%; }
footer .list { margin: 50px 1% 5%; }
footer li a {  text-decoration: none; font-size: 12px; }
footer .list li{ padding: 2.5% 0%; border-bottom: 1px solid #ccc; }
footer .list .wi50{ width: 50%; float: left; }
footer .list .child{ display: inline-block; }
footer .list .wi100{ width: 100%; display: inline-block; }
footer .list li{ display: block; }
footer .list li a::before{ content: "&gt; "; }
footer .list li p::before{ content: "&gt; "; }
footer .list li .child::before{ content: "└ "; }
footer .f-con-Box{ width: 90%; margin: 0 auto 5%; background: #fff; padding: 20px 10px; }
footer .f-con-Box .f-logo{ text-align: center; margin-bottom: 15px; }
footer .f-con-Box p{ font-size: 14px; margin-bottom: 15px; }
footer .f-con-Box .sns-list li{ float: left; margin-right: 7vw; }
footer .f-con-Box .sns-list li img{ width: 9vw; }

footer .f-bnr-list{ width: 95%; margin: 0 auto 20px; margin-top: 10px; }
footer .f-bnr-list li{ float: left; width: 49%;margin-bottom: 3%; }
footer .f-bnr-list li:nth-child(2){ float: right; width: 49%; }

.copyright{ font-size: 0.7rem; line-height: 1.4; padding: 10% 3% 25%; display: block; }
main{ margin-top: 15%; }
h2.main-title { display: none;}
h3.sub-title{ background: #000; padding: 3%; color: #fff; margin-bottom: 5%; font-size: 1rem; letter-spacing: 1px; }
.seo_bread_list{ width: 100%; padding: 5% 2%; margin: 0 auto; font-size: 0.8rem; color: #666; line-height: 1.4;}
.seo_bread_list a { color: #666;}
.seo_bread_list li{ margin-right: 0.5em; float: left;  }
.seo_bread_list li::after{ content: "&gt;"; }
.seo_bread_list li:last-child::after{ content: none; }

/* 2カラムサイト---------------- */
#tow-cl #side{ display: none;}

.fit img { object-fit: cover; }
.wysiwyg img { width: auto !important; height: auto !important; }
html { -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: none; overflow-x: hidden; }
/* WEB FONTs 游ゴシックかすれ予防*/
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; }
@font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 100; }
@font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 200; }
.f-min { font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
.f-min-02 { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Sawarabi Mincho","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.f-gothic { font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; font-weight: 500; }
.noto { font-family: noto-sans-cjk-jp, sans-serif; }
body { -webkit-text-size-adjust: 100%; }
img { vertical-align: bottom; max-width: 100%; }
a { text-decoration: none; color: #090909; }
a:hover { text-decoration: underline; }
.nobd a:hover { text-decoration: none !important; }
.clearfix { zoom: 1; }
.clearfix:after { display: block; clear: both; height: 0; visibility: hidden; line-height: 0; content: "."; }

/* wysiwyg */
.wysiwyg { word-wrap: break-word; margin-bottom: 30px; font-size: 0.9rem;}
.wysiwyg strong { font-weight: bolder; }
.wysiwyg em { font-family: "ＭＳ ゴシック",sans-serif; font-style: italic; }
.wysiwyg img { max-width: 100% !important; height: auto !important; }
.wysiwyg p { min-height: 1rem; min-width: 1rem; line-height: 1.6;}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 { color: #333; font-weight: bold; text-align: left;}
.wysiwyg h1 { background-color: #dcdcdc; padding: 3%; font-size: 1.1rem; line-height: 1.6; margin: 0.5em 0 1em;}
.wysiwyg h2 { border-top: 1px solid #333; border-bottom: 1px solid #333; padding: 3%; font-size: 1.1rem; line-height: 1.6; margin: 0.5em 0 1em;}
.wysiwyg h3 { border-left: 4px solid #231815; padding: 3%; font-size: 1.1rem; line-height: 1.6; margin: 0.5em 0 1em;}
.wysiwyg h4 { border-bottom: 1px solid #000; padding: 0 0 3%; font-size: 1rem; line-height: 1.6; margin: 0.5em 0 1em;}
.wysiwyg h5 { border-bottom: 1px dashed #000; padding: 0 0 3%; font-size: 0.9rem; line-height: 1.6; margin: 0.5em 0 1em;}
.wysiwyg h6 { background-color: #eee; border: 1px dotted #999; padding: 3%; font-size: 0.9rem; line-height: 1.6; margin: 0.5em 0 1em;}
.wysiwyg ul { list-style-type: disc; line-height: 1.6; margin: 0.5em 0 1em 2em}
.wysiwyg ol { list-style-type: decimal; line-height: 1.6; font-size: 1em; margin: 0.5em 0 1em 2em}
.wysiwyg table { width: 100% !important;}
.wysiwyg table th,
.wysiwyg table td { border: 1px solid #999; padding: 3%; font-size: 1em; margin: 0.5em 0 1em;}
/* img-block */
/* アンカーリンク調整 */
.hideAnchor { display: block; height: 0px; overflow: hidden; text-indent: -9999px; margin-top: -10px; padding-bottom: 10px; }
/* スクロール縦 */
.scroll-y { box-sizing: border-box; overflow-y: scroll; transform: translateZ(0); }
/* リンク透明 */
a img:hover { -ms-filter: "alpha( opacity=80 )"; filter: alpha(opacity=80); opacity: 0.8; }
/* リンク透明にしない */
.noop a img:hover { -ms-filter: "alpha( opacity=100 )"; filter: alpha(opacity=100); opacity: 1.0; }
/*---------------------------------------- 　　外部サービス ----------------------------------------*/
/* ggmap */
/* &lt;div class="ggmap"&gt;iframeのコピーしたコード&lt;/div&gt; */
.sp-ggmap { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.sp-ggmap iframe, .sp-ggmap object, .sp-ggmap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* &lt;div class="youtube"&gt;&lt;iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt; */
.youtube { position: relative; width: 100%; padding-top: 56.25%; }
.youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }
/*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
@font-face { font-family: 'jp-sttl01';
/* お好きな名前にしましょう */
src: url("../font/.eot");
/* IE9以上用 */
src: url("../font/bokutachi.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.woff") format("woff");
/* iOS, Android用 */
/* 念の為指定しておきます */
font-weight: normal;
/* 念の為指定しておきます */
font-style: normal; vertical-align: top; margin: 0px; padding: 0px; }
.myWebFontClass { font-family: 'jp-sttl01'; }
}
</pre></body></html>