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

/*
This file make sure : common.css
*/


/*------------------index-------------------
/
/ /* HTML
/ /* LAYOUT				レイアウト
/ /* IMAGES				画像の設定
/ /* CHARACTER		文字の基本設定
/ /* HEADLINE			見出し
/ /* BUTTON				ボタン
/ /* BANNER				バナー
/ /* ANIMATION		アニメーション
/ /* WRITING MODE	縦書き・明朝・ゴシック
/ /* VIEW POINT		ビューポイント
/
-------------------------------------------
/注意事項/
/
/　※キャメルケース(topWrap)はJS時のみとする。
/
-------------------------------------------*/

/* READ FONT */
/*@import url(https://fonts.googleapis.com/css?family=Play&amp;subset=latin,cyrillic,latin-ext);*/

/* ========================================== */
/* HTML
/* ========================================== */
/* --- Reset the box-sizing --- */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* --- Reset HTML, body, and more --- */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body {
	position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 2px;
	color: #282828;
/*	background-image: url(../img/bg-main-2.jpg) no-repeat;
	background-position: -100px top;*/
	background-size: 90%;/*一部古いスマホ用*/
/*  background: url(../img/bg-main1.png) no-repeat 130% bottom,
						  url(../img/bg-main.png) no-repeat 0 bottom;
	background-size: 540px,640px;*/
	background: #e6e6e6 url(../img/bg-main-3.jpg) no-repeat 0 50%/cover;
	background-color: #e6e6e6;
  background-attachment: fixed;
  word-wrap: break-word;
}

/* --- font stock --- */
/*
1.ゴシック font-family: "游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"sans-serif","Osaka,sans-serif";
2.ゴシック font-family: ゴシック　font-family:"游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"sans-serif","Osaka,sans-serif";
3.ゴシック font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
4.明朝　　 font-family: "游明朝","Yu Mincho",YuMincho, Georgia,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
5.明朝	   font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
*/
@media (max-width: 800px) {

}
@media (max-width: 512px) {
}


/* ========================================== */
/* LAYOUT
/* ========================================== */

#col {
  position:relative;
	height: 100%;
	margin-top: 0;
	max-width: 1500px;
}

#mcol {
	overflow: hidden;
	float: right;
	width: 60%;		
	margin-top: 56px;
	margin-right: 8%;
	background: #fff;	/* FOR OLD BLOWSER */
	background: rgba(255,255,255,.8);
	background: -webkit-linear-gradient(#fff 40%, rgba(255,255,255,.7));
  background: linear-gradient(#fff 40%, rgba(255,255,255,.7));
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    transition: 2s;
}
#mcol .inn {
  padding: 40px;
}
#scol {
	position: fixed;
	top: 56px; /* TYPE 1 */
	top: 0;    /* TYPE 2 */
	left: 0;
	width: 300px;
 	padding: 100px 10px 52px; /* TYPE 1 */
 	padding: 56px 10px 100%; /* TYPE 2 */
	background: #7e6b5b;
	background: -webkit-linear-gradient(rgba(170,140,94,0.8), #7e6b5b 40%);
	background: linear-gradient(rgba(170,140,94,0.8), #7e6b5b 40%);
/*	border: 1px solid #f4dc84; */
	border-left: none;
	transition: 2s;
}
#scol.active,
#mcol.active {
	opacity: 0;
/*	margin-left: -300px;*/
}
@media (max-width: 1012px) {
#mcol {
	margin-right: 3%;
}
#scol {
	width: 260px;
}
}
@media (max-width: 800px) {
#scol {
	position: relative;
	top: 0;
	width: 100%;
 	padding: 0;
	transition: 0s;
	background: -webkit-linear-gradient(rgba(170,140,94,0.3), #ffd8b8 90%);
	background: linear-gradient(rgba(170,140,94,0.3), #ffd8b8 90%);
	background: rgba(204, 173, 147, 0.5);
	background: rgba(255, 216, 184, 0.7);
}
#mcol, #scol {
	float: none;
	width: auto;
}
#mcol {
  margin: 5% 5% 0;
}
#scol {
	position: static;
	border: none;
	padding-top: 16px;
	padding-bottom: 0;
}
}
@media (max-width: 512px) {
#mcol {
  margin: 5% 5% 4%;
}
#mcol .inn {
  padding: 10px;
}
}

/* H2 */
h2 {
	clear: both;
  margin: 0;
  position: relative;
  font-size: 120%;
  background: -webkit-linear-gradient(to right, #7e6b5b, rgba(185, 181, 90, 0.6));
  background: linear-gradient(to right, #7e6b5b, rgba(185, 181, 90, 0.6));
  color:  #fff; 
  font-weight:  bold;
  padding: 8px 0 8px 30px;
  margin-bottom: 24px;
}
p {
  margin:  0;
  line-height: 2;
}
h2:before {
  content: '';
  height: 100%;
  width: 3px;
  display: block;
  position: absolute;
  left: 14px;
  top: 0;
  margin: auto;
  background-color:  #f4dc84;
  transform: rotate(3deg);
}
h2:after {
  content: '';
  height: 104%;
  width: 3px;
  display:  block;
  position:  absolute;
  left: 14px;
  top: -1px;
  margin: auto;
  background-color: #f4dc84;
  transform: rotate(-15deg);
}

/* H3 */
#mcol h3 {
	font-size: 110%;
	border-bottom: solid 1px #f4dc84;
  margin-top: 16px;
	margin-bottom: 16px;
	padding-bottom: 8px;
	position:  relative;
	font-weight:  bold;
}
#mcol h3::before {
	content: '';
	width: 64px;
	height: 2px;
  background-color: #7e6b5b;
	display: block;
	position: absolute;
	left:  0;
	bottom: -1px;
}

/*mcolコンテンツの段落タグ設定*/
#mcol p {
	padding: 8px 0 14px;
}

/* H4 */
#mcol h4 {
  padding: 2px 0 2px 8px;
  border-left: 6px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/* ========================================== */
/* FOOTER
/* ========================================== */

/* footer layout */
footer {
	padding-bottom: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 2s;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
}
footer.active {
	opacity: 1;
	visibility: visible;
}

footer .inn {
  z-index: 0;
  content: '';
  transition: 2s;
	padding-top: 16px;

}
footer.active .inn {
	opacity: 1;
	visibility: visible;
}
footer small {
	padding-bottom: 4px;
}
footer small a {
	color: #fff;
}

@media (max-width: 800px) {
footer {
	transition: 0s;
	opacity: 1;
	visibility: visible;
}
footer .inn {
  transition: transform 0s;
}
footer {
	position: relative;
	letter-spacing: normal;
}
footer .pr {
	display: block;
}
}


/* footer design */
footer .mod {
	max-width: 800px;
	margin: 18px auto 0;
	padding: 0 5%;
}
footer .mod ul li {
	display: inline-block;
	list-style: none;
	text-align: left;
	line-height: 1.7;
}
footer .mod ul li a {
	color: #fff;
}
footer .mod .tbox {
	margin: 32px 0 16px;
}
/*
footer .mod .ibox.fl {
	float:left;
	width: 30%;
	margin: 0 1% 0 0;
}
footer .mod .tbox.fl {
	float: left;
	width: 69%;
}
*/
@media (max-width: 800px) {
footer .mod .ibox.fl {
	float:left;
	width: 30%;
}
footer .mod .tbox.fl {
	float: left;
	width: 69%;
}
}
@media (max-width: 512px) {
footer .mod {
	padding: 0 16px;
}
footer .mod .tbox.fl {
}
}
/* ========================================== */
/* IMAGES
/* ========================================== */
img {
  max-width: 100%;
}
.fitimg {
	width: 100%;
}

/* ========================================== */
/* DL/DT/DD
/* ========================================== */
dl,dt,dd {
	line-height: 1.7;
}

dt {
  display: block;
  padding-left: 24px;
  padding-top: 0;
	margin-bottom: 12px;
  background: url(../img/icon-arrow.png) 0 2px no-repeat;
  background-size: 18px;
  font-size: 16px;
}
dd {
	margin-left: 24px;
	margin-bottom: 24px;
}

/* ========================================== */
/* CHARACTER
/* ========================================== */
/* --- font-size --- */
/*
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
*/

/* --- link --- */
a {
  text-decoration: none;
}

a:hover {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 800px) {
}
@media (max-width: 512px) {
}

/* --- hr --- */
hr {
  display: block;
  unicode-bidi: isolate;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-style: inset;
  border-width: 0;
}
@media (max-width: 800px) {
}
@media (max-width: 512px) {
}

/* ========================================== */
/* HEADLINE
/* ========================================== */
/* reset */
.headline1,
.headline3 {
	clear: both;
  margin: 0;
  position: relative;
  font-size: 120%;
  background: none;
  color:  #fff; 
  font-weight:  bold;
  padding: 8px 0 8px 30px;
  margin-bottom: 20px;
}
.headline1:before,
.headline3:before {
  content: none;
  height: 100%;
  width: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  background-color: none !important;
  transform: none;
}
.headline1:after,
.headline3:after {
  content: none;
  height: 104%;
  width: 3px;
  display:  block;
  position:  absolute;
  left: 14px;
  top: -1px;
  margin: auto;
  background-color: none !important;
  transform: none;
}

/* 作成 */
/* 1 */
.headline1 {
	padding: 0;
	margin: 40px 0 16px;
	text-align: center;
	color: #282828;
	overflow: hidden;
}
.headline1 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
}
.headline1 span::before,
.headline1 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%; /* 線の長さを変更可能（100%以内でコンテンツ幅内に収められる） */
  height: 1px;
  background-color: #ccc;
}
.headline1 span::before {
  right: 100%;
}
.headline1 span::after {
  left: 100%;
}
/* 2 */
.headline2 {
	display: block;
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
}
.headline2::before,
.headline2::after {
  content: '';
  display: inline-block;
  width: 44px;
	margin-right: 4px;
  padding-top: 17px;
  background: url(../img/deco-ttl-left.png) no-repeat;
  vertical-align: middle;
	background-size: contain;
}
.headline2::after {
  margin-left: 4px;
  background: url(../img/deco-ttl-right.png) no-repeat;
	background-size: contain;
}
/* 3 */
.headline3 {
	padding: 0;
	margin: 40px 0 16px;
	text-align: center;
	color: #282828;
	overflow: hidden;
}
.headline3 span	{
	font-size: 32px;
}


@media (max-width: 800px) {
.headline2 {
	margin: 16px 0 12px;
	font-size: 12px;
}
}
@media (max-width: 512px) {
.headline1 span {
  position: relative;
  display: inline-block;
  margin: 0 0;
  padding: 0;
}
}

/* ttl */
.sttl {
  margin: 8px 0 !important;
}




/* ========================================== */
/* GLOBAL NAVIGATION MENU BTN
/* ========================================== */

/* Toggle Button */
#gnavi .gml {
  display: block;
  height: 360px;
	padding-bottom: 80px;
  overflow-y: auto;
}
@media (max-width: 800px) {
	#gnavi .gml {
		padding-bottom: 32px;
	}}

#gmb {
  display: none;
}

@media screen and (max-width: 800px) {
#gnavi {
  position: relative;
}
#gnavi .gml {
  display: none;
}

/* メニューボタン */
#gmb {
  display: block;
  position: fixed;
  position: absolute; 
  position: relative;
	right: 42px;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
	margin: 0 auto;
  padding: 8px;
  cursor: pointer;
  z-index: 1;
 -webkit-transition: all 1s;
  transition: all 1s;
/*	background: #7d5a6d; 20190226修正 */
  background: #7e6b5b;
}

#gmb p {
  margin-top: 32px;
  margin-left: 0;
  font-size: 16px;
  color: #fff;
}

#gmb div {
  position:relative;
}

#gmb span {
  display:block;
  position:absolute;
  width:32px;
	left: 0;
	right:0;
	margin: auto;
  border-bottom:solid 1px #fff;	 /* バーの色 */
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#gmb span:nth-child(1) {
  top:0;
}
#gmb span:nth-child(2) {
  top: 10px;
}
#gmb span:nth-child(3) {
  top: 20px;
}

/* open */

#gmb.active span:nth-child(1) {
  top: 10px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
/*  border-color: #666; */
}

#gmb.active span:nth-child(2){
  opacity: 0;
}

#gmb.active span:nth-child(3) {
  top: 10px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
/* border-color: #666; */
}
}

/* ========================================== */
/* GLOBAL NAVIGATION MENU BTN
/* ========================================== */

@media (max-width: 800px) {
#gnavi ul {
	display: none;
  max-width: 800px;
}
#gnavi ul li {
  width: 200px;
  margin: 0 auto;
}
}

/* ========================================== */
/* BREADCRUMBS
/* ========================================== */
#breadcrumbs {
	margin-left: 8px;
}
#breadcrumbs ol li:first-child {
  padding-left: 18px;
  padding-top: 0;
  background: url(../img/cmn-icon-home.png) 0 0 no-repeat;
  background-size: 14px;
}
#breadcrumbs ol li {
	font-size: 12px;
	display: inline;
	list-style-type: none;
}
#breadcrumbs ol li:before {
	/* liの前に記号追加 */
	content: " &gt; ";
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#breadcrumbs ol li:first-child:before {
	/* 最初のliだけcontentを消す */
	content:"";
}

/* ========================================== */
/* BUTTON
/* ========================================== */
.btn1 {
	padding: 8px 8px 8px 34px;
	background: #690 url(../img/icon-cal.png) 8px 7px no-repeat;
	background-size: 20px;
	border-radius: 4px;
	color: #fff;
}
.btn1:hover {
	color: #fff;
	opacity: .8;
}

/* SNS */
.btn-sns ul {
    margin-bottom: 0;
    text-align: center;
}
.btn-sns ul li {
    display: inline-block;
    margin: 0 12px;
    font-size: 32px;
    font-size: 3.2rem;
    color: #6d6e71;
}
.btn-sns ul li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: url(../img/icon_sns.png);
    background-size: 50px;
    text-indent: 100%;
    white-space: nowrap;
    transition: 0s;
}
.btn-sns ul li.btn_facebook a {
    background-position: 0 0;
}
.btn-sns ul li.btn_twitter a {
    background-position: 0 -40px;
    background-size: 43px;
}
.btn-sns ul li.btn_instagram a {
    background-position: 0 -142px;
    transition: 0s;
}
.btn-sns.btn-sns_footer ul li.btn_instagram a {
    background-position: 0 -112px;
    transition: 0s;
}
.btn-sns ul li.btn_instagram a:hover {
    background-position: 0 -142px;
}
.btn-sns ul li.btn_instagram a:hover,
.btn-sns ul li.btn_facebook a:hover,
.btn-sns ul li.btn_twitter a:hover {
    opacity: .6;
}

/* ========================================== */
/* BANNER
/* ========================================== */

/* ========================================== */
/* ANIMATION
/* ========================================== */
/*
.animation {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.animation iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/**********アニメーション設定**********/

/*左から右*/
@keyframes LeftToRight {
0% {
    opacity: 0;
    transform: translateX(-50px);/* X軸方向に-50px */
}
100% {
    opacity: 1;
    transform: translateX(0);/* X軸方向に0px */
}
}
/*右から左*/
@keyframes RightToLeft {
0% {
    opacity: 0;
    transform: translateX(50px);/* X軸方向に50px */
}
100% {
    opacity: 1;
    transform: translateX(0);/* X軸方向に0px */
}
}

/*上から下*/
@keyframes SlideDown {
0% {
    opacity: 0;
    transform: translateY(-50px);/* Y軸方向に-50px */
}
100% {
    opacity: 1;
    transform: translateY(0);/* Y軸方向に0px */
}
}

/*下から上*/
@keyframes SlideUp {
0% {
    opacity: 0;
    transform: translateY(50px);/* Y軸方向に50px */
}
100% {
    opacity: 1;
    transform: translateY(0);/* Y軸方向に0px */
}
}
/**********アニメーション設定end**********/

/*上から下*/
.anim-ud {
animation-name: SlideDown;
animation-duration: 2s;
}

/*下から上*/
.anim-du {
animation-name: SlideUp;
animation-duration: 2s;
}

/*右から左*/
.anim-rl {
animation-name: RightToLeft;
animation-duration: 2s;
}

/*右から左*/
.anim-lr {
animation-name: LeftToRight;
animation-duration: 2s;
}

/* ========================================== */
/* WRITING MODE
/* ========================================== */
/*
.vertical-mode { 
  font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
  -webkit-font-feature-settings: 'pkna';
          font-feature-settings: 'pkna';
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.mincho-mode { 
  font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
  -webkit-font-feature-settings: 'pkna';
          font-feature-settings: 'pkna';
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
*/
/* ========================================== */
/* CLEARANCE
/* ========================================== */

.clmb24 { margin-bottom: 24px !important; }


/* ========================================== */
/* Font
/* ========================================== */
.fon1 { font-family: 'Sacramento', cursive; }
.fosz12 { font-size: 12px !important;}


/* ========================================== */
/* mod
/* ========================================== */

/* link
--------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  color: #1a0dab;
}

a:hover {
  color: #1a0dab;
}

/* text-align
--------------------------------------*/
.txl { text-align:   left; }
.txr { text-align:  right; }
.txc { text-align: center; }

/* clearance
--------------------------------------*/
.clmb0  { margin-bottom: 0 !important; }
.clmb24 { margin-bottom: 24px; } /* 縦並びの画像・テキスト上下間 */

/* float
--------------------------------------*/
.fl { float:  left; }
.fr { float: right; }

/* mod
--------------------------------------*/
.mod  { position:relative; margin-bottom: 56px; }
.smod { position:relative; margin-bottom: 48px; }
.smod.end { margin-bottom: 0; }

/* float layout
--------------------------------------*/
.mod .tbox { width: 100%; }

/* left */
.tbox.fl {
  width: 60%;
}
.ibox.fl {
  width: 36%;
  margin: 0 0 0 4%;
}
@media (max-width: 512px) {
.tbox.fl {
  float: none;
  width: 100%;
}
.ibox.fl {
  float: none;
  width: 100%;
  margin: 0;
}
}

/* right */
.tbox.fr {
  width: 60%;
}
.ibox.fr {
  width: 36%;
  margin: 0 4% 0 0;
}
@media (max-width: 512px) {
.tbox.fr {
  float: none;
  width: 100%;
}
.ibox.fr {
  float: none;
  width: 100%;
  margin: 0;
}
}

/* list module
--------------------------------------*/
/* ul */
.mod ul li {
  position: relative;
  list-style: circle;											/* 白小丸 */
  list-style: cjk-ideographic;					  /* 漢数字 */
  list-style: decimal;										/* 数字 */
  list-style-type: decimal-leading-zero;  /* ゼロ付き数字 */
  list-style: disc; 										  /* 点 */
  margin-left: 24px;
  line-height: 1.9;
}
/* ul mod list */
.mod.list ul li {
  list-style: none;
  margin-left: 0;
  line-height: 1.9;
}
.mod.list .smod ul li {
  list-style: none;												/* なし */
  list-style: circle;											/* 白小丸 */
  list-style: cjk-ideographic;					  /* 漢数字 */
  list-style: decimal;										/* 数字 */
  list-style-type: decimal-leading-zero;  /* ゼロ付き数字 */
  list-style: disc; 										  /* 点 */
  margin-left: 24px;
  line-height: 1.9;
}

/* dl */
.mod dl dt {
  display: list-item;
  list-style: none;												/* なし */
  list-style: circle;											/* 白小丸 */
  list-style: cjk-ideographic;					  /* 漢数字 */
  list-style: decimal;										/* 数字 */
  list-style-type: decimal-leading-zero;  /* ゼロ付き数字 */
  list-style: disc; 										  /* 点 */
  margin-left: 24px;
  line-height: 1.9;
}
.mod dl dd {
  margin-left: 24px;
  line-height: 1.9;
}

/* flow module
--------------------------------------*/
/* list flow */
.mod.flow ul li {
  margin-bottom: 40px;
}
.mod.flow ul li::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 38px auto;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 24px solid #8fc5ff;
  visibility: visible;
}
.mod.flow ul li:last-child::after {
  content: none;
}
/* mod flow */
.mod.modflow .smod::after {
  content: '';
  position: relative;
  top: 16px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 38px auto;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 24px solid #8fc5ff;
  visibility: visible; 
}
.mod.modflow .smod:last-child::after {
  margin: 0;
  visibility: hidden; 
}

/* ========================================== */
/* list-style
/* ========================================== */
.lsc li {list-style: circle;}											/* 白小丸 */
.lsci li{list-style: cjk-ideographic;}			  			/* 漢数字 */
.lsde li{list-style: decimal;}											/* 数字 */
.lsdz li{list-style-type: decimal-leading-zero;}  /* ゼロ付き数字 */
.lsdi li{list-style: disc;} 										  		/* 点 */


/* ========================================== */
/* POINT CHANGE
/* ========================================== */
.ibrow { display: inline-block; }


/* ========================================== */
/* VIEW POINT
/* ========================================== */
.pcview1 { display: block; }
.spview1 { display: none; }

@media screen and (max-width: 800px){
.pcview1 { display: none; }
.spview1 { display: block; }
}
/*
.pcview {
  display: block;
}

.tabletview {
  display: none;
}

.spview {
  display: none;
}

.sspview {
  display: none;
}

@media screen and (max-width:1024px){
.pcview {
  display: none;
}

.tabletview {
  display: block;
}
}

@media screen and (max-width:800px){

.tabletview {
  display: none; 
}

.spview {
  display: block;
}
}

@media screen and (max-width:512px){
.spview {
  display: none;
}

.sspview {
  display: block;
}
}
*/</pre></body></html>